@import url('button.css');
@import url('text.css');
@import url('slider.css');
@import url('modal.css');
@import url('slideshow.css');
@import url('grid.css');

@import url('header.css?1');
@import url('footer.css?1');

/* Tour */
@import url('tour.css');
/* team */
@import url('team.css');
/* PROCESS */
@import url('process.css');
@import url('filter.css');
/* sea */
@import url('sea.css?1');
/* BEYOND + MARQUEE */
@import url('beyond.css');
/* blog */
@import url('blog.css');
/* FOOTER form */
@import url('footer-form.css');
/* Contacts */
@import url('contacts.css');
/* Form wide */
@import url('form-wide.css');
/* Teams #page */
@import url('teams.css');
/* Detail element #page */
@import url('detail.css');

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    /* --body-bg: #f6f5f3; */
    --body-bg: #c1c1c1;
    --blue: #0a4d8c;
    --blue-btn: #0149c0;
    --blue-dk: #003366;
    --blue-dp: #001f3f;

    --bg-secondary: var(--secondary);
    --secondary: #00b4c5;

    --footer-color: #a78e67;
    --breadcrumb-color: #8f6e3a;

    --gold: #d0973f;
    --gold-lt: #d4bc7c;
    --gold-txt: #c5821a;

    --wh: #fff;
    --bk: #1a1a1a;

    --gr: #666;
    --gr-lt: #f5f5f5;
    --gr-bd: #e0e0e0;
    --gr-md: #999;
    --beige: #f9f7f3;
    --hd: 'TT Travels', sans-serif;
    --bd: 'Montserrat', 'Segoe UI', sans-serif;

    --transition: 0.2s all ease;
}
/* COLOR TEXT */
.text-wh {
    color: var(--wh);
}

html {
    scroll-behavior: smooth;
}
body {
    font-family: var(--bd);
    font-size: 16px;
    line-height: 1.5;
    color: var(--bk);
    /* background: var(--body-bg); */
    background: #F6F5F3;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
}
ul,
ol {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    border: none;
    outline: none;
    cursor: pointer;
}
button {
    background: none;
}

input[type='checkbox'] {
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid #bfbfbf;
    border-radius: 3px;
}

input[type='checkbox']:checked {
    border-color: #fff;
    background-color: #2752af;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    transition: var(--transition);
}

input[type='checkbox']:hover {
    border-color: #fff;
}

[hidden] {
    display: none !important;
}

.space {
    padding-bottom: 50px;
}

.ui-width-1-1 {
    width: 100%;
}

.page {
    display: none;
}
.page.active {
    display: block;
}

/* breadcrumb */
.breadcrumb {
    padding-block: 45px 18px;
    color: var(--breadcrumb-color);
    padding: 0;
    list-style: none;
    font-size: 0;
}
.breadcrumb > * {
    display: contents;
}

.breadcrumb > *:nth-child(n + 2):before {
    content: '.';
    position: relative;
    transform: translateY(-75%);
    display: inline-block;
    margin: 0 5px;
    width: 4px;
    height: 15px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='3' height='3' viewBox='0 0 3 3' fill='currentColor' style=''%3e%3crect width='3' height='3' rx='1.5' fill='%238f6e3a'/%3e%3c/svg%3e");
    background-position: center;
    background-size: 4px;
    background-repeat: no-repeat;
}
.breadcrumb__link {
    font-size: 12px;
}
.breadcrumb__link:hover {
    text-decoration: underline;
}
.breadcrumb__text {
    font-size: 12px;
}

.breadcrumb .sep {
    margin: 0 6px;
    color: var(--gr-md);
}

/* Поиск тура на слайдере */

section.search__tour {
    position: relative;
    z-index: 3;
    top: 0;
    width: 100%;
    max-width: 1510px;
    margin-inline: auto;
    margin-bottom: 100px
    /* height: 1px; */
}

img.modul-bronirovaniya {
    width: 1510px;
    height: 90px;
}

/* SECTIONS */
.sec-space-top {
    padding-top: 114px;
}
.sec-space-top-md {
    padding-top: 150px;
}

