html {
    -webkit-text-size-adjust: 100%
}

details, main {
    display: block
}

h1 {
    font-size: 2em
}

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

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

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    transition: opacity .2s
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

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

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

summary {
    display: list-item
}

[hidden], template {
    display: none
}

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

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

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

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

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

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

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

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

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

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: 1s steps(12, end) infinite swiper-preloader-spin;
    animation: 1s steps(12, end) infinite swiper-preloader-spin
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.fslightbox-container {
    font-family: Roboto, sans-serif;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(30, 30, 30, .9), #000 1810%);
    z-index: 9999999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-animation: .25s forwards fslightbox-fade-in-complete;
    animation: .25s forwards fslightbox-fade-in-complete
}

.fslightbox-fade-in {
    -webkit-animation: .25s cubic-bezier(0, 0, .7, 1) forwards fslightbox-fade-in;
    animation: .25s cubic-bezier(0, 0, .7, 1) forwards fslightbox-fade-in
}

.fslightbox-fade-out {
    -webkit-animation: .25s forwards fslightbox-fade-out;
    animation: .25s forwards fslightbox-fade-out
}

.fslightbox-fade-in-complete {
    -webkit-animation: .25s cubic-bezier(0, 0, .7, 1) forwards fslightbox-fade-in-complete;
    animation: .25s cubic-bezier(0, 0, .7, 1) forwards fslightbox-fade-in-complete
}

.fslightbox-fade-out-complete {
    -webkit-animation: .25s fslightbox-fade-out-complete !important;
    animation: .25s fslightbox-fade-out-complete !important
}

@-webkit-keyframes fslightbox-fade-in-complete {
    from {
        opacity: .3
    }
    to {
        opacity: 1
    }
}

