.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.nano > .nano-content:focus {
    outline: thin dotted
}

.nano > .nano-content::-webkit-scrollbar {
    display: none
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block
}

.nano > .nano-pane {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden \9;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0, 0, 0, .5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.nano-pane.active, .nano-pane.flashed, .nano:hover > .nano-pane {
    visibility: visible \9;
    opacity: .99
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0;
        background-position: var(--plyr-progress-loading-size, 25px) 0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes plyr-fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-family: var(--plyr-font-family, inherit);
    font-variant-numeric: tabular-nums;
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    line-height: 1.7;
    line-height: var(--plyr-line-height, 1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease;
    z-index: 0
}

.plyr audio, .plyr iframe, .plyr video {
    display: block;
    height: 100%;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    box-sizing: border-box
}

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
    box-sizing: inherit
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
    touch-action: manipulation
}

.plyr__badge {
    background: #4a5464;
    background: var(--plyr-badge-background, #4a5464);
    border-radius: 2px;
    border-radius: var(--plyr-badge-border-radius, 2px);
    color: #fff;
    color: var(--plyr-badge-text-color, #fff);
    font-size: 9px;
    font-size: var(--plyr-font-size-badge, 9px);
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    display: none;
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    left: 0;
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width: 100%
}

.plyr__captions span:empty {
    display: none
}

@media (min-width: 480px) {
    .plyr__captions {
        font-size: 15px;
        font-size: var(--plyr-font-size-base, 15px);
        padding: 20px;
        padding: calc(var(--plyr-control-spacing, 10px) * 2)
    }
}

@media (min-width: 768px) {
    .plyr__captions {
        font-size: 18px;
        font-size: var(--plyr-font-size-large, 18px)
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
    transform: translateY(-40px);
    transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4))
}

.plyr__caption {
    background: rgba(0, 0, 0, .8);
    background: var(--plyr-captions-background, rgba(0, 0, 0, .8));
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff;
    color: var(--plyr-captions-text-color, #fff);
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__caption div {
    display: inline
}

.plyr__control {
    background: transparent;
    border: 0;
    border-radius: 3px;
    border-radius: var(--plyr-control-radius, 3px);
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px) * .7);
    position: relative;
    transition: all .3s ease
}

.plyr__control svg {
    fill: currentColor;
    display: block;
    height: 18px;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: 18px;
    width: var(--plyr-control-icon-size, 18px)
}

.plyr__control:focus {
    outline: 0
}

.plyr__control.plyr__tab-focus {
    outline: 3px dotted #00b2ff;
    outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
    outline-offset: 2px
}

a.plyr__control {
    text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
    display: none
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

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

.plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0
}

.plyr__controls .plyr__controls__item {
    margin-left: 2.5px;
    margin-left: calc(var(--plyr-control-spacing, 10px) / 4)
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px) / 4)
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px;
    padding: 0 calc(var(--plyr-control-spacing, 10px) / 2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: hsla(0, 0%, 100%, .9);
    background: var(--plyr-menu-background, hsla(0, 0%, 100%, .9));
    border-radius: 4px;
    border-radius: var(--plyr-menu-radius, 4px);
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container > div {
    overflow: hidden;
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
    border: 4px solid transparent;
    border-top-color: hsla(0, 0%, 100%, .9);
    border: var(--plyr-menu-arrow-size, 4px) solid transparent;
    border-top-color: var(--plyr-menu-background, hsla(0, 0%, 100%, .9));
    content: "";
    height: 0;
    position: absolute;
    right: 14px;
    right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * .7 - var(--plyr-menu-arrow-size, 4px) / 2);
    top: 100%;
    width: 0
}

.plyr__menu__container [role=menu] {
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px) * .7)
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    display: flex;
    font-size: 13px;
    font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
    padding: 4.66667px 10.5px;
    padding: calc(var(--plyr-control-spacing, 10px) * .7 / 1.5) calc(var(--plyr-control-spacing, 10px) * .7 * 1.5);
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control > span {
    align-items: inherit;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control:after {
    border: 4px solid transparent;
    border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
    padding-right: calc(var(--plyr-control-spacing, 10px) * .7 * 4)
}

.plyr__menu__container .plyr__control--forward:after {
    border-left-color: #728197;
    border-left-color: var(--plyr-menu-arrow-color, #728197);
    right: 6.5px;
    right: calc(var(--plyr-control-spacing, 10px) * .7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after, .plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    margin: 7px;
    margin: calc(var(--plyr-control-spacing, 10px) * .7);
    margin-bottom: 3.5px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) * .7 / 2);
    padding-left: 28px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * .7 * 4);
    position: relative;
    width: calc(100% - 14px);
    width: calc(100% - var(--plyr-control-spacing, 10px) * .7 * 2)
}

.plyr__menu__container .plyr__control--back:after {
    border-right-color: #728197;
    border-right-color: var(--plyr-menu-arrow-color, #728197);
    left: 6.5px;
    left: calc(var(--plyr-control-spacing, 10px) * .7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back:before {
    background: #dcdfe5;
    background: var(--plyr-menu-back-border-color, #dcdfe5);
    box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    content: "";
    height: 1px;
    left: 0;
    margin-top: 3.5px;
    margin-top: calc(var(--plyr-control-spacing, 10px) * .7 / 2);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after, .plyr__menu__container .plyr__control--back:hover:after {
    border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * .7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    background: rgba(0, 0, 0, .1);
    content: "";
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px);
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform .3s ease, opacity .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
    background: #00b2ff;
    background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)))
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
    opacity: 1;
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
    background: rgba(35, 40, 47, .1)
}

.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    margin-right: calc(var(--plyr-control-spacing, 10px) * .7 * -1 - -2px);
    overflow: hidden;
    padding-left: 24.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * .7 * 3.5);
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 26px;
    border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
    color: #00b2ff;
    color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    display: block;
    height: 19px;
    height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
    margin: 0;
    min-width: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: transparent;
    background-image: linear-gradient(90deg, currentColor, transparent 0);
    background-image: linear-gradient(90deg, currentColor var(--value, 0), transparent var(--value, 0));
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    margin-top: -4px;
    margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -moz-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px)
}

.plyr--full-ui input[type=range]::-ms-track {
    color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: transparent;
    background: currentColor;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    margin-top: 0;
    position: relative;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    outline: 3px dotted #00b2ff;
    outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
    outline-offset: 2px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    outline: 3px dotted #00b2ff;
    outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
    outline-offset: 2px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    outline: 3px dotted #00b2ff;
    outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
    outline-offset: 2px
}

.plyr__poster {
    background-color: #000;
    background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
    display: none
}

.plyr__time {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__time + .plyr__time:before {
    content: "\2044";
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px)
}

@media (max-width: 767px) {
    .plyr__time + .plyr__time {
        display: none
    }
}

.plyr__tooltip {
    background: hsla(0, 0%, 100%, .9);
    background: var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    border-radius: 5px;
    border-radius: var(--plyr-tooltip-radius, 5px);
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    color: #4a5464;
    color: var(--plyr-tooltip-color, #4a5464);
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
    opacity: 0;
    padding: 5px 7.5px;
    padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip:before {
    border-left: 4px solid transparent;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: 4px solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, .9);
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip {
    left: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 0 100%
}

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child .plyr__tooltip:before {
    left: 16px;
    left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * .7)
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 100% 100%
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * .7);
    transform: translateX(50%)
}

.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0) scale(1)
}

.plyr__progress {
    left: 6.5px;
    left: calc(var(--plyr-range-thumb-height, 13px) * .5);
    margin-right: 13px;
    margin-right: var(--plyr-range-thumb-height, 13px);
    position: relative
}

.plyr__progress__buffer, .plyr__progress input[type=range] {
    margin-left: -6.5px;
    margin-left: calc(var(--plyr-range-thumb-height, 13px) * -.5);
    margin-right: -6.5px;
    margin-right: calc(var(--plyr-range-thumb-height, 13px) * -.5);
    width: calc(100% + 13px);
    width: calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    left: 0;
    max-width: 120px;
    overflow-wrap: break-word
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 100px;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin-top: -2.5px;
    margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: transparent
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -webkit-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -moz-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, rgba(35, 40, 47, .6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, .6) 0, rgba(35, 40, 47, .6) 75%, transparent 0, transparent);
    background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 25%, transparent 0, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 0, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 75%, transparent 0, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: hsla(0, 0%, 100%, .25);
    background-color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25))
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(193, 200, 209, .6);
    background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.plyr__progress__marker {
    background-color: #fff;
    background-color: var(--plyr-progress-marker-background, #fff);
    border-radius: 1px;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3px;
    width: var(--plyr-progress-marker-width, 3px);
    z-index: 3
}

.plyr__volume {
    align-items: center;
    display: flex;
    max-width: 110px;
    min-width: 80px;
    position: relative;
    width: 20%
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
    margin-right: 5px;
    margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
    position: relative;
    z-index: 2
}

.plyr--is-ios .plyr__volume {
    min-width: 0;
    width: auto
}

.plyr--audio {
    display: block
}

.plyr--audio .plyr__controls {
    background: #fff;
    background: var(--plyr-audio-controls-background, #fff);
    border-radius: inherit;
    color: #4a5464;
    color: var(--plyr-audio-control-color, #4a5464);
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px)
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
    background: #00b2ff;
    background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    color: #fff;
    color: var(--plyr-audio-control-color-hover, #fff)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(193, 200, 209, .6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: rgba(193, 200, 209, .6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: rgba(193, 200, 209, .6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(193, 200, 209, .6);
    color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.plyr--video {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    aspect-ratio: 16/9
}

@supports not (aspect-ratio:16/9) {
    .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
        height: 0;
        padding-bottom: 56.25%;
        position: relative
    }
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
    background: linear-gradient(transparent, rgba(0, 0, 0, .75));
    background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, .75)));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    left: 0;
    padding: 5px;
    padding: calc(var(--plyr-control-spacing, 10px) / 2);
    padding-top: 20px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    z-index: 3
}

@media (min-width: 480px) {
    .plyr--video .plyr__controls {
        padding: 10px;
        padding: var(--plyr-control-spacing, 10px);
        padding-top: 35px;
        padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5)
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #00b2ff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    color: #fff;
    color: var(--plyr-video-control-color-hover, #fff)
}

.plyr__control--overlaid {
    background: #00b2ff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    border: 0;
    border-radius: 100%;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    display: none;
    left: 50%;
    opacity: .9;
    padding: 15px;
    padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
    opacity: 1
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: hsla(0, 0%, 100%, .25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: hsla(0, 0%, 100%, .25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: hsla(0, 0%, 100%, .25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--video .plyr__progress__buffer {
    color: hsla(0, 0%, 100%, .25);
    color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25))
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }

    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads > div, .plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads:after {
    background: #23282f;
    border-radius: 2px;
    bottom: 10px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    right: var(--plyr-control-spacing, 10px);
    z-index: 3
}

.plyr__ads:empty:after {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: hsla(0, 0%, 100%, .9);
    background-color: var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    border-radius: 5px;
    border-radius: var(--plyr-tooltip-radius, 5px);
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    transform: translateY(10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
    border-left: 4px solid transparent;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: 4px solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, .9);
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: calc(50% + var(--preview-arrow-offset));
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: 4px;
    border-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__preview-thumb__image-container:after, .plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr__preview-thumb__image-container:after {
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
    content: "";
    pointer-events: none
}

.plyr__preview-thumb__image-container img {
    max-height: none;
    max-width: none
}

.plyr__preview-thumb__time-container {
    background: linear-gradient(transparent, rgba(0, 0, 0, .75));
    background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, .75)));
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
    bottom: 0;
    left: 0;
    line-height: 1.1;
    padding: 20px 6px 6px;
    position: absolute;
    right: 0;
    z-index: 3
}

.plyr__preview-thumb__time-container span {
    color: #fff;
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0 !important;
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

@charset "UTF-8";
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

html {
    position: relative;
    min-height: 100%;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: Museo, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    color: #212121;
    text-align: left;
    background-color: #fff
}
body.airportBody  {
    margin: 0;
    font-family: Museo, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    color: #212121;
    text-align: left;
    background-color: #fff
}

body.theme-font-md {
    font-size: 16px;
    font-size: 1.6rem
}

body.theme-font-lg {
    font-size: 18px;
    font-size: 1.8rem
}

@media (min-width: 768px) {
    body {
        font-size: 1.6rem
    }
    body.airportBody  {
        font-size: 1.6rem!important;
    }

    body.theme-font-md {
        font-size: 1.8rem
    }

    body.theme-font-lg {
        font-size: 2rem
    }
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    margin-bottom: 0
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 10px;
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dd {
    margin-bottom: 5px;
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 10px;
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

.link-main-color a, a.link-main-color {
    color: #f49827 !important
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 10px;
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: 0
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 5px;
    margin-bottom: .5rem;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

@font-face {
    font-family: Museo;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Museo/MuseoSansCyrl-900.woff2) format("woff2"), url(../fonts/Museo/MuseoSansCyrl-900.woff) format("woff")
}

@font-face {
    font-family: Museo;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Museo/MuseoSansCyrl-700.woff2) format("woff2"), url(../fonts/Museo/MuseoSansCyrl-700.woff) format("woff")
}

@font-face {
    font-family: Museo;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Museo/MuseoSansCyrl-500.woff2) format("woff2"), url(../fonts/Museo/MuseoSansCyrl-500.woff) format("woff")
}

@font-face {
    font-family: Museo;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Museo/MuseoSansCyrl-300.woff2) format("woff2"), url(../fonts/Museo/MuseoSansCyrl-300.woff) format("woff")
}

@font-face {
    font-family: Ruble;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/rouble.otf) format("opentype")
}

.d-none, [hidden] {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 768px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1024px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1400px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column, .flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse, .flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 768px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column, .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1024px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column, .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1400px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column, .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: 10px !important
}

.mt-1, .my-1 {
    margin-top: 10px !important
}

.mr-1, .mx-1 {
    margin-right: 10px !important
}

.mb-1, .my-1 {
    margin-bottom: 10px !important
}

.ml-1, .mx-1 {
    margin-left: 10px !important
}

.m-2 {
    margin: 20px !important
}

.mt-2, .my-2 {
    margin-top: 20px !important
}

.mr-2, .mx-2 {
    margin-right: 20px !important
}

.mb-2, .my-2 {
    margin-bottom: 20px !important
}

.ml-2, .mx-2 {
    margin-left: 20px !important
}

.m-3 {
    margin: 30px !important
}

.mt-3, .my-3 {
    margin-top: 30px !important
}

.mr-3, .mx-3 {
    margin-right: 30px !important
}

.mb-3, .my-3 {
    margin-bottom: 30px !important
}

.ml-3, .mx-3 {
    margin-left: 30px !important
}

.m-4 {
    margin: 40px !important
}

.mt-4, .my-4 {
    margin-top: 40px !important
}

.mr-4, .mx-4 {
    margin-right: 40px !important
}

.mb-4, .my-4 {
    margin-bottom: 40px !important
}

.ml-4, .mx-4 {
    margin-left: 40px !important
}

.m-5 {
    margin: 50px !important
}

.mt-5, .my-5 {
    margin-top: 50px !important
}

.mr-5, .mx-5 {
    margin-right: 50px !important
}

.mb-5, .my-5 {
    margin-bottom: 50px !important
}

.ml-5, .mx-5 {
    margin-left: 50px !important
}

.m-6 {
    margin: 60px !important
}

.mt-6, .my-6 {
    margin-top: 60px !important
}

.mr-6, .mx-6 {
    margin-right: 60px !important
}

.mb-6, .my-6 {
    margin-bottom: 60px !important
}

.ml-6, .mx-6 {
    margin-left: 60px !important
}

.m-7 {
    margin: 70px !important
}

.mt-7, .my-7 {
    margin-top: 70px !important
}

.mr-7, .mx-7 {
    margin-right: 70px !important
}

.mb-7, .my-7 {
    margin-bottom: 70px !important
}

.ml-7, .mx-7 {
    margin-left: 70px !important
}

.m-8 {
    margin: 80px !important
}

.mt-8, .my-8 {
    margin-top: 80px !important
}

.mr-8, .mx-8 {
    margin-right: 80px !important
}

.mb-8, .my-8 {
    margin-bottom: 80px !important
}

.ml-8, .mx-8 {
    margin-left: 80px !important
}

.m-9 {
    margin: 90px !important
}

.mt-9, .my-9 {
    margin-top: 90px !important
}

.mr-9, .mx-9 {
    margin-right: 90px !important
}

.mb-9, .my-9 {
    margin-bottom: 90px !important
}

.ml-9, .mx-9 {
    margin-left: 90px !important
}

.m-10 {
    margin: 100px !important
}

.mt-10, .my-10 {
    margin-top: 100px !important
}

.mr-10, .mx-10 {
    margin-right: 100px !important
}

.mb-10, .my-10 {
    margin-bottom: 100px !important
}

.ml-10, .mx-10 {
    margin-left: 100px !important
}

.m-15 {
    margin: 150px !important
}

.mt-15, .my-15 {
    margin-top: 150px !important
}

.mr-15, .mx-15 {
    margin-right: 150px !important
}

.mb-15, .my-15 {
    margin-bottom: 150px !important
}

.ml-15, .mx-15 {
    margin-left: 150px !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: 10px !important
}

.pt-1, .py-1 {
    padding-top: 10px !important
}

.pr-1, .px-1 {
    padding-right: 10px !important
}

.pb-1, .py-1 {
    padding-bottom: 10px !important
}

.pl-1, .px-1 {
    padding-left: 10px !important
}

.p-2 {
    padding: 20px !important
}

.pt-2, .py-2 {
    padding-top: 20px !important
}

.pr-2, .px-2 {
    padding-right: 20px !important
}

.pb-2, .py-2 {
    padding-bottom: 20px !important
}

.pl-2, .px-2 {
    padding-left: 20px !important
}

.p-3 {
    padding: 30px !important
}

.pt-3, .py-3 {
    padding-top: 30px !important
}

.pr-3, .px-3 {
    padding-right: 30px !important
}

.pb-3, .py-3 {
    padding-bottom: 30px !important
}

.pl-3, .px-3 {
    padding-left: 30px !important
}

.p-4 {
    padding: 40px !important
}

.pt-4, .py-4 {
    padding-top: 40px !important
}

.pr-4, .px-4 {
    padding-right: 40px !important
}

.pb-4, .py-4 {
    padding-bottom: 40px !important
}

.pl-4, .px-4 {
    padding-left: 40px !important
}

.p-5 {
    padding: 50px !important
}

.pt-5, .py-5 {
    padding-top: 50px !important
}

.pr-5, .px-5 {
    padding-right: 50px !important
}

.pb-5, .py-5 {
    padding-bottom: 50px !important
}

.pl-5, .px-5 {
    padding-left: 50px !important
}

.p-6 {
    padding: 60px !important
}

.pt-6, .py-6 {
    padding-top: 60px !important
}

.pr-6, .px-6 {
    padding-right: 60px !important
}

.pb-6, .py-6 {
    padding-bottom: 60px !important
}

.pl-6, .px-6 {
    padding-left: 60px !important
}

.p-7 {
    padding: 70px !important
}

.pt-7, .py-7 {
    padding-top: 70px !important
}

.pr-7, .px-7 {
    padding-right: 70px !important
}

.pb-7, .py-7 {
    padding-bottom: 70px !important
}

.pl-7, .px-7 {
    padding-left: 70px !important
}

.p-8 {
    padding: 80px !important
}

.pt-8, .py-8 {
    padding-top: 80px !important
}

.pr-8, .px-8 {
    padding-right: 80px !important
}

.pb-8, .py-8 {
    padding-bottom: 80px !important
}

.pl-8, .px-8 {
    padding-left: 80px !important
}

.p-9 {
    padding: 90px !important
}

.pt-9, .py-9 {
    padding-top: 90px !important
}

.pr-9, .px-9 {
    padding-right: 90px !important
}

.pb-9, .py-9 {
    padding-bottom: 90px !important
}

.pl-9, .px-9 {
    padding-left: 90px !important
}

.p-10 {
    padding: 100px !important
}

.pt-10, .py-10 {
    padding-top: 100px !important
}

.pr-10, .px-10 {
    padding-right: 100px !important
}

.pb-10, .py-10 {
    padding-bottom: 100px !important
}

.pl-10, .px-10 {
    padding-left: 100px !important
}

.p-15 {
    padding: 150px !important
}

.pt-15, .py-15 {
    padding-top: 150px !important
}

.pr-15, .px-15 {
    padding-right: 150px !important
}

.pb-15, .py-15 {
    padding-bottom: 150px !important
}

.pl-15, .px-15 {
    padding-left: 150px !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 768px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: 10px !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 10px !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 10px !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 10px !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 10px !important
    }

    .m-sm-2 {
        margin: 20px !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 20px !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 20px !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 20px !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 20px !important
    }

    .m-sm-3 {
        margin: 30px !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 30px !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 30px !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 30px !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 30px !important
    }

    .m-sm-4 {
        margin: 40px !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 40px !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 40px !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 40px !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 40px !important
    }

    .m-sm-5 {
        margin: 50px !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 50px !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 50px !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 50px !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 50px !important
    }

    .m-sm-6 {
        margin: 60px !important
    }

    .mt-sm-6, .my-sm-6 {
        margin-top: 60px !important
    }

    .mr-sm-6, .mx-sm-6 {
        margin-right: 60px !important
    }

    .mb-sm-6, .my-sm-6 {
        margin-bottom: 60px !important
    }

    .ml-sm-6, .mx-sm-6 {
        margin-left: 60px !important
    }

    .m-sm-7 {
        margin: 70px !important
    }

    .mt-sm-7, .my-sm-7 {
        margin-top: 70px !important
    }

    .mr-sm-7, .mx-sm-7 {
        margin-right: 70px !important
    }

    .mb-sm-7, .my-sm-7 {
        margin-bottom: 70px !important
    }

    .ml-sm-7, .mx-sm-7 {
        margin-left: 70px !important
    }

    .m-sm-8 {
        margin: 80px !important
    }

    .mt-sm-8, .my-sm-8 {
        margin-top: 80px !important
    }

    .mr-sm-8, .mx-sm-8 {
        margin-right: 80px !important
    }

    .mb-sm-8, .my-sm-8 {
        margin-bottom: 80px !important
    }

    .ml-sm-8, .mx-sm-8 {
        margin-left: 80px !important
    }

    .m-sm-9 {
        margin: 90px !important
    }

    .mt-sm-9, .my-sm-9 {
        margin-top: 90px !important
    }

    .mr-sm-9, .mx-sm-9 {
        margin-right: 90px !important
    }

    .mb-sm-9, .my-sm-9 {
        margin-bottom: 90px !important
    }

    .ml-sm-9, .mx-sm-9 {
        margin-left: 90px !important
    }

    .m-sm-10 {
        margin: 100px !important
    }

    .mt-sm-10, .my-sm-10 {
        margin-top: 100px !important
    }

    .mr-sm-10, .mx-sm-10 {
        margin-right: 100px !important
    }

    .mb-sm-10, .my-sm-10 {
        margin-bottom: 100px !important
    }

    .ml-sm-10, .mx-sm-10 {
        margin-left: 100px !important
    }

    .m-sm-15 {
        margin: 150px !important
    }

    .mt-sm-15, .my-sm-15 {
        margin-top: 150px !important
    }

    .mr-sm-15, .mx-sm-15 {
        margin-right: 150px !important
    }

    .mb-sm-15, .my-sm-15 {
        margin-bottom: 150px !important
    }

    .ml-sm-15, .mx-sm-15 {
        margin-left: 150px !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: 10px !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: 10px !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: 10px !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: 10px !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: 10px !important
    }

    .p-sm-2 {
        padding: 20px !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 20px !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 20px !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 20px !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 20px !important
    }

    .p-sm-3 {
        padding: 30px !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 30px !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 30px !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 30px !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 30px !important
    }

    .p-sm-4 {
        padding: 40px !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 40px !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 40px !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 40px !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 40px !important
    }

    .p-sm-5 {
        padding: 50px !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 50px !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 50px !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 50px !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 50px !important
    }

    .p-sm-6 {
        padding: 60px !important
    }

    .pt-sm-6, .py-sm-6 {
        padding-top: 60px !important
    }

    .pr-sm-6, .px-sm-6 {
        padding-right: 60px !important
    }

    .pb-sm-6, .py-sm-6 {
        padding-bottom: 60px !important
    }

    .pl-sm-6, .px-sm-6 {
        padding-left: 60px !important
    }

    .p-sm-7 {
        padding: 70px !important
    }

    .pt-sm-7, .py-sm-7 {
        padding-top: 70px !important
    }

    .pr-sm-7, .px-sm-7 {
        padding-right: 70px !important
    }

    .pb-sm-7, .py-sm-7 {
        padding-bottom: 70px !important
    }

    .pl-sm-7, .px-sm-7 {
        padding-left: 70px !important
    }

    .p-sm-8 {
        padding: 80px !important
    }

    .pt-sm-8, .py-sm-8 {
        padding-top: 80px !important
    }

    .pr-sm-8, .px-sm-8 {
        padding-right: 80px !important
    }

    .pb-sm-8, .py-sm-8 {
        padding-bottom: 80px !important
    }

    .pl-sm-8, .px-sm-8 {
        padding-left: 80px !important
    }

    .p-sm-9 {
        padding: 90px !important
    }

    .pt-sm-9, .py-sm-9 {
        padding-top: 90px !important
    }

    .pr-sm-9, .px-sm-9 {
        padding-right: 90px !important
    }

    .pb-sm-9, .py-sm-9 {
        padding-bottom: 90px !important
    }

    .pl-sm-9, .px-sm-9 {
        padding-left: 90px !important
    }

    .p-sm-10 {
        padding: 100px !important
    }

    .pt-sm-10, .py-sm-10 {
        padding-top: 100px !important
    }

    .pr-sm-10, .px-sm-10 {
        padding-right: 100px !important
    }

    .pb-sm-10, .py-sm-10 {
        padding-bottom: 100px !important
    }

    .pl-sm-10, .px-sm-10 {
        padding-left: 100px !important
    }

    .p-sm-15 {
        padding: 150px !important
    }

    .pt-sm-15, .py-sm-15 {
        padding-top: 150px !important
    }

    .pr-sm-15, .px-sm-15 {
        padding-right: 150px !important
    }

    .pb-sm-15, .py-sm-15 {
        padding-bottom: 150px !important
    }

    .pl-sm-15, .px-sm-15 {
        padding-left: 150px !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1024px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: 10px !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: 10px !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 10px !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 10px !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 10px !important
    }

    .m-md-2 {
        margin: 20px !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: 20px !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 20px !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 20px !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 20px !important
    }

    .m-md-3 {
        margin: 30px !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 30px !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 30px !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 30px !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 30px !important
    }

    .m-md-4 {
        margin: 40px !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 40px !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 40px !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 40px !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 40px !important
    }

    .m-md-5 {
        margin: 50px !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 50px !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 50px !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 50px !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 50px !important
    }

    .m-md-6 {
        margin: 60px !important
    }

    .mt-md-6, .my-md-6 {
        margin-top: 60px !important
    }

    .mr-md-6, .mx-md-6 {
        margin-right: 60px !important
    }

    .mb-md-6, .my-md-6 {
        margin-bottom: 60px !important
    }

    .ml-md-6, .mx-md-6 {
        margin-left: 60px !important
    }

    .m-md-7 {
        margin: 70px !important
    }

    .mt-md-7, .my-md-7 {
        margin-top: 70px !important
    }

    .mr-md-7, .mx-md-7 {
        margin-right: 70px !important
    }

    .mb-md-7, .my-md-7 {
        margin-bottom: 70px !important
    }

    .ml-md-7, .mx-md-7 {
        margin-left: 70px !important
    }

    .m-md-8 {
        margin: 80px !important
    }

    .mt-md-8, .my-md-8 {
        margin-top: 80px !important
    }

    .mr-md-8, .mx-md-8 {
        margin-right: 80px !important
    }

    .mb-md-8, .my-md-8 {
        margin-bottom: 80px !important
    }

    .ml-md-8, .mx-md-8 {
        margin-left: 80px !important
    }

    .m-md-9 {
        margin: 90px !important
    }

    .mt-md-9, .my-md-9 {
        margin-top: 90px !important
    }

    .mr-md-9, .mx-md-9 {
        margin-right: 90px !important
    }

    .mb-md-9, .my-md-9 {
        margin-bottom: 90px !important
    }

    .ml-md-9, .mx-md-9 {
        margin-left: 90px !important
    }

    .m-md-10 {
        margin: 100px !important
    }

    .mt-md-10, .my-md-10 {
        margin-top: 100px !important
    }

    .mr-md-10, .mx-md-10 {
        margin-right: 100px !important
    }

    .mb-md-10, .my-md-10 {
        margin-bottom: 100px !important
    }

    .ml-md-10, .mx-md-10 {
        margin-left: 100px !important
    }

    .m-md-15 {
        margin: 150px !important
    }

    .mt-md-15, .my-md-15 {
        margin-top: 150px !important
    }

    .mr-md-15, .mx-md-15 {
        margin-right: 150px !important
    }

    .mb-md-15, .my-md-15 {
        margin-bottom: 150px !important
    }

    .ml-md-15, .mx-md-15 {
        margin-left: 150px !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: 10px !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: 10px !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: 10px !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 10px !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: 10px !important
    }

    .p-md-2 {
        padding: 20px !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: 20px !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: 20px !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 20px !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: 20px !important
    }

    .p-md-3 {
        padding: 30px !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 30px !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 30px !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 30px !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 30px !important
    }

    .p-md-4 {
        padding: 40px !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 40px !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 40px !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 40px !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 40px !important
    }

    .p-md-5 {
        padding: 50px !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 50px !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 50px !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 50px !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 50px !important
    }

    .p-md-6 {
        padding: 60px !important
    }

    .pt-md-6, .py-md-6 {
        padding-top: 60px !important
    }

    .pr-md-6, .px-md-6 {
        padding-right: 60px !important
    }

    .pb-md-6, .py-md-6 {
        padding-bottom: 60px !important
    }

    .pl-md-6, .px-md-6 {
        padding-left: 60px !important
    }

    .p-md-7 {
        padding: 70px !important
    }

    .pt-md-7, .py-md-7 {
        padding-top: 70px !important
    }

    .pr-md-7, .px-md-7 {
        padding-right: 70px !important
    }

    .pb-md-7, .py-md-7 {
        padding-bottom: 70px !important
    }

    .pl-md-7, .px-md-7 {
        padding-left: 70px !important
    }

    .p-md-8 {
        padding: 80px !important
    }

    .pt-md-8, .py-md-8 {
        padding-top: 80px !important
    }

    .pr-md-8, .px-md-8 {
        padding-right: 80px !important
    }

    .pb-md-8, .py-md-8 {
        padding-bottom: 80px !important
    }

    .pl-md-8, .px-md-8 {
        padding-left: 80px !important
    }

    .p-md-9 {
        padding: 90px !important
    }

    .pt-md-9, .py-md-9 {
        padding-top: 90px !important
    }

    .pr-md-9, .px-md-9 {
        padding-right: 90px !important
    }

    .pb-md-9, .py-md-9 {
        padding-bottom: 90px !important
    }

    .pl-md-9, .px-md-9 {
        padding-left: 90px !important
    }

    .p-md-10 {
        padding: 100px !important
    }

    .pt-md-10, .py-md-10 {
        padding-top: 100px !important
    }

    .pr-md-10, .px-md-10 {
        padding-right: 100px !important
    }

    .pb-md-10, .py-md-10 {
        padding-bottom: 100px !important
    }

    .pl-md-10, .px-md-10 {
        padding-left: 100px !important
    }

    .p-md-15 {
        padding: 150px !important
    }

    .pt-md-15, .py-md-15 {
        padding-top: 150px !important
    }

    .pr-md-15, .px-md-15 {
        padding-right: 150px !important
    }

    .pb-md-15, .py-md-15 {
        padding-bottom: 150px !important
    }

    .pl-md-15, .px-md-15 {
        padding-left: 150px !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1400px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: 10px !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 10px !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 10px !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 10px !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 10px !important
    }

    .m-lg-2 {
        margin: 20px !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 20px !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 20px !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 20px !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 20px !important
    }

    .m-lg-3 {
        margin: 30px !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 30px !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 30px !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 30px !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 30px !important
    }

    .m-lg-4 {
        margin: 40px !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 40px !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 40px !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 40px !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 40px !important
    }

    .m-lg-5 {
        margin: 50px !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 50px !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 50px !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 50px !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 50px !important
    }

    .m-lg-6 {
        margin: 60px !important
    }

    .mt-lg-6, .my-lg-6 {
        margin-top: 60px !important
    }

    .mr-lg-6, .mx-lg-6 {
        margin-right: 60px !important
    }

    .mb-lg-6, .my-lg-6 {
        margin-bottom: 60px !important
    }

    .ml-lg-6, .mx-lg-6 {
        margin-left: 60px !important
    }

    .m-lg-7 {
        margin: 70px !important
    }

    .mt-lg-7, .my-lg-7 {
        margin-top: 70px !important
    }

    .mr-lg-7, .mx-lg-7 {
        margin-right: 70px !important
    }

    .mb-lg-7, .my-lg-7 {
        margin-bottom: 70px !important
    }

    .ml-lg-7, .mx-lg-7 {
        margin-left: 70px !important
    }

    .m-lg-8 {
        margin: 80px !important
    }

    .mt-lg-8, .my-lg-8 {
        margin-top: 80px !important
    }

    .mr-lg-8, .mx-lg-8 {
        margin-right: 80px !important
    }

    .mb-lg-8, .my-lg-8 {
        margin-bottom: 80px !important
    }

    .ml-lg-8, .mx-lg-8 {
        margin-left: 80px !important
    }

    .m-lg-9 {
        margin: 90px !important
    }

    .mt-lg-9, .my-lg-9 {
        margin-top: 90px !important
    }

    .mr-lg-9, .mx-lg-9 {
        margin-right: 90px !important
    }

    .mb-lg-9, .my-lg-9 {
        margin-bottom: 90px !important
    }

    .ml-lg-9, .mx-lg-9 {
        margin-left: 90px !important
    }

    .m-lg-10 {
        margin: 100px !important
    }

    .mt-lg-10, .my-lg-10 {
        margin-top: 100px !important
    }

    .mr-lg-10, .mx-lg-10 {
        margin-right: 100px !important
    }

    .mb-lg-10, .my-lg-10 {
        margin-bottom: 100px !important
    }

    .ml-lg-10, .mx-lg-10 {
        margin-left: 100px !important
    }

    .m-lg-15 {
        margin: 150px !important
    }

    .mt-lg-15, .my-lg-15 {
        margin-top: 150px !important
    }

    .mr-lg-15, .mx-lg-15 {
        margin-right: 150px !important
    }

    .mb-lg-15, .my-lg-15 {
        margin-bottom: 150px !important
    }

    .ml-lg-15, .mx-lg-15 {
        margin-left: 150px !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: 10px !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 10px !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 10px !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 10px !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 10px !important
    }

    .p-lg-2 {
        padding: 20px !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 20px !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 20px !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 20px !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 20px !important
    }

    .p-lg-3 {
        padding: 30px !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 30px !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 30px !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 30px !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 30px !important
    }

    .p-lg-4 {
        padding: 40px !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 40px !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 40px !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 40px !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 40px !important
    }

    .p-lg-5 {
        padding: 50px !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 50px !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 50px !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 50px !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 50px !important
    }

    .p-lg-6 {
        padding: 60px !important
    }

    .pt-lg-6, .py-lg-6 {
        padding-top: 60px !important
    }

    .pr-lg-6, .px-lg-6 {
        padding-right: 60px !important
    }

    .pb-lg-6, .py-lg-6 {
        padding-bottom: 60px !important
    }

    .pl-lg-6, .px-lg-6 {
        padding-left: 60px !important
    }

    .p-lg-7 {
        padding: 70px !important
    }

    .pt-lg-7, .py-lg-7 {
        padding-top: 70px !important
    }

    .pr-lg-7, .px-lg-7 {
        padding-right: 70px !important
    }

    .pb-lg-7, .py-lg-7 {
        padding-bottom: 70px !important
    }

    .pl-lg-7, .px-lg-7 {
        padding-left: 70px !important
    }

    .p-lg-8 {
        padding: 80px !important
    }

    .pt-lg-8, .py-lg-8 {
        padding-top: 80px !important
    }

    .pr-lg-8, .px-lg-8 {
        padding-right: 80px !important
    }

    .pb-lg-8, .py-lg-8 {
        padding-bottom: 80px !important
    }

    .pl-lg-8, .px-lg-8 {
        padding-left: 80px !important
    }

    .p-lg-9 {
        padding: 90px !important
    }

    .pt-lg-9, .py-lg-9 {
        padding-top: 90px !important
    }

    .pr-lg-9, .px-lg-9 {
        padding-right: 90px !important
    }

    .pb-lg-9, .py-lg-9 {
        padding-bottom: 90px !important
    }

    .pl-lg-9, .px-lg-9 {
        padding-left: 90px !important
    }

    .p-lg-10 {
        padding: 100px !important
    }

    .pt-lg-10, .py-lg-10 {
        padding-top: 100px !important
    }

    .pr-lg-10, .px-lg-10 {
        padding-right: 100px !important
    }

    .pb-lg-10, .py-lg-10 {
        padding-bottom: 100px !important
    }

    .pl-lg-10, .px-lg-10 {
        padding-left: 100px !important
    }

    .p-lg-15 {
        padding: 150px !important
    }

    .pt-lg-15, .py-lg-15 {
        padding-top: 150px !important
    }

    .pr-lg-15, .px-lg-15 {
        padding-right: 150px !important
    }

    .pb-lg-15, .py-lg-15 {
        padding-bottom: 150px !important
    }

    .pl-lg-15, .px-lg-15 {
        padding-left: 150px !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

.ie .pt-ie-3 {
    padding-top: 30px
}

.bg-white {
    background-color: #fff
}

.bg-blue {
    background-color: #f49827
}

.bg-dark {
    background-color: #242424
}

.bg-gray {
    background-color: #f5f5f5
}

.bg-green {
    background-color: #2e7d32
}

.bg-orange {
    background-color: #e65100
}

.bg-red {
    color: #d50000
}

.color-black {
    color: #242424 !important
}

.color-black-op50 {
    color: rgba(36, 36, 36, .5)
}

.color-true-black {
    color: #000
}

.color-white {
    color: #fff
}

.color-white-op50 {
    color: hsla(0, 0%, 100%, .5)
}

.color-green {
    color: #2e7d32
}

.color-red {
    color: #d50000
}

.color-orange {
    color: #e65100
}

.color-blue {
    color: #f49827
}

.theme-color-blind .color-blue {
    color: #242424
}

.bg-blue, .bg-dark {
    color: #fff
}

.font-w-light {
    font-weight: 300
}

.text-dotted {
    border-bottom: 1px dotted #242424
}

.va-m {
    vertical-align: middle
}

@media (max-width: 767.98px) {
    .va-m--xs {
        vertical-align: middle
    }
}

.va-t {
    vertical-align: top
}

.va-b {
    vertical-align: bottom
}

.fx-ai-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767.98px) {
    .fx-ai-center--xs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
}