/* SEA - 1936x1440 */
.sea {
    position: relative;
    padding: 80px 0 0;
    overflow: hidden;
    min-height: 1440px;
}
.sea__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.sea__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sea__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 20, 50, 0.7) 0%, rgba(0, 20, 50, 0.5) 50%, rgba(0, 20, 50, 0.8) 100%);
}
.sea__c {
    position: relative;
    z-index: 2;
    color: var(--wh);
}
.sea__top {
    text-align: center;
    padding: 0 20px;
    max-width: 700px;
    margin: 0 auto 40px;
}
.sea__t {
    font-family: var(--hd);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.sea__s {
    font-size: 13px;
    opacity: 0.8;
    line-height: 1.6;
}
.sea__tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.sea__tab {
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    font-size: 12px;
    color: var(--wh);
    cursor: pointer;
    transition: all 0.3s;
}
.sea__tab:hover,
.sea__tab.active {
    background: var(--wh);
    color: var(--blue);
}
.sea__nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}
.sea__nav button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    color: var(--wh);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s;
}
.sea__nav button:hover {
    background: var(--wh);
    color: var(--blue);
}
.sg {
    display: flex;
    gap: 16px;
    padding: 0 52px;
    overflow: hidden;
}

/* FOOTER */
.ftr {
    border-top: 1px solid var(--gr-bd);
    padding: 28px 0;
    background: var(--beige);
}

.ft__t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    gap: 16px;
    flex-wrap: wrap;
}
.ft__lg {
    font-family: var(--hd);
    font-size: 18px;
    font-weight: 900;
    color: #a78e67;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
}
.ft__lg span {
    display: block;
    font-size: 14px;
    margin-left: 12px;
}
.ft__ct {
    display: flex;
    align-items: center;
    gap: 36px;
}
.ft__ph {
    font-size: 13px;
    font-weight: 500;
    color: #a78e67;
}
.ft__em {
    font-size: 13px;
    color: var(--gr);
}
.ft__so {
    display: flex;
    gap: 6px;
}
.ft__so a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--gr-bd);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a78e67;
    font-size: 13px;
    transition: all 0.3s;
}
.ft__so a:hover {
    background: #a78e67;
    color: var(--wh);
    border-color: #a78e67;
}
.ft__cb {
    border: 1px solid #a78e67;
    color: #a78e67;
    padding: 9px 18px;
    border-radius: 22px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s;
    white-space: nowrap;
}
.ft__cb:hover {
    background: #a78e67;
    color: var(--wh);
}
.ft__b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: var(--gr);
    padding-top: 14px;
    border-top: 1px solid var(--gr-bd);
    gap: 12px;
    flex-wrap: wrap;
}
.ft__lk {
    display: flex;
    gap: 16px;
}
.ft__lk a:hover {
    color: #a78e67;
}
.ft__ad {
    text-align: center;
    flex: 1;
}
.ft__pl {
    display: flex;
    gap: 16px;
}
.ft__pl a:hover {
    color: #a78e67;
}

/* Non-home pages need top padding for fixed header */
#page-hotel,
#page-about,
#page-contacts {
    padding-top: 0;
}

/* LABLE */

.ui-lable {
    position: absolute;
    font-family: var(--hd);
    font-size: 12px;
    font-weight: 600;
    padding: 0 12px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    color: #333333;
    background: var(--wh);
}

/* LABLE POSITION */

.ui-lable-top-right {
    top: 10px;
    right: 10px;
}

.ui-lable-bottom-right {
    bottom: 10px;
    right: 10px;
}

/* LABLE COLOR */

.ui-lable-primary {
    background-color: var(--blue-btn);
    color: var(--wh);
}

.ui-lable-hit {
    background-color: #256ee5;
    color: var(--wh);
}

.ui-lable-secondary {
    background-color: var(--secondary);
    color: var(--wh);
}

.ui-lable-secondary {
    background-color: var(--secondary);
    color: var(--wh);
}

/* !END LABLE */
/* Advantages */
.advantages__heading {
    text-align: center;
    margin-bottom: 32px;
}

/* ADVANTAGES - 6 bordered containers */
.advg {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    text-align: center;
    justify-content: center;
}
.adv {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 14px 14px;
    border-radius: 15px;
    background: var(--wh);
    justify-content: center;
}
.adv__ic {
    width: 130px;
    max-width: 130px;
    height: auto;
    max-height: 130px;
    margin-bottom: 35px;
}
.adv__ic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.adv__v {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 36px;
    margin-bottom: 2px;
}
.adv__l {
    font-size: 16px;
    color: var(--gold-txt);
    line-height: 130%;
    font-weight: 500;
}



.team__slider .owl-dot {
    background: #0149C0;
    height: 2px;
    width: 7px;
    margin: 0 3px;
    border-radius: 4px;
    transition: .2s;
}