@keyframes fslightbox-fade-in-complete {
    from {
        opacity: .3
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fslightbox-fade-out-complete {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fslightbox-fade-out-complete {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes fslightbox-fade-in {
    from {
        opacity: .65
    }
    to {
        opacity: 1
    }
}

@keyframes fslightbox-fade-in {
    from {
        opacity: .65
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fslightbox-fade-out {
    from {
        opacity: .35
    }
    to {
        opacity: 0
    }
}

@keyframes fslightbox-fade-out {
    from {
        opacity: .35
    }
    to {
        opacity: 0
    }
}

.fslightbox-cursor-grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fslightbox-full-dimension {
    width: 100%;
    height: 100%
}

.fslightbox-open {
    overflow: hidden;
    height: 100%
}

.fslightbox-flex-centered {
    display: flex;
    justify-content: center;
    align-items: center
}

.fslightbox-transform-transition {
    transition: transform .3s
}

.fslightbox-svg-path {
    transition: fill .15s;
    fill: #ddd
}

.fslightbox-svg-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.fslightbox-media-holder {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.fslightbox-nav {
    height: 45px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.fslightbox-slide-number-container {
    height: 100%;
    font-size: 14px;
    color: #d7d7d7;
    z-index: 0;
    max-width: 55px
}

.fslightbox-slide-number-container div {
    padding: 0 1.5px
}

.fslightbox-slash {
    font-size: 16px;
    margin-top: -1.5px
}

.fslightbox-toolbar {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    background: rgba(35, 35, 35, .65)
}

.fslightbox-toolbar-button {
    height: 100%;
    width: 45px;
    cursor: pointer
}

.fslightbox-toolbar-button:hover .fslightbox-svg-path {
    fill: #fff
}

.fslightbox-slide-btn-container {
    display: flex;
    align-items: center;
    padding: 12px 12px 12px 6px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
    transform: translateY(-50%)
}

.fslightbox-slide-btn-container:hover .fslightbox-svg-path {
    fill: #f1f1f1
}

.fslightbox-slide-btn {
    padding: 8px;
    font-size: 26px;
    background: rgba(35, 35, 35, .65)
}

.fslightbox-slide-btn-left-container {
    left: 0
}

.fslightbox-slide-btn-right-container {
    right: 0;
    padding-left: 12px;
    padding-right: 3px
}

.fslightbox-down-event-detector {
    position: absolute;
    z-index: 1
}

.fslightbox-swiping-invisible-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.fslightbox-invalid-file-wrapper {
    font-size: 22px;
    color: #eaebeb;
    margin: auto
}

.fslightbox-video {
    -o-object-fit: cover;
    object-fit: cover
}

.fslightbox-loader {
    display: block;
    margin: auto;
    position: relative;
    width: 67px;
    height: 67px
}

.fslightbox-loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 54px;
    height: 54px;
    margin: 6px;
    border: 5px solid #999;
    border-radius: 50%;
    -webkit-animation: 1.2s cubic-bezier(.5, 0, .5, 1) infinite fslightbox-loader;
    animation: 1.2s cubic-bezier(.5, 0, .5, 1) infinite fslightbox-loader;
    border-color: #999 transparent transparent
}

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

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

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

@-webkit-keyframes fslightbox-loader {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes fslightbox-loader {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.fslightbox-source {
    margin: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.fslightbox-source-holder {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center
}

@font-face {
    font-family: MyriadPro;
    src: url(../fonts/MyriadPro/MyriadProRegular.woff) format("woff");
    font-weight: 400
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto/RobotoMedium.woff) format("woff");
    font-weight: 100
}

@font-face {
    font-family: RobotoBold;
    src: url(../fonts/Roboto/RobotoBold.woff) format("woff");
    font-weight: 100
}

@font-face {
    font-family: RobotoLight;
    src: url(../fonts/Roboto/RobotoLight.woff) format("woff");
    font-weight: 100
}

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

[type=button], [type=reset], [type=submit], button {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer
}

a:hover {
    opacity: .5
}

body, html {
    font-size: 16px;
    font-family: Roboto;
    min-width: 320px;
    line-height: 1.5;
    letter-spacing: .5px;
    padding: 0;
    margin: 0;
    background-color: #f2f5f6
}

body._lock, html._lock {
    width: 100%;
    position: fixed
}

body {
    overflow-x: hidden
}

.wrap {
    min-height: calc(100vh - 250px)
}

.container {
    max-width: 1430px;
    width: calc(100% - 30px);
    margin: 0 auto
}

.relative {
    position: relative
}

.btn {
    display: inline-flex;
    align-items: center;
    height: 50px;
    color: #fff;
    font-size: 20px;
    background-color: #1865a7;
    padding: 0 40px;
    transition: transform .3s
}

.btn:hover {
    opacity: 1;
    transform: translateY(-4px)
}

.btn_shadow {
    box-shadow: 5px 0 5px rgba(0, 0, 0, .12)
}

.title {
    font-size: 36px;
    color: #393539;
    text-transform: uppercase
}

.title_size_small {
    font-size: 28px;
    font-family: RobotoBold
}

.title_size_large {
    font-size: 46px;
    font-family: RobotoBold
}

.mg-t {
    margin-top: 90px
}

.mg-b {
    margin-bottom: 90px
}

.wysiwyg iframe {
    width: 100% !important;
    height: 360px;
    max-height: 50vh
}

.wysiwyg + .wysiwyg {
    margin-top: 30px
}

.wysiwyg img {
    max-width: 100%
}

.wysiwyg img + * {
    margin-top: 30px
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    color: #282828;
    font-family: RobotoBold;
    margin-bottom: 20px;
    margin-top: 30px
}

.wysiwyg h6 {
    font-size: 20px
}

.wysiwyg h5 {
    font-size: 22px
}

.wysiwyg p {
    font-size: 18px;
    color: #282828;
    letter-spacing: .18px
}

.wysiwyg p a {
    display: inline
}

.wysiwyg p:empty {
    padding: 6px 0
}

.wysiwyg p:not(:last-child) {
    margin-bottom: 30px
}

.wysiwyg a {
    text-decoration: underline;
    color: #222323;
    font-size: 18px;
    letter-spacing: .18px;
    display: block
}

.wysiwyg a::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 8px;
    background-image: url(../img/icons/outer-link.jpg)
}

.wysiwyg a + a {
    margin-top: 18px
}

.wysiwyg hr {
    background-color: #1865a7;
    height: 3px;
    max-width: 206px;
    margin-left: 0
}

.wysiwyg li {
    list-style: none;
    position: relative;
    padding-left: 30px
}

.wysiwyg li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background-color: #1865a7
}

.wysiwyg li + li {
    margin-top: 10px
}

.slider-btn {
    width: 77px;
    height: 40px;
    border: 1px solid transparent;
    transition: opacity .3s;
    background-color: #1865a7
}

.slider-btn:hover {
    opacity: .75
}

.slider-btn:focus {
    border: 1px solid #434649;
    outline: 0
}

.slider-btn svg {
    width: 8px;
    height: 14px;
    fill: #fff;
    margin-bottom: -2px
}

.slider-btn._disabled, .slider-btn.swiper-button-disabled {
    background-color: #fff
}

.slider-btn._disabled:hover, .slider-btn.swiper-button-disabled:hover {
    opacity: 1
}

.slider-btn._disabled svg, .slider-btn.swiper-button-disabled svg {
    fill: #353131
}

.slider-btn._next svg {
    transform: rotate(180deg)
}

.arrow-button {
    background-color: #1865a7;
    width: 77px;
    height: 39px;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.arrow-button_mg_left {
    margin-left: 10px
}

.arrow-button_mg_right {
    margin-right: 10px
}

.arrow-button__icon {
    width: 12px;
    height: 16px;
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.arrow-button__icon_to_bottom {
    transform: translate(-50%, -50%) rotate(-90deg)
}

.pagination__item {
    display: inline-block;
    text-align: center;
    line-height: 40px
}

.pagination__item._active {
    background-color: #1865a7
}

.pagination__item._active .pagination__link {
    width: 77px;
    color: #fff
}

.pagination__link {
    display: block;
    width: 50px;
    height: 40px;
    color: #242424
}

.form-line {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.label-holder {
    display: block;
    flex-grow: 1;
    width: 100%;
    font-size: 22px
}

.input-holder {
    width: calc(100% - 80px)
}

#search-input {
    width: 100%;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, .12);
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box
}

.btn-violet {
    width: 80px;
    height: 35px;
    background-color: #1865a7;
    color: #fff
}

.mse2-row {
    padding-top: 20px;
    padding-bottom: 20px
}

.mse2-row:not(:last-child) {
    border-bottom: 1px solid rgba(24, 101, 167, .5)
}

.news-category {
    margin: 0 7px;
    padding: 0 5px;
    color: #fff;
    background-color: #c7c7c7
}

.hidden {
    display: none
}

.details-list {
    text-align: left;
    font-size: 18px;
    line-height: 23px
}

.details-list li {
    display: table;
    margin-bottom: 26px
}

.details-list li:last-child {
    margin-bottom: 0
}

.details-desc, .details-img {
    display: table-cell;
    vertical-align: middle
}

.details-desc {
    padding-left: 45px;
    padding-right: 20px;
    padding-bottom: 7px
}

.memo-page .header-bottom {
    border-bottom: 2px solid #f0ecf9
}

.memo-page .header-bottom .max-wrap {
    border-bottom: 0
}

.memo-page .content {
    padding: 0;
    position: relative;
    z-index: 2
}

.memo {
    margin-bottom: -60px;
    background: url(../img/bg/memo-bg.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 32px 0 30px;
    font-family: a_conceptotitulnrfyregular, 'Roboto Condensed', Arial, Tahoma, Verdana, sans-serif;
    font-size: 24px;
    line-height: 1.1;
    position: relative
}

.memo .max-wrap {
    padding: 0 9px;
    min-width: 0;
    max-width: 100%;
    width: auto;
    box-sizing: border-box
}

.memo-timer {
    font-size: 48px;
    line-height: 1.1;
    color: #6a396a;
    padding: 0 0 25px
}

.memo-list {
    margin: 0 0 0 -9px;
    font-size: 0;
    line-height: 0
}

.memo-list > li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px
}

.memo-items-wrap {
    margin: 0 auto
}

.memo-item {
    max-width: 153px;
    max-height: 154px;
    position: relative;
    display: block;
    margin: 0 0 0 9px;
    transition: transform .5s
}

.memo-item img {
    max-width: 100%;
    max-height: 100%
}

.memo-item-default {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 20;
    opacity: 1;
    transition: .5s
}

.memo-item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    transition: .5s
}

.memo-list > li.active .memo-item {
    transform: rotate3d(0, 1, 0, 180deg)
}

.memo-list > li.active .memo-item-default {
    opacity: 0;
    z-index: 10
}

.memo-list > li.active .memo-item-image {
    opacity: 1;
    z-index: 20;
    transform: rotate3d(0, 1, 0, 180deg)
}

.memo-buttons {
    padding: 34px 0 0
}

.memo .btn-violet {
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
    min-width: 192px;
    padding: 14px 15px 15px;
    border-radius: 8px
}

.memo-links {
    text-align: center;
    padding-top: 30px;
    line-height: 1
}

.link-details {
    text-decoration: none;
    color: #6a396a;
    border-bottom: 2px dotted #6a396a
}

.link-details:hover {
    border-bottom-color: transparent
}

.memo-popup-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    display: none
}

.memo-popup-wrap.active {
    display: block
}

.memo-popup-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 510;
    background: #fff;
    background: rgba(255, 255, 255, .7)
}

.memo-popup {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #fff;
    background: #6a396a;
    background: rgba(106, 57, 106, .73);
    z-index: 520;
    border-radius: 10px;
    width: 507px;
    margin-left: -253px
}

.memo-popup.active {
    display: block
}

.memo-popup-inner {
    padding: 22px
}

.memo-popup-title {
    padding: 0 0 24px
}

.memo-popup-difficulty {
    height: 387px;
    margin-top: -193px;
    display: none
}

.memo-popup-difficulty.active {
    display: block
}

.memo-popup-difficulty-list li + li {
    margin-top: 14px
}

.memo-popup-difficulty-list a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 17px;
    min-width: 187px
}

.memo-popup-difficulty-list li.active a {
    color: #905d85;
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .75)
}

.menu-popup-buttons {
    padding: 43px 0 0
}

.menu-popup-buttons .btn-white {
    letter-spacing: 1px
}

.btn-white {
    background: #fff;
    border-radius: 8px;
    padding: 15px 17px 12px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
    color: #905d85;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .75);
    min-width: 187px
}

.memo-popup-end {
    height: 540px;
    margin-top: -270px;
    display: none
}

.memo-popup-end .menu-popup-buttons {
    padding: 53px 0 0
}

.memo-popup-end-time {
    padding: 18px 52px 25px
}

.memo-popup-end-time .left {
    float: left;
    margin: 0 10px 0 0
}

.memo-popup-end-time .right {
    overflow: hidden;
    text-align: right
}

.memo-popup-end-best {
    padding: 82px 0 30px;
    background: url(../img/bg/stars.png) center top no-repeat
}

.memo-popup-end-best p {
    padding: 0 1px
}

.memo-popup-end-best-time {
    font-size: 60px
}

.memo-popup-close {
    position: absolute;
    right: 19px;
    top: 19px
}

.memo-popup-details {
    display: none;
    width: 800px;
    margin-left: -400px;
    height: 560px;
    margin-top: -280px
}

.memo-popup-details .memo-popup-inner {
    padding-left: 38px;
    padding-right: 30px
}

.memo-popup-details .memo-popup-title {
    padding-bottom: 45px
}

.memo-popup-details .custom-scroll {
    height: 455px;
    overflow: auto
}

.memo-popup .jspTrack {
    background: 0 0;
    width: 5px
}

.memo-popup .jspDrag {
    background: #fff;
    width: 5px;
    border-radius: 2px
}

.memo-popup .jspVerticalBar {
    width: 5px
}

.alphabet-page .header-bottom {
    border-bottom: 2px solid #f0ecf9
}

.alphabet-page .header-bottom .max-wrap {
    border-bottom: 0
}

.alphabet-page .content {
    padding: 0;
    position: relative
}

.alphabet-title {
    padding: 17px 10px 13px;
    text-align: center;
    background: url(../img/bg/memo-bg.jpg) center top no-repeat;
    background-size: 100% auto;
    font-size: 36px;
    color: #6a396a;
    text-transform: uppercase;
    font-family: a_conceptotitulnrfyregular, 'Roboto Condensed', Arial, Tahoma, Verdana, sans-serif
}

.alphabet-content {
    padding: 21px 0 73px
}

.alphabet-content .max-wrap:after {
    content: '';
    display: block;
    clear: both
}

.alphabet-content-left {
    float: left;
    padding: 66px 15px 0 0;
    width: 45.5%;
    box-sizing: border-box
}

.alphabet-content-right {
    float: right;
    width: 54.5%
}

.alphabet-list {
    margin: 0 0 0 -10px;
    font-size: 0;
    line-height: 0
}

.alphabet-list:after {
    content: '';
    clear: both;
    display: table
}

.alphabet-list > li {
    display: inline-block;
    vertical-align: bottom;
    width: 16.66666666666667%;
    padding: 0 0 23px 10px;
    box-sizing: border-box;
    text-align: center
}

.alphabet-list > li.spec1 {
    position: relative;
    top: -6px
}

.alphabet-list > li.spec2 {
    position: relative;
    top: 7px
}

.alphabet-list > li.spec3 {
    position: relative;
    top: 10px
}

.alphabet-list > li.spec4 {
    position: relative;
    top: 19px
}

.alphabet-list > li.width-20 {
    width: 20%
}

.alphabet-list > li.width-auto {
    width: 15%;
    padding-left: 30px
}

.alphabet-list > li.current .alphabet-item {
    border-color: #dfc7e0
}

.alphabet-item {
    display: inline-block;
    box-sizing: border-box;
    min-height: 85px;
    border: 3px solid transparent;
    border-radius: 6px;
    transition: .3s
}

.alphabet-item .inner {
    box-sizing: border-box;
    display: table-cell;
    height: 83px;
    padding: 5px;
    vertical-align: middle;
    text-align: center
}

.alphabet-slider {
    background: url(../img/bg/alphabet-slider.png) no-repeat;
    position: relative;
    width: 686px;
    height: 784px;
    padding: 38px 44px 46px 52px;
    box-sizing: border-box;
    overflow: hidden
}

.alphabet-slider-inner {
    box-shadow: -4px 4px 10px rgba(0, 0, 0, .19)
}

.alphabet-slider img {
    width: 100%;
    max-width: 100%;
    max-height: 100%
}

.alphabet-slider .bx-wrapper .bx-controls-direction a {
    width: 39px;
    height: 39px;
    background: rgba(155, 86, 152, .32);
    transition: .3s;
    top: 50%;
    margin: -52px 0 0
}

.alphabet-slider .bx-wrapper .bx-controls-direction a:before {
    content: '';
    position: absolute;
    left: 13px;
    top: 10px;
    background: url(../img/alphabet-arrow-left.png) no-repeat;
    width: 11px;
    height: 20px
}

.alphabet-slider .bx-wrapper .bx-controls-direction a:hover {
    background: #9b5698
}

.alphabet-slider .bx-wrapper .bx-controls-direction a.disabled {
    background: rgba(155, 86, 152, .07)
}

.alphabet-slider .bx-wrapper .bx-controls-direction {
    display: none
}

.alphabet-slider .bx-wrapper .bx-controls-direction .bx-prev {
    left: 0
}

.alphabet-slider .bx-wrapper .bx-controls-direction .bx-next {
    right: 0
}

.alphabet-slider .bx-wrapper .bx-controls-direction .bx-next:before {
    background: url(../img/alphabet-arrow-right.png) no-repeat;
    left: 15px
}

.alphabet-content-right-close, .alphabet-content-right-overlay {
    display: none
}

.events__items.events__items--hide.events__items--visible a:first-child img {
    height: 100%
}

.max-wrap:after {
    content: '';
    display: block;
    clear: both
}

.decade, .decade-logo, .decade-logo-image, .decade-years, .decade-years-list li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top
}

.interactive-page .wrapper {
    min-width: 1616px
}

.interactive-bg {
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    opacity: .3
}

.interactive-slider-events {
    transition: .2s ease-in-out;
    height: 563px;
    position: relative
}

.interactive-slider-events.left {
    margin-left: -2000px
}

.interactive-slider-events.right {
    margin-left: 2000px
}

.interactive-slider-events.active {
    margin: 0
}

.interactive-page .header {
    margin-bottom: 41px
}

.interactive-page .header-top .max-wrap {
    max-width: none;
    min-width: 0;
    padding: 0 27px 0 13px
}

.interactive-page .navigation-list {
    margin-left: -10px
}

.interactive-page .navigation-list > li {
    margin: 0 0 0 10px
}

.interactive-page .header-bottom .max-wrap {
    max-width: none;
    min-width: 0;
    padding: 19px 27px 10px 12px;
    border: 0
}

.interactive-page .header-bottom-left h1 {
    float: left;
    text-transform: uppercase;
    padding: 17px 0 0 80px;
    letter-spacing: -.03em
}

.interactive-page .content {
    position: relative;
    z-index: 2;
    padding-bottom: 139px
}

.interactive-page .content > .max-wrap {
    max-width: none;
    min-width: 0
}

.interactive-page .footer {
    height: 70px;
    margin-top: -70px;
    display: none
}

.interactive-page .footer-bottom {
    padding: 12px 0 16px
}

.interactive-page .footer-bottom .max-wrap {
    max-width: none;
    min-width: 0;
    padding: 0 24px 0 15px
}

.interactive-page .copyright {
    padding: 0
}

.interactive-page .footer-social {
    margin: 10px 0 0 10px
}

.interactive-slider {
    width: 1616px;
    margin: 0 auto
}

.interactive-slider-events-wrap {
    padding: 0 0 0 199px;
    position: relative
}

.interactive-slider-event {
    width: 372px;
    position: absolute;
    top: 88px;
    left: 100px;
    z-index: 10
}

.interactive-slider-event-top {
    position: relative
}

.interactive-slider-event-image {
    height: 270px;
    box-shadow: -10px 10px 10px rgba(0, 0, 0, .39)
}

.interactive-slider-event.active-next {
    left: 721px;
    z-index: 20
}

.interactive-slider-event-image canvas, .interactive-slider-event-image img {
    display: block;
    max-height: 100%;
    max-width: 100%
}

.interactive-slider-event-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, .5);
    font-family: Arial;
    font-size: 15.5px;
    color: #fff;
    padding: 12px 9px 16px
}

