
html *,
html *::before,
html *::after,
body *,
body *::before,
body *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*.header {*/
/*  position: fixed;*/
/*  width: 100%;*/
/*  height: auto;*/
/*  background-color: rgb(255, 255, 255);*/
/*  z-index: 5000;*/
/*}*/
.header .burger {
  display: flex;
  justify-content: flex-end;
}
.header .burger-image {
  width: 32px;
  height: 32px;
  background-color: rgb(138, 175, 0);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .nav {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
}

.header .nav-item{
  padding: 10px 20px;
}
@media (max-width: 1279px) {
  .header .nav-item{
      padding: 0 0;
      width: 100%;
  }
  .header .nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 40px;
    background: white;
    width: 100%;
    z-index: 20;
  }
}


@media (max-width: 1279px) {
  .header .nav-about {
    height: auto;
  }
}

@media (max-width: 1279px) {
  .header .nav-services {
    height: auto;
  }
}

.header .nav-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  height: 36px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgb(0, 25, 87);
  background: none;
  border: none;
  outline: none;
}
@media (max-width: 1279px) {
  .header .nav-button {
    width: 100%;
    padding-inline: 12px;
  }
}
.header .nav-button > svg {
  color: rgb(0, 25, 87);
  transform: rotate(90deg);
}
@media (max-width: 1279px) {
  .header .nav-button > svg {
    transform: rotate(0deg);
  }
}

.mega-mini {
  display: none;
  max-width: 1312px;
  padding-inline: 10px;
  padding-top: 10px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgb(0, 25, 87);
  transform: translateX(-50%);
  cursor: default;
}
@media (max-width: 1279px) {
  .mega-mini {
    position: relative;
    padding: 0;
    top: 0;
    left: 0;
    transform: translateX(0);
    max-height: 100vh;
    overflow-y: auto;
    font-size: 14px;
  }
}
.mega-mini__container {
  width: 100%;
  height: auto;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  box-shadow: 0px 5px 10px 0px rgba(12, 100, 172, 0.2);
  overflow: hidden;
}
@media (max-width: 1279px) {
  .mega-mini__container {
    border-radius: 0;
    box-shadow: none;
  }
}
.mega-mini a {
  display: inline;
  text-decoration: none;
  color: inherit;
  cursor: url("../icons/cursor.svg") 0 0, auto;
  line-height: 12px;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
@media (max-width: 1279px) {
  .mega-mini a {
    line-height: 17px;
  }
}
.mega-mini__info {
  padding: 24px;
}
@media (max-width: 1279px) {
  .mega-mini__info {
    padding: 16px 12px 16px 12px;
  }
}
.mega-mini__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 37px;
  row-gap: 10px;
}
@media (max-width: 1279px) {
  .mega-mini__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
}
@media (max-width: 767px) {
  .mega-mini__list {
    grid-template-columns: 1fr;
    column-gap: 0px;
  }
}
.mega-mini__list li:hover {
  color: rgb(14, 120, 188);
}