.team__slider .owl-dot.active {
    width: 19px
}

.team__slider .owl-dot span {
    background: #0149C0;
    height: 2px;
    display: block;
    border-radius: 4px;
}

.team__slider .owl-dots {
    text-align: center;
    /* position: relative; */
    margin-top: -10px;

    position: absolute;
    top: 455px !important;
    left: 0;
    right: 0;
    /* top: -90px */
}


.ui-sea__content .owl-dots {
    margin: auto;
    text-align: center;
}

.ui-sea__content .owl-dot.active {
    width: 36px;
}

.ui-sea__content .owl-dot {
    border: 2px solid #fff;
    height: 6px;
    width: 9px;
    background: #000;
    margin: 0 4px;
    border-radius: 2px;
    transition: .2s;
}

.ui-sea__content .owl-dot span {
    border: 1px solid #fff;
    height: 4px;
    display: block;
    border-radius: 2px;
}

.footer__last-cols {
    display: flex;
    gap: 30px;
}

.sc__mob-button {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #111111;
}

.ui-sea__top h2, .contact_form__bg h2, .beyond h2 {
    color: #fff;
}





.gallery-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.gallery-main {
  width: calc(100% - 90px);
  height: 300px;
}
.gallery-main .swiper-slide img {
  user-select: none;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallery-main .swiper-button-prev, .gallery-main .swiper-button-next {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  height: 30px;
  width: 80px;
  margin: 0;
  color: #9FA1A4;
  background: #DFDDDF;
  border-radius: 5px;
}
.gallery-main .swiper-button-prev .swiper-navigation-icon, .gallery-main .swiper-button-next .swiper-navigation-icon {
  height: 12px;
}
.gallery-main .swiper-button-prev{
  right: 0;
  border-right: 1px solid #e9e9e9;
  display: none;
}
.gallery-main .swiper-button-next{
  bottom: 0!important;
  right: 0!important;
  left: auto!important;
  top: auto!important;
}
.gallery-main .swiper-button-next svg{
  display: none;
}
.gallery-main .swiper-button-next{
  background: #DFDDDF url("../../images/icons/icon_gallery-next.svg") no-repeat 50% 50%;
}

.gallery-thumbs .swiper-wrapper{
  gap: 10px;
}
.gallery-thumbs {
  width: 80px;
  height: 300px;
  /* padding-left: 10px; */
  user-select: none;
}
.gallery-thumbs .swiper-slide {
  height: 80px!important;
}
.gallery-thumbs .swiper-slide img {
  transition: 0.3s;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 0.9;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide-thumb-active img {

}
.hotelgallery{
  margin-bottom: 43px;
}

.mobile-visible {
    display: none;
}


input {
 width: 100%;
}


    .ces-app {
      --ces-global-border-radius: 10px;
      --ces-form-bg-color: var(--blue-btn);
      --ces-form-border-radius: var(--ces-global-border-radius);
      --ces-form-input-label-color: #ffffff;
      --ces-form-input-border-radius: var(--ces-global-border-radius);
      --ces-form-footer-border-top-color: #cfdfec;
      --ces-modal-overlay: rgba(0, 0, 0, .7);
      --ces-modal-border-radius: var(--ces-global-border-radius);
      --ces-form-button-border-radius: var(--ces-global-border-radius);
      --ces-form-button-color: #255cab;
      --ces-form-button-hover-color: #0078d7;
      --ces-form-button-submit-color: var(--bg-secondary);
      --ces-form-button-submit-hover-color: var(--bg-secondary);
      --ces-result-card-border-radius: var(--ces-global-border-radius);
      --ces-result-card-bg-color: #e1ebf3;
      --ces-result-card-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.3);
      --ces-result-card-button-price-border-radius: var(--ces-global-border-radius);
      --ces-result-card-button-price-color: var(--ces-form-button-submit-color);
      --ces-result-card-button-price-hover-color: var(--ces-form-button-submit-hover-color);
      --ces-result-card-button-date-border-radius: var(--ces-global-border-radius);
      --ces-result-card-button-date-color: var(--ces-form-button-color);
      --ces-result-card-button-date-hover-color: var(--ces-form-button-hover-color);
    }


    .section-why .heading-2 {
      color:#fff;
    }


  .slide__since {
    position: absolute;
    bottom: 20%;
    right: 10%;

    background: rgba(255, 255, 255, .25);
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 100%;
    /* font-weight: thin; */
    font-size: 25px;

    /* padding: 10px; */
    color: var(--blue-btn);
    opacity: .8
  }
  .slide__since {
      top: 240px;
      left: 50px;
    }
  @media (max-width: 800px) {
    .slide__since {
      top: 150px;
      left: 50px;
    }
  }


     .search-form {
    margin: 20px 0 30px;
}

.search-form__inner {
    display: flex;
    align-items: stretch;
    gap: 0;
    /* max-width: 1520px; */
    border: 1px solid #d9d9d9;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.search-form__field {
    flex: 1;
    border: 0;
    outline: none;
    padding: 14px 18px;
    font-size: 16px;
    background: transparent;
    color: #222;
}

.search-form__field::placeholder {
    color: #999;
}

.search-form__button {
    border: 0;
    padding: 0 22px;
    background: #0149c0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.search-form__button:hover {
    background: #2563eb;
}

.ui-button-callback, .ui-button-outline-primary, .ui-button, .ui-button-outline {
    text-decoration: none!important;
}

.ui-button-icon-inst:hover svg {
    stroke: #fff!important;
    fill: #fff!important
}

.ui-button-icon-inst {
    width: 37px;
    height: 37px;
}


.slide__buttons {
    position: absolute;
    bottom: 15%;
    right: 10%;
    display: flex;
    gap: 15px;

    /* display: none; */
}

.slide__buttons a {
    display: block;
    text-align: center;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 50px;
     background: #fff!important;
    color: #0149c0!important;
    text-transform: uppercase;
            /* font-weight: 500; */
}

.slide__buttons a:hover {
    text-decoration: none;
}

/* @media (max-width: 1100px) {
    .to-frm-btn {
        display: none;
    }

    .slide__buttons {
        display: flex;
    }
} */

    .to-frm-btn {
        display: none;
    }


    @media (min-width: 1200px) {
        .slide__buttons a {
            font-size: 30px;
        }
    }


    .team__card-desc {
    position: absolute;
    bottom: 70px;
    right: 0px;
    width: 70%;
    color: #fff;
    background: #00b5c5b7;
    padding: 10px 15px;
    border-radius: 30px 0 0 30px;
}

@media (max-width: 800px) {
    .team__card-desc {
        font-size: 14px;
        width: 100%;
        border-radius: 30px 30px 0 0;
        bottom: 93px;
    }

    .team__card__name {
        font-size: 14px!important
    }
}


.ui-sea__bg-black {
    background: #00000070;
    width: 100%;
    /* height: calc(100% - 35px); */
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

@media (max-width: 1415px) {
    .ui-sea__bg-black {
        height: calc(100% - 80px);
    }
}

@media (max-width: 1100px) {
    .ui-sea__bg-black {
        height: calc(100% - 100px);
    }
}

@media (max-width: 800px) {
    .ui-sea__bg-black {
        height: 100%;
    }
}



.slide__pac-logo {
    position: absolute;
    bottom: 10%;
    left: 40px;
}

.slide__pac-logo img {
    width: 400px;
}

.home-logo-pac {
    margin: auto;
    margin-top: 50px;
    text-align: center;
}

.home-logo-pac img {
    width: 500px;
    margin: auto;
}

.home-logo-pac p {
    margin: 0;

    font-size: 22px;
    color: #787878;
}

@media (max-width: 800px) {
    .slide__pac-logo {
        bottom: 25%;
        left: 0%;
    }

    .slide__pac-logo img {
        width: 100%;
    }

    .home-logo-pac {
        width: 95%;
    }

    .home-logo-pac p {
        font-size: 14px;
    }

    .ui-modal__content_head .heading-2 {
        font-size: 30px;
    }

    .cfs {
        display: block!important;
    }
}

.owl-stage {
    margin: auto
}

.ui-modal input[type='checkbox']:hover {
    border-color: gray;
}

.ui-modal .wpcf7-list-item, .contact_form__ck .wpcf7-list-item {
    margin: 0!important
}

.contact_form__ck .wpcf7-list-item a:hover {
    color: #fff;
}

.process__cta a:hover, .team__card-btn {
    color: #fff!important;
    text-decoration: none!important;
}


.contacts-info {
    background: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    line-height: 10px;
    justify-content: space-evenly;
    align-items: flex-start;
    color: #0052b4;
}

@media (max-width: 800px) {
    .contacts-info {
        line-height: unset;
    }

    .contacts-info p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}