@font-face {
    font-family: SkolarSans;
    src: url(https://docs.rferl.org/Infographics/sources/fonts/SkolarSansLatnCyrl-RG.woff)
}

@font-face {
    font-family: SkolarSansBold;
    src: url(https://docs.rferl.org/Infographics/sources/fonts/SkolarSansLatnCyrl-Bd.woff)
}

@font-face {
    font-family: Skolar;
    src: url(https://docs.rferl.org/Infographics/sources/fonts/SkolarLatnCyrl-Lt.woff)
}

@font-face {
    font-family: SkolarSansLight;
    src: url(https://docs.rferl.org/Infographics/sources/fonts/SkolarSansLatnCyrl-El.woff)
}

.arrow-down-button,
.global-buttons .back-to-top,
.global-buttons .comments-button,
.global-buttons .content-navigation-button,
.global-buttons .font-size {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    text-align: center;
    cursor: pointer;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out, background-color .3s ease-in-out;
    border-radius: 50%
}

@media screen and (max-width:736px) {

    .arrow-down-button,
    .global-buttons .back-to-top,
    .global-buttons .comments-button,
    .global-buttons .content-navigation-button,
    .global-buttons .font-size {
        width: 30px;
        height: 30px
    }
}

.arrow-down-button:hover,
.global-buttons .back-to-top:hover,
.global-buttons .comments-button:hover,
.global-buttons .content-navigation-button:hover,
.global-buttons .font-size:hover {
    background-color: #5b6770
}

.arrow-down-button:hover i,
.global-buttons .back-to-top:hover i,
.global-buttons .comments-button:hover i,
.global-buttons .content-navigation-button:hover i,
.global-buttons .font-size:hover i {
    color: #2f2f2f
}

.arrow-down-button i,
.global-buttons .back-to-top i,
.global-buttons .comments-button i,
.global-buttons .content-navigation-button i,
.global-buttons .font-size i {
    line-height: 40px;
    color: #5b6770;
    font-size: 1em
}

@media screen and (max-width:736px) {

    .arrow-down-button i,
    .global-buttons .back-to-top i,
    .global-buttons .comments-button i,
    .global-buttons .content-navigation-button i,
    .global-buttons .font-size i {
        line-height: 30px;
        font-size: .8em
    }
}

.global-gallery-fullscreen,
.global-gallery__arrow,
.global-gallery__close {
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    transition: transform .2s ease-in-out, visibility .2s ease-in-out, opacity .2s ease-in-out, background-color .2s ease-in-out, font .2s ease-in-out
}

@media screen and (max-width:736px) {

    .global-gallery-fullscreen,
    .global-gallery__arrow,
    .global-gallery__close {
        width: 40px;
        height: 40px
    }
}

.global-gallery-fullscreen:hover i,
.global-gallery__arrow:hover i,
.global-gallery__close:hover i {
    transform: scale(1.2);
    color: #bb5402
}

.global-gallery-fullscreen i,
.global-gallery__arrow i,
.global-gallery__close i {
    line-height: 50px;
    color: #ccc;
    font-size: 1.8em;
    transition: transform .2s ease-in-out, color .2s ease-in-out
}

@media screen and (max-width:736px) {

    .global-gallery-fullscreen i,
    .global-gallery__arrow i,
    .global-gallery__close i {
        line-height: 40px;
        font-size: 1.4em
    }
}

.longread {
    min-width: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
    background-size: cover
}

@media screen and (max-width:1024px) {
    .longread {
        background-attachment: scroll
    }
}

.global-gallery,
.global-gallery-fullscreen,
.global-gallery__arrow,
.global-gallery__close,
.related-content__close {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center
}

.plyr .plyr__play-large {
    cursor: pointer;
    box-shadow: 0
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
    background: #bb5402
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
    background: #bb5402;
    color: #fff
}

.plyr__progress--played,
.plyr__volume--display {
    color: #bb5402
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    display: inline-block;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga'
}

::-webkit-scrollbar {
    width: 15px
}

::-webkit-scrollbar-thumb {
    background-color: #bb5402
}

::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    /* tap-highlight-color: transparent */
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.preloader-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background-color: #bdc2c6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    visibility: visible;
    opacity: 1;
    transition: visibility .8s ease-out, opacity .8s ease-out
}

.preloader-wrapper .preloader .preloader__dot {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #bb5402;
    animation: pulse .8s infinite alternate ease-out
}

@media screen and (max-width:1024px) {
    .preloader-wrapper .preloader .preloader__dot {
        width: 80px;
        height: 80px
    }
}

@media screen and (max-width:736px) {
    .preloader-wrapper .preloader .preloader__dot {
        width: 50px;
        height: 50px
    }
}

.loaded .preloader-wrapper {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s ease-out, opacity 1s ease-out
}

#svg {
    position: fixed;
    z-index: 4;
    top: 15%;
    left: 0;
    height: 100%;
    width: 100%
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #2f2f2f
}

body.loading {
    overflow-y: hidden
}

body.related-open {
    overflow-y: hidden
}

body.result-open {
    overflow-y: hidden
}

body.photo-open {
    overflow-y: hidden
}

.all-wrapper {
    height: auto;
    position: relative;
    z-index: 3;
    width: 100%;
    height: auto;
    background-color: #2f2f2f;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -moz-transition: transform .3s ease-in-out, filter .3s linear, -moz-filter .3s linear;
    -ms-transition: transform .3s ease-in-out, filter .3s linear, -ms-filter .3s linear;
    transition: transform .3s ease-in-out, filter .3s linear, -webkit-filter .3s linear
}

.overlay {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100vh;
    background-color: rgba(91, 103, 112, .8);
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.overlay.open {
    visibility: visible;
    opacity: 1
}

.comments {
    position: fixed;
    z-index: 10;
    max-width: 40%;
    width: 40%;
    height: auto;
    bottom: 5px;
    right: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 100%);
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out
}

@media screen and (max-width:768px) {
    .comments {
        max-width: 55%;
        width: 55%
    }
}

@media screen and (max-width:736px) {
    .comments {
        max-width: 85%;
        width: 85%;
        bottom: 10px;
        right: 45px
    }
}

.comments .comments-wrapper {
    position: relative;
    width: auto;
    max-height: 50vh;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 20px 50px 20px;
    background-color: #fff
}

@media screen and (max-width:736px) {
    .comments .comments-wrapper {
        padding: 20px 0 30px 0
    }
}

.comments.open {
    visibility: visible;
    transform: translate(0);
    opacity: 1
}

.content-intro {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: block;
    margin: 0
}

.content-intro .content-intro-wrapper {
    position: absolute;
    width: 35%;
    bottom: 30px;
    left: 0;
    font-family: "Open Sans Condensed", sans-serif;
    color: #fff
}

@media screen and (max-width:1500px) {
    .content-intro .content-intro-wrapper {
        width: 40%;
        font-size: 80%
    }
}

@media screen and (max-width:1390px) {
    .content-intro .content-intro-wrapper {
        font-size: 70%
    }
}

@media screen and (max-width:1024px) {
    .content-intro .content-intro-wrapper {
        font-size: 65%
    }
}

@media screen and (max-width:736px) {
    .content-intro .content-intro-wrapper {
        width: 60%;
        font-size: 50%
    }
}

@media screen and (max-width:400px) {
    .content-intro .content-intro-wrapper {
        width: 70%;
        font-size: 45%
    }
}

.content-intro .content-intro-wrapper .content-intro__type {
    display: inline-block;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 40px;
    height: 45px;
    text-transform: uppercase;
    color: #2f2f2f;
    border: 3px solid #2f2f2f;
    border-left: none;
    padding: 0 15px
}

@media screen and (max-width:736px) {
    .content-intro .content-intro-wrapper .content-intro__type {
        border: 2px solid #2f2f2f;
        border-left: none;
        height: 30px;
        line-height: 25px;
        margin-bottom: 10px
    }
}

.content-intro .content-intro-wrapper .content-intro__title {
    font-size: 3.5em;
    line-height: 1.2em;
    font-weight: 700;
    margin-left: 30px
}

@media screen and (max-width:736px) {
    .content-intro .content-intro-wrapper .content-intro__title {
        margin-left: 15px
    }
}

.content-intro .content-intro-wrapper .content-intro__subtitle {
    margin-top: 20px;
    font-size: 2em;
    line-height: 1.2em;
    margin-left: 30px
}

@media screen and (max-width:736px) {
    .content-intro .content-intro-wrapper .content-intro__subtitle {
        margin-top: 10px;
        margin-left: 15px
    }
}

.content-intro .content-intro-wrapper .content-intro__button {
    display: inline-block;
    margin-left: 30px;
    margin-top: 20px;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 46px;
    height: 50px;
    text-transform: uppercase;
    background-color: #bb5402;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    border: 3px solid #2f2f2f;
    padding: 0 10px;
    transition: background-color .3s ease-in-out
}

@media screen and (max-width:736px) {
    .content-intro .content-intro-wrapper .content-intro__button {
        height: 40px;
        line-height: 35px;
        border: 2px solid #2f2f2f;
        margin-left: 15px;
        margin-top: 10px
    }
}

.content-intro .content-intro-wrapper .content-intro__button:hover {
    background-color: #5b6770
}

.content-intro .content-intro-wrapper .content-intro__button {
    display: inline-block;
    margin-left: 30px;
    margin-top: 20px;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 46px;
    height: 50px;
    text-transform: uppercase;
    background-color: #bb5402;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    border: 3px solid #2f2f2f;
    padding: 0 10px;
    transition: background-color .3s ease-in-out
}

@media screen and (max-width:736px) {
    .content-intro .content-intro-wrapper .content-intro__button {
        height: 40px;
        line-height: 35px;
        border: 2px solid #2f2f2f;
        margin-left: 15px;
        margin-top: 10px
    }
}

.content-intro .content-intro-wrapper .content-intro__button:hover {
    background-color: #5b6770
}

.content-intro .content-intro-wrapper .content-intro__button.tips-start {
    background-color: #2f2f2f;
    color: #5b6770;
    border: 3px solid #5b6770
}

@media screen and (max-width:736px) {
    .content-intro .content-intro-wrapper .content-intro__button.tips-start {
        height: 40px;
        line-height: 35px;
        border: 2px solid #2f2f2f;
        margin-left: 15px;
        margin-top: 10px
    }
}

.content-intro .content-intro-wrapper .content-intro__button.tips-start:hover {
    background-color: #5b6770;
    color: #2f2f2f;
    border: 3px solid #fff
}

.longread {
    height: 100vh;
    background-image:
     radial-gradient(at center center, rgba(0, 0, 0, .01) 5%, rgba(0, 0, 0, .4) 100%),
     url("https://gdb.rferl.org/736C2265-95A5-43CF-B3E6-4007A0791A80.jpg");
}

.longread-container {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #2f2f2f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, .2);
    margin: auto;
    padding: 50px 0
}

@media screen and (max-width:1500px) {
    .longread-container {
        font-size: 80%
    }
}

@media screen and (max-width:1390px) {
    .longread-container {
        font-size: 70%
    }
}

@media screen and (max-width:1024px) {
    .longread-container {
        font-size: 65%
    }
}

@media screen and (max-width:736px) {
    .longread-container {
        font-size: 60%
    }
}

@media screen and (max-width:400px) {
    .longread-container {
        font-size: 55%
    }
}

.longread-container .longread-container__title {
    width: 40%;
    height: auto;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.8em;
    color: #5b6770;
    background-color: #2f2f2f;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    text-transform: uppercase
}

.longread-container .longread-container__frame {
    position: relative;
    margin: 100px auto 0 auto;
    padding: 60px 0 30px 0;
    width: 45%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.longread-container .longread-container__frame:nth-child(1) {
    margin: 0 auto 0 auto
}

@media screen and (max-width:1500px) {
    .longread-container .longread-container__frame {
        width: 50%
    }
}

@media screen and (max-width:768px) {
    .longread-container .longread-container__frame {
        width: 70%;
        margin: 50px auto 0 auto
    }
}

@media screen and (max-width:736px) {
    .longread-container .longread-container__frame {
        padding: 30px 0 15px 0;
        width: 90%
    }
}

.longread-container .longread-container__frame .longread-container__cover-photo {
    position: relative;
    margin-top: -60px;
    width: 100%;
    height: auto
}

@media screen and (max-width:736px) {
    .longread-container .longread-container__frame .longread-container__cover-photo {
        margin-top: -30px
    }
}

.longread-container .longread-container__frame .longread-container__cover-photo img {
    width: 100%;
    height: auto
}

.longread-container .longread-container__frame .longread-container__cover-photo .longread-container__cover-photo-title {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    transform: translate(-5%, -50%);
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 10px 20px;
    text-align: center;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #5b6770;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.longread-container .longread-container__frame p {
    font-family: SkolarSans, sans-serif;
    font-size: 1.4em;
    color: #24292d;
    margin: 20px auto;
    line-height: 1.5em;
    width: 75%
}

@media screen and (max-width:768px) {
    .longread-container .longread-container__frame p {
        width: 75%
    }
}

@media screen and (max-width:736px) {
    .longread-container .longread-container__frame p {
        width: 80%
    }
}

@media screen and (max-width:400px) {
    .longread-container .longread-container__frame p {
        width: 85%
    }
}

.longread-container__blockqoute {
    margin: auto;
    width: 65%;
    font-family: "Open Sans Condensed", sans-serif;
    color: #5b6770;
    padding: 20px 0;
    border-top: 1px solid #5b6770;
    border-bottom: 1px solid #5b6770
}

@media screen and (max-width:768px) {
    .longread-container__blockqoute {
        width: 75%
    }
}

@media screen and (max-width:736px) {
    .longread-container__blockqoute {
        width: 80%
    }
}

@media screen and (max-width:400px) {
    .longread-container__blockqoute {
        width: 85%
    }
}

.longread-container__blockqoute .blockquote-text {
    padding: 0 30px;
    font-weight: 700;
    font-size: 1.2em
}

@media screen and (max-width:736px) {
    .longread-container__blockqoute .blockquote-text {
        padding: 0 15px
    }
}

@media screen and (max-width:400px) {
    .longread-container__blockqoute .blockquote-text {
        padding: 0 10px
    }
}

.longread-container__blockqoute .blockquote-author {
    padding: 0;
    text-align: center;
    text-align: right;
    font-weight: 700;
    font-size: .8em;
    color: #5b6770;
    margin-top: 10px;
    margin-right: 30px
}

@media screen and (max-width:736px) {
    .longread-container__blockqoute .blockquote-author {
        margin-right: 15px
    }
}

@media screen and (max-width:400px) {
    .longread-container__blockqoute .blockquote-author {
        margin-right: 10px
    }
}

.longread-container__video {
    position: relative;
    width: 45%;
    margin: 20px auto 80px auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

@media screen and (max-width:1500px) {
    .longread-container__video {
        font-size: 80%;
        width: 50%
    }
}

@media screen and (max-width:1390px) {
    .longread-container__video {
        font-size: 70%
    }
}

@media screen and (max-width:1024px) {
    .longread-container__video {
        font-size: 65%
    }
}

@media screen and (max-width:768px) {
    .longread-container__video {
        width: 70%
    }
}

@media screen and (max-width:736px) {
    .longread-container__video {
        font-size: 60%;
        width: 90%
    }
}

@media screen and (max-width:400px) {
    .longread-container__video {
        font-size: 55%
    }
}

.longread-container__video .longread-container__video-content {
    width: 100%
}

.longread-container__video .longread-container__cover-photo-title {
    display: none
}

.audio-wrapper {
    position: relative;
    margin: 25px auto;
    width: 65% !important
}

@media screen and (max-width:768px) {
    .audio-wrapper {
        width: 75%
    }
}

@media screen and (max-width:736px) {
    .audio-wrapper {
        width: 80%
    }
}

@media screen and (max-width:400px) {
    .audio-wrapper {
        width: 85%
    }
}

.audio-wrapper .audio-wrapper__description {
    width: 90%;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: .9em;
    color: #5b6770;
    line-height: 1.2em;
    margin: 10px auto;
    width: 65%;
    text-align: center
}

.related-content-wrapper {
    position: fixed;
    z-index: 999;
    background-color: #2f2f2f;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out
}

.related-content-wrapper .related-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 30px 0
}

.related-content-wrapper .related-content .related-content__text {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 15px 0 5px 0
}

.related-content-wrapper .related-content .related-content__text p {
    display: inline-block;
    width: auto;
    padding: 15px 0;
    color: #5b6770;
    font-weight: 700;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 2em;
    text-transform: uppercase
}

@media screen and (max-width:768px) {
    .related-content-wrapper .related-content .related-content__text p {
        padding: 10px 0;
        font-size: 2.5em;
        border-bottom: 4px solid #ea6903
    }
}

@media screen and (max-width:736px) {
    .related-content-wrapper .related-content .related-content__text p {
        padding: 5px 0;
        font-size: 1.5em;
        border-bottom: 4px solid #ea6903
    }
}

.related-content-wrapper .related-content .related-content__block {
    position: relative;
    max-width: 35%;
    width: auto;
    height: auto;
    background-color: #fff;
    margin: 10px;
    overflow: hidden
}

@media screen and (max-width:768px) {
    .related-content-wrapper .related-content .related-content__block {
        max-width: 70%;
        margin: 10px 0
    }
}

@media screen and (max-width:736px) {
    .related-content-wrapper .related-content .related-content__block {
        max-width: 80%;
        margin: 10px 0
    }
}

.related-content-wrapper .related-content .related-content__block:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    background-color: #ea6903;
    height: 8px;
    transform: scale(0, 1);
    transition: transform .3s ease-in-out
}

@media screen and (max-width:736px) {
    .related-content-wrapper .related-content .related-content__block:after {
        height: 4px
    }
}

.related-content-wrapper .related-content .related-content__block:hover img {
    transform: scale(1.05)
}

.related-content-wrapper .related-content .related-content__block:hover:after {
    transform: scale(1, 1)
}

.related-content-wrapper .related-content .related-content__block img {
    width: 100%;
    height: auto;
    margin-bottom: -5px;
    transition: transform .3s ease-in-out
}

.related-content-wrapper .related-content.overflowed {
    height: 100vh;
    align-content: flex-start;
    overflow-y: scroll
}

.related-content-wrapper.open {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1
}

.global-gallery {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out;
    overflow: hidden;
    background-color: #2f2f2f
}

@media screen and (max-width:1500px) {
    .global-gallery {
        font-size: 80%
    }
}

@media screen and (max-width:1390px) {
    .global-gallery {
        font-size: 70%
    }
}

@media screen and (max-width:1024px) {
    .global-gallery {
        font-size: 65%
    }
}

@media screen and (max-width:820px) {
    .global-gallery {
        font-size: 60%
    }
}

@media screen and (max-width:400px) {
    .global-gallery {
        font-size: 55%
    }
}

.global-gallery.open {
    visibility: visible;
    opacity: 1
}

.global-gallery-header {
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: #2f2f2f;
    width: 100%;
    height: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.global-gallery__count {
    position: fixed;
    height: 40px;
    top: 0;
    left: 20px;
    display: inline-block;
    z-index: 9;
    text-align: center
}

.global-gallery__count p {
    font-family: "Open Sans Condensed", sans-serif;
    color: #ccc;
    font-weight: 700;
    font-size: 1em;
    line-height: 50px
}

.global-gallery__photo-wrapper {
    position: relative;
    z-index: 997;
    margin: auto;
    max-width: 100%;
    width: auto;
    max-height: 100vh;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.global-gallery__photo-wrapper .global-gallery__photo {
    position: relative;
    min-width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: transform .3s ease-in-out
}

.global-gallery__photo-wrapper .global-gallery__photo img {
    position: relative;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 80vh;
    transition: transform .2s ease-in-out, visibility .2s ease-in-out, opacity .2s ease-in-out;
    /* cursor: zoom-in */
}

@media screen and (max-width:830px) {
    .global-gallery__photo-wrapper .global-gallery__photo img {
        max-width: 60%
    }
}

@media screen and (max-width:450px) {
    .global-gallery__photo-wrapper .global-gallery__photo img {
        max-width: 100%
    }
}

.global-gallery__description {
    position: absolute;
    z-index: 998;
    bottom: 0;
    width: 100%;
    padding: 18px;
    opacity: 0;
    visibility: hidden;
    background-color: #2f2f2f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, .2);
    text-align: center;
    transition: transform .2s ease-in-out, visibility .2s ease-in-out, opacity .2s ease-in-out;
    transform: translate(0, 100%)
}

.global-gallery__description p {
    width: 80%;
    margin: auto;
    font-family: "Open Sans Condensed", sans-serif;
    color: #ccc;
    font-weight: 700;
    font-size: 1em
}

.global-gallery__description.open {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0)
}

.open .global-gallery__wrapper {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0)
}

.global img {
    cursor: pointer
}

.media-container-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff
}

@media screen and (max-width:1500px) {
    .media-container-wrapper {
        font-size: 80%
    }
}

@media screen and (max-width:1390px) {
    .media-container-wrapper {
        font-size: 70%
    }
}

@media screen and (max-width:1024px) {
    .media-container-wrapper {
        font-size: 65%
    }
}

@media screen and (max-width:736px) {
    .media-container-wrapper {
        font-size: 60%
    }
}

@media screen and (max-width:400px) {
    .media-container-wrapper {
        font-size: 55%
    }
}

.media-container-wrapper .media-container {
    background-color: #fff;
    padding: 50px 0;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2) inset
}

