/* Minification failed. Returning unminified contents.
(753,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(786,38): run-time error CSS1039: Token not allowed after unary operator: '-swiper-wrapper-transition-timing-function'
(891,31): run-time error CSS1039: Token not allowed after unary operator: '-swiper-centered-offset-before'
(895,17): run-time error CSS1039: Token not allowed after unary operator: '-swiper-centered-offset-after'
(901,30): run-time error CSS1039: Token not allowed after unary operator: '-swiper-centered-offset-before'
(907,18): run-time error CSS1039: Token not allowed after unary operator: '-swiper-centered-offset-after'
(925,17): run-time error CSS1038: Expected hex color, found '#00026'
(929,47): run-time error CSS1038: Expected hex color, found '#00080'
(929,55): run-time error CSS1038: Expected hex color, found '#0000'
(933,46): run-time error CSS1038: Expected hex color, found '#00080'
(933,54): run-time error CSS1038: Expected hex color, found '#0000'
(937,45): run-time error CSS1038: Expected hex color, found '#00080'
(937,53): run-time error CSS1038: Expected hex color, found '#0000'
(941,47): run-time error CSS1038: Expected hex color, found '#00080'
(941,55): run-time error CSS1038: Expected hex color, found '#0000'
(955,28): run-time error CSS1039: Token not allowed after unary operator: '-swiper-preloader-color'
(955,58): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(956,27): run-time error CSS1038: Expected hex color, found '#0000'
(966,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(970,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    /* 1 */
    overflow: visible;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    border-bottom: none;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

    /**
 * Remove the inner border and padding in Firefox.
 */

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

    /**
 * Restore the focus styles unset by the previous rule.
 */

    button:-moz-focusring,
    [type='button']:-moz-focusring,
    [type='reset']:-moz-focusring,
    [type='submit']:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    /* 2 */
    display: table;
    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
    color: inherit;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
    /* 1 */
    outline-offset: -2px;
    -webkit-appearance: textfield;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

    [type='search']::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    /* 1 */
    font: inherit;
    -webkit-appearance: button;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

body {
    -webkit-font-smoothing: antialiased;
}

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

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

textarea {
    overflow: auto;
    resize: vertical;
}

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

:root {
    font-size: 7.5px;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

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

html,
body {
    height: 100%;
    padding: 0;
}

html {
    font-size: 10px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.28;
    min-width: 320px;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

a {
    transition: color .3s ease;
    text-decoration: none;
    color: inherit;
    -webkit-text-decoration-skip: objects;
}

.no-touchevents a:hover {
    text-decoration: none;
    color: #aaaeb5;
}

input {
    border-radius: 0;
    -webkit-appearance: none;
}

.svg-store {
    display: none;
    overflow: hidden;
    height: 0;
}

.layout {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    min-height: 100%;
}

.layout-body {
    flex: 1 0 auto;
}

.container {
    width: 100%;
    max-width: 148rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4rem;
    padding-left: 4rem;
}

    .container.md {
        max-width: 180rem;
    }

    .container.xs {
        max-width: 920px;
    }

article {
    hyphens: auto;
}

.hidden {
    display: none;
}

.jc-fl-end {
    justify-content: flex-end;
}

html.sr:not(.touchevents) .section-banner,
html.sr:not(.touchevents) .section-interactive,
html.sr:not(.touchevents) .section-create,
html.sr:not(.touchevents) .article-default,
html.sr:not(.touchevents) .article-secondary,
html.sr:not(.touchevents) .article-primary,
html.sr:not(.touchevents) .article-switch,
html.sr:not(.touchevents) .article-success,
html.sr:not(.touchevents) .list-events__item,
html.sr:not(.touchevents) .section-time__article p,
html.sr:not(.touchevents) .section-time__article h3,
html.sr:not(.touchevents) .section-article__wrapper p,
html.sr:not(.touchevents) .section-article__wrapper h2,
html.sr:not(.touchevents) .section-article__wrapper h3,
html.sr:not(.touchevents) .section-article__wrapper ul,
html.sr:not(.touchevents) .section-article__wrapper .h1,
html.sr:not(.touchevents) .section-default__footer,
html.sr:not(.touchevents) .section-default__head,
html.sr:not(.touchevents) .section-article__wrapper blockquote {
    visibility: hidden;
}

.custom-popover {
    position: relative;
    display: block;
    width: 200px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

    .custom-popover .close {
        font-size: 20px;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        display: flex;
        width: 20px;
        height: 20px;
        margin: 10px 10px 0 0;
        cursor: pointer;
        color: #000;
        border-radius: 50%;
        background-color: #ccc;
        align-items: center;
        justify-content: center;
    }

.cluster-primary {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 50%;
    background-color: #8a0ade;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    align-items: center;
    justify-content: center;
}

    .cluster-primary.blue {
        background-color: #155dff;
    }

.custom-popover__inner {
    position: relative;
    z-index: 1;
}

    .custom-popover__inner > ymaps {
        overflow: visible !important;
    }

.balloon-link {
    display: block;
}

.no-touchevents .balloon-link:hover .balloon-title,
.no-touchevents .balloon-link:hover .balloon-label {
    color: #aaaeb5;
}

.balloon-categories {
    margin: .8rem 0;
}

.balloon-categories__item.categories-list__item {
    width: 1.8rem;
    height: 1.8rem;
}

.balloon-header {
    width: 200px;
    height: 100px;
    border-radius: 5px 5px 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.balloon-body {
    box-sizing: border-box;
    width: 200px;
    padding: 1rem;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
}

.balloon-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: block;
    transition: color .3s;
    color: #000;
}

.balloon-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.2;
    display: block;
    margin-bottom: 1rem;
    transition: color .3s;
    color: rgba(0, 0, 0, .6);
}

    .balloon-label .separator {
        margin: 0 .5rem;
        color: rgba(0, 0, 0, .2);
    }

.list-reset {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ymaps[class*='-image'] {
    filter: drop-shadow(0px 4px 30px black);
}

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

h2,
.h2 {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

h3,
.h3 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

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

blockquote {
    margin: 0 0 1rem;
}

p {
    margin: 1.5rem 0;
}

    p:empty {
        display: none;
    }

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

/**
 * Swiper 12.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 18, 2025
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
    perspective: 1200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, #00080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, #00080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, #00080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, #00080, #0000);
}

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

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

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

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

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

    to {
        transform: rotate(1turn);
    }
}

.layout-header {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.layout-header__inner {
    position: relative;
    display: flex;
    min-height: 4rem;
    padding-right: 39rem;
    padding-left: 39rem;
    align-items: center;
}

.logo-company {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    padding-left: 6rem;
    transition: opacity .3s;
    transform: translateY(-50%);
    white-space: nowrap;
    color: inherit;
}

.no-touchevents .logo-company:hover .logo-company__title,
.no-touchevents .logo-company:hover .logo-company__description {
    color: #aaaeb5;
}

.logo-company__image {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 5rem;
    height: 5rem;
    transform: translateY(-50%);
    background: url(../images/svg/logo-belarus-travel.svg) 50% 50% no-repeat;
    background-size: contain;
}

.logo-company__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    display: block;
    transition: color .3s;
}

.logo-company__description {
    font-size: 1.2rem;
    font-weight: 300;
    display: block;
    transition: color .3s;
}

.main-menu {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
}

.main-menu__item {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    margin: 1rem 0;
    letter-spacing: .05em;
    text-transform: uppercase;
}

    .main-menu__item:not(:last-child) {
        margin-right: 10rem;
    }

    .main-menu__item .icon-search {
        width: 3rem;
        height: 3rem;
    }

    .main-menu__item:hover .main-menu__submenu {
        visibility: visible;
        opacity: 1;
    }

    .main-menu__item:hover .main-menu__link,
    .main-menu__item:hover .main-menu__sublink {
        color: #fff;
    }

        .main-menu__item:hover .main-menu__sublink:hover {
            color: #aaaeb5;
        }

    .main-menu__item:last-child .main-menu__submenu {
        min-width: 25rem;
    }

.main-menu__link {
    position: relative;
    z-index: 1;
    transition: opacity .3s, color .3s;
    white-space: nowrap;
    color: inherit;
}

    .main-menu__link.active {
        opacity: .5;
    }

.no-touchevents .main-menu__link:hover {
    color: #aaaeb5;
}

.main-menu__submenu {
    position: absolute;
    top: -2.4rem;
    left: -2.4rem;
    visibility: hidden;
    width: calc(100% + 4.8rem);
    min-width: 21rem;
    margin: 0;
    padding: 0;
    padding: 6.7rem 2.4rem 2.4rem;
    list-style-type: none;
    transition: opacity .2s ease;
    opacity: 0;
    border-radius: 6px;
    background: #8a0ade;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
}

.main-menu__subitem:first-child {
    padding-top: 2.4rem;
    border-top: 2px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
}

.main-menu__subitem:not(:last-child) {
    margin-bottom: 2.4rem;
}

.main-menu__sublink {
    font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    text-transform: none;
}

.burger {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    cursor: pointer;
    transition: opacity .3s;
    transform: translateY(-50%);
}

    .burger:before,
    .burger:after {
        position: absolute;
        right: 0;
        display: block;
        content: '';
        transition: background-color .3s, width .3s;
        background-color: currentColor;
    }

    .burger:before {
        top: 1.6rem;
        width: 4.8rem;
        height: .8rem;
        border-radius: .4rem;
    }

    .burger:after {
        top: 3rem;
        width: 4.2rem;
        height: .4rem;
        border-radius: .2rem;
    }

.no-touchevents .burger:hover:before,
.no-touchevents .burger:hover:after {
    background-color: #aaaeb5;
}

.no-touchevents .burger:hover:after {
    width: 4.8rem;
}

.layout-header__panel {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    padding-right: 11rem;
    transform: translateY(-50%);
}

.link-trip {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    display: block;
    padding-left: 4rem;
    transition: color .3s;
    white-space: nowrap;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: inherit;
}

    .link-trip .icon-trip {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 3rem;
        height: 3rem;
        margin-top: -.2rem;
        transition: color .3s, fill .3s;
        transform: translateY(-50%);
        fill: currentColor;
    }

.no-touchevents .link-trip:hover .icon-trip {
    color: #aaaeb5;
}

.languages {
    display: flex;
    margin: 0 0 0 8rem;
    padding: 0;
    list-style: none;
}

.languages__current {
    font-size: 1.6rem;
    line-height: 1;
    position: relative;
    padding-right: 1.5rem;
    cursor: pointer;
    color: inherit;
}

    .languages__current:hover .languages__list {
        visibility: visible;
        transition: opacity .3s, visibility .3s, transform .3s;
        transform: translateY(0rem);
        opacity: 1;
    }

.languages__arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: .8rem;
    height: .8rem;
    margin: .3rem 0 0 0;
    transform: rotate(-135deg);
    opacity: .4;
}

    .languages__arrow:before,
    .languages__arrow:after {
        position: absolute;
        content: '';
        background-color: currentColor;
    }

    .languages__arrow:before {
        width: 100%;
        height: .2rem;
        border-radius: 0 .2rem .2rem 0;
    }

    .languages__arrow:after {
        width: .2rem;
        height: 100%;
        border-radius: 0 0 .2rem .2rem;
    }

.languages__label {
    position: relative;
    z-index: 2;
}

.languages__list {
    font-size: 1.4rem;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    visibility: hidden;
    min-width: 10rem;
    margin: 0 -2rem;
    padding: 1rem 0 0 0;
    list-style: none;
    transition: opacity .3s, visibility .3s, transform .3s;
    transform: translateY(1rem);
    opacity: 0;
    color: inherit;
    border-radius: 2rem;
}

    .languages__list .languages__item:first-child {
        border-radius: .4rem .4rem 0 0;
    }

    .languages__list .languages__item:last-child {
        border-radius: 0 0 .4rem .4rem;
    }

.languages__item {
    padding: 1rem 2rem;
    transition: color .3s;
    white-space: nowrap;
}

.no-touchevents .languages__item:hover {
    color: #aaaeb5;
}

.layout-panel__footer .social-icons__link {
    position: relative;
}

    .layout-panel__footer .social-icons__link:hover::after {
        position: absolute;
        z-index: -1;
        top: 7px;
        left: 4px;
        display: block;
        width: 4rem;
        height: 4rem;
        content: '';
        border-radius: 100%;
        background-color: #fff;
    }

    .layout-panel__footer .social-icons__link:hover .icon.icon-instagram {
        background: linear-gradient(45deg, #f8b214 14.29%, #ef0100 52.77%, #bc049c 84.29%), #28a8ea;
    }

    .layout-panel__footer .social-icons__link:hover .icon.icon-vkontakte {
        fill: #2787f5;
    }

    .layout-panel__footer .social-icons__link:hover .icon.icon-youtube {
        fill: #f00;
    }

    .layout-panel__footer .social-icons__link:hover .icon.icon-telegram {
        fill: #45a8e1;
    }

    .layout-panel__footer .social-icons__link:hover .icon.icon-facebook {
        fill: #1877f2;
    }

.mobile-block {
    display: none;
}

.link-trip__wrapper {
    position: relative;
}

    .link-trip__wrapper .link-trip + .link-trip {
        position: absolute;
        bottom: -2rem;
        max-width: 100%;
        transform: translateY(100%);
        white-space: normal;
    }

.link-search {
    width: 3rem;
    height: 3rem;
    margin-left: 6rem;
    transition: opacity .3s;
    opacity: 1;
}

    .link-search .icon-search {
        width: 3rem;
        height: 3rem;
        margin-top: -.2rem;
    }

    .link-search:hover {
        opacity: .6;
    }

    .link-search.active {
        opacity: .6;
    }

.layout-footer {
    position: relative;
}

    .layout-footer .link-trip .icon {
        color: #ff3701;
    }

.layout-footer__line {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
}

.layout-footer__base {
    font-size: 1.4rem;
    line-height: 1.2;
    position: relative;
    padding-top: 4.6rem;
    padding-bottom: 4rem;
}

    .layout-footer__base .animated-line {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }

.layout-footer__info {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.grid-primary {
    display: flex;
    margin-right: -2rem;
    margin-left: -2rem;
    justify-content: space-between;
}

    .grid-primary.middle {
        align-items: center;
    }

.grid-primary__wrapper {
    display: flex;
}

    .grid-primary__wrapper .grid-primary__cell {
        position: relative;
        width: 28rem;
        margin-right: 8rem;
    }

        .grid-primary__wrapper .grid-primary__cell:first-child::before {
            display: none;
        }

        .grid-primary__wrapper .grid-primary__cell::before {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: .1rem;
            height: 100%;
            content: '';
            border-radius: 5px;
            background: rgba(0, 0, 0, .1);
        }

.grid-primary__cell {
    padding-right: 2rem;
    padding-left: 2rem;
}

.copyright {
    font-weight: 300;
    color: rgba(0, 0, 0, .6);
}

    .copyright p {
        margin: 0;
    }

.developer {
    color: #000;
}

    .developer:hover .developer__text {
        opacity: 1;
    }

.developer-block {
    display: flex;
    align-items: center;
}

    .developer-block a svg {
        transition: .2s;
    }

    .developer-block a:hover {
        color: #aaaeb5;
    }

        .developer-block a:hover svg {
            fill: #aaaeb5;
        }

.logo-pras {
    display: block;
    width: 7.3rem;
    height: 1.7rem;
    margin-right: 1.5rem;
    fill: #000;
}

.social-icons {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .social-icons.light .social-icons__link .icon {
        color: #8a0ade;
        fill: #fff;
    }

    .social-icons.light .social-icons__link .icon-instagram {
        color: #8a0ade;
        background: #fff;
    }

    .social-icons.light .social-icons__link .icon-youtube path {
        fill: #000;
    }

.social-icons__item + .social-icons__item {
    margin-left: 1rem;
}

.social-icons__link .icon {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    transition: fill .3s, color .3s, background .3s;
    color: #fff;
    border-radius: 50%;
}

.social-icons__link .icon-facebook {
    fill: #1877f2;
}

.social-icons__link .icon-vkontakte {
    fill: #1877f2;
}

.social-icons__link .icon-youtube {
    fill: #f00;
}

.social-icons__link .icon-telegram {
    fill: #45a8e1;
}

.social-icons__link .icon-instagram {
    background: linear-gradient(45deg, #f8b214 14.29%, #ef0100 52.77%, #bc049c 84.29%), #28a8ea;
}

.no-touchevents .social-icons__link:hover .icon {
    color: #aaaeb5;
    fill: #aaaeb5;
}

.no-touchevents .social-icons__link:hover .icon-vkontakte {
    color: #fff;
}

.no-touchevents .social-icons__link:hover .icon-instagram {
    color: #fff;
    background: #aaaeb5;
}

.list-languages {
    display: flex;
    margin: 0 -1.5rem;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.list-languages__item {
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 1rem 0;
    padding: 0 1.5rem;
}

.list-languages__link {
    color: #000;
}

    .list-languages__link.current {
        color: rgba(0, 0, 0, .5);
    }

.no-touchevents .list-languages__link:hover {
    color: #aaaeb5;
}

.menu-primary {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .menu-primary .menu-primary__item:last-child {
        margin-bottom: 0;
    }

.menu-primary__item {
    margin-bottom: 2.5rem;
}

    .menu-primary__item .btn-default {
        transform: translateX(-2rem);
    }

.menu-primary__link {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.2;
    color: #000;
}

.layout-footer__links {
    padding: 8rem 0 4rem;
}

    .layout-footer__links .grid-primary .grid-primary__cell {
        position: relative;
    }

        .layout-footer__links .grid-primary .grid-primary__cell:nth-child(2)::before,
        .layout-footer__links .grid-primary .grid-primary__cell:nth-child(3)::before {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: .1rem;
            height: 100%;
            content: '';
            border-radius: 5px;
            background: rgba(0, 0, 0, .1);
        }

.grid-primary__head {
    margin-bottom: 4rem;
}

.grid-primary__title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: inherit;
}

.counter {
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 100%;
    display: block;
    width: 16px;
    height: 16px;
    margin: -.6rem 0 0 0;
    padding: 2px 0 0 0;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #ff3701;
}

.menu-primary__counter {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    border: none;
    background-color: transparent;
}

.btn-default {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 2.2rem 2rem;
    transition: color .3s, background-color .3s;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #000;
    border-radius: .6rem;
    background-color: rgba(0, 0, 0, .1);
}

    .btn-default.btn-light {
        color: #fff;
        background-color: rgba(255, 255, 255, .2);
    }

.no-touchevents .btn-default:hover {
    color: #aaaeb5;
    background-color: rgba(0, 0, 0, .05);
}

    .no-touchevents .btn-default:hover.btn-light {
        color: #aaaeb5;
        background-color: rgba(255, 255, 255, .1);
    }

.btn-secondary {
    color: #fff;
    background-color: #155dff;
}

    .btn-secondary:disabled {
        cursor: not-allowed;
        background: #a1a1a1;
    }

        .btn-secondary:disabled:hover {
            color: #fff;
            background: #a1a1a1;
        }

        .btn-secondary:disabled .btn-secondary__icon {
            fill: rgba(255, 255, 255, .5);
        }

.btn__icon {
    width: 16px;
    height: 24px;
}

.btn-secondary__icon {
    position: absolute;
    top: 50%;
    right: 2.4rem;
    transform: translateY(-50%);
    fill: #fff;
}

.btn-tertiary {
    display: flex;
    background-color: rgba(21, 93, 255, .1);
    align-items: center;
    justify-content: center;
}

.btn-tertiary__icon {
    fill: #155dff;
}

.btn-quaternary {
    color: #fff;
    background-color: #8a0ade;
}

.button-object .btn-default {
    transition: .2s;
    color: #fff;
}

    .button-object .btn-default:hover {
        opacity: .6;
    }

.button-map {
    width: 100%;
}

    .button-map .btn-hide {
        font-family: 'Inter';
        font-size: 1.4rem;
        font-weight: 600;
        font-style: normal;
        line-height: 1.7rem;
        display: flex;
        width: 100%;
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
        letter-spacing: .05em;
        text-transform: uppercase;
        color: rgba(0, 0, 0, .4);
        align-items: center;
        justify-content: center;
    }

    .button-map .icon-map {
        width: 2.4rem;
        height: 2.4rem;
        margin-left: 1rem;
        opacity: .4;
    }

.module-button {
    display: none;
    text-align: right;
}

    .module-button .btn-hide {
        padding: 1.4rem;
        border-radius: 6px;
        background-color: #e6e6e6;
        -webkit-box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .2);
        box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .2);
    }

    .module-button .icon-map {
        width: 3.2rem;
        height: 3.2rem;
    }

.module-button_active {
    position: fixed;
    z-index: 20;
    top: 30px;
    right: 30px;
    display: block;
}

.icon-next-arrow {
    position: relative;
}

    .icon-next-arrow::before,
    .icon-next-arrow::after {
        position: absolute;
        left: -1.1rem;
        display: block;
        width: .6rem;
        height: 1.5rem;
        content: '';
        border-radius: .4rem;
        background-color: #000;
    }

    .icon-next-arrow::before {
        top: -1.2rem;
        transform: rotate(-45deg);
    }

    .icon-next-arrow::after {
        bottom: -1.0rem;
        transform: rotate(45deg);
    }

.btn-prev-step {
    width: 3rem;
    margin-left: 1.2rem;
}

    .btn-prev-step span {
        position: relative;
    }

        .btn-prev-step span::before,
        .btn-prev-step span::after {
            position: absolute;
            left: -1.1rem;
            display: block;
            width: .55rem;
            height: 1.3em;
            content: '';
            border-radius: .4rem;
            background-color: #000;
        }

        .btn-prev-step span::before {
            top: -7px;
            transform: rotate(45deg);
        }

        .btn-prev-step span::after {
            top: 3px;
            transform: rotate(-45deg);
        }

.btn-way,
.btn-choose {
    font-family: 'Inter';
    font-size: 1.4rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.7rem;
    display: flex;
    width: 30.2rem;
    max-width: 30.2rem;
    height: 6rem;
    padding: .8rem 3.9rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    background: rgba(255, 255, 255, .2);
    align-items: center;
    justify-content: center;
}

.btn-open {
    font-family: 'Inter';
    font-size: 1.4rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.7rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #2366ff;
}

.temp-btn {
    margin-right: 2rem;
    cursor: pointer;
    transition: color .3s;
}

    .temp-btn:hover {
        color: #ff3701;
    }

.layout-light .layout-header {
    color: #fff;
}

.layout-light .link-search .icon-search {
    fill: #fff;
}

.layout-dark .layout-header {
    color: #000;
}

.layout-dark .link-trip .icon-trip {
    fill: #ff3701;
}

.search-page .layout-header {
    color: #000;
}

.search-page .link-trip .icon-trip {
    fill: #000;
}

.search-page .layout-panel .link-trip .icon-trip {
    fill: #fff;
}

.article-default {
    display: block;
}

.article-default__media {
    position: relative;
    overflow: hidden;
    border-radius: .6rem;
}

    .article-default__media:before {
        display: block;
        width: 100%;
        padding-top: 75%;
        content: '';
    }

.article-default__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.article-default__media:hover + .article-default__body a {
    color: #aaaeb5;
}

.article-default__body {
    line-height: 1.2;
    min-height: 8.7rem;
    padding: 1.5rem 1rem 0 1rem;
}

.article-default__label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: normal;
    display: block;
    margin-bottom: .8rem;
    color: rgba(0, 0, 0, .6);
}

    .article-default__label.adt {
        color: #8a0ade;
    }

.article-default__title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.3;
    display: block;
    overflow-y: hidden;
}

    .article-default__title:not(:only-child) {
        margin-top: 1.5rem;
    }

.article-default_md .article-default__media:before {
    padding-top: 55.88235%;
}

.article-default_md .article-default__title {
    font-size: 2.6rem;
    font-weight: 700;
}

.article-primary {
    position: relative;
    display: block;
}

.no-touchevents a.article-primary:hover .article-primary__title {
    color: #aaaeb5;
}

.article-primary__media {
    position: relative;
    overflow: hidden;
    border-radius: .6rem;
}

    .article-primary__media:before {
        display: block;
        width: 100%;
        padding-top: 56.25%;
        content: '';
    }

    .article-primary__media:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        background: linear-gradient(rgba(0, 0, 0, .001), rgba(0, 0, 0, .4));
    }

.article-primary__body {
    line-height: 1.2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 4rem 4rem 3.7rem;
    color: #fff;
}

.article-primary__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.article-primary__label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    display: block;
}

.article-primary__title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    margin-top: 1.5rem;
    transition: color .3s;
}

.article-primary_md .article-primary__title {
    font-size: 2.6rem;
}

.article-more {
    position: relative;
    overflow: hidden;
    border-radius: .6rem;
}

    .article-more .btn-default {
        color: #fff;
        background: rgba(255, 255, 255, .2);
    }

    .article-more:before {
        display: block;
        width: 100%;
        padding-top: 118.75%;
        content: '';
    }

    .article-more.deal {
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, .5) 0%, rgba(196, 196, 196, .5) 100%), #f0faf5;
    }

    .article-more.light .btn-default {
        color: #000;
        background: rgba(0, 0, 0, .1);
    }

    .article-more.cultural {
        background: radial-gradient(60% 60% at 50% 40%, rgba(114, 250, 191, .185) 0%, rgba(21, 93, 255, .5) 100%), #155dff;
    }

    .article-more.gastronomic {
        background: radial-gradient(37.27% 31.58% at 50% 38.82%, rgba(255, 55, 1, .2) 0%, rgba(255, 228, 51, .2) 100%), #ffe433;
    }

    .article-more.industrial {
        background: radial-gradient(60% 60% at 50% 40%, rgba(216, 102, 244, .5) 0%, rgba(255, 149, 255, .5) 100%), #ff95ff;
    }

    .article-more.sport {
        background: radial-gradient(60% 60% at 50% 40%, rgba(255, 228, 51, .5) 0%, rgba(255, 55, 1, .5) 100%), #ff3701;
    }

    .article-more.health {
        background: radial-gradient(60% 60% at 50% 40%, rgba(216, 102, 244, .5) 0%, rgba(140, 12, 222, .5) 100%), #fa8ffd;
    }

    .article-more.ecological {
        background: radial-gradient(37.27% 31.58% at 50% 38.82%, rgba(21, 93, 255, .2) 0%, rgba(114, 250, 191, .2) 100%), #72fabf;
    }

    .article-more.events {
        background: radial-gradient(50% 50% at 50% 50%, rgba(220, 51, 108, .5) 0%, rgba(255, 149, 255, .5) 100%), #fa5959;
    }

    .article-more.educ {
        background: radial-gradient(50% 50% at 50% 50%, rgba(216, 102, 244, .5) 0%, rgba(96, 96, 255, .5) 100%), #78dfff;
    }

    .article-more.agroeco {
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 146, 1, .5) 0%, rgba(250, 89, 89, .5) 100%), #fc8f8f;
    }

    .article-more.hunt {
        background: radial-gradient(50% 50% at 50% 50%, rgba(173, 208, 255, .5) 0%, rgba(255, 149, 255, .5) 100%), #28a8ea;
    }

    .article-more.med {
        background: radial-gradient(50% 50% at 50% 50%, rgba(21, 93, 255, .5) 0%, rgba(104, 233, 198, .5) 100%), #78dfff;
    }

    .article-more.religion {
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 228, 51, .25) 0%, rgba(255, 146, 1, .5) 100%), #ff0;
    }

.no-touchevents .article-more:hover .btn-default {
    color: #aaaeb5;
    background: rgba(0, 0, 0, .05);
}

.article-more__icon .icon {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.article-more__icon .icon-cultural {
    width: 10rem;
    height: 10rem;
    transition: .2s;
    background-image: url(../images/svg/icon-cultural-2.svg);
}

.article-more__icon .icon-gastronomic {
    width: 12rem;
    height: 10rem;
    transition: .2s;
    background-image: url(../images/svg/icon-gastronomic.svg);
}

.article-more__icon .icon-industrial {
    width: 12rem;
    height: 10rem;
    transition: .2s;
    background-image: url(../images/svg/icon-industrial.svg);
}

.article-more__icon .icon-sport {
    width: 11rem;
    height: 11rem;
    transition: .2s;
    background-image: url(../images/svg/icon-sport-health.svg);
}

.article-more__icon .icon-ecological {
    width: 10rem;
    height: 10rem;
    transition: .2s;
    background-image: url(../images/svg/icon-ecological.svg);
}

.article-more__icon .icon-deal {
    width: 10.4rem;
    height: 9.6rem;
    transition: .2s;
    background-image: url(../images/svg/icon-deal.svg);
}

.article-more__icon .icon-events {
    width: 9.5rem;
    height: 9.5rem;
    transition: .2s;
    background-image: url(../images/svg/icon-events.svg);
}

.article-more__icon .icon-educ {
    width: 11.5rem;
    height: 9.5rem;
    transition: .2s;
    background-image: url(../images/svg/icon-educ.svg);
}

.article-more__icon .icon-agroeco {
    width: 9.7rem;
    height: 9.5rem;
    transition: .2s;
    background-image: url(../images/svg/icon-agroeco.svg);
}

.article-more__icon .icon-hunt {
    width: 11.6rem;
    height: 9.5rem;
    transition: .2s;
    background-image: url(../images/svg/icon-hunt.svg);
}

.article-more__icon .icon-med {
    width: 9.6rem;
    height: 9.5rem;
    transition: .2s;
    background-image: url(../images/svg/icon-med.svg);
}

.article-more__icon .icon-religion {
    width: 9.5rem;
    height: 9.5rem;
    transition: .2s;
    background-image: url(../images/svg/icon-religion.svg);
}

.article-more__icon .icon-health {
    width: 10rem;
    height: 10rem;
}

.article-more__body {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.article-primary__footer,
.article-switch__icon {
    position: absolute;
    top: 0;
    right: .6rem;
}

    .article-primary__footer .btn-favorites,
    .article-switch__icon .btn-favorites {
        width: 4rem;
        height: 4rem;
    }

        .article-primary__footer .btn-favorites:hover .icon-favorites,
        .article-switch__icon .btn-favorites:hover .icon-favorites {
            fill: #aaaeb5;
        }

    .article-primary__footer .icon-favorites,
    .article-switch__icon .icon-favorites {
        fill: none;
    }

    /*.article-primary_md {
    .article-switch__icon {
        left: 0;
        right: .6rem;
        display: flex;
        justify-content: flex-end;
    }
}*/

    .article-primary__footer.article-primary-footer_small {
        top: 6px;
        right: 26px;
    }

.prompt-wrapper {
    position: absolute;
    z-index: 3;
    top: -.2rem;
    left: 50%;
    display: none;
    width: max-content;
    transform: translate(-50%, -100%);
}

.prompt_active {
    display: block;
}

.article-more__panel {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 4rem;
    border-radius: .6rem;
    justify-content: space-between;
}

.article-more__footer .btn-default {
    width: 100%;
}

.article-success {
    position: relative;
    display: block;
}

.no-touchevents a.article-success:hover .article-success__title {
    color: #aaaeb5;
}

.article-success__media {
    position: relative;
    overflow: hidden;
    border-radius: .6rem;
}

    .article-success__media:before {
        display: block;
        width: 100%;
        padding-top: 118.75%;
        content: '';
    }

    .article-success__media:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        background: linear-gradient(rgba(0, 0, 0, .001), rgba(0, 0, 0, .5));
    }

.article-success__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.article-success__body {
    line-height: 1.2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 4rem 1rem;
    color: #fff;
}

.article-success__title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    overflow-y: hidden;
    max-height: 9rem;
    margin-top: 1.5rem;
    transition: color .3s;
}

.article-success__label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    display: block;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .article-success__label .separator {
        display: block;
        width: .1rem;
        height: 1.3rem;
        margin: 0 1rem;
        background-color: rgba(255, 255, 255, .5);
    }

.article-secondary {
    position: relative;
    display: block;
}

.no-touchevents a.article-secondary:hover .article-secondary__title {
    color: #aaaeb5;
}

.article-secondary__media {
    position: relative;
    overflow: hidden;
    border-radius: .6rem;
}

    .article-secondary__media:before {
        display: block;
        width: 100%;
        padding-top: 75%;
        content: '';
    }

    .article-secondary__media:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        transition: opacity .3s;
        background: linear-gradient(rgba(0, 0, 0, .001), rgba(0, 0, 0, .5));
    }

.article-secondary__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.article-secondary__body {
    line-height: 1.2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2rem;
    color: #fff;
}

    .article-secondary__body .breadcrumb {
        margin-bottom: 0;
    }

.article-secondary__title {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    margin-top: 1.5rem;
    transition: color .3s;
}

.article-secondary__label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    display: block;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

    .article-secondary__label .separator {
        display: block;
        width: .1rem;
        height: 1.3rem;
        margin: 0 1rem;
        background-color: rgba(255, 255, 255, .5);
    }

.article-switch {
    position: relative;
    display: flex;
}

.article-switch__media {
    position: relative;
    width: 100%;
    max-width: 24rem;
    margin-right: 1.5rem;
    border-radius: .6rem;
}

    .article-switch__media:before {
        display: block;
        width: 100%;
        padding-top: 75%;
        content: '';
    }

.article-switch__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: .6rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.categories-list {
    display: flex;
    margin: 1.8rem 0 -1.2rem;
    padding-bottom: 1.8rem;
    flex-wrap: wrap;
}

    .categories-list:first-child {
        margin-top: 0;
    }

.categories-list__item {
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 1.2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

    .categories-list__item:not(:last-child) {
        margin-right: 1.2rem;
    }

    .categories-list__item a {
        position: absolute;
        width: 100%;
        height: 100%;
    }

.article-switch__body {
    line-height: 1.2;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 0;
}

.article-switch__title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
    display: block;
}

    .article-switch__title:not(:last-child) {
        margin-bottom: 1.2rem;
    }

.article-switch__description {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.375;
    margin-top: auto;
}

    .article-switch__description p {
        margin: 0;
    }

.article-switch__label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    display: block;
    display: flex;
    color: rgba(0, 0, 0, .6);
    flex-wrap: wrap;
    align-items: center;
}

    .article-switch__label.col {
        flex-direction: column;
        align-items: flex-start;
    }

    .article-switch__label .separator {
        display: block;
        width: .1rem;
        height: 1.3rem;
        margin: 0 1rem;
        background-color: rgba(0, 0, 0, .2);
    }

