/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

* {
    box-sizing: border-box;
}

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

p {
    margin: 0 0 0.5em;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}



/* styles */

@font-face {
    font-family: "SkolarSans-BdCond_Cyr-Ltn";
    src: url(./SkolarSans-Cn-Bd_LatnCyrl_v2.3.woff);
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Skolar-Light_Cyr-Ltn";
    src: url(./Skolar-Lt_LatnCyrl_v2.4.woff);
    font-weight: normal;
    font-style: normal
}

html {
    width: 100%;
    height: 100%;
    font-size: calc(12px + 18 * ((100vw - 640px) / (2500 - 640)));
}
@media screen and (min-width: 2500px) {
    html {
        font-size: 28px;
    }
}
@media screen and (max-width: 640px) {
    html {
        font-size: 12px;
    }
}

body {
    /*font-family: "Skolar-Light_Cyr-Ltn",Georgia,Times,"Times New Roman",serif;;*/
    font-family: "SkolarSans-BdCond_Cyr-Ltn",Arial,"Arial Unicode MS",Helvetica,sans-serif;
    width: 100%;
    height: 100%;
    min-width: 320px;
    overflow: auto;
    background: #000 url("https://gdb.rferl.org/2540326E-3E10-4DC5-9C53-E39A3913358F.jpg") 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    /*font-size: 18px;*/
    line-height: 1.4;
    font-size: 1rem;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 120;
    width: calc(79px + 2rem);
}
.logo a {
    display: block;
    text-decoration: none;
    padding: 1rem;
}
.logo img {
    display: block;
    max-width: 100%;
}
@media screen and (max-width: 980px) {
    .logo {
        width: calc(52.66666667px + 2rem);
    }
}

.mute-wrapper {
    position: absolute;
    z-index: 119;
    top: 1rem;
    right: 1rem;
}
.social-wrapper {
    position: absolute;
    z-index: 118;
    bottom: 1rem;
    right: 1rem;
}
.social {
    display: inline-block;
    vertical-align: middle;
}
.social-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.6em;
    text-transform: uppercase;
    line-height: 36px;
    padding-top: 4px;
}
.ya-share2__item {
    margin: 0 0 0 10px !important;
}
@media screen and (max-width: 980px) {
    .social {
        text-align: right;
        display: block;
    }
    .social-label {
        display: block;
        line-height: 1.2em !important;
    }
    .ya-share2__item {
        margin: 10px 0 0 !important;
        display: block !important;
    }
}

h1 {
    /*font-family: "Skolar-Light_Cyr-Ltn",Georgia,Times,"Times New Roman",serif;*/
    font-family: "SkolarSans-BdCond_Cyr-Ltn",Arial,"Arial Unicode MS",Helvetica,sans-serif;
    line-height: 1.1;
    font-size: 5rem;
    text-align: center;
    margin: 0;
    color: #ec6803;
}

.lead {
    line-height: 1.2;
    font-size: 2.5rem;
    margin: 2rem 0 3rem;
}
.volume {
    font-size: 1.5rem;
}
.huk {
    margin-bottom: 3rem;
}

.begin {
    height: 4rem;
}

@media screen and (max-width: 980px) {
    h1 {
        font-size: 3rem;
    }
    .lead {
        font-size: 1.5rem;
        margin: 1.5rem 0 1.5rem;
    }
    .volume {
        font-size: 1.25rem;
        margin-bottom: 1.5rem;
    }
    .huk br, .huk a {
        display: none !important;
    }
}

#loading {
    position: relative;
    width: 4rem;
    height: 4rem;
    margin:auto;
}

#loading .wBall {
    position: absolute;
    width: 4rem;
    height: 4rem;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 6.96s infinite;
}
#loading .wBall .wInnerBall{
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background: #ffffff;
    left:0;
    top:0;
    border-radius: 100px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}
#loading #wBall_1 {
    animation-delay: 1.52s;
}

#loading #wBall_2 {
    animation-delay: 0.3s;
}

#loading #wBall_3 {
    animation-delay: 0.61s;
}

#loading #wBall_4 {
    animation-delay: 0.91s;
}

#loading #wBall_5 {
    animation-delay: 1.22s;
}

