.button-link {
    color: var(--link-color);
    cursor: pointer;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    height: -moz-fit-content;
    height: fit-content;
    transition: color .2s ease-in-out
}

.button-link:hover {
    color: var(--link-color-hover)
}

.button-link__icon {
    display: none
}

@media screen and (max-width: 1024px) {
    .button-link {
        font-size:20px
    }
}

@media screen and (max-width: 768px) {
    .button-link {
        font-size:16px
    }

    .button-link__icon {
        display: initial
    }

    .button-link__text {
        display: none
    }
}

.btn-filter[data-v-34a7b8d6] {
    background: #0000000f;
    border-radius: 12px;
    padding: 16px
}

.bottom-sheet[data-v-f0c780e0] {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: visibility var(--42568111);
    z-index: 99999
}

.bottom-sheet [data-v-f0c780e0] {
    box-sizing: border-box
}

.bottom-sheet[aria-hidden=false][data-v-f0c780e0] {
    visibility: visible
}

.bottom-sheet[aria-hidden=true][data-v-f0c780e0] {
    pointer-events: none;
    visibility: hidden
}

.bottom-sheet__overlay[data-v-f0c780e0] {
    background: var(--0327c788);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.bottom-sheet__content[data-v-f0c780e0] {
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: var(--09c72560);
    max-height: var(--152d8c25);
    max-width: var(--734f206c);
    overflow-y: hidden;
    pointer-events: all;
    transform: translate3d(0,var(--7008c7cb),0);
    width: 100%
}

.bottom-sheet__content--fullscreen[data-v-f0c780e0] {
    border-radius: 0
}

.bottom-sheet__content[data-v-f0c780e0]:not(.bottom-sheet__content--dragging) {
    transition: var(--42568111) ease
}

.bottom-sheet__draggable-area[data-v-f0c780e0] {
    cursor: grab;
    margin: auto;
    padding: 16px;
    width: 100%
}

.bottom-sheet__draggable-thumb[data-v-f0c780e0] {
    background: #333;
    border-radius: 8px;
    height: 4px;
    margin: 0 auto;
    width: 40px
}

.bottom-sheet__main[data-v-f0c780e0] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    touch-action: auto!important
}

.bottom-sheet__main[data-v-f0c780e0]::-webkit-scrollbar {
    height: 8px;
    width: 8px
}

.bottom-sheet__main[data-v-f0c780e0]::-webkit-scrollbar-corner {
    display: none
}

.bottom-sheet__main[data-v-f0c780e0]:hover::-webkit-scrollbar-thumb {
    background-color: #0003;
    border-radius: 8px
}

.bottom-sheet__main[data-v-f0c780e0]::-webkit-scrollbar-thumb {
    background-color: #0000
}

.bottom-sheet__footer[data-v-f0c780e0]:empty {
    display: none
}

.v-enter-active[data-v-f0c780e0],.v-leave-active[data-v-f0c780e0] {
    transition: opacity var(--42568111) ease
}

.v-enter-from[data-v-f0c780e0],.v-leave-to[data-v-f0c780e0] {
    opacity: 0
}

.modal-filters__filters {
    padding-bottom: 150px
}

.modal-filters__btns {
    background-color: #fff;
    bottom: 0;
    left: 0;
    padding: 24px 24px 2px 34px;
    position: fixed;
    right: 0
}

.modal-filters__button {
    background: #2a2a2a;
    border: none;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    padding: 16px;
    width: 100%
}

.modal-filters__button-reset {
    color: #c2c2c2;
    font-weight: 500;
    margin-top: 4px;
    padding: 16px;
    width: 100%
}

.modal-filters__button-reset.active {
    color: #212121;
    cursor: pointer
}

.bottom-sheet {
    z-index: 200003!important
}

.tours-selection[data-v-971e05fd] {
    background: #f5f5f5;
    padding: 60px 0
}

.tours-selection__title[data-v-971e05fd] {
    display: flex;
    justify-content: space-between
}

.tours-selection__subtitle[data-v-971e05fd] {
    color: #212121;
    font-size: 20px;
    font-weight: 500;
    margin-top: 16px
}

.tours-selection__search[data-v-971e05fd] {
    margin: 40px 0
}

.tours-selection__count[data-v-971e05fd] {
    color: #898989;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px
}

.tours-selection__lj[data-v-971e05fd] {
    color: #212121;
    font-size: 20px;
    font-weight: 500;
    margin-top: 80px;
    text-align: center;
    width: 100%
}

.tours-selection__lj a[data-v-971e05fd] {
    color: var(--link-color)
}

@media screen and (max-width: 1024px) {
    .tours-selection__subtitle[data-v-971e05fd] {
        font-size:18px
    }
}

@media screen and (max-width: 768px) {
    .tours-selection[data-v-971e05fd] {
        padding-top:50px
    }

    .tours-selection__subtitle[data-v-971e05fd] {
        font-size: 16px;
        margin-top: 8px
    }

    .tours-selection__search[data-v-971e05fd] {
        display: flex;
        gap: 8px;
        margin: 24px 0 16px
    }

    .tours-selection__search-input[data-v-971e05fd] {
        flex: 1
    }

    .tours-selection__count[data-v-971e05fd] {
        font-size: 18px;
        margin-bottom: 16px
    }
}

.marquee {
    background-color: var(--main-city-bg-color);
    box-sizing: border-box;
    overflow: hidden;
    padding: 18px 0;
    white-space: nowrap;
    width: 100%
}

.marquee__content {
    animation: marquee 35s linear infinite;
    display: inline-block;
    white-space: nowrap
}

.marquee__content+.marquee__content {
    margin-left: 16px
}

.marquee__content-item {
    display: flex;
    gap: 16px
}

.marquee__content-item p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (max-width: 500px) {
    .marquee {
        padding:13px 0
    }

    .marquee__content+.marquee__content {
        margin-left: 12px
    }

    .marquee__content-item {
        display: flex;
        gap: 12px
    }

    .marquee__content-item p {
        font-size: 14px
    }

    .marquee__content-item img {
        height: 16.875px;
        width: 16.875px
    }
}

@keyframes marquee {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}

@media screen and (min-width: 600px) {
    .card-review {
        max-width: calc(50% - 12px);
    }
}
.card-review[data-v-a7ef1573] {
    background-color: #fff;
    border: 2px solid rgba(0,0,0,.08);
    border-radius: 24px;
    cursor: pointer;
    flex: 1;
    padding: 16px
}

.card-review__header[data-v-a7ef1573] {
    align-items: end;
    display: flex;
    justify-content: space-between
}

.card-review__title[data-v-a7ef1573] {
    color: #212121;
    font-size: 22px;
    font-weight: 600;
    margin-right: 20px
}

.card-review__logo[data-v-a7ef1573] {
    align-items: end;
    align-self: center;
    display: flex;
    gap: 8px;
    width: -moz-fit-content;
    width: fit-content
}

.card-review__logo span[data-v-a7ef1573] {
    color: #212121;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap
}

.card-review__metro_station[data-v-a7ef1573] {
    color: #898989;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px
}

.card-review__footer[data-v-a7ef1573] {
    align-items: end;
    display: flex;
    margin-top: 11px
}

.card-review__rating[data-v-a7ef1573] {
    font-size: 40px;
    font-weight: 600;
    margin-left: 24px
}

.card-review__count[data-v-a7ef1573] {
    color: #898989;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 7px;
    margin-left: 16px
}

@media screen and (max-width: 1440px) {
    .card-review__title[data-v-a7ef1573] {
        font-size:20px
    }

    .card-review__rating[data-v-a7ef1573] {
        font-size: 32px;
        margin-left: 12px
    }

    .card-review__count[data-v-a7ef1573] {
        font-size: 20px;
        margin-bottom: 6px
    }
}

@media screen and (max-width: 1024px) {
    .card-review__title[data-v-a7ef1573] {
        font-size:16px
    }

    .card-review__logo[data-v-a7ef1573] {
        gap: 4px
    }

    .card-review__img-rating[data-v-a7ef1573] {
        height: 32px;
        width: 192px
    }
}

@media screen and (max-width: 1000px) {
    .card-review__header[data-v-a7ef1573] {
        align-items:start;
        flex-direction: column-reverse;
        row-gap: 8px
    }

    .card-review__logo[data-v-a7ef1573] {
        align-items: center;
        align-self: auto;
        gap: 12px
    }

    .card-review__footer[data-v-a7ef1573] {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 768px) {
    .card-review[data-v-a7ef1573] {
        padding:16px
    }

    .card-review__logo span[data-v-a7ef1573] {
        margin-bottom: 5px
    }

    .card-review__title[data-v-a7ef1573] {
        font-size: 16px
    }

    .card-review__count[data-v-a7ef1573] {
        font-size: 18px;
        margin: 4px 0 0
    }
}

@media screen and (max-width: 500px) {
    .card-review__count[data-v-a7ef1573] {
        display:block;
        margin: 8px 0 0 8px
    }
}

.why-cheaptrip {
    background: #f5f5f5
}

.why-cheaptrip__background {
    background-image: var(--why-cheap-trip-bg);
    background-repeat: no-repeat;
    margin: 0 auto;
    max-width: 1920px;
    padding: 60px 0 150px
}

.why-cheaptrip__title {
    display: flex;
    justify-content: space-between
}

.why-cheaptrip__content {
    height: 1313px;
    position: relative
}

.why-cheaptrip__feature {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    position: absolute;
    text-align: center
}

.why-cheaptrip__feature.feature1 {
    max-width: 407px;
    top: 170px;
    width: 100%
}

.why-cheaptrip__feature.feature2 {
    max-width: 412px;
    right: 435px;
    top: 77px
}

.why-cheaptrip__feature.feature3 {
    max-width: 394px;
    right: 0;
    top: 490px
}

.why-cheaptrip__feature.feature4 {
    bottom: 80px;
    max-width: 539px;
    right: 316px
}

.why-cheaptrip__feature.feature5 {
    bottom: 290px;
    left: 75px;
    max-width: 420px
}

.why-cheaptrip__feature-icon {
    border-radius: 50%;
    height: 240px;
    margin: 0 auto;
    overflow: hidden;
    width: 240px
}

.why-cheaptrip__feature-icon img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.why-cheaptrip__feature-title {
    color: #212121;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.why-cheaptrip__feature-description {
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%
}

.why-cheaptrip__reviews {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    place-content: center;
}

@media screen and (max-width: 1800px) {
    .why-cheaptrip__background {
        background-position:50%
    }
}

@media screen and (max-width: 1440px) {
    .why-cheaptrip__background {
        background-position-x:0;
        background-position-y: 0;
        padding-bottom: 120px
    }

    .why-cheaptrip__content {
        height: 1210px
    }

    .why-cheaptrip__feature-icon {
        margin-bottom: 8px
    }

    .why-cheaptrip__feature {
        gap: 8px
    }

    .why-cheaptrip__feature.feature2 {
        right: 290px;
        top: 38px
    }

    .why-cheaptrip__feature.feature3 {
        right: -25px;
        top: 438px
    }

    .why-cheaptrip__feature.feature4 {
        bottom: 38px;
        right: 175px
    }

    .why-cheaptrip__feature.feature5 {
        bottom: 238px;
        left: 88px
    }
}

@media screen and (max-width: 1300px) {
    .why-cheaptrip__background {
        background-position-x:center;
        background-size: contain
    }
}

@media screen and (max-width: 1200px) {
    .why-cheaptrip__background {
        background-position-x:-100px;
        background-size: 112%;
        padding-bottom: 82px
    }

    .why-cheaptrip__feature-icon {
        height: 200px;
        width: 200px
    }

    .why-cheaptrip__feature-icon img {
        width: 100%
    }

    .why-cheaptrip__feature {
        gap: 4px
    }

    .why-cheaptrip__feature.feature1 {
        top: 130px
    }

    .why-cheaptrip__feature.feature2 {
        right: 143px;
        top: 38px
    }

    .why-cheaptrip__feature.feature3 {
        top: 400px
    }

    .why-cheaptrip__feature.feature4 {
        bottom: 80px;
        right: 63px
    }

    .why-cheaptrip__feature.feature5 {
        bottom: 355px;
        left: 0
    }
}

@media screen and (max-width: 1000px) {
    .why-cheaptrip__feature {
        gap:4px
    }

    .why-cheaptrip__feature.feature2,.why-cheaptrip__feature.feature4 {
        right: 0
    }

    .why-cheaptrip__feature.feature5 {
        left: 0
    }
}

@media screen and (max-width: 768px) {
    .why-cheaptrip__background {
        background-size:initial
    }

    .why-cheaptrip__content {
        display: grid;
        gap: 58px;
        grid-template-columns: repeat(1,1fr);
        height: auto;
        margin: 24px 0 56px
    }

    .why-cheaptrip__feature:nth-child(2n) {
        margin-left: auto
    }

    .why-cheaptrip__feature {
        gap: 8px;
        justify-content: start;
        position: static;
        width: -moz-fit-content;
        width: fit-content
    }

    .why-cheaptrip__feature.feature4 {
        max-width: 412px
    }

    .why-cheaptrip__feature-icon {
        height: 200px;
        margin: 0 auto;
        width: 200px
    }

    .why-cheaptrip__feature-icon img {
        width: 100%
    }

    .why-cheaptrip__feature-title {
        font-size: 20px
    }

    .why-cheaptrip__feature-description {
        font-size: 18px
    }
}

@media screen and (max-width: 600px) {
    .why-cheaptrip__background {
        background-position:50%;
        padding: 0 0 60px
    }

    .why-cheaptrip__reviews {
        flex-direction: column
    }

    .why-cheaptrip__content {
        row-gap: 48px
    }

    .why-cheaptrip__feature,.why-cheaptrip__feature:nth-child(2n) {
        margin: auto
    }
}

@media screen and (max-width: 550px) {
    .why-cheaptrip__background {
        background-position-x:-247px;
        background-position-y: 65px
    }
}

.swiper-news {
    position: relative
}

.swiper-news__swiper .swiper-pagination {
    display: none
}

.swiper-news__slide {
    height: auto
}

.swiper-news__btn {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 4px #0003;
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .3s ease-in;
    width: 60px;
    z-index: 2
}

.swiper-news__btn.active {
    opacity: 1
}

.swiper-news__btn_type_left {
    left: -80px
}

.swiper-news__btn_type_left img {
    margin-right: 2px
}

.swiper-news__btn_type_right {
    right: -80px
}

.swiper-news__btn_type_right img {
    margin-left: 4px
}

@media screen and (max-width: 1550px) {
    .swiper-news__btn {
        top:33%
    }

    .swiper-news__btn_type_left {
        left: -28px
    }

    .swiper-news__btn_type_right {
        right: -28px
    }
}

@media screen and (max-width: 768px) {
    .swiper-news__btn {
        display:none
    }

    .swiper-news__swiper {
        padding-bottom: 40px
    }

    .swiper-news__swiper .swiper-pagination {
        display: initial
    }

    .swiper-news__swiper .swiper-pagination-bullet {
        background-color: #898989;
        height: 12px;
        opacity: 1;
        width: 12px
    }

    .swiper-news__swiper .swiper-pagination-bullet-active {
        background-color: var(--main-city-bg-color)
    }
}

.template-news {
    background: #f5f5f5;
    padding: 0 0 160px
}

.template-news__title {
    display: flex;
    justify-content: space-between
}

.template-news__swiper {
    margin-top: 40px
}

@media screen and (max-width: 768px) {
    .template-news {
        padding-bottom:0
    }

    .template-news__swiper {
        margin-top: 24px;
        padding: 0 0 40px
    }
}

.modal-team[data-v-8edbe3d7] {
    background-color: #fff;
    border-radius: 24px;
    height: 100%;
    width: 100%
}

.modal-team__header[data-v-8edbe3d7] {
    align-items: center;
    border-bottom: 2px solid rgba(0,0,0,.08);
    display: flex;
    justify-content: space-between;
    padding: 24px 24px 22px
}

.modal-team__close-icon[data-v-8edbe3d7] {
    cursor: pointer
}

.modal-team__content[data-v-8edbe3d7] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2,minmax(0,1fr));
    height: calc(100% - 100px);
    overflow: hidden;
    padding: 16px 24px 24px
}

.modal-team__title[data-v-8edbe3d7] {
    font-size: 24px;
    font-weight: 600
}

.modal-team__image[data-v-8edbe3d7] {
    border-radius: 16px;
    height: 100%;
    overflow: hidden;
    width: 100%
}