.interactive-slider-event-bottom {
    background: #fff;
    background: rgba(255, 255, 255, .8);
    padding: 23px 18px;
    color: #2d3137;
    font-size: 15.5px;
    font-family: Arial;
    box-shadow: -10px 10px 10px rgba(0, 0, 0, .39)
}

.interactive-slider-event-bottom h2 {
    font-size: 23.25px;
    color: #f98a3e;
    font-family: 'Roboto Condensed';
    padding-bottom: 18px
}

.interactive-slider-event.active {
    width: 558px;
    top: 0;
    left: 0;
    z-index: 30
}

.interactive-slider-event.active .interactive-slider-event-image {
    height: 405px
}

.interactive-slider-event .interactive-slider-event-bottom, .interactive-slider-event .interactive-slider-event-caption {
    opacity: 0
}

.interactive-slider-event.active .interactive-slider-event-bottom, .interactive-slider-event.active .interactive-slider-event-caption {
    opacity: 1
}

.interactive-slider-events-controls {
    position: fixed;
    right: 78px;
    min-width: 250px;
    z-index: 60;
    bottom: 30%;
    margin-bottom: -100px
}

.interactive-slider.atleft .interactive-event-prev, .interactive-slider.atleft .interactive-year-prev, .interactive-slider.atright .interactive-event-next, .interactive-slider.atright .interactive-year-next {
    visibility: hidden
}

.interactive-year-next, .interactive-year-prev {
    font-size: 17px;
    color: #883e8c;
    text-decoration: none;
    border-bottom: 1px dashed #883e8c
}

.interactive-year-next:hover, .interactive-year-prev:hover {
    border-bottom-color: transparent
}

.interactive-year-next {
    font-size: 19px;
    margin-left: -4px
}

.interactive-year-current {
    color: #883e8c;
    font-size: 22.68px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 0 11px
}

.interactive-event-prev {
    margin: 10px 0 0;
    display: block
}

.interactive-event-next {
    margin: 0 0 8px -4px;
    display: block
}

.interactive-event-next:hover, .interactive-event-prev:hover {
    opacity: .8
}

.interactive-slider-dates {
    background: #fff;
    background: rgba(255, 255, 255, .5);
    height: 59px;
    position: relative;
    margin-bottom: 57px;
    white-space: nowrap
}

.interactive-slider-events-nav {
    position: fixed;
    right: 467px;
    bottom: 15px;
    font-size: 23.25px;
    line-height: 1.1;
    color: #535353;
    font-weight: 700;
    z-index: 50
}

.interactive-slider-events-nav span {
    font-size: 33.33px
}

.interactive-slider-events-nav .event-current {
    font-family: Roboto;
    font-weight: 900
}

.interactive-slider-dates-left {
    position: absolute;
    top: 11px;
    left: 12px;
    width: 21px;
    height: 39px;
    background: url(../img/arrows.png) 0 -973px no-repeat;
    opacity: .2;
    z-index: 10
}

.interactive-slider-dates-right {
    position: absolute;
    top: 11px;
    right: 12px;
    width: 21px;
    height: 39px;
    background: url(../img/arrows.png) 0 -1032px no-repeat;
    opacity: .2;
    z-index: 10
}

.interactive-slider-dates-left:hover, .interactive-slider-dates-right:hover {
    opacity: 1
}

.decade-years, .interactive-slider-event-image {
    overflow: hidden;
    zoom: 1
}

.country-list a, a.logo {
    transition: .2s
}

.decade-years-list li, .interactive-slider-event .interactive-slider-event-bottom, .interactive-slider-event .interactive-slider-event-caption {
    transition: .3s
}

.interactive-slider-event, .interactive-slider-event-image {
    transition: .7s
}

.decades {
    position: relative;
    top: -42px;
    padding: 0 70px
}

.decade {
    vertical-align: bottom;
    position: relative;
    padding-right: 73px
}

.decade-logo {
    text-align: center;
    position: relative;
    vertical-align: bottom
}

.decade-logo:before {
    content: '';
    position: absolute;
    left: 100%;
    margin-left: 6px;
    bottom: 9px;
    background: url(../img/bg/scales.png) repeat-x;
    height: 31px;
    width: 72px
}

.decade:last-child .decade-logo:before {
    display: none
}

.decade.active .decade-logo {
    margin-right: 6px
}

.decade-value {
    font-size: 20.83px;
    color: #883e8c;
    line-height: 22px;
    font-weight: 700;
    position: relative;
    z-index: 5
}

.decade .decade-value .number {
    display: none;
    text-decoration: none;
    color: #883e8c
}

.decade .decade-value .number.current-year, .decade .decade-value .number:hover {
    color: #f98a3e
}

.decade-years {
    vertical-align: bottom;
    padding: 0 0 6px;
    opacity: 0;
    width: 1px
}

.decade.active .decade-years {
    width: auto !important
}

.decade.active .decade-value .text {
    display: none
}

.decade.active .decade-value .number {
    display: block
}

.decade-years-list {
    font-size: 20.83px;
    line-height: 35px;
    font-weight: 700
}

.decade-years-list li {
    vertical-align: bottom;
    position: relative;
    text-align: center;
    height: 35px
}

.decade-years-list li + li {
    margin-left: -4px
}

.decade-years-list li + li:before {
    content: '';
    position: absolute;
    height: 31px;
    width: 1px;
    left: -1px;
    bottom: 0;
    background: #d2d2d2;
    background: rgba(145, 145, 145, .3)
}

.decade-years-list li a, .decade-years-list li span {
    color: #883e8c;
    text-decoration: none;
    display: block;
    padding: 0 11px
}

.decade-years-list li span {
    color: gray
}

.decade-years-list li a:hover, .decade-years-list li.current-year a {
    color: #f98a3e
}

.decade-years-list li.small {
    font-size: 25px
}

.decade-years-list li.medium {
    font-size: 29.17px
}

.decade-years-list li.large {
    font-size: 33.33px
}

.decade.hovered .decade-logo:before {
    content: '';
    position: absolute;
    background: url(../img/bg/borders.png) no-repeat;
    width: 86px;
    height: 139px;
    bottom: -33px;
    left: 50%;
    margin: 0 0 0 -43px;
    display: block !important
}

.decade.active .decade-value {
    color: #f98a3e
}

.arrow-orange-top {
    background: url(../img/arrows.png) 0 -838px no-repeat;
    vertical-align: middle;
    width: 41px;
    height: 40px
}

.arrow-orange-bottom {
    background: url(../img/arrows.png) 0 -898px no-repeat;
    vertical-align: middle;
    width: 47px;
    height: 55px
}

