@charset "UTF-8";
/* Roboto-Light */
@font-face {
    font-family: "Roboto";
    src: local("Roboto Light"), local("Roboto-Light"), url("/fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("/fonts/Roboto/Roboto-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Roboto-Regular */
@font-face {
    font-family: "Roboto";
    src: local("Roboto"), local("Roboto-Regular"), url("/fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("/fonts/Roboto/Roboto-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Roboto-Medium */
@font-face {
    font-family: "Roboto";
    src: local("Roboto Medium"), local("Roboto-Medium"), url("/fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("/fonts/Roboto/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Roboto-Bold */
@font-face {
    font-family: "Roboto";
    src: local("Roboto Bold"), local("Roboto-Bold"), url("/fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("/fonts/Roboto/Roboto-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Roboto-Black */
@font-face {
    font-family: "Roboto";
    src: local("Roboto Black"), local("Roboto-Black"), url("/fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("/fonts/Roboto/Roboto-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Inter-Regular */
@font-face {
    font-family: "Inter";
    src: local("Inter Regular"), local("Inter-Regular"), url("/fonts/Inter/Inter-Regular.woff2") format("woff2"), url("/fonts/Inter/Inter-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Inter-SemiBold */
@font-face {
    font-family: "Inter";
    src: local("Inter Semi Bold"), local("Inter-SemiBold"), url("/fonts/Inter/Inter-SemiBold.woff2") format("woff2"), url("/fonts/Inter/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Пример контейнера
Если контейнер 1180px по макету,
то для max-width прибавляем паддинги 30px*2,
в итоге 1240px
Чтобы контент не прижимался к краям экрана */
:root {
    --border-header: #000000;
    --link: #0061b7;
    --hover-link: #e46304;
    --border-input: #e9ecf0;
    --placeholder: #7a7a7a;
    --bg-search-button: #f0f2f7;
    --hover-bg-search-link: #0061b7;
    --hover-text-search-link: #fff;
    --bg-menu: #ffffff;
    --bg-breadcrumbs: #f0f2f7;
    --breadcrumb: #585858;
    --border-help-block: #d1d1d2;
    --bg-calculator-tab: #d9ebf7;
    --border-calculator: #c7dae9;
    --calculator-tab: #0061b7;
    --bg-calculator: #eaf4fb;
    --placeholder-type-two: #b3b4b6;
    --bg-calculator-submit: #2e6aac;
    --hover-bg-calculator-submit: #e46304;
    --calculator-submit: #fff;
    --border-input-calculator: #b3b4b6;
    --bg-input-calculator: #fff;
    --active-bg-input-calculator: #e9ecf0;
    --bg-calculator-route: #f5f6f8;
    --bg-calculator-mobile: #f0f2f7;
    --bg-link-one: #2e6aac;
    --hover-bg-link-one: #e46304;
    --link-one: #fff;
    --recomendation-link: #0061b7;
    --bg-footer: #f0f2f7;
    --footer-link: #585858;
    --focus-border-input: #0061b7;
    --bg-calculator-hidden-button: #f8991d;
    --calculator-hidden-button: #fff;
}

/*

@include desktop {
    .component {

    }
}

@include laptop {
    .component {

    }
}

@include tablet {
    .component {

    }
}

@include mobile {
    .component {

    }
}

 */
html {
    position: relative;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
    -webkit-box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
    scroll-behavior: smooth;
}

:active,
:focus {
    outline: 0;
}

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

body {
    min-width: 320px;
    min-height: 100vh;
    /* шрифт под проект */
    font-family: "Roboto", sans-serif;
    /* размер шрифта под проект */
    font-size: 18px;
    /* насыщенность шрифта под проект */
    font-weight: 400;
    /* цвет под проект */
    color: #200E32;
    /* фон под проект */
    background-color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
}

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

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

h1,
h2,
h3,
ul,
p,
figure,
fieldset {
    margin: 0;
}

iframe {
    border: none;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.container {
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
}

body a,
body button,
body label,
body p {
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

body path,
body svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.__image_pc {
    display: block !important;
}

@media (max-width: 1023px) {
    .__image_pc {
        display: none !important;
    }

    .__image_tablet {
        display: block !important;
    }
}

@media (max-width: 610px) {
    .__image_tablet {
        display: none !important;
    }

    .__image_mobile {
        display: block !important;
        object-fit: cover;
        object-position: right;
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/img/search/input-arrow.svg") right 20px center/12px no-repeat #fff;
}

option {
    height: 20px;
    padding: 50px;
    color: #000;
}

option:checked {
    font-weight: 700;
    background-color: #FFF6EA;
}

.hidden {
    display: none;
}

.header {
    position: relative;
    z-index: 100;
    background-color: #fff;
}

.header__container {
    display: flex;
    align-items: center;
}

.header__logo {
    display: flex;
    align-items: center;
    height: 80px;
    border-right: 1px dashed #979797;
    padding-right: 30px;
}

.header__info {
    font-size: 14px;
    line-height: 16px;
    color: #0662ba;
    padding-left: 30px;
    margin-right: auto;
}

.header .burger {
    padding-right: 23px;
    position: relative;
    overflow: hidden;
    z-index: 101;
}

.header .burger__label {
    font-size: 14px;
    line-height: 16px;
    color: #200E32;
    text-transform: uppercase;
    margin-right: 18px;
}

.header .burger__icon {
    position: absolute;
    top: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header .burger__icon--close {
    right: -150%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header .burger__icon--open {
    right: -12px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header .burger--open .burger__icon--open {
    right: -150%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header .burger--open .burger__icon--close {
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .header {
        padding-bottom: 10px;
    }

    .header__logo {
        height: 50px;
    }

    .header__container {
        gap: 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .header__logo {
        border: none;
    }

    .header__info {
        order: 3;
        flex: 0 1 100%;
        display: flex;
        justify-content: center;
        padding-left: 0;
        font-size: 12px;
        line-height: 14px;
    }

    .header .burger {
        width: 23px;
        height: 16px;
    }

    .header .burger__label {
        display: none;
    }
}

body.block {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
    -webkit-overflow-scrolling: touch;
}

.menu-wrapper {
    position: relative;
    z-index: 99;
}

.menu {
    background-color: #fff;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    padding: 30px;
    transform: translateY(-100%);
    transition: 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    opacity: 0;
    width: calc(100% - 128px);
    margin-right: 20px;
    margin-left: 128px;
    filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.25));
}

.menu_open {
    opacity: 1;
    box-shadow: 0 7px 4px -3px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}

.menu__columns {
    display: flex;
    overflow: auto;
    justify-content: space-between;
}

.menu__column:not(:last-child) {
    padding-right: 41px;
    border-right: 1px dashed #979797;
}

.menu__column-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 10px;
}

.menu__column-links {
    transition: 0.3s;
}

.menu__column-link {
    font-size: 14px;
    line-height: 16px;
    color: #0662BA;
    display: block;
    margin-top: 10px;
}

.menu__column-link:hover {
    color: #e46304;
}

@media (max-width: 1023px) {
    .menu__columns {
        column-gap: 20px;
        padding-bottom: 20px;
    }

    .menu__column {
        flex-shrink: 0;
    }

    .menu__column:not(:last-child) {
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .menu--open {
        box-shadow: none;
    }

    .menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        padding: 30px 0 30px;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 74px;
        flex-wrap: nowrap;
        margin: 0;
        border-top: 1px solid #F6F6F6;
        overflow: auto;
    }

    .menu__columns {
        display: flex;
        flex-direction: column;
    }

    .menu__column {
        padding: 0 20px 20px;
        margin-bottom: 20px;
        flex: 0 0 auto;
        border-bottom: 1px dashed #979797;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .menu__column:not(:last-child) {
        border-right: none;
    }

    .menu__column-title {
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 20px;
    }

    .menu__column-link {
        text-align: center;
    }

    .menu__column-link {
        font-size: 17px;
        line-height: 20px;
    }

    .menu__column-link:first-child {
        margin-top: 0;
    }
}

@media (max-width: 320px) {
    .component {
        background-color: rgb(82, 163, 116);
    }
}

.banner {
    position: relative;
}

.banner__slide {
    position: relative;
    /*height: 100%;*/
}

.banner__link {
    display: block;
}

.banner__title {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    color: #fff;
    max-width: 654px;
    padding-top: 58px;
    padding-bottom: 140px;
}

.banner__title span {
    color: #0662ba;
}

.banner__image {
    display: none;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    /*height: 100%;*/
    max-width: 100%;
    overflow: hidden;
}

.full-img .banner__image {
    position: inherit;
}

.banner .container {
    position: relative;
}

.banner__pagination {
    left: 20px !important;
    bottom: 28px !important;
    width: unset !important;
}

.banner__pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    opacity: 1;
    margin-right: 11px !important;
    cursor: pointer;
}

.banner__pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

@media (max-width: 1279px) {
    .banner__title {
        font-size: 60px;
        line-height: 60px;
        padding-top: 73px;
        padding-bottom: 113px;
    }
}

@media (max-width: 1023px) {
    .banner__pagination {
        bottom: 20px !important;
    }

    .banner__title {
        font-size: 50px;
        line-height: 50px;
        max-width: 445px;
        padding-top: 49px;
        padding-bottom: 77px;
    }
}

@media (max-width: 767px) {
    .banner__title {
        font-size: 30px;
        line-height: 30px;
        padding-top: 12px;
        padding-bottom: 174px;
    }
}

.search__tabs {
    background-color: #273b7d;
    position: relative;
    z-index: 9;
}

.search__tabs .container {
    display: flex;
    padding-left: 68px;
}

.search__tabs .search__tab {
    background-color: #273b7d;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    padding: 8px 10px;
    cursor: pointer;
}

.search__tabs .search__tab_active {
    font-weight: 700;
    background-color: #0662ba;
    position: relative;
}

.search__tabs .search__tab_active::before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    height: 14px;
    background-color: #0662ba;
    border-radius: 10px 10px 0px 0px;
}

@media (max-width: 767px) {
    .search__tabs {
        background-color: transparent;
        padding-top: 7px;
        margin-top: -7px;
        overflow-x: auto;
        overflow-y: visible;
    }

    .search__tabs .container {
        background-color: #273b7d;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.search {
    background: #0662ba;
    border-radius: 0px 0px 0px 50px;
    padding: 20px 0 17px;
    margin-bottom: 45px;
}

.search-form__wrapper {
    display: none;
}

.search-form__wrapper_open {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.search-form {
    color: #000;
    display: grid;
    align-items: end;
    row-gap: 15px;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    position: relative;
}

.search-form_tours {
    display: none;
}

.search-form_open {
    display: grid;
}

.search-form_tours-world {
    grid-template-columns: 1.8fr 1.2fr 1.2fr 1fr 250px 160px;
}

.search-form_tours-russia {
    grid-template-columns: 2fr 2fr 1fr 1fr 160px;
}

.search-form_hotels {
    grid-template-columns: 1.92fr 1fr 1fr 1.71fr 160px;
    padding-bottom: 24px;
}

.search-form_tickets {
    grid-template-columns: 2fr 2fr 1fr 1fr 160px;
    padding-bottom: 24px;
}

.search-form_auto {
    grid-template-columns: 2fr 2fr 270px;
    padding-bottom: 24px;
}

.search-form_country {
    grid-template-columns: 2fr 2fr 160px;
    column-gap: 20px;
    padding-bottom: 24px;
}

.search-form_country select {
    height: 50px;
}

.search__mob100p_with-replace {
    position: relative;
}
.search__replace {
    position: absolute;
    top: 50%;
    right: -12px;
    cursor: pointer;
    z-index: 1;
}

.search__item {
    color: #000;
    border-left: 1px dotted #225999;

    background-color: #fff;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    display: block;
}

.search-form_tours .datepicker--tour {
    border-right: 1px dotted #225999;
}

.search-form label {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin: 0 0 7px 20px;
    color: #fff;
}

.search .second {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search .second::after {
    content: "";
    width: 14px;
    height: 8px;
    display: inline-block;
    background-image: url(/img/search/input-arrow.svg);
    background-repeat: no-repeat;
    transition: 0.3s;
}

.search .second_active::after {
    transform: rotate(180deg);
}

.search-form input.search__item,
.search .search-form .dropdown__btn {
    height: 50px;
    font-size: 20px;
    line-height: 23px;
}

.search-form ::placeholder {
    color: #b6cce4;
}

.search-form .dropdown__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search__btn {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    margin-left: 10px;
    background-color: #F8991D;
}

.search input.datepicker {
    background: #fff url(../img/search/calendar.svg) 20px 50% no-repeat;
    padding-left: 50px;
    padding-right: 10px;
    border-radius: 0;
}

.search__adults {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}

.search__adults p {
    padding-right: 10px;
    font-size: 1.14286rem;
}

.hotels-calendar {
    top: auto;
    /*top: 280px !important;*/
    /*margin-top: 335px !important;*/
    z-index: 2000 !important;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.hotels-calendar::before {
    content: attr(data-title);
    grid-column: 1/-1;
    font-weight: 700;
    font-size: 1.78571rem;
    color: #225999;
    margin-bottom: 30px;
    display: block;
}

.block-btns {
    display: flex;
}

.block-btns__btn {
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: rgba(250, 250, 250, 0.5);
    background-color: #273b7d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 6px 14px;
    z-index: 1;
}

.block-btns__btn:last-child {
    margin-left: -10px;
}

.block-btns__btn_active {
    font-weight: 700;
    color: #0662ba;
    background-color: #ffffff;
    z-index: 2;
}

.modalcheckbox {
    display: none;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
}

.modalcheckbox_active {
    display: block;
    z-index: 1111;
}

.modalcheckbox .modalcheckbox-form {
    top: 280px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1000px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 30px 30px 10px 30px;
    position: absolute;
    transition: 2s;
    transform-origin: center;
    z-index: 999;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #000000;
}

.modalcheckbox .modalcheckbox-form input {
    border: 1px solid #c4c4c4;
    width: 20px;
    height: 20px;
}

.modalcheckbox-form1 input {
    border: 1px solid #c4c4c4;
    width: 20px;
    height: 20px;
}

.wrapper-check {
    display: flex;
    align-items: center;
    height: 24px;
    font-family: Roboto;
    margin-bottom: 20px;
    color: #000000;
}

.wrapper-check input {
    margin-right: 9px;
}

.wrapper-check input[type=checkbox] {
    display: none;
}

.wrapper-check .label span {
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #b4b3b9;
    border-radius: 4px;
    background: #fbfbfb;
    margin-right: 11px;
}

.wrapper-check .label {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    cursor: pointer;
}

.wrapper-check input[type=checkbox]:checked + label span {
    border: 1px solid #f8991d;
    position: relative;
    flex-shrink: 0;
}

.wrapper-check input[type=checkbox]:checked + label span::after {
    content: "";
    background: #f8991d;
    border-radius: 2px;
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    left: 3px;
}

.wrapper-check input[type=checkbox]:checked + label svg:not(.jeep) path {
    fill: #000000;
}

.wrapper-check input[type=checkbox]:checked + label svg.jeep path {
    stroke: #000000;
}

.wrapper-check input[type=checkbox]:checked + label {
    font-weight: 700;
}

.wrapper-check svg,
.wrapper-check img {
    margin-right: 17px;
}

.wrapper-check svg:not(.jeep) path {
    fill: #c4c4c4;
}

.wrapper-check svg.jeep path {
    stroke: #c4c4c4;
}

.modalcheckbox-form1 {
    top: 615px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1000px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 30px 30px 10px 30px;
    position: absolute;
    transition: 2s;
    transform-origin: center;
    z-index: 999;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #000000;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}

.wrapper-check {
    width: 30%;
}

.ui-datepicker-calendar td:not(.ui-state-disabled) {
    background-color: #FFF6EA;
}

.ui-datepicker-calendar td:hover {
    background-color: #F8991D;
    border-radius: 10px;
    color: #fff;
}

.ui-datepicker.hotels-calendar {
    background: #fff;
    padding: 20px;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
    z-index: 105 !important;
    width: auto !important;
}

.ui-datepicker.hotels-calendar .ui-datepicker-header {
    display: flex;
    font-size: 1.28571rem;
    font-weight: 700;
    align-items: center;
    margin-bottom: 16px;
}

.ui-datepicker.hotels-calendar .ui-datepicker-header a {
    width: 9px;
    height: 15px;
    background: url(/img/search/datapicker-nav.svg) center center/contain no-repeat;
}

.ui-datepicker.hotels-calendar .ui-datepicker-header.ui-corner-left a {
    margin-right: 15px;
}

.ui-datepicker.hotels-calendar .ui-datepicker-header.ui-corner-right a {
    transform: rotate(180deg);
    order: 1;
    margin-left: 20px;
    /*margin-left: auto;*/
}

.ui-datepicker.hotels-calendar .ui-datepicker-header.ui-corner-right {
    justify-content: right;
}

.ui-datepicker.hotels-calendar .ui-datepicker-row-break {
    display: none;
}

.ui-datepicker.hotels-calendar .ui-datepicker-other-month {
    color: #747474;
}

.ui-datepicker-multi-2 .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-left {
    justify-content: left;
}

.ui-datepicker-multi-2 .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-left a {
    order: 1;
    margin-left: 0;
}

.ui-datepicker-multi-2 .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-left .ui-datepicker-title {
    order: 2;
}

.ui-datepicker-multi-2 .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-right {
    justify-content: right;
}

.ui-datepicker-multi-2 .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-right a {
    order: 3;
    margin-right: 0;
}

@media (max-width: 500px) {
    .ui-datepicker.hotels-calendar {
        padding: 10px;
    }

    .ui-datepicker.hotels-calendar .ui-datepicker-header {
        font-size: 1rem;
        margin-bottom: 10px;
    }
}

.ui-datepicker-multi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

@media (max-width: 700px) {
    .ui-datepicker-multi {
        display: block;
    }
}

@media (max-width: 700px) {
    .ui-datepicker-group + .ui-datepicker-group {
        margin-top: 7px;
    }
}

.ui-datepicker-calendar {
    font-family: "Inter", sans-serif;
    border-spacing: 0 2px;
    font-size: 0.85714rem;
    text-align: center;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    width: 40px;
    height: 40px;
}

.ui-datepicker-calendar th {
    font-weight: 600;
}

.ui-datepicker-calendar td {
    cursor: pointer;
}

.ui-datepicker-calendar .ui-state-disabled {
    cursor: no-drop;
}

@media (max-width: 500px) {
    .ui-datepicker-calendar th,
    .ui-datepicker-calendar td {
        height: 25px;
    }
}

.hotels-calendar--tour .ui-datepicker-prev,
.hotels-calendar--tour .ui-datepicker-next {
    order: 1;
    cursor: pointer;
}

.hotels-calendar--tour .ui-datepicker-prev {
    margin-left: auto;
}

.hotels-calendar--tour .ui-datepicker-next {
    transform: rotate(180deg);
    margin-left: 16px;
}

@media (max-width: 1200px) {
    .modalcheckbox-form1 {
        top: 600px;
    }
}

@media (max-width: 1023px) {
    .modalcheckbox-form1 {
        width: 640px;
        top: 500px;
    }

    .wrapper-check {
        width: 50%;
    }

    .hotels-calendar {
        /*top: 180px !important;*/
        /*left: 400px !important;*/
    }
}

@media (max-width: 991px) {
    .modalcheckbox-form1 {
        width: 640px;
    }

    .wrapper-check {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .modalcheckbox-form1 {
        width: 640px;
        top: 510px;
    }

    .wrapper-check {
        width: 50%;
    }

    .hotels-calendar {
        /*top: 250px !important;*/
        /*left: 20px !important;*/
    }
}

@media (max-width: 700px) {
    .modalcheckbox {
        height: 1000px;
    }

    .modalcheckbox-form1 {
        width: 520px;
    }

    .wrapper-check {
        width: 50%;
    }

    .vacation-banner {
        height: 100vh;
    }
}

@media (max-width: 533px) {
    .modalcheckbox-form1 {
        width: 520px;
    }

    .wrapper-check {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .modalcheckbox-form1 {
        max-width: 520px;
    }

    .wrapper-check {
        width: 50%;
    }
}

@media (max-width: 481px) {
    .modalcheckbox-form1 {
        width: 320px;
    }

    .wrapper-check {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .search-form__wrapper_open {
        flex-direction: column-reverse;
        /*align-items: center;*/
    }

    .search-form {
        grid-template-columns: 1fr;
    }

    .search label {
        display: none;
    }

    .search__replace {
        top: 80%;
        right: 40px;
        transform: rotate(90deg);
    }

    .search__replace path {
        fill: #000;
    }

    .search__btn {
        margin-left: 0;
    }
}

.vacations-type {
    margin-bottom: 60px;
}

.vacations-type__wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
    justify-content: space-between;
}

.vacations-type__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

.vacations-type__item:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    border-left: 1px dashed #979797;
}

.vacations-type__ico {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
}

.vacations-type__item-title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1279px) {
    .vacations-type {
        margin-bottom: 50px;
    }

    .vacations-type__ico {
        width: 90px;
        height: 90px;
        margin-bottom: 25px;
    }

    .vacations-type__item-title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 12px;
    }
}

@media (max-width: 1023px) {
    .vacations-type {
        margin-bottom: 40px;
    }

    .vacations-type__item {
        padding-top: 10px;
    }

    .vacations-type__item:not(:first-child)::before {
        left: -15px;
    }

    .vacations-type__ico {
        width: 70px;
        height: 70px;
    }

    .vacations-type__item-title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .vacations-type__wrapper {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
        column-gap: 0;
        justify-content: space-between;
    }

    .vacations-type__item {
        padding-top: 0;
    }

    .vacations-type__item:nth-child(2)::before {
        display: none;
    }

    .vacations-type__item:not(:nth-child(-n+2))::before {
        content: "";
        position: absolute;
        top: -20px;
        right: 0;
        bottom: 0;
        left: 0;
        border-left: none;
        border-top: 1px dashed #979797;
    }

    .vacations-type__item:last-child {
        grid-column: span 2;
    }

    .vacations-type__ico {
        margin-bottom: 20px;
    }

    .vacations-type__item-title {
        margin-bottom: 0;
    }
}

.tours {
    background-color: #FFF8EE;
    border-radius: 0px 100px 0px 0px;
    padding: 40px 0 35px;
    margin-bottom: 50px;
}

.tours__title {
    font-size: 40px;
    line-height: 47px;
    font-weight: 900;
    color: #F8991D;
    margin-bottom: 10px;
}

.tours__description {
    font-size: 18px;
    line-height: 21px;
    color: #200E32;
    margin-bottom: 30px;
}

.tours__banner {
    display: grid;
    grid-template-columns: minmax(661px, 860px) 263px;
    grid-template-rows: 310px 45px;
    column-gap: 30px;
    justify-content: space-between;
}

.tours__wrapper {
    position: relative;
    grid-row: span 2;
    display: grid;
    row-gap: 20px;
    max-width: 860px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.tours__slider {
    display: none;
    position: static;
    max-width: 100%;
    grid-column: span 2;
}

.tours__slider_active {
    display: block;
}

.tours__slide {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(390px, 550px) 260px;
    grid-template-rows: 1fr 1fr;
}

.tours__slide_mobile {
    display: none;
}

.tours .tour {
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    border-radius: 0px 0px 0px 20px;
    overflow: hidden;
}

.tours .tour__label {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 30px;
}

.tours .tour__image img {
    display: block;
    object-position: center;
    object-fit: cover;
}

.tours .tour__description {
    height: 74px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-left: 30px;
}

.tours .tour__name {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.tours .tour__cost {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.tours .tour:first-child {
    grid-row: span 2;
}

.tours .tour:nth-child(2) {
    border-radius: 0px 20px 0px 0px;
}

.tours .tour_small {
    box-shadow: none;
}

.tours .tour_small .tour__label {
    left: 20px;
}

.tours .tour_small .tour__description {
    padding-left: 20px;
}

.tours__slider_prev {
    top: calc(50% - 10px);
    left: 1px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
}

.tours__slider_prev::after {
    content: "";
}

.tours__slider_next {
    top: calc(50% - 10px);
    right: 1px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tours__slider_next::after {
    content: "";
}

.tours__art {
    /*background-color: #FEC435;*/
    background-repeat: no-repeat;
    /*background-position: center center;*/
    border-radius: 0px 30px;
    overflow: hidden;
}

.tours__order {
    display: none;
    justify-content: flex-end;
    align-items: center;
}

.tours__order_active {
    display: flex;
}

.tours__switches {
    display: flex;
}

.tours__switcher {
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: rgba(32, 14, 50, 0.5);
    background-color: #E6D4BB;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 6px 18px;
    z-index: 1;
}

.tours__switcher:last-child {
    margin-left: -15px;
}

.tours__switcher_active {
    font-weight: 700;
    color: rgb(255, 255, 255);
    background-color: #F8991D;
    z-index: 2;
}

.tours__order-redirect {
    font-size: 16px;
    line-height: 19px;
    color: #F8991D;
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    gap: 11px;
}

@media (max-width: 1023px) {
    .tours {
        border-radius: 0px 50px 0px 0px;
        padding: 30px 0 34px;
        margin-bottom: 30px;
    }

    .tours__title {
        font-size: 30px;
        line-height: 35px;
    }

    .tours__description {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
    }

    .tours__banner {
        grid-template-columns: minmax(490px, 661px) minmax(200px, 263px);
        grid-template-rows: minmax(280px, 310px) 45px;
    }

    .tours__slide {
        gap: 9px 10px;
        grid-template-columns: minmax(280px, 390px) minmax(200px, 260px);
        grid-template-rows: repeat(2, minmax(120px, 150px));
    }

    .tours .tour__label {
        top: 10px;
        left: 10px;
    }

    .tours .tour__description {
        height: 69px;
        padding-top: 15px;
        padding-left: 10px;
    }

    .tours .tour__name {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 3px;
    }

    .tours .tour_small .tour__label {
        top: 10px;
        left: 10px;
    }

    .tours .tour_small .tour__description {
        padding-left: 10px;
    }

    .tours__art img {
    }

    .tours__order-redirect {
        font-size: 14px;
        line-height: 16px;
        gap: 9px;
    }
}

@media (max-width: 767px) {
    .tours {
        border-radius: 0px 30px 0px 0px;
        padding: 30px 0;
    }

    .tours__title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }

    .tours__description {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }

    .tours__banner {
        grid-template-columns: unset;
        grid-template-rows: unset;
    }

    .tours__wrapper {
        row-gap: 20px;
        grid-template: "switcher" "slider" "redirect";
        margin-bottom: 15px;
        padding: 0 10px;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 10px;
    }

    .tours__slider {
        grid-area: slider;
    }

    .tours__slide {
        grid-template-columns: 1fr;
        grid-template-rows: 150px;
    }

    .tours__slide_pc {
        display: none;
    }

    .tours__slide_mobile {
        display: grid;
    }
}

@media (max-width: 767px) and (max-width: 334px) {
    .tours .tour:first-child {
        grid-row: unset;
    }
}

@media (max-width: 767px) {
    .tours .tour__label {
        top: 20px;
        left: 20px;
    }
}

@media (max-width: 767px) {
    .tours .tour img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .tours .tour_small {
        display: none;
    }
}

@media (max-width: 767px) {
    .tours__art {
        background-size: contain;
        height: auto;
        max-height: 220px;
    }
}

@media (max-width: 767px) {
    .tours__switches {
        grid-area: switcher;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .tours__order {
        grid-area: redirect;
    }
}

@media (max-width: 767px) {
    .tours .tours__art img {
        width: 100%;
        max-height: 250px;
        object-fit: cover;
        object-position: center;
    }
}

.articles {
    padding-bottom: 50px;
    border-bottom: 1px dashed #979797;
    margin-bottom: 40px;
}

.articles__title {
    font-size: 40px;
    line-height: 47px;
    font-weight: 900;
    color: #200E32;
    margin-bottom: 10px;
}

.articles__description {
    font-size: 18px;
    line-height: 21px;
    color: #200E32;
    margin-bottom: 30px;
}

.articles__banner {
    display: grid;
    grid-template-columns: minmax(660px, 860px) 263px;
    grid-template-rows: 310px 39px;
    column-gap: 30px;
    justify-content: space-between;
}

.articles__banner.full-width {
    grid-template-columns: 1fr;
}

.articles__wrapper {
    position: relative;
    grid-row: span 2;
    display: grid;
    max-width: 860px;
    grid-template: "slider slider" "search search" ". redirect";
    row-gap: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.articles__banner.full-width .articles__wrapper {
    max-width: 100%;
}

.articles__slider {
    max-width: 100%;
    width: 100%;
    grid-column: span 2;
    grid-area: slider;
    padding-left: 20px;
    padding-right: 20px;
}

.articles__slide {
    /*display: grid;*/
    /*column-gap: 10px;*/
    /*grid-template-columns: repeat(3, 1fr);*/
}

.articles__slide_mobile {
    display: none;
}

.articles .article {
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    overflow: hidden;
}

.articles .article__image {
    width: 100%;
    height: 100%;
}

.articles .article__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.articles .article__description {
    height: 74px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

.articles .article__text {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.articles .article:first-child {
    border-radius: 0px 0px 0px 20px;
}

.articles .article:last-child {
    border-radius: 0px 20px 0px 0px;
}

.articles__slider_prev {
    top: 50%;
    left: 1px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
}

.articles__slider_prev::after {
    content: "";
}

.articles__slider_next {
    top: 50%;
    right: 1px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.articles__slider_next::after {
    content: "";
}

.articles__search {
    grid-area: search;
    background-color: #D6E3FC;
    border-radius: 0px 50px;
    padding: 20px 30px;
}

.articles__search-title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #200E32;
    margin-bottom: 11px;
}

.articles__search-form {
    display: grid;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
    grid-template-columns: 2fr 2fr 3fr 100px;
}

.articles__search-item {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.articles__search-label {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #0662BA;
    padding-left: 10px;
    margin-bottom: 4px;
}

.articles__search select {
    font-size: 14px;
    line-height: 16px;
    height: 40px;
    padding-left: 10px;
    color: #B6CCE4;
    width: 100%;
    padding-right: 40px;
}

.articles__search select:invalid:not(:focus) {
    color: #B6CCE4;
}

.articles__search-btn {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 29px;
    background-color: #0662BA;
}

.articles__art {
    border-radius: 0px 30px;
    overflow: hidden;
    display: block;
}

.articles__art img {
    object-position: center;
    object-fit: cover;
    display: block;
}

.articles__order {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-area: redirect;
}

.articles__order-redirect {
    font-size: 16px;
    line-height: 19px;
    color: #0662BA;
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    gap: 11px;
}

@media (max-width: 1279px) {
    .articles {
        padding-bottom: 40px;
    }

    .articles__banner {
        grid-template-rows: minmax(281px, 310px) minmax(26px, 39px);
    }

    .articles__wrapper {
        row-gap: 18px;
    }

    .articles__slide {
        /*grid-template-columns: repeat(3, 1fr);*/
        /*justify-content: space-between;*/
    }

    .articles .article__text {
        font-size: 14px;
        line-height: 16px;
    }

    .articles__art {
        border-radius: 0px 30px;
        overflow: hidden;
    }

    .articles__order {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        grid-area: redirect;
    }

    .articles__order-redirect {
        font-size: 16px;
        line-height: 19px;
        color: #0662BA;
        text-decoration-line: underline;
        display: flex;
        align-items: center;
        gap: 11px;
    }

    .articles select {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 1023px) {
    .articles {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .articles__title {
        font-size: 30px;
        line-height: 35px;
    }

    .articles__description {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
    }

    .articles__banner {
        grid-template-columns: minmax(490px, 660px) minmax(200px, 263px);
        grid-template-rows: minmax(281px, 310px) minmax(26px, 39px);
    }

    .articles__slide {
        column-gap: 10px;
        justify-content: space-between;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }

    .articles .article__text {
        font-size: 14px;
        line-height: 16px;
    }

    .articles .article_small {
        display: none;
    }

    .articles .article:nth-child(2) {
        border-radius: 0px 20px 0px 0px;
    }

    .articles__search {
        border-radius: 0px 30px;
        padding: 10px 20px 20px;
    }

    .articles__search-title {
        margin-bottom: 10px;
    }

    .articles__search-form {
        flex-wrap: wrap;
    }

    .articles__search-item {
        flex-basis: 45%;
    }

    .articles__search-label {
        display: none;
    }

    .articles__search select {
        font-size: 12px;
        line-height: 14px;
    }

    .articles__search-btn {
        margin-left: 0;
    }

    .articles__art img {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .articles {
        margin-bottom: 20px;
    }

    .articles__title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 10px;
    }

    .articles__description {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }

    .articles__banner {
        grid-template-columns: 1fr;
        grid-template-rows: unset;
        row-gap: 20px;
    }

    .articles__wrapper {
        grid-row: span 3;
        padding: 0 10px;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 10px;
    }

    .articles__slide {
        column-gap: 10px;
        justify-content: space-between;
        grid-template-columns: 1fr;
        grid-template-rows: unset;
        overflow: hidden;
    }

    .articles__slide_pc {
        display: none;
    }

    .articles__slide_mobile {
        display: grid;
    }

}

@media (max-width: 767px) and (max-width: 334px) {
    .articles .article:first-child {
        grid-row: unset;
    }
}

@media (max-width: 767px) {
    .articles .article__text {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .articles .article_small {
        display: none;
    }
}

@media (max-width: 767px) {
    .articles .article:nth-child(2) {
        display: none;
    }
}

@media (max-width: 767px) {
    .articles__search {
        border-radius: 0px 30px;
        padding: 10px 20px 20px;
    }

    .articles__search-title {
        margin-bottom: 10px;
    }

    .articles__search-form {
        display: grid;
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }

    .articles__search-item {
        flex-basis: 45%;
    }

    .articles__search-label {
        display: none;
    }

    .articles__search select {
        font-size: 12px;
        line-height: 14px;
    }

    .articles__search-btn {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .articles__art img {
        height: auto;
        max-height: 220px;
    }
}

@media (max-width: 767px) {
    .articles .articles__art img {
        width: 100%;
        display: block;
        max-height: 220px;
    }
}

.places {
    margin-bottom: 70px;
}

.places__title {
    font-size: 40px;
    line-height: 47px;
    font-weight: 900;
    color: #200E32;
    margin-bottom: 10px;
}

.places__description {
    font-size: 18px;
    line-height: 21px;
    color: #200E32;
    margin-bottom: 30px;
}

.places__slider {
    padding: 0 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
}

.places__slide {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.places__slide_mobile {
    display: none;
}

.places .place {
    position: relative;
    width: 100%;
    height: 160px;
}

.places .place:first-child {
    border-radius: 0px 0px 0px 20px;
}

.places .place:last-child {
    border-radius: 0px 20px 0px 0px;
}

.places .place__image img {
    display: block;
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 160px;
}

.places .place__description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: rgba(248, 153, 29, 0.9);
    padding-top: 11px;
    padding-left: 20px;
}

.places .place__name {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.places__slider_prev {
    left: 1px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
}

.places__slider_prev::after {
    content: "";
}

.places__slider_next {
    right: 1px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.places__slider_next::after {
    content: "";
}

.places__order {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.places__order-redirect {
    font-size: 16px;
    line-height: 19px;
    color: #F8991D;
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    gap: 11px;
}

.places .places__slides .swiper-slide-active a {
    border-radius: 0px 0 0px 20px;
    overflow: hidden;
}

.places .places__slides .swiper-slide-active + div + div + div a {
    border-radius: 0px 20px 0px 0px;
    overflow: hidden;
}

@media (max-width: 1279px) {
    .places {
        margin-bottom: 40px;
    }

    .places .place__description {
        padding-top: 12px;
    }

    .places .place__name {
        font-size: 18px;
        line-height: 21px;
    }
}

@media (max-width: 1023px) {
    .places {
        margin-bottom: 30px;
    }

    .places__title {
        font-size: 30px;
        line-height: 35px;
    }

    .places__description {
        font-size: 16px;
        line-height: 19px;
    }

    .places__slider {
        margin-bottom: 10px;
    }

    .places .place:nth-child(3) {
        border-radius: 0px 20px 0px 0px;
        overflow: hidden;
    }

    .places .place__description {
        padding-top: 12px;
    }

    .places__order-redirect {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .articles__slider {
        padding: 0 20px;
    }

    .articles .article__image img {
        height: 170px;
        object-position: center;
        object-fit: cover;
    }

    .places .places__slides .swiper-slide-active a {
        border-radius: 0px 0px 0px 20px;
        overflow: hidden;
    }

    .places .place {
        height: 200px;
    }

    .places .place img {
        height: 200px;
        object-position: center;
        object-fit: cover;
    }

    .places__title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }

    .places__description {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 20px;
        text-align: center;
    }

    .places__slider {
        padding: 0 10px;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 10px;
    }

    .places__slide {
        display: grid;
        grid-template-columns: 1fr;
    }

    .places__slide_pc {
        display: none;
    }

    .places__slide_mobile {
        display: grid;
    }

    .places__slide_mobile .place:last-child {
        display: block;
    }

    .places .place {
        position: relative;
    }

    .places .place:first-child {
        border-radius: 0px 0px 0px 20px;
    }

    .places .place:not(:first-child) {
        display: none;
    }

    .places .place__description {
        padding-top: 13px;
    }

    .places .place__image img {
        display: block;
        width: 100%;
    }
}

.hotels {
    background-color: #EBF1FD;
    border-radius: 0px 0px 0px 100px;
    padding: 40px 0 41px;
    margin-bottom: 70px;
}

.hotels__title {
    font-size: 40px;
    line-height: 47px;
    font-weight: 900;
    color: #0662BA;
    margin-bottom: 10px;
}

.hotels__description {
    font-size: 18px;
    line-height: 21px;
    color: #200E32;
    margin-bottom: 30px;
}

.hotels__banner {
    display: grid;
    grid-template-columns: minmax(661px, 820px) 263px;
    grid-template-rows: 310px 45px;
    column-gap: 30px;
    justify-content: space-between;
}

.hotels__wrapper {
    position: relative;
    grid-row: span 2;
    display: grid;
    grid-template: "slider" "slider" "slider" "redirect";
    row-gap: 20px;
    max-width: 860px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.hotels__slider {
    position: static;
    max-width: 100%;
    grid-column: span 2;
    grid-area: slider;
}

.hotels__slide {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(390px, 550px) 260px;
    grid-template-rows: 1fr 1fr;
}

.hotels__slide_mobile {
    display: none;
}

.hotels .hotel {
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    border-radius: 0px 0px 0px 20px;
    overflow: hidden;
}

.hotels .hotel__label {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 30px;
}

.hotels .hotel__image img {
    display: block;
    /*max-width: unset;*/
}

.hotels .hotel__description {
    height: 74px;
    background-color: rgba(34, 89, 153, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-left: 30px;
}

.hotels .hotel__name {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.hotels .hotel__cost {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.hotels .hotel:first-child {
    grid-row: span 2;
}

.hotels .hotel:nth-child(2) {
    border-radius: 0px 20px 0px 0px;
}

.hotels .hotel_small {
    box-shadow: none;
}

.hotels .hotel_small .hotel__label {
    left: 20px;
}

.hotels .hotel_small .hotel__description {
    padding-left: 20px;
}

.hotels__slider_prev {
    top: calc(50% - 16px);
    left: 1px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
}

.hotels__slider_prev::after {
    content: "";
}

.hotels__slider_next {
    top: calc(50% - 16px);
    right: 1px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotels__slider_next::after {
    content: "";
}

.hotels__art {
    background-color: #ebf1fd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0px 30px;
    overflow: hidden;
}

.hotels__order {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-area: redirect;
}

.hotels__order-redirect {
    font-size: 16px;
    line-height: 19px;
    color: #0662BA;
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    gap: 11px;
}

@media (max-width: 1023px) {
    .hotels {
        border-radius: 0px 0px 0px 50px;
        padding: 30px 0 34px;
        margin-bottom: 30px;
    }

    .hotels__title {
        font-size: 30px;
        line-height: 35px;
    }

    .hotels__description {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
    }

    .hotels__banner {
        grid-template-columns: minmax(490px, 661px) minmax(200px, 263px);
        grid-template-rows: minmax(280px, 310px) 45px;
    }

    .hotels__slide {
        gap: 9px 10px;
        grid-template-columns: minmax(280px, 390px) minmax(200px, 260px);
        grid-template-rows: repeat(2, minmax(120px, 150px));
    }

    .hotels .hotel {
        box-shadow: none;
    }

    .hotels .hotel__label {
        top: 10px;
        left: 10px;
    }

    .hotels .hotel__description {
        height: 69px;
        padding-top: 15px;
        padding-left: 10px;
    }

    .hotels .hotel__name {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 3px;
    }

    .hotels .hotel_small .hotel__label {
        top: 10px;
        left: 10px;
    }

    .hotels .hotel_small .hotel__description {
        padding-left: 10px;
    }

    .hotels__art img {
        height: 100%;
    }

    .hotels__order-redirect {
        font-size: 14px;
        line-height: 16px;
        gap: 9px;
    }
}

@media (max-width: 767px) {
    .hotels {
        border-radius: 0px 0px 0px 30px;
        padding: 30px 0;
    }

    .hotels__title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }

    .hotels__description {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }

    .hotels__banner {
        grid-template-columns: unset;
        grid-template-rows: unset;
    }

    .hotels__wrapper {
        row-gap: 10px;
        grid-template: "slider" "redirect";
        margin-bottom: 20px;
        padding: 0 10px;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 10px;
    }

    .hotels__slider {
        grid-area: slider;
    }

    .hotels__slide {
        grid-template-columns: 1fr;
        grid-template-rows: 150px;
    }

    .hotels__slide_pc {
        display: none;
    }

    .hotels__slide_mobile {
        display: grid;
    }
}

@media (max-width: 767px) and (max-width: 334px) {
    .hotels .hotel:first-child {
        grid-row: unset;
    }
}

@media (max-width: 767px) {
    .hotels .hotel__label {
        top: 20px;
        left: 20px;
    }
}

@media (max-width: 767px) {
    .hotels .hotel img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hotels .hotel_small {
        display: none;
    }
}

@media (max-width: 767px) {
    .hotels__art {
        background-size: cover;
        height: auto;
    }
}

@media (max-width: 767px) {
    .hotels__order {
        grid-area: redirect;
    }
}

@media (max-width: 767px) {
    .hotels .hotels__art img {
        width: 100%;
    }
}

.tickets {
    margin-bottom: 70px;
}

.tickets__title {
    font-size: 40px;
    line-height: 47px;
    font-weight: 900;
    color: #200E32;
    margin-bottom: 4px;
}

.tickets__description {
    font-size: 18px;
    line-height: 21px;
    color: #200E32;
    max-width: 752px;
    margin-bottom: 30px;
}

.tickets__banner {
    display: grid;
    grid-template-columns: minmax(660px, 820px) 263px;
    grid-template-rows: 150px 39px;
    column-gap: 30px;
    justify-content: space-between;
}

.tickets__banner.full-width {
    grid-template-columns: 1fr
}

.tickets__banner.full-width .tickets__wrapper {
    max-width: initial;
}

.tickets__wrapper {
    position: relative;
    grid-row: span 2;
    display: grid;
    grid-template: "slider slider" ". redirect";
    row-gap: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.tickets__slider {
    position: static;
    max-width: 100%;
    grid-column: span 2;
    grid-area: slider;
    border-radius: 0 30px 0 30px;
    overflow: hidden;
}

.tickets__slide {
    display: grid;
    column-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}

.tickets__slide_mobile {
    display: none;
}

.tickets .ticket {
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    overflow: hidden;
}

.tickets .ticket__label {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 20px;
}

.tickets .ticket__image img {
    display: block;
    width: 100%;
    height: 100%;
}

.tickets .ticket__description {
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-left: 20px;
}

.tickets .ticket__from {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 1px;
}

.tickets .ticket__name {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    color: #fff;
}

.tickets .ticket__cost {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.tickets .ticket:first-child {
    border-radius: 0px 0px 0px 20px;
}

.tickets .ticket:last-child {
    border-radius: 0px 20px 0px 0px;
}

.tickets .ticket_small {
    box-shadow: none;
}

.tickets__slider_prev {
    top: calc(50% - 20px);
    left: 1px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
}

.tickets__slider_prev::after {
    content: "";
}

.tickets__slider_next {
    top: calc(50% - 20px);
    right: 1px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tickets__slider_next::after {
    content: "";
}

.tickets__art {
    background-color: #b4e3f3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0px 30px;
    overflow: hidden;
}

.tickets__order {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-area: redirect;
}

.tickets__order-redirect {
    font-size: 16px;
    line-height: 19px;
    color: #0662BA;
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    gap: 11px;
}

@media (max-width: 1023px) {
    .tickets {
        margin-bottom: 50px;
    }

    .tickets__title {
        font-size: 30px;
        line-height: 35px;
    }

    .tickets__description {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
        max-width: 485px;
    }

    .tickets__banner {
        grid-template-columns: minmax(485px, 660px) minmax(200px, 263px);
        grid-template-rows: minmax(120px, 150px) minmax(39px, 36px);
    }

    .tickets__slide {
        column-gap: 10px;
        justify-content: space-between;
        grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
    }

    .tickets .ticket__label {
        top: 10px;
        left: 10px;
    }

    .tickets .ticket__description {
        height: 71px;
        padding-top: 11px;
        padding-left: 20px;
    }

    .tickets .ticket__from {
        margin-bottom: 0;
    }

    .tickets .ticket__name {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 0;
    }

    .tickets .ticket_small {
        display: none;
    }

    .tickets .ticket_small .ticket__label {
        top: 10px;
        left: 10px;
    }

    .tickets .ticket_small .ticket__description {
        padding-left: 10px;
    }

    .tickets__art img {
        height: 100%;
    }

    .tickets__order-redirect {
        font-size: 14px;
        line-height: 16px;
        gap: 9px;
    }
}

@media (max-width: 767px) {
    .tickets {
        margin-bottom: 20px;
    }

    .tickets__title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }

    .tickets__description {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .tickets__banner {
        display: flex;
        flex-direction: column;
    }

    .tickets__wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: 150px 16px;
        row-gap: 10px;
        grid-template: "slider" "redirect";
        margin-bottom: 30px;
        padding: 0 10px;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 10px;
    }

    .tickets__slider {
        grid-area: slider;
    }

    .tickets__slide {
        grid-template-columns: 1fr;
        grid-template-rows: unset;
    }

    .tickets__slide_pc {
        display: none;
    }

    .tickets__slide_mobile {
        display: grid;
    }
}

@media (max-width: 767px) and (max-width: 334px) {
    .tickets .ticket:first-child {
        grid-row: unset;
    }
}

@media (max-width: 767px) {
    .tickets .ticket:nth-child(2) {
        display: none;
    }
}

@media (max-width: 767px) {
    .tickets .ticket__label {
        top: 20px;
        left: 20px;
    }
}

@media (max-width: 767px) {
    .tickets .ticket img {
        width: 100%;
        object-fit: cover;
        height: 200px;
    }

    .tickets__banner.full-width .tickets__wrapper {
        max-width: initial;
    }
}

@media (max-width: 767px) {
    .tickets .ticket_small {
        display: none;
    }
}

@media (max-width: 767px) {
    .tickets__art {
        background-size: cover;
        height: auto;
    }
}

@media (max-width: 767px) {
    .tickets__order {
        grid-area: redirect;
    }
}

@media (max-width: 767px) {
    .tickets .tickets__art img {
        width: 100%;
    }
}

.gallery {
    background-color: #F6F6F6;
    padding: 40px 0;
    border-radius: 0px 100px 0px 0px;
    margin-bottom: 70px;
}

.gallery .container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.gallery .news {
    width: 100%;
    max-width: 260px;
}

.gallery .news__title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    color: #200E32;
    margin-bottom: 30px;
}

.gallery .news__wrapper {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.gallery .news .new {
    padding-bottom: 30px;
    border-bottom: 1px dashed #979797;
}

.gallery .news .new__img {
    display: block;
    border-radius: 0px 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.gallery .news .new__img img {
    display: block;
    height: 150px;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.gallery .news .new__heading {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #200E32;
    text-decoration: underline;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 40px;
}

.gallery .news .new_no-img:nth-last-child(2) {
    padding-bottom: 0;
    border-bottom: none;
}

.gallery .news .new:last-child .new__img {
    margin-bottom: 30px;
}

.gallery .photos {
    width: 100%;
    max-width: 330px;
}

.gallery .photos__title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    color: #200E32;
    margin-bottom: 30px;
}

.gallery .photos__wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 37px;
    border-bottom: 1px dashed #979797;
    margin-bottom: 20px;
}

.gallery .photos__wrapper.photos__wrapper_mobile {
    display: none;
}

.gallery .photos .report__img {
    display: block;
    margin-bottom: 10px;
}

.gallery .photos .report__img img {
    display: block;
    width: 100%;
    height: 190px;
    object-position: center;
    object-fit: cover;
}

.gallery .photos .report:first-child .report__img {
    border-radius: 0px 20px 0px 0px;
    overflow: hidden;
}

.gallery .photos .report:last-child .report__img {
    border-radius: 0px 0px 0px 20px;
    overflow: hidden;
}

.gallery .photos .report__heading {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #200E32;
    text-decoration: underline;
    /*text-align: right;*/
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 38px;
}

.gallery .kaleidoscopes {
    width: 100%;
    max-width: 330px;
}

.gallery .kaleidoscopes__title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    color: #200E32;
    margin-bottom: 30px;
}

.gallery .kaleidoscopes__wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 37px;
    border-bottom: 1px dashed #979797;
    margin-bottom: 20px;
}

.gallery .kaleidoscopes__wrapper.kaleidoscopes__wrapper_mobile {
    display: none;
}

.gallery .kaleidoscopes .kaleidoscope__img {
    display: block;
    margin-bottom: 10px;
}

.gallery .kaleidoscopes .kaleidoscope__img img {
    display: block;
    width: 100%;
    height: 190px;
    object-position: center;
    object-fit: cover;
}

.gallery .kaleidoscopes .kaleidoscope:first-child .kaleidoscope__img {
    border-radius: 0px 20px 0px 0px;
    overflow: hidden;
}

.gallery .kaleidoscopes .kaleidoscope:last-child .kaleidoscope__img {
    border-radius: 0px 0px 0px 20px;
    overflow: hidden;
}

.gallery .kaleidoscopes .kaleidoscope__heading {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #200E32;
    text-decoration: underline;
    /*text-align: right;*/
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 38px;
}

.gallery__order {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.gallery__order-redirect {
    font-size: 16px;
    line-height: 19px;
    color: #0662BA;
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    gap: 11px;
}

@media (max-width: 1279px) {
    .gallery {
        margin-bottom: 50px;
    }
}

@media (max-width: 1023px) {
    .gallery {
        padding: 30px 0;
        border-radius: 0px 50px 0px 0px;
        margin-bottom: 30px;
    }

    .gallery .news {
        max-width: 230px;
    }

    .gallery .news__title {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    .gallery .news__wrapper {
        gap: 20px;
    }

    .gallery .news .new {
        padding-bottom: 22px;
    }

    .gallery .news .new__img {
        margin-bottom: 20px;
    }

    .gallery .news .new__img img {
        display: block;
        width: 100%;
        height: 120px;
    }

    .gallery .news .new__heading {
        font-size: 14px;
        line-height: 16px;
    }

    .gallery .news .new_no-img:nth-last-child(2) {
        padding-bottom: 10;
    }

    .gallery .photos {
        max-width: 230px;
    }

    .gallery .photos__title {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    .gallery .photos__wrapper {
        gap: 35px;
        padding-bottom: 22px;
    }

    .gallery .photos .report__heading {
        font-size: 14px;
        line-height: 16px;
    }

    .gallery .photos .report__img {
        width: 100%;
        height: 150px;
    }

    .gallery .photos .report__img img {
        height: 100%;
    }

    .gallery .kaleidoscopes {
        max-width: 230px;
    }

    .gallery .kaleidoscopes__title {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    .gallery .kaleidoscopes__wrapper {
        gap: 35px;
        padding-bottom: 22px;
    }

    .gallery .kaleidoscopes .kaleidoscope__heading {
        font-size: 14px;
        line-height: 16px;
    }

    .gallery .kaleidoscopes .kaleidoscope__img {
        width: 100%;
        height: 150px;
    }

    .gallery .kaleidoscopes .kaleidoscope__img img {
        height: 100%;
    }

    .gallery__order-redirect {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .gallery .photos .report__heading, .gallery .kaleidoscopes .kaleidoscope__heading a {
        height: auto;
        -webkit-line-clamp: 2;
    }

    .gallery {
        border-radius: 0px 30px 0px 0px;
        margin-bottom: 30px;
    }

    .gallery .container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .gallery .news {
        max-width: 100%;
    }

    .gallery .news__title {
        text-align: center;
    }

    .gallery .news__wrapper {
        margin-bottom: 10px;
        gap: 20px;
    }

    .gallery .news .new {
        padding-bottom: 20px;
    }

    .gallery .news .new img {
        height: 190px;
        object-fit: cover;
        object-position: center;
    }

    .gallery .news .new_no-img:not(:nth-last-child(2)) {
        display: none;
    }

    .gallery .photos {
        max-width: 100%;
    }

    .gallery .photos__title {
        text-align: center;
    }

    .gallery .photos__wrapper {
        display: none;
    }

    .gallery .photos__wrapper.photos__wrapper_mobile {
        position: relative;
        display: flex;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .gallery .photos__wrapper.photos__wrapper_mobile .report__img {
        border-radius: 0px 20px 0px 0px !important;
        overflow: hidden;
        width: 100%;
        height: 100%;
        max-height: 220px;
    }

    .gallery .photos__wrapper.photos__wrapper_mobile .report__img img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 200px;
    }

    .gallery .photos img {
        width: 280px;
    }

    .gallery .photos__slider {
        width: 100%;
        position: static;
    }

    .gallery .photos__slider_prev {
        top: calc(50% - 20px);
        left: 1px;
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: rotate(180deg);
    }

    .gallery .photos__slider_prev::after {
        content: "";
    }

    .gallery .photos__slider_next {
        top: calc(50% - 20px);
        right: 1px;
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gallery .photos__slider_next::after {
        content: "";
    }

    .gallery .kaleidoscopes {
        max-width: 100%;
    }

    .gallery .kaleidoscopes__title {
        text-align: center;
    }

    .gallery .kaleidoscopes__slider {
        width: 100%;
        position: static;
    }

    .gallery .kaleidoscopes__wrapper {
        display: none;
    }

    .gallery .kaleidoscopes__wrapper.kaleidoscopes__wrapper_mobile {
        position: relative;
        display: flex;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .gallery .kaleidoscopes__wrapper.kaleidoscopes__wrapper_mobile .kaleidoscope__img {
        border-radius: 0px 20px 0px 0px !important;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .gallery .kaleidoscopes__wrapper.kaleidoscopes__wrapper_mobile .kaleidoscope__img img {
        width: 100%;
        max-height: 200px;
        object-fit: cover;
        object-position: center;
    }
}

.other-services {
    margin-bottom: 55px;
}

.other-services__title {
    font-size: 40px;
    line-height: 47px;
    font-weight: 900;
    color: #0662ba;
    margin-bottom: 30px;
}

.other-services__wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 20px;
    justify-content: space-between;
}

.other-services__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.other-services__item:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    border-left: 1px dashed #979797;
}

.other-services__ico {
    width: 90px;
    height: 90px;
    margin-bottom: 7px;
}

.other-services__item-title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}

@media (max-width: 1279px) {
    .other-services {
        margin-bottom: 50px;
    }

    .other-services__item-title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 17px;
    }
}

@media (max-width: 1023px) {
    .other-services {
        margin-bottom: 30px;
    }

    .other-services__title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .other-services__wrapper {
        column-gap: 10px;
    }

    .other-services__item:not(:first-child)::before {
        left: -5px;
    }

    .other-services__ico {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }

    .other-services__item-title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 6px;
    }
}

@media (max-width: 767px) {
    .other-services {
        margin-bottom: 50px;
    }

    .other-services__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
        text-align: center;
    }

    .other-services__wrapper {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
        column-gap: 0;
        justify-content: space-between;
    }

    .other-services__item:nth-child(2)::before {
        display: none;
    }

    .other-services__item:not(:nth-child(-n+2))::before {
        content: "";
        position: absolute;
        top: -20px;
        right: 0;
        bottom: 0;
        left: 0;
        border-left: none;
        border-top: 1px dashed #979797;
    }

    .other-services__ico {
        margin-bottom: 10px;
    }

    .other-services__item-title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 0;
    }
}

.reviews {
    margin-bottom: 50px;
}

.reviews__title {
    font-size: 40px;
    line-height: 47px;
    font-weight: 900;
    color: #200E32;
    margin-bottom: 34px;
}

.reviews__slider {
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.reviews__slide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 45px;
}

.reviews .review {
    background-color: #FCEFDF;
}

.reviews .review:first-child {
    overflow: hidden;
}

.reviews .review:last-child {
    overflow: hidden;
}

.reviews .review__head {
    padding: 30px 30px 13px 40px;
    background-color: #FFF8EE;
}

.reviews .review__user {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.reviews .review__user img {
    flex-shrink: 0;
    margin-right: 11px;
    border-radius: 50%;
    overflow: hidden;
}

.reviews .review__rating {
    display: flex;
    align-items: center;
}

.reviews .review__stars {
    display: flex;
    gap: 2px;
    align-items: center;
    margin-right: 11px;
}

.reviews .review__count {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #200E32;
}

.reviews .review__name {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #200E32;
}

.reviews .review__text {
    padding: 20px 30px 40px 40px;
    height: 200px;
}

.reviews .review__text p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    color: #200E32;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.reviews__slider_prev {
    top: 123px;
    left: 1px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
}

.reviews__slider_prev::after {
    content: "";
}

.reviews__slider_next {
    top: 123px;
    right: 1px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews__slider_next::after {
    content: "";
}

.reviews__feedback {
    display: flex;
    justify-content: center;
}

.reviews__btn {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 28px;
    background-color: #F8991D;
}

@media (max-width: 1279px) {
    .reviews {
        margin-bottom: 40px;
    }

    .reviews__title {
        margin-bottom: 20px;
    }

    .reviews__slide {
        column-gap: 17px;
    }
}

@media (max-width: 1023px) {
    .reviews {
        margin-bottom: 30px;
    }

    .reviews__title {
        font-size: 30px;
        line-height: 35px;
    }

    .reviews__slide {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 8px;
    }

    .reviews .review:nth-child(2) {
        border-radius: 0px 100px 0px 0px;
        overflow: hidden;
    }

    .reviews .review:last-child {
        display: none;
    }
}

@media (max-width: 767px) {
    .reviews__title {
        font-size: 24px;
        line-height: 28px;
    }

    .reviews__slider {
        padding: 0 10px;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 10px;
    }

    .reviews__slide {
        grid-template-columns: repeat(1, 1fr);
    }

    .reviews .review:first-child {
        border-radius: 0px 0px 0px 50px;
    }

    .reviews .review:nth-child(2) {
        display: none;
    }

    .reviews .review__text p {
        font-size: 14px;
        line-height: 16px;
    }

    .reviews__slider .swiper-slide {
        border-radius: 0 0 0 100px;
        overflow: hidden;
    }
}

.page-separator__bg {
    background-color: #f8991d;
    border-radius: 0px 30px;
    height: auto;
    margin-bottom: 55px;
}

@media (max-width: 1279px) {
    .page-separator__bg {
        margin-bottom: 50px;
    }
}

.footer {
    background: #F6F6F6;
    border-radius: 0px 100px 0px 0px;
    padding: 50px 0;
}

.footer__columns {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
}

.footer__column {
    flex: 0 1 calc(25% - 40px);
    justify-content: space-between;
    border-right: 1px dashed #979797;
}

.footer__column:not(:last-child) {
    display: flex;
    flex-wrap: wrap;
}

.footer__column:last-child {
    border-right: none;
}

.footer__column-title {
    font-size: 16px;
    color: #0662BA;
    line-height: 19px;
    font-weight: 700;
    flex: 0 1 100%;
    margin-bottom: 16px;
}

.footer__column-link {
    font-size: 14px;
    line-height: 16px;
    color: #979797;
    margin-bottom: 10px;
    flex: 0 1 calc(50% - 5px);
    display: block;
}

.footer__column-link:hover {
    color: #0061b7;
}

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

.footer__counter {
    width: 90px;
    min-width: 90px;
    flex: 0 0 90px;
    height: 31px;
}

.footer__policy {
    text-align: center;
}

.footer__policy-text {
    font-size: 10px;
    line-height: 12px;
    color: #979797;
}

.footer__socials {
    display: flex;
}

.footer__social {
    flex: 0 0 30px;
    width: 30px;
    min-width: 30px;
    height: 30px;
}

.footer__social:not(:last-child) {
    margin-right: 10px;
}

.footer__social-icon {
    width: 100%;
    height: 100%;
}

.page-up {
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 10;
}

.page-up.show {
    opacity: 1;
    pointer-events: auto;
}

.page-up svg {
    width: 64px;
    height: 64px;
}

@media (max-width: 767px) {
    .page-up {
        display: none;
    }
}

@media (max-width: 1023px) {
    .footer {
        border-radius: 0px 50px 0px 0px;
        padding: 30px 0;
    }

    .footer__columns {
        flex-wrap: wrap;
        row-gap: 50px;
    }

    .footer__column {
        flex: 0 1 50%;
        justify-content: space-between;
        border-right: 1px dashed #979797;
        padding: 0 50px;
    }

    .footer__column:not(:last-child) {
        display: flex;
        flex-wrap: wrap;
    }

    .footer__column:nth-child(2n) {
        border-right: none;
    }

    .footer__column-link {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 767px) {
    .footer__columns {
        flex-wrap: wrap;
        row-gap: 20px;
        margin-bottom: 30px;
    }

    .footer__column {
        flex: 0 1 100%;
        margin: 0 auto;
        border-right: none;
    }

    .footer__column:not(:last-child) {
        padding-bottom: 10px;
        border-bottom: 1px dashed #979797;
    }

    .footer__bottom {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 15px;
    }

    .footer__policy {
        flex: 0 0 100%;
    }
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.27);
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
}

.modal_open {
    z-index: 99;
    display: flex;
}

.modal__wrapper {
    position: relative;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 34px 30px 50px;
    max-width: 600px;
    width: 600px;
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
}

.modal .feedback {
    display: none;
}

.modal .feedback_show {
    display: block;
}

.modal .feedback__title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    color: #200E32;
    margin-bottom: 20px;
    text-align: center;
}

.modal .feedback__stars {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-bottom: 30px;
}

.modal .feedback__stars svg {
    width: 30px;
    height: 30px;
}

.modal .feedback__form {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.modal .feedback__name {
    font-size: 20px;
    line-height: 23px;
    color: #200E32;
    padding: 15px 20px;
    border: 1px solid #B6CCE4;
}

.modal .feedback__text {
    font-size: 20px;
    line-height: 23px;
    color: #200E32;
    padding: 20px;
    border: 1px solid #B6CCE4;
    resize: none;
    height: 130px;
}

.modal .feedback__captcha {
    /*display: flex;*/
    gap: 15px;
    margin-bottom: 30px;
}

.modal .feedback__question {
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    border: 1px solid #B6CCE4;
    background-color: #B6CCE4;
}

.modal .feedback__answer {
    font-size: 20px;
    line-height: 23px;
    color: #200E32;
    padding: 15px 20px;
    border: 1px solid #B6CCE4;
}

.modal .feedback__submit {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 50px;
    background-color: #C4C4C4;
    align-self: center;
}

.modal .feedback__submit_active {
    background-color: #F8991D;
}

.modal .thanks {
    display: none;
}

.modal .thanks_show {
    display: block;
}

.modal .thanks__title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    color: #200E32;
    margin-bottom: 30px;
    text-align: center;
}

.modal .thanks__text {
    font-size: 20px;
    line-height: 23px;
    color: #200E32;
    text-align: center;
    margin-bottom: 40px;
}

.modal .thanks__btn {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 65px;
    background-color: #F8991D;
    align-self: center;
    display: block;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .modal__wrapper {
        border-radius: 10px;
        padding: 30px 20px;
    }

    .modal__close {
        top: 15px;
        right: 15px;
        width: 15px;
        height: 15px;
    }

    .modal .feedback__title {
        font-size: 25px;
        line-height: 29px;
        margin-bottom: 10px;
    }

    .modal .feedback__name {
        font-size: 16px;
        line-height: 19px;
    }

    .modal .feedback__text {
        font-size: 16px;
        line-height: 19px;
    }

    .modal .feedback__captcha {
        flex-direction: column;
        gap: 11px;
        margin-bottom: 20px;
    }

    .modal .feedback__question {
        align-self: flex-start;
        font-size: 16px;
        line-height: 19px;
        padding: 15px 10px;
    }

    .modal .feedback__answer {
        font-size: 16px;
        line-height: 19px;
    }


    .modal .feedback__submit {
        align-self: stretch;
    }

    .modal .thanks__title {
        font-size: 25px;
        line-height: 29px;
        margin: 0 auto;
        margin-bottom: 20px;
        max-width: 250px;
    }

    .modal .thanks__text {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 30px;
    }

    .modal .thanks__btn {
        width: 100%;
    }
}

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