.is-table {
    display: flex;
    flex-wrap: wrap;
}

    .is-table .breadcrumb {
        margin-bottom: 0;
    }

    .is-table .grid-switch__cell {
        width: 50%;
    }

        .is-table .grid-switch__cell.full {
            width: 100%;
        }

    .is-table .article-switch {
        display: block;
    }

    .is-table .article-switch__media {
        max-width: inherit;
    }

.is-list .breadcrumb {
    margin-bottom: 0;
}

.grid-default {
    display: flex;
    margin: 0 -2rem -4rem;
    flex-wrap: wrap;
}

.grid-default__item {
    position: relative;
    width: 100%;
    margin-bottom: 4rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

    .grid-default__item.height-lg .article-primary__media {
        min-height: 33rem;
    }

    .grid-default__item.height-lg .article-primary__body {
        padding: 2rem 2rem 2.2rem;
    }

.col-1 {
    width: 8.333333%;
}

.col-2 {
    width: 16.666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333333%;
}

.col-5 {
    width: 41.666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333%;
}

.col-8 {
    width: 66.666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333333%;
}

.col-11 {
    width: 91.666667%;
}

.col-12 {
    width: 100%;
}

.animated-line {
    display: flex;
    width: 100%;
    height: .6rem;
    animation-name: animatedBackground;
    animation-iteration-count: infinite;
    animation-direction: normal;
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: 100% .6rem;
    justify-content: space-evenly;
    animation-fill-mode: forwards;
}

    .animated-line.top {
        top: 0;
    }

    .animated-line.type-1 {
        animation-duration: 25s;
        animation-timing-function: linear;
        background-image: linear-gradient(to right, #155dff 30%, #000 30% 35%, #ff95ff 35% 50%, #ffe433 50% 60%, #72fabf 60% 70%, #8a0ade 70% 80%, #ff3701 80% 100%);
    }

    .animated-line.type-2 {
        animation-duration: 20s;
        animation-timing-function: linear;
        background-image: linear-gradient(to right, #155dff 30%, #000 30% 35%, #ff95ff 35% 50%, #ffe433 50% 60%, #72fabf 60% 70%, #8a0ade 70% 80%, #ff3701 80% 100%);
    }

    .animated-line.type-3 {
        animation-duration: 35s;
        animation-timing-function: linear;
        background-image: linear-gradient(to right, #ff3701 30%, #000 30% 40%, #ffe433 40% 50%, #ff95ff 50% 70%, #155dff 70% 100%);
    }

.shape {
    position: relative;
    top: 50%;
    display: block;
    transform: translateY(-50%);
}

.shape-circle {
    border-radius: 50%;
}

    .shape-circle.sm {
        width: 2rem;
        height: 2rem;
        background-color: #ff3701;
    }

    .shape-circle.md {
        width: 3.2rem;
        height: 3.2rem;
        background-color: #ffe433;
    }

    .shape-circle.lg {
        width: 4.8rem;
        height: 4.8rem;
        background-color: #72fabf;
    }

.shape-square {
    width: 2rem;
    height: 2rem;
    transform: rotate(45deg);
    background-color: #000;
}

.shape-triangle {
    width: 0;
    height: 0;
    border-top: 1.2rem solid transparent;
    border-bottom: 1.2rem solid transparent;
    border-left: 2rem solid #ff95ff;
}

.shape-animated {
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

.shape-animated-1 {
    animation-name: animatedShape1;
    animation-duration: 10s;
    animation-timing-function: linear;
}

.shape-animated-2 {
    animation-name: animatedShape2;
    animation-duration: 8s;
    animation-timing-function: linear;
}

.shape-animated-3 {
    animation-name: animatedShape1;
    animation-duration: 9s;
    animation-timing-function: ease-in-out;
}

.shape-animated-4 {
    animation-name: animatedShape1;
    animation-duration: 6s;
    animation-timing-function: linear;
}

.shape-animated-5 {
    animation-name: animatedShape3;
    animation-duration: 3s;
    animation-timing-function: linear;
}

@keyframes animatedShape1 {
    0% {
        transform: translateY(-50%) scale(.2);
    }

    50% {
        transform: translateY(-50%) scale(1);
    }

    100% {
        transform: translateY(-50%) scale(.2);
    }
}

@keyframes animatedShape2 {
    0% {
        transform: translateY(-50%) scale(.5);
    }

    50% {
        transform: translateY(-50%) scale(1.2);
    }

    100% {
        transform: translateY(-50%) scale(.5);
    }
}

@keyframes animatedShape3 {
    0% {
        transform: translateY(-50%) scale(.3);
    }

    50% {
        transform: translateY(-50%) scale(1.4);
    }

    100% {
        transform: translateY(-50%) scale(.3);
    }
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0;
        background-size: 100% .6rem;
    }

    50% {
        background-position: 50% 0;
        background-size: 50% .6rem;
    }

    100% {
        background-position: 100% 0;
        background-size: 100% .6rem;
    }
}

.module-info__label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.2;
    display: block;
    color: rgba(255, 255, 255, .6);
}

.module-info__head {
    margin-bottom: 1.5rem;
}

.module-info__title {
    font-family: 'Inter', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    margin: 0;
    color: #fff;
}

.module-info__footer {
    margin-top: 4rem;
}

    .module-info__footer .btn-default {
        width: calc(((100% + 4rem) / 3 ) - 4rem);
    }

.layout-panel {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    transition: opacity .5s, visibility .5s;
    opacity: 0;
    background-color: #8a0ade;
}

    .layout-panel .animated-line {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
    }

    .layout-panel .list-languages__link {
        color: #fff;
    }

        .layout-panel .list-languages__link.current {
            color: rgba(0, 0, 0, .5);
        }

    .layout-panel .layout-footer__info .grid-primary {
        padding-left: 16rem;
    }

    .layout-panel .link-search {
        display: block;
        margin-bottom: 4rem;
        margin-left: 0;
    }

        .layout-panel .link-search .icon-search {
            fill: #fff;
        }

.layout-panel__autoscroll {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.layout-panel__inner {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 5rem 0 7rem;
    justify-content: space-between;
}

.layout-panel__close {
    position: relative;
    position: absolute;
    right: 0;
    display: block;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
}

    .layout-panel__close:before,
    .layout-panel__close:after {
        position: absolute;
        top: 1.8rem;
        left: 50%;
        width: 4.8rem;
        height: .4rem;
        content: '';
        transition: background-color .3s, transform .3s;
        transform-origin: left;
        border-radius: .2rem;
        background-color: #fff;
    }

    .layout-panel__close:before {
        transform: rotate(45deg) translateX(-50%);
    }

    .layout-panel__close:after {
        transform: rotate(-45deg) translateX(-50%);
    }

.no-touchevents .layout-panel__close:hover:before,
.no-touchevents .layout-panel__close:hover:after {
    background-color: #aaaeb5;
}

.no-touchevents .layout-panel__close:hover:before {
    transform: rotate(40deg) translateX(-50%);
}

.no-touchevents .layout-panel__close:hover:after {
    transform: rotate(-40deg) translateX(-50%);
}

.layout-panel__height {
    position: relative;
    height: 4rem;
}

    .layout-panel__height .logo-company__title {
        color: #fff;
    }

.layout-panel__body {
    padding: 8rem 0;
    color: #fff;
}

    .layout-panel__body .menu-primary__link {
        color: #fff;
    }

    .layout-panel__body .grid-primary__wrapper .grid-primary__cell {
        margin-right: 7rem;
    }

.open-panel .layout-panel {
    visibility: visible;
    opacity: 1;
}

.module-search {
    border-radius: .6rem;
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .1);
}

    .module-search.module-secondary.secondary {
        flex-direction: column;
    }

.module-search__grid {
    position: relative;
    display: flex;
    min-height: 6.5rem;
    margin: 0 -2rem;
    padding: .8rem 2rem .8rem;
    align-items: center;
}

.module-search__cell {
    position: relative;
    width: 50%;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}

    .module-search__cell > div {
        padding: .7rem 2rem .3rem;
    }

    .module-search__cell::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: .1rem;
        height: 3rem;
        content: '';
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, .2);
    }

    .module-search__cell:first-child::before {
        display: none;
    }

.module-search__label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    white-space: nowrap;
    color: #ff3701;
}

.module-search__control {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    width: 100%;
    padding: .6rem 0 .4rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #000;
    border: none;
    background-color: #fff;
}

    .module-search__control::-webkit-input-placeholder {
        transition: .2s ease-in;
        transform-origin: 0 50%;
        color: rgba(0, 0, 0, .4);
    }

    .module-search__control:focus::-webkit-input-placeholder {
        opacity: 0;
    }

.input-focus {
    transition: .2s;
    border-radius: 4px;
    background: rgba(0, 0, 0, .05);
}

    .input-focus input {
        background-color: transparent;
    }

.module-search__submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 7rem;
    height: 100%;
    margin: 0 4rem 0 0;
}

.module-search__button {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    border: none;
    background-color: transparent;
}

    .module-search__button .icon-search {
        display: block;
        width: 2.6rem;
        height: 2.6rem;
        margin: auto;
        transition: fill .3s, stroke .3s;
        stroke: #ff3701;
        fill: #ff3701;
    }

.no-touchevents .module-search__button:hover .icon-search {
    fill: #aaaeb5;
    stroke: #aaaeb5;
}

.prompt-block {
    position: relative;
    display: flex;
    padding: .7rem 1.2rem .8rem;
    border-radius: .4rem;
    background-color: rgba(0, 0, 0, .6);
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, .25));
    justify-content: center;
    align-items: center;
}

    .prompt-block::after {
        position: absolute;
        bottom: -1.2rem;
        left: 50%;
        display: block;
        content: '';
        transform: translateX(-50%);
        border-top: 12px solid rgba(0, 0, 0, .6);
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
    }

.prompt-block__title {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5rem;
    color: #fff;
}

.breadcrumb {
    display: flex;
    margin-bottom: 1.8rem;
    padding-left: 0;
    list-style-type: none;
}

.breadcrumb-article {
    margin-bottom: 0;
    flex-wrap: wrap;
}

.breadcrumb-primary__item {
    position: relative;
    margin-right: 1.9rem;
    margin-bottom: 1.2rem;
}

    .breadcrumb-primary__item:last-child {
        margin-right: 0;
    }

        .breadcrumb-primary__item:last-child::after {
            display: none;
        }

    .breadcrumb-primary__item::after {
        position: absolute;
        top: 0;
        right: -1.2rem;
        display: block;
        content: '|';
        color: rgba(255, 255, 255, .3);
    }

.breadcrimb-primary__link {
    font-family: 'Roboto Condensed';
    font-size: 1.6rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.9rem;
    color: #fff;
}

.breadcrumb.dark .breadcrumb-primary__item::after {
    color: rgba(0, 0, 0, .3);
}

.icon-favorites {
    width: 3.4rem;
    height: 3.4rem;
    transition: .2s;
    pointer-events: none;
}

.btn-favorites_active .icon-favorites {
    fill: #ffe433;
}

.btn-favorites {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2;
    display: flex;
    padding: 0;
    transition: color .3s;
    color: #fff;
    justify-content: center;
    align-items: center;
}

    .btn-favorites .icon {
        transition: fill .3s;
    }

.no-touchevents .btn-favorites:hover {
    color: #aaaeb5;
}

    .no-touchevents .btn-favorites:hover .icon-favorites {
        fill: #aaaeb5;
    }

.popup-button__wrapper {
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
}

    .popup-button__wrapper.bottom {
        z-index: 20;
        bottom: 0;
        padding: 1.2rem;
        background-color: #e6e6e6;
    }

    .popup-button__wrapper.top {
        top: 0;
    }

    .popup-button__wrapper.bottom .popup-button__block {
        display: flex;
        justify-content: space-between;
    }

        .popup-button__wrapper.bottom .popup-button__block button {
            font-family: 'Inter';
            font-size: 1.4rem;
            font-weight: 600;
            font-style: normal;
            line-height: 2.2rem;
            position: relative;
            display: flex;
            letter-spacing: .05em;
            text-transform: uppercase;
            color: #000;
            align-items: center;
            align-self: center;
            justify-content: center;
        }

        .popup-button__wrapper.bottom .popup-button__block .icon-basket {
            width: 1.5rem;
            height: 1.8rem;
            margin-right: 1rem;
            fill: rgba(0, 0, 0, .4);
        }

        .popup-button__wrapper.bottom .popup-button__block .icon-next-arrow {
            position: absolute;
            right: 2.8rem;
        }

        .popup-button__wrapper.bottom .popup-button__block .btn-clear {
            background-color: transparent;
        }

        .popup-button__wrapper.bottom .popup-button__block .btn-next {
            padding: 2.1rem 2.8rem 2.1rem 2.8rem;
            background-color: #ffe433;
        }

.popup-button__text {
    margin-bottom: .8rem;
}

    .popup-button__text span {
        font-family: 'Roboto Condensed';
        font-size: 1.6rem;
        font-weight: 300;
        font-style: normal;
        line-height: 2.2rem;
        margin-left: 4.4rem;
        color: rgba(0, 0, 0, .4);
    }

.popup-button__wrapper.top .popup-button__block {
    display: flex;
    justify-content: space-between;
}

    .popup-button__wrapper.top .popup-button__block .icon-close {
        width: 2.6rem;
        height: 2.6rem;
    }

    .popup-button__wrapper.top .popup-button__block button {
        padding: 0;
        background-color: transparent;
    }

    .popup-button__wrapper.top .popup-button__block .btn-close {
        margin-top: 1.8rem;
        margin-right: 1.2rem;
    }

.popup-button__wrapper.top .popup-button__text {
    padding-left: 4.4rem;
}

    .popup-button__wrapper.top .popup-button__text .popup-button__title {
        font-family: 'Inter';
        font-size: 1.8rem;
        font-weight: 600;
        font-style: normal;
        line-height: 2.2rem;
        letter-spacing: .05em;
        text-transform: uppercase;
        color: #000;
    }

    .popup-button__wrapper.top .popup-button__text .popup-button__label {
        font-family: 'Roboto Condensed';
        font-size: 1.6rem;
        font-weight: 300;
        font-style: normal;
        line-height: 2.2rem;
        margin-bottom: 1rem;
        color: #ff3701;
    }

.btn-next {
    position: relative;
}

    .btn-next::before {
        position: absolute;
        z-index: -1;
        top: 1.3rem;
        left: 1.8rem;
        display: block;
        width: calc(100% - 3.6rem);
        height: 100%;
        content: '';
        opacity: .2;
        border-radius: 3px;
        background: #000;
        filter: blur(20px);
    }

.color-main-blue .popup-button__wrapper.bottom .popup-button__block .btn-next {
    background-color: #155dff;
}

.module-search__block {
    position: absolute;
    z-index: 10;
    top: auto;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    margin-top: 9px;
    padding: .6rem 1.2rem 2.5rem 2.4rem;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 83.17%, #fff 100%);
    background-color: #fff;
    box-shadow: 0 17px 30px rgba(0, 0, 0, .3);
}