.header {
    background-color: #fff;
    position: relative;
    z-index: 4;
    box-shadow: 0 5px 10px rgba(139, 138, 173, .17)
}

.header__box {
    padding: 27px 0 17px;
    border-bottom: 1px solid rgba(42, 68, 136, .6)
}

.header__actions-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__share {
    font-size: 12px;
    text-transform: uppercase;
    color: #6e6086;
    display: flex;
    align-items: center;
    margin-right: 35px
}

.header__share-icon {
    width: 24px;
    height: 26px;
    fill: #1865a7;
    margin-right: 12px
}

.header__langs {
    margin-right: 40px
}

.header__lang-btn {
    max-height: 30px;
    font-family: MyriadPro;
    font-size: 14px;
    border-radius: 14px;
    color: #653168;
    text-transform: uppercase;
    text-decoration: underline
}

.header__lang-btn:not(:last-child) {
    margin-right: 10px
}

.header__lang-btn._active {
    border: 1px solid #1865a7;
    text-decoration: none;
    padding: 3px 16px
}

.header__action-items {
    display: flex
}

.header__search-icon {
    width: 25px;
    height: 25px;
    fill: #1865a7
}

.header__navigations {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__navigation {
    width: calc(100% - 55px)
}

.header__navigation > ul {
    display: flex;
    justify-content: space-between
}

.header__menu-btn {
    width: 32px;
    max-width: 32px;
    height: 28px
}

.header__menu-btn._on .header__menu-icon::after, .header__menu-btn._on .header__menu-icon::before {
    background-color: #5b5b61
}

.header__menu-btn._on .header__menu-icon {
    background-color: transparent
}

.header__menu-btn._on .header__menu-icon:before {
    transform: rotate(45deg) translate(-1px, 0)
}

.header__menu-btn._on .header__menu-icon:after {
    transform: rotate(-45deg) translate(6px, -7px)
}

.header__menu-icon {
    display: block;
    position: relative;
    top: -9px
}

.header__menu-icon, .header__menu-icon::after, .header__menu-icon::before {
    width: 100%;
    height: 3px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .3s;
    background-color: #000;
    border-radius: 2px
}

.header__menu-icon::after, .header__menu-icon::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0
}

.header__menu-icon::after {
    top: 18px
}

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

.header__logo-aem {
    height: 60px;
    vertical-align: middle
}

.header__logo-rosatom {
    height: 60px;
    margin-left: 15px;
    vertical-align: middle
}

.header__logo-75 {
    margin-left: 15px;
    height: 60px;
    width: 103px
}

.footer {
    padding: 50px 0;
    background-color: #1865a7;
    border-bottom: 4px solid #000;
    color: #fff;
    margin-top: 60px
}

.footer__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.footer__text {
    font-size: 14px;
    color: #fff
}

.footer__text + .footer__social-btn {
    margin-left: 14px
}

.footer__link {
    color: #fff;
    font-size: 14px;
    text-decoration: underline
}

.footer__links {
    margin-top: 20px
}

.footer__links .footer__link:not(:last-child) {
    margin-right: 10px
}

.footer__social-container {
    display: flex;
    align-items: center
}

.footer__social-btn {
    display: inline-block;
    position: relative;
    width: 31px;
    height: 31px;
    background-color: #fff
}

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

.footer__social-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    fill: #1865a7
}

.footer__social-icon._vk {
    width: 17px
}

.footer__social-icon._fc {
    width: 20px;
    height: 105%
}

.main-slider {
    position: relative;
    overflow: hidden
}

.main-slider::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -120px;
    width: 100%;
    height: 280px;
    background-image: linear-gradient(transparent 0, rgba(242, 245, 246, .9) 35%, #f2f5f6 50%);
    pointer-events: none
}

.main-slider .swiper-wrapper {
    height: calc(100vh - 193px);
    min-height: 600px;
    max-height: 816px
}

.main-slider__slide {
    display: flex;
    align-items: center;
    height: inherit;
    padding: 40px 0 230px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box
}

.main-slider__slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(24, 101, 167, .4) 0, rgba(24, 101, 167, 0) 100%);
    top: 0;
    left: 0
}

.main-slider__title {
    color: #fff;
    max-width: 630px;
    font-size: 52px;
    line-height: 1.2381;
    margin-bottom: 50px
}

.main-slider__btns-container {
    display: flex;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 220px
}

.main-slider__container {
    position: relative
}

.media-slider__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px
}

.media-slider .swiper-container {
    margin-left: -10px;
    padding-left: 10px
}

.media-slider__btns-container {
    position: static;
    display: flex
}

.media-slider__category-text {
    color: #434649;
    font-family: RobotoBold;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.media-cart {
    width: 100%;
    position: relative;
    display: block
}

.media-cart_video .media-cart__img-container {
    position: relative
}

.media-cart_video .media-cart__img-container::before {
    content: '';
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    left: 50%;
    top: 50%;
    border: 3px solid #fff;
    width: 60px;
    height: 60px
}

.media-cart_video .media-cart__img-container::after {
    content: '';
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: calc(50% + 3px);
    top: 50%;
    width: 23px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='25' viewBox='0 0 23 25'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M.5.578l21.92 11.92L.5 24.42z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.media-cart:hover {
    opacity: 1
}

.media-cart:hover .media-cart__img-container img {
    border: 4px solid #1865a7
}

.media-cart__img-container {
    display: block;
    height: 300px
}

.media-cart__img-container img {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-object-fit: cover;
    object-fit: cover;
    border: 4px solid transparent;
    transition: border .3s ease-in-out
}

.media-cart__description {
    display: block;
    width: 80%;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(173, 138, 171, .17);
    font-size: 14px;
    font-family: RobotoBold;
    color: #2c2c2b;
    text-transform: uppercase;
    padding: 20px 28px;
    margin-top: -50px;
    margin-left: -10px;
    z-index: 1;
    margin-bottom: 14px
}

.main-competence {
    margin-top: -160px;
    position: relative;
    z-index: 2
}

.main-competence__inner {
    display: flex;
    box-shadow: 0 5px 10px rgba(173, 138, 171, .17)
}

.main-competence__item {
    display: flex;
    flex-basis: 0;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 240px;
    border: 2px solid transparent;
    transition: border-color .3s ease-in-out, transform .25s ease-in-out;
    background-color: #fff;
    text-align: center
}

.main-competence__item:hover {
    opacity: 1
}

.main-competence__item:hover .main-competence__icon, .main-competence__item:hover .main-competence__title {
    position: relative;
    z-index: 2
}

.main-competence__item:hover::after {
    z-index: 1;
    transform: scale(1.2);
    box-shadow: 0 5px 21px rgba(101, 114, 127, .41)
}

.main-competence__item::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 2px solid #1865a7;
    transition: transform .25s ease-in-out;
    background-color: #fff
}

.main-competence__icon {
    width: 75px;
    height: 75px
}

.main-competence__icon.-hide {
    opacity: 0
}

.main-competence__title {
    font-family: RobotoBold;
    font-size: 15px;
    color: #393539;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: .15px
}

.events__types {
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: -10px
}

.events__type {
    display: inline-block;
    font-size: 12px;
    color: #393539;
    text-transform: uppercase;
    margin-bottom: 10px
}

.events__type._active {
    color: #ef7622
}

.events__type_icon_default::before {
    content: "";
    margin-right: 4px;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 18px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAMAAABl5a5YAAAAAXNSR0IB2cksfwAAAGlQTFRFAAAAqK2xqK2wqK6wp6+vqK2xp7Gxqaywp62xqKyxqa2xqK2xqK2yqa2xqK6yo62tqq+vp66xp62xqa2xqayyqK2yqqqqp62yp62xqK2xqK2xqKyxqK6ymZmZqqqyp66yqKyxp66woq6uwCDO2QAAACN0Uk5TAN+fXiD/Gk2As+blsn9MGTag9emOMgxgwP36sE8FHnfScRbv9/8MAAAAYklEQVR4nGNgZGJmYYACFmYmRgZWIAAJgjggNlgAGQAF2Ng5OLlYWbk4OdjZwAJg7QhqEAtw8/Dy8bOy8vPx8nADBQQEhRA+ExYRBSoTE5eQBPGkpGVkYSEjJ6+goKgEZgIAJeAFHOeZPNQAAAAASUVORK5CYII=)
}

.events__type_icon_clock::before {
    content: "";
    margin-right: 4px;
    display: inline-block;
    vertical-align: sub;
    width: 16px;
    height: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAAXNSR0IB2cksfwAAAG9QTFRFAAAAqqqwqayyqK2xqK2xqK2yqqqqqayxqK2xqK2xqK2yqqqqqK2xqK2xqayyqK2yqqqqqa2xqK2wqK2xqq+vpqyyqK2xqK6zqK2xqK2wtra2qK2xqK2xqK6xqK60pqyxp6yxoqK5qK6xqK2xqK2xtcSBywAAACV0Uk5TACqO1/jWBpT9/5gJu/mROAy9leQwK/wvj5IH89SQLC40C9j69I/1OmUAAACOSURBVHicZY/REoIgEEVXIfVWCImAlphW//+NgchU03nY4Z5ZmAtRoCgZ54eyoERVN9hojqctnyFaqZRsBS5VEB10n1Z7jZrIWBEzEIbj1tCAkbKgEQMxyI+QYCRQJRHVFeJXKNzylYTElB9NtPA0W+5yvnM7fxdzGt1e3S/ruvi9+t/nAsY/nq/Jz/H8BtcJCFIIXBkVAAAAAElFTkSuQmCC)
}

.events__type:not(:last-child) {
    margin-right: 20px
}

.events__items {
    flex-wrap: wrap;
    width: calc(100% + 25px);
    margin-top: 16px
}

.events__items--hide {
    display: none
}