.fx-jc-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767.98px) {
    .fx-jc-center--xs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

.fx-wrap-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fx-ai-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.fx-ai-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.fx-ai-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.fx-jc-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.fx-jc-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.fx-jc-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.relative {
    position: relative !important
}

.static {
    position: static !important
}

.no-min-height {
    min-height: auto !important
}

.no-max-height {
    max-height: none !important
}

.text-transform-unset {
    text-transform: none !important
}

@media (max-width: 767.98px) {
    .fake-br--xs {
        display: block
    }
}

.fw-300 {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-bold {
    font-weight: 700 !important
}

.ov-hidden {
    overflow: hidden !important
}

.ov-visible {
    overflow: visible !important
}

.white-space-normal {
    white-space: normal !important
}

.border-none {
    border: none !important
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.sticky-default {
    position: sticky;
    top: 0;
    left: 0
}

@media (max-width: 767.98px) {
    .sticky-default-xs {
        position: sticky;
        top: 0;
        left: 0
    }
}

.w-100p {
    width: 100%
}

@media (max-width: 767.98px) {
    .w-xs-100p {
        width: 100% !important
    }
}

@media (max-width: 1399.98px) {
    .w-d-md-100p {
        width: 100% !important
    }
}

@media (min-width: 1024px) {
    .w-md-30p {
        width: 30%
    }

    .w-md-70p {
        width: 70%
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

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

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

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

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

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

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 12px;
    margin-top: -6px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 12px;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

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

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/style/arrow-left.svg);
    left: 10px;
    right: auto
}

.swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/style/arrow-right.svg);
    right: 10px;
    left: auto
}

.swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(../images/style/arrow-left.svg)
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(../images/style/arrow-right.svg)
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url(../images/style/arrow-left.svg)
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url(../images/style/arrow-right.svg)
}

.swiper-button-lock {
    display: none
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

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

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

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

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

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

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

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

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: #000;
    opacity: .15
}

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

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

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #f49827
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

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

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

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

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

.swiper-scrollbar-lock {
    display: none
}

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

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

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

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

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

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

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

.swiper-container-cube {
    overflow: visible
}

.alerts-section .swiper-container.js-alerts-slider .swiper-slide:not(.swiper-slide-active) {
    opacity: 1!important;
}
a.alerts-section__content:hover {
    color:#ffffff;
    text-decoration: none;
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

@media (min-width: 1024px) {
    .swiper-button-next, .swiper-button-prev {
        width: 32px;
        height: 18px;
        margin-top: -9px;
        background-size: 32px 18px
    }
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.btn-group-select .select2-container .select2-selection--single {
    height: 32px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--custom-select2 {
    font-family: Museo;
    font-weight: 300
}

.select2-container--custom-select2 .select2-selection--single {
    padding: 5px 0 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    border-bottom: 1px solid #fff
}

.btn-group-select .select2-container--custom-select2 .select2-selection--single {
    padding: 10px 10px 0 20px;
    border-bottom: none
}

.select2-container--custom-select2 .select2-selection--single:focus {
    outline: none
}

.select2-container--custom-select2 .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    font-style: normal;
    color: #fff;
    line-height: 1;
    padding-right: 30px
}

.btn-group-select .select2-container--custom-select2 .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px
}

@media (min-width: 768px) {
    .select2-container--custom-select2 .select2-selection--single .select2-selection__rendered {
        font-size: 16px
    }
}

.select2-container--custom-select2 .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--custom-select2 .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--custom-select2 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px
}

.select2-container--custom-select2 .select2-selection--single .select2-selection__arrow b {
    top: 50%;
    right: 1px;
    position: absolute;
    width: 11px;
    height: 7px;
    background-image: url(../images/style/dropdown.svg);
    background-repeat: no-repeat;
    background-size: 10px 7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn-group-select .select2-container--custom-select2 .select2-selection--single .select2-selection__arrow b {
    right: 12px
}

.select2-container--custom-select2[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--custom-select2[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--custom-select2.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--custom-select2.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--custom-select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
    -webkit-transform-origin: center;
    transform-origin: center
}

.select2-container--custom-select2 .select2-selection--multiple {
    background-color: #fff;
    cursor: text
}

.select2-container--custom-select2 .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--custom-select2 .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--custom-select2 .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--custom-select2 .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--custom-select2 .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--custom-select2 .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--custom-select2 .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--custom-select2[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--custom-select2[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--custom-select2[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--custom-select2[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--custom-select2[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--custom-select2.select2-container--focus .select2-selection--multiple {
    outline: 0
}

.select2-container--custom-select2.select2-container--disabled .select2-selection--multiple {
    background-color: transparent;
    cursor: default
}

.select2-container--custom-select2.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--custom-select2 .select2-dropdown {
    position: relative;
    border: 0;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, .4)
}

.select2-container--custom-select2 .select2-dropdown--above {
    margin-top: -10px
}

.select2-container--custom-select2 .select2-dropdown--below {
    margin-top: 15px
}

.select2-container--custom-select2 .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--custom-select2 .select2-results {
    padding: 10px 0
}

.select2-container--custom-select2 .select2-results > .select2-results__options {
    min-width: 150px;
    overflow-y: auto
}

.select2-container--custom-select2 .select2-results .select2-results__message {
    font-weight: 300;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-container--custom-select2 .select2-results__option {
    padding: 8px 25px 8px 10px;
    letter-spacing: .2px;
    font-weight: 500;
    font-size: 15px;
    font-style: normal;
    color: #212121;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media (min-width: 768px) {
    .select2-container--custom-select2 .select2-results__option {
        padding: 8px 30px
    }
}

.select2-container--custom-select2 .select2-results__option[role=group] {
    padding: 0
}

.select2-container--custom-select2 .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--custom-select2 .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: #f49827
}

.theme-color-blind .select2-container--custom-select2 .select2-results__option[aria-selected=true] {
    background-color: rgba(36, 36, 36, .2);
    color: #242424
}

.select2-container--custom-select2 .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--custom-select2 .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--custom-select2 .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--custom-select2 .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--custom-select2 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--custom-select2 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--custom-select2 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--custom-select2 .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f5f5
}

.select2-container--custom-select2 .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--custom-select2 .select2-search {
    padding: 18px
}

.select2-container--custom-select2 .select2-search__field {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #f49827
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg, .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

@media screen and (max-width: 1023px) {
    .mfp-wrap {
        top: 0 !important;
        height: 100% !important;
        position: fixed !important
    }
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.select2-results.nano {
    max-height: 300px
}

.select2-results.nano > .nano-pane {
    margin: 18px 0;
    right: 10px
}

@media (min-width: 768px) {
    .select2-results.nano > .nano-pane {
        right: 18px
    }
}

.nano > .nano-pane {
    width: 6px;
    background-color: transparent
}

.nano > .nano-pane:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    display: block;
    width: 2px;
    background-color: #e0e0e0
}

.nano > .nano-pane > .nano-slider {
    margin: 0;
    border-radius: 3px;
    background-color: #f49827
}

.theme-color-blind .nano > .nano-pane > .nano-slider {
    background-color: #242424
}

.datepicker--cells {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell, .datepicker--cells {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

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

.theme-color-blind .datepicker--cell.-range-from- {
    border-color: rgba(36, 36, 36, .4) !important;
    background-color: rgba(36, 36, 36, .1) !important
}

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

.datepicker--cell.-current- {
    color: #f49827
}

.datepicker--cell.-current-.-focus- {
    color: #3ca3bd
}

.datepicker--cell.-current-.-in-range- {
    color: #62bde5
}

.datepicker--cell.-in-range- {
    background: #f5f5f5;
    color: #4a4a4a;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(66, 66, 66, .2)
}

.theme-color-blind .datepicker--cell.-in-range-.-focus- {
    background-color: rgba(36, 36, 36, .2)
}

.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(66, 66, 66, .5);
    background-color: rgba(66, 66, 66, .1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border: 1px solid #f49827;
    background-color: rgba(66, 66, 66, .1);
    border-radius: 100%;
    color: #f49827
}

.theme-color-blind .datepicker--cell.-range-to- {
    background-color: transparent;
    color: #242424;
    border-color: #242424
}

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

.datepicker--cell.-selected- {
    color: #fff;
    border: none;
    border-radius: 100%;
    background: #f49827
}

.theme-color-blind .datepicker--cell.-selected- {
    color: #fff;
    background: #242424 !important
}

.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #f49827
}

.theme-color-blind .datepicker--cell.-selected-.-current- {
    background: #242424
}

.datepicker--cell.-selected-.-focus- {
    background: #0091cf
}

.theme-color-blind .datepicker--cell.-selected-.-focus- {
    background: #242424
}

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

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

.datepicker--day-name, .datepicker--days-names {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

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

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

.datepicker--cell-month {
    width: 33.33%
}

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

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

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

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

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 14px;
    color: #4a4a4a;
    width: 280px;
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 6px 0
}

.-only-timepicker- .datepicker--content {
    display: none
}

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

.-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% - 5px)
}

.-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% - 5px)
}

.datepicker--body {
    display: none
}

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

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    background: #62bde5
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #3ca3bd
}

.datepicker--nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 34px;
    padding: 15px 0 6px
}

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

.datepicker--nav-action, .datepicker--nav-title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: 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:hover {
    background: #f0f0f0
}

.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;
    text-transform: uppercase
}

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

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

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

.datepicker--buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef
}

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

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

.datepicker--time {
    border-top: 1px solid #efefef;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px;
    position: relative
}

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

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

.datepicker--time-sliders {
    -ms-flex: 0 1 153px;
    -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: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: 1;
    -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: Century Gothic, CenturyGothic, AppleGothic, 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;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -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(90deg, #dedede, #dedede) left 50%/100% 1px no-repeat
}

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

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

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -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: none
}

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

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

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

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-box-sizing: border-box;
    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
}

.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;
    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;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    margin-top: -6px
}

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

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

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

.datepicker--time-row input[type=range]::-ms-fill-lower, .datepicker--time-row input[type=range]::-ms-fill-upper {
    background: transparent
}

.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: #80cced
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #62bde5
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(66, 66, 66, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(66, 66, 66, .2)
}

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

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    height: 15px;
    bottom: 0
}

.ps__rail-x, .ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    position: absolute
}

.ps__rail-y {
    width: 15px;
    right: 0
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y, .ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px
}

.ps__thumb-x, .ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-y {
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px
}

.ps__rail-x.ps--clicking .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x:hover > .ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ps {
        overflow: auto !important
    }
}

.horizontal-scrollbar {
    position: relative
}

.horizontal-scrollbar.ps .ps__rail-x {
    height: 6px;
    background-color: transparent
}

.horizontal-scrollbar.ps .ps__rail-x:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    display: block;
    height: 2px;
    background-color: #e0e0e0
}

.horizontal-scrollbar.ps .ps__thumb-x {
    height: 6px;
    bottom: 0;
    background-color: #fff;
    opacity: 1
}

.horizontal-scrollbar.ps--active-x .ps__rail-x {
    opacity: 1
}

.horizontal-scrollbar-shadow {
    position: relative
}

.horizontal-scrollbar-shadow:after, .horizontal-scrollbar-shadow:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    display: block;
    width: 25px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.horizontal-scrollbar-shadow:before {
    left: -25px;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 152, 219, 0)), to(#f49827));
    background-image: linear-gradient(270deg, rgba(0, 152, 219, 0), #f49827)
}

.theme-color-blind .horizontal-scrollbar-shadow:before {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(36, 36, 36, 0)), to(#242424));
    background-image: linear-gradient(270deg, rgba(36, 36, 36, 0), #242424)
}

.horizontal-scrollbar-shadow:after {
    right: -25px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 152, 219, 0)), to(#f49827));
    background-image: linear-gradient(90deg, rgba(0, 152, 219, 0), #f49827)
}

.theme-color-blind .horizontal-scrollbar-shadow:after {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(36, 36, 36, 0)), to(#242424));
    background-image: linear-gradient(90deg, rgba(36, 36, 36, 0), #242424)
}

.horizontal-scrollbar-shadow .horizontal-scrollbar {
    margin-left: -25px;
    margin-right: -25px
}

.horizontal-scrollbar-shadow .horizontal-scrollbar__content {
    padding-left: 25px;
    padding-right: 25px
}

.horizontal-scrollbar-shadow .ps__rail-x {
    margin-left: 25px;
    margin-right: 25px
}

.horizontal-scrollbar-shadow.shadow-off-right:after, .horizontal-scrollbar-shadow.shadow-off-right:before, .horizontal-scrollbar-shadow.shadow-off:after {
    background-image: none
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1170px
    }
}

.container--lg {
    max-width: 1230px
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px
}

.container--pt {
    padding-top: 40px
}

@media (min-width: 768px) {
    .container--pt {
        padding-top: 55px
    }
}

.container--pt-light {
    padding-top: 30px
}

@media (min-width: 768px) {
    .container--pt-light {
        padding-top: 60px
    }
}

@media (min-width: 1024px) {
    .container--pt-light {
        padding-top: 0
    }
}

@media (min-width: 1400px) {
    .container--pt-light {
        padding-top: 20px
    }
}

@media (min-width: 1400px) {
    .container__padded {
        padding-left: 85px;
        padding-right: 85px
    }
}

.fade {
    -webkit-transition: opacity .15s;
    transition: opacity .15s
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .15s;
    transition: height .15s
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.js-tab__btn {
    cursor: default
}

.js-tab__btn:not(.active):not(.is-active) {
    cursor: pointer
}

.js-tab__content {
    -webkit-animation: fadeIn 1s forwards;
    animation: fadeIn 1s forwards
}

.js-tab__content:not(.active):not(.is-active) {
    display: none !important
}

.table-flex-wrap {
    margin-bottom: 70px;
    overflow-x: auto;
    overflow-y: hidden
}

.table-flex {
    position: relative;
    min-width: 1000px
}

.table-flex__head {
    position: relative;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    z-index: 10;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), color-stop(75%, #f5f5f5), to(hsla(0, 0%, 96%, 0)));
    background: linear-gradient(180deg, #f5f5f5 0, #f5f5f5 75%, hsla(0, 0%, 96%, 0))
}

.table-flex__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.table-flex__row.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.table-flex__row.is-open {
    background-color: #fff
}

.table-flex__row--link {
    border-radius: 5px;
    color: #212121;
    text-decoration: none
}

.table-flex__row--link:hover {
    background-color: #fff
}

.table-flex__row--link:hover .table-flex__no-wrap:after {
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, .01)), color-stop(1%, hsla(0, 0%, 100%, .2)), color-stop(70%, #fff));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .01) 0, hsla(0, 0%, 100%, .2) 1%, #fff 70%)
}

.table-flex__row--link.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.table-flex__td, .table-flex__th {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px 10px 10px 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3
}

.theme-font-md .table-flex__td, .theme-font-md .table-flex__th {
    font-size: 15px;
    font-size: 1.5rem
}

.theme-font-lg .table-flex__td, .theme-font-lg .table-flex__th {
    font-size: 17px;
    font-size: 1.7rem
}

@media (min-width: 768px) {
    .table-flex__td, .table-flex__th {
        font-size: 1.4rem
    }

    .theme-font-md .table-flex__td, .theme-font-md .table-flex__th {
        font-size: 1.7rem
    }

    .theme-font-lg .table-flex__td, .theme-font-lg .table-flex__th {
        font-size: 1.9rem
    }
}

.table-flex__td:last-of-type, .table-flex__th:last-of-type {
    padding: 10px 20px 10px 10px
}

.table-flex__td--type1, .table-flex__th--type1 {
    width: 11%
}

.table-flex__td--type2, .table-flex__th--type2 {
    width: 13%
}

.table-flex__td--type3, .table-flex__th--type3 {
    width: 16%
}

.table-flex__td--type4, .table-flex__th--type4 {
    width: 18%
}

.table-flex__td--type5, .table-flex__th--type5 {
    width: 13%
}

.table-flex__td--type6, .table-flex__th--type6 {
    width: 10%
}

.table-flex__td--type7, .table-flex__th--type7 {
    width: 19%
}

.table-flex__td {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 62px;
    padding: 10px 5px 10px 20px;
    font-weight: 300
}

.table-flex__td:last-of-type {
    padding: 10px 20px 10px 5px
}

.table-flex__link-btn {
    display: block;
    background-color: #e6e6e6;
    padding: 15px 0;
    border-radius: 5px;
    text-align: center;
    color: #212121;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: all .15s;
    transition: all .15s
}

@media (max-width: 767.98px) {
    .table-flex__link-btn {
        text-align: left
    }
}

.table-flex__link-btn:hover {
    background-color: #cdcdcd
}

.table-flex__collapse-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    display: inline-block;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s
}

.table-flex__collapse-btn > svg {
    stroke: #212121
}

.js-collapse-btn[aria-expanded=true] .table-flex__collapse-btn {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.table-flex__pic {
    display: block;
    max-width: 100px
}

.table-flex__alt-text, .theme-photo-no .table-flex__pic {
    display: none
}

.theme-photo-no .table-flex__alt-text {
    display: block
}

.table-flex__no-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    white-space: nowrap;
    overflow: hidden
}

.table-flex__no-wrap:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 96%, .01)), color-stop(1%, hsla(0, 0%, 96%, .25)), color-stop(70%, #f5f5f5));
    background: linear-gradient(90deg, hsla(0, 0%, 96%, .01) 0, hsla(0, 0%, 96%, .25) 1%, #f5f5f5 70%)
}

.collapse--white .table-flex__no-wrap:after, .collapse .table-flex__no-wrap:after, .is-open .table-flex__no-wrap:after {
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, .01)), color-stop(1%, hsla(0, 0%, 100%, .2)), color-stop(70%, #fff));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .01) 0, hsla(0, 0%, 100%, .2) 1%, #fff 70%)
}

.table-flex .collapse--white {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.table-contacts {
    font-weight: 300
}

.table-contacts td {
    padding: 5px 10px;
    vertical-align: top
}

.table-contacts--short {
    max-width: 450px
}

.table-contacts--py td {
    padding-top: 9px;
    padding-bottom: 9px
}

.false-table-simple {
    display: block;
    min-width: 100%
}

.false-table-simple__tr {
    display: block;
    background-color: #fff
}

.false-table-simple__tr:nth-child(2n) {
    background-color: #f5f5f5
}

.false-table-simple__td {
    display: block;
    padding: 8px 14px;
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 21px
}

.false-table-simple__td:first-child {
    opacity: .7
}

@media (max-width: 767.98px) {
    .false-table-simple {
        margin-left: -15px;
        margin-right: -15px
    }

    .false-table-simple--triple .false-table-simple__tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .false-table-simple--triple .false-table-simple__td {
        width: 50%;
        padding-bottom: 11px
    }

    .false-table-simple--triple .false-table-simple__td:first-child {
        width: 100%;
        padding-top: 11px;
        padding-bottom: 0
    }
}

@media (min-width: 768px) {
    .false-table-simple {
        display: table;
        width: 100%
    }

    .false-table-simple__tr {
        display: table-row
    }

    .false-table-simple__td {
        display: table-cell;
        font-size: 1.6rem;
        line-height: 24px
    }

    .false-table-simple__td:first-child {
        padding-left: 25px
    }

    .false-table-simple__td:last-child {
        padding-right: 25px
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    position: relative;
    z-index: 10
}

.breadcrumb-item {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300
}

.breadcrumb-item:not(:last-child) {
    padding-right: 8px
}

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    content: "\2014";
    margin-right: 4px
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item__text {
    color: #fff;
    text-decoration: none
}

.breadcrumb-item__text.is-active {
    opacity: .5
}

.btn {
    display: inline-block;
    min-width: 115px;
    padding: 6px 8px;
    border: 1px solid transparent;
    border-radius: 6px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .25s;
    transition: all .25s
}

.btn.focus, .btn:focus {
    outline: 0
}

.btn.disabled, .btn:disabled {
    opacity: .5
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none
}

.btn--white {
    border: 1px solid #fff;
    color: #fff
}

.btn--white.is-active, .btn--white:hover {
    background-color: #fff;
    color: #f49827
}

.btn--blue {
    background-color: #f49827;
    color: #fff !important
}

.btn--blue:hover {
    background-color: #00a2e8
}

.btn--blue:active, .btn--blue:focus {
    background-color: #0091cf
}

.btn--lg {
    width: 100%;
    padding: 15px 8px
}

.btn--sm {
    width: 270px;
    padding: 20px 8px;
    font-size: 14px;
    font-size: 1.4rem
}

.btn--ico-airplane {
    padding-top: 10px
}

.btn--ico-airplane:after {
    display: inline-block;
    content: "";
    width: 19px;
    height: 19px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    margin-left: 24px;
    background-image: url(../images/style/airplane-btn.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 19px 19px
}

a.btn--ico-airplane {
    width: 100%
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-link {
    background-color: transparent
}

.btn-link.focus, .btn-link:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    pointer-events: none
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

@media (min-width: 768px) {
    .btn--lg {
        width: 370px
    }

    .btn--lg, .btn--sm {
        padding: 20px 8px;
        font-size: 1.4rem
    }

    .btn--sm {
        width: 270px
    }
}

@media (min-width: 1024px) {
    .btn {
        min-width: 140px;
        padding: 8px 10px;
        font-size: 1.4rem
    }

    .btn--lg, .btn--sm {
        padding: 20px 8px
    }

    .btn--sm {
        width: 270px;
        font-size: 1.4rem
    }
}

.button-add-more {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 5px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-align: left;
    cursor: pointer
}

.button-add-more:focus {
    outline: none
}

.button-add-more > span {
    color: inherit !important;
    display: inline !important;
    margin-bottom: 0 !important
}

.button-add-more__sign + .button-add-more__text {
    margin-left: 25px
}

.btn-search {
    min-width: auto;
    padding: 0;
    background-color: transparent
}

.btn-search--unclick {
    pointer-events: none
}

.form-group .btn-search {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0
}

.btn-search svg {
    position: relative !important;
    top: 0;
    width: 18px;
    height: 19px;
    stroke: #242424
}

.btn-group, .btn-group-row, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 6px;
    border: 1px solid transparent;
    vertical-align: middle;
    overflow: hidden
}

.btn-group--white, .btn-group-row--white, .btn-group-vertical--white {
    border: none
}

.btn-group--white:not(.btn-group--has-rows), .btn-group-row--white:not(.btn-group--has-rows), .btn-group-vertical--white:not(.btn-group--has-rows) {
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 1px
}

@media (max-width: 767.98px) {
    .btn-group--white.btn-group--has-rows, .btn-group-row--white.btn-group--has-rows, .btn-group-vertical--white.btn-group--has-rows {
        -webkit-box-shadow: inset 0 0 0 1px;
        box-shadow: inset 0 0 0 1px
    }
}

.btn-group--wrap, .btn-group-row--wrap, .btn-group-vertical--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.btn-group-row > .btn, .btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    border-width: 0;
    border-radius: 0
}

.btn-group-row > .btn.active, .btn-group-row > .btn:active, .btn-group-row > .btn:focus, .btn-group-row > .btn:hover, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 1
}

.btn-group-row .btn + .btn, .btn-group-row .btn + .btn-group, .btn-group-row .btn-group + .btn, .btn-group-row .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group, .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: 0
}

.btn-group-row .btn + .btn, .btn-group-vertical .btn + .btn, .btn-group .btn + .btn {
    border-left-width: 1px
}

.btn-group-row, .btn-group-row-row, .btn-group-vertical-row {
    border-bottom-left-radius: 0
}

.btn-group + .btn-group-row, .btn-group-row + .btn-group-row, .btn-group-vertical + .btn-group-row {
    border-top: 0;
    border-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-top: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group-row > .btn:first-child, .btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: 0;
    margin-left: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-group-select {
    width: 100%;
    margin-bottom: 30px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .btn-group--wrap {
        border: none
    }

    .btn-group--lg .btn {
        padding: 8px 30px
    }

    .btn-group--lg.btn-group--white .btn {
        padding-top: 9px;
        padding-bottom: 9px
    }
}

@media (min-width: 1024px) {
    .btn-group--lg .btn {
        padding: 9px 40px;
        letter-spacing: 1.6px
    }

    .btn-group--lg.btn-group--white .btn {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.form__element--grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.form__input {
    width: 100%;
    border: none;
    border-radius: 0;
    background: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    font-family: Museo;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 300;
    outline: none
}

.form__input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.form__input::-moz-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.form__input::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.form__input::placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.form__input:focus {
    border-color: #fff
}

.form__input--minw250 {
    min-width: 250px
}

.select2-container--custom-select2.select2-container--disabled .select2-selection--single {
    background: transparent;
    cursor: not-allowed
}

.display-none {
    display: none !important
}

.form_input {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.form-filter .intro-page-row {
    margin-bottom: 20px
}

.form-filter .intro-page-row:last-child {
    margin-bottom: 0
}

.form-filter .intro-page-col {
    width: auto
}

.form-filter .select-year {
    width: 110px
}

.form-filter .select-month {
    width: 160px
}

@media (min-width: 768px) {
    .form-filter-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .form-filter .intro-page-row {
        margin-bottom: 0
    }

    .form-filter .select-label {
        width: 170px
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 5px 5px 5px 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff
}

.form-control--icon {
    padding-right: 20px
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control::-webkit-input-placeholder {
    text-transform: none;
    opacity: 1
}

.form-control::-moz-placeholder {
    text-transform: none;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    text-transform: none;
    opacity: 1
}

.form-control::placeholder {
    text-transform: none;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    opacity: 1
}

.form-group {
    position: relative;
    margin-bottom: 10px
}

.form-group--bb {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(36, 36, 36, .3)
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.select-label {
    display: block;
    width: 100%
}

.way-tabs {
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 560px
}

@media (min-width: 768px) {
    .way-tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.way-tabs li {
    color: hsla(0, 0%, 100%, .4);
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 35px;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    white-space: nowrap
}

.theme-color-blind .way-tabs li {
    color: #fff
}

.way-tabs li a {
    color: hsla(0, 0%, 100%, .4);
    text-decoration: none
}

.theme-color-blind .way-tabs li a {
    color: #fff
}

.way-tabs li svg {
    width: 21px;
    height: 15px;
    fill: hsla(0, 0%, 100%, .4)
}

.theme-color-blind .way-tabs li svg {
    fill: #fff
}

.way-tabs li:hover, .way-tabs li:hover a {
    color: #fff
}

.way-tabs li:hover svg {
    fill: #fff
}

.way-tabs li.active {
    color: #fff;
    border-bottom-color: #fff
}

.way-tabs li.active svg {
    fill: #fff
}

.way-tabs li.active a {
    color: #fff
}

.way-tabs li:first-of-type svg {
    width: 18px;
    height: 13px
}

.way-tabs li:last-of-type svg {
    width: 17px;
    height: 16px
}

.way-tabs--insulate {
    padding-left: 0
}

.way-tabs--insulate li:first-child {
    margin-left: 0
}

@media (max-width: 767.98px) {
    .way-tabs--insulate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.way-tabs--offset {
    margin-top: -36px
}

.parking-block {
    position: absolute;
    text-align: center;
    color: #fff;
    text-decoration: none;
    left: 15px;
    right: auto;
    top: -60px
}

@media (min-width: 768px) {
    .parking-block {
        left: auto;
        right: 10%;
        top: -45px
    }
}

@media (min-width: 1024px) {
    .parking-block {
        right: 20%
    }
}

.parking-block--active {
    display: block
}

.parking-block svg {
    width: 32px;
    height: 32px;
    color: #f49827;
    fill: #fff
}

.theme-color-blind .parking-block svg {
    color: #242424
}

.way .cls-1 {
    opacity: 1
}

.way .container {
    overflow: auto
}

.way__inner {
    background: #f5f5f5;
    padding-top: 90px
}

.way__element {
    padding-bottom: 80px
}

.way__header {
    position: relative;
    color: #000;
    margin-bottom: 40px;
    margin-left: 0
}

@media (min-width: 768px) {
    .way__header {
        margin-left: 0
    }
}

@media (min-width: 1024px) {
    .way__header {
        margin-left: 90px
    }
}

.way__header--abs {
    position: relative;
    right: 0;
    top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #f49827;
    text-decoration: none
}

.theme-color-blind .way__header--abs {
    color: #242424
}

.theme-color-blind .way__header--abs svg {
    opacity: 1 !important
}

.way__header--abs svg {
    width: 34px;
    height: 33px;
    stroke: #f49827
}

.theme-color-blind .way__header--abs svg {
    stroke: #242424
}

@media (min-width: 768px) {
    .way__header--abs {
        position: absolute
    }
}

.way__header--abs span {
    margin-left: 20px
}

.way__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.way__container--train .way__container-element-money {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width: 768px) {
    .way__container {
        margin: -10px
    }
}

.way__container-element-shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .way__container-element-shell {
        width: 50%;
        max-width: 50%;
        margin: 0;
        padding: 10px
    }
}

@media (min-width: 1400px) {
    .way__container-element-shell {
        width: 33.33%;
        max-width: 33.33%
    }
}

.way__container-element {
    background: #fff;
    padding: 30px;
    width: 100%;
    height: 100%;
    min-height: 150px;
    margin: 0
}

.way__container-element, .way__container-element--exc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.way__container-element--exc {
    color: #000;
    background: transparent;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.way__container-element--exc div {
    font-size: 16px;
    font-size: 1.6rem
}

.way__container-element--exc div a {
    color: #f49827
}

.theme-color-blind .way__container-element--exc div a {
    color: #242424
}

.way__container-element--exc div a:hover {
    text-decoration: none
}

.way__container-element-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.way__container-element-header svg {
    width: 82px;
    height: 34px;
    fill: #ccc
}

.way__container-element-header span {
    color: #000;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    white-space: nowrap
}

@media (min-width: 768px) {
    .way__container-element-header span {
        font-size: 4.2rem
    }
}

@media (min-width: 1024px) {
    .way__container-element-header span {
        font-size: 4.8rem
    }
}

.way__container-element-header-text {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    height: 70px;
    color: #000
}

.way__container-element-header-text div {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300
}

.way__container-element-header-time {
    color: #f49827;
    font-size: 14px;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.theme-color-blind .way__container-element-header-time {
    color: #242424
}

.way__container-element-header-time span {
    margin-left: 10px
}

.way__container-element-header-time svg {
    width: 15px;
    height: 15px;
    stroke: #f49827
}

.theme-color-blind .way__container-element-header-time svg {
    stroke: #242424
}

.way__line {
    position: relative;
    width: 100%;
    height: 2px;
    background: #f49827;
    margin-top: 5px;
    padding-right: 5px
}

.theme-color-blind .way__line {
    background-color: #242424
}

.way__line:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #f49827;
    border-radius: 100%;
    position: absolute;
    top: -6.5px;
    background: #fff
}

.theme-color-blind .way__line:before {
    border-color: #242424
}

.way__line:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #f49827;
    border-right: 2px solid #f49827;
    right: 0;
    top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.theme-color-blind .way__line:after {
    border-color: #242424
}

.way__container-element-city {
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: 15px;
    height: 65px
}

.way__container-element-city, .way__container-element-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.way__container-element-time {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    min-height: 70px;
    margin-bottom: 45px
}

@media (min-width: 1024px) {
    .way__container-element-time {
        margin-bottom: 75px
    }
}

.way__container-element-time div {
    width: 45%;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: 10px
}

.way__container-element-time div span {
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    width: 100%
}

.way__container-element-money {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto
}

.way__container-element-money .way__container-element-money-exc {
    width: 50%;
    text-align: right
}

.way__container-element-money a {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #f49827;
    font-size: 14px;
    font-size: 1.4rem
}

.theme-color-blind .way__container-element-money a {
    color: #242424
}

.way__container-element-money a:hover {
    text-decoration: none
}

.way__container-element-money div span {
    height: 20px;
    display: block
}

.way__container-element-money div span.way__container-element-money-span {
    font-size: 30px;
    font-size: 3rem;
    color: #f49827;
    font-weight: 500;
    height: auto
}

.theme-color-blind .way__container-element-money div span.way__container-element-money-span {
    color: #242424
}

@media (min-width: 1024px) {
    .way__container-element-money div span.way__container-element-money-span {
        font-size: 3.4rem
    }
}

.way__container-element-money div span.way__container-element-money-span span {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    display: inline-block
}

.way__btn {
    font-size: 14px;
    font-size: 1.4rem;
    color: #f49827;
    max-width: 770px;
    border: 2px solid #f49827;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px auto 0;
    text-decoration: none
}

.theme-color-blind .way__btn {
    border-color: #242424;
    color: #242424
}

.way__btn:hover {
    background: #f49827;
    color: #fff
}

.theme-color-blind .way__btn:hover {
    background-color: #242424
}

@media (min-width: 768px) {
    .way__btn {
        margin: 80px auto 0
    }
}

.way-click {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    margin-top: 36px
}

@-webkit-keyframes wayMapFade {
    0% {
        height: 500px;
        background: rgba(0, 0, 0, .8)
    }
    90% {
        height: 500px;
        background: transparent
    }
    to {
        height: 0;
        background: transparent
    }
}

@keyframes wayMapFade {
    0% {
        height: 500px;
        background: rgba(0, 0, 0, .8)
    }
    90% {
        height: 500px;
        background: transparent
    }
    to {
        height: 0;
        background: transparent
    }
}

.way-map {
    position: relative;
    width: 100%;
    height: 500px
}

.way-map .controls__toolbar {
    margin: 0 !important
}

.way-map .controls__toolbar_left .controls__control_toolbar:first-child {
    width: 100%;
    padding: 0;
    margin: 0 !important
}

.way-map .controls__toolbar_left .controls__control_toolbar:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 0;
    background: transparent;
    -webkit-transition: background 1.5s, height 0s linear 1.6s;
    transition: background 1.5s, height 0s linear 1.6s
}

.way-map .float-button._hidden-text, .way-map .search.search_layout_normal.searchbox__normal-layout {
    display: none
}

.way-map .control-popup {
    margin: 20px auto auto;
    -webkit-transition: 1.5s;
    transition: 1.5s
}

.way-map.active .controls__control_toolbar:first-child {
    height: 500px
}

.way-map.active .controls__control_toolbar:first-child:before {
    height: 500px;
    background: rgba(0, 0, 0, .8)
}

.way-map.active .control-popup {
    margin: 200px auto auto
}

.way-map .route-panel__input {
    display: none
}

.way-map.way-map-next .route-panel__input {
    display: block
}

.way-map.way-map-next .route-panel__input_from {
    display: none
}

.way-map.way-map-next .route-panel-input__location {
    display: none !important
}

.way-map .route-panel-input, .way-map .route-panel-input:hover, .way-map .route-panel-input:visited {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.way-map .route-panel-input.route-panel-input_focused {
    -webkit-box-shadow: none;
    box-shadow: none
}

.way-map .route-panel__input_from {
    display: block
}

.way-map .route-panel.route-panel_built .route-panel__clear-row, .way-map .route-panel__errors {
    display: none
}

.way-map .control-popup__content {
    background: transparent
}

.way-map .control-popup {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100% !important;
    max-width: 100% !important
}

@media (min-width: 768px) {
    .way-map .control-popup {
        width: 570px !important;
        max-width: 570px !important
    }
}

.way-map .route-panel-input__icon {
    display: none
}

.way-map .route-panel-input__location {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    opacity: 1;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url(../images/style/way-search.png);
    background-position: 50%;
    position: relative;
    margin: 20px auto 0;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .1), 0 2px 8px -3px rgba(0, 0, 0, .05) !important;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .1), 0 2px 8px -3px rgba(0, 0, 0, .05) !important
}

@media (min-width: 768px) {
    .way-map .route-panel-input__location {
        position: absolute;
        margin: 0
    }
}

.way-map .controls__toolbar_left {
    width: 100%
}

.way-map .controls__toolbar_right {
    margin-top: 20px
}

.way-map .controls__control_toolbar {
    -webkit-transform: translate(0);
    transform: translate(0);
    width: 100%;
    margin-left: 0;
    background: none;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    z-index: 0 !important
}

.way-map input.route-panel-input__input {
    width: 100%;
    height: 60px;
    background: #fff;
    border-radius: 6px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .1), 0 2px 8px -3px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .1), 0 2px 8px -3px rgba(0, 0, 0, .05)
}

@media (min-width: 768px) {
    .way-map input.route-panel-input__input {
        width: 460px
    }
}

.way-map .route-panel-input__clear {
    right: 85px
}

.way-map .route-panel-input__location-spinner {
    top: 37%;
    left: 37%
}

.way-map .route-panel-input__location.route-panel-input__location_loading {
    background: #fff
}

.way-map .route-panel-input__location-spinner__circle:before {
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000
}

.hire {
    background: #f5f5f5
}

.hire__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hire__block-element {
    width: 100%;
    padding: 35px;
    background: #fff;
    margin-top: 20px;
    margin-right: 0
}

@media (min-width: 768px) {
    .hire__block-element {
        width: 49%;
        margin-right: 13px
    }

    .hire__block-element:nth-child(2n+2) {
        margin-right: 0
    }
}

@media (min-width: 1024px) {
    .hire__block-element {
        width: 32%;
        margin-right: 18px
    }

    .hire__block-element:nth-child(2n+2) {
        margin-right: 18px
    }

    .hire__block-element:nth-child(3n+3) {
        margin-right: 0
    }
}

@media (min-width: 1400px) {
    .hire__block-element, .hire__block-element:nth-child(2n+2) {
        margin-right: 22px
    }

    .hire__block-element:nth-child(3n+3) {
        margin-right: 0
    }
}

.hire__block-element-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    margin-bottom: 60px
}

.hire__header {
    padding-top: 80px;
    padding-bottom: 50px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 500;
    color: #000
}

@media (min-width: 768px) {
    .hire__header {
        font-size: 4.2rem
    }
}

@media (min-width: 1024px) {
    .hire__header {
        font-size: 4.8rem
    }
}

.hire__block-element-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    height: 50px
}

.hire__block-element-phone div {
    display: block
}

.hire__block-element-phone svg {
    width: 12px;
    height: 12px;
    fill: #f49827;
    margin-right: 20px;
    margin-top: 5px
}

.theme-color-blind .hire__block-element-phone svg {
    fill: #242424
}

.hire__block-element-site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px
}

.hire__block-element-site a {
    display: block;
    color: #f49827
}

.theme-color-blind .hire__block-element-site a {
    color: #242424
}

.hire__block-element-site a:hover {
    text-decoration: none
}

.hire__block-element-site svg {
    width: 14px;
    height: 12px;
    fill: #f49827;
    margin-right: 20px;
    margin-top: 7px
}

.theme-color-blind .hire__block-element-site svg {
    fill: #242424
}

.page-content-way.page-content-way {
    padding: 0
}

.vip-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.vip-text__element {
    width: 100%;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .vip-text__element {
        margin-bottom: 70px
    }
}

@media (min-width: 1024px) {
    .vip-text__element {
        width: 48%
    }
}

@media (min-width: 1400px) {
    .vip-text__element {
        margin-bottom: 80px
    }
}

.vip-text__element--header {
    width: 100%;
    max-width: 100%
}

@media (min-width: 1024px) {
    .vip-text__element--header {
        width: 100%;
        max-width: 685px
    }
}

@media (min-width: 1400px) {
    .vip-text__element--header {
        width: 48%;
        max-width: 100%
    }
}

.vip-text__element--sсheme {
    display: none
}

@media (min-width: 1400px) {
    .vip-text__element--sсheme {
        display: block
    }
}

.vip-text__element--pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .vip-text__element--pdf {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 1024px) {
    .vip-text__element--pdf {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.vip-text__element .vip-text__more-info-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (min-width: 768px) {
    .vip-text__element .vip-text__more-info-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.vip-text__info {
    background: #fff;
    padding: 55px
}

.vip-text__info a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #f49827;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 1px solid #f49827
}

.theme-color-blind .vip-text__info a {
    color: #242424;
    border-color: #242424
}

.vip-text__info a.vip-text__info-post {
    border-bottom: none
}

.vip-text__info p {
    font-size: 24px;
    font-size: 2.4rem;
    color: #000;
    font-weight: 500;
    margin: 65px 0 25px
}

.vip-text__header {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    padding-top: 50px
}

@media (min-width: 768px) {
    .vip-text__header {
        font-size: 3rem;
        padding-top: 70px
    }
}

@media (min-width: 1024px) {
    .vip-text__header {
        padding-top: 0
    }
}

@media (min-width: 1400px) {
    .vip-text__header {
        padding-top: 30px
    }
}

.vip-text__header-info {
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
    font-weight: 300
}

.vip-text__header-info:not(:last-child) {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .vip-text__header-info {
        font-size: 1.8rem
    }
}

.vip-text__more-info-header {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #000
}

.vip-text__more-info-text {
    margin: 30px 0;
    font-size: 18px;
    font-size: 1.8rem;
    color: #000;
    font-weight: 300;
    max-width: 360px
}

@media (min-width: 1024px) {
    .vip-text__more-info-text {
        margin: 30px 0 70px
    }
}

.vip-text__more-info-link {
    text-decoration: none;
    width: auto;
    margin-left: 0
}

.vip-text__more-info-link svg {
    width: 40px;
    height: 50px;
    fill: #f49827;
    margin-bottom: 20px;
    margin-right: 15px
}

.theme-color-blind .vip-text__more-info-link svg {
    fill: #242424
}

@media (min-width: 768px) {
    .vip-text__more-info-link svg {
        margin-right: 0
    }
}

.vip-text__more-info-link p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
    font-weight: 300
}

.vip-text__more-info-link p:last-child {
    font-style: italic
}

@media (max-width: 767.98px) {
    .vip-text__more-info-link {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .contacts-companies-shell:first-child .vip-text__more-info-link {
        margin-top: 30px
    }
}

@media (min-width: 768px) {
    .vip-text__more-info-link {
        width: 100px
    }
}

@media (min-width: 1024px) {
    .vip-text__more-info-link {
        width: auto;
        margin-left: 0
    }
}

.vip-terminal .section-back {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vip-terminal__header {
    padding: 60px 0 30px;
    margin: 0;
    font-size: 24px;
    font-size: 2.4rem;
    color: 0;
    font-weight: 500;
    background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#f5f5f5));
    background: linear-gradient(180deg, #e9e9e9, #f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e9e9", endColorstr="#f5f5f5", GradientType=0)
}

@media (min-width: 768px) {
    .vip-terminal__header {
        margin: 80px 0 50px;
        font-size: 4.8rem
    }
}

.vip-terminal__header.center {
    text-align: center
}

.vip-terminal .swiper-slide {
    border-radius: 8px;
    overflow: hidden
}

.vip-terminal .swiper-slide img {
    width: 100%;
    height: auto;
    max-height: 600px
}

@media (max-width: 767.98px) {
    .vip-terminal .container .swiper3__inner {
        margin-left: -15px;
        margin-right: -15px
    }

    .vip-terminal .container .swiper3__inner .swiper-slide {
        border-radius: 0
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .vip-terminal .container .swiper3__inner {
        margin-left: -40px;
        margin-right: -40px
    }
}

.vip-terminal .swiper-container3 {
    padding-bottom: 140px;
    background: #fff;
    position: relative
}

.vip-terminal .swiper-container3 .swiper-button-next, .vip-terminal .swiper-container3 .swiper-button-prev {
    display: none
}

@media (min-width: 768px) {
    .vip-terminal .swiper-container3 .swiper-button-next, .vip-terminal .swiper-container3 .swiper-button-prev {
        display: block
    }
}

.vip-terminal .swiper3 {
    position: relative
}

.theme-photo-no .vip-terminal .swiper3 {
    display: none
}

.vip-terminal .swiper3__inner {
    overflow: hidden
}

.vip-terminal .swiper3:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #fff
}

.vip-terminal .swiper-container-horizontal > .swiper-pagination-bullets, .vip-terminal .swiper-pagination-custom, .vip-terminal .swiper-pagination-fraction {
    width: auto;
    left: 50%;
    margin-left: 0;
    bottom: 100px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

@media (min-width: 768px) {
    .vip-terminal .swiper-container-horizontal > .swiper-pagination-bullets, .vip-terminal .swiper-pagination-custom, .vip-terminal .swiper-pagination-fraction {
        -webkit-transform: translate(0);
        transform: translate(0);
        margin-left: 40px;
        left: auto
    }
}

.vip-terminal .swiper-button-next, .vip-terminal .swiper-button-prev {
    width: 35px;
    bottom: 105px;
    top: auto
}

@media (min-width: 768px) {
    .vip-terminal .swiper-button-next, .vip-terminal .swiper-button-prev {
        display: block
    }
}

.vip-terminal .swiper-button-next svg .cls-1, .vip-terminal .swiper-button-prev svg .cls-1 {
    stroke: #f49827
}

.theme-color-blind .vip-terminal .swiper-button-next svg .cls-1, .theme-color-blind .vip-terminal .swiper-button-prev svg .cls-1 {
    stroke: #242424
}

.vip-terminal .swiper-button-prev {
    right: 165px;
    left: auto;
    background: none
}

.vip-terminal .swiper-button-next {
    background: none;
    right: 90px
}

.vip-terminal .swiper-button-next svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.vip-terminal .vip-map {
    border-top: 1px solid #242424;
    border-bottom: 1px solid #242424;
    position: relative;
    width: 100%;
    height: 800px;
    margin-top: 70px
}

@media (min-width: 1024px) {
    .vip-terminal .vip-map {
        margin-top: 150px
    }
}

.vip-terminal .vip-map .controls__control_toolbar {
    height: 500px;
    background: transparent;
    padding: 0;
    margin: -10px 0 0 !important;
    z-index: 0 !important;
    height: 0
}

.vip-terminal .vip-map .control-popup {
    margin: 20px auto auto;
    -webkit-transition: 1.5s;
    transition: 1.5s
}

.vip-terminal .vip-map.active .controls__control_toolbar {
    background: rgba(0, 0, 0, .8)
}

.vip-terminal .vip-map.active .control-popup {
    margin: 200px auto auto
}

.vip-terminal .vip-map .route-panel__input {
    display: none
}

.vip-terminal .vip-map.way-map-next .route-panel__input {
    display: block
}

.vip-terminal .vip-map.way-map-next .route-panel__input_from {
    display: none
}

.vip-terminal .vip-map .route-panel-input, .vip-terminal .vip-map .route-panel-input:hover, .vip-terminal .vip-map .route-panel-input:visited {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.vip-terminal .vip-map .route-panel-input.route-panel-input_focused {
    -webkit-box-shadow: none;
    box-shadow: none
}

.vip-terminal .vip-map .route-panel__input_from {
    display: block
}

.vip-terminal .vip-map .route-panel.route-panel_built .route-panel__clear-row, .vip-terminal .vip-map .route-panel__errors {
    display: none
}

.vip-terminal .vip-map .control-popup__content {
    background: transparent
}

.vip-terminal .vip-map .control-popup {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100% !important;
    max-width: 100% !important
}

@media (min-width: 768px) {
    .vip-terminal .vip-map .control-popup {
        width: 570px !important;
        max-width: 570px !important
    }
}

.vip-terminal .vip-map .route-panel-input__icon {
    display: none
}

.vip-terminal .vip-map .route-panel-input__location {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    opacity: 1;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url(../images/style/way-search.png);
    background-position: 50%;
    position: relative;
    margin: 20px auto 0;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .1), 0 2px 8px -3px rgba(0, 0, 0, .05) !important;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .1), 0 2px 8px -3px rgba(0, 0, 0, .05) !important
}

@media (min-width: 768px) {
    .vip-terminal .vip-map .route-panel-input__location {
        position: absolute;
        margin: 0
    }
}

.vip-terminal .vip-map .controls__toolbar_left {
    width: 100%
}

.vip-terminal .vip-map .controls__toolbar_right {
    margin-top: 35px;
    margin-right: 20px
}

.vip-terminal .vip-map .controls__control_toolbar {
    -webkit-transform: translate(0);
    transform: translate(0);
    width: 100%;
    margin-left: 0;
    background: none;
    -webkit-transition: 1.5s;
    transition: 1.5s
}

.vip-terminal .vip-map input.route-panel-input__input {
    width: 100%;
    height: 60px;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .1), 0 2px 8px -3px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .1), 0 2px 8px -3px rgba(0, 0, 0, .05)
}

@media (min-width: 768px) {
    .vip-terminal .vip-map input.route-panel-input__input {
        width: 460px
    }
}

.vip-terminal .vip-map .route-panel-input__clear {
    right: 85px
}

.vip-terminal .vip-map .route-panel-input__location-spinner {
    top: 37%;
    left: 37%
}

.vip-terminal .vip-map .route-panel-input__location.route-panel-input__location_loading {
    background: #fff
}

.vip-terminal .vip-map .route-panel-input__location-spinner__circle:before {
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000
}

.vip-terminal .vip-map .listbox, .vip-terminal .vip-map .searchbox, .vip-terminal .vip-map ymaps.float-button._hidden-text {
    display: none
}

.vip-terminal .swiper-container2 {
    position: relative
}

.vip-terminal .swiper-container2:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #fff
}

.vip-terminal .swiper-container2 .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 70px
}

@media (min-width: 768px) {
    .vip-terminal .swiper-container2 .swiper-slide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 170px
    }
}

.vip-terminal .swiper-container2 .swiper-slide__element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vip-terminal .swiper-container2 .swiper-slide__element:first-child {
    width: 100%
}

@media (min-width: 768px) {
    .vip-terminal .swiper-container2 .swiper-slide__element:first-child {
        width: 45%
    }
}

.vip-terminal .swiper-container2 .swiper-slide__element:last-child {
    width: 100%
}

@media (min-width: 768px) {
    .vip-terminal .swiper-container2 .swiper-slide__element:last-child {
        width: 55%
    }
}

.vip-terminal .swiper-container2 .swiper-button-prev {
    left: 20px;
    bottom: 50px
}

@media (min-width: 768px) {
    .vip-terminal .swiper-container2 .swiper-button-prev {
        left: 80%;
        bottom: 75px
    }
}

@media (min-width: 1400px) {
    .vip-terminal .swiper-container2 .swiper-button-prev {
        left: 50%
    }
}

.vip-terminal .swiper-container2 .swiper-button-next {
    left: 105px;
    right: auto;
    bottom: 50px
}

@media (min-width: 768px) {
    .vip-terminal .swiper-container2 .swiper-button-next {
        left: 90%;
        bottom: 75px
    }
}

@media (min-width: 1400px) {
    .vip-terminal .swiper-container2 .swiper-button-next {
        left: 55%
    }
}

.vip-terminal .swiper-container2 .swiper-pagination {
    display: none
}

@media (min-width: 768px) {
    .vip-terminal .swiper-container2 .swiper-pagination {
        display: block
    }
}

.vip-terminal .swiper-slide-block {
    margin-top: 0;
    padding: 35px 30px;
    background: #fff
}

@media (min-width: 768px) {
    .vip-terminal .swiper-slide-block {
        margin-top: 50px;
        padding: 80px 40px 20px 80px
    }
}

.vip-terminal .swiper-slide-block__header {
    font-size: 18px;
    font-size: 1.8rem;
    color: #000;
    font-weight: 500
}

@media (min-width: 768px) {
    .vip-terminal .swiper-slide-block__header {
        font-size: 3rem
    }
}

.vip-terminal .swiper-slide-block__text {
    margin: 20px 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300
}

@media (min-width: 768px) {
    .vip-terminal .swiper-slide-block__text {
        margin: 40px 0 20px
    }
}

.vip-terminal .swiper-slide-block__link {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    color: #f49827;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 1px solid #f49827;
    -webkit-transition: border .2s;
    transition: border .2s;
    cursor: pointer
}

.theme-color-blind .vip-terminal .swiper-slide-block__link {
    color: #242424;
    border-color: #242424
}

.vip-terminal .swiper-slide-block__link:hover {
    border-bottom-color: transparent
}

.vip-terminal .swiper-slide-block__mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 60px
}