.module-search__route-create {
    min-height: 25rem;
}

    .module-search__route-create .module-search__second .module-search__inner {
        width: 100%;
        padding-right: 0;
        padding-bottom: 1rem;
        padding-left: 0;
    }

    .module-search__route-create .module-search__list {
        margin-top: 0;
    }

.module-search__groupes {
    width: 100%;
}

    .module-search__groupes .module-search__list:not(:last-of-type) {
        border-bottom: 1px solid #e7e7e7;
    }

.module-search__block.secondary-module-search.active {
    display: flex;
}

.module-search__block.double-module-search.active {
    display: flex;
}

.module-search__block.active {
    display: block;
}

.popup-active {
    position: fixed;
    z-index: 100;
    top: -.9rem;
    left: 0;
    display: block;
    visibility: visible;
    width: 100%;
    height: 100%;
    padding-bottom: 25rem;
    border-radius: 0;
}

    .popup-active .module-search__groupes .module-search__list.default {
        margin-top: 0;
    }

    .popup-active .module-search__groupes:first-of-type {
        margin-top: 12rem;
    }

    .popup-active .popup-button__wrapper {
        display: block;
    }

    .popup-active .module-search__list.default {
        max-height: 60%;
        margin-top: 12rem;
        padding-top: 1.5rem;
    }

.module-search__list,
.module-search__sublist {
    padding-left: 0;
    list-style-type: none;
}

    .module-search__list.default,
    .module-search__list {
        overflow-y: auto;
        width: 100%;
        max-height: 40rem;
        margin-top: 2.4rem;
        padding-right: 1.6rem;
        padding-bottom: .7rem;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .module-search__list.default::-webkit-scrollbar,
        .module-search__list::-webkit-scrollbar {
            width: .4rem;
            height: 100%;
            border-radius: 3px;
            box-shadow: inset 0 0 1px rgba(0, 0, 0, .25);
        }

        .module-search__list.default::-webkit-scrollbar-thumb,
        .module-search__list::-webkit-scrollbar-thumb {
            width: .4rem;
            height: 20%;
            border-radius: 30px;
            background: #000;
            box-shadow: 0 4px 6px rgba(0, 0, 0, .25);
        }

        .module-search__list.default::-webkit-scrollbar-track-piece,
        .module-search__list::-webkit-scrollbar-track-piece {
            height: 100%;
            border-radius: 3px;
            background: rgba(0, 0, 0, .05);
        }

        .module-search__list.default > .module-search__item {
            margin-bottom: 2rem;
            border-bottom: 1px solid rgba(0, 0, 0, .2);
        }

            .module-search__list.default > .module-search__item:last-child {
                margin-bottom: 0;
                border-bottom: none;
            }

.module-search__sublist {
    margin-top: 1.8rem;
    padding-left: 3.2rem;
}

    .module-search__sublist > li:last-child {
        padding-bottom: 0;
    }

.module-search__item {
    padding-bottom: 2rem;
}

.module-custom-checkbox {
    display: flex;
    cursor: pointer;
    align-items: center;
}

    .module-custom-checkbox.secondary .checkbox-block {
        border-color: #fff;
        background-color: transparent;
    }

    .module-custom-checkbox.secondary input:checked + .checkbox-block {
        border-color: #fff;
        background-color: #fff;
    }

    .module-custom-checkbox.secondary input:checked ~ .checkbox-text {
        color: #fff;
    }

    .module-custom-checkbox.secondary .checkbox-text {
        color: #fff;
    }

    .module-custom-checkbox.secondary .icon {
        stroke: #155bfa;
    }

.icon-done {
    position: absolute;
    z-index: 2;
    top: 0;
    right: -.7rem;
    display: block;
    width: 2.2rem;
    height: 2.4rem;
    transition: .2s;
    opacity: 0;
    fill: none;
    stroke: #fff;
}

.checkbox-block {
    position: relative;
    display: block;
    min-width: 2rem;
    height: 2rem;
    margin-right: 1.2rem;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    background-color: #f2f2f2;
}

.checkbox-text {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 19px;
    transition: .2s;
    color: rgba(0, 0, 0, .5);
}

.module-custom-checkbox input:checked + .checkbox-block {
    border-color: #ffe433;
    background-color: #ffe433;
}

    .module-custom-checkbox input:checked + .checkbox-block .icon-done {
        opacity: 1;
    }

.module-custom-checkbox input:checked ~ .checkbox-text {
    color: black;
}

.module-info__img {
    position: relative;
    height: 100%;
}

    .module-info__img::before {
        position: absolute;
        z-index: 1;
        display: block;
        content: '';
    }

.module-search__block.double-module-search {
    left: 0;
    width: calc(100% * 2);
    height: 33.9rem;
    padding: 0;
}

    .module-search__block.double-module-search.active {
        display: flex;
    }

    .module-search__block.double-module-search .module-search__list {
        overflow-y: auto;
        max-height: 100%;
    }

    .module-search__block.double-module-search .module-search__second .module-search__list {
        max-height: 18rem;
        padding-right: 1rem;
    }

.module-search__block .module-search__first .module-info__img::before {
    top: -3rem;
    left: -27px;
    width: 39.5rem;
    height: 100%;
    background: url(../images/svg/trip.svg) 0 no-repeat;
    background-size: 88% auto;
}

.module-search__inner {
    width: 50%;
}

.module-search__info {
    position: relative;
    overflow: hidden;
    width: 50%;
    max-height: 100%;
    padding: 1.2rem 2.4rem .6rem;
    border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    background: linear-gradient(180deg, #2bb2ff 2.1%, #155dff 100%);
}

.module-search__list {
    margin-top: 3rem;
}

.module-info__wrapper {
    position: relative;
    z-index: 1000;
    display: flex;
    margin-top: 1.2rem;
    justify-content: center;
}

.module-search__title {
    font-family: 'Inter';
    font-size: 1.4rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.7rem;
    display: flex;
    margin-top: 2.3rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .2);
    align-items: center;
    justify-content: center;
}

.module-search__block.secondary-module-search.active {
    left: 0;
    width: 100%;
}

    .module-search__block.secondary-module-search.active .module-search__list.default > .module-search__item {
        margin-bottom: 0;
        border-bottom: none;
    }

.module-search__block.secondary-module-search.popup-active .module-search__item {
    margin-bottom: 0;
    border-bottom: 0;
}

.module-search.module-secondary .module-custom-checkbox input:checked + .checkbox-block {
    border-color: #155dff;
    background-color: #155dff;
}

.module-search__first {
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

    .module-search__first .module-search__inner {
        padding: 1.2rem 2.4rem .6rem 2.4rem;
    }

.module-search__second {
    display: flex;
    width: 100%;
    height: 100%;
}

    .module-search__second .module-search__info {
        display: flex;
        flex-direction: column;
        border-radius: 6px 0 0 6px;
        order: -1;
        justify-content: space-between;
    }

    .module-search__second .module-search__inner {
        padding: 1.2rem 1.4rem .6rem 2.4rem;
    }

    .module-search__second .module-search__list {
        padding-right: 0;
        padding-bottom: 0;
    }

    .module-search__second .module-search__item {
        display: flex;
        margin-bottom: 0;
        margin-bottom: 1rem;
        padding: 1rem .8rem 1rem .8rem;
        transition: .2s;
        border: 1px solid #f2f2f2;
        border-radius: 4px;
        background: #f2f2f2;
        align-items: center;
        justify-content: space-between;
    }

        .module-search__second .module-search__item ymaps {
            margin-top: .6rem;
        }

        .module-search__second .module-search__item input {
            overflow: hidden;
            width: 100%;
            max-width: 27rem;
            text-overflow: ellipsis;
            border: none;
            background-color: transparent;
        }

    .module-search__second .checkbox-text {
        color: black;
    }

    .module-search__second .btn-change-cancel {
        position: relative;
        display: block;
        width: 1.4rem;
        height: 1.4rem;
        padding: 0;
        opacity: .4;
    }

        .module-search__second .btn-change-cancel::after,
        .module-search__second .btn-change-cancel::before {
            position: absolute;
            display: block;
            width: 1.4rem;
            height: .2rem;
            content: '';
            border-radius: 4px;
            background-color: #000;
        }

        .module-search__second .btn-change-cancel::after {
            transform: rotate(45deg);
        }

        .module-search__second .btn-change-cancel::before {
            transform: rotate(-45deg);
        }

    .module-search__second .module-info__img::before {
        top: 50%;
        left: 50%;
        width: 7.7rem;
        height: 11.8rem;
        transform: translate(-50%, -50%);
        background: url(../images/svg/chose.svg) 50% 0 no-repeat;
        background-size: 100% auto;
    }

    .module-search__second .module-search-choose {
        width: fit-content;
        background-color: transparent;
        box-shadow: none;
    }

        .module-search__second .module-search-choose .module-search__list {
            display: none;
        }

        .module-search__second .module-search-choose .module-search__item {
            margin-bottom: 0;
            border: none;
            background-color: transparent;
        }

        .module-search__second .module-search-choose.active {
            max-height: 25rem;
            padding: 1.2rem 1.2rem 2.4rem 1.2rem;
            border-radius: 6px;
            background-color: #fff;
            box-shadow: 0 17px 30px rgba(0, 0, 0, .3);
        }

            .module-search__second .module-search-choose.active .module-search__list.default {
                display: block;
                overflow-y: auto;
                max-height: 17.4rem;
                margin-top: 1.8rem;
            }

            .module-search__second .module-search-choose.active .btn-open {
                opacity: .5;
            }

.popup-button__wrapper.top .popup-button__block.jc-fl-end {
    justify-content: flex-end;
}

.module-search__block.double-module-search.popup-active {
    width: 100%;
    height: 100%;
    padding: 0;
    padding-top: 12rem;
    padding-right: 2.4rem;
    padding-bottom: 18rem;
    padding-left: 2.4rem;
}

    .module-search__block.double-module-search.popup-active .module-search__bg {
        position: relative;
        display: flex;
        height: 100%;
        border-radius: 3px;
        background: linear-gradient(180deg, #2bb2ff 0%, #155dff 100%);
    }

    .module-search__block.double-module-search.popup-active .module-info__wrapper {
        margin-top: 8rem;
    }

    .module-search__block.double-module-search.popup-active .module-search__title {
        display: none;
    }

    .module-search__block.double-module-search.popup-active .module-search__second {
        display: block;
        width: 50%;
    }

    .module-search__block.double-module-search.popup-active .module-search__first {
        display: block;
        width: 50%;
        order: 1;
    }

        .module-search__block.double-module-search.popup-active .module-search__first .module-search__info {
            position: relative;
            display: flex;
            overflow: hidden;
            flex-direction: column;
            cursor: pointer;
        }

            .module-search__block.double-module-search.popup-active .module-search__first .module-search__info::after {
                position: absolute;
                top: 1.2rem;
                left: 0;
                display: block;
                width: .1rem;
                height: 5.8rem;
                content: '';
                background-color: rgba(255, 255, 255, .2);
            }

        .module-search__block.double-module-search.popup-active .module-search__first .module-info__img::before {
            top: -3rem;
            left: 50%;
            width: 100%;
            height: 12rem;
            transform: translateX(-25%);
            background-size: 50% auto;
        }

    .module-search__block.double-module-search.popup-active .module-search__inner {
        display: none;
    }

        .module-search__block.double-module-search.popup-active .module-search__inner.active {
            position: absolute;
            top: 15.4rem;
            left: 2.4rem;
            display: block;
            width: calc(100% - 4.8rem);
            border-radius: .3rem;
            background-color: #fff;
            /*&::before {
            content: '';
            display: block;
            width: 3.2rem;
            height: 3.2rem;
            margin-top: -3.3rem;
            background-color: #259bff;
            left: 25%;
            transform: rotate(45deg) translate(-88%, 86%);
            position: absolute;
        }*/
        }

    .module-search__block.double-module-search.popup-active .module-search__second .module-info__img::before {
        top: 6.1rem;
        margin-left: 0;
        background-size: 65% auto;
    }

    .module-search__block.double-module-search.popup-active .module-search__info {
        position: relative;
        overflow: visible;
        width: 100%;
        height: 13rem;
        margin: 0;
        background: none;
    }

        .module-search__block.double-module-search.popup-active .module-search__info::before {
            position: absolute;
            z-index: 120;
            bottom: -2.5rem;
            left: 50%;
            display: block;
            width: 3.2rem;
            height: 3.2rem;
            content: '';
            transform: rotate(45deg) translate(-50%, 100%);
            background-color: #259cff;
        }

        .module-search__block.double-module-search.popup-active .module-search__info * {
            pointer-events: none;
        }

    .module-search__block.double-module-search.popup-active .module-info__img {
        order: -1;
    }

    .module-search__block.double-module-search.popup-active .btn-way {
        background: transparent;
    }

.module-search__bg {
    width: 100%;
}

.banner {
    position: absolute;
    right: 10rem;
    bottom: 35%;
}

.banner-inner {
    width: 10rem;
    height: 10rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.search-block {
    position: relative;
}

    .search-block::after {
        position: absolute;
        z-index: 0;
        top: 2rem;
        right: 2rem;
        left: 2rem;
        height: 100%;
        content: '';
        transition: transform .3s, opacity .3s;
        opacity: .2;
        border-radius: 3px;
        background: #000;
        filter: blur(20px);
    }

    .search-block:hover::after {
        transform: translateY(-2rem);
        opacity: 0;
    }

.search-control {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2.2rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    padding: 2.5rem 8rem 2.5rem 4rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-overflow: ellipsis;
    color: #000;
    border: none;
    border-radius: 6px;
    background: #fff;
}

    .search-control::placeholder {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.6rem;
        font-weight: 300;
        font-style: normal;
        line-height: 1.9rem;
        transition: opacity .3s;
        letter-spacing: normal;
        text-transform: none;
        opacity: 1;
        color: rgba(0, 0, 0, .6);
    }

    .search-control:focus::placeholder {
        opacity: 0;
    }

.btn-search {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 4rem;
    cursor: pointer;
    transition: opacity .3s;
    transform: translateY(-50%);
    opacity: 1;
}

    .btn-search .icon-search {
        width: 2.4rem;
        height: 2.4rem;
    }

    .btn-search:hover {
        opacity: .6;
    }

.card-default:hover .card-default__title {
    color: rgba(0, 0, 0, .6);
}

.card-info {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    align-items: center;
}

.card-info__item {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.9rem;
    color: rgba(0, 0, 0, .6);
}

    .card-info__item + .card-info__item {
        position: relative;
        padding-left: 1rem;
    }

        .card-info__item + .card-info__item::before {
            font-size: 1.6rem;
            font-weight: 300;
            font-style: normal;
            line-height: 1.9rem;
            content: '|';
            color: rgba(0, 0, 0, .2);
        }

.card-default__title {
    font-family: 'Inter', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2.7rem;
    display: block;
    margin: 1.6rem 0;
    transition: color .3s;
    color: #000;
}

.card-default__label {
    margin-bottom: 2rem;
}

.card-default__description {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    font-style: normal;
    line-height: 2.2rem;
    color: #000;
}

.section-search {
    padding-top: 5rem;
    padding-bottom: 12rem;
}

.list-results {
    padding-left: 4rem;
}

    .list-results.xs {
        max-width: 680px;
    }

.list-results__item + .list-results__item {
    margin-top: 5rem;
}

.list-results__row {
    display: flex;
    margin: 0 -2rem -2rem;
    align-items: center;
    justify-content: space-between;
}

    .list-results__row .btn-default {
        width: 100%;
        min-width: 43.7rem;
    }

.list-results__cell {
    margin-bottom: 2rem;
    padding: 0 2rem;
}

.list-results__body + .list-results__footer {
    margin-top: 8rem;
}

.pagination {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.9rem;
    display: flex;
    color: #000;
    align-items: center;
}

.pagination__control {
    display: flex;
    overflow: hidden;
    min-width: 8rem;
    max-width: 6rem;
    height: 4rem;
    margin-left: 1rem;
    padding: 1rem .5rem;
    transition: border-color .3s;
    text-align: center;
    text-overflow: ellipsis;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    background: #f2f2f2;
    align-items: center;
    justify-content: center;
}

    .pagination__control:focus,
    .pagination__control:hover {
        border-color: rgba(0, 0, 0, .2);
    }

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'],
input[type='number']:hover,
input[type='number']:focus {
    appearance: none;
    -moz-appearance: textfield;
}

.table-main__head .table-main__col,
.table-main__col::before {
    font-size: 1.4rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: .7px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .6);
}

.table-main__row {
    display: flex;
    width: 100%;
    padding: 3.2rem 1.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.table-main__col {
    font-size: 2rem;
    position: relative;
    max-width: 21rem;
    flex: 1 1 100%;
}

    .table-main__col a {
        word-break: break-all;
    }

    .table-main__col p {
        margin-top: 0;
    }

        .table-main__col p:not(:last-child) {
            margin-bottom: 1.3rem;
        }

    .table-main__col:last-child {
        min-width: 30rem;
    }

    .table-main__col:not(:last-child) {
        margin-right: 6rem;
    }

    .table-main__col::before {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        max-width: 16rem;
        content: attr(data-label);
    }

.table-main__body .table-main__row:nth-child(odd) {
    background: rgba(0, 0, 0, .03);
}

.table-main__body a {
    display: block;
}

    .table-main__body a:not(:last-child) {
        margin-bottom: 1.3rem;
    }

.doc-link {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .7px;
    text-transform: uppercase;
    text-transform: uppercase;
    text-decoration-line: underline;
}

.routes-create {
    padding-top: 19.4rem;
}

    .routes-create .module-search__item input {
        max-width: unset;
    }

.routes-create__inner {
    position: relative;
    padding-bottom: 5rem;
}

.routes-create__step {
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    transition: opacity .2s ease-in;
    justify-content: space-between;
}

    .routes-create__step.active {
        display: flex;
    }

.routes-create__descrip {
    margin-right: 9.9rem;
    padding-top: 2.9rem;
    padding-left: 16rem;
}

    .routes-create__descrip p {
        font-size: 1.9rem;
        font-weight: 300;
        font-style: normal;
        line-height: 3rem;
        max-width: 60.1rem;
    }

.routes-create__step-number {
    font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 1.2rem;
}

.routes-create__title {
    font-size: 4.8rem;
    font-weight: 700;
    font-style: normal;
    line-height: 5rem;
    margin-bottom: 4rem;
}

.routes-create__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 90rem;
    min-height: 65rem;
    padding: 4rem 4rem 6rem;
    border-radius: 12px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    justify-content: space-between;
}

.routes-create__search {
    box-shadow: none;
}

    .routes-create__search .module-search__item:not(:last-child) {
        margin-bottom: 2.9rem;
    }

    .routes-create__search .module-search__item input {
        font-size: 2.2rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
    }

    .routes-create__search .module-search__inner {
        width: 100%;
        padding: 0;
    }

    .routes-create__search .module-search__list {
        margin: 0;
    }

    .routes-create__search .module-search-choose {
        margin: 3rem auto 0;
    }

.routes-create__step-footer {
    display: flex;
    justify-content: flex-end;
}

.routes-create__step-next {
    width: 100%;
    max-width: 34.4rem;
}

.routes-create__step-prev {
    width: 100%;
    max-width: 6rem;
    margin-right: 4rem;
}

    .routes-create__step-prev:disabled {
        display: none;
    }

.routes-create__step-next,
.routes-create__step-prev {
    height: 100%;
    max-height: 6rem;
}

.routes-create__datepicker {
    visibility: hidden;
    margin-top: -3rem;
}

.routes-create__checkbox-icon {
    position: absolute;
    top: 50%;
    left: 2rem;
    width: 54px;
    height: 54px;
    transform: translateY(-50%);
}

    .routes-create__checkbox-icon .icon {
        display: block;
        width: 54px;
        height: 54px;
        background-repeat: no-repeat;
    }

.routes-create__checkboxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
}

.routes-create__checkbox {
    cursor: pointer;
    user-select: none;
}

.routes-create__checkbox-logic {
    position: absolute;
    opacity: 0;
}

    .routes-create__checkbox-logic:checked + .routes-create__checkbox-styled {
        border-color: transparent;
        background: rgba(21, 93, 255, .1);
    }

.routes-create__checkbox-styled {
    position: relative;
    display: flex;
    height: 100%;
    padding: 2rem;
    transition: background-color .1s linear, border-color .1s linear;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    background-color: #fff;
    align-items: center;
}

    .routes-create__checkbox-styled:hover {
        background: rgba(21, 93, 255, .07);
    }

.routes-create__checkbox-label {
    font-size: 2.2rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    display: block;
    width: 100%;
    padding-left: 7rem;
}

    .routes-create__checkbox-label:only-child {
        padding-left: 0;
        text-align: center;
    }

.preloader {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #fff;
    justify-content: center;
}

.preloader--center .preloader__wrapper {
    display: flex;
    align-items: center;
}

.spinner {
    position: relative;
    z-index: 2;
    top: 50%;
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .spinner div {
        position: absolute;
        display: block;
        box-sizing: border-box;
        width: 64px;
        height: 64px;
        margin: 8px;
        animation: spinner 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
        border: 8px solid #155dff;
        border-color: #155dff transparent transparent transparent;
        border-radius: 50%;
    }

        .spinner div:nth-child(1) {
            animation-delay: -.45s;
        }

        .spinner div:nth-child(2) {
            animation-delay: -.3s;
        }

        .spinner div:nth-child(3) {
            animation-delay: -.15s;
        }

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.module-events {
    position: absolute;
    z-index: 100;
    display: none;
    width: 100%;
    max-width: 72.8rem;
    padding: 2.6rem 1.2rem 2.6rem 2.4rem;
    border-radius: 6px;
    background-color: #fff;
    filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, .2));
}

    .module-events.active {
        display: block !important;
    }

    .module-events .article-switch__body {
        padding: 0;
    }

.module-events__list {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 70rem;
    padding: 1.4rem 0;
    list-style: none;
    list-style-type: none;
}

    .module-events__list::-webkit-scrollbar {
        width: .4rem;
        height: 100%;
        border-radius: 3px;
        box-shadow: inset 0 0 1px rgba(0, 0, 0, .25);
    }

    .module-events__list::-webkit-scrollbar-thumb {
        width: .4rem;
        height: 20%;
        border-radius: 30px;
        background: #000;
        box-shadow: 0 4px 6px rgba(0, 0, 0, .25);
    }

    .module-events__list::-webkit-scrollbar-track-piece {
        height: 100%;
        border-radius: 3px;
        background: rgba(0, 0, 0, .05);
    }

.module-events__item {
    display: none;
    padding: 0;
}

    .module-events__item.active {
        display: flex;
    }

        .module-events__item.active:not(:last-child) {
            margin-bottom: 4rem;
        }

    .module-events__item .breadcrumb:not(:last-child) {
        margin-bottom: .4rem;
    }

.module-events__article {
    display: flex;
    width: 100%;
}

    .module-events__article a:hover p {
        border-color: #aaaeb5;
    }

    .module-events__article .article-switch__description p {
        line-height: 1;
        max-width: fit-content;
        transition: border-color .3s ease;
        border-bottom: 1px solid #000;
    }

    .module-events__article .article-switch__title {
        margin-top: 0;
    }

    .module-events__article .breadcrumb-primary__item {
        margin-bottom: 0;
    }

.module-events__button {
    display: block;
    margin-right: 1.2rem;
    margin-bottom: 2.5rem;
    margin-left: auto;
    cursor: pointer;
    transition: opacity .2s ease;
    border: 0;
    background: none;
}

    .module-events__button:hover {
        opacity: .7;
    }

    .module-events__button svg {
        width: 2.6rem;
        height: 2.6rem;
    }

.card-communication {
    position: relative;
    padding: 8.2rem 5rem 4rem;
    border-radius: 2rem;
}

    .card-communication .card-communication__icon {
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        background-repeat: no-repeat;
        background-position: center;
    }

    .card-communication.location {
        background: rgba(255, 193, 30, .15);
    }

        .card-communication.location .card-communication__icon {
            width: 65px;
            height: 81px;
            background: url('../images/svg/icon-location.svg');
            background-size: contain;
        }

    .card-communication.time {
        background: rgba(58, 33, 210, .15);
    }

        .card-communication.time .card-communication__icon {
            width: 82px;
            height: 82px;
            background: url('../images/svg/icon-time.svg');
            background-size: contain;
        }

    .card-communication.contacts {
        background: rgba(14, 216, 32, .15);
    }

        .card-communication.contacts .card-communication__icon {
            width: 67px;
            height: 81px;
            background: url('../images/svg/icon-contacts.svg');
            background-size: contain;
        }

.card-communication__item:not(:last-child) {
    margin-bottom: 3.3rem;
}

.card-communication__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.6;
    display: block;
    margin-bottom: 2rem;
    color: rgba(0, 0, 0, .6);
}