.mega {
  display: none;
  max-width: 1312px;
  padding-inline: 10px;
  padding-top: 10px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgb(0, 25, 87);
  transform: translateX(-50%);
  cursor: default;
}
@media (max-width: 1279px) {
  .mega {
    position: relative;
    top: 0;
    padding: 0;
    left: 0;
    transform: translateX(0);
    height: calc(100vh - 100px);
    overflow-y: auto;
    font-size: 14px;
  }
}
.mega__container {
  display: flex;
  width: 100%;
  height: 348px;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  box-shadow: 0px 5px 10px 0px rgba(12, 100, 172, 0.2);
  overflow: hidden;
}
@media (max-width: 1279px) {
  .mega__container {
    display: block;
    height: auto;
    border-radius: 0;
    box-shadow: none;
  }
}
.mega a {
  display: inline;
  text-decoration: none;
  color: inherit;
  /*cursor: url("../icons/cursor.svg") 0 0, auto;*/
  line-height: 12px;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .mega a {
    line-height: 17px;
  }
}
.mega a p {
  line-height: 12px;
}
@media (max-width: 1279px) {
  .mega a p {
    line-height: 17px;
  }
}
.mega div.mega__flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 1279px) {
  .mega div.mega__flex {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.mega__info {
  position: relative;
  flex-basis: 77.3%;
}
@media (max-width: 1279px) {
  .mega__info {
    flex-basis: auto;
  }
}
.mega__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /*row-gap: 10px;*/
}
@media (max-width: 1279px) {
  .mega__list {
    row-gap: 16px;
  }
}
.mega__list li {
  padding: 6px 0;
}
.mega__list li.mega__no-gap {
  margin-bottom: -10px;
}
@media (max-width: 1279px) {
  .mega__list li.mega__no-gap {
    margin-bottom: -16px;
  }
}
.mega__list li:has(div.mega__flex) {
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  .mega__list li:has(div.mega__flex) {
    height: auto;
  }
}
.mega__list li:has(div.mega__flex) {
  border-bottom: 1px solid rgb(205, 221, 229);
}
.mega__list li:first-child:has(div.mega__flex), .mega__list li:not(:has(div.mega__flex)) + li:has(div.mega__flex) {
  border-top: 1px solid rgb(205, 221, 229);
}
.mega__list-first {
  position: relative;
  width: 19.5%;
  height: 100%;
  background-color: rgb(237, 243, 250);
  border-radius: 20px;
  box-shadow: 0px 5px 10px 0px rgba(12, 100, 172, 0.2);
  padding: 24px 24px 20px 24px;
  z-index: 2;
}
@media (max-width: 1279px) {
  .mega__list-first {
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
    border-radius: 0;
    box-shadow: none;
    padding: 16px 12px 16px 12px;
  }
}
.mega__list-first li .mega__flex:hover,
.mega__list-first li a:hover {
  color: rgb(14, 120, 188);
}
@media (max-width: 1279px) {
  .mega__icon {
    position: relative;
  }
}
.mega__icon::after {
  content: "";
  position: absolute;
  inset: 0;
}
@media (max-width: 1279px) {
  .mega__icon::after {
    inset: -7px;
  }
}
.mega__icon svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.mega__second-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(224.5% + 32px);
  height: 100%;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 0px rgba(12, 100, 172, 0.2);
  padding: 24px 24px 20px calc(100% + 24px);
  z-index: 1;
  pointer-events: none;
}
.mega a.mega__title {
  display: block;
  width: 115px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  padding-bottom: 26px;
  pointer-events: all;
}
.mega a.mega__title:hover {
  color: rgb(14, 120, 188);
}
@media (max-width: 1279px) {
  .mega a.mega__title {
    width: 100%;
    padding-bottom: 16px;
  }
}
@media (min-width: 1279px) {
  .mega a.mega__title {
    height: 83.2px;
  }
}
.mega__list-second {
  row-gap: 0;
  pointer-events: all;
}
@media (min-width: 1279px) {
  .mega__list-second {
    max-height: 238px;
    pointer-events: all;
    overflow: hidden;
    padding-right: 32px;
  }
}
.mega__list-second li:has(div.mega__flex) {
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  .mega__list-second li:has(div.mega__flex) {
    height: auto;
  }
}
.mega__list-second > li:not(:first-child):not(:has(div.mega__flex)) {
  margin-top: 6px;
  margin-bottom: 6px;
}

.mega__list-second li:first-child{
  margin-bottom: 6px;
}
@media (max-width: 1279px) {
  .mega__list-second > li:not(:first-child):not(:has(div.mega__flex)) {
    margin-top: 16px;
  }
}
.mega__list-last {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 107%;
  height: 100%;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 12px;
  row-gap: 10px;
  column-gap: 24px;
  padding: 0 64px 0 24px;
}
@media (max-width: 424px) {
  .mega__list-last {
    grid-auto-rows: auto;
  }
}
@media (min-width: 1279px) {
  .mega__list-last {
    max-height: 298px;
    pointer-events: all;
    overflow: hidden;
    padding-right: 32px;
    margin-top: 30px;
    margin-right: 24px;
    margin-bottom: 20px;
  }
}
.mega__list-last, .mega__list-second, .mega__list-first {
  user-select: none;
  -webkit-user-select: none;
}
.mega__list-last a, .mega__list-second a, .mega__list-first a {
  -webkit-user-drag: none;
}
.mega .js-opened-1 {
  display: block;
}
@media (max-width: 1279px) {
  .mega .js-opened-1 {
    display: none;
  }
}
.mega .js-opened-2 {
  display: grid;
}
@media (max-width: 1279px) {
  .mega .js-opened-2 {
    display: none;
  }
}
.mega__promo {
  flex-basis: 22.7%;
  height: 100%;
}
@media (max-width: 1279px) {
  .mega__promo {
    display: none;
  }
}
.mega__promo-wrapper {
  height: 100%;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 0px rgba(12, 100, 172, 0.2);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mega__top {
  position: relative;
}
.mega__image {
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
.mega__image img {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
}
.mega__bonuses {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}
.mega__bonus {
  width: fit-content;
  font-weight: 600;
  font-size: 8px;
  line-height: 20px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding-inline: 6px;
  border-radius: 8px;
}
.mega__bonus--green {
  background-color: rgb(138, 175, 0);
}
.mega__bonus--white {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 25, 87);
}
.mega__bonus--blue {
  background-color: rgb(9, 121, 187);
}
.mega__bonus-flex {
  display: flex;
  gap: 10px;
}
.mega__bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mega__promo-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  padding-inline: 8px;
}
.mega a.mega__button {
  display: block;
  width: 100%;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: rgb(128, 139, 167);
  background: none;
  border: 1px solid rgba(128, 139, 167, 0.6);
  border-radius: 8px;
  padding-block: 8px;
  display: flex;
  justify-content: center;
}
.mega .js-hovered-1 {
  color: rgb(14, 120, 188);
}
.mega .js-hovered-2 {
  color: rgb(14, 120, 188);
}