@media screen and (max-width:800px) {
    .media-container-wrapper .media-container {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:800px) {
    .media-container-wrapper .media-container {
        padding: 30px 0
    }
}

.media-container-wrapper .media-container .media-container__content {
    position: relative;
    width: 51%;
    height: auto;
    margin: 15px
}

.media-container__content.global.america {
    width: 95%;
}

.media-container__content.global.w225 {
    width: 22.5%;
}
.media-container__content.global.w250 {
    width: 25%;
}

.media-container__content.global.w280 {
    width: 28%;
}

.media-container__content.global.w290 {
    width: 29%;
}

.media-container__content.global.w305 {
    width: 30.5%;
}

.media-container__content.global.w315 {
    width: 31.5%;
}

.media-container__content.global.w330 {
    width: 33%;
}

@media screen and (max-width:1024px) {
    .media-container-wrapper .media-container .media-container__content {
        width: 49%
    }

    .media-container__content.global.america {
        width: 76%;
    }

    .media-container__content.global.w250 {
        width: 25%;
    }

    .media-container__content.global.w280 {
        width: 28%;
    }

    .media-container__content.global.w290 {
        width: 29%;
    }

    .media-container__content.global.w305 {
        width: 30.5%;
    }

    .media-container__content.global.w315 {
        width: 31.5%;
    }

    .media-container__content.global.w330 {
        width: 33%;
    }
}

@media screen and (max-width:800px) {
    .media-container-wrapper .media-container .media-container__content {
        width: 90%
    }
}

.media-container-wrapper .media-container .media-container__content img {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.media-container-wrapper .media-container .media-container__content .media-container__description {
    position: relative;
    width: 70%;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 1em;
    color: #5b6770;
    line-height: 1.2em;
    margin: 5px auto;
    text-align: center
}

.media-container-inside {
    position: relative;
    width: 100%;
    height: auto;
    margin: 15px 0
}

.media-container-inside img {
    width: 100%;
    height: auto
}

.media-container-inside .media-container__description {
    width: 50%;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 1em;
    color: #5b6770;
    line-height: 1.2em;
    margin: 0 auto;
    width: 65%;
    text-align: center
}

.youtube-wrapper {
    position: relative;
    width: 100%;
    margin: 25px auto
}

.youtube-wrapper .youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0
}

.youtube-wrapper .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.last .youtube-wrapper {
    margin: 0
}

.media-container__slider {
    position: relative;
    margin: 30px auto 0 auto;
    width: 100%;
    height: auto;
    overflow-x: hidden
}

.media-container__slider .media-container__slider-photogallery {
    display: flex;
    flex-direction: column;
    transition: transform .3s ease-in-out
}

.media-container__slider .media-container__slider-photogallery .media-container__slider-media-wrapper {
    position: relative
}

.media-container__slider .media-container__slider-photogallery .media-container__slider-media-wrapper:hover .longread-container__arrow {
    opacity: 1;
    visibility: visible
}

.media-container__slider .media-container__slider-photogallery .media-container__slider-media-wrapper:hover .longread-container__arrow.disabled {
    opacity: 0;
    visibility: hidden
}

.media-container__slider .media-container__slider-photogallery .media-container__slider-media-wrapper .media-container__slider-media {
    position: relative;
    min-width: 100%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    transition: transform .3s ease-in-out
}

.media-container__slider .media-container__slider-photogallery .media-container__slider-media-wrapper .media-container__slider-media img {
    min-width: 100%;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0
}

.media-container__slider .media-container__slider-photogallery .media-container__slider-description {
    display: flex;
    transition: transform .3s ease-in-out
}

.media-container__slider .media-container__slider-photogallery .media-container__slider-description .media-container__description-wrapper {
    min-width: 100%;
    width: 100%;
    height: auto;
    padding: 6px 0
}

.media-container__slider .media-container__slider-photogallery .media-container__slider-description .media-container__description-wrapper .media-container__description {
    width: 50%;
    margin: 0 auto;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 1em;
    color: #5b6770;
    line-height: 1.2em;
    padding: 0 10px;
    text-align: center
}

.media-container__slider .media-container__slider-dots {
    position: relative;
    width: auto;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center
}

.media-container__slider .media-container__slider-dots div {
    margin: 15px 3px;
    width: 12px;
    height: 12px;
    border: 2px solid #bb5402;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color .3s ease-in-out, transform .3s ease-in-out
}

.media-container__slider .media-container__slider-dots div:hover {
    background-color: #bb5402;
    transform: scale(1.3)
}

.media-container__slider .media-container__slider-dots div.active {
    background-color: #bb5402;
    transform: scale(1.3)
}

.media-container-inside.iframe.map {
    position: absolute;
    top: 50px;
    left: -40%;
    width: 50%;
    height: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

@media screen and (max-width:1100px) {
    .media-container-inside.iframe.map {
        position: relative;
        width: 75%;
        left: 0;
        top: 0;
        box-shadow: none;
        margin: 25px auto
    }
}

@media screen and (max-width:1100px) and (max-width:768px) {
    .media-container-inside.iframe.map {
        width: 75%
    }
}

@media screen and (max-width:1100px) and (max-width:736px) {
    .media-container-inside.iframe.map {
        width: 80%
    }
}

@media screen and (max-width:1100px) and (max-width:400px) {
    .media-container-inside.iframe.map {
        width: 85%
    }
}

.media-container-inside.iframe.map .youtube-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.media-container-inside.iframe.map .youtube-wrapper .youtube {
    position: relative;
    padding-bottom: 100%
}

@media screen and (max-width:1100px) {
    .media-container-inside.iframe.map .youtube-wrapper .youtube {
        padding-bottom: 50%
    }
}

.media-container-inside.last.iframe {
    margin-bottom: -30px !important
}

@media screen and (max-width:736px) {
    .media-container-inside.last.iframe {
        margin-bottom: -16px !important
    }
}

.media-container-inside.last {
    margin-bottom: -45px !important
}

@media screen and (max-width:736px) {
    .media-container-inside.last {
        margin-bottom: -16px !important
    }
}

.header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: transparent;
    height: 50px;
    transition: background-color .2s ease-in-out;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width:736px) {
    .header {
        height: 40px
    }
}

.header.scrolled {
    background-color: #2f2f2f;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.header.scrolled-tips {
    background-color: #fff
}

#share-counter {
    padding-left: 2px;
    font-size: .6em;
    text-decoration: none;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700
}