.events__items--visible {
    opacity: 0;
    display: flex;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.events__item {
    flex-grow: 1;
    width: calc(25% - 25px);
    margin-right: 25px;
    margin-bottom: 25px
}

.events__item_width_large {
    width: calc(50% - 25px)
}

.events__float-news-info {
    position: absolute;
    bottom: -4px;
    left: 4px;
    max-width: 475px
}

.event-cart {
    box-sizing: border-box
}

.event-cart:hover {
    opacity: 1
}

.event-cart:hover .event-cart__box {
    border: 4px solid #1865a7
}

.event-cart__box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border: 4px solid transparent;
    transition: border .25s;
    height: 100%
}

.event-cart__preview {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 280px;
    flex-shrink: 0;
    vertical-align: bottom
}

.event-cart__preview_no {
    background-color: #fff;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .05) 0, rgba(255, 255, 255, .05) 100%);
    position: relative
}

.event-cart__preview_no svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 92px;
    height: 73px;
    fill: #1865a7
}

.event-cart__preview_main {
    height: 482px
}

.event-cart:nth-child(1) .news-info-preview {
    background-color: rgba(255, 255, 255, .57);
    height: auto
}

.event-cart:nth-child(2) .news-info-preview, .event-cart:nth-child(3) .news-info-preview {
    height: calc(100% - 280px)
}

.event-cart--main:nth-child(4) .event-cart__preview, .event-cart--main:nth-child(5) .event-cart__preview, .event-cart--main:nth-child(6) .event-cart__preview, .event-cart--main:nth-child(7) .event-cart__preview {
    display: none
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.event-cart__img-box {
    height: 280px;
    background-color: #fff;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center
}

.event-cart__img-box .event-cart__preview {
    height: 200px;
    width: auto
}

.news-info-preview {
    background-color: #fff;
    padding: 30px 15px;
    box-sizing: border-box;
    height: 100%
}

.news-info-preview_shadow {
    box-shadow: 0 5px 10px rgba(173, 138, 171, .17)
}

.news-info-preview__date {
    font-size: 14px;
    color: #3b3a3b
}

.news-info-preview__date::after {
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: #1865a7
}

.news-info-preview__title {
    font-size: 18px;
    color: #242424;
    font-family: RobotoBold
}

.news-info-preview__text {
    margin-top: 10px;
}

.news-info-preview__description {
    color: #3b3a3b;
    font-size: 14px
}

.news-info-preview__description::before {
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: #1865a7
}

.partners {
    padding: 60px 0;
    margin-bottom: -60px;
    background-color: #fff
}

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

.sub-header {
    background-color: #fff;
    padding: 60px 0
}

.sub-header_shadow {
    box-shadow: 0 5px 10px rgba(139, 138, 173, .17);
    position: relative;
    z-index: 0
}

.sub-header__title {
    font-family: RobotoBold;
    font-size: 38px
}

.sub-header__title_transform_none {
    text-transform: none
}

.sub-header_pb_none {
    padding-bottom: 0
}

.sub-header_pb_small {
    padding-bottom: 30px
}

.sub-header__navigation {
    margin-top: 25px
}

.sub-header__news-meta-info {
    display: block;
    font-size: 16px;
    color: #070707;
    text-transform: uppercase;
    font-family: RobotoLight;
    font-weight: 700;
    margin-bottom: 30px
}

.sub-header__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

.sub-header__back-link {
    font-family: RobotoLight;
    font-weight: 700;
    color: #3b3a3b;
    margin-top: 25px;
    text-transform: uppercase
}

.sub-header__contacts {
    margin-top: 70px;
    padding-bottom: 30px;
    margin-bottom: -15px
}

.sub-header__contact-item {
    display: inline-block;
    margin-bottom: 15px
}

.sub-header__contact-item:not(:last-child) {
    margin-right: 30px
}

.sub-header__contact-item._phone::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 22px;
    background-image: url(../img/icons/phone.jpg);
    background-repeat: no-repeat;
    vertical-align: middle
}

.sub-header__contact-item._cover::before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 18px;
    background-image: url(../img/icons/cover.jpg);
    background-repeat: no-repeat;
    vertical-align: middle
}

.sub-header__contact-item._map::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 26px;
    background-image: url(../img/icons/map.jpg);
    background-repeat: no-repeat;
    vertical-align: middle
}

.sub-header__contact-icon {
    display: inline-block;
    margin-right: 10px
}

.sub-header__contact-text {
    font-size: 16px;
    color: #3b3a3b;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin-left: 5px
}

.sub-header__contact-text a {
    text-decoration: underline
}

.sub-header__search-box {
    position: relative;
    flex-basis: 450px;
    -ms-grid-row-align: center;
    align-self: center
}

.sub-header__search-field {
    width: 100%;
    color: #5f5f5f;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid #a1a8b2;
    padding: 8px 30px 8px 0;
    box-sizing: border-box
}

.sub-header__search-field:focus {
    outline: 0;
    border-bottom: 1px solid #1865a7
}

.sub-header__search-btn {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%)
}

.sub-header__search-btn svg {
    width: 20px;
    height: 20px;
    fill: #a1a8b2
}

.sub-header__quote {
    font-size: 18px;
    border-left: 1px solid #1865a7;
    font-family: RobotoLight;
    font-weight: 700;
    color: #5f5f5f;
    padding-left: 12px;
    flex-basis: 670px
}

.certificates {
    padding: 100px 0;
    margin-bottom: -40px
}

.certificates__inner {
    display: flex;
    flex-wrap: wrap
}

.certificates__item {
    flex-basis: 230px;
    margin-right: 100px;
    margin-bottom: 40px
}

.certificates__img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.certificates__description {
    margin-top: 15px;
    font-size: 16px;
    text-decoration: underline;
    color: #282828
}

.navigation {
    overflow: auto;
    white-space: nowrap
}

.navigation::-webkit-scrollbar {
    width: 0;
    height: 0
}

.navigation::-webkit-scrollbar-track {
    background: #f1f1f1;
    width: 0;
    height: 0
}

.navigation::-webkit-scrollbar-thumb {
    background: #888
}

.navigation::-webkit-scrollbar-thumb:hover {
    background: #555
}

.navigation__item {
    padding-top: 5px;
    display: inline-block
}

.navigation__item_sub-nav .navigation__link {
    font-size: 14px;
    color: #393539;
    margin-right: 24px
}

.navigation__item_icon_book .navigation__link::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAMAAABl5a5YAAAAAXNSR0IB2cksfwAAAGlQTFRFAAAAqK2xqK2wqK6wp6+vqK2xp7Gxqaywp62xqKyxqa2xqK2xqK2yqa2xqK6yo62tqq+vp66xp62xqa2xqayyqK2yqqqqp62yp62xqK2xqK2xqKyxqK6ymZmZqqqyp66yqKyxp66woq6uwCDO2QAAACN0Uk5TAN+fXiD/Gk2As+blsn9MGTag9emOMgxgwP36sE8FHnfScRbv9/8MAAAAYklEQVR4nGNgZGJmYYACFmYmRgZWIAAJgjggNlgAGQAF2Ng5OLlYWbk4OdjZwAJg7QhqEAtw8/Dy8bOy8vPx8nADBQQEhRA+ExYRBSoTE5eQBPGkpGVkYSEjJ6+goKgEZgIAJeAFHOeZPNQAAAAASUVORK5CYII=)
}

.navigation__item_icon_photos .navigation__link::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 19px;
    vertical-align: middle;
    margin-right: 5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAATAgMAAAAYHE6WAAAAAXNSR0IB2cksfwAAAAlQTFRFAAAAn6u5////CGDE0wAAAAN0Uk5TAP//RFDWIQAAAC9JREFUeJxjYGANBQIHBgS9atWqlZg0SDYMiY4CCk8jkp4aikpPYWDAoEHmhiBoADz6N2iSFgZDAAAAAElFTkSuQmCC)
}

.navigation__item_icon_video .navigation__link::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAAAXNSR0IB2cksfwAAAPZQTFRFAAAAkra2laq/lam/larAlanAlanAgL+/lqrBlanAlanAlqrAqqrVlqq+scDRzNbh6+/z+Pr7////k6y/lajAlKnArr3P2ODo3eTrlanAlKe+ucbV/f3+/f7+usfWmZnMlanAlam/tcPT8PP2n5+/3uTrmKvCyNLe+vv8laq/obPH2+LqlqjAlajA0drks8HSsL/Q7fD07PD00tvkprfKl6rBw87blanAv8vZnrDF1t7n/v7/6u7ylanA+fr7larA7vH1lKnAl6vB3+XslanAlKrAuMXV+fr8k6e/rLzO2eDp2eDomarDlanAlarAlK29lqm/lajBCXY4yAAAAFJ0Uk5TAAdImNHw/wRm5ulyBif//////yg17f///+43/////wXSdP//CP////9U//9Vn////////////9P///////H/1P/V///qdf//NP///x7Nzh9oZy3qlDYAAAEcSURBVHicfZLpUsJAEIQHyDYSNZAF4xkIGJQoiRIVzwRPFG/f/2XMwWZDFdD/er6a2tmZJkpVKJYUBqaUigXKq7xSgZC6uibBugJo1ZrO9VpVA5S6AI0NGJtcaMvA9k4K6gy7e1zKbIIlXS0FTT6rJqxWRNowzNh29mWXgTaRraKbWBwc9gTqQrXJgZa6aOCjY4E09MmFJ8gJcDpIjQeXLPiC8LNzXAz12Pi4JAY9I9y8Aq5vbjnXwSguZITzuw4wTBwFCOf0hAhohMGcd+7xsGS2/sL/yB08yh084dletLeXpbuO7zN+zdV74+l9iN5UTN4z8DGB2hDn/vyKcuD5IQ99L8rB908uO78yO5W/8kyubMe1AgSW69jTyj8q6C31jvcAgQAAAABJRU5ErkJggg==)
}