.modal-team__image img[data-v-8edbe3d7] {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.modal-team__term[data-v-8edbe3d7] {
    color: #4a4a4a;
    font-size: 16px;
    margin-bottom: 12px
}

.modal-team__text[data-v-8edbe3d7] {
    color: #212121;
    font-size: 20px;
    font-weight: 500;
    margin-top: 12px;
    overflow-y: auto
}

.modal-team__text[data-v-8edbe3d7]::-webkit-scrollbar {
    height: 16px;
    width: 16px
}

.modal-team__text[data-v-8edbe3d7]::-webkit-scrollbar-track {
    background: transparent;
    margin: 4px 0 10px
}

.modal-team__text[data-v-8edbe3d7]::-webkit-scrollbar-thumb {
    background: #bdc7d1;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 8px
}

@media screen and (max-width: 768px) {
    .modal-team[data-v-8edbe3d7] {
        border-radius:0
    }

    .modal-team__header[data-v-8edbe3d7] {
        padding: 16px
    }

    .modal-team__close-icon[data-v-8edbe3d7] {
        height: 24px;
        width: 24px
    }

    .modal-team__title[data-v-8edbe3d7] {
        font-size: 20px
    }

    .modal-team__content[data-v-8edbe3d7] {
        gap: 12px;
        grid-template-columns: repeat(1,minmax(0,1fr));
        grid-template-rows: repeat(2,minmax(0,1fr));
        padding: 0
    }

    .modal-team__image[data-v-8edbe3d7] {
        border-radius: 0;
        max-height: 420px
    }

    .modal-team__image img[data-v-8edbe3d7] {
        -o-object-position: 50% 30%;
        object-position: 50% 30%
    }

    .modal-team__text[data-v-8edbe3d7] {
        font-size: 18px;
        margin-top: 8px;
        padding: 0 16px 16px;
        width: 100%
    }
}

.modal-news {
    background-color: #fff;
    border-radius: 24px;
    height: 100%;
    width: 100%
}

.modal-news__header {
    align-items: center;
    border-bottom: 2px solid rgba(0,0,0,.08);
    display: flex;
    justify-content: space-between;
    padding: 24px 24px 22px
}

.modal-news__close-icon {
    cursor: pointer
}

.modal-news__content {
    height: calc(100% - 100px);
    overflow: hidden;
    overflow-y: auto;
    padding: 16px 24px 24px
}

.modal-news__content::-webkit-scrollbar {
    height: 16px;
    width: 16px
}

.modal-news__content::-webkit-scrollbar-track {
    background: transparent;
    margin: 4px 0 10px
}

.modal-news__content::-webkit-scrollbar-thumb {
    background: #bdc7d1;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 8px
}

.modal-news__title {
    font-size: 24px;
    font-weight: 600
}

.modal-news__image {
    border-radius: 16px;
    max-height: 400px;
    overflow: hidden;
    width: 100%
}

.modal-news__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.modal-news__date {
    color: #4a4a4a;
    font-weight: 500;
    margin-top: 16px
}

.modal-news__text {
    color: #212121;
    font-size: 20px;
    font-weight: 500;
    margin-top: 12px
}

.modal-news__text p {
    margin: 1em 0!important
}

@media screen and (max-width: 768px) {
    .modal-news {
        border-radius:0
    }

    .modal-news__header {
        padding: 16px
    }

    .modal-news__close-icon {
        height: 24px;
        width: 24px
    }

    .modal-news__title {
        font-size: 20px
    }

    .modal-news__content {
        height: 100%;
        padding: 0 0 100px
    }

    .modal-news__image {
        border-radius: 0;
        height: 220px
    }

    .modal-news__date {
        margin-top: 12px;
        padding: 0 16px
    }

    .modal-news__text {
        font-size: 18px;
        margin-top: 8px;
        padding: 0 16px
    }
}

.scroll-to-top-button[data-v-3fde266d] {
    background-color: transparent;
    border: none;
    bottom: 20px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    right: 200px;
    z-index: 20
}

.office-card {
    color: #212121
}

.office-card__img-block {
    border-radius: 16px;
    flex-shrink: 0;
    max-width: 536px;
    overflow: hidden;
    width: 100%
}

.office-card__img-block img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.office-card__content {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    gap: 12px;
    line-height: 24px;
}

.office-card__content a {
    color: #03f
}

.office-card__requisite img {
    margin-bottom: -6px
}

.office-card__title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px
}

.office-card__map {
    height: 400px;
    margin-top: 24px
}

@media screen and (max-width: 1024px) {
    .office-card__img-block {
        width:350px
    }

    .office-card__map {
        height: 385px
    }
}

@media screen and (max-width: 768px) {
    .office-card__title {
        font-size:24px;
        margin-bottom: 0
    }

    .office-card__content {
        font-size: 18px;
        gap: 16px
    }

    .office-card__img-block {
        width: 100%
    }
}

@media screen and (max-width: 500px) {
    .office-card__map {
        height:292px
    }
}

.office-list[data-v-1edec286] {
    display: flex;
    flex-direction: column;
    gap: 80px
}

@media screen and (max-width: 768px) {
    .office-list[data-v-1edec286] {
        gap:60px
    }
}

.template-contact-moscow {
    color: #212121;
    font-size: 20px;
    font-weight: 500;
    margin-top: 80px
}

.template-contact-moscow__img-block {
    flex-shrink: 0
}

.template-contact-moscow__img-block img {
    width: 100%
}

.template-contact-moscow__text p,.template-contact-moscow__text_link {
    margin-bottom: 16px
}

.template-contact-moscow__text a {
    color: #03f;
    font-weight: 400
}

@media screen and (max-width: 1024px) {
    .template-contact-moscow__img-block {
        width:350px
    }
}

@media screen and (max-width: 768px) {
    .template-contact-moscow {
        margin-top:60px
    }

    .template-contact-moscow__img-block {
        width: 100%
    }
}

.template-contact-petersburg[data-v-785d0962] {
    display: flex;
    margin-top: 40px
}

.template-contact-petersburg__swiper[data-v-785d0962] {
    width: 100%
}

.template-contact-petersburg__swiper-slide img[data-v-785d0962] {
    height: 100%;
    width: 100%
}

@media screen and (max-width: 768px) {
    .template-contact-petersburg[data-v-785d0962] {
        margin-top:0;
        padding-bottom: 24px
    }

    .template-contact-petersburg__swiper[data-v-785d0962] {
        padding-bottom: 36px
    }
}

.template-contact[data-v-c0f189d3] {
    display: flex;
    flex-direction: column;
    margin: 40px 0 80px
}

@media screen and (max-width: 768px) {
    .template-contact[data-v-c0f189d3] {
        margin:40px 0 60px
    }

    .template-contact.reverse[data-v-c0f189d3] {
        flex-direction: column-reverse
    }
}

.request[data-v-5f6a64d7] {
    align-items: center;
    background-color: #fff;
    border-radius: 24px;
    color: #212121;
    display: flex;
    justify-content: space-between;
    padding: 24px
}

.request__title[data-v-5f6a64d7] {
    font-size: 24px;
    font-weight: 600
}

.request__text[data-v-5f6a64d7] {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px
}

.request__button[data-v-5f6a64d7] {
    align-self: stretch;
    background: #2a2a2a;
    border-radius: 16px;
    color: #fff;
    font-size: 18px;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0;
    min-width: 290px;
    padding: 16px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .request[data-v-5f6a64d7] {
        flex-direction:column;
        gap: 12px
    }

    .request__title[data-v-5f6a64d7] {
        font-size: 20px
    }

    .request__text[data-v-5f6a64d7] {
        font-size: 18px;
        margin-top: 8px
    }
}

.page-contact[data-v-27af3e2d] {
    background: #f5f5f5;
    padding: 40px 0 160px
}

.page-contact__map[data-v-27af3e2d] {
    height: 585px;
    margin-top: 40px
}

@media screen and (max-width: 1440px) {
    .page-contact__map[data-v-27af3e2d] {
        height:485px
    }
}

@media screen and (max-width: 1024px) {
    .page-contact[data-v-27af3e2d] {
        padding:24px 0 80px
    }

    .page-contact__map[data-v-27af3e2d] {
        height: 385px;
        margin-top: 24px
    }
}

@media screen and (max-width: 500px) {
    .page-contact__map[data-v-27af3e2d] {
        height:292px
    }
}

.quote[data-v-9ed84dbb] {
    color: #212121;
    margin: auto;
    position: relative;
    text-align: center
}

.quote__text[data-v-9ed84dbb] {
    font-size: 32px;
    font-weight: 600
}

.quote__text-main[data-v-9ed84dbb] {
    font-family: DrukTextWideCyTTBold,sans-serif;
    font-size: 40px;
    font-weight: 700
}

.quote__icon[data-v-9ed84dbb] {
    position: absolute;
    right: -120px;
    top: -50px
}

.quote__icon path[data-v-9ed84dbb] {
    fill: var(--main-city-bg-color)
}

.quote__icon_type_reverse[data-v-9ed84dbb] {
    bottom: -60px;
    left: -120px;
    top: auto;
    transform: rotate(180deg)
}

@media screen and (max-width: 1024px) {
    .quote__text[data-v-9ed84dbb],.quote__text-main[data-v-9ed84dbb] {
        font-size:24px
    }

    .quote__icon[data-v-9ed84dbb] {
        height: 60px;
        right: -60px;
        width: 60px
    }

    .quote__icon_type_reverse[data-v-9ed84dbb] {
        left: -60px
    }
}

@media screen and (max-width: 768px) {
    .quote__icon[data-v-9ed84dbb] {
        right:-10px
    }

    .quote__icon_type_reverse[data-v-9ed84dbb] {
        left: -10px;
        top: auto
    }
}

.card-employee[data-v-eb5c42b7] {
    background: #fff;
    border: 2px rgba(0,0,0,.08);
    border-radius: 24px;
    color: #212121;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px
}

.card-employee__image[data-v-eb5c42b7] {
    aspect-ratio: 1;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
    width: 100%
}

.card-employee__description[data-v-eb5c42b7],.card-employee__title[data-v-eb5c42b7] {
    margin-top: 12px
}

.card-employee__work-period[data-v-eb5c42b7] {
    color: #4a4a4a;
    font-weight: 500;
    margin-top: 4px
}

.card-employee__title[data-v-eb5c42b7] {
    font-size: 24px;
    font-weight: 600
}

.card-employee__description[data-v-eb5c42b7] {
    display: -webkit-box;
    font-size: 20px;
    font-weight: 500;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-top: 12px;
    overflow: hidden
}

.swiper-team {
    position: relative
}

.swiper-team__swiper .swiper-pagination {
    display: none
}

.swiper-team__slide {
    height: auto;
    max-height: 650px;
}

.swiper-team__btn {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 4px #0003;
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .3s ease-in;
    width: 60px;
    z-index: 2
}

.swiper-team__btn.active {
    opacity: 1
}

.swiper-team__btn_type_left {
    left: -80px
}

.swiper-team__btn_type_left img {
    margin-right: 2px
}

.swiper-team__btn_type_right {
    right: -80px
}

.swiper-team__btn_type_right img {
    margin-left: 4px
}

@media screen and (max-width: 1550px) {
    .swiper-team__btn {
        top:33%
    }

    .swiper-team__btn_type_left {
        left: -28px
    }

    .swiper-team__btn_type_right {
        right: -28px
    }
}

@media screen and (max-width: 768px) {
    .swiper-team__btn {
        display:none
    }

    .swiper-team__swiper {
        padding-bottom: 40px
    }

    .swiper-team__swiper .swiper-pagination {
        display: initial
    }

    .swiper-team__swiper .swiper-pagination-bullet {
        background-color: #898989;
        height: 12px;
        opacity: 1;
        width: 12px
    }

    .swiper-team__swiper .swiper-pagination-bullet-active {
        background-color: var(--main-city-bg-color)
    }
}

.team__description {
    color: #212121;
    font-size: 20px;
    font-weight: 600;
    margin-top: 16px
}

.team__description .highlight {
    background-color: var(--highlight-bg-color);
    font-weight: 600
}

.team__swiper {
    margin-top: 40px
}

.page-about[data-v-400bf665] {
    background: #f5f5f5 url(../images/bg-social.png);
    padding: 60px 0 160px
}

.page-about__flex-block[data-v-400bf665] {
    flex: 1
}

.page-about__flex-block img[data-v-400bf665] {
    width: 100%
}

.page-about__content[data-v-400bf665] {
    display: flex;
    flex-direction: column;
    gap: 100px
}

.page-about__image-block img[data-v-400bf665] {
    width: 100%
}

.page-about__title[data-v-400bf665] {
    margin-bottom: 20px
}

.page-about__text[data-v-400bf665] {
    color: #212121;
    font-size: 20px;
    font-weight: 500
}

.page-about__text .highlight[data-v-400bf665] {
    background-color: var(--highlight-bg-color);
    font-weight: 600
}

@media screen and (max-width: 768px) {
    .page-about[data-v-400bf665] {
        padding:24px 0 80px
    }

    .page-about__title[data-v-400bf665] {
        margin-bottom: 16px
    }

    .page-about__content[data-v-400bf665] {
        gap: 60px
    }

    .page-about__quote[data-v-400bf665] {
        margin-bottom: 40px
    }
}

.card-news {
    background: #fff;
    border: 2px solid rgba(0,0,0,.08);
    border-radius: 24px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 424px;
    padding: 18px;
    width: 100%
}

.card-news__image {
    border-radius: 16px;
    height: 212px;
    overflow: hidden;
    width: 100%
}

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

.card-news__date {
    color: #4a4a4a;
    font-weight: 500;
    line-height: 18px;
    margin-top: 12px
}

.card-news__title {
    color: #212121;
    font-size: 24px;
    font-weight: 600;
    margin-top: 4px
}

.card-news__description {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 12px
}

.card-news__description p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis
}

.card-news__description span {
    color: #03f;
    cursor: pointer;
    display: block;
    margin-top: 8px
}

.card-news__labels {
    margin-top: auto
}

@media screen and (max-width: 1440px) {
    .card-news__title {
        font-size:20px
    }
}

@media screen and (max-width: 760px) {
    .card-news__description {
        font-size:18px;
        margin-bottom: 16px
    }
}

.page-news[data-v-e0f2014b] {
    background: #f5f5f5;
    padding: 40px 0 160px
}

.page-news__list[data-v-e0f2014b] {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit,minmax(360px,424px));
    margin-top: 40px
}

.page-news__top-btn[data-v-e0f2014b] {
    border: none;
    cursor: pointer;
    padding: 0
}

.page-news__top-btn-container[data-v-e0f2014b] {
    bottom: 80px;
    position: fixed;
    right: 8%;
    transform: translateY(-50%);
    z-index: 1000
}

@media screen and (max-width: 768px) {
    .page-news[data-v-e0f2014b] {
        padding:24px 0 80px
    }

    .page-news__list[data-v-e0f2014b] {
        margin-top: 24px
    }
}

@media screen and (max-width: 500px) {
    .page-news__list[data-v-e0f2014b] {
        grid-template-columns:repeat(auto-fit,minmax(250px,1fr))
    }
}

.page-search[data-v-812bd263] {
    background: #f5f5f5;
    min-height: 50vh;
    padding: 40px 0 160px
}

.page-search__search[data-v-812bd263] {
    margin-top: 40px;
    width: 100%
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA)
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    overflow: clip;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    width: 100%;
    z-index: 1
}

.swiper-news__swiper .swiper-wrapper{
    height: 462px;
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    height:var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom
}

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next svg,.swiper-button-prev svg {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center;
    width: 100%
}

.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none!important
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    left: auto;
    right: var(--swiper-navigation-sides-offset,10px)
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,8px);
    left: 0;
    top: var(--swiper-pagination-top,auto);
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity,1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left,auto);
    right: var(--swiper-pagination-right,8px);
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s,top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size,4px)
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    position: relative;
    touch-action: none
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: var(--swiper-scrollbar-bottom,4px);
    height: var(--swiper-scrollbar-size,4px);
    left: var(--swiper-scrollbar-sides-offset,1%);
    position: absolute;
    top: var(--swiper-scrollbar-top,auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    z-index: 50
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    left: var(--swiper-scrollbar-left,auto);
    position: absolute;
    right: var(--swiper-scrollbar-right,4px);
    top: var(--swiper-scrollbar-sides-offset,1%);
    width: var(--swiper-scrollbar-size,4px);
    z-index: 50
}