@media (min-width: 1024px) {
    .vip-terminal .swiper-slide-block__mini {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.vip-terminal .swiper-slide-block__mini .ya-share2__badge {
    border-radius: 100% !important;
    background: #f5f5f5 !important
}

.vip-terminal .swiper-slide-block .ya-share2__item:hover .ya-share2__badge {
    background: none !important
}

.vip-terminal .swiper-slide-block__mini-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.vip-terminal .swiper-slide-block__mini-element:first-child svg {
    width: 12px;
    height: 15px
}

.vip-terminal .swiper-slide-block__mini-element:last-child {
    margin-bottom: 0
}

.vip-terminal .swiper-slide-block__mini-element:last-child svg {
    width: 14px;
    height: 12px
}

.vip-terminal .swiper-slide-block__mini-element svg {
    width: 12px;
    height: 12px;
    fill: #f49827;
    margin-right: 15px;
    margin-top: 6.5px
}

.theme-color-blind .vip-terminal .swiper-slide-block__mini-element svg {
    fill: #242424
}

.vip-terminal .swiper-slide-block__mini-element span {
    font-size: 18px;
    font-size: 1.8rem
}

.vip-terminal .swiper-slide-block__mini-element a {
    color: #f49827;
    text-decoration: none
}

.theme-color-blind .vip-terminal .swiper-slide-block__mini-element a {
    color: #242424
}

.vip-terminal .swiper-slide-block__mini-element-block {
    width: 100%
}

@media (min-width: 1024px) {
    .vip-terminal .swiper-slide-block__mini-element-block {
        width: 45%
    }
}

.vip-terminal .swiper-slide-block .ya-share2__list {
    text-align: left !important;
    margin-top: 30px
}

@media (min-width: 1024px) {
    .vip-terminal .swiper-slide-block .ya-share2__list {
        text-align: center;
        margin-top: 0
    }
}

@media (min-width: 1400px) {
    .vip-terminal .contacts__inner {
        padding-left: 115px
    }
}

.vip-terminal .contacts__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1024px) {
    .vip-terminal .contacts__block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.vip-terminal .contacts__element {
    margin-right: 80px
}

.vip-terminal .contacts__element:first-child {
    margin-bottom: 30px
}

@media (min-width: 1024px) {
    .vip-terminal .contacts__element:first-child {
        margin-bottom: 0
    }
}

.vip-terminal .contacts__header {
    padding: 70px 0 40px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500
}

@media (min-width: 768px) {
    .vip-terminal .contacts__header {
        font-size: 4.2rem;
        padding: 90px 0 50px
    }
}

@media (min-width: 1024px) {
    .vip-terminal .contacts__header {
        font-size: 4.8rem;
        padding: 140px 0 70px
    }
}

.vip-terminal .contacts__text {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300
}

@media (min-width: 1024px) {
    .vip-terminal .contacts__text {
        font-size: 1.8rem
    }
}

.vip-terminal .contacts a.contacts__phone:hover, .vip-terminal .contacts a.contacts__text:hover {
    text-decoration: underline
}

.vip-terminal .contacts__phone {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500
}

@media (min-width: 768px) {
    .vip-terminal .contacts__phone {
        font-size: 3rem
    }
}

.vip-terminal .services {
    margin-top: 70px
}

@media (min-width: 1024px) {
    .vip-terminal .services {
        margin-top: 150px
    }
}

.vip-terminal .services__header {
    font-size: 48px;
    font-size: 4.8rem;
    padding-left: 0
}

@media (min-width: 1024px) {
    .vip-terminal .services__header {
        padding-left: 100px
    }
}

.vip-terminal .services .contacts-companies {
    padding: 55px 45px 35px
}

@media (max-width: 767.98px) {
    .vip-terminal .services .contacts-companies {
        padding-bottom: 50px
    }
}

@media (min-width: 1400px) {
    .vip-terminal .services .contacts-companies {
        padding: 55px 60px 30px 70px
    }
}

.vip-terminal .services .contacts-companies__text {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px
}

.vip-terminal .services .contacts-companies__small-text {
    font-size: 14px;
    font-size: 1.4rem
}

.vip-terminal .services .contacts-companies__money {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 500;
    color: #f49827;
    margin-bottom: 20px
}

.theme-color-blind .vip-terminal .services .contacts-companies__money {
    color: #242424
}

.vip-terminal .services .contacts-companies__money span {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700
}

.vip-terminal .services .contacts-companies__title a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    color: #f49827;
    text-decoration: none
}

.theme-color-blind .vip-terminal .services .contacts-companies__title a {
    color: #242424
}

.vip-terminal .services .contacts-companies__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .vip-terminal .services .contacts-companies__head {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .vip-terminal .services .contacts-companies__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.vip-terminal .services .contacts-companies__head-element {
    width: 100%
}

@media (min-width: 768px) {
    .vip-terminal .services .contacts-companies__head-element {
        width: 45%
    }
}

@media (min-width: 1024px) {
    .vip-terminal .services .contacts-companies__head-element {
        width: 100%
    }
}

.vip-terminal .services .contacts-companies-shell {
    width: 100%
}

@media (min-width: 1024px) {
    .vip-terminal .services .contacts-companies-shell {
        width: 33.33%;
        margin-bottom: 40px
    }
}

.vip-terminal .services .contacts-companies-shell__btn {
    width: 100%;
    text-align: center
}

.vip-terminal .services .contacts-companies-shell .vip-text__more-info-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.vip-terminal .services .contacts-companies-shell .vip-text__more-info-link svg {
    margin-right: 25px;
    margin-bottom: 0
}

.vip-terminal .services .intro-page-col {
    margin: 30px 0 50px;
    padding-left: 0
}

@media (min-width: 1024px) {
    .vip-terminal .services .intro-page-col {
        padding-left: 100px
    }
}

.vip-terminal .services .intro-page-col .btn {
    font-size: 12px;
    font-size: 1.2rem
}

.vip-terminal .services .intro-page-col .btn-group--white, .vip-terminal .services .intro-page-col .btn-group-vert {
    border-color: #f49827
}

.vip-terminal .services .intro-page-col .btn--white.is-active, .vip-terminal .services .intro-page-col .btn--white:hover {
    background-color: #f49827;
    color: #fff
}

.theme-color-blind .vip-terminal .services .intro-page-col .btn--white.is-active, .theme-color-blind .vip-terminal .services .intro-page-col .btn--white:hover {
    background-color: #242424;
    color: #fff
}

.vip-terminal .services .intro-page-col .btn--white {
    border: 1px solid #f49827;
    color: #f49827
}

.theme-color-blind .vip-terminal .services .intro-page-col .btn--white {
    border-color: #242424;
    color: #242424
}

.vip-terminal .services .intro-page-col .btn-group-select .select2-container--custom-select2 .select2-selection--single {
    background-color: #f49827
}

.tabs-vip__content {
    display: none
}

.tabs-vip__content.active {
    display: block
}

.tabs-vip__inner {
    padding-left: 0
}

@media (min-width: 1024px) {
    .tabs-vip__inner {
        padding-left: 100px
    }
}

@media (min-width: 1400px) {
    .tabs-vip__inner {
        padding-left: 100px
    }
}

.tabs-vip__caption {
    list-style: none;
    border: 1px solid #f49827;
    padding-left: 0 !important
}

.tabs-vip__caption .select2.select2-container.select2-container--custom-select2 {
    background-color: #f49827
}

.theme-color-blind .tabs-vip__caption .select2.select2-container.select2-container--custom-select2 {
    background-color: #242424
}

.theme-color-blind .tabs-vip__caption {
    border-color: #242424
}

.tabs-vip__caption .tabs-vip__caption-btn > span {
    border-radius: 0
}

.tabs-vip__caption .tabs-vip__caption-btn.active > span {
    background-color: #f49827;
    color: #fff !important
}

.theme-color-blind .tabs-vip__caption .tabs-vip__caption-btn.active > span {
    background-color: #242424
}

@media (max-width: 767.98px) {
    .slider-container-mobile {
        padding-bottom: 50px
    }

    .slider-container-mobile .swiper-pagination-bullets {
        bottom: 0 !important
    }
}

var.ruble-default {
    font-style: normal
}

var.ruble + .ruble-default {
    display: none
}

var.ruble {
    font-style: normal;
    font-family: Ruble
}

var.ruble:before {
    content: "o"
}

.list-unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.list-social--article {
    margin: 0 auto
}

.list-social--article .social-link {
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-adaptive, .list-social--article .social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.list-adaptive {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 0
}

.list-adaptive .list-adaptive-li {
    width: 100%
}

@media (min-width: 768px) {
    .list-social--article {
        margin: 0 auto
    }

    .list-adaptive {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 60px
    }

    .list-adaptive .list-adaptive-li {
        width: 48%
    }
}

@media (min-width: 1024px) {
    .list-social--article {
        padding: 10px 0
    }

    .list-adaptive {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: -2.8%;
        padding-top: 0
    }

    .list-adaptive .list-adaptive-li {
        width: 30.5%;
        margin-left: 2.8%
    }
}

@media (min-width: 1400px) {
    .list-adaptive {
        margin-left: -2.6333%
    }

    .list-adaptive .list-adaptive-li {
        width: 30.7%;
        margin-left: 2.6333%
    }
}

.ul-dashed, .ul-dashed-2 {
    list-style: none
}

.ul-dashed-2 li, .ul-dashed li {
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300
}

.theme-font-md .ul-dashed-2 li, .theme-font-md .ul-dashed li {
    font-size: 17px;
    font-size: 1.7rem
}

.theme-font-lg .ul-dashed-2 li, .theme-font-lg .ul-dashed li {
    font-size: 20px;
    font-size: 2rem
}

.ul-dashed-2 li:last-child, .ul-dashed li:last-child {
    margin-bottom: 0 !important
}

.ul-dashed-2 li:before, .ul-dashed li:before {
    content: "\2014";
    position: absolute;
    top: 0;
    left: 0
}

.ul-dashed li {
    padding-left: 20px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .ul-dashed {
        font-size: 1.6rem
    }

    .ul-dashed--padded {
        padding-left: 40px;
        padding-right: 60px
    }
}

.ul-dashed-2 {
    padding-left: 20px;
    padding-right: 20px
}

.ul-dashed-2 li {
    padding-left: 35px;
    margin-bottom: 20px
}

.ul-dashed-2 li:before {
    color: #f49827;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300
}

.theme-color-blind .ul-dashed-2 li:before {
    color: #242424
}

@media (min-width: 768px) {
    .ul-dashed-2 {
        padding-left: 0
    }

    .ul-dashed-2--padded {
        padding-left: 40px;
        padding-right: 40px
    }

    .ul-dashed-2 li {
        padding-left: 45px;
        font-size: 1.8rem
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .ul-dashed-2--offset-sm {
        padding-left: 0;
        padding-right: 80px;
        margin-left: -45px
    }
}

@media (min-width: 1024px) {
    .ul-dashed-2--padded {
        padding-left: 35px
    }

    .text-divided-2__side:not(:nth-child(odd)) .ul-dashed-2--offset-up-md {
        padding-left: 0;
        margin-left: -45px
    }
}

@media (min-width: 1400px) {
    .ul-dashed-2--padded {
        padding-left: 50px;
        padding-right: 0
    }

    .ul-dashed-2--offset-up-lg, .ul-dashed-2--offset-up-md {
        padding-left: 0;
        margin-left: -45px
    }
}

@media (max-width: 1023.98px) {
    .ul-dashed-2-list-break-d-sm {
        margin-top: 20px !important
    }
}

.card-content-list {
    position: relative;
    z-index: 10;
    overflow: hidden
}

.card-content-list > li {
    margin-bottom: 1px
}

.card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    max-width: 100%;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    background-color: #f5f5f5;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    color: #242424;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.card-content-right {
    display: none
}

.card-content-body {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 60px;
    min-width: 60px;
    margin-right: 20px;
    text-align: center
}

.card-content-bg {
    display: none
}

.card-content-body > svg, .card-content__pic > svg {
    display: block;
    width: 100%;
    max-width: 50px;
    max-height: 50px;
    stroke: #f49827;
    fill: #f49827;
    -webkit-transition: all .2s;
    transition: all .2s
}

.card-content-body > object, .card-content__pic > object {
    max-width: 50px;
    max-height: 50px
}

.card-content__descr {
    display: none
}

.card-content:hover {
    color: #fff;
    background-color: transparent
}

.card-content:hover .card-content-body > svg, .card-content:hover .card-content__pic > svg {
    stroke: #fff;
    fill: #fff
}

@media (min-width: 768px) {
    .card-content-list {
        display: grid;
        grid-template-columns:1fr 1fr 1fr 1fr;
        grid-gap: 1px
    }

    .ie .card-content-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .card-content-list > li, .ie .card-content-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .card-content-list > li {
        margin: 0;
        grid-column: span 1
    }

    .ie .card-content-list > li {
        width: 25%;
        padding: .5px
    }

    .card-content-list > li.sm-w-50 {
        grid-column: span 2
    }

    .ie .card-content-list > li.sm-w-50 {
        width: 50%
    }

    .card-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 25px 20px 10px;
        font-size: 1.2rem;
        min-height: 170px
    }

    .card-content-top {
        width: 100%;
        margin-bottom: 10px;
        text-align: center
    }

    .card-content--sm-spec .card-content-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 58%;
        padding: 5px 0 30px 20px;
        text-align: left
    }

    .card-content--sm-spec-center .card-content-top {
        padding: 5px 0 5px 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .card-content-right {
        display: block;
        width: 42%
    }

    .card-content-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        height: 110px;
        margin: 0
    }

    .card-content-bg {
        position: absolute;
        z-index: -1;
        display: block;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 0;
        -webkit-transition: opacity .25s .1s;
        transition: opacity .25s .1s
    }

    .ie .card-content-bg {
        top: .5px;
        left: .5px;
        bottom: .5px
    }

    .card-content-body > object, .card-content-body > svg, .card-content__pic > object, .card-content__pic > svg {
        max-width: 74px;
        max-height: 74px
    }

    .card-content__descr {
        display: block;
        text-transform: none;
        font-weight: 500
    }

    .card-content--sm-spec {
        position: relative;
        z-index: 12;
        color: #fff
    }

    .card-content--sm-spec, .card-content--sm-spec:hover {
        background-color: #f49827
    }

    .card-content--sm-spec:hover + .card-content-bg {
        opacity: .99;
        z-index: 10
    }
}

@media (min-width: 1024px) {
    .card-content {
        padding-top: 35px;
        min-height: 220px
    }

    .card-content--sm-spec .card-content-top {
        padding-left: 50px
    }

    .card-content-body {
        height: 150px
    }

    .card-content-body > object, .card-content-body > svg, .card-content__pic > object, .card-content__pic > svg {
        max-width: 100px;
        max-height: 100px
    }
}

@media (min-width: 1400px) {
    .card-content {
        padding-top: 45px;
        padding-bottom: 45px;
        font-size: 1.4rem;
        min-height: 285px
    }

    .card-content--sm-spec .card-content-top {
        width: 52%;
        padding-left: 75px
    }

    .card-content-right {
        width: 48%;
        padding: 0 40px
    }

    .card-content-body {
        height: 165px
    }

    .card-content__descr {
        font-size: 1.6rem
    }
}

.news-slider-container .swiper-slide:not(.swiper-slide-active) {
    opacity: .5
}

@media (max-width: 767.98px) {
    .news-slider-container .swiper-slide {
        width: 75%;
        padding-left: 40px
    }

    .news-slider-container .swiper-slide:last-child {
        width: 100%;
        padding-right: 15px
    }
}

.card-news {
    color: #242424
}

.card-news-top {
    margin-bottom: 10px
}

.card-news-body {
    color: #242424;
    text-decoration: none
}

.card-news-body:hover {
    color: #f49827;
    text-decoration: underline
}

.card-news__date {
    font-size: 10px;
    font-size: 1rem;
    opacity: .3
}

.card-news__descr {
    font-size: 16px;
    font-size: 1.6rem
}

@media (min-width: 768px) {
    .news-slider-container {
        margin-left: -20px;
        margin-right: -20px
    }

    .news-slider-container .swiper-slide {
        width: 33.33%;
        padding-left: 30px;
        padding-right: 30px
    }

    .news-slider-container .swiper-slide:not(.swiper-slide-active) {
        opacity: 1
    }

    .card-news__date {
        font-size: 1.2rem
    }

    .card-news__descr {
        font-size: 1.4rem
    }
}

@media (min-width: 1024px) {
    .news-slider-container {
        margin-left: -50px;
        margin-right: 0
    }

    .news-slider-container .swiper-slide {
        padding-left: 60px;
        padding-right: 60px
    }

    .card-news__descr {
        font-size: 1.6rem
    }
}

@media (min-width: 1400px) {
    .news-slider-container {
        margin-left: -75px;
        margin-right: 0
    }

    .news-slider-container .swiper-slide {
        padding-left: 75px;
        padding-right: 75px
    }

    .card-news-top {
        margin-bottom: 15px
    }

    .card-news__date {
        font-size: 1.4rem
    }

    .card-news__descr {
        font-size: 1.8rem
    }
}

.share-slider-container {
    margin: 0 -10px;
    padding: 0 50px 25px
}

.share-slider-container .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important
}

.share-pagination {
    position: absolute;
    z-index: 1;
    left: 42px;
    right: 40px;
    bottom: 10px;
    height: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.share-pagination__line {
    position: relative;
    width: 30px;
    height: 2px;
    margin-left: 8px;
    background-color: hsla(0, 0%, 100%, .3)
}

.share-pagination__line .anim-line {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #fff;
    will-change: width
}

.card-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    text-decoration: none
}

.card-share-left {
    width: 38%;
    padding: 30px 20px 20px 0
}

.card-share-right {
    width: 62%
}

.card-share__title {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.8rem
}

.card-share__descr {
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem
}

.card-share__img {
    display: block;
    width: 100%
}

@media (min-width: 1024px) {
    .share-slider-container {
        padding-left: 80px
    }

    .share-pagination {
        left: 72px
    }

    .card-share__title {
        font-size: 2.4rem
    }
}

@media (min-width: 1400px) {
    .share-slider-container {
        padding: 0 30px 30px 50px
    }

    .share-pagination {
        left: 97px;
        bottom: 20px
    }

    .share-pagination__line {
        width: 45px
    }

    .card-share-left {
        width: 40%;
        padding: 50px 0 50px 55px
    }

    .card-share-right {
        width: 60%;
        padding-right: 30px
    }

    .card-share__title {
        margin-bottom: 30px;
        font-size: 2.6rem;
        line-height: 36px
    }
}

.card-offer {
    background-color: #f49827;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 250px;
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.theme-color-blind .card-offer {
    background-color: #242424
}

.card-offer:hover {
    background-color: #0086c2
}

.theme-color-blind .card-offer:hover {
    background-color: #242424
}

.card-offer-inner {
    padding: 20px
}

.card-offer__type {
    display: block;
    opacity: .5
}

.card-offer__pic {
    display: block;
    width: 100%;
    max-width: 100%
}

.card-offer__title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1px
}

@media (min-width: 768px) {
    .card-offer {
        font-size: 1.6rem
    }

    .card-offer__title {
        font-size: 2rem
    }
}

@media (min-width: 1024px) {
    .card-offer {
        margin-bottom: 25px
    }
}

@media (min-width: 1400px) {
    .card-offer {
        margin-bottom: 30px
    }
}

.text-content-plhd {
    padding-left: 20px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    opacity: .3
}

.text-content-plhd.w-50 {
    max-width: 450px
}

@media (min-width: 768px) {
    .text-content-plhd {
        padding-left: 0
    }
}

.text-style-1 {
    font-family: Museo;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 24px
}

@media (min-width: 768px) {
    .text-style-1 {
        font-size: 1.8rem;
        line-height: 27px
    }
}

.text-style-1 p ~ p {
    margin-top: 17px
}

@media (min-width: 768px) {
    .text-style-1 p ~ p {
        margin-top: 25px
    }
}

.text-indent-1 {
    margin-top: 50px;
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .text-indent-1 {
        margin-left: 55px;
        max-width: 460px
    }
}

@media (min-width: 1024px) {
    .text-indent-1 {
        margin-left: 80px
    }
}

@media (min-width: 1400px) {
    .text-indent-1 {
        margin-left: 100px
    }
}

@media (max-width: 767.98px) {
    .text-divided .document-download-shell:first-child {
        margin-top: 40px
    }
}