@keyframes orbit { 0% {opacity: 1;z-index:99;transform: rotate(180deg);animation-timing-function: ease-out;} 7% {opacity: 1;transform: rotate(300deg);animation-timing-function: linear;origin:0%;} 30% {opacity: 1;transform:rotate(410deg);animation-timing-function: ease-in-out;origin:7%;} 39% {opacity: 1;transform: rotate(645deg);animation-timing-function: linear;origin:30%;} 70% {opacity: 1;transform: rotate(770deg);animation-timing-function: ease-out;origin:39%;} 75% {opacity: 1;transform: rotate(900deg);animation-timing-function: ease-out;origin:70%;} 76% {opacity: 0;transform:rotate(900deg);} 100% {opacity: 0;transform: rotate(900deg);} }

.container {
    position: relative;
    zoom: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.videocontainer {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: -50vw;
    margin-bottom: -50vh;
    display: block;
}
.videocontainer-i {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: calc(100vw / 1280 * 720);
}
.video {/* 1280 х 720 */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1000;
    overflow: hidden;
}

.voice {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1000;
    overflow: hidden;
}

.preload {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0,0,0, 0.8);
}
.preload-top {
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 3rem 20% 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    text-align: center;
}
.preload-center {
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 3rem 20%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    text-align: center;
}
.preload-top .btn-icon {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0.5rem;
}
/*.preload-bottom {*/
    /*position: relative;*/
    /*height: 50%;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*width: 100%;*/
    /*padding: 1.5rem 20% 3em;*/
    /*text-align: center;*/
    /*!*display: -ms-flexbox;*!*/
    /*!*display: flex;*!*/
    /*!*-ms-flex-wrap: wrap;*!*/
    /*!*flex-wrap: wrap;*!*/
    /*!*-ms-flex-pack: center!important;*!*/
    /*!*justify-content: center!important;*!*/
    /*!*-ms-flex-align: start!important;*!*/
    /*!*align-items: flex-start!important;*!*/
/*}*/
/*@media screen and (max-width: 980px) {*/
    /*.preload-top {*/
        /*height: 66%;*/
    /*}*/
    /*.preload-bottom {*/
        /*height: 34%;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 640px) {*/
    /*.preload-bottom {*/
        /*padding-top: 0;*/
    /*}*/
/*}*/
.rotate {
    z-index: 2000;
    background: rgba(0,0,0, 0.9);
}
.rotate p {
    font-size: 2rem;
}
.prylada {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0.5rem;

}
.prylada .ico {
    font-size: 20rem;
    animation: pryladaRotate 3s linear infinite;
}
@keyframes pryladaRotate {
    0% {
        transform: rotate(0);
    }
    20% {
        transform: rotate(95deg);
    }
    22% {
        transform: rotate(85deg);
    }
    24% {
        transform: rotate(92.5deg);
    }
    25% {
        transform: rotate(87.5deg);
    }
    26% {
        transform: rotate(90deg);
    }
    35% {
        transform: rotate(90deg) scale(1.2);
    }
    100% {
        transform: rotate(90deg) scale(1.2);
    }
}

/*.preload .btn {}*/
.controls {
    position: absolute;
    top: 50%;
    left: -60px;
    right: -60px;
    margin-top: -20px;
}
#btn-prev {
    position: absolute;
    top: 0;
    left: 0;
}
#btn-next {
    position: absolute;
    top: 0;
    right: 0;
}
/*.controls .btn {}*/


.btn {
    display: inline-block;
    border-style: none;
    background: #ec6803;
    color: #fff;
    padding: 0.7rem 2rem 0.5rem;
    font-size: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 1s ease-out 0.5s;
    -moz-transition: all 1s ease-out 0.5s;
    -o-transition: all 1s ease-out 0.5s;
    transition: all 1s ease-out 0.5s;
}
.btn:hover {
    opacity: .8;
}

.gallery-o {
    position: absolute;
    width: 42.4%;
    /*height: 45.3%;*/
    height: 50.3%;
    top: 25%;
    left: 25.05%;
    z-index: 100;
}

.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    opacity: .95;
    transform: rotate(-0.5deg);
}

.gallery li {
    width: 100%;
    position: absolute;
    top: 0;
}
.gallery img {
    display: block;
    width: 100%;
    height: auto;
}

.photo-meta {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8rem;
    /*font-size: calc(8px + 14 * ((100vw - 640px) / (2500 - 640)));*/
    color: #fff;
    opacity: 0.8;
    line-height: 1;
    transform: rotate(-0.5deg);
    position: absolute;
    bottom: 100%;
    margin-bottom: 0.5em;
    left: 0;
    width: 100%;
}
.photo-meta:after {
    content: '';
    display: table;
    clear: both;
}