.navigation__item--1 {
    border-bottom: 3px solid transparent
}

.navigation__item--1._active {
    border-bottom: 3px solid #1865a7
}

.navigation__item--1:hover > .navigation-menu {
    display: block
}

.navigation__item--1:hover > .navigation__link {
    color: #1865a7;
    opacity: 1
}

.navigation__item--1:not(:last-child) {
    margin-right: 12px
}

.navigation__item--1 > .navigation-menu {
    display: none;
    position: absolute;
    width: 340px;
    background-color: #fff;
    top: 100%;
    border-top: 1px solid rgba(42, 68, 136, .6)
}

.navigation__item--2 {
    list-style: none;
    white-space: normal;
    display: flex
}

.navigation__item--2 > a {
    display: block;
    padding: 8px 15px 5px;
    color: #070707;
    position: relative;
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box
}

.navigation__item--2 > a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 9px;
    height: 16px;
    opacity: 0;
    transition: opacity .25s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='16' viewBox='0 0 9 16'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%231865a7' d='M-.007 15.996L6.821 8-.007.003h2.185L9.006 8l-6.828 7.996z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.navigation__item--2 > a:hover {
    opacity: 1;
    color: #1865a7;
    background: linear-gradient(to right, #eaeced 65%, #fff 100%)
}

.navigation__item--2 > a:hover::after {
    opacity: 1
}

.navigation__item--2 > .navigation-menu {
    display: none;
    flex-shrink: 0;
    width: 100%;
    position: absolute;
    left: 100%;
    z-index: 3
}

.navigation__item--2 > .navigation-menu::before {
    content: '';
    border-top: 1px solid rgba(42, 68, 136, .6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -1px;
    background-color: #fff;
    z-index: -1
}

.navigation__item--2:hover > .navigation-menu, .navigation__item--3 {
    display: block
}

.navigation__item--3 > .navigation__link {
    padding: 8px 15px 5px;
    display: inline-block
}

.header__navigation > ul > .navigation__item > .navigation__link {
    display: block;
    padding: 25px 0;
    transition: color .3s;
    font-size: 13px;
    color: #393539;
    letter-spacing: .05px;
    text-transform: uppercase
}

.header__navigation > ul > .navigation__item > .navigation__link:focus {
    outline: 0
}

.navigation-menu {
    box-shadow: 0 5px 10px rgba(139, 138, 173, .27)
}

.navigation-menu._active {
    width: 640px
}

.navigation-menu._active .navigation-menu__inner-container {
    display: block
}

.navigation-menu__item-inner {
    display: none
}

.navigation-menu__inner-container {
    padding: 20px;
    display: none
}

.navigation-menu__inner-container .navigation-menu__link {
    padding: 10px 0
}

.navigation-menu__inner-container .navigation-menu__link::after {
    content: none;
    display: none
}

.navigation-menu__inner-container .navigation-menu__link:hover {
    background: 0 0
}

.navigation-menu__items {
    width: 340px
}

.navigation__link {
    border-bottom: 2px solid transparent;
    padding-bottom: 20px;
    display: inline-block
}

._active .navigation__link {
    border-bottom-color: #1865a7
}

.content {
    padding-bottom: 100px
}

.content__title {
    text-transform: none;
    color: #242424
}

.content__title + .content__news-container {
    margin-top: 30px
}

.content__title_pin {
    margin-top: 60px;
    margin-bottom: 30px
}

.content__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin-top: 50px;
    margin-bottom: -50px
}

.content__inner_mt_none {
    margin-top: 0
}

.content__main {
    flex-basis: 920px;
    margin-bottom: 50px;
    margin-right: 20px
}

.content__main--no-limit {
    flex-basis: auto;
    margin-right: 0
}

.content__company-logo {
    max-width: 100%;
    margin-bottom: 35px
}

.content__added {
    flex-basis: 260px
}

.content__added_large {
    flex-basis: 330px
}

.content__added_mg_top {
    margin-top: 40px
}

.content__news-preview:not(:last-child) {
    margin-bottom: 30px
}

.content__more {
    display: none
}

.content__more._active {
    display: block
}

.content__more-btn {
    margin-top: 50px;
    font-size: 24px;
    color: #242424;
    font-family: RobotoBold
}

.content__more-btn._hide {
    display: none
}

.content__socials-wrapper {
    font-size: 18px;
    color: #242424;
    font-family: RobotoBold;
    margin: 70px 0
}

.content__socials {
    vertical-align: middle;
    display: inline-block;
    margin-left: 30px
}

.content__news-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.social-icons__item {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #43444a;
    position: relative;
    overflow: hidden
}

.social-icons__item:not(:last-child) {
    margin-right: 30px
}

.social-icons__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 21px;
    fill: #fff
}

.content .ya-soc .ya-share2__badge {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #43444a;
    position: relative;
    overflow: hidden
}

.content .ya-soc .ya-share2__badge:not(:last-child) {
    margin-right: 10px
}

.content .ya-soc .ya-share2__badge .ya-share2__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #fff
}

.ya-share2 {
    display: inline-block;
    vertical-align: middle
}

.map {
    height: 535px;
    width: 100%;
    border: none
}

.map + .footer, .map + .partners {
    margin-top: 0
}

.news-list__news-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -25px;
    width: calc(100% + 25px)
}

.news-list__news-container + .news-list__navigation-row {
    margin-top: 40px
}

.news-list__item {
    flex-basis: calc(25% - 25px);
    margin-right: 25px;
    margin-bottom: 30px
}

.news-list__btns-container {
    display: flex
}

.news-list__btns-container .slider-btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.news-list__btns-container_in-top {
    justify-content: flex-end;
    margin-top: 60px;
    margin-bottom: 50px
}

.news-list__navigation-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -40px
}

.news-list__pagination {
    margin-bottom: 40px;
    white-space: nowrap;
    overflow-x: auto
}

.media-gallery__btns-container {
    display: flex
}

.media-gallery__cards {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 25px);
    padding-top: 60px
}

.media-gallery__cards + .media-gallery__navigation-row {
    margin-top: 100px
}

.media-gallery__cards .media-cart {
    flex-basis: calc(33.33% - 25px);
    margin-right: 25px;
    margin-bottom: 25px
}

.media-gallery__navigation-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -40px
}

.media-gallery__pagination {
    margin-bottom: 40px;
    white-space: nowrap;
    overflow-x: auto
}

.media-gallery__filters {
    background-color: #fff;
    padding: 20px 0
}

.media-gallery__filter-box {
    padding: 20px 8px;
    overflow: auto;
    white-space: nowrap
}

.media-gallery__filter-box:not(:last-child) {
    border-bottom: 1px solid #a1a8b2
}

.media-gallery__filter {
    padding: 6px 20px;
    color: #3b3a3b;
    text-transform: uppercase
}

.media-gallery__filter._active {
    background-color: #1865a7;
    color: #fff
}

.media-gallery__filter_secondary._active {
    background-color: transparent;
    color: #070707
}

.reports {
    padding: 150px 0 50px
}

.reports__inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -60px;
    width: calc(100% + 20px);
    margin-left: -10px
}

.reports__item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 60px;
    width: calc(16.6666% - 20px)
}

.reports__img {
    width: 100%;
    box-shadow: 0 16px 29px rgba(95, 114, 142, .69)
}

.reports__description {
    margin-top: 30px;
    font-size: 18px;
    color: #222323;
    max-width: 240px;
    width: 100%;
    text-align: center;
    text-decoration: underline
}

a[href^=http].reports__item {
    position: relative
}

a[href^=http].reports__item::after {
    content: '';
    display: block;
    top: 10px;
    right: 10px;
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../img/icons/outer-link.jpg)
}

.events-list {
    padding: 110px 0 80px
}

.events-list__inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
    justify-content: space-between
}

.events-list__column {
    flex-basis: calc(25% - 15px)
}

.events-list__event {
    margin-bottom: 20px;
    width: 100%
}

.governance {
    padding: 30px 0
}

.governance__btns-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px
}

.governance__thumbs-slider {
    margin-bottom: 60px
}

.governance__thumbs-slider .swiper-slide-thumb-active .governance-cart {
    position: relative
}

.governance__thumbs-slider .swiper-slide-thumb-active .governance-cart:before {
    content: '';
    position: absolute;
    pointer-events: none;
    border: 3px solid #1865a7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.governance__main-slider {
    box-shadow: 0 5px 10px rgba(139, 138, 173, .75);
    background-color: #fff
}

.governance-cart {
    box-shadow: 0 5px 10px rgba(139, 138, 173, .17);
    border: 1px solid rgba(0, 0, 0, .13)
}

.governance-cart__info {
    background-color: #fff;
    padding: 14px 0;
    text-align: center
}

.governance-cart__img {
    width: 100%;
    height: 257px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom
}

.governance-cart__name {
    text-transform: uppercase;
    color: #282828;
    font-size: 14px;
    max-width: 110px;
    margin: 0 auto
}

.governance-cart__name:first-line {
    font-size: 16px;
    color: #103d6f;
    font-family: RobotoBold
}

.governance-cart__position {
    font-size: 12px;
    padding: 0 10px
}

.governance-cart__position::before {
    content: '';
    display: block;
    width: 67px;
    height: 1px;
    background-color: #1865a7;
    margin: 16px auto 9px
}

.governance-detail-card {
    background-color: #fff;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    padding: 60px 40px
}

.governance-detail-card__info {
    margin-right: 30px;
    padding-bottom: 60px
}

.governance-detail-card__img {
    width: 280px;
    flex-shrink: 0
}