.swiper-scrollbar-drag {
    background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper-news-modal {
    height: calc(100% - 96px);
    position: relative;
    width: 960px
}

.swiper-news-modal__swiper {
    border-radius: 24px;
    height: 100%;
    margin: 0 20px
}

.swiper-news-modal__btn {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 4px #0003;
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .3s ease-in;
    width: 60px
}

.swiper-news-modal__btn.active {
    opacity: 1
}

.swiper-news-modal__btn_type_left {
    left: -105px
}

.swiper-news-modal__btn_type_right {
    right: -105px
}

@media screen and (max-width: 1750px) {
    .swiper-news-modal__btn_type_left {
        left:-60px
    }

    .swiper-news-modal__btn_type_right {
        right: -60px
    }
}

@media screen and (max-width: 1200px) {
    .swiper-news-modal {
        width:calc(100% - 140px)
    }
}
@media screen and (max-width: 768px) {
    .swiper-news-modal {
        width: 100%;
        height: 100%;
    }
    .swiper-news-modal__swiper{
        margin: 0;
        border-radius: 0;
    }
}

body {
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    margin: 0;
    min-width: 375px
}

* {
    box-sizing: border-box
}

a {
    color: inherit;
    font-family: inherit;
    text-decoration: none
}

ul {
    list-style-type: none;
    padding: 0
}

p,ul {
    font-family: inherit
}

h1,h2,h3,h4,h5,h6,p,ul {
    margin: 0
}

button,input {
    font-family: Montserrat,sans-serif;
    font-size: 16px
}

button {
    background-color: transparent;
    border: none;
    padding: 0
}

span {
    font-family: Montserrat,sans-serif;
    line-height: 100%
}

:root {
    --main-city-bg-color: #fbcf03;
    --main-city-text-color: #212121;
    --main-bg: url(../images/bg-main-1920.png);
    --why-cheap-trip-bg: url(../images/why-cheap-trip-1920.png);
    --color-arrow: #fbcf03;
    --link-color: #03f;
    --link-color-hover: #002bd5;
    --link-color-secondary: #fbcf03;
    --button-bg-color: rgba(0,0,0,.06);
    --button-bg-color-hover: rgba(0,0,0,.1);
    --tv-font-theme2: Montserrat,sans-serif!important;
    --tv-font-theme1: Montserrat,sans-serif!important;
    --header-height: 100px;
    --width-social-modal: 460px;
    --highlight-bg-color: #f7eaad;
    --disabled-tag-color: #efefef;
    --selected-date-color: #fbcf03;
    --selected-cell: #fbeeae;
    --selected-color: #4a4a4a;
    --available-cell-color: #f5f5f5;
    --search-panel-bg-color: #f5f5f5;
    --control-color: #d8d8d8;
    --city-text-color: #000;
    --modal-tour-bg: #f5f5f5;
    --filter-bg: #f0f0f0;
    --table-line: #f5f5f5
}

:root .petersburg {
    --color-arrow: #fff;
    --main-city-bg-color: #0080e5;
    --main-city-text-color: #fff;
    --main-bg: url(../images/bg-main-petersburg-1920.png);
    --why-cheap-trip-bg: url(../images/why-cheap-trip-petersburg-1920.png);
    --link-color: #0170c8;
    --link-color-secondary: #90ceff;
    --link-color-hover: #00569a;
    --button-bg-color: #e3e5eb;
    --button-bg-color-hover: #dbdee3;
    --highlight-bg-color: #accee8;
    --disabled-tag-color: #f7f9ff;
    --selected-date-color: #0080e5;
    --selected-cell: #e4f3ff;
    --selected-color: #fff;
    --available-cell-color: #f5f5f5;
    --search-panel-bg-color: #edf2f5;
    --control-color: #e3e5eb;
    --city-text-color: #fff;
    --modal-tour-bg: #edf2f5;
    --filter-bg: #eff0f4;
    --table-line: #eff0f4
}

@media screen and (max-width: 1600px) {
    :root {
        --width-social-modal:320px
    }
}

@media screen and (max-width: 1440px) {
    :root {
        --why-cheap-trip-bg:url(../images/why-cheap-trip-1366.png);
        --main-bg: url(../images/bg-main-1366.png)
    }

    :root .petersburg {
        --why-cheap-trip-bg: url(../images/why-cheap-trip-petersburg-1366.png);
        --main-bg: url(../images/bg-main-petersburg-1366.png)
    }
}

@media screen and (max-width: 1024px) {
    :root {
        --main-bg:url(../images/bg-main-1024.png)
    }

    :root .petersburg {
        --main-bg: url(../images/bg-main-petersburg-1024.png)
    }
}

@media screen and (max-width: 768px) {
    :root {
        --header-height:76px;
        --main-bg: url(../images/bg-main-768.png);
        --why-cheap-trip-bg: url(../images/why-cheap-trip-768.png)
    }

    :root .petersburg {
        --why-cheap-trip-bg: url(../images/why-cheap-trip-petersburg-768.png);
        --main-bg: url(../images/bg-main-petersburg-768.png)
    }
}

@media screen and (max-width: 500px) {
    :root {
        --why-cheap-trip-bg:url(../images/why-cheap-trip-mobile.png);
        --main-bg: url(../images/bg-main-mobile.png)
    }

    :root .petersburg {
        --why-cheap-trip-bg: url(../images/why-cheap-trip-mobile-petersburg.png);
        --main-bg: url(../images/bg-main-mobile-petersburg.png)
    }
}

@media screen and (max-width: 425px) {
    :root {
        --header-height:56px
    }
}

@font-face {
    font-family: DrukTextWideCyTTBold;
    font-style: normal;
    font-weight: 700;
    src: url(./DrukTextWideCyTTBold.DsOYdm2e.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(./Montserrat-400-1.DV_LRdWn.woff2) format("woff2");
    unicode-range: u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(./Montserrat-400-2.D3on441i.woff2) format("woff2");
    unicode-range: u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(./Montserrat-400-3.BcziCZ2I.woff2) format("woff2");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(./Montserrat-400-4.BLkAzDQP.woff2) format("woff2");
    unicode-range: u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(./Montserrat-400-5.AeMhpAKq.woff2) format("woff2");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(./Montserrat-400-1.DV_LRdWn.woff2) format("woff2");
    unicode-range: u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(./Montserrat-400-2.D3on441i.woff2) format("woff2");
    unicode-range: u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(./Montserrat-400-3.BcziCZ2I.woff2) format("woff2");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(./Montserrat-400-4.BLkAzDQP.woff2) format("woff2");
    unicode-range: u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(./Montserrat-400-5.AeMhpAKq.woff2) format("woff2");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 550;
    src: url(./Montserrat-400-1.DV_LRdWn.woff2) format("woff2");
    unicode-range: u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 550;
    src: url(./Montserrat-400-2.D3on441i.woff2) format("woff2");
    unicode-range: u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 550;
    src: url(./Montserrat-400-3.BcziCZ2I.woff2) format("woff2");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 550;
    src: url(./Montserrat-400-4.BLkAzDQP.woff2) format("woff2");
    unicode-range: u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 550;
    src: url(./Montserrat-400-5.AeMhpAKq.woff2) format("woff2");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(./Montserrat-400-1.DV_LRdWn.woff2) format("woff2");
    unicode-range: u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(./Montserrat-400-2.D3on441i.woff2) format("woff2");
    unicode-range: u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(./Montserrat-400-3.BcziCZ2I.woff2) format("woff2");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(./Montserrat-400-4.BLkAzDQP.woff2) format("woff2");
    unicode-range: u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(./Montserrat-400-5.AeMhpAKq.woff2) format("woff2");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(./Montserrat-400-1.DV_LRdWn.woff2) format("woff2");
    unicode-range: u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(./Montserrat-400-2.D3on441i.woff2) format("woff2");
    unicode-range: u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(./Montserrat-400-3.BcziCZ2I.woff2) format("woff2");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(./Montserrat-400-4.BLkAzDQP.woff2) format("woff2");
    unicode-range: u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(./Montserrat-400-5.AeMhpAKq.woff2) format("woff2");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@media screen and (max-width: 768px) {
    .logo {
        height:60px;
        width: 60px
    }
}

@media screen and (max-width: 425px) {
    .logo {
        height:40px;
        width: 40px
    }
}

.logo {
    cursor: pointer
}

@media screen and (max-width: 500px) {
    .logo {
        height:40px
    }
}

.nav_type_footer .nav__items {
    flex-direction: column;
    gap: 16px
}

.nav_type_footer .nav__item {
    font-weight: 600
}

.nav__items {
    display: flex;
    gap: 32px
}

.nav__item {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-variant-numeric: lining-nums proportional-nums;
    font-weight: 700;
    letter-spacing: .18px;
    line-height: 125%;
    transition: color .3s ease
}

.nav__item.active,.nav__item:hover {
    color: var(--link-color-secondary)
}

@media screen and (max-width: 1440px) {
    .nav__items {
        flex-wrap:wrap;
        gap: 24px;
        row-gap: 10px
    }
}

@media screen and (max-width: 1200px) {
    .nav__items {
        gap:16px
    }

    .nav__item {
        font-size: 16px
    }
}

@media screen and (max-width: 768px) {
    .nav__items {
        flex-direction:column;
        gap: 32px
    }

    .nav_type_footer .nav__items {
        gap: 28px
    }

    .nav__item {
        font-family: DrukTextWideCyTTBold,sans-serif;
        font-size: 20px;
        text-transform: uppercase
    }

    .nav__item:hover {
        color: #fff
    }
}

.contact-info[data-v-3e3e9da1] {
    align-items: end;
    color: #fff;
    display: flex;
    flex-direction: column;
    width: -moz-max-content;
    width: max-content
}

.contact-info__block[data-v-3e3e9da1] {
    align-items: center;
    display: flex;
    gap: 4px
}

.contact-info__block+.contact-info__block[data-v-3e3e9da1] {
    margin-top: 4px
}

.contact-info__block-city[data-v-3e3e9da1] {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 4px
}

.contact-info__city[data-v-3e3e9da1] {
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%
}

.contact-info__city.highlight[data-v-3e3e9da1],.contact-info__city[data-v-3e3e9da1]:hover {
    color: var(--link-color-secondary)
}

.contact-info__time[data-v-3e3e9da1] {
    align-self: end;
    font-size: 12px;
    margin-left: 12px
}

.contact-info__phone[data-v-3e3e9da1] {
    font-size: 16px;
    font-weight: 600
}

.contact-info__metro[data-v-3e3e9da1] {
    font-size: 16px;
    font-weight: 500;
    margin-left: 4px
}

@media screen and (max-width: 1200px) {
    .contact-info__metro[data-v-3e3e9da1] {
        display:none
    }
}

.contact-info[data-v-3408e075] {
    align-items: end;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: -moz-max-content;
    width: max-content
}

.contact-info__city[data-v-3408e075] {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    gap: 4px
}

.contact-info__city.highlight[data-v-3408e075],.contact-info__city[data-v-3408e075]:hover {
    color: var(--link-color-secondary)
}

.contact-info__contact[data-v-3408e075] {
    align-items: end;
    display: flex;
    gap: 4px
}

.contact-info__time[data-v-3408e075] {
    font-size: 12px;
    font-weight: 500
}

.contact-info__phone[data-v-3408e075] {
    font-size: 16px;
    font-weight: 600;
    line-height: 100%
}

@media screen and (max-width: 1200px) {
    .contact-info__contact[data-v-3408e075] {
        flex-direction:column
    }
}

.change-city-modal__header[data-v-0fe5eef6] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px
}

.change-city-modal__header_title[data-v-0fe5eef6] {
    font-size: 24px;
    font-weight: 600
}

.change-city-modal__header_close-icon[data-v-0fe5eef6] {
    cursor: pointer;
    height: 26px;
    width: 26px
}

.change-city-modal__input-blocks[data-v-0fe5eef6] {
    display: flex;
    gap: 16px
}

.change-city-modal__input-block[data-v-0fe5eef6] {
    align-items: baseline;
    display: flex;
    gap: 8px
}

.change-city-modal__input[data-v-0fe5eef6] {
    opacity: 0;
    position: absolute
}

.change-city-modal__custom-input[data-v-0fe5eef6] {
    background-color: #fff;
    border: 1px solid #b5b3b7;
    border-radius: 50%;
    height: 16px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 16px
}

.change-city-modal__label[data-v-0fe5eef6] {
    color: #212121;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding-left: 26px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.change-city-modal__label input:checked~span[data-v-0fe5eef6] {
    border: 1px solid var(--link-color-secondary)
}

.change-city-modal__custom-input[data-v-0fe5eef6]:after {
    content: "";
    display: none;
    position: absolute
}

.change-city-modal__label input:checked~span[data-v-0fe5eef6]:after {
    display: block
}

.change-city-modal__label span[data-v-0fe5eef6]:after {
    background-color: var(--link-color-secondary);
    border-radius: 50%;
    height: 12px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 12px
}

.change-city-modal__text[data-v-0fe5eef6] {
    color: #898989;
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px
}

@media screen and (max-width: 768px) {
    .change-city-modal__label[data-v-0fe5eef6] {
        padding-left:18px
    }

    .change-city-modal__text[data-v-0fe5eef6] {
        font-size: 14px
    }
}

.popover {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 12px #0000004d;
    padding: 16px;
    position: absolute;
    width: 460px
}

.popover__wrapper {
    position: relative
}

.popover__triangle-container {
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: -26px;
    width: 20px
}

.popover__triangle {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 0
}

@media screen and (max-width: 768px) {
    .popover {
        padding:16px 12px;
        position: fixed;
        width: 342px
    }

    .popover__triangle-container {
        display: none
    }
}

.container[data-v-09bd8289] {
    align-items: inherit;
    display: inherit;
    flex-direction: inherit;
    gap: inherit;
    height: inherit;
    justify-content: inherit;
    margin: auto;
    max-width: 1400px;
    padding: 0 40px;
    width: 100%
}

@media screen and (max-width: 1440px) {
    .container[data-v-09bd8289] {
        max-width:1204px;
        padding: 0 32px
    }
}

@media screen and (max-width: 500px) {
    .container[data-v-09bd8289] {
        padding:0 16px
    }
}

.header[data-v-7c58de83] {
    align-items: center;
    background: #4a4a4acc;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 12px 0;
    position: fixed;
    right: 0;
    z-index: 200000
}

@media(max-width: 768px){
    .header[data-v-7c58de83] {
        display: none;
    }
}

.header__nav[data-v-7c58de83] {
    margin-left: 46px
}

.header__popover[data-v-7c58de83] {
    top: 32px
}

.header__popover_type_moscow[data-v-7c58de83] {
    right: 34%
}

.header__popover_type_petersburg[data-v-7c58de83] {
    right: 60px;
    top: 30px
}

.header__contact-info[data-v-7c58de83] {
    margin-left: auto;
    position: relative
}

@media screen and (max-width: 1440px) {
    .header__nav[data-v-7c58de83] {
        margin:0 32px
    }
}

@media screen and (max-width: 1024px) {
    .header__nav[data-v-7c58de83] {
        margin:0 14px
    }
}

.change-city[data-v-963ae65b] {
    margin-bottom: 44px
}

.change-city__input-blocks[data-v-963ae65b] {
    display: flex;
    gap: 16px
}

.change-city__input-block[data-v-963ae65b] {
    align-items: baseline;
    display: flex;
    gap: 8px
}

.change-city__input[data-v-963ae65b] {
    display: none
}

.change-city__label[data-v-963ae65b] {
    color: #c2c2c2;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding-left: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.change-city__label.active[data-v-963ae65b] {
    color: var(--link-color-secondary)
}

.change-city__text[data-v-963ae65b] {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px
}

.contact-info[data-v-c289823b] {
    color: #fff
}

.contact-info__block+.contact-info__block[data-v-c289823b] {
    margin-top: 12px
}

.contact-info__city[data-v-c289823b] {
    font-size: 16px;
    font-weight: 500
}

.contact-info__time[data-v-c289823b] {
    font-size: 12px;
    font-weight: 500
}

.contact-info__phone[data-v-c289823b] {
    font-size: 16px;
    font-weight: 600
}

.contact-info__metro[data-v-c289823b] {
    font-size: 16px;
    font-weight: 500
}

.contact-info[data-v-208a4922] {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.contact-info__city[data-v-208a4922] {
    font-size: 16px;
    font-weight: 500
}

.contact-info__time[data-v-208a4922] {
    font-size: 12px;
    font-weight: 500
}

.contact-info__phone[data-v-208a4922] {
    font-size: 16px;
    font-weight: 600
}

.mobile-menu[data-v-737a70f4] {
    background-color: #4a4a4a;
    display: flex;
    flex-direction: column;
    gap: 50px;
    height: calc(100vh - 72px);
    left: 0;
    overflow: hidden;
    padding: 40px 40px 90px 24px;
    position: fixed;
    right: 0;
    top: 72px;
    transform: translate(-400px);
    transition: transform .4s ease-in,visibility .4s ease-in;
    visibility: hidden;
    z-index: 100
}

.mobile-menu.open[data-v-737a70f4] {
    overflow-y: auto;
    right: 0;
    transform: translate(0);
    visibility: visible;
    width: 100%
}

@media screen and (max-width: 425px) {
    .mobile-menu[data-v-737a70f4] {
        top:56px
    }

    .mobile-menu.open[data-v-737a70f4] {
        height: calc(100vh - 56px)
    }
}

.header-mobile[data-v-643d1506] {
    display: none;
    align-items: center;
    background: #4a4a4acc;
    justify-content: space-between;
    left: 0;
    padding: 8px 16px;
    position: fixed;
    right: 0;
    top: 0;
    transition: background-color .3s ease;
    z-index: 200000
}
@media(max-width: 768px){
    .header-mobile[data-v-643d1506] {
        display: flex;
    }
}

.header-mobile.open[data-v-643d1506] {
    background-color: #4a4a4a
}

.header-mobile__img-block[data-v-643d1506] {
    height: 24px;
    width: 24px
}

.TVLineForm.TVTheme1 .TVMainFilter {
    align-items: center!important
}

.TVLineForm.TVTheme1 .TVMainForm {
    padding: 16px!important
}

.TVMainFilter .TVCountryFilter,.TVMainFilter .TVDaysFilter,.TVMainFilter .TVDepartureFilter,.TVMainFilter .TVFlyDatesFilter,.TVMainFilter .TVNightsFilter,.TVMainFilter .TVTouristsFilter,.TVMainFilter .TVTripDurationFilter,.TVMainForm .TVHotelSearchFilter {
    box-shadow: none!important
}

.TVHotelsSearch.TVStyleTheme1,.TVMainSelect.TVStyleTheme1 {
    background: #fff!important;
    border-radius: 8px!important;
    gap: 4px!important;
    height: auto!important;
    padding: 12px!important
}

.TVCountryExtraFilter,.TVCountryFilter {
    background-color: initial!important
}

.TVHotelsSearch.TVStyleTheme1 .TVHotelsSearchPlaceholder,.TVMainSelect.TVStyleTheme1 .TVMainSelectPlaceholder {
    font-family: Montserrat,sans-serif!important;
    font-size: 12px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 115%!important;
    text-transform: none!important
}

.TVMainSelect.TVStyleTheme1 .TVMainSelectContent,.TVNewSearchInput input {
    color: #212121!important;
    font-family: Montserrat!important;
    font-size: 16px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 120%!important
}

.TVExtSearchForm .TVSearchButton,.TVLineForm.TVTheme1 .TVSearchButton {
    border-radius: 16px!important;
    flex: 1!important;
    font-family: Montserrat!important;
    font-size: 18px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 122.222%!important;
    min-height: 56px!important;
    padding: 0 48px!important
}

.TVMainForm {
    background-color: var(--main-city-bg-color)!important
}

.TVMainColor {
    color: #212121!important
}

.TVTourCardInfoContent {
    border-radius: 8px!important
}

.TVTourCardInfoRightBlock {
    background-color: var(--modal-tour-bg)!important
}

.TVButtonWaiter,.TVTourCardActionContinue:not(.TVDisabled) {
    background-color: #212121!important
}

.TVButtonWaiter,.TVTourCardActionContinue {
    border-radius: 16px
}

.TVButtonWaiter {
    border: none!important
}

.TVSearchButton:hover {
    background-color: #0f0f0f!important;
    opacity: 1!important
}

.TVTourCardOption:before {
    background-color: transparent!important
}

.TVDepartureTableBody {
    border-bottom: none!important
}

.TVDepartureTableItemWrapper {
    width: 174px!important
}

.TVSearchButton {
    box-shadow: none!important;
    flex: 1!important;
    min-width: 120px!important;
    padding: 0 48px!important
}

.TVAddSelect.TVStyleTheme1,.TVCheckboxControl.TVStyleTheme1,.TVSearchButton,.TVStarsSelect.TVStyleTheme1 {
    height: 52px!important
}

.TVTooltip {
    border-radius: 24px
}

.TVDepartureTableItemChar {
    color: #212121!important
}

.TVCountrySelectTooltipHeader {
    border-radius: 24px 24px 0 0
}

.TVCountrySelectTooltipHeader,.TVCountrySelectTooltipRegular .TVCheckBox {
    background-color: var(--available-cell-color)!important
}

.TVTabListControl.TVStyleTheme1 .TVTabListItem,.TVTabListControl.TVStyleTheme2 .TVTabListItem {
    color: #212121!important;
    font-weight: 600
}

.TVTabListControl.TVStyleTheme2 .TVTabListItem,.TVTabListControl.TVStyleTheme3 .TVTabListItem {
    border-radius: 12px!important
}

.TVTabListControl.TVStyleTheme2 .TVTabListItem.TVActive,.TVTabListControl.TVStyleTheme3 .TVTabListItem.TVActive {
    background-color: #2a2a2a!important;
    color: #fff!important
}

.TVComplexListItemButton {
    background-color: var(--control-color)!important;
    border-radius: 12px!important;
    color: #212121!important
}

.TVCountryFlags {
    height: 28px!important;
    width: 30px!important
}

.TVCountryAirportList .TVCountryFlags {
    border-radius: 8px!important
}

.TVCountryAirportListItem .TVComplexListItemContentWrapper {
    padding-left: 0!important
}

.TVCalendarTableCell.TVCalendarFlyAvailableCell {
    background-color: var(--available-cell-color)!important
}

.TVCalendarTableCell.TVCalendarSelectedCell {
    background-color: var(--selected-cell)!important;
    color: #4a4a4a!important
}

.TVCalendarTableCell.TVCalendarEndDateCell,.TVCalendarTableCell.TVCalendarEndDateCell:hover,.TVCalendarTableCell.TVCalendarStartDateCell,.TVCalendarTableCell.TVCalendarStartDateCell:hover {
    background-color: var(--selected-date-color)!important;
    color: var(--selected-color)!important
}

.TVCalendarTableCell.TVCalendarEndDateCell .TVCalendarFlyAvailablePrice,.TVCalendarTableCell.TVCalendarEndDateCell:hover .TVCalendarFlyAvailablePrice,.TVCalendarTableCell.TVCalendarStartDateCell .TVCalendarFlyAvailablePrice,.TVCalendarTableCell.TVCalendarStartDateCell:hover .TVCalendarFlyAvailablePrice {
    color: var(--selected-color)!important
}

.TVCalendarTableHead {
    color: #212121!important
}

.TVRangeTableCell.TVRangeCellHightlighted {
    background: var(--available-cell-color)!important
}

.TVRangeTableCell.TVRangeCellSelected {
    background: var(--selected-cell)!important
}

.TVRangeTableCell.TVRangeCellLast,.TVRangeTableCell.TVRangeCellStart {
    background: var(--selected-date-color)!important;
    color: var(--selected-color)!important
}

.TVTouristAction {
    background-color: var(--control-color)!important;
    border-radius: 16px!important;
    color: #000!important
}

.TVTouristElement.TVTouristButton {
    background: var(--control-color)!important;
    border-radius: 16px!important;
    height: 55px!important;
    padding: 16px 0!important
}

.TVTouristElement {
    background: var(--available-cell-color)!important;
    color: #212121!important
}

.TVTouristElement.TVTouristButton:after {
    color: #212121!important;
    font-size: 18px!important;
    line-height: 18px!important
}

.TVTouristContentMinus:after {
    line-height: 22px!important
}

.TVButtonControl.TVVariant-contained.TVColorBlue315 {
    background-color: #2a2a2a!important;
    border: 1px solid #2a2a2a!important;
    border-radius: 16px!important
}

.TVSelectChildAgeItem.TVSelectChildAgeSelected {
    background-color: var(--selected-date-color)!important
}

.TVSelectChildAgeItem {
    background: var(--available-cell-color)!important
}

.TVMobileForm .TVSearchFormMode {
    display: none!important
}

.TVMobileForm .TVAddFiltersSvgIcon,.TVMobileForm .TVCountryFilterSvgIcon,.TVMobileForm .TVFlyDatesFilterSvgIcon,.TVMobileForm .TVNightsFilterSvgIcon,.TVMobileForm .TVTouristsFilterSvgIcon {
    fill: #2a2a2a!important
}

.TVMainSelect.TVStyleTheme3 {
    background-color: #fff;
    border-radius: 16px
}

.TVMobileForm .TVMainColor {
    border-radius: 24px
}

.TVExtSearchForm .TVSearchButton,.TVMobileForm .TVAdaptiveCraftTourSearchFilter,.TVMobileForm .TVAdaptiveHotelsSearchFilter,.TVMobileForm .TVAddFilters,.TVMobileForm .TVCountryFilter,.TVMobileForm .TVDaysFilter,.TVMobileForm .TVFlyDatesFilter,.TVMobileForm .TVNightsFilter,.TVMobileForm .TVSearchButton,.TVMobileForm .TVTouristsFilter,.TVMobileForm .TVTripDurationFilter {
    border-radius: 16px!important
}

.TVTabListWithSearchInputBeforeTabs .TVTabListWithSearchInput {
    background: #fff!important;
    border: 1px solid #212121
}

.TVCountrySelectTooltipRegular,.TVTouristsSelectTooltipPage .TVTouristsSelectTooltipRemember,.TVTouristsSelectTooltipSheet .TVTouristsSelectTooltipRemember {
    background: var(--available-cell-color)!important
}

.TVTabListWithSearchInputBeforeTabs .TVTabListWithSearchInput input {
    background: #fff!important
}

.TVTabListWithSearchInputBeforeTabs .TVTabListWithSearchReset {
    display: none!important
}

.TVCalendarListViewWeekdays {
    color: #212121!important
}

.TVFlyDatesSelectTooltipPage .TVFlyDatesSelectTooltipRegular,.TVFlyDatesSelectTooltipSheet .TVFlyDatesSelectTooltipRegular,.TVRangeSelectTooltipHighlightHelp:before {
    background: var(--available-cell-color)!important
}

.TVRangeSelectTooltipHighlightHelp:before {
    border: 1px solid var(--available-cell-color)!important
}

.TVBaseSearchFilterPage.TVLayoutControl .TVMobilePanelBody,.TVBaseSearchFilterPage.TVLayoutControl .TVMobilePanelHeader {
    background-color: var(--search-panel-bg-color)!important
}

.TVAddFiltersControlAction {
    border-radius: 16px!important
}

.TVStarsSelect.TVStyleTheme3 .TVStarsSelectItem.TVActive:before {
    color: var(--main-city-bg-color)!important
}

.TVBadge.TVColorRed {
    background-color: #212121!important;
    border-color: #212121!important
}

.TVButtonControl.TVVariant-contained.TVColorBlue400 {
    background-color: #2a2a2a!important;
    border: 1px solid #2a2a2a!important;
    border-radius: 16px!important;
    font-size: 16px!important;
    height: 56px!important;
    margin: auto;
    max-width: 340px!important;
    width: 100%!important
}

.TVTouristsSelectTooltipPage .TVTouristsSelectTooltipSubmit,.TVTouristsSelectTooltipSheet .TVTouristsSelectTooltipSubmit {
    margin: 20px 0!important
}

.TVTouristsSelectTooltipPage .TVTouristsSelectTooltipTitle,.TVTouristsSelectTooltipSheet .TVTouristsSelectTooltipTitle {
    color: #212121!important
}

.TVPriceColor,.TVResultToolbarProgress .TVProgressLine {
    background-color: var(--main-city-bg-color)!important;
    color: var(--main-city-text-color)!important
}

.TVResultNavButton.TVHotelInfoChooseNavButton:hover {
    background-color: var(--button-bg-color-hover)!important
}

.TVResultNavButton.TVActive.TVHotelInfoChooseNavButton:hover {
    background-color: #0f0f0f!important
}

.TVSTourResultItem:hover .TVSTourResultItemArrow {
    background: var(--button-bg-color-hover)!important
}

.TVTabListControl.TVStyleTheme3 .TVTabListItem:not(:last-child) {
    border-right: 1px solid rgba(0,0,0,.08)!important;
    margin-right: 0!important
}

.TVTabListControl.TVStyleTheme3 .TVTabListItem:not(:first-child),.TVTabListControl.TVStyleTheme3 .TVTabListItem:not(:last-child) {
    border-radius: 0!important
}

.TVTabListControl.TVStyleTheme3 .TVTabListItem:last-child {
    border-bottom-right-radius: 8px!important;
    border-top-right-radius: 8px!important
}

.TVTabListControl.TVStyleTheme3 .TVTabListItem:first-child {
    border-bottom-left-radius: 8px!important;
    border-top-left-radius: 8px!important
}

.TVTourCardActionContinue,.TVTourCardActionSimilarHotels {
    border-radius: 8px!important
}

.TVTourCardActionSimilarHotels {
    background-color: #0000000f!important;
    color: #212121!important
}

.TVHotelRatingBox {
    background-color: #2a2a2a!important;
    border-radius: 16px 0 0 16px!important
}

.TVHotelRatingBox:after {
    border-left-color: #2a2a2a!important
}

.TVTabListControl.TVStyleTheme3 .TVTabListItem {
    background-color: var(--button-bg-color)!important;
    color: #212121!important;
    text-transform: none!important
}

.TVStarsSelectItem.TVActive:before {
    color: #fbcf03!important
}

.TVFilterForm .TVAccommodationFilter,.TVFilterForm .TVBeachTypesFilter,.TVFilterForm .TVBudgetFilter,.TVFilterForm .TVDeparturePlaceFilter,.TVFilterForm .TVDetailsFilter,.TVFilterForm .TVHotelListFilter,.TVFilterForm .TVHotelRatingFilter,.TVFilterForm .TVHotelServicesFilter,.TVFilterForm .TVHotelsFilter,.TVFilterForm .TVInstantConfirmationFilter,.TVFilterForm .TVMealFilter,.TVFilterForm .TVOperatorListFilter,.TVFilterForm .TVOperatorsFilter,.TVFilterForm .TVRegularFilter,.TVFilterForm .TVResortRadioListFilter,.TVFilterForm .TVResortTreeFilter,.TVFilterForm .TVRestTypesFilter,.TVFilterForm .TVStarsFilter,.TVFilterForm .TVTourRestTypesFilter {
    border: none!important;
    border-radius: 8px!important;
    font-family: Montserrat,sans-serif!important
}

.TVHelpRequestControlRequest {
    background: #2a2a2a!important;
    border: none!important
}

.TVModalContainer {
    font-family: Montserrat,sans-serif!important;
    z-index: 200002!important
}

.TVModalContainer.TVGalleryWindow {
    z-index: 2147483647!important
}

.TVRequestForm .TVRequestFormSendButton.TVButtonWaiter {
    background-color: #2a2a2a!important;
    border-color: #2a2a2a!important
}

.TVRequestWindowContent,.TVTourCardWindowDetailBlock .TVCustomerOrderControl {
    background-color: #fff!important
}

.TVInputNew,.TVRequestForm .TVInputPro {
    border-radius: 8px!important;
    font-family: Montserrat,sans-serif!important
}

.TVComboBoxPanel .TVMobilePanelBody .TVListBox .TVItemSelected,.TVComboBoxPanel .TVMobilePanelBody .TVListBox .TVItemSelected:hover,.TVComboBoxPanel .tv_content .TVListBox .TVItemSelected,.TVComboBoxPanel .tv_content .TVListBox .TVItemSelected:hover {
    background-color: #2a2a2a!important;
    color: #fff!important
}

.TVShareControl .TVMobileResultBtn {
    background-color: var(--table-line)!important;
    border-radius: 8px!important;
    color: #212121!important;
    font-family: Montserrat,sans-serif!important
}

.TVShareNewLinkPanel .TVShareLinkPanelCopyBtn.TVCopyLinkSuccessMessage {
    background-color: var(--control-color)!important;
    color: #212121!important
}

.TVSHotelResultItem,.TVSHotelResultItem:hover {
    background: none!important;
    background-color: transparent!important;
    box-shadow: none!important
}

.TVSResultItemImageWrapper {
    border: none!important;
    border-radius: 16px!important;
    box-shadow: none!important;
    margin-right: 16px!important;
    max-height: none!important;
    min-height: 194px!important;
    min-width: 212px!important
}

.TVResultContentList,.TVResultContentPreviewList {
    background-color: transparent!important
}

.TVSHotelResultItemInfo {
    background: none!important;
    background-color: #fff!important;
    border-radius: 20px!important;
    font-family: Montserrat,sans-serif!important;
    padding: 15px!important
}

.TVSResultItemPriceValueWrapper:before {
    display: none!important
}

.TVResultListView.TVStyleTheme1 .TVResultListViewHelpItem,.TVResultListView.TVStyleTheme1 .TVResultListViewItem:not(:first-child) {
    margin-top: 12px!important
}

.TVHelpRequestControl.TVStyleTheme1,.TVHelpRequestControl.TVStyleTheme1:hover {
    background: none!important;
    background-color: #fff!important;
    box-shadow: none!important
}

.TVMResultItemDescription.TVLineClampEnabled,.TVResultItemDescription.TVLineClampEnabled,.TVSResultItemDescription.TVLineClampEnabled {
    cursor: auto!important
}

.TVResultNavigationControl {
    background-color: transparent!important
}

.TVSHotelInfoRating {
    background-color: #ff981114!important;
    border: none!important;
    border-radius: 12px!important;
    color: #ff9811!important;
    font-size: 16px!important;
    font-weight: 500!important;
    padding: 6px 10px!important
}

.TVSHotelInfoRating:before {
    display: none!important
}

.TVSResultItemPriceValueWrapper:hover {
    font-size: 20px!important;
    text-decoration: none!important
}

.TVSResultItemPriceValueWrapper {
    box-shadow: none!important;
    text-shadow: none!important
}

.TVPriceColor {
    background-color: transparent!important;
    color: #212121!important
}

.TVHotelGalleryMorePhotoBtn,.TVUpButton {
    background-color: var(--button-bg-color)!important;
    border-radius: 16px!important
}

.TVMarkerPriceAvailable .TVMarkerChildCount,.TVMarkerSelected .TVMarkerPriceAvailable.TVLeafletMarkerContainer {
    background: #2a2a2a!important
}

.TVMarkerPriceAvailable.TVLeafletMarkerContainer {
    border: 1px solid #2a2a2a
}

.TVResultNavButton.TVStyleTheme1 {
    background: var(--button-bg-color)!important;
    border: none!important;
    border-radius: 12px!important;
    color: #212121!important;
    font-size: 13px!important;
    font-weight: 500!important;
    padding: 8px 12px!important;
    text-transform: none!important
}

.TVResultNavButton.TVActive {
    background: #2a2a2a!important;
    color: #fff!important
}

.TVResultNavButtons .TVResultNavButton:not(:last-child) {
    margin-right: 1%!important
}

.TVCreateHotelReview .TVSendReviewButton,.TVHotelReviewsAdd {
    background-color: #2a2a2a!important;
    border: none!important;
    border-radius: 16px!important;
    color: #fff!important;
    font-family: Montserrat,sans-serif!important;
    font-size: 18px!important;
    font-weight: 500!important
}

.TVHotelReviewsAdd {
    padding: 15px 24px!important
}

.TVHotelReviewsView .TVHotelReviewsAdd {
    width: -moz-fit-content!important;
    width: fit-content!important
}

.TVResultHotelReviewsControl.TVStyleTheme1 .TVHotelReviewsView {
    font-family: Montserrat,sans-serif!important
}

.TVComboBox .TVTextBox,.TVCreateHotelReview input,.TVReview,.TVReviewStars {
    border-radius: 8px!important;
    font-family: Montserrat,sans-serif!important
}

.TVCreateHotelReview .TVSendReviewButton {
    background-color: #2a2a2a!important;
    border: none!important;
    border-radius: 16px!important;
    color: #fff!important;
    font-family: Montserrat,sans-serif!important;
    font-size: 18px!important;
    font-weight: 500!important;
    height: 48px!important
}

.TVHotelReviewsView.TVAddReviewEnable .TVCreateHotelReview .TVSendReviewButton {
    margin-left: 77px!important
}

.TVRatingGood {
    background-color: #019e4814!important;
    color: #019e48!important
}

.TVInputRadioContent {
    color: #212121!important
}

.TVHotelCardShowMoreBtn,.TVResultListViewMore {
    background-color: var(--button-bg-color)!important;
    color: #212121!important
}

.TVCartShareButton,.TVLayoutControl.TVMobilePanel .TVMobilePanelHeader .TVMenuButton,.TVMobilePanel .TVMobilePanelHeader .TVMobilePanelClose,.TVResultPageCaption,.TVSideNavClose:after {
    background: #fff3!important
}

.TVHotelReviewsView.TVAddReviewEnable .TVCreateHotelReview .TVInputName {
    width: 57%!important
}

.TVHotelReviewsView.TVAddReviewEnable .TVCreateHotelReview .TVSendReviewButton {
    width: 36%!important
}

.TVSResultItemTitle {
    font-size: 18px!important
}

.TVSResultItemSubTitle {
    font-size: 12px!important
}

.TVSResultItemDescription {
    font-size: 14px!important
}

.TVSResultItemPriceValue {
    font-size: 20px!important
}

.TVHotelRatingBlock,.TVTourCardWindowHeader .TVTourCardHeaderBtn {
    background-color: var(--modal-tour-bg)!important
}

.TVHotelTitleControl {
    color: var(--main-city-text-color)!important
}

.TVFilterForm {
    background-color: var(--filter-bg)!important
}

.TVResultAboutHotelControl.TVStyleTheme1 .TVResultAboutHotelContent,.TVResultHotelMapControl.TVStyleTheme1 .TVResultHotelMapContent,.TVResultHotelReviewsControl.TVStyleTheme1 {
    border-top: none!important;
    margin-top: 12px!important
}

.TVRoomControl .TVRoomTags .TVRoomTagsItem,.TVSTourResultItem:nth-child(2n) {
    background-color: var(--table-line)!important
}

.tv_drop_panel {
    z-index: 200003!important
}

.TVMenuIcon,.TVTourCardActionSimilarHotels {
    display: none!important
}

.TVSTourResultItemArrow {
    background: var(--button-bg-color)!important
}

.TVSelectCountryListControl .TVTabListControl.TVStyleTheme2 .TVTabListItem {
    background-color: var(--control-color)!important
}

.TVSelectCountryListControl .TVTabListControl.TVStyleTheme2 .TVTabListItem.TVActive {
    background-color: #2a2a2a!important
}

.TVTooltip.TVTouristsSelectTooltip .TVTouristsOptions .TVTouristElement.TVTouristButton {
    height: 40px!important;
    width: 200px!important
}

.TVTooltip.TVTouristsSelectTooltip .TVTouristsOptions .TVTouristElement.TVTouristButton:after {
    font-size: 13px!important
}

.TVTimeOutDialogUpdatePriceButton {
    background-color: #2a2a2a!important;
    border: none!important;
    border-radius: 16px!important
}

.TVToursCartFooterBlock.TVMainColor .TVToursCartFooterText,.TVToursCartFooterBlock.TVMainColor .TVToursCartFooterTitle,.TVToursCartHeader.TVMainColor {
    color: var(--main-city-text-color)!important
}

.TVHotelTitleControl .TVHotelTitleName {
    color: #212121!important
}

.TVCartHotelRating.TVRatingGood,.TVCartTourContainer .TVCartTourHotelBlock .TVCartHotelRating.TVRatingGood,.TVMHotelInfoRating.TVRatingGood {
    background-color: #019e48!important;
    color: #fff!important
}

.TVCartTourContainer .TVCartBook {
    background: #212121!important
}

.TVStarsControlItem.TVActive:before,.TVStarsControlItem.TVHalfActive:before {
    color: #fbcf03!important
}

.TVCartTourLikeStatus {
    background-color: var(--button-bg-color)!important
}

.TVCartTourDislike.TVActive,.TVCartTourDislike.TVCartTourLikeStatusHover:hover,.TVCartTourLike.TVActive,.TVCartTourLike.TVCartTourLikeStatusHover:hover {
    background-color: #0f0f0f!important
}

.TVCartTourLikeStatus.TVCartTourLikeStatusHover.TVActive:hover {
    opacity: 1!important
}

@media screen and (max-width: 600px) {
    .TVCartTourTitleBlock .TVHotelTitleControl .TVHotelTitleName {
        color:#fff!important
    }
}

@media screen and (max-width: 500px) {
    .TVTouristElement.TVTouristButton:after {
        font-size:16px!important;
        line-height: 18px!important
    }

    .TVTouristChild,.TVTouristCount {
        font-size: 16px!important
    }

    .TVSelectChildAgeHeader {
        color: #212121!important
    }

    .TVBudgetSelectTooltipPage .TVBudgetSelectTooltipSubmit,.TVBudgetSelectTooltipSheet .TVBudgetSelectTooltipSubmit,.TVCheckboxListSelectTooltipPage .TVCheckboxListSelectTooltipSubmit,.TVCheckboxListSelectTooltipSheet .TVCheckboxListSelectTooltipSubmit,.TVRangeSelectTooltipPage .TVRangeSelectTooltipSubmit,.TVRangeSelectTooltipSheet .TVRangeSelectTooltipSubmit,.TVResortsSelectActionSheet .TVResortsSelectTooltipSubmit,.TVResortsSelectTooltip .TVResortsSelectTooltipSubmit,.TVResortsSelectTooltipPage .TVResortsSelectTooltipSubmit {
        margin: 20px 0!important
    }

    .TVAddFiltersControl {
        padding: 0 20px 20px!important
    }

    .TVFlyDatesSelectTooltipPage .TVFlyDatesSelectTooltipSubmit,.TVFlyDatesSelectTooltipSheet .TVFlyDatesSelectTooltipSubmit,.TVHotelServicesSelectActionSheet .TVHotelServicesSelectTooltipSubmit,.TVHotelServicesSelectTooltipPage .TVHotelServicesSelectTooltipSubmit,.TVHotelsSelectActionSheet .TVHotelsSelectTooltipSubmit,.TVHotelsSelectTooltipPage .TVHotelsSelectTooltipSubmit {
        margin: 20px 0!important
    }

    .TVButtonControl.TVVariant-outlined.TVColorBlue400 {
        border: 1px solid #2a2a2a!important;
        border-radius: 16px!important;
        font-size: 16px!important;
        height: 56px!important;
        margin: auto;
        max-width: 340px!important
    }

    .TVSearchResults *,.tv-search-form *,.tv_drop_panel * {
        color: var(--city-text-color)
    }

    .TVAddFiltersSelectTextContent,.TVCountrySelectContentAirport {
        color: #212121!important
    }

    .TVComboBoxPanel .TVMobilePanelBody .TVListBox .TVItemSelected,.TVComboBoxPanel .TVMobilePanelBody .TVListBox .TVItemSelected:hover,.TVComboBoxPanel .tv_content .TVListBox .TVItemSelected,.TVComboBoxPanel .tv_content .TVListBox .TVItemSelected:hover {
        background-color: #2a2a2a!important;
        color: #fff!important
    }

    .TVComboBoxPanel .TVMobilePanelBody .TVListBox .TVItemSelected div,.TVComboBoxPanel .TVMobilePanelBody .TVListBox .TVItemSelected:hover div,.TVComboBoxPanel .tv_content .TVListBox .TVItemSelected div,.TVComboBoxPanel .tv_content .TVListBox .TVItemSelected:hover div {
        color: #fff!important
    }
}

.info-arrow[data-v-44e071a9] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: absolute
}

.info-arrow__independently[data-v-44e071a9] {
    align-items: end;
    display: flex;
    flex-direction: column;
    gap: 7px
}

.info-arrow__arrow[data-v-44e071a9] {
    stroke: var(--color-arrow)
}

.info-arrow__help[data-v-44e071a9] {
    text-align: center;
    width: 170px
}

.info-arrow__help svg[data-v-44e071a9] {
    left: -35px;
    margin-top: 7px;
    position: relative
}

@media screen and (max-width: 1440px) {
    .info-arrow[data-v-44e071a9] {
        font-size:16px
    }

    .info-arrow__independently svg[data-v-44e071a9] {
        height: 28px;
        width: 95px
    }

    .info-arrow__help[data-v-44e071a9] {
        text-align: center;
        width: 166px
    }

    .info-arrow__help svg[data-v-44e071a9] {
        display: block;
        height: 20px;
        left: 40px;
        margin-top: 4px;
        width: 69px
    }
}

.info-arrow-mobile[data-v-f2cbe7db] {
    align-items: center;
    display: flex;
    gap: 8px
}

.info-arrow-mobile__arrow[data-v-f2cbe7db] {
    stroke: var(--color-arrow)
}

.info-arrow-mobile__text[data-v-f2cbe7db] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    max-width: 312px;
    text-align: center
}

@media screen and (max-width: 500px) {
    .info-arrow-mobile[data-v-f2cbe7db] {
        flex-direction:column
    }
}

.contact-person[data-v-9e84e492] {
    align-items: center;
    display: flex;
    flex-direction: column
}

.contact-person__image-block[data-v-9e84e492] {
    border-radius: 50%;
    height: 80px;
    overflow: hidden;
    width: 80px
}

.contact-person img[data-v-9e84e492] {
    border: 2px solid #fff;
    border-radius: inherit;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.contact-person__skeleton[data-v-9e84e492] {
    animation: shimmer-9e84e492 1.5s infinite;
    background-color: var(--main-city-bg-color);
    background-size: 200% 100%;
    border-radius: inherit;
    height: 100%;
    width: 100%
}

.contact-person__name[data-v-9e84e492] {
    color: #fff;
    font-weight: 500;
    margin-top: 12px;
    text-align: center
}

@keyframes shimmer-9e84e492 {
    0% {
        background-position: -200% 0
    }

    to {
        background-position: 200% 0
    }
}

@media screen and (max-width: 1440px) {
    .contact-person__image-block[data-v-9e84e492] {
        height:76px;
        width: 76px
    }
}

@media screen and (max-width: 768px) {
    .contact-person__image-block[data-v-9e84e492] {
        height:96px;
        width: 96px
    }
}

.modal-social[data-v-fc78e444] {
    border-radius: 16px;
    box-shadow: 0 6px 12px #0000004d;
    position: absolute;
    z-index: 200002
}

.modal-social_position.bottom[data-v-fc78e444],.modal-social_request.bottom[data-v-fc78e444] {
    top: 0
}

.modal-social_position.bottom .modal-social__triangle-container[data-v-fc78e444],.modal-social_request.bottom .modal-social__triangle-container[data-v-fc78e444] {
    height: auto;
    top: -25px;
    width: auto
}

.modal-social_position.bottom-link[data-v-fc78e444],.modal-social_request.bottom-link[data-v-fc78e444] {
    top: 30px
}

.modal-social_position.bottom-link .modal-social__triangle-container[data-v-fc78e444],.modal-social_request.bottom-link .modal-social__triangle-container[data-v-fc78e444] {
    left: 12px
}

.modal-social_position.top[data-v-fc78e444],.modal-social_request.top[data-v-fc78e444] {
    bottom: 122px;
    box-shadow: 0 -6px 12px #0000004d
}

.modal-social_position.top .modal-social__triangle-container[data-v-fc78e444],.modal-social_request.top .modal-social__triangle-container[data-v-fc78e444] {
    bottom: -25px;
    top: auto
}

.modal-social_request[data-v-fc78e444],.modal-social_request.bottom .modal-social__triangle-container[data-v-fc78e444] {
    left: 50%;
    transform: translate(-50%)
}

.footer__links .modal-social_request.top[data-v-fc78e444] {
    bottom: 140px;
}
.modal-social_request.top[data-v-fc78e444] {
    bottom: 48px;
}

.modal-social_request.top .modal-social__triangle-container[data-v-fc78e444] {
    left: 50%;
    transform: translate(-50%)
}

.modal-social_request.top.top-button[data-v-fc78e444] {
    bottom: 48px
}

.modal-social__header[data-v-fc78e444] {
    border-bottom: 2px solid rgba(0,0,0,.08);
    overflow: hidden;
    padding: 24px 24px 22px;
    position: relative
}

.modal-social__header h5[data-v-fc78e444] {
    color: #212121;
    font-size: 24px;
    font-weight: 600
}

.modal-social__btn-close[data-v-fc78e444] {
    display: none
}

.modal-social__wrapper[data-v-fc78e444] {
    background: #fff;
    border-radius: inherit;
    position: relative;
    width: var(--width-social-modal)
}

.modal-social__triangle-container[data-v-fc78e444] {
    left: 20px;
    overflow: hidden;
    position: absolute;
    top: -10px
}

.modal-social__content[data-v-fc78e444] {
    background-image: url(../images/bg-social.png);
    padding: 24px
}

.modal-social__item[data-v-fc78e444] {
    align-items: center;
    background: #fff;
    border: 2px solid rgba(0,0,0,.08);
    border-radius: 16px;
    color: #212121;
    cursor: pointer;
    display: flex;
    gap: 16px;
    padding: 16px
}

.modal-social__item+.modal-social__item[data-v-fc78e444] {
    margin-top: 16px
}

.modal-social__item-content[data-v-fc78e444] {
    font-size: 20px;
    font-weight: 500
}

.modal-social__item-email[data-v-fc78e444] {
    display: flex;
    gap: 8px;
    padding: 10px 0;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.modal-social__copied-message[data-v-fc78e444] {
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 16px;
    color: #212121;
    display: flex;
    gap: 10px;
    left: 50%;
    padding: 8px;
    position: absolute;
    top: -30px;
    transform: translate(-50%)
}

.modal-social__item-phone[data-v-fc78e444] {
    margin-top: 8px
}

.modal-social__item-phone[data-v-fc78e444],.modal-social__item-text[data-v-fc78e444] {
    color: #898989
}

@media screen and (max-width: 1600px) {
    .modal-social__header[data-v-fc78e444] {
        padding:18px
    }

    .modal-social__header h5[data-v-fc78e444] {
        font-size: 18px
    }

    .modal-social__triangle-container[data-v-fc78e444] {
        left: 32px
    }

    .modal-social__content[data-v-fc78e444] {
        padding: 18px
    }

    .modal-social__item-image[data-v-fc78e444] {
        height: 40px;
        width: 40px
    }

    .modal-social__item+.modal-social__item[data-v-fc78e444] {
        margin-top: 12px
    }

    .modal-social__item-content[data-v-fc78e444] {
        font-size: 16px
    }
}

@media screen and (max-width: 1200px) {
    .modal-social_position[data-v-fc78e444] {
        left:60%;
        transform: translate(-60%)
    }

    .modal-social_position.bottom .modal-social__triangle-container[data-v-fc78e444],.modal-social_position.top .modal-social__triangle-container[data-v-fc78e444] {
        left: 58%;
        transform: translate(-58%)
    }

    .modal-social_request[data-v-fc78e444] {
        left: 90%;
        transform: translate(-90%)
    }

    .modal-social_request.bottom .modal-social__triangle-container[data-v-fc78e444],.modal-social_request.top .modal-social__triangle-container[data-v-fc78e444] {
        left: 82%;
        transform: translate(-82%)
    }
}

@media screen and (max-width: 890px) {
    .modal-social[data-v-fc78e444] {
        border-radius:0;
        bottom: 0!important;
        left: 0;
        padding: 0!important;
        position: fixed;
        right: 0;
        top: 0!important;
        transform: none
    }

    .modal-social__wrapper[data-v-fc78e444] {
        height: 100%;
        width: 100%
    }

    .modal-social__header[data-v-fc78e444] {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 16px
    }

    .modal-social__header h5[data-v-fc78e444] {
        font-size: 20px
    }

    .modal-social__btn-close[data-v-fc78e444] {
        display: block
    }

    .modal-social__content[data-v-fc78e444] {
        height: 100%;
        padding: 16px
    }

    .modal-social__item-image[data-v-fc78e444] {
        height: auto;
        width: auto
    }

    .modal-social__item-content[data-v-fc78e444] {
        font-size: 18px
    }
}

.contact-method[data-v-c210c95a] {
    box-sizing: content-box;
    cursor: pointer;
    padding: 0 12px;
    width: 80px
}

.contact-method[data-v-c210c95a]:first-child {
    padding-left: 0
}

.contact-method[data-v-c210c95a]:last-child {
    padding-right: 0
}

.contact-method:hover .contact-method__button[data-v-c210c95a] {
    border: 2px solid #fff
}

.contact-method-link[data-v-c210c95a] {
    display: flex;
    padding-left: 0;
    padding-right: 8px;
    width: -moz-fit-content;
    width: fit-content
}

.contact-method-link[data-v-c210c95a]:not(:last-child):after {
    content: "•";
    position: relative;
    right: -8px
}

.contact-method-link .contact-method__name[data-v-c210c95a] {
    color: #03f;
    margin-top: 0
}

.contact-method-button[data-v-c210c95a] {
    align-self: stretch;
    background: #2a2a2a;
    border-radius: 16px;
    box-sizing: border-box;
    color: #fff;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0;
    min-width: 290px;
    padding: 16px!important;
    text-align: center
}

.contact-method-button .contact-method__name[data-v-c210c95a] {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0
}

.contact-method__button[data-v-c210c95a] {
    align-items: center;
    background: #616161;
    border: 2px solid #616161;
    border-radius: 24px;
    cursor: pointer;
    display: flex;
    height: 80px;
    justify-content: center;
    transition: border .3s ease-in-out;
    width: 100%
}

.contact-method__button.active[data-v-c210c95a] {
    border: 2px solid #fff
}

.contact-method__name[data-v-c210c95a] {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
    text-align: center
}

.contact-method__popup-block[data-v-c210c95a] {
    position: relative
}

@media screen and (max-width: 1440px) {
    .contact-method[data-v-c210c95a] {
        padding:0 8px;
        width: 76px
    }

    .contact-method-link[data-v-c210c95a] {
        padding-left: 0;
        padding-right: 8px;
        width: -moz-fit-content;
        width: fit-content
    }

    .contact-method__button[data-v-c210c95a] {
        height: 76px
    }
}

@media screen and (max-width: 768px) {
    .contact-method[data-v-c210c95a] {
        padding:0 4px;
        width: 80px
    }

    .contact-method-link[data-v-c210c95a] {
        height: 24px;
        padding-left: 0;
        padding-right: 12px;
        width: -moz-fit-content;
        width: fit-content
    }

    .contact-method-link .contact-method__popup-block[data-v-c210c95a] {
        align-items: center;
        display: flex
    }

    .contact-method__button[data-v-c210c95a] {
        height: 80px
    }
}

.main-contact {
    margin: auto;
    width: -moz-fit-content;
    width: fit-content
}

.main-contact,.main-contact__persons {
    display: flex;
    gap: 24px
}

.main-contact__line {
    background: #fff;
    height: 64px;
    margin: auto;
    width: 2px
}

.main-contact__methods {
    display: flex
}

@media screen and (max-width: 1440px) {
    .main-contact,.main-contact__persons {
        gap:16px
    }

    .main-contact__line {
        margin-top: 22px
    }
}

@media screen and (max-width: 890px) {
    .main-contact {
        align-items:center;
        flex-direction: column;
        gap: 24px;
        justify-content: center;
        width: 100%
    }

    .main-contact__persons {
        justify-content: center;
        margin: 0 auto;
        overflow: hidden;
        overflow-x: auto;
        width: 100%
    }

    .main-contact__line {
        height: 2px;
        margin-top: 0;
        width: 64px
    }
}

@media screen and (max-width: 580px) {
    .main-contact__methods {
        padding:0 16px
    }

    .main-contact__persons {
        justify-content: start;
        padding: 0 16px
    }
}

.content-main[data-v-fa695dd4] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 56px;
    padding: 49px 0 140px
}

.content-main__title[data-v-fa695dd4] {
    color: #4a4a4a;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--Text-Inverse,#fff);
    font-family: DrukTextWideCyTTBold,sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2.1px;
    line-height: 110%;
    margin: 0 16px;
    text-align: center;
    text-transform: uppercase
}

.content-main__search[data-v-fa695dd4] {
    left: 45px;
    padding: 0 16px;
    position: relative
}

.content-main__search-bar[data-v-fa695dd4] {
    width: 980px
}

.content-main__contact[data-v-fa695dd4] {
    left: 35px;
    position: relative
}

.content-main__arrow_type_left[data-v-fa695dd4] {
    left: -180px;
    top: 6px
}

.content-main__arrow_type_right[data-v-fa695dd4] {
    right: -210px;
    top: 0
}

.content-main__arrow-mobile[data-v-fa695dd4] {
    display: none
}

@media screen and (max-width: 1550px) {
    .content-main__search-bar[data-v-fa695dd4] {
        margin:auto;
        max-width: 900px;
        width: 100%
    }
}

@media screen and (max-width: 1440px) {
    .content-main[data-v-fa695dd4] {
        gap:48px;
        padding-bottom: 52px
    }

    .content-main__title[data-v-fa695dd4] {
        font-size: 52px
    }

    .content-main__arrow_type_left[data-v-fa695dd4] {
        left: -185px;
        top: 6px
    }

    .content-main__arrow_type_right[data-v-fa695dd4] {
        right: -174px;
        top: 14px
    }
}

@media screen and (max-width: 1250px) {
    .content-main__arrow[data-v-fa695dd4] {
        display:none
    }

    .content-main__contact[data-v-fa695dd4],.content-main__search[data-v-fa695dd4] {
        left: 0
    }

    .content-main__arrow-mobile[data-v-fa695dd4] {
        display: flex
    }
}

@media screen and (max-width: 1024px) {
    .content-main[data-v-fa695dd4] {
        gap:32px;
        padding-bottom: 20px
    }

    .content-main__title[data-v-fa695dd4] {
        font-size: 44px
    }

    .content-main__contact[data-v-fa695dd4],.content-main__search[data-v-fa695dd4] {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .content-main[data-v-fa695dd4] {
        padding:46px 0
    }

    .content-main__title[data-v-fa695dd4] {
        font-size: 32px;
        -webkit-text-stroke-width: 1px
    }
}

@media screen and (max-width: 500px) {
    .content-main[data-v-fa695dd4] {
        gap:28px;
        padding: 24px 0 44px
    }

    .content-main__title[data-v-fa695dd4] {
        font-size: 28px;
        text-align: start
    }
}

.title {
    color: #212121;
    font-family: DrukTextWideCyTTBold,sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

@media screen and (max-width: 1024px) {
    .title {
        font-size:32px
    }
}

@media screen and (max-width: 768px) {
    .title {
        font-size:24px
    }
}

.container-flex[data-v-5726dbae] {
    display: flex
}

.container-flex.reverse[data-v-5726dbae] {
    flex-direction: row-reverse
}

.container-flex.gap-s[data-v-5726dbae] {
    gap: 25px
}

.container-flex.gap-m[data-v-5726dbae] {
    gap: 52px
}

@media screen and (max-width: 768px) {
    .container-flex[data-v-5726dbae],.container-flex.reverse[data-v-5726dbae] {
        flex-direction:column
    }

    .container-flex.gap-m[data-v-5726dbae] {
        gap: 24px
    }
}

.main-about[data-v-04b3500f] {
    color: #fff;
    padding: 40px 0 60px
}

.main-about__flex-block[data-v-04b3500f] {
    flex: 1
}

.main-about__flex-block img[data-v-04b3500f] {
    width: 100%
}

.main-about__img[data-v-04b3500f] {
    margin-bottom: 25px;
    width: 100%
}

.main-about__img img[data-v-04b3500f] {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.main-about__title[data-v-04b3500f] {
    color: #fff
}

.main-about__description[data-v-04b3500f] {
    font-size: 20px;
    font-weight: 600;
    margin-top: 16px
}

.main-about__description .highlight[data-v-04b3500f] {
    color: var(--link-color-secondary)
}

.contact-info[data-v-c663c87d] {
    align-self: center;
    display: flex;
    gap: 16px
}

.contact-info__logo[data-v-c663c87d] {
    height: 128px;
    width: 128px
}

.contact-info__block+.contact-info__block[data-v-c663c87d] {
    margin-top: 20px
}

.contact-info__city[data-v-c663c87d] {
    font-size: 16px;
    font-weight: 500
}

.contact-info__phone[data-v-c663c87d] {
    font-size: 24px;
    font-weight: 600
}

.contact-info__block[data-v-c663c87d] {
    display: flex;
    flex-direction: column;
    gap: 4px
}

@media screen and (max-width: 1440px) {
    .contact-info[data-v-c663c87d] {
        gap:8px
    }

    .contact-info__logo[data-v-c663c87d] {
        height: 100px;
        width: 100px
    }

    .contact-info__block+.contact-info__block[data-v-c663c87d] {
        margin-top: 16px
    }

    .contact-info__phone[data-v-c663c87d] {
        font-size: 20px
    }
}

@media screen and (max-width: 500px) {
    .contact-info[data-v-c663c87d] {
        gap:16px
    }

    .contact-info__city[data-v-c663c87d] {
        font-size: 16px
    }

    .contact-info__block[data-v-c663c87d] {
        gap: 0
    }

    .contact-info__phone[data-v-c663c87d] {
        font-size: 14px;
        font-weight: 700
    }
}

.contact-info[data-v-34b3ac88] {
    text-align: end
}

.contact-info__logo[data-v-34b3ac88] {
    height: 112px;
    margin-left: auto;
    width: 153px
}

.contact-info__city[data-v-34b3ac88] {
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px
}

.contact-info__phone[data-v-34b3ac88] {
    font-size: 24px;
    font-weight: 600;
    margin-top: 4px
}

@media screen and (max-width: 550px) {
    .contact-info[data-v-34b3ac88] {
        text-align:start
    }

    .contact-info__phone[data-v-34b3ac88] {
        font-size: 18px
    }
}

.footer[data-v-15ff8a81] {
    color: #fff;
    padding: 40px 0 32px
}

.footer__row[data-v-15ff8a81] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 50px
}

.footer__row+.footer__row[data-v-15ff8a81] {
    margin-top: 32px
}

.footer__column[data-v-15ff8a81] {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer__title[data-v-15ff8a81] {
    font-size: 20px;
    font-weight: 600
}

.footer__links[data-v-15ff8a81] {
    display: flex
}

.footer__text[data-v-15ff8a81] {
    font-size: 16px;
    font-weight: 500;
    margin-top: auto
}

.footer__list-item[data-v-15ff8a81] {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-align: end;
    transition: color .2s ease
}

.footer__list-item a[data-v-15ff8a81] {
    color: inherit
}

.footer__list-item[data-v-15ff8a81]:hover {
    color: var(--link-color-secondary)
}

.footer__list-item+.footer__list-item[data-v-15ff8a81] {
    margin-top: 4px
}

@media screen and (max-width: 500px) {
    .footer__row+.footer__row[data-v-15ff8a81] {
        margin-top:40px
    }

    .footer__row_type_reverse[data-v-15ff8a81] {
        flex-direction: column-reverse;
        gap: 16px
    }

    .footer__column[data-v-15ff8a81] {
        align-self: center;
        gap: 8px
    }

    .footer__text[data-v-15ff8a81] {
        font-size: 12px
    }

    .footer__list-item[data-v-15ff8a81] {
        font-size: 12px;
        text-align: start
    }

    .footer__list-item+.footer__list-item[data-v-15ff8a81] {
        margin-top: 16px
    }
}

.container-modal[data-v-304e4077] {
    align-items: center;
    background-color: #00000080;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: visibility .6s,opacity .3s ease-in-out;
    z-index: 200002
}

.app[data-v-e0ba5e04] {
    background: #4a4a4a;
    min-height: 100vh;
    width: 100%
}

.app__main[data-v-e0ba5e04] {
    background-image: var(--main-bg);
    background-position: 100% 0;
    background-size: 100% 100%;
    margin: auto;
    max-width: 1920px
}

@media screen and (max-width: 1440px) {
    .app__main[data-v-e0ba5e04] {
        background-position-x:left;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 110%
    }
}

@media screen and (max-width: 1024px) {
    .app__main[data-v-e0ba5e04] {
        background-position-x:center;
        background-size: 123%
    }
}

@media screen and (max-width: 768px) {
    .app[data-v-e0ba5e04] {
        background-position-x:center
    }
}

.label {
    background: #21212114;
    border-radius: 12px;
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 5px 10px
}

.label.tour {
    background: #fff;
    border: 2px solid rgba(0,0,0,.08)
}

.label.calendar,.label.tour {
    color: #2a2a2a;
    padding: 4px 10px
}

.label.calendar {
    background: #2a2a2a14
}

.label.calendar img {
    margin-bottom: -2px;
    margin-right: 6px
}

.label.nights {
    background: #2a2a2a14;
    color: #2a2a2a;
    padding: 4px 10px
}

.label.nights img {
    margin-bottom: -2px;
    margin-right: 6px
}

.label.specialProject {
    background: #fff;
    border: 2px dashed var(--main-city-bg-color)
}

.card-tour[data-v-ecfc0414] {
    background: #fff;
    border: 2px solid rgba(0,0,0,.08);
    border-radius: 24px;
    color: #212121;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow: hidden;
    padding: 32px;
    position: relative;
    z-index: 2
}

.card-tour[data-v-ecfc0414],.card-tour__block[data-v-ecfc0414] {
    display: flex;
    gap: 24px
}

.card-tour__wrapper[data-v-ecfc0414] {
    border-radius: 24px;
    cursor: pointer;
    position: relative;
    transition: box-shadow .3s ease-in,border-radius .3s ease-in
}

.card-tour__wrapper[data-v-ecfc0414]:hover {
    box-shadow: 4px 4px 14px #00000014
}

.card-tour__wrapper.tours[data-v-ecfc0414] {
    border-radius: 52px 29px 66px 38px;
    padding-right: 20px;
    padding-top: 20px
}

.card-tour__wrapper.tours[data-v-ecfc0414]:hover {
    box-shadow: 4px 4px 14px #00000014
}

.card-tour__background[data-v-ecfc0414] {
    height: 93%;
    position: absolute;
    width: 100%;
    z-index: 1
}

.card-tour__background[data-v-ecfc0414]:after,.card-tour__background[data-v-ecfc0414]:before {
    background: #fff;
    border: 2px solid rgba(0,0,0,.07);
    border-radius: 26px;
    content: "";
    height: 100%;
    left: 6px;
    opacity: .5;
    position: absolute;
    right: 10px;
    top: -10px
}

.card-tour__background[data-v-ecfc0414]:after {
    border: 2px solid rgba(0,0,0,.06);
    border-radius: 28px;
    left: 15px;
    right: 0;
    top: -20px
}

.card-tour__info[data-v-ecfc0414] {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    gap: 24px
}

.card-tour__info-title[data-v-ecfc0414] {
    align-items: center;
    display: flex;
    gap: 16px
}

.card-tour__info-title img[data-v-ecfc0414] {
    border: 1px solid rgba(0,0,0,.16);
    border-radius: 12px
}

.card-tour__info-title h3[data-v-ecfc0414] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 24px;
    font-weight: 600;
    overflow: hidden
}

.card-tour__info-text[data-v-ecfc0414] {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%
}

.card-tour__contact[data-v-ecfc0414] {
    text-align: center
}

.card-tour__flag-img[data-v-ecfc0414] {
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 40px
}

.card-tour__contact-img[data-v-ecfc0414] {
    border-radius: 50%;
    height: 108px;
    width: 108px
}

.card-tour__contact-info[data-v-ecfc0414] {
    margin-top: 12px
}

.card-tour__contact-author[data-v-ecfc0414] {
    font-size: 18px;
    font-weight: 600
}

.card-tour__contact-date[data-v-ecfc0414] {
    color: #4a4a4a
}

.card-tour__labels[data-v-ecfc0414] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    height: 34px;
    overflow: hidden
}

@media screen and (max-width: 1440px) {
    .card-tour__info-title h3[data-v-ecfc0414] {
        font-size:20px
    }
}

@media screen and (max-width: 1024px) {
    .card-tour__info-title[data-v-ecfc0414] {
        align-items:center;
        display: flex;
        gap: 16px
    }

    .card-tour__block[data-v-ecfc0414] {
        display: flex;
        flex-direction: column-reverse;
        gap: 24px
    }

    .card-tour__contact[data-v-ecfc0414] {
        display: flex;
        flex-direction: row-reverse;
        gap: 12px
    }

    .card-tour__contact-info[data-v-ecfc0414] {
        text-align: end
    }

    .card-tour__info-text[data-v-ecfc0414] {
        font-size: 18px
    }

    .card-tour__contact-img[data-v-ecfc0414] {
        height: 80px;
        width: 80px
    }

    .card-tour__contact-author[data-v-ecfc0414] {
        font-size: 16px
    }

    .card-tour__contact-date[data-v-ecfc0414] {
        font-size: 14px
    }
}

@media screen and (max-width: 768px) {
    .card-tour[data-v-ecfc0414] {
        padding:16px
    }

    .card-tour__labels[data-v-ecfc0414] {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        height: 32px;
        overflow-x: scroll
    }
}

@media screen and (max-width: 500px) {
    .card-tour[data-v-ecfc0414] {
        gap:16px;
        padding: 16px
    }

    .card-tour__block[data-v-ecfc0414],.card-tour__info[data-v-ecfc0414] {
        gap: 16px
    }

    .card-tour__background[data-v-ecfc0414]:after,.card-tour__background[data-v-ecfc0414]:before {
        right: 12px;
        top: -8px
    }

    .card-tour__background[data-v-ecfc0414]:after {
        right: 4px;
        top: -16px
    }
}

.card-tour-sceleton[data-v-e904c4eb] {
    background: #fff;
    border: 2px solid rgba(0,0,0,.08);
    border-radius: 24px;
    display: flex;
    gap: 24px;
    height: 100%;
    overflow: hidden;
    padding: 32px;
    position: relative;
    z-index: 2
}

.card-tour-sceleton__wrapper[data-v-e904c4eb] {
    position: relative
}

.card-tour-sceleton__wrapper.tours[data-v-e904c4eb] {
    padding-right: 20px;
    padding-top: 20px
}

.card-tour-sceleton__background[data-v-e904c4eb] {
    height: 93%;
    position: absolute;
    width: 100%;
    z-index: 1
}

.card-tour-sceleton__background[data-v-e904c4eb]:after,.card-tour-sceleton__background[data-v-e904c4eb]:before {
    background: #fff;
    border: 2px solid rgba(0,0,0,.07);
    border-radius: 26px;
    content: "";
    height: 100%;
    left: 6px;
    opacity: .5;
    position: absolute;
    right: 10px;
    top: -10px
}

.card-tour-sceleton__background[data-v-e904c4eb]:after {
    border: 2px solid rgba(0,0,0,.06);
    border-radius: 28px;
    left: 15px;
    right: 0;
    top: -20px
}

.card-tour-sceleton__info[data-v-e904c4eb] {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    gap: 24px
}

.card-tour-sceleton__info-title[data-v-e904c4eb] {
    align-items: center;
    display: flex;
    gap: 16px
}

.card-tour-sceleton__flag-img[data-v-e904c4eb] {
    background: #0503020d;
    border-radius: 12px;
    height: 40px;
    width: 40px
}

.card-tour-sceleton__title[data-v-e904c4eb] {
    flex: 1 0 0;
    height: 40px
}

.card-tour-sceleton__info-text[data-v-e904c4eb],.card-tour-sceleton__title[data-v-e904c4eb] {
    background: linear-gradient(95deg,#0503020d 24.04%,#05030205 61.47%,#0503020d 76.89%);
    border-radius: 12px
}

.card-tour-sceleton__info-text[data-v-e904c4eb] {
    flex-shrink: 0;
    height: 140px;
    width: 100%
}

.card-tour-sceleton__contact[data-v-e904c4eb] {
    text-align: center
}

.card-tour-sceleton__contact-img[data-v-e904c4eb] {
    background: #0503020d;
    border-radius: 50%;
    height: 108px;
    margin: auto;
    width: 108px
}

.card-tour-sceleton__contact-info[data-v-e904c4eb] {
    margin-top: 12px
}

.card-tour-sceleton__contact-author[data-v-e904c4eb] {
    width: 164px
}

.card-tour-sceleton__contact-author[data-v-e904c4eb],.card-tour-sceleton__contact-date[data-v-e904c4eb] {
    background: linear-gradient(95deg,#0503020d 24.04%,#05030205 61.47%,#0503020d 76.89%);
    border-radius: 12px;
    height: 22px
}

.card-tour-sceleton__contact-date[data-v-e904c4eb] {
    margin: 2px auto;
    width: 120px
}

@media screen and (max-width: 1024px) {
    .card-tour-sceleton[data-v-e904c4eb] {
        display:flex;
        flex-direction: column-reverse;
        gap: 24px
    }

    .card-tour-sceleton__contact[data-v-e904c4eb] {
        display: flex;
        flex-direction: row-reverse;
        gap: 12px
    }

    .card-tour-sceleton__contact-info[data-v-e904c4eb] {
        text-align: end
    }

    .card-tour-sceleton__info-text[data-v-e904c4eb] {
        height: 100px
    }

    .card-tour-sceleton__contact-img[data-v-e904c4eb] {
        height: 80px;
        margin: 0;
        width: 80px
    }

    .card-tour-sceleton__contact-date[data-v-e904c4eb] {
        font-size: 14px;
        margin: 2px 0 0 auto
    }
}

@media screen and (max-width: 768px) {
    .card-tour-sceleton[data-v-e904c4eb] {
        padding:16px
    }
}

@media screen and (max-width: 500px) {
    .card-tour-sceleton[data-v-e904c4eb] {
        gap:16px;
        padding: 16px
    }

    .card-tour-sceleton__info[data-v-e904c4eb] {
        gap: 16px
    }

    .card-tour-sceleton__info-text[data-v-e904c4eb] {
        height: 80px
    }

    .card-tour-sceleton__background[data-v-e904c4eb]:after,.card-tour-sceleton__background[data-v-e904c4eb]:before {
        right: 12px;
        top: -8px
    }

    .card-tour-sceleton__background[data-v-e904c4eb]:after {
        right: 4px;
        top: -16px
    }
}

.search-status-empty__content[data-v-c0db5d5f] {
    align-items: center;
    display: flex;
    gap: 24px;
    height: 53px
}

.search-status-empty__title[data-v-c0db5d5f] {
    color: #212121;
    font-size: 24px;
    font-weight: 600
}

.search-status-empty__text[data-v-c0db5d5f] {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 500;
    margin-left: 64px;
    margin-top: 4px
}

@media screen and (max-width: 500px) {
    .search-status-empty__content[data-v-c0db5d5f] {
        align-items:center;
        display: flex;
        gap: 24px;
        height: 53px
    }

    .search-status-empty__title[data-v-c0db5d5f] {
        color: #212121;
        font-size: 18px;
        font-weight: 600
    }

    .search-status-empty__text[data-v-c0db5d5f] {
        font-size: 16px
    }
}

.tours-list__list[data-v-9890bb57] {
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    position: relative;
    row-gap: 32px
}

.tours-list__button-block[data-v-9890bb57] {
    margin-top: 40px;
    text-align: center
}

.tours-list__button[data-v-9890bb57] {
    background: var(--button-bg-color);
    border-radius: 16px;
    color: #212121;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 26px 18px;
    transition: background-color .2s ease-in
}

.tours-list__button[data-v-9890bb57]:hover {
    background: var(--button-bg-color-hover)
}

.tours-list__top-btn-container[data-v-9890bb57] {
    bottom: 80px;
    position: fixed;
    right: 8%;
    transform: translateY(-50%);
    z-index: 1000
}

.tours-list__top-btn[data-v-9890bb57] {
    border: none;
    cursor: pointer;
    padding: 0
}

@media screen and (max-width: 768px) {
    .tours-list__list[data-v-9890bb57] {
        -moz-column-gap:16px;
        column-gap: 16px;
        grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
        row-gap: 16px
    }
}

@media screen and (max-width: 500px) {
    .tours-list__button-block[data-v-9890bb57] {
        margin-top:24px
    }

    .tours-list__button[data-v-9890bb57] {
        width: 100%
    }

    .tours-list__top-btn-container[data-v-9890bb57] {
        bottom: 32px
    }
}

.template-error[data-v-b3c864d1] {
    padding-top: 90px
}

.template-error__error[data-v-b3c864d1] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.template-error__error h2[data-v-b3c864d1] {
    color: var(--main-city-text-color);
    font-family: DrukTextWideCyTTBold,sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center
}

.template-error__error_button[data-v-b3c864d1] {
    background: #2a2a2a;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    max-width: 256px;
    padding: 16px 26px;
    width: 100%
}

.template-error__cards[data-v-b3c864d1] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 88px
}

.template-error__cards_title[data-v-b3c864d1] {
    color: var(--main-city-text-color);
    font-size: 40px;
    font-weight: 600;
    text-align: center
}

.template-error__cards_link[data-v-b3c864d1] {
    color: var(--link-color);
    transition: color .2s ease-in
}

.template-error__cards_link[data-v-b3c864d1]:hover {
    color: var(--link-color-hover)
}

@media screen and (max-width: 500px) {
    .template-error[data-v-b3c864d1] {
        padding-top:56px
    }

    .template-error__error[data-v-b3c864d1] {
        gap: 24px
    }

    .template-error__error h2[data-v-b3c864d1] {
        font-size: 24px;
        line-height: normal
    }

    .template-error__cards[data-v-b3c864d1] {
        margin-top: 40px
    }

    .template-error__cards_title[data-v-b3c864d1] {
        font-size: 24px;
        line-height: normal;
        text-align: left
    }
}

.error[data-v-c00a29d6] {
    background: #4a4a4a
}

.error__main[data-v-c00a29d6] {
    background-image: var(--main-bg);
    background-position: 100% 0;
    background-size: 100% 100%;
    margin: auto;
    max-width: 1920px
}

.error__content[data-v-c00a29d6] {
    background: 16% 4% no-repeat url(../images/bg-error.png) #f5f5f5;
    padding: 40px 0 160px
}

@media screen and (max-width: 500px) {
    .error__content[data-v-c00a29d6] {
        background:50% 1% no-repeat url(../images/bg-error.png) #f5f5f5;
        background-size: 90%
    }
}


@media(min-width: 769px){
    .desktop-hidden {
        display: none!important;
    }
}
@media(max-width: 768px){
    .mobile-hidden {
        display: none!important;
    }
}

.input-search {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0,0,0,.4);
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    gap: 12px;
    padding: 14px;
    transition: all .2s ease-in
}

.input-search:hover {
    border-color: #0009
}

.input-search:focus-within {
    border-color: #0f0f0f
}

.input-search__input {
    background: transparent;
    border: none;
    flex: 1;
    outline: none;
    padding: 0;
    width: 100%
}

.input-search__delete {
    height: 24px;
    width: 24px;
    display: none;
}
.input-search.active .input-search__delete {
    display: block;
}


.tags-filter[data-v-c94c7f65] {
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    row-gap: 12px
}

.tags-filter__tag[data-v-c94c7f65] {
    background: var(--button-bg-color);
    border: none;
    border-radius: 8px;
    color: #212121;
    cursor: pointer;
    font-size: 18px;
    font-weight: 550;
    padding: 8px 12px;
    transition: background-color .2s ease-in,color .3s ease-in
}

.tags-filter__tag[data-v-c94c7f65]:hover {
    background: var(--button-bg-color-hover)
}

.tags-filter__tag.active[data-v-c94c7f65] {
    background-color: #0f0f0f;
    color: #fff
}

.tags-filter__tag.disabled[data-v-c94c7f65] {
    background-color: var(--disabled-tag-color);
    color: #c2c2c2;
    pointer-events: none
}

.tags-filter__tag_type_reset[data-v-c94c7f65] {
    align-items: center;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.12);
    display: flex;
    gap: 8px;
    padding: 7px 11px
}

.tags-filter__tag_type_reset[data-v-c94c7f65]:hover {
    background-color: transparent
}

@media screen and (max-width: 1024px) {
    .tags-filter__tag[data-v-c94c7f65] {
        font-size:14px
    }
}

@media screen and (max-width: 768px) {
    .tags-filter__tag[data-v-c94c7f65] {
        font-size:18px
    }
}

@media screen and (max-width: 768px) {
.modal-social_position .modal-social__content{
    overflow-y:scroll;
    background: #fff;
    height: calc(100vh - 56px);
}
}

@charset "UTF-8";.dropdown-list[data-v-3a797033] {
    align-items: center;
    display: flex;
    gap: 8px
}

.dropdown-list__item[data-v-3a797033] {
    color: #212121;
    display: flex;
    font-weight: 500;
    gap: 4px;
    width: -moz-max-content;
    width: max-content
}

.dropdown-list__item_type_dropdown[data-v-3a797033] {
    border-bottom: 1px dashed #03f;
    color: #03f;
    cursor: pointer;
    max-height: 22px;
    position: relative
}

.dropdown-list__item_type_dropdown.active[data-v-3a797033],.dropdown-list__item_type_dropdown[data-v-3a797033]:hover {
    border-color: #002bd5;
    color: #002bd5
}

.dropdown-list__dropdown[data-v-3a797033] {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 12px #0000004d;
    padding: 24px;
    position: absolute;
    top: 28px;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1
}

.dropdown-list__dropdown-wrapper[data-v-3a797033] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative
}

.dropdown-list__dropdown-triangle-container[data-v-3a797033] {
    height: 10px;
    left: 30px;
    overflow: hidden;
    position: absolute;
    top: -9px;
    width: 20px
}

.dropdown-list__dropdown-triangle[data-v-3a797033] {
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    height: 0;
    width: 0
}

.header-tour-details[data-v-f5734a43] {
    flex-direction: column
}

.header-tour-details[data-v-f5734a43],.header-tour-details__tour-name[data-v-f5734a43] {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center
}

.header-tour-details__flag[data-v-f5734a43] {
    border: 1px solid rgba(0,0,0,.16);
    border-radius: 12px;
    display: inline-block;
    height: 40px;
    margin-bottom: -10px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 40px
}

.header-tour-details__name[data-v-f5734a43] {
    color: #212121;
    font-size: 24px;
    font-weight: 600;
    text-align: center
}

.header-tour-details__info[data-v-f5734a43] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center
}