.header__logo {
    position: relative;
    z-index: 998;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 40px
}

@media screen and (max-width:736px) {
    .header__logo {
        margin-left: 30px
    }
}

.header__logo img {
    width: 77px;
    height: auto;
    margin-top: 4px;
    margin-left: 7px;
    transition: all .2s ease-in-out
}

@media screen and (max-width:736px) {
    .header__logo img {
        width: 60px
    }
}

.header__logo svg path {
    transition: fill .3s ease-in-out
}

.header__logo svg #logo-text {
    fill: #fff
}

.header__logo svg #logo {
    fill: #fff
}

.header-menu-open .header__logo svg #logo-text,
.scrolled .header__logo svg #logo-text {
    fill: #fafafa
}

.header-menu-open .header__logo svg #logo,
.scrolled .header__logo svg #logo {
    fill: #ea6903
}

.scrolled-tips .header__logo svg #logo-text {
    fill: #000
}

.scrolled-tips .header__logo svg #logo {
    fill: #000
}

.header__logo:hover {
    transform: scale(1.05);
    transition: .6s ease-in-out;
}

.header__title {
    position: relative;
    opacity: 0;
    visibility: hidden;
    line-height: 40px;
    margin: 5px 0;
    height: 40px;
    padding: 0;
    left: -40px;
    text-align: center;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.4em;
    transition: visibity .3s ease-in-out, opacity .3s ease-in-out;
    color: #fafafa;
    border-radius: 999px
}

