@import url(/assets/fonts/index.css);
body a {
  font-family: Roboto;
  color: #0083aa;
  text-decoration: none; }
body a:hover {
  color: #ff4f02; }
body p {
  font-family: Roboto;
  padding: 0;
  margin: 0; }
body ul li {
  font-family: Roboto; }
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: Angry-Regular, sans-serif; }
body div, body span {
  font-family: Roboto; }

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px !important; } }
.wrapper404 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 50px; }
  .wrapper404 a {
    background: #0083aa;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 100px; }

@media (max-width: 991.98px) {
  .wrapper404 {
    flex-direction: column; }
    .wrapper404 div:first-child {
      order: 2; }
    .wrapper404 div:last-child {
      order: 1; } }
@media (max-width: 767.98px) {
  .wrapper404 {
    padding: 0 30px; } }
@media (max-width: 575.98px) {
  .wrapper404 div img {
    width: 100%; } }
.main {
  padding: 20px 0 0 0; }

.main-travel-product {
  padding: 0 0 100px 0; }
  .main-travel-product h1 {
    text-align: center; }

.main-advantages {
  background: #f5f5f5;
  padding: 80px 0 90px 0; }
  .main-advantages__content h2 {
    text-align: center;
    padding: 0 0 40px 0; }
  .main-advantages__content p {
    font-size: 16px;
    color: #333333;
    padding: 0;
    margin: 0; }
  .main-advantages__content .row-advantages {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch; }
  .main-advantages__content .row-advantages .box-advantages {
    flex: 33.33%;
    display: flex; }
  .main-advantages__content .row-advantages .box-advantages:nth-child(3n+1) {
    padding: 0 10px 20px 0; }
  .main-advantages__content .row-advantages .box-advantages:nth-child(3n+2) {
    padding: 0 10px 20px 10px; }
  .main-advantages__content .row-advantages .box-advantages:nth-child(3n+3) {
    padding: 0 0 20px 10px; }
  .main-advantages__content .row-advantages .box-advantages div {
    background: #ffffff;
    padding: 20px;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center; }

.main-map {
  padding: 70px 0 110px 0; }
  .main-map h2 {
    text-align: center;
    padding: 0 0 20px 0; }

@media (max-width: 991.98px) {
  .main {
    padding: 0 0 0 0; }

  .main-travel-product {
    padding: 0 7px 100px 7px; }

  .main-advantages {
    padding: 80px 7px 90px 7px; }
    .main-advantages__content .row-advantages .box-advantages {
      flex: 50%;
      display: flex; }
    .main-advantages__content .row-advantages .box-advantages:nth-child(2n+1) {
      padding: 0 10px 20px 0; }
    .main-advantages__content .row-advantages .box-advantages:nth-child(2n+2) {
      padding: 0 0 20px 10px; }
    .main-advantages__content .row-advantages .box-advantages:last-child {
      padding: 0; } }
@media (max-width: 575.98px) {
  .main-advantages__content .row-advantages .box-advantages {
    flex: 100%; }
  .main-advantages__content .row-advantages .box-advantages:nth-child(2n+1) {
    padding: 0 0 20px 0; }
  .main-advantages__content .row-advantages .box-advantages:nth-child(2n+2) {
    padding: 0 0 20px 0; } }
.contacts .box-stuff {
  padding: 40px 0 50px 0; }
  .contacts .box-stuff .stuff {
    padding: 20px;
    background: #f5f5f5;
    display: inline-block;
    margin: 0 20px 0 0; }
    .contacts .box-stuff .stuff p {
      text-align: center; }
    .contacts .box-stuff .stuff img {
      padding-bottom: 10px; }

@media (max-width: 991.98px) {
  .contacts .box-stuff {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .contacts .box-stuff .stuff {
      margin: 0 0 20px 0; } }
.seeker-bus {
  height: 300px;
  background: #fbc054;
  font-family: Jost-Regular, serif;
  padding: 50px 0 0 0; }
  .seeker-bus .seeker-bus__bottom-row {
    display: flex; }
  .seeker-bus__input {
    background: #ffffff;
    height: 58px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    padding: 6px 10px; }
  .seeker-bus__input.bottom-row {
    height: 62px;
    margin: 15px 15px 0 0; }
  .seeker-bus__input-select {
    color: #333333;
    border: none;
    font-size: 16px;
    outline: none;
    background: url(/assets/shared/modules/search/bus/select_arrow.png) no-repeat right top 7px;
    font-weight: 600;
    padding: 0;
    cursor: pointer; }
  .seeker-bus__input-label {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    position: absolute;
    left: 10px;
    bottom: 6px;
    cursor: pointer; }
  .seeker-bus__input-label.tourists {
    position: relative;
    left: 0; }
  .seeker-bus__tourists {
    display: flex; }
    .seeker-bus__tourists .seeker-bus__adults input[type=checkbox] {
      display: none; }
    .seeker-bus__tourists .seeker-bus__adults input[type=checkbox] + label {
      background: url(/assets/shared/modules/search/bus/adult.png) no-repeat;
      height: 26px;
      width: 26px;
      padding: 0 32px 0 0;
      cursor: pointer;
      margin: 0 0 0 0; }
    .seeker-bus__tourists .seeker-bus__adults input[type=checkbox]:checked + label {
      background: url(/assets/shared/modules/search/bus/adult_act.png) no-repeat; }
    .seeker-bus__tourists .seeker-bus__children {
      display: flex;
      padding: 0 0 0 20px; }
      .seeker-bus__tourists .seeker-bus__children .child-plus {
        color: #999999; }
      .seeker-bus__tourists .seeker-bus__children input[type=checkbox] {
        display: none; }
      .seeker-bus__tourists .seeker-bus__children input[type=checkbox] + label {
        background: url(/assets/shared/modules/search/bus/child.png) no-repeat;
        height: 26px;
        width: 14px;
        padding: 0 0 0 26px;
        cursor: pointer;
        margin: 0 0 0 4px; }
      .seeker-bus__tourists .seeker-bus__children input[type=checkbox] + label:last-child {
        padding: 0; }
      .seeker-bus__tourists .seeker-bus__children input[type=checkbox]:checked + label {
        background: url(/assets/shared/modules/search/bus/child_act.png) no-repeat; }
  .seeker-bus__stars {
    display: flex; }
    .seeker-bus__stars input[type=checkbox] {
      display: none; }
    .seeker-bus__stars input[type=checkbox] + label {
      background: url(/assets/shared/modules/search/bus/star.png) no-repeat;
      height: 20px;
      width: 21px;
      padding: 0 32px 0 0;
      cursor: pointer;
      margin: 2px 0 0 0; }
    .seeker-bus__stars input[type=checkbox] + label:last-child {
      padding: 0; }
    .seeker-bus__stars input[type=checkbox]:checked + label {
      background: url(/assets/shared/modules/search/bus/star_act.png) no-repeat; }

.top-menu {
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.1);
  z-index: 9;
  position: fixed;
  background: #ffffff;
  width: 100%; }
  .top-menu__wrapper {
    display: flex;
    position: relative;
    white-space: nowrap; }
  .top-menu__items {
    display: block;
    margin: 20px 0 20px 60px;
    width: 100%;
    text-align: right; }
    .top-menu__items .mark-drop {
      padding-right: 20px; }
    .top-menu__items .item-active {
      border-bottom: 3px solid #333333; }
  .top-menu__item {
    margin: 0 0 0 40px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    padding-bottom: 20px; }
    .top-menu__item:hover {
      color: #5fb565;
      border-bottom: 3px solid #333333; }
  .top-menu__arrow-down {
    width: 8px;
    height: 8px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    transform: rotate(135deg);
    display: inline-block;
    position: absolute;
    margin: 5.5px 0 0 10px; }

.drop-menu {
  display: none;
  text-align: left; }
  .drop-menu__wrapper {
    position: absolute;
    top: 64px;
    background: #ffffff;
    box-shadow: 0 6px 14px -4px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: flex;
    align-items: flex-start;
    max-width: 878px;
    right: 0; }
  .drop-menu__first-column {
    width: 40%;
    background: #ffffff;
    box-shadow: 10px 0px 10px -10px rgba(0, 0, 0, 0.3);
    z-index: 2;
    height: -webkit-fill-available; }
  .drop-menu__second-column {
    width: 60%;
    background: #f9f9f9;
    height: -webkit-fill-available; }
  .drop-menu__items {
    padding: 30px 0 30px 40px;
    flex-direction: column;
    display: flex;
    height: -webkit-fill-available; }
    .drop-menu__items .item-second-column {
      font-size: 16px;
      padding-left: 10px; }
    .drop-menu__items .item-second-column:hover {
      color: #5fb565; }
  .drop-menu__item {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    position: relative; }
    .drop-menu__item:hover {
      color: #5fb565; }
    .drop-menu__item a {
      display: block;
      color: #333333; }
      .drop-menu__item a:hover {
        color: #5fb565; }
    .drop-menu__item .item-sub-name {
      font-size: 14px;
      position: relative;
      margin: -5px 0 0 0; }
  .drop-menu__triangle {
    display: none;
    width: 20px;
    height: 30px;
    position: absolute;
    overflow: hidden;
    right: -19px;
    top: 18px; }
    .drop-menu__triangle:after {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      background: #ffffff;
      transform: rotate(45deg);
      bottom: 5px;
      left: -10px;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
  .drop-menu__triangle-additional {
    top: 10px; }

.menu-burger {
  display: none; }

@media (max-width: 1199.98px) {
  .top-menu__items {
    display: none; }

  .menu-burger {
    display: block;
    right: 17px;
    top: 17px;
    z-index: 9;
    position: fixed;
    background: #ffffff; }
    .menu-burger__list {
      top: 0;
      right: 0;
      position: fixed;
      padding: 60px 0;
      margin: 0;
      list-style-type: none;
      width: 100%;
      height: 100%;
      background: #ffffff;
      transform: translateX(150%);
      transition: .3s; }
    .menu-burger__list-wrapper {
      overflow: auto;
      max-height: 100%;
      padding: 0 20%; }
    .menu-burger__item, .menu-burger__second-item, .menu-burger__third-item {
      display: block;
      color: #333333;
      font-size: 18px;
      text-align: left;
      text-decoration: none;
      width: fit-content; }
    .menu-burger__inner, .menu-burger__second-inner, .menu-burger__third-inner {
      border-bottom: 1px solid #cccccc;
      width: 100%;
      position: relative; }
    .menu-burger__second-inner:last-child, .menu-burger__third-inner:last-child {
      border-bottom: none; }
    .menu-burger__arrow-down, .menu-burger__arrow-up, .menu-burger__second-arrow-down, .menu-burger__second-arrow-up {
      width: 20px;
      height: 20px;
      border-top: 2px solid #333333;
      border-right: 2px solid #333333;
      display: inline-block;
      position: absolute;
      right: 4px; }
    .menu-burger__arrow-down, .menu-burger__second-arrow-down {
      transform: rotate(135deg);
      top: 17px; }
    .menu-burger__arrow-up, .menu-burger__second-arrow-up {
      transform: rotate(315deg);
      top: 30px; }
    .menu-burger__inner-wrapper, .menu-burger__second-inner-wrapper, .menu-burger__third-inner-wrapper {
      display: flex;
      flex-wrap: nowrap;
      width: 100%;
      white-space: nowrap;
      align-items: center;
      padding: 20px 0; }
    .menu-burger__inner-arrow, .menu-burger__second-inner-arrow, .menu-burger__third-inner-arrow {
      width: 100%;
      height: 20px; }
    .menu-burger__second-list, .menu-burger__third-list {
      display: none;
      padding: 0 0 0 5%; }

  .burger-checkbox {
    position: absolute;
    visibility: hidden; }

  .burger {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 40px;
    height: 26px; }

  .burger::before,
  .burger::after {
    content: '';
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: #000000; }

  .burger::before {
    top: 0;
    box-shadow: 0 11px 0 #000000;
    transition: box-shadow .3s .15s, top .3s .15s, transform .3s; }

  .burger::after {
    bottom: 0;
    transition: bottom .3s .15s, transform .3s; }

  .burger-checkbox:checked + .burger::before {
    top: 11px;
    transform: rotate(45deg);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
    transition: box-shadow .15s, top .3s, transform .3s .15s; }

  .burger-checkbox:checked + .burger::after {
    bottom: 11px;
    transform: rotate(-45deg);
    transition: bottom .3s, transform .3s .15s; }

  .burger-checkbox:checked ~ .menu-burger__list {
    transform: translateX(0); } }
@media (max-width: 991.98px) {
  .menu-burger__list-wrapper {
    padding: 0 10%; } }
@media (max-width: 575.98px) {
  .menu-burger__list-wrapper {
    padding: 0 5%; } }
.breadcrumbs {
  padding: 65px 0 0 0; }
  .breadcrumbs__wrapper {
    padding: 13px 0; }
    .breadcrumbs__wrapper a {
      color: #999999; }
      .breadcrumbs__wrapper a:hover {
        color: #5fb565; }
  .breadcrumbs__separator {
    color: #999999; }
  .breadcrumbs__last-crumbs {
    color: #333333; }
  .breadcrumbs__link-back {
    display: none; }

@media (max-width: 991.98px) {
  .breadcrumbs__inner {
    display: none; }
  .breadcrumbs__link-back {
    display: block; } }
.footer {
  background: #0f4c5a;
  padding: 50px 0; }
  .footer .footer-content {
    display: flex; }
    .footer .footer-content div p {
      line-height: 28px;
      padding: 0;
      margin: 0; }
  .footer .footer-logo {
    height: 110px; }
  .footer .footer-separator {
    margin: 0 30px 0 28px;
    border-right: 2px solid #ffffff; }
  .footer .footer-offer {
    padding: 20px 0 0 0; }
    .footer .footer-offer p {
      color: #5fb565;
      padding-bottom: 10px; }
    .footer .footer-offer a {
      color: #fbc054; }

@media (max-width: 767.98px) {
  .footer {
    padding: 50px 7px; }
    .footer .footer-content {
      display: block; }
    .footer .footer-content div {
      padding-top: 20px; }
    .footer .footer-separator {
      display: none; }
    .footer .footer-logo {
      height: 90px; } }
.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  z-index: 999; }
  .cookie__container {
    margin: 0 20px 20px 20px;
    padding: 50px 50px 50px 60px;
    border-radius: 12px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: 0 11px 34px 0 rgba(0, 0, 0, 0.3);
    align-items: center; }
  .cookie__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    width: 700px; }
  .cookie__buttons {
    display: flex;
    gap: 10px; }
  .cookie__buttons > div {
    width: 163px;
    height: 44px;
    border-radius: 52px;
    font-size: 16px;
    font-weight: 400;
    line-height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
  .cookie__button-ok {
    background: #0083aa;
    color: #ffffff; }
    .cookie__button-ok:hover {
      filter: brightness(120%); }
  .cookie__button-settings:hover {
    color: #666666; }
  .cookie__button-policy {
    border: 1px solid #0083aa;
    background: none; }
    .cookie__button-policy a {
      color: #0083aa;
      text-decoration: none;
      width: 100%;
      line-height: 44px;
      text-align: center; }
      .cookie__button-policy a:hover {
        color: #ff4f02; }
    .cookie__button-policy:hover {
      border: 1px solid #ff4f02; }

.cookie-settings {
  position: fixed;
  margin: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  z-index: 999; }
  .cookie-settings__container {
    position: relative;
    padding: 50px !important;
    border-radius: 12px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: 0 11px 34px 0 rgba(0, 0, 0, 0.3); }
  .cookie-settings__close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer; }
  .cookie-settings__head {
    position: relative;
    flex-shrink: 0;
    padding-bottom: 30px; }
  .cookie-settings__body {
    height: 100%;
    overflow-y: auto; }
  .cookie-settings__buttons {
    display: flex;
    justify-content: end;
    padding-top: 45px;
    margin-top: 20px;
    flex-shrink: 0;
    border-top: 1px solid #cccccc; }
  .cookie-settings .triple-col {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px; }
    .cookie-settings .triple-col__row {
      display: flex;
      gap: 30px; }
    .cookie-settings .triple-col__header {
      font-size: 14px;
      border-bottom: 1px solid #cccccc;
      padding-bottom: 10px;
      display: flex;
      gap: 30px; }
    .cookie-settings .triple-col__category {
      width: 25%; }
    .cookie-settings .triple-col__description {
      width: 65%; }
    .cookie-settings .triple-col__status {
      width: 50px;
      text-align: center; }
  .cookie-settings p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left; }
  .cookie-settings h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px; }
  .cookie-settings__checkbox {
    display: block;
    cursor: pointer;
    user-select: none;
    position: relative;
    width: 26px;
    padding: 0;
    margin: 0;
    line-height: 0; }
  .cookie-settings__checkbox input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0; }
  .cookie-settings__checkbox span {
    display: inline-block;
    position: relative; }
  .cookie-settings__checkbox span:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/assets/shared/cookie/checkbox-unchecked.png) 0 0 no-repeat; }
  .cookie-settings__checkbox input[type=checkbox]:checked + span:before {
    background-image: url(/assets/shared/cookie/checkbox-cheked.png); }
  .cookie-settings__checkbox span:hover:before {
    filter: brightness(110%); }
  .cookie-settings__checkbox input[type=checkbox]:disabled + span {
    color: #cccccc;
    cursor: default; }
  .cookie-settings__checkbox input[type=checkbox]:disabled + span:before {
    filter: grayscale(100%);
    opacity: 0.6; }
  .cookie-settings__buttons > div {
    width: 163px;
    height: 44px;
    border-radius: 52px;
    font-size: 16px;
    font-weight: 400;
    line-height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #ffffff; }
  .cookie-settings__button-ok {
    background: #0083aa; }
  .cookie-settings__button-ok:hover {
    filter: brightness(110%); }

@media (max-width: 991.98px) {
  .cookie__container {
    margin: 0 30px 30px 30px;
    padding: 40px 50px 50px 50px;
    display: block; }
  .cookie__text {
    line-height: 22px;
    text-align: left;
    width: 100%; }
  .cookie__buttons {
    padding-top: 60px;
    justify-content: center; }
  .cookie__buttons > div {
    width: 299px; }

  .cookie-settings {
    top: 0; }
    .cookie-settings p {
      font-size: 13px;
      line-height: 18px; }
    .cookie-settings h3 {
      font-weight: 600;
      font-size: 14px;
      line-height: 20px; }
    .cookie-settings__container {
      padding: 50px 15px 15px 15px !important; }
    .cookie-settings__body {
      max-height: 400px; }
    .cookie-settings .triple-col__row {
      display: grid;
      gap: 0;
      grid-template-columns: auto auto;
      grid-template-rows: auto auto; }
    .cookie-settings .triple-col__header {
      display: none; }
    .cookie-settings .triple-col__category {
      grid-area: 1/1;
      width: 100%;
      padding-top: 5px; }
    .cookie-settings .triple-col__description {
      grid-area: 2/1/2/3;
      width: 100%; }
    .cookie-settings .triple-col__status {
      grid-area: 1/2;
      width: 100%;
      display: flex;
      justify-content: end;
      text-align: left; }
    .cookie-settings__checkbox {
      height: 40px; }
    .cookie-settings__buttons {
      padding-top: 20px; } }
@media (max-width: 575.98px) {
  .cookie__container {
    margin: 0 20px 20px 20px;
    padding: 14px 20px 20px 20px;
    display: block; }
  .cookie__text {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    width: 100%;
    font-weight: 400; }
  .cookie__buttons {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .cookie__buttons > div {
    width: 240px; } }
.pages {
  padding: 40px 0 100px 0; }
  .pages h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 56px;
    color: #333333;
    position: relative; }
  .pages h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 46px;
    color: #333333; }
  .pages h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #333333; }
  .pages p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; }

@media (max-width: 991.98px) {
  .pages {
    padding: 40px 0 80px 0; } }
@media (max-width: 767.98px) {
  .pages h1 {
    font-size: 24px;
    line-height: 34px; }
  .pages h2 {
    font-size: 20px;
    line-height: 30px; }
  .pages h3 {
    font-size: 14px;
    line-height: 20px; }
  .pages p {
    font-size: 14px;
    line-height: 19px; } }
@media (max-width: 575.98px) {
  .pages {
    padding: 30px 0 60px 0; } }

/*# sourceMappingURL=site.css.map */