.governance-detail-card__name {
    font-size: 54px;
    color: #282828;
    text-transform: uppercase;
    line-height: 1.125
}

.governance-detail-card__position {
    font-size: 24px;
    color: #282828
}

.governance-detail-card__position::before {
    content: '';
    height: 3px;
    display: block;
    margin: 15px 0;
    margin-top: 18;
    width: 100%;
    background-color: #1865a7
}

.governance-detail-card__description {
    font-size: 20px;
    margin-top: 70px;
    color: #282828
}

.governance-detail-card__description + .governance-detail-card__description {
    margin-top: 30px
}

.enterprises {
    padding: 90px 0 40px;
    position: relative;
    overflow: hidden
}

.enterprises__title {
    font-size: 42px;
    margin-bottom: 30px
}

.enterprises__title::before {
    content: '';
    display: block;
    height: 5px;
    max-width: 103px;
    background-color: #1865a7;
    margin-bottom: 10px
}

.enterprises__category-title {
    color: #1865a7;
    max-width: 780px;
    font-size: 24px;
    margin-bottom: 10px
}

.enterprises__box {
    padding: 70px 0;
    border-top: 2px solid #1865a7;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff
}

.enterprises__box:after, .enterprises__box:before {
    content: '';
    position: absolute;
    top: -2px;
    width: 5000px;
    height: calc(100% + 2px);
    background-color: #fff
}

.enterprises__box:before {
    right: 100%
}

.enterprises__box:after {
    left: 100%
}

.enterprises__box + .enterprises__category-title {
    margin-top: 40px
}

.enterprises__box + .enterprises__title {
    margin-top: 50px
}

.enterprises__item {
    flex-basis: 33.333%
}

.enterprises__item:not(:last-child) {
    margin-bottom: 30px
}

.enterprises__company-logo {
    margin-bottom: 10px;
    height: 75px
}

.enterprises__link {
    color: #1865a7;
    font-size: 18px;
    text-decoration: underline
}

.enterprises__link::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background-image: url(../img/icons/outer-link.jpg)
}

.enterprises__company-city {
    display: block;
    color: #282828;
    font-size: 18px
}

.menu {
    border-top: 1px solid rgba(24, 101, 167, .6);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    padding: 30px 0;
    box-shadow: 0 5px 10px rgba(139, 138, 173, .17);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s
}

.menu._active {
    pointer-events: auto;
    opacity: 1
}

.menu__inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px
}

.menu__column {
    flex-grow: 1;
    padding-right: 30px;
    flex-basis: 210px;
    margin-bottom: 30px
}

.menu__title {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-family: MyriadPro;
    font-weight: 700;
    display: block;
    margin-bottom: 15px
}

.menu__catalog + .menu__title {
    margin-top: 15px
}

.menu__catalog-item {
    list-style: none
}

.menu__catalog-item .menu__catalog {
    padding-left: 12px
}

.menu__catalog-item .menu__catalog .menu__catalog-link {
    color: #5b5b61
}

.menu__catalog-item .menu__catalog .menu__catalog-link:hover {
    color: #070707
}

.menu__catalog-link {
    font-size: 16px;
    color: #000;
    font-family: MyriadPro;
    font-weight: 400;
    padding: 8px 0;
    display: block
}

.menu__catalog-link:hover {
    opacity: 1;
    color: #1865a7
}

.menu__close-container {
    text-align: right;
    margin-bottom: 30px
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5
}

.modal__container {
    background-color: #fff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto
}

.modal__media-info {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.modal__media-title {
    color: #242424;
    font-size: 36px;
    font-family: RobotoBold;
    margin-bottom: 30px;
    flex-basis: 730px
}

.modal__media-social-container {
    font-size: 18px;
    color: #242424;
    font-family: RobotoBold
}

.modal__media-social {
    display: block;
    margin-top: 15px
}

.modal__content {
    max-width: 1200px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 90px 0
}

.modal__media-main-slider img {
    height: 760px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.modal__slider-btns-container {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    bottom: 100%;
    margin-bottom: 24px;
    width: 100%;
    z-index: 2
}

.modal__slider-btns-container .prev {
    margin-right: 10px
}

.modal__slider-btns-container .slider-btn._disabled, .modal__slider-btns-container .slider-btn.swiper-button-disabled {
    background-color: #1865a7
}

.modal__slider-btns-container .slider-btn._disabled svg, .modal__slider-btns-container .slider-btn.swiper-button-disabled svg {
    fill: #ffff
}

.modal__media-thumbs-slider {
    margin-top: 40px
}

.modal__media-thumbs-slider .swiper-slide-thumb-active img {
    border: 4px solid #1865a7
}

.modal__media-thumbs-slider img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 4px solid transparent;
    box-sizing: border-box
}

.modal__close {
    position: absolute;
    top: 30px;
    right: 40px;
    background: 0 0;
    border: 0;
    cursor: pointer;
    z-index: 999
}

.modal__close:hover {
    opacity: .8
}

.modal__close:focus {
    outline: 0
}

.modal__close::before {
    content: "\2715";
    color: #8698a6;
    font-weight: 700;
    font-size: 51px
}

@-webkit-keyframes mmfadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes mmfadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes mmfadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes mmslideIn {
    from {
        transform: translateY(15%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%)
    }
    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes mmslideOut {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-10%)
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-10%)
    }
}

.micromodal-slide {
    display: none
}

.micromodal-slide.is-open {
    display: block
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
    -webkit-animation: .3s cubic-bezier(0, 0, .2, 1) mmfadeIn;
    animation: .3s cubic-bezier(0, 0, .2, 1) mmfadeIn
}

.micromodal-slide[aria-hidden=false] .modal__container {
    -webkit-animation: .3s cubic-bezier(0, 0, .2, 1) mmslideIn;
    animation: .3s cubic-bezier(0, 0, .2, 1) mmslideIn
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
    -webkit-animation: .3s cubic-bezier(0, 0, .2, 1) mmfadeOut;
    animation: .3s cubic-bezier(0, 0, .2, 1) mmfadeOut
}

.micromodal-slide[aria-hidden=true] .modal__container {
    -webkit-animation: .3s cubic-bezier(0, 0, .2, 1) mmslideOut;
    animation: .3s cubic-bezier(0, 0, .2, 1) mmslideOut
}

.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
    will-change: transform
}

.enterprises-map {
    height: 600px;
    border-top: 1px solid #dbdee2;
    border-bottom: 1px solid #dbdee2;
    margin-bottom: -90px
}

.enterprises-map_main {
    height: auto;
    border: none
}

.enterprises-map_main .enterprises-map__container {
    border-top: 1px solid #dbdee2;
    border-bottom: 1px solid #dbdee2
}

.enterprises-map__container {
    height: 600px;
    position: relative
}

.enterprises-map__area {
    width: 100%;
    height: 100%
}

.enterprises-map__info {
    height: 100%;
    max-width: 1430px;
    width: calc(100% - 30px);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity .25s
}

.enterprises-map__info::before {
    content: '';
    position: absolute;
    left: -100%;
    width: 101%;
    height: 100%;
    background-color: #fff;
    z-index: -1
}

.enterprises-map__info._active {
    opacity: 1
}

.enterprises-map__info._active .enterprises-map__info-inner {
    pointer-events: auto
}