@media (min-width: 768px) {
    .text-divided {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .text-divided__side {
        width: 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) {
    .text-divided--document .text-divided__side:nth-child(odd) {
        width: 73%;
        padding-right: 75px
    }

    .text-divided--document .text-divided__side:nth-child(2n) {
        width: 27%
    }
}

@media (min-width: 1024px) {
    .text-divided--document .text-divided__side:nth-child(odd) {
        width: 60%;
        padding-right: 110px
    }

    .text-divided--document .text-divided__side:nth-child(2n) {
        width: 40%
    }
}

@media (min-width: 1400px) {
    .text-divided--document .text-divided__side:nth-child(odd) {
        width: 62%;
        padding-right: 130px
    }

    .text-divided--document .text-divided__side:nth-child(2n) {
        width: 38%
    }
}

.text-divided-2__side:nth-child(2n) {
    margin-top: 35px
}

@media (max-width: 767.98px) {
    .text-divided-2 + .text-divided-2 {
        margin-top: 40px
    }
}

@media (min-width: 768px) {
    .text-divided-2 + .text-divided-2, .text-divided-2__side:nth-child(2n) {
        margin-top: 60px
    }
}

@media (min-width: 1024px) {
    .text-divided-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .text-divided-2__side:nth-child(odd) {
        width: 57%;
        padding-right: 100px
    }

    .text-divided-2__side:nth-child(2n) {
        margin-top: 0;
        width: 43%
    }
}

@media (min-width: 1400px) {
    .text-divided-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .text-divided-2__side:nth-child(odd) {
        width: 56%;
        padding-right: 160px
    }

    .text-divided-2__side:nth-child(2n) {
        width: 44%
    }
}

.link-marked-shell {
    display: block
}

.link-marked-shell ~ .link-marked-shell {
    margin-top: 20px
}

.link-marked {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

.link-marked__text {
    display: inline-block;
    padding-left: 30px
}

.link-marked__text > span {
    display: inline;
    border-bottom: 1px dashed transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.link-marked__icon {
    position: absolute;
    top: 4px;
    left: 0
}

.link-marked__icon > svg {
    display: block;
    fill: currentColor;
    stroke: currentColor
}

@media (min-width: 768px) {
    .link-marked__icon {
        top: 5px
    }
}

.link-marked:hover .link-marked__text > span {
    border-bottom-color: currentColor
}

.link-marked--download .link-marked__icon > svg {
    width: 13px;
    height: 13px
}

.link-marked--mail .link-marked__icon {
    top: 5px
}

.link-marked--mail .link-marked__icon > svg {
    width: 13px;
    height: 10px
}

@media (min-width: 768px) {
    .link-marked--mail .link-marked__icon {
        top: 7px
    }
}

.no-wrap {
    white-space: nowrap
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .text-right-only-sm {
        text-align: right
    }
}

.text-left {
    text-align: left
}

.text-op-5 {
    opacity: .5
}

.text-green {
    color: #2e7d32
}

.text-red {
    color: #d50000
}

.text-sm {
    font-size: 12px;
    font-size: 1.2rem
}

.theme-font-md .text-sm {
    font-size: 14px;
    font-size: 1.4rem
}

.theme-font-lg .text-sm {
    font-size: 16px;
    font-size: 1.6rem
}

.blue-link-shell {
    display: block
}

.blue-link-shell + .blue-link-shell {
    margin-top: 10px
}

.blue-link {
    display: inline;
    text-decoration: none;
    border-bottom: 1px solid #f49827;
    color: #f49827;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.theme-font-md .blue-link {
    font-size: 18px;
    font-size: 1.8rem
}

.theme-font-lg .blue-link {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px
}

@media (min-width: 768px) {
    .blue-link {
        font-size: 1.6rem;
        line-height: 22px
    }
}

.blue-link:hover {
    border-bottom-color: transparent
}

.img-fluid {
    max-width: 100%;
    width: 100%;
}

.img-hidden {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden
}

.image {
    height: 450px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden
}

@media (max-width: 767px) {
    .image {
        height: 250px
    }
}

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

.link {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px
}

.link-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-size: 1.2rem
}

.link-svg svg {
    margin-right: 12px
}

.link-tag {
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: none;
    letter-spacing: .5px;
    border-bottom: 1px dotted #fff;
    opacity: .5
}

.link-tag:not(.is-active):hover {
    opacity: 1
}

.link-tag.is-active {
    opacity: 1;
    border-bottom: none
}

.bg-blue .link-tag {
    color: #fff
}

.link-tag + .link-tag {
    margin-top: 5px;
    border-bottom: none;
    opacity: .5;
    font-weight: 300
}

.link-tag + .link-tag:hover {
    opacity: .5
}

.link-arrow-back svg {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.link-arrow-back:hover svg {
    -webkit-transform: translate(-5px);
    transform: translate(-5px)
}

.link-collapse {
    color: #242424;
    font-weight: 300;
    text-decoration: none
}

.link-collapse svg {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.link-collapse:hover {
    color: #f49827
}

.link-black {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #242424;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px
}

.link-black:hover {
    color: #f49827
}

.link-white {
    color: #fff
}

@media (min-width: 768px) {
    .link-svg {
        font-size: 1.4rem
    }

    .link-tag {
        font-size: 1.6rem
    }
}

@media (min-width: 1400px) {
    .link-black {
        font-size: 1.4rem
    }
}

.icon {
    display: inline-block
}

.i-search {
    position: relative;
    top: 3px;
    width: 18px;
    height: 19px;
    background-image: url(../images/style/i-search.svg);
    background-size: 18px 19px
}

.i-date {
    width: 25px;
    height: 25px;
    background-image: url(../images/style/i-clock.svg);
    background-size: 25px 25px
}

.i-weather {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-size: 20px 20px
}

.i-weather > svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: #fff
}

.i-sun {
    background-image: url(../images/style/i-sun.svg)
}

.i-close {
    width: 12px;
    height: 12px;
    background-image: url(../images/style/i-close.svg);
    background-size: 12px 12px;
    cursor: pointer
}

.i-close--w {
    background-image: url(../images/style/i-close-w.svg)
}

@media (min-width: 768px) {
    .i-close {
        width: 23px;
        height: 23px;
        background-size: 23px 23px
    }
}

.icon-clock-void > svg {
    width: 12px;
    height: 12px
}

.bg-blue .icon-clock-void > svg {
    fill: #fff;
    stroke: #fff
}

.board-wrap {
    display: block
}

@media (max-width: 767.98px) {
    .board-wrap {
        overflow-x: auto;
        margin-left: -15px;
        margin-right: -15px
    }
}

.board {
    display: block;
    min-width: 480px;
    line-height: 1.2
}

.board__head, .board__rw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .board__head, .board__rw {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width: 1400px) {
    .board__head, .board__rw {
        padding-left: 100px;
        padding-right: 100px
    }
}

.board__city-row {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 15px 0
}

.board__head {
    padding-bottom: 10px
}

@media (min-width: 768px) {
    .board__head .board__cl--airline {
        text-align: left
    }
}

.board__rw {
    padding-top: 13px;
    padding-bottom: 13px;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.board__rw .board__cl--airline {
    padding-right: 7%
}

.board__cl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    word-wrap: break-word
}

@media (max-width: 767.98px) {
    .board__cl--flight, .board__cl--time {
        min-width: 22%
    }

    .board__cl--airline {
        display: none
    }

    .board__cl--direction {
        min-width: 33%
    }

    .board__cl--status {
        min-width: 23%
    }
}

@media (min-width: 768px) {
    .board__cl--time {
        width: 13.5%
    }

    .board__cl--flight {
        width: 14.5%
    }

    .board__cl--airline {
        width: 25%;
        vertical-align: middle;
        text-align: center
    }

    .board__cl--direction {
        width: 31%
    }

    .board__cl--status {
        width: 16%
    }
}

@media (min-width: 1024px) {
    .board__cl--time {
        width: 15.5%
    }

    .board__cl--flight {
        width: 14%
    }

    .board__cl--airline {
        width: 19.5%
    }

    .board__cl--direction {
        width: 32%
    }

    .board__cl--status {
        width: 19%
    }
}

.board img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    line-height: 14px
}

.theme-photo-no .board img {
    display: none
}

@media (min-width: 768px) {
    .board img {
        line-height: 16px
    }
}

.board-alt-text {
    display: none
}

.theme-photo-no .board-alt-text {
    display: block
}

.board, .mobile-board {
    font-family: Museo;
    font-size: 14px;
    font-size: 1.4rem
}

.theme-font-md .board, .theme-font-md .mobile-board {
    font-size: 16px;
    font-size: 1.6rem
}

.theme-font-lg .board, .theme-font-lg .mobile-board {
    font-size: 18px;
    font-size: 1.8rem
}

.board__head, .mobile-board__head {
    font-weight: 500
}

.board__rw, .mobile-board__rw {
    font-weight: 300
}

.board__cl a, .mobile-board__cl a {
    color: inherit;
    text-decoration: underline
}

.board__cl a:hover, .mobile-board__cl a:hover {
    text-decoration: none
}

.board__text, .mobile-board__text {
    margin-right: 12px
}

.board__text-extra, .mobile-board__text-extra {
    color: rgba(33, 33, 33, .5)
}

@media (max-width: 1023.98px) {
    .board__text-extra, .mobile-board__text-extra {
        display: block;
        width: 100%
    }
}

a.board__rw, a.mobile-board__rw {
    text-decoration: none;
    color: inherit
}

@media (min-width: 1024px) {
    a.board__rw:hover, a.mobile-board__rw:hover {
        background-color: #fff
    }
}

.board-schedule .board__cl--time {
    min-width: 16%;
    width: 16%;
    padding-right: 10px
}

.board-schedule .board__cl--flight {
    min-width: 22%;
    width: 22%;
    padding-right: 15px
}

.board-schedule .board__cl--direction {
    min-width: 25%;
    width: 25%
}

@media (min-width: 768px) {
    .board-schedule .board__cl--time {
        min-width: 20%;
        width: 20%
    }

    .board-schedule .board__cl--airline {
        min-width: 24%;
        width: 24%
    }

    .board-schedule .board__cl--direction {
        min-width: 20%;
        width: 20%
    }
}

@media (min-width: 1024px) {
    .board-schedule .board__cl--time {
        min-width: 18%;
        width: 18%
    }

    .board-schedule .board__cl--flight {
        min-width: 27%;
        width: 27%
    }

    .board-schedule .board__cl--airline {
        min-width: 20%;
        width: 20%
    }

    .board-schedule .board__cl--direction {
        min-width: 22%;
        width: 22%
    }

    .board-schedule .board__cl--status {
        width: 13%
    }
}

@media (min-width: 1400px) {
    .board-schedule .board__cl--airline {
        min-width: 18%;
        width: 18%
    }

    .board-schedule .board__cl--status {
        width: 15%
    }
}

.mobile-board {
    display: table;
    width: 100%;
    font-family: Museo;
    font-size: 14px;
    font-size: 1.4rem
}

.mobile-board__head, .mobile-board__rw {
    display: table-row
}

.mobile-board__cl {
    display: table-cell;
    padding: 10px;
    min-width: 65px
}

.mobile-board__cl:first-child {
    padding-left: 0
}

.mobile-board__cl:last-child {
    padding-right: 0
}

.table-aircompany-logo {
    display: block;
    width: 80px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.theme-photo-no .table-aircompany-logo {
    display: none
}

@media (min-width: 768px) {
    .table-aircompany-logo {
        width: 100px;
        height: 32px
    }
}

.table-aircompany-logo-alt, .table-aircompany-logo-text {
    line-height: 1
}

.table-aircompany-logo-alt {
    display: none
}

.theme-photo-no .table-aircompany-logo-alt {
    display: block
}

.search-results {
    counter-reset: item
}

@media (min-width: 1024px) {
    .search-results {
        margin-left: -15px;
        margin-right: -15px
    }
}

.search-result {
    position: relative;
    display: block;
    padding-left: 40px;
    text-decoration: none;
    counter-increment: item;
    font-family: Museo;
    color: #212121;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.search-result + .search-result {
    margin-top: 35px
}

.search-result:before {
    content: counter(item, decimal-leading-zero);
    position: absolute;
    top: -1px;
    left: 0;
    color: rgba(33, 33, 33, .3)
}

.search-result:before, .search-result__title {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem
}

.search-result__title {
    line-height: 25px
}

.search-result__title ~ .search-result__descr {
    margin-top: 10px
}

.search-result__descr {
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px
}

@media (min-width: 768px) {
    .search-result {
        padding-left: 55px
    }

    .search-result + .search-result {
        margin-top: 50px
    }

    .search-result:before {
        top: -2px;
        font-size: 2rem
    }

    .search-result__title {
        font-size: 2rem
    }

    .search-result__title ~ .search-result__descr {
        margin-top: 15px
    }

    .search-result__descr {
        font-size: 1.8rem;
        line-height: 27px
    }
}

@media (min-width: 1024px) {
    .search-result {
        padding: 20px 15px 20px 65px
    }

    .search-result + .search-result {
        margin-top: 10px
    }

    .search-result:before {
        top: 17px;
        left: 15px
    }

    .search-result__descr, .search-result__title {
        max-width: 560px
    }

    .search-result:hover {
        background-color: #fff
    }
}

@media (min-width: 1400px) {
    .search-result {
        padding-left: 100px;
        padding-right: 15px
    }

    .search-result:before {
        left: 45px
    }
}

.sticky-search-hide {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .2s .2s, -webkit-transform .4s ease-out .2s;
    transition: opacity .2s .2s, -webkit-transform .4s ease-out .2s;
    transition: transform .4s ease-out .2s, opacity .2s .2s;
    transition: transform .4s ease-out .2s, opacity .2s .2s, -webkit-transform .4s ease-out .2s
}

.search-head-wrap {
    position: relative;
    background-color: transparent;
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

.fake-search-head-wrap {
    display: block;
    height: 65px;
    max-height: 0
}

@media (min-width: 768px) {
    .fake-search-head-wrap {
        height: 103px
    }
}

@media (min-width: 1024px) {
    .fake-search-head-wrap {
        height: 121px
    }
}

.sticky-search {
    min-height: auto !important
}

.sticky-search .sticky-search-hide {
    pointer-events: none;
    opacity: 0 !important;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
}

.sticky-search .intro-page__svx {
    opacity: 0 !important
}

.sticky-search .fake-search-head-wrap {
    max-height: none
}

.sticky-search .search-head-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f49827
}

.theme-color-blind .sticky-search .search-head-wrap {
    background-color: #242424
}

.sticky-search .search-head-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px
}

@media (min-width: 768px) {
    .sticky-search .search-head-container {
        max-width: 720px
    }
}

@media (min-width: 1024px) {
    .sticky-search .search-head-container {
        max-width: 960px
    }
}

@media (min-width: 1400px) {
    .sticky-search .search-head-container {
        max-width: 1170px
    }
}

.sticky-search .search-head {
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .sticky-search .search-head {
        padding-bottom: 30px
    }
}

@media (min-width: 1400px) {
    .sticky-search .search-head {
        padding-left: 85px;
        padding-right: 85px
    }
}

.sticky-search .search-input-shell {
    z-index: 100
}

.sticky-search .search-back-shell {
    left: 0
}

.h1-like {
    margin-bottom: 20px;
    font-family: Museo;
    font-weight: 500;
    font-size: 30px;
    /*font-size: 3rem;*/
    line-height: 1
}
.bg-blue .h1-like {
    color: #fff;
}

@media (min-width: 768px) {
    .h1-like {
        margin-bottom: 30px;
        font-size: 4.8rem
    }
}

@media (min-width: 1024px) {
    .h1-like {
        margin-bottom: 40px;
        font-size: 6.2rem
    }
}

.h2-like {
    font-family: Museo;
    font-weight: 500;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    margin-bottom: 40px
}

.h2-like--sm {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px
}

@media (min-width: 768px) {
    .h2-like {
        font-size: 4.2rem;
        line-height: normal;
        margin-bottom: 65px
    }

    .h2-like--sm {
        font-size: 3rem
    }
}

@media (min-width: 1024px) {
    .h2-like {
        font-size: 4.8rem
    }

    .h2-like--sm {
        font-size: 3rem
    }
}

.h3-like {
    font-family: Museo;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px
}

.h3-like--small {
    font-weight: 500;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .h3-like {
        font-size: 2rem;
        margin-bottom: 40px
    }

    .h3-like--small {
        margin-bottom: 25px
    }
}

ol + .h3-like, p + .h3-like, ul + .h3-like {
    margin-top: 50px
}

.history-inner {
    position: relative;
    padding-left: 0
}

@media (min-width: 1400px) {
    .history-inner {
        padding-left: 85px
    }
}

.history-inner--shadow:after, .history-inner--shadow:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 11;
    pointer-events: none
}

.history-inner--shadow:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 152, 219, 0)), to(#f49827));
    background: linear-gradient(0deg, rgba(0, 152, 219, 0) 0, #f49827);
    top: 0
}

.theme-color-blind .history-inner--shadow:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 36, 36, 0)), to(#242424));
    background: linear-gradient(0deg, rgba(36, 36, 36, 0) 0, #242424)
}

.history-inner--shadow:after {
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 152, 219, 0)), to(#f49827));
    background: linear-gradient(180deg, rgba(0, 152, 219, 0) 0, #f49827);
    bottom: 0
}

.theme-color-blind .history-inner--shadow:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 36, 0)), to(#242424));
    background: linear-gradient(180deg, rgba(36, 36, 36, 0) 0, #242424)
}

@media (min-width: 768px) {
    .history-inner--shadow {
        margin-top: -60px
    }

    .history-inner--shadow:before {
        height: 60px
    }

    .history-inner--shadow .history-dates, .history-inner--shadow .history-main {
        padding-top: 60px
    }
}

.history-inner .line-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#f49827));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #f49827);
    z-index: 11
}

.theme-color-blind .history-inner .line-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 36, 0)), to(#242424));
    background: linear-gradient(180deg, rgba(36, 36, 36, 0), #242424)
}

.history-main {
    color: #fff;
    height: 780px;
    overflow-y: auto;
    padding-right: 0;
    padding-left: 54px;
    position: relative;
    z-index: 10
}

@media (min-width: 1024px) {
    .history-main {
        padding-right: 180px;
        padding-left: 0
    }
}

.history-main::-webkit-scrollbar {
    width: 0
}

.history-main {
    -ms-overflow-style: none
}

.history-main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-bottom: 500px
}

.history-main__inner:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -50px;
    margin-left: -.5px
}

@media (min-width: 1024px) {
    .history-main__inner:after {
        left: 50%
    }
}

.history-main__inner:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -50px;
    margin-left: -2.5px
}

@media (min-width: 1024px) {
    .history-main__inner:before {
        left: 50%
    }
}

.history-main__header {
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 500
}

.history-main__slide {
    width: 100%;
    margin-bottom: 80px;
    position: relative
}

@media (min-width: 1024px) {
    .history-main__slide {
        width: 50%
    }
}

.history-main__slide .history-main__slide-inner {
    margin-left: 0
}

@media (min-width: 768px) {
    .history-main__slide .history-main__slide-inner {
        margin-left: 100px
    }
}

@media (min-width: 1024px) {
    .history-main__slide .history-main__slide-inner {
        margin-left: 0
    }
}

.history-main__slide:nth-child(2n) {
    -webkit-transform: translate(0);
    transform: translate(0)
}

@media (min-width: 1024px) {
    .history-main__slide:nth-child(2n) {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
}

.history-main__slide:nth-child(2n) .history-main__header:after {
    content: "";
    width: 22px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: auto;
    left: -50px;
    top: 35px
}

@media (min-width: 768px) {
    .history-main__slide:nth-child(2n) .history-main__header:after {
        width: 100px;
        left: -50px;
        right: auto
    }
}

@media (min-width: 1024px) {
    .history-main__slide:nth-child(2n) .history-main__header:after {
        width: 60px;
        left: auto;
        right: 0
    }
}

@media (min-width: 1400px) {
    .history-main__slide:nth-child(2n) .history-main__header:after {
        width: 100px;
        left: auto;
        right: 0
    }
}

.history-main__slide:nth-child(odd) .history-main__slide-inner {
    margin: 0
}

@media (min-width: 768px) {
    .history-main__slide:nth-child(odd) .history-main__slide-inner {
        margin: 0 0 0 100px
    }
}

@media (min-width: 1024px) {
    .history-main__slide:nth-child(odd) .history-main__slide-inner {
        margin: 0 0 0 auto
    }
}

.history-main__slide:nth-child(odd) .history-main__header:after {
    content: "";
    width: 22px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: -50px;
    right: auto;
    top: 35px
}

@media (min-width: 768px) {
    .history-main__slide:nth-child(odd) .history-main__header:after {
        width: 100px;
        left: -50px
    }
}

@media (min-width: 1024px) {
    .history-main__slide:nth-child(odd) .history-main__header:after {
        width: 60px;
        left: 0
    }
}

@media (min-width: 1400px) {
    .history-main__slide:nth-child(odd) .history-main__header:after {
        width: 100px;
        left: 0
    }
}

.history-main__slide-inner {
    max-width: 300px
}

.history-main__text {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 40px
}

.theme-font-md .history-main__text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px
}

.theme-font-lg .history-main__text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 35px
}

.history-main__img {
    max-width: 300px;
    height: auto
}

.history-main__img img {
    width: 100%;
    height: 100%
}

.history-dates {
    position: relative;
    z-index: 11;
    margin-bottom: 20px;
    height: 55px;
    overflow: hidden
}

@media (min-width: 768px) {
    .history-dates {
        height: 100%;
        position: absolute;
        right: 0
    }
}

.history-dates__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 65px;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #f49827;
    padding-bottom: 40px
}

.theme-color-blind .history-dates__inner {
    background-color: #242424
}

@media (max-width: 767.98px) {
    .history-dates__inner {
        padding: 0
    }
}

@media (min-width: 768px) {
    .history-dates__inner {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        width: calc(100% + 30px);
        padding-right: 30px;
        padding-bottom: 100px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-x: hidden;
        overflow-y: auto
    }
}

.history-dates__inner:after {
    content: "";
    width: 100%;
    height: 15px;
    background: #f49827;
    position: absolute;
    bottom: -5px
}

@media (min-width: 768px) {
    .history-dates__inner:after {
        display: none
    }
}

.history-dates__slide {
    margin-bottom: 0;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    color: hsla(0, 0%, 100%, .4);
    text-decoration: none
}

.theme-color-blind .history-dates__slide {
    color: #fff
}

.history-dates__slide.active {
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s
}

.history-dates__slide:not(:last-child) {
    margin-right: 20px
}

@media (min-width: 768px) {
    .history-dates__slide:not(:last-child) {
        margin-right: 0
    }
}

@media (min-width: 768px) {
    .history-dates__slide {
        margin-bottom: 20px
    }
}

.history-arrow-down {
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: 2px;
    z-index: 12;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    cursor: pointer;
    margin-left: -5.5px
}

@media (min-width: 1024px) {
    .history-arrow-down {
        left: 50%;
        margin-left: -97.5px
    }
}

@media (min-width: 1400px) {
    .history-arrow-down {
        margin-left: -54.5px
    }
}

.airport-today {
    width: 100%;
    height: 1850px;
    position: relative;
    overflow-y: hidden
}

.theme-photo-no .airport-today {
    height: auto !important
}

.airport-today:not(.sticky-wrap) {
    z-index: 10;
    pointer-events: none
}

@media (min-width: 768px) {
    .airport-today {
        height: 1800px
    }
}

@media (min-width: 1024px) {
    .airport-today {
        height: 1500px
    }
}

.airport-today__small {
    position: fixed !important;
    top: 0 !important
}

