@charset "UTF-8";

.ticked-fixed-info-block .ticked-fixed-info:last-child {
    display: none;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

body.not-main {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.footer {
    -webkit-box-ordinal-group: 7;
            order: 6;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
    margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
    margin: 0;
}

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/

.page__wrapper {
    height: 100%;
    margin-bottom: -50px;
}

* html .page__wrapper {
    height: 100%;
}

.page__buffer {
    height: 50px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.datepicker--cells {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1;
}

.datepicker--cell.-focus- {
    background: #f0f0f0;
}

.datepicker--cell.-current- {
    color: #1E63A6;
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
    color: #1E63A6;
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, 0.2);
}

.ui-state-active {
    color: #1E63A6 !important;
    background: none !important;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border: none !important;
    margin: 0 !important;
}

.datepicker {
    border: 1px solid #D0D0D0 !important;
    top: -1000px;
}

#ui-id-1,
#ui-id-2 {
    top: 93px !important;
    border-radius: 4px;
    z-index: 2;
}

.start-point-hidden .datepicker--pointer,
.end-point-hidden .datepicker--pointer {
    z-index: 3 !important;
    bottom: -19px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 15px;
    display: none;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 10px;
}

.datepicker--pointer {
    border-top: 1px solid #D0D0D0 !important;
    border-right: 1px solid #D0D0D0 !important;
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae;
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #1E63A6;
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px;
}

.datepicker--cell.-selected- {
    border: none;
}

.datepicker--cell:empty {
    cursor: default;
}

.datepicker--days-names {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 3px;
}

.datepicker--day-name {
    color: #1E63A6;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;
}

.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer {
    display: none;
}

.datepicker--cell-day {
    width: 14.28571%;
}

.datepicker--cells-months {
    height: 170px;
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%;
}

.datepicker--cells-years, .datepicker--years {
    height: 170px;
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%;
}

@media print {
    .datepickers-container {
        display: none;
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    -webkit-transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
    z-index: 100;
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    -webkit-transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease;
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px;
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1;
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
    background: #f0f0f0;
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
    left: 10px;
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
    right: 10px;
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2);
}

.datepicker--body.active {
    display: block;
}

.datepicker--nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    min-height: 32px;
    padding: 4px;
}

.-only-timepicker- .datepicker--nav {
    display: none;
}

.datepicker--nav-action, .datepicker--nav-title {
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker--nav-action.-disabled- {
    visibility: hidden;
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px;
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px;
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px;
}

.datepicker--buttons, .datepicker--time {
    border-top: 1px solid #efefef;
    padding: 4px;
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px;
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: 0 0;
}

.datepicker--buttons {
    display: -webkit-box;
    display: flex;
}

.datepicker--button {
    color: #4EB5E6;
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 32px;
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0;
}

.datepicker--time {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-box-flex: 0;
    flex: 0 1 138px;
    max-width: 138px;
}

.-only-timepicker- .datepicker--time {
    border-top: none;
}

.datepicker--time-sliders {
    -webkit-box-flex: 0;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px;
}

.datepicker--time-label {
    display: none;
    font-size: 12px;
}

.datepicker--time-current {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1;
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    z-index: 1;
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0;
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
    opacity: 1;
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px;
}

.datepicker--time-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
    margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
    background: 0 0;
    cursor: pointer;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
    outline: 0;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
    margin-top: -6px;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    transition: background .2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    -ms-transition: background .2s;
    transition: background .2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0;
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
    background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: 0 0;
}

.datepicker--time-row span {
    padding: 0 12px;
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute;
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none;
}

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
    color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    /* fixes ie bug (see #392) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px;
}

.selectize-control {
    position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block;
}

.order-input-text-description.error {
    color: rgb(216, 47, 47);
}

.contact-people label:nth-child(2) {
    position: relative;
}

.order-input-text-description {
    font-size: 13px;
    display: none;
    margin-top: 10px;
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 10px 17px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px;
}

.selectize-input.full {
    background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important;
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0;
}

.selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #ffffff;
    border: 0 solid #ffffff;
}

.selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
    display: none;
}

.selectize-input > input:focus {
    outline: none !important;
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
    padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
    opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default;
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68;
}

.selectize-dropdown .active.create {
    color: #495c68;
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text;
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #333 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #333 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
}

.selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
}

.cards-wrapper__item {
    width: calc(100% - 162px);
    height: 238px;
    border-radius: 24px;
}

@media screen and (max-width: 1090px) {
    .cards-wrapper__item {
        width: 390px;
    }
}

@media screen and (max-width: 680px) {
    .cards-wrapper__item {
        width: 290px;
        height: 181px;
    }
}

@media screen and (max-width: 540px) {
    .cards-wrapper__item {
        width: 215px;
        height: 142px;
        border-radius: 12px;
    }
}

@media screen and (max-width: 1090px) {
    .cards-wrapper__item:nth-child(1) {
        margin-left: -80px;
    }
}

@media screen and (max-width: 680px) {
    .cards-wrapper__item:nth-child(1) {
        margin-left: -25px;
    }
}

@media screen and (max-width: 540px) {
    .cards-wrapper__item:nth-child(1) {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1090px) {
    .cards-wrapper__item:nth-child(2) {
        margin-left: 85px;
    }
}

@media screen and (max-width: 680px) {
    .cards-wrapper__item:nth-child(2) {
        margin-left: 125px;
    }
}

@media screen and (max-width: 540px) {
    .cards-wrapper__item:nth-child(2) {
        margin: 0 auto;
    }
}

.cards-wrapper__item_main {
    background: #1892CE;
    padding: 0 35px;
    padding-top: 22px;
    padding-bottom: 32px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1090px) {
    .cards-wrapper__item_main {
        padding: 0 20px;
        padding-top: 11px;
        padding-bottom: 13px;
    }
}

@media screen and (max-width: 540px) {
    .cards-wrapper__item_main {
        padding: 0 20px;
        padding-top: 11px;
        padding-bottom: 13px;
    }
}

.cards-wrapper__item_cvc {
    background: #f1f1f1;
    padding-top: 24px;
    margin-top: -195px;
    margin-left: 165px;
}

@media screen and (max-width: 680px) {
    .cards-wrapper__item_cvc {
        margin-top: -156px;
    }
}

@media screen and (max-width: 540px) {
    .cards-wrapper__item_cvc {
        margin-top: -127px;
        margin-left: 57px;
    }
}

.cards-wrapper__item__black-line {
    padding: 10px 0;
    width: 100%;
    background: #000000;
    border-bottom: 1px solid #696969;
    border-top: 1px solid #696969;
    margin-bottom: 18px;
    padding-right: 36px;
    text-align: right;
}

@media screen and (max-width: 540px) {
    .cards-wrapper__item__black-line {
        padding: 7px 0;
        padding-right: 10px;
    }
}

.color_white {
    color: #ffffff;
}

.cards-wrapper__item__safety-line-wrapper {
    padding: 0 16px;
}

.cards-wrapper__item__safety-line {
    text-align: right;
    background: #d1d1d1;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    font-size: 14px;
    color: #545454;
    padding: 14px 0;
    padding-right: 19px;
}

@media screen and (max-width: 540px) {
    .cards-wrapper__item__safety-line {
        font-size: 10px;
        padding: 5px 0;
        padding-right: 5px;
    }
}

.mobile-br {
    display: none;
}

@media screen and (max-width: 540px) {
    .mobile-br {
        display: block;
    }
}

.cards-wrapper__item__input-cvc {
    width: 61px;
    height: 41px;
    background: #ffffff;
    text-align: center;
    border: none;
    outline: none;
    letter-spacing: 2px;
}

@media screen and (max-width: 680px) {
    .cards-wrapper__item__input-cvc {
        height: 35px;
        width: 50px;
    }
}

@media screen and (max-width: 540px) {
    .cards-wrapper__item__input-cvc {
        height: 26px;
        font-size: 12px;
        width: 35px;
    }
}

.cards-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1090px) {
    .cards-wrapper {
        width: 390px;
        margin: 20px auto;
    }
}

@media screen and (max-width: 540px) {
    .cards-wrapper {
        width: 100%;
    }
}

.cards-wrapper__item__header__credit-title {
    font-size: 28px;
}

@media screen and (max-width: 680px) {
    .cards-wrapper__item__header__credit-title {
        font-size: 20px;
    }
}

.extrabold {
    font-weight: 800;
}

.semibold {
    font-weight: 600;
}

.medium {
    font-weight: 500;
}

.italic {
    font-style: italic;
}

.cards-wrapper__item__header__bank-title {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

@media screen and (max-width: 680px) {
    .cards-wrapper__item__header__bank-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 540px) {
    .cards-wrapper__item__header__bank-title {
        font-size: 12px;
    }
}

.cards-wrapper__item__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
}

@media screen and (max-width: 680px) {
    .cards-wrapper__item__header {
        margin-bottom: 12px;
    }
}

.header {
    padding: 0 15px;
}

.card-number {
    border: 1px solid #5b5b5b;
    height: 43px;
    width: 100%;
    background: #ffffff;
    text-align: center;
    outline: none;
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 14px;
    color: #000 !important;
}

@media screen and (max-width: 680px) {
    .card-number {
        height: 35px;
        font-size: 14px;
    }
}

@media screen and (max-width: 540px) {
    .card-number {
        height: 26px;
        font-size: 12px;
        margin-bottom: 10px;
    }
}

.cards-wrapper__item__date__line {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.inputs {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    color: #000 !important;
}

.card-logo {
    display: block;
    max-height: 40px;
}

@media screen and (max-width: 540px) {
    .card-logo {
        max-height: 33px;
    }
}

.date-field {
    text-align: center;
    background: #ffffff;
    border: 1px solid #5b5b5b;
    width: 63px;
    height: 43px;
    font-size: 16px;
    outline: none;
}

@media screen and (max-width: 680px) {
    .date-field {
        height: 35px;
        width: 48px;
        font-size: 14px;
    }
}

@media screen and (max-width: 540px) {
    .date-field {
        width: 37px;
        height: 26px;
        font-size: 12px;
    }
}

.seperate-date-symbol {
    margin: 0 9px;
    font-size: 16px;
}

.cards-wrapper__item__date__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
    .cards-wrapper__item__date__title {
        margin-bottom: 3px;
        font-size: 14px;
    }
}

@media screen and (max-width: 540px) {
    .cards-wrapper__item__date__title {
        font-size: 12px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 630px) {
    .btn-wrapper__cards {
        text-align: center;
    }
}

.card-block {
    padding: 20px 0 !important;
}

.subpage-body .header {
    border-bottom: 1px solid #f2f2f2;
}

.otherpage-body .header {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

.otherpage {
    margin-top: 112px;
    padding-top: 40px;
}

@media screen and (max-width: 810px) {
    .otherpage {
        margin-top: 68px;
        padding-top: 35px;
    }
}

.otherpage__h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: left;
    color: #000;
    margin-top: 40px;
}

@media screen and (max-width: 810px) {
    .otherpage__h1 {
        font-size: 22px;
    }
}

.otherpage__h2 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #0065b1;
    width: 100%;
    display: inline-block;
}

.otherpage__h3 {
    font-size: 14px;
    position: relative;
    display: inline-block;
    margin-bottom: 36px;
}

.otherpage__h3:before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    background: #ffcc33;
    width: 100%;
    height: 2px;
}

.otherpage__columns {
    background: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 1090px) {
    .otherpage__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.otherpage__column_main {
    width: 683px;
}

@media screen and (max-width: 730px) {
    .otherpage__column_main {
        width: 100%;
    }
}

.otherpage__column_sidebar {
    width: 360px;
}

@media screen and (max-width: 1180px) {
    .otherpage__column_sidebar {
        width: 100%;
        margin-bottom: 25px;
    }
}

.form-container {
    width: 586px;
}

@media screen and (max-width: 670px) {
    .form-container {
        width: 100%;
    }
}

.input-field {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 22px;
}

.input-field.input-field_start {
    -webkit-box-align: start;
    align-items: flex-start;
}

.input-field.input-field_start .input-field__name {
    padding-top: 13px;
}

@media screen and (max-width: 670px) {
    .input-field.input-field_start .input-field__name {
        padding-top: 0;
    }
}

@media screen and (max-width: 1180px) {
    .input-field {
        position: relative;
    }
}

@media screen and (max-width: 670px) {
    .input-field {
        display: block;
    }

    .input-field.input-field_sum {
        padding-right: 23px;
        position: relative;
        display: inline-block;
    }

    .input-field.input-field_sum .input-wrapper_desc_line {
        position: absolute;
        right: 0;
        top: 37px;
        margin-left: 0;
    }
}

@media screen and (max-width: 465px) {
    .input-field.input-field_sum {
        display: block;
    }
}

.input-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}

.input-wrapper_desc {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 14px;
}

.input-field__name {
    width: 210px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 500;
    flex-shrink: 0;
}

@media screen and (max-width: 670px) {
    .input-field__name {
        width: 100%;
        margin-bottom: 9px;
    }
}

.input-field__field {
    width: 390px;
    height: 41px;
    display: block;
    padding-left: 13px;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    flex-shrink: 0;
    border: 2px solid #e9e9e9;
}

.input-field__field.input-field__field_date {
    width: 255px;
    position: relative;
    z-index: 2;
    background: none;
}

.input-field__field.input-field__field_sum {
    width: 255px;
}

@media screen and (max-width: 465px) {
    .input-field__field {
        width: 100% !important;
        flex-shrink: 1;
    }
}

.input-wrapper_desc_line {
    margin-left: 10px;
}

.input-wrapper_desc_line_no-marg {
    margin-left: 0;
}

.input-field__field::-webkit-input-placeholder {
    color: #aaaaaa;
}

.input-field__field::-ms-input-placeholder {
    color: #aaaaaa;
}

.input-field__field::-moz-placeholder {
    color: #aaaaaa;
}

.input-field__field:-ms-input-placeholder {
    color: #aaaaaa;
}

.input-field__field::placeholder {
    color: #aaaaaa;
}

.color_red {
    color: #ee3f58;
}

.seperate-line {
    width: 100%;
    height: 1px;
    background: #efefef;
    margin-top: 42px;
    margin-bottom: 39px;
}

@media screen and (max-width: 670px) {
    .seperate-line {
        margin-top: 22px;
        margin-bottom: 22px;
    }
}

.payment-line {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 53px;
}

@media screen and (max-width: 670px) {
    .payment-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 38px;
    }

    .payment-line button {
        margin-bottom: 25px;
    }
}

.payment-line__desc {
    font-size: 14px;
    line-height: 18px;
    color: #b6b6b6;
}

.payment-line__desc .a-link {
    color: #b6b6b6;
}

.a-link {
    position: relative;
}

.a-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dedede;
    bottom: 0;
    left: 0;
}

.info-block {
    position: relative;
    margin-bottom: 57px;
}

.info-block:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 41px;
    height: 41px;
    background: url(../img/general/i-icon.svg) no-repeat center;
}

@media screen and (max-width: 670px) {
    .info-block {
        margin-bottom: 35px;
    }
}

.info-block__text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 35px;
    padding-left: 57px;
}

@media screen and (max-width: 670px) {
    .info-block__text {
        padding-left: 0;
        margin-bottom: 20px;
    }
}

.info-block__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 34px;
    padding-left: 57px;
}

@media screen and (max-width: 630px) {
    .info-block__title {
        font-size: 16px;
    }
}

.medium-text {
    font-weight: 500;
}

.info-block__payment {
    fill: #000;
    display: block;
}

.info-block__payments {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 57px;
}

.info-block__payments img {
    max-width: 75px;
    max-height: 75px;
    display: block;
    margin-left: 28px;
}

.info-block__payments img:first-child {
    margin-left: 0;
}

@media screen and (max-width: 670px) {
    .info-block__payments img {
        max-width: 64px;
        max-height: 36px;
        margin-left: 25px;
    }
}

@media screen and (max-width: 670px) {
    .info-block__payments {
        padding-left: 0;
    }
}

.date-icon {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 14px;
    top: 8px;
    background: url(../img/general/date.svg) no-repeat center;
}

.operator-info {
    padding: 30px 25px;
}

@media screen and (max-width: 1180px) {
    .operator-info {
        border: 1px solid #f1f1f1;
        padding: 25px 25px;
    }
}

@media screen and (max-width: 670px) {
    .operator-info {
        padding: 0;
    }
}

.column-seperator {
    background: #efefef;
    width: 1px;
}

@media screen and (max-width: 1180px) {
    .column-seperator {
        display: none;
    }
}

.operator-info__logo-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
}

.operator-info__logo-wrapper img {
    display: block;
    max-height: 63px;
}

.operator-info__text {
    font-size: 13px;
    line-height: 24px;
}

.operator-info__text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 23px;
}

.operator-info__text ul li {
    font-weight: 500;
}

.operator-info__text ul:last-child {
    margin-bottom: 0;
}

.operator-info__text p {
    margin-bottom: 23px;
}

.operator-info__text p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1180px) {
    .operator-info__text {
        display: none;
        margin-top: 10px;
    }
}

.operator-info__toggle {
    display: none;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.operator-info__toggle.active .operator-info__toggle__icon:after {
    display: none;
}

@media screen and (max-width: 1180px) {
    .operator-info__toggle {
        display: -webkit-box;
        display: flex;
    }
}

.operator-info__toggle__text {
    font-size: 18px;
    font-weight: 600;
}

.operator-info__toggle__icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #000;
    position: relative;
}

.operator-info__toggle__icon:before, .operator-info__toggle__icon:after {
    content: '';
    background: #000000;
    position: absolute;
}

.operator-info__toggle__icon:before {
    width: 12px;
    height: 2px;
    left: 4px;
    top: 9px;
}

.operator-info__toggle__icon:after {
    width: 2px;
    height: 12px;
    left: 9px;
    top: 4px;
}

.required-fields-text {
    margin-bottom: 34px;
}

@media screen and (max-width: 670px) {
    .required-fields-text {
        margin-bottom: 25px;
    }
}

.question-block {
    padding: 12px 37px;
    display: inherit;
    cursor: pointer;
    position: relative;
}

@media screen and (max-width: 1180px) {
    .question-block {
        padding: 12px 12px;
        position: static;
    }
}

@media screen and (max-width: 465px) {
    .question-block {
        padding-right: 0;
    }
}

.i-icon {
    width: 17px;
    height: 17px;
}

.question-block__help {
    padding: 8px 11px;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    background: #0675c9;
    min-width: 292px;
    min-height: 48px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 69px;
    top: -3px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
    z-index: -1;
}

.question-block__help.active {
    opacity: 1;
    z-index: 1;
}

.question-block__help:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #0675c9 transparent transparent;
    left: -8px;
    top: 18px;
}

@media screen and (max-width: 1180px) {
    .question-block__help:before {
        border-width: 8px 5px 0 5px;
        border-color: #0675c9 transparent transparent transparent;
        left: unset;
        right: 15px;
        top: 48px;
    }
}

@media screen and (max-width: 465px) {
    .question-block__help:before {
        right: 3px;
    }
}

@media screen and (max-width: 1180px) {
    .question-block__help {
        width: 431px;
        max-width: 100%;
        left: 210px;
        top: -48px;
    }
}

@media screen and (max-width: 670px) {
    .question-block__help {
        left: 0;
        max-height: 48px;
        top: -23px;
    }
}

@media screen and (max-width: 465px) {
    .question-block__help {
        min-width: 100%;
    }
}

.btn_long {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    outline: none;
    background: #01b0dd;
    border-radius: 40px;
    border: none;
    display: block;
    padding: 12px 63px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    margin: auto;
}

@media screen and (max-width: 640px) {
    .btn_long {
        margin: auto;
    }
}

.btn_long:hover {
    background: #48CD32;
}


.cards-summary span,
.cards-number span {
    font-weight: bold;
}

.cards-summary,
.cards-number {
    font-size: 18px;
}

@media screen and (max-width: 600px) {
    .cards-summary,
    .cards-number {
        font-size: 16px;
    }
}

.cards-summary {
    margin: 15px 0;
    display: inline-block;
}

.card-main-block {
    padding: 0 !important;
}

.payment-column-flex .subname-label {
    color: #C4C4C4;
    font-size: 18px;
}

.otherpage__columns .payment-column-flex .payment-column-single:nth-child(2) {
    margin-top: 20px;
}

.payment-first-column {
    background: transparent !important;
    padding: 0 !important;
    margin-top: 20px;
}

.payment-column-flex .payment-column-single {
    width: 100%;
}

.otherpage__columns > .payment-column-single {
    width: 50%;
}

@media screen and (max-width: 1090px) {
    .otherpage__columns > .payment-column-single {
        width: 100%;
        margin-top: 20px;
    }
}

/* .payment-column-flex {
    margin-bottom: 40px;
} */

