/*fonts*/
/* open-sans-regular - latin_cyrillic */
@font-face {
    font-display: swap;
    font-family: "OpenSans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/open-sans/open-sans-v27-latin_cyrillic-regular.eot");
    src: local(""), url("../fonts/open-sans/open-sans-v27-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v27-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v27-latin_cyrillic-regular.woff") format("woff"), url("../fonts/open-sans/open-sans-v27-latin_cyrillic-regular.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v27-latin_cyrillic-regular.svg#OpenSans") format("svg");
}


/* open-sans-600 - latin_cyrillic */
@font-face {
    font-display: swap;
    font-family: "OpenSans";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/open-sans/open-sans-v27-latin_cyrillic-600.eot");
    src: local(""), url("../fonts/open-sans/open-sans-v27-latin_cyrillic-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v27-latin_cyrillic-600.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v27-latin_cyrillic-600.woff") format("woff"), url("../fonts/open-sans/open-sans-v27-latin_cyrillic-600.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v27-latin_cyrillic-600.svg#OpenSans") format("svg");
}

/* open-sans-700 - latin_cyrillic */
@font-face {
    font-display: swap;
    font-family: "OpenSans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/open-sans/open-sans-v27-latin_cyrillic-700.eot");
    src: local(""), url("../fonts/open-sans/open-sans-v27-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v27-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v27-latin_cyrillic-700.woff") format("woff"), url("../fonts/open-sans/open-sans-v27-latin_cyrillic-700.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v27-latin_cyrillic-700.svg#OpenSans") format("svg");
}

/* montserrat-500 - latin_cyrillic */
@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/montserrat/montserrat-v18-latin_cyrillic-500.eot");
    src: local(""), url("../fonts/montserrat/montserrat-v18-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/montserrat-v18-latin_cyrillic-500.woff2") format("woff2"), url("../fonts/montserrat/montserrat-v18-latin_cyrillic-500.woff") format("woff"), url("../fonts/montserrat/montserrat-v18-latin_cyrillic-500.ttf") format("truetype"), url("../fonts/montserrat/montserrat-v18-latin_cyrillic-500.svg#Montserrat") format("svg");
}

/* montserrat-600 - latin_cyrillic */
@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/montserrat/montserrat-v18-latin_cyrillic-600.eot");
    src: local(""), url("../fonts/montserrat/montserrat-v18-latin_cyrillic-600.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/montserrat-v18-latin_cyrillic-600.woff2") format("woff2"), url("../fonts/montserrat/montserrat-v18-latin_cyrillic-600.woff") format("woff"), url("../fonts/montserrat/montserrat-v18-latin_cyrillic-600.ttf") format("truetype"), url("../fonts/montserrat/montserrat-v18-latin_cyrillic-600.svg#Montserrat") format("svg");
}

/* montserrat-700 - latin_cyrillic */
@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/montserrat/montserrat-v18-latin_cyrillic-700.eot");
    src: local(""), url("../fonts/montserrat/montserrat-v18-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/montserrat-v18-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/montserrat/montserrat-v18-latin_cyrillic-700.woff") format("woff"), url("../fonts/montserrat/montserrat-v18-latin_cyrillic-700.ttf") format("truetype"), url("../fonts/montserrat/montserrat-v18-latin_cyrillic-700.svg#Montserrat") format("svg");
}

/*end fonts*/
/*common layout*/
.body {
    position: relative;
    font-family: "OpenSans";
    font-size: 14px;
    font-weight: 400;
    color: #767676;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .body {
        display: block;
        /* IE10+ CSS */
    }
}

.container,
.header,
.main,
.footer {
    min-width: 320px;
}

.main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.section {
    margin-top: 90px;
    margin-bottom: 90px;
}

/*end common layout*/
/*helpers*/
.ff-montserrat {
    font-family: "Montserrat";
}

.ff-opensans {
    font-family: "OpenSans";
}

.fw-400 {
    font-weight: 400;
    /*Regular*/
}

.fw-500 {
    font-weight: 500;
    /*Medium*/
}

.fw-600 {
    font-weight: 600;
    /*Semi Bold*/
}

.fw-700 {
    font-weight: 700;
    /*Bold*/
}

.fw-n {
    font-weight: normal;
}