@media screen and (max-width: 768px) {
    .header-tour-details[data-v-f5734a43] {
        overflow-x:hidden
    }

    .header-tour-details__flag[data-v-f5734a43] {
        display: none
    }

    .header-tour-details__name[data-v-f5734a43] {
        display: -webkit-box;
        font-size: 20px;
        text-align: center;
        line-clamp: 3;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .header-tour-details__info[data-v-f5734a43] {
        flex-wrap: nowrap;
        justify-content: start;
        overflow-x: scroll;
        width: 100%
    }
}

.modal-tour[data-v-618f7b35] {
    background-color: #fff;
    border-radius: 0;
    bottom: 0!important;
    height: 100%;
    left: 0;
    padding: 0!important;
    position: fixed;
    right: 0;
    top: 0!important;
    transform: none;
    width: 100%;
    z-index: 200002
}

.modal-tour__header[data-v-618f7b35] {
    align-items: center;
    border-bottom: 2px solid rgba(0,0,0,.08);
    display: flex;
    justify-content: space-between;
    padding: 16px
}

.modal-tour__title[data-v-618f7b35] {
    font-size: 20px;
    font-weight: 600
}

.modal-tour__close-icon[data-v-618f7b35] {
    cursor: pointer
}

.modal-tour__content[data-v-618f7b35] {
    padding: 16px;
    width: 100%
}

.modal-tour__tags[data-v-618f7b35] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.modal-tour__info[data-v-618f7b35] {
    line-height: 24px;
    padding-left: 10px;
    position: relative
}

.modal-tour__info[data-v-618f7b35]:before {
    background-color: #fbcf03;
    content: "";
    height: 15px;
    left: -3px;
    position: absolute;
    top: 3px;
    width: 2px
}

.modal-tour__info+.modal-tour__info[data-v-618f7b35] {
    display: flex;
    gap: 6px
}

.header-tour {
    background-color: #fff;
    min-height: 175px;
    width: 100%
}

.header-tour.active {
    box-shadow: 0 4px 4px #00000026
}

.header-tour__top-line {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between
}

.header-tour__middle-line,.header-tour__top-line {
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding: 8px 0
}

.header-tour__middle-line {
    overflow-x: hidden
}

.header-tour__tags {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: start;
    overflow-x: scroll;
    width: 100%
}

.header-tour__btn-back {
    align-items: center;
    color: #212121;
    cursor: pointer;
    display: flex;
    gap: 4px
}

.header-tour__editor {
    align-items: center;
    display: flex;
    gap: 8px;
    text-align: end
}

.header-tour__editor-name {
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 600
}

.header-tour__editor-author:first-letter {
    text-transform: uppercase
}

.header-tour__editor-image {
    color: #4a4a4a;
    font-weight: 500;
    margin-top: 4px
}

.header-tour__editor-image img {
    border-radius: 50%
}

.header-tour__bottom-line {
    color: #212121;
    display: flex;
    font-weight: 500;
    gap: 16px;
    padding: 8px
}

.header-tour__info {
    line-height: 24px;
    padding-left: 10px;
    position: relative
}

.header-tour__info:before {
    background-color: #fbcf03;
    content: "";
    height: 15px;
    left: -3px;
    position: absolute;
    top: 3px;
    width: 2px
}

.header-tour__info+.header-tour__info {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.header-tour__info-contact {
    cursor: pointer;
    display: flex;
    padding-right: 8px
}

.header-tour__info-contact:not(:last-child):after {
    content: "•";
    position: relative;
    right: -8px
}

.header-tour__info-contact_type_link {
    color: #03f
}

@media screen and (max-width: 768px) {
    .header-tour__top-line {
        border-bottom:none
    }

    .header-tour__btn-back span,.header-tour__editor-info {
        display: none
    }

    .header-tour__info-text {
        display: -webkit-box;
        line-clamp: 1;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: inherit;
        overflow: hidden
    }

    .header-tour__info-contact {
        padding-right: 12px
    }
}

.template-tour-info {
    background: #f5f5f5 url(../images/bg-social.png);
    flex: 1;
    padding: 32px 0 80px
}

.template-tour-info__time {
    color: #4a4a4a;
    font-weight: 500;
    text-align: center
}

.template-tour-info__message {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 24px 24px 24px 4px;
    line-height: 22px;
    margin-top: 32px;
    max-width: 800px;
    padding: 20px;
    width: 100%
}

.template-tour-info__message img {
    height: auto!important;
    max-width: 100%!important;
    -o-object-fit: cover!important;
    object-fit: cover!important
}

.template-tour-info__message p {
    background-color: transparent!important;
    font-family: Montserrat,sans-serif!important;
    margin: 1em 0!important
}

.template-tour-info__tags {
    font-size: 16px;
    font-weight: 500;
    margin-top: 32px
}

.template-tour-info__tags_tag {
    color: var(--link-color);
    cursor: pointer!important;
    font-size: inherit;
    font-weight: inherit;
    z-index: 1001
}

.template-tour-info__tags_tag:hover {
    color: var(--link-color-hover)
}

@media screen and (max-width: 768px) {
    .template-tour-info {
        padding:14px 0 32px
    }

    .template-tour-info__message {
        margin-top: 14px
    }
}

.modal-tour-filters {
    background-color: #fff;
    border-radius: 24px;
    height: calc(100% - 400px);
    overflow: hidden;
    width: 960px
}

.modal-tour-filters__header {
    align-items: center;
    border-bottom: 2px solid rgba(0,0,0,.08);
    display: flex;
    justify-content: space-between;
    padding: 24px 24px 22px
}

.modal-tour-filters__close-icon {
    cursor: pointer
}

.modal-tour-filters__content {
    height: calc(100% - 182px);
    overflow: hidden;
    overflow-y: auto;
    padding: 16px 24px 24px
}

.modal-tour-filters__title {
    font-size: 24px;
    font-weight: 600
}

.modal-tour-filters__result {
    align-items: center;
    color: #898989;
    display: flex;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    gap: 8px;
    line-height: normal
}

.modal-tour-filters__result .loader {
    animation: rotation 1s linear infinite;
    border: 2px solid #898989;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: 16px;
    width: 16px
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.modal-tour-filters__search-input {
    margin-top: 32px
}

.modal-tour-filters__footer {
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    padding: 16px 24px 22px
}

.modal-tour-filters__button {
    border: none;
    border-radius: 16px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    padding: 16px
}

.modal-tour-filters__button.apply {
    background: #2a2a2a;
    color: #fff;
    width: 158px
}

.modal-tour-filters__button.apply.disabled {
    background: #efefef;
    color: #c2c2c2;
    pointer-events: none
}

.modal-tour-filters__button.cancel {
    background: var(--button-bg-color);
    color: #212121;
    width: 120px
}

@media screen and (max-width: 768px) {
    .modal-tour-filters {
        border-radius:0;
        height: 100%;
        width: 100%
    }

    .modal-tour-filters__header {
        padding: 16px
    }

    .modal-tour-filters__close-icon {
        height: 24px;
        width: 24px
    }

    .modal-tour-filters__title {
        font-size: 20px
    }

    .modal-tour-filters__content {
        height: calc(100% - 150px)
    }

    .modal-tour-filters__search-input {
        flex: 1
    }
}

.page-tour[data-v-bdd26362] {
    display: flex;
    flex-direction: column
}

.page-tour[data-v-bdd26362],.page-tour__loader[data-v-bdd26362] {
    min-height: 100vh;
    position: relative
}

.page-tour__loader[data-v-bdd26362] {
    background-color: #f5f5f5;
    width: 100%
}

.page-tour__loader_bg[data-v-bdd26362] {
    background: #f5f5f5 url(../images/bg-social.png);
    left: 0;
    min-height: 100vh;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%
}

.page-tour__loader_spinner[data-v-bdd26362] {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 500;
    gap: 10px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    translate: -50% -50%
}

.page-tour__loader_spinner .loader[data-v-bdd26362] {
    animation: rotation-bdd26362 1s linear infinite;
    border: 3px solid #2a2a2a;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: 24px;
    width: 24px
}

@keyframes rotation-bdd26362 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.page-tour__controls[data-v-bdd26362] {
    align-items: flex-end;
    display: flex;
    gap: 24px;
    justify-content: flex-end;
    width: 100%
}

.page-tour__button[data-v-bdd26362] {
    cursor: pointer;
    display: block;
    height: 60px;
    margin-left: auto;
    margin-right: 0;
    width: 60px
}

.page-tour__button img[data-v-bdd26362] {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.page-tour__button-container[data-v-bdd26362] {
    background-color: transparent;
    bottom: 80px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1000
}

@media screen and (max-width: 768px) {
    .page-tour__controls[data-v-bdd26362] {
        flex-direction:column-reverse;
        gap: 8px
    }

    .page-tour__controls_filter[data-v-bdd26362],.page-tour__controls_scroll[data-v-bdd26362] {
        margin-right: -14px
    }

    .page-tour__button[data-v-bdd26362] {
        height: 48px;
        width: 48px
    }
}

.dropdown-list__dropdown{
    display: none;
}
.dropdown-list__item:focus .dropdown-list__dropdown{
    display: block;
}
.header-tour.active{
    position:fixed;
    top: 0;
}

.quote[data-v-9ed84dbb] {
    color: #212121;
    margin: auto;
    position: relative;
    text-align: center
}

.quote__text[data-v-9ed84dbb] {
    font-size: 32px;
    font-weight: 600
}

.quote__text-main[data-v-9ed84dbb] {
    font-family: DrukTextWideCyTTBold,sans-serif;
    font-size: 40px;
    font-weight: 700
}

.quote__icon[data-v-9ed84dbb] {
    position: absolute;
    right: -120px;
    top: -50px
}

.quote__icon path[data-v-9ed84dbb] {
    fill: var(--main-city-bg-color)
}

.quote__icon_type_reverse[data-v-9ed84dbb] {
    bottom: -60px;
    left: -120px;
    top: auto;
    transform: rotate(180deg)
}

@media screen and (max-width: 1024px) {
    .quote__text[data-v-9ed84dbb],.quote__text-main[data-v-9ed84dbb] {
        font-size:24px
    }

    .quote__icon[data-v-9ed84dbb] {
        height: 60px;
        right: -60px;
        width: 60px
    }

    .quote__icon_type_reverse[data-v-9ed84dbb] {
        left: -60px
    }
}

@media screen and (max-width: 768px) {
    .quote__icon[data-v-9ed84dbb] {
        right:-10px
    }

    .quote__icon_type_reverse[data-v-9ed84dbb] {
        left: -10px;
        top: auto
    }
}

.card-employee[data-v-eb5c42b7] {
    background: #fff;
    border: 2px rgba(0,0,0,.08);
    border-radius: 24px;
    color: #212121;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px
}

.card-employee__image[data-v-eb5c42b7] {
    aspect-ratio: 1;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
    width: 100%
}

.card-employee__description[data-v-eb5c42b7],.card-employee__title[data-v-eb5c42b7] {
    margin-top: 12px
}

.card-employee__work-period[data-v-eb5c42b7] {
    color: #4a4a4a;
    font-weight: 500;
    margin-top: 4px
}

.card-employee__title[data-v-eb5c42b7] {
    font-size: 24px;
    font-weight: 600
}

.card-employee__description[data-v-eb5c42b7] {
    display: -webkit-box;
    font-size: 20px;
    font-weight: 500;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-top: 12px;
    overflow: hidden
}

.swiper-team {
    position: relative
}

.swiper-team__swiper .swiper-pagination {
    display: none
}

.swiper-team__slide {
    height: auto
}

.swiper-team__btn {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 4px #0003;
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .3s ease-in;
    width: 60px;
    z-index: 2
}

.swiper-team__btn.active {
    opacity: 1
}

.swiper-team__btn_type_left {
    left: -80px
}

.swiper-team__btn_type_left img {
    margin-right: 2px
}

.swiper-team__btn_type_right {
    right: -80px
}

.swiper-team__btn_type_right img {
    margin-left: 4px
}

@media screen and (max-width: 1550px) {
    .swiper-team__btn {
        top:33%
    }

    .swiper-team__btn_type_left {
        left: -28px
    }

    .swiper-team__btn_type_right {
        right: -28px
    }
}

@media screen and (max-width: 768px) {
    .swiper-team__btn {
        display:none
    }

    .swiper-team__swiper {
        padding-bottom: 40px
    }

    .swiper-team__swiper .swiper-pagination {
        display: initial
    }

    .swiper-team__swiper .swiper-pagination-bullet {
        background-color: #898989;
        height: 12px;
        opacity: 1;
        width: 12px
    }

    .swiper-team__swiper .swiper-pagination-bullet-active {
        background-color: var(--main-city-bg-color)
    }
}

.team__description {
    color: #212121;
    font-size: 20px;
    font-weight: 600;
    margin-top: 16px
}

.team__description .highlight {
    background-color: var(--highlight-bg-color);
    font-weight: 600
}

.team__swiper {
    margin-top: 40px
}

.page-about[data-v-400bf665] {
    background: #f5f5f5 url(../images/bg-social.png);
    padding: 60px 0 160px
}

.page-about__flex-block[data-v-400bf665] {
    flex: 1
}

.page-about__flex-block img[data-v-400bf665] {
    width: 100%
}

.page-about__content[data-v-400bf665] {
    display: flex;
    flex-direction: column;
    gap: 100px
}

.page-about__image-block img[data-v-400bf665] {
    width: 100%
}

.page-about__title[data-v-400bf665] {
    margin-bottom: 20px
}

.page-about__text[data-v-400bf665] {
    color: #212121;
    font-size: 20px;
    font-weight: 500
}

.page-about__text .highlight[data-v-400bf665] {
    background-color: var(--highlight-bg-color);
    font-weight: 600
}

@media screen and (max-width: 768px) {
    .page-about[data-v-400bf665] {
        padding:24px 0 80px
    }

    .page-about__title[data-v-400bf665] {
        margin-bottom: 16px
    }

    .page-about__content[data-v-400bf665] {
        gap: 60px
    }

    .page-about__quote[data-v-400bf665] {
        margin-bottom: 40px
    }
}

.card-news {
    background: #fff;
    border: 2px solid rgba(0,0,0,.08);
    border-radius: 24px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 424px;
    padding: 18px;
    width: 100%
}

.card-news__image {
    border-radius: 16px;
    height: 212px;
    overflow: hidden;
    width: 100%
}

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

.card-news__date {
    color: #4a4a4a;
    font-weight: 500;
    line-height: 18px;
    margin-top: 12px
}

.card-news__title {
    color: #212121;
    font-size: 24px;
    font-weight: 600;
    margin-top: 4px
}

.card-news__description {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 12px
}

.card-news__description p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis
}

.card-news__description span {
    color: #03f;
    cursor: pointer;
    display: block;
    margin-top: 8px
}

.card-news__labels {
    margin-top: auto
}

@media screen and (max-width: 1440px) {
    .card-news__title {
        font-size:20px
    }
}

@media screen and (max-width: 760px) {
    .card-news__description {
        font-size:18px;
        margin-bottom: 16px
    }
}

.page-controll{
    padding: 40px 0;
}
.page-controll__result{
    margin: 40px 0;
}

.page-controll__result > div{
    display: grid;
    grid-template-columns: 50px auto 160px 100px 150px;
    grid-gap: 20px;
    padding: 5px 0;
    border-top: 1px solid #888;
}

.tour-controll-publish{
    padding:3px 7px;
    background: #cce1fb;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.tour-controll-publish:hover{
    color: white;
}


.petersburg .contact-info__block-city path{
    stroke: white;
}

.btn-filter{
    display: none;
}

@media(max-width: 768px){
    

    .btn-filter{
        display: block;
    }
    .tours-selection__search .tags-filter{
        display: none;
    }
}

.tags-filter .tags-filter__tag_type_reset{
    display: none;
}

.searched .tags-filter .tags-filter__tag_type_reset{
    display: flex;
}
.app{
    overflow-x: hidden;
}
.swiper-button-disabled.swiper-team__btn{
    display: none;
}