@media screen and (max-width: 1090px) {
    .payment-column-flex {
        width: 100%;
    }
}

.card-block .top-line-ticket {
    max-width: 100% !important;
}

* {
    box-sizing: border-box;
    color: #333333;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: 400;
}

h1 {
    font-size: 25px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 10px;
}

h2 span {
    color: #1E63A6;
}

h2 {
    text-align: left;
    font-weight: 700;
    font-size: 30px;
}

@media screen and (max-width: 650px) {
    .payment-column-flex .payment-column-single {
        display: block !important;
    }
    .single-information {
        width: 100% !important;
    }
    h2 {
        font-size: 22px;
    }
}

a {
    text-decoration: none;
}

.logo {
    display: block;
}

.header .logo {
    stroke: #1E63A6;
}

.container {
    position: relative;
    max-width: 1260px;
    /* width: 100%; */
    margin: 0 auto;
    height: 100%;
}

.main-block {
    background: url(../img/general/background.jpg) center no-repeat;
    background-size: cover !important;
    padding-bottom: 0px;
    height: 100%;
}

.main-block > .container {
    height: 100%;
    /* background-color: red; */
}

.ticket-main-container-reserve {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    width: 100% !important;
}

body.not-main .main-block {
    height: -webkit-fill-available;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
            background-color: #f6f6f6;
}

.header .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.header {
    background: #fff;
    height: 70px;
}

#searchform {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 20px;
}

@media screen and (max-width: 800px) {
    .nav {
        display: none;
    }
}

.burger {
    width: 22px;
    cursor: pointer;
    display: none;
}

@media screen and (max-width: 800px) {
    .burger {
        display: block;
    }
}

.burger-line {
    height: 2px;
    width: 100%;
    background: #1E63A6;
    margin-bottom: 5px;
}

.burger-line:last-child {
    margin-bottom: 0;
}

.nav a {
    color: #333;
    display: inline-block;
    margin-left: 68px;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.nav a:hover {
    color: #2D5F8F;
}

.not-index-main .title-block {
    text-align: left;
    margin-top: 28px;
    margin-bottom: 34px;
}

.title-block {
    text-align: center;
    /* margin-top: 120px; */
    margin-bottom: 60px;
}

.not-index-main .title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.title {
    font-weight: 700;
    color: #ffffff;
    font-size: 40px;
}

.order-block {
    padding: 0px 0px 70px 0px;
    border-radius: 6px;
}

.row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.row.jcsb {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.row.jcc {
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
}

.contact-people {
    margin-top: 0 !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
}

.contact-people label:first-child {
    margin-right: 20px;
}

.line {
    width: 146px;
    height: 2px;
    margin: auto;
    background: #01b0dd;
    position: relative;
    margin-top: 10px;
}

@media screen and (max-width: 1055px) {
    .line {
        width: 90px;
    }
}

@media screen and (max-width: 955px) {
    .line {
        margin-top: 3px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 30px;
    }
}

@media screen and (max-width: 650px) {
    .line {
        width: 20px;
    }
}

@media screen and (max-width: 955px) {
    .row-order label:last-child .order-input-text {
        margin-bottom: 0;
    }
}

.line:before {
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    width: 8px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #01b0dd;
}

.line:after {
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    width: 8px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #01b0dd;
}

.not-main-page .subname-label {
    font-size: 16px;
    color: #C4C4C4;
    font-weight: 400;
}

.subname-label {
    font-weight: 600;
    font-size: 16px;
}

.not-main-page .order-input-text {
    height: 40px;
}

@media screen and (max-width: 650px) {
    .subname-label {
        font-size: 12px;
    }
}

@media screen and (max-width: 955px) {
    .mobile-tac {
        text-align: center;
    }
}

#check_end + label {
    display: none;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    margin: 15px 0;
}

.people-content .order-input-text {
    height: 40px;
    border: 1px solid #E4E4E4;
}

.order-input-text {
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    height: 50px;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    color: #444444;
    outline: none;
    padding-left: 15px;
}

#start_point {
    border-radius: 5px 0 0 5px;
}

#end_point {
    border-radius: 0;
    border-left: none;
}

#start_date {
    border-radius: 0;
    border-right: none;
    border-left: none;
}

.start-point-label {
    width: 30%;
}
.end-point-label {
    width: 30%;
}
.start-date-label {
    width: 50%;
}
.end-date-label {
    width: 50%;
}
.end-date-label input {
    border-right: 1px solid #D0D0D0;
    border-radius: 0 5px 5px 0;
}

.order-input-text::-webkit-input-placeholder {
    color: #6C6C6C;
}

.order-input-text::-ms-input-placeholder {
    color: #6C6C6C;
}

.order-input-text::-moz-placeholder {
    color: #6C6C6C;
}

.order-input-text:-ms-input-placeholder {
    color: #6C6C6C;
}

.order-input-text::placeholder {
    color: #6C6C6C;
}

.row-order {
    margin-bottom: 15px;
}

.spinners {
    margin-top: 30px;
}

.row-end {
    margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
    .row-order {
        display: block;
    }
}

.show-more-btn {
    background: #1E63A6;
    padding: 17px 73px;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    margin: 0px 0 0 0;
}

.show-more-block {
    text-align: center;
}

.show-more-btn:hover {
    background: #1E63A6;
}

@media screen and (max-width: 790px) {
    .show-more-block {
        margin-bottom: -150px;
    }
    .order-block {
        padding-bottom: 95px !important;
    }
    .plus-block:before,
    .plus-block__hidden-img:first-child,
    .plus-block__hidden-img:nth-child(2),
    .plus-block__question
    .type-ticket-block {
        margin: 0 !important;
    }
    .row-order {
        margin-bottom: 0;
    }
    .checkbox-label {
        -webkit-box-ordinal-group: 2;
                order: 1;
    }
    .title-block {
        margin-top: 35px !important;
    }
}

@media screen and (max-width: 650px) {
    .order-input-date {
        height: 39px !important;
        top: 28px;
    }
}