@media screen and (max-width:1500px) {
    .header__title {
        font-size: 1.3em
    }
}

@media screen and (max-width:1390px) {
    .header__title {
        font-size: 1.2em
    }
}

@media screen and (max-width:1024px) {
    .header__title {
        font-size: 1em
    }
}

@media screen and (max-width:768px) {
    .header__title {
        display: none
    }
}

.header__title span {
    font-weight: 400
}

.scrolled .header__title {
    opacity: 1;
    visibility: visible
}

.header__share-button {
    position: relative;
    right: 5px;
    cursor: pointer;
    text-transform: uppercase;
    color: #5b6770;
    transition: color .3s ease-in-out;
    line-height: 40px;
    font-size: 1.4em;
    font-weight: 700;
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    font-family: "Open Sans Condensed", sans-serif;
    margin: 5px 0;
    padding: 0 4px;
    border-radius: 50%;
    transition: transform .2s ease-in-out, visibility .2s ease-in-out, opacity .2s ease-in-out, color .2s ease-in-out, background-color .2s ease-in-out;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.header__share-button i {
    font-size: 1.2em;
    line-height: 40px
}

@media screen and (max-width:736px) {
    .header__share-button i {
        line-height: 30px
    }
}

@media screen and (max-width:736px) {
    .header__share-button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 1em
    }
}

