@charset "UTF-8";
@font-face {
    font-family: "Skolar Sans";
    src: url(https://docs.rferl.org/Infographics/sources/fonts/Apollo_Framework/SkolarSansLatnCyrl-Bd.woff);
    font-weight: 700
}

@font-face {
    font-family: "Skolar Sans";
    src: url(https://docs.rferl.org/Infographics/sources/fonts/Apollo_Framework/SkolarSansLatnCyrl-Rg.woff);
    font-weight: 400
}

@font-face {
    font-family: "Skolar";
    src: url(https://docs.rferl.org/Infographics/sources/fonts/SkolarLatnCyrl-Rg.woff);
    font-weight: 400
}

@font-face {
    font-family: "Skolar";
    src: url(https://docs.rferl.org/Infographics/sources/fonts/Apollo_Framework/SkolarLatnCyrl-Bd.woff);
    font-weight: 700
}

@font-face {
    font-family: "Skolar Italic";
    src: url(https://docs.rferl.org/Infographics/sources/fonts/SkolarLatnCyrl-It.woff)
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    font-family: "Skolar Sans";
    font-weight: 400;
    background-color: #fff;
    color: #252525;
    font-size: 18px
}

.nonscrollBody {
    overflow-y: hidden;
    height: 100%;
    max-height: 100vh
}

.welcome-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #D12430;
    background-image: url(https://docs.rferl.org//Infographics/2020/2020_01/2020_01_Antinostalgia-2/texture.png);
    z-index: 999;
    color: #fff;
    overflow-y: scroll
}

.welcome-screen blockquote {
    margin: 36px 0 12px
}

.welcome-screen footer {
    font-weight: 700;
    margin-top: 5px;
    font-size: 13px
}

.welcome-screen a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff
}

.welcome-screen::-webkit-scrollbar {
    width: 0
}

.welcome-screen div {
    max-width: 700px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 100%;
    padding: 50px 20px 60px;
    text-align: center
}

.welcome-screen img {
    width: 400px;
    height: auto;
    margin: 20px
}

.welcome-screen h1 {
    margin-bottom: 12px
}

blockquote {
    margin: 0
}

@media (max-width: 639px) {
    .welcome-screen h1 {
        font-size: 21px
    }

    .welcome-screen img {
        width: 300px
    }

    .welcome-screen blockquote, .welcome-screen p {
        font-size: 15px
    }
}

.welcome-screen p {
    line-height: 1.5;
    margin-bottom: 0
}

.welcome-screen button {
    width: 280px;
    padding: 15px;
    background: #fff;
    font-family: "Skolar Sans";
    font-size: 18px;
    outline: none;
    border: none;
    text-transform: uppercase;
    margin-top: 30px;
    cursor: pointer
}

.welcome-screen button:hover {
    background: #bb212c;
    color: #fff
}

.link, .popup a {
    font-family: "Skolar";
    text-decoration: none;
    font-weight: 700;
    color: #D12430
}

.link-inmenu {
    text-decoration: none;
    color: #252525
}

.link:hover, .popup a:hover {
    text-decoration: underline
}

.link-inmenu:hover {
    text-decoration: underline;
    color: #D12430
}

strong {
    font-family: "Skolar";
    font-weight: 700
}

cite {
    font-family: "Skolar Italic", cursive;
    font-size: 19px
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 58px;
    background-color: #fff;
    z-index: 998;
    padding: 0 20px
}

@media (max-width: 640px) {
    header {
        padding: 0 10px
    }
}

.header_left-container {
    float: left
}

.header_right-container {
    float: right
}

.header_navigation-container, .header_share-container {
    float: right;
    width: 48px;
    height: 48px;
    margin: 6px 0 4px 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_share-container svg {
    width: 40px;
    fill: #252525
}

.header_share-container svg path:last-of-type {
    display: none
}

.header_share-container:hover svg path:last-of-type {
    display: block
}

.header_navigation-container svg {
    width: 40px
}

.header_logo {
    display: block;
    top: 0;
    height: 48px;
    padding: 7px 0 5px 0
}

.header_logo img {
    width: 230px
}

.header_share-icons {
    position: absolute;
    display: block;
    right: -292px;
    top: 6px;
    padding: 7px 7px 3px 7px;
    -webkit-transition: right 0.5s;
    -o-transition: right 0.5s;
    transition: right 0.5s;
    background-color: #fff
}

.header_share-icons a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 2px
}

.header_share-icons a svg circle {
    fill: #D12430
}

.header_share-icons svg path {
    fill: #fff;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s
}

.header_share-icons-active {
    right: 0;
    -webkit-transition: right 0.5s;
    -o-transition: right 0.5s;
    transition: right 0.5s
}

a.header_share-close svg path {
    cursor: pointer;
    fill: #252525;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

a.header_share-close:hover svg path {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

@media (max-width: 640px) {
    .header_logo img {
        width: 220px
    }

    .header_navigation-container, .header_share-container {
        width: 35px;
        height: 35px;
        margin-top: 12px
    }
}

.marquee {
    position: fixed;
    top: 58px;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: #D12430
}

.marquee span {
    padding-left: 20px;
    font-size: 17px
}

@media (max-width: 640px) {
    .marquee span {
        padding-left: 10px;
        font-size: 13px
    }
}

.menu_container {
    position: fixed;
    display: none;
    right: 1px;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1200;
    overflow-y: auto;
    border-left: 5000px solid #00000096;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.menu_inside {
    padding: 20px;
    width: 100%;
    background: #fff
}

@media (max-width: 640px) {
    .menu_container {
        width: 100%
    }

    .menu_inside {
        padding: 10px
    }
}

.menu_level-1 {
    text-transform: uppercase;
    font-size: 27px;
    padding: 16px;
    padding-bottom: 4px;
    font-family: 'Racing Sans One', cursive;
    color: #D12430
}

.menu_level-2 {
    padding: 12px 12px 12px 36px;
    font-size: 20px;
    font-weight: 700
}

.menu_level-3 {
    margin: 0;
    padding: 0 12px 0 64px;
    font-size: 16px
}

.menu_level-3 li {
    padding: 8px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer
}

.menu_level-3 li:hover {
    color: #D12430;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: underline
}

.menu-hover {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.menu-hover:hover {
    color: #D12430;
    text-decoration: underline
}

.container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 0 20px
}

.container {
    padding-bottom: 50px;
    margin-bottom: 50px
}

@media (max-width: 640px) {
    .container {
        padding: 0 10px;
        margin-bottom: 0
    }

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

.container_left {
    position: relative;
    width: 25%;
    min-height: 360px;
    float: left;
    overflow: hidden;
    padding-left: 20px
}

@media (max-width: 640px) {
    .container_left {
        padding-left: 0
    }
}

.container_right {
    position: relative;
    width: 75%;
    height: 360px;
    float: left;
    overflow: hidden;
    padding-right: 20px
}

@media (max-width: 640px) {
    .container_right {
        padding-right: 0
    }
}

@media (max-width: 1280px) {
    .container_left {
        width: 33.33%
    }

    .container_right {
        width: 66.66%
    }
}

@media (max-width: 990px) {
    .container_left {
        width: 50%
    }

    .container_right {
        width: 50%
    }
}

@media (max-width: 640px) {
    .container_left, .container_right {
        width: 100%
    }

    .slider_slider .slider_slide {
        width: 100%
    }
}

.container_dates:before, .container_topics:before {
    position: absolute;
    font-family: 'Racing Sans One', cursive;
    content: "Articole, cronologic";
    color: rgba(0, 0, 0, .2);
    text-transform: uppercase;
    left: 0;
    top: 0;
    width: 100%;
    font-weight: 700;
    font-size: 27px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 27px;
    z-index: 5
}

.container_topics:before {
    content: "Articole, tematic"
}

@media (max-width: 640px) {
    .container_dates:before, .container_topics:before {
        display: none
    }

    .container_left:before {
        position: absolute;
        font-family: 'Racing Sans One', cursive;
        content: "Articole, cronologic";
        color: rgba(0, 0, 0, .2);
        text-transform: uppercase;
        left: 0;
        top: 10%;
        width: 100%;
        font-weight: 700;
        font-size: 27px;
        text-align: center;
        letter-spacing: 1px;
        line-height: 27px;
        z-index: 5
    }

    .container_left-topics:before {
        content: "Articole, tematic";
        top: 0
    }

    #slider_menu2 {
        height: 450px
    }

    .slider-cases .slider_menu-slide {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
}

.container_dates-pick {
    bottom: 65px !important
}

.container_dates-pick:before, .container_topics-pick:before {
    position: absolute;
    content: "← Alege un an →";
    color: rgba(0, 0, 0, .2);
    text-transform: uppercase;
    left: -10%;
    top: -20px;
    width: 120%;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 27px;
    pointer-events: none
}

.container_topics-pick:before {
    content: "← Alege o temă →"
}

.hero_container {
    height: 640px;
    margin-top: 58px;
    background-color: #E3E3E3;
    padding: 0
}

@media (max-width: 640px) {
    .hero_container {
        height: calc(100vh - 58px);
        max-height: calc(100vh - 150px)
    }
}

.slider_container {
    position: relative;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: top 0.8s;
    -o-transition: top 0.8s;
    transition: top 0.8s
}

.slider_container .slider_arrow-left {
    position: absolute;
    left: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    cursor: pointer
}

.slider_arrow-left svg, .slider_arrow-right svg {
    fill: #fff
}

.slider_container .slider_arrow-right {
    position: absolute;
    right: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    cursor: pointer
}

@media (max-width: 640px) {
    .slider_container .slider_arrow-right, .slider_container .slider_arrow-left {
        width: 25px;
        height: 25px
    }
}

.slider_container .slider_arrow-inactive {
    cursor: auto;
    opacity: .2
}

.slider_slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s
}

.slider_slider .slider_slide {
    position: relative;
    float: left;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 54px 0;
    pointer-events: none;
}

@media (max-width: 991px) {
    .slider_slider .slider_slide {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0
    }
}

.slider_slide-text {
    width: 60%;
    padding-left: 20px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#66ffffff", endColorstr="#00ffffff", GradientType=1);
    background: #ffffff7d;
    cursor: pointer;
    pointer-events: all;
}

.slider_slide-text h2 {
    color: #252525;
    font-weight: 700;
    margin-bottom: -20px
}

.slider_slide-text h1 {
    line-height: 1.1;
    font-size: 57px;
    text-transform: uppercase;
    color: #252525;
    font-family: 'Racing Sans One', cursive;
    letter-spacing: 1px
}

.slider_slide-text p {
    font-size: 23px;
    color: #252525;
    font-weight: 700;
    -webkit-text-decoration-color: #D12430;
    text-decoration-color: #D12430;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.slider_slide-text p:hover {
    cursor: pointer;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.slider_slide-text h3 {
    font-size: 35px;
    color: #D12430;
    letter-spacing: 1px;
    margin-bottom: -20px
}

.slider_slide-text h4 {
    font-size: 35px;
    line-height: 62vh;
    text-align: center
}

@media (max-width: 990px) {
    .slider_slide-text h1 {
        font-size: 37px
    }
}

.slider_slider .slider_slide .slider_slide-inside {
    height: 80%;
    width: 100%;
    padding: 190px 20px 0 20px
}

.slider_slide-inside h5 {
    font-size: 18px;
    color: #252525;
    font-family: "Skolar";
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
    margin: 0
}

.slider_text {
    background-image: url(https://docs.rferl.org//Infographics/2020/2020_01/2020_01_Antinostalgia-2/images/text.jpg);
    background-repeat: no-repeat;
    background-position: center 30px;
    background-size: 200px 133px
}

.slider_video {
    background-image: url(https://docs.rferl.org//Infographics/2020/2020_01/2020_01_Antinostalgia-2/images/video.jpg);
    background-repeat: no-repeat;
    background-position: center 30px;
    background-size: 200px 143px
}

.slider_audio {
    background-image: url(https://docs.rferl.org/Infographics/2020/2020_01/2020_01_Antinostalgia-2/images/audio.jpg);
    background-repeat: no-repeat;
    background-position: center 30px;
    background-size: 200px 151px
}

.slider_multimedia {
    background-image: url(https://docs.rferl.org//Infographics/2020/2020_01/2020_01_Antinostalgia-2/images/multimedia.jpg);
    background-repeat: no-repeat;
    background-position: center 25px;
    background-size: 200px 169px
}

.slider_multimedia-link, .slider_multimedia-link:hover {
    text-decoration: none
}

.slider_photo {
    background-image: url(https://docs.rferl.org//Infographics/2020/2020_01/2020_01_Antinostalgia-2/images/photo.jpg);
    background-repeat: no-repeat;
    background-position: center 30px;
    background-size: 200px 142px
}

.slider_audio:after, .slider_multimedia:after, .slider_photo:after, .slider_text:after, .slider_video:after {
    position: absolute;
    will-change: transform;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 40px;
    right: -10px;
    font-family: "Skolar Sans";
    text-transform: uppercase;
    color: #D12430;
    font-weight: 700;
    text-align: center
}

.slider_text:after {
    content: "citește"
}

.slider_photo:after, .slider_video:after {
    content: "privește";
    top: 47px;
    right: -15px
}

.slider_audio:after {
    content: "ascultă";
    top: 44px;
    right: -15px
}

.slider_multimedia:after {
    content: "multimedia";
    top: 62px;
    right: -30px
}

.slider_multimedia-link {
    width: 100%;
    height: 100%;
    color: #252525
}

.slider_points {
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 10px;
    background: rgba(255, 255, 255, .4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container_right .slider_points {
    display: none
}

.slider_points .slider_point {
    width: 32px;
    height: 32px;
    cursor: pointer
}

.slider_points .slider_point .slider_point-inner {
    margin: 10px;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid #252525;
    border-radius: 6px
}

.slider_points .slider_point .slider_point-active {
    background-color: #252525
}

.slider_points-main {
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider_points-main .slider_point {
    width: 40px;
    height: 40px
}

@media (max-width: 640px) {
    .slider_points-main .slider_point {
        width: 30px;
        height: 35px
    }
}

@media (max-width: 432px) {
    .slider_points-main .slider_point {
        width: 24px;
        height: 35px
    }
}

.slider_points-main.slider_points .slider_point .slider_point-inner {
    width: 20px;
    height: 20px;
    border: none
}

@media (max-width: 640px) {
    .slider_points-main.slider_points .slider_point .slider_point-inner {
        width: 15px
    }
}

@media (max-width: 432px) {
    .slider_points-main.slider_points .slider_point .slider_point-inner {
        margin: 10px 4px
    }
}

.slider_points-main.slider_points .slider_point .slider_point-inner svg {
    fill: #fff;
    stroke: #D12430;
    stroke-width: 15px
}

.slider_points-main.slider_points .slider_point .slider_point-active {
    background: none
}

.slider_points-main.slider_points .slider_point .slider_point-active svg {
    fill: #D12430
}

.slider_slide-inside {
    border-radius: 10px;
    -webkit-box-shadow: 0 5px #f0e9df, 0 0 40px rgba(179, 161, 143, .16);
    box-shadow: 0 5px #f0e9df, 0 0 40px rgba(179, 161, 143, .16);
    background-color: #fff;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.slider_slide-inside:hover {
    -webkit-box-shadow: 0 0 40px rgba(179, 161, 143, .16);
    box-shadow: 0 0 40px rgba(179, 161, 143, .16);
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
}

.slider_last {
    -webkit-box-shadow: none;
    box-shadow: none
}

.slider_last:hover {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.slider_slide-comingsoon .slider_slide-text {
    background: none
}

.slider_slide-first {
    background: url(https://gdb.rferl.org/11593E0D-F5AB-40A3-8376-5D4847B84EB7.jpg) no-repeat center right 20%;
    background-size: cover
}

.slider_slide-comingsoon {
    cursor: auto;
    background: rgb(227, 227, 227);
    background: -moz-linear-gradient(-45deg, rgba(227, 227, 227, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(227, 227, 227, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(315deg, rgba(227, 227, 227, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(315deg, rgba(227, 227, 227, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(135deg, rgba(227, 227, 227, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#ffffff', GradientType=1)
}

@media (max-width: 990px) {
    .slider_slide-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

@media (max-width: 640px) {
    .slider_slide-text {
        width: 100%;
        padding: 0 20px
    }

    .slider_slide-text h1 {
        font-size: 30px
    }

    .slider_slide-text h3 {
        font-size: 23px;
        background: #fff;
        padding: 2px 10px 0;
        margin-bottom: 5px
    }

    .slider_slide-text h2 {
        font-size: 20px;
        margin-bottom: -10px;
        line-height: 1.2;
        letter-spacing: -.5px
    }
}

.slider_menu {
    position: relative;
    height: 360px
}

.slider_menu-slide {
    position: absolute;
    float: left;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider-cases .slider_menu-slide {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.slider-calendar img {
    width: 300px
}

.slider-cases img {
    width: 300px
}

.slider_menu-slide-active {
    opacity: 1
}

.popup_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    z-index: 1100;
    overflow: scroll
}

.popup_container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #D12430
}

.popup:before {
    content: "";
    left: 24px;
    top: 6px;
    position: absolute;
    width: 230px;
    height: 44px;
    background: url(https://docs.rferl.org//Infographics/2020/2020_01/2020_01_Antinostalgia-2/images/logo-white.png) no-repeat left center;
    background-size: 230px 44px;
    z-index: 9999
}

@media (max-width: 640px) {
    .popup:before {
        left: 10px
    }
}

.popup {
    padding: 24px;
    padding-top: 60px;
    max-width: 700px;
    margin: 0 auto;
    position: relative
}

@media (max-width: 640px) {
    .popup {
        padding: 24px 10px;
        padding-top: 60px
    }
}

.popup h1 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #d12530;
    font-family: 'Racing Sans One', cursive
}

.popup h2 {
    margin-bottom: 0
}

.popup h3 {
    margin: 0
}

@media (max-width: 640px) {
    .popup h2 {
        font-size: 24px
    }
}

h1.russian-header {
    font-family: 'Skolar Sans'
}

@media (max-width: 640px) {
    .popup h1 {
        font-size: 29px
    }

    .slider_slide-text {
        height: calc(100% + 20px);
        background: #ffffff6e
    }
}

.popup img {
    max-width: 100%;
    margin-bottom: 32px;
    border-radius: 10px;
    -webkit-filter: grayscale(1) sepia(.5);
    filter: grayscale(1) sepia(.5);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3)
}

.popup .img-side {
    float: left;
    margin-right: 27px;
    margin-bottom: 15px;
    margin-top: 5px;
    max-width: 250px
}

@media (max-width: 640px) {
    .popup .img-side {
        float: none;
        max-width: none;
        width: 100%;
        margin: 0
    }
}

.popup p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 4px;
    margin-bottom: 32px;
    font-family: "Skolar"
}

@media (max-width: 640px) {
    .popup p {
        font-size: 17px
    }
}

.popup audio, .popup video {
    width: 100%
}

.popup audio, .popup video {
    margin: 18px 0 36px
}

.popup figure {
    margin: 0;
    margin-bottom: 50px
}

.popup figcaption {
    margin-top: -25px;
    font-size: 16px
}

.popup_close {
    position: fixed;
    right: 31px;
    top: 13px;
    width: 24px;
    height: 24px;
    font-size: 32px;
    cursor: pointer
}

@media (max-width: 640px) {
    .popup_close {
        right: 10px
    }
}

.popup_close svg {
    fill: #252525
}

.popup_close:hover svg {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.popup_close-menu {
    position: fixed;
    right: 32px;
    top: 14px;
    width: 24px;
    height: 24px;
    font-size: 32px;
    cursor: pointer;
    z-index: 1201
}

.popup_close-menu svg {
    fill: #252525
}

.popup_close-menu:hover svg {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

@media (max-width: 640px) {
    .popup_close-menu {
        right: 15px;
        top: 13px
    }

    .popup_close-menu svg {
        fill: #252525
    }
}

#footer {
    position: relative;
    background-color: #fff;
    z-index: 1;
    border-top: 3px dashed rgba(0, 0, 0, .1);
    padding: 30px 0 0
}

.footer_logo {
    width: 20%
}

.footer_about {
    width: 45%
}

.footer_follow-us {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

footer .footer_follow-us a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 2px
}

footer .footer_follow-us a svg circle {
    fill: #252525
}

footer .footer_follow-us a svg path {
    fill: #fff;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s
}

footer #logo {
    background-image: url(https://docs.rferl.org//Infographics/2020/2020_01/2020_01_Antinostalgia-2/images/logo-radio.png);
    background-size: contain;
    height: 93px;
    width: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    cursor: pointer
}

footer h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px
}

footer blockquote, footer p {
    font-family: "Skolar";
    font-size: 16px;
    text-align: left;
    margin: 5px 0;
    line-height: 1.6
}

footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 990px) {
    footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer_about, .footer_follow-us, .footer_logo {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer_follow-us div {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 347px 56px;
    background-color: #fff;
    background-image: url(https://docs.rferl.org/Infographics/2020/2020_01/2020_01_Antinostalgia-2/images/logo.gif);
    z-index: 2000
}

@media (max-width: 420px) {
    .preloader {
        background-size: 250px 40px
    }
}