.fz-12 {
    font-size: 12px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.fz-20 {
    font-size: 20px !important;
}

.fz-22 {
    font-size: 22px !important;
}

.fz-32 {
    font-size: 32px !important;
}

.fz-45 {
    font-size: 45px !important;
}

@media (min-width: 576px) {
    .fz-sm-12 {
        font-size: 12px !important;
    }

    .fz-sm-14 {
        font-size: 14px !important;
    }

    .fz-sm-16 {
        font-size: 16px !important;
    }

    .fz-sm-18 {
        font-size: 18px !important;
    }

    .fz-sm-20 {
        font-size: 20px !important;
    }

    .fz-sm-22 {
        font-size: 22px !important;
    }

    .fz-sm-32 {
        font-size: 32px !important;
    }

    .fz-sm-45 {
        font-size: 45px !important;
    }
}

@media (min-width: 800px) {
    .fz-md-12 {
        font-size: 12px !important;
    }

    .fz-md-14 {
        font-size: 14px !important;
    }

    .fz-md-16 {
        font-size: 16px !important;
    }

    .fz-md-18 {
        font-size: 18px !important;
    }

    .fz-md-20 {
        font-size: 20px !important;
    }

    .fz-md-22 {
        font-size: 22px !important;
    }

    .fz-md-32 {
        font-size: 32px !important;
    }

    .fz-md-45 {
        font-size: 45px !important;
    }
}

@media (min-width: 992px) {
    .fz-lg-12 {
        font-size: 12px !important;
    }

    .fz-lg-14 {
        font-size: 14px !important;
    }

    .fz-lg-16 {
        font-size: 16px !important;
    }

    .fz-lg-18 {
        font-size: 18px !important;
    }

    .fz-lg-20 {
        font-size: 20px !important;
    }

    .fz-lg-22 {
        font-size: 22px !important;
    }

    .fz-lg-32 {
        font-size: 32px !important;
    }

    .fz-lg-45 {
        font-size: 45px !important;
    }
}

@media (min-width: 1370px) {
    .fz-xl-12 {
        font-size: 12px !important;
    }

    .fz-xl-14 {
        font-size: 14px !important;
    }

    .fz-xl-16 {
        font-size: 16px !important;
    }

    .fz-xl-18 {
        font-size: 18px !important;
    }

    .fz-xl-20 {
        font-size: 20px !important;
    }

    .fz-xl-22 {
        font-size: 22px !important;
    }

    .fz-xl-32 {
        font-size: 32px !important;
    }

    .fz-xl-45 {
        font-size: 45px !important;
    }
}

.lh-1 {
    line-height: 1;
}

.no-hover {
    pointer-events: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat";
    font-weight: 700;
    color: #202124;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

@media (max-width: 800px) {
    h1 {
        font-size: 26px;
    }
}

a,
a.btn-link {
    color: inherit;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
}

a img,
a.btn-link img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

a:hover, a:focus,
a.btn-link:hover,
a.btn-link:focus {
    color: #E82049;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
}

a:hover img, a:focus img,
a.btn-link:hover img,
a.btn-link:focus img {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.text-underline,
a.text-underline {
    text-decoration: underline;
}

ul.ul-clean {
    padding-left: 0;
    margin-bottom: 0;
}

ul.ul-clean li {
    list-style-type: none;
}

.rotate-90 {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-90.rotate-transition {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.rotate-n90 {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.rotate-n90.rotate-transition {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.rotate-180 {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-180.rotate-transition {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.btn.btn-outline-secondary {
    border-color: #D6D6D6;
    color: #202124;
    background-color: #FFFFFF;
}

.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:active {
    color: #202124;
    border-color: #E82049;
    background-color: #FFFFFF;
}

.btn.btn-outline-secondary:focus, .btn.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #202124;
    border-color: #E82049;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 65, 100, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(235, 65, 100, 0.5);
}

@media (max-width: 992px) {
    .btn-lg-to-md {
        padding: 0.45rem 0.75rem;
    }
}

.divider {
    height: 11px;
    background: #FFDD12;
    position: relative;
    z-index: 1;
}

.line {
    border-bottom: 1px solid #ACACAC;
}

.aspect-ratio {
    position: relative;
}

.aspect-ratio_55 {
    padding-top: 55%;
}

.aspect-ratio_65 {
    padding-top: 65%;
}

.aspect-ratio_77 {
    padding-top: 77%;
}

.aspect-ratio_80 {
    padding-top: 80%;
}

.aspect-ratio img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

.scrollbar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.4);
}

.text-truncate-2 {
    min-height: 2.5rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-truncate-3 {
    min-height: 4rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-truncate-4 {
    min-height: 5.5rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-truncate-2.text-truncate-autoheight,
.text-truncate-3.text-truncate-autoheight,
.text-truncate-4.text-truncate-autoheight {
    min-height: 0;
}

.bgi-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.video-wrap {
    background: #4c4c4c;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video-wrap video {
    width: 100%;
    display: block;
    line-height: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-wrap-embed {
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    line-height: 0;
}

.video-wrap-embed iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-wrap-embed_16-9 {
    padding-bottom: 55%;
}

.video-wrap-embed_4-3 {
    padding-bottom: 75%;
}

.video-wrap-embed_3-2 {
    padding-bottom: 66.66%;
}

.video-wrap-embed_8-5 {
    padding-bottom: 62.5%;
}

.video-wrap-embed_1-1 {
    padding-bottom: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ie-hidden {
        display: none !important;
    }
}

/*end helpers*/
/*header*/
.header {
    height: 220px;
    -webkit-transition: height 0.5s, background 0.5s;
    -o-transition: height 0.5s, background 0.5s;
    transition: height 0.5s, background 0.5s;
}

.header .header__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .header__logo {
    margin-right: 34px;
    padding-top: 42px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .header__logo-img {
    display: block;
}

.header .header__logo-img_inverse {
    display: none;
}

.header .header__date {
    margin-right: 128px;
    padding-top: 53px;
    color: #FFFFFF;
}

.header .header__search {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 112px;
    padding-top: 79px;
    -webkit-transition: margin-right 0.2s, padding-top 0.2s;
    -o-transition: margin-right 0.2s, padding-top 0.2s;
    transition: margin-right 0.2s, padding-top 0.2s;
}

.header .header__search-trigger {
    display: none;
    margin-right: 31px;
    padding-top: 46px;
    font-size: 20px;
}

.header .header__lang {
    margin-right: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55px;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    -webkit-transition: margin-right 0.2s;
    -o-transition: margin-right 0.2s;
    transition: margin-right 0.2s;
}

.header .header__hight-contrast {
    margin-right: 30px;
    padding-top: 36px;
    font-size: 26px;
    -webkit-transition: padding-top 0.2s;
    -o-transition: padding-top 0.2s;
    transition: padding-top 0.2s;
}

.header .header__hight-contrast a {
    color: #FFFFFF;
}

.header .header__hight-contrast a:hover, .header .header__hight-contrast a:focus {
    color: #E82049;
}

.header .header__burger-top {
    width: 0;
    padding-top: 56px;
    overflow: hidden;
    -webkit-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;
}

.header .header__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 39px;
    border-bottom: 2px solid #FFFFFF;
}

.header .header__burger-bottom {
    margin-left: 33px;
    margin-right: 55px;
}

.header .header__menu-wrap {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header .header__menu {
    margin-right: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header .header__delimiter-one,
.header .header__delimiter-two {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}

.header .header__blur {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s;
    z-index: -1;
}

.header .header__blur_search {
    z-index: 102;
}

.header.active {
    height: 100vh;
    -webkit-transition: height 0.2s, background 0.2s;
    -o-transition: height 0.2s, background 0.2s;
    transition: height 0.2s, background 0.2s;
}

.header.active .header__blur {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.2s, opacity 0.2s;
    -o-transition: visibility 0.2s, opacity 0.2s;
    transition: visibility 0.2s, opacity 0.2s;
}

.header .header-search__inner {
    position: relative;
}

.header .header-search__inner_blur {
    z-index: 102;
}

.header .header-search__input {
    background: transparent;
    padding-right: 60px;
    padding-bottom: 1px;
    padding-left: 14px;
    color: #FFFFFF;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #FFFFFF;
    border-left: 0;
}

.header .header-search__input::-webkit-input-placeholder {
    color: #cbcbcb;
}

.header .header-search__input::-moz-placeholder {
    color: #cbcbcb;
}

.header .header-search__input:-ms-input-placeholder {
    color: #cbcbcb;
}

.header .header-search__input::-ms-input-placeholder {
    color: #cbcbcb;
}

.header .header-search__input::placeholder {
    color: #cbcbcb;
}

.header .header-search__input:focus {
    color: #FFFFFF;
    background-color: transparent;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 123, 255, 0.25);
    box-shadow: 0px 2px 0px 0px rgba(0, 123, 255, 0.25);
}

.header .header-search__button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    background-color: transparent;
    background-image: url("/img/search-red.svg");
    background-repeat: no-repeat;
    background-position: top 5px right;
    -webkit-filter: grayscale(100%) brightness(400%);
    filter: grayscale(100%) brightness(400%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .header-search__button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header .header-search__button:hover {
    -webkit-filter: grayscale(0) brightness(100%);
    filter: grayscale(0) brightness(100%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .header-search__results {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 102;
}

.header .header-search-results {
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.header .header-search-results__list {
    padding-left: 14px;
    padding-right: 14px;
}

.header .header-search-results__item {
    color: #FFFFFF;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .header-search-results__link {
    font-size: 16px;
    line-height: 225%;
    color: #FFFFFF;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .header-search-results__link:hover, .header .header-search-results__link:focus {
    opacity: 0.7;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .header-search-trigger__link {
    color: #FFFFFF;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .header-search-trigger__link[aria-expanded=true] {
    color: #E82049;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .header-lang {
    position: relative;
}

.header .header-lang__inner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 40px;
    background: transparent;
    border-top: 0;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 101;
    cursor: pointer;
    transition: 0.2s;
}

.header .header-lang__inner:hover {
    border-color: #E82049;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .header-lang__inner[aria-expanded=true] {
    border-color: #FFFFFF;
    background: #FFFFFF;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: auto;
}

.header .header-lang__inner[aria-expanded=true] .header-lang__hidden .header-lang__item {
    cursor: pointer;
    color: #222222;
}

.header .header-lang__inner[aria-expanded=true] .header-lang__hidden .header-lang__item:hover {
    color: #E82049;
}

.header .header-lang__inner[aria-expanded=true] .header-lang__item {
    color: #222222;
    cursor: default;
}

.header .header-lang__inner[aria-expanded=true] .header-lang__item:hover {
    color: #222222;
}

.header .header-lang__inner[aria-expanded=true] .header-lang__toggle {
    cursor: pointer;
    color: #222222;
}

.header .header-lang__inner[aria-expanded=true] .header-lang__toggle:hover {
    color: #E82049;
}

.header .header-lang__inner[aria-expanded=true] .header-lang__toggle .header-lang__toggle-icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.header .header-lang__item {
    display: block;
    font-size: 14px;
    line-height: 186%;
    color: #FFFFFF;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .header-lang__item:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .header-lang__toggle {
    padding-top: 6px;
    padding-bottom: 7px;
    font-size: 8px;
    color: #FFFFFF;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .header-menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .header-menu__item {
    position: relative;
}

.header .header-menu__link {
    position: relative;
    display: inline-block;
    padding-bottom: 27px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .header-menu__link:after {
    content: "";
    position: absolute;
    display: block;
    top: 41px;
    right: -15px;
    width: 0;
    height: 4px;
    background-color: #E82049;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.header .header-menu__link[aria-expanded=true], .header .header-menu__link:hover, .header .header-menu__link:focus {
    color: #FFFFFF;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .header-menu__link[aria-expanded=true]:after, .header .header-menu__link:hover:after, .header .header-menu__link:focus:after {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.header .header-menu__link[aria-expanded=true] .header-menu__link-icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.header .header-menu__link-icon {
    display: inline-block;
    position: relative;
    top: -2px;
    font-size: 9px;
    margin-left: 3px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.header .header-submenu {
    position: absolute;
    top: 77px;
    left: -39px;
}

.header .header-submenu__link {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 36px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .header-submenu__link:hover, .header .header-submenu__link:focus {
    color: #E82049;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .header-submenu__link:hover .header-menu__link-icon, .header .header-submenu__link:focus .header-menu__link-icon {
    color: #FFFFFF;
}

.header .header-submenu__link-icon {
    color: #FFFFFF;
}

.header .header-menu-secondary {
    position: absolute;
    /*absolute of .header__menu-wrap*/
    top: 50px;
    left: -42px;
    width: 100%;
    padding-top: 27px;
}

.header .header-menu-secondary__link {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 36px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .header-menu-secondary__link:hover, .header .header-menu-secondary__link:focus {
    color: #E82049;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .header-menu-secondary__link:hover .header-menu-secondary__link-icon, .header .header-menu-secondary__link:focus .header-menu-secondary__link-icon {
    color: #FFFFFF;
}

.header .header-menu-secondary__link-icon {
    color: #FFFFFF;
}

.header .menu-icon .menu-icon__line {
    background-color: #FFFFFF;
}

.header .menu-icon.active .menu-icon__line, .header .menu-icon:hover .menu-icon__line {
    background-color: #E82049;
}

.header .duplicate-menu__inner {
    padding-top: 34px;
    padding-bottom: 40px;
    padding-left: 5px;
    max-height: -webkit-calc(100vh - 143px);
    max-height: calc(100vh - 143px);
    overflow-y: auto;
}

.header .duplicate-menu__link {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 36px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .duplicate-menu__link:hover, .header .duplicate-menu__link:focus {
    color: #E82049;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .duplicate-menu__link:hover .duplicate-menu__link-icon, .header .duplicate-menu__link:focus .duplicate-menu__link-icon {
    color: #FFFFFF;
}

.header .duplicate-menu__link[aria-expanded=true] .duplicate-menu__link-icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.header .duplicate-menu__link-icon {
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    top: -1px;
    font-size: 9px;
    margin-left: 3px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.header .duplicate-menu__link-icon_before {
    top: 2px;
    margin-left: 0;
    font-size: 17px;
}

.header .duplicate-submenu__link {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 36px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .duplicate-submenu__link:hover, .header .duplicate-submenu__link:focus {
    color: #E82049;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header .duplicate-submenu__link:hover .duplicate-submenu__link-icon, .header .duplicate-submenu__link:focus .duplicate-submenu__link-icon {
    color: #E82049;
}

.header .duplicate-submenu__link-icon {
    color: transparent;
}

.header.header_inverse {
    background: #FFFFFF;
    -webkit-transition: height 0.2s, background 0.5s;
    -o-transition: height 0.2s, background 0.5s;
    transition: height 0.2s, background 0.5s;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.header.header_inverse .header__logo-img {
    display: none;
}

.header.header_inverse .header__logo-img_inverse {
    display: block;
}

.header.header_inverse .header__date {
    color: #2C2C2C;
}

.header.header_inverse .header__hight-contrast {
    margin-right: 30px;
    padding-top: 36px;
    font-size: 26px;
    -webkit-transition: padding-top 0.2s;
    -o-transition: padding-top 0.2s;
    transition: padding-top 0.2s;
}

.header.header_inverse .header__hight-contrast a {
    color: #2C2C2C;
}

.header.header_inverse .header__hight-contrast a:hover, .header.header_inverse .header__hight-contrast a:focus {
    color: #E82049;
}

.header.header_inverse .header__bottom {
    border-color: #FFFFFF;
}

.header.header_inverse .header-search-trigger__link {
    color: #2C2C2C;
}

.header.header_inverse .header-search-trigger__link[aria-expanded=true] {
    color: #E82049;
}

.header.header_inverse .header-search__input {
    color: #2C2C2C;
    border-bottom: 1px solid #c7c6c5;
}

.header.header_inverse .header-search__input::-webkit-input-placeholder {
    color: #a1a1a1;
}

.header.header_inverse .header-search__input::-moz-placeholder {
    color: #a1a1a1;
}

.header.header_inverse .header-search__input:-ms-input-placeholder {
    color: #a1a1a1;
}

.header.header_inverse .header-search__input::-ms-input-placeholder {
    color: #a1a1a1;
}

.header.header_inverse .header-search__input::placeholder {
    color: #a1a1a1;
}

.header.header_inverse .header-search__input:focus {
    color: #2C2C2C;
}

.header.header_inverse .header-search__button {
    -webkit-filter: grayscale(100%) brightness(50%);
    filter: grayscale(100%) brightness(50%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header.header_inverse .header-search__button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header.header_inverse .header-search__button:hover {
    -webkit-filter: grayscale(0) brightness(100%);
    filter: grayscale(0) brightness(100%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header.header_inverse .header-search-results {
    background: #ffffff;
}

.header.header_inverse .header-search-results__item {
    color: #2C2C2C;
}

.header.header_inverse .header-search-results__link {
    color: #2C2C2C;
}

.header.header_inverse .header-lang__inner {
    background: #ffffff;
    border-right: 1px solid #c7c6c5;
    border-bottom: 1px solid #c7c6c5;
    border-left: 1px solid #c7c6c5;
}

.header.header_inverse .header-lang__inner:hover {
    border-color: #E82049;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header.header_inverse .header-lang__inner.active {
    border-color: #FFFFFF;
    background: #FFFFFF;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header.header_inverse .header-lang__inner.active .header-lang__hidden .header-lang__item {
    color: #222222;
}

.header.header_inverse .header-lang__inner.active .header-lang__hidden .header-lang__item:hover {
    color: #E82049;
}

.header.header_inverse .header-lang__inner.active .header-lang__item {
    color: #222222;
}

.header.header_inverse .header-lang__inner.active .header-lang__item:hover {
    color: #222222;
}

.header.header_inverse .header-lang__inner.active .header-lang__toggle {
    color: #222222;
}

.header.header_inverse .header-lang__inner.active .header-lang__toggle:hover {
    color: #E82049;
}

.header.header_inverse .header-lang__inner.active .header-lang__toggle .header-lang__toggle-icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.header.header_inverse .header-lang__item {
    color: #2C2C2C;
}

.header.header_inverse .header-lang__item:hover, .header.header_inverse .header-lang__item:focus {
    color: #2C2C2C;
}

.header.header_inverse .header-lang__toggle {
    color: #2C2C2C;
}

.header.header_inverse .header-menu__link {
    color: #2C2C2C;
}

.header.header_inverse .header-menu__link.active, .header.header_inverse .header-menu__link:hover, .header.header_inverse .header-menu__link:focus {
    color: #2C2C2C;
}

.header.header_inverse .header-submenu__link {
    color: #2C2C2C;
}

.header.header_inverse .header-submenu__link:hover, .header.header_inverse .header-submenu__link:focus {
    color: #E82049;
}

.header.header_inverse .header-submenu__link:hover .header-menu__link-icon, .header.header_inverse .header-submenu__link:focus .header-menu__link-icon {
    color: #2C2C2C;
}

.header.header_inverse .header-submenu__link-icon {
    color: #2C2C2C;
}

.header.header_inverse .header-menu-secondary__link {
    color: #2C2C2C;
}

.header.header_inverse .header-menu-secondary__link:hover, .header.header_inverse .header-menu-secondary__link:focus {
    color: #E82049;
}

.header.header_inverse .header-menu-secondary__link:hover .header-menu-secondary__link-icon, .header.header_inverse .header-menu-secondary__link:focus .header-menu-secondary__link-icon {
    color: #2C2C2C;
}

.header.header_inverse .header-menu-secondary__link-icon {
    color: #2C2C2C;
}

.header.header_inverse.active {
    height: auto;
    background: #ffffff;
    -webkit-transition: height 0.2s ease-in;
    -o-transition: height 0.2s ease-in;
    transition: height 0.2s ease-in;
}

.header.header_inverse.active .header__blur {
    visibility: hidden;
    opacity: 0;
}

.header.header_inverse.active .header__bottom {
    border-color: #ACACAC;
}

.header.header_inverse .menu-icon .menu-icon__line {
    background-color: #2C2C2C;
}

.header.header_inverse .menu-icon.active .menu-icon__line, .header.header_inverse .menu-icon:hover .menu-icon__line {
    background-color: #E82049;
}

.header.header_inverse .duplicate-menu__inner {
    border-top: 2px solid #ACACAC;
}

.header.header_inverse .duplicate-menu__link {
    color: #2C2C2C;
}

.header.header_inverse .duplicate-menu__link:hover, .header.header_inverse .duplicate-menu__link:focus {
    color: #E82049;
}

.header.header_inverse .duplicate-menu__link:hover .duplicate-menu__link-icon, .header.header_inverse .duplicate-menu__link:focus .duplicate-menu__link-icon {
    color: #2C2C2C;
}

.header.header_inverse .duplicate-menu__link-icon {
    color: #2C2C2C;
}

.header.header_inverse .duplicate-submenu__link {
    color: #2C2C2C;
}

.header.header_inverse .duplicate-submenu__link-icon {
    color: transparent;
}

.header.header_collapse {
    padding-bottom: 0;
    height: auto;
    -webkit-transition: height 0.2s, background 0.5s;
    -o-transition: height 0.2s, background 0.5s;
    transition: height 0.2s, background 0.5s;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.header.header_collapse .header__top {
    padding-bottom: 25px;
}

.header.header_collapse .header__bottom {
    display: none;
}

.header.header_collapse .header__burger-top {
    margin-right: 35px;
    width: 17px;
    -webkit-transition: width 0.2s, margin-right 0.2s;
    -o-transition: width 0.2s, margin-right 0.2s;
    transition: width 0.2s, margin-right 0.2s;
}

.header.header_collapse .header__logo {
    padding-top: 25px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header.header_collapse .header__search {
    margin-right: 31px;
    padding-top: 47px;
    -webkit-transition: margin-right 0.2s, padding-top 0.2s;
    -o-transition: margin-right 0.2s, padding-top 0.2s;
    transition: margin-right 0.2s, padding-top 0.2s;
}

.header.header_collapse .header__hight-contrast {
    padding-top: 46px;
    -webkit-transition: padding-top 0.2s;
    -o-transition: padding-top 0.2s;
    transition: padding-top 0.2s;
}

.header.header_collapse .header__lang {
    margin-right: 26px;
    -webkit-transition: margin-right 0.2s;
    -o-transition: margin-right 0.2s;
    transition: margin-right 0.2s;
}

.header.header_collapse .header-lang__inner {
    padding-top: 52px;
    -webkit-transition: padding-top 0.2s;
    -o-transition: padding-top 0.2s;
    transition: padding-top 0.2s;
}

@media (max-width: 1370px) {
    .header .header__logo {
        margin-right: 20px;
    }

    .header .header__date {
        margin-right: 30px;
    }

    .header .header__search {
        margin-right: 30px;
    }

    .header .header__burger-bottom {
        margin-top: 2px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .header .header-menu__link {
        font-size: 14px;
        line-height: 1.12;
    }

    .header .duplicate-menu {
        max-height: -webkit-calc(100vh - 144px);
        max-height: calc(100vh - 144px);
    }
}

@media (max-width: 992px) {
    .header,
    .header.header_inverse,
    .header.header_collapse {
        padding-bottom: 0;
        height: auto;
    }

    .header .header__top,
    .header.header_inverse .header__top,
    .header.header_collapse .header__top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px;
        border-bottom: 2px solid #FFFFFF;
    }

    .header .header__logo,
    .header.header_inverse .header__logo,
    .header.header_collapse .header__logo {
        margin-right: 30px;
        padding-top: 19px;
    }

    .header .header__date,
    .header.header_inverse .header__date,
    .header.header_collapse .header__date {
        padding-top: 31px;
        margin-right: 30px;
    }

    .header .header__search-trigger,
    .header.header_inverse .header__search-trigger,
    .header.header_collapse .header__search-trigger {
        display: block;
    }

    .header .header__search,
    .header.header_inverse .header__search,
    .header.header_collapse .header__search {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-right: 0;
        padding-top: 3px;
        -webkit-transition: height 0.2s;
        -o-transition: height 0.2s;
        transition: height 0.2s;
    }

    .header .header__lang,
    .header.header_inverse .header__lang,
    .header.header_collapse .header__lang {
        margin-right: 26px;
    }

    .header .header__hight-contrast,
    .header.header_inverse .header__hight-contrast,
    .header.header_collapse .header__hight-contrast {
        padding-top: 43px;
    }

    .header .header__burger-top,
    .header.header_inverse .header__burger-top,
    .header.header_collapse .header__burger-top {
        margin-right: 24px;
        padding-top: 51px;
        width: 17px;
    }

    .header .header__bottom,
    .header.header_inverse .header__bottom,
    .header.header_collapse .header__bottom {
        display: none;
    }

    .header .header-lang__inner,
    .header.header_inverse .header-lang__inner,
    .header.header_collapse .header-lang__inner {
        padding-top: 47px;
    }

    .header .header__delimiter-one,
    .header.header_inverse .header__delimiter-one,
    .header.header_collapse .header__delimiter-one {
        display: block;
    }

    .header .duplicate-menu,
    .header.header_inverse .duplicate-menu,
    .header.header_collapse .duplicate-menu {
        max-height: -webkit-calc(100vh - 132px);
        max-height: calc(100vh - 132px);
    }

    .header .duplicate-menu__inner {
        border-top: 0;
    }

    .header.header_inverse .duplicate-menu__inner {
        border-top: 2px solid #ACACAC;
    }
}

@media (max-width: 800px) {
    .header .header__top,
    .header.header_inverse .header__top,
    .header.header_collapse .header__top {
        padding-bottom: 8px;
    }

    .header .header__logo,
    .header.header_inverse .header__logo,
    .header.header_collapse .header__logo {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 0;
    }

    .header .header__logo-img,
    .header.header_inverse .header__logo-img,
    .header.header_collapse .header__logo-img {
        width: 161px;
        height: auto;
    }

    .header .header__date,
    .header.header_inverse .header__date,
    .header.header_collapse .header__date {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
        padding-top: 21px;
        font-size: 10px;
    }

    .header .header__search,
    .header.header_inverse .header__search,
    .header.header_collapse .header__search {
        -webkit-box-ordinal-group: 10 !important;
        -webkit-order: 9 !important;
        -ms-flex-order: 9 !important;
        order: 9 !important;
    }

    .header .header__search-trigger,
    .header.header_inverse .header__search-trigger,
    .header.header_collapse .header__search-trigger {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
        padding-top: 11px;
        margin-right: 41px;
    }

    .header .header__lang,
    .header.header_inverse .header__lang,
    .header.header_collapse .header__lang {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 20px;
    }

    .header .header__hight-contrast,
    .header.header_inverse .header__hight-contrast,
    .header.header_collapse .header__hight-contrast {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-right: 2px;
        padding-top: 24px;
    }

    .header .header__burger-top,
    .header.header_inverse .header__burger-top,
    .header.header_collapse .header__burger-top {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
        margin-right: 6px;
        padding-top: 16px;
    }

    .header .header__delimiter-one,
    .header.header_inverse .header__delimiter-one,
    .header.header_collapse .header__delimiter-one {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        display: block;
    }

    .header .header__delimiter-two,
    .header.header_inverse .header__delimiter-two,
    .header.header_collapse .header__delimiter-two {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
        display: block;
    }

    .header .header-lang__inner,
    .header.header_inverse .header-lang__inner,
    .header.header_collapse .header-lang__inner {
        padding-top: 32px;
    }
}

@media (min-width: 992px) {
    .header .header__search.collapse {
        display: block;
    }
}

/*end header*/
/*menu icon*/
.menu-icon {
    display: inline-block;
    width: 17px;
    height: 15px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.menu-icon__line {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #2C2C2C;
    -webkit-border-radius: 0.25px;
    border-radius: 0.25px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.menu-icon__line:nth-child(1) {
    top: 0;
}

.menu-icon__line:nth-child(2) {
    top: 6.5px;
}

.menu-icon__line:nth-child(3) {
    top: 13px;
}

.menu-icon[aria-expanded=true] .menu-icon__line:nth-child(1), .menu-icon.active .menu-icon__line:nth-child(1) {
    top: 6.5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-icon[aria-expanded=true] .menu-icon__line:nth-child(2), .menu-icon.active .menu-icon__line:nth-child(2) {
    opacity: 0;
}

.menu-icon[aria-expanded=true] .menu-icon__line:nth-child(3), .menu-icon.active .menu-icon__line:nth-child(3) {
    top: 6.5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*end menu icon*/
/*ui*/
.hero {
    position: relative;
    min-height: 100vh;
}

.hero__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
    padding: 240px 0;
    z-index: 2;
}

.hero_small {
    min-height: 285px;
}

.hero_small .hero__wrap {
    min-height: 285px;
    padding-bottom: 24px;
}

.hero_medium {
    min-height: 646px;
}

.hero_medium .hero__wrap {
    min-height: 646px;
    padding-bottom: 160px;
}

.hero__banner {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero__banner img {
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    width: 100%;
}

.hero__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.hero__breadcrumb {
    min-height: 1.5em;
    color: #FFFFFF;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hero__breadcrumb {
        height: 1.5em;
        /* IE10+ CSS */
    }
}

.hero__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hero__body {
        display: block;
        /* IE10+ CSS */
    }
}

.hero__icon {
    font-size: 53px;
}

@media (max-width: 992px) {
    .hero__wrap {
        padding: 150px 0;
    }
}

@media (max-width: 800px) {
    .hero__wrap {
        padding: 147px 0;
    }

    .hero_small {
        min-height: 285px;
    }

    .hero_small .hero__wrap {
        min-height: 285px;
    }

    .hero_medium {
        min-height: 546px;
    }

    .hero_medium .hero__wrap {
        min-height: 546px;
    }

    .hero_medium.hero_wtd {
        min-height: 490px;
    }

    .hero_medium.hero_wtd .hero__wrap {
        min-height: 490px;
    }

    .hero__breadcrumb {
        font-size: 12px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hero {
        height: 100vh;
    }

    .hero__wrap {
        height: 100vh;
    }

    .hero_small {
        height: 385px;
    }

    .hero_small .hero__wrap {
        height: 385px;
    }

    .hero_medium {
        height: 646px;
    }

    .hero_medium .hero__wrap {
        height: 646px;
    }

    .hero__breadcrumb {
        height: 1.5em;
    }
}

.tabs .nav-tabs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0;
}

.tabs .nav-tabs .nav-link {
    margin: 0 14px;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    color: #464646;
    border-bottom: 3px solid transparent;
}

.tabs .nav-tabs .nav-link:hover {
    color: #E82049;
}

.tabs .nav-tabs .nav-link.active {
    position: relative;
    color: #E82049;
    border-bottom: 3px solid #E82049;
}

@media (max-width: 800px) {
    .tabs .nav-tabs {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .tabs .nav-tabs .nav-link {
        margin: 0;
    }
}

.tabs-alt .nav-tabs {
    color: #202124;
    border: 0;
}

.tabs-alt .nav-tabs .nav-link {
    min-width: 178px;
    padding: 23px;
    text-align: center;
    background: #D6D6D6;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #BCBCBC;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.tabs-alt .nav-tabs .nav-link:hover {
    color: inherit;
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.tabs-alt .nav-tabs .nav-link.active {
    color: #202124;
    background: #FFFFFF;
    border-color: #BCBCBC;
    cursor: default;
}

.tabs-alt .nav-tabs .nav-link.active:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.tabs-alt .nav-tabs .nav-item .nav-link {
    margin-left: -1px;
}

.tabs-alt .nav-tabs .nav-item:first-child .nav-link {
    margin-left: 0;
}

.tabs-alt_overlap {
    position: relative;
    z-index: 3;
    /*more than hero__wrap*/
    margin-top: -75px;
}

@media (max-width: 800px) {
    .tabs-alt .nav-tabs .nav-link {
        min-width: 134px;
        padding: 18px;
    }

    .tabs-alt_overlap {
        margin-top: -59px;
    }
}

.page-banner {
    min-height: 445px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .page-banner {
        height: 445px;
    }
}

@media (max-width: 800px) {
    .page-banner {
        min-height: 300px;
    }
}

.accordion__title {
    position: relative;
}

.accordion__title:before {
    font-family: monospace;
    content: "+";
    display: block;
    position: absolute;
    top: -webkit-calc(50% - 0.5em);
    top: calc(50% - 0.5em);
    right: 0;
    color: #5A5A5A;
    font-size: 18px;
    line-height: 1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.accordion__title[aria-expanded=true]:before {
    content: "-";
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.accordion__line {
    border-bottom: 1px solid #ACACAC;
}

.show-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.show-more__line {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #ADADAD;
}

.show-more__anchor {
    margin: 0 29px;
    line-height: 1;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.show-more__text {
    color: #2C2C2C;
    font-size: 14px;
    line-height: 19px;
    margin-right: 16px;
}

.show-more__icon {
    color: #2C2C2C;
    font-size: 12px;
}

.show-more:hover .show-more__text, .show-more:focus .show-more__text {
    text-decoration: underline;
}

@media (max-width: 800px) {
    .show-more__anchor {
        margin: 0 21px;
    }

    .show-more__text {
        font-size: 12px;
        margin-right: 13px;
    }

    .show-more__icon {
        font-size: 9px;
    }
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.pagination__direction {
    white-space: nowrap;
    margin-right: 20px;
}

.pagination__direction .icon-arrow {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 20px;
}

.pagination__direction_next {
    margin-right: 0;
    margin-left: 20px;
}

.pagination__direction_next .icon-arrow {
    margin-right: 0;
    margin-left: 20px;
}

.pagination__pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pagination__item {
    display: inline-block;
    min-width: 56px;
    margin-right: 7px;
    padding: 12px 12px;
    font-size: 16px;
}

.pagination__item:last-child {
    margin-right: 0;
}

.pagination__item.btn-outline-secondary {
    color: #B0B0B0;
}

@media (max-width: 800px) {
    .pagination__direction {
        margin-right: 17px;
        font-size: 12px;
    }

    .pagination__direction .icon-arrow {
        font-size: 14px;
        margin-right: 4px;
    }

    .pagination__direction_next {
        margin-right: 0;
        margin-left: 17px;
    }

    .pagination__direction_next .icon-arrow {
        margin-right: 0;
        margin-left: 4px;
    }

    .pagination__item {
        min-width: 38px;
        margin-right: 4px;
        padding: 6px 6px;
        font-size: 14px;
    }
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #0099DB;
    border-color: #0099DB;
    background-color: #FFFFFF;
}

.custom-control-label {
    padding-left: 5px;
}

.custom-control-label::before {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    content: "";
    border: 1px solid #B8B8B8;
}

.custom-checkbox .custom-control-label::before {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.custom-control-label::after {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    content: "";
    background: no-repeat 50%/100% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("/img/checkbox.svg");
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'12'%20height%3D'12'%20viewBox%3D'-4%20-4%208%208'%3E%3Ccircle%20r%3D'3'%20fill%3D'%230099DB'%2F%3E%3C%2Fsvg%3E");
}

.sidebar-filter {
    position: relative;
}

.sidebar-filter__close {
    position: absolute;
    right: 13px;
    top: 17px;
}

.filter-section {
    padding: 0 20px;
    border-top: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
}

.filter-section:not(:first-child) {
    margin-top: -1px;
}

.filter-section__title {
    display: block;
    position: relative;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 700;
}

.filter-section__title[aria-expanded=true] .filter-section__title-icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.filter-section__title:hover, .filter-section__title:focus {
    color: inherit;
}

.filter-section__title-icon {
    font-size: 9px;
    position: absolute;
    top: 23px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.filter-section__inner {
    max-height: 190px;
    margin-bottom: 20px;
    margin-left: -5px;
    padding-top: 8px;
    padding-left: 5px;
}

@media (max-width: 1370px) {
    .filter-section {
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
        padding: 0;
    }
}

@media (max-width: 800px) {
    .filter-section:first-child {
        border-top: 1px solid transparent;
    }

    .filter-section__title {
        max-width: 50%;
        font-size: 14px;
    }
}

.jcf-select {
    display: block;
    position: relative;
    border: 1px solid #D6D6D6;
    background: #fff;
    margin: 0;
    min-width: 189px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.jcf-select.jcf-focus {
    color: #202124;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    height: 100%;
    padding: 8px 30px 8px 21px;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 4px;
    height: 8px;
    top: 14px;
    right: 21px;
    bottom: 0;
    background-image: url(/img/chevron.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.jcf-select.jcf-drop-active {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-color: #E82049;
}

.jcf-select.jcf-drop-flipped.jcf-drop-active {
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-color: #E82049;
}

.jcf-select.jcf-drop-active .jcf-select-opener {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 99;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 99;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select.jcf-compact-multiple {
    max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
    display: inline-block;
    padding-top: 2px;
    content: "...";
}

.jcf-select-drop .jcf-select-drop-content {
    border-top: 1px solid transparent;
    border-right: 1px solid #E82049;
    border-bottom: 1px solid #E82049;
    border-left: 1px solid #E82049;
    background: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.jcf-select-drop.jcf-drop-flipped .jcf-select-drop-content {
    border-top: 1px solid #E82049;
    border-right: 1px solid #E82049;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #E82049;
    background: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: 0 0;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    display: inline-block;
    content: "";
    height: 4px;
    width: 8px;
    margin: -7px 5px 0 -3px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

.jcf-list,
.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.jcf-list {
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
}

.jcf-drop-flipped .jcf-list,
.jcf-drop-flipped .jcf-list .jcf-list-content {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.jcf-list .jcf-list-content {
    overflow: auto;
}

.jcf-list ul {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
}

.jcf-list .jcf-option,
.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    white-space: nowrap;
    cursor: default;
    padding: 8px 22px 9px 22px;
    color: #202124;
    font-size: 15px;
}

.jcf-list .jcf-disabled {
    font-weight: 400 !important;
    background: #fff !important;
    color: #202124 !important;
}

.jcf-list .jcf-disabled:after {
    display: none !important;
}

.jcf-list .jcf-selected {
    background: #fff;
    position: relative;
}

.jcf-select-drop .jcf-hover {
    background: #DFECFF;
    color: #202124;
}

@media (max-width: 992px) {
    .jcf-select .jcf-select-text {
        font-size: 12px;
        line-height: 1.8;
        padding: 8px 24px 8px 12px;
    }

    .jcf-select .jcf-select-opener {
        right: 10px;
    }

    .jcf-select {
        min-width: 140px;
    }
}

.text-gradient {
    position: relative;
}

.text-gradient__backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}

.typography {
    font-size: 14px;
    line-height: 1.5;
    color: #767676;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    font-family: "Montserrat";
    margin-bottom: 1em;
    margin-top: 1.9em;
    font-weight: 700;
    color: #202124;
    line-height: 1.3;
}

.typography h1 {
    font-size: 45px;
}

.typography h2 {
    font-size: 32px;
}

.typography h3 {
    font-size: 28px;
}

.typography h4 {
    font-size: 24px;
}

.typography h5 {
    font-size: 20px;
}

.typography h6 {
    font-size: 16px;
}

.typography hr {
    background: #ACACAC;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
}

.typography b, .typography strong {
    font-weight: 700;
}

.typography em, .typography i {
    font-style: italic;
}

.typography p {
    margin-bottom: 1.5em;
    text-align: justify;
    page-break-inside: avoid;
}

.typography .mark, .typography mark {
    padding: 0.2em;
    background-color: #E82049;
    color: #FFFFFF;
}

.typography a {
    color: #202124;
    text-decoration: underline;
}

.typography a:hover, .typography a:focus {
    color: #E82049;
    text-decoration: none;
}

.typography ul {
    padding-left: 0;
    margin-top: 13px;
    margin-bottom: 13px;
    page-break-inside: avoid;
    list-style-type: none;
    -webkit-print-color-adjust: exact;
}

.typography li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 27px;
    color: inherit;
}

.typography li:last-child {
    margin-bottom: 0;
}

.typography ul li:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 0.35em;
    width: 10px;
    height: 10px;
    background: #E82049;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.typography ol {
    padding-left: 0;
    margin-left: 22px;
    page-break-inside: avoid;
    -webkit-print-color-adjust: exact;
}

.typography ol li {
    padding-left: 5px;
}

.typography ol li::marker {
    font-weight: 700;
    font-size: 1.2em;
    color: #E82049;
}

.typography blockquote {
    width: 50%;
    margin: 50px 0;
    padding: 1.42em 0 1.42em 40px;
    border-left: 2px solid #E82049;
    line-height: 1.5;
    position: relative;
    background: transparent;
    page-break-inside: avoid;
}

.typography img,
.typography figure {
    display: inline-block;
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    page-break-inside: avoid;
}

.typography figure figcaption {
    padding: 16px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #202124;
    margin-bottom: 20px;
}

.typography table {
    border-collapse: collapse;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.typography th, .typography td {
    padding: 10px 15px;
    border: 1px solid #D6D6D6;
}

.typography th {
    font-weight: 600;
    color: #202124;
}

@media (max-width: 800px) {
    .typography blockquote {
        width: 100%;
        margin: 30px 0;
    }
}

/*end ui*/
/*page main*/
.slider-main-page {
    width: 128%;
    height: 445px;
    margin-left: -14%;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.slider-main-page.slider-main-page-coverflow {
    padding: 1% 0;
}

.slider-main-page.loading {
    opacity: 0;
    visibility: hidden;
}

.slider-main-page .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 992px) {
    .slider-main-page {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 800px) {
    .slider-main-page {
        height: 376px;
    }
}

.btn-slider {
    padding: 12px 17px;
    background-color: #FFFFFF;
}

.slider-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 76px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 43px;
    background: rgba(232, 32, 73, 0.5);
}

.swiper-pagination-bullet {
    margin: 0 6px;
}

.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    background: #E82049;
}

.swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 992px) {
    .slider-content {
        padding: 5px 27px;
    }
}

@media (max-width: 800px) {
    .slider-content {
        padding: 5px 21px;
    }
}

.bg-decor {
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.bg-decor_1 {
    width: 150px;
    height: 562px;
    bottom: 10px;
    left: 97px;
}

.bg-decor_2 {
    width: 326px;
    height: 447px;
    bottom: 3px;
    right: 31px;
}

.bg-decor_3 {
    width: 100%;
    height: 418px;
    bottom: -89px;
    left: -13px;
}

.avia-map {
    max-width: 972px;
    margin: 0 auto;
    -webkit-transform: translateX(-45px);
    -ms-transform: translateX(-45px);
    transform: translateX(-45px);
}

.avia-map .region-light {
    stroke: transparent;
    fill: #EAEAEA;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.avia-map .region-dark {
    stroke: transparent;
    fill: #DCDCDC;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.avia-map .region-target {
    stroke: #F3812D;
    fill: #EAEAEA;
    stroke-width: 1px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

.avia-map .region-active {
    stroke: #FCCC17;
    fill: #FCCC17;
    stroke-width: 1px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

.avia-map .region-rostov {
    fill: #EC413F;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.avia-map .region-edit {
    stroke: #999;
    fill: #DCDCDC;
    stroke-width: 1px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.avia-map .region-edit:hover {
    stroke: #000;
}

.avia-map .region-point {
    stroke: #EC413F;
    fill: #EC413F;
}

.avia-map .region-text {
    font-weight: 600;
    font-size: 14px;
    fill: #202124;
}

.avia-map .region-time {
    font-weight: 600;
    font-size: 14px;
    fill: #525252;
}

.avia-map .region-rect {
    fill: #ffffff;
}

.avia-map .region-plane {
    fill: #EC413F;
}

.avia-map .region-group {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
}

.avia-map .region-group-hidden {
    visibility: hidden;
    opacity: 0;
}

.avia-map .region-group-inner {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.avia-map .region-group-inner:not(:last-child) {
    -webkit-filter: brightness(0.5) grayscale(1);
    filter: brightness(0.5) grayscale(1);
    opacity: 0.2;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 1370px) {
    .avia-map {
        max-width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

/*end page main*/
/*page about*/
.about-reasons {
    padding-top: 95px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-reasons .slider-about-page {
    position: relative;
    width: -webkit-calc(100% + 75px);
    width: calc(100% + 75px);
    height: 630px;
    overflow: hidden;
    margin-left: -75px;
}

.about-reasons .swiper-vertical > .swiper-wrapper {
    width: 414px;
    float: right;
}

.about-reasons .swiper-slide {
    padding: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    opacity: 0.7;
    font-size: 16px;
    line-height: 26px;
    color: #363636;
}

.about-reasons .swiper-pagination-vertical.swiper-pagination-bullets,
.about-reasons .swiper-vertical > .swiper-pagination-bullets {
    width: 567px;
    top: 0;
    right: auto;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.about-reasons .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.about-reasons .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 75px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
    color: #FFFFFF;
    position: static;
    text-align: left;
    opacity: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    outline: none;
}

.about-reasons .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.about-reasons .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    opacity: 0.7;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.about-reasons .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active,
.about-reasons .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.about-reasons .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active:before,
.about-reasons .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
    content: "";
    display: block;
    width: 45px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/img/arrow-long.svg);
    background-repeat: no-repeat;
    background-size: cover;
    outline: none;
}

.about-content-item {
    display: none;
}

.about-content-item:first-child {
    display: block;
}

@media (max-width: 1370px) {
    .about-reasons .slider-about-page {
        width: 100%;
        margin-left: 0;
    }

    .about-reasons .swiper-pagination-vertical.swiper-pagination-bullets,
    .about-reasons .swiper-vertical > .swiper-pagination-bullets {
        width: 460px;
    }
}

@media (max-width: 992px) {
    .about-reasons .slider-about-page {
        height: 503px;
    }

    .about-reasons .swiper-wrapper {
        display: none;
    }

    .about-reasons .swiper-pagination-vertical.swiper-pagination-bullets,
    .about-reasons .swiper-vertical > .swiper-pagination-bullets {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .about-reasons .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
    .about-reasons .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 10px;
        padding-left: 0;
    }

    .about-reasons .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet:before,
    .about-reasons .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet:before {
        display: none;
    }
}

.slider-about-page-second {
    height: 445px;
    width: 100%;
}

.slider-about-page-second .swiper-slide {
    background-position: center;
}

@media (max-width: 800px) {
    .slider-about-page-second {
        height: 300px;
    }
}

.slider-interests {
    height: 280px;
    width: 100%;
}

@media (max-width: 992px) {
    .slider-interests {
        height: 343px;
    }
}

@media (max-width: 800px) {
    .slider-interests {
        height: 465px;
    }
}

/*end page about*/
/*page events*/
.events__calendar-btn {
    padding: 6px 13px;
    font-size: 29px;
    line-height: 1.25;
    vertical-align: text-top;
}

.events__daterangepicker {
    display: block;
    height: 2px;
    visibility: hidden;
}

.events-list__item {
    background: #E9E9E9;
}

.events-list__item:nth-child(odd) {
    background: #F3F3F3;
}

.daterangepicker td.in-range {
    background-color: #f3f3f3;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #e82049;
}

.daterangepicker .drp-buttons .btn {
    font-weight: 400;
}

.slider-events-detail {
    height: 417px;
}

@media (max-width: 800px) {
    .slider-events-detail {
        height: 225px;
    }
}

/*end page events*/
/*page what-to-do*/
.what-to-do-icons {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.what-to-do-icons__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 116px;
    -ms-flex: 0 0 116px;
    flex: 0 0 116px;
    margin-right: 30px;
}

.what-to-do-icons__divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.what-to-do-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 116px;
    height: 148px;
    padding: 15px 8px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.what-to-do-icon.active, .what-to-do-icon:hover, .what-to-do-icon:focus {
    border: 1px solid #0099DB;
    -webkit-box-shadow: 0px 10px 25px rgba(58, 184, 255, 0.25);
    box-shadow: 0px 10px 25px rgba(58, 184, 255, 0.25);
}

.what-to-do-icon.active .what-to-do-icon__image img, .what-to-do-icon:hover .what-to-do-icon__image img, .what-to-do-icon:focus .what-to-do-icon__image img {
    -webkit-filter: brightness(1) grayscale(0);
    filter: brightness(1) grayscale(0);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.what-to-do-icon.active .what-to-do-icon__text, .what-to-do-icon:hover .what-to-do-icon__text, .what-to-do-icon:focus .what-to-do-icon__text {
    color: #0099DB;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.what-to-do-icon__image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.what-to-do-icon__image img {
    -webkit-filter: brightness(0.9) grayscale(1);
    filter: brightness(0.9) grayscale(1);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.what-to-do-icon__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #5A5752;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    word-wrap: break-word;
    hyphens: auto;
}

@media (max-width: 1370px) {
    .what-to-do-icons__item {
        margin-right: 20px;
    }
}

@media (max-width: 992px) {
    .what-to-do-icons__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 97px;
        -ms-flex: 0 0 97px;
        flex: 0 0 97px;
        margin-right: 9px;
    }

    .what-to-do-icon {
        width: 97px;
        height: 124px;
        padding: 10px 6px 13px 6px;
    }

    .what-to-do-icon__text {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 800px) {
    .what-to-do-icons-wrap {
        padding: 0 75px;
    }

    .what-to-do-icons {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 420px;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
    }

    .what-to-do-icons__item {
        margin-right: 0;
    }

    .what-to-do-icons__divider {
        width: 1px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        height: 100%;
        display: block;
    }

    .what-to-do-icons__divider:last-child {
        margin-right: 0;
    }

    .what-to-do-icon {
        width: 89px;
        height: 114px;
        margin-bottom: 20px;
    }

    .what-to-do-icon__image img {
        max-width: 60px;
    }

    .what-to-do-icon__text {
        font-size: 10px;
        line-height: 16px;
    }

    .what-to-do-order:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .what-to-do-order:nth-child(2) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .what-to-do-order:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .what-to-do-order:nth-child(4) {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .what-to-do-order:nth-child(5) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .what-to-do-order:nth-child(6) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .what-to-do-order:nth-child(7) {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .what-to-do-order:nth-child(8) {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .what-to-do-order:nth-child(9) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
}

@media (max-width: 576px) {
    .what-to-do-icon {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .what-to-do-icons-wrap {
        padding: 0;
    }

    .what-to-do-icon {
        margin-bottom: 10px;
    }
}

.slider-what-to-do-detail-wrap {
    margin-top: -233px;
}

.slider-what-to-do-detail {
    height: 445px;
}

@media (max-width: 992px) {
    .slider-what-to-do-detail-wrap {
        margin-top: -178px;
    }
}

@media (max-width: 800px) {
    .slider-what-to-do-detail {
        height: 178px;
    }

    .slider-what-to-do-detail-wrap {
        margin-top: -89px;
    }
}

.map-sidebar {
    width: 100%;
    height: 216px;
}

/*end page what-to-do*/
/*page news*/
.news-micra-preview {
    width: 140px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 140px;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
}

@media (max-width: 800px) {
    .news-micra-preview {
        width: 87px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 87px;
        -ms-flex: 0 0 87px;
        flex: 0 0 87px;
    }
}

@media (min-width: 1370px) {
    .container.container_news {
        max-width: 930px;
    }

    .container.container_news figure,
    .container.container_news img {
        display: inline-block;
        max-width: 100%;
        height: auto;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        page-break-inside: avoid;
    }

    .container.container_news figure.wide,
    .container.container_news img.wide {
        display: block;
        max-width: -webkit-calc(100% + 320px);
        max-width: calc(100% + 320px);
        margin: 40px -160px 60px -160px;
    }
}

@media (max-width: 1370px) {
    .container.container_news figure.wide,
    .container.container_news img.wide {
        max-width: 100%;
        margin: 40px 0 60px 0;
    }
}

/*end page news*/
/*page routes*/
.routes-item a.routes-item__link {
    display: block;
    position: relative;
    color: #202124;
}

.routes-item a.routes-item__link .routes-item__title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 30px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.routes-item a.routes-item__link:hover, .routes-item a.routes-item__link:focus {
    color: #ffffff;
}

.routes-item a.routes-item__link:hover .routes-item__title, .routes-item a.routes-item__link:focus .routes-item__title {
    background: rgba(232, 32, 73, 0.8);
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.routes-item__aspect-ratio {
    position: relative;
    padding-top: 77%;
}

.routes-item__icon {
    font-size: 24px;
    color: #515151;
    margin-right: 10px;
    margin-left: 7px;
}

.routes-item_big .routes-item__aspect-ratio {
    position: relative;
    padding-top: 55%;
}

.routes-summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 2;
}

.routes-summary__item {
    border-right: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
    padding: 0px 19px;
}

.routes-summary__item:first-child {
    border-left: 0;
    padding-left: 0;
}

.routes-summary__item:last-child {
    border-right: 0;
    padding-right: 0;
}

@media (max-width: 1370px) {
    .routes-item_big .routes-item__aspect-ratio {
        position: relative;
        padding-top: 77%;
    }
}

@media (max-width: 992px) {
    .routes-item a.routes-item__link .routes-item__title {
        height: 55px;
        padding: 5px 13px;
    }

    .routes-item__aspect-ratio {
        padding-top: 77%;
    }
}

@media (max-width: 800px) {
    .routes-item__aspect-ratio {
        padding-top: 80%;
    }

    .routes-item__icon {
        font-size: 30px;
        color: #515151;
        margin-right: 5px;
        margin-left: -5px;
    }

    .routes-summary__item {
        padding: 0px 18px;
    }
}

.map-routes {
    width: 100%;
    height: 633px;
}

@media (max-width: 800px) {
    .map-routes {
        height: 264px;
    }
}

.route-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 175px;
    margin-bottom: 40px;
}

.route-sidebar__title {
    margin-bottom: 20px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.route-sidebar__title-icon {
    color: #515151;
    font-size: 24px;
    margin-right: 24px;
}

.route-sidebar__btn.btn.btn-outline-secondary {
    height: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.route-sidebar__btn.btn.btn-outline-secondary .icon-place-marker {
    margin-right: 7px;
    color: #515151;
    font-size: 24px;
}

.route-sidebar__btn.btn.btn-outline-secondary .icon-chevron {
    margin-left: 11px;
    margin-right: 5px;
    color: #515151;
    font-size: 9px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.route-sidebar__btn.btn.btn-outline-secondary[aria-expanded=true] {
    border-color: #E82049;
}

.route-sidebar__btn.btn.btn-outline-secondary[aria-expanded=true] .icon-chevron {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.route-sidebar-item {
    margin-bottom: 18px;
    position: relative;
}

.route-sidebar-item__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 3px;
    color: #202124;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.route-sidebar-item__link.active, .route-sidebar-item__link:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #E82049;
}

.route-sidebar-item__link.active .route-sidebar-item__dot, .route-sidebar-item__link:hover .route-sidebar-item__dot {
    background: #E82049;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.route-sidebar-item__dot {
    position: relative;
    width: 17px;
    height: 17px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 17px;
    -ms-flex: 0 0 17px;
    flex: 0 0 17px;
    border: 1px solid #E82049;
    background: #FFFFFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 27px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 2;
}

.route-sidebar-item__anchor {
    font-size: 16px;
    line-height: 21px;
}

.route-sidebar-item__decor {
    position: absolute;
    top: 8px;
    bottom: -26px;
    left: 11px;
    width: 1px;
    background: #AAAAAA;
}

.route-sidebar-item:last-child .route-sidebar-item__decor {
    display: none;
}

.route-sidebar-item .list-group-item.list-group-item-action,
.route-sidebar-item .list-group-item.list-group-item-action.active {
    background: transparent;
    border: 0;
    z-index: 1;
}

.route-item {
    padding: 30px 0;
    border-top: 1px solid #ADADAD;
}

.route-item .icon-place-marker {
    font-size: 24px;
    margin-top: -4px;
}

.route-item .icon-clock {
    font-size: 20px;
}

@media (max-width: 992px) {
    .route-sidebar-item__dot {
        margin-right: 17px;
    }

    .route-sidebar-item__anchor {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width: 800px) {
    .route-item .icon-place-marker {
        font-size: 22px;
        margin-top: -4px;
    }

    .route-item .icon-clock {
        font-size: 18px;
    }

    .route-sidebar__nav {
        margin-top: 30px;
        border-bottom: 1px solid #D0D0D0;
        border-top: 1px solid #D0D0D0;
    }

    .route-sidebar__scrollbar {
        max-height: 137px;
        overflow-y: auto;
    }
}

/*end page routes*/
/*page video*/
.video-item__link:hover .video-item__play, .video-item__link:focus .video-item__play {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.video-item__link:hover .video-item__play img, .video-item__link:focus .video-item__play img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.video-item__aspect-ratio {
    padding-top: 71%;
}

.video-item__time {
    position: absolute;
    right: 18px;
    bottom: 18px;
}

.video-item__play {
    position: absolute;
    width: 83px;
    height: 83px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.video-item__truncate {
    min-height: 3.5em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 992px) {
    .video-item__play {
        width: 76px;
        height: 76px;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 800px) {
    .video-item__play {
        width: 62px;
        height: 62px;
    }

    .video-item__truncate {
        min-height: 0;
        line-height: 1.6;
    }
}

.modal.video-modal .modal-dialog {
    max-width: 1177px;
    margin: 130px auto;
}

.modal.video-modal .modal-content {
    background: transparent;
    border: 0;
}

.modal.video-modal .modal-body {
    padding: 0;
}

.modal.video-modal .modal-header {
    padding: 0;
    border: 0;
}

.modal.video-modal .modal-footer {
    border: 0;
    padding: 25px 0px;
}

.modal.video-modal .close {
    text-shadow: none;
    color: #FFFFFF;
    opacity: 1;
    font-size: 26px;
    margin-bottom: 5px;
}

.modal-backdrop.show {
    opacity: 0.8;
}

@media (max-width: 1370px) {
    .modal.video-modal .modal-dialog {
        max-width: -webkit-calc(100% - 30px);
        max-width: calc(100% - 30px);
        margin: 90px auto;
    }
}

@media (max-width: 800px) {
    .modal.video-modal .modal-footer {
        padding: 8px 0px;
    }

    .modal.video-modal .modal-footer h3 {
        font-weight: 500;
    }
}

/*end page video*/
/*page 404*/
.page-404 {
    height: 1120px;
    background-image: url("/img/404/grass.png");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-404__horse-wrap {
    width: 1px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.page-404__horse {
    position: absolute;
    bottom: -230px;
    left: 0px;
    -webkit-transform: translateX(-33%);
    -ms-transform: translateX(-33%);
    transform: translateX(-33%);
}

.page-404__code {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 350px;
    text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.45);
    line-height: 1;
    letter-spacing: -0.14em;
    -webkit-transform: translateX(-0.07em);
    -ms-transform: translateX(-0.07em);
    transform: translateX(-0.07em);
    margin-bottom: 10px;
}

.page-404__title {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 1;
}

.page-404__text {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 137px;
}

@media (max-width: 1370px) {
    .page-404 {
        height: 527px;
    }

    .page-404__horse {
        width: 366px;
        height: 276px;
        bottom: -87px;
        left: 0px;
        -webkit-transform: translateX(-33%);
        -ms-transform: translateX(-33%);
        transform: translateX(-33%);
    }

    .page-404__code {
        font-size: 150px;
        margin-bottom: 17px;
    }

    .page-404__title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .page-404__text {
        font-size: 20px;
        margin-bottom: 35px;
    }
}

@media (max-width: 800px) {
    .page-404 {
        height: 472px;
    }

    .page-404__horse {
        width: 253px;
        height: 190px;
        bottom: -44px;
        left: 0px;
        -webkit-transform: translateX(-48%);
        -ms-transform: translateX(-48%);
        transform: translateX(-48%);
    }

    .page-404__code {
        font-size: 90px;
        margin-bottom: 7px;
        -webkit-transform: translateX(-0.2em);
        -ms-transform: translateX(-0.2em);
        transform: translateX(-0.2em);
    }

    .page-404__title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .page-404__text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 35px;
    }
}

/*end page 404*/
/*scroll top*/
.scroll-top {
    display: none;
    position: -webkit-sticky;
    position: sticky;
    bottom: 140px;
    z-index: 2;
    color: #44413C;
}

.scroll-top__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 75px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -95px;
    padding: 32px 10px 20px 10px;
    text-align: center;
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: translateX(677px);
    -ms-transform: translateX(677px);
    transform: translateX(677px);
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    -webkit-transition: bottom 0.2s, padding 0.2s;
    -o-transition: bottom 0.2s, padding 0.2s;
    transition: bottom 0.2s, padding 0.2s;
}

@media (min-width: 992px) {
    .scroll-top__inner:hover {
        bottom: -98px;
        padding: 35px 10px 23px 10px;
        -webkit-transition: bottom 0.2s, padding 0.2s;
        -o-transition: bottom 0.2s, padding 0.2s;
        transition: bottom 0.2s, padding 0.2s;
    }

    .scroll-top__inner:hover .scroll-top__icon {
        -webkit-filter: grayscale(0) brightness(100%);
        filter: grayscale(0) brightness(100%);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .scroll-top__inner:hover .scroll-top__text {
        color: #E82049;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
}

.scroll-top__icon {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 45px;
    -ms-flex: 1 0 45px;
    flex: 1 0 45px;
    background-image: url("/img/scroll-top.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-filter: grayscale(100%) brightness(170%);
    filter: grayscale(100%) brightness(170%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.scroll-top__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1;
    -ms-flex: 0 1;
    flex: 0 1;
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 1600px) {
    .scroll-top__inner {
        -webkit-transform: translateX(428px);
        -ms-transform: translateX(428px);
        transform: translateX(428px);
    }
}

@media (max-width: 992px) {
    .scroll-top__inner {
        -webkit-transform: translateX(332px);
        -ms-transform: translateX(332px);
        transform: translateX(332px);
    }
}

@media (max-width: 800px) {
    .scroll-top {
        visibility: hidden;
        opacity: 0;
    }

    .scroll-top__inner {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

/*end scroll top*/
/*footer*/
.footer {
    background-color: #FFFFFF;
    color: #2C2C2C;
    background-image: url("/img/bg-footer.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.footer__inner {
    padding-top: 68px;
    padding-bottom: 49px;
}

.footer__bottom {
    padding-top: 3.25%;
    width: 100%;
    background-image: url("/img/bg-footer-bottom.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer__social-link {
    font-size: 26px;
}

.footer__social-link .icon-social-instagram,
.footer__social-link .icon-social-vkontakte,
.footer__social-link .icon-social-facebook,
.footer__social-link .icon-social-youtube,
.footer__social-link .icon-social-odnoklassniki {
    color: #A6A6A6;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.footer__social-link:hover .icon-social-instagram, .footer__social-link:focus .icon-social-instagram {
    color: #F65378;
}

.footer__social-link:hover .icon-social-vkontakte, .footer__social-link:focus .icon-social-vkontakte {
    color: #457ED4;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.footer__social-link:hover .icon-social-facebook, .footer__social-link:focus .icon-social-facebook {
    color: #5470BD;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.footer__social-link:hover .icon-social-odnoklassniki, .footer__social-link:focus .icon-social-odnoklassniki {
    color: #FF8E17;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.footer__social-link:hover .icon-social-youtube, .footer__social-link:focus .icon-social-youtube {
    color: red;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 800px) {
    .footer {
        position: relative;
    }

    .footer__inner {
        padding-top: 35px;
        padding-bottom: 32px;
    }

    .footer__logo {
        width: 160px;
        height: 64px;
    }

    .footer__title {
        line-height: 1.8;
    }
}

/*end footer*/

.header-lang__inner[aria-expanded="true"] .header-lang__item-active {
    display: none !important;
}

.hidden {
    display: none !important;
}

.event-checkbox-label-btn, .event-checkbox-label-text {
    cursor: pointer;
}

.event-checkbox:checked + .event-checkbox-label-btn {
    color: #fff;
    background-color: #e82049;
    border-color: #e82049;
}

.event-checkbox:disabled + .event-checkbox-label-btn {
    /*display: none;*/
    border-color: #D6D6D6;
    color: #D6D6D6;
    background-color: #FFFFFF;
}

.event-checkbox:checked + .event-checkbox-label-text {
    color: #e82049 !important;
}

.event-checkbox:disabled + .event-checkbox-label-text {
    color: #D6D6D6 !important;
    /*display: none;*/
}

.typography iframe {
    max-width: 100% !important;
}

.event-detail-text.typography p {
    text-align: justify;
    font-size: 14px;
}

.place-title {
    cursor: pointer;
    position: relative;
    padding-left: 35px;
}

.place-title::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 25px;
    margin: auto 0;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAABj0lEQVRoge2aQU4CMRSGv3gHCeCRhiN4DMQD6LVwoSsVN7LwHuJCV+OinaDjMPS1r7Qm70uaIeHR+T9mEtp5gGEYsSyANfABtIXHzmdppBK3FYQ/NG5CJRb+A5/AEphJv4UMzIArXKaWwCtz54uX+XJFs8JlW4cU73zxNGeiSKa4bO8hxd29WCuD+c4KBMmCidSGidSGidSGidRGjMg9sAEmylnwc74ADxqTHVuiPPn3t+jKTPycLfA4Uhe8hDpWeA68+po3dJb5/TnHFqxqIkMnTpGRSITmExVqyEglJPlEy/gUmRgJUT7pfiRGJlZClC9mYyWRSZEQ5YvdIYbIpEqI8qVsdcdkNCRE+VL37EMyWhKifBoPH37+Sm97r1NXAycVgd9XQeNKdJxcBPYyWhJQSATcraS5uCwmoo09oPsXmEhtmEhtDIns/LGGllufC3/80+gZEnn2x8tsceLpMm1Cihv2zdAVMM8USsIcuAa+EDRDwbWAS7ehD43g9nRHg+ueds3RkiP6DwOGYTi+AYX7NINnLbH7AAAAAElFTkSuQmCC') center center no-repeat;
    background-size: contain;
}

.place-title.active::before {
    transform: rotate(180deg);
}

.comment-box {
    margin-top: 25px;
}

.seances {
    height: 100px;
    overflow: hidden;
    column-count: 3;
}

.seances.active {
    height: unset;
}

.hero__backdrop.filter_bg,
.hero__banner.filter_bg {
    filter: brightness(40%);
}

.hero_small .hero__banner.filter_bg {
    filter: brightness(20%);
}

@media (max-width: 575px) {
    .seances {
        column-count: 1;
    }
}


@media (min-width: 575px)  and (max-width: 991px) {
    .seances {
        column-count: 2;
    }
}

@media (min-width: 992px) and (max-width: 1369px) {
    .seances {
        column-count: 3;
    }
}

@media (min-width: 1370px) {
    .seances {
        column-count: 4;
    }
}