.header__share-button:hover {
    color: #2f2f2f;
    background-color: #5b6770;
}

.scrolled .header__share-button {
    background-color: #fafafa;
    color: #2f2f2f
}

.scrolled .header__share-button:hover {
    color: #fafafa;
    background-color: #2f2f2f
}

.header__share-button.open {
    transform: translate(100%, 0);
    visibility: hidden;
    opacity: 0
}

.header__share {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 4px;
    background-color: #2f2f2f;
    transition: transform .3s ease-in-out;
    border-radius: 999px;
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0 4px;
    height: 40px;
    margin: 5px 0;
    transform: translate(100%, 0);
    opacity: 0;
    visibility: hidden;
    transition: transform .2s ease-in-out, visibility .2s ease-in-out, opacity .2s ease-in-out;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

@media screen and (max-width:736px) {
    .header__share {
        height: 30px
    }
}

.header__share li {
    display: inline-block;
    margin: 0 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.header__share li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.1em;
    transition: all .3s ease-in-out;
    line-height: 35px;
    text-decoration: none
}

@media screen and (max-width:736px) {
    .header__share li a {
        font-size: .7em;
        line-height: 25px
    }
}

.header__share .close {
    color: #fff;
    font-size: 1.2em;
    transition: all .3s ease-in-out;
    line-height: 35px;
    text-decoration: none
}

@media screen and (max-width:736px) {
    .header__share .close {
        font-size: .7em;
        line-height: 25px
    }
}

.header__share.open {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1
}

.header__menu {
    position: fixed;
    top: 0;
    z-index: 995;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 350px;
    width: auto;
    height: 100vh;
    background-color: #2f2f2f;
    transform: translate(-101%, 0);
    transition: transform .2s ease-in-out;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    padding: 60px 58px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

@media screen and (max-width:736px) {
    .header__menu {
        padding: 50px 48px
    }
}

.header__menu a {
    position: relative;
    display: inline-block;
    padding: 5px 0 5px 0;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
    transition: .2s ease-in-out;
    text-decoration: none;
    color: #fafafa
}

@media screen and (max-width:1024px) {
    .header__menu a {
        padding: 2px 0;
        font-size: .8em
    }
}

@media screen and (max-width:736px) {
    .header__menu a {
        padding: 0 0;
        font-size: .7em
    }
}

@media screen and (max-width:400px) {
    .header__menu a {
        font-size: .6em
    }
}

.header__menu a:after {
    display: block;
    content: '';
    position: relative;
    width: 0;
    margin-top: 5px;
    height: 3px;
    background-color: #ea6903;
    transition: width .2s ease-in-out
}

.header__menu a:hover {
    color: #ea6903
}

.header__menu a:hover:after {
    width: 100%
}

.header__menu p {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
    transition: background-color .2s ease-in-out;
    text-decoration: none;
    color: #fafafa
}

@media screen and (max-width:1024px) {
    .header__menu p {
        padding: 5px 0;
        font-size: .8em
    }
}

@media screen and (max-width:736px) {
    .header__menu p {
        font-size: .7em
    }
}

@media screen and (max-width:400px) {
    .header__menu p {
        font-size: .6em
    }
}

.header__menu p.copyright {
    position: relative;
    display: inline-block;
    padding: 10px 50px;
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    font-size: .8em;
    color: #fafafa;
    transition: background-color .2s ease-in-out;
    text-align: center
}

.header__menu img {
    position: relative;
    width: 40px;
    height: auto;
    margin: 20px auto 20px auto
}

.header__menu .header__menu-border {
    position: relative;
    height: 3px;
    width: 100%;
    background-color: #fff;
    margin: 10px 0
}

@media screen and (max-width:736px) {
    .header__menu .header__menu-border {
        margin: 5px 0
    }
}

.header__menu .header__menu-follow {
    position: relative;
    width: 100%;
    height: auto;
    margin: 4px auto
}

.header__menu .header__menu-follow .header__menu-follow-button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0 5px;
    transition: background-color .3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

@media screen and (max-width:736px) {
    .header__menu .header__menu-follow .header__menu-follow-button {
        width: 30px;
        height: 30px;
        margin: 0 1px
    }
}

.header__menu .header__menu-follow .header__menu-follow-button:hover a {
    color: #fff
}

.header__menu .header__menu-follow .header__menu-follow-button a {
    padding: 0;
    font-size: 1.2em;
    color: #5b6770;
    text-decoration: none;
    line-height: 40px
}

@media screen and (max-width:1024px) {
    .header__menu .header__menu-follow .header__menu-follow-button a {
        color: #fff
    }
}

@media screen and (max-width:736px) {
    .header__menu .header__menu-follow .header__menu-follow-button a {
        line-height: 30px;
        font-size: .8em
    }
}

.header__menu .header__menu-follow .header__menu-follow-button a:hover:after {
    width: 0
}

.header__menu-follow-button.facebook:hover {
    background-color: #3b5998
}

@media screen and (max-width:1024px) {
    .header__menu-follow-button.facebook {
        background-color: #3b5998 !important
    }
}

.header__menu-follow-button.twitter:hover {
    background-color: #1da1f2
}

@media screen and (max-width:1024px) {
    .header__menu-follow-button.twitter {
        background-color: #1da1f2 !important
    }
}

.header__menu-follow-button.instagram:hover {
    background-color: #f77737
}

@media screen and (max-width:1024px) {
    .header__menu-follow-button.instagram {
        background-color: #f77737 !important
    }
}

.header__menu-follow-button.youtube:hover {
    background-color: #cd201f
}

@media screen and (max-width:1024px) {
    .header__menu-follow-button.youtube {
        background-color: #cd201f !important
    }
}

.header__menu-follow-button.vkontakte:hover {
    background-color: #45668e
}

@media screen and (max-width:1024px) {
    .header__menu-follow-button.vkontakte {
        background-color: #45668e !important
    }
}

.header__menu-follow-button.googleplus:hover {
    background-color: #dd4b39
}

@media screen and (max-width:1024px) {
    .header__menu-follow-button.googleplus {
        background-color: #dd4b39 !important
    }
}

.header__menu-follow-button.telegram:hover,
.social-media-button-footer.telegram:hover {
    background-color: #0088cc;
}

@media screen and (max-width:1024px) {
    .header__menu-follow-button.telegram {
        background-color: #0088cc !important;
    }

    .social-media-button-footer.telegram {
        background-color: #0088cc !important;
    }
}


.header__menu-follow-button.soundcloud:hover {
    background-color: #f80
}

@media screen and (max-width:1024px) {
    .header__menu-follow-button.soundcloud {
        background-color: #f80 !important
    }
}

.header__menu.open {
    transform: translate(0, 0)
}

.old-browser .header__menu {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 0);
    transition: visibility .3s ease-in-out, opacity .3s ease-in-out
}

.old-browser .header__menu.open {
    visibility: visible;
    opacity: 1
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    background-color: #fff;
    -moz-transition: transform .3s ease-in-out, filter .3s linear, -moz-filter .3s linear;
    -ms-transition: transform .3s ease-in-out, filter .3s linear, -ms-filter .3s linear;
    transition: transform .3s ease-in-out, filter .3s linear, -webkit-filter .3s linear
}

footer .related-content-button {
    position: absolute;
    width: auto;
    height: 40px;
    left: 15px;
    bottom: 7px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transform: translate(0, 180%);
    visibility: hidden;
    opacity: 0;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out, background-color .3s ease-in-out;
    border-radius: 999px
}

@media screen and (max-width:736px) {
    footer .related-content-button {
        height: 30px;
        bottom: 5px;
        left: 10px
    }
}

footer .related-content-button:hover {
    background-color: #5b6770
}

footer .related-content-button:hover p {
    color: #2f2f2f
}

footer .related-content-button p {
    font-family: "Open Sans Condensed", sans-serif;
    color: #5b6770;
    font-weight: 700;
    font-size: 1em;
    line-height: 40px;
    padding: 0 15px
}

@media screen and (max-width:736px) {
    footer .related-content-button p {
        line-height: 30px;
        padding: 0 10px;
        font-size: .8em
    }
}

footer .related-content-button.open {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1
}

footer .footer-wrapper {
    width: 50%;
    margin: auto;
    text-align: center;
    font-family: "Open Sans Condensed", sans-serif;
    color: #5b6770;
    padding: 30px 0 30px 0
}

footer .footer-wrapper span {
    font-weight: 700
}

@media screen and (max-width:1400px) {
    footer .footer-wrapper {
        width: 60%
    }
}

@media screen and (max-width:1024px) {
    footer .footer-wrapper {
        padding: 30px 0 15px 0;
        width: 70%
    }
}

@media screen and (max-width:768px) {
    footer .footer-wrapper {
        padding: 25px 0 15px 0;
        width: 90%
    }
}

@media screen and (max-width:736px) {
    footer .footer-wrapper {
        width: 95%
    }
}

footer .footer-wrapper h2 {
    font-weight: 400;
    margin: 5px 0;
    font-size: 1.3em
}

@media screen and (max-width:736px) {
    footer .footer-wrapper h2 {
        font-size: .9em
    }
}

footer .footer-wrapper h2 span {
    font-family: "Open Sans Condensed", sans-serif
}

footer .footer-wrapper h2 a {
    color: #5b6770;
    transition: color .3s ease-in-out;
    text-decoration: underline
}

footer .footer-wrapper h2.about {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.2em
}

footer .footer-wrapper h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: .9em;
    line-height: 1.2em
}