.date {
    float: left;
}
.marker {
    float: right;
}

@font-face {
    font-family: "icons";
    src: url("./icons-1539874397919.woff") format("woff"), url("./icons-1539874397919.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

.ico,
.ya-share2__item_service_vkontakte .ya-share2__icon,
.ya-share2__item_service_facebook .ya-share2__icon,
.ya-share2__item_service_odnoklassniki .ya-share2__icon,
.ya-share2__item_service_twitter .ya-share2__icon {
    background-repeat: no-repeat;
    font-family: "icons";
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: inherit;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none;
    background-color: transparent;
    border: none;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
}
.ya-share2__item_service_vkontakte .ya-share2__badge,
.ya-share2__item_service_facebook .ya-share2__badge,
.ya-share2__item_service_odnoklassniki .ya-share2__badge,
.ya-share2__item_service_twitter .ya-share2__badge {
    background: none !important;
    text-align: center !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto;
    height: auto;
    line-height: 36px !important;
    border: 0 !important;
}
.ya-share2__item_service_vkontakte .ya-share2__icon,
.ya-share2__item_service_facebook .ya-share2__icon,
.ya-share2__item_service_odnoklassniki .ya-share2__icon,
.ya-share2__item_service_twitter .ya-share2__icon {
    background: none !important;
    width: auto !important;
    height: auto !important;
    vertical-align: baseline !important;
    line-height: inherit !important;
}

a .ico {
    text-decoration: none;
}

.ico-arrow-down:before {content: "\f101"}  .ico-arrow-left:before, .ico-arrow-backward:before {content: "\f102"}  .ico-arrow-right:before, .ico-arrow-forward:before {content: "\f103"}  .ico-arrow-top-left:before, .ico-arrow-top-backward:before {content: "\f104"}  .ico-arrow-top-right:before, .ico-arrow-top-forward:before {content: "\f105"}  .ico-arrow-up:before {content: "\f106"}  .ico-audio-rounded:before {content: "\f107"}  .ico-audio:before {content: "\f108"}  .ico-balatarin:before {content: "\f109"}  .ico-calendar:before {content: "\f10a"}  .ico-camera:before {content: "\f10b"}  .ico-caret-down:before {content: "\f10c"}  .ico-caret-up:before {content: "\f10d"}  .ico-check-circle-checked:before {content: "\f10e"}  .ico-check-circle:before {content: "\f10f"}  .ico-check:before {content: "\f110"}  .ico-chevron-down:before {content: "\f111"}  .ico-chevron-left-rounded:before, .ico-chevron-backward-rounded:before {content: "\f112"}  .ico-chevron-left:before, .ico-chevron-backward:before {content: "\f113"}  .ico-chevron-right-rounded:before, .ico-chevron-forward-rounded:before {content: "\f114"}  .ico-chevron-right:before, .ico-chevron-forward:before {content: "\f115"}  .ico-chevron-up:before {content: "\f116"}  .ico-clock:before {content: "\f117"}  .ico-close:before {content: "\f118"}  .ico-comment:before {content: "\f119"}  .ico-content-copy:before {content: "\f11a"}  .ico-document:before {content: "\f11b"}  .ico-download:before {content: "\f11c"}  .ico-ellipsis:before {content: "\f11d"}  .ico-email:before {content: "\f11e"}  .ico-embed-code:before {content: "\f11f"}  .ico-exclamation:before {content: "\f120"}  .ico-exit-fullscreen:before {content: "\f121"}  .ico-facebook:before, .ya-share2__item_service_facebook .ya-share2__icon:before {content: "\f122"}  .ico-favourites:before {content: "\f123"}  .ico-flag:before {content: "\f124"}  .ico-fullscreen:before {content: "\f125"}  .ico-g-plus:before {content: "\f126"}  .ico-gallery-rounded:before {content: "\f127"}  .ico-gallery:before {content: "\f128"}  .ico-globe:before {content: "\f129"}  .ico-grid:before {content: "\f12a"}  .ico-height-chevrons:before {content: "\f12b"}  .ico-info:before {content: "\f12c"}  .ico-infographic-rounded:before {content: "\f12d"}  .ico-infographic:before {content: "\f12e"}  .ico-instagram:before {content: "\f12f"}  .ico-itunes:before {content: "\f130"}  .ico-languages:before {content: "\f131"}  .ico-line:before {content: "\f132"}  .ico-linkedin:before {content: "\f133"}  .ico-liveblog:before {content: "\f134"}  .ico-livejournal:before {content: "\f135"}  .ico-log-out:before {content: "\f136"}  .ico-logo-rfe:before {content: "\f137"}  .ico-logo-voa:before {content: "\f138"}  .ico-mailru:before {content: "\f139"}  .ico-map-pin:before {content: "\f13a"}  .ico-meneame:before {content: "\f13b"}  .ico-menu:before {content: "\f13c"}  .ico-minus:before {content: "\f13d"}  .ico-mobile:before {content: "\f13e"}  .ico-my-video:before {content: "\f13f"}  .ico-myworld:before {content: "\f140"}  .ico-no-results:before {content: "\f141"}  .ico-odnoklassniki:before, .ya-share2__item_service_odnoklassniki .ya-share2__icon:before {content: "\f142"}  .ico-pause:before {content: "\f143"}  .ico-pinterest:before {content: "\f144"}  .ico-play-rounded:before {content: "\f145"}  .ico-play:before {content: "\f146"}  .ico-playlist-add:before {content: "\f147"}  .ico-playlist:before {content: "\f148"}  .ico-plus:before {content: "\f149"}  .ico-podcast:before {content: "\f14a"}  .ico-poll:before {content: "\f14b"}  .ico-pop-out:before {content: "\f14c"}  .ico-print:before {content: "\f14d"}  .ico-question:before {content: "\f14e"}  .ico-quiz:before {content: "\f14f"}  .ico-reddit:before {content: "\f150"}  .ico-refresh:before {content: "\f151"}  .ico-reply:before {content: "\f152"}  .ico-report:before {content: "\f153"}  .ico-rss:before {content: "\f154"}  .ico-search:before {content: "\f155"}  .ico-settings:before {content: "\f156"}  .ico-share:before {content: "\f157"}  .ico-skip-next:before {content: "\f158"}  .ico-skip-previous:before {content: "\f159"}  .ico-soundcloud:before {content: "\f15a"}  .ico-soundslide:before {content: "\f15b"}  .ico-square:before {content: "\f15c"}  .ico-stop:before {content: "\f15d"}  .ico-telegram:before {content: "\f15e"}  .ico-tv:before {content: "\f15f"}  .ico-twitter:before, .ya-share2__item_service_twitter .ya-share2__icon:before {content: "\f160"}  .ico-user-rounded:before {content: "\f161"}  .ico-user:before {content: "\f162"}  .ico-viber:before {content: "\f163"}  .ico-video:before {content: "\f164"}  .ico-vkontakte:before, .ya-share2__item_service_vkontakte .ya-share2__icon:before {content: "\f165"}  .ico-volume-muted:before {content: "\f166"}  .ico-volume-unmuted:before {content: "\f167"}  .ico-whatsapp:before {content: "\f168"}  .ico-width-chevrons:before {content: "\f169"}  .ico-yandex-zen:before {content: "\f16a"}  .ico-youtube:before {content: "\f16b"}

.btn-icon, .ya-share2__link {
    /*overflow: hidden;*/
    /*text-align: left;*/
    /*text-indent: -9999px;*/
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    text-decoration: none !important;
    border: 2px solid #fff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: relative;
}

.btn-icon:hover {
    color: #ec6803;
    border-color: #ec6803;
}

.btn-icon-wave:after {
    animation: sonarWave 4s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -21px;
    content: '';
    display: block;
    border: 1px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

@keyframes sonarWave {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    80% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.descr {
    position: absolute;
    font-size: 1.2rem;
    top: 111.5%;
    /*top: 107.5%;*/
    left: 0.225em;
    right: 0.225em;
    transform: rotate(-0.5deg);
}
@media screen and (max-width: 980px) {
    .descr {
        font-size: 1rem;
        top: 103%;
    }
}
.descr-item {
    /*background: rgba(236,104,3,0.8);*/
    background: rgba(0,0,0, 0.8);
    display: inline;
    color: #ffffff;
    position: relative;
    padding: 0.45em 0.45em 0.45em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.typed-cursor{
    opacity: 1;
    animation: blink 4s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