.enterprises-map__info-inner {
    max-width: 460px;
    background-color: #fff;
    padding: 30px 0;
    height: inherit;
    box-sizing: border-box;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

.enterprises-map__scroll {
    max-height: 420px;
    height: calc(100% - 40px);
    overflow-y: auto
}

.enterprises-map__title {
    font-size: 28px;
    color: #2d3137;
    margin-bottom: 10px
}

.enterprises-map__title_small {
    font-size: 20px
}

.enterprises-map__description {
    color: #545454;
    font-size: 16px;
    max-width: 350px
}

.enterprises-map__close-btn {
    position: absolute;
    right: 30px;
    top: 40px
}

.enterprises-map__close-btn::before {
    content: "\2715";
    color: #d3d9db;
    font-weight: 700;
    font-size: 22px
}

.enterprises-map__close-btn:hover {
    opacity: .7
}

.enterprises-map__filters-container {
    border-top: 1px solid #dbdee2;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 25px;
    margin-top: 20px
}

.enterprises-map__filter-item {
    display: inline-block
}

.enterprises-map__filter-item:hover {
    opacity: .7
}

.enterprises-map__filter-item:not(:last-child) {
    margin-right: 12px
}

.enterprises-map__filter-item._active .enterprises-map__filter-btn {
    color: #1865a7
}

.enterprises-map__filter-btn {
    display: block;
    padding: 25px 7px 10px;
    border-bottom: 1px dashed #434649;
    transition: color .3s;
    font-size: 15px;
    color: #434649;
    letter-spacing: .15px;
    text-transform: uppercase
}

@media screen and (min-width: 435px) {
    .ya-share2 {
        margin-left: 30px
    }
}

@media (min-width: 476px) {
    .fslightbox-slide-btn-container {
        padding: 22px 22px 22px 6px
    }

    .fslightbox-slide-btn {
        padding: 9px
    }

    .fslightbox-slide-btn-right-container {
        padding-left: 22px;
        padding-right: 6px
    }
}

@media screen and (min-width: 480px) {
    .governance__thumbs-slider .swiper-wrapper {
        align-items: stretch;
        padding-bottom: 20px
    }

    .governance__thumbs-slider .swiper-slide {
        height: auto;
        background-color: #fff
    }

    .governance__thumbs-slider .governance-cart {
        height: 100%
    }
}

@media (min-width: 768px) {
    .fslightbox-slide-btn-container {
        padding: 30px 30px 30px 6px
    }

    .fslightbox-slide-btn-right-container {
        padding-left: 30px
    }
}

@media (min-width: 1024px) {
    .not-mobile {
        display: none;
        padding-top: 80px;
        padding-bottom: 80px;
        text-align: center
    }
}

@media (max-width: 1199px) {
    .header__navigations {
        padding: 14px 0
    }

    .header__navigation {
        display: none
    }

    .events__items {
        width: calc(100% + 15px)
    }

    .events__item_width_large {
        width: calc(33.3% - 15px)
    }

    .events__item {
        margin-right: 15px;
        margin-bottom: 15px;
        width: calc(33.3% - 15px)
    }

    .events__float-news-info {
        position: static;
        max-width: 100%
    }

    .event-cart__preview_main {
        height: 280px
    }

    .news-info-preview__title {
        font-size: 16px
    }

    .content__inner {
        flex-wrap: wrap
    }

    .content__main {
        margin-right: 0
    }

    .content__added {
        flex-basis: 100%
    }

    .content__news-preview {
        align-items: flex-start;
        box-sizing: border-box;
        flex-basis: 270px;
        flex-grow: 1;
        height: 100%;
        margin-right: 30px
    }

    .content__news-container {
        width: calc(100% + 30px)
    }

    .news-list__item {
        flex-basis: calc(33.3% - 25px)
    }

    .reports__item {
        width: calc(20% - 20px)
    }

    .governance-detail-card__info {
        margin-right: 0;
        padding-bottom: 30px
    }

    .governance-detail-card__img {
        display: none
    }

    .enterprises__item {
        flex-basis: 50%
    }

    .modal__slider-btns-container {
        width: calc(100% - 50px);
        left: 25px
    }

    .modal__close {
        right: 10px;
        top: 10px
    }
}

@media (max-width: 1023px) {
    :focus {
        outline: 0
    }

    .footer__inner {
        flex-wrap: wrap;
        flex-direction: column
    }

    .footer__social-container {
        margin-top: 40px
    }

    .main-slider__slide {
        padding-bottom: 40px
    }

    .main-slider__title {
        font-size: 40px
    }

    .main-slider__btns-container {
        z-index: 2;
        bottom: 0
    }

    .main-competence {
        margin-top: 20px
    }

    .main-competence__inner {
        flex-wrap: wrap
    }

    .main-competence__item {
        flex-basis: 33.33%
    }

    .events__item {
        margin-right: 15px;
        margin-bottom: 15px;
        width: calc(50% - 15px)
    }

    .event-cart__preview {
        display: none
    }

    .event-cart__preview_mobile-has-img {
        display: block
    }

    .event-cart:nth-child(1) .news-info-preview {
        background-color: #fff;
        height: 100%
    }

    .event-cart:nth-child(2) .news-info-preview, .event-cart:nth-child(3) .news-info-preview {
        height: 100%
    }

    .event-cart--main:nth-child(4) .news-info-preview, .event-cart--main:nth-child(5) .news-info-preview, .event-cart--main:nth-child(6) .news-info-preview, .event-cart--main:nth-child(7) .news-info-preview {
        height: 100%
    }

    .certificates__item {
        margin-right: 30px
    }

    .media-gallery__cards .media-cart, .news-list__item {
        flex-basis: calc(50% - 25px)
    }

    .reports__item {
        width: calc(25% - 20px)
    }

    .events-list__column {
        flex-basis: calc(33.33% - 15px)
    }

    .modal__media-main-slider img {
        height: 450px
    }
}

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

    .title_size_large {
        font-size: 36px
    }

    .mg-t {
        margin-top: 45px
    }

    .mg-b {
        margin-bottom: 45px
    }

    .header__share {
        display: none
    }

    .header__langs {
        margin-right: 20px
    }

    .main-slider__title {
        font-size: 30px
    }

    .media-slider__header {
        flex-direction: column;
        margin-bottom: 45px
    }

    .media-slider__btns-container {
        margin-top: 15px
    }

    .media-cart__description {
        width: auto;
        margin-left: 0;
        margin-top: -4px
    }

    .main-competence__item {
        flex-basis: 50%;
        margin-bottom: 15px;
        height: 190px
    }

    .main-competence__item:hover::after {
        transform: scale(1);
        box-shadow: none
    }

    .main-competence__item::after {
        background-color: transparent;
        z-index: 1
    }

    .partners {
        padding: 30px 0
    }

    .reports {
        padding-top: 50px
    }

    .reports__item {
        width: calc(33.333% - 20px)
    }

    .events-list {
        padding: 50px 0
    }

    .events-list__column {
        width: 50%;
        flex-basis: 50%
    }

    .governance-detail-card {
        padding-left: 15px;
        padding-right: 15px
    }

    .governance-detail-card__name {
        font-size: 36px;
        word-break: break-all
    }

    .governance-detail-card__position {
        font-size: 20px
    }

    .governance-detail-card__description {
        font-size: 16px
    }

    .enterprises__item {
        flex-basis: 100%
    }

    .enterprises-map {
        margin-bottom: -45px
    }

    .enterprises-map__info {
        width: 100%
    }

    .enterprises-map__info-inner {
        padding-left: 15px;
        padding-right: 15px
    }

    .enterprises-map__close-btn {
        right: 10px;
        top: 10px
    }
}

@media (max-width: 559px) {
    .pagination__item._active .pagination__link {
        width: 50px
    }

    .pagination__link {
        width: 30px
    }

    .header__logos {
        flex-direction: column;
        align-items: flex-start
    }

    .header__logo-aem {
        height: 34px;
        width: 154px
    }

    .header__logo-rosatom {
        display: none
    }

    .header__logo-75 {
        margin-left: 0
    }

    .events__items {
        width: 100%
    }

    .events__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    .event-cart--main:nth-child(4) .news-info-preview, .event-cart--main:nth-child(5) .news-info-preview, .event-cart--main:nth-child(6) .news-info-preview, .event-cart--main:nth-child(7) .news-info-preview {
        height: auto
    }

    .sub-header__title {
        word-break: break-all
    }

    .sub-header__contact-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px
    }

    .sub-header__contact-item._phone::before {
        display: block;
        margin-bottom: 10px
    }

    .sub-header__contact-item._cover::before {
        display: block;
        margin-bottom: 10px
    }

    .sub-header__contact-item._map::before {
        display: block;
        margin-bottom: 10px
    }

    .sub-header__contact-text {
        margin-left: 0
    }

    .content__socials {
        display: block;
        margin-left: 0;
        margin-top: 20px
    }

    .news-list__news-container {
        width: 100%
    }

    .news-list__item {
        margin-right: 0;
        flex-basis: 100%
    }

    .news-list__navigation-row {
        margin-bottom: -20px
    }

    .news-list__pagination {
        margin-bottom: 20px
    }

    .media-gallery__cards {
        width: 100%
    }

    .media-gallery__cards .media-cart {
        flex-basis: 100%;
        margin-right: 0
    }

    .media-gallery__navigation-row {
        margin-bottom: -20px
    }

    .media-gallery__pagination {
        margin-bottom: 20px
    }

    .reports__item {
        width: calc(50% - 20px)
    }

    .reports__description {
        font-size: 16px
    }

    .events-list__column {
        width: 100%;
        flex-basis: 100%
    }

    .enterprises__category-title {
        font-size: 18px
    }

    .enterprises__item {
        flex-direction: column
    }

    .enterprises__company-city {
        text-align: center
    }

    .modal__media-title {
        font-size: 26px;
        line-height: 1.2
    }

    .modal__media-main-slider img {
        height: 300px
    }

    .modal__slider-btns-container {
        display: none
    }

    .modal__media-thumbs-slider {
        margin-top: 20px
    }
}

@media (max-width: 475.99px) {
    .fslightbox-slide-btn-left-container {
        padding-left: 3px
    }
}

@media all and (-ms-high-contrast: none) {
    .main-competence__icon.-hide {
        opacity: 1
    }

    .main-competence__icon.-hide, ::-ms-backdrop {
        opacity: 1
    }
}

.js_enabled #cookie-message {
    display: none;
}

.header__logo {
    height: 60px;
    vertical-align: middle;
}

/*.content__title_pin::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: 60%;
    margin-right: 6px;
    background-image: url("../img/icons/pin.jpg");

}*/

#cookie-message {
    display: none;
    background-color: rgb(0, 0, 0);
    color: white;
    margin: 0 auto;
    padding: 1em;
    position: fixed;
    z-index: 999;
    bottom: 0px;
    width: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#cookie-message p {
    float: left;
    width: 70%;
    margin-left: 10%;
}

#cookie-message p a {
    color: white !important;
    text-decoration: underline !important;
}

#cookie-message p a:hover {
    text-decoration: none !important;
}

#cookie_access {
    margin-right: 50px;
    width: 8em;
    height: auto;
    line-height: 16px;
    border-radius: 24px;
    background-color: rgb(157, 111, 154);
    float: left;
    font-size: 14.4px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    border: 2px solid white;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    float: right;
    text-align: center;
    padding: 10px 0;

}

@media (max-width: 767px ) {
    #cookie-message {
        width: 95%;

    }

    #cookie-message p {
        width: 100%;
        margin-left: 0;
    }

    #cookie_access {
        margin: 0;
    }
}


#cookie_access:hover {
    background-color: rgba(92, 41, 101, 1);
}

#cookie_access_en {
    margin-right: 50px;
    width: 12em;
    height: 2em;
    line-height: 16px;
    border-radius: 24px;
    background-color: rgb(157, 111, 154);
    float: left;
    font-size: 14.4px;
    font-weight: bold;
    color: white;
    text-align: center;
    cursor: pointer;
    border: 2px solid white;
    padding-top: 0.8em;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    float: right;
    text-align: center;
}

#cookie_access_en:hover {
    background-color: rgba(92, 41, 101, 1);
}