@media screen and (max-width:736px) {
    footer .footer-wrapper h4 {
        font-size: .6em
    }
}

footer .footer-wrapper svg {
    z-index: 10000;
    width: 42px;
    margin: 10px 0 15px 0
}

@media screen and (max-width:736px) {
    footer .footer-wrapper svg {
        width: 35px
    }
}

footer .footer-wrapper ul {
    margin: 20px 0 25px 0;
    list-style: none
}

@media screen and (max-width:736px) {
    footer .footer-wrapper ul {
        margin: 10px 0 15px 0
    }
}

footer .footer-wrapper ul li {
    display: inline-block;
    margin: 0 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

@media screen and (max-width:736px) {
    footer .footer-wrapper ul li {
        margin: 0 2px
    }
}

footer .footer-wrapper ul li:hover a {
    color: #fff
}

footer .footer-wrapper ul li a {
    font-size: 1.2em;
    color: #fff;
    color: #5b6770;
    transition: color .3s ease-in-out;
    text-decoration: none;
    position: relative;
    line-height: 40px
}

@media screen and (max-width:1024px) {
    footer .footer-wrapper ul li a {
        color: #fff
    }
}

@media screen and (max-width:736px) {
    footer .footer-wrapper ul li a {
        font-size: .8em;
        line-height: 30px
    }
}

.social-media-button-footer,
.social-media-button-header {
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.social-media-button-footer {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff
}

@media screen and (max-width:736px) {
    .social-media-button-footer {
        width: 30px;
        height: 30px
    }
}

.social-media-button-header {
    width: 50px;
    height: 35px;
    border-radius: 999px;
    background-color: #5b6770;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

@media screen and (max-width:736px) {
    .social-media-button-header {
        width: 35px;
        height: 25px
    }
}

.social-media-button-header.facebook {
    background-color: #3b5998
}

.social-media-button-header.twitter {
    background-color: #1da1f2
}

.social-media-button-header.vkontakte {
    background-color: #45668e
}

.scrolled .social-media-button-header:hover a {
    color: #2f2f2f
}

.facebook:hover {
    background-color: #3b5998
}

@media screen and (max-width:1024px) {
    .facebook {
        background-color: #3b5998
    }
}

.twitter:hover {
    background-color: #1da1f2
}

@media screen and (max-width:1024px) {
    .twitter {
        background-color: #1da1f2
    }
}

.instagram:hover {
    background-color: #f77737
}

@media screen and (max-width:1024px) {
    .instagram {
        background-color: #f77737
    }
}

.youtube:hover {
    background-color: #cd201f
}

@media screen and (max-width:1024px) {
    .youtube {
        background-color: #cd201f
    }
}

.vkontakte:hover {
    background-color: #45668e
}

@media screen and (max-width:1024px) {
    .vkontakte {
        background-color: #45668e
    }
}

.googleplus:hover {
    background-color: #dd4b39
}

@media screen and (max-width:1024px) {
    .googleplus {
        background-color: #dd4b39
    }
}

.soundcloud:hover {
    background-color: #f80
}

@media screen and (max-width:1024px) {
    .soundcloud {
        background-color: #f80
    }
}

.close:hover {
    background-color: #2f2f2f;
    color: #5b6770
}

.hamburger-button {
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

@media screen and (max-width:736px) {
    .hamburger-button {
        width: 30px;
        height: 30px
    }
}

.hamburger-button:hover {
    background-color: #5b6770
}

.hamburger-button:hover span {
    background: #2f2f2f
}

.hamburger-button span {
    display: block;
    position: absolute;
    height: 2.5px;
    width: 22px;
    margin-left: 9px;
    background: #5b6770;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

@media screen and (max-width:736px) {
    .hamburger-button span {
        width: 20px;
        margin-left: 5px
    }
}

.hamburger-button span:nth-child(1) {
    top: 12px
}

@media screen and (max-width:736px) {
    .hamburger-button span:nth-child(1) {
        top: 9px
    }
}

.hamburger-button span:nth-child(2) {
    top: 19px
}

@media screen and (max-width:736px) {
    .hamburger-button span:nth-child(2) {
        top: 14px
    }
}

.hamburger-button span:nth-child(3) {
    top: 26px
}

@media screen and (max-width:736px) {
    .hamburger-button span:nth-child(3) {
        top: 19px
    }
}

.hamburger-button.open span:nth-child(1) {
    top: 19px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

@media screen and (max-width:736px) {
    .hamburger-button.open span:nth-child(1) {
        top: 13px
    }
}

.hamburger-button.open span:nth-child(2) {
    opacity: 0;
    left: -40px
}

.hamburger-button.open span:nth-child(3) {
    top: 19px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media screen and (max-width:736px) {
    .hamburger-button.open span:nth-child(3) {
        top: 13px
    }
}

.header__menu-button {
    position: fixed;
    top: 5px;
    z-index: 999;
    left: 5px
}

@media screen and (max-width:736px) {
    .header__menu-button {
        width: 30px;
        height: 30px
    }
}

/* .header__menu-button.scrolled {
    background-color: #5b6770
} */

.header__menu-button.scrolled span {
    background-color: #2f2f2f
}

.header__menu-button.scrolled:hover {
    background-color: #2f2f2f
}

.header__menu-button.scrolled:hover span {
    background: #5b6770
}

.related-content__close {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 5px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    transition: border .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out
}

.related-content__close i {
    position: relative;
    font-size: 2.5em;
    color: #24292d;
    transition: color .3s ease-in-out
}

.global-buttons {
    position: fixed;
    z-index: 1000;
    bottom: 5px;
    right: 5px;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out
}

.global-buttons .back-to-top {
    position: relative;
    margin-top: 5px;
    visibility: hidden;
    opacity: 0
}

.global-buttons .back-to-top.in-view {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1
}

.global-buttons .font-size {
    position: relative;
    margin-top: 5px
}

.global-buttons .font-size.open {
    background-color: #5b6770
}

.global-buttons .font-size.open i {
    color: #2f2f2f
}

.global-buttons .comments-button {
    position: relative;
    margin-top: 5px
}

.global-buttons .comments-button.open {
    background-color: #5b6770
}

.global-buttons .comments-button.open i {
    color: #2f2f2f
}

.global-buttons .content-navigation-button {
    position: relative;
    margin-top: 5px
}

.font-size-wrapper {
    position: fixed;
    position: fixed;
    z-index: 8;
    bottom: 95px;
    right: 50px;
    width: auto;
    height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 999px;
    padding: 0 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out
}

@media screen and (max-width:736px) {
    .font-size-wrapper {
        height: 30px;
        bottom: 75px;
        right: 40px
    }
}

.font-size-wrapper .font-size__button {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-top: 2.5px;
    background-color: #5b6770;
    color: #2f2f2f;
    font-weight: 700;
    font-family: "Open Sans Condensed", sans-serif;
    line-height: 35px;
    border-radius: 50%;
    font-size: 1em;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}

@media screen and (max-width:736px) {
    .font-size-wrapper .font-size__button {
        line-height: 25px;
        width: 25px;
        height: 25px;
        font-size: .8em
    }
}

.font-size-wrapper .font-size__button:hover {
    background-color: #bb5402
}

.font-size-wrapper.open {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

@-webkit-keyframes pulse-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(187, 84, 2, .6)
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(187, 84, 2, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(187, 84, 2, 0)
    }
}

@keyframes pulse-shadow {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(187, 84, 2, .6);
        box-shadow: 0 0 0 0 rgba(187, 84, 2, .6)
    }

    70% {
        -moz-box-shadow: 0 0 0 25px rgba(187, 84, 2, 0);
        box-shadow: 0 0 0 25px rgba(187, 84, 2, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(187, 84, 2, 0);
        box-shadow: 0 0 0 0 rgba(187, 84, 2, 0)
    }
}

.arrow-down-button {
    position: fixed;
    z-index: 9;
    bottom: 5px;
    right: 50px;
    transform: translate(0, 180%);
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 0 rgba(187, 84, 2, .4)
}

@media screen and (max-width:736px) {
    .arrow-down-button {
        right: 40px
    }
}

.loaded .arrow-down-button {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out, background-color .3s ease-in-out;
    animation: pulse-shadow 2s infinite 3s
}

.arrow-down-button.scrolled {
    visibility: hidden;
    opacity: 0;
    animation: none
}

.global-gallery-fullscreen,
.global-gallery__arrow,
.global-gallery__close {
    position: fixed;
    z-index: 997;
    top: 0;
    right: 0
}

.global-gallery-fullscreen {
    top: 0;
    right: 50px
}

.global-gallery__arrow {
    background-color: #2f2f2f
}

.global-gallery__arrow.left {
    z-index: 998;
    right: initial;
    left: 0;
    top: 0;
    height: 100vh;
    width: 46px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, .2)
}

.global-gallery__arrow.right {
    z-index: 998;
    right: 0;
    top: 0;
    height: 100vh;
    width: 46px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, .2)
}

.global-gallery__arrow.disabled {
    opacity: .5;
    cursor: initial
}

.global-gallery__arrow.disabled:hover i {
    transform: scale(1);
    color: #5b6770
}

.content-navigation {
    position: fixed;
    z-index: 10;
    bottom: 5px;
    right: 50px;
    text-align: center;
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out
}

@media screen and (max-width:736px) {
    .content-navigation {
        right: 40px
    }
}

.content-navigation .content-navigation__part {
    width: auto;
    height: 40px;
    padding: 0 20px;
    margin-top: 5px;
    background-color: #fff;
    color: #5b6770;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    cursor: pointer;
    line-height: 40px;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: .9em;
    font-weight: 700;
    border-radius: 999px;
    transition: background-color .3s ease-in-out
}

@media screen and (max-width:736px) {
    .content-navigation .content-navigation__part {
        line-height: 30px;
        height: 30px;
        font-size: .5em
    }
}

.content-navigation .content-navigation__part:hover {
    background-color: #5b6770;
    color: #2f2f2f
}

.content-navigation.open {
    visibility: visible;
    transform: scale(1);
    opacity: 1
}

.longread-container__arrow {
    position: absolute;
    z-index: 998;
    height: 100%;
    top: 0;
    width: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

@media screen and (max-width:1024px) {
    .longread-container__arrow {
        width: 60px;
        opacity: 1;
        visibility: visible
    }
}

.longread-container__arrow i {
    font-size: 2.5em;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    color: #2f2f2f
}

.longread-container__arrow.left {
    left: 0
}

.longread-container__arrow.left i {
    margin-right: 60px
}

@media screen and (max-width:1024px) {
    .longread-container__arrow.left i {
        margin-right: 20px
    }
}

.longread-container__arrow.right {
    right: 0
}

.longread-container__arrow.right i {
    margin-left: 60px
}

@media screen and (max-width:1024px) {
    .longread-container__arrow.right i {
        margin-left: 20px
    }
}

.longread-container__arrow.disabled {
    opacity: 0;
    cursor: initial
}

.old-browser-alert {
    display: none;
    position: absolute;
    z-index: 9998;
    width: 50%;
    top: 40%;
    left: 25%;
    background: #a71d26
}

@media screen and (max-width:1024px) {
    .old-browser-alert {
        width: 70%;
        top: 30%;
        left: 15%
    }
}

.old-browser-alert h1 {
    padding: 60px 50px;
    font-family: Skolar;
    color: #fff;
    font-size: 2.5em
}

@media screen and (max-width:1024px) {
    .old-browser-alert h1 {
        font-size: 2em
    }
}

@media screen and (max-width:760px) {
    .old-browser-alert h1 {
        font-size: 1em;
        padding: 40px 20px
    }
}

.old-browser-alert a {
    color: #fff;
    transition: color .3s ease-in-out
}

.old-browser-alert a:hover {
    color: #000
}

.old-browser .old-browser-alert {
    display: block
}

.old-browser .old-browser-alert.close {
    display: none
}

.old-browser-alert__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 2.5em
}

@media screen and (max-width:760px) {
    .old-browser-alert__close {
        font-size: 2em;
        top: 5px;
        right: 5px
    }
}

.old-browser #overlay-old-browser {
    position: absolute;
    z-index: 9998;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    display: block
}

.old-browser #overlay-old-browser.close {
    display: none
}

/*for this pr only*/
.longread-container__frame p a {
    color: #ea6903;
    font-weight: 500;
}

.longread-container__frame p a:hover {
    color: orangered;
}

.all-wrapper .only-global {
    display: none;
}

.global-gallery .only-global {
    display: block;
}

.aside {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-style: italic;
}

.aside p {
    padding-right: 20px;
    font-size: 1.2em !important;
}

.sqr {
    max-width: 300px;
    margin-top: 25px;
    padding: 0 20px;
}

@media screen and (max-width:567px) {
    .aside {
        flex-direction: column;
        align-items: center;
    }

    .sqr {
        max-width: 90%;
    }

    .aside p {
        padding: 10px;
    }
}

/* This is mime added styles for this project only */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.icon{
    background-image:url("https://gdb.rferl.org/0449E26C-BB9C-428F-83BB-32189AC43D7B.jpg");
    background-size: cover;
    border-radius: 50%;
    background-position:center; 
    width: 150px;
    height: 150px;
    margin: .5rem;
    display: inline-block;
}

.cite{
     display: flex;
     justify-content: center;
     align-items: flex-start;
     position: relative;
     /* padding: 0 3rem; */
     width: 75%;
     margin: 0 auto;
}

.cite.middle{
    align-items: center;
}

/* .cite.reverse{
    flex-direction: row-reverse;
} */
.longread-container .longread-container__frame .cite .aside {
    width: 60%;
}

@media (max-width: 600px){
    .cite, .cite.reverse{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .cite.reverse{
        flex-direction: column-reverse;
    }

    .longread-container .longread-container__frame .cite{
        width: 100%;
    }
    .longread-container .longread-container__frame .cite .aside {
        width: 80%;
    }
}