.card-communication__content {
    max-width: 27rem;
}

.card-communication__descrip {
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: normal;
    color: #000;
}

    .card-communication__descrip a {
        font-size: 2rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        display: block;
        color: #155dff;
    }

        .card-communication__descrip a:not(:last-child) {
            margin-bottom: 2.5rem;
        }

.faq__item:not(:last-child) {
    margin-bottom: .8rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.faq__item figure {
    margin-top: 0;
    margin-bottom: 0;
}

    .faq__item figure div {
        width: 100%;
    }

.faq__item img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 3.2rem 0;
    opacity: 0;
    border-radius: 6px;
    object-fit: cover;
}

.faq__item.active img {
    transition: opacity 1s;
    opacity: 1;
}

.faq__item.active .faq__answer {
    overflow: visible;
    max-height: 150rem;
    padding-top: 1rem;
    opacity: 1;
    align-items: center;
}

.faq__item.active .faq__icon {
    display: none;
}

.faq__item.active .faq__icon--active {
    display: block;
}

.faq__question {
    width: 100%;
    min-height: 8.6rem;
    padding: 2.2rem 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: none;
}

.faq__title {
    font-size: 2.6rem;
    font-weight: 700;
    display: flex;
    width: 100%;
    transition: color .2s ease;
    text-align: left;
    justify-content: space-between;
    align-items: center;
}

    .faq__title:hover {
        color: #aaaeb5;
    }

.faq__icon {
    width: 3.8rem;
    height: 3.8rem;
    margin-left: 2rem;
}

.faq__icon--active {
    display: none;
}

.faq__answer {
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    transition: max-height .3s ease-in, padding .3s ease-in, opacity .15s ease-in;
    opacity: 0;
}

[data-hint] {
    position: relative;
}

    [data-hint]::after {
        font-size: 1.2rem;
        line-height: 100%;
        position: absolute;
        bottom: calc(100% + 12px);
        left: 50%;
        display: inline-block;
        visibility: hidden;
        padding: .8rem;
        content: attr(data-hint);
        transform: translateX(-50%);
        text-align: center;
        white-space: nowrap;
        opacity: 0;
        color: #fff;
        border-radius: .4rem;
        background-color: #5a5a5a;
    }

    [data-hint]::before {
        position: absolute;
        bottom: calc(100% + 6px);
        left: 50%;
        visibility: hidden;
        width: 12px;
        height: 12px;
        content: '';
        transform: translateX(-50%) rotate(45deg);
        opacity: 0;
        background-color: #5a5a5a;
    }

.section-default + .section-default {
    margin-top: 10.8rem;
}

.section-default__head {
    margin-bottom: 4rem;
}

    .section-default__head h2 {
        max-width: 68rem;
    }

.section-default__body {
    position: relative;
}

.section-default__footer {
    display: flex;
    margin-top: 4rem;
    justify-content: flex-end;
}

    .section-default__footer.mt-lg {
        margin-top: 17.2rem;
    }

    .section-default__footer .btn-default {
        width: calc(((100% + 4rem) / 3) - 4rem);
    }

    .section-default__footer.center {
        justify-content: center;
    }

        .section-default__footer.center .btn-default {
            width: calc(((100% + 4rem) / 2) - 4rem);
        }

.section-default__description {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.1rem;
    max-width: 68rem;
    margin-bottom: 6rem;
    color: rgba(0, 0, 0, .6);
}

    .section-default__description p {
        margin: 0;
    }

.section-welcome {
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    color: #fff;
}

    .section-welcome .animated-line {
        position: absolute;
        z-index: 3;
        right: 0;
        bottom: 0;
        left: 0;
    }

.section-welcome__overflow {
    position: relative;
    overflow: hidden;
}

.section-welcome__inner {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    min-height: 42rem;
}

    .section-welcome__inner.default {
        padding-top: 12rem;
        padding-bottom: 12rem;
        text-align: center;
        align-items: flex-end;
    }

        .section-welcome__inner.default .section-welcome__body {
            max-width: 94rem;
            margin-right: auto;
            margin-left: auto;
        }

        .section-welcome__inner.default .section-welcome__text {
            margin-bottom: 4rem;
        }

.section-welcome__description {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2;
    max-width: 60rem;
    margin: 4rem auto 0;
}

    .section-welcome__description p {
        margin: 0;
    }

.section-welcome__background {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation-name: animatedBackgroundScale;
    animation-duration: 20s;
    /*12*/
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background-position: 50% 50%;
    background-size: cover;
    animation-fill-mode: forwards;
}

    .section-welcome__background:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        content: '';
        background-color: rgba(0, 0, 0, .4);
    }

    .section-welcome__background.pause {
        animation-play-state: paused;
    }

@keyframes animatedBackgroundScale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.section-welcome__text {
    font-size: 1.6rem;
    font-weight: 300;
    color: inherit;
}

.section-welcome__h1 {
    font-family: 'Inter', sans-serif;
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.2;
}

a.section-welcome__text {
    display: block;
}

.section-welcome {
    position: relative;
}

.section-welcome__overflow.swiper {
    width: 100%;
    min-height: 42rem;
}

.section-welcome__slide.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    transition: opacity .8s ease;
    opacity: 0 !important;
}

    .section-welcome__slide.swiper-slide.swiper-slide-active {
        opacity: 1 !important;
    }

.section-welcome__navigation {
    position: absolute;
    z-index: 10;
    bottom: 5rem;
    left: 50%;
    display: flex;
    transform: translateX(-50%);
    align-items: center;
}

.swiper-pagination-custom {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    min-width: 4rem;
    margin: 0 1rem;
    letter-spacing: .14em;
    color: white;
    justify-content: center;
    align-items: center;
}

    .swiper-pagination-custom .swiper-pagination-current {
        text-align: center;
    }

    .swiper-pagination-custom .swiper-pagination-separator {
        margin: 0 .1rem;
    }

    .swiper-pagination-custom .swiper-pagination-total {
        text-align: center;
    }

.swiper-nav-buttons {
    display: flex;
}

    .swiper-nav-buttons button {
        display: flex;
        width: 4rem;
        height: 4rem;
        cursor: pointer;
        transition: opacity .2s ease;
        color: white;
        border: 0;
        border-radius: .4rem;
        background: rgba(255, 255, 255, .1);
        align-items: center;
        justify-content: center;
    }

        .swiper-nav-buttons button:active svg {
            transform: scale(.9);
        }

        .swiper-nav-buttons button.swiper-button-disabled {
            cursor: not-allowed;
            opacity: .3;
        }

            .swiper-nav-buttons button.swiper-button-disabled:hover {
                color: white;
                background: transparent;
            }

        .swiper-nav-buttons button svg {
            width: 1.1rem;
            height: 1.6rem;
            transition: transform .2s ease;
            fill: #fff;
        }

.section-welcome__body {
    transition: all .8s ease .3s;
    transform: translateY(30px);
    opacity: 0;
}

.swiper-slide-active .section-welcome__body {
    transform: translateY(0);
    opacity: 1;
}

.section-articles {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

    .section-articles.routes {
        padding-top: 4rem;
    }

    .section-articles .grid-default__item {
        min-height: 100%;
    }

    .section-articles .article-success {
        height: 100%;
    }

    .section-articles .article-success__media {
        height: 100%;
    }

        .section-articles .article-success__media:before {
            height: 100%;
        }

    .section-articles .article-success__image {
        height: 100%;
    }

    .section-articles .article-success__body {
        padding-bottom: 1.2rem;
    }

.section-articles__head {
    margin-bottom: 3rem;
}

.sections-articles__result {
    font-size: 1.6rem;
    font-weight: 300;
    font-style: normal;
    line-height: normal;
    color: rgba(0, 0, 0, .6);
}

/*@media(max-width: 768px) {
    .section-articles {
        .article-success__body {
            padding: 24.5rem 1rem 2.5rem;
        }
    }
}*/

.section-banner {
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    color: #fff;
}

.section-banner__overflow {
    position: relative;
    overflow: hidden;
}

.section-banner__inner {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    min-height: 66rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
    align-items: center;
    justify-content: center;
}

.section-banner__background {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation-name: animatedBackgroundScale;
    animation-duration: 20s;
    /*12*/
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background-position: 50% 50%;
    background-size: cover;
    animation-fill-mode: forwards;
}

    .section-banner__background:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        content: '';
        background-color: rgba(0, 0, 0, .35);
    }

    .section-banner__background.pause {
        animation-play-state: paused;
    }

.section-banner__body {
    max-width: 94rem;
    margin: 0 auto;
    text-align: center;
}

.section-banner__text {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 4rem;
    color: #fff;
}

a.section-banner__text {
    display: block;
}

.section-banner__h1 {
    font-family: 'Inter', sans-serif;
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.2;
}

.section-banner__footer {
    margin-top: 6rem;
    text-align: center;
}

    .section-banner__footer .btn {
        width: calc(((100% + 4rem) / 3) - 4rem);
    }

.section-events {
    padding-top: 10rem;
    padding-bottom: 5rem;
}

    .section-events .list-events {
        margin-bottom: 0;
    }

.event-item__icon {
    position: relative;
    width: 6.5rem;
    height: 6.5rem;
    margin-bottom: 1.5rem;
}

    .event-item__icon .icon-hover,
    .event-item__icon .icon {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 6.5rem;
        height: 6.5rem;
        transition: opacity .3s;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
    }

    .event-item__icon .icon {
        opacity: 1;
    }

    .event-item__icon .icon-hover {
        opacity: 0;
    }

.event-item {
    display: block;
    transition: none;
    color: #000;
}

    .event-item:hover .event-item__title {
        color: #000;
    }

.event-item__title {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    transition: color .3s;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: inherit;
}

.list-events {
    display: flex;
    margin: 0 -3.6rem -4rem;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.list-events__item {
    width: 14%;
    margin-bottom: 4rem;
    padding-right: 3.6rem;
    padding-left: 3.6rem;
}

    .list-events__item.hover .icon {
        transition: opacity .3s;
        opacity: 0;
    }

    .list-events__item.hover .icon-hover {
        transition: opacity .3s;
        opacity: 1;
    }

    .list-events__item.hover .event-item__title {
        color: #aaaeb5;
    }

.section-interactive {
    padding-top: 5rem;
}

    .section-interactive .section-default__body {
        position: relative;
        padding: 5rem 0;
        color: #fff;
        background-color: #8a0ade;
    }

        .section-interactive .section-default__body:before {
            position: absolute;
            z-index: -1;
            top: 0;
            right: -100vw;
            bottom: 0;
            left: -100vw;
            content: '';
            background-color: #8a0ade;
        }

.section-interactive--blue .section-default__body {
    background-color: #155dff;
}

    .section-interactive--blue .section-default__body:before {
        background-color: #155dff;
    }

.section-interactive-wrapper {
    padding-top: 14rem;
}

.map-interactive {
    display: block;
}

.map-interactive__svg {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    max-width: 68.1rem;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.area-fill {
    transition: fill .3s;
    fill: #72fabf;
}

    .area-fill:hover {
        fill: #aaaeb5;
    }

.hover-link .area-fill {
    fill: #aaaeb5;
}

.map-interactive__regions {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
}

.map-region {
    line-height: 1.2;
    position: absolute;
    z-index: 3;
}

.map-region__label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    display: block;
    margin-bottom: 1.5rem;
    white-space: nowrap;
}

.map-region__title {
    font-size: 2.6rem;
    font-weight: 700;
    display: block;
    white-space: nowrap;
}

    .map-region__title .line {
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        width: .1rem;
        height: .1rem;
        margin: 0 -1rem -.5rem 0;
    }

        .map-region__title .line:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 20rem;
            height: .2rem;
            content: '';
            transform: rotate(27deg);
            transform-origin: left;
            border-radius: .2rem;
            background-color: rgba(255, 255, 255, .6);
        }

.map-region__capital {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    display: block;
    white-space: nowrap;
}

    .map-region__capital .line {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: .1rem;
        height: .1rem;
        margin: 0 -1rem -.5rem 0;
    }

        .map-region__capital .line:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 5rem;
            height: .2rem;
            content: '';
            border-radius: .2rem;
            background-image: linear-gradient(to right, rgba(255, 255, 255, .6) 60%, rgba(255, 255, 255, 0) 40%);
            background-repeat: repeat-x;
            background-position: 0 0;
            background-size: .5rem .2rem;
        }

        .map-region__capital .line:after {
            position: absolute;
            top: .1rem;
            left: 5rem;
            width: 19.5rem;
            height: .2rem;
            content: '';
            transform: rotate(39deg);
            transform-origin: top left;
            border-radius: .2rem;
            background-image: linear-gradient(to right, rgba(255, 255, 255, .6) 60%, rgba(255, 255, 255, 0) 40%);
            background-repeat: repeat-x;
            background-position: 0 0;
            background-size: .5rem .2rem;
        }

.hover-link {
    text-decoration: none;
    color: #aaaeb5;
}

.grodno-region {
    top: 45%;
    right: 100%;
}

.brest-region {
    right: 100%;
    bottom: 6%;
}

.gomel-region {
    bottom: 6%;
    left: 100%;
    margin-left: -10%;
    text-align: right;
}

.mogilev-region {
    bottom: 45%;
    left: 100%;
    margin-left: 4rem;
    text-align: right;
}

.vitebsk-region {
    top: 0;
    left: 100%;
    margin: 10% 0 0 -10%;
    text-align: right;
}

.minsk-region {
    top: 0;
    right: 100%;
    margin-right: -18%;
}

    .minsk-region .map-region__capital {
        margin-top: 20%;
        text-align: right;
    }

    .minsk-region .map-region__title {
        position: relative;
    }

        .minsk-region .map-region__title:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100rem;
            height: .1rem;
            content: '';
            transform: rotate(45deg);
        }

/*@media (max-width: $table-screen) {

}*/

.section-create {
    position: relative;
    color: #fff;
    background-color: #155dff;
}

    .section-create .module-info__body {
        max-width: 55%;
    }

.animated-route {
    display: block;
    width: 100%;
    height: auto;
}

.animated-route__datted {
    animation: dash 120s linear infinite;
    stroke-dasharray: 5 15;
}

@keyframes dash {
    to {
        stroke-dashoffset: -2945.509765625;
    }
}

@keyframes move-along {
    100% {
        offset-distance: 100%;
    }
}

.section-create__panel {
    margin-top: -14%;
    padding: 6rem 0;
}

