*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    padding: 50px 0 0;
    font-family: "PT Sans", sans-serif;
    font-size: 1.7rem;
    line-height: 1.25;
    color: #fff;
    background: #2b3541;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1rem 0;
    font-size: 1.8rem;
    font-weight: bold;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
    margin-top: 2rem;
}
h1 {
    font-size: 2.3rem;
    line-height: 1.15;
}
h2 {
    font-size: 2rem;
}
p,
.p {
    margin: 1rem 0;
}
a {
    color: #1d4b79;
    text-decoration: none;
}
blockquote {
    padding: 0;
    margin: 1rem 0 1rem 15px;
    font-size: 1.8rem;
    font-style: italic;
}
address {
    display: inline-block;
    font-style: inherit;
}
figure {
    margin: 0;
    padding: 0;
}
hr {
    display: block;
    height: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #e7e7e7;
    margin: 2rem 0;
    line-height: 0;
}
hr._alt {
    border-style: dotted;
}
img,
video {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle;
}
video {
    background-color: #000;
}
iframe {
    max-width: 100%;
    border: 0;
}
input,
button,
select,
textarea,
a.button {
    margin: 0;
    font-family: "PT Sans", sans-serif;
    font-size: inherit;
    border-radius: 0;
}
input._error,
button._error,
select._error,
textarea._error,
a.button._error {
    border-color: #b1002b !important;
}
button,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
a.button {
    display: inline-block;
    width: 300px;
    max-width: 100%;
    height: 2.05em;
    line-height: 1.55em;
    padding: 0.25em 0.5em;
    vertical-align: baseline;
    border: 1px solid #989898;
    background-color: #fff;
    -webkit-appearance: none;
}
button,
a.button {
    width: auto;
    border: 0;
    border-color: transparent;
    cursor: pointer;
    color: #fff;
    background-color: #b1002b;
    background: linear-gradient(to bottom, #c80039 0%, #a30023 100%);
}
button::-moz-focus-inner,
a.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input[type="checkbox"],
input[type="radio"] {
    margin-right: 0.3em;
    vertical-align: 0.07em;
    cursor: pointer;
}
button[disabled],
input[disabled],
a.button[disabled] {
    opacity: 0.5;
    cursor: default;
}
textarea {
    height: auto;
    padding-top: 0.33em;
    line-height: 1.25;
}
select[multiple],
select[size] {
    height: auto;
}
header.header {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    color: #fff;
    background: #a20022 linear-gradient(to bottom, #c70039 0%, #a20022 100%);
    background-size: cover;
    box-shadow: 0 0 10px rgba(43,53,65,0.7);
}
header.header._fixed {
    position: fixed;
}
.headerLogo {
    position: absolute;
    top: 9px;
    left: 15px;
    min-height: 32px;
    min-width: 170px;
    padding: 23px 0 0 41px;
    font-size: 8px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    background: url(m/css/../img/logo.png) no-repeat 0 0;
    background-size: 170px 32px;
}
#headerLive {
    position: absolute;
    right: 55px;
    top: 15px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: inherit;
}
#headerLive:after {
    content: "•";
    display: inline-block;
    padding-left: 2px;
    line-height: 0;
    vertical-align: -0.12em;
    font-size: 22px;
    color: #f00;
}
#headerButton {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: transparent;
    cursor: pointer;
}
#headerButton > span,
#headerButton > span:before,
#headerButton > span:after {
    position: absolute;
    top: 6px;
    left: 5px;
    right: 5px;
    height: 3px;
    background: #fff;
}
#headerButton > span:before,
#headerButton > span:after {
    content: "";
    left: 0;
    right: 0;
    top: 7px;
}
#headerButton > span:after {
    top: 14px;
}
.scrolling {
    position: relative;
    overflow: hidden;
}
.scrollingWrap {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: -15px;
}
.scrollingWrap::-webkit-scrollbar {
    display: none;
}
.scrolling._fading .scrollingWrap {
    padding: 0 15px;
}
.scrollingBody {
    padding-bottom: 15px;
    white-space: nowrap;
    font-size: 0;
}
.scrollingFrame {
    width: 100vmin;
    max-width: 330px;
    display: inline-block !important;
    white-space: normal;
    font-size: 1.7rem;
    vertical-align: top;
    margin-left: 15px;
}
.scrollingFrame:first-child {
    margin-left: 0;
}
.scrolling._fading:before,
.scrolling._fading:after {
    content: "";
    z-index: 11;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%);
}
.scrolling._fading:after {
    left: auto;
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);
}
.scrolling._fading._cText:before {
    background: linear-gradient(to right, #2b3541 0%, rgba(43,53,65,0) 100%);
}
.scrolling._fading._cText:after {
    background: linear-gradient(to right, rgba(43,53,65,0) 0%, #2b3541 100%);
}
#sidebar {
    z-index: 1001;
    display: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 205px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #2b3541;
    box-shadow: 0 0 10px rgba(43,53,65,0.7);
}
#sidebar ul {
    margin: 0;
    padding: 3px 0;
    list-style: none;
}
#sidebar a {
    display: block;
    padding: 7px 0 8px 15%;
    border-bottom: 1px solid #222a34;
    color: inherit;
}
#sidebar li:last-child a {
    padding-top: 14px;
    border: 0;
    font-size: 1.7rem;
    font-weight: normal;
    color: #989898;
}
#sidebar li._active {
    color: #d3d9e7;
}
#sidebar .inputSearch {
    margin: 5px 7px;
}
#overlay {
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(43,53,65,0.7);
}
.subnav {
    padding: 0;
    margin: 0;
    line-height: 40px;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #d3d9e7;
    white-space: nowrap;
    list-style: none;
}
footer.footer .subnav {
    white-space: normal;
    line-height: 30px;
}
.subnav li {
    display: inline-block;
    margin: 0;
}
.subnav li a,
.subnav li span {
    display: block;
    padding: 0 2em 0 1em;
    color: inherit;
}
.subnav li a:before,
.subnav li span:before {
    content: "•";
    float: left;
    margin-left: -1em;
    color: inherit;
}
footer.footer .subnav li a,
footer.footer .subnav li span {
    padding: 0 1em;
}
.subnav li._active {
    color: #fff;
}
.subnav.cLink li._active {
    color: #2b3541;
}
.tvb {
    padding: 1rem 15px;
    border: solid #e7e7e7;
    border-width: 1px 0 0;
}
.tvb:before,
.tvb:after {
    content: "";
    display: table;
}
.tvb:after {
    clear: both;
}
.tvb._fade {
    color: #989898;
    background: #f5f5f5;
}
.tvb._fade .linkPseudo {
    color: inherit;
}
.tvb._fade .linkPseudo > span {
    border-color: #989898;
}
.tvbTime {
    float: left;
    width: 60px;
    margin-right: 15px;
    text-align: center;
}
.tvbTime p {
    padding: 0.5rem 0.1rem;
    margin: 0.5rem 0;
    color: #fff;
    background: #2b3541;
}
.tvb._now .tvbTime p {
    background-color: #b1002b;
    background: linear-gradient(to bottom, #c80039 0%, #a30023 100%);
}
.tvb._pas .tvbTime p {
    background-color: #989898;
}
.tvbBody {
    overflow: hidden;
}
.tvbBody em {
    display: inline-block;
    padding: 0 0.2em 0 0.25em;
    margin: 0 0.3em;
    line-height: 1.8rem;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    background: #ccc;
    vertical-align: middle;
}
.tvbWeek {
    float: left;
    width: 1000px;
    margin: -1rem -15px;
}
.tvbWeek p {
    margin: 0;
}
.tvbWeek > a:hover {
    text-decoration: none;
}
.tvbWeek > div {
    cursor: default;
}
.tvbWeek > a,
.tvbWeek > div {
    float: left;
    width: 11%;
    padding: 1.2rem 0 1rem 15px;
    border-left: 1px solid #e7e7e7;
    line-height: 2rem;
    font-size: 1.4rem;
}
.tvbWeek > a:first-child,
.tvbWeek > div:first-child {
    border: 0;
}
.tvbWeek > a._nav,
.tvbWeek > div._nav {
    position: relative;
    width: 11.5%;
    padding-left: 1.9rem;
    color: #1d4b79;
}
.tvbWeek > a._nav:before,
.tvbWeek > div._nav:before {
    content: "→";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -0.9rem;
    font-size: 2rem;
    color: #989898;
}
.tvbWeek > a._nav._prev,
.tvbWeek > div._nav._prev {
    padding-left: 3.9rem;
}
.tvbWeek > a._nav._prev:before,
.tvbWeek > div._nav._prev:before {
    content: "←";
    left: 15px;
}
.tvbWeek > a._day,
.tvbWeek > div._day {
    font-size: 1.7rem;
    color: #fff;
    background: #2b3541;
}
.tvbWeek > a._day span,
.tvbWeek > div._day span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}
.tvbWeek > a._pas,
.tvbWeek > div._pas {
    color: #989898;
    background: #f5f5f5;
}
.tvbWeek > a._now,
.tvbWeek > div._now {
    font-weight: bold;
    background-color: #b1002b;
    background: linear-gradient(to bottom, #c80039 0%, #a30023 100%);
}
.tvb._alt .tvbWeek > a,
.tvb._alt .tvbWeek > div {
    width: auto;
    padding-right: 15px;
}
.tvb._alt .tvbWeek > a._nav,
.tvb._alt .tvbWeek > div._nav {
    padding-right: 3.9rem;
}
.tvb._alt .tvbWeek > a._nav._prev,
.tvb._alt .tvbWeek > div._nav._prev {
    padding-right: 15px;
}
main.main {
    padding: 1px 0 9px;
    color: #2b3541;
    background: #fff;
}
footer.footer {
    color: #989898;
}
.inputSearch {
    position: relative;
    margin: 1rem 0 2.6rem;
}
.inputSearch input {
    width: 100%;
    padding-right: 1.9em;
    border: 0;
    border: 1px solid #e7e7e7;
    outline: none;
}
.inputSearch button {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 1.8em;
    height: 95%;
    background: #fff url(m/css/../img/icon_search.png) no-repeat 50% 50%;
}
.voteLine {
    margin: -1rem 0 1rem;
}
.voteLine span {
    display: inline-block;
    height: 10px;
    max-width: 80%;
    background: #fc0;
}
.voteLine._alt span {
    background: #f60;
}
.voteLine em {
    margin-left: 0.5em;
    font-style: normal;
}
.copyright {
    min-height: 30px;
    padding-left: 38px;
    font-size: 1.4rem;
    background: url(m/css/../img/18.png) no-repeat 0 2px;
}
h1 + a.floatRight,
h2 + a.floatRight {
    margin: -28px 0 0 20px;
    font-size: 1.4rem;
}
.metaList {
    padding: 0;
    list-style: none;
    color: #989898;
}
.metaList._breadcrumbs {
    margin-bottom: 0;
}
.metaList._breadcrumbs li:before {
    content: "→";
}
.metaList li {
    display: inline-block;
    margin: 0;
}
.metaList li:before {
    content: "|";
    margin: 0 1em 0 0.8em;
    color: #e7e7e7;
}
.metaList li:first-child:before {
    content: none;
}
.metaList li._active,
.metaList li._active > a {
    color: #b1002b;
}
.linkButton {
    display: inline-block;
    padding: 0.5em 1.5em;
    background: #f5f5f5;
}
.linkButton._firm {
    color: #fff;
    background: #b1002b;
}
.tag {
    display: inline-block;
    padding: 0.2rem 0.5rem 0.25rem;
    margin: 0 0 0.7rem 0;
    vertical-align: middle;
    font-size: 1.4rem;
    color: #fff;
    background: #2b3541;
}
.tag._active,
a.tag:hover {
    color: #fff;
    background: #b1002b;
}
.labl {
    display: inline-block;
    padding: 0.2rem 0.5rem 0.25rem;
    vertical-align: middle;
    color: #fff;
    background-color: #b1002b;
    background: linear-gradient(to bottom, #c80039 0%, #a30023 100%);
}
.labl._alt {
    padding: 0.1rem 0.4rem 0.15rem;
    border: 1px solid;
    border-color: #7e888b;
    color: #7e888b;
    background: #fff;
}
.labl + p {
    margin-top: 0.5rem;
}
.subscript {
    font-size: 1.4rem;
    color: #7e888b;
}
.mediaCont {
    position: relative;
    max-width: 480px;
}
.mediaCont._viewportMaxHeight {
    max-width: 100%;
}
.mediaCont._viewportMaxHeight > img {
    max-height: 86vh;
    max-height: calc(100vh - 50px);
}
.mediaCont .labl {
    position: absolute;
    left: 15px;
    top: 1rem;
}
.image {
    position: relative;
    display: block;
    padding-bottom: 56.25%;
    background-repeat: no-repeat;
    background-position: 50% 25%;
    background-size: cover;
}
.image._strip075 {
    padding-bottom: 75%;
}
.image .labl {
    position: absolute;
    bottom: 5%;
    left: -0.3rem;
}
.image picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.image picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.promoImage {
    position: relative;
    padding-bottom: 56.25%;
}
.promoImage:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
}
.promoImage._noBlackout:before {
    content: none;
}
.promoImage._banner {
    height: 380px;
    max-height: calc(100vh - 50px);
    padding: 0;
    margin-top: -1px;
    background-size: cover;
}
.promoImageBannerText {
    position: absolute;
    bottom: 2rem;
    left: 15px;
    right: 15px;
    max-width: 480px;
    text-align: left;
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
    /*
            &Side
                position: absolute
                bottom: (lhBase * 2)
                left: (760px + 40px + dPageGutter)
            */
}
.promoImageBannerText h1 {
    margin-top: 0;
    font-size: 3.7rem;
}
.warningOnImage {
    position: relative;
}
.warningOnImageText {
    position: absolute;
    left: 0;
    bottom: 15%;
    padding: 0.4em 0.8em 0.3em 0.8em;
    line-height: 1.1;
    font-size: lhHeader;
    font-weight: bold;
    color: #fff;
    background-color: #b1002b;
    background: linear-gradient(to bottom, #c80039 0%, #a30023 100%);
}
.cardGallery {
    overflow: hidden;
    position: relative;
    height: 600px;
    padding: 20px 0;
    margin: 0 -15px;
    font-size: 16px;
    line-height: 1.4;
}
.cardGallery > div._cont {
    position: relative;
    margin: 0 15px;
}
.cardGallery h4 {
    font-size: 22px;
    font-weight: normal;
}
.cardGallery .image p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 1rem 0.7rem;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
}
.cardGalleryWrap {
    position: absolute;
    left: 50%;
    width: 100%;
}
.cardGalleryCard {
    position: absolute;
    width: 40%;
    min-width: 300px;
    padding: 10px 30px;
    color: #939eaa;
    background: #ebebeb;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 15px rgba(43,53,65,0.15);
    transition: all 0.2s steps(8, end);
    cursor: pointer;
}
.cardGalleryCard > div {
    filter: blur(1.5px);
}
.cardGalleryCard._slot4 {
    z-index: 1;
    transform: translate(-140%, 0) scale(0.7);
}
.cardGalleryCard._slot5 {
    z-index: 2;
    transform: translate(-100%, 0) scale(0.85);
}
.cardGalleryCard._slot1 {
    z-index: 5;
    transform: translate(-50%, 0) scale(1);
    color: #2b3541;
    cursor: default;
}
.cardGalleryCard._slot1 > div {
    filter: none;
}
.cardGalleryCard._slot2 {
    z-index: 4;
    transform: translate(0, 0) scale(0.85);
}
.cardGalleryCard._slot3 {
    z-index: 3;
    transform: translate(40%, 0) scale(0.7);
}
.cardGallery._compact .cardGalleryWrap {
    position: static;
}
.cardGallery._compact .cardGalleryCard {
    padding: 10px 20px;
}
.cardGallery._compact .cardGalleryCard._slot4 {
    left: 0;
    transform: translate(-15%, 0) scale(0.7);
}
.cardGallery._compact .cardGalleryCard._slot5 {
    left: 18%;
    transform: translate(-25%, 0) scale(0.86);
}
.cardGallery._compact .cardGalleryCard._slot1 {
    left: 50%;
    transform: translate(-50%, 0) scale(1);
}
.cardGallery._compact .cardGalleryCard._slot2 {
    left: 82%;
    transform: translate(-75%, 0) scale(0.86);
}
.cardGallery._compact .cardGalleryCard._slot3 {
    left: 100%;
    transform: translate(-85%, 0) scale(0.7);
}
.cardGalleryHelp {
    z-index: 10;
    position: absolute;
    left: 67%;
    bottom: 10px;
    width: 30px;
    height: 30px;
    background: url(m/css/../img/cursor.svg) no-repeat 50% 50%;
    transition: opacity 0.2s;
    transform: rotate(-40deg);
    animation-name: helpSwipe;
    animation-iteration-count: infinite;
    animation-duration: 2s;
}
@-moz-keyframes helpSwipe {
    0% {
        transform: rotate(-40deg);
    }
    20% {
        transform: rotate(5deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(-40deg);
    }
}
@-webkit-keyframes helpSwipe {
    0% {
        transform: rotate(-40deg);
    }
    20% {
        transform: rotate(5deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(-40deg);
    }
}
@-o-keyframes helpSwipe {
    0% {
        transform: rotate(-40deg);
    }
    20% {
        transform: rotate(5deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(-40deg);
    }
}
@keyframes helpSwipe {
    0% {
        transform: rotate(-40deg);
    }
    20% {
        transform: rotate(5deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(-40deg);
    }
}
.cardGallery:hover .cardGalleryHelp {
    opacity: 0;
}
.cardGallery._compact .cardGalleryHelp {
    left: 50%;
    margin-left: 130px;
}
.formTest {
    margin: 2rem 0;
    font-size: 1.7rem;
}
.formTest p {
    margin: 0;
    padding: 2rem 15px;
    border-top: 1px solid #e7e7e7;
}
.formTest input[type="checkbox"],
.formTest input[type="radio"] {
    display: none;
}
.formTest input[type="checkbox"] + span,
.formTest input[type="radio"] + span {
    display: block;
    min-height: 23px;
    padding-left: 38px;
    background: url(m/css/../img/form_radio.png) no-repeat 0 0;
    cursor: pointer;
}
.formTest input[type="checkbox"]:checked + span,
.formTest input[type="radio"]:checked + span {
    background-image: url(m/css/../img/form_radio_checked.png);
}
.formTest input[type="checkbox"]:disabled + span,
.formTest input[type="radio"]:disabled + span {
    cursor: default;
}
.formTest ._subText {
    display: block;
    margin-top: 1rem;
    font-size: 1.8rem;
}
.formTest ._incorrect {
    background: rgba(255,0,0,0.1);
}
.formTest ._incorrect input:checked + span {
    background-image: url(m/css/../img/form_radio_incorrect.png);
}
.formTest ._incorrect ._subText {
    color: #f00;
}
.formTest ._correct {
    background: rgba(51,203,101,0.1);
}
.formTest ._correct input:checked + span {
    background-image: url(m/css/../img/form_radio_correct.png);
}
.formTest ._correct ._subText {
    color: #33cb65;
}
.formTest ._hint input + span {
    background-image: url(m/css/../img/form_radio_correct.png);
}
.iframeVideoCont,
.embedvideo {
    position: relative;
    max-width: 100%;
    padding-bottom: 56.25%;
}
.iframeVideoCont iframe,
.embedvideo iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.iconVideo {
    display: inline-block;
    height: 0.8em;
    width: 0.9em;
    margin-right: 0.4em;
    vertical-align: -0.04em;
    background-image: url(m/css/../img/icn_video.svg);
    background-repeat: no-repeat;
    background-position: 56% 50%;
    background-size: 0.4em 0.4em;
    background-color: #b1002b;
}
.blockMore {
    padding: 1rem 15px 0;
    border: 1px solid #e7e7e7;
    margin: 2rem 0;
    background-color: #f5f5f5;
}
.blockMoreImage {
    margin: 1rem 0;
}
.blockMore h4 {
    margin-top: 0;
}
.blockMoreVert {
    overflow: hidden;
    float: left;
    width: 202px;
    margin: 3px 20px 20px 0;
    padding: 12px 20px 13px;
    border: 1px solid #e7e7e7;
    font-size: 1.7rem;
    background: #f5f5f5;
}
.blockMoreVert h4 {
    margin: 0;
    font-size: 2rem;
}
.blockMoreVert img {
    max-width: 160px;
    margin: 6px 0 11px;
}
.blockMoreVert p {
    margin: 0;
    line-height: 20px;
}
.blockMoreVert .link {
    color: #1d4b79;
}
.blockMoreFirm {
    margin: 3rem 0;
    color: #b1002b;
}
.blockMoreFirm a {
    color: inherit;
    text-decoration: underline;
}
.blockNumbers {
    float: right;
    width: 160px;
    margin: 0 0 20px 20px;
    font-family: "PT Serif", Times, serif;
}
.blockNumbers p {
    margin: 0;
}
.blockNumbers ._number {
    font-size: 6rem;
    line-height: 1;
}
.quotePerson {
    display: block;
    margin: 2rem 5% 3rem;
    font-style: normal;
    text-align: center;
}
.quotePerson:before,
.quotePerson:after {
    content: "";
    display: block;
    height: 0;
    border-top: 1px solid #e7e7e7;
    margin: 2rem 30%;
}
.quotePerson:before {
    position: relative;
    top: 75px;
    margin: 0 15%;
}
.quotePerson cite {
    font-family: fontFamilyAlt;
    font-size: 2rem;
    font-style: normal;
    color: #2b3541;
}
.quotePerson img {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border: 20px solid #fff;
    border-radius: 50%;
    margin-bottom: -2rem;
}
.quotePerson img + p {
    margin: 2rem 0;
    font-size: 1.8rem;
    color: #7e888b;
}
.quotePerson img + p + p {
    font-family: fontFamilyAlt;
    font-style: italic;
}
.podcast {
    color: #154b78;
    background: #f5f5f5;
}
.podcastHeader {
    padding: 10px 10px 10px 90px;
    font-family: fontFamilyAlt;
    font-size: 2rem;
    line-height: 1.1;
    background: url(m/css/../img/icn_podcast.svg) no-repeat 20px 50%;
    background-size: 50px 50px;
}
.fp-audio {
    overflow: hidden !important;
    display: block !important;
    height: 60px !important;
}
.fp-audio .fp-controls {
    height: 60px !important;
    background-color: #000 !important;
}
.fp-audio .fp-waiting {
    display: none !important;
}
.fp-audio .fp-playbtn {
    cursor: pointer;
    line-height: 60px;
    margin: 0 !important;
    padding: 0 0.6em;
}
.ya-share2,
.ya-share2__container {
    display: inline-block;
    vertical-align: top;
}
.ya-share2._fixed {
    z-index: 999;
    position: fixed;
    right: 10px;
    bottom: 0;
}
.ya-share2._fixed .ya-share2__icon {
    width: 32px;
    height: 32px;
}
.ya-share2._fixed .ya-share2__popup {
    left: -6px;
    bottom: 52px;
    padding: 0 10px;
}
.ya-share2._fixed .ya-share2__item {
    margin-top: 10px;
    margin-bottom: 10px;
}
.ya-share2._fixed .ya-share2__title {
    display: none;
}
.ya-share2._fixed .ya-share2__badge_more .ya-share2__icon {
    width: 42px;
    height: 42px;
}
.ya-share2._fixed .ya-share2__badge_more .ya-share2__icon_more:before {
    content: "";
    background: url(m/css/../img/icon_share.svg) no-repeat 50% 50%;
    background-size: 20px 20px;
}
.ya-share2._fixed + .linkToComments {
    margin-left: 0;
}
.linkToComments {
    display: inline-block;
    padding: 0 10px;
    margin-left: 4px;
    height: 24px;
    line-height: 24px;
    font-size: 1.4rem;
    vertical-align: top;
    color: #fff;
    background: #d50035;
    border-radius: 2px;
}
.linkToComments span {
    margin-right: 5px;
}
.linkToComments:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 24px;
    vertical-align: middle;
    background: url(m/css/../img/icon_comments.png) no-repeat 50% 50%;
}
.linkToComments:hover {
    background-color: #e91f51;
}
.linkBlock {
    display: block;
    color: inherit;
}
.linkBlockItem {
    display: block;
    margin-bottom: 2rem;
    color: inherit;
}
.linkBlockItem:before,
.linkBlockItem:after {
    content: "";
    display: table;
}
.linkBlockItem:after {
    clear: both;
}
.linkBlockItemSide {
    float: left;
    width: 140px;
    margin-right: 15px;
}
.linkBlockItemMain {
    overflow: hidden;
}
.icon {
    position: relative;
    top: -0.115em;
    margin-right: 0.3em;
}
.circle {
    border-radius: 50%;
}
.container {
    padding: 0 15px;
}
.antiContainer {
    margin-left: -15px;
    margin-right: -15px;
}

.news > .news-theme {
    margin: 30px 0;
}
.news-theme {
    display: flex;
}
.news-topics {
    display: flex;
    align-items: center;
}
.news-topics__topic {
    margin-left: 8px;
    margin-right: 2px;
}
.news-theme sup {
    font-size: 12px;
}
.views-counter {
    margin-left: 1rem;
}
.cont {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.antiMainTopPadding {
    margin-top: -1px;
}
.beforeFooter {
    padding-top: 1px;
    padding-bottom: 9px;
    margin-bottom: -9px;
}
.displayNone {
    display: none;
}
.displayBlock {
    display: block;
}
.displayInlineBlock {
    display: inline-block;
}
.overflowHidden {
    overflow: hidden;
}
.cFirm {
    color: #b1002b !important;
}
.cBack {
    color: #fff !important;
}
.cText {
    color: #2b3541 !important;
}
.cLink {
    color: #1d4b79 !important;
}
.cSucc {
    color: #008000 !important;
}
.cWarn {
    color: #b1002b !important;
}
.cFade {
    color: #989898 !important;
}
.bcBackFade {
    background-color: #f5f5f5 !important;
}
.bcBackFadeAlt {
    background-color: #ebebeb !important;
}
.noWrap {
    white-space: nowrap;
}
.ttUppercase {
    text-transform: uppercase;
}
.fsHeader {
    font-size: 2.3rem !important;
}
.fsBig {
    font-size: 2rem !important;
}
.fsMedium {
    font-size: 1.8rem !important;
}
.fsText {
    font-size: 1.7rem !important;
}
.fsSmall {
    font-size: 1.4rem !important;
}
.fwBold {
    font-weight: bold !important;
}
.fwNormal {
    font-weight: normal !important;
}
.alignLeft {
    text-align: left !important;
}
.alignRight {
    text-align: right !important;
}
.alignCenter {
    text-align: center !important;
}
.floatRight {
    float: right !important;
}
.floatLeft {
    float: left !important;
}
.marginTopHalfBase {
    margin-top: 1rem !important;
}
.marginBottomHalfBase {
    margin-bottom: 1rem !important;
}
.marginLeftHalfBase {
    margin-left: 1rem !important;
}
.marginRightHalfBase {
    margin-right: 1rem !important;
}
.marginTopBase {
    margin-top: 2rem !important;
}
.marginBottomBase {
    margin-bottom: 2rem !important;
}
.marginLeftBase {
    margin-left: 2rem !important;
}
.marginRightBase {
    margin-right: 2rem !important;
}
.marginTopDoubleBase {
    margin-top: 4rem !important;
}
.flat {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.flatTop {
    margin-top: 0 !important;
}
.flatBottom {
    margin-bottom: 0 !important;
}
#header_92120 {
    display: none;
}
#M277587ScriptRootC668484 .mgbox,
#M277587ScriptRootC668484 .mcimg {
    text-align: left !important;
}
#M277587ScriptRootC668484 .mctitle a {
    font-family: "PT Sans", "Trebuchet MS", sans-serif !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    color: #1d4b79 !important;
}
.mgoc {
    padding: 0 !important;
}
.mgoc .swiper-slide-lenta {
    margin-top: 0 !important;
}
.mediaMetrics > div > div {
    padding: 0 !important;
}
.mediaMetrics > div > div > div > div > div img {
    margin-right: 10px !important;
    margin-bottom: 5px !important;
}
.widget-container .zen-widget.widget__header {
    margin-left: 0;
}
.widget-container .zen-widget__description._shown {
    display: none;
}
.widget-container .zen-widget__title._size_s {
    font-size: 20px;
}
.widget-container .zen-widget.widget {
    padding: 0;
}
.widget-container .scroller._hide-edges .scroller__cards-scroller._type_horizontal {
    padding-left: 0;
}
.widget-container .zen-button {
    display: none;
}
[v-cloak] {
    display: none;
}
.starsBlock {
    position: relative;
    display: inline-block;
    width: 115px;
    height: 20px;
    vertical-align: -0.5rem;
    background: url(m/css/../img/stars.png) no-repeat 0 0;
    background-size: cover;
}
.starsBlock > div {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: url(m/css/../img/stars_active.png) no-repeat 0 0;
    background-size: cover;
}
.starsBlock a {
    position: relative;
    z-index: 2;
    float: left;
    width: 23px;
    height: 20px;
}
.starsBlock a:nth-child(1):hover ~ div {
    width: 20% !important;
}
.starsBlock a:nth-child(2):hover ~ div {
    width: 40% !important;
}
.starsBlock a:nth-child(3):hover ~ div {
    width: 60% !important;
}
.starsBlock a:nth-child(4):hover ~ div {
    width: 80% !important;
}
.starsBlock a:nth-child(5):hover ~ div {
    width: 100% !important;
}
.starsBlock ~ div {
    display: inline;
    margin-left: 1.5rem;
    font-size: 1.4rem;
    color: #989898;
}
@charset "UTF-8";
@font-face {
  font-family: flowplayer;
  src: url(m/player/skin/icons/flowplayer.eot?#iefix) format("embedded-opentype"), url(m/player/skin/icons/flowplayer.woff2) format("woff2"), url(m/player/skin/icons/flowplayer.woff) format("woff"); }

.fp-icon {
  display: inline-block; }
.fp-icon:before {
  font-family: flowplayer;
  font-size: 1.7em; }

.fp-airplay:before {
  content: "\e001"; }

.fp-fullscreen:before {
  content: "\e002"; }

.fp-checked:before {
  content: "\e003"; }

.fp-embed:before {
  content: "\e004";
  color: #fff; }

.fp-chromecast:before {
  content: "\e005"; }

.fp-email:before {
  content: "\e006"; }

.fp-playbtn:before {
  content: "\e007"; }

.fp-share:before {
  content: "\e009"; }

.fp-share2:before {
  content: "\e00a"; }

.fp-twitter:before {
  content: "\e00c";
  color: transparent;
  background-image: url(m/player/skin/data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 0 1-1.885.517 3.294 3.294 0 0 0 1.443-1.816 6.575 6.575 0 0 1-2.085.796 3.283 3.283 0 0 0-5.593 2.994A9.32 9.32 0 0 1 5.114 6.6a3.28 3.28 0 0 0 1.016 4.382 3.274 3.274 0 0 1-1.487-.41v.041a3.285 3.285 0 0 0 2.633 3.218 3.305 3.305 0 0 1-1.482.056 3.286 3.286 0 0 0 3.066 2.28A6.585 6.585 0 0 1 4 17.524 9.291 9.291 0 0 0 9.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0 0 20 7.538z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E);
}

.fp-facebook:before {
  content: "\e00a";
  color: transparent;
  background-image: url(m/player/skin/data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0 0 14.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E);
}

.fp-vk:before {
  content: "\e00c";
  color: transparent;
  background-image: url(m/player/skin/data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23fff'/%3E%3C/svg%3E);
}

.fp-ok:before {
  content: "\e00c";
  color: transparent;
  background-image: url(m/player/skin/data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.674 6.536a1.69 1.69 0 00-1.688 1.688c0 .93.757 1.687 1.688 1.687a1.69 1.69 0 001.688-1.687 1.69 1.69 0 00-1.688-1.688zm0 5.763a4.08 4.08 0 01-4.076-4.075 4.08 4.08 0 014.076-4.077 4.08 4.08 0 014.077 4.077 4.08 4.08 0 01-4.077 4.075zm-1.649 3.325a7.633 7.633 0 01-2.367-.98 1.194 1.194 0 011.272-2.022 5.175 5.175 0 005.489 0 1.194 1.194 0 111.272 2.022 7.647 7.647 0 01-2.367.98l2.279 2.28a1.194 1.194 0 01-1.69 1.688l-2.238-2.24-2.24 2.24a1.193 1.193 0 11-1.689-1.689l2.279-2.279' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E);
}

.fp-tg:before {
  content: "\e00c";
  color: transparent;
  background-image: url(m/player/skin/data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E);
}

.fp-volumebtn:before {
  content: "\e00b"; }

.fp-volume-off:before {
  content: "\e00d"; }

.fp-unload:before {
  content: "\e00f"; }

.fp-prevbtn:before {
  content: "\e011"; }

.fp-nextbtn:before {
  content: "\e012"; }

.flowplayer.is-mouseover .fp-captions, .flowplayer.is-paused .fp-captions {
  bottom: 3em; }

.flowplayer.is-poster .fp-engine {
  filter: alpha(opacity=0);
  opacity: 0; }

.flowplayer.is-loading .fp-engine {
  top: -9999em; }

.flowplayer.is-loading .fp-ui .fp-header, .flowplayer.is-loading .fp-ui .fp-controls {
  filter: alpha(opacity=0);
  opacity: 0; }

.flowplayer.is-splash .fp-ui > *, .flowplayer.is-poster .fp-ui > * {
  display: none; }

.flowplayer.is-splash .fp-ui > .fp-play, .flowplayer.is-poster .fp-ui > .fp-play {
  display: block; }

.flowplayer.is-splash.is-loading .fp-ui > .fp-play, .flowplayer.is-poster.is-loading .fp-ui > .fp-play {
  display: none; }

.flowplayer.is-splash.is-loading .fp-ui > .fp-waiting, .flowplayer.is-poster.is-loading .fp-ui > .fp-waiting {
  display: block; }

.flowplayer.is-poster .fp-engine {
  left: -9999em;
  top: -9999em; }

.flowplayer.is-poster .fp-captions {
  display: none !important; }

.flowplayer.is-disabled .fp-color {
  background-color: #999; }

.flowplayer.has-title .fp-header {
  top: 0;
  text-align: right; }

.flowplayer.is-fullscreen {
  top: 0 !important;
  left: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  z-index: 99999 !important;
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
  background-image: none !important;
  background-color: #333; }
.flowplayer.is-fullscreen .fp-player {
  background-color: #333; }
.flowplayer.is-fullscreen .fp-fullscreen:before {
  content: "\e016"; }

.flowplayer.is-fullscreen.fp-outlined .fp-fullscreen:before, .flowplayer.is-fullscreen.fp-minimal .fp-fullscreen:before {
  content: "\e216"; }

.flowplayer.is-fullscreen.fp-edgy .fp-fullscreen:before {
  content: "\e116"; }

.flowplayer.is-fullscreen.fp-edgy.fp-outlined .fp-fullscreen:before, .flowplayer.is-fullscreen.fp-edgy.fp-minimal .fp-fullscreen:before {
  content: "\e316"; }

.flowplayer.is-loading .fp-waiting, .flowplayer.is-seeking .fp-waiting {
  display: block; }
.flowplayer.is-loading .fp-waiting svg, .flowplayer.is-loading .fp-waiting p, .flowplayer.is-seeking .fp-waiting svg, .flowplayer.is-seeking .fp-waiting p {
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer.is-loading .fp-play, .flowplayer.is-seeking .fp-play {
  display: none !important; }

/* .flowplayer.is-paused:not(.is-splash), .flowplayer.is-finished:not(.is-splash) {
  background-image: none !important; } */

.flowplayer.is-playing {
  background-image: none !important; }
.flowplayer.is-playing .fp-playbtn:before {
  content: "\e008"; }

.flowplayer.is-playing.fp-outlined .fp-playbtn:before, .flowplayer.is-playing.fp-minimal .fp-playbtn:before {
  content: "\e208"; }

.flowplayer.is-playing.fp-edgy .fp-playbtn:before {
  content: "\e108"; }

.flowplayer.is-playing.fp-edgy.fp-outlined .fp-playbtn:before, .flowplayer.is-playing.fp-edgy.fp-minimal .fp-playbtn:before {
  content: "\e308"; }

.flowplayer.is-muted .fp-volumebtn:before {
  content: "\e00d"; }

.flowplayer.is-muted.fp-outlined .fp-volumebtn:before, .flowplayer.is-muted.fp-minimal .fp-volumebtn:before {
  content: "\e20d"; }

.flowplayer.is-muted.fp-edgy .fp-volumebtn:before {
  content: "\e10d"; }

.flowplayer.is-muted.fp-edgy.fp-outlined .fp-volumebtn:before, .flowplayer.is-muted.fp-edgy.fp-minimal .fp-volumebtn:before {
  content: "\e30d"; }

.flowplayer.is-inverted .fp-duration {
  display: none; }

.flowplayer.is-inverted .fp-remaining {
  display: block; }

.flowplayer.is-closeable .fp-header .fp-unload {
  display: block; }

.flowplayer.is-error {
  background-color: #aaa; }
.flowplayer.is-error .fp-ui {
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer.is-live .fp-timeline {
  visibility: hidden; }

.flowplayer.is-live.is-dvr .fp-timeline {
  visibility: visible; }

.flowplayer.is-live.is-dvr.is-live-position .fp-duration {
  color: #b1002b; }

.flowplayer.is-live .fp-timestamp {
  display: none !important; }

.flowplayer.is-flash-disabled .fp-waiting {
  display: none !important; }

.flowplayer.is-flash-disabled .fp-ui {
  height: auto;
  background: none;
  filter: alpha(opacity=100);
  opacity: 1; }
.flowplayer.is-flash-disabled .fp-ui .fp-header, .flowplayer.is-flash-disabled .fp-ui .fp-controls {
  display: none; }

.flowplayer.is-flash-disabled .fp-engine {
  top: 0; }

.flowplayer.no-buffer .fp-ui .fp-controls .fp-timeline .fp-buffer {
  display: none; }

.flowplayer.no-volume .fp-volumebar {
  display: none; }

.flowplayer.fp-mute .fp-volumebtn {
  display: inline-block; }

@-webkit-keyframes pulse {
  0% {
    filter: alpha(opacity=0);
    opacity: 0; }
  100% {
    filter: alpha(opacity=100);
    opacity: 1; } }

@keyframes pulse {
  0% {
    filter: alpha(opacity=0);
    opacity: 0; }
  100% {
    filter: alpha(opacity=100);
    opacity: 1; } }

.flowplayer .fp-chromecast-engine {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff; }
.flowplayer .fp-chromecast-engine .fp-chromecast-engine-status {
  font-size: 150%;
  text-align: center; }
.flowplayer .fp-chromecast-engine .fp-chromecast-engine-icon {
  -webkit-mask-image: url(m/player/skin/data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii4xIi8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMSAxOHYzaDNjMC0xLjY2LTEuMzQtMy0zLTN6bTAtNHYyYzIuNzYgMCA1IDIuMjQgNSA1aDJjMC0zLjg3LTMuMTMtNy03LTd6bTE4LTdINXYxLjYzYzMuOTYgMS4yOCA3LjA5IDQuNDEgOC4zNyA4LjM3SDE5Vjd6TTEgMTB2MmM0Ljk3IDAgOSA0LjAzIDkgOWgyYzAtNi4wOC00LjkzLTExLTExLTExem0yMC03SDNjLTEuMSAwLTIgLjktMiAydjNoMlY1aDE4djE0aC03djJoN2MxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPgo8L3N2Zz4=);
  mask-image: url(m/player/skin/data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii4xIi8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMSAxOHYzaDNjMC0xLjY2LTEuMzQtMy0zLTN6bTAtNHYyYzIuNzYgMCA1IDIuMjQgNSA1aDJjMC0zLjg3LTMuMTMtNy03LTd6bTE4LTdINXYxLjYzYzMuOTYgMS4yOCA3LjA5IDQuNDEgOC4zNyA4LjM3SDE5Vjd6TTEgMTB2MmM0Ljk3IDAgOSA0LjAzIDkgOWgyYzAtNi4wOC00LjkzLTExLTExLTExem0yMC03SDNjLTEuMSAwLTIgLjktMiAydjNoMlY1aDE4djE0aC03djJoN2MxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPgo8L3N2Zz4=);
  -webkit-mask-size: 100% 100%;
  background-color: #fff;
  margin: 10% auto 2em;
  height: 5em;
  width: 5em; }

.flowplayer.is-chromecast {
  background-color: #333; }
.flowplayer.is-chromecast .fp-chromecast-engine {
  display: block; }
.flowplayer.is-chromecast .fp-flash-disabled {
  display: none !important; }
.flowplayer.is-chromecast .fp-engine {
  left: -9999em;
  top: -9999em;
  bottom: auto;
  right: auto; }

.flowplayer.fp-default-playlist .fp-prev, .flowplayer.fp-default-playlist .fp-next {
  position: absolute;
  top: 45%;
  filter: alpha(opacity=30);
  opacity: 0.3;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }
.flowplayer.fp-default-playlist .fp-prev:hover, .flowplayer.fp-default-playlist .fp-next:hover {
  filter: alpha(opacity=100);
  opacity: 1; }
.flowplayer.fp-default-playlist .fp-prev:before, .flowplayer.fp-default-playlist .fp-next:before {
  font-family: flowplayer;
  font-size: 2.8em; }

.flowplayer.fp-default-playlist .fp-prev {
  left: 0.4em; }
.flowplayer.fp-default-playlist .fp-prev:before {
  content: "\e011"; }

.flowplayer.fp-default-playlist .fp-next {
  right: 0.4em; }
.flowplayer.fp-default-playlist .fp-next:before {
  content: "\e012"; }

.flowplayer.fp-default-playlist .fp-playlist {
  position: absolute;
  right: 0.4em;
  bottom: 3em;
  width: 100%;
  text-align: center; }
.flowplayer.fp-default-playlist .fp-playlist a {
  background-color: #fff;
  height: 0.8em;
  border-radius: 50%;
  width: 0.8em;
  filter: alpha(opacity=70);
  opacity: 0.7;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }
.flowplayer.fp-default-playlist .fp-playlist a:hover {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); }
.flowplayer.fp-default-playlist .fp-playlist a.is-active {
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer.fp-default-playlist.fp-edgy .fp-prev:before {
  content: "\e111"; }

.flowplayer.fp-default-playlist.fp-edgy .fp-next:before {
  content: "\e112"; }

.flowplayer.fp-default-playlist.fp-outlined .fp-prev:before, .flowplayer.fp-default-playlist.fp-minimal .fp-prev:before {
  content: "\e211"; }

.flowplayer.fp-default-playlist.fp-outlined .fp-next:before, .flowplayer.fp-default-playlist.fp-minimal .fp-next:before {
  content: "\e212"; }

.flowplayer.fp-default-playlist.fp-edgy.fp-outlined .fp-prev:before, .flowplayer.fp-default-playlist.fp-edgy.fp-minimal .fp-prev:before {
  content: "\e311"; }

.flowplayer.fp-default-playlist.fp-edgy.fp-outlined .fp-next:before, .flowplayer.fp-default-playlist.fp-edgy.fp-minimal .fp-next:before {
  content: "\e312"; }

.flowplayer.fp-custom-playlist {
  overflow: visible; }
.flowplayer.fp-custom-playlist .fp-playlist, .flowplayer.fp-custom-playlist.is-splash .fp-playlist, .flowplayer.fp-custom-playlist.is-poster .fp-playlist, .flowplayer.fp-custom-playlist.is-loading .fp-playlist {
  display: block;
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer.fp-edgy .fp-play svg.fp-play-rounded-fill, .flowplayer.fp-edgy .fp-play svg.fp-pause-rounded-fill, .flowplayer.fp-edgy .fp-play svg.fp-play-rounded-outline, .flowplayer.fp-edgy .fp-play svg.fp-pause-rounded-outline, .flowplayer.fp-edgy .fp-play svg.fp-loading-rounded-outline, .flowplayer.fp-edgy .fp-play svg.fp-loading-rounded-fill, .flowplayer.fp-edgy .fp-pause svg.fp-play-rounded-fill, .flowplayer.fp-edgy .fp-pause svg.fp-pause-rounded-fill, .flowplayer.fp-edgy .fp-pause svg.fp-play-rounded-outline, .flowplayer.fp-edgy .fp-pause svg.fp-pause-rounded-outline, .flowplayer.fp-edgy .fp-pause svg.fp-loading-rounded-outline, .flowplayer.fp-edgy .fp-pause svg.fp-loading-rounded-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-play-rounded-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-pause-rounded-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-play-rounded-outline, .flowplayer.fp-edgy .fp-waiting svg.fp-pause-rounded-outline, .flowplayer.fp-edgy .fp-waiting svg.fp-loading-rounded-outline, .flowplayer.fp-edgy .fp-waiting svg.fp-loading-rounded-fill {
  display: none !important; }

.flowplayer.fp-edgy .fp-play svg.fp-play-sharp-fill, .flowplayer.fp-edgy .fp-play svg.fp-pause-sharp-fill, .flowplayer.fp-edgy .fp-play svg.fp-loading-sharp-fill, .flowplayer.fp-edgy .fp-pause svg.fp-play-sharp-fill, .flowplayer.fp-edgy .fp-pause svg.fp-pause-sharp-fill, .flowplayer.fp-edgy .fp-pause svg.fp-loading-sharp-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-play-sharp-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-pause-sharp-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-loading-sharp-fill {
  display: block; }

.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-loading-sharp-fill {
  display: none; }

.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-loading-sharp-outline {
  display: block; }

.flowplayer.fp-edgy, .flowplayer.fp-edgy .fp-menu, .flowplayer.fp-edgy .fp-captions p, .flowplayer.fp-edgy .fp-textarea, .flowplayer.fp-edgy .fp-bar, .flowplayer.fp-edgy .fp-bar-slider, .flowplayer.fp-edgy .fp-bar > *, .flowplayer.fp-edgy .fp-bar-slider > *, .flowplayer.fp-edgy .fp-timestamp {
  border-radius: 0; }

.flowplayer.fp-edgy .fp-airplay:before {
  content: "\e101"; }

.flowplayer.fp-edgy .fp-fullscreen:before {
  content: "\e102"; }

.flowplayer.fp-edgy .fp-checked:before {
  content: "\e103"; }

.flowplayer.fp-edgy .fp-embed:before {
  content: "\e104"; }

.flowplayer.fp-edgy .fp-chromecast:before {
  content: "\e105"; }

.flowplayer.fp-edgy .fp-email:before {
  content: "\e106"; }

.flowplayer.fp-edgy .fp-playbtn:before {
  content: "\e107"; }

.flowplayer.fp-edgy .fp-share:before {
  content: "\e109"; }

.flowplayer.fp-edgy .fp-share2:before {
  content: "\e10a"; }

.flowplayer.fp-edgy .fp-twitter:before {
  content: "\e10c"; }

.flowplayer.fp-edgy .fp-facebook:before {
  content: "\e10a"; }

.flowplayer.fp-edgy .fp-volumebtn:before {
  content: "\e10b"; }

.flowplayer.fp-edgy .fp-volume-off:before {
  content: "\e10d"; }

.flowplayer.fp-edgy .fp-unload:before {
  content: "\e10f"; }

.flowplayer.fp-edgy .fp-prevbtn:before {
  content: "\e111"; }

.flowplayer.fp-edgy .fp-nextbtn:before {
  content: "\e112"; }

.flowplayer.fp-edgy.fp-outlined .fp-airplay:before, .flowplayer.fp-edgy.fp-minimal .fp-airplay:before {
  content: "\e301"; }

.flowplayer.fp-edgy.fp-outlined .fp-fullscreen:before, .flowplayer.fp-edgy.fp-minimal .fp-fullscreen:before {
  content: "\e302"; }

.flowplayer.fp-edgy.fp-outlined .fp-checked:before, .flowplayer.fp-edgy.fp-minimal .fp-checked:before {
  content: "\e303"; }

.flowplayer.fp-edgy.fp-outlined .fp-embed:before, .flowplayer.fp-edgy.fp-minimal .fp-embed:before {
  content: "\e304"; }

.flowplayer.fp-edgy.fp-outlined .fp-chromecast:before, .flowplayer.fp-edgy.fp-minimal .fp-chromecast:before {
  content: "\e305"; }

.flowplayer.fp-edgy.fp-outlined .fp-email:before, .flowplayer.fp-edgy.fp-minimal .fp-email:before {
  content: "\e306"; }

.flowplayer.fp-edgy.fp-outlined .fp-playbtn:before, .flowplayer.fp-edgy.fp-minimal .fp-playbtn:before {
  content: "\e307"; }

.flowplayer.fp-edgy.fp-outlined .fp-share:before, .flowplayer.fp-edgy.fp-minimal .fp-share:before {
  content: "\e309"; }

.flowplayer.fp-edgy.fp-outlined .fp-share2:before, .flowplayer.fp-edgy.fp-minimal .fp-share2:before {
  content: "\e30a"; }

.flowplayer.fp-edgy.fp-outlined .fp-twitter:before, .flowplayer.fp-edgy.fp-minimal .fp-twitter:before {
  content: "\e30c"; }

.flowplayer.fp-edgy.fp-outlined .fp-facebook:before, .flowplayer.fp-edgy.fp-minimal .fp-facebook:before {
  content: "\e30a"; }

.flowplayer.fp-edgy.fp-outlined .fp-volumebtn:before, .flowplayer.fp-edgy.fp-minimal .fp-volumebtn:before {
  content: "\e30b"; }

.flowplayer.fp-edgy.fp-outlined .fp-volume-off:before, .flowplayer.fp-edgy.fp-minimal .fp-volume-off:before {
  content: "\e30d"; }

.flowplayer.fp-edgy.fp-outlined .fp-unload:before, .flowplayer.fp-edgy.fp-minimal .fp-unload:before {
  content: "\e30f"; }

.flowplayer.fp-edgy.fp-outlined .fp-prevbtn:before, .flowplayer.fp-edgy.fp-minimal .fp-prevbtn:before {
  content: "\e311"; }

.flowplayer.fp-edgy.fp-outlined .fp-nextbtn:before, .flowplayer.fp-edgy.fp-minimal .fp-nextbtn:before {
  content: "\e312"; }

.flowplayer.no-svg .fp-ui .fp-header, .flowplayer.no-svg .fp-ui .fp-controls {
  background-color: #333; }

.flowplayer.no-svg .fp-ui .fp-play.fp-visible {
  background-color: #ccc;
  position: absolute;
  padding-top: 17%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.flowplayer.no-svg .fp-ui .fp-play.fp-visible svg {
  display: none; }
.flowplayer.no-svg .fp-ui .fp-play.fp-visible .fp-playbtn {
  display: inline; }

.flowplayer .fp-player, .flowplayer .fp-ui, .flowplayer .fp-header, .flowplayer .fp-captions, .flowplayer .fp-controls {
  position: absolute;
  width: 100%; }

.flowplayer {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  position: relative;
  max-height: 100%;
  overflow: hidden;
  border-radius: .24em;
  background-position: center;
  background-repeat: no-repeat;
  /*background-size: contain;*/
  background-size: cover;
  zoom: 1 !important;
  width: 100%;
  display: inline-block; }
.flowplayer .fp-hidden {
  display: none; }
.flowplayer .fp-shown {
  display: block !important; }
.flowplayer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.flowplayer.is-ready:not(.is-poster) {
  background-color: #333; }
.flowplayer .fp-engine {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%; }
.flowplayer video.fp-engine:not(.native-subtitles)::-webkit-media-controls {
  display: none !important; }
.flowplayer .fp-player {
  position: absolute;
  bottom: 0;
  top: 0; }
.flowplayer .fp-waiting {
  display: none; }
.flowplayer .fp-waiting p {
  filter: alpha(opacity=0);
  opacity: 0;
  color: #ccc;
  font-weight: bold; }
.flowplayer .fp-ui {
  height: 100%;
  top: 0;
  background-image: none;
  -webkit-transition: background-image .1s;
  transition: background-image .1s;
  text-align: center;
  cursor: pointer;
  color: #fff; }
.flowplayer .fp-ui a, .flowplayer .fp-ui strong {
  color: inherit !important;
  font-style: normal !important;
  text-decoration: none !important; }
.flowplayer .fp-ui strong {
  font-weight: bold !important; }
.flowplayer .fp-ui > * {
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
  filter: alpha(opacity=0);
  opacity: 0; }
.flowplayer.fp-ui-shown .fp-ui, .flowplayer.is-paused .fp-ui, .flowplayer.is-mouseover .fp-ui, .flowplayer.is-loading .fp-ui {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), color-stop(15%, transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25), transparent 15%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25), transparent 15%); }
.flowplayer.fp-ui-shown .fp-ui > *, .flowplayer.is-paused .fp-ui > *, .flowplayer.is-mouseover .fp-ui > *, .flowplayer.is-loading .fp-ui > * {
  filter: alpha(opacity=100);
  opacity: 1; }
.flowplayer .fp-header {
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), transparent);
  text-align: left;
  height: 3.6em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-left: .9em; }
.flowplayer .fp-header .fp-icon {
  margin: .9em .9em 0 0; }
.flowplayer .fp-header .fp-icon.fp-active {
  color: #ec6c4c; }
.flowplayer .fp-header .fp-fullscreen, .flowplayer .fp-header .fp-unload {
  float: right; }
.flowplayer .fp-header .fp-unload {
  display: none; }
.flowplayer .fp-help {
  display: none; }
.flowplayer .fp-message {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
  font-size: 1.2em;
  overflow: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  padding: .6em .9em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
.flowplayer .fp-message.fp-shown {
  filter: alpha(opacity=100);
  opacity: 1; }
.flowplayer .fp-message.fp-shown + .fp-header {
  filter: alpha(opacity=0);
  opacity: 0; }
.flowplayer .fp-textarea {
  background-color: rgba(0, 0, 0, 0.5);
  width: 80%;
  position: absolute;
  left: 10%;
  top: 15%;
  color: #fff;
  outline: 0;
  border-radius: .2em;
  border: 0;
  min-height: 60%; }
.flowplayer .fp-logo {
  position: absolute;
  bottom: 3em;
  left: 0.9em; }
.flowplayer .fp-logo img {
  width: 100%; }
.flowplayer .fp-captions {
  bottom: 1.2em;
  display: none;
  text-align: center;
  color: #fff; }
.flowplayer .fp-captions p {
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: .2em;
  font-size: 110%;
  display: inline-block;
  padding: .1em .3em;
  margin: .1em; }
.flowplayer .fp-speed-flash {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  font-size: 4em;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  filter: alpha(opacity=0) !important;
  opacity: 0 !important;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 4em;
  height: 2em;
  display: none; }
.flowplayer .fp-speed-flash.fp-hilite {
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
.flowplayer .fp-play .fp-playbtn, .flowplayer .fp-pause .fp-playbtn, .flowplayer .fp-waiting .fp-playbtn {
  display: none; }
.flowplayer .fp-play svg, .flowplayer .fp-pause svg, .flowplayer .fp-waiting svg {
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 4.1em;
  height: 4.1em;
  filter: alpha(opacity=0);
  opacity: 0;
  margin: auto auto 3em 3em;
  background-color: #b1002b;
  max-height: 30%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s;
  transition: all .2s;
  display: none; }
.flowplayer .fp-waiting svg {
  background-color: transparent; }
.flowplayer .fp-play svg.fp-play-rounded-fill, .flowplayer .fp-play svg.fp-pause-rounded-fill, .flowplayer .fp-play svg.fp-loading-rounded-fill, .flowplayer .fp-pause svg.fp-play-rounded-fill, .flowplayer .fp-pause svg.fp-pause-rounded-fill, .flowplayer .fp-pause svg.fp-loading-rounded-fill, .flowplayer .fp-waiting svg.fp-play-rounded-fill, .flowplayer .fp-waiting svg.fp-pause-rounded-fill, .flowplayer .fp-waiting svg.fp-loading-rounded-fill {
  display: block; }
.flowplayer .fp-play.fp-visible svg, .flowplayer .fp-pause.fp-visible svg, .flowplayer .fp-waiting.fp-visible svg {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  filter: alpha(opacity=100);
  opacity: 1; }
.flowplayer .fp-play.fp-visible svg {
  -webkit-animation: blinks 2s linear infinite;
  animation: blinks 2s linear infinite; }
.flowplayer .fp-remaining {
  display: none; }
.flowplayer .fp-controls {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  align-items: center;
  height: 2.4em;
  bottom: 0;
  z-index: 2;
  padding-left: 0.3em;
  padding-right: 0.3em; }
.flowplayer .fp-controls > * {
  margin: 0 .6em; }
.flowplayer .fp-controls > strong {
  letter-spacing: 1px; }
.flowplayer .fp-controls img {
  width: 1.2em; }
.flowplayer .fp-bar, .flowplayer .fp-bar-slider {
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  cursor: col-resize;
  height: .9em;
  border-radius: 0.24em;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1; }
.flowplayer .fp-bar > *, .flowplayer .fp-bar-slider > * {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  height: 100%;
  border-radius: 0.24em; }
.flowplayer .fp-bar > *.fp-progress.animated, .flowplayer .fp-bar-slider > *.fp-progress.animated {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: width, height;
  transition-property: width, height; }
.flowplayer .fp-bar > *.fp-buffer, .flowplayer .fp-bar-slider > *.fp-buffer {
  -webkit-transition: width .25s linear;
  transition: width .25s linear; }
.flowplayer .fp-bar.no-animation > *, .flowplayer .no-animation.fp-bar-slider > * {
  -webkit-transition: none;
  transition: none; }
.flowplayer .fp-timeline {
  -webkit-transition: height .2s;
  transition: height .2s; }
.flowplayer .fp-cuepoint {
  background-color: #000;
  position: absolute;
  height: 100%;
  width: 2px; }
.flowplayer .fp-timestamp {
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
  border-radius: .2em;
  padding: .1em .3em;
  font-size: 90%;
  bottom: 1.4em;
  height: auto; }
.flowplayer .fp-timeline:hover .fp-timestamp {
  display: inline; }
.flowplayer .fp-volume {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center; }
.flowplayer .fp-volumebtn {
  display: none; }
.flowplayer .fp-bar-slider {
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: height .2s;
  transition: height .2s;
  white-space: nowrap;
  -ms-flex: 1 0 auto; }
.flowplayer .fp-bar-slider em {
  border-radius: 2px;
  display: inline-block;
  width: 5px;
  height: 100%;
  position: relative;
  vertical-align: top;
  margin-left: 3px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
.flowplayer .fp-bar-slider em:hover {
  -webkit-transform: scaleY(1.35);
  -ms-transform: scaleY(1.35);
  transform: scaleY(1.35);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }
.flowplayer .fp-bar-slider em.fp-grey {
  background-color: rgba(255, 255, 255, 0.75); }
.flowplayer.no-flex .fp-controls {
  white-space: nowrap; }
.flowplayer.no-flex .fp-controls > * {
  display: inline-block;
  vertical-align: center;
  margin: 0 .3em; }
.flowplayer.no-flex .fp-timeline {
  width: 40%; }
.flowplayer.no-flex.fp-full .fp-timeline {
  margin-bottom: .6em;
  height: .9em; }
.flowplayer.no-flex.fp-fat .fp-bar, .flowplayer.no-flex.fp-playful .fp-bar, .flowplayer.no-flex.fp-fat .fp-bar-slider, .flowplayer.no-flex.fp-playful .fp-bar-slider {
  height: .9em !important; }
.flowplayer.fp-fat .fp-bar, .flowplayer.fp-playful .fp-bar, .flowplayer.fp-fat .fp-bar-slider, .flowplayer.fp-playful .fp-bar-slider {
  height: 100%;
  border-radius: 0; }
.flowplayer.fp-fat .fp-bar > *, .flowplayer.fp-playful .fp-bar > *, .flowplayer.fp-fat .fp-bar-slider > *, .flowplayer.fp-playful .fp-bar-slider > * {
  border-radius: 0; }
.flowplayer.fp-fat .fp-timestamp, .flowplayer.fp-playful .fp-timestamp {
  bottom: 3.2em; }
.flowplayer.fp-fat .fp-bar-slider em, .flowplayer.fp-playful .fp-bar-slider em {
  -webkit-transform: scaleY(0.6);
  -ms-transform: scaleY(0.6);
  transform: scaleY(0.6);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }
.flowplayer.fp-fat .fp-bar-slider em:hover, .flowplayer.fp-playful .fp-bar-slider em:hover {
  -webkit-transform: scaleY(0.75);
  -ms-transform: scaleY(0.75);
  transform: scaleY(0.75); }
.flowplayer.fp-slim .fp-timeline {
  height: .2em; }
.flowplayer.fp-slim .fp-controls:hover .fp-timeline {
  height: .9em; }
.flowplayer.fp-slim .fp-cue {
  width: 4px; }
.flowplayer.fp-slim .fp-bar-slider {
  height: .2em; }
.flowplayer.fp-slim .fp-controls:hover .fp-bar-slider {
  height: 0.9em; }
.flowplayer.fp-full .fp-timeline {
  position: absolute;
  height: .3em;
  bottom: 2.8em;
  margin: 0;
  width: 100%;
  border-radius: 0;
  overflow: inherit;
  left: 0; }
.flowplayer.fp-full .fp-timeline:before {
  content: "";
  width: 100%;
  height: 1.2em;
  position: absolute;
  top: -1.2em;
  left: 0; }
.flowplayer.fp-full .fp-controls {
  height: 2.8em; }
.flowplayer.fp-full .fp-controls:hover .fp-timeline {
  height: 1em; }
.flowplayer.fp-full .fp-volume {
  margin-right: auto; }
.flowplayer.fp-full .fp-duration, .flowplayer.fp-full .fp-remaining {
  margin-left: 0; }
.flowplayer.fp-full .fp-duration:before, .flowplayer.fp-full .fp-remaining:before {
  position: relative;
  content: "/";
  left: -.3em; }
.flowplayer.fp-minimal .fp-controls {
  background-color: transparent !important; }
.flowplayer.fp-minimal .fp-controls > * {
  display: none; }
.flowplayer.fp-minimal .fp-header > * {
  display: none; }
.flowplayer.fp-minimal .fp-header .fp-fullscreen {
  display: inherit; }
.flowplayer.fp-minimal .fp-timeline {
  height: .3em;
  max-width: 12em;
  width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none; }
.flowplayer.fp-playful .fp-color, .flowplayer.fp-playful .fp-color-play {
  background-color: #ec6c4c;
  fill: #ec6c4c; }
.flowplayer.fp-playful .fp-controls {
  background-color: #006680; }
.flowplayer .fp-selected:before {
  content: "✓ "; }
.flowplayer .fp-menu {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: .24em;
  position: absolute;
  width: 8em;
  right: .5em;
  z-index: 2;
  font-size: 90%;
  -webkit-transition: opacity .2s, height .2s, -webkit-transform .2s;
  transition: opacity .2s, height .2s, -webkit-transform .2s;
  transition: opacity .2s, transform .2s, height .2s;
  transition: opacity .2s, transform .2s, height .2s, -webkit-transform .2s;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  bottom: -100%;
  height: 0;
  filter: alpha(opacity=0) !important;
  opacity: 0 !important; }
.flowplayer .fp-menu.fp-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: auto;
  bottom: 3.2em;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important; }
.flowplayer .fp-menu > * {
  display: block;
  padding: .3em 1.2em;
  text-align: right;
  white-space: nowrap; }
.flowplayer .fp-menu strong {
  display: block;
  padding: .7em 1.2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: default;
  font-size: 90%; }
.flowplayer .fp-menu a {
  color: rgba(255, 255, 255, 0.8); }
.flowplayer .fp-menu a:hover:not(.fp-selected) {
  background-color: #000;
  color: #fff; }
.flowplayer .fp-menu .fp-icon {
  cursor: pointer; }
.flowplayer .fp-menu .fp-icon:before {
  margin-right: .1em;
  font-size: 1.5em;
  vertical-align: -0.1em; }
.flowplayer .fp-qsel-menu {
  width: auto; }
.flowplayer .fp-context-menu {
  width: auto;
  right: auto;
  bottom: auto !important;
  display: none; }
.flowplayer .fp-context-menu.fp-active {
  display: block; }
.flowplayer .fp-context-menu a, .flowplayer .fp-context-menu strong {
  text-align: left;
  color: #fff;
  white-space: nowrap; }
.flowplayer .fp-subtitle-menu {
  width: 9em; }
.flowplayer .fp-share-menu {
  min-width: 9em;
  padding-bottom: 0.2em; }
.flowplayer .fp-share-menu.fp-active {
  bottom: auto; }
.flowplayer .fp-share-menu a, .flowplayer .fp-share-menu strong {
  text-align: left; }
.flowplayer.fp-outlined .fp-play svg.fp-play-rounded-fill, .flowplayer.fp-minimal .fp-play svg.fp-play-rounded-fill, .flowplayer.fp-outlined .fp-play svg.fp-pause-rounded-fill, .flowplayer.fp-minimal .fp-play svg.fp-pause-rounded-fill, .flowplayer.fp-outlined .fp-play svg.fp-loading-rounded-fill, .flowplayer.fp-minimal .fp-play svg.fp-loading-rounded-fill, .flowplayer.fp-outlined .fp-pause svg.fp-play-rounded-fill, .flowplayer.fp-minimal .fp-pause svg.fp-play-rounded-fill, .flowplayer.fp-outlined .fp-pause svg.fp-pause-rounded-fill, .flowplayer.fp-minimal .fp-pause svg.fp-pause-rounded-fill, .flowplayer.fp-outlined .fp-pause svg.fp-loading-rounded-fill, .flowplayer.fp-minimal .fp-pause svg.fp-loading-rounded-fill, .flowplayer.fp-outlined .fp-waiting svg.fp-play-rounded-fill, .flowplayer.fp-minimal .fp-waiting svg.fp-play-rounded-fill, .flowplayer.fp-outlined .fp-waiting svg.fp-pause-rounded-fill, .flowplayer.fp-minimal .fp-waiting svg.fp-pause-rounded-fill, .flowplayer.fp-outlined .fp-waiting svg.fp-loading-rounded-fill, .flowplayer.fp-minimal .fp-waiting svg.fp-loading-rounded-fill {
  display: none; }
.flowplayer.fp-outlined .fp-play svg.fp-play-rounded-outline, .flowplayer.fp-minimal .fp-play svg.fp-play-rounded-outline, .flowplayer.fp-outlined .fp-play svg.fp-pause-rounded-outline, .flowplayer.fp-minimal .fp-play svg.fp-pause-rounded-outline, .flowplayer.fp-outlined .fp-play svg.fp-loading-rounded-outline, .flowplayer.fp-minimal .fp-play svg.fp-loading-rounded-outline, .flowplayer.fp-outlined .fp-pause svg.fp-play-rounded-outline, .flowplayer.fp-minimal .fp-pause svg.fp-play-rounded-outline, .flowplayer.fp-outlined .fp-pause svg.fp-pause-rounded-outline, .flowplayer.fp-minimal .fp-pause svg.fp-pause-rounded-outline, .flowplayer.fp-outlined .fp-pause svg.fp-loading-rounded-outline, .flowplayer.fp-minimal .fp-pause svg.fp-loading-rounded-outline, .flowplayer.fp-outlined .fp-waiting svg.fp-play-rounded-outline, .flowplayer.fp-minimal .fp-waiting svg.fp-play-rounded-outline, .flowplayer.fp-outlined .fp-waiting svg.fp-pause-rounded-outline, .flowplayer.fp-minimal .fp-waiting svg.fp-pause-rounded-outline, .flowplayer.fp-outlined .fp-waiting svg.fp-loading-rounded-outline, .flowplayer.fp-minimal .fp-waiting svg.fp-loading-rounded-outline {
  display: block; }
.flowplayer.fp-outlined .fp-airplay:before, .flowplayer.fp-minimal .fp-airplay:before {
  content: "\e201"; }
.flowplayer.fp-outlined .fp-fullscreen:before, .flowplayer.fp-minimal .fp-fullscreen:before {
  content: "\e202"; }
.flowplayer.fp-outlined .fp-checked:before, .flowplayer.fp-minimal .fp-checked:before {
  content: "\e203"; }
.flowplayer.fp-outlined .fp-embed:before, .flowplayer.fp-minimal .fp-embed:before {
  content: "\e204"; }
.flowplayer.fp-outlined .fp-chromecast:before, .flowplayer.fp-minimal .fp-chromecast:before {
  content: "\e205"; }
.flowplayer.fp-outlined .fp-email:before, .flowplayer.fp-minimal .fp-email:before {
  content: "\e206"; }
.flowplayer.fp-outlined .fp-playbtn:before, .flowplayer.fp-minimal .fp-playbtn:before {
  content: "\e207"; }
.flowplayer.fp-outlined .fp-share:before, .flowplayer.fp-minimal .fp-share:before {
  content: "\e209"; }
.flowplayer.fp-outlined .fp-share2:before, .flowplayer.fp-minimal .fp-share2:before {
  content: "\e20a"; }
.flowplayer.fp-outlined .fp-twitter:before, .flowplayer.fp-minimal .fp-twitter:before {
  content: "\e20c"; }
.flowplayer.fp-outlined .fp-facebook:before, .flowplayer.fp-minimal .fp-facebook:before {
  content: "\e20a"; }
.flowplayer.fp-outlined .fp-volumebtn:before, .flowplayer.fp-minimal .fp-volumebtn:before {
  content: "\e20b"; }
.flowplayer.fp-outlined .fp-volume-off:before, .flowplayer.fp-minimal .fp-volume-off:before {
  content: "\e20d"; }
.flowplayer.fp-outlined .fp-unload:before, .flowplayer.fp-minimal .fp-unload:before {
  content: "\e20f"; }
.flowplayer.fp-outlined .fp-prevbtn:before, .flowplayer.fp-minimal .fp-prevbtn:before {
  content: "\e211"; }
.flowplayer.fp-outlined .fp-nextbtn:before, .flowplayer.fp-minimal .fp-nextbtn:before {
  content: "\e212"; }
.flowplayer .fp-color {
  background-color: #b1002b;
  fill: rgba(0, 0, 0, 0.2); }
.flowplayer .fp-color-play {
  fill: transparent; }
.flowplayer.is-rtl {
  direction: rtl; }
.flowplayer.is-rtl .fp-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
.flowplayer.-grayscale video.fp-engine {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
.flowplayer.-sepia video.fp-engine {
  -webkit-filter: sepia(100%);
  filter: sepia(100%); }
.flowplayer.-blur video.fp-engine {
  -webkit-filter: blur(5px);
  filter: blur(5px); }

.fp-filters {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute; }

/* Плашка с сообщением */
.flowplayerWarning {
  position: absolute;
  left: 1.6em;
  top: 1.6em;
  padding: .4em .5em .35em;
  font-size: 17px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #b1002b;
  background: linear-gradient(to bottom, #c80039 0%, #a30023 100%);
}
/* Смотрите также */
.flowplayerInside {
  display: none;
  font-size: 0;
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px 10px #000;
}
.flowplayerInside:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
}
.flowplayerInside > div {
  position: absolute;
  z-index: 1;
  top: 45px;
  left: 10px;
  right: 10px;
}
.flowplayerInsideClose {
  position: absolute;
  top: 3px;
  right: 1%;
  margin: 0;
  padding-left: 16px;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
  background: url(m/player/skin/shared/img/control_close_full_screen.png) no-repeat 0 4px;
  background-size: 11px 11px;
  opacity: .7;
}
.flowplayerInsideClose:hover {
  opacity: 1;
}
.flowplayerInsideHeader {
  margin: 0 0 8px 1%;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.flowplayerInside a {
  display: inline-block;
  position: relative;
  width: 48%;
  margin: 0 1% 15px;
  font-size: 16px;
  color: inherit;
  box-shadow: 3px 3px 10px #000;
}
.flowplayerInside a:hover p {
  text-decoration: underline;
}
.flowplayerInside a:hover ._image {
  opacity: .8;
}
.flowplayerInside a ._image {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: .6;
}
.flowplayerInside a p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  margin: 0;
  text-align: left;
}
/*
@media (max-width: 512px) {
  .flowplayerInside > div > *:not(.flowplayerInsideShare) {
    display: none;
  }
}
*/
.flowplayerInsideShare .shareIcon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 .7% .7%;
  border-radius: 2px;
  box-shadow: 3px 3px 10px #000;
  opacity: .8;
}
.flowplayerInsideShare .shareIcon:hover {
  opacity: 1;
}
.flowplayerInsideShare .shareIcon span {
  display: none;
}
.flowplayerInsideShare .shareIcon._vk {
  background-color: #07f;
  background-image: url(m/player/skin/data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23fff'/%3E%3C/svg%3E);
}
.flowplayerInsideShare .shareIcon._tg {
  background-color: #64a9dc;
  background-image: url(m/player/skin/data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E);
}
.flowplayerInsideShare .shareIcon._ok {
  background-color: #eb722e;
  background-image: url(m/player/skin/data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.674 6.536a1.69 1.69 0 00-1.688 1.688c0 .93.757 1.687 1.688 1.687a1.69 1.69 0 001.688-1.687 1.69 1.69 0 00-1.688-1.688zm0 5.763a4.08 4.08 0 01-4.076-4.075 4.08 4.08 0 014.076-4.077 4.08 4.08 0 014.077 4.077 4.08 4.08 0 01-4.077 4.075zm-1.649 3.325a7.633 7.633 0 01-2.367-.98 1.194 1.194 0 011.272-2.022 5.175 5.175 0 005.489 0 1.194 1.194 0 111.272 2.022 7.647 7.647 0 01-2.367.98l2.279 2.28a1.194 1.194 0 01-1.69 1.688l-2.238-2.24-2.24 2.24a1.193 1.193 0 11-1.689-1.689l2.279-2.279' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E);
}
.flowplayerInsideShare .shareIcon._tw {
  background-color: #00aced;
  background-image: url(m/player/skin/data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 0 1-1.885.517 3.294 3.294 0 0 0 1.443-1.816 6.575 6.575 0 0 1-2.085.796 3.283 3.283 0 0 0-5.593 2.994A9.32 9.32 0 0 1 5.114 6.6a3.28 3.28 0 0 0 1.016 4.382 3.274 3.274 0 0 1-1.487-.41v.041a3.285 3.285 0 0 0 2.633 3.218 3.305 3.305 0 0 1-1.482.056 3.286 3.286 0 0 0 3.066 2.28A6.585 6.585 0 0 1 4 17.524 9.291 9.291 0 0 0 9.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0 0 20 7.538z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E);
}
/*
.flowplayerInsideShare .shareIcon._vb {
  background-color: #7b519d;
  background-image: url(m/player/skin/data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M18.434 15.574c-.484-.391-1.002-.743-1.511-1.102-1.016-.718-1.945-.773-2.703.38-.426.648-1.021.677-1.644.392-1.718-.782-3.044-1.989-3.821-3.743-.344-.777-.34-1.473.465-2.022.425-.29.854-.634.82-1.268-.045-.828-2.043-3.593-2.832-3.885a1.429 1.429 0 0 0-.984 0C4.373 4.95 3.606 6.48 4.34 8.292c2.19 5.405 6.043 9.167 11.349 11.463.302.13.638.183.808.23 1.208.012 2.623-1.158 3.032-2.318.393-1.117-.438-1.56-1.096-2.093zM12.485 4.88c3.879.6 5.668 2.454 6.162 6.38.045.363-.09.909.426.919.538.01.408-.528.413-.89.045-3.699-3.163-7.127-6.888-7.253-.281.04-.863-.195-.9.438-.024.427.466.357.787.406z'/%3E%3Cpath d='M13.244 5.957c-.373-.045-.865-.222-.953.299-.09.546.458.49.811.57 2.395.538 3.23 1.414 3.624 3.802.057.349-.057.89.532.8.436-.066.278-.53.315-.802.02-2.293-1.936-4.38-4.329-4.669z'/%3E%3Cpath d='M13.464 7.832c-.249.006-.493.033-.585.3-.137.4.152.496.446.544.983.158 1.5.74 1.598 1.725.027.268.195.484.452.454.356-.043.389-.361.378-.664.017-1.106-1.227-2.385-2.289-2.359z'/%3E%3C/g%3E%3C/svg%3E);
}
.flowplayerInsideShare .shareIcon._wa {
  background-color: #65bc54;
  background-image: url(m/player/skin/data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 0 1-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 0 1-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553 0 1.434.467 2.762 1.258 3.842l-.825 2.433 2.537-.806a6.6 6.6 0 0 0 3.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 0 1-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 0 1-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 0 0-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E);
}
.flowplayerInsideShare .shareIcon._fb {
  background-color: #3b5998;
  background-image: url(m/player/skin/data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0 0 14.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E);
}
*/