.airport-today__inner {
    width: 100%;
    height: 100vh;
    background: url(../images/style/bg-airport-today.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.theme-photo-no .airport-today__inner {
    display: none
}

.airport-today__inner.sticky {
    position: fixed;
    top: 0;
    left: 0
}

.airport-today__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: 1.5s;
    transition: 1.5s
}

.airport-today__bg.color {
    background: rgba(33, 33, 33, .9)
}

.theme-photo-no .airport-today__bg.color {
    background: transparent
}

.airport-today__text-block {
    position: fixed;
    top: 0;
    padding-top: 30px;
    width: 100%
}

.theme-photo-no .airport-today__text-block {
    position: relative;
    padding-top: 0;
    top: 0
}

@media (min-width: 768px) {
    .airport-today__text-block {
        padding-top: 100px
    }
}

.airport-today__header {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 70px
}

@media (min-width: 768px) {
    .airport-today__header {
        font-size: 3rem
    }
}

.airport-today .fixed {
    margin-top: 100px;
    opacity: 0;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out
}

.theme-photo-no .airport-today .fixed {
    opacity: 1;
    margin-top: 100px
}

.airport-today .visible {
    margin-top: 0;
    opacity: 1
}

.airport-today__text-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1024px) {
    .airport-today__text-block-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.airport-today__element:first-child {
    width: 100%
}

@media (min-width: 1024px) {
    .airport-today__element:first-child {
        width: 75%
    }
}

.airport-today__element:last-child {
    width: 100%
}

@media (min-width: 1024px) {
    .airport-today__element:last-child {
        width: 20%
    }
}

.airport-today__list-number {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .airport-today__list-number {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 1024px) {
    .airport-today__list-number {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.airport-today__list-number li {
    margin-left: 50px;
    width: 100%
}

@media (min-width: 768px) {
    .airport-today__list-number li {
        margin-left: 0;
        width: 33%
    }
}

@media (min-width: 1024px) {
    .airport-today__list-number li {
        width: 100%
    }
}

.airport-today__list-number-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 48px;
    font-size: 4.8rem
}

.airport-today__list-number-header span {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 25px
}

.airport-today__list-number-text {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .airport-today__list-number-text {
        font-size: 1.6rem
    }
}

.airport-today__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .airport-today__list {
        font-size: 1.6rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.airport-today__list li {
    width: auto;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 50px;
    position: relative;
    margin-left: 50px
}

@media (min-width: 768px) {
    .airport-today__list li {
        width: 40%;
        margin-left: 0
    }
}

.airport-today__list li:after {
    content: "";
    background: url(../images/style/bg-airport-today-list.png);
    width: 115px;
    height: 76px;
    position: absolute;
    top: -35px;
    left: -55px
}

.visible-big .airport-today__text-block {
    position: absolute;
    bottom: 0;
    top: auto
}

.theme-photo-no .visible-big .airport-today__text-block {
    position: relative
}

@media (max-width: 767.98px) {
    .visible-big .airport-today__inner {
        height: 100%
    }
}

.section-intro .intro-page {
    min-height: 0
}

.intro-page-col {
    position: relative
}

.date-picker-input {
    min-width: 190px;
    padding-right: 30px;
    text-transform: lowercase
}

@media (min-width: 768px) {
    .datepicker.custom {
        width: 330px
    }

    .datepicker.custom.-from-bottom- {
        -webkit-transform: translate(-30px, 8px);
        transform: translate(-30px, 8px)
    }

    .datepicker.custom.active {
        -webkit-transform: translate(-30px);
        transform: translate(-30px)
    }

    .datepicker.custom .datepicker--content {
        padding: 6px 0
    }

    .datepicker.custom .datepicker--cell {
        margin: 4px 0;
        height: 45px
    }
}

@media (min-width: 1400px) {
    .datepicker.custom.-from-bottom- {
        -webkit-transform: translate(-70px, 8px);
        transform: translate(-70px, 8px)
    }

    .datepicker.custom.active {
        -webkit-transform: translate(-70px);
        transform: translate(-70px)
    }
}

.tooltip {
    position: absolute;
    z-index: 100;
    display: block;
    margin: 10px;
    font-size: 10px;
    font-size: 1rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: 1
}

.tooltip--custom {
    font-size: 14px;
    font-size: 1.4rem
}

.tooltip--map-scheme {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300
}

.tooltip--map-scheme svg {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.tooltip--arrow .arrow {
    position: absolute;
    display: block;
    width: 30px;
    height: 15px
}

.tooltip--arrow .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top {
    padding: 2px 0
}

.bs-tooltip-top.tooltip--arrow .arrow {
    bottom: -6px
}

.bs-tooltip-top.tooltip--arrow .arrow:before {
    top: 0;
    border-width: 15px 15px 0;
    border-top-color: #fff
}

.bs-tooltip-bottom {
    padding: 3px 0 0 25px
}

.bs-tooltip-bottom.tooltip--arrow .arrow {
    top: -6px
}

.bs-tooltip-bottom.tooltip--arrow .arrow:before {
    bottom: 0;
    border-width: 0 15px 15px;
    border-bottom-color: #fff
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 5px;
    color: #242424;
    text-align: center;
    font-weight: 300;
    background-color: #fff;
    border-radius: 3px
}

.tooltip--custom .tooltip-inner {
    max-width: 180px;
    padding: 20px 25px
}

.tooltip--custom .tooltip-inner, .tooltip--map-scheme .tooltip-inner {
    -webkit-box-shadow: 0 10px 28px -10px rgba(36, 36, 36, .5);
    box-shadow: 0 10px 28px -10px rgba(36, 36, 36, .5)
}

.tooltip--map-scheme .tooltip-inner {
    max-width: 280px;
    padding: 15px 20px
}

[data-toggle=tooltip] {
    cursor: pointer
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.document-download-shell ~ .document-download-shell {
    margin-top: 50px
}

.document-download {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    font-family: Museo
}

.document-download__icon-wrap {
    margin-bottom: 22px
}

.document-download__icon {
    position: relative;
    display: block;
    width: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.document-download__icon > svg {
    display: block;
    width: 40px;
    height: 50px;
    fill: #f49827
}

.theme-color-blind .document-download__icon > svg {
    fill: #242424
}

.document-download__icon-text {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: Museo;
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: #fff
}

.document-download__icon-text--small {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .4px
}

.document-download__title, .document-download__unit {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 24px;
    word-wrap: break-word
}

@media (min-width: 768px) {
    .document-download__title, .document-download__unit {
        font-size: 1.6rem
    }
}

.document-download__title {
    display: block;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .3s;
    transition: all .3s;
    max-width: 270px
}

.document-download__unit {
    font-style: italic;
    margin-top: 10px
}

.document-download:hover .document-download__title {
    color: #f49827
}

.theme-color-blind .document-download:hover .document-download__title {
    color: #242424
}

.document-download--white .document-download__title span {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.document-download--white .document-download__icon > svg {
    fill: #fff
}

.document-download--white .document-download__icon-text {
    color: #f49827
}

.document-download--white:hover .document-download__title {
    color: #fff
}

.document-download--white:hover .document-download__title span {
    border-color: hsla(0, 0%, 100%, .7)
}

.document-download-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.document-download-list--layout-2 {
    margin-bottom: -40px
}

.document-download-list--layout-2 .document-download-shell {
    width: 50%;
    margin-top: 0;
    margin-bottom: 40px
}

@media (max-width: 767.98px) {
    .document-download-list--layout-2 .document-download-shell:nth-child(odd) {
        padding-right: 15px
    }

    .document-download-list--layout-2 .document-download-shell:nth-child(2n) {
        padding-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .document-download-list--layout-2 {
        margin-left: -30px;
        margin-right: -30px
    }

    .document-download-list--layout-2 .document-download-shell {
        padding-right: 30px;
        padding-left: 30px;
        width: 33.33%
    }
}

@media (min-width: 768px) {
    .document-download-list--layout-2 {
        margin-bottom: -60px
    }

    .document-download-list--layout-2 .document-download-shell {
        margin-bottom: 60px
    }
}

@media (min-width: 1024px) {
    .document-download-list--layout-2 .document-download-shell:nth-child(odd) {
        padding-right: 35px
    }

    .document-download-list--layout-2 .document-download-shell:nth-child(2n) {
        padding-left: 35px
    }
}

.document-download-list--layout-3 {
    margin-bottom: -40px
}

@media (max-width: 767.98px) {
    .document-download-list--layout-3 {
        padding: 0 !important;
        padding-left: 20px !important
    }
}

.document-download-list--layout-3 .document-download-shell {
    width: 33.3333%;
    margin-top: 0;
    margin-bottom: 40px;
    padding-right: 30px;
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px
}

.document-download-list--layout-4 .document-download-shell {
    margin-top: 0;
    margin-bottom: 40px;
    padding-right: 30px
}

@media (min-width: 768px) {
    .document-download-list--layout-4 .document-download-shell {
        width: 33.3333%
    }
}

@media (max-width: 767.98px) {
    .document-download-list--layout-4 .document-download-shell {
        width: 50%
    }
}

.accordion {
    display: block
}

.accordion--mv {
    margin-top: 10px;
    margin-bottom: 55px
}

@media (min-width: 768px) {
    .accordion--mv {
        margin-top: 65px;
        margin-bottom: 95px
    }
}

.accordion--outright .accordion-item__content-body {
    padding: 0
}

.accordion-item {
    position: relative
}

.accordion-item__head-btn {
    display: block;
    padding: 25px 0;
    margin: 0;
    width: 100%;
    border: 0;
    background-color: transparent;
    text-align: left;
    cursor: pointer
}

.accordion-item__head-btn:focus {
    outline: none
}

.accordion-item__head-btn:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    height: 1px;
    background-color: #212121;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media (min-width: 768px) {
    .accordion-item__head-btn {
        padding: 35px 0
    }
}

.accordion-item__head-title {
    display: block;
    padding-right: 40px;
    line-height: 1;
    font-family: Museo;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem
}

@media (min-width: 768px) {
    .accordion-item__head-title {
        font-size: 3rem
    }
}

@media (max-width: 767.98px) {
    .accordion-item__head-title--2 {
        font-size: 2.4rem
    }
}

.accordion-item__head-icon {
    position: absolute;
    top: 25px;
    right: 0
}

.accordion-item__head-icon > svg {
    width: 18px;
    height: 18px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (min-width: 768px) {
    .accordion-item__head-icon {
        top: 35px
    }

    .accordion-item__head-icon > svg {
        width: 30px;
        height: 30px
    }
}

.accordion-item:hover .accordion-item__head-btn:after {
    opacity: 1
}

.collapsed.accordion-item__head-btn:after {
    opacity: .1
}

.collapsed.accordion-item__head-btn .accordion-item__head-icon > svg {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.accordion-item__content {
    padding-top: 0
}

.accordion-item__content-body {
    opacity: 0
}

@media (min-width: 768px) {
    .accordion-item__content-body {
        padding-left: 25px;
        padding-right: 60px
    }
}

@media (min-width: 1024px) {
    .accordion-item__content-body {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width: 1400px) {
    .accordion-item__content-body {
        padding-right: 60px
    }
}

.accordion-item__content .collapsing .accordion-item__content-body, .accordion-item__content .show .accordion-item__content-body {
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .accordion-item__content .collapsing .accordion-item__content-body, .accordion-item__content .show .accordion-item__content-body {
        padding-top: 35px;
        padding-bottom: 65px
    }
}

.collapse--white {
    background-color: #fff
}

.user-text ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: ol-item
}

.user-text ol li {
    display: block;
    margin: 0 0 25px;
    padding: 0 0 0 35px;
    position: relative
}

.user-text ol li:last-child {
    margin-bottom: 0 !important
}

.user-text ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #f49827
}

.user-text ol > li {
    counter-increment: ol-item
}

.user-text ol > li:before {
    content: counter(ol-item)
}

@media (min-width: 768px) {
    .user-text ol li {
        margin-bottom: 40px;
        padding-left: 35px
    }

    .user-text ol li:before {
        font-size: 1.8rem
    }
}

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

.user-text ul:not(.ul-dashed) li, .user-text ul:not(.ul-dashed-2) li {
    display: block;
    margin: 0 0 10px;
    padding: 0 0 0 35px;
    position: relative
}

.user-text ul:not(.ul-dashed) li:last-child, .user-text ul:not(.ul-dashed-2) li:last-child {
    margin-bottom: 0 !important
}

.user-text ul:not(.ul-dashed) li:before, .user-text ul:not(.ul-dashed-2) li:before {
    content: "\2014";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    color: #f49827
}

@media (min-width: 768px) {
    .user-text ul:not(.ul-dashed) li, .user-text ul:not(.ul-dashed-2) li {
        margin-bottom: 15px
    }
}

.user-text ol ol, .user-text ol ul, .user-text ul ol, .user-text ul ul {
    margin-top: 10px
}

@media (min-width: 768px) {
    .user-text ol ol, .user-text ol ul, .user-text ul ol, .user-text ul ul {
        margin-top: 15px
    }
}

@media (min-width: 768px) {
    .user-text ol, .user-text ul {
        font-size: 1.6rem;
        line-height: 26px
    }
}

.user-text ol li > ol {
    counter-reset: ol-item-2
}

.user-text ol li > ol > li {
    counter-increment: ol-item-2;
    margin-bottom: 10px
}

.user-text ol li > ol > li:before {
    content: counter(ol-item) "." counter(ol-item-2)
}

@media (min-width: 768px) {
    .user-text ol li > ol > li {
        margin-bottom: 15px
    }
}

.user-text ol ol ul {
    margin-left: -35px
}

@media (min-width: 1024px) {
    .user-text--offset-list ol, .user-text--offset-list ul {
        margin-left: -35px
    }

    .user-text--offset-list ol ol, .user-text--offset-list ul ol {
        margin-left: 0
    }
}

.user-text a:not([class]) {
    color: #f49827;
    text-decoration: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.user-text a:not([class]):hover {
    opacity: .6
}

@media (min-width: 1024px) {
    .columns-2--md {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 90px;
        -moz-column-gap: 90px;
        column-gap: 90px
    }

    .columns-2--md > * {
        display: inline-block !important;
        width: 100% !important
    }
}

.address-list, .mails-list, .phones-list, .sites-list {
    position: relative
}

.address-list ~ .address-list, .address-list ~ .mails-list, .address-list ~ .phones-list, .address-list ~ .sites-list, .mails-list ~ .address-list, .mails-list ~ .mails-list, .mails-list ~ .phones-list, .mails-list ~ .sites-list, .phones-list ~ .address-list, .phones-list ~ .mails-list, .phones-list ~ .phones-list, .phones-list ~ .sites-list, .sites-list ~ .address-list, .sites-list ~ .mails-list, .sites-list ~ .phones-list, .sites-list ~ .sites-list {
    margin-top: 10px
}

.address-list:before, .mails-list:before, .phones-list:before, .sites-list:before {
    content: "";
    position: absolute;
    left: -31px;
    display: block
}

.address-list__item, .mails-list__item, .phones-list__item, .sites-list__item {
    display: block
}

.address-list__item-link, .address-list__item-number, .address-list__item-text, .mails-list__item-link, .mails-list__item-number, .mails-list__item-text, .phones-list__item-link, .phones-list__item-number, .phones-list__item-text, .sites-list__item-link, .sites-list__item-number, .sites-list__item-text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 22px
}

.theme-font-md .address-list__item-link, .theme-font-md .address-list__item-number, .theme-font-md .address-list__item-text, .theme-font-md .mails-list__item-link, .theme-font-md .mails-list__item-number, .theme-font-md .mails-list__item-text, .theme-font-md .phones-list__item-link, .theme-font-md .phones-list__item-number, .theme-font-md .phones-list__item-text, .theme-font-md .sites-list__item-link, .theme-font-md .sites-list__item-number, .theme-font-md .sites-list__item-text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px
}

.theme-font-lg .address-list__item-link, .theme-font-lg .address-list__item-number, .theme-font-lg .address-list__item-text, .theme-font-lg .mails-list__item-link, .theme-font-lg .mails-list__item-number, .theme-font-lg .mails-list__item-text, .theme-font-lg .phones-list__item-link, .theme-font-lg .phones-list__item-number, .theme-font-lg .phones-list__item-text, .theme-font-lg .sites-list__item-link, .theme-font-lg .sites-list__item-number, .theme-font-lg .sites-list__item-text {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 26px
}

.address-list__item-number, .mails-list__item-number, .phones-list__item-number, .sites-list__item-number {
    text-decoration: none;
    color: #212121;
    font-weight: 500
}

.address-list__item-text, .mails-list__item-text, .phones-list__item-text, .sites-list__item-text {
    text-decoration: none;
    color: #212121;
    font-weight: 300
}

.address-list__item-extra, .mails-list__item-extra, .phones-list__item-extra, .sites-list__item-extra {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: .1px;
    color: rgba(33, 33, 33, .6)
}

.theme-font-md .address-list__item-extra, .theme-font-md .mails-list__item-extra, .theme-font-md .phones-list__item-extra, .theme-font-md .sites-list__item-extra {
    font-size: 15px;
    font-size: 1.5rem
}

.theme-font-lg .address-list__item-extra, .theme-font-lg .mails-list__item-extra, .theme-font-lg .phones-list__item-extra, .theme-font-lg .sites-list__item-extra {
    font-size: 18px;
    font-size: 1.8rem
}

.address-list__item-link, .mails-list__item-link, .phones-list__item-link, .sites-list__item-link {
    display: inline;
    text-decoration: none;
    color: #f49827;
    font-weight: 300;
    border-bottom: 1px solid #f49827;
    -webkit-transition: all .3s;
    transition: all .3s
}

.theme-color-blind .address-list__item-link, .theme-color-blind .mails-list__item-link, .theme-color-blind .phones-list__item-link, .theme-color-blind .sites-list__item-link {
    border-color: #242424;
    color: #242424
}

.address-list__item-link:hover, .mails-list__item-link:hover, .phones-list__item-link:hover, .sites-list__item-link:hover {
    border-bottom-color: transparent
}

.address-list--setoff, .mails-list--setoff, .phones-list--setoff, .sites-list--setoff {
    padding-left: 31px
}

.address-list--setoff:before, .mails-list--setoff:before, .phones-list--setoff:before, .sites-list--setoff:before {
    left: 0
}

@media (min-width: 768px) {
    .address-list__item-link, .address-list__item-number, .address-list__item-text, .mails-list__item-link, .mails-list__item-number, .mails-list__item-text, .phones-list__item-link, .phones-list__item-number, .phones-list__item-text, .sites-list__item-link, .sites-list__item-number, .sites-list__item-text {
        font-size: 1.6rem;
        line-height: 22px
    }
}

a.address-list__item-text, a.phones-list__item-number {
    -webkit-transition: all .3s;
    transition: all .3s
}

a.address-list__item-text:hover, a.phones-list__item-number:hover {
    color: #f49827
}

.theme-color-blind a.address-list__item-text:hover, .theme-color-blind a.phones-list__item-number:hover {
    color: #242424
}

.phones-list:before {
    top: 5px;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='%230098db'%3E%3Cpath d='M2.41 5.19a10.1 10.1 0 0 0 4.4 4.4l1.46-1.47A.66.66 0 0 1 9 8a7.6 7.6 0 0 0 2.38.38A.67.67 0 0 1 12 9v2.33a.67.67 0 0 1-.67.67A11.33 11.33 0 0 1 0 .67.67.67 0 0 1 .67 0H3a.67.67 0 0 1 .67.67A7.57 7.57 0 0 0 4 3a.67.67 0 0 1-.17.68L2.41 5.19z'/%3E%3C/svg%3E");
    background-size: 12px 12px
}

.theme-color-blind .phones-list:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12'%3E%3Cpath d='M2.41 5.19a10.1 10.1 0 0 0 4.4 4.4l1.46-1.47A.66.66 0 0 1 9 8a7.6 7.6 0 0 0 2.38.38A.67.67 0 0 1 12 9v2.33a.67.67 0 0 1-.67.67A11.33 11.33 0 0 1 0 .67.67.67 0 0 1 .67 0H3a.67.67 0 0 1 .67.67A7.57 7.57 0 0 0 4 3a.67.67 0 0 1-.17.68L2.41 5.19z'/%3E%3C/svg%3E")
}

.phones-list__item + .phones-list__item {
    margin-top: 10px
}

@media (min-width: 768px) {
    .phones-list:before {
        top: 6px
    }
}

.address-list:before {
    top: 3px;
    width: 12px;
    height: 15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 14.5' width='12' height='15' fill='%230098db'%3E%3Cpath d='M6 0a6 6 0 0 0-6 6c0 5.32 6 8.47 6 8.47s6-3.12 6-8.47a6 6 0 0 0-6-6m3 6.06a3 3 0 1 1-3-3 3 3 0 0 1 3 3'/%3E%3C/svg%3E");
    background-size: 12px 15px
}

.theme-color-blind .address-list:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 14.5' width='12' height='15'%3E%3Cpath d='M6 0a6 6 0 0 0-6 6c0 5.32 6 8.47 6 8.47s6-3.12 6-8.47a6 6 0 0 0-6-6m3 6.06a3 3 0 1 1-3-3 3 3 0 0 1 3 3'/%3E%3C/svg%3E")
}

.address-list__item + .address-list__item {
    margin-top: 10px
}

.mails-list:before {
    top: 8px;
    width: 14px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10' width='14' height='10' fill='%230098db'%3E%3Cpath d='M13.91 1.43A2 2 0 0 0 12 0H2A2 2 0 0 0 .09 1.43L7 4.88z'/%3E%3Cpath d='M7 7.12l-7-3.5V8a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.62z'/%3E%3C/svg%3E");
    background-size: 14px 10px
}

.theme-color-blind .mails-list:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10' width='14' height='10'%3E%3Cpath d='M13.91 1.43A2 2 0 0 0 12 0H2A2 2 0 0 0 .09 1.43L7 4.88z'/%3E%3Cpath d='M7 7.12l-7-3.5V8a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.62z'/%3E%3C/svg%3E")
}

.mails-list__item + .mail-list__item {
    margin-top: 10px
}

.sites-list:before {
    top: 8px;
    width: 14px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 14 12' xmlns='http://www.w3.org/2000/svg' width='14' height='12' fill='%230098db'%3E%3Cpath d='M0 0v12h14V0zm13 11H1V3h12z'/%3E%3Cpath d='M3 5h8v2H3zM3 8h5v1H3z'/%3E%3C/svg%3E");
    background-size: 14px 12px
}

.theme-color-blind .sites-list:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 14 12' xmlns='http://www.w3.org/2000/svg' width='14' height='12'%3E%3Cpath d='M0 0v12h14V0zm13 11H1V3h12z'/%3E%3Cpath d='M3 5h8v2H3zM3 8h5v1H3z'/%3E%3C/svg%3E")
}

.sites-list__item + .sites-list__item {
    margin-top: 10px
}

@media (max-width: 767.98px) {
    .swiper-container.contacts-cards-wrap {
        max-width: 360px
    }
}

@media (max-width: 767.98px) {
    .swiper-container:not(.swiper-container-horizontal) .contacts-cards-list {
        max-width: 360px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 768px) {
    .contacts-cards-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: -15px
    }
}

.contacts-airport-shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (max-width: 767.98px) {
    .contacts-airport-shell {
        max-width: 360px
    }

    .swiper-container:not(.swiper-container-horizontal) .contacts-airport-shell ~ .contacts-airport-shell {
        margin-top: 15px
    }
}

@media (min-width: 768px) {
    .contacts-airport-shell {
        padding: 15px;
        width: 50%;
        max-width: 50%
    }
}

@media (min-width: 1024px) {
    .contacts-airport-shell {
        width: 33.33%;
        max-width: 33.33%
    }
}

.contacts-airport {
    position: relative;
    width: 100%;
    min-height: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 25px 35px 105px;
    font-family: Museo;
    background-color: #fff;
    color: #212121
}

.contacts-airport__image > svg {
    max-width: 60px;
    width: 100%;
    height: auto;
    fill: #f49827;
    stroke: #f49827
}

.theme-color-blind .contacts-airport__image > svg {
    stroke: #242424;
    fill: #242424
}

.contacts-airport__title {
    margin-bottom: 25px;
    min-height: 52px;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.theme-font-md .contacts-airport__title {
    font-size: 21px;
    font-size: 2.1rem
}

.theme-font-lg .contacts-airport__title {
    font-size: 24px;
    font-size: 2.4rem
}

.contacts-airport__footer {
    margin-top: auto;
    padding-top: 20px
}

@media (max-width: 767.98px) {
    .contacts-airport__image {
        position: absolute;
        top: 40px;
        left: 20px
    }

    .contacts-airport__body, .contacts-airport__title {
        max-width: 200px
    }
}

@media (min-width: 768px) {
    .contacts-airport {
        padding-top: 65px;
        padding-left: 80px;
        padding-right: 60px;
        min-height: 460px
    }

    .contacts-airport__image {
        margin-bottom: 45px;
        padding-right: 20px
    }

    .contacts-airport__image > svg {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100px
    }
}

@media (min-width: 1024px) {
    .contacts-airport {
        padding-left: 70px;
        padding-right: 40px
    }

    .contacts-airport__image {
        padding-right: 30px
    }

    .contacts-airport__title {
        font-size: 2rem;
        line-height: 26px;
        margin-bottom: 35px
    }
}

@media (min-width: 1400px) {
    .contacts-airport {
        padding-left: 100px;
        padding-right: 60px
    }

    .contacts-airport__image {
        padding-right: 40px
    }
}

.contacts-management-shell {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767.98px) {
    .contacts-management-shell {
        max-width: 360px
    }

    .contacts-management-shell ~ .contacts-management-shell {
        margin-top: 15px
    }
}

@media (min-width: 768px) {
    .contacts-management-shell {
        padding: 15px
    }

    .contacts-management-shell:not(.contacts-management-shell--tall) {
        width: 50%
    }

    .contacts-management-shell:not(.contacts-management-shell--tall) .contacts-management__body {
        margin-top: auto
    }
}

@media (min-width: 1024px) {
    .contacts-management-shell:not(.contacts-management-shell--tall) {
        width: 33.33%
    }

    .contacts-management-shell--md-half:not(.contacts-management-shell--tall) {
        width: 50%
    }

    .contacts-management-shell--tall {
        width: 66.66%
    }
}

@media (min-width: 768px) {
    .contacts-management-shell--tall .contacts-management {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .contacts-management-shell--tall .contacts-management__body, .contacts-management-shell--tall .contacts-management__head {
        width: 50%;
        max-width: 50%
    }

    .contacts-management-shell--tall .contacts-management__head {
        margin-bottom: 0
    }

    .contacts-management-shell--tall .contacts-management__body {
        padding-left: 90px
    }
}

.contacts-management {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 45px 25px 45px 55px;
    background-color: #fff;
    color: #212121
}

.contacts-management__head {
    margin-bottom: 40px
}

.contacts-management__title {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.theme-font-md .contacts-management__title {
    font-size: 22px;
    font-size: 2.2rem
}

.theme-font-lg .contacts-management__title {
    font-size: 24px;
    font-size: 2.4rem
}

.contacts-management__descr {
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 22px
}

.theme-font-md .contacts-management__descr {
    font-size: 18px;
    font-size: 1.8rem
}

.theme-font-lg .contacts-management__descr {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 24px
}

@media (min-width: 768px) {
    .contacts-management {
        padding: 55px 60px 55px 80px
    }

    .contacts-management__title {
        font-size: 2rem
    }

    .contacts-management__descr {
        font-size: 1.6rem
    }
}

@media (min-width: 1024px) {
    .contacts-management {
        padding-left: 65px
    }
}

@media (min-width: 1400px) {
    .contacts-management {
        padding-left: 100px
    }
}

.contacts-companies-shell {
    width: 100%;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767.98px) {
    .contacts-companies-shell ~ .contacts-companies-shell {
        max-width: 360px;
        margin-top: 15px
    }

    .swiper-container-horizontal .contacts-companies-shell ~ .contacts-companies-shell {
        max-width: 100%;
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .contacts-companies-shell {
        padding: 15px;
        width: 50%
    }
}

@media (min-width: 1024px) {
    .contacts-companies-shell {
        width: 33.33%
    }
}

.contacts-companies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 45px 25px 45px 55px;
    background-color: #fff;
    color: #212121
}

.contacts-companies__title {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.theme-font-md .contacts-companies__title {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 32px
}

.theme-font-lg .contacts-companies__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px
}

.contacts-companies__image {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: -15px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    height: 67px
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .contacts-companies__image {
        height: 65px
    }
}

@media (min-width: 1024px) and (max-width: 1399.98px) {
    .contacts-companies__image {
        height: 55px
    }
}

.contacts-companies__image img {
    display: block;
    width: 100%;
    height: auto
}

@media (min-width: 768px) {
    .contacts-companies {
        padding: 55px 60px 55px 80px
    }

    .contacts-companies__image {
        margin-left: -10px
    }

    .contacts-companies__title {
        font-size: 2rem;
        min-height: 60px
    }
}

@media (min-width: 1024px) {
    .contacts-companies {
        padding-left: 65px
    }

    .contacts-companies__image {
        margin-bottom: 55px;
        margin-left: 0
    }

    .contacts-companies__title {
        margin-bottom: 30px
    }
}

@media (min-width: 1400px) {
    .contacts-companies {
        padding-left: 100px
    }

    .contacts-companies__image {
        margin-left: -20px
    }
}

.swiper-slide-block__mini .address-list__item-number, .swiper-slide-block__mini .address-list__item-text, .swiper-slide-block__mini .phones-list__item-number, .swiper-slide-block__mini .phones-list__item-text {
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 27px
}

.aircompanies-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.aircompanies-list__item, .aircompanies-list__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.aircompanies-list__item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
    color: inherit
}

.aircompanies-list__item-link-text {
    display: none;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem
}

@media (min-width: 768px) {
    .aircompanies-list__item-link-text {
        font-size: 2.2rem
    }
}

.theme-photo-no .aircompanies-list__item-link-text {
    display: block
}

.aircompanies-list__item img {
    width: 100%;
    height: auto
}

.theme-photo-no .aircompanies-list__item img {
    display: none
}

@media (max-width: 767.98px) {
    .aircompanies-list {
        margin: -20px -8.5px
    }

    .aircompanies-list__item {
        width: 50%;
        padding: 20px 17px
    }
}

@media (min-width: 768px) {
    .aircompanies-list {
        margin: -45px -60px
    }

    .aircompanies-list__item {
        width: 33.33%;
        padding: 45px 60px
    }
}

@media (min-width: 1024px) {
    .aircompanies-list {
        margin: -45px -62px
    }

    .aircompanies-list__item {
        width: 25%;
        padding: 45px 62px
    }
}

.aircompanies-list--mv {
    margin-top: 40px;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .aircompanies-list--mv {
        margin-top: 45px;
        margin-bottom: 45px
    }
}

@media (min-width: 1024px) {
    .aircompanies-list--mv {
        margin-top: 55px;
        margin-bottom: 55px
    }
}

.aircompanies-list-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 48px;
    border-radius: 4.8px;
    border: 1px solid #f49827 !important;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    font-family: Museo;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #f49827 !important;
    background-color: transparent;
    max-width: 630px
}

.theme-color-blind .aircompanies-list-btn {
    border-color: #242424;
    color: #242424
}

@media (min-width: 768px) {
    .aircompanies-list-btn {
        height: 60px;
        border-radius: 6px;
        font-size: 1.4rem;
        line-height: 24px;
        letter-spacing: 2.1px
    }
}

@media (min-width: 1024px) {
    .aircompanies-list-btn {
        max-width: 768px
    }
}

.aircompanies-list-btn:hover {
    background-color: #f49827 !important;
    color: #fff !important
}

.theme-color-blind .aircompanies-list-btn:hover {
    background-color: #242424 !important
}

.registration-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 767.98px) {
    .registration-points {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .registration-points__extra-side {
        margin-top: 40px
    }
}

@media (min-width: 768px) {
    .registration-points {
        padding-left: 30px;
        padding-right: 0
    }

    .registration-points__main-side {
        width: 64%
    }

    .registration-points__extra-side {
        width: 36%
    }
}

@media (min-width: 1024px) {
    .registration-points {
        padding-left: 35px
    }

    .registration-points__main-side {
        width: 53%
    }

    .registration-points__extra-side {
        width: 47%
    }
}

.registration-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 310px
}

.registration-point + .registration-point {
    margin-top: 20px
}

.registration-point__icon {
    width: 50px;
    min-width: 50px
}

.registration-point__icon > svg {
    fill: #000;
    stroke: #000
}

.registration-point__title {
    font-family: Museo;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 22px
}

.registration-point--link {
    color: #f49827;
    text-decoration: none
}

.theme-color-blind .registration-point--link {
    color: #242424
}

.registration-point--link .registration-point__icon > svg {
    fill: #f49827;
    stroke: #f49827
}

.theme-color-blind .registration-point--link .registration-point__icon > svg {
    fill: #242424;
    stroke: #242424
}

.registration-point--link .registration-point__title {
    border-bottom: 1px dashed transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.registration-point--link:hover .registration-point__title {
    border-bottom-color: #f49827
}

.theme-color-blind .registration-point--link:hover .registration-point__title {
    border-bottom-color: #242424
}

@media (min-width: 768px) {
    .registration-point__title {
        font-size: 1.6rem
    }
}

.section-indent-padding {
    padding-top: 65px;
    padding-bottom: 65px
}

@media (min-width: 768px) {
    .section-indent-padding {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (min-width: 1024px) {
    .section-indent-padding {
        padding-top: 115px;
        padding-bottom: 115px
    }
}

.section-indent-margin {
    margin-top: 65px;
    margin-bottom: 65px
}

@media (min-width: 768px) {
    .section-indent-margin {
        margin-top: 100px;
        margin-bottom: 100px
    }
}

@media (min-width: 1024px) {
    .section-indent-margin {
        margin-top: 115px;
        margin-bottom: 115px
    }
}

.content-head {
    margin-bottom: 40px
}

.content-head p a {
    color: #f49827;
    text-decoration: none
}

@media (max-width: 1023.98px) {
    .content-head--pt {
        padding-top: 50px
    }

    .content-head__card {
        margin-top: 40px
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .content-head--pt {
        padding-top: 85px
    }
}

@media (min-width: 768px) {
    .content-head {
        margin-bottom: 75px
    }
}

@media (min-width: 1024px) {
    .content-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .content-head--wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .content-head__title {
        width: 57%;
        padding-right: 100px
    }

    .content-head__title--full-w {
        width: 100%
    }

    .content-head__card {
        width: 43%;
        margin-top: 0;
        margin-bottom: auto
    }
}

@media (min-width: 1400px) {
    .content-head {
        margin-bottom: 100px
    }

    .content-head__title {
        width: 56%;
        padding-right: 160px
    }

    .content-head__title--full-w {
        width: 100%
    }

    .content-head__card {
        width: 44%
    }
}

.location-card {
    display: block;
    padding: 55px 25px 60px;
    max-width: 510px;
    font-family: Museo;
    background-color: #fff
}

.location-card + .location-card {
    margin-top: 20px
}

.location-card__body {
    margin-top: 45px
}

.location-card__image img {
    display: block;
    max-width: 100%;
    height: auto
}

.location-card__topic-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.location-card__topic, .location-card__topic-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.location-card__topic-text {
    padding-right: 20px;
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 22px
}

.location-card__topic-unit {
    line-height: 1;
    font-weight: 300;
    font-size: 46px;
    font-size: 4.6rem
}

.location-card__phone-link {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .6px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.location-card__phone-link:hover {
    color: #f49827
}

@media (max-width: 767.98px) {
    .location-card__topic-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .location-card__topic + .location-card__topic {
        margin-top: 20px
    }
}

@media (min-width: 768px) {
    .location-card {
        padding: 55px 80px 60px
    }

    .location-card + .location-card {
        margin-top: 30px
    }

    .location-card__topic + .location-card__topic {
        padding-left: 30px
    }

    .location-card--narrow {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (min-width: 1400px) {
    .location-card--narrow {
        padding-left: 60px;
        padding-right: 60px
    }
}

.action-card {
    max-width: 510px
}

.section-back {
    padding-top: 70px;
    padding-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .section-back {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width: 1024px) {
    .section-back {
        padding-top: 110px;
        padding-bottom: 110px
    }
}

.section-back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #212121;
    text-decoration: none
}

.section-back-btn__arrow {
    padding-right: 18px
}

.section-back-btn__arrow--right {
    padding-right: 0;
    padding-left: 18px
}

.section-back-btn__arrow > svg {
    display: block;
    width: 29px;
    height: 16px;
    stroke: #212121
}

.section-back-btn__arrow--blue > svg {
    stroke: #f49827
}

.theme-color-blind .section-back-btn__arrow--blue > svg {
    stroke: #242424
}

.section-back-btn__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1.8px
}

@media (min-width: 768px) {
    .section-back-btn__arrow {
        padding-right: 21px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .section-back-btn__arrow > svg {
        width: 32px;
        height: 18px
    }

    .section-back-btn__title {
        font-size: 1.4rem;
        letter-spacing: 2.1px
    }

    .section-back-btn:hover .section-back-btn__arrow {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    .section-back-btn:hover .section-back-btn__arrow--right {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.bg-blue .section-back-btn {
    color: #fff
}

.bg-blue .section-back-btn__arrow > svg {
    stroke: #fff
}

.section-back--intro {
    padding-top: 0;
    padding-bottom: 25px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.section-back--intro .section-back-btn__title:not(.section-back-btn__title--source) {
    font-weight: 300;
    letter-spacing: .4px
}

@media (max-width: 767.98px) {
    .section-back--intro {
        padding-top: 15px
    }
}

@media (min-width: 768px) {
    .section-back--intro {
        padding-bottom: 30px
    }
}

@media (min-width: 768px) {
    .section-back--intro-offset {
        margin-top: -15px
    }
}

@media (min-width: 1400px) {
    .section-back--intro-offset {
        margin-top: -60px
    }
}

.section-narration {
    overflow: hidden;
    position: relative
}

.narration {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px
}

.narration__backdrop {
    position: absolute;
    top: 50%;
    right: 0;
    opacity: .2;
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%)
}

.narration__backdrop > svg {
    display: block;
    stroke: #fff
}

@media (max-width: 1023.98px) {
    .narration__backdrop {
        -webkit-transform: translate(50px, -50%);
        transform: translate(50px, -50%);
        opacity: .1
    }
}

.narration__item-title {
    font-weight: 500;
    font-size: 48px;
    font-size: 4.8rem
}

.narration__item-title--small {
    font-size: 30px;
    font-size: 3rem;
    line-height: 45px
}

.narration__item-descr, .narration__item-unit {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300
}

.narration__item-descr {
    line-height: 27px
}

.narration__item-descr--small {
    line-height: 24px
}

@media (max-width: 1023.98px) {
    .narration {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .narration__item-title {
        font-size: 4rem
    }

    .narration__item-title--small {
        font-size: 3rem
    }
}

@media (max-width: 767.98px) {
    .narration {
        padding-left: 20px;
        padding-right: 20px
    }

    .narration__item-title {
        font-size: 3rem;
        line-height: normal
    }

    .narration__item-title--small {
        font-size: 2.4rem;
        line-height: 30px
    }
}

@media (min-width: 1024px) {
    .narration--justify-last .narration-col:nth-child(4n) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 50px
    }
}

.narration-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.narration-row ~ .narration-row {
    margin-top: 75px
}

@media (max-width: 1023.98px) {
    .narration-row ~ .narration-row {
        margin-top: 0;
        margin-bottom: -50px
    }
}

@media (max-width: 767.98px) {
    .narration-row ~ .narration-row {
        margin-bottom: -30px
    }
}

.narration-col {
    width: 25%;
    padding-right: 20px
}

@media (max-width: 1023.98px) {
    .narration-col {
        width: 50%;
        margin-bottom: 50px
    }
}

@media (max-width: 767.98px) {
    .narration-col {
        width: 100%;
        margin-bottom: 30px
    }
}

.services-slider {
    margin-top: 60px
}

.services-slider .article-slider-wrap {
    padding: 0
}

@media (min-width: 768px) {
    .services-slider {
        margin-top: 90px
    }
}

@media (min-width: 1024px) {
    .services-slider {
        margin-top: 110px
    }
}

.services-section {
    position: relative
}

@media (min-width: 1024px) {
    .services-section ~ .services-section {
        padding-top: 60px
    }
}

.services-section--shadow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 120px;
    opacity: .1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#f5f5f5));
    background-image: linear-gradient(180deg, #000, #f5f5f5)
}

.services-btn-container {
    text-align: center
}

.services-btn-container--pv {
    padding-top: 60px;
    padding-bottom: 60px
}

.services-btn-container--mt {
    margin-top: 60px
}

.services-btn {
    width: 100%;
    height: 50px;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Museo;
    font-weight: 700;
    letter-spacing: 1.8px
}

@media (min-width: 1024px) {
    .services-btn {
        height: 60px;
        letter-spacing: 2.1px
    }
}

.services-content.page-content {
    padding-bottom: 0;
    overflow-x: hidden
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .services-content .container {
        padding-left: 65px;
        padding-right: 65px
    }
}

@media (min-width: 1400px) {
    .services-section .content-head, .services-section .services-section-title, .services-section .text-divided-2 {
        padding-left: 85px
    }
}

.services-section .text-divided-2 ~ .services-section-title {
    margin-top: 40px
}

@media (min-width: 768px) {
    .services-section .text-divided-2 ~ .services-section-title {
        margin-top: 75px
    }
}

@media (min-width: 1400px) {
    .services-section .text-divided-2 ~ .services-section-title {
        margin-top: 100px
    }
}

.accordion .services-section .content-head, .accordion .services-section .services-section-title, .accordion .services-section .text-divided-2 {
    padding-left: 0
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .accordion .services-section .location-card {
        margin-left: 85px
    }
}

.ya-share2-wrap .ya-share2__list {
    width: 100%;
    text-align: center
}

.ya-share2-wrap .ya-share2 .ya-share2__item {
    margin-right: 20px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.ya-share2-wrap .ya-share2 .ya-share2__item:last-child {
    margin-right: 0
}

.ya-share2-wrap .ya-share2 .ya-share2__item .ya-share2__badge, .ya-share2-wrap .ya-share2 .ya-share2__item .ya-share2__icon {
    width: 50px;
    height: 50px
}

.ya-share2-wrap .ya-share2 .ya-share2__item .ya-share2__badge {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: all .2s;
    transition: all .2s
}

.ya-share2-wrap .ya-share2 .ya-share2__item .ya-share2__icon {
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: none;
    transition: none
}

.ya-share2-wrap .ya-share2 .ya-share2__item_service_facebook .ya-share2__icon {
    background-size: 9px 18px;
    background-image: url(../images/style/i-fb-black.svg)
}

.ya-share2-wrap .ya-share2 .ya-share2__item_service_facebook:hover {
    background-color: #3b5999
}

.ya-share2-wrap .ya-share2 .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-size: 21px 12px;
    background-image: url(../images/style/i-vk-black.svg)
}

.ya-share2-wrap .ya-share2 .ya-share2__item_service_vkontakte:hover {
    background-color: #4c75a3
}

.ya-share2-wrap .ya-share2 .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-size: 12px 20px;
    background-image: url(../images/style/i-od-black.svg)
}

.ya-share2-wrap .ya-share2 .ya-share2__item_service_odnoklassniki:hover {
    background-color: #ed812b
}

.intro-note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff
}

.intro-note__icon {
    margin-right: 19px;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.intro-note__icon > svg {
    fill: #fff;
    stroke: #fff
}

.intro-note__icon .intro-note__title {
    margin-top: 2px
}

.intro-note__title {
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px
}

@media (min-width: 768px) {
    .intro-note__title {
        font-size: 1.6rem
    }
}

.electro .intro-page-row {
    position: relative
}

.electro .intro-page-row__info {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 310px
}

@media (min-width: 1024px) {
    .electro .intro-page-row__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.electro .intro-page-row__info p {
    font-size: 12px;
    font-size: 1.2rem
}

.electro .intro-page-row__info p:first-child {
    margin-bottom: 20px
}

.electro .intro-page-row__info svg {
    width: 100%
}

.electro .h1-like {
    font-size: 28px;
    font-size: 2.8rem
}

@media (min-width: 768px) {
    .electro .h1-like {
        font-size: 6.4rem
    }
}

.electro a.btn {
    padding-left: 20px;
    padding-right: 20px
}

.electro-page .btn-group .btn {
    font-size: 10px;
    font-size: 1rem;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width: 1024px) {
    .electro-page .btn-group .btn {
        font-size: 1.2rem;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 768px) {
    .store-list {
        margin: -15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.store-list-item-shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767.98px) {
    .store-list-item-shell {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto
    }

    .store-list-item-shell + .store-list-item-shell {
        margin-top: 20px
    }
}

@media (min-width: 768px) {
    .store-list-item-shell {
        padding: 15px;
        width: 50%
    }
}

@media (min-width: 1024px) {
    .store-list-item-shell {
        width: 33.33%
    }
}

.store-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    color: #212121;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.store-list-item__image {
    height: 215px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.theme-photo-no .store-list-item__image {
    display: none
}

.store-list-item__body {
    padding: 25px 20px
}

.store-list-item__title {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1.4px
}

.store-list-item__descr {
    font-weight: 300;
    line-height: 24px;
    font-size: 15px;
    font-size: 1.5rem
}

.theme-font-md .store-list-item__descr {
    font-size: 17px;
    font-size: 1.7rem
}

.theme-font-lg .store-list-item__descr {
    font-size: 19px;
    font-size: 1.9rem
}

.store-list-item:hover {
    background-color: #fff
}

@media (min-width: 768px) {
    .store-list-item__image {
        height: 245px
    }

    .store-list-item__body {
        padding: 35px 30px
    }

    .store-list-item__title {
        font-size: 2rem;
        letter-spacing: 1.5px
    }

    .store-list-item__descr {
        font-size: 1.6rem
    }

    .theme-font-md .store-list-item__descr {
        font-size: 1.8rem
    }

    .theme-font-lg .store-list-item__descr {
        font-size: 2rem
    }
}

@media (min-width: 1024px) {
    .store-list-item__image {
        height: 215px
    }
}

@media (min-width: 1400px) {
    .store-list-item__image {
        height: 275px
    }
}

.numerical-items-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.numerical-items-list--mt {
    margin-top: 40px;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .numerical-items-list--mt {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

@media (max-width: 767.98px) {
    .numerical-item-shell + .numerical-item-shell {
        margin-top: 30px
    }
}

.numerical-item {
    position: relative;
    font-family: Museo
}

.numerical-item__head {
    color: #f49827;
    font-weight: 500;
    line-height: 1
}

.theme-color-blind .numerical-item__head {
    color: #242424
}

.numerical-item__head-sign, .numerical-item__head-unit, .numerical-item__head-value {
    display: inline
}

.numerical-item__head-sign {
    font-size: 36px;
    font-size: 3.6rem
}

.numerical-item__head-value {
    font-size: 42px;
    font-size: 4.2rem
}

.numerical-item__head-value--small {
    font-size: 28px;
    font-size: 2.8rem
}

.numerical-item__head-unit {
    font-weight: 300;
    font-size: 18px;
    font-size: 1.8rem
}

.numerical-item__head-subtitle {
    display: block;
    color: rgba(33, 33, 33, .7);
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 300
}

.numerical-item__head-subtitle + .numerical-item__head-subunit {
    margin-top: 5px
}

.numerical-item__head-subunit {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500
}

.numerical-item__head.d-flex .numerical-item__head-unit {
    margin-bottom: 5px;
    margin-left: 15px
}

.numerical-item__descr {
    margin-top: 10px
}

.numerical-item__descr-text {
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px
}

@media (min-width: 768px) {
    .numerical-item__head-sign {
        font-size: 4rem
    }

    .numerical-item__head-value {
        font-size: 4.8rem
    }

    .numerical-item__head-value--small {
        font-size: 3.2rem
    }

    .numerical-item__head-subtitle {
        font-size: 1.4rem
    }

    .numerical-item__head-subtitle + .numerical-item__head-subunit {
        margin-top: 8px
    }

    .numerical-item__head-subunit {
        font-size: 2.1rem
    }

    .numerical-item__head.d-flex .numerical-item__head-unit {
        margin-bottom: 8px
    }

    .numerical-item__descr-text {
        font-size: 1.8rem;
        line-height: 27px
    }
}

.bg-blue .numerical-item__head {
    color: #fff;
    opacity: .6
}

@media (max-width: 767.98px) {
    .numerical-items-list--layout-1 .numerical-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .numerical-items-list--layout-1 .numerical-item__descr, .numerical-items-list--layout-1 .numerical-item__head {
        width: 50%
    }

    .numerical-items-list--layout-1 .numerical-item__head {
        text-align: right
    }

    .numerical-items-list--layout-1 .numerical-item__descr {
        padding-left: 27px;
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .numerical-items-list--layout-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: -30px
    }

    .numerical-items-list--layout-1 .numerical-item-shell {
        width: 43%;
        padding-bottom: 30px
    }

    .numerical-items-list--layout-1 .numerical-item__head-value {
        position: relative
    }

    .numerical-items-list--layout-1 .numerical-item__head-sign {
        position: absolute;
        right: 100%;
        top: 7px
    }
}

@media (min-width: 1024px) {
    .numerical-items-list--layout-1 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .numerical-items-list--layout-1 .numerical-item-shell {
        width: 45%
    }
}

.numerical-items-list--layout-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.numerical-items-list--layout-2 .numerical-item-shell {
    width: 50%
}

@media (max-width: 767.98px) {
    .numerical-items-list--layout-2 .numerical-item-shell {
        margin-top: 0;
        margin-bottom: 40px
    }

    .numerical-items-list--layout-2 .numerical-item-shell:nth-child(odd) {
        padding-right: 15px
    }

    .numerical-items-list--layout-2 .numerical-item-shell:nth-child(2n) {
        padding-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .numerical-items-list--layout-2 {
        margin-left: -30px;
        margin-right: -30px
    }

    .numerical-items-list--layout-2 .numerical-item-shell {
        padding-right: 30px;
        padding-left: 30px;
        width: 33.33%
    }
}

@media (min-width: 768px) {
    .numerical-items-list--layout-2 {
        margin-bottom: -60px
    }

    .numerical-items-list--layout-2 .numerical-item-shell {
        margin-bottom: 60px
    }
}

@media (min-width: 1024px) {
    .numerical-items-list--layout-2 .numerical-item-shell:nth-child(odd) {
        padding-right: 35px
    }

    .numerical-items-list--layout-2 .numerical-item-shell:nth-child(2n) {
        padding-left: 35px
    }
}

.numerical-items-list--layout-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px
}

.numerical-items-list--layout-3 .numerical-item-shell {
    width: 50%;
    margin: 0 0 20px;
    padding-left: 20px
}

.numerical-items-list--layout-3 .numerical-item__head-unit {
    margin-bottom: 3px
}

@media (max-width: 767.98px) {
    .numerical-items-list--layout-3 .numerical-item__head-value {
        font-size: 3.2rem
    }

    .numerical-items-list--layout-3 .numerical-item__head-unit {
        font-size: 1.6rem
    }
}

@media (min-width: 768px) {
    .numerical-items-list--layout-3 {
        margin-left: -60px
    }

    .numerical-items-list--layout-3 .numerical-item-shell {
        margin: 0 0 30px;
        padding-left: 60px
    }

    .numerical-items-list--layout-3 .numerical-item__head-unit {
        margin-bottom: 8px
    }
}

@media (min-width: 1024px) {
    .numerical-items-list--layout-3 .numerical-item-shell {
        width: 33.33333%
    }
}

.hint-btn {
    display: inline-block;
    text-align: center;
    font-size: 8px;
    font-size: .8rem;
    line-height: 12px;
    opacity: .5
}

.hint-btn--info > svg {
    display: block;
    width: 12px;
    height: 12px;
    fill: #000
}

.hint-btn:hover {
    opacity: 1
}

@media (max-width: 1023.98px) {
    .parking-info_modal-mod {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100%
    }
}

@media (max-width: 767.98px) {
    .parking-info_modal-mod {
        display: block;
        height: auto
    }
}

@media (max-width: 1023.98px) {
    .parking-info_modal-mod .parking-info__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
        padding-right: 27px
    }
}

@media (max-width: 767.98px) {
    .parking-info_modal-mod .parking-info__top {
        display: block;
        width: auto;
        padding-right: 0
    }
}

@media (max-width: 1023.98px) {
    .parking-info_modal-mod .parking-info__tabs {
        width: 50%
    }
}

@media (max-width: 1023.98px) and (max-width: 767.98px) {
    .parking-info_modal-mod .parking-info__tabs {
        width: auto
    }
}

@media (max-width: 1023.98px) {
    .parking-info_modal-mod .parking-info__basic {
        margin-bottom: 40px
    }
}

@media (max-width: 1023.98px) and (max-width: 767.98px) {
    .parking-info_modal-mod .parking-info__basic {
        margin-bottom: 15px
    }
}

@media (max-width: 1023.98px) {
    .parking-info_modal-mod .parking-info__note {
        margin-top: auto
    }
}

.parking-info__terminal-list {
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0
}

.parking-info__terminal-item {
    width: 50px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    border-radius: 6px
}

.parking-info__terminal-item--compact {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 50px;
    width: auto;
    padding: 0 20px
}

.parking-info__terminal-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.parking-info__terminal-item-wrapper + .parking-info__terminal-item-wrapper {
    margin-left: 85px
}

.parking-info__terminal-label {
    margin-left: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5px;
    font-weight: 700
}

.parking-info__basic {
    padding-left: 0
}

.parking-info__basic-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 15px
}

.parking-info__basic-item {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    margin-right: 36px;
    padding-left: 32px
}

.parking-info__basic-icon {
    width: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0
}

.parking-info__basic-icon svg {
    display: block;
    width: 100%;
    height: auto
}

.parking-info__price-wrapper {
    max-width: calc(50% - 25px);
    min-width: 240px
}

@media (max-width: 1023.98px) {
    .parking-info__price-wrapper {
        margin-bottom: 65px
    }
}

@media (max-width: 767.98px) {
    .parking-info__price-wrapper {
        margin-bottom: 0
    }
}

.parking-info__price-title {
    min-height: 52px;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 20px
}

.parking-info__price-title:last-child {
    margin-bottom: 0
}

.parking-info__price-caption {
    display: block;
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 4px
}

.parking-info__price {
    padding-left: 0;
    margin-bottom: 24px
}

.parking-info__price:last-child {
    margin-bottom: 0
}

.parking-info__price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 8px 0
}

.parking-info__price-item:last-child {
    padding-top: 15px;
    padding-bottom: 0
}

.parking-info__price-th {
    width: 125px;
    padding-right: 15px;
    font-weight: 700;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.parking-info__price-td {
    color: #424242;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.parking-info__note {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 32px
}

@media (max-width: 1023.98px) {
    .parking-info__note {
        max-width: 210px
    }
}

@media (max-width: 767.98px) {
    .parking-info__note {
        width: auto;
        max-width: 50%;
        min-width: 210px
    }
}

.parking-info__note_desktop {
    display: block
}

@media (max-width: 1023.98px) {
    .parking-info__note_desktop {
        display: none
    }
}

.parking-info__note_laptop {
    display: none
}

@media (max-width: 1023.98px) {
    .parking-info__note_laptop {
        display: block
    }

    .parking-info__note_laptop:last-child {
        margin-right: 50px
    }
}

@media (max-width: 767.98px) {
    .parking-info__note_laptop {
        display: none
    }
}

@media (max-width: 767.98px) {
    .parking-info__note_mobile {
        display: block
    }
}

.parking-info__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767.98px) {
    .parking-info__columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.parking-info__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px;
    border-top: 1px solid #000;
    padding-top: 30px
}

@media (max-width: 1023.98px) {
    .parking-info__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -65px
    }
}

@media (max-width: 767.98px) {
    .parking-info__body {
        margin-bottom: 0
    }
}

.parking-info__body_laptop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767.98px) {
    .parking-info__body_laptop {
        display: none
    }
}

.parking-info__body_phone {
    display: none;
    padding-top: 20px
}

@media (max-width: 767.98px) {
    .parking-info__body_phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.parking-info__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 50px
}

@media (max-width: 767.98px) {
    .parking-info__column {
        margin-left: 0;
        margin-bottom: 65px
    }

    .parking-info__column:last-child {
        margin-bottom: 0
    }
}

.parking-info__column_last-child {
    margin-left: 0
}

.parking-info__column_sm {
    width: 560px
}

@media (max-width: 1023.98px) {
    .parking-info__column_sm {
        width: 510px
    }
}

@media (max-width: 767.98px) {
    .parking-info__column_sm {
        width: 100%
    }
}

@media (max-width: 1023.98px) {
    .parking-info__column_tablet-sm {
        width: 240px
    }

    .parking-info__column_tablet-sm:last-child {
        margin-right: 50px
    }
}

@media (max-width: 767.98px) {
    .parking-info__column_tablet-sm:last-child {
        margin-right: 0
    }
}

.parking-info__column_sx {
    width: 240px
}

@media (max-width: 1023.98px) {
    .parking-info__column_sx:last-child {
        margin-right: 50px
    }
}

@media (max-width: 767.98px) {
    .parking-info__column_sx:last-child {
        margin-right: 0
    }
}

.parking-info__tabs {
    margin-bottom: 24px
}

.parking-info__block {
    margin-bottom: 65px
}

.parking-info__block:last-child {
    margin-bottom: 0
}

.parking-info__block_vt-end {
    margin-top: auto
}

.parking-info__block_ta-end {
    text-align: right
}

.parking-info__external-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #212121;
    text-decoration: none
}

.parking-info__external-link-icon {
    width: 42px;
    height: 38px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.parking-info__external-link-icon > svg {
    stroke: #0096dd
}

.parking-info__external-link-title {
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
    letter-spacing: 2.1px;
    text-transform: uppercase
}

.parking-info__booking {
    max-width: 280px
}

@media (max-width: 767.98px) {
    .parking-info__booking {
        width: 100%;
        max-width: 470px;
        font-size: 1.1rem
    }
}

.parking-info__note a, .parking-info__note a:visited {
    display: inline;
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: #f49827 !important;
    color: #f49827 !important;
    font-weight: 300;
    line-height: 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.parking-info__note a:hover {
    border-bottom-color: transparent !important
}

.parking-info.theme-color-default .parking-info__terminal-item {
    background: #3ca3bd
}

.parking-info.theme-color-default .parking-info__body {
    border-color: #3ca3bd
}

.parking-info.theme-color-default .parking-tabs__menu-text:after {
    background: #3ca3bd
}

.parking-info.theme-color-green-light .parking-info__terminal-item {
    background: #83c464
}

.parking-info.theme-color-green-light .parking-info__body {
    border-color: #83c464
}

.parking-info.theme-color-green-light .parking-tabs__menu-text:after {
    background: #83c464
}

.parking-info.theme-color-blue-middle .parking-info__terminal-item {
    background: #3ca3bd
}

.parking-info.theme-color-blue-middle .parking-info__body {
    border-color: #3ca3bd
}

.parking-info.theme-color-blue-middle .parking-tabs__menu-text:after {
    background: #3ca3bd
}

.parking-info.theme-color-purple .parking-info__terminal-item {
    background: #9171ad
}

.parking-info.theme-color-purple .parking-info__body {
    border-color: #9171ad
}

.parking-info.theme-color-purple .parking-tabs__menu-text:after {
    background: #9171ad
}

.parking-info.theme-color-orange-light .parking-info__terminal-item {
    background: #f8bd57
}

.parking-info.theme-color-orange-light .parking-info__body {
    border-color: #f8bd57
}

.parking-info.theme-color-orange-light .parking-tabs__menu-text:after {
    background: #f8bd57
}

.parking-info.theme-color-red .parking-info__terminal-item {
    background: #ed4543
}

.parking-info.theme-color-red .parking-info__body {
    border-color: #ed4543
}

.parking-info.theme-color-red .parking-tabs__menu-text:after {
    background: #ed4543
}

.parking-info.theme-color-gray .parking-info__terminal-item {
    background: #999
}

.parking-info.theme-color-gray .parking-info__body {
    border-color: #999
}

.parking-info.theme-color-gray .parking-tabs__menu-text:after {
    background: #999
}

.map-parking__map-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 500px
}

.map-parking__map {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.map-parking__point {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.map-parking__point_terminal {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem;
    height: 40px;
    width: 50px;
    left: -25px;
    top: -20px;
    line-height: 40px;
    border-radius: 6px
}

@media (max-width: 1023.98px) {
    .map-parking__point_terminal {
        font-size: 1.4rem;
        height: 30px;
        line-height: 30px;
        width: 40px
    }
}

.map-parking__point_circle {
    width: 40px;
    height: 40px;
    left: -20px;
    top: -20px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    cursor: pointer
}

@media (max-width: 1023.98px) {
    .map-parking__point_circle {
        width: 30px;
        height: 30px;
        font-size: 1.4rem;
        line-height: 30px
    }
}

.map-parking__point-icon {
    display: block;
    width: 100%;
    height: auto
}

.map-parking__point-hint {
    background: #fff;
    padding: 8px 16px;
    color: #242424;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    max-width: 250px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: -10px;
    white-space: nowrap;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    margin: auto 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s;
    transition: opacity .35s, visibility .35s
}

.map-parking__point-hint.active {
    opacity: 1;
    visibility: visible
}

.map-parking__map-modal {
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 480px;
    max-height: calc(100% - 40px);
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    border-radius: 6px;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .35s, visibility .35s;
    transition: opacity .35s, visibility .35s
}

@media (max-width: 1399.98px) {
    .map-parking__map-modal {
        width: 410px
    }
}

@media (max-width: 1023.98px) {
    .map-parking__map-modal {
        top: 10px;
        right: 10px;
        width: calc(100% - 20px)
    }
}

@media (max-width: 767.98px) {
    .map-parking__map-modal {
        left: 7px;
        top: 6px;
        width: calc(100% - 14px)
    }
}

.map-parking__map-modal_opened {
    pointer-events: all;
    visibility: visible;
    opacity: 1
}

.map-parking__modal-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    z-index: 1
}

.map-parking__modal-close:after, .map-parking__modal-close:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 32px;
    top: 10px;
    background: #000;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.map-parking__modal-close:after {
    left: 10px;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-45deg) translate(-1px, 1px);
    transform: rotate(-45deg) translate(-1px, 1px)
}

.map-parking__modal-close:before {
    right: 10px;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(45deg) translate(1px, 1px);
    transform: rotate(45deg) translate(1px, 1px)
}

.map-parking__modal-close:hover:after, .map-parking__modal-close:hover:before {
    background: rgba(0, 0, 0, .5)
}

.map-parking__templates-parking-info {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    left: -200vw;
    bottom: -100vh;
    z-index: -20
}

.map-parking__popup-inner {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 45px 50px 60px;
    -webkit-transition: opacity .35s, visibility .35s;
    transition: opacity .35s, visibility .35s
}

.map-parking__popup-inner::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.map-parking__popup-inner::-webkit-scrollbar-button, .map-parking__popup-inner::-webkit-scrollbar-track {
    background-color: transparent
}

.map-parking__popup-inner::-webkit-scrollbar-track-piece {
    background-color: #fff
}

.map-parking__popup-inner::-webkit-scrollbar-thumb {
    background-color: #dddfe0
}

@media (max-width: 1023.98px) {
    .map-parking__popup-inner {
        padding: 60px;
        padding-right: 70px
    }
}

@media (max-width: 767.98px) {
    .map-parking__popup-inner {
        padding: 45px 33px
    }
}

.map-parking__popup-content {
    width: 310px;
    -webkit-transition: opacity .35s, visibility .35s;
    transition: opacity .35s, visibility .35s
}

@media (max-width: 1023.98px) {
    .map-parking__popup-content {
        width: 100%;
        height: 100%
    }
}

.map-parking__popup-content.hide {
    opacity: 0;
    visibility: hidden
}

.map-parking__popup-content.show {
    opacity: 1;
    visibility: visible
}

.map-parking__point.theme-color-default {
    background: #3ca3bd
}

.map-parking__point.theme-color-green-light {
    background: #83c464
}

.map-parking__point.theme-color-blue-middle {
    background: #3ca3bd
}

.map-parking__point.theme-color-purple {
    background: #9171ad
}

.map-parking__point.theme-color-orange-light {
    background: #f8bd57
}

.map-parking__point.theme-color-red {
    background: #ed4543
}

.map-parking__point.theme-color-gray {
    background: #999
}

.parking-tabs {
    overflow: hidden;
    position: relative
}

.parking-tabs__menu {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.parking-tabs__menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto !important
}

.parking-tabs__menu-item {
    margin-right: 30px;
    width: auto !important;
    height: auto !important;
    min-width: 100px;
    cursor: pointer;
    opacity: .6;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    max-width: calc(50% - 30px)
}

.parking-tabs__menu-item:last-child {
    margin-right: 0;
    max-width: calc(50% - 15px)
}

.parking-tabs__menu-item:first-child {
    margin-left: 0;
    max-width: calc(50% - 15px)
}

.parking-tabs__menu-item:hover, .parking-tabs__menu-item:hover .parking-tabs__menu-text:after, .parking-tabs__menu-item_active, .parking-tabs__menu-item_active .parking-tabs__menu-text:after {
    opacity: 1
}

.parking-tabs__menu-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    position: relative;
    height: 100%;
    padding-bottom: 20px;
    padding-top: 16px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    color: #212121;
    -webkit-transition: color .2s;
    transition: color .2s;
    margin-bottom: -1px
}

.parking-tabs__menu-text:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #f49827;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.parking-tabs__menu-top {
    text-transform: uppercase;
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 10px;
    white-space: nowrap
}

.parking-tabs__sticker {
    font-size: 8px;
    font-size: .8rem;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    padding: 4px 7px;
    border-radius: 8px;
    margin-left: 12px;
    text-transform: uppercase;
    color: #fff;
    background: #f49827;
    opacity: 1;
    letter-spacing: .8px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.parking-tabs__tab-content {
    padding-top: 10px;
    opacity: 0;
    z-index: -1;
    top: 0;
    right: -200%;
    height: auto;
    visibility: hidden;
    position: absolute
}

.parking-tabs__tab-content_active {
    position: relative;
    z-index: 1;
    opacity: 1;
    left: 0;
    top: 0;
    visibility: visible;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.parking-tabs_sm .parking-tabs__menu-text {
    padding-top: 40px;
    padding-bottom: 37px;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5
}

.parking-tabs_sm .parking-tabs__menu-item {
    width: 200px !important;
    max-width: none;
    padding-right: 30px;
    margin-right: 0;
    margin-left: 0
}

@media (max-width: 767.98px) {
    .parking-tabs_sm .parking-tabs__menu-item {
        width: 170px !important
    }
}

.parking-tabs_sm .parking-tabs__menu {
    border-bottom: none;
    background: #f5f5f5;
    position: relative;
    z-index: 1
}

@media (max-width: 767.98px) {
    .parking-tabs_sm .parking-tabs__menu {
        max-width: 570px;
        margin-right: auto;
        margin-left: auto
    }
}

.parking-tabs_sm .parking-tabs__menu:after, .parking-tabs_sm .parking-tabs__menu:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100vw;
    background: #f5f5f5;
    top: 0
}

.parking-tabs_sm .parking-tabs__menu:before {
    left: 10px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.parking-tabs_sm .parking-tabs__menu:after {
    right: 10px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.parking-tabs_sm .parking-tabs__tab-content {
    padding-top: 40px;
    padding-bottom: 0
}

@media (max-width: 767.98px) {
    .parking-tabs_sm .parking-tabs__tab-content {
        max-width: 570px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: 767.98px) {
    .parking-tabs_transform-phone .parking-tabs__menu-item {
        padding-right: 0;
        margin-right: 30px;
        width: auto !important;
        height: auto !important;
        min-width: 100px;
        max-width: calc(50% - 30px)
    }

    .parking-tabs_transform-phone .parking-tabs__menu-item:last-child {
        margin-right: 0;
        max-width: calc(50% - 15px)
    }

    .parking-tabs_transform-phone .parking-tabs__menu-item:first-child {
        margin-left: 0;
        max-width: calc(50% - 15px)
    }

    .parking-tabs_transform-phone .parking-tabs__menu {
        background-color: transparent;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .parking-tabs_transform-phone .parking-tabs__menu:after, .parking-tabs_transform-phone .parking-tabs__menu:before {
        display: none
    }

    .parking-tabs_transform-phone .parking-tabs__menu-text {
        padding-bottom: 20px;
        padding-top: 16px
    }

    .parking-tabs_transform-phone .parking-tabs__tab-content {
        padding-top: 10px
    }
}

.parking-details__booking {
    margin-top: 140px;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative
}

@media (max-width: 1023.98px) {
    .parking-details__booking {
        margin-top: 90px;
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width: 767.98px) {
    .parking-details__booking {
        margin-top: 75px;
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.parking-details__booking:after, .parking-details__booking:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100vw;
    background: #f5f5f5;
    top: 0;
    z-index: -1
}

.parking-details__booking:before {
    left: 10px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.parking-details__booking:after {
    right: 10px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.parking-details__button {
    width: 570px
}

@media (max-width: 1023.98px) {
    .parking-details__button {
        width: 470px
    }
}

@media (max-width: 767.98px) {
    .parking-details__button {
        width: 100%;
        max-width: 470px;
        font-size: 1.1rem
    }
}

.external-reference {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none
}

.external-reference__icon {
    width: 45px;
    height: 45px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.external-reference__icon > svg {
    width: 45px;
    height: 45px;
    stroke: #fff
}

.external-reference__title {
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 2.1px;
    text-transform: uppercase
}

.box-captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.box-captcha__code {
    -ms-flex-item-align: end;
    align-self: flex-end;
    max-width: 50%
}

.box-captcha__text {
    padding-left: 40px;
    position: relative
}

.box-captcha__text .form__element {
    width: 100%;
    margin-bottom: 0
}

.list-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767.98px) {
    .list-contacts {
        padding: 0 !important;
        padding-left: 20px !important;
        padding-top: 40px !important
    }
}

.list-contacts__list {
    list-style: none;
    margin-bottom: -45px
}

.list-contacts__item {
    display: block;
    padding-right: 30px;
    width: 33.3333%;
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
    margin-bottom: 45px
}

@media (min-width: 1400px) {
    .list-contacts__item {
        -ms-flex-preferred-size: 283px;
        flex-basis: 283px
    }
}

.list-contacts__caption {
    display: block;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px
}

.list-contacts__caption:last-child {
    margin-bottom: 10px
}

.list-contacts__phone-link {
    display: inline;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.list-contacts__phone-link:hover {
    border-color: hsla(0, 0%, 100%, .7)
}

.btn-tabs-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.btn-tab-label, .btn-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.btn-tab-label {
    cursor: pointer
}

.btn-tab-label + .btn-tab-label {
    border-left: 1px solid #fff
}

.btn-tab-label input {
    display: none
}

.btn-tab-label.active .btn-tab, .btn-tab-label input:checked ~ .btn-tab {
    background-color: #fff;
    color: #f49827
}

.theme-color-blind .btn-tab-label.active .btn-tab, .theme-color-blind .btn-tab-label input:checked ~ .btn-tab {
    color: #242424
}

.btn-tab-label .btn-tab {
    display: block;
    margin: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 0;
    text-transform: none;
    min-width: auto;
    letter-spacing: normal
}

.btn-tab-label:not(:last-child) {
    margin-right: -1px
}

.btn-tab-label:hover .btn-tab {
    background-color: #fff;
    color: #f49827
}

.theme-color-blind .btn-tab-label:hover .btn-tab {
    color: #242424
}

.btn-tabs-list--size1 .btn-tab {
    padding: 8px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px
}

@media (min-width: 768px) {
    .btn-tabs-list--size1 .btn-tab {
        padding: 10px 30px
    }
}

@media (min-width: 1024px) {
    .btn-tabs-list--size1 .btn-tab {
        padding: 13px 30px;
        letter-spacing: 1.8px
    }
}

.btn-tabs-list--size2 .btn-tab {
    padding: 6px 10px;
    line-height: 1;
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem
}

@media (min-width: 1024px) {
    .btn-tabs-list--size2 .btn-tab {
        padding: 6px 20px;
        font-size: 1.6rem
    }
}

.theme-color-blind .airport-today__inner, .theme-color-blind .card-content-bg, .theme-color-blind .form-checkbox .checkmarkbox:after, .theme-color-blind .intro-article--backdrop, .theme-color-blind .pnf__clouds, .theme-color-blind .store-list-item__image, .theme-color-blind .ya-share2__item, .theme-color-blind img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="-77.74000000000001 71.52 7.22 0 0 21.259999999999998 -27.48 7.22 0 0 21.259999999999998 71.52 -91.78 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

.theme-color-blind.bg-blue, .theme-color-blind .bg-blue {
    background-color: #242424
}

.theme-color-blind .card-news-body:hover {
    color: #242424
}

.theme-color-blind .card-content__pic > svg {
    stroke: #242424;
    fill: #242424
}

@media (min-width: 768px) {
    .theme-color-blind .card-content--sm-spec {
        background-color: #242424
    }
}

.theme-color-blind .intro-article {
    background-color: #242424
}

.theme-color-blind .blue-link {
    color: #242424;
    border-color: #242424
}

.theme-color-blind .btn--blue {
    background-color: #242424
}

.theme-color-blind .btn--white.is-active, .theme-color-blind .btn--white:hover {
    color: #242424
}

.theme-color-blind .swiper-pagination-bullet-active {
    background: #242424
}

@media (min-width: 768px) {
    .theme-color-blind .article-slider .swiper-button-prev {
        background-image: url(../images/style/arrow-left-black.svg)
    }

    .theme-color-blind .article-slider .swiper-button-next {
        background-image: url(../images/style/arrow-right-black.svg)
    }
}

.theme-color-blind .social-link:hover {
    background-color: #fff !important
}

.theme-color-blind .social-link--vk:hover {
    background-image: url(../images/style/i-vk-black.svg)
}

.theme-color-blind .social-link--fb:hover {
    background-image: url(../images/style/i-fb-black.svg)
}

.theme-color-blind .social-link--od:hover {
    background-image: url(../images/style/i-od-black.svg)
}

.theme-color-blind .social-link--in:hover {
    background-image: url(../images/style/i-in-black.svg)
}

.theme-color-blind .document-download--white .document-download__icon-text {
    color: #242424
}

.theme-photo-no .airport-today__inner, .theme-photo-no .card-content-bg, .theme-photo-no .intro-article, .theme-photo-no .news-card {
    background-image: none !important
}

.theme-photo-no .intro-page__link:not(.js-plane) {
    pointer-events: none
}

.theme-photo-no .flight-logo-card, .theme-photo-no img:not(.map-scheme__pic) {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important
}

.theme-photo-no.is-ready .logo-site__img {
    opacity: 1 !important;
    visibility: visible !important
}

.theme-font-md .text-style-1 {
    line-height: 1.5
}

.theme-font-md .card-news__descr, .theme-font-md .search-result__descr, .theme-font-md .text-style-1 {
    font-size: 20px;
    font-size: 2rem
}

@media (min-width: 768px) {
    .theme-font-md .card-news__descr, .theme-font-md .search-result__descr {
        font-size: 2.2rem
    }
}

.theme-font-lg .text-style-1 {
    line-height: 1.7
}

.theme-font-lg .card-news__descr, .theme-font-lg .search-result__descr, .theme-font-lg .text-style-1 {
    font-size: 24px;
    font-size: 2.4rem
}

@media (min-width: 768px) {
    .theme-font-lg .card-news__descr, .theme-font-lg .search-result__descr {
        font-size: 2.6rem
    }
}

.upload-file {
    position: relative;
    cursor: pointer
}

.upload-file span {
    margin: 0
}

.upload-file__input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    opacity: .001 !important;
    cursor: pointer
}

.upload-file__icon {
    position: absolute;
    top: 2px;
    left: 0
}

.upload-file__icon > svg {
    display: block;
    width: 16px;
    height: 18px;
    stroke: currentColor !important
}

.upload-file__title {
    padding-left: 32px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 2.1px;
    color: currentColor !important
}

.companies-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.companies-list, .companies-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.companies-list__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.companies-list__item-link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit
}

.companies-list__item img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.companies-list--layout-1 .companies-list__item {
    width: 50%;
    padding: 25px
}

@media (min-width: 768px) {
    .companies-list--layout-1 .companies-list__item {
        width: 25%;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width: 1024px) {
    .content-head__title:not(.pr-0) .companies-list {
        margin-right: -100px
    }
}

@media (min-width: 1400px) {
    .content-head__title:not(.pr-0) .companies-list {
        margin-right: -160px
    }
}

.scoreboard-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.scoreboard-search___btn {
    min-width: 18px
}

.scoreboard-search__input {
    width: 100%;
    padding-left: 15px
}

.scoreboard-search__input input {
    width: 100%
}

@media (min-width: 768px) {
    .scoreboard-search__input input {
        width: 250px
    }
}

.cookies-message {
    position: fixed !important;
    z-index: 9999;
    bottom: 0;
    width: 100%
}

.cookies-message__text {
    padding: 16px 50px 16px 0;
    font-size: 12px;
    line-height: 16px;
    text-align: left
}

@media (max-width: 767.98px) {
    .cookies-message .i-close {
        top: 30px !important
    }
}

@media (min-width: 768px) {
    .cookies-message .i-close {
        width: 15px;
        height: 15px;
        background-size: 15px 15px
    }
}

.file-input-group__add-file {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .file-input-group__add-file {
        margin-top: 0
    }
}

.file-input-group__add-file span {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    color: #fff !important
}

.file-input-group__add-file img {
    margin-right: 10px
}

.file-input-group__add-file .file-input-group__input {
    position: absolute;
    z-index: -9999;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.file-input-group__add-file.is-disabled {
    pointer-events: none;
    opacity: .5
}

.file-input-group__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.file-input-group__list-item {
    position: relative;
    display: block;
    margin: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0 5px 35px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.file-input-group__list-item .file-input-group__remove {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.file-input-group__list-item .file-input-group__input {
    position: absolute;
    z-index: -9999;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.flight-card {
    position: relative;
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    background-color: #fff;
    color: #212121;
    margin-top: 10px
}

.flight-card__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flight-card:last-child {
    margin-bottom: 48px
}

.flight-card__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px
}

.flight-card__date-time, .flight-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flight-card__date-time {
    max-width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 38px
}

.flight-card__time-schedule--old {
    text-decoration: line-through
}

.flight-card__time-real {
    font-weight: 700
}

.flight-card__date {
    margin-top: 6px;
    opacity: .5
}

.flight-card__date-schedule--old {
    text-decoration: line-through
}

.flight-card__date-real {
    opacity: .5;
    font-weight: 700
}

.flight-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flight-card__name {
    font-weight: 700
}

.flight-card__code {
    opacity: .5
}

.flight-card__flight-name {
    display: inline-block;
    width: 100%
}

.flight-card__status {
    margin-top: 20px;
    font-weight: 700
}

.flight-card__relations-flight {
    margin-top: 36px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flight-card__relations-flight:before {
    display: block;
    position: absolute;
    content: "";
    top: -18px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #212121
}

.flight-card__relations-name {
    font-size: 12px;
    font-size: 1.2rem
}

.schedule-card-title {
    font-size: 24px;
    line-height: 45px;
    margin-top: 32px;
    margin-bottom: 24px
}

.schedule-card {
    width: 100%;
    background-color: #fff;
    color: #212121;
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 10px
}

.schedule-card__inner {
    padding: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.schedule-card__inner, .schedule-card__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.schedule-card__time {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    max-width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.schedule-card__time-depart {
    position: relative
}

.schedule-card__time-depart:after {
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 11px;
    height: 13px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='13' width='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10.536l3.743-3.743.707.707-4.243 4.243-.707.707L.55 7.5l.707-.707L5 10.536V0h1z' fill='%23212121'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 11px 13px
}

.schedule-card__time-arrive {
    margin-top: 28px
}

.schedule-card__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    max-width: 70%
}

.schedule-card__air-company-name {
    display: inline-block;
    width: 100%;
    word-break: break-word;
    font-weight: 700;
    line-height: 22px
}

.schedule-card__flight-name {
    display: inline-block;
    margin-bottom: 10px
}

.schedule-card__code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    max-width: 30%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.schedule-card__code span {
    opacity: .5
}

.schedule-card__periodicity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    max-width: 70%
}

.schedule-card__period {
    font-weight: 700
}

.schedule-card__period-start:after {
    display: inline;
    content: "\2014";
    margin-left: 4px;
    margin-right: 2px
}

.schedule-card__frequency {
    font-size: 12px;
    font-size: 1.2rem
}

.schedule-card__frequency-title {
    display: inline-block;
    width: 100%;
    opacity: .5
}

.plyr {
    position: relative
}

.plyr video {
    margin: 0
}

.plyr__control--overlaid:hover {
    opacity: .8
}

.plyr--stopped .plyr__controls {
    opacity: 0;
    pointer-events: none
}

.plyr:not(.plyr--stopped).plyr--paused .plyr__poster {
    pointer-events: none
}

.plyr__poster {
    background-size: cover
}

.video {
    position: relative;
    height: 450px;
    width: 100%
}

@media (max-width: 767px) {
    .video {
        height: 250px
    }
}

.video__wrap {
    position: relative;
    width: 100%;
    height: 100%
}

.video__frame {
    position: absolute;
    top: 0;
    left: 0
}

.video__frame, .video__player {
    width: 100%;
    height: 100%
}

.online-video {
    width: 100%;
    padding-top: 82%;
    position: relative
}

.online-video:before {
    position: absolute;
    content: "";
    display: block;
    background-color: #f5f5f5;
    width: 100%;
    height: 40px;
    z-index: 1;
    left: 0;
    bottom: 0
}

@media (max-width: 1023.98px) {
    .online-video:before {
        height: 55px
    }
}

.online-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

.form {
    overflow: hidden
}

.form__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 30px
}

@media (min-width: 768px) {
    .form__header {
        margin-bottom: 60px;
        margin-top: 70px
    }
}

.form__header--first {
    margin-top: 0
}

.form__header--small {
    font-size: 16px;
    font-size: 1.6rem
}

.form__header span {
    font-size: 12px;
    font-size: 1.2rem;
    color: hsla(0, 0%, 100%, .5);
    margin-left: 80px
}

.form__text.form__text {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff
}

@media (min-width: 768px) {
    .form__text.form__text {
        width: 50%
    }
}

.form__btn.form__btn {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    width: 100%;
    background-color: transparent;
    border: 2px solid hsla(0, 0%, 100%, .5);
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    padding-bottom: 0;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 40px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.theme-color-blind .form__btn.form__btn {
    border-color: #fff
}

@media (min-width: 768px) {
    .form__btn.form__btn {
        margin-bottom: 20px
    }
}

.form__btn.form__btn:hover {
    background-color: #fff;
    color: #f49827;
    border-color: #fff
}

.theme-color-blind .form__btn.form__btn:hover {
    background-color: #fff;
    color: #242424
}

.form__block {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form__block--section-mt {
    margin-top: 40px
}

@media (min-width: 768px) {
    .form__block {
        margin-top: 40px
    }

    .form__block--section-mt {
        margin-top: 70px
    }
}

@media (min-width: 768px) {
    .form__block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.form__block--triple {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.form__block--big {
    margin: 30px 0
}

@media (min-width: 768px) {
    .form__block--big {
        margin: 80px 0
    }
}

.form__block--table {
    overflow-x: scroll
}

@media (min-width: 768px) {
    .form__block--table {
        overflow-x: hidden
    }
}

.form__block--js {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.form__block textarea {
    padding-bottom: 0 !important;
    height: 45px;
    resize: none;
    -ms-overflow-style: none;
    caret-color: #fff
}

.form__block textarea::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none
}

.form__block input:not([type=file]):not([type=submit]):not(.form__btn), .form__block textarea {
    width: 100%;
    border: none;
    background: none;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    color: #fff;
    outline: none;
    border-radius: 0;
    font-family: Museo, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    caret-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none
}

.form__block input:not([type=file]):not([type=submit]):not(.form__btn)::-webkit-input-placeholder, .form__block textarea::-webkit-input-placeholder {
    color: #fff
}

.form__block input:not([type=file]):not([type=submit]):not(.form__btn)::-moz-placeholder, .form__block textarea::-moz-placeholder {
    color: #fff
}

.form__block input:not([type=file]):not([type=submit]):not(.form__btn)::-ms-input-placeholder, .form__block textarea::-ms-input-placeholder {
    color: #fff
}

.form__block input:not([type=file]):not([type=submit]):not(.form__btn)::placeholder, .form__block textarea::placeholder {
    color: #fff
}

.form__block input:not([type=file]):not([type=submit]):not(.form__btn).focus + label.form__label, .form__block input:not([type=file]):not([type=submit]):not(.form__btn):focus + label.form__label, .form__block textarea.focus + label.form__label, .form__block textarea:focus + label.form__label {
    color: hsla(0, 0%, 100%, .5);
    top: 0
}

.form__block .form-control {
    font-weight: 500;
    padding-bottom: 18px
}

.form__block label.form__label {
    position: absolute;
    top: 25px;
    left: 0;
    color: #fff;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: inherit
}

.form__block label.form__label, .form__block span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px
}

.form__block p, .form__block span {
    color: hsla(0, 0%, 100%, .5)
}

.form__block p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0
}

.form__block p a {
    display: inline-block !important;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    color: inherit !important;
    margin: 0 !important;
    text-decoration: none !important;
    border: none !important;
    padding: 0 !important
}

.form__block a {
    width: 110px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px
}

.form__block .form-checkbox a {
    text-decoration: underline;
    border-bottom: none
}

.form__element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    min-height: 65px
}

@media (min-width: 768px) {
    .form__element {
        width: 45%;
        margin-bottom: 0
    }
}

.form__element--inn {
    position: inherit
}

.form__element--double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.form__element--triple {
    width: 100%;
    margin-right: 0
}

@media (min-width: 768px) {
    .form__element--triple {
        width: 25%;
        margin-right: 70px
    }
}

.form__element--radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form__element--exc, .form__element--radio {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form__element .form-group {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.form__element-mono, .form__element .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form__element-mono {
    width: 100%;
    position: relative;
    min-height: 65px
}

.form__block-kod-img {
    margin-right: 40px
}

.form__block-kod input {
    max-width: 150px
}

.form .form-radio {
    margin-bottom: 0;
    margin-top: 20px
}

.form .select2.select2, .form .select2.select2 span {
    margin-bottom: 0
}

.form .select2-container .select2-selection--single {
    height: 36px
}

.form .select2-selection {
    border: none !important
}

.form .selection {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff
}

.form .btn-group-select .select2-container .select2-selection--single {
    height: 32px
}

.form .btn-group-select .select2-container .selection {
    padding-bottom: 0;
    border-bottom: 0
}

.form input {
    -webkit-transition: all .3s;
    transition: all .3s;
    border-bottom-color: hsla(0, 0%, 100%, .5)
}

.form input:disabled, .form input:disabled ~ label {
    color: hsla(0, 0%, 100%, .5);
    cursor: not-allowed
}

.form__table {
    width: 100%
}

@media (min-width: 768px) {
    .form__table {
        min-width: auto
    }
}

.form__table-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #00a2e8;
    padding: 25px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

@media (min-width: 768px) {
    .form__table-header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.form__table-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 30px 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form__table-inner div input {
    height: 34px
}

@media (min-width: 768px) {
    .form__table-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.form__table-inner--end {
    background: #fff;
    margin-top: 50px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.form__table-inner--end p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-size: 1.8rem;
    color: #000;
    margin: 0
}

.form__table-inner--end p span {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    color: #7f7f7f;
    margin-right: 10px
}

.form__table-element {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem
}

.form__table-element--exc span {
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding-bottom: 10px
}

.form__table-element--exc div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form__table-element--exc div span {
    border: none;
    width: 25%;
    padding-bottom: 0;
    margin-bottom: 0
}

.form__table-element--first {
    width: 100%
}

@media (min-width: 768px) {
    .form__table-element--first {
        width: 150px
    }
}

.form__table-element--second {
    width: 100%
}

@media (min-width: 768px) {
    .form__table-element--second {
        width: 190px
    }
}

.form__table-element--third {
    width: 100%
}

@media (min-width: 768px) {
    .form__table-element--third {
        width: 80px
    }
}

.form__table-element--fourth {
    width: 100%
}

@media (min-width: 768px) {
    .form__table-element--fourth {
        width: 105px
    }
}

.form__table-element--fifth {
    width: 100%
}

@media (min-width: 768px) {
    .form__table-element--fifth {
        width: 140px
    }
}

.form__table-element--sixth {
    width: 100%
}

@media (min-width: 768px) {
    .form__table-element--sixth {
        width: 160px
    }
}

.add-file.add-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
    margin-top: 20px
}

@media (min-width: 768px) {
    .add-file.add-file {
        margin-top: 0
    }
}

.add-file.add-file img {
    margin-right: 10px
}

.add-file-input {
    display: none
}

.amount-main {
    display: inline-block
}

.form-lk .form__text {
    width: 325px;
    margin-top: 21px;
    font-size: 16px;
    font-size: 1.6rem
}

.form-lk .form__btn {
    margin-top: 65px
}

.form-lk .password-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 65px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.form-lk .password-img {
    position: absolute;
    right: 0;
    bottom: 15px;
    cursor: pointer
}

.form-lk .password-img--active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.form-lk .form__element {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 65px
}

.form-electrical .form__element.form__element--radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-electrical .form__element {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.form-electrical .form-radio {
    width: 100%
}

.form-electrical .form__block {
    height: auto;
    min-height: 65px
}

.electro-intro-page .btn {
    font-size: 12px;
    font-size: 1.2rem
}

.help {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.help__text {
    visibility: hidden;
    opacity: 0;
    width: 230px;
    padding: 20px 30px;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 10;
    position: absolute;
    top: 29px;
    -webkit-box-shadow: 7px 7px 30px rgba(0, 0, 0, .5);
    box-shadow: 7px 7px 30px rgba(0, 0, 0, .5)
}

.help:hover .help__text {
    visibility: visible;
    opacity: 1
}

.tabs {
    list-style-type: none;
    padding-left: 0;
    margin: 0
}

.form-inn, .form-inn-add {
    display: none;
    padding: 40px;
    width: 100%;
    border: 2px solid #fff;
    position: absolute;
    background: #f49827;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-inn--active, .form-inn-add--active {
    display: block
}

.form-inn-add__header, .form-inn__header {
    font-size: 28px;
    font-size: 2.8rem;
    color: #fff;
    font-weight: 500
}

@media (min-width: 768px) {
    .form-inn-add__header, .form-inn__header {
        font-size: 6.4rem
    }
}

.form-inn-add .section-back-btn, .form-inn .section-back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-decoration: none;
    border: none;
    font-size: 14px;
    font-size: 1.4rem
}

.form-inn-add .section-back-btn img, .form-inn .section-back-btn img {
    margin-right: 15px
}

.close {
    margin-bottom: 75px;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer
}

.close img {
    margin-right: 15px
}

a.enter-login {
    position: absolute;
    font-size: 12px;
    font-size: 1.2rem;
    color: #99d6f1;
    text-decoration: none;
    right: -20px;
    bottom: -40px;
    border: none
}

.js-form__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.js-form__block .form__element {
    margin-top: 40px;
    border-bottom: 1px solid #fff
}

.js-form__block .form__block {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px
}

.validation.validation {
    position: absolute;
    bottom: -25px;
    left: 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 300
}

#wanted {
    position: absolute;
    top: 160px;
    width: 100%
}

.form .form-group {
    position: relative;
    width: 45%
}

@media (min-width: 1024px) {
    .form .form-group--larger-md {
        width: 55%
    }
}

@media (min-width: 1024px) {
    .form .form-group--smaller-md {
        width: 35%
    }
}

.custom-right {
    margin-left: -51px
}

.text-file {
    margin-left: 20px;
    text-transform: none
}

.form-group svg {
    position: absolute;
    z-index: -1;
    top: 5px;
    right: 0
}

.form-group .icon-clock-void > svg {
    top: 10px
}

.form-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    font-size: 2.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 300;
    width: 40%;
    margin-bottom: 20px;
    padding-top: 2px
}

.form-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.checkmark, .form-radio:hover input ~ .checkmark {
    background-color: transparent
}

.form-radio input:checked ~ .checkmark {
    background-color: #fff
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.form-radio input:checked ~ .checkmark:after {
    display: block
}

.form-radio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f49827;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.theme-color-blind .form-radio .checkmark:after {
    background: #242424
}

.form-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    font-size: 2.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff
}

.form-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmarkbox {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 2px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.form-checkbox:hover input ~ .checkmarkbox, .form-checkbox input:checked ~ .checkmarkbox {
    background-color: #fff
}

.checkmarkbox:after {
    content: "";
    position: absolute;
    display: none
}

.form-checkbox input:checked ~ .checkmarkbox:after {
    opacity: 1
}

.form-checkbox .checkmarkbox:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10.2 9.6' xmlns='http://www.w3.org/2000/svg' width='11' height='10' fill='%230098db'%3E%3Cpath d='M10.2.69C10.13.53 9.83 0 9.58 0a18.75 18.75 0 0 0-2.4 2.15c-1.3 1.29-2.55 2.64-3.79 4L.93 3.77 0 4.79A55.94 55.94 0 0 1 4 9.6 43.87 43.87 0 0 1 10.2.69z'/%3E%3C/svg%3E");
    background-size: 11px 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.header {
    height: 46px;
    position: relative;
    z-index: 104
}

.header-stars {
    display: block;
    position: absolute;
    right: 0;
    top: 70px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.nav-open .header-stars {
    opacity: 0;
    pointer-events: none
}

@media (max-width: 767.98px) {
    .header-stars {
        display: none
    }

    .main-page .header-stars {
        display: block
    }
}

.header-stars__img {
    width: 60px;
    height: 60px
}

.header-rating {
    display: block;
    position: absolute;
    right: -4px;
    top: 140px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.nav-open .header-rating {
    opacity: 0;
    pointer-events: none
}

@media (max-width: 767.98px) {
    .header-rating {
        display: none
    }

    .main-page .header-rating {
        display: block
    }
}

.header-rating__img {
    width: 65px;
    height: 60px
}

.header-inner {
    position: relative;
    padding: 15px 0 0
}

.header-row {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-col--logo {
    position: absolute;
    top: -10px;
    left: 0;
    display: block
}

@media (min-width: 768px) {
    .header-col--logo {
        top: -5px
    }
}

@media (min-width: 1024px) {
    .header-col--logo {
        left: 360px
    }
}

@media (min-width: 1400px) {
    .header-col--logo {
        left: 505px
    }
}

.header-col .logo-site__img {
    width: 130px
}

.hdr-link {
    color: #fff;
    -webkit-transition: opacity .2s, color .2s;
    transition: opacity .2s, color .2s
}

.hdr-link:not(span):hover {
    opacity: .5
}

.hdr-link-tab {
    text-decoration: none;
    border-bottom: 1px dotted hsla(0, 0%, 100%, .5);
    opacity: .5
}

.hdr-link-tab:hover {
    opacity: 1 !important
}

.hdr-link-tab.is-active {
    color: #fff;
    border-bottom: none;
    opacity: 1
}

.hdr-link--nav {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 20px;
    margin-left: 50px;
    cursor: pointer
}

.hdr-link--nav span {
    width: 52px;
    white-space: nowrap
}

.hdr-link--nav:after, .hdr-link--nav:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: #fff;
    opacity: .99;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.hdr-link--nav:before {
    top: 10px
}

.hdr-link--nav:hover:after {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

.hdr-link--nav:hover:before {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0)
}

.hdr-link--glasses {
    position: relative;
    top: 1px
}

@media (max-width: 370px) {
    .hdr-link--glasses {
        display: none !important
    }
}

@media (max-width: 767.98px) {
    .hdr-link--nav {
        margin-top: 5px;
        margin-left: 30px
    }

    .hdr-link--nav:before {
        top: 12px
    }

    .hdr-link--nav:after {
        top: 2px
    }

    .hdr-link--nav.is-open:before {
        top: 14px
    }

    .hdr-link--nav.is-open:after {
        top: 4px
    }
    .hdr-link-tab {
        font-size: 14px;
    }
    .nav-list > .fake-li {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .nav-open .section-intro {
        padding-top: 46px
    }
}

@media (min-width: 768px) {
    .header {
        height: 84px
    }

    .header-stars {
        right: auto;
        left: 0;
        top: 40px
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .main-page .header-stars {
        top: 0
    }
}

@media (min-width: 768px) {
    .header-rating {
        right: auto;
        left: 72px;
        top: 40px
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .main-page .header-rating {
        top: 0
    }
}

@media (min-width: 768px) {
    .header-inner {
        padding: 40px 0 20px
    }

    .hdr-link {
        display: inline-block;
        font-size: 1rem;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px;
        line-height: 1.7
    }

    .hdr-link--b {
        position: relative;
        margin-left: 30px
    }

    .hdr-link--b:after {
        content: "";
        position: absolute;
        top: 4px;
        left: -17px;
        width: 1px;
        height: 10px;
        background-color: hsla(0, 0%, 100%, .5)
    }

    .hdr-link:hover {
        color: #fff;
        text-decoration: none;
    }

    .hdr-link--nav {
        width: 97px;
        height: auto;
        padding: 0 0 0 45px;
        white-space: nowrap
    }

    .hdr-link--nav:after, .hdr-link--nav:before {
        top: 4px;
        width: 30px
    }

    .hdr-link--nav:before {
        top: 11px
    }
}

@media (min-width: 1024px) {
    .header {
        height: 87px
    }

    .header-stars {
        left: 0;
        top: 50px
    }

    .header-rating {
        left: 72px;
        top: 50px
    }

    .hdr-link--nav {
        margin-left: 82px
    }
}

@media (min-width: 1150px) {
    .header-stars {
        left: -35px;
        top: -20px
    }

    .header-rating, .header-stars {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .header-rating {
        left: -29px;
        top: 56px
    }
}

@media (max-width: 360px) {
    .header-stars {
        right: auto;
        left: 0;
        top: 0
    }

    .header-rating {
        right: auto;
        left: 72px;
        top: 0
    }
}

@media (min-width: 1400px) {
    .hdr-link {
        font-size: 1.1rem;
        letter-spacing: 1.3px
    }

    .hdr-link--b:after {
        top: 6px
    }

    .hdr-link--nav:after, .hdr-link--nav:before {
        top: 5px
    }

    .hdr-link--nav:before {
        top: 13px
    }
}

.list-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 270px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.list-social > li + li {
    margin-left: 20px
}

.footer .list-social {
    margin: 20px auto
}

@media (max-width: 1023.98px) {
    .footer .list-social {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width: 767.98px) {
    .footer .list-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.social-link {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: hsla(0, 0%, 100%, .05);
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.social-link--fb {
    background-image: url(../images/style/i-fb.svg);
    background-size: 9px 18px
}

.social-link--fb:hover {
    background-color: #3b5999 !important;
    background-image: url(../images/style/i-fb.svg) !important
}

.social-link--vk {
    background-image: url(../images/style/i-vk.svg);
    background-size: 21px 12px
}

.social-link--vk:hover {
    background-color: #4c75a3 !important;
    background-image: url(../images/style/i-vk.svg) !important
}

.social-link--in {
    background-image: url(../images/style/i-in.svg);
    background-size: 18px 18px
}

.social-link--in:hover {
    background-color: #e4405f !important;
    background-image: url(../images/style/i-in.svg) !important
}

.social-link--od {
    background-image: url(../images/style/i-od.svg)
}

.social-link--od:hover {
    background-image: url(../images/style/i-od.svg) !important
}

.social-link--od {
    background-image: url(../images/style/i-od.svg);
    background-size: 12px 20px
}

.social-link--od:hover {
    background-color: #ed812b !important;
    background-image: url(../images/style/i-od.svg) !important
}

.social-link--vb {
    background-image: url(../images/style/i-vb.svg) !important;
    background-size: 21px 24px
}

.social-link--vb:hover {
    background-color: #59267c !important
}

.social-link--wa {
    background-image: url(../images/style/i-wa.svg) !important;
    background-size: 21px 21px
}

.social-link--wa:hover {
    background-color: #25d366 !important
}

.list-social--external {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -15px
}

.list-social--external .social-link {
    background-color: #f5f5f5;
    margin-bottom: 15px
}

.list-social--external .social-link--fb {
    background-image: url(../images/style/i-fb-black.svg)
}

.list-social--external .social-link--vk {
    background-image: url(../images/style/i-vk-black.svg)
}

.list-social--external .social-link--in {
    background-image: url(../images/style/i-in-black.svg)
}

.list-social--external .social-link--od {
    background-image: url(../images/style/i-od-black.svg)
}

@media (min-width: 768px) {
    .footer .list-social {
        min-width: 270px;
        margin: 0 0 0 auto
    }
}

@media (min-width: 1400px) {
    .list-social, .list-social ~ .list-social-fol-content {
        position: relative;
        left: -35px
    }
}

.footer {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 30px 0;
    background-color: #242424;
    color: hsla(0, 0%, 100%, .5);
    font-weight: 300;
    font-size: 12px;
    /*font-size: 1.2rem*/
}

.footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.footer-col {
    margin-bottom: 15px
}

.ft-link {
    color: hsla(0, 0%, 100%, .5);
    text-decoration: none
}

.ft-link:hover {
    color: hsla(0, 0%, 100%, .5);
    text-decoration: underline
}

.ft-link-img {
    text-decoration: none
}

.ft-link-img svg {
    fill: #fff;
    -webkit-transition: all .2s;
    transition: all .2s
}

.ft-link-img:hover.img-renova svg {
    fill: #d35243
}

.ft-link-img:hover.img-ar svg {
    fill: #0353a5
}

.ft-link--phone {
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem
}

.ft-link--iconed {
    text-decoration: none !important
}

.ft-link--iconed > svg {
    display: inline-block;
    margin-right: 10px;
    fill: #fff
}

.ft-link--iconed:hover > span {
    text-decoration: underline
}

@media (min-width: 768px) {
    body {
        margin-bottom: 294px
    }

    .footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 20;
        padding: 45px 0 15px
    }

    .footer-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left
    }

    .footer-col {
        width: 45%;
        margin-bottom: 25px
    }

    .ft-link--phone {
        font-size: 3rem
    }
}

@media (min-width: 1024px) {
    body {
        margin-bottom: 211px
    }

    .footer {
        padding-bottom: 45px
    }

    .footer-col {
        width: auto;
        margin-bottom: 0
    }

    .footer-col--md-order-1 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .ft-link--phone {
        margin-bottom: 5px;
        font-size: 1.2rem
    }
}

@media (min-width: 1400px) {
    body {
        margin-bottom: 263px
    }

    .footer {
        padding: 70px 0 65px;
        font-size: 1rem
    }

    .footer-row {
        padding-left: 10px
    }

    .ft-link-img.img-ar {
        margin-left: -4px
    }

    .ft-link--phone {
        font-size: 1.4rem
    }
}

.nav-wrap {
    display: none;
    position: fixed;
    z-index: 103;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f49827
}

.theme-color-blind .nav-wrap {
    background-color: #242424
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 130px 0 0;
    background-color: #f49827
}

.theme-color-blind .nav {
    background-color: #242424
}

.nav-middle {
    width: 100%;
    overflow: auto;
    max-height: calc(100% - 60px)
}

.nav-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 720px;
    margin: auto auto 0;
    padding: 20px 15px
}

.nav-bottom__link {
    font-size: 9px;
    font-size: .9rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

.nav-bottom__link:hover span {
    text-decoration: underline
}

.nav-bottom__link svg {
    position: relative;
    top: 3px;
    margin-right: 5px
}

@media (min-width: 768px) {
    .nav {
        padding-top: 200px
    }

    .nav-bottom__link {
        font-size: 1.4rem;
        letter-spacing: 1px
    }

    .nav-bottom__link svg {
        top: 1px;
        margin-right: 12px
    }
}

@media (min-width: 1024px) {
    .nav-bottom {
        max-width: 1280px
    }
}

.nav-float {
    position: fixed;
    z-index: 105;
    top: 0;
    left: 0;
    right: 0
}

.nav-float .container {
    position: relative
}

.nav-float__btn {
    display: none;
    position: absolute;
    top: 10px;
    right: 5px;
    width: 50px;
    height: 50px;
    background-color: #f49827;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, .1);
    cursor: pointer
}

.theme-color-blind .nav-float__btn {
    background-color: #242424;
    -webkit-box-shadow: 0 0 12px 2px hsla(0, 0%, 100%, .2);
    box-shadow: 0 0 12px 2px hsla(0, 0%, 100%, .2)
}

.nav-float__btn:after, .nav-float__btn:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: -5px 0 0 -12px;
    opacity: .99;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.nav-float__btn:before {
    margin-top: 2px
}

.nav-float__btn:hover:after {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.nav-float__btn:hover:before {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

@media (min-width: 768px) {
    .nav-float__btn {
        width: 70px;
        height: 70px;
        right: 60px
    }

    .nav-float__btn:after, .nav-float__btn:before {
        width: 30px;
        margin: -6px 0 0 -15px
    }

    .nav-float__btn:before {
        margin-top: 3px
    }
}

.nav-list {
    margin: 0;
    padding: 0
}

.nav-list > .fake-li {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    font-size: 16px;
}

.nav__link {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px
}

.nav__link:hover {
    color: #fff;
    text-decoration: underline
}

.nav__link-sub {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    opacity: .6
}

.nav__link-sub:hover {
    text-decoration: underline;
    color: #fff;
}

@media (min-width: 768px) {
    .nav-list {
        position: relative;
        padding-left: 70px;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }

    .nav-list > .fake-li {
        padding-bottom: 50px
    }

    .nav-list--sub > .fake-li {
        padding-bottom: 30px
    }
}

@media (min-width: 1024px) {
    .nav-list {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3
    }
}

@media (min-width: 1400px) {
    .nav-list {
        left: 100px;
        padding-left: 0
    }

    .nav__link {
        font-size: 1.2rem
    }
}

.alerts-section {
    position: relative;
    padding: 0;
    opacity: 0;
    text-align: center;
    color: #fff;
    -webkit-transition: opacity .5s ease-out .8s;
    transition: opacity .5s ease-out .8s
}

.is-ready .alerts-section {
    opacity: 1
}

.alerts-section .swiper-slide {
    padding-right: 40px
}

.alerts-section .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important
}

.alerts-section .i-close {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 20px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.alerts-section__content {
    display: block;
    padding: 20px 0;
    color: inherit;
    text-decoration: none
}

@media (min-width: 768px) {
    .alerts-section .swiper-slide {
        padding-left: 40px
    }
}

@media (min-width: 1400px) {
    .alerts-section .swiper-slide {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 1400px) {
    .main-page .section-intro {
        margin-top: -15px
    }
}

.main-page .intro-page {
    padding: 50px 0
}

@media (min-width: 1400px) {
    body:not(.main-page) .intro-page {
        padding-left: 85px;
        padding-right: 85px
    }
}

body:not(.main-page) .section-intro {
    position: relative
}

body:not(.main-page) .section-intro .intro-page {
    min-height: 209px
}

@media (min-width: 768px) {
    body:not(.main-page) .section-intro .intro-page {
        min-height: 333px
    }
}

@media (min-width: 1024px) {
    body:not(.main-page) .section-intro .intro-page {
        min-height: 350px
    }
}

@media (min-width: 1400px) {
    body:not(.main-page) .section-intro .intro-page {
        min-height: 420px
    }
}

body:not(.main-page) .section-intro--lucid .intro-page {
    min-height: 185px
}

@media (min-width: 768px) {
    body:not(.main-page) .section-intro--lucid .intro-page {
        min-height: 245px !important
    }
}

.intro-page {
    position: relative;
    padding: 30px 0;
    min-height: 270px
}

.intro-page-row {
    position: relative;
    z-index: 5
}

.intro-page__svx {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    font-size: 195px;
    font-size: 12.5rem;
    font-weight: 900;
    line-height: 1;
    color: hsla(0, 0%, 100%, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
    overflow-x: hidden;
    justify-items: anchor-center;
}

.intro-page__svx--source svg {
    height: 156px;
    width: 522px;
    /*max-width: 100%;*/
}

.intro-page__svx svg {
    fill: currentColor
}

.intro-page__airplane, .intro-page__airplane-shadow-1, .intro-page__airplane-shadow-2 {
    display: none
}

.intro-page-clouds {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.intro-page-links {
    padding-left: 70px
}

.intro-page__link {
    margin-left: 30px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.8rem;
    text-decoration: none
}

.intro-page__link:hover {
    border-bottom: none
}

.intro-page .logo-site {
    margin-bottom: 40px
}

@media (min-width: 1400px) {
    .intro-page__link {
        position: relative
    }

    .intro-page__link:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -55px;
        bottom: -55px;
        display: block;
        border-radius: 40px
    }

    .intro-page__link--out:before {
        left: -180px;
        right: -30px
    }

    .intro-page__link--in:before {
        left: -30px;
        right: -180px
    }
}

.logo-site {
    display: inline-block;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.logo-site:hover {
    opacity: .58
}

.logo-site__img {
    display: block;
    width: 235px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 767.98px) {
    .header-col .logo-site {
        margin-top: 5px
    }
}

@media (min-width: 768px) {
    .logo-site__img {
        width: 300px;
        height: 45px
    }

    .main-page .intro-page {
        padding: 90px 0 70px
    }

    .intro-page {
        padding: 90px 0 30px
    }

    .intro-page__svx {
        top: -20px;
        font-size: 22.5rem
    }

    .intro-page__svx--source svg {
        height: 266px;
        width: 889px
    }

    .intro-page-links {
        padding-left: 50%
    }

    .intro-page__link {
        margin-left: 70px;
        font-size: 2.4rem
    }

    .intro-page__link:first-of-type {
        margin-left: 0
    }

    .intro-page .logo-site {
        margin-bottom: 30px
    }
}

@media (min-width: 1024px) {
    .section-intro {
        margin-top: 0
    }

    .main-page .intro-page {
        padding: 80px 0 90px
    }

    .intro-page {
        padding: 80px 0 30px
    }

    .intro-page__svx {
        top: -37px;
        font-size: 24rem
    }

    .intro-page__svx--source svg {
        height: 306px;
        width: 1023px
    }

    .intro-page .logo-site {
        margin-bottom: 100px
    }
}

@media (min-width: 1400px) {
    .main-page .intro-page {
        padding: 130px 0 80px
    }

    .main-page .intro-page__svx {
        top: -37px
    }

    .intro-page {
        padding: 120px 0 40px
    }

    .intro-page__svx {
        top: -52px;
        font-size: 30rem;
        letter-spacing: -1px
    }

    .theme-font-md .intro-page__svx {
        font-size: 43rem
    }

    .theme-font-lg .intro-page__svx {
        font-size: 35rem
    }

    .intro-page__svx--source svg {
        height: 376px;
        width: 1257px
    }

    .intro-page__airplane {
        position: absolute;
        z-index: 2;
        top: 95px;
        left: 50%;
        display: block;
        width: 190px;
        height: 205px;
        margin-left: -95px
    }

    .intro-page__airplane-shadow-1, .intro-page__airplane-shadow-2 {
        position: absolute;
        z-index: 1;
        display: block;
        top: 95px;
        left: 50%;
        width: 220px;
        height: 235px;
        margin-left: -145px;
        opacity: .45
    }

    .intro-page-clouds {
        display: block
    }

    .theme-color-blind .intro-page__cloud-1, .theme-color-blind .intro-page__cloud-2, .theme-color-blind .intro-page__cloud-3, .theme-color-blind .intro-page__vpp {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="-77.74000000000001 71.52 7.22 0 0 21.259999999999998 -27.48 7.22 0 0 21.259999999999998 71.52 -91.78 0 0 0 0 0 1 0" /></filter></svg>#filter');
        -webkit-filter: grayscale(100);
        filter: grayscale(100)
    }

    .intro-page__cloud-1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 554px;
        height: 379px;
        background: url(../images/style/c1.png) no-repeat 50%;
        background-size: 554px 379px
    }

    .intro-page__cloud-2 {
        position: absolute;
        top: 0;
        right: 0;
        width: 604px;
        height: 203px;
        background: url(../images/style/c2.png) no-repeat 50%;
        background-size: 604px 203px
    }

    .intro-page__cloud-3 {
        position: absolute;
        top: 0;
        left: 20%;
        width: 568px;
        height: 312px;
        background: url(../images/style/c3.png) no-repeat 50%;
        background-size: 568px 312px
    }

    .intro-page__vpp {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 50%;
        width: 400px;
        height: 1962px;
        margin-left: -200px;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 261.08 2288' fill='%230098db' width='400' height='1962'%3E%3Cpath d='M0 2158.25h10V2288H0zm27.18 0h10V2288h-10zm196.71 0h10V2288h-10zm27.19 0h10V2288h-10zM0 1618.69h10v129.75H0zm27.18 0h10v129.75h-10zm196.71 0h10v129.75h-10zm27.19 0h10v129.75h-10zM0 1079.13h10v129.75H0zm27.18 0h10v129.75h-10zm196.71 0h10v129.75h-10zm27.19 0h10v129.75h-10zM0 539.56h10v129.75H0zm27.18 0h10v129.75h-10zm196.71 0h10v129.75h-10zm27.19 0h10v129.75h-10zM0 0h10v129.75H0zm27.18 0h10v129.75h-10zm196.71 0h10v129.75h-10zm27.19 0h10v129.75h-10zM125.54 2198.25h10V2288h-10zm0-122.12h10v89.75h-10zm0-122.13h10v89.75h-10zm0-122.12h10v89.75h-10zm0-122.13h10v89.75h-10zm0-122.12h10v89.75h-10zm0-122.13h10v89.75h-10zm0-122.12h10v89.75h-10zm0-122.13h10V1311h-10zm0-122.12h10v89.75h-10zm0-122.13h10v89.75h-10zm0-122.12h10v89.75h-10zm0-122.13h10v89.75h-10zm0-122.12h10v89.75h-10zm0-122.13h10v89.75h-10zm0-122.12h10v89.75h-10zm0-122.13h10V334h-10zm0-122.12h10v89.75h-10zm0-122.13h10v89.75h-10z'/%3E%3C/svg%3E") repeat-y 0 0;
        background-size: 400px 1962px
    }

    .intro-page-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 370px;
        margin: 0 auto;
        padding-left: 0
    }

    .intro-page__link {
        margin-left: 0
    }

    .intro-page .logo-site {
        margin-bottom: 120px
    }
}

.intro-article-inner .intro-page__svx {
    z-index: -1;
    top: -35px
}

@media (min-width: 768px) {
    .intro-article-inner .intro-page__svx {
        top: -63px
    }
}

@media (min-width: 1024px) {
    .intro-article-inner .intro-page__svx {
        top: -93px
    }
}

.intro-page-row.d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intro-page-row.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.intro-page-col {
    width: 100%
}

.intro-page-col.w-auto {
    width: auto
}

@media (min-width: 1024px) {
    .intro-page-col--right {
        margin-left: auto;
        margin-right: 0
    }
}

@media (max-width: 1399.98px) {
    .intro-page-col--d-md-100 {
        width: 100% !important
    }
}

@media (min-width: 768px) {
    .intro-page-row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .intro-page-row--equal-w {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .intro-page-row--equal-w .intro-page-col {
        width: 180px;
        margin-right: 30px
    }

    .intro-page-row--equal-w .intro-page-col:last-child {
        margin-right: 0
    }

    .intro-page-col {
        width: auto
    }

    .intro-page-col.order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.search-input-shell {
    position: relative
}

.search-input {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    background-color: transparent
}

.search-input::-webkit-input-placeholder {
    color: #fff;
    opacity: .5
}

.search-input::-moz-placeholder {
    color: #fff;
    opacity: .5
}

.search-input:-ms-input-placeholder {
    color: #fff;
    opacity: .5
}

.search-input:-moz-placeholder {
    color: #fff;
    opacity: .5
}

.search-helper {
    display: inline-block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    color: red
}

.search-helper, .search-input {
    display: inline-block;
    line-height: 1;
    font-family: Museo;
    font-weight: 500;
    font-size: 30px;
    font-size: 3rem;
    height: 50px;
    padding: 0
}

@media (min-width: 768px) {
    .search-helper, .search-input {
        font-size: 6.8rem;
        height: 88px
    }
}

@media (min-width: 1024px) {
    .search-helper, .search-input {
        font-size: 8.6rem;
        height: 106px
    }
}

.search-btn {
    display: block;
    padding: 0;
    width: 39px;
    min-width: 39px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    text-align: center;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer
}

.search-btn--not-b {
    width: auto;
    min-width: auto;
    height: auto;
    border: none
}

.search-btn__ico {
    display: inline-block
}

.search-btn__ico .i-search {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: 14px 14px
}

.search-btn__ico .i-search--lg {
    width: 18px;
    height: 18px;
    background-size: 18px 18px
}

.search-btn__text {
    display: none;
    font-family: Museo;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.8px;
    text-transform: uppercase
}

.search-btn:focus, .search-btn:hover {
    outline: none;
    background-color: hsla(0, 0%, 100%, .2)
}

.search-btn:active {
    -webkit-transition: none;
    transition: none;
    background-color: hsla(0, 0%, 100%, .4)
}

@media (min-width: 768px) {
    .search-btn {
        width: 113px;
        height: 40px
    }

    .search-btn--not-b {
        width: auto;
        height: auto
    }

    .search-btn__ico {
        display: none
    }

    .search-btn__text {
        display: inline-block
    }
}

.search-back-shell {
    display: block
}

.search-back {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    color: inherit
}

.search-back > svg {
    width: 25px;
    height: 14px;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media (min-width: 768px) {
    .search-back > svg {
        width: 32px;
        height: 18px
    }
}

@media (min-width: 1024px) {
    .search-back:hover > svg {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

.search-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px
}

@media (min-width: 768px) {
    .search-head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 60px
    }
}

@media (min-width: 1400px) {
    .search-head {
        padding-left: 0
    }
}

.search-back-shell {
    position: absolute;
    top: -15px;
    left: 0
}

@media (min-width: 768px) {
    .search-back-shell {
        top: 45px
    }
}

@media (min-width: 1024px) {
    .search-back-shell {
        top: 50px
    }
}

@media (min-width: 1400px) {
    .search-back-shell {
        top: 55px;
        left: -85px
    }
}

@media (max-width: 767.98px) {
    .search-btn-shell {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-left: 14px
    }
}

@media (min-width: 768px) {
    .search-btn-shell {
        margin-left: 30px
    }
}

.search-message {
    display: block;
    margin-top: 20px
}

.search-message__text {
    display: block;
    font-family: Museo;
    font-weight: 300;
    font-size: 13px;
    font-size: 1.3rem
}

@media (min-width: 768px) {
    .search-message {
        margin-top: 50px;
        padding-left: 60px
    }

    .search-message__text {
        font-size: 1.8rem
    }
}

@media (min-width: 1400px) {
    .search-message {
        padding-left: 0
    }
}

.search-select-shell {
    display: block;
    width: 230px
}

@media (min-width: 768px) {
    .search-select-shell {
        width: 270px
    }
}

.search-select {
    width: 100%;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    font-family: Museo;
    font-weight: 500;
    letter-spacing: .2px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (min-width: 768px) {
    .schedule-filter {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .schedule-filter .intro-page-col:first-of-type {
        width: 290px;
        margin-right: 40px
    }
}

.page-content {
    position: relative;
    z-index: 10;
    padding: 0 0 60px
}

.page-content .swiper-slide {
    border-radius: 8px;
    overflow: hidden
}

.page-content .swiper-slide img {
    width: 100%;
    height: auto;
    max-height: 600px
}

@media (max-width: 767.98px) {
    .page-content .container .swiper3__inner {
        margin-left: -15px;
        margin-right: -15px
    }

    .page-content .container .swiper3__inner .swiper-slide {
        border-radius: 0
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .page-content .container .swiper3__inner {
        margin-left: -40px;
        margin-right: -40px
    }
}

.page-content .swiper-container3 {
    padding-bottom: 140px;
    background: inherit;
    position: relative
}

.page-content .swiper-container3 .swiper-button-next, .page-content .swiper-container3 .swiper-button-prev {
    display: none
}

@media (min-width: 768px) {
    .page-content .swiper-container3 .swiper-button-next, .page-content .swiper-container3 .swiper-button-prev {
        display: block
    }
}

.page-content .swiper3 {
    position: relative
}

.theme-photo-no .page-content .swiper3 {
    display: none
}

.page-content .swiper3__inner {
    overflow: hidden
}

.page-content .swiper3:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: inherit
}

.page-content .swiper-container-horizontal > .swiper-pagination-bullets, .page-content .swiper-pagination-custom, .page-content .swiper-pagination-fraction {
    width: auto;
    left: 50%;
    margin-left: 0;
    bottom: 100px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

@media (min-width: 768px) {
    .page-content .swiper-container-horizontal > .swiper-pagination-bullets, .page-content .swiper-pagination-custom, .page-content .swiper-pagination-fraction {
        -webkit-transform: translate(0);
        transform: translate(0);
        margin-left: 40px;
        left: auto
    }
}

.page-content .swiper-button-next, .page-content .swiper-button-prev {
    width: 35px;
    bottom: 105px;
    top: auto
}

@media (min-width: 768px) {
    .page-content .swiper-button-next, .page-content .swiper-button-prev {
        display: block
    }
}

.page-content .swiper-button-next svg .cls-1, .page-content .swiper-button-prev svg .cls-1 {
    stroke: #f49827
}

.theme-color-blind .page-content .swiper-button-next svg .cls-1, .theme-color-blind .page-content .swiper-button-prev svg .cls-1 {
    stroke: #242424
}

.page-content .swiper-button-prev {
    right: 165px;
    left: auto;
    background: none
}

.page-content .swiper-button-prev-arrow--black {
    display: none
}

.theme-color-blind .page-content .swiper-button-prev-arrow--black {
    display: block
}

.theme-color-blind .page-content .swiper-button-prev-arrow--blue {
    display: none
}

.page-content .swiper-button-next {
    background: none;
    right: 90px
}

.page-content .swiper-button-next-arrow--black {
    display: none
}

.theme-color-blind .page-content .swiper-button-next-arrow--black {
    display: block
}

.theme-color-blind .page-content .swiper-button-next-arrow--blue {
    display: none
}

.page-content .swiper-button-next img, .page-content .swiper-button-next svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page-content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-content-col {
    width: 100%
}

@media (min-width: 768px) {
    .page-content {
        padding: 0 0 100px
    }
}

@media (min-width: 1024px) {
    .page-content {
        padding: 70px 0 100px
    }

    .page-content-col--sm {
        width: 25%;
        padding: 0 20px 0 0
    }

    .page-content-col--lg {
        width: 75%
    }
}

@media (min-width: 1400px) {
    .page-content {
        padding: 70px 0 130px
    }
}

.nav-open .page-content {
    z-index: 10
}

.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 0
}

.news-list .news-li {
    width: 100%
}

@media (min-width: 768px) {
    .news-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 60px
    }

    .news-list .news-li {
        width: 47%
    }
}

@media (min-width: 1024px) {
    .news-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: -2.8%;
        padding-top: 0
    }

    .news-list .news-li {
        width: 30.5%;
        margin-left: 2.8%
    }
}

@media (min-width: 1400px) {
    .news-list {
        margin-left: -1.5%
    }

    .news-list .news-li {
        width: 31.83%;
        margin-left: 1.5%
    }
}

.news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 20px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    color: #242424;
    text-decoration: none
}

.theme-font-md .news-card {
    font-size: 17px;
    font-size: 1.7rem
}

.theme-font-lg .news-card {
    font-size: 21px;
    font-size: 2.1rem
}

.news-card:hover {
    background-color: #fff
}

.news-card:hover:before {
    background-color: rgba(36, 36, 36, .5)
}

.news-card:last-child {
    margin-bottom: 0
}

.news-card--img {
    min-height: 250px;
    color: #fff
}

.news-card--img:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(36, 36, 36, .3);
    -webkit-transition: background .2s;
    transition: background .2s
}

.news-card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 10;
    padding: 20px 10px 20px 20px
}

.news-card__date {
    width: 100%;
    margin-bottom: 10px;
    opacity: .5
}

.news-card__title {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.news-card--no-descr .news-card__title {
    margin-top: auto
}

.news-card__descr {
    position: relative;
    width: 100%;
    max-height: 70px;
    margin-top: auto;
    overflow: hidden
}

.news-card__descr:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25px;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 96%, 0)), to(#f5f5f5));
    background: linear-gradient(90deg, hsla(0, 0%, 96%, 0) 0, #f5f5f5)
}

.theme-font-lg .news-card__descr:after {
    height: 35px
}

.news-card:hover .news-card__descr:after {
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff)
}

@media (min-width: 768px) {
    .news-card {
        min-height: 280px;
        font-size: 1.6rem
    }

    .news-card, .news-card:last-child {
        margin-bottom: 30px
    }

    .news-card-inner {
        padding: 20px 20px 20px 30px
    }

    .news-card__title {
        font-size: 2rem
    }
}

.news-filter .intro-page-col {
    width: auto
}

.intro-article {
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 60px;
    margin-top: -50px;
    min-height: 250px
}

@media (min-width: 768px) {
    .intro-article {
        min-height: 417px
    }
}

@media (min-width: 1024px) {
    .intro-article {
        min-height: 437px
    }
}

@media (min-width: 1400px) {
    .intro-article {
        min-height: 507px
    }
}

.intro-article--backdrop:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(36, 36, 36, .2)
}

.intro-article-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.intro-article-col {
    width: 50%
}

.intro-article-inner {
    position: relative;
    z-index: 10
}

.intro-article__title {
    width: 100%;
    margin-bottom: 25px
}

.intro-article__title:not(.h1-like) {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.2
}

.intro-article__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300
}

.intro-article__date svg {
    width: 25px;
    height: 25px;
    margin-right: 20px
}

.intro-article__date a {
    width: 270px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #f49827;
    border: 3px solid #f49827;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.theme-color-blind .intro-article__date a {
    background: transparent;
    border-color: #fff
}

.intro-article__date a:hover {
    background: #00a2e8;
    border-color: #00a2e8;
    color: #fff
}

.theme-color-blind .intro-article__date a:hover {
    background-color: #fff;
    color: #242424
}

.intro-article .link-arrow-back {
    position: absolute;
    z-index: 1;
    top: -22px;
    left: 0
}

.intro-article .link-arrow-back svg {
    width: 24px;
    height: 14px
}

@media (max-width: 767.98px) {
    .intro-article-col--xs-100 {
        width: 100%
    }
}

@media (min-width: 768px) {
    .intro-article {
        padding: 130px 0 60px;
        margin-top: -87px
    }

    .intro-article .container {
        padding-left: 65px
    }

    .intro-article__title:not(.h1-like) {
        font-size: 4.2rem
    }

    .intro-article__date {
        font-size: 1.8rem
    }

    .intro-article .link-arrow-back {
        top: 15px;
        left: -55px
    }

    .intro-article .link-arrow-back svg {
        width: 32px;
        height: 18px
    }
}

@media (min-width: 1024px) {
    .intro-article {
        padding-top: 140px
    }

    .intro-article__title:not(.h1-like) {
        font-size: 5rem
    }

    .intro-article .container {
        padding-left: 80px
    }

    .intro-article .link-arrow-back {
        top: 20px;
        left: -65px
    }
}

@media (min-width: 1400px) {
    .intro-article .container {
        padding-left: 100px;
        padding-right: 60px
    }

    .intro-article .link-arrow-back {
        left: -85px
    }
}

.article-content {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300
}

.theme-font-md .article-content {
    font-size: 17px;
    font-size: 1.7rem
}

.theme-font-lg .article-content {
    font-size: 19px;
    font-size: 1.9rem
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
    font-weight: 500;
    line-height: 1.4
}

.article-content h1, .article-content h2 {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 2.4rem
}

.article-content h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem
}

.article-content article {
    margin-bottom: 35px
}

.article-content p {
    margin-bottom: 15px
}

.article-content a {
    color: #f49827;
    text-decoration: none
}

.article-content a:hover {
    text-decoration: underline
}

.theme-color-blind .article-content a {
    color: #242424;
    text-decoration: underline
}

.theme-color-blind .article-content a:hover {
    text-decoration: none
}

.article-content b {
    font-weight: 700
}

@media (min-width: 768px) {
    .article-content {
        font-size: 1.8rem
    }

    .theme-font-md .article-content {
        font-size: 2rem
    }

    .theme-font-lg .article-content {
        font-size: 2.2rem
    }

    .article-content h1, .article-content h2 {
        margin-bottom: 40px;
        font-size: 3rem
    }

    .article-content h3 {
        margin-bottom: 40px;
        font-size: 2rem
    }

    .article-content article {
        margin-bottom: 70px;
        padding-right: 90px
    }
}

@media (min-width: 1024px) {
    .article-content h1, .article-content h2, .article-content h3 {
        margin-bottom: 50px
    }

    .article-content article {
        padding: 0 260px 0 65px
    }
}

@media (min-width: 1400px) {
    .article-content article {
        padding: 0 350px 0 180px
    }
}

.article-qoute {
    position: relative;
    margin-bottom: 50px;
    padding: 40px 15px;
    background-color: #fff
}

.article-qoute:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: -50vw;
    right: -50vw;
    background-color: #fff
}

.article-qoute-left, .article-qoute-right {
    position: relative;
    z-index: 10
}

.article-qoute-left {
    margin-bottom: 25px
}

.article-qoute-right {
    max-width: 400px;
    padding-left: 30px
}

.article-qoute-right h3 {
    position: relative;
    margin-bottom: 10px
}

.article-qoute-right h3:before {
    content: "\2014";
    position: absolute;
    top: 0;
    left: -30px
}

.article-qoute-right p {
    max-width: 225px;
    opacity: .5
}

@media (min-width: 768px) {
    .article-qoute {
        margin-bottom: 80px;
        padding: 80px 90px 80px 60px
    }

    .article-qoute-left {
        margin-bottom: 50px
    }

    .article-qoute-left:after, .article-qoute-left:before {
        content: "";
        position: absolute;
        z-index: 1;
        color: #f5f5f5;
        font-size: 10rem;
        font-weight: 700;
        line-height: 50px
    }

    .article-qoute-left:before {
        content: "\AB";
        top: -20px;
        left: -80px
    }

    .article-qoute-left:after {
        content: "\BB";
        bottom: -20px;
        right: -80px
    }

    .article-qoute-right {
        font-size: 1.6rem
    }
}

@media (min-width: 1024px) {
    .article-qoute {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 0
    }

    .article-qoute-left {
        width: 62%
    }

    .article-qoute-left:after {
        right: -50px
    }

    .article-qoute-right {
        width: 30%
    }
}

@media (min-width: 1400px) {
    .article-qoute {
        padding-left: 180px
    }
}

.article-content .table-wrap {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.article-content .table-wrap table {
    margin-bottom: 0
}

.article-content .table-wrap__city-row {
    font-size: 36px;
    font-size: 3.6rem;
    padding-bottom: 24px;
    padding-top: 24px
}

.article-content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px
}

.article-content table td, .article-content table th {
    min-width: 90px
}

.article-content table th {
    padding: 8px 15px 8px 0;
    vertical-align: top;
    font-weight: 500
}

.article-content table tbody, .article-content table td, .article-content table th, .article-content table thead {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3
}

.theme-font-md .article-content table tbody, .theme-font-md .article-content table td, .theme-font-md .article-content table th, .theme-font-md .article-content table thead {
    font-size: 15px;
    font-size: 1.5rem
}

.theme-font-lg .article-content table tbody, .theme-font-lg .article-content table td, .theme-font-lg .article-content table th, .theme-font-lg .article-content table thead {
    font-size: 17px;
    font-size: 1.7rem
}

@media (min-width: 768px) {
    .article-content table tbody, .article-content table td, .article-content table th, .article-content table thead {
        font-size: 1.4rem
    }

    .theme-font-md .article-content table tbody, .theme-font-md .article-content table td, .theme-font-md .article-content table th, .theme-font-md .article-content table thead {
        font-size: 1.7rem
    }

    .theme-font-lg .article-content table tbody, .theme-font-lg .article-content table td, .theme-font-lg .article-content table th, .theme-font-lg .article-content table thead {
        font-size: 1.9rem
    }
}

.article-content table tbody, .article-content table td {
    font-weight: 300;
    vertical-align: top;
    padding: 8px 15px 8px 0
}

.article-content table tr td:last-child, .article-content table tr th:last-child {
    padding-right: 0
}

.article-content table img {
    display: block;
    max-width: 100px
}

@media (min-width: 768px) {
    .article-content table, .article-content table tbody, .article-content table td {
        font-size: 1.6rem
    }

    .theme-font-md .article-content table tbody, .theme-font-md .article-content table td {
        font-size: 1.8rem
    }

    .theme-font-lg .article-content table tbody, .theme-font-lg .article-content table td {
        font-size: 2rem
    }

    .article-content table td, .article-content table th {
        padding: 12px 25px 12px 0
    }
}

@media (min-width: 1400px) {
    .article-content .table-wrap {
        padding-left: 85px
    }
}

.article-slider-wrap {
    position: relative;
    margin: 0 -15px
}

.article-slider-wrap:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -50vw;
    right: -50vw;
    top: 50%;
    bottom: 0;
    background-color: #fff
}

.article-slider {
    z-index: 10;
    padding-bottom: 70px
}

.article-slider--no-controls .swiper-button-next, .article-slider--no-controls .swiper-button-prev, .article-slider--no-controls .swiper-pagination {
    display: none !important
}

.article-slider .swiper-button-next, .article-slider .swiper-button-prev {
    display: none
}

.article-slider .swiper-pagination {
    bottom: 25px
}

.article-slider img {
    display: block;
    width: 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .article-slider-wrap {
        margin: 0 -40px
    }

    .article-slider {
        padding-bottom: 145px
    }

    .article-slider--no-controls {
        padding-bottom: 70px
    }

    .article-slider .swiper-slide {
        border-radius: 8px;
        overflow: hidden
    }

    .article-slider .swiper-button-next, .article-slider .swiper-button-prev {
        top: auto;
        bottom: 65px;
        right: 40px;
        display: block;
        width: 33px;
        height: 20px;
        background-size: 32px 18px;
        background-repeat: no-repeat
    }

    .article-slider .swiper-button-prev {
        left: auto;
        right: 110px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.4142 17.4142'%3E%3Ctitle%3Earrow-left-blue%3C/title%3E%3Cpath d='M9.414 16.707l-8-8 8-8m-8 8h30' fill='none' stroke='%230098db' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E")
    }

    .article-slider .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.4142 17.4142'%3E%3Ctitle%3Earrow-right-blue%3C/title%3E%3Cpath d='M22 16.707l8-8-8-8m8 8H0' fill='none' stroke='%230098db' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E")
    }

    .article-slider .swiper-pagination {
        bottom: 62px;
        width: auto;
        padding: 0 40px;
        text-align: left
    }
}

@media (min-width: 1024px) {
    .article-slider-wrap {
        margin: 0
    }

    .article-slider .swiper-button-next {
        right: 80px
    }

    .article-slider .swiper-button-prev {
        right: 150px
    }

    .article-slider .swiper-pagination {
        padding-left: 80px
    }
}

@media (min-width: 1400px) {
    .article-slider-wrap {
        padding: 0 85px
    }

    .article-slider .swiper-button-next {
        right: 100px
    }

    .article-slider .swiper-button-prev {
        right: 170px
    }

    .article-slider .swiper-pagination {
        padding-left: 100px
    }
}

@media (min-width: 1400px) {
    .container .article-slider-wrap, .container .swiper3__inner {
        margin-left: -15px;
        margin-right: -15px
    }
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .article-slider img, .swiper-container3 img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        max-height: 250px
    }

    @media (min-width: 768px) {
        .article-slider img, .swiper-container3 img {
            max-height: 430px
        }
    }@media (min-width: 1024px) {
    .article-slider img, .swiper-container3 img {
        max-height: 650px
    }
}
}

.article-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 100%
}

.article-box-link {
    background-color: #fff;
    color: #242424;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none
}

.article-box-link, .article-box-link-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.article-box-link-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    max-width: 720px;
    padding: 20px
}

.article-box-link svg {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    width: 11px;
    height: 18px;
    stroke: #242424;
    margin-top: -9px
}

.article-box-link--prev .article-box-link-inner {
    margin-right: 0;
    margin-left: auto
}

.article-box-link--next .article-box-link-inner {
    padding-right: 40px;
    margin-left: 0;
    margin-right: auto
}

.article-box-link--next svg {
    left: auto;
    right: 20px
}

.article-box-link:hover {
    background-color: #f49827;
    color: #fff
}

.theme-color-blind .article-box-link:hover {
    background-color: #242424
}

.article-box-link:hover svg {
    stroke: #fff
}

.article-box__date, .article-box__type {
    display: block;
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem;
    opacity: .5
}

.article-box__title {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem
}

@media (min-width: 768px) {
    .article-box-link {
        width: 50%
    }

    .article-box-link-inner {
        padding: 23px 60px 23px 100px
    }

    .article-box-link svg {
        left: 40px
    }

    .article-box-link--next .article-box-link-inner {
        padding-left: 40px
    }

    .article-box-link--next svg {
        left: auto;
        right: 40px
    }

    .article-box__date, .article-box__type {
        font-size: 1.6rem
    }

    .article-box__title {
        max-width: 350px
    }
}

@media (min-width: 1024px) {
    .article-box-link-inner {
        padding: 23px 70px 23px 125px
    }

    .article-box-link--next .article-box-link-inner {
        padding-left: 70px
    }

    .article-box__title {
        font-size: 2rem
    }
}

.article-content {
    padding: 40px 0 0
}

@media (min-width: 768px) {
    .article-content {
        padding: 80px 0 0
    }
}

.article-content:last-of-type {
    margin-bottom: 80px
}

.aircompany-logo-center {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 1024px) {
    .aircompany-logo-center {
        padding-right: 40px
    }
}

@media (min-width: 1400px) {
    .aircompany-logo-center {
        padding-right: 60px
    }
}

.js-iframe {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 1px !important;
    height: 50vh;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.popup-shell {
    margin: auto;
    background-color: #f49827
}

.theme-color-blind .popup-shell {
    background-color: #242424
}

.bg-blue .mfp-close {
    color: #fff
}

.popup-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    border: 2px solid #80cced;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    background-color: transparent;
    cursor: pointer
}

.popup-btn:hover {
    background-color: #80cced
}

.popup-g-notice .mfp-content {
    max-width: 450px
}

.popup-g-notice .popup-shell {
    padding: 40px
}

@media (min-width: 768px) {
    .popup-g-notice .popup-shell {
        padding: 60px
    }
}

.flight-info-rw--bot {
    margin-top: 20px
}

@media (max-width: 767.98px) {
    .flight-info-rw--bot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .flight-info-rw--bot .flight-info-cl {
        width: 50%
    }

    .flight-info-rw--bot .flight-info-cl:not(.flight-info-cl--xs-wide):nth-child(odd) {
        padding-right: 15px
    }

    .flight-info-rw--bot .flight-info-cl--xs-wide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .flight-info-rw--bot .flight-info-cl--xs-wide .flight-item-unit:not(:only-child) {
        width: 50%
    }

    .flight-info-rw--bot .flight-info-cl--xs-wide .flight-item-unit:nth-child(odd) {
        padding-right: 15px
    }
}

@media (min-width: 768px) {
    .flight-info__main--increased .flight-info-cl {
        width: 200px
    }

    .flight-info-rw {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .flight-info-rw--bot {
        margin-top: 35px
    }

    .flight-info-rw--bot .flight-info-cl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .flight-info-cl {
        width: 20%;
        min-width: 200px;
        text-align: center
    }

    .flight-info-cl:last-child {
        text-align: right
    }

    .flight-info-cl:first-child {
        text-align: left
    }

    .flight-info--short {
        padding-left: 60px;
        padding-right: 60px
    }

    .flight-info--short ~ .flight-info-btn-wrap {
        margin-left: 60px
    }

    .flight-info--short .flight-info-cl {
        width: 33.33%
    }

    .flight-info--short .flight-info__main {
        width: 570px
    }
}

@media (min-width: 1024px) {
    .flight-info-cl {
        min-width: 192px
    }

    .flight-info--short {
        padding-left: 160px;
        padding-right: 160px
    }

    .flight-info--short ~ .flight-info-btn-wrap {
        margin-left: 160px
    }
}

@media (min-width: 1400px) {
    .flight-info--short {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 185px;
        padding-right: 0
    }

    .flight-info--short ~ .flight-info-btn-wrap {
        margin-left: 185px
    }

    .flight-info--short .flight-info__side {
        padding-left: 130px
    }
}

@media (min-width: 768px) {
    .flight-info-rw {
        margin-left: -15px;
        margin-right: -15px
    }

    .flight-info-cl {
        padding-left: 15px;
        padding-right: 15px
    }
}

.flight-logo-card {
    display: block;
    width: 180px;
    padding: 10px 15px;
    background-color: #fff
}

.flight-logo-card__img {
    display: block;
    width: 100%;
    height: auto
}

@media (min-width: 768px) {
    .flight-logo-card {
        width: 220px;
        padding: 15px 20px
    }
}

@media (min-width: 1024px) {
    .flight-logo-card {
        width: 300px
    }
}

.flight-info-wrap--mb {
    margin-bottom: 80px
}

@media (min-width: 768px) {
    .flight-info-wrap--mb {
        margin-bottom: 100px
    }
}

@media (min-width: 1024px) {
    .flight-info-wrap--mb {
        margin-bottom: 120px
    }
}

.flight-info-wrap--mv {
    margin-top: 30px;
    margin-bottom: 80px
}

@media (min-width: 768px) {
    .flight-info-wrap--mv {
        margin-top: 50px;
        margin-bottom: 100px
    }
}

@media (min-width: 1024px) {
    .flight-info-wrap--mv {
        margin-top: 70px;
        margin-bottom: 120px
    }
}

.flight-info__side {
    margin-top: 50px
}

.flight-info__side--nailed {
    width: 100% !important
}

@media (min-width: 768px) {
    .flight-info__side {
        margin-top: 60px
    }

    .flight-info__side--nailed .link-marked-shell {
        display: inline-block;
        margin-right: 70px
    }

    .flight-info__side--nailed .link-marked-shell:last-child {
        margin-right: 0
    }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
    .flight-info__side .link-marked-shell {
        display: inline-block;
        margin-right: 70px
    }

    .flight-info__side .link-marked-shell:last-child {
        margin-right: 0
    }
}

@media (min-width: 1400px) {
    .flight-info:not(.flight-info--short) {
        padding-left: 85px;
        padding-right: 85px
    }

    .flight-info__side {
        margin-top: 0
    }

    .flight-info__side--nailed {
        margin-top: 60px
    }
}

.horizontal-scrollbar .flight-info__main {
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .horizontal-scrollbar .flight-info__main {
        padding-bottom: 30px
    }
}

.horizontal-scrollbar-shadow ~ .flight-info__side, .horizontal-scrollbar ~ .flight-info__side {
    margin-top: 30px
}

@media (min-width: 768px) {
    .horizontal-scrollbar-shadow ~ .flight-info__side, .horizontal-scrollbar ~ .flight-info__side {
        margin-top: 30px
    }
}

.flight-item__time {
    margin-top: 10px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .flight-item__time {
        margin-top: 30px
    }
}

@media (max-width: 767.98px) {
    .flight-info-rw--head .flight-item {
        width: 100%;
        padding-left: 45%
    }
}

.flight-info-cl--connection, .flight-item-connection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flight-item-connection {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flight-item-connection__icon > svg {
    display: block;
    fill: #fff;
    stroke: #fff
}

.flight-item-connection__icon--horizontal > svg {
    width: 135px;
    height: 34px
}

@media (max-width: 767.98px) {
    .flight-item-connection__icon--horizontal > svg {
        width: 130px;
        height: 33px
    }
}

@media (max-width: 767.98px) {
    .flight-item-connection__icon--horizontal {
        display: none
    }
}

.flight-item-connection__icon--vertical > svg {
    width: 34px;
    height: 135px
}

@media (max-width: 767.98px) {
    .flight-item-connection__icon--vertical > svg {
        width: 33px;
        height: 130px
    }
}

@media (min-width: 768px) {
    .flight-item-connection__icon--vertical {
        display: none
    }
}

@media (max-width: 767.98px) {
    .flight-item-connection {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: -40px;
        margin-bottom: -40px;
        width: 40%;
        padding-right: 10px
    }

    .flight-item-connection__icon {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 20px
    }

    .flight-item-connection__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 768px) {
    .flight-item-connection {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.flight-item-title {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 23px;
    margin-top: 10px
}

@media (min-width: 768px) {
    .flight-item-title {
        font-size: 2rem;
        line-height: 24px
    }
}

.flight-item-subtitle {
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
    opacity: .5;
    margin-top: 30px;
    margin-bottom: 4px
}

@media (min-width: 768px) {
    .flight-item-subtitle {
        font-size: 1.6rem
    }
}

.flight-item__time {
    font-weight: 500;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1
}

@media (min-width: 768px) {
    .flight-item__time {
        font-size: 4.8rem
    }
}

.flight-item-text {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 20px
}

.flight-item-text a {
    color: inherit;
    text-decoration: underline
}

.flight-item-text a:hover {
    text-decoration: none
}

@media (min-width: 768px) {
    .flight-item-text {
        font-size: 1.6rem;
        line-height: 26px
    }
}

.flight-info-btn-wrap {
    width: 100%;
    max-width: 570px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .flight-info-btn-wrap {
        margin-top: 75px
    }
}

.flight-info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    border: 1px solid #80cced;
    border-radius: 6px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1.8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.theme-color-blind .flight-info-btn {
    border-color: #fff
}

@media (min-width: 768px) {
    .flight-info-btn {
        height: 60px;
        font-size: 1.4rem;
        letter-spacing: 2.1px
    }
}

.flight-info-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #f49827
}

.theme-color-blind .flight-info-btn:hover {
    background-color: #fff;
    color: #242424
}

.flight-head-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767.98px) {
    .flight-head-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width: 767.98px) {
    .flight-head-logo {
        margin-top: 45px
    }
}

.flight-status {
    position: relative
}

.flight-status__bulb {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%
}

@media (min-width: 768px) {
    .flight-status__bulb {
        position: absolute;
        top: 7px;
        left: calc(100% + 13px)
    }
}

.sidebar-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 2px solid #f49827;
    border-radius: 4px
}

.sidebar-list > li {
    margin-bottom: 30px
}

.sidebar-list > li:last-child {
    margin-bottom: 0
}

.sidebar-list span {
    color: #242424
}

.sidebar-list span.active {
    color: #f49827
}

.sidebar-list .select2-selection__rendered {
    color: #f49827 !important
}

.sidebar-list .select2-container--custom-select2 .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' height='7' stroke='%230098db' viewBox='0 0 9.41 6.12' width='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.71.71l-4 4-4-4' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E")
}

.sidebar__link {
    display: inline-block;
    min-width: auto;
    padding: 0;
    border: none;
    color: #242424;
    text-decoration: none;
    text-transform: inherit;
    white-space: normal;
    text-align: left;
    letter-spacing: 0;
    font: 300 15px/20px Museo;
    font: 300 1.5rem/2rem Museo
}

.sidebar__link:hover {
    color: #f49827
}

@media (min-width: 1024px) {
    .sidebar-list {
        max-width: 160px;
        border: none
    }

    .sidebar__link {
        position: relative
    }

    .sidebar__link.active {
        color: #f49827
    }

    .sidebar__link.active:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: -8px;
        width: 100%;
        height: 2px;
        background-color: #f49827
    }
}

@media (min-width: 1400px) {
    .sidebar-list {
        max-width: 180px
    }
}

/*html, html.theme-font-sm*/ header.header, section.section-intro {
    font-size: 10px!important;
}

html.theme-font-md {
    font-size: 11.4px
}

html.theme-font-lg {
    font-size: 12.8px
}

.blind-panel {
    display: none;
    background-color: #242424;
    padding: 10px 0 5px;
    color: hsla(0, 0%, 100%, .5);
    position: relative;
    z-index: 90
}

.blind-panel.is-active {
    display: block
}

.blind-panel-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blind-panel-left, .blind-panel-right, .blind-panel-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blind-panel-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blind-panel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.blind-panel-item:last-child {
    margin-bottom: 0
}

.blind-panel-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blind-panel__control {
    position: relative;
    margin-left: 12px;
    cursor: pointer
}

.blind-panel__control[data-control=theme-color-custom] svg {
    fill: #f49827
}

.blind-panel__control.is-active:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: #fff
}

.blind-panel__control.is-active:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -4px;
    width: 0;
    height: 0;
    margin-left: -3px;
    border-style: solid;
    border-width: 0 3px 3px;
    border-color: transparent transparent #fff
}

.blind-panel__title {
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    color: hsla(0, 0%, 100%, .5)
}

.blind-panel__title .span-gears svg {
    fill: #fff;
    width: 20px;
    height: 20px
}

.blind-panel__font {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 36px;
    color: hsla(0, 0%, 100%, .5)
}

.blind-panel__font.is-active {
    color: #fff
}

.blind-panel__font--md {
    font-size: 22px;
    font-size: 2.2rem
}

.blind-panel__font--lg {
    font-size: 36px;
    font-size: 3.6rem;
    display: none
}

@media (min-width: 1024px) {
    .blind-panel__font--lg {
        display: block
    }
}

.blind-panel__close-btn {
    cursor: pointer
}

.blind-panel__close-btn svg {
    width: 24px;
    height: 23px;
    fill: #fff
}

@media (min-width: 768px) {
    .blind-panel {
        padding: 15px 0 10px
    }

    .blind-panel-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .blind-panel-item {
        margin-bottom: 0
    }

    .blind-panel__control.is-active:after {
        bottom: -10px
    }

    .blind-panel__control.is-active:before {
        bottom: -9px
    }
}

@media (min-width: 1024px) {
    .blind-panel__title {
        font-size: 1.6rem
    }
}

@media (min-width: 1400px) {
    .blind-panel .container {
        max-width: 1330px
    }
}

.map-scheme {
    padding: 40px 20px
}

.map-scheme-inner {
    position: relative
}

@media (min-width: 1400px) {
    .map-scheme-inner {
        padding-left: 300px
    }
}

.map-scheme-container {
    position: relative;
    z-index: 1;
    height: 500px;
    padding-top: 80px;
    text-align: center
}

.map-scheme-controls {
    text-align: right
}

.map-scheme-controls-top {
    top: 0
}

.map-scheme-controls-bottom, .map-scheme-controls-top {
    display: inline-block;
    position: absolute;
    z-index: 10;
    right: 0
}

.map-scheme-controls-bottom {
    bottom: 0
}

.map-scheme__link-floor {
    color: #242424;
    text-decoration: none;
    cursor: pointer
}

.map-scheme__link-floor:hover {
    color: #f49827
}

.theme-color-blind .map-scheme__link-floor:hover {
    text-decoration: underline
}

.map-scheme__link-floor.is-active {
    color: #f49827;
    font-size: 24px;
    font-size: 2.4rem;
    pointer-events: none
}

.theme-color-blind .map-scheme__link-floor.is-active, .theme-color-blind .map-scheme__link-floor:hover {
    color: #242424
}

.map-scheme__zoom-in, .map-scheme__zoom-out {
    display: block;
    position: relative;
    width: 25px;
    height: 25px
}

.map-scheme__zoom-in-shell, .map-scheme__zoom-out-shell {
    padding: 7px;
    background-color: #f49827;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

@media (max-width: 1023.98px) {
    .map-scheme__zoom-in-shell, .map-scheme__zoom-out-shell {
        margin-bottom: 10px
    }
}

@media (min-width: 1024px) {
    .map-scheme__zoom-in-shell, .map-scheme__zoom-out-shell {
        background-color: #fff
    }

    .map-scheme__zoom-in-shell:hover, .map-scheme__zoom-out-shell:hover {
        background-color: #f49827
    }

    .map-scheme__zoom-in-shell:hover .map-scheme__zoom-in:after, .map-scheme__zoom-in-shell:hover .map-scheme__zoom-in:before, .map-scheme__zoom-in-shell:hover .map-scheme__zoom-out:after, .map-scheme__zoom-in-shell:hover .map-scheme__zoom-out:before, .map-scheme__zoom-out-shell:hover .map-scheme__zoom-in:after, .map-scheme__zoom-out-shell:hover .map-scheme__zoom-in:before, .map-scheme__zoom-out-shell:hover .map-scheme__zoom-out:after, .map-scheme__zoom-out-shell:hover .map-scheme__zoom-out:before {
        background-color: #fff
    }
}

.map-scheme__zoom-in:after, .map-scheme__zoom-in:before, .map-scheme__zoom-out:after, .map-scheme__zoom-out:before {
    background-color: #fff;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

@media (min-width: 1024px) {
    .map-scheme__zoom-in:after, .map-scheme__zoom-in:before, .map-scheme__zoom-out:after, .map-scheme__zoom-out:before {
        background-color: #242424
    }
}

.map-scheme__zoom-in:after, .map-scheme__zoom-out:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px
}

.map-scheme__zoom-in-shell {
    margin-bottom: 10px
}

.map-scheme__zoom-in:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    margin-left: -1px
}

@media (min-width: 768px) {
    .map-scheme-container {
        height: 700px
    }
}

@media (min-width: 1024px) {
    .map-scheme {
        padding: 40px
    }

    .map-scheme-container {
        padding-top: 0
    }

    .map-scheme-controls {
        bottom: -20px
    }
}

.sheme-sidebar {
    position: relative;
    z-index: 10;
    min-height: 60px;
    padding: 20px 0 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 40px -12px rgba(0, 0, 0, .6);
    box-shadow: 0 8px 40px -12px rgba(0, 0, 0, .6)
}

.sheme-sidebar-top {
    margin-bottom: 18px;
    padding: 0 30px
}

.sheme-sidebar-body-scroll {
    position: relative;
    max-height: 570px
}

.sheme-sidebar-body-scroll .ps__rail-y {
    right: 18px !important;
    width: 3px !important;
    background-color: rgba(36, 36, 36, .2) !important;
    opacity: 1 !important
}

.sheme-sidebar-body-scroll .ps__thumb-y {
    right: -1px;
    background-color: #f49827 !important;
    width: 6px !important
}

.sheme-sidebar-bottom {
    padding: 10px 20px 0
}

.sheme-sidebar-bottom .btn {
    background-color: #fff;
    color: #f49827
}

.sheme-sidebar-bottom .btn:hover {
    color: #242424
}

@media (min-width: 1024px) {
    .sheme-sidebar {
        position: absolute;
        top: 50%;
        left: 0;
        width: 360px;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
}

.map-sheme-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.map-sheme-list > li {
    margin-bottom: 5px
}

.map-sheme-list > li:last-child {
    margin-bottom: 0
}

.map-sheme__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    padding: 0 55px 0 30px;
    color: #242424;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer
}

.map-sheme__item.is-active, .map-sheme__item:hover {
    color: #f49827
}

.map-sheme__item.is-active:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 38px;
    width: 12px;
    height: 9px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.41 6.12' width='11' height='8' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M8.71.71l-4 4-4-4'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 11px 8px
}

.theme-color-blind .map-sheme__item.is-active, .theme-color-blind .map-sheme__item:hover {
    color: #242424
}

.theme-color-blind .map-sheme__item.is-active > span, .theme-color-blind .map-sheme__item:hover > span {
    text-decoration: underline
}

.map-sheme__item--no-arrow:after {
    display: none
}

.map-sheme__item > svg {
    width: 25px;
    height: 25px;
    margin-right: 10px
}

.map-sheme-collapse {
    display: none
}

.map-sheme-table {
    padding: 10px 25px 10px 30px;
    background-color: #fbf9f9;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300
}

.map-sheme-table-body {
    padding-top: 10px
}

.map-sheme-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.map-sheme-table-td, .map-sheme-table-th {
    width: 18%;
    text-align: center
}

.map-sheme-table-td.td--lg, .map-sheme-table-td.th--lg, .map-sheme-table-th.td--lg, .map-sheme-table-th.th--lg {
    width: 46%;
    border-left: none;
    text-align: left
}

.map-sheme-table-td svg, .map-sheme-table-th svg {
    width: 25px;
    height: 25px
}

.map-sheme-table-th {
    border-left: 1px solid #242424;
    line-height: 1;
    opacity: .5
}

.map-sheme-table-td__link {
    color: #242424;
    text-decoration: none;
    cursor: pointer
}

.map-sheme-table-td__link.is-active {
    color: #f49827
}

.map-sheme-table-td__link:hover {
    color: #f49827;
    text-decoration: underline
}

.theme-color-blind .map-sheme-table-td__link.is-active, .theme-color-blind .map-sheme-table-td__link:hover {
    color: #242424
}

.map-scheme {
    margin-top: -20px;
    overflow: hidden
}

@media (max-width: 1023.98px) {
    .map-scheme {
        margin-top: 20px
    }
}

.map-scheme-container-draggable {
    position: relative;
    z-index: 1 !important;
    display: inline-block
}

@media (max-width: 767.98px) {
    .map-scheme-container-draggable {
        left: -50%
    }
}

.map-scheme__pic, .map-scheme__pic.zoom-1 {
    width: 300vw
}

.map-scheme__pic.zoom-2 {
    width: 450vw
}

.map-scheme__pic.zoom-3 {
    width: 600vw
}

@media (min-width: 768px) {
    .map-scheme__pic, .map-scheme__pic.zoom-1 {
        width: 100%
    }

    .map-scheme__pic.zoom-2 {
        width: 200vw
    }

    .map-scheme__pic.zoom-3 {
        width: 300vw
    }
}

@media (min-width: 1400px) {
    .map-scheme {
        margin-top: 0
    }

    .map-scheme__pic, .map-scheme__pic.zoom-1 {
        width: 1150px
    }

    .map-scheme__pic.zoom-2 {
        width: 2300px
    }

    .map-scheme__pic.zoom-3 {
        width: 3450px
    }
}

.map-scheme-icons {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.map-scheme__link-icon {
    position: absolute;
    z-index: 1;
    display: none;
    cursor: pointer
}

.curr-floor-1 .map-scheme__link-icon[data-floor="1"] {
    display: block
}

.curr-floor-1 .map-scheme__link-icon[data-floor="1"].is-no-visible {
    display: none
}

.curr-floor-2 .map-scheme__link-icon[data-floor="2"] {
    display: block
}

.curr-floor-2 .map-scheme__link-icon[data-floor="2"].is-no-visible {
    display: none
}

.curr-floor-3 .map-scheme__link-icon[data-floor="3"] {
    display: block
}

.curr-floor-3 .map-scheme__link-icon[data-floor="3"].is-no-visible {
    display: none
}

.map-scheme__link-icon svg {
    width: 25px;
    height: 25px
}

.map-scheme__link-icon:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.map-scheme__link-icon:hover:after {
    background-color: rgba(0, 152, 219, .5);
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 152, 219, .5);
    box-shadow: 0 0 10px 5px rgba(0, 152, 219, .5)
}

.map-scheme__tooltip {
    margin: 0;
    padding: 10px;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem
}

@media (min-width: 1024px) {
    .sheme-sidebar__state-switch {
        position: absolute;
        top: 0;
        left: 100%;
        height: 54px;
        width: 54px;
        background-color: #f49827;
        -webkit-box-shadow: 5px 5px 26px -10px rgba(0, 0, 0, .6);
        box-shadow: 5px 5px 26px -10px rgba(0, 0, 0, .6);
        cursor: pointer
    }

    .theme-color-blind .sheme-sidebar__state-switch {
        background-color: #242424
    }

    .theme-color-blind .sheme-sidebar__state-switch:active, .theme-color-blind .sheme-sidebar__state-switch:focus, .theme-color-blind .sheme-sidebar__state-switch:hover {
        background-color: #424242
    }

    .sheme-sidebar__state-switch:after, .sheme-sidebar__state-switch:before {
        content: "";
        position: absolute;
        left: 24px;
        display: block;
        height: 10px;
        width: 4px;
        background-color: #fff;
        -webkit-transition: all .6s;
        transition: all .6s
    }

    .sheme-sidebar__state-switch:before {
        top: 17px;
        -webkit-transform: skew(-45deg);
        transform: skew(-45deg)
    }

    .sheme-sidebar__state-switch:after {
        bottom: 17px;
        -webkit-transform: skew(45deg);
        transform: skew(45deg)
    }

    .sheme-sidebar__state-switch:hover {
        background-color: #00a2e8
    }

    .sheme-sidebar__state-switch:active, .sheme-sidebar__state-switch:focus {
        background-color: #0091cf
    }

    .sheme-sidebar {
        -webkit-transition: all .6s;
        transition: all .6s
    }

    .sheme-sidebar--folded {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate(calc(-100% - 40px), -50%);
        transform: translate(calc(-100% - 40px), -50%);
        -ms-transform: translateX(-100%) translateX(-50px) translateY(-50%)
    }

    .sheme-sidebar--folded .sheme-sidebar__state-switch:after, .sheme-sidebar--folded .sheme-sidebar__state-switch:before {
        left: 27px
    }

    .sheme-sidebar--folded .sheme-sidebar__state-switch:before {
        -webkit-transform: skew(45deg);
        transform: skew(45deg)
    }

    .sheme-sidebar--folded .sheme-sidebar__state-switch:after {
        -webkit-transform: skew(-45deg);
        transform: skew(-45deg)
    }
}

@media (max-width: 767.98px) {
    .sheme-sidebar__state-switch {
        display: none
    }
}

.b-pnf-rotate-animation {
    -webkit-animation-name: pnf-rotate-animation;
    animation-name: pnf-rotate-animation;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 120s;
    animation-duration: 120s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes pnf-rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes pnf-rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.b-pnf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 100px;
    padding-top: 120px;
    position: fixed
}

.b-pnf, .b-pnf__bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.b-pnf__bg {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@media (max-width: 767.98px) {
    .b-pnf__bg {
        display: none
    }
}

.b-pnf__clouds {
    height: 70%;
    width: 100%;
    left: 0;
    bottom: -10%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.b-pnf__cloud {
    position: absolute;
    width: 256px;
    margin-left: -128px;
    height: 256px;
    margin-top: -128px;
    top: 50%;
    left: 50%
}

.b-pnf__cloud img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.b-pnf__text {
    font-size: 350px;
    font-weight: 900;
    line-height: 1.3;
    font-family: Museo, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    text-shadow: 5px 5px 50px rgba(0, 0, 0, .1)
}

@media (max-width: 1023.98px) {
    .b-pnf__text {
        font-size: 250px
    }
}

@media (max-width: 767.98px) {
    .b-pnf__text {
        font-size: 120px
    }
}

.pnf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    text-align: center
}

.pnf__fond, .pnf__text {
    width: 100%
}

.pnf__fond {
    z-index: 10;
    font-size: 505px;
    font-size: 50.5rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -25px;
    color: hsla(0, 0%, 100%, .15)
}

.pnf__text {
    position: relative;
    z-index: 50;
    top: -170px
}

.pnf-title {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 4.2px;
    text-transform: uppercase
}

.pnf-link-shell {
    display: block;
    margin-top: 30px
}

.pnf-link {
    display: inline;
    position: relative;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: .2px;
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

.pnf-link:after, .pnf-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    display: block;
    height: 1px;
    background-color: #fff
}

.pnf-link:before {
    width: 100%;
    opacity: .5
}

.pnf-link:after {
    width: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.pnf-link:hover:after {
    width: 100%
}

.pnf__clouds {
    position: absolute;
    z-index: -1;
    bottom: -10%;
    left: -50px;
    right: -50px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 100%
}

@media (min-width: 768px) {
    .pnf__clouds {
        z-index: 25
    }
}

.pnf svg {
    width: 320px;
    height: 543px;
    font-family: Museo
}

.pnf svg text {
    font-size: 255px;
    font-weight: 900
}

.pnf svg image {
    width: 256px;
    height: 256px;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-animation: scaleToggle 18s linear infinite;
    animation: scaleToggle 18s linear infinite
}

@media (max-width: 1023.98px) {
    .pnf__fond {
        font-size: 38rem;
        letter-spacing: -15px
    }

    .pnf-title {
        font-size: 2.4rem
    }
}

@media (max-width: 767.98px) {
    .pnf {
        height: calc(100vh - 46px);
        padding-top: 16%;
        position: relative
    }

    .pnf__fond {
        margin-top: 40px;
        font-size: 16rem;
        letter-spacing: 0
    }

    .pnf-title {
        font-size: 2rem
    }

    .pnf-link-shell {
        margin-top: 20px
    }

    .pnf-link {
        font-size: 2rem
    }
}

@media (min-width: 768px) {
    .pnf {
        height: 100vh;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .pnf__fond, .pnf__text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media (min-width: 768px) {
    .pnf__text {
        position: relative;
        top: -170px
    }

    .pnf svg {
        position: relative;
        left: -130px;
        width: 900px;
        height: 543px
    }

    .pnf svg text {
        font-size: 400px
    }

    .pnf svg image {
        width: 380px;
        height: 380px;
        -webkit-animation: scaleToggleSm 18s linear infinite;
        animation: scaleToggleSm 18s linear infinite
    }
}

@-webkit-keyframes scaleToggle {
    0% {
        -webkit-transform: translateZ(0) scale(2.2);
        transform: translateZ(0) scale(2.2)
    }
    50% {
        -webkit-transform: translate3d(-15%, -15%, 0) scale(3);
        transform: translate3d(-15%, -15%, 0) scale(3)
    }
    to {
        -webkit-transform: translateZ(0) scale(2.2);
        transform: translateZ(0) scale(2.2)
    }
}

@keyframes scaleToggle {
    0% {
        -webkit-transform: translateZ(0) scale(2.2);
        transform: translateZ(0) scale(2.2)
    }
    50% {
        -webkit-transform: translate3d(-15%, -15%, 0) scale(3);
        transform: translate3d(-15%, -15%, 0) scale(3)
    }
    to {
        -webkit-transform: translateZ(0) scale(2.2);
        transform: translateZ(0) scale(2.2)
    }
}

@-webkit-keyframes scaleToggleSm {
    0% {
        -webkit-transform: translateZ(0) scale(2.5);
        transform: translateZ(0) scale(2.5)
    }
    50% {
        -webkit-transform: translate3d(-45%, -25%, 0) scale(4);
        transform: translate3d(-45%, -25%, 0) scale(4)
    }
    to {
        -webkit-transform: translateZ(0) scale(2.5);
        transform: translateZ(0) scale(2.5)
    }
}

@keyframes scaleToggleSm {
    0% {
        -webkit-transform: translateZ(0) scale(2.5);
        transform: translateZ(0) scale(2.5)
    }
    50% {
        -webkit-transform: translate3d(-45%, -25%, 0) scale(4);
        transform: translate3d(-45%, -25%, 0) scale(4)
    }
    to {
        -webkit-transform: translateZ(0) scale(2.5);
        transform: translateZ(0) scale(2.5)
    }
}

.colors-switch {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(36, 36, 36, .5);
    padding: 3px;
    z-index: 9999;
    border-radius: 40px
}

.colors-switch__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    width: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsla(0, 0%, 100%, .4);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 14px;
    -webkit-box-shadow: 0 0 2px rgba(36, 36, 36, .5);
    box-shadow: 0 0 2px rgba(36, 36, 36, .5);
    font-weight: 700
}

.colors-switch__btn + .colors-switch__btn {
    margin-left: 3px
}

.colors-switch__btn.active, .colors-switch__btn:hover {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    color: hsla(0, 0%, 100%, .8)
}

.colors-switch__SVX {
    background-color: #f49827
}

.colors-switch__ROV {
    background-color: #99a73a
}

.colors-switch__KUF {
    background-color: #049bae
}

.colors-switch__GOJ {
    background-color: #af5a5a
}

.colors-switch__NUX {
    background-color: #6369b3
}

.colors-switch__RMZ {
    background-color: #f49827
}

.colors-switch__BQS {
    background-color: #00a878
}

.colors-switch__REN {
    background-color: #578ecb
}

.colors-switch__close {
    position: absolute;
    top: -12px;
    right: -10px;
    background: #fff;
    color: #242424;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 21px;
    font-size: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

.colors-switch__close:before {
    content: "\2715"
}

.colors-switch__close:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

body, html {
    overflow-x: hidden
}

body {
    width: 100%
}

.wrapper {
    overflow-y: hidden
}

.header-row {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: opacity .3s, -webkit-transform .8s ease-out;
    transition: opacity .3s, -webkit-transform .8s ease-out;
    transition: transform .8s ease-out, opacity .3s;
    transition: transform .8s ease-out, opacity .3s, -webkit-transform .8s ease-out
}

body.is-ready .header-row {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.header-col--closed {
    display: block
}

.header-col--opened {
    display: none
}

@media (max-width: 1023.98px) {
    .header-col--first {
        display: none
    }
}

.nav-open {
    overflow: hidden
}

.nav-open .header-inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 102
}

.nav-open .header-col--closed {
    display: none
}

.nav-open .header-col--opened {
    display: block
}

@media (max-width: 1399.98px) {
    .nav-open .header-col--opened {
        display: block
    }
}

@media (max-width: 767.98px) {
    .nav-open .header {
        position: absolute;
        top: 0;
        left: 0;
        height: auto
    }

    .nav-open .header-col--first {
        position: absolute;
        top: 55px;
        left: 0
    }
}

@media (min-width: 768px) {
    .nav-open .header-col--first {
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }

    .nav-open .header-col.d-none {
        display: block !important
    }

    .nav-open .header .hdr-link.d-none {
        display: inline-block !important
    }
}

@media (min-width: 1024px) {
    .nav-open .header-col--first {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.hdr-link--nav.is-open:after, .hdr-link--nav.is-open:before {
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.hdr-link--nav.is-open:after {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px)
}

.hdr-link--nav.is-open:before {
    -webkit-transform: rotate(-45deg) translate(-2px, -1px);
    transform: rotate(-45deg) translate(-2px, -1px)
}

@media (min-width: 768px) {
    .hdr-link--nav.is-open {
        padding-left: 35px
    }

    .hdr-link--nav.is-open:before {
        -webkit-transform: rotate(-45deg) translate(-7px, 3px);
        transform: rotate(-45deg) translate(-7px, 3px)
    }
}

@media (min-width: 1400px) {
    .hdr-link--nav.is-open:before {
        -webkit-transform: rotate(-45deg) translate(-6px, 3px);
        transform: rotate(-45deg) translate(-6px, 3px)
    }
}

.main-page:not(.nav-open) .header-col--logo {
    display: none
}

.intro-page__airplane {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: opacity .4s, -webkit-transform .6s ease-in-out;
    transition: opacity .4s, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, opacity .4s;
    transition: transform .6s ease-in-out, opacity .4s, -webkit-transform .6s ease-in-out
}

body.is-ready .intro-page__airplane {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.plane-out .intro-page__airplane, body.is-ready .plane-out .intro-page__airplane {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.plane-in .intro-page__airplane, body.is-ready .plane-in .intro-page__airplane {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.down-get .intro-page__airplane {
    -webkit-animation: opacityOutToUp 1.4s cubic-bezier(.43, 0, .03, 1) forwards;
    animation: opacityOutToUp 1.4s cubic-bezier(.43, 0, .03, 1) forwards
}

.up-get .intro-page__airplane {
    -webkit-animation: opacityInFromDown 1.4s cubic-bezier(.43, 0, .03, 1);
    animation: opacityInFromDown 1.4s cubic-bezier(.43, 0, .03, 1)
}

.intro-page__airplane-shadow-1 {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: opacity .4s, -webkit-transform .6s ease-in-out;
    transition: opacity .4s, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, opacity .4s;
    transition: transform .6s ease-in-out, opacity .4s, -webkit-transform .6s ease-in-out
}

body.is-ready .intro-page__airplane-shadow-1 {
    opacity: .4;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.plane-out .intro-page__airplane-shadow-1, body.is-ready .plane-out .intro-page__airplane-shadow-1 {
    opacity: .3;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.15);
    transform: translate3d(-30px, 0, 0) scale(1.15)
}

.plane-in .intro-page__airplane-shadow-1, body.is-ready .plane-in .intro-page__airplane-shadow-1 {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0) scale(.8);
    transform: translate3d(30px, 0, 0) scale(.8)
}

.down-get .intro-page__airplane-shadow-1 {
    -webkit-animation: opacityOutToUpShadow 1.4s cubic-bezier(.43, 0, .03, 1) forwards;
    animation: opacityOutToUpShadow 1.4s cubic-bezier(.43, 0, .03, 1) forwards
}

.up-get .intro-page__airplane-shadow-1 {
    -webkit-animation: opacityInFromDownShadow 1.4s cubic-bezier(.43, 0, .03, 1);
    animation: opacityInFromDownShadow 1.4s cubic-bezier(.43, 0, .03, 1)
}

.intro-page__airplane-shadow-2 {
    opacity: 0;
    -webkit-transition: opacity .6s, -webkit-transform .6s ease-in-out;
    transition: opacity .6s, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, opacity .6s;
    transition: transform .6s ease-in-out, opacity .6s, -webkit-transform .6s ease-in-out
}

.plane-in .intro-page__airplane-shadow-2, body.is-ready .plane-in .intro-page__airplane-shadow-2 {
    opacity: .15;
    -webkit-transform: translate3d(25px, -7px, 0) scale(.7);
    transform: translate3d(25px, -7px, 0) scale(.7)
}

.intro-page__svx {
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

body.is-ready .intro-page__svx {
    opacity: 1
}

.intro-page-links {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: opacity .4s, -webkit-transform .6s ease-in-out;
    transition: opacity .4s, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, opacity .4s;
    transition: transform .6s ease-in-out, opacity .4s, -webkit-transform .6s ease-in-out
}

body.is-ready .intro-page-links {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (min-width: 1400px) {
    .down-get .intro-page-links {
        pointer-events: none;
        opacity: 0 !important
    }
}

.intro-page__cloud-1, .intro-page__cloud-2, .intro-page__cloud-3 {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.plane-out .intro-page__cloud-1, .plane-out .intro-page__cloud-2, .plane-out .intro-page__cloud-3 {
    opacity: 1;
    -webkit-animation: cloudsIn 6s infinite;
    animation: cloudsIn 6s infinite
}

.plane-out .intro-page__cloud-2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.plane-out .intro-page__cloud-3 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.intro-page__vpp {
    opacity: 0;
    -webkit-transform: translate3d(0, -1962px, 0);
    transform: translate3d(0, -1962px, 0)
}

.plane-in .intro-page__vpp {
    opacity: 1;
    -webkit-animation: vppInPosition 1s linear forwards, vppInBg 3s 1s linear infinite;
    animation: vppInPosition 1s linear forwards, vppInBg 3s 1s linear infinite
}

.main-page .logo-site__img {
    opacity: 0;
    -webkit-transition: all .5s ease-out .4s;
    transition: all .5s ease-out .4s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
}

.main-page.is-ready .logo-site__img {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.svx-per-rotate {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: perspective(500px) rotateX(0deg);
    transform: perspective(500px) rotateX(0deg)
}

@-webkit-keyframes cloudsIn {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0)
    }
}

@keyframes cloudsIn {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0)
    }
}

@-webkit-keyframes vppInPosition {
    0% {
        -webkit-transform: translate3d(0, -1962px, 0);
        transform: translate3d(0, -1962px, 0)
    }
    to {
        -webkit-transform: translate3d(0, -1545px, 0);
        transform: translate3d(0, -1545px, 0)
    }
}

@keyframes vppInPosition {
    0% {
        -webkit-transform: translate3d(0, -1962px, 0);
        transform: translate3d(0, -1962px, 0)
    }
    to {
        -webkit-transform: translate3d(0, -1545px, 0);
        transform: translate3d(0, -1545px, 0)
    }
}

@-webkit-keyframes vppInBg {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 0 1962px
    }
}

@keyframes vppInBg {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 0 1962px
    }
}

@-webkit-keyframes opacityInFromDownShadow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }
    to {
        opacity: .4;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes opacityInFromDownShadow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }
    to {
        opacity: .4;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes opacityOutToUpShadow {
    0% {
        opacity: .4;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    80% {
        opacity: 0
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
}

@keyframes opacityOutToUpShadow {
    0% {
        opacity: .4;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    80% {
        opacity: 0
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
}

@-webkit-keyframes opacityInFromDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes opacityInFromDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes opacityOutToUp {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    80% {
        opacity: 0
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
}

@keyframes opacityOutToUp {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    80% {
        opacity: 0
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
}

[data-show-by-step] {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: opacity .6s .2s, -webkit-transform .8s ease-out .2s;
    transition: opacity .6s .2s, -webkit-transform .8s ease-out .2s;
    transition: transform .8s ease-out .2s, opacity .6s .2s;
    transition: transform .8s ease-out .2s, opacity .6s .2s, -webkit-transform .8s ease-out .2s
}

[data-show-by-step].shown {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.js-fade-up {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: opacity .6s .2s, -webkit-transform .8s ease-out .2s;
    transition: opacity .6s .2s, -webkit-transform .8s ease-out .2s;
    transition: transform .8s ease-out .2s, opacity .6s .2s;
    transition: transform .8s ease-out .2s, opacity .6s .2s, -webkit-transform .8s ease-out .2s
}

.js-fade-up--no-transform {
    -webkit-transform: none !important;
    transform: none !important
}

.js-fade-up.in-viewport {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDisplay {
    0% {
        opacity: 0;
        display: none
    }
    to {
        opacity: 1;
        display: block
    }
}

@keyframes fadeInDisplay {
    0% {
        opacity: 0;
        display: none
    }
    to {
        opacity: 1;
        display: block
    }
}

@-webkit-keyframes fadeOutDisplay {
    0% {
        opacity: 1;
        display: block
    }
    to {
        opacity: 0;
        display: none
    }
}

@keyframes fadeOutDisplay {
    0% {
        opacity: 1;
        display: block
    }
    to {
        opacity: 0;
        display: none
    }
}

[data-mouse-parallax] {
    -webkit-transition: all .2s;
    transition: all .2s
}

.agree .cookies-message__text {
    padding: 16px 120px 16px 0;
}

.agree .cookies-message__text a {
    color: #f49827
}

.agree .cookies-message__text a:hover {
    color: #fff
}

.cookies-message .i-close.i-agree {
    width: 100px;
    height: 13px;
    background-image: url(../images/style/i-agree-w.svg);
    background-size: 73px 13px;
    border: 1px solid #fff;
    padding: 17px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 6px;
    transition: 0.5s;
}

.i-close--w.i-agree {
    background-image: url(../images/style/i-agree.svg)
}

.i-close--w.i-agree--w {
    background-image: url(../images/style/i-agree-w.svg)
}

.i-close--w.i-agree.en {
    background-image: url(../images/style/i-agree-en.svg)
}

.i-close--w.i-agree--w.en {
    background-image: url(../images/style/i-agree-w-en.svg)
}

.cookies-message .i-close.i-agree:hover {
    background-color: #f49827;
}

@media (max-width: 767px) {
    .agree .cookies-message__text {
        padding: 16px 0 60px;
    }

    .cookies-message .i-close.i-agree {
        bottom: 10px;
        left: 50%;
        top: inherit !important;
        transform: translateX(-50px);
    }
}


.news-list.in-landing {
    width: 100%;
    display: flex;
    -webkit-box-flex: 1;
    flex-wrap: nowrap;
}
.news-list.in-landing .news-li {
    width: 32.3333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32.3333333333%;
    flex: 0 0 32.3333333333%;
    max-width: 32.3333333333%;


    margin-right: 1%; /*calc(var(--bs-gutter-x) / 2);*/
    margin-left: 1%; /*calc(var(--bs-gutter-x) / 2);*/
    text-decoration: none;
}
.news-list.in-landing .news-li .news-card-inner {

}
.news-list.in-landing .news-li .news-card-inner .news-card__date {
    color: #ffffff;
    font-size: 16px;
}
.news-list.in-landing .news-li .news-card-inner .news-card__title {
    color: #ffffff;
    font-size: 20px;
}

.block_link.in-landing-news {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 35px;
}
.block_link.in-landing-news .ttl {
    font-size: 20px;
    margin-right: 35px;
}
.block_link.in-landing-news .link {
    font-size: 20px;
}
.block_link.in-landing-news .link a {
    color: #007bff;
    text-decoration: none;
    text-transform: none;
}
.block_link.in-landing-news .link a:hover {
    opacity: 0.7;
}

@media (max-width: 767px) {
    .news-list.in-landing {
        flex-wrap: wrap;
    }
    .news-list.in-landing .news-li {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .block_link.in-landing-news {
        justify-content: space-between;
        margin-right: 20px;
    }
}
footer {
    position: relative!important;
}