.section-time {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

    .section-time.faq {
        padding-bottom: 2rem;
    }

        .section-time.faq h3 {
            margin-top: 3rem;
        }

.section-time__article {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.6;
    max-width: 84rem;
    margin: 0 auto;
    padding-right: 4rem;
    padding-left: 4rem;
    color: #000;
}

    .section-time__article::before,
    .section-time__article:after {
        display: block;
        clear: both;
        content: '';
    }

    .section-time__article .image-right {
        float: right;
        max-width: 100%;
        height: auto;
        margin: 0 -4rem 4rem 4rem;
    }

    .section-time__article h1,
    .section-time__article h2,
    .section-time__article h3,
    .section-time__article h4 {
        clear: both;
        margin-left: -4rem;
        color: inherit;
    }

    .section-time__article h3 {
        max-width: 64rem;
        margin-top: 6rem;
        margin-bottom: 4rem;
    }

    .section-time__article .article-panel {
        margin: 6rem -32rem;
    }

.article-notification {
    margin: 4rem -4rem;
    padding: 4rem;
    color: #fff;
    border-radius: .4rem;
    background-color: #155dff;
}

    .article-notification.purple {
        background-color: #ff95ff;
    }

.article-notification__body {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
}

    .article-notification__body p {
        margin: 0;
    }

        .article-notification__body p + p {
            margin-top: 1.5rem;
        }

.article-notification__footer {
    margin-top: 4rem;
    text-align: center;
}

    .article-notification__footer .btn-default {
        min-width: 44rem;
        color: #fff;
    }

.article-bright {
    position: relative;
    margin: 10rem 0;
    padding: 6rem 0;
    color: #fff;
    background-color: #ff95ff;
}

    .article-bright:before {
        position: absolute;
        z-index: -1;
        top: 0;
        right: -100vw;
        bottom: 0;
        left: -100vw;
        display: block;
        content: '';
        background-color: #ff95ff;
    }

    .article-bright.chair:after {
        position: absolute;
        z-index: -1;
        top: 0;
        right: -60%;
        bottom: 0;
        display: block;
        width: 100%;
        content: '';
        background: url(../images/svg/chair.svg) 100% 100% no-repeat;
        background-size: auto 85%;
    }

.article-bright__body h3 {
    margin-top: 0;
}

.article-bright__body p {
    margin: 0;
}

    .article-bright__body p + p {
        margin-top: 1.5rem;
    }

.article-bright__grid {
    margin: 6rem -32rem 0;
}

.section-info {
    position: relative;
    padding-top: 20rem;
    padding-bottom: 7rem;
}

    .section-info.default {
        color: #fff;
        background: linear-gradient(0deg, #8a0ade, #8a0ade), linear-gradient(180deg, rgba(0, 0, 0, .04) 100%, rgba(255, 255, 255, .04) 0%);
    }

    .section-info.routes .section-info__content p:last-of-type {
        margin-top: 3.9rem;
    }

    .section-info.primary {
        color: #000;
        background: linear-gradient(180deg, rgba(0, 0, 0, .05) 100%, rgba(255, 255, 255, .05) 0%);
    }

    .section-info.success {
        background: linear-gradient(0deg, #ffe433, #ffe433), linear-gradient(180deg, rgba(0, 0, 0, .04) 100%, rgba(255, 255, 255, .04) 0%);
    }

        .section-info.success .section-info__title {
            color: #fff;
        }

    .section-info.search {
        padding-bottom: 4rem;
        color: #000;
        background: linear-gradient(0deg, rgba(170, 174, 181, .4), rgba(170, 174, 181, .4)), linear-gradient(180deg, rgba(0, 0, 0, .04) 0%, rgba(255, 255, 255, .04) 100%);
    }

    .section-info.stop {
        background: linear-gradient(0deg, #ff95ff 0%, #ff95ff 100%), linear-gradient(180deg, rgba(0, 0, 0, .04) 0%, rgba(255, 255, 255, .04) 100%);
    }

    .section-info.tic {
        background: #72fabf;
    }

        .section-info.tic .section-info__content {
            width: 100%;
            max-width: 68rem;
            opacity: 1;
        }

        .section-info.tic .module-search {
            width: 100%;
            max-width: 75.3rem;
        }

.section-info__line {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
}

.section-info__head {
    display: flex;
    margin-bottom: 4rem;
    align-items: center;
}

.section-info__title {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    max-width: 68rem;
}

.section-info__footer {
    display: flex;
    margin-top: 5rem;
    align-items: stretch;
}

    .section-info__footer:not(:last-child) {
        margin-bottom: 4rem;
    }

    .section-info__footer .module-search {
        width: 100%;
    }

.section-info__doc {
    display: flex;
    width: 100%;
    max-width: 35rem;
    margin-left: 6.2rem;
    align-items: center;
    justify-content: center;
}

    .section-info__doc.btn-setting.btn {
        display: none;
        background: rgba(0, 0, 0, .1);
    }

    .section-info__doc.mobile {
        display: none;
    }

.section-info__control + .section-info__results {
    margin-top: 5rem;
}

.section-info__results {
    padding-left: 4rem;
}

    .section-info__results p {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.8rem;
        font-weight: 300;
        font-style: normal;
        line-height: 2.1rem;
        color: rgba(0, 0, 0, .6);
    }

.section-info__content {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2;
    opacity: .6;
}

    .section-info__content a {
        transition: border-color .3s ease, color .3s ease;
        border-bottom: 1px solid #a1beff;
    }

        .section-info__content a:hover {
            border-color: #aaaeb5;
        }

    .section-info__content p {
        margin: 0;
    }

.section-info__background {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation-name: animatedBackgroundScale;
    animation-duration: 12s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background-position: 50% 50%;
    background-size: cover;
    animation-fill-mode: forwards;
}

    .section-info__background:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        content: '';
        background-color: rgba(0, 0, 0, .4);
    }

.module-search_mobile {
    display: none;
}

.btn-default.btn-setting {
    display: flex;
    padding: 1.8rem 6rem;
    border-radius: 6px;
    background: #fff;
    justify-content: center;
    align-items: center;
}

    .btn-default.btn-setting .icon-settings-search {
        width: 2.4rem;
        height: 2.2rem;
        margin-right: 1rem;
    }

.section-info__dates {
    position: relative;
    margin-top: 5rem;
}

    .section-info__dates .module-search__control {
        display: none;
    }

    .section-info__dates .daterangepicker.show-always {
        max-width: unset;
        padding: 8.4rem 12rem;
        border: 0;
        border-radius: .6rem;
    }

        .section-info__dates .daterangepicker.show-always .event-important {
            position: relative;
        }

            .section-info__dates .daterangepicker.show-always .event-important:hover {
                background-color: #fff7c2;
            }

            .section-info__dates .daterangepicker.show-always .event-important::before {
                top: unset;
                bottom: 5px;
                background-color: #8a0ade;
            }

            .section-info__dates .daterangepicker.show-always .event-important.active {
                color: #000;
                border-radius: 1.2rem;
                background-color: #ffe433;
            }

        .section-info__dates .daterangepicker.show-always .drp-calendar.right {
            display: block !important;
        }

        .section-info__dates .daterangepicker.show-always .drp-calendar.left .next {
            display: none;
        }

        .section-info__dates .daterangepicker.show-always .calendar-table table thead .yearselect {
            display: none;
        }

        .section-info__dates .daterangepicker.show-always .calendar-table table thead tr:first-child th {
            text-align: center;
        }

        .section-info__dates .daterangepicker.show-always .calendar-table table thead th {
            padding-bottom: 2.5rem;
        }

        .section-info__dates .daterangepicker.show-always .calendar-table table select {
            font-family: 'Inter', sans-serif;
            font-size: 2.2rem;
            font-weight: 600;
            text-transform: capitalize;
        }

        .section-info__dates .daterangepicker.show-always .calendar-table table tbody tr td {
            width: 6rem;
            height: 6rem;
        }

        .section-info__dates .daterangepicker.show-always .calendar-table table th {
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 300;
            text-transform: capitalize;
            color: #000;
        }

            .section-info__dates .daterangepicker.show-always .calendar-table table th:nth-last-child(-n + 2) {
                color: #fa5959;
            }

        .section-info__dates .daterangepicker.show-always .calendar-table table td {
            font-size: 2.2rem;
            font-weight: 600;
        }

            .section-info__dates .daterangepicker.show-always .calendar-table table td:hover {
                border-radius: 1.2rem;
            }

            .section-info__dates .daterangepicker.show-always .calendar-table table td.active {
                color: #000;
                border-radius: 1.2rem;
            }

        .section-info__dates .daterangepicker.show-always .calendar-table table .next,
        .section-info__dates .daterangepicker.show-always .calendar-table table .prev {
            position: absolute;
            top: 50%;
            display: block;
            min-width: 3.2rem;
            min-height: 1.8rem;
            transform: translateY(-50%);
        }

            .section-info__dates .daterangepicker.show-always .calendar-table table .next span,
            .section-info__dates .daterangepicker.show-always .calendar-table table .prev span {
                width: 3.2rem;
                height: 3.2rem;
                padding: 0;
                transform: rotate(0);
                border: 0;
            }

            .section-info__dates .daterangepicker.show-always .calendar-table table .next:hover,
            .section-info__dates .daterangepicker.show-always .calendar-table table .prev:hover {
                filter: invert(86%) sepia(92%) saturate(7460%) hue-rotate(327deg) brightness(107%) contrast(101%);
            }

        .section-info__dates .daterangepicker.show-always .calendar-table table .prev {
            left: 11rem;
            background: url('../images/svg/calendar-left.svg');
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }

        .section-info__dates .daterangepicker.show-always .calendar-table table .next {
            right: 11rem;
            background: url('../images/svg/calendar-right.svg');
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }

.section-info__dates-preloader {
    display: none;
}

    .section-info__dates-preloader.active {
        display: flex;
    }

@keyframes animatedBackgroundScale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.section-choice {
    padding: 6rem 0;
    background-color: #ffe433;
}

.section-choice__head {
    position: relative;
    z-index: 1;
    margin-bottom: 4rem;
}

    .section-choice__head .section-choice__title {
        position: relative;
        z-index: 3;
    }

    .section-choice__head .section-choice__icon {
        position: absolute;
        z-index: 2;
        top: -2.9rem;
        left: -15.9rem;
    }

        .section-choice__head .section-choice__icon .icon-eye {
            height: 16.6rem;
        }

.section-choice__title {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    margin: 0;
    color: #fff;
}

.section-choice__content {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2;
    color: rgba(0, 0, 0, .6);
}

    .section-choice__content p {
        margin: 0;
    }

.section-choice__footer {
    margin-top: 8rem;
}

.section-choice__form {
    max-width: 92rem;
    margin-top: 4rem;
}

.section-mapping {
    padding-bottom: 5rem;
}

.section-mapping--full {
    padding-bottom: 0;
}

    .section-mapping--full .section-mapping__map {
        width: 100%;
        height: 66.1rem;
        padding: 0;
    }

    .section-mapping--full .ymaps-2-1-79-default-cluster {
        font-family: 'Inter', sans-serif;
        font-size: 1.8rem;
        font-weight: 700;
        color: #fff;
    }

    .section-mapping--full .module-map__obj {
        width: 100%;
    }

.section-mapping__inner {
    padding-top: 4rem;
}

.section-mapping__grid {
    position: relative;
    display: flex;
    margin: 0 -2rem;
}

.section-mapping__map,
.section-mapping__articles {
    width: 50%;
    padding: 0 2rem;
}

.section-mapping__map {
    position: relative;
    height: 100vh;
}

    .section-mapping__map .ymaps-2-1-79-b-cluster-content__body .info__content {
        box-shadow: none;
    }

    .section-mapping__map .ymaps-2-1-79-b-cluster-tabs__menu-item-text {
        font-family: 'Inter', sans-serif;
        width: 100%;
        transition: opacity .2s ease;
        color: #000;
    }

        .section-mapping__map .ymaps-2-1-79-b-cluster-tabs__menu-item-text:hover {
            opacity: .8;
            color: #000;
        }

    .section-mapping__map .ymaps-2-1-79-b-cluster-tabs__section_type_content {
        font-family: 'Inter', sans-serif;
    }

.section-article-mapping__map {
    position: relative;
}

.module-map__obj [class*='ymaps-2'][class*='-inner-panes']:before,
.module-article-map__obj [class*='ymaps-2'][class*='-inner-panes']:before {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgba(196, 196, 196, .3);
}

.module-map__obj {
    width: 50vw;
    height: 100vh;
}

.module-article-map {
    margin-top: 17rem;
}

.module-article-map__obj {
    position: relative;
    width: 100%;
    height: 60rem;
}

[class*='ymaps-2'][class*='-ground-pane'] {
    filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.grid-switch {
    margin: 0 -2rem;
}

.grid-switch__cell {
    margin-bottom: 4rem;
    padding: 0 2rem;
}

.module-switch__head {
    padding: 2rem 0;
}

.module-switch__body {
    position: relative;
    margin-top: 4rem;
}

.module-switch__footer .btn-default {
    width: 100%;
}

.list-switch {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
}

.list-switch__item + .list-switch__item {
    margin-left: 2rem;
}

.list-switch__btn {
    cursor: pointer;
    fill: #ff3701;
}

    .list-switch__btn .icon {
        display: block;
        width: 1.8rem;
        height: 1.8rem;
        transition: fill .3s;
    }

    .no-touchevents .list-switch__btn:hover .icon,
    .list-switch__btn.current .icon {
        fill: rgba(0, 0, 0, .2);
    }

.section-error {
    padding-top: 20rem;
    padding-bottom: 12rem;
}

.section-error__title {
    font-family: 'Inter';
    font-size: 4.8rem;
    font-weight: bold;
    font-style: normal;
    line-height: 5rem;
    color: #000;
}

.section-error__content {
    margin-top: 2.4rem;
}

    .section-error__content p {
        font-family: 'Inter';
        font-size: 2.2rem;
        font-weight: 600;
        font-style: normal;
        line-height: 2.7rem;
        color: #000;
    }

.layout-404 .layout-footer__line {
    display: none;
}

.section-info.section-industrial {
    overflow: hidden;
}

    .section-info.section-industrial .section-info__inner {
        position: relative;
        z-index: 2;
        color: #fff;
    }

    .section-info.section-industrial .section-info__title {
        display: inline-block;
        max-width: 104rem;
        align-items: center;
    }

    .section-info.section-industrial .event-item__icon .icon {
        width: 6rem;
        height: 5.1rem;
    }

    .section-info.section-industrial .section-info__footer {
        display: flex;
        margin-top: 10.7rem;
        justify-content: space-between;
    }

    .section-info.section-industrial .item-tag:hover,
    .section-info.section-industrial .item-tag.active {
        background-color: #ff95ff;
    }

.section-info__icon {
    display: inline-flex;
    margin-left: 1.7rem;
}

    .section-info__icon .event-item__icon {
        width: 6rem;
        height: 5.1rem;
        margin-bottom: 0;
    }

    .section-info__icon .icon {
        width: 6rem;
        height: 5.1rem;
    }

    .section-info__icon .icon-industrial {
        transition: .2s;
        background-image: url(../images/svg/icon-fabrique.svg);
    }

    .section-info__icon .icon-cultural {
        background-image: url(../images/svg/icon-cultural.svg);
    }

.button-object .btn-default.purple {
    background: linear-gradient(180deg, #ff95ff 20.83%, #8a0ade 376.67%);
}

.button-object .btn-default.yellow {
    color: #000;
    background: linear-gradient(180deg, #ffe433 20.83%, #d1bb2c 376.67%);
}

.button-object .btn-default.blue {
    background: linear-gradient(180deg, #2568ff 20.83%, #155dff 376.67%);
}

.section-info.section-industrial {
    overflow: hidden;
}

    .section-info.section-industrial .section-info__inner {
        position: relative;
        z-index: 2;
        color: #fff;
    }

    .section-info.section-industrial .section-info__title {
        display: inline-block;
        max-width: 104rem;
        align-items: center;
    }

    .section-info.section-industrial .event-item__icon .icon {
        width: 6rem;
        height: 5.1rem;
    }

    .section-info.section-industrial .section-info__footer {
        display: flex;
        margin-top: 10.7rem;
        justify-content: space-between;
    }

    .section-info.section-industrial .item-tag:hover,
    .section-info.section-industrial .item-tag.active {
        color: #fff;
        background-color: #155dff;
    }

.section-article__wrapper {
    position: relative;
    padding-right: 32rem;
    padding-left: 32rem;
}

    .section-article__wrapper > .section-article__wrapper {
        right: unset;
        left: 0;
    }

.section-article-body {
    min-height: 45rem;
}

.section-article-head {
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    overflow: hidden;
    padding-top: 34.5rem;
    padding-bottom: 4rem;
    color: #fff;
}

.section-article__inner {
    position: relative;
    z-index: 2;
}

.section-article__title {
    font-family: 'Inter';
    font-size: 6rem;
    font-weight: bold;
    font-style: normal;
    line-height: 7.3rem;
    color: #fff;
}

.section-article__head .breadcrumb {
    max-width: 80%;
    flex-wrap: wrap;
}

.section-article__body {
    max-width: 104rem;
}

.section-article__footer {
    position: absolute;
    top: -1rem;
    right: 0;
    width: 23rem;
}

    .section-article__footer .icon-favorites {
        width: 4.8rem;
        height: 4.8rem;
        fill: #000;
    }

    .section-article__footer .btn-favorites:hover .icon-favorites {
        fill: #aaaeb5;
    }

    .section-article__footer .btn-favorites_active .icon-favorites {
        fill: #ffe433;
    }

.section-article__background {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation-name: animatedBackgroundScale;
    animation-duration: 12s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background-position: 50% 50%;
    background-size: cover;
    animation-fill-mode: forwards;
}

    .section-article__background:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        content: '';
        background-color: rgba(0, 0, 0, .4);
    }

@keyframes animatedBackgroundScale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.article.tic {
    margin-bottom: 12rem;
}

    .article.tic h2 {
        margin-top: 15rem;
    }

    .article.tic h3 {
        margin-top: 5rem;
    }

.article__wrapper {
    display: flex;
    padding-top: 4rem;
}

/*.article-block__inner {
    width: 24rem;
    margin-right: 4rem;

    position: relative;

    float: left;
    overflow: hidden;
    margin-left: -27.7rem;
    margin-top: 30px;
}*/

.article-head,
.article-body {
    position: relative;
}

.article-info {
    display: grid;
    margin-top: 14rem;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 7.5rem;
}

.article-block__inner.main,
.article-block__inner {
    position: absolute;
    top: auto;
    right: 100%;
    width: 24rem;
    margin-right: 8rem;
}

.article-block__asides {
    position: absolute;
    top: 45rem;
    left: 0;
    width: 24rem;
    height: 100%;
    margin-right: 8rem;
}

    .article-block__asides .article-block__inner {
        right: unset;
        left: 0;
    }

/*.article-block__inner.main {
    margin-top: 0;
    position: relative;
}*/

.line {
    width: 100%;
    height: 1rem;
}

    .line.purple {
        background-color: #ff95ff;
    }

    .line.blue {
        background-color: #155dff;
    }

    .line.yellow {
        background-color: #ffe433;
    }

.article-block__body {
    margin-top: 4.8rem;
}

.article-block__list {
    margin-top: 2rem;
}

    .article-block__list.no-marker .article-block__item:not(:only-child)::before {
        display: none;
    }

.article-block__item {
    font-size: 1.8rem;
    line-height: 100%;
    position: relative;
}

    .article-block__item:not(:last-child) {
        margin-bottom: 2rem;
    }

    .article-block__item:not(:only-child)::before {
        position: absolute;
        top: 50%;
        left: -1.8rem;
        display: block;
        width: .6rem;
        height: .6rem;
        content: '';
        transform: translateY(-50%);
        border-radius: 50%;
        background-color: #979797;
    }

.article-block__label {
    font-family: 'Roboto Condensed';
    font-size: 1.6rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.9rem;
    color: rgba(0, 0, 0, .6);
}

.article-block__btn {
    width: 100%;
    margin-top: 4.8rem;
}

.article-block__title {
    font-size: 1.8rem;
    font-weight: normal;
    font-style: normal;
    line-height: 2.2rem;
    display: flex;
    flex-direction: column;
    margin-top: 1.6rem;
    color: #000;
}

    .article-block__title.default,
    .article-block__title .article-block__link.default {
        font-weight: 600;
        color: black;
        align-self: flex-start;
    }

.article-block__link.default {
    width: fit-content;
    transition: .2s;
    border-bottom: 1px solid #000;
}

    .article-block__link.default:hover {
        color: #aaaeb5;
        border-color: #aaaeb5;
    }

.article-block__link {
    font-weight: normal;
    overflow: hidden;
    max-width: 24rem;
    margin-bottom: 1.3rem;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: black;
}

.article-block__el {
    margin-bottom: 4rem;
}

.bold-title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2.7rem;
}

/*.article-head__wrapper,
.article-body__wrapper {
    position: relative;
    display: block;
}*/

.article-head p,
.article-body p {
    font-family: 'Inter';
    font-size: 1.9rem;
    font-weight: 300;
    font-style: normal;
    line-height: 3rem;
    margin: 0;
    margin-top: 3rem;
    color: #000;
}

    .article-head p a,
    .article-body p a {
        margin-right: .5rem;
        margin-left: .5rem;
        border-bottom: 1px solid #000;
    }

        .article-head p a:hover,
        .article-body p a:hover {
            border-color: #aaaeb5;
        }

.article-head .grid-default,
.article-body .grid-default {
    margin-top: 2.7rem;
    margin-bottom: 4rem;
    padding-right: 4rem;
    padding-left: 4rem;
}

.article-head blockquote,
.article-body blockquote {
    margin: 3rem -4rem 0;
    padding: 3.6rem 4rem;
    border-radius: 4px;
    background-color: #ff95ff;
}

    .article-head blockquote p,
    .article-body blockquote p {
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 2.7rem;
        margin-top: 0;
        color: #fff;
    }

.article-head {
    margin-top: 4rem;
}

    .article-head .h1 {
        font-family: 'Inter';
        font-size: 2rem;
        font-weight: 600;
        font-style: normal;
        line-height: 3rem;
        color: #000;
    }

.article-body img {
    display: block;
    max-width: 100%;
}

.article-body h3 {
    font-family: 'Inter';
    font-size: 2rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2.4rem;
    margin-top: 3rem;
    color: #000;
}

.article-body h2 {
    font-family: 'Inter';
    font-size: 4rem;
    font-weight: bold;
    font-style: normal;
    line-height: 4.8rem;
    margin-top: 4rem;
    margin-right: -4rem;
    margin-right: 4rem;
    margin-left: -4rem;
    color: #000;
}

.article-body ul,
.article-body ol {
    margin-top: 2.5rem;
    margin-bottom: 4rem;
}

    .article-body ul a,
    .article-body ol a {
        transition: border-color .3s ease, color .3s ease;
        border-bottom: 1px solid #000;
    }

        .article-body ul a:hover,
        .article-body ol a:hover {
            border-color: #aaaeb5;
        }

    .article-body ul li,
    .article-body ol li {
        font-family: 'Inter';
        font-size: 2rem;
        font-weight: normal;
        font-style: normal;
        line-height: 1.2;
        margin-bottom: 2.5rem;
        color: #000;
    }

        .article-body ul li:last-child,
        .article-body ol li:last-child {
            margin-bottom: 0;
        }

        .article-body ul li::marker,
        .article-body ol li::marker {
            color: rgba(0, 0, 0, .3);
        }

figure {
    display: flex;
    flex-direction: column;
    width: calc(100% + 8rem);
    margin: 2.5rem -4rem 4rem -4rem;
    border-radius: .4rem;
    align-items: center;
    justify-content: center;
}

    figure img {
        width: 100%;
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }

.video-content {
    position: relative;
    width: calc(100% + 8rem);
    margin: 2.5rem -4rem 4rem -4rem;
}

    .video-content::before {
        display: block;
        width: 100%;
        padding-top: 57.1428571%;
        content: '';
    }

    .video-content iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: .4rem;
    }

figcaption {
    margin-top: 1.05rem;
    transition: .4s;
}

    figcaption span {
        font-family: 'Roboto Condensed';
        font-size: 1.8rem;
        font-weight: 300;
        font-style: normal;
        line-height: 2.1rem;
        position: relative;
        color: rgba(0, 0, 0, .6);
    }

        figcaption span:not(:only-child)::before {
            position: absolute;
            top: 0;
            right: -.9rem;
            display: block;
            content: '|';
            color: rgba(0, 0, 0, .2);
        }

    figcaption a {
        margin-left: 1.4rem;
        border-bottom: 1px solid #000;
    }

.article-slider {
    margin-left: -4rem;
}

    .article-slider.column .slick-track {
        display: flex;
        flex-direction: column;
    }

    .article-slider .slick-slide:nth-child(1):nth-last-child(2) figcaption,
    .article-slider .slick-slide:nth-child(2):nth-last-child(1) figcaption {
        opacity: 1;
    }

figure.img-captioned {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.article__tic-list.grid-default {
    margin: 6rem -34rem 0;
    padding-right: 0;
    padding-left: 0;
}

.section-button {
    display: none;
}

.section-button__inner {
    display: flex;
    margin-top: 4rem;
    justify-content: space-between;
    align-items: center;
}

.section-button__item {
    display: flex;
    justify-content: flex-end;
}

    .section-button__item:first-child {
        margin-right: 2rem;
    }

.section-button.section-button-object .section-button__item:first-child {
    width: calc(100% - 240px);
}

.section-button.section-button-events .section-button__item:first-child {
    width: calc(100% - 250px);
}

.section-button.section-button-events .button-map .btn-hide {
    color: black;
}

.section-button.section-button-events .button-map .icon-map {
    opacity: 1;
}

.section-favorites {
    padding-top: 20rem;
    padding-bottom: 2.8rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .05) 0%, rgba(255, 255, 255, .05) 100%);
}

    .section-favorites .item-tag {
        color: #000;
        background: #dedede;
    }

        .section-favorites .item-tag.active,
        .section-favorites .item-tag:hover {
            color: #fff;
            background-color: #ff3701;
        }

.section-favorites-list .article-default {
    position: relative;
}

.section-favorites-list .article-success__media::after {
    background: transparent;
}

.section-favorites-list .article-success__title {
    font-size: 4rem;
}

.section-stop {
    margin-top: 6rem;
    margin-bottom: 20rem;
}

.section-stop__head {
    display: flex;
    width: 100%;
    margin-bottom: 6rem;
    padding-left: 1.6rem;
    justify-content: space-between;
}

.section-stop__head-result {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    color: rgba(0, 0, 0, .6);
}

.section-stop__more {
    width: 100%;
    max-width: 68rem;
}

.section-stop__footer {
    display: flex;
    margin-top: 8rem;
    justify-content: center;
}

.section-tic {
    margin-top: 6rem;
    margin-bottom: 17.7rem;
}

    .section-tic .table-main__col {
        max-width: 24.8rem;
    }

        .section-tic .table-main__col:not(:last-child) {
            margin-right: 3.2rem;
        }

.list-tags {
    display: flex;
    max-width: 97.6rem;
    margin: 0 0 -1.2rem;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.list-tags__item {
    margin-right: 1.2rem;
    margin-bottom: 1.2rem;
    /* + .list-tags__item {
        //margin-left: 1.2rem;
        margin-right: 1.2rem;
    }*/
}

.item-tag {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.1;
    display: block;
    padding: 1rem 1.2rem .8rem;
    transition: background-color .3s, color .3s;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    border-radius: .4rem;
    background: rgba(255, 255, 255, .2);
}

    .no-touchevents .item-tag:hover,
    .item-tag.active {
        color: #000;
        background-color: #ffe433;
    }

.impressions-interactive .section-default__head {
    display: none;
}

.section-info.trip {
    background: linear-gradient(180deg, #155dff, #155dff), linear-gradient(180deg, rgba(0, 0, 0, .04) 0%, rgba(255, 255, 255, .04) 100%);
    /*.article-primary_md .article-switch__icon {
        left: auto;
        right: 1.6rem;
        top: 1.6rem;
    }*/
}

    .section-info.trip .section-info__footer .module-search {
        max-width: 100%;
    }

    .section-info.trip .section-info__title,
    .section-info.trip .section-info__content {
        color: #fff;
    }

.icon-way {
    min-width: 39.4rem;
}

.result-block .grid-switch__text {
    font-family: 'Roboto Condensed';
    font-size: 1.6rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.9rem;
    color: rgba(0, 0, 0, .6);
}

.result-block .grid-switch__cell {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

.result-block .btn-favorites {
    font-family: 'Roboto Condensed';
    font-size: 1.6rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.9rem;
    color: #000;
}

.article-switch__icon {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    width: 2.6rem;
    height: 2.6rem;
    padding: 0;
    border: none;
    background-color: transparent;
}

.icon-delete {
    z-index: 100;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: .2s;
}

    .icon-delete:hover {
        opacity: .5;
    }

    .icon-delete .icon {
        width: 2.6rem;
        height: 2.6rem;
    }

.section-info.stop .section-info__footer .module-search {
    max-width: 110.3rem;
}

.section-info.virtual {
    background: linear-gradient(0deg, #f8b214 0%, #f8b214 100%), linear-gradient(180deg, rgba(0, 0, 0, .04) 0%, rgba(255, 255, 255, .04) 100%);
}

    .section-info.virtual .section-info__content {
        opacity: 1;
    }

    .section-info.virtual .section-info__footer {
        margin-top: 10rem;
    }

        .section-info.virtual .section-info__footer .module-search {
            max-width: 96rem;
        }

.pdf-section {
    position: relative;
}

    .pdf-section .line {
        max-width: calc(100% - 3.6rem);
        margin: 0 auto;
    }

    .pdf-section h3 {
        font-size: 2rem;
        font-weight: 600;
        font-style: normal;
        line-height: 2.4rem;
        margin-top: 3rem;
        color: #000;
    }

.pdf-header {
    margin-bottom: 8.1rem;
    padding: 4.9rem 0 4.5rem;
    background: #ffe433;
}

    .pdf-header.secondary {
        color: #fff;
        background-color: #155dff;
    }

        .pdf-header.secondary .logo-company__title,
        .pdf-header.secondary .logo-company__description {
            color: #fff;
        }

.pdf-header-secondary {
    margin-top: 9rem;
}

.pdf-container {
    position: relative;
    width: 100%;
    max-width: 1926rem;
    margin: 0 auto;
    padding: 0 10rem;
}

.pdf-logo {
    margin-bottom: 4rem;
}

    .pdf-logo .logo-company {
        padding-left: 0;
    }

    .pdf-logo .logo-company__image {
        position: static;
        display: inline-block;
        transform: unset;
        vertical-align: middle;
    }

    .pdf-logo .logo-company__description {
        position: static;
    }

    .pdf-logo .logo-company {
        position: static;
        transform: unset;
    }

    .pdf-logo .logo-company__text {
        display: inline-block;
        margin-left: 1.2rem;
        vertical-align: middle;
    }

.pdf-date {
    display: inline-block;
}

.pdf-block {
    position: relative;
}

    .pdf-block:not(:last-child) {
        margin-bottom: 11rem;
    }

    .pdf-block.secondary:not(:last-child) {
        margin-bottom: 6rem;
    }

table.pdf-head .pdf-head__info {
    display: table-cell;
}

.pdf-head__info {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.5rem;
}

.pdf-title {
    font-size: 4.8rem;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    margin-right: 1.8rem;
    color: #fff;
}

.pdf-head__result {
    padding-left: .6rem;
}

.pdf-head__text {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    font-style: normal;
    line-height: normal;
    color: rgba(0, 0, 0, .6);
}

.pdf-section__aside {
    display: inline-block;
    width: 24rem;
    margin-right: 8rem;
    vertical-align: top;
}

    .pdf-section__aside .line {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.8rem;
        margin-left: 0;
    }

.pdf-section__aside-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    font-style: normal;
    line-height: normal;
}

.pdf-section__info {
    display: inline-block;
}

.pdf-wrapper {
    position: relative;
}

    .pdf-wrapper.secondary .line {
        height: 1.9rem;
    }

    .pdf-wrapper.secondary .pdf-logo {
        position: absolute;
        z-index: 1;
        top: 5rem;
        left: 2rem;
    }

    .pdf-wrapper.secondary .logo-company__title {
        color: #fff;
    }

.pdf-section__title {
    font-size: 1.6rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 4rem;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.pdf-list {
    font-size: 1.9rem;
    font-weight: 300;
    font-style: normal;
    position: relative;
    padding-left: 2rem;
}

    .pdf-list:not(:last-child) {
        margin-bottom: 9.5rem;
    }

    .pdf-list li:not(:last-child) {
        margin-bottom: 1.6rem;
    }

    .pdf-list .column {
        padding-right: 10rem;
    }

.pdf-list-secondary {
    font-size: 2.2rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
}

    .pdf-list-secondary p {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.6rem;
        font-weight: 300;
        font-style: normal;
        line-height: normal;
        margin: 0;
    }

        .pdf-list-secondary p:not(:last-child) {
            margin-bottom: 1rem;
        }

    .pdf-list-secondary strong {
        display: block;
        margin-bottom: 1rem;
    }

    .pdf-list-secondary li:not(:last-child) {
        margin-bottom: 2rem;
    }

.pdf-section__list {
    position: relative;
    width: 100%;
}

.pdf-event {
    position: relative;
    margin-bottom: 2rem;
    padding: 20rem 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .pdf-event::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(0, 0, 0, .4) 0;
    }

.pdf-info {
    margin-top: 2.4rem;
    padding: 0 1.8rem;
}

    .pdf-info.secondary {
        margin-top: 5.4rem;
    }

        .pdf-info.secondary .pdf-info__item-title {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 2.6rem;
            font-weight: 300;
            font-style: normal;
            line-height: normal;
            color: rgba(0, 0, 0, .6);
        }

        .pdf-info.secondary .pdf-info__item-value {
            font-size: 2.6rem;
            font-weight: 700;
            font-weight: 700;
            font-style: normal;
            line-height: normal;
        }

.pdf-event__title {
    position: relative;
    z-index: 1;
    color: #fff;
}

.pdf-info__items {
    margin-bottom: 6.5rem;
}

.pdf-info__item {
    display: inline-block;
    vertical-align: top;
}

    .pdf-info__item:not(:last-child) {
        margin-right: 9.1rem;
    }

.pdf-info__item-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    font-style: normal;
    line-height: normal;
    display: block;
    margin-bottom: 1.8rem;
    color: rgba(0, 0, 0, .6);
}

.pdf-info__item-value {
    font-size: 2.4rem;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    color: #000;
}

    .pdf-info__item-value:not(:last-child) {
        margin-bottom: 2rem;
    }

.pdf-head__info-title {
    font-size: 2.6rem;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    display: block;
    margin-bottom: 1.9rem;
}

.pdf-head__info-item {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    font-style: normal;
    line-height: normal;
    display: inline-block;
    vertical-align: top;
}

    .pdf-head__info-item:not(:last-child) {
        margin-right: 7rem;
    }

.pdf-routes {
    padding-left: 1.7rem;
    list-style: none;
}

    .pdf-routes li {
        position: relative;
    }

        .pdf-routes li::after {
            position: absolute;
            top: .7rem;
            left: -1.5rem;
            width: 1rem;
            height: 1rem;
            content: '';
            border-radius: 50%;
            background-color: #fff;
        }

        .pdf-routes li:not(:last-child) {
            margin-bottom: 1.5rem;
        }

            .pdf-routes li:not(:last-child)::before {
                position: absolute;
                top: 2rem;
                left: -1.1rem;
                display: inline-block;
                width: 1rem;
                height: 4.3rem;
                content: url('../images/svg/route.svg');
            }

.pdf-qr {
    min-width: 30.4rem;
}

    .pdf-qr img {
        display: block;
        max-width: 22.8rem;
        height: auto;
        margin: 0 auto;
    }

.pdf-qr__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    font-style: normal;
    line-height: normal;
    display: block;
    margin-bottom: 1rem;
    text-align: center;
}

.pdf-article {
    padding: 0 2rem;
}

    .pdf-article h2 {
        margin-left: 0;
    }

    .pdf-article b {
        font-weight: 700;
    }

    .pdf-article ul li::marker,
    .pdf-article ol li::marker {
        color: #000;
    }

.pdf-images {
    width: 100%;
    max-width: 104.5rem;
    margin-top: 4rem;
}

    .pdf-images img {
        max-width: 47rem;
        margin-right: 3rem;
        margin-bottom: 3rem;
        object-fit: cover;
    }

    .pdf-images.secondary img:first-child {
        width: 100%;
        max-width: 97.5rem;
    }

.page-break-before {
    position: relative;
    page-break-before: always;
}

.no-page-break-inside {
    position: relative;
    page-break-before: auto;
    page-break-inside: avoid;
}

.no-page-break-before {
    position: relative;
    page-break-before: avoid;
    page-break-inside: auto;
    page-break-after: always;
}

.no-page-break {
    position: relative;
    page-break-before: avoid;
    page-break-inside: avoid;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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

.daterangepicker {
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
    position: absolute;
    z-index: 3001;
    top: 100px;
    left: 20px;
    display: none;
    width: 278px;
    max-width: none;
    margin-top: 7px;
    padding: 0;
    color: inherit;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

    .daterangepicker:before,
    .daterangepicker:after {
        position: absolute;
        display: inline-block;
        content: '';
        border-bottom-color: rgba(0, 0, 0, .2);
    }

    .daterangepicker:before {
        top: -7px;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
    }

    .daterangepicker:after {
        top: -6px;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
    }

    .daterangepicker.opensleft:before {
        right: 9px;
    }

    .daterangepicker.opensleft:after {
        right: 10px;
    }

    .daterangepicker.openscenter:before {
        right: 0;
        left: 0;
        width: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .daterangepicker.openscenter:after {
        right: 0;
        left: 0;
        width: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .daterangepicker.opensright:before {
        left: 9px;
    }

    .daterangepicker.opensright:after {
        left: 10px;
    }

    .daterangepicker.drop-up {
        margin-top: -7px;
    }

        .daterangepicker.drop-up:before {
            top: initial;
            bottom: -7px;
            border-top: 7px solid #ccc;
            border-bottom: initial;
        }

        .daterangepicker.drop-up:after {
            top: initial;
            bottom: -6px;
            border-top: 6px solid #fff;
            border-bottom: initial;
        }

    .daterangepicker.single .daterangepicker .ranges,
    .daterangepicker.single .drp-calendar {
        float: none;
    }

    .daterangepicker.single .drp-selected {
        display: none;
    }

    .daterangepicker.show-calendar .drp-calendar {
        display: block;
    }

    .daterangepicker.show-calendar .drp-buttons {
        display: block;
    }

    .daterangepicker.auto-apply .drp-buttons {
        display: none;
    }

    .daterangepicker .drp-calendar {
        display: none;
        max-width: 270px;
    }

        .daterangepicker .drp-calendar.left {
            padding: 8px 0 8px 8px;
        }

        .daterangepicker .drp-calendar.right {
            padding: 8px;
        }

        .daterangepicker .drp-calendar.single .calendar-table {
            border: none;
        }

    .daterangepicker .calendar-table .next span,
    .daterangepicker .calendar-table .prev span {
        display: inline-block;
        padding: 3px;
        color: #fff;
        border: solid black;
        border-width: 0 2px 2px 0;
        border-radius: 0;
    }

    .daterangepicker .calendar-table .next span {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .daterangepicker .calendar-table .prev span {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .daterangepicker .calendar-table th,
    .daterangepicker .calendar-table td {
        font-size: 12px;
        line-height: 24px;
        width: 32px;
        min-width: 32px;
        height: 24px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        white-space: nowrap;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .daterangepicker .calendar-table {
        border: 1px solid #fff;
        border-radius: 4px;
        background-color: #fff;
    }

        .daterangepicker .calendar-table table {
            width: 100%;
            margin: 0;
            border-spacing: 0;
            border-collapse: collapse;
        }

    .daterangepicker td.available:hover,
    .daterangepicker th.available:hover {
        color: inherit;
        border-color: transparent;
        background-color: #eee;
    }

    .daterangepicker td.week,
    .daterangepicker th.week {
        font-size: 80%;
        color: #ccc;
    }

    .daterangepicker td.off,
    .daterangepicker td.off.in-range,
    .daterangepicker td.off.start-date,
    .daterangepicker td.off.end-date {
        color: #999;
        border-color: transparent;
        background-color: #fff;
    }

    .daterangepicker td.in-range {
        color: #000;
        border-color: transparent;
        border-radius: 0;
        background-color: #ebf4f8;
    }

    .daterangepicker td.start-date {
        border-radius: 4px 0 0 4px;
    }

    .daterangepicker td.end-date {
        border-radius: 0 4px 4px 0;
    }

    .daterangepicker td.start-date.end-date {
        border-radius: 4px;
    }

    .daterangepicker td.active,
    .daterangepicker td.active:hover {
        color: #fff;
        border-color: transparent;
        background-color: #357ebd;
    }

    .daterangepicker th.month {
        width: auto;
    }

    .daterangepicker td.disabled,
    .daterangepicker option.disabled {
        cursor: not-allowed;
        text-decoration: line-through;
        color: #999;
    }

    .daterangepicker select.monthselect,
    .daterangepicker select.yearselect {
        font-size: 12px;
        height: auto;
        margin: 0;
        padding: 1px;
        cursor: default;
    }

    .daterangepicker select.monthselect {
        width: 56%;
        margin-right: 2%;
    }

    .daterangepicker select.yearselect {
        width: 40%;
    }

    .daterangepicker select.hourselect,
    .daterangepicker select.minuteselect,
    .daterangepicker select.secondselect,
    .daterangepicker select.ampmselect {
        font-size: 12px;
        width: 50px;
        margin: 0 auto;
        padding: 2px;
        border: 1px solid #eee;
        outline: 0;
        background: #eee;
    }

    .daterangepicker .calendar-time {
        line-height: 30px;
        position: relative;
        margin: 4px auto 0 auto;
        text-align: center;
    }

        .daterangepicker .calendar-time select.disabled {
            cursor: not-allowed;
            color: #ccc;
        }

    .daterangepicker .drp-buttons {
        line-height: 12px;
        display: none;
        clear: both;
        padding: 8px;
        text-align: right;
        vertical-align: middle;
        border-top: 1px solid #ddd;
    }

    .daterangepicker .drp-selected {
        font-size: 12px;
        display: inline-block;
        padding-right: 8px;
    }

    .daterangepicker .drp-buttons .btn {
        font-size: 12px;
        font-weight: bold;
        margin-left: 8px;
        padding: 4px 8px;
    }

    .daterangepicker.show-ranges.single.rtl .drp-calendar.left {
        border-right: 1px solid #ddd;
    }

    .daterangepicker.show-ranges.single.ltr .drp-calendar.left {
        border-left: 1px solid #ddd;
    }

    .daterangepicker.show-ranges.rtl .drp-calendar.right {
        border-right: 1px solid #ddd;
    }

    .daterangepicker.show-ranges.ltr .drp-calendar.left {
        border-left: 1px solid #ddd;
    }

    .daterangepicker .ranges {
        float: none;
        margin: 0;
        text-align: left;
    }

    .daterangepicker.show-calendar .ranges {
        margin-top: 8px;
    }

    .daterangepicker .ranges ul {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        list-style: none;
    }

    .daterangepicker .ranges li {
        font-size: 12px;
        padding: 8px 12px;
        cursor: pointer;
    }

        .daterangepicker .ranges li:hover {
            background-color: #eee;
        }

        .daterangepicker .ranges li.active {
            color: #fff;
            background-color: #08c;
        }

/*  Larger Screen Styling */

.daterangepicker {
    margin-top: 12px;
    padding-bottom: 1rem;
    border: none;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 17px 30px rgba(0, 0, 0, .3);
}

    .daterangepicker .yearselect,
    .daterangepicker .monthselect {
        background: none;
    }

    .daterangepicker .yearselect {
        min-width: 40px !important;
    }

    .daterangepicker:not(.show-always) th.next,
    .daterangepicker:not(.show-always) th.prev {
        height: 30px;
    }

    .daterangepicker.show-calendar select.yearselect,
    .daterangepicker.show-calendar select.monthselect {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: normal;
        letter-spacing: .808px;
        text-transform: uppercase;
    }

    .daterangepicker thead th {
        padding-bottom: 1rem;
    }

    .daterangepicker.show-always {
        position: static;
        display: none !important;
        width: 100%;
        max-width: 82rem;
        margin-top: 0;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 6px;
        box-shadow: none;
        justify-content: center;
    }

        .daterangepicker.show-always .drp-calendar.left .calendar-table {
            padding-right: 4rem;
        }

        .daterangepicker.show-always.active {
            display: flex !important;
        }

        .daterangepicker.show-always thead th,
        .daterangepicker.show-always tbody td {
            font-size: 1.6rem;
            min-width: 44px;
            min-height: 44px;
        }

        .daterangepicker.show-always::after {
            display: none;
        }

    .daterangepicker::before {
        display: none;
    }

    .daterangepicker.daterangepicker.opensleft:after {
        display: none;
    }

    .daterangepicker.daterangepicker.opensleft:before {
        display: none;
    }

    .daterangepicker .prev,
    .daterangepicker .next {
        display: flex;
        height: 10px;
        margin-right: 0;
        align-items: center;
        justify-content: center;
    }

        .daterangepicker .prev svg,
        .daterangepicker .next svg {
            width: 18px;
            height: 20px;
            stroke: #000;
        }

        .daterangepicker .prev.available:hover,
        .daterangepicker .next.available:hover {
            background-color: transparent;
        }

            .daterangepicker .prev.available:hover span,
            .daterangepicker .next.available:hover span {
                border-color: #ffe433;
            }

    .daterangepicker .drp-calendar.left {
        padding: 1.5rem 0 .3rem 2.4rem;
    }

    .daterangepicker .drp-calendar.right {
        padding: 1.5rem 2.4rem .3rem 2rem;
        padding-left: .8rem;
    }

    .daterangepicker.show-calendar .drp-buttons {
        display: none;
    }

        .daterangepicker.show-calendar .drp-buttons input[type='checkbox'] {
            appearance: checkbox;
        }

        .daterangepicker.show-calendar .drp-buttons label {
            font-family: 'Inter';
            font-size: 1.8rem;
            font-weight: 300;
            color: #000;
        }

    .daterangepicker td.start-date,
    .daterangepicker td.end-date {
        border-radius: 100%;
        background-color: #ffe433;
    }

    .daterangepicker td.ends.start-date.available {
        border-radius: 0;
        background-color: #fff7c2;
    }

    .daterangepicker .calendar-table th,
    .daterangepicker .calendar-table td {
        font-size: 2rem;
        font-weight: 300;
        font-style: normal;
        line-height: 2rem;
        letter-spacing: .32px;
        text-transform: lowercase;
        color: rgba(0, 0, 0, .5);
        border: none;
        font-feature-settings: 'pnum' on, 'lnum' on;
    }

    .daterangepicker td {
        position: relative;
        transition: .2s;
    }

        .daterangepicker td.event {
            border-radius: 50%;
        }

            .daterangepicker td.event::before {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 32px;
                height: 32px;
                content: '';
                transform: translate(-50%, -50%);
                border: 1px solid rgba(255, 228, 51, .5);
                border-radius: 50%;
            }

        .daterangepicker td.event-important::before {
            position: absolute;
            top: 4px;
            left: 50%;
            width: 6px;
            height: 6px;
            content: '';
            transform: translate(-50%);
            border-radius: 50%;
            background-color: #ff3701;
        }

        .daterangepicker td .available {
            font-size: 2rem;
            font-weight: 300;
            font-style: normal;
            line-height: 2rem;
            letter-spacing: .32px;
            color: #000;
            font-feature-settings: 'pnum' on, 'lnum' on;
        }

            .daterangepicker td.available:hover {
                background-color: #fff7c2;
            }

        .daterangepicker td.in-range,
        .daterangepicker td.in-range.off.available {
            background-color: #fff7c2;
        }

    .daterangepicker .calendar-table {
        border-radius: 8px;
    }

    .daterangepicker .drp-calendar {
        max-width: 100%;
    }

    .daterangepicker .calendar-table {
        padding-right: 0;
    }

        .daterangepicker .calendar-table .table-condensed thead tr:last-child {
            height: 40px;
        }

            .daterangepicker .calendar-table .table-condensed thead tr:last-child th {
                padding-bottom: 1.7rem;
                vertical-align: bottom;
            }

        .daterangepicker .calendar-table table tbody tr td {
            font-family: 'Inter';
            font-weight: 300;
            font-style: normal;
            line-height: 2rem;
            width: 44px;
            height: 44px;
            letter-spacing: .32px;
            color: #000;
            font-feature-settings: 'pnum' on, 'lnum' on;
        }

            .daterangepicker .calendar-table table tbody tr td:hover {
                color: #000;
                border-radius: 100%;
            }

        .daterangepicker .calendar-table table td.off,
        .daterangepicker .calendar-table table td.off.in-range {
            font-family: 'Inter';
            font-size: 2rem;
            font-weight: 300;
            font-style: normal;
            line-height: 2rem;
            letter-spacing: .32px;
            color: rgba(0, 0, 0, .3);
        }

            .daterangepicker .calendar-table table td.off:before,
            .daterangepicker .calendar-table table td.off.in-range:before {
                display: none;
            }

            .daterangepicker .calendar-table table td.off.start-date,
            .daterangepicker .calendar-table table td.off.end-date {
                color: #fff;
            }

            .daterangepicker .calendar-table table td.off.active {
                color: white;
            }

        .daterangepicker .calendar-table table td.active {
            width: 44px;
            height: 44px;
            color: #fff;
            border-color: transparent;
            border-radius: 100%;
            background-color: #ffe433;
        }

            .daterangepicker .calendar-table table td.active:hover {
                color: #fff;
                border-radius: 100%;
                background-color: #ffe433;
            }

    .daterangepicker .weekend.off.ends.active.start-date.available,
    .daterangepicker .off.ends.available {
        background-color: transparent;
    }

    .daterangepicker .weekend.off.ends.in-range.available::before {
        background-color: transparent;
    }

    .daterangepicker select {
        cursor: pointer;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .daterangepicker select.monthselect,
        .daterangepicker select.yearselect {
            font-family: 'Roboto Condensed';
            font-size: 1.6rem;
            font-weight: 300;
            font-style: normal;
            line-height: 2.6rem;
            width: auto;
            cursor: pointer;
            transition: .2s;
            text-align: center;
            text-transform: capitalize;
            color: rgba(0, 0, 0, .872566);
        }

            .daterangepicker select.monthselect:hover,
            .daterangepicker select.yearselect:hover {
                color: #ffe433;
            }

                .daterangepicker select.monthselect:hover option:not(:disabled),
                .daterangepicker select.yearselect:hover option:not(:disabled) {
                    color: #000;
                }

    .daterangepicker td.in-range,
    .daterangepicker td.off.in-range {
        background-color: #fff7c2;
    }

    .daterangepicker .start-date,
    .daterangepicker .end-date {
        position: relative;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .daterangepicker .start-date + .end-date {
            display: table-cell;
        }

    .daterangepicker .start-date {
        z-index: 11;
    }

        .daterangepicker .start-date + .in-range {
            position: relative;
        }

            .daterangepicker .start-date + .in-range::before {
                position: absolute;
                z-index: 0;
                top: 0;
                left: -50%;
                width: 50%;
                height: 100%;
                content: '';
                background-color: #fff7c2;
            }

            .daterangepicker .start-date + .in-range.end-date::before {
                display: none;
            }

    .daterangepicker .in-range.off::before {
        display: none;
    }

    .daterangepicker .in-range.after::after {
        position: absolute;
        z-index: 0;
        top: 0;
        right: -50%;
        width: 50%;
        height: 100%;
        content: '';
        background-color: #fff7c2;
    }

    .daterangepicker .end-date:not(.start-date) + .available {
        position: relative;
    }

        .daterangepicker .end-date:not(.start-date) + .available.off::before {
            display: none;
        }

    .daterangepicker .in-range:not(.start-date),
    .daterangepicker .in-range:not(.end-date) {
        transition: .2s;
    }

        .daterangepicker .in-range:not(.start-date):hover,
        .daterangepicker .in-range:not(.end-date):hover {
            color: #fff;
            border-radius: 0;
            background-color: #ffe433;
        }

.color-main-blue .daterangepicker .prev.available:hover span,
.color-main-blue .daterangepicker .next.available:hover span {
    border-color: #155dff;
}

.color-main-blue .daterangepicker td.start-date,
.color-main-blue .daterangepicker td.end-date {
    background-color: #155dff;
}

.color-main-blue .daterangepicker td.available:hover {
    background-color: rgba(21, 93, 255, .1);
}

.color-main-blue .daterangepicker td.in-range,
.color-main-blue .daterangepicker td.in-range.off.available {
    background-color: rgba(21, 93, 255, .1);
}

.color-main-blue .daterangepicker .calendar-table table td.active {
    background-color: #155dff;
}

    .color-main-blue .daterangepicker .calendar-table table td.active:hover {
        background-color: #155dff;
    }

.color-main-blue .daterangepicker select.monthselect:hover,
.color-main-blue .daterangepicker select.yearselect:hover {
    color: #155dff;
}

.color-main-blue .daterangepicker td.in-range,
.color-main-blue .daterangepicker td.off.in-range {
    background-color: rgba(21, 93, 255, .1);
}

.color-main-blue .daterangepicker .start-date + .in-range::before {
    background-color: rgba(21, 93, 255, .1);
}

.color-main-blue .daterangepicker .end-date:not(.start-date) + .available::before {
    background-color: rgba(21, 93, 255, .1);
}

.color-main-blue .daterangepicker .in-range:not(.start-date):hover,
.color-main-blue .daterangepicker .in-range:not(.end-date):hover {
    border-radius: 100%;
    background-color: #155dff;
}

.mobile-daterangepicker {
    position: fixed !important;
    /*height: 100% !important;*/
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: none;
    overflow-y: auto;
    width: 100% !important;
    margin-top: 0 !important;
    padding-top: 109px;
    padding-bottom: 130px;
    flex-wrap: wrap;
    /*.drp-calendar.left,
    .drp-calendar.right {
        align-self: center;
        margin-top: -45rem;
    }*/
}

    .mobile-daterangepicker .popup-button__wrapper {
        position: fixed;
        display: block;
    }

    .mobile-daterangepicker .drp-calendar {
        min-width: 50%;
        max-width: 50%;
    }

    .mobile-daterangepicker .popup-button__wrapper.top {
        background-color: #fff;
    }

    .mobile-daterangepicker .ranges {
        position: fixed;
        z-index: 3002;
        margin-top: 0 !important;
    }

    .mobile-daterangepicker .popup-button__wrapper.top {
        width: 100%;
    }

    .mobile-daterangepicker .drp-buttons {
        display: none;
    }

    .mobile-daterangepicker .drp-buttons {
        border: none;
    }

    .mobile-daterangepicker .ranges {
        float: none;
        width: 100%;
    }

.btn-prev-month,
.btn-next-month {
    height: 3rem;
    border: none;
    background-color: transparent;
}

    .btn-prev-month span,
    .btn-next-month span {
        position: relative;
    }

        .btn-prev-month span::after,
        .btn-prev-month span::before,
        .btn-next-month span::after,
        .btn-next-month span::before {
            position: absolute;
            left: -1.1rem;
            display: block;
            width: 1.3em;
            height: .55rem;
            content: '';
            border-radius: .4rem;
            background-color: #000;
        }

.btn-prev-month {
    margin-right: 4rem;
}

    .btn-prev-month span::after {
        left: -2.2rem;
        transform: rotate(-45deg);
    }

    .btn-prev-month span::before {
        transform: rotate(45deg);
    }

.btn-next-month span::after {
    left: 0;
    transform: rotate(-45deg);
}

.btn-next-month span::before {
    transform: rotate(45deg);
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    text-decoration: none;
}

.daterangepicker .calendar-table table td.off,
.daterangepicker .calendar-table table td.off.in-range,
.daterangepicker .calendar-table table td.off.start-date,
.daterangepicker .calendar-table table td.off.end-date {
    font-family: 'Inter';
    font-size: 1.4rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.7rem;
    text-align: center;
    color: #000;
}

    .daterangepicker .calendar-table table td.off.disabled,
    .daterangepicker .calendar-table table td.off.ends.available {
        color: rgba(0, 0, 0, .3);
    }

.color-main-blue .daterangepicker td.in-range.off.available.end-date {
    background-color: #155dff;
}

.daterangepicker td.in-range.off.available.end-date {
    background-color: #ffe433;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    font-size: 1.4rem;
}

.slick-slider {
    width: 170rem;
}

.slick-list {
    width: 100%;
}

.slick-track {
    margin-right: 0;
    margin-left: 0;
}

.slick-slide {
    margin-right: 1.5rem;
}

    .slick-slide figcaption {
        opacity: 0;
    }

    .slick-slide img {
        width: 100%;
        border-radius: 4px;
    }

.slick-current.slick-active figcaption {
    opacity: 1;
}

@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

        .daterangepicker .ranges ul {
            width: 140px;
        }

        .daterangepicker.single .ranges ul {
            width: 100%;
        }

        .daterangepicker.single .drp-calendar.left {
            clear: none;
        }

        .daterangepicker.single .ranges,
        .daterangepicker.single .drp-calendar {
            float: left;
        }

    .daterangepicker {
        text-align: left;
        direction: ltr;
    }

        .daterangepicker .drp-calendar.left {
            clear: left;
            margin-right: 0;
        }

            .daterangepicker .drp-calendar.left .calendar-table {
                border-right: none;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

        .daterangepicker .drp-calendar.right {
            margin-left: 0;
        }

            .daterangepicker .drp-calendar.right .calendar-table {
                border-left: none;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

        .daterangepicker .drp-calendar.left .calendar-table {
            padding-right: 8px;
        }

        .daterangepicker .ranges,
        .daterangepicker .drp-calendar {
            float: left;
        }
}

@media (min-width: 691px) {
    .mobile-block-map {
        display: none;
    }

    .map-interactive {
        display: block;
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }

    .daterangepicker .ranges {
        float: left;
    }

    .daterangepicker.rtl .ranges {
        float: right;
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important;
    }

    .mobile-daterangepicker .ranges {
        float: none;
        width: 100%;
    }
}

@media (min-width: 1023px) {
    :root {
        font-size: calc(7.5px + 2.5 * (100vw - 1023px) / 897);
    }
}

@media (min-width: 1920px) {
    :root {
        font-size: 10px;
    }
}

@media (max-width: 1680px) {
    .layout-header__inner {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 1440px) {
    .layout-header__inner {
        padding-left: 0;
    }

    .main-menu {
        display: none;
    }

    .article-bright.chair:after {
        right: -40%;
    }
}

@media (max-width: 1399px) {
    .grid-primary__wrapper .grid-primary__cell {
        width: 27rem;
    }

    .layout-panel__body .grid-primary__wrapper .grid-primary__cell {
        margin-right: 3rem;
    }
}

@media (max-width: 1350px) {
    .grid,
    .grid-4 {
        display: grid;
        grid-template-columns: 14rem 14rem;
        grid-template-rows: auto auto;
        grid-column-gap: 4rem;
    }

    .grid-3 .article-block__el:nth-child(2) {
        margin-bottom: 0;
        grid-column: 2/3;
        grid-row: 1/3;
    }

    .grid-2 {
        grid-template-rows: 0;
    }

    .grid-1 {
        grid-template-columns: 100%;
        grid-template-rows: 0;
    }

    .article-head__wrapper {
        display: flex;
        flex-wrap: wrap;
    }

        .article-head__wrapper h1 {
            width: 45%;
        }

    .article-block__link {
        margin-bottom: 4rem;
    }

    .article-block__inner {
        position: relative;
        left: 0;
        width: 100%;
        margin-top: 3rem;
        margin-right: 4rem;
        transform: translateX(0);
    }

    .article-head {
        display: flex;
    }

    .article-block__inner.main {
        position: relative;
        width: 45%;
        margin-top: 0;
        margin-right: 4rem;
    }

        .article-block__inner.main .article-block__el {
            position: relative;
            display: flex;
            flex-direction: column;
            min-width: 0;
            margin-bottom: 4rem;
            -ms-flex-direction: column;
        }

            .article-block__inner.main .article-block__el:last-child {
                margin-bottom: 0;
            }

    .article-body__wrapper .article-block__inner {
        min-height: 15rem;
        margin-top: 3rem;
        padding: 0 2.4rem 2.4rem;
        border-radius: 0 0 6px 6px;
        background-color: rgba(255, 149, 255, .2);
    }

    .article-body__wrapper .article-block__head {
        margin: 0 -2.4rem 1.8rem;
    }
}

@media (max-width: 1280px) {
    .main-menu__item {
        font-size: 1.5rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .layout-header__panel {
        padding-right: 8rem;
    }

    .link-trip {
        font-size: 1.5rem;
    }
}

@media (max-width: 1250px) {
    .section-choice__icon {
        display: none;
    }
}

@media (max-width: 1199px) {
    .routes-create__descrip {
        margin-bottom: 3rem;
        padding-left: 0;
    }

    .section-info__dates .daterangepicker.show-always .calendar-table table .prev {
        left: 5rem;
    }

    .section-info__dates .daterangepicker.show-always .calendar-table table .next {
        right: 5rem;
    }

    .section-info__dates .daterangepicker.show-always .calendar-table table .next,
    .section-info__dates .daterangepicker.show-always .calendar-table table .prev {
        min-width: 1.6rem;
        min-height: .8rem;
    }
}

@media (max-width: 1170px) {
    .layout-header__inner {
        padding-right: 14rem;
        padding-left: 14rem;
    }
}

@media (max-width: 1100px) {
    .article-bright__grid {
        margin: 6rem -29rem 0;
    }

    .article-bright.chair:after {
        right: -40%;
    }
}

@media (max-width: 1070px) {
    .section-time__article .article-panel {
        margin: 6rem -30rem;
    }
}

@media (max-width: 1040px) {
    .layout-header__panel .link-trip {
        display: block;
    }
}

@media (max-width: 1024px) {
    :root {
        font-size: 10px;
    }

    .container {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    h2,
    .h2 {
        font-size: 4rem;
    }

    .layout-header {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .main-menu {
        display: none;
    }

    .logo-company__title {
        font-size: 2.2rem;
    }

    .logo-company__image {
        width: 4rem;
        height: 4rem;
    }

    .layout-panel__footer {
        display: none;
    }

    .mobile-block {
        display: block;
        margin-top: 49rem;
    }

        .mobile-block .languages {
            margin-left: 0;
        }

        .mobile-block .social-icons {
            margin-top: 2.8rem;
            opacity: .4;
            flex-wrap: wrap;
        }

        .mobile-block .social-icons__link .icon {
            width: 3.2rem;
            height: 3.2rem;
        }

        .mobile-block .social-icons__item + .social-icons__item {
            margin-left: 0;
        }

        .mobile-block .social-icons__item {
            display: flex;
            width: 33.33%;
            margin-top: 2.4rem;
            margin-right: 0;
            margin-left: 0;
        }

        .mobile-block .languages__list {
            min-width: 20rem;
            color: #fff;
            background-color: #8a0ade;
        }

    .grid-primary__wrapper {
        position: relative;
        flex-direction: column;
    }

        .grid-primary__wrapper::after {
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            width: .1rem;
            height: 90%;
            content: '';
            border-radius: 5px;
            background: rgba(0, 0, 0, .2);
        }

        .grid-primary__wrapper .grid-primary__title {
            font-size: 2.4rem;
        }

        .grid-primary__wrapper .menu-primary__item {
            margin-bottom: 4.4rem;
        }

        .grid-primary__wrapper .grid-primary__cell {
            width: auto;
            margin-right: 0;
            margin-bottom: 8rem;
        }

            .grid-primary__wrapper .grid-primary__cell:first-child::before {
                display: none;
            }

            .grid-primary__wrapper .grid-primary__cell::before {
                display: none;
            }

    .layout-footer__links {
        display: none;
    }

    .layout-footer__base {
        font-size: 1.2rem;
    }

        .layout-footer__base .animated-line {
            display: none;
        }

        .layout-footer__base .grid-primary__cell {
            width: 50%;
        }

    .article-default__media::before {
        padding-top: 52.47253%;
    }

    .article-default_md .article-default__title {
        font-size: 2.2rem;
    }

    .prompt-wrapper {
        right: .8rem;
        left: auto;
        transform: translate(0, -100%);
    }

    .prompt-block {
        border-radius: .4rem .4rem 0 .4rem;
    }

        .prompt-block::after {
            right: -1.2rem;
            left: auto;
        }

    .article-default__body {
        padding: 1.5rem 2rem 0 2rem;
    }

    .article-primary__body {
        padding: 4rem 2rem;
    }

    .article-primary__title {
        font-size: 2.6rem;
    }

    .col-md-hide {
        display: none;
    }

    .col-md-1 {
        width: 8.333333%;
    }

    .col-md-2 {
        width: 16.666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.333333%;
    }

    .col-md-5 {
        width: 41.666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333333%;
    }

    .col-md-8 {
        width: 66.666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.333333%;
    }

    .col-md-11 {
        width: 91.666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .module-info__footer .btn-default {
        width: 100%;
    }

    .layout-panel__close {
        width: 2.6rem;
        height: 2.6rem;
    }

        .layout-panel__close:before,
        .layout-panel__close:after {
            width: 2.6rem;
            height: .6rem;
        }

    .module-search.module-secondary.secondary .module-search__grid {
        display: flex;
    }

    .module-search.module-secondary.secondary .module-search__submit {
        right: -1rem;
    }

    .module-search.module-secondary.secondary .module-search__cell > div {
        padding: .7rem 1rem .3rem;
    }

    .popup-button__wrapper.bottom {
        padding: 2rem;
    }

        .popup-button__wrapper.bottom .popup-button__block button {
            width: 50%;
            height: 6rem;
        }

        .popup-button__wrapper.bottom .popup-button__block .btn-clear {
            margin-right: 2rem;
        }

        .popup-button__wrapper.bottom .popup-button__block .btn-next {
            margin-left: 2rem;
        }

    .popup-active .module-search__second {
        margin-top: 12rem;
    }

    .module-search.module-secondary .module-search__grid {
        display: none;
    }

    .module-search.module-secondary + .module-search_mobile {
        display: flex;
        justify-content: center;
    }

        .module-search.module-secondary + .module-search_mobile .button-map {
            width: 50%;
            margin-left: 2rem;
        }

            .module-search.module-secondary + .module-search_mobile .button-map .btn-hide {
                width: 100%;
            }

        .module-search.module-secondary + .module-search_mobile .btn-setting {
            width: 50%;
            margin-right: 2rem;
        }

    .module-search.module-secondary .popup-button__wrapper.bottom .popup-button__block .btn-next {
        background-color: #fff;
    }

    .section-search__checkbox .checkbox-block {
        width: 3.2rem;
        min-width: 3.2rem;
        height: 3.2rem;
    }

    .section-search__checkbox .icon {
        top: .3rem;
        right: -.8rem;
        width: 3.2rem;
        height: 3.2rem;
    }

    .table-main__head {
        display: none;
    }

    .table-main__row {
        flex-direction: column;
    }

    .table-main__col {
        font-size: 1.4rem;
        max-width: unset;
        padding-left: 16rem;
    }

        .table-main__col:not(:last-child) {
            margin-right: 0;
            margin-bottom: 2rem;
        }

        .table-main__col::before {
            display: block;
            width: 100%;
            max-width: 16rem;
        }

    .routes-create__step {
        flex-direction: column;
    }

    .routes-create__descrip p {
        font-size: 1.6rem;
    }

    .routes-create__descrip {
        margin-right: 0;
    }

    .routes-create__title {
        font-size: 3rem;
        margin-bottom: 2rem;
    }

    .module-events {
        padding: 1.8rem 1.2rem 2.6rem;
    }

    .module-events__list {
        padding: 0;
    }

    .card-communication.location .card-communication__icon {
        width: 60px;
        height: 75px;
    }

    .card-communication.time .card-communication__icon {
        width: 75px;
        height: 75px;
    }

    .card-communication.contacts .card-communication__icon {
        width: 62px;
        height: 75px;
    }

    .card-communication.contacts .card-communication__content {
        display: grid;
        max-width: unset;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 4rem 10rem;
    }

    .card-communication.contacts .card-communication__item:not(:last-child) {
        margin-bottom: 0;
    }

    .card-communication {
        padding: 6.5rem 2.3rem;
    }

    .section-default__footer.mt-lg {
        margin-top: 4.8rem;
    }

    .section-default__footer {
        padding-right: 2rem;
        padding-left: 2rem;
    }

        .section-default__footer .btn-default {
            width: 100%;
            max-width: 68rem;
            margin-right: auto;
            margin-left: auto;
        }

        .section-default__footer.center .btn-default {
            width: 100%;
        }

    .section-welcome__h1 {
        font-size: 4rem;
    }

    .section-welcome__inner {
        min-height: 24rem;
    }

        .section-welcome__inner.default {
            align-items: center;
        }

    .section-articles {
        padding-top: 6rem;
    }

        .section-articles .section-default__body .grid-default .grid-default__item.col-6.col-md-12:nth-child(2) {
            order: 1;
        }

    .section-banner__footer .btn-default {
        width: 100%;
        max-width: 68rem;
        margin-right: auto;
        margin-left: auto;
    }

    .list-events__item {
        width: 33.333%;
    }

    .map-region__label {
        margin-bottom: 0;
    }

    .map-interactive__svg {
        max-width: 43rem;
    }

    .minsk-region .map-region__capital {
        width: fit-content;
        margin-top: 4rem;
        text-align: left;
    }

    .minsk-region,
    .grodno-region,
    .brest-region {
        right: 0;
        left: 0;
        width: 50%;
        transform: translateX(-70%);
    }

    .map-region__capital .line:before {
        width: 20.8rem;
    }

    .map-region__capital .line:after {
        left: 21rem;
        width: 9.5rem;
    }

    .map-region__title .line:before {
        top: 63px;
        left: 155px;
        width: 23rem;
        transform: rotate(27deg) translateX(-100%);
    }

    .map-region__title {
        white-space: normal;
    }

    .vitebsk-region,
    .mogilev-region,
    .gomel-region {
        right: 0;
        display: flex;
        flex-direction: column;
        width: 60%;
        margin: 0;
        transform: translateX(-40%);
        align-items: flex-end;
    }

    .minsk-region,
    .vitebsk-region {
        top: -26px;
    }

    .grodno-region {
        top: 42%;
    }

    .brest-region {
        bottom: 10%;
    }

    .mogilev-region {
        bottom: 60%;
    }

    .gomel-region {
        bottom: 13%;
    }

    .map-region__label,
    .map-region__title {
        max-width: 20rem;
    }

    .map-region__title {
        font-size: 2.2rem;
        font-weight: 600;
    }

    .map-interactive {
        display: block;
    }

    .section-create .module-info__body {
        max-width: 100%;
    }

    .section-create .module-info {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .section-time__article .article-panel {
        margin: 6rem -2rem;
    }

    .article-bright__grid .grid-default__item {
        position: relative;
        z-index: 2;
        width: 100%;
    }

    .article-bright__grid {
        margin: 6rem -2rem 0;
    }

    .article-bright.chair:after {
        z-index: 1;
        right: -10%;
        background-size: auto 50%;
    }

    .article-notification__footer .btn-default {
        width: 100%;
        min-width: 100%;
    }

    .article-notification {
        margin: 4rem -2rem;
    }

    .section-time__article h1,
    .section-time__article h2,
    .section-time__article h3,
    .section-time__article h4 {
        margin-left: 0;
    }

    .section-info.tic .button-map {
        display: none;
    }

    .section-info.tic .module-search.module-secondary + .module-search_mobile .btn-setting {
        width: 100%;
        margin-right: 0;
    }

    .section-info.tic {
        padding-top: 12.6rem;
    }

        .section-info.tic .section-info__title {
            font-size: 4rem;
        }

        .section-info.tic .section-info__head {
            margin-bottom: 2rem;
        }

        .section-info.tic .module-search__grid {
            display: flex;
        }

        .section-info.tic .module-search_mobile {
            display: none;
        }

    .section-info__footer {
        flex-direction: column;
        align-items: center;
    }

        .section-info__footer .module-search {
            width: unset;
        }

    .section-info__doc {
        margin-top: 3rem;
        margin-left: 0;
    }

    .section-info__dates .daterangepicker.show-always .drp-calendar.left .calendar-table {
        padding-right: .8rem;
    }

    .section-info__dates .daterangepicker.show-always .calendar-table table tbody tr td {
        font-size: 1.8rem;
        font-weight: 300;
        width: 4.1rem;
        min-width: 4.1rem;
        height: 4.1rem;
        min-height: 4.1rem;
    }

    .section-info__dates .daterangepicker.show-always .calendar-table table th {
        font-size: 1.6rem;
    }

    .section-info__dates .daterangepicker.show-always .calendar-table table {
        padding: 0;
    }

        .section-info__dates .daterangepicker.show-always .calendar-table table .prev,
        .section-info__dates .daterangepicker.show-always .calendar-table table .next {
            position: static;
            transform: translateY(0);
            background-size: .8rem 1.6rem;
        }

            .section-info__dates .daterangepicker.show-always .calendar-table table .prev span,
            .section-info__dates .daterangepicker.show-always .calendar-table table .next span {
                width: 1.6rem;
                height: .8rem;
            }

    .section-info__dates .daterangepicker.show-always {
        padding: 3rem 2.7rem;
    }

        .section-info__dates .daterangepicker.show-always .drp-calendar {
            padding: 0;
        }

    .section-mapping--full .section-mapping__map {
        height: 44.5rem;
    }

    .section-mapping--full .module-map__obj {
        height: 100%;
    }

    .section-mapping__grid {
        flex-direction: column;
    }

    .section-mapping {
        margin-top: 4rem;
    }

    .section-mapping__map,
    .section-mapping__articles {
        width: 100%;
    }

    .section-mapping__map,
    .module-map__obj {
        height: 50vh;
        transform: translate3d(0, 0, 0) !important;
    }

    .section-mapping__map {
        padding: 0;
        order: -1;
    }

    .module-map__obj {
        position: relative !important;
        width: 100vw;
    }

    .section-info__footer .button-object {
        display: none;
    }

    .article.tic {
        margin-bottom: 10rem;
    }

        .article.tic h2 {
            margin-top: 10rem;
        }

        .article.tic .article-default__body {
            min-height: unset;
        }

        .article.tic ul li {
            font-size: 1.9rem;
        }

    .article-info {
        margin-top: 10rem;
        grid-gap: 8rem 4rem;
        grid-template-columns: repeat(2, 1fr);
    }

        .article-info .card-communication.contacts {
            grid-column: 1 / 3;
        }

    .article-block__body {
        margin-top: 2.4rem;
    }

        .article-block__body.secondary .article-block__el:not(:last-child) {
            margin-bottom: 2.8rem;
        }

    .section-article__wrapper {
        padding-right: 2.4rem;
        padding-left: 2.4rem;
    }

    .section-article-head {
        padding-top: 15.2rem;
    }

    .section-article {
        padding-top: 12.6rem;
        padding-bottom: 18rem;
    }

    .section-article__title {
        font-size: 4rem;
        line-height: 4.8rem;
    }

    .section-article__footer {
        width: auto;
    }

    .btn-favorites {
        width: 4.8rem;
        height: 4.8rem;
    }

        .btn-favorites span {
            font-size: 0;
        }

    .result-block .btn-favorites {
        display: flex;
        width: fit-content;
    }

        .result-block .btn-favorites span {
            font-size: 1.6rem;
        }

    .section-article__item {
        max-width: 100%;
    }

    .slick-slider {
        width: 138rem;
    }

    .article-body h2 {
        margin-top: 8rem;
        margin-left: 0;
    }

    .dection-article__head .breadcrumb {
        max-width: 27rem;
        margin-bottom: 2.3rem;
        flex-wrap: wrap;
    }

    .article-block__inner.main {
        width: 32rem;
        margin-right: 4rem;
        margin-left: 0;
        background-color: transparent;
    }

    figure {
        width: 100%;
        margin: 2.5rem 0 4rem 0;
    }

    .article-head blockquote,
    .article-body blockquote {
        margin: 3rem -2.4rem 0;
        padding: 3.6rem 2.4rem;
    }

    .article-body .article-block__inner {
        width: calc(100% + 4.8rem);
        margin-right: -2.4rem;
        margin-left: -2.4rem;
    }

    .article-body .article-block__body {
        min-height: 15rem;
        margin-top: 0;
        padding: 1.8rem 2.4rem;
        border-radius: 0 0 6px 6px;
        background-color: rgba(255, 149, 255, .2);
    }

    .article-body .grid-default {
        margin-bottom: 0;
    }

    .article-body .grid-default__item.col-6 {
        margin-bottom: 0;
    }

    .article-head .grid-default,
    .article-body .grid-default {
        margin-right: -4rem;
        margin-left: -4rem;
        padding-right: 0;
        padding-left: 0;
    }

    .section-button {
        display: block;
    }

    .section-stop {
        margin-bottom: 10rem;
    }

    .section-stop__head {
        flex-direction: column;
        margin-bottom: 4rem;
    }

    .section-stop__head-result {
        margin-bottom: 1rem;
    }

    .section-stop__footer {
        margin-top: 4rem;
    }

    .section-tic {
        margin-bottom: 10rem;
    }

        .section-tic .table-main__col {
            max-width: unset;
        }

            .section-tic .table-main__col:not(:last-child) {
                margin-right: 0;
            }

        .section-tic .section-stop__head {
            margin-bottom: 2rem;
        }

    .tic .breadcrumb-primary__item {
        font-size: 1.6rem;
    }

    .impressions-interactive .section-default__head {
        display: block;
    }

    .virtual .section-articles {
        padding-bottom: 5rem;
    }

    .slick-list {
        margin-left: 4rem;
    }
}

@media (max-width: 1024px) and (max-width: 767px) {
    .table-main__col {
        font-size: 1.2rem;
        padding-left: 9rem;
    }

        .table-main__col::before {
            max-width: 9rem;
        }

        .table-main__col:last-child {
            min-width: unset;
        }
}

@media (max-width: 1023px) {
    .layout-footer.with-banner {
        padding-top: 15rem;
    }

    .layout-footer__info .list-languages {
        display: none;
    }

    .layout-footer__info .grid-primary {
        justify-content: center;
    }

    .layout-footer__info .grid-primary__cell:nth-child(2) {
        display: none;
    }

    .layout-footer__base .developer {
        justify-content: flex-end;
    }

    .social-icons__item + .social-icons__item {
        margin-left: 2.8rem;
    }

    .layout-panel__body .grid-primary {
        padding-right: 4.2rem;
        padding-left: 5.2rem;
    }

    .banner {
        top: 4rem;
        right: 50%;
        bottom: auto;
        transform: translateX(50%);
    }
}

@media (max-width: 865px) {
    figure img {
        width: 100%;
    }

    .article-head__wrapper {
        padding: 0 2.4rem;
    }

    .article-head blockquote,
    .article-body blockquote {
        margin-right: 0;
        margin-left: 0;
        padding: 2.4rem;
    }

    .article-body h2 {
        margin-right: 0;
        margin-left: 0;
    }

    .article-slider {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .layout-header .languages {
        display: none;
    }

    .btn-default {
        padding: 2rem 1.6rem;
    }

    .minsk-region,
    .grodno-region,
    .brest-region,
    .vitebsk-region,
    .mogilev-region,
    .gomel-region {
        transform: translateX(-55%);
    }

    .map-region__capital .line::before {
        width: 16.8rem;
    }

    .map-region__capital .line::after {
        left: 17rem;
    }

    .section-time__article .image-right {
        max-width: 60%;
        margin: 0 -2rem 2rem 4rem;
    }

    .section-time {
        padding-top: 5rem;
    }

    .section-time__article {
        padding-right: 2.4rem;
        padding-left: 2.4rem;
    }

    .article-block__inner.main {
        width: 32rem;
    }

    .article-head__wrapper h1 {
        width: 40%;
    }

    .article-block__text {
        width: 100%;
    }

    /*.article-head,
    .article-body {
        //max-width: 68rem;

        p,
        h2,
        h3 {
            padding-left: 2.4rem;
            padding-right: 2.4rem;
        }

        ul,
        ol {
            padding-left: 6.4rem;
            padding-right: 2.4rem;
        }
    }*/

    .slick-list {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .layout-header .link-trip__wrapper {
        display: none;
    }

    .layout-header .link-search {
        display: none;
    }

    .layout-panel__body {
        padding-top: 4.8rem;
    }

        .layout-panel__body .grid-primary {
            flex-direction: column;
            padding-right: 1.5rem;
            padding-left: 1.5rem;
        }

    .grid-primary__cell.reverse {
        order: 1;
    }

    .grid-primary__wrapper::after {
        display: none;
    }

    .article-switch__media {
        max-width: 28rem;
        margin-right: 0;
        margin-bottom: 1.2rem;
    }

        .article-switch__media:before {
            display: block;
            width: 100%;
            padding-top: 64.28571%;
            content: '';
        }

    .col-sm-1 {
        width: 8.333333%;
    }

    .col-sm-2 {
        width: 16.666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.333333%;
    }

    .col-sm-5 {
        width: 41.666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.333333%;
    }

    .col-sm-8 {
        width: 66.666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.333333%;
    }

    .col-sm-11 {
        width: 91.666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .module-search.module-secondary.secondary .module-search__grid {
        display: none;
    }

    .search-control {
        padding: 2rem 4rem 2rem 1.5rem;
    }

    .btn-search {
        right: 1.5rem;
    }

    .list-results {
        padding-left: 0;
    }

    .list-results__row {
        flex-wrap: wrap;
    }

        .list-results__row .btn-default {
            min-width: 1px;
        }

    .list-results__cell {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .table-main__head .table-main__col,
    .table-main__col::before {
        font-size: 1.2rem;
    }

    .routes-create__content {
        padding: 2rem 2rem 4rem;
    }

    .routes-create__step-next .icon {
        right: 1rem;
    }

    .routes-create__step-prev {
        margin-right: 2rem;
    }

    .module-events .article-switch__title {
        font-size: 1.8rem;
    }

    .module-events .breadcrumb {
        display: flex;
        margin-bottom: 1.2rem;
        flex-wrap: wrap;
    }

    .module-events__article {
        flex-direction: column;
    }

    .card-communication.contacts .card-communication__content {
        grid-template-columns: 1fr;
        grid-gap: 2.4rem;
    }

    .card-communication {
        min-height: 29rem;
        padding: 6.5rem 1.3rem 2.5rem;
    }

    .card-communication__title {
        margin-bottom: 1.3rem;
    }

    .card-communication__descrip a:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .faq__item img {
        max-height: 22.4rem;
        margin: 2.4rem 0;
    }

    .faq__item.active .faq__answer {
        padding-top: 0;
    }

    .faq__item.active img {
        margin-right: 0;
        margin-left: 0;
        transition: opacity 1s;
        opacity: 1;
    }

    .faq__title {
        font-size: 2.2rem;
    }

    .section-events {
        padding-top: 6rem;
    }

    .section-info.tic .section-info__footer {
        max-width: 29rem;
        margin-right: auto;
        margin-left: auto;
        align-items: unset;
    }

    .section-info.tic {
        padding-top: 10rem;
        padding-bottom: 4.4rem;
    }

        .section-info.tic .module-search__grid {
            display: none;
        }

        .section-info.tic .module-search_mobile {
            display: block;
        }

        .section-info.tic .section-info__title {
            font-size: 2.6rem;
        }

        .section-info.tic .section-info__footer {
            margin-top: 3rem;
        }

    .section-info__doc {
        display: none;
    }

        .section-info__doc.mobile {
            display: block;
        }

        .section-info__doc.btn-setting.btn {
            display: block;
        }

    .section-info__dates {
        margin-right: -1rem;
        margin-left: -1rem;
    }

        .section-info__dates .daterangepicker.show-always .drp-calendar.left .calendar-table {
            padding-right: 0;
        }

    .btn-default.btn-setting {
        width: 100%;
    }

    .module-search_mobile {
        display: block;
    }

    .module-search__grid {
        display: none;
    }

    .module-search_mobile {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-info__results {
        padding-left: 1.5rem;
    }

    .module-switch__head.trip-create .result-block {
        flex-direction: column;
    }

    .article.tic {
        margin-bottom: 8rem;
    }

        .article.tic h2 {
            font-size: 2.6rem;
            margin-top: 4.8rem;
        }

        .article.tic h3 {
            font-size: 1.9rem;
            margin-top: 3.7rem;
        }

        .article.tic .article-primary__title {
            font-size: 2.2rem;
        }

        .article.tic .article-default__title:not(:only-child) {
            margin-top: .8rem;
        }

        .article.tic .grid-default__item.col-6:not(:last-child) {
            margin-bottom: 3.2rem;
        }

    .article-info {
        margin-top: 8.8rem;
        grid-gap: 7.2rem;
        grid-template-columns: 1fr;
    }

        .article-info .card-communication.contacts {
            grid-column: 1 / 1;
        }

    .article__tic-list {
        margin-top: 3.2rem;
        margin-bottom: 3.2rem;
    }

    .section-stop {
        margin-bottom: 6rem;
    }

    .virtual .module-custom-checkbox input:checked + .checkbox-block {
        border-color: #f8b214;
        background-color: #f8b214;
    }

    .virtual .popup-button__wrapper.bottom .popup-button__block .btn-next {
        background-color: #f8b214;
    }

    .daterangepicker.show-always {
        flex-direction: column;
        margin-bottom: 3rem;
        border: 0;
        align-items: center;
    }

        .daterangepicker.show-always .drp-calendar {
            min-width: fit-content;
            max-width: fit-content;
        }

            .daterangepicker.show-always .drp-calendar.left,
            .daterangepicker.show-always .drp-calendar.right,
            .daterangepicker.show-always .drp-calendar.left .calendar-table {
                padding-right: 0;
                padding-left: 0;
            }
}

@media (max-width: 735px) {
    .slick-slider {
        width: 118rem;
    }
}

@media (max-width: 730px) {
    .grid-primary__wrapper::after {
        right: 0;
    }
}

@media (max-width: 700px) {
    .slick-slider {
        width: 118rem;
    }

    .article-block__inner.main {
        width: 28rem;
        margin-right: 2rem;
    }

    .article-head__wrapper h1 {
        width: 50%;
    }

    .grid-4,
    .grid-3,
    .grid-2 {
        grid-column-gap: 2rem;
    }
}

@media (max-width: 690px) {
    .mobile-block-map {
        display: block;
    }

    .map-interactive {
        display: none;
    }

    .mobile-map-region {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .mobile-map-region__item {
        width: 16rem;
    }

        .mobile-map-region__item a {
            display: flex;
            flex-direction: column;
            width: 100%;
            margin-top: 2.8rem;
            justify-content: center;
            align-items: center;
        }

    .minsk-region,
    .grodno-region,
    .brest-region,
    .vitebsk-region,
    .mogilev-region,
    .gomel-region,
    .minsk {
        position: static;
        top: 0;
        right: 0;
        left: 0;
        margin-right: 0;
        transform: translateX(0);
    }

    .region-map-contour {
        width: 9.8rem;
        height: 8rem;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
    }

    .minsk-countour {
        width: 4rem;
        height: 4rem;
    }

    .map-region__title {
        text-align: center;
    }

    .minsk-region-countour {
        background-image: url(../images/svg/minsk-region.svg);
    }

    .grodno-region-countour {
        background-image: url(../images/svg/grodno-region.svg);
    }

    .brest-region-countour {
        background-image: url(../images/svg/brest-region.svg);
    }

    .vitebsk-region-countour {
        background-image: url(../images/svg/vitebsk-region.svg);
    }

    .mogilev-region-countour {
        background-image: url(../images/svg/mogilev-region.svg);
    }

    .gomel-region-countour {
        background-image: url(../images/svg/gomel-region.svg);
    }

    .minsk-countour {
        background-image: url(../images/svg/minsk.svg);
    }

    .article-block__body.secondary {
        display: flex;
        flex-direction: column;
        padding-left: 2rem;
    }

    .article-block__list {
        margin-top: 1.6rem;
    }

    .article-block__inner.main {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5.2rem;
    }

    .article-head__wrapper h1 {
        width: 100%;
    }

    .grid,
    .grid-4 {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 4rem;
    }

    .article-head {
        flex-direction: column;
    }
}

@media (max-width: 650px) {
    .layout-header .layout-header__inner {
        padding-right: 5rem;
    }

    .module-search.module-secondary + .module-search_mobile .btn-setting {
        padding-right: 2.4rem;
        padding-left: 2.4rem;
    }

    .slick-slider {
        width: 100rem;
    }

    .mobile-daterangepicker .drp-calendar.left {
        padding: 2rem .4rem 1.3rem .4rem;
    }

    .mobile-daterangepicker .drp-calendar.right {
        padding: 2rem .4rem 2rem .4rem;
    }
}

@media (max-width: 620px) {
    .layout-header__panel .link-trip {
        display: none;
    }
}

@media (max-width: 600px) {
    .layout-footer__base .grid-primary {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .layout-footer__base .grid-primary__cell {
        width: 100%;
    }

    .layout-footer__base .developer-block {
        margin-top: 2rem;
        justify-content: center;
    }

    .section-events .grid-default .grid-default__item .article-secondary__label .breadcrumb-primary__item::after {
        color: rgba(0, 0, 0, .3);
    }

    .section-events .grid-default .grid-default__item .article-secondary {
        display: flex;
        align-items: flex-start;
    }

    .section-events .grid-default .grid-default__item .article-secondary__media {
        width: 50%;
    }

    .section-events .grid-default .grid-default__item .article-secondary__body {
        position: relative;
        width: 50%;
        padding-right: 0;
        color: #000;
    }

    .section-events .grid-default .grid-default__item .article-secondary__title {
        font-size: 2.2rem;
        margin-top: 0;
    }

    .section-choice .grid-default .grid-default__item .article-secondary__label .breadcrumb-primary__item::after {
        color: rgba(0, 0, 0, .3);
    }

    .section-choice .grid-default .grid-default__item .article-secondary {
        display: flex;
        align-items: flex-start;
    }

    .section-choice .grid-default .grid-default__item .article-secondary__media {
        width: 50%;
    }

    .section-choice .grid-default .grid-default__item .article-secondary__body {
        position: relative;
        width: 50%;
        padding-right: 0;
        color: #000;
    }

    .section-choice .grid-default .grid-default__item .article-secondary__title {
        font-size: 2.2rem;
        margin-top: 0;
    }

    .is-list .grid-switch__cell .article-switch__media {
        width: 40%;
        height: fit-content;
        border-radius: .6rem;
    }

    .is-list .grid-switch__cell .article-switch__body {
        width: 60%;
        padding: 0;
    }

    .is-list .breadcrumb {
        margin-bottom: 0;
        flex-wrap: wrap;
    }

    .is-list .article-switch__title {
        font-size: 1.8rem;
        margin-top: 1rem;
    }

    .is-list .article-switch__description {
        font-size: 1.4rem;
    }

    .col-xs-1 {
        width: 8.333333%;
    }

    .col-xs-2 {
        width: 16.666667%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-4 {
        width: 33.333333%;
    }

    .col-xs-5 {
        width: 41.666667%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-7 {
        width: 58.333333%;
    }

    .col-xs-8 {
        width: 66.666667%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-10 {
        width: 83.333333%;
    }

    .col-xs-11 {
        width: 91.666667%;
    }

    .col-xs-12 {
        width: 100%;
    }
}

@media (max-width: 580px) {
    .layout-footer__base {
        padding-top: 0;
    }

        .layout-footer__base .copyright p {
            text-align: center;
        }
}

@media (max-width: 560px) {
    .is-table .grid-switch__cell {
        width: 100%;
    }

        .is-table .grid-switch__cell .breadcrumb {
            margin-bottom: 0;
        }

        .is-table .grid-switch__cell .article-switch__title {
            margin-top: 0;
        }

    .section-events .grid-default .grid-default__item .article-secondary__media,
    .section-choice .grid-default .grid-default__item .article-secondary__media {
        width: 40%;
    }

    .section-events .grid-default .grid-default__item .article-secondary__body,
    .section-choice .grid-default .grid-default__item .article-secondary__body {
        width: 60%;
    }

    .list-events__item {
        width: 50%;
    }

    .event-item__title {
        font-size: 1rem;
    }

    .event-item__icon {
        margin: 0 auto 1.5rem;
    }
}

@media (max-width: 535px) {
    .slick-slider {
        width: 80rem;
    }
}

@media (max-width: 530px) {
    .mobile-daterangepicker {
        flex-direction: column;
        flex-wrap: nowrap;
    }

        .mobile-daterangepicker .drp-calendar.left,
        .mobile-daterangepicker .drp-calendar.right {
            margin-top: 0;
            align-self: center;
        }

        .mobile-daterangepicker .drp-calendar {
            max-width: 100%;
        }

        .mobile-daterangepicker th.prev,
        .mobile-daterangepicker th.next {
            visibility: hidden;
        }

        .mobile-daterangepicker .drp-buttons {
            display: flex !important;
            width: 100%;
            margin: 0 auto;
            margin-bottom: 2.8rem;
            align-items: center;
            justify-content: center;
        }
}

@media (max-width: 520px) {
    .module-search.module-secondary + .module-search_mobile .button-map {
        width: auto;
        margin-left: 1rem;
    }

        .module-search.module-secondary + .module-search_mobile .button-map .btn-hide {
            width: 6rem;
            height: 6rem;
        }

            .module-search.module-secondary + .module-search_mobile .button-map .btn-hide span {
                display: none;
            }

    .module-search.module-secondary + .module-search_mobile .btn-setting {
        width: auto;
        margin-right: 1rem;
    }

    .section-welcome__h1 {
        font-size: 2.7rem;
    }

    .section-welcome__inner.default {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

        /*.section-welcome__inner {
        min-height: 38rem;
    }*/

        .section-welcome__inner.default .section-welcome__text {
            margin-bottom: 2.5rem;
        }

    .section-welcome__navigation {
        bottom: 8rem;
    }

    .section-article__title {
        font-size: 2.6rem;
        line-height: 3.1rem;
    }

    .section-article__footer {
        top: -5rem;
    }
}

@media (max-width: 510px) {
    .grid-primary__wrapper {
        margin-bottom: 4rem;
    }

        .grid-primary__wrapper::after {
            top: auto;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
        }

    .mobile-block {
        margin-top: 4rem;
    }

        .mobile-block .social-icons {
            width: 50%;
        }
}

@media (max-width: 500px) {
    .section-create__animated {
        margin-bottom: 4.8rem;
    }

    .animated-route {
        width: 970px;
        margin-left: -435px;
    }

    .section-create__panel {
        margin-top: -48%;
    }

    .section-time__article .article-panel {
        margin: 6rem -2rem;
    }

    .article-panel .grid-default__item {
        width: 100%;
    }

    .section-time__article .image-right {
        float: none;
    }

    .article-notification__body {
        font-size: 2.2rem;
    }

    .button-object {
        display: none;
    }

    .section-button.section-button-object .section-button__item:first-child,
    .section-button.section-button-events .section-button__item:first-child {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 2.7rem;
    }

    .article-body h2 {
        font-size: 2.7rem;
        line-height: 3rem;
    }

    .section-article__wrapper {
        padding-right: 0;
        padding-left: 0;
    }

    .article-head .grid-default,
    .article-body .grid-default {
        margin-right: -2rem;
        margin-left: -2rem;
    }
}

@media (max-width: 450px) {
    .logo-company__image {
        width: 4.2rem;
        height: 4.2rem;
    }

    .logo-company {
        padding-left: 5.2rem;
    }

    .logo-company__title {
        font-size: 1.8rem;
    }

    .layout-header .layout-header__inner {
        padding-left: 9rem;
    }

    .section-article__head .breadcrumb {
        display: none;
    }

    .tic .section-article__head .breadcrumb {
        display: flex;
        max-width: unset;
    }
}

@media (max-width: 435px) {
    .slick-slider {
        width: 59rem;
    }
}

@media (max-width: 420px) {
    .container {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    h3 {
        font-size: 2.7rem;
    }

    .article-primary__body {
        position: static;
        padding-top: .8rem;
        padding-bottom: 0;
        color: #000;
    }

    .article-primary__title {
        font-size: 2.2rem;
    }

    .grid-default {
        margin-right: 0;
        margin-left: 0;
        padding: 0;
    }

    .grid-default__item {
        padding: 0;
    }

    .section-create__animated {
        margin-bottom: -13.2rem;
    }

    .animated-route {
        width: 1080px;
        margin-left: -664px;
    }

    .article-block__body.secondary .article-block__list {
        padding-left: 0;
    }

    .section-article-head {
        padding-bottom: 11.4rem;
    }

    .article-head {
        margin-top: 2.4rem;
    }

    .article-block__inner.main .article-block__el:last-child {
        margin-bottom: 2rem;
    }

    .article-head__wrapper {
        padding-right: 0;
        padding-left: 0;
    }

    .article-head,
    .article-body {
        max-width: 100%;
    }

        .article-head p,
        .article-head h2,
        .article-head h3,
        .article-body p,
        .article-body h2,
        .article-body h3 {
            padding-right: 0;
            padding-left: 0;
        }

        .article-head ul,
        .article-head ol,
        .article-body ul,
        .article-body ol {
            padding-right: 0;
            padding-left: 3.7rem;
        }

        .article-head blockquote,
        .article-body blockquote {
            margin-right: -1.5rem;
            margin-left: -1.5rem;
        }

    figcaption {
        display: flex;
        flex-direction: column;
    }

        figcaption a {
            align-self: center;
        }

    .article-body .grid-default {
        margin-right: 0;
        margin-left: 0;
        padding: 0;
    }

    .tic .section-article-head {
        padding-bottom: 4rem;
    }

    .tic .breadcrumb-primary__item {
        margin-bottom: 0;
    }
}

@media (max-width: 400px) {
    .layout-header {
        padding-top: 1.8rem;
    }

    .social-icons__item + .social-icons__item {
        margin-left: 0;
    }

    .layout-footer__info .grid-primary__cell {
        width: 100%;
    }

        .layout-footer__info .grid-primary__cell .social-icons {
            justify-content: space-between;
        }

    .logo-pras {
        margin-right: .8rem;
    }

    .layout-panel__inner {
        padding-top: 1.8rem;
    }

    .module-search.module-secondary + .module-search_mobile {
        justify-content: space-between;
    }

    .popup-button__wrapper.bottom {
        padding: 1.2rem;
    }

        .popup-button__wrapper.bottom .popup-button__block .btn-clear {
            margin-right: 0;
        }

        .popup-button__wrapper.bottom .popup-button__block .btn-next {
            display: flex;
            margin-left: 0;
            justify-content: space-between;
        }

    .module-search__block.double-module-search.popup-active {
        padding-top: 14rem;
        padding-right: 0;
        padding-bottom: 11rem;
        padding-left: 0;
    }

        .module-search__block.double-module-search.popup-active .module-info__wrapper {
            margin-top: 8rem;
        }

        .module-search__block.double-module-search.popup-active .module-search__title {
            display: none;
        }

        .module-search__block.double-module-search.popup-active .module-search__second {
            display: block;
            width: 50%;
        }

        .module-search__block.double-module-search.popup-active .module-search__first {
            display: block;
            width: 50%;
            order: 1;
        }

            .module-search__block.double-module-search.popup-active .module-search__first .module-search__info {
                position: relative;
                display: flex;
                overflow: hidden;
                flex-direction: column;
                cursor: pointer;
            }

                .module-search__block.double-module-search.popup-active .module-search__first .module-search__info::after {
                    position: absolute;
                    top: 1.2rem;
                    left: 0;
                    display: block;
                    width: .1rem;
                    height: 5.8rem;
                    content: '';
                    background-color: rgba(255, 255, 255, .2);
                }

            .module-search__block.double-module-search.popup-active .module-search__first .module-info__img::before {
                top: -3rem;
                left: 50%;
                width: 100%;
                height: 12rem;
                transform: translateX(-25%);
                background-size: 50% auto;
            }

        .module-search__block.double-module-search.popup-active .module-search__inner {
            display: none;
        }

            .module-search__block.double-module-search.popup-active .module-search__inner.active {
                position: absolute;
                top: 15.4rem;
                left: 1.2rem;
                display: block;
                width: calc(100% - 2.4rem);
                border-radius: .3rem;
                background-color: #fff;
                /*&::before {
                content: '';
                display: block;
                width: 3.2rem;
                height: 3.2rem;
                margin-top: -3.3rem;
                background-color: #259bff;
                left: 25%;
                transform: rotate(45deg) translate(-88%, 86%);
                position: absolute;
            }*/
            }

        .module-search__block.double-module-search.popup-active .module-search__second .module-info__img::before {
            top: 6.1rem;
            margin-left: 0;
            background-size: 65% auto;
        }

        .module-search__block.double-module-search.popup-active .module-search__info {
            position: relative;
            overflow: visible;
            width: 100%;
            height: 13rem;
            margin: 0;
            background: none;
        }

            .module-search__block.double-module-search.popup-active .module-search__info::before {
                position: absolute;
                z-index: 120;
                bottom: -2.5rem;
                left: 50%;
                display: block;
                width: 3.2rem;
                height: 3.2rem;
                content: '';
                transform: rotate(45deg) translate(-50%, 100%);
                background-color: #218dff;
            }

            .module-search__block.double-module-search.popup-active .module-search__info * {
                pointer-events: none;
            }

        .module-search__block.double-module-search.popup-active .module-info__img {
            order: -1;
        }

        .module-search__block.double-module-search.popup-active .btn-way {
            background: transparent;
        }

    .module-search__bg {
        overflow-y: auto;
        padding-bottom: .8rem;
    }

    .section-banner__h1 {
        font-size: 2.6rem;
    }

    .section-banner__text {
        margin-bottom: 2.8rem;
    }

    .section-banner__inner {
        min-height: 21rem;
        padding-top: 8.8rem;
        padding-bottom: 8.8rem;
    }

    .section-interactive {
        padding-top: 2rem;
    }

    .article-notification {
        margin: 4rem -1.5rem;
    }

    .section-time__article {
        padding-right: 0;
        padding-left: 0;
    }

        .section-time__article h3 {
            margin-bottom: 3.2rem;
        }

        .section-time__article .article-panel {
            margin-top: 2.8rem;
            padding: 0 2rem 6rem;
        }

    .grid-default__item {
        margin-bottom: 2.8rem;
    }

    .article-bright__grid {
        margin: 6rem 0 0;
    }

    .article-bright.chair:after {
        display: none;
    }

    .article-notification {
        padding: 2.8rem 2.7rem;
    }

        .article-notification .article-notification__footer {
            margin-right: -1.2rem;
            margin-left: -1.2rem;
        }

    .section-info {
        padding-top: 8.8rem;
    }
}

@media (max-width: 395px) {
    .section-events .grid-default .grid-default__item .article-secondary__media,
    .section-choice .grid-default .grid-default__item .article-secondary__media {
        width: 30%;
    }

    .section-events .grid-default .grid-default__item .article-secondary__body,
    .section-choice .grid-default .grid-default__item .article-secondary__body {
        width: 70%;
        padding-top: 0;
    }

    .article-primary__body,
    .article-default__body {
        padding: .8rem 1.2rem;
    }
}

@media (max-width: 385px) {
    .popup-button__wrapper.bottom .popup-button__block .btn-next {
        padding: 2.1rem 2rem 2.1rem 2.5rem;
    }
}

@media (max-width: 380px) {
    .logo-company__description {
        display: none;
    }

    .section-interactive .section-default__body {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }

    .section-create .module-info {
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .module-info__title {
        font-size: 2.7rem;
    }
}

@media (max-width: 340px) {
    .animated-route {
        width: 1080px;
        margin-left: -734px;
    }
}

@media (max-width: 45rem) {
    .section-info__title {
        font-size: 2.6rem;
        line-height: 1.3;
    }

    /* .module-search {
        padding-bottom: 8.5rem;
    }*/

    .section-info.section-industrial .event-item__icon .icon {
        width: 2.9rem;
        height: 2.4rem;
    }

    .section-info.section-industrial .section-info__footer {
        display: none;
    }

    .section-info__icon {
        margin-left: .8rem;
    }

    .section-info__head {
        margin-bottom: 2rem;
    }
}

@media (hover: hover) and (pointer: fine) {
    [data-hint]:hover::after,
    [data-hint]:hover::before {
        visibility: visible;
        opacity: 1;
    }
}

[ng-cloak] {
    display: none;
}

figcaption span:before {
    content: none;
}

figcaption span + a {
    position: relative;
}

    figcaption span + a:before {
        position: absolute;
        top: 0;
        left: -0.9rem;
        display: block;
        content: '|';
        color: rgba(0, 0, 0, .2);
    }

.article-body h2 {
    margin-top: 40px;
}

.article-body > p:last-child {
    margin-bottom: 40px;
}

.section-time__article p a {
    border-bottom: 1px solid #000;
}

    .section-time__article p a:hover {
        border-color: #aaaeb5;
    }

.section-time__article blockquote {
    margin: 4rem -4rem;
    padding: 4rem;
    color: #fff;
    border-radius: .4rem;
    background-color: #155dff;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
}

    .section-time__article blockquote p {
        margin: 0;
    }

        .section-time__article blockquote p + p {
            margin-top: 1.5rem;
        }

    .section-time__article blockquote a {
        min-width: 44rem;
        margin-top: 4rem;
        text-align: center;
        font-family: 'Inter', sans-serif;
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1.2;
        padding: 2.2rem 2rem;
        letter-spacing: .05em;
        text-transform: uppercase;
        color: #fff;
        border-radius: .6rem;
        text-decoration: none;
        background-color: rgba(255, 255, 255, .2);
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 44rem;
        border: none;
    }

.no-touchevents .section-time__article blockquote a:hover {
    color: #aaaeb5;
    background-color: rgba(255, 255, 255, .1);
}

.btn-favorites:hover + .article-primary-prompt,
.btn-favorites:hover + .article-switch-prompt {
    display: block
}

.article-primary__footer .btn-favorites, .article-switch__icon .btn-favorites {
    position: absolute;
    top: 0;
    right: 0;
}

.section-article__footer .btn-favorites {
    position: absolute;
}

.link-trip__wrapper {
    position: relative;
}

    .link-trip__wrapper .link-trip + .link-trip {
        position: absolute;
        bottom: -2rem;
        transform: translateY(100%);
        max-width: 100%;
        white-space: normal;
    }

.red {
    color: #ff8686;
}

.layout-pdf .layout-header__panel,
.layout-pdf .main-menu,
.layout-pdf .main-menu__submenu,
.layout-pdf .burger,
.layout-pdf .layout-footer {
    display: none
}

.layout-pdf.events .layout-header {
    position: relative;
}

.layout-pdf .logo-company {
    position: relative;
    padding-left: 0;
    height: 50px;
    margin-top: -50px;
}

    .layout-pdf .logo-company > * {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-right: 10px;
    }

.layout-pdf .logo-company__title {
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
}

.layout-pdf .layout-header__inner {
    padding: 0;
    display: block;
}

.layout-pdf .logo-company .logo-company__description {
    display: none;
}

.layout-pdf .section-mapping .section-mapping__articles {
    width: 100%;
}

.layout-pdf .section-mapping .section-info__title {
    max-width: none;
}

.layout-pdf .section-mapping .article-switch {
    display: block;
}

    .layout-pdf .section-mapping .breadcrumb-primary__item,
    .layout-pdf .section-mapping .article-switch > * {
        vertical-align: top;
        display: inline-block;
    }

.doc-link {
    border: none;
    background: transparent;
    cursor: pointer;
}

    .doc-link:hover {
        text-decoration: none;
        color: #aaaeb5;
    }

.tic .article-panel {
    margin: 6rem -32rem;
}

@media (max-width: 1070px) {
    .tic .article-panel {
        margin: 6rem -30rem;
    }
}

@media (max-width: 1024px) {
    .tic .article-panel {
        margin: 6rem -2rem;
    }
}