.js-active > svg {
  transform: rotate(-90deg) !important;
}

@media (max-width: 1279px) {
  .no-scroll {
    overflow: hidden;
  }
}

.js-scroll-thumb {
  position: relative;
}
.js-scroll-thumb::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #b7d178;
  border-radius: 6px;
}
.js-scroll-thumb::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: rgb(230, 238, 241);
  border-radius: 6px;
}

.js-active + .mega {
  display: block;
}

.js-active + .mega-mini {
  display: block;
}

@media (max-width: 1279px) {
  .mega__second-wrapper.js-accordion-active {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    pointer-events: all;
    padding: 16px 0 16px 12px;
    border-top: 1px solid rgb(205, 221, 229);
  }
}

@media (max-width: 1279px) {
  .mega__list-last.js-accordion-active {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    pointer-events: all;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
    column-gap: 24px;
    padding: 16px 0 16px 12px;
    border-top: 1px solid rgb(205, 221, 229);
  }
}
@media (max-width: 767px) {
  .mega__list-last.js-accordion-active {
    grid-template-columns: 1fr;
  }
}

.more {
  display: none;
  padding-top: 20px;
  padding-bottom: 25px;
}
@media (max-width: 1279px) {
  [data-scroll-bar="second"] {
    display: none;
  }

  .more {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.more a {
  display: inline;
  text-decoration: none;
  color: inherit;
  cursor: url("../icons/cursor.svg") 0 0, auto;
}
.more__search {
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(205, 221, 229);
}
.more .search-form {
  width: 100%;
}
.more .search-wrapper {
  position: relative;
}
.more .search-input {
  width: 100%;
  height: 44px;
  border: none;
  border-radius: 8px;
  background-color: rgb(237, 243, 250);
  padding-left: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 25, 87);
}
.more .search-input::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 25, 87);
}
.more .search-input:focus {
  outline: none;
  box-shadow: 0px 5px 10px 0px rgba(12, 100, 172, 0.2);
}
.more .search-button {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: transparent;
  border: none;
  transform: translateY(-50%);
  cursor: url("../icons/cursor.svg") 0 0, auto;
}
.more .search-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.more__login {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(205, 221, 229);
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(10, 115, 190);
}
.more__login-icon {
  width: 32px;
  height: 32px;
  position: relative;
}
.more__login-icon img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.more__socials {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.more__socials a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(128, 139, 167);
}
.more__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.more__social-icon {
  position: relative;
  width: 32px;
  height: 32px;
}
.more__social-icon img {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.more a.more__phone {
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid rgba(128, 139, 167, 0.6);
  border-radius: 8px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgb(128, 139, 167);
}
.more a.more__booking {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 8px;
  text-align: center;
  background-color: rgb(10, 115, 190);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.nav-bottom {
  display: none;
  width: 100%;
  height: 65px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: transparent;
}
@media (max-width: 1279px) {
  .nav-bottom {
    display: block;
  }
}
.nav-bottom a {
  text-decoration: none;
  cursor: url("../icons/cursor.svg") 0 0, auto;
}
.nav-bottom__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-inline: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.nav-bottom__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.nav-bottom__item:active .nav-bottom__text {
  color: rgb(10, 115, 190);
}
.nav-bottom__item:active .nav-bottom__icon {
  background-color: rgb(237, 243, 250);
}
.nav-bottom__item:active .nav-bottom__icon img {
  filter: invert(25%) sepia(74%) saturate(2395%) hue-rotate(188deg) brightness(105%) contrast(50%);
}
.nav-bottom__icon {
  width: 40px;
  height: 40px;
  position: relative;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
}
.nav-bottom__icon img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.nav-bottom__text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 8px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgb(53, 59, 75);
}
.nav-bottom__burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: url("../icons/cursor.svg") 0 0, auto;
}
.nav-bottom__burger:active .nav-bottom__text {
  color: rgb(10, 115, 190);
}
.nav-bottom__burger-icon {
  width: 40px;
  height: 40px;
  position: relative;
  background-color: rgb(138, 175, 0);
  border-radius: 4px;
}
.nav-bottom__burger-icon img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

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