.checkbox-wrapper {
    height: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.checkbox-wrapper + div {
    margin-left: 10px;
    font-weight: 500;
}

.order-input-checkbox {
    opacity: 0;
    position: absolute;
    left: 0;
}

.checkbox-div {
    width: 100%;
    /* height: 18px; */
    padding: 5px 10px;
    background: #1E63A6;
    border: 1px solid #1E63A6;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s ease-in, border-color 0.2s ease-in;
    transition: background-color 0.2s ease-in, border-color 0.2s ease-in;
}

.checkbox-div:hover,
.checkbox-div:active {
    background-color: #2D5F8F;
    border-color: #2D5F8F;
}

.blue-btn {
    color: #FFF;
}

/* .checkbox-div:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 2px;
    bottom: 5px;
    opacity: 0;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.checkbox-div:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 6px;
    bottom: 7px;
    opacity: 0;
    -webkit-transition: .2s ease;
    transition: .2s ease;
} */

.order-input-checkbox:checked + label .checkbox-div:before,
.order-input-checkbox:checked + label .checkbox-div:after {
    opacity: 1;
}

.order-input-checkbox:checked + label .checkbox-div {
    background: #1E63A6;
    border: 1px solid #1E63A6;
}

.row-end {
    -webkit-box-align: end;
            align-items: flex-end;
}

.spinner {
    border-radius: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 7px;
    background: #fff;
    height: 50px;
    position: relative;
}

@media screen and (max-width: 970px) {
    .airplane-img {
        width: 112px;
    }
    .order-input-date img {
        width: 20px;
    }
    .nav a {
        font-size: 16px;
    }
    h1 {
        font-size: 15px;
    }
    .spinner img {
        display: none;
    }
    .spinner {
        width: 155px;
    }
    .order-input-spinner {
        width: 65px !important;
    }
    .spinner-res {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 540px) {
    .spinner {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.spinner-res.plus {
    border-radius: 0 5px 5px 0;
}

.spinner-res.minus:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #D0D0D0;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.spinner-res.plus:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #D0D0D0;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
}

.spinner-res.plus:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #D0D0D0;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.spinner-res {
    position: relative;
    border-radius: 5px 0 0 5px;
    height: 100%;
    width: 50px;
    border: 1px solid #D0D0D0;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
    background: #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.spinner-res.plus:hover {
    background: #1E63A6;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    color: #ffffff;
}

.spinner-res.plus:hover:before {
    background: #fff;
}

.spinner-res.plus:hover:after {
    background: #fff;
}

.spinner-res.minus:hover:before {
    background: #fff;
}

.spinner-res.minus:hover {
    background: #1E63A6;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    color: #ffffff;
}

.order-input-spinner {
    width: 55px;
    height: 100%;
    border: 1px solid #D0D0D0;
    background: #fff;
    border-left: 0;
    border-right: 0;
    text-align: center;
    font-size: 17px;
}

.man-spin {
    width: 14px;
    height: 31px;
    position: absolute;
    left: -22px;
    top: 2px;
}

@media screen and (max-width: 540px) {
    .man-spin {
        display: none;
    }
}

.сhild-spin {
    width: 12px;
    height: 23px;
    position: absolute;
    left: -22px;
    top: 6px;
}

@media screen and (max-width: 540px) {
    .сhild-spin {
        display: none;
    }
}

.kinder-spin {
    width: 18px;
    height: 28px;
    position: absolute;
    left: -22px;
    top: 3px;
}

@media screen and (max-width: 540px) {
    .kinder-spin {
        display: none;
    }
}

.people-single .subname-label {
    color: #B5B5B5;
}

@media screen and (max-width: 1020px) {
    .plus-block__hidden-img {
        right: -260px !important;
    }
    h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 540px) {
    .spin-single {
        width: 48%;
        margin-left: 0;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 540px) {
    .spin-single:first-child .subname-label {
        margin-top: 0;
    }
}

@media screen and (max-width: 955px) {
    .spinners {
        display: -webkit-box;
        display: flex;
    }
}

@media screen and (max-width: 540px) {
    .spinners {
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

#return_date.active input {
    background: rgb(245, 245, 245);
    color: grey;
}

#return_date.active {
    pointer-events: none;
}

#return_date.active .subname-label {
    color: rgb(133, 133, 133);
}

.subname-label {
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

#return_date input {
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.spinners .spin-single:first-child {
    margin-left: 0;
}

.main-order-btn {
    margin-top: 26px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    outline: none;
    background: #1E63A6;
    border-radius: 3px;
    font-weight: 600;
    border: none;
    display: block;
    padding: 15px 73px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    position: relative;
}

.main-order-btn img {
    width: 50px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.main-order-btn:hover {
    background: #2D5F8F;
}

.search-result {
    padding-top: 40px;
    padding-bottom: 150px;
    background: #fff;
}

.show-more-block {
    text-align: center;
    width: 100%;
}

.single-ticket:first-child {
    background-image: unset;
    margin-top: 0;
    padding-top: 0;
}

.single-ticket {
    padding-top: 20px;
    margin-top: 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #DDE3EB), color-stop(0%, rgba(255,255,255,0)));
    background-image: linear-gradient(to right, #DDE3EB 100%, rgba(255,255,255,0) 0%);
    background-size: 2000px 1px;
    background-repeat: repeat-x;
    border-spacing: 1em;
}

@media screen and (max-width: 800px) {
    .logo {
        width: 40px;
    }
    .title {
        font-size: 25px;
    }
    .main-block > .container {
        padding-top: 50px;
    }
    .single-ticket {
        padding-bottom: 0 !important;
        padding-right: 30px;
    }
    .not-index-main .title-block {
        margin: 20px 0 !important;
    }
}

@media screen and (max-width: 800px) {
    .double-ticket .single-ticket:nth-child(1) {
        padding-bottom: 66px;
    }
}

/* .double-ticket {
    margin: 20px 0;
} */

.single-ticket-wrapper {
    /* background: #fff; */
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #DDE3EB;
    border-radius: 5px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.reserve-ticket {
    border: none !important;
    width: 70%;
    padding-bottom: 0;
}

.tickets-container .single-ticket-wrapper:nth-child(3) {
    display: -webkit-box;
    display: flex;
}

@media screen and (max-width: 1180px) {
    .single-ticket-wrapper .ticket-info-single:nth-child(3) {
        width: 25%;
    }
}
/* 
@media screen and (max-width: 800px) {
    .single-ticket-wrapper .ticket-info-single:nth-child(3) {
        width: 100%;
        text-align: right;
    }
} */

@media screen and (max-width: 490px) {
    .single-ticket-wrapper {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

/* .top-line-single img {
    display: inline-block;
    width: 70px; */
/* } */

/* .top-line-single:last-child {
    margin-left: 30px;
} */

@media screen and (max-width: 800px) {
    .top-line-single {
        width: 50%;
    }
}

.logo-company {
    height: 55px;
    margin-top: 3px;
    display: block;
}

@media screen and (max-width: 800px) {
    .logo-company {
        height: 28px;
    }
}

.subtitle-ticket {
    font-size: 14px;
    color: #848483;
    display: inline-block;
}

.subtitle-ticket span {
    font-weight: 600;
}

@media screen and (max-width: 840px) {
    .nav a {
        margin-left: 40px !important;
    }
}

.top-line-ticket {
    display: -webkit-box;
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
}

.ticket-class {
    font-size: 18px;
    font-weight: 700;
    margin-top: 11px;
    display: inline-block;
}

@media screen and (max-width: 800px) {
    .ticket-class {
        font-size: 18px;
    }
}

.ticket-cost {
    font-size: 36px;
    font-weight: 700;
    margin-top: 11px;
    color: #01b0dd;
}

.main-line-ticket {
    padding-right: 30px;
    padding-top: 10px;
    -webkit-box-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: 13px;
    z-index: 1;
}

.main-top-line-ticket {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin-top: 20px;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.ticket-info-time {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 5px;
}

.ticket-info-city {
    font-size: 14px;
    margin-bottom: 4px;
}

.ticket-info-date {
    font-size: 14px;
    color: #C4C4C4;
    
}

.fly-time {
    font-size: 16px;
    text-align: center;
    padding-top: 7px;
    font-weight: 600;
}

.ticket-line-single {
    padding-top: 17px;
}

.ticket-line-single:nth-child(2) {
    /* display: flex; */
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
}

.ticket-info-single {
    width: 85px;
}

.ticket-info-single:last-child {
    text-align: right;
}

.line-time-icon {
    width: 15px;
    height: 15px;
}

@media screen and (max-width: 800px) {
    .line-time-icon {
        display: none;
    }
}



@media screen and (max-width: 800px) {
    .ticket-line {
        display: block;
    }
}

.ticket-long-line {
    width: 90px;
    height: 2px;
    background: #BDBDBD;
    border-radius: 10px;
    position: relative;
}

.top-line-info {
    padding-right: 30px;
    font-size: 14px;
    line-height: 19px;
    color: #646464;
}

/* .ticket-long-line:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #C4C4C4;
    border-radius: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.ticket-long-line:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #C4C4C4;
    border-radius: 100%;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
} */

.single-flex {
    display: -webkit-box;
    display: flex;
    width: 75%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 20px;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

@media screen and (max-width: 800px) {
    .double-ticket .single-ticket:last-child {
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 800px) {
    .ticket-cost {
        font-size: 24px;
    }
}

@media screen and (max-width: 800px) {
    .top-line-single {
        width: auto;
        display: inline-block;
    }
}

.double-ticket .single-ticket:nth-child(2) .ticket-btn {
    position: absolute;
    top: -81px;
    right: 76px;
}

@media screen and (max-width: 800px) {
    .double-ticket .single-ticket:nth-child(2) .ticket-btn {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        min-width: 300px;
    }
}

@media screen and (max-width: 400px) {
    .double-ticket .single-ticket:nth-child(2) .ticket-btn {
        min-width: auto;
    }
    .ticket-line-single {
        width: 60px !important;
    }
}

.load-more {
    font-size: 20px;
    text-transform: uppercase;
    color: #dcdcdc;
    font-family: "Open Sans";
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #dcdcdc;
    margin-top: 55px;
    background: transparent;
    font-weight: 400;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.load-more:hover {
    background: #01b0dd;
    border: 1px solid #01b0dd;
    color: #ffffff;
}

.plus-block {
    padding-top: 100px;
}

.plus-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
}

.plus-single {
    width: 33.33333%;
    padding: 0 30px;
    position: relative;
    outline: none;
    text-align: left;
}

@media screen and (max-width: 580px) {
    /* .top-line-single:last-child {
        margin-top: 5px;
    } */
    /* .top-line-single:first-child {
        margin-bottom: 5px !important;
    } */
    .plus-single {
        padding: 0 10px;
    }
    .result__right-top-left {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    .result-cities {
        margin-top: 0px;
    }
    .result-title {
        margin-top: 5px;
    }
    .result__right-top {
        -webkit-box-align: start !important;
                align-items: flex-start !important;
    }
    /* .ticket-line-single {
        display: none;
    } */
    .single-ticket {
        padding: 12px !important;
    }
}

.filters-btn {
    display: none !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 6;
}

.filters-btn.active {
    display: -webkit-box !important;
    display: flex !important;
}

.filters-btn__filter {
    width: 50%;
    background: #1E63A6;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 3px;
    margin: 5px 10px;
    text-align: center;
    padding-top: 11px;
}

.filters-btn__reset {
    width: 50%;
    margin: 5px 10px;
    text-align: center;
    padding-top: 11px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #E4E4E4;
}

.single-ticket-wrapper.hidden {
    display: none !important;
}

.single-ticket-wrapper.visible {
    display: -webkit-box !important;
    display: flex !important;
}

@media screen and (max-width: 1240px) {
    .plus-single:before {
        left: -5px;
    }
}

@media screen and (max-width: 965px) {
    .plus-single:before {
        top: -37px;
        font-size: 167px;
    }
}

@media screen and (max-width: 450px) {
    .plus-single:before {
        display: none;
    }
}

.populares-mobile .slick-dots,
.plus-row .slick-dots {
    bottom: -60px !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
            align-items: flex-end;
    position: absolute;
    bottom: 0;
    width: 100%;
    list-style: none;
    padding-left: 0;
}

.populares-mobile .slick-dots li,
.plus-row .slick-dots li {
    width: 9px;
    height: 9px;
    background: #6C6C6C;
    border-radius: 100%;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    margin: 0 7.5px;
}

.populares-mobile .slick-dots li.slick-active,
.plus-row .slick-dots li.slick-active {
    width: 12px;
    height: 12px;
    background: #1E63A6;
}

.populares-mobile .slick-dots button,
.plus-row .slick-dots button {
    font-size: 0;
    border: none;
    background: transparent;
    outline: none;
}

.plus-title {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-top: 30px;
}

@media screen and (max-width: 1185px) {
    .plus-title {
        font-size: 28px;
    }
    .static-block__list {
        margin-top: 0px !important;
    }
}

.plus-desc {
    font-size: 16px;
    line-height: 25px;
    margin-top: 16px;
}

@media screen and (max-width: 1185px) {
    .plus-desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 450px) {
    .plus-desc {
        padding-right: 0;
    }
}

@media screen and (max-width: 380px) {
    .plus-desc {
        line-height: 18px;
    }
}

.search-btn {
    margin-top: 26px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    outline: none;
    background: #1E63A6;
    border-radius: 3px;
    font-weight: 600;
    border: none;
    display: inline-block;
    padding: 15px 73px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    position: relative;
}

.search-btn:hover {
    background: #2D5F8F;
}

.tac-wrapper {
    text-align: center;
}

.popular-place-block {
    margin-top: 100px;
}

.popular-place-block h2 {
    text-align: center;
    margin-bottom: 50px;
}

.popular-wrapper {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
}

.right-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-left: 20px;
    
}

.bottom-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.populares .popular-item {
    position: relative;
}
.populares .popular-item img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
    width: 100%;
}

.populares .popular-big {
    max-width: 460px;
    height: auto;
}

.populares .popular-middle {
    max-width: 100%;
    height: auto;
}

.populares .popular-small {
    max-width: 380px;
    height: auto;
}

.populares .popular-small:last-child {
    margin-left: 20px;
}


.populares .popular-text {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px 10px 10px;
    font-size: 24px;
    line-height: 35px;
    background-color: #fff;
    font-weight: 600;
    color: #333333;
}

.populares .popular-text span {
    color: #1E63A6;
}

.populares .popular-text .deskr {
    font-size: 18px;
    line-height: 26px;
    color: #333333;

}

@media screen and (max-width: 1300px) {
    .popular-place-block {
        margin-right: 15px;
        margin-left: 15px;
    }
    .popular-place-block .container {
        padding-right: -15px;
        padding-left: -15px;
    }
}

@media screen and (max-width: 1000px) {
    
    .populares .right-wrapper {
        margin-left: 12px;
    }
    .populares .popular-small:last-child {
        margin-left: 12px;
    }
    .populares .popular-text {
        padding: 5px 10px 5px 5px;
        font-size: 16px;
        line-height: 22px;
    }
    .populares .popular-text .deskr {
        font-size: 14px;
        line-height: 19px;
    }
    .populares .popular-place-block h2 {
        font-size: 26px;
        line-height: 35px;
    }
}

@media screen and (max-width: 590px) {
    .populares .right-wrapper {
        margin-left: 7px;
    }
    .populares .popular-small:last-child {
        margin-left: 7px;
    }
    .populares .popular-text {
        padding: 3px 5px 2px 2px;
        font-size: 14px;
        line-height: 18px;
    }
    .populares .popular-text .deskr {
        font-size: 12px;
        line-height: 16px;
    }
    .populares .popular-place-block h2 {
        font-size: 26px;
        line-height: 35px;
    }
}

@media screen and (max-width: 760px) {
    .populares .popular-place-block h2 {
        font-size: 24px;
        line-height: 33px;
    }
}

.populares-mobile {
    display: none;
}

.populares-mobile .popular-item {
    position: relative;
}

.populares-mobile .popular-item img {
    width: 100%;
    height: auto;
}

.populares-mobile .popular-text {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px 10px 10px;
    font-size: 16px;
    line-height: 22px;
    background-color: #fff;
    font-weight: 600;
    color: #333333;
}

.populares-mobile .slick-slide {
    margin: 0 10px;
}

.populares-mobile .slick-list {
    margin: 0 -10px;
}

.populares-mobile .popular-text .deskr {
    font-size: 14px;
    line-height: 19px;
}

@media screen and (max-width: 1000px) {
    .populares {
        display: none;
    }
    .populares-mobile {
        display: block;
    }
}

.newsletter-place-block {
    position: relative;
    padding-top: 100px;
    padding-bottom: 380px;
}

.newsletter-place-block .container {
    position: relative;
}

.newsletter-img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: -85px;
    z-index: -1;
}

.news1 {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: -1;
}

.news2 {
    position: absolute;
    bottom: -240px;
    left: 450px;
    z-index: -1;
}

.news3 {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: -1;
}

.newsletter {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
}

.newsletter-title {
    margin-bottom: 75px;
}

.newsletter-title h2,
.newsletter-title h3 {
    text-align: center;
}

.newsletter-title h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    color: #292929;
}

.newsletter-title h3 {
    margin-top: 30px;
    font-size: 24px;
    line-height: 33px;

}

.newsletter .form {
    height: 60px;
    position: relative;
}

.newsletter .form input {
    height: 100%;
    width: 730px;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    border-radius: 3px;
    outline: none;
    padding-left: 30px;
    color: #393939;
}

.newsletter .form input:placeholder-shown {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #C4C4C4;
}

.newsletter .form .btn {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 280px;
    color: #fff;
    background: #1E63A6;
    border-radius: 3px;
    border: none;
    outline: none;
}

@media screen and (max-width: 760px) {
    .newsletter .form {
        width: 100%;
    }
    .newsletter .form input {
        width: 100%;
    }
    .newsletter .form .btn {
        position: static;
        width: 100%;
        margin-top: 10px;
    }
    .newsletter-title h2 {
        font-size: 24px;
        line-height: 33px;
    }
    .newsletter-title h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .newsletter-title {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 900px) {
    .news1,
    .news2,
    .news3,
    .newsletter-img  {
        display: none;
    }
    .newsletter-place-block {
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 1290px) {
    .search-result .container {
        padding: 0 15px !important;
        /* margin-right: 15px;
        margin-left: 15px; */
    }
    .double-ticket {
        margin: 20px 0 !important;
    } 
    .plus-single {
        text-align: center;
        padding: 0;
    }
    .plus-block__circle {
        display: inline-block;
    }
}

.subtitle {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-top: 4px;
}

.tac {
    text-align: center;
}

.rate-block {
    padding-top: 40px;
    padding-bottom: 100px;
}

.table-flag {
    display: block;
    width: 40px;
    height: 30px;
    margin-right: 30px;
    -o-object-fit: cover;
       object-fit: cover;
}

.table-rate {
    font-size: 22px;
    font-weight: 500;
    margin-left: auto;
    width: 135px;
}

@media screen and (max-width: 690px) {
    .table-rate {
        font-size: 15px;
    }
}

@media screen and (max-width: 625px) {
    .table-flag {
        display: none;
    }
}

.table-title {
    font-size: 22px;
}

@media screen and (max-width: 690px) {
    .table-title {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .ticket-info-text-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
                justify-content: space-between;
    }
    .table-number {
        font-size: 14px !important;
    }
    .table-title {
        line-height: 19px;
        font-size: 14px;
    }
    .table-rate {
        line-height: 19px;
        font-size: 14px;
        text-align: right;
    }
    .rate-table-line {
        padding: 0 !important;
    }
    .table-rate {
        width: 100px !important;
    }
}

.table-number {
    font-size: 22px;
    margin-right: 30px;
    font-weight: 500;
    width: 15.48px;
}

@media screen and (max-width: 690px) {
    .table-number {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .table-number {
        margin-right: 13px;
    }
}

.rate-table-line {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    height: 70px;
    padding: 0 19px;
    border-bottom: 1px solid #F3F3F3;
}

.rate-table-line:last-child {
    border-bottom: none;
}

.rate-table {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 80px;
}

@media screen and (max-width: 815px) {
    .rate-table {
        width: 100%;
    }
}

.rate-table .rate-table-line:nth-child(2n) {
    background: #ffffff;
}

.footer {
    padding: 30px 0;
    background: #333;
}

.footer .nav a {
    color: #fff;
}

.footer .nav a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer .footer-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.copyright {
    font-size: 18px;
    color: #d8d3d3;
    text-align: center;
    margin-top: 27px;
}

.hit-label {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    left: 20px;
    top: 17px;
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

.hit-label img {
    margin-right: 20px;
}

.ticket-info-text {
    font-size: 14px;
    line-height: 19px;
    color: #292929;
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

.ticket-info-text img {
    margin-right: 20px;
}

.ticket-info-text-block {
    display: -webkit-box;
    display: flex;
    width: 100%;
    padding: 25px 20px 0 20px;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: 100%;
}

@media screen and (max-width: 580px) {
    .ticket-info-text-block {
        flex-wrap: wrap;
    }
}

.ticket-info-text-block form button {
    margin-right: 0;
    margin-left: 0;

}

.ticket-info-text-consent {
    border-radius: 5px;
    text-align: center;
}

.single-ticket-scroll {
    border-left: 1px solid #E4E4E4;
    width: 25%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-wrap: nowrap;
    -webkit-box-align: start;
            align-items: flex-start;
}

@media screen and (max-width: 800px) {
    .ticket-info-time {
        font-size: 27px;
    }
    .single-ticket-scroll {
        right: 35px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
    }
}

@media screen and (max-width: 1140px) {
    .single-ticket-scroll {
        position: relative;
        right: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
        /* text-align: center; */
    }
}

.single-ticket-scroll button {
    width: calc(100% - 40px);
    margin: 0 20px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    display: inline-block;
    border: none;
    outline: none;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding: 13px 0;
    background: #1E63A6;
    border-radius: 5px;
    margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
    .single-ticket-price,
    .single-ticket-place {
        font-size: 23px;
    }
}

@media screen and (max-width: 490px) {
    .single-ticket-price,
    .single-ticket-place {
        width: 100%;
        text-align: center;
    }
}

.single-ticket-btn {
    font-size: 25px;
    color: #fff;
    background: #48cd32;
    border: none;
    border-radius: 100px;
    padding: 10px 70px 10px 30px;
    outline: none;
    position: relative;
    margin-top: 20px;
}

@media screen and (max-width: 490px) {
    .single-ticket-btn {
        padding: 10px 0;
        text-align: center;
        width: calc(100% - 120px);
        margin: 20px 60px;
    }
}

.single-ticket-btn:before {
    width: 20px;
    height: 21px;
    background: url("/img/general/fly.png") no-repeat;
    position: absolute;
    content: '';
    right: 25px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.search-result .container {
    padding: 0;
}

.main-btn {
    margin-top: 30px !important;
    margin-bottom: -30px !important;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.lds-ripple {
    display: none;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #01b0dd;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.custom-checkbox input {
    opacity: 0;
    position: absolute;
}

.custom-checkbox-block {
    margin-top: 7px;
    display: -webkit-box;
    display: flex;
    height: 50px;
}

.popular-single.hit.hidden {
    display: none;
}

.ticket-info-places-mobile {
    display: none;
}

@media screen and (max-width: 800px) {
    .ticket-info-places-mobile {
        display: block;
    }
    .plus-single:nth-child(2) {
        border: none;
    }
    .popular-single {
        width: unset;
        height: 320px !important;
    }
    .popular-single {
        display: -webkit-box !important;
        display: flex !important;
    }
    
}

@media screen and (max-width: 956px) {
    .type-ticket-block {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.footer .burger-line {
    background: #fff;
}



@media screen and (max-width: 790px) {
    .subname-label {
        font-size: 14px;
    }
    .subname-to {
        font-size: 14px !important;
    }
    .custom-checkbox input:checked ~ label {
        padding: 15px 0 !important;
    }
    .custom-checkbox label {
        padding: 15px 0 !important;
    }
    #start_point {
        border-radius: 5px;
    }
    #end_point {
        border-radius: 5px !important;
        border-left: 1px solid #C4C4C4;
    }
}

.custom-checkbox label {
    color: #333333;
    text-align: center;
    cursor: pointer;
    background: #fff;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #D0D0D0;
    display: inline-block;
    height: 100%;
    padding: 14px 40px 0 40px;
}

@media screen and (max-width: 956px) {
    .custom-checkbox label {
        width: 100%;
        padding: 10px 20px;
        display: inline-block;
    }
}

.custom-checkbox label:hover {
    background: #1E63A6;
    color: #fff;
    border: 1px solid #1E63A6;
}

.custom-checkbox:first-child label {
    border-radius: 5px 0 0 5px;
}

.custom-checkbox:last-child label {
    border-radius: 0 5px 5px 0;
}

.custom-checkbox input:checked ~ label {
    background: #1E63A6;
    color: #fff;
    border: 1px solid #1E63A6;
}

.popup-navigation {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right bottom, from(#38516b), to(#1e71a8));
    background: linear-gradient(to right bottom, #38516b, #1e71a8);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    z-index: 10;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.popup-navigation.active {
    top: 0;
}

.popup-navigation a {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 50px;
}

.popup-navigation a:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 490px) {
    .popup-navigation a {
        margin-bottom: 30px;
        font-size: 24px;
    }
}

.cross {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.cross::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 40px;
    top: 23px;
    left: 0;
}

.cross::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 40px;
    top: 23px;
    left: 0;
}

.payemnt-title {
    font-weight: 600;
    text-align: left;
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 10px;
}

.payment-content {
    padding: 18px;
}

@media screen and (max-width: 650px) {
    .subtitle {
        font-size: 15px;
    }
    .payment-content {
        padding: 8px;
    }
}

.info-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.payment-block .information-people {
    font-size: 15px;
    color: #B5B5B5;
}

.payment-block .search-btn {
    padding: 13px 105px;
    margin: 20px 0;
}

.payment-block .information-people .bold-span {
    color: #333333;
}

.payment-column-flex > .information-people {
    color: #B5B5B5;
}

.information-payment-label + .information-people {
    margin-top: 10px;
}

.information-people {
    font-size: 16px;
    margin-bottom: 10px;
}

.information-people:last-child {
    margin-bottom: 0;
}

.payment-column-single .link-label {
    font-size: 18px;
    color: #B5B5B5;
    display: inline-block;
    margin-bottom: 0 !important;
    margin-top: 23px;
}

.payment-column {
    margin-top: 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 1090px) {
    .payment-column {
        display: block;
    }
}

.payment-column-single {
    padding: 19px;
    background: #fafafa;
    width: 48.5%;
}

@media screen and (max-width: 1090px) {
    .payment-column-single {
        width: 100%;
        margin-bottom: 15px;
    }

    .payment-column-single:last-child {
        margin-bottom: 0;
    }
}

.single-information {
    margin-top: 14px;
}

.single-information:first-child {
    margin-top: 0;
}

.payment-column-single .subname-label {
    margin-bottom: 7px;
}

.header-payment-column {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 14px;
    position: relative;
}

.header-payment-column:before {
    width: calc(100% + 38px);
    left: -19px;
    position: absolute;
    content: '';
    background: #fff;
    height: 10px;
    bottom: -17px;
}

.header-payment-column-title {
    width: 50%;
    font-size: 22px;
    font-weight: 600;
    color: #333333;
}

@media screen and (max-width: 1090px) {
    .header-payment-column-title {
        width: auto;
        display: inline-block;
        font-size: 20px;
    }
}

@media screen and (max-width: 470px) {
    .header-payment-column-title {
        display: block;
    }

    .header-payment-column-title:nth-child(2) {
        margin-top: 7px;
    }
}

.header-payment-column-title.full {
    width: 100%;
    margin-top: 25px;
}

.payment-block .subname-label {
    font-size: 15px;
    margin-bottom: 10px;
    color: #6C6C6C;
}

.bold-span {
    font-weight: 700;
}

.payment-block {
    margin-top: 12px;
}

.payment-btn {
    margin-top: 30px;
    width: 100% !important;
}

.always-link {
    position: relative;
    display: inline-block;
    color: #444444;
    font-size: 18px;
    color: #4F9DFF;
}

.always-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #4F9DFF;
}

.back-to-main {
    font-size: 14px;
    color: #6C6C6C;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.back-to-main-arrow {
    position: absolute;
    width: 21px;
    height: 1px;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.back-to-main-arrow:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #6C6C6C;
    left: 0px;
    top: 2.5px;
    border-radius: 10px;
}

.back-to-main-arrow:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #6C6C6C;
    left: 0px;
    top: -2.5px;
    border-radius: 10px;
}

.payment-ticket.double-ticket .single-ticket .top-line-ticket .top-line-single:nth-child(3) {
    top: 0;
}

@media screen and (max-width: 800px) {
    .payment-ticket.double-ticket .single-ticket .top-line-ticket .top-line-single:nth-child(3) {
        top: unset;
    }
}

.payment-ticket.double-ticket .single-ticket:last-child {
    padding-bottom: 25px;
}

.not-index-main .footer {
    margin-top: 0;
}

.white-wrapper {
    margin-top: 15px;
}

.people-content {
    padding-top: 0;
    padding-bottom: 35px;
}

@media screen and (max-width: 650px) {
    .plus-title {
        font-size: 20px;
    }
    .plus-desc {
        margin-top: 10px;
        font-size: 15px;
    }
}

.people-single {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    margin-top: 20px;
    padding: 20px;
    margin-bottom: 40px;
    /* width: 70%; */
}

.white-wrapper {
    width: 70%;
}

@media screen and (max-width: 650px) {
    .people-single {
        padding: 8px;
    }
}

.people-single-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 765px) {
    .desc-people span {
        font-size: 13px !important;
        margin-bottom: 10px !important;
    }
    .people-single-header {
        display: block;
        padding-bottom: 15px;
    }
}

.people-single-header-title {
    font-weight: 600;
    font-size: 16px;
}

.people-row {
    margin-top: 20px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.date-flex .item {
    color: #6C6C6C;
}

.date-flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    height: 40px;
    margin-top: 7px;
    width: 347px;
    border-radius: 5px;
    border: 1px solid #E4E4E4;
    margin-bottom: 3px;
}

@media screen and (max-width: 350px) {
    .search-btn {
        padding: 17px 60px;
    }
}
@media screen and (max-width: 790px) {
    .ticket-info-text__price-reserve {
        width: 100% !important;
        margin: 0 !important;
    }
    .sum {
        line-height: 24px !important;
    }
    .people-contact-title {
        width: 100% !important;
        font-weight: 20px;
        padding-bottom: 30px;
    }
    .custom-select .selectize-input {
        height: 40px !important;
        padding-top: 11px !important;
        margin-top: 7px !important;
        vertical-align: middle;
    }
    .date-flex {
        height: 40px !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 660px) {
    .people-content .search-btn {
        margin-top: 25px;
    }
    .contact-people {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    .people-single .contact-people label {
        width: 100%;
    }
    .people-single label {
        margin: 0 !important;
    }
    .custom-select .selectize-input {
        height: 40px !important;
        padding-top: 11px !important;
    }
    .date-flex {
        height: 40px;
        width: 100%;
    }
}

.reserve-ticket {
    margin-bottom: 31px !important;
}

@media screen and (max-width: 1170px) {
    .white-wrapper,
    .reserve-ticket {
        width: 60%;
    }
    /* .reserve-ticket {
        margin-bottom: 60px !important;
    } */
}

@media screen and (max-width: 860px) {
    .white-wrapper {
        width: 100%;
    }
}

.date-flex select {
    background: #fff;
    font-size: 18px;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    border-radius: 0;
    -webkit-appearance: none;
    border: none;
    height: 100%;
    outline: none;
}

.date-flex select:nth-child(1) {
    width: 54px;
    border-right: 1px solid #01b0dd;
}

@media screen and (max-width: 650px) {
    .date-flex select:nth-child(1) {
        width: 18%;
    }
}

.date-flex select:nth-child(2) {
    width: 129px;
    border-right: 1px solid #01b0dd;
}

@media screen and (max-width: 650px) {
    .date-flex select:nth-child(2) {
        width: 50%;
    }
}

.date-flex select:nth-child(3) {
    width: 84px;
}

@media screen and (max-width: 650px) {
    .date-flex select:nth-child(3) {
        width: 32%;
    }
}

.desc-people {
    margin-top: 15px;
}

.desc-people span {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #B5B5B5;
}

.desc-people span:last-child {
    margin-bottom: 0;
}

.circle-radio {
    width: 14px;
    height: 14px;
    border: 1px solid #14b4e8;
    border-radius: 50%;
    position: relative;
    margin-right: 8px;
}

.circle-radio::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #14b4e8;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
}

.sex-input:checked + label .circle-radio:before {
    opacity: 1;
}

.people-single-header-sex .subname-label {
    margin-right: 27px;
    display: none;
}

.label-sex {
    margin-right: 22px;
    cursor: pointer;
}

.label-sex:last-child {
    margin-right: 0;
}

.title-radio {
    font-size: 24px;
    font-weight: 700;
}

.people-contact-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    border-top: 1px solid #C4C4C4;
    padding-top: 30px;
    width: calc(100% - 240px);
    margin: 0 auto; 
}

.not-main-page,
.static-block-padding {
    padding-bottom: 57px;
}

.sum {
    font-size: 22px;
    text-align: center;
    line-height: 38px;
    color: #333333;
    font-weight: 700;
}

.color-sum {
    font-weight: 600;
    font-size: 20px;
    color: #1E63A6;
}

.accept-btn {
    margin-top: 20px !important;
}

@media screen and (max-width: 400px) {
    .accept-btn {
        width: 100%;
        padding: 11px 0;
    }
}

.date-flex .selectize-input > input {
    position: absolute !important;
    opacity: 0 !important;
}

.date-flex .selectize-control.single .selectize-input:after {
    right: 10px;
}

.date-flex .selectize-input {
    box-shadow: none;
}

.date-flex .selectize-control .item {
    font-size: 16px;
    padding-top: 5px;
}

.date-flex .selectize-control:nth-child(2) {
    height: 100%;
    border-right: 1px solid #E4E4E4 !important;
    background: #fff;
    border-radius: 5px 0 0 5px;
}

.date-flex .selectize-control:nth-child(2) .selectize-input {
    border-radius: 5px 0 0 5px;
    border: none;
    outline: none;
    text-align: center;
    padding-right: 10px;
    width: 50px;
    height: 100%;
}

.ait-title {
    font-size: 12px;
    line-height: 16px;
    color: #6C6C6C;
    display: inline-block;
    margin-left: 10px;
}

.air-title-single {
    text-align: center;
    /* width: 100px; */
    /* margin-top: 15px; */
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding-right: 30px;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
    background: transparent;
}

.date-flex .selectize-control:nth-child(4) {
    height: 100%;
    border-right: 1px solid #E4E4E4 !important;
    background: #fff;
}

@media screen and (max-width: 650px) {
    .date-flex .selectize-control:nth-child(4) {
        width: 50%;
        padding-top: 0px;
    }
}

.date-flex .selectize-control:nth-child(4) .selectize-input {
    border: none;
    outline: none;
    text-align: center;
    padding-right: 15px;
    width: 105px;
    height: 100%;
}

.date-flex .selectize-control:nth-child(6) {
    height: 100%;
    background: #fff;
    border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 650px) {
    .date-flex .selectize-control:nth-child(6) {
        width: 32%;
        padding-top: 0px;
    }
}

@media screen and (max-width: 650px) {
    .order-input-number {
        margin-bottom: 18px;
    }
}

.date-flex .selectize-control:nth-child(6) .selectize-input {
    border-radius: 0 5px 5px 0;
    border: none;
    outline: none;
    text-align: center;
    padding-right: 20px;
    width: 80px;
    height: 100%;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    font-size: 16px;
    cursor: pointer;
}

.custom-select .selectize-input {
    border-radius: 5px;
    width: 240px;
    height: 40px;
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    font-size: 16px;
    color: #6C6C6C;
    outline: none;
    margin-top: 10px;
    padding-left: 15px;
    box-shadow: unset;
}

.custom-select .selectize-control {
    height: 50px;
}

.people-single input {
    width: 240px;
}

.selectize-dropdown .option, .selectize-dropdown .optgroup-header {
    padding: 10px 8px;
}

.main-block .single-ticket-price-block {
    z-index: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    margin-top: 0px;
}

.main-block .top-line-ticket {
    max-width: 555px;
}

@media screen and (max-width: 650px) {
    .main-block .top-line-ticket {
        margin: 0 auto;
    }
}

.main-block .ticket-cost {
    width: 100%;
    font-size: 30px;
}

.main-block .date-flex {
    width: 240px;
}

@media screen and (max-width: 660px) {
    .main-block .selectize-control.single .selectize-input:after {
        right: 8px;
    }
}

@media screen and (max-width: 660px) {
    .people-row {
        margin-top: 0;
    }
}

@media screen and (max-width: 660px) {
    .date-flex {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 660px) {
    .custom-select {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 800px) {
    .main-block .top-line-ticket {
        max-width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .people-content .row .order-input-text {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 660px) {
    .people-content .row .order-input-text {
        margin-bottom: 18px !important;
    }
}

.static-block {
    width: 1078px;
    background: #ffffff;
    border-radius: 6px;
    margin-top: 21px;
    margin-bottom: 57px;
    padding: 30px;
}

@media screen and (max-width: 1140px) {
    .static-block {
        width: 100%;
    }
}

.static-block__title {
    font-size: 30px;
    font-weight: 700;
    color: #1E63A6;
    line-height: 26px;
}

@media screen and (max-width: 1185px) {
    .static-block__title {
        font-size: 26px;
    }
}

@media screen and (max-width: 790px) {
    .date-flex .selectize-control .item {
        padding-top: 4px;
    }
    .selectize-input {
        padding: 9px 17px;
    }
    .custom-checkbox input:checked ~ label {
        padding: 11px 20px;
    }
    .static-block__title {
        font-size: 21px;
    }
}

.static-block {
    padding: 20px;
}

.static-block__title a {
    color: #1E63A6;
}

.static-block__description {
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0;
    display: inline-block;
}

@media screen and (max-width: 1185px) {
    .static-block__description {
        font-size: 15px;
        margin: 10px 0;
    }
}


.static-block__before-list {
    font-size: 18px;
    margin: 20px 0 10px;
    line-height: 26px;
}

@media screen and (max-width: 1185px) {
    .static-block__before-list {
        font-size: 15px;
        margin: 10px 0 5px 0;
    }
}

.static-block__list {
    font-size: 17px;
}

.static-block__list ul {
    list-style: none;
    margin: 0;
    padding-left: 17px;
    margin-top: 10px;
}

.static-block__list {
    margin-top: 40px;
}

@media screen and (max-width: 1185px) {
    .static-block__list ul {
        padding-left: 15px;
    }
}

.static-block__list li {
    position: relative;
    margin: 5px 0;
    line-height: 24px;
}

@media screen and (max-width: 1185px) {
    .static-block__list li {
        font-size: 15px;
    }
}

.static-block__list li:before {
    position: absolute;
    content: '';
    background: #1E63A6;
    width: 7px;
    height: 7px;
    left: -18px;
    border-radius: 100%;
    top: 7px;
}

.static-block__before-call {
    font-size: 22px;
    margin: 20px 0 15px 0;
}

@media screen and (max-width: 1185px) {
    .static-block__before-call {
        font-size: 19px;
        margin: 10px 0;
    }
}

.static-block__call-title {
    font-size: 18px;
}

@media screen and (max-width: 1185px) {
    .static-block__call-title {
        font-size: 15px;
    }
}

.static-block__call-number a {
    font-size: 18px;
    color: #01b0dd;
    margin: 5px 0 15px 0;
    display: inline-block;
}

@media screen and (max-width: 1185px) {
    .static-block__call-number a {
        font-size: 15px;
    }
}

.static-block__email {
    font-size: 18px;
}

@media screen and (max-width: 1185px) {
    .static-block__email {
        font-size: 15px;
    }
}

.static-block__email a {
    color: #01b0dd;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert ul {
    list-style: none;
    padding: 0 15px;
}

.ticket-info-charter-poopup.active {
    opacity: 1;
    pointer-events: unset;
}

.ticket-info-charter-poopup {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    background: #fff;
    z-index: 3;
    font-size: 14px;
    width: 310px;
    border-radius: 3px;
    left: -111px;
    top: 45px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    z-index: 2;
}

.ticket-info-charter-poopup-square {
    width: 20px;
    height: 20px;
    background: #fff;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: -10px;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.ticket-info-charter-poopup ul {
    padding-left: 16px;
    margin: 0;
    margin-top: 10px;
    text-align: left;
}

.ticket-info-charter-poopup.active {
    opacity: 1;
    pointer-events: unset;
}

.ticket-info-charter {
    position: relative;
}

.ticket-info-svg {
    cursor: pointer;
    margin-right: 10px;
    margin-left: -19px;
    width: 13px;
    height: 13px;
    display: inline-block;
}

hr {
    display: none;
}

.hidden-tickets {
    display: none;
}

@media screen and (max-width: 480px) {
    .header-payment-column-title {
        white-space: nowrap;
    }
    .tac-wrapper .search-btn {
        width: unset !important;
    }
    .single-ticket-scroll form {
        padding-bottom: 0 !important;
    }
    .single-ticket-scroll button {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .payment-column-flex .subname-label {
        font-size: 16px;
    }
    .ticket-info-text__price-reserve {
        padding: 15px 0 !important;
        font-size: 20px !important;
    }
    .payment-column-single {
        padding-top: 10px;
    }
    .otherpage__columns {
        padding: 12px !important;
    }
    .header-payment-column:before {
        bottom: 9px !important;
    }
    .header-payment-column-title.full {
        overflow: hidden;
        width: 100% !important;
        white-space: nowrap;
    }
    .header-payment-column {
        padding-bottom: 30px !important;
    }
    .header-payment-column-title {
        text-align: center;
        margin-top: 0 !important;
        font-size: 14px !important;
        width: 50% !important;
    }
    .always-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .people-content .color-sum {
        font-size: 20px !important;
    }
}

#slider {
    width: 200px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -10px !important;
}

.noUi-connect {
    background: #1E63A6 !important;
}

.noUi-target {
    background: #e5e5e5;
}

.noUi-touch-area {
    cursor: pointer;
}

.noUi-connects {
    background: #dedede;
}

#slider {
    margin-top: 25px;
    width: 100%;
}

.noUi-tooltip {
    font-size: 14px;
    padding: 0 !important;
    border: none !important;
}

.ui-autocomplete-loading ~ .loader {
    width: 50px;
    height: 50px;
    background: url(../img/general/loading1.svg);
    background-size: cover;
    position: absolute;
    right: 15px;
    top: 31px;
}

.start-point-label,
.end-point-label {
    position: relative;
}

.order-input-date {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #D0D0D0;
    cursor: pointer;
    -webkit-transition: 0.2s ease background;
    transition: 0.2s ease background;
}

.order-input-text:hover ~ .order-input-date {
    background: rgb(241, 241, 241);
}

.order-input-date img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.row-order label {
    position: relative;
}

.subname-to {
    font-size: 15px;
}

#return_date {
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.single-ticket-scroll button:hover {
    background: #2D5F8F;
}

.ticket-info-text__price-reserve {
    width: calc(100% - 100px);
    padding: 31px;
    margin: 0 50px;
    font-weight: 600;
    font-size: 30px;  
    color: #333333;
    border-top: 1px solid #C4C4C4;
}

.ticket-info-text__price-reserve span {
    color: #4F9DFF;
}

@media screen and (max-width: 790px) {
    .spinners .spin-single{
        width: 30% !important;
    }
    #searchform .row-order {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    .order-input-spinner {
        width: 86% !important;
    }
    .spinner {
        width: 100% !important;
    }
    .spinners {
        text-align: center;
        margin-top: 10px;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
                flex-direction: row !important;
    }
}

@media screen and (max-width: 590px) {
    .popular-single {
        margin: 0 10px !important;
    }
}

@media screen and (max-width: 590px) {
    .order-input-spinner {
        width: 83% !important;
    }

    .spinners .spin-single:first-child {
        margin-top: 10px !important;
    }

    .spinners .spin-single {
        width: 100% !important;
        margin: 0 !important;
    }

    .spinners {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
                flex-direction: column !important;
    }
    .spinner {
        height: 40px !important;
    }
}

@media screen and (max-width: 1170px) {
    /* .popular-place-block .search-btn {
        margin-top: 80px !important;
    } */
    .not-main-page,
    .static-block-padding {
        padding-bottom: 0;
    }
    /* .payment-block {
        margin-top: 20px;
    }
    .ticket-info-text-block {
        border-top: 1px solid #C4C4C4;
    }
    .single-ticket-wrapper {
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 20px;
    }
    .ticket-info-text__price-reserve {
        border: 0;
    }
    .single-ticket-scroll {
        width: 100% !important;
        border-left: 0;
    }
    .single-flex {
        width: 100% !important;
    }
    .ticket-info-text-block {
        flex-direction: row;
    }
    .ticket-info-text-block {
        padding: 30px 50px 0 50px;
    }
    .single-ticket-scroll form {
        padding: 20px 50px 50px 50px;
    } */
}  

@media screen and (max-width: 1160px) {
    .people-single {
        padding: 20px;
    }
    .ticket-info-text__price-reserve {
        padding: 20px 0;
        font-size: 25px;
    }
    .single-ticket-scroll form {
        padding-left: 0;
        padding-right: 0;
    }
    .ticket-info-text-block {
        /* padding: 0 !important; */
        -webkit-box-pack: start;
                justify-content: flex-start;
        /* align-items: center; */
    }
    .search-result .single-ticket {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .ticket-info-text-block {
        padding-top: 20px !important;
    }
    .double-ticket .single-ticket:nth-child(2) .ticket-btn {
        bottom: -71px;
        top: unset;
        right: unset !important;
    }
}

.ticket-info-trade span {
    margin-left: 5px;
    display: inline-block;
}

.ticket-info-return span {
    margin-left: 5px;
    display: inline-block;
}

.ticket-info-charter span {
    margin-left: 5px;
    display: inline-block;
}

.bottom-line-ticket .ticket-info-text:last-child {
    margin-bottom: 0 !important;
}

.ticket-info-places {
    font-size: 15px;
    margin-bottom: 0;
    margin-left: 30px;
    -webkit-box-align: center;
            align-items: center;
}

.payment-column-flex .subname-label {
    font-size: 18px;
}

@media screen and (max-width: 580px) {
    .always-link {
        font-size: 14px;
    }
    .information-people {
        font-size: 14px;
    }
    .payment-column-flex .subname-label {
        font-size: 16px;
    }
    .payemnt-title,
    .color-sum,
    .info-title {
        font-size: 16px;
    }
    .back-to-main {
        margin-bottom: 10px !important;
    }
    .not-index-main .title {
        font-size: 18px !important;
    }
    .order-input-text-description {
        margin-bottom: 10px;
    }
    .people-single {
        margin-bottom: 30px !important;
    }
    .order-input-text,
    .selectize-input > div {
        font-size: 15px !important;
    }
    .people-single-header {
        padding-bottom: 10px !important;
    }
    .people-single {
        padding: 15px 10px !important;
    }
    .not-main-page .people-single .subname-label {
        color: #333333;
        font-size: 14px !important;
    }
    .people-content .row label {
        width: 100% !important;
    }
    .people-contact-title {
        display: none;
    }
}

.people-content .row .order-input-text,
.custom-select,
.date-flex {
    margin-bottom: 18px !important;
}

.ticket-none-result {
    font-size: 20px;
    padding: 40px 15px;
    text-align: center;
    font-weight: 600;
}

.site-error {
    height: 100%;
    
}

.site-error p {
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: 700 !important;
}

.site-error h1 {
    font-size: 60px;
    color: #fff;
    text-align: center;
    font-weight: 700 !important;
    margin-top: 130px;
    margin-bottom: 50px;
}

.site-error .alert {
    border: 0 !important;
}

.error-page footer {
    display: none;
}

.error-page-background .main-block {
    height: 100vh;
    background:-webkit-gradient(
        linear, 
        left top, left bottom, 
        from(rgba(0, 0, 0, 0.5)), 
        to(rgba(0, 0, 0, 0.5))
      ), url(../img/general/background.jpg);
    background:linear-gradient(
        rgba(0, 0, 0, 0.5), 
        rgba(0, 0, 0, 0.5)
      ), url(../img/general/background.jpg);
}

@media screen and (max-width: 840px) {
    .site-error h1 {
        font-size: 40px !important;
        margin-top: 70px !important;
        margin-bottom: 40px !important;
    }
    .site-error p {
        font-size: 20px !important;
    }
}

.site-error .alert-danger {
    background: transparent;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.static-block__title a {
    color: #1E63A6;
}

.people-content input::-webkit-input-placeholder {
    color: #B5B5B5 !important;
}

.people-content input::-moz-placeholder {
    color: #B5B5B5 !important;
}

.people-content input:-ms-input-placeholder {
    color: #B5B5B5 !important;
}

.people-content input::-ms-input-placeholder {
    color: #B5B5B5 !important;
}

.people-content input::placeholder {
    color: #B5B5B5 !important;
}

.plus-block__circle {
    width: 80px;
    height: 80px;
    background: #1E63A6;
    border-radius: 100%;
    position: relative;
}

.plus-block__circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}


@media only screen and (max-width: 1600px) {
    .plus-block:before {
      top: -190px;
    }
}

.plus-block {
    position: relative;
    z-index: 1;
}

.plus-block__hidden-img {
    position: absolute;
    right: -50px;
    pointer-events: none;
}

.plus-block__hidden-img:first-child {
    top: -435px;
    z-index: 2;
    pointer-events: none;
}

.plus-block__hidden-img:nth-child(2) {
    top: -230px;
    pointer-events: none;
}

.plus-block__question {
    position: absolute;
    top: -144px;
    left: 122px;
    z-index: -1;
}

.plus-block__question span {
    font-family: Open Sans;
    color: #F7F7F7;
    font-weight: 800;
}

.plus-block__question span:nth-child(1) {
    font-size: 120px;
    position: absolute;
    top: 45px;
    left: -73px;
}

.plus-block__question span:nth-child(2) {
    font-size: 200px;
}

.plus-block__question span:nth-child(3) {
    font-size: 100px;
    position: absolute;
    top: 85px;
    right: -55px;
}

.popular-place-block__hidden-img {
    position: absolute;
    right: -125px;
    top: -135px;
}

.search-result .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
}

.search-result.unactive {
    padding: 0;
}

.search-result__left {
    width: 300px;
    border: 1px solid #DDE3EB;
    border-radius: 5px;
    padding: 20px;
    height: 100%;
}

.search-result__right {
    width: calc(100% - 340px);
}

.result-cities {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    margin-right: 90px;
}

.result-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.filters__title {
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}

.filters__title span {
    font-size: 14px;
    color: #6C6C6C;
    cursor: pointer;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.filters__title span:hover {
    color: rgb(68, 68, 68);
}

.filters__filter-block-title {
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.filters__filter-block-check label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

.filters__radio-box {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    position: relative;
    margin-right: 20px;
}

.filters__radio-box img {
    opacity: 0;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.filters__filter-block-check input {
    display: none;
}

.filters__filter-block-check input:checked + .filters__radio-box {
    background: #1E63A6;
    border: 1px solid #1E63A6;
}

.filters__filter-block-check input:checked + .filters__radio-box img {
    opacity: 1;
}

.filters__filter-block-check {
    margin-bottom: 10px;
}

.filters__filter-block-check:last-child {
    margin-bottom: 0;
}

.filters__filter-block-check label {
    cursor: pointer;
}

.filters__filter-block {
    position: relative;
    margin-top: 20px;
}

.ticket-info-text-flex {
    width: 80px;
    display: inline-block;
}

.text-old-price {
    font-size: 16px;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
    color: #C4C4C4;
    padding: 0 20px;
    margin-top: 5px;
}

.ticket-info-handluggage,
.ticket-info-luggage {
    color: #333333;
    margin-bottom: 0;
}

.bottom-line-ticket {
    display: -webkit-box;
    display: flex;
    margin-top: 20px;
}

.ticket-bottom-wrapper {
    padding: 12px 15px 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    background: rgba(30, 99, 166, 0.1);
    border-radius: 5px;
    color: #1E63A6;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    margin-top: 20px;
}

.ticket-bottom-wrapper img {
    margin-right: 15px;
}

.text-price {
    padding: 0 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    color: #1E63A6;
}

.ticket-info-buy-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
    align-self: flex-end;
}

/* .single-ticket-wrapper:nth-child(1) {
    margin-top: 20px !important;
} */

.ticket-info-handluggage img,
.ticket-info-luggage img {
    margin-right: 15px;
}

.ticket-info-luggage {
    margin-right: 50px;
}

.ticket-info-charter-poopup li {
    position: relative;
}

.ticket-info-charter-poopup > div {
    padding: 20px;
}

.ticket-info-charter-poopup li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #C4C4C4;
    left: -16px;
    top: 6px;
}

.ticket-info-charter-poopup ul {
    list-style: none;
}

.ticket-info-charter-poopup-list {
    padding: 15px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.bottom-line-ticket .ticket-info-text {
    font-size: 14px;
}

.ticket-info-places-mobile {
    padding: 0 20px;
    height: 30px;
}

.filters__submit-btn {
    background: #1E63A6;
    border-radius: 4px;
    padding: 12px 0;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.filters__submit-btn:hover {
    background: #2D5F8F;
}

.tickets-container {
    position: relative;
}

#slider1 {
    margin-top: 50px;
}

.filters__time-start-label,
.filters__time-end-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
}

.filters__time-end-label {
    margin-top: 20px;
}

.filters__label-name {
    width: 100%;
    margin-bottom: 10px;
}

#slider2,
#slider3 {
    margin-top: 10px;
}

.noUi-horizontal .noUi-tooltip {
    bottom: 180% !important;
}

.noUi-horizontal {
    height: 4px !important;
}

.ticket-fixed-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.ticket-fixed-block {
    padding: 20px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 5;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    right: 0;
    top: 15px;
    width: 300px;
    margin-left: 40px;
    height: 100%;
}

@media screen and (max-width: 860px) {
    .ticket-fixed-block {
        height: 49px;
    }
}

.accept-ticket {
    width: 100%;
}

.ticket-main-container {
    /* display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between; */
    width: 70%;
}

@media screen and (max-width: 1200px) {
    .ticket-main-container {
        width: 60%;
    }
}

@media screen and (max-width: 860px) {
    .ticket-main-container {
        width: 100%;
    }
    .submit-block {
        display: none;
    }
}

.wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.ticked-fixed-info {
    padding: 10px 20px;
    font-size: 14px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.ticket-fixed-sum > div {
    padding-left: 21px !important;
}

.ticked-fixed-info:nth-child(odd) {
    background: #FCFCFC;
}

.reserve-ticket {
    display: block;
    /* width: 70%; */
    margin-top: 0 !important;
    box-shadow: none;
}

.reserve-ticket:first-child {
    margin-top: 0 !important;
}

.reserve-ticket .single-ticket {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    padding: 20px;
}

.reserve-ticket .single-flex {
    padding: 0 !important;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.reserve-ticket .single-ticket .air-title-single {
    top: 15px !important;
    right: 15px !important;
}

.ticket-fixed-sum {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #E4E4E4), color-stop(0%, rgba(255,255,255,0)));
    background-image: linear-gradient(to right, #E4E4E4 33%, rgba(255,255,255,0) 0%);
    background-size: 15px 1px;
    background-repeat: repeat-x;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.ticket-fixed-sum span {
    font-size: 24px;
    font-weight: 600;
    margin-left: 10px;
}

.category-title {
    font-size: 20px;
    font-weight: 600;
}

.birthday-flex .selectize-input {
    padding: 5px 0;
}

/* .filters__filter-block-info {
    padding: 0 10px;
} */

.filters__name .filters__filter-block-info {
    display: none;
}

.tickets-zero {
    margin-top: 50px;
    display: none;
    text-align: center;
}

.tickets-zero span:nth-child(3) {
    font-size: 36px;
    font-weight: 600;
    display: inline-block;
    margin-top: 55px;
}

.tickets-zero span:nth-child(5) {
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}

.people-luggage-info {
    margin-top: 7px;
    font-size: 16px;
    color: #686868;
    position: relative;
}

.people-luggage-info:before {
    content: '';
    position: absolute;
    background: #55CE2A;
    width: 2px;
    height: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: -15px;
    top: 4px;
}

.people-luggage-info:after {
    content: '';
    position: absolute;
    background: #55CE2A;
    width: 2px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: -20px;
    top: 7px;
}

.people-luggage-info:first-child {
    margin-top: 0;
}

.people-luggage-info span {
    color: #333333;
    font-weight: 600;
}

.people-luggage-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #E4E4E4), color-stop(0%, rgba(255,255,255,0)));
    background-image: linear-gradient(to right, #E4E4E4 33%, rgba(255,255,255,0) 0%);
    background-size: 15px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 25px;
}

.people-luggage-info-block {
    width: 80%;
}

.people-luggage-bottom {
    padding-top: 20px;
}

.people-luggage-bottom-city {
    font-weight: 600;
    font-size: 16px;
}

.people-luggage-bottom-peoples {
    margin-top: 15px;
    font-size: 16px;
}

.people-luggage-bottom-peoples > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    
    width: 240px;
    background-color: #1E63A6;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.people-luggage-bottom-peoples > div:hover,
.people-luggage-bottom-peoples > div:active {
    background-color: #2D5F8F;
}

.lagguage-info {
    color: #fff;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.add-lagguge {
    padding-top: 9px;
    padding-bottom: 9px;
    margin: 0 auto;
}

.luggage-single {
    padding: 30px 30px 15px 30px;
    margin-bottom: 20px;
}

.not-index-main .search-btn {
    width: 70%;
}

.people-single .people-single-header:first-child {
    background-image: unset;
    margin-top: 0;
    padding-top: 0;
}

.people-single .people-single-header {
    padding-top: 20px;
    margin-top: 5px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #E4E4E4), color-stop(0%, rgba(255,255,255,0)));
    background-image: linear-gradient(to right, #E4E4E4 33%, rgba(255,255,255,0) 0%);
    background-size: 15px 1px;
    background-repeat: repeat-x;
}

.information-payment-label {
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

.payment-column-single .information-people {
    margin-top: 10px;
    font-size: 18px;
}


.information-people span {
    font-weight: 600;
    font-size: 16px;
}

.people-single .desc-people {
    margin-top: 5px;
}

.accept-block .otherpage__columns {
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid #DDE3EB;
    border-radius: 5px;
}

.submit-block {
    margin-top: 20px;
    padding: 25px 30px;
    background: #FFFFFF;
    border: 1px solid #DDE3EB;
    border-radius: 5px;

}

.submit-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

.submit-wrapper span {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #292929;
    margin-right: 20px;
    font-family: 'Open Sans';
}

.submit-wrapper .payment-btn{
    width: 270px !important;
    margin-top: 0;

}

.submit-wrapper .search-btn {
    padding: 12px 40px !important;
}

.payemnt-title .color-sum {
    margin-top: 10px;
    display: inline-block;
}

@media screen and (max-width: 1070px) {
    .order-block {
        width: 100%;
    }
    .start-point-label,
    .end-point-label {
        width: 50%;
    }
    #end_point {
        border-radius: 0 3px 3px 0;
    }
    .start-point-label {
        -webkit-box-ordinal-group: 2;
                order: 1;
    }
    .end-point-label {
        -webkit-box-ordinal-group: 3;
                order: 2;
    }
    .checkbox-label {
        -webkit-box-ordinal-group: 4;
                order: 3;
    }
    .type-ticket-block {
        -webkit-box-ordinal-group: 5;
                order: 4;
        margin-bottom: 20px;
    }
    .date-header-flex {
        -webkit-box-ordinal-group: 6;
                order: 5;
        width: 64% !important;
        margin-bottom: 20px;
    }
    .spin-single:nth-child(7) {
        -webkit-box-ordinal-group: 7;
                order: 6;
    }
    .spin-single:nth-child(8) {
        -webkit-box-ordinal-group: 8;
                order: 7;
    }
    .spin-single:nth-child(9) {
        -webkit-box-ordinal-group: 9;
                order: 8;
    }
    .main-order-btn {
        -webkit-box-ordinal-group: 10;
                order: 9;
    }
    .custom-checkbox label {
        padding: 14px 30px;
    }
    #start_date {
        border-left: 1px solid #C4C4C4;
        border-radius: 5px 0 0 5px;
    }
    #check_end + label {
        margin: 20px 0;
    }
    .main-order-btn {
        padding: 15px 0;
        text-align: center;
        width: 25%;
    }
    .custom-checkbox-block {
        margin-top: 10px;
    }
}

.date-header-flex {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    width: 40%; 
}

.start-point-label,
.end-point-label,
.date-header-flex {
    margin-bottom: 20px;
}

@media screen and (max-width: 790px) {
    .date-header-flex {
        margin-bottom: -10px;
    }
    .start-point-hidden .datepicker--pointer,
    .end-point-hidden .datepicker--pointer {
        bottom: -12px;
    }
    .date-header-flex {
        width: 100% !important;
    }
    .type-ticket-block {
        width: 100%;
        -webkit-box-ordinal-group: 4 !important;
                order: 3 !important;
    }
    .type-ticket-block .subname-label {
        display: none;
    }
    .custom-checkbox-block {
        margin-top: 0 !important;
    }
    .checkbox-label {
        -webkit-box-ordinal-group: 5 !important;
                order: 4 !important;
    }
    .custom-checkbox {
        width: 50%;
    }
    .airplane-img {
        display: none;
    }
    #searchform .row-order label {
        width: 100%;
    }
    .order-input-text {
        width: 100% !important;
    }
    .order-input-date {
        width: 40px !important;
        height: 40px !important;
    }
    .plus-block {
        padding-top: 50px;
    }
    #searchform {
        padding: 10px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    }
    .spin-single .subname-label {
        margin-top: 10px;
    }

    .spin-single:first-child {
        margin-top: 0;
    }
    #searchform .main-order-btn {
    width: calc(100% - 30px) !important;
    position: absolute;
    bottom: 22px;
    left: 15px;
    }

}

.popular-place-block .container {
    padding: 0;
}

.index-main {
    overflow:hidden;
}

@media screen and (max-width: 500px) {
    .search-result__left.active {
        right: 0 !important;
    }
    .top-line-ticket {
        display: none;
    }
    .search-result__left {
        width: 100% !important;
    }
    .rate-block .search-btn {
        margin-top: 15px;
        width: calc(100% - 30px);
    }
    .single-flex {
        padding: 15px !important;
        padding-top: 0 !important;
    }
    .ticket-info-single {
        width: 70px !important;
    }
    .popular-tickets {
        font-size: 14px;
        margin-top: 5px;
    }
    .popular-title {
        font-size: 18px;
    }
    .popular-single__image {
        margin-bottom: 10px;
    }
    h2 {
        font-size: 18px;
    }
    .plus-block {
        padding-top: 30px;
    }
    .plus-title {
        font-size: 18px;
        margin-top: 15px;
    }
    .plus-desc {
        font-size: 14px;
        line-height: unset;
    }
    .main-top-line-ticket {
        margin-top: 0 !important;
    }
    .popular-place-block {
        margin-top: 100px !important;
    }
    .search-btn{
        width: 100%;
        margin: 0 15px;
    }
}

@media screen and (max-width: 800px) {
    .popular-place-block h2 {
        margin-left: 15px;
    }
    .search-result__right {
        width: 70%;
        margin-right: 15px;
    }
    .search-result__left {
        width: 25%;
    }
    .search-result {
        padding-top: 20px !important;
    }
    .ticket-info-buy-block {
        width: unset;
    }
    .ticket-info-places-mobile {
        height: unset;
    }
    .ticket-info-text-block .ticket-info-text {
        margin-right: 70px !important;
    }
    .single-ticket-scroll {
        border: none;
        border-top: 1px solid #E4E4E4;
        padding-bottom: 20px;
    }
    .ticket-info-text-block {
        padding: 0 20px 30px 20px !important;
        -webkit-box-pack: start;
                justify-content: flex-start;
    }
    .popular-single {
        margin: 0 25px !important;
    }
    .single-ticket-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    .ticket-info-text-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
    }
    .single-ticket-scroll {
        width: unset;
    }
    .single-ticket-scroll button {
        width: 250px;
    }
    .single-ticket-scroll {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
                flex-direction: unset;
        flex-wrap: wrap;
        -webkit-box-pack: start;
                justify-content: flex-start;
    }
    .ticket-info-text-block {
        width: 100%;
    }
    .ticket-info-places-mobile {
        -webkit-box-ordinal-group: 3;
                order: 2;
    }
    .text-old-price {
        -webkit-box-ordinal-group: 3;
                order: 2;
        padding: 0 !important;
        margin: 0 !important;
        padding-left: 20px !important;
    }
    .text-price {
        -webkit-box-ordinal-group: 2;
                order: 1;
        padding: 0 !important;
    }
    .ticket-info-buy-block {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
                flex-direction: row !important;
        -webkit-box-align: center;
                align-items: center;
        flex-wrap: wrap;
    }
    .single-ticket-wrapper,
    .single-ticket-scroll form {
        padding: 0 !important;
    }
    .single-ticket-scroll button {
        margin-bottom: 0;
    }
    .ticket-info-places-mobile {
        padding: 0 !important;
        margin: 0 !important;
        margin-left: 50px !important;
    }
    .ticket-info-text-block {
        border: none;
    }
    .single-ticket-scroll button {
        font-size: 18px;
    }
    .fly-time-hidden {
        padding-top: 10px;
        display: none;
    }
    /* .fly-time {
        display: none;
    } */
    .ticket-line {
        text-align: center;
    }
    .single-flex {
        width: 100% !important;
    }
    .ticket-info-places {
        display: none !important;
    }
    .ticket-info-text-block .ticket-info-text {
        margin-top: 15px;
        margin-bottom: 0 !important;
    }
    .main-line-ticket {
        padding-right: 0;
    }
    .ticket-bottom-wrapper {
        margin-right: 0;
    }
}

@media screen and (max-width: 580px) {
    .ticket-info-text-block .ticket-info-text {
        margin-right: 15px !important;
    }

    .ticket-info-text-block .ticket-info-text:last-child {
        margin-right: 0 !important;
    }

    .ticket-info-text-block {
        -webkit-box-pack: justify;
                justify-content: space-between;
        flex-wrap: wrap;
    }
    .bottom-line-ticket {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
                justify-content: space-between;
    }
    .ticket-info-luggage {
        margin-right: 0;
    }
}

.fly-time-hidden {
    display: none;
}

@media screen and (max-width: 800px) {
    .ticket-info-places-mobile {
        -webkit-box-ordinal-group: unset;
                order: unset;
        margin-left: 15px !important;
        width: 100%;
        text-align: left;
        margin-bottom: 15px !important;
    }
    .ticket-info-text-block {
        padding: 0 15px 15px 15px !important;
    }

    .ticket-info-text-block .ticket-info-text {
        margin-bottom: 0 !important;
    }
    .single-ticket-scroll button {
        margin: 0 15px !important;
    }
    .single-ticket-scroll {
        padding-left: 5px !important;
        padding-bottom: 15px !important;
    }
}

@media screen and (max-width: 768px) {
    .ticket-info-charter-poopup {
        left: 0;
    }
}

@media screen and (max-width: 600px) {
    .datepicker {
        left: 50% !important;
        -webkit-transform: translate(-50%, 0) !important;
                transform: translate(-50%, 0) !important;
    }
    .datepickers-container > .datepicker:nth-child(2) .datepicker--pointer {
        left: unset !important;
        right: 30px !important;
    }
    .datepickers-container > .datepicker:nth-child(1) .datepicker--pointer {
        left: 30px !important;
    }
}


@media screen and (max-width: 580px) {
    .ticket-info-buy-block {
        width: 100% !important;
    }
    .payment-column-single .information-people {
        font-size: 16px;
    }
    /* .ticket-info-places-mobile {
        order: 2 !important;
    } */
    .ticket-info-buy-block form {
        -webkit-box-ordinal-group: 4;
                order: 3;
    }
    .ticket-info-buy-block {
        flex-wrap: wrap;
    }
    .text-old-price {
        -webkit-box-ordinal-group: 3;
                order: 2;
        width: 40%;
        text-align: left;
        white-space: nowrap;
    }
    .text-price {
        -webkit-box-ordinal-group: 2;
                order: 1;
        margin-left: 15px;
        margin-bottom: 0;
        text-align: left;
        white-space: nowrap;
    }
    .single-ticket-scroll button {
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 580px) {
    .ticket-info-text {
        font-size: 14px !important;
    }
    .subtitle-ticket {
        font-size: 12px;
    }
    .top-line-single:last-child {
        margin-left: 0;
    }
    /* .single-ticket .air-title-single {
        position: absolute;
        right: 0;
        top: 15px;
        margin: 0;
    } */
    .main-top-line-ticket {
        margin-top: 10px !important;
    }
    .single-ticket:first-child .air-title-single{
        top: 0;
    }
    .main-line-ticket {
        padding-right: 0;
        padding-top: 0;
    }
    .fly-time-hidden {
        font-size: 12px;
        display: none;
    }
}

@media screen and (max-width: 430px) {
    .bottom-line-ticket {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    .bottom-line-ticket .ticket-info-text {
        margin-top: 15px;
    }
    .bottom-line-ticket .ticket-info-text:first-child {
        margin-top: 0;
    }
    .luggage-title {
        padding-left: 49px !important;
    }
}

/* @media screen and (max-width: 450px) {
    .text-old-price {
        padding-left: 50px !important;
    }
} */

@media screen and (max-width: 400px) {
    .text-old-price {
        padding-left: 15px !important;
    }
    .ticket-line {
        display: -webkit-box !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
                flex-direction: column !important;
    }
    .ticket-long-line {
        display: none;
    }
    .fly-time-hidden {
        padding: 0;
        padding-bottom: 5px;
        display: none;
    }
}

.filters__mobile-btn {
    font-size: 16px;
    color: #6C6C6C;
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    padding: 14px 40px;
    display: inline-block;
    margin-left: auto;
    display: none;
    cursor: pointer;
}

.filters__mobile-btn img {
    margin-left: 20px;
    vertical-align: middle;
}

.result__right-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

@media screen and (max-width: 790px) {
    .search-result {
        margin-top: 0 !important;
    }
    .rate-block {
        padding-bottom: 50px;
    }
    .rate-table {
        margin-bottom: -20px;
    }
    .popular-tickets {
        font-size: 14px;
        margin-top: 5px;
    }
    .popular-title {
        font-size: 18px;
    }
    .order-block {
        padding: 0;
    }
    .main-order-btn {
        margin-top: 35px;
        width: 100% !important;
    }

    #searchform .row-order {
        margin-bottom: 15px;
    }
    .order-input-date {
        height: 39px !important;
        top: 28px;
    }
    .order-input-text {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.filters__filter-block-check {
    position: relative;
}

.search-result.unactive {
    margin-top: 0 !important;
}

.filters__confirm-btn {
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 19px 40px;
    background: #1E63A6;
    border-radius: 5px;
    position: absolute;
    right: -165px;
    z-index: 2;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.filters__confirm-triangle {
    background: #1E63A6;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 9px;
    left: -3px;
    z-index: -1;
}

.ticket-fixed-btn {
    display: none;
}

@media screen and (max-width: 1290px) {
    /* .reserve-ticket {
        padding-bottom: 20px !important;
    } */
    .filters__confirm-btn {
        right: unset !important;
        left: -190px;
    }
    .filters__confirm-triangle {
        left: unset !important;
        right: -3px;
    }
    .popular-single.hit .popular-title {
        font-size: 24px !important;
    }
    .container {
        padding: 0 15px;
        max-width: none;
    }
    /* .ticket-info-text-block .ticket-info-text {
        margin-top: 15px;
        margin-bottom: 0 !important;
    } */
    .result-cities {
        margin-right: 30px !important;
    }
}
@media screen and (max-width:1260px) {
    .filters__confirm-btn {
        right: unset !important;
        left: -190px;
    }
    .filters__confirm-triangle {
        left: unset !important;
        right: -3px;
    }
    .popular-single.hit .popular-title {
        font-size: 24px !important;
    }
    .result-cities {
        margin-right: 30px !important;
    }
}
@media screen and (max-width: 620px) {
    .search-result__left {
        top: 64px !important;
    }
    .filters__mobile-btn {
        font-size: 0;
        padding: 10px;
    }
    .filters__mobile-btn img {
        margin-left: 0;
    }
}

@media screen and (max-width: 930px) {
    .ticket-fixed-block {
        width: 265px;
    }
}

@media screen and (max-width: 1290px) {
    .people-single label {
        width: 100%;
    }
    .people-single input {
        width: 100%;
    }
    .custom-select .selectize-input {
        width: 100%;
    }
    .main-block .date-flex {
        width: 100%;
    }
    .date-flex .selectize-input {
        width: 100% !important;
    }
    .date-flex .selectize-control:nth-child(2) {
        width: 20%;
    }
    .date-flex .selectize-control:nth-child(4) {
        width: 40%;
    }
    .date-flex .selectize-control:nth-child(6) {
        width: 40%;
    }
    .people-luggage-bottom-peoples {
        width: 100%;
    }
    .people-luggage-bottom-peoples > div {
        width: 100%;
    }
}

.ticket-fixed-block img {
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.ticket-fixed-block img.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.contact-people label {
    width: 240px;
}

@media screen and (max-width: 860px) {
    .footer.not-main {
        margin-bottom: 49px;
    }
    /* .payment-column-flex .payment-column-single {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between;
    } */
    /* .single-information {
        width: 50%;
    } */
    .accept-block .otherpage__columns {
        width: 100% !important;
        /* padding: 0 !important; */
        margin-bottom: 50px !important;
    }
    .payment-btn {
        display: none;
    }
    .white-wrapper {
        margin-top: -5px;
    }
    .ticket-fixed-sum img {
        display: inline-block !important;
    }
    .accept-btn {
        display: none;
    }
    .people-single {
        margin-bottom: 30px !important;
    }
    .people-single label {
        width: 48.5%;
    }
    .people-single {
        width: 100% !important;
    }
    .reserve-ticket {
        width: 100% !important;
    }
    /* .reserve-ticket .ticket-long-line,
    .reserve-ticket .ticket-line-single {
        width: 180px !important;
    } */
    .ticket-fixed-sum > div {
        padding: 12px 0;
        height: 100%;
        /* border-top: 1px solid #E3E3E3; */
    }
    .ticket-fixed-block {
        /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
        position: fixed;
        bottom: 0;
        left: -40px;
        width: 100%;
        top: unset;
        padding: 0;
        border-radius: 0;
        border: none;
    }
    .ticket-fixed-sum {
        text-align: left;
        padding-top: 0;
        margin-top: 0;
        background: unset;
    }
    .ticket-fixed-btn {
        display: block;
        background: #1E63A6;
        position: absolute;
        right: 0;
        bottom: -1px;
        height: 50px;
        width: 280px;
        color: #fff;
        text-align: center;
        padding-top: 5px;
    }
    .ticket-fixed-sum span {
        font-size: 18px;
        font-weight: 600;
    }
    .ticket-fixed-title {
        display: none;
    }
    .ticked-fixed-info-block {
        display: none;
    }
}

@media screen and (max-width: 1290px) {
    .reserve-ticket .single-ticket {
        padding-bottom: 20px !important;
    }
    .search-result__left {
        position: absolute;
        right: -100%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        padding: 15px;
        width: 300px;
        background: #fff;
        z-index: 5;
        top: 72px;
        border-right: 3px;
        -webkit-transition: 0.2s ease all;
        transition: 0.2s ease all;
        height: auto;
    }
    .search-result__left.active {
        right: 15px;
    }
    .search-result__right {
        width: 100% !important;
    }
    .filters__mobile-btn {
        display: inline-block !important;
    }    
}

.bottom-line-ticket .ticket-info-text-consent {
    margin-left: 15px;
}

@media screen and (max-width: 600px) {
    .reserve-ticket .ticket-long-line,
    .reserve-ticket .ticket-line-single {
        width: 50px !important;
    }
    .ticket-long-line {
        width: 50px;
    }
}

.none {
    display: none;
}

.ticket-fixed-sum img {
    margin-left: 15px;
    display: none;
}

@media screen and (max-width: 580px) {
    .ticket-fixed-btn {
        width: 110px;
    }
    .people-luggage-bottom-peoples {
        font-size: 14px;
    }
    .people-luggage-bottom {
        padding-top: 0;
    }
    .people-luggage-top {
        margin-bottom: 20px;
        padding-bottom: 0;
        background-image: none;
    }
    .people-luggage-info:before {
        left: 12px;
    }
    .people-luggage-info:after {
        left: 7px;
    }
    .people-luggage-info {
        padding-left: 30px;
        font-size: 14px;
    }
    .none {
        display: block;
    }
    .luggage-single img {
        width: 40px;
        height: 40px;
        position: absolute;
        top: -65px;
        left: 0px;
    }
    .luggage-single {
        padding: 10px 0 !important;
        position: relative;
        border: none;
        padding: 0;
    }
    .luggage-title {
        padding-left: 60px;
    }
    .single-ticket {
        padding-left: 14px;
        padding-right: 14px;
    }
    .ticket-info-places-mobile {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .single-ticket-scroll button {
        width: calc(100% - 35px);
    }
    .ticket-info-buy-block form {
        width: 100%;
    }
}

.people-content .row .order-email-input {
    margin-bottom: 0 !important;
}

.add-lagguage-block {
    z-index: 10;
    top: 42px;
    left: 00px;
    position: absolute;
    width: 300px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    padding: 5px;
    border-radius: 4px;
}

.add-lagguage-block::before {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    border-top: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
    position: absolute;
    top: -7px;
    z-index: -1;
    left: 20px;
}

.add-lagguage-block.active {
    opacity: 1;
    pointer-events: unset;
}

.add-lagguage-item {
    padding: 11px 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    font-size: 14px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    cursor: pointer;
    border-radius: 4px;
}

.add-lagguage-item:hover {
    background: #1E63A6;
    color: #fff;
}

.add-lagguage-item:hover span {
    color: #fff !important;
}

.add-lagguage-item span {
    color: #333 !important;
}

.add-lagguge {
    position: relative;
    cursor: pointer;
    color: #2681FF;
    text-align: center;
    color: #FFF;
}

.add-lagguge > div {
    color: #FFF;
}

.add-lagguge.active {
    pointer-events: none;
}

.people-lagguage-bottom-desc {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #E4E4E4), color-stop(0%, rgba(255,255,255,0)));
    background-image: linear-gradient(to right, #E4E4E4 33%, rgba(255,255,255,0) 0%);
    background-size: 15px 1px;
    background-repeat: repeat-x;
    background-position: top;
    font-size: 14px;
    color: #C4C4C4;
    padding-top: 20px;
    margin-top: 30px;
}

img.hidden {
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
}

/* .filters__filter-block:nth-child(1) .filters__filter-block-title img,
.filters__filter-block:nth-child(2) .filters__filter-block-title img,
.filters__filter-block:nth-child(3) .filters__filter-block-title img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
} */

.filters__filter-block-title img {
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

.not-main-page .top-line-ticket .top-line-single:nth-child(1) .subtitle-ticket:nth-child(1) {
    font-weight: 600;
    font-size: 16px !important;
    color: #333333 !important;
}

.not-main-page .top-line-ticket .top-line-single:nth-child(1) .subtitle-ticket:nth-child(1) span {
    color: #C4C4C4 !important;
}

.top-line-ticket .top-line-single:first-child,
.top-line-ticket .top-line-single:nth-child(2) {
    margin-right: 30px;
}



.datepickers-container .checkbox-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 10px 0;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .not-main-page .top-line-ticket .top-line-single:nth-child(1) .subtitle-ticket:nth-child(1) {
        font-size: 14px !important;
    }
}

/* @media screen and (max-width: 1290px) {
    .accept-block .otherpage__columns {
        width: 60%;
    }
    .reserve-ticket {
        width: 60%;
    }
    .people-single {
        width: 60%;
    }
} */

@media (max-width:1000px) and (min-width:860px) {
    .top-line-single:last-child {
        margin-left: 9px !important;
    }
    .top-line-single:first-child {
        margin-right: 9px !important;
    }
}

@media screen and (max-width: 430px) {
    .top-line-single img {
        display: none;
    }
    .ait-title {
        margin-left: 0 !important;
    }
    .top-line-info {
        padding-right: 0;
    }
}

.wrap_d292 {
    bottom: 40px !important;
}

._orientationRight_f335.wrap_c95d {
   margin-bottom: 30px;
}

/* Language Switcher Styles */
.language-switcher {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 20px;
}

.language-switcher .lang-link {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    padding: 5px 8px;
}

.language-switcher .lang-link:hover {
    color: #1E63A6;
}

.language-switcher .lang-link.active {
    color: #1E63A6;
    font-weight: 700;
}

.language-switcher .lang-separator {
    color: #C4C4C4;
    margin: 0 5px;
    font-weight: 400;
}

.language-switcher.mobile {
    margin-top: 20px;
    margin-left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    gap: 0;
}

.language-switcher.mobile .lang-link {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-decoration: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.language-switcher.mobile .lang-link:hover,
.language-switcher.mobile .lang-link.active {
    color: #fff;
    opacity: 0.8;
}

.language-switcher.mobile .lang-separator {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 8px;
    padding: 0;
    line-height: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 800px) {
    /* Скрываем переключатель языка в хедере на мобильных (он есть в мобильном меню) */
    .header .language-switcher:not(.mobile) {
        display: none;
    }
    
    .language-switcher.mobile {
        display: -webkit-box;
        display: flex;
    }
}