@font-face {
  font-family: RistrettoPro;
  src: url("/fonts/RistrettoPro-Regular.woff") format("woff"),
       url("/fonts/RistrettoPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: PTSerif;
  src: url("/fonts/ptf55f.woff") format("woff"),
       url("/fonts/ptf55f.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: PTSerif;
  src: url("/fonts/ptf56f.woff") format("woff"),
       url("/fonts/ptf56f.ttf") format("truetype");
  font-style: italic;
}

@font-face {
  font-family: PTSerif;
  src: url("/fonts/ptf75f.woff") format("woff"),
       url("/fonts/ptf75f.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: PTSerif;
  src: url("/fonts/ptf76f.woff") format("woff"),
       url("/fonts/ptf76f.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: PTSerif, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.3334;
  background-color: #fff;

  -webkit-font-smoothing: antialiased;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

[hidden] {
  display: none!important;
}

a {
  color: #4EB8BE;
  transition: color 0.2s;
  text-decoration: none;
}

a:focus {
  color: #D5442B;
}

a:hover {
  color: #D5442B;
}

*::-moz-selection {
  color: #fff;
  background-color: #00B3BB;
}

*::selection {
  color: #fff;
  background-color: #00B3BB;
}

.visuallyhidden { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 

  height: 1px;
  width: 1px; 

  margin: -1px;
  padding: 0;
  border: 0; 
}

.centered {
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 959px) {
  .centered {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blurred {
  -webkit-filter: blur(12px);
          filter: blur(12px);
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: square;
}

ol, ul {
  /* color: var(--color-main); */
  padding-left: 17px;
  list-style-position: outside;
}

li {
  margin-bottom: 10px;
  padding-left: 10px;
}

li li:last-child {
    margin-bottom: 0px;
  }

.page {
  display: block;
  margin: 0 auto;
}

.page__header {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}

@media (min-width: 520px) {
  .page__half-content {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 960px) {
  .page__header {
    font-size: 108px;
    margin-bottom: 40px;
  }

  .page__half-content {
    margin-left: 29.16667%;
  }
}

.aside-label {
  display: block;
  margin-bottom: 20px;
}

.aside-label__text {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}

@media (min-width: 1400px) {
  .aside-label {
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 20px;
    width: 190px;
  }
}

.sections {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 20px;
}

.sections__label {
  color: #bebebe;
  font-size: 12px;
  line-height: 13.34px;
  margin-bottom: 10px;
}

.sections__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
}

.sections__button {
  padding: 3px 10px;
  margin-right: 10px;
  color: #4EB8BE;
  cursor: pointer;
  border: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.sections__button:not(.sections__button_selected):focus {
    color: #D5442B;
  }

.sections__button:not(.sections__button_selected):hover {
    color: #D5442B;
  }

.sections__button_selected {
  background-color: #4EB8BE;
  color: #fff;
}

@media (max-width: 280px) {
  .sections__buttons {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

html, body, #root {
  height: 100%;
}

.main {
  /* 40px - размер менюшки */
  height: calc(100% - 40px);
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;

  transition-property: -webkit-transform;

  transition-property: transform;

  transition-property: transform, -webkit-transform;
  transition-duration: 0.2s;
}

.icon_align_top {
  vertical-align: top;
}

.icon_align_text-top {
  vertical-align: text-top;
}

.icon_align_middle {
  vertical-align: middle;
}

.icon_big {
  font-size: 2em;
}

.icon_rotate_45 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icon_rotate_90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icon_rotate_180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon_rotate_270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.icon > svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
  display: block;
  transition: fill 0.2s;
}

.loading {
  display: inline-block;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: reverse;
}


.page-loading {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 1.667em;
  text-align: center;
  margin-top: 50px;
}

.socials__header {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.53;
}
.socials__button {
  font-size: 15px;
  line-height: 2;
  opacity: 0.5;
  padding: 0 10px;
  display: inline-block;
  color: inherit;
  background-color: #3d3c3d;
  margin-right: 0;
  cursor: pointer;

  transition-property: opacity;
}
.socials__button:hover {
    color: inherit;
    opacity: 1;
  }
.socials__button_page {
  margin-right: 10px;
  color: #fff;
}
.socials__button_page:focus,
  .socials__button_page:hover {
    color: #fff;
  }
.socials__button_vk:hover {
  background-color: #4e739b;
}
.socials__button_fb:hover {
  background-color: #36609e;
}
.socials__button_tw:hover {
  background-color: #2aa8df;
}
.socials__button_tg:hover {
  background-color: #2794db;
}

@-webkit-keyframes stars-opacity {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

@keyframes stars-opacity {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

.error-page {
  text-align: center;
  background-color: #212121;
  color: #fff;

  position: relative;
  margin-bottom: -60px;
  padding: 60px 0;
  overflow: hidden;
}

.error-page__content {
  position: relative;
  z-index: 3;
}

.error-page__status {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 240px;
  line-height: 340px;
  display: inline-block;
  width: 340px;
  border-radius: 50%;
  margin-bottom: 40px;

  background-color: #666;
}

.error-page__msg {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 120px;
  line-height: 1;
  text-transform: uppercase;
}

.error-page__desc {
  font-size: 17px;
  line-height: 1.53;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.error-page__more {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 60px;
  line-height: 1;
  margin-top: 90px;
}

.error-socials {
  margin-top: 20px;
}

.error-stars {
  position: absolute;
  width: 80%;
  left: 0;
  bottom: 0;
  top: 0;
  margin-top: 0;
  margin-left: 10%;
  z-index: 2;
  background: url('/images/error/stars.png') no-repeat top center;
  -webkit-animation: stars-opacity 2s linear 0.6s infinite;
          animation: stars-opacity 2s linear 0.6s infinite;
}

.error-stars_second {
  left: 0;
  top: -100px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.error-clouds {
  width: 950px;
  height: 660px;

  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -475px;
  margin-top: -330px;
}

.error-cloud-left,
.error-cloud-right {
  position: absolute;
  opacity: 0.6;
}

.error-cloud-left {
  left: -200px;
  top: -100px;
  z-index: 1;
  -webkit-filter: contrast(180%);
          filter: contrast(180%);
}

.error-cloud-right {
  right: -100px;
  top: -100px;
  -webkit-filter: contrast(120%);
          filter: contrast(120%);
}

.error-bg {
  position: absolute;
  width: 100%;
  top: 0; bottom: 0; left: 0; right: 0;
  z-index: 1;
  opacity: 0.6;
  background: url('/images/error/bg.png') no-repeat center center;
}

.header-menu {
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 999;
  top: 0;

  color: #fff;
  background-color: #00b3bb;
}
.header-menu_fixed {
  position: fixed;
}
.header-menu__content {
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
}
.header-menu__logo {
  font-size: 12px;
  color: inherit;
  margin-right: 30px;
}
.header-menu__logo:focus,
  .header-menu__logo:hover {
    color: #5ff8ff;
  }
.header-expand-menu_actived .header-expand-menu__activator,
  .header-expand-menu_actived .header-expand-menu__list {
    background-color: #008f96;
  }
.header-expand-menu__activator {
  width: 50px;
  height: 40px;
}
.header-expand-menu__activator:hover,
  .header-expand-menu__activator:focus {
    color: #5ff8ff;
  }
.header-expand-menu__list {
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
}
.header-expand-menu__item {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 20px;
  display: block;
  color: inherit;
  padding: 7px 15px;
  border-bottom: 1px solid #449fa4;
}
.header-expand-menu__item:focus,
  .header-expand-menu__item:hover {
    color: #5ff8ff;
  }
.header-expand-menu__item:last-child {
    border-bottom: none;
  }
.header-expand-menu__item_live {
  background-color: #D5442B;
}
.header-menu__toggle-btn {
  margin-left: 10px;
}
@media (min-width: 960px) {
  .header-menu__live-link,
  .mobile-menu {
    display: none;
  }

  .main-menu {
    font-family: RistrettoPro, PTSerif, Arial, sans;
    font-size: 20px;
    line-height: 2;
  }
  .main-menu__item {
    color: inherit;
    padding: 0 10px;
    display: inline-block;
  }

    .main-menu__item:focus,
    .main-menu__item:hover {
      color: #5ff8ff;
    }
  .main-menu__item_live {
    background-color: #D5442B;
  }

  .menu-auth {
    position: relative;
  }
  .menu-auth__activator-arrow {
    font-size: 0.6em;
    margin-left: 4px;

    transition: -webkit-transform 0.2s linear;

    transition: transform 0.2s linear;

    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
  .header-expand-menu_actived .menu-auth__activator-arrow {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .menu-auth__list {
    left: auto;
    width: 260px;
  }
  .menu-auth__icon {
    margin-left: 15px;
  }
  .menu-auth__text {
    margin-left: 30px;
  }
  .menu-auth__person-avatar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;

    width: 40px;
    height: 40px;
  }

  .header-menu__search {
    margin-left: auto;
    width: 145px;
    font-size: 13px;
    margin-right: 25px;
  }

  .header-menu__login-button {
    color: inherit;
    font-family: RistrettoPro, PTSerif, Arial, sans;
    font-size: 20px;
    line-height: 1;
  }

    .header-menu__login-button:focus,
    .header-menu__login-button:hover {
      color: #5ff8ff;
    }
}
@media (max-width: 959px) {
  .main-menu,
  .menu-auth,
  .header-menu__search,
  .header-menu__login-button {
    display: none;
  }

  .header-menu__logo {
    margin-right: auto;
  }

  .header-menu__live-link {
    font-family: RistrettoPro, PTSerif, Arial, sans;
    font-size: 26px;
    line-height: 1;
    height: 100%;
    padding: 7px 15px 5px 10px;
    box-sizing: border-box;

    color: inherit;
    background-color: #d5442b;
  }
    .mobile-menu__search .menu-search__input {
      padding: 10px 10px 10px 40px;
    }
    .mobile-menu__search .menu-search__btn {
      font-size: 1.5em;
      right: auto;
      left: 10px;
    }
}

.banner {
  position: relative;
}

.banner_full-width-top {
  width: 100%;
  overflow: auto;
}

.banner_full-width-top img {
    max-height: 100%;
    width: auto;
  }

.banner_full-width-bottom {
  margin-bottom: 20px;
  overflow-x: auto;
  overflow-y: hidden;

  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.banner_skyscraper-dashboard,
.banner_skyscraper-new {
  width: 100%;
}

.banner_width-sub-news {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  margin-bottom: 40px;
}

.banner_width-sub-videoblog {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  margin-bottom: 40px;
}

.banner_width-sub-comments {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  margin-bottom: 40px;
}

.banner_full-width-text {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  margin-bottom: 40px;
}

.banner_video {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  margin-bottom: 40px;
}

.banner_width-sub-comments {
  margin-bottom: 15px;
}

.banner_video,
.banner_full-width-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 960px) {
  .banner_full-width-text .banner__body,
  .banner_video__body {
    max-width: 730px;
    width: 100%;
    display: block;
  }

  .banner_offset {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .banner_full-width-text .banner__body_offset {
    max-width: 520px;
  }
  .banner_full-width-text .banner__body_offset,
  .banner_video__body.banner__body_offset {
    margin-left: 80px;
  }
}

.relap-default__top-container[data-relap-max-column-quantity="3"] {
  max-width: none;
}

.relap-default__top-container .relap-default__item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  margin-right: 3.125%;
  position: relative;
  max-width: 290px;
  min-width: 290px;
  background: #fff;
  text-align: left;
}

.relap-default__full-item-link .relap-default__item-inner {
  border-radius: 0;
  display: block;
  color: #00b3bb;
  transition: color 0.2s;
  text-decoration: none;
  border: none;
}

.relap-default__full-item-link .relap-default__item-inner:focus,
  .relap-default__full-item-link .relap-default__item-inner:hover {
    background: inherit;
    color: #d5442b;
  }

.relap-default__item-thumbnail {
  position: relative;
  margin-bottom: 15px;
}

.relap-default__title-font-family-arial .relap-default__item-title {
  font-family: PTSerif, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: inherit;
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}

.relap-default__item-thumbnail+.relap-default__item-title {
  margin-top: 0;
}

@media (max-width: 670px) {
  .relap-default__top-container .relap-default__item {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 40px;
    padding: 0;
  }
}

.button {
  border: none;
  text-decoration: none;
  text-align: center;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  color: inherit;

  /* можно спокойно убирать, т.к. есть :focus стили */
  outline: none;

  transition: color 0.2s, background-color 0.2s;
}

.button_colored {
  background-color: #4EB8BE;
  color: #FFF;
}

.button_colored:hover {
  background-color: #D5442B;
}

.button_colored:focus {
  background-color: #D5442B;
}

.button_space {
  padding: 10px;
}

/* ICON */

.button_icon {
  background-color: #FFF;
  color: #4EB8BE;
}

.button_icon:hover {
  background-color: #4EB8BE;
  color: #FFF;
}

.button_icon:focus {
  background-color: #4EB8BE;
  color: #FFF;
}

.button_icon-transparent {
  color: #4EB8BE;
}

.button_icon-transparent:hover {
  color: #D5442B;
}

.button_icon-transparent:focus {
  color: #D5442B;
}

/* ERROR */

.button_error {
  background-color: #D5442B;
}

.button_error:hover {
  background-color: #AB3622;
}

.button_error:focus {
  background-color: #AB3622;
}

.button_disabled {
  background-color: #B7B7B7 !important;
  color: #fff !important;
  cursor: not-allowed !important;
}

.menu-search {
  display: block;
  position: relative;
}

.menu-search__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  color: #a6a6a6;
}

.menu-search__btn:focus {
    color: #6E6E6E;
  }

.menu-search__btn:hover {
    color: #6E6E6E;
  }

.menu-search__input {
  font-size: inherit;
  font-family: inherit;
  line-height: 1.3em;
  border: 0;
  width: 100%;
  padding: 6px 10px;
  box-sizing: border-box;
}

.footer {
  background-color: #1b1b1b;
  color: #fff;
  overflow: hidden;
  padding: 35px 15px 25px;
  margin-top: 60px;
}

.footer__part {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.footer__delimiter,
.footer-contact__delimiter {
  height: 0;
  width: 100%;
  padding: 0;
  border-bottom: 0;
  border-color: #7d7777;
  margin: 10px 0;
}

.footer-menu {
  font-weight: bold;
}

.footer-menu__item {
  color: #a8a8a8;
  text-decoration: none;
}

.footer-menu__item:focus,
  .footer-menu__item:hover {
    color: #00dde7;
  }

.footer-nav__header {
  color: inherit;
  font-weight: bold;
  display: block;
}

.footer-nav__item {
  margin-bottom: 8px;
  color: inherit;
  display: block;
}

.footer-nav__item:focus,
  .footer-nav__item:hover {
    color: #5ff8ff;
  }

.footer-nav__item_more {
  color: #5f5f5f;
}

.footer-nav__item_more:focus,
  .footer-nav__item_more:hover {
    color: #6e6e6e;
  }

.footer-contact a {
  color: #a8a8a8;
}

.footer-contact a:focus,
  .footer-contact a:hover {
    color: #5ff8ff;
  }

.footer-contact__phone {
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  color: #5a5a5a;
}

.footer-contact__address {
  color: #5f5f5f;
  margin-bottom: 20px;
}

.footer-contact__h {
  color: #a8a8a8;
}

.footer-contact__emails {
  font-size: 12px;
  line-height: 1.6667;
}

.footer-contact__email {
  color: #5a5a5a;
  margin-bottom: 20px;
}

.footer-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #6e6e6e;
}

.footer-info__icon {
  font-size: 18px;
  line-height: 1.4;
  white-space: nowrap;
}

.footer-info__copyright {
  font-size: 12px;
  line-height: 1.6667;
}

.footer-info__copyright a {
    color: #a8a8a8;
  }

.footer-info__age-restriction {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #5f5f5f;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  box-sizing: border-box;
}

.design-info {
  margin-left: auto;
  white-space: nowrap;
}

.design-info__icon {
  display: inline-block;
  height: 32px;
  width: 69px;
  margin-right: 4%;
  cursor: pointer;
  background-image: url(/images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.design-info__icon:hover {
    background-position-x: -69px;
  }

.design-info__text {
  display: inline-block;
  color: #6e6e6e;
  font-size: 12px;
  line-height: 20px;
}

.design-info__link {
  color: #2b6196;
}

.design-info__link:focus,
  .design-info__link:hover {
    color: #224e78;
  }

@media (max-width: 959px) {
  .footer-menus {
    width: 50%;
  }
  .footer-menu__item {
    display: block;
    margin-bottom: 8px;
  }
  .footer-menu__delimiter {
    display: none;
  }

  .footer-nav__header {
    margin-bottom: 8px;
  }
  .footer-nav__item {
    margin-left: 10px;
  }

  .footer-contact__phone {
    font-size: 20px;
  }

  .footer-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-info__icon {
    margin-right: auto;
  }
  .footer-info__copyright {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
  }
}

@media (min-width: 960px) {
  .footer {
    padding: 65px 0 34px;
  }
  .footer__content-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__delimiter {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-menu {
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 55px;

    scrollbar-face-color: transparent;
    scrollbar-track-color: transparent;
  }

    .footer-menu::-webkit-scrollbar {
      width: 0px;
      height: 0px;
    }
    .footer-menu::-webkit-scrollbar-thumb {
      background: transparent;
    }
    .footer-menu::-webkit-scrollbar-track {
      background: transparent;
    }
  .footer-menu__item {
    display: inline-block;
    margin-right: 20px;
  }

    .footer-menu__item:last-child {
      margin-right: 0;
    }
  .footer-menu__delimiter {
    color: #767676;
    display: inline-block;
    margin-right: 20px;
  }

  .footer-navigations {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 66.6667%;
  }
  .footer-nav {
    width: 25%;
    margin-right: 10px;
  }
  .footer-nav__header {
    margin-bottom: 20px;
  }

  .footer-contact {
    margin-left: auto;
  }
  .footer-contact__phone {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .footer-contact__delimiter {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .footer-info__icon {
    margin-right: 40px;
  }
  .footer-info__copyright {
    width: 46%;
    margin-right: 45px;
  }
}

.notifications {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
}

.notification {
  position: relative;
  background-color: #fff;
  padding: 25px 31px 12px 48px;
  border-style: solid;
  border-width: 2px;
  margin: 10px;
  box-sizing: border-box;

  max-width: 100%;
  width: 230px;
}

.notification_info {
    color: #4eb8be;
    border-color: #4eb8be;
  }

.notification_success {
    color: #52ac39;
    border-color: #52ac39;
  }

.notification_error {
    color: #ed462f;
    border-color: #ed462f;
  }

.notification__icon {
    position: absolute;
    font-size: 2em;
    left: 8px;
    top: 15px;
  }

.notification__btn-close {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    color: inherit;
    background: none;
  }

@media print {
  .notifications {
    display: none
  }
}

.archive__item {
  position: relative;
}

.archive__title {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 40px;
  text-transform: uppercase;

  width: 100%;
  margin-bottom: 20px;
}

.archive__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.archive-date {
  width: 33%;
  min-width: 200px;
  margin-bottom: 40px;
}

.archive-date__title {
  margin-bottom: 10px;
}

.archive-date__content {
  list-style: square;
  color: #4EB8BE;
}

.archive-date__content li {
    margin-bottom: 10px;
  }

@media (max-width: 629px) {
  .archive__content {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1360px) {
  .archive__title {
    width: 200px;
    position: absolute;
    right: 100%;
    top: 0;
  }
}

.redactor-menu .header-expand-menu__activator {
    border-radius: 50%;
    overflow: hidden;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    width: 40px;
    font-size: 1.5em;
    line-height: 1;
  }
  .redactor-menu.header-expand-menu_actived .header-expand-menu__activator {
      background-color: #ddd;
      color: #008f96;
    }
  .redactor-menu.header-expand-menu_actived .redactor-menu__list {
      background-color: transparent;
    }

.redactor-menu__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.redactor-menu__item {
  display: block;
  padding: 0 20px;

  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 20px;
  line-height: 3;

  color: inherit;
  background-color: #008f96;
}

.redactor-menu__item:focus,
  .redactor-menu__item:hover {
    color: #5ff8ff;
  }

.redactor-menu-list {
  position: relative;
  margin-left: auto;
}

.redactor-menu-list__list {
  left: auto;
  width: 260px;
}

@media (min-width: 480px) {
  .redactor-menu__list {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 960px) {
  .redactor-menu {
    margin-left: auto;
  }
}

.role-select {
  font-size: 17px;
  line-height: 1.53;
}

.role-select_error {
  box-shadow: 0px 0 3px 0 #D5442B;
}

.role-select__item {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}

.popular__header {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}

@media (min-width: 960px) {
  .popular__header {
    font-size: 108px;
    margin-bottom: 40px;
  }
}

.racoon {
  position: relative;
}

.racoon__image {
  display: block;
}

.racoon__cloud {
  position: absolute;
  top: 140px;
  left: -140px;
}

.racoon__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 260px;
  left: -75px;
}

.racoon__button {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #4EB8BE;
}

@-webkit-keyframes racoon-animate {
  0% {
    right: -500px;
  }
  100% {
    right: 50px;
  }
}

@keyframes racoon-animate {
  0% {
    right: -500px;
  }
  100% {
    right: 50px;
  }
}

.modal-racoon {
  position: fixed;
  z-index: 300;
  right: 50px;
  bottom: 0;
  -webkit-animation: racoon-animate 0.2s linear;
          animation: racoon-animate 0.2s linear;
}

.modal-racoon__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
  color: #b3b3b3;
  z-index: 2;
}

.modal-racoon__close:hover,
  .modal-racoon__close:focus {
    color: #8a8a8a;
  }

.b-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 20px;

  z-index: 4;
  outline: none;
}
.b-container_centered {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-container_selected {
  z-index: 5;
}
.b-container_selected:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  box-shadow: 0 0 3px 1px rgba(78,184,190, 0.5);
}
.b-container_error {
  box-shadow: 0 0 5px rgba(213,68,43, 0.5),
    inset 0 0 5px rgba(213,68,43, 0.5);
}
.b-container_full {
  width: 100%;
}
.b-container_middle {
  max-width: 960px;
}
.b-container_with-context .context-block {
    box-sizing: border-box;
    margin-top: 20px;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
@media (min-width: 768px) {
  .vol-normal-fix,
  .vol-normal,
  .vol-thin,
  .vol-middle-fix {
    width: 75%;
  }

  .b-container {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
    .b-container_centered .vol-normal-fix,
    .b-container_centered .vol-normal,
    .b-container_centered .vol-thin {
      width: 66.66667%;
    }

  .b-container_with-context {
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }

    .b-container_with-context .vol-offset {
      margin-left: 80px;
    }

    .b-container_with-context .vol-normal {
      width: 75%;
    }

    .b-container_with-context .vol-thin {
      width: 54.16667%;
    }

    .b-container_with-context .context-block {
      width: 250px;
      margin-top: 0;
      margin-left: auto;
    }
}
@media (min-width: 960px) {
    .b-container_with-context .context-block {
      width: 300px;
    }
}

.block-banner {
  width: 100%;
}
.block-banner__skeleton {
  font-size: 22px;
  line-height: 90px;
  text-align: center;
  background-color: #dedede;
  color: #fff;
}

.block-cards {
  width: 100%;
}

.block-cards__content {
  width: 100%;
}

.block-cards__b-container {
  margin-bottom: 20px;
  position: relative;
}

.block-cards__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: RistrettoPro, PTSerif, Arial, sans;
  line-height: 1;

  padding: 20px;
  margin-bottom: 40px;

  color: #fff;
  background-color: #00B3BB;
}

.block-cards__number {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  box-sizing: border-box;

  width: 60px;
  height: 60px;
  font-size: 50px;
  line-height: 60px;
  text-align: center;

  margin-right: 25px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.block-cards__title {
  width: 100%;
  font-size: 40px;
}

.block-cards__body {
  margin-bottom: 40px;
}

.block-cards__body:last-child {
    margin-bottom: 0;
  }

.block-cards__nav {
  display: none;
}

@media (min-width: 768px) {
  .block-cards {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }

  .block-cards__content {
    width: 62.5%;
  }

  .block-cards__nav {
    display: block;
    width: 31.25%;
    padding: 10px 15px;
    margin-left: auto;
    border: 1px solid #4EB8BE;
    box-sizing: border-box;
  }
  .block-cards__nav-item {
    color: #4EB8BE;
    list-style: inside disc;
    padding: 0;
    margin-bottom: 15px;
  }

    .block-cards__nav-item:last-child {
      margin-bottom: 0;
    }

  .block-cards__nav_sticky {
    position: fixed;
    top: 40px;
    right: auto;
  }
  .block-cards__nav_bot {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.block-code {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-code__input {
  resize: none;
  min-height: 200px;
  min-width: 50%;
  margin: 0 auto;
  display: block;
}

.block-code__sandbox {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.context-advertising {
  width: 300px;
}

.context-advertising_static {
  color: #9f9f9f;
}

.context-advertising__skeleton {
  font-size: 22px;
  line-height: 300px;
  height: 300px;

  text-align: center;
  background-color: #dedede;
  color: #fff;
}

.image {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.avatar {
  font-size: 40px;
  line-height: 1;
  width: 1em;
  height: 1em;
  border-radius: 50%;
}

.avatar_img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  object-fit: cover;
}

.avatar_icon {
  color: #4EB8BE;
  background-color: #fff;
}

.picture {
  display: block;
}

.big-stream {
  height: 70vh;
  min-height: 335px;
  height: 100vh;
  background: #000;
  position: relative;
}

.big-stream__image {
  -webkit-filter: grayscale(1) brightness(0.5);
  -moz-filter: grayscale(1) brightness(0.5);
  -o-filter: grayscale(1) brightness(0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
  filter: gray(1) brightness(0.5);
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  object-fit: contain;
}

.big-stream__icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 15%;
  color: #fff;
  font-size: 140px;
  line-height: 1;
  opacity: 0.4;
  transition-property: color, opacity;
  transition-duration: 0.2s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.big-stream__icon:hover {
    opacity: 1;
  }

.big-stream__header {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  width: 100%;
}

.big-stream__label {
  background-color: #D5442B;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  padding: 3px 10px;
}

.big-stream__title {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
}

.big-stream__program {
  color: #D5442B;
}

@media (min-width: 670px) {
  .big-stream {
    height: 60vh;
    min-height: 615px;
  }

  .big-stream__icon {
    font-size: 280px;
  }

  .big-stream__header {
    bottom: 60px;
  }

  .big-stream__label {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .big-stream__title {
    font-size: 80px;
  }
}

@media (min-width: 960px) {
  .big-stream {
    width: 100%;
    min-height: 720px;
  }
}

.nav-tvsections {
  margin-bottom: 60px;
}

.nav-tvsections__label {
  color: #bebebe;
  font-size: 12px;
  margin-bottom: 10px;
}

.nav-tvsections__nav {
  font-size: 17px;
  line-height: 1.53;
}

.nav-tvsections__link {
  display: inline-block;
  padding: 4px 10px;
}

.nav-tvsections__link:first-child {
    background-color: #00b3bb;
    color: #fff;
  }

@media (min-width: 768px) {
  .nav-tvsections__nav {
    margin-left: -10px;
  }
}

.context-material {
  width: 100%;
  position: relative;
  min-height: 80px;
  background-color: #e9fcfd;
}

.context-material__image {
  display: block;
  float: left;
  margin-right: 10px;
  height: 80px;
}

.context-material__label {
  color: #F29A31;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 5px;
}

.context-material__title {
  display: block;
  font-size: 13.5px;
  width: auto;
}

.context-material__title:hover {
    color: #D5442B;
  }

.context-material__title:focus {
    color: #D5442B;
  }

.context-material__description {
  display: none;
}

.context-material__clear {
  position: absolute;
  top: 10px;
  right: 10px;

  line-height: 1;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .context-material {
    padding: 10px;
    border: 1px solid #4EB8BE;
    text-align: center;

    font-size: 17px;
    line-height: 1.53;
    background-color: transparent;
  }

  .context-material__bow {
    border-style: solid;
    border-color: #4EB8BE;
    border-bottom-color: transparent;
    border-width: 20px 30px 7px;

    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
  }

  .context-material__image {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-height: 145px;
    height: auto;
  }

  .context-material__label {
    display: none;
  }

  .context-material__title {
    width: 100%;
    font-size: 15px;
    color: #4EB8BE;
  }

  .context-material__description {
    display: block;
  }
}

.context-stream {
  display: none;
}

@media (min-width: 768px) {
  .context-stream {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 330px;
    position: relative;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .context-stream__program {
    width: 100%;
    font-family: RistrettoPro, PTSerif, Arial, sans;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 35px;
  }

  .context-stream__link {
    width: 100%;
    min-height: 70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #F29A31;
    border-bottom: 1px solid #F29A31;
    outline: none;
  }

  .context-stream__title {
    font-size: 18.75px;
    line-height: 20px;
    width: 55%;
  }

  .context-stream__image {
    max-height: 120px;
    width: 45%;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }

  .context-stream__icon {
    position: absolute;
    left: 10%;
    bottom: -0.5em;

    font-size: 30px;
    line-height: 1;
    padding: 0 5px;

    background-color: #fff;
  }

  .context-stream__person {
    font-size: 11px;
    margin-left: auto;
    margin-top: 5px;
  }

  .context-stream__clear {
    position: absolute;
    top: 10px;
    right: 10px;

    line-height: 1;
    border-radius: 50%;
    width: 20px;
    height: 20px;
  }
}

.person-sign-author {
  font-size: 17px;
  line-height: 1.53;
}

.person-sign__label {
  opacity: 0.5;
  margin-right: 10px;
}

.person-sign__image {
  width: 53px;
  height: 53px;
  object-fit: cover;
}

.person-sign_inline .person-sign__image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 0;
    border-radius: 50%;
    overflow: hidden;
  }

.person-sign_pretty .person-sign__image {
    border: 3px solid #4EB8BE;
    background-color: #fff;
  }

.person-sign_pretty .person-sign__name {
    color: inherit;
  }

.person-sign_pretty .person-sign__name:hover {
    color: #D5442B;
  }

.person-sign_pretty .person-sign__name:focus {
    color: #D5442B;
  }

.person-sign_multiple .person-sign__name:after {
    content: ", ";
    margin-right: 5px;
  }

.person-sign_multiple .person-sign__name:last-child:after {
    display: none;
  }

.block-header-article {
  width: 100%;
  height: 100vh;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.block-header-article__picture {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.block-header-article__image {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}

.block-header-article__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;

  position: relative;
  z-index: 2;

  height: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.block-header-article__title {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;

  width: 100%;
  margin-bottom: 10px;
}

.block-header-article__description {
  font-size: 17px;
  line-height: 1.53;
  text-align: center;

  margin-bottom: 25px;
}

.block-header-article_gamma_dark {
  color: #fff;
}

.block-header-article_gamma_dark .block-header-article__image {
    -webkit-filter: grayscale(1) brightness(0.5);
    -moz-filter: grayscale(1) brightness(0.5);
    -o-filter: grayscale(1) brightness(0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
    filter: gray(1) brightness(0.5);
  }

.block-header-article_gamma_light .block-header-article__image {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
    filter: #808080;
  }

.block-header-article_gamma_black-opacity {
  color: #fff;
}

.block-header-article_gamma_black-opacity:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.35;
  }

@media (min-height: 500px) {
  .block-header-article__description {
    min-height: 100px;
  }
}

@media (min-width: 670px) {
  .block-header-article {
    min-height: 500px;
  }

  .block-header-article__title {
    font-size: 80px;
  }
}

@media (min-width: 768px) {
  .block-header-article__container {
    padding-left: 0;
    padding-right: 0;
  }

  .block-header-article__title {
    font-size: 120px;
  }

  .block-header-article__description {
    max-width: 53.33334%;
  }
}

.block-image {
  width: 100%;
  position: relative;
}

.block-image__picture {
  max-width: 100%;
  margin: 0 auto 10px;
}

.block-image__description {
  display: block;
  margin-bottom: 10px;
  font-size: 18.75px;
  line-height: 20px;
}

.block-image__author {
  display: block;
  font-size: 12px;
  line-height: 13.34px;
}

.block-image_news .block-image__picture {
    margin-bottom: 20px;
  }

@media (max-width: 767px) {
  .block-image__meta {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
    .block-image_full-width .block-image__picture {
      margin-bottom: 0;
    }
    .block-image_full-width .block-image__meta {
      position: absolute;
      bottom: 20px;
      left: 2%;

      width: 20%;
      min-width: 200px;
      padding: 10px 15px;
      background-color: rgba(0,0,0,0.5);
      color: #fff;
    }
    .block-image_full-width .block-image__description {
      margin-bottom: 20px;
      font-family: RistrettoPro, PTSerif, Arial, sans;
      font-size: 40px;
      line-height: 1;
    }
    .block-image_full-width .block-image__author {
      font-size: 17px;
      line-height: 1.53;
    }
  .block-image_leftside {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

    .block-image_leftside .block-image__picture {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; /* === 0 0 auto */
      margin: 0;
      width: 66.6667%;
    }

    .block-image_leftside .block-image__meta {
      margin-left: 40px;
      width: 100%;
    }
}

.block-header-news {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.block-header-news__title {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 30px;

  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  box-sizing: border-box;
}

.block-header-news__time {
  display: block;
  color: #9f9f9f;
  margin-bottom: 70px;
}

.block-header-news__image {
  margin-bottom: 60px;
}

.block-header-news__description {
  color: #4EB8BE;
  font-size: 17px;
  line-height: 1.53;
}

@media (max-width: 767px) {
  .block-header-news__title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-header-news__time {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-header-news__description {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 670px) {
  .block-header-news__title {
    font-size: 100px;
  }
  .block-header-news__description {
    font-size: 24px;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .block-header-news {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.block-header-second {
  width: 100%;
  text-align: center;
}

.block-header-second__overline {
  font-size: 18.75px;
  margin-bottom: 10px;
}

.block-header-second__caption {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
}

.block-header-second__underline {
  font-size: 18.75px;
}

@media (min-width: 768px) {
  .block-header-second {
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-header-second__overline {
    margin-bottom: 20px
  }

  .block-header-second__caption {
    font-size: 6em;
    line-height: 0.89;
    margin-bottom: 20px
  }
}

.block-header-third {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 40px;
  line-height: 1;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .block-header-third {
    font-size: 4em;
    padding: 0;
  }
}

.input {
  font-size: inherit;
  line-height: inherit;
}

.input_password,
.input_text {
  border: 1px solid #d8d8d8;
  padding: 8px 10px 8px 13px;
  width: 100%;
  box-sizing: border-box;
}

.input_password::-webkit-input-placeholder {
    color: #B7B7B7;
  }

.input_password:-ms-input-placeholder {
    color: #B7B7B7;
  }

.input_password::placeholder {
    color: #B7B7B7;
  }

.input_text::-webkit-input-placeholder {
    color: #B7B7B7;
  }

.input_text:-ms-input-placeholder {
    color: #B7B7B7;
  }

.input_text::placeholder {
    color: #B7B7B7;
  }

.input_radio {
  font-family: inherit;
  visibility: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: inherit;
  vertical-align: middle;

  color: #4EB8BE;
  font-size: 2em;
  line-height: 20px;
  width: 20px;
  height: 20px;
}

.input_radio:before {
    content: "\2022";
    overflow: hidden;
    visibility: visible;

    font-size: 0;
    line-height: inherit;
    text-align: center;

    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;

    color: inherit;
    background-color: rgba(218,218,218,0.4);
    box-shadow: inset 0 0px 2px 0 rgba(0,0,0,0.15);
    transition-property: font-size, color, background-color, box-shadow;
    transition-duration: 0.2s;
  }

.input_radio:focus:before,
  .input_radio:hover:before {
    background-color: rgba(0,179,187,0.3);
  }

.input_radio:checked:before {
    font-size: inherit;
    background-color: rgba(0,179,187,0.3);
    box-shadow: inset 0 0px 2px 0 rgba(0,179,187,0.4);
  }

.input_checkbox {
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  vertical-align: middle;

  color: #fff;
  width: 1em;
  height: 1em;
}

.input_checkbox:before {
    content: "\2713";
    overflow: hidden;
    visibility: visible;

    font-size: 0;
    line-height: 1;
    text-align: center;

    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 2px solid #e0e0e0;

    color: inherit;
    transition-property: font-size, background-color, border-color;
    transition-duration: 0.2s;
  }

.input_checkbox:focus:before {
    border-color: #4EB8BE;
    background-color: #4EB8BE;
  }

.input_checkbox:hover:before {
    border-color: #4EB8BE;
    background-color: #4EB8BE;
  }

.input_checkbox:checked:before {
    font-size: inherit;
    border-color: #4EB8BE;
    background-color: #4EB8BE;
  }

.input_switch {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  border-radius: 2px;
  box-shadow: inset 0 0px 2px 0 rgba(0,0,0,0.15);

  background-color: #fff;
  color: #9f9f9f;

  width: 70px;
  height: 25px;
}

.input_switch:before {
    content: "\41D\435\442";
    text-align: left;
    padding: 0 15px;

    font-family: PTSerif, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 25px;

    width: 100%;
    display: inline-block;
    box-sizing: border-box;
  }

.input_switch:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #d5442b;

    transition-property: background-color, right;
    transition-duration: 0.2s;
  }

.input_switch:checked:before {
    content: "\414\430";
    text-align: right;
  }

.input_switch:checked:after {
    right: 45px;
    background-color: #52ac39;
  }

.input_error {
  box-shadow: 0 0 3px #D5442B;
}

.input_offset {
  padding-left: 40px;
}

.separator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;

  position: relative;

  height: 2em;
}

.separator__line {
  margin: 0;
  width: 100%;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: inherit;
}

.separator__icon {
  position: absolute;
  background-color: #fff;
  padding: 0 10px;
}

.separator_black {
  color: #000;
  border-color: #000;
}

.separator_orange {
  color: #D5442B;
  border-color: #D5442B;
}

.input-password {
  position: relative;
}
.input__btn-eye {
  position: absolute;
  right: 12px;
  top: 9px;
  font-size: 1.2em;
}

.input-date-icon {
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 1.2em;
  z-index: 1;
  color: #4EB8BE;
}

.rdt {
  position: relative;
}

.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  max-width: 85vw;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  font-size: 15px;
  line-height: 1.33334;
  color: #000;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  border: 1px solid #f9f9f9;
}

.rdtOpen .rdtPicker {
  display: block;
}

.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}

.rdtPicker .rdtTimeToggle {
  text-align: center;
}

.rdtPicker table {
  width: 100%;
  margin: 0;
}

.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}

.rdtPicker td {
  cursor: pointer;
}

.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}

.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}

.rdtPicker td.rdtToday {
  position: relative;
}

.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}

.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.rdtPicker td span.rdtOld {
  color: #999999;
}

.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}

.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default;
}

.rdtPicker th.rdtSwitch {
  width: 100px;
}

.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}

.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.rdtPicker thead tr:first-child th {
  cursor: pointer;
}

.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}

.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}

.rdtPicker button:hover {
  background-color: #eee;
}

.rdtPicker thead button {
  width: 100%;
  height: 100%;
}

td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}

td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}

.rdtCounters {
  display: inline-block;
}

.rdtCounters > div {
  float: left;
}

.rdtCounter {
  height: 100px;
}

.rdtCounter {
  width: 40px;
}

.rdtCounterSeparator {
  line-height: 100px;
}

.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.rdtCounter .rdtBtn:hover {
  background: #eee;
}

.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}

.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}

.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}

.rdtTime td {
  cursor: default;
}

.search-empty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;

  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 40px;
  line-height: 1;
}

.search-empty__emotion {
  margin-right: 20px;
  font-size: 2em;
  white-space: nowrap;
  color: #4EB8BE;
}

.search-empty__query {
  color: #D5442B;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0,0,0, 0.4);
}

.modal__close {
  position: absolute;
  z-index: 3;
  top: 10%;
  right: 10%;
  font-size: 2em;
  background: transparent;
  color: #FFF;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.modal__close:hover,
.modal__close:focus {
  background: transparent;
  color: #000;
}

.modal__content {
  z-index: 2;
  overflow: hidden auto;

  max-width: 90%;
  max-height: 90%;
  min-width: 50%;
  border-radius: 3px;
  padding: 0;
  background-color: transparent;
}

.modal__content_colored {
  padding: 10px;
  background-color: #FFF;
}

.modal__label {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 2em;
  margin-bottom: 10px;
}

.modal__describe {
  margin-bottom: 10px;
}

.modal__button {
  margin-right: 10px;
}

.modal__buttons {
  margin-top: 20px;
}

.tabs {
  display: block;
}

.tabs__list {
  margin-bottom: 40px;
  margin-left: -11px;
}

.tabs__tab {
  font-size: 17px;
  line-height: 1.53;
  padding: 0 10px;
  margin-right: 15px;
  border-radius: 3px;
  position: relative;
  color: #4EB8BE;
}

.tabs__tab:last-child {
    margin-left: 0;
  }

.tabs__tab_active,
.tabs__tab:hover,
.tabs__tab:focus {
  color: #fff;
}

.tabs__tab_active {
  border: 1px solid #4EB8BE;
}

.tabs__tab_active:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top-color: #4EB8BE;
  }

.myetv {
  font-size: 60px;
  margin-bottom: 20px;
  color: #dfdfdf;
}
.myetv__mo {
  color: #00b3bb;
}
.myetv__yo {
  display: inline-block;
  position: relative;
}
.myetv__yo:before {
    color: #00b3bb;
    content: '..';
    display: block;
    position: absolute;
    top: -12px;
    line-height: 0;
  }
.myetv__icon {
  font-size: 2em;
}

.image-slider {
  display: -ms-grid;
  display: grid;
  height: 434px;
  width: 100%;
  position: relative;

  /* grid-gap: 4px; не работает в ie/edge */
}

.image-slider_items_1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
      grid-template-areas: "first";
}

.image-slider_items_2 {
  -ms-grid-columns: 1fr 4px 1fr;
  grid-template-columns: 1fr 4px 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
      grid-template-areas:
    "first . second"
    "first . second";
}

.image-slider_items_3 {
  -ms-grid-columns: 1fr 1fr 4px 1fr;
  grid-template-columns: 1fr 1fr 4px 1fr;
  -ms-grid-rows: 1fr 4px 1fr;
  grid-template-rows: 1fr 4px 1fr;
      grid-template-areas:
    "first first . second"
    "first first . ."
    "first first . third";
}

.image-slider_items_4 {
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr;
  grid-template-columns: 1fr 4px 1fr 4px 1fr;
  -ms-grid-rows: 1fr 4px 1fr 4px 1fr;
  grid-template-rows: 1fr 4px 1fr 4px 1fr;
      grid-template-areas:
    "first first first . second"
    "first first first . ."
    "first first first . third"
    "first first first . ."
    "first first first . fourth";
}

.image-slider_items_5 {
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr 4px 1fr 4px 1fr 4px 1fr;
  grid-template-columns: 1fr 4px 1fr 4px 1fr 4px 1fr 4px 1fr 4px 1fr;
  -ms-grid-rows: 1fr 1fr 4px 1fr;
  grid-template-rows: 1fr 1fr 4px 1fr;
      grid-template-areas:
    "first first first first first . second second second second second"
    "first first first first first . second second second second second"
    ". . . . . . . . . . ."
    "third third third . fourth fourth fourth . fifth fifth fifth";
}

.image-slider__thumb {
  color: #fff;

  position: relative;
  background-position: center;
  background-origin: border-box;
  background-repeat: no-repeat;
  background-size: cover;

  /* в ie/edge не поддерживает на уровне контейнера */
  -ms-grid-column-align: stretch;
      justify-self: stretch;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}

.image-slider__thumb:hover {
    transition: -webkit-filter 0.2s linear;
    transition: filter 0.2s linear;
    transition: filter 0.2s linear, -webkit-filter 0.2s linear;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }

.image-slider__thumb:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: first;
}

.image-slider_items_2 > .image-slider__thumb:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.image-slider_items_3 > .image-slider__thumb:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.image-slider_items_4 > .image-slider__thumb:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.image-slider_items_5 > .image-slider__thumb:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.image-slider__thumb:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: second;
}

.image-slider_items_3 > .image-slider__thumb:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
}

.image-slider_items_4 > .image-slider__thumb:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
}

.image-slider_items_5 > .image-slider__thumb:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
}

.image-slider__thumb:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
  grid-area: third;
}

.image-slider_items_4 > .image-slider__thumb:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.image-slider_items_5 > .image-slider__thumb:nth-child(3) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.image-slider__thumb:nth-child(4) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  grid-area: fourth;
}

.image-slider_items_5 > .image-slider__thumb:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
}

.image-slider__thumb:nth-child(5) {
  -ms-grid-row: 4;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-area: fifth;
}

.image-slider__surplus {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 4em;

  background-color: rgba(78,184,190, 0.8);
}

.image-slider__count {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  color: #fff;
  pointer-events: none;
  background-image: linear-gradient(0deg, #000, transparent);
}

.slider-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;

  overflow: visible;
  padding: 0;
  background-color: transparent;
  height: 100%;
  width: 100%;
}

.slider-modal__btn-prev,
.slider-modal__btn-next {
  position: absolute;
  top: 30%;
  z-index: 1;
  cursor: pointer;

  color: rgba(255,255,255,0.7);
  background-color: transparent;

  font-size: 3em;
  line-height: 1;
}

.slider-modal__btn-prev:hover,
  .slider-modal__btn-prev:focus,
  .slider-modal__btn-next:hover,
  .slider-modal__btn-next:focus {
    color: #fff;
    background-color: transparent;
  }

.slider-modal__btn-prev {
  left: 5%;
}

.slider-modal__btn-next {
  right: 5%;
}

.slider-modal__content {
  position: relative;
}

.slider-modal__image {
  max-height: calc(100vh - 125px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider-modal__meta {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 200px;
  max-width: 50%;
  padding: 10px 15px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  box-sizing: border-box;
}

.slider-modal__description {
  margin-bottom: 10px;
  font-size: 18.75px;
  line-height: 20px;
}

.slider-modal__author {
  font-size: 12px;
  line-height: 13.34px;
}

.slider-modal__thumbs {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  width: 100%;
  height: 85px;
  overflow: auto;
}

.slider-modal__thumb {
  -webkit-flex: 0 0 125px;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
  height: 100%;
  box-sizing: border-box;
  margin-right: 5px;

  background-position: center;
  background-origin: border-box;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-modal__thumb_selected {
  border: 4px solid #4EB8BE;
}

.slider {
  width: 100%;
}

.slider__content-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.slider__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: -15px;
}

.slider__item {
  padding: 0;
  margin: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
}

.slider__item_single {
  width: 100%;
  margin: 0;
}

.slider__item_fourth {
  width: calc(50% - 15px);
}

.slider__arrow-left,
.slider__arrow-right {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  line-height: 1;

  color: #fff;
  transition: opacity 0.2s;
}

.slider__arrow-left:hover,
  .slider__arrow-left:focus,
  .slider__arrow-right:hover,
  .slider__arrow-right:focus {
    opacity: 0.8;
  }

.slider__arrow-left {
  left: 0;
}

.slider__arrow-right {
  right: 0;
}

.slider__bullets {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  list-style: none;
  padding: 0;
}

.slider__bullet {
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 0 10px 0 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 50%;
  cursor: pointer;
  background-color: #c2c9ca;
}

.slider__bullet:hover,
  .slider__bullet:focus {
    box-shadow: 0 0 4px 0 rgb(0,0,0);
  }

.slider__bullet:last-child {
    margin-right: 0;
  }

.slider__bullet_selected {
  background-color: #575b5b;
}

@media (min-width: 500px) {
  .slider__item_fourth {
    width: calc(33.333% - 15px);
  }
}

@media (min-width: 960px) {
  .slider__item_fourth {
    width: calc(25% - 15px);
  }
}

.block-interesting {
  width: 100%;
}

.block-interesting__header {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.block-interesting__title {
  display: inline-block;
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 60px;
  line-height: 1;
  color: #D5442B;
  background-color: #fff;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}

.block-interesting__rule {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;

  background-color: #D5442B;
}

.block-interesting__materials {
  margin-bottom: 40px;
}

.block-interesting__material {
  display: block;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  color: #D5442B;
}

.block-interesting__image {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  max-width: 100%;
  border: none;
  margin-left: 0;
  margin-right: 20px;
  object-fit: cover;
}

.block-interesting__name {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.53;
}

.block-interesting__separator {
  width: 75%;
  margin: 0 auto;
}

@media (min-width: 670px) {
  .block-interesting__materials {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }

  .block-interesting__material {
    -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

    .block-interesting__material:last-child {
      margin-right: 0;
    }

  .block-interesting__image {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .block-interesting__name {
    margin-top: 0;
  }
}

@media (min-width: 960px) {
  .block-interesting__material {
    -webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px;
  }
}

.block-poll {
  width: 100%;
  border-width: 1px 0;
  border-color: #4EB8BE;
  border-style: solid;

  padding: 20px 0;
  margin-left: 15px;
  margin-right: 15px;
}

.block-poll__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
  border: none;
}

.block-poll__container {
  width: 85%;
  margin: 0 auto;
}

.block-poll__question {
  margin-bottom: 20px;
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 32px;
  line-height: 1;
}

.block-poll__answers {
  color: inherit;
  list-style: none;
  padding-left: 0;
}

.block-poll_image .block-poll__answers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

.block-poll_image .block-poll__answer {
    font-size: 12px;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    margin-bottom: 0;
    padding: 20px 16px;
    box-sizing: border-box;
    min-width: 140px;
  }

.block-poll__answer {
  position: relative;
  cursor: pointer;
  outline: none;
  font-size: 17px;
  line-height: 1.53;
  margin-bottom: 20px;
  padding-left: 0;
}

@media (min-width: 361px) {
    .block-poll_image .block-poll__answers {
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
}

@media (min-width: 670px) {
  .block-poll {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .block-poll__container {
    width: 70%;
  }

  .block-poll__question {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.answer-content__label {
  display: block;
  position: relative;
  cursor: inherit;

  /* answer-content__input margin-left + width */
  margin-left: -35px
}
.answer-content__input {
  margin-right: 15px;
}
.answer-content__image-wrap {
  display: inline-block;
  position: relative;
}
.answer-content__percent {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 30px;
  line-height: 1;
}
.answer-content__area {
  background-color: #B7B7B7;
  position: absolute;
  top: 100%;
  left: 0;
  height: 10px;
}
.block-poll__answer_voted {
  pointer-events: none;
  color: #B7B7B7;
}
.block-poll__answer_voted .answer-content__label {
    margin-left: 0;
  }
.block-poll__answer_voted_top {
  color: #D5442B;
}
.block-poll__answer_voted_top .answer-content__area {
    background-color: #D5442B;
  }
.block-poll_text .block-poll__answer:focus,
  .block-poll_text .block-poll__answer:hover {
    color: #4c84bb;
  }
.block-poll_text .block-poll__answer_selected {
    color: #00b3bb;
  }
.block-poll_text .answer-content__percent {
    position: absolute;
    bottom: 0;
    left: -50px;
  }
.block-poll_image .block-poll__answer_selected,
  .block-poll_image .block-poll__answer:focus,
  .block-poll_image .block-poll__answer:hover {
    background-color: #f2fbfc;
  }
.block-poll_image .answer-content__percent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;

    font-size: 40px;
  }
@media (min-width: 670px) {
  .block-poll__vote-btn {
    margin-top: 20px;
  }
}

.block-quote {
  position: relative;
}

.block-quote_new {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #4EB8BE;
  padding-left: 7%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.block-quote_new .block-quote__image {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    display: block;
    max-width: 40%;
  }

.block-quote_new .block-quote__info {
    position: relative;
  }

.block-quote_new .block-quote__icon {
    color: #4EB8BE;
    font-size: 3em;
    line-height: 1;

    position: absolute;
    left: -1.14em;
    top: -0.2em;
    z-index: 1;
  }

.block-quote_new .block-quote__author {
    font-family: RistrettoPro, PTSerif, Arial, sans;
    font-size: 40px;
    line-height: 1;
  }

.block-quote_new .block-quote__job {
    margin-bottom: 20px;
  }

.block-quote_new .block-quote__quote {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 17px;
    line-height: 1.53;
  }

.block-quote_big {
  border: 1px solid #B7B7B7;
  border-left: 0;
  border-right: 0;
  padding: 30px 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

.block-quote_big .block-quote__icon {
    color: #4EB8BE;
    background-color: #fff;
    font-size: 3em;
    line-height: 1;
    padding: 0 30px;

    position: absolute;
    top: -0.5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }

.block-quote_big .block-quote__quote {
    width: 100%;
    font-size: 18.75px;
    line-height: 26px;
    font-style: italic;
  }

.block-quote_big .block-quote__person {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 65%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 20px;
    background-color: #fff;
  }

.block-quote_think {
  padding: 20px 0;
}

.block-quote_think .block-quote__quote {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e8fafa;
    font-size: 17px;
    line-height: 1.53;
    overflow: hidden;
  }

.block-quote_think .block-quote__icon {
    position: absolute;
    color: #fff;
    right: -0.2em;
    bottom: 0;
    font-size: 5em;
    line-height: 1;
  }

@media (min-width: 768px) {
    .block-quote_new .block-quote__info {
      width: 57%;
    }
    .block-quote_new .block-quote__icon {
      font-size: 7em;
    }
    .block-quote_new .block-quote__author {
      font-size: 62px;
    }

    .block-quote_new .block-quote__quote {
      font-size: 22px;
      line-height: 1.2;
    }
    .block-quote_think .block-quote__quote {
      font-size: 22px;
      line-height: 1.2;
      margin-left: -40px;
      padding-left: 40px;
      padding-right: 40px;
    }
}

@media (max-width: 767px) {
  .block-quote__quote {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.block-separator {}

.block-text {
  font-size: 17px;
  line-height: 1.53;
}

  .block-text p {
    margin-bottom: 20px;
  }

  .block-text p:last-child {
      margin-bottom: 0;
    }

/* Буквица */

.block-text_initials:first-letter {
  float: left;
  text-transform: uppercase;
  font-size: 8.4em;
  line-height: 0.9;
  padding-right: 0.126em;
  margin-left: -0.374em;
  color: #d5442b;
}

@media (max-width: 767px) {
  .block-text {
    padding-left: 15px;
    padding-right: 15px;
  }

    .block-text_initials:first-letter {
      margin-left: 0;
    }
}

.form {
  display: block;
  position: relative;
}
.form_inline {
  max-width: 800px;
}
.form__line {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__line_h {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 40px;
  line-height: 1;
}
.form__delimiter {
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid;
  border-top: none;
}
.form__label {
  font-size: 17px;
  margin: 0 10px;
}
.form__label_inline {
  -webkit-flex: 0 0 160px;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  color: #B7B7B7;
}
.form__label_hang {
  line-height: 40px;
  width: 100%;
}
.form__input_full {
  width: 100%;
}
.form__error {
  color: #D5442B;
  font-size: 13px;
  width: 100%;
}
.form__hint {
  margin-top: 5px;
  width: 100%;
  font-size: 13px;
  color: #cacaca;
}
.form-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-items__item {
  -webkit-flex-basis: 300px;
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
  margin-bottom: 20px;
}
.form-props {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  background-color: #f2fafc;
  box-sizing: border-box;
}
.form-props__item {
  padding: 10px;
  -webkit-flex-basis: 200px;
      -ms-flex-preferred-size: 200px;
          flex-basis: 200px;
  margin-right: 50px;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 960px) {
  .form__line_inline {
    -webkit-flex-wrap: initial;
        -ms-flex-wrap: initial;
            flex-wrap: initial;
    -webkit-align-items: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }

  .form__label_hang {
    position: absolute;
    right: 100%;
    -webkit-align-self: start;
        -ms-flex-item-align: start;
                -ms-grid-row-align: start;
            align-self: start;
  }

  .form__label_third {
    width: 33.334%;
  }

  .form__label_align-right {
    text-align: right;
  }
}

.select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  width: 100%;
}
.select_error {
  box-shadow: 0 0 3px #D5442B;
}
.select_disabled {
  cursor: not-allowed;
}
.select__workspace {
  width: 100%;
  min-height: 36px;
  border: 1px solid #B7B7B7;
  cursor: pointer;
}
.select__placeholder {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #B7B7B7;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 0;
}
/* VALUES */
.select__values {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 5px 0 0 5px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.select__value {
  background-color: #4EB8BE;
  color: #fff;
  cursor: default;
  white-space: nowrap;
  list-style-type: none;
}
.select__delete-btn {
  line-height: 1;
  margin-left: 5px;
}
.select__delete-btn:hover {
    color: #D5442B;
    background-color: inherit;
  }
.select__delete-btn:focus {
    color: #D5442B;
    background-color: inherit;
  }
.select__search {
  border: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  background-color: transparent;
}
.select__value,
.select__search {
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 5px 5px 0;
}
/* OPTIONS */
.select__options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;

  width: 100%;
  max-height: 240px;
  overflow-y: auto;

  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;

  background-color: #fff;
  border-color: #B7B7B7;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}
.select__options::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
.select__options::-webkit-scrollbar-thumb {
    background: #00B3BB;
  }
.select__options::-webkit-scrollbar-track {
    background: #efefef;
  }
.select__options {

  scrollbar-face-color: #00B3BB;
  scrollbar-track-color: #efefef;
}
.select__option {
  text-align: left;
  outline: none;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #B7B7B7;
}
.select__option:hover {
    color: #fff;
    background-color: #4EB8BE;
  }
.select__option:focus {
    color: #fff;
    background-color: #4EB8BE;
  }
.select__option:last-child {
    border-bottom: 0;
  }
.select__option-placeholder {
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #B7B7B7;
}
.select__option-placeholder,
.select__option {
  padding-left: 9px;
  line-height: 40px;
}

.textarea {
  resize: none;

  font-family: inherit;
  font-size: inherit;
  line-height: inherit;

  box-sizing: border-box;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #B7B7B7;
}
.textarea::-webkit-input-placeholder {
  color: #B7B7B7;
}
.textarea:-ms-input-placeholder {
  color: #B7B7B7;
}
.textarea::placeholder {
  color: #B7B7B7;
}
.textarea_masked {
  font-style: inherit;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  text-transform: inherit;
  text-align: inherit;
  resize: none;
  overflow: hidden;
}
.textarea_error {
  box-shadow: 0 0 3px #D5442B;
}

.select-files {
  max-width: 290px;
  margin: 0 auto;
}
.select-files_error {
  box-shadow: 0 0 3px #D5442B;
}
/* SELECTED */
.select-files__file {
  margin-bottom: 10px;
}
.select-files__file_inline {
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
/* SELECTION */
.select-button {
  width: 100%;
  text-align: center;
  color: #4EB8BE;
  border: 2px dashed #4EB8BE;
  border-radius: 4px;
  padding: 2em;

  transition-duration: 0.2s;
  transition-property: color, border-color, background-color;
}
.select-button:focus {
    color: #00B3BB;
    border-color: #00B3BB;
    background-color: rgba(95,248,255,0.5);
  }
.select-button:hover {
    color: #00B3BB;
    border-color: #00B3BB;
    background-color: rgba(95,248,255,0.5);
  }
.select-button_inline {
  padding: 5px;
}
.select-files__icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.4em;
}
/* MODAL */
.modal-select-files {
  width: 90%;
  height: 90%;
}
.modal-select-files__window {
  width: 100%;
  height: 100%;
}

.set-mail {
  margin-top: 20px;
}

.set-mail__header {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
}

.set-mail__user {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #effcfc;
  padding: 20px 20px 20px 40px;
  margin-bottom: 20px;
}

.set-mail__avatar {
  display: block;
  margin-right: 10px;
}

.set-mail__title {
  font-size: 13px;
  color: #cacaca;
}

.set-mail__back {
  display: block;
  margin-top: 10px;
}

@media (min-width: 960px) {
  .set-mail {
    margin-top: 80px;
  }

  .set-mail__user {
    margin-left: -40px;
  }

  .set-mail__back {
    display: inline-block;
    margin-left: 10px;
  }
}

.modal-auth {
  width: 960px;
  color: #fff;
}
.input-file {
  position: relative;
  cursor: pointer;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;

  transition-property: border-color, background-color, color;
  transition-duration: 0.2s;
}

.input-file_light {
  color: #4EB8BE;
  border: 2px dashed #4EB8BE;
  width: 270px;
  height: 200px;
}

.input-file_light:hover {
    color: #D5442B;
    border-color: #D5442B;
  }

.input-file_light:focus {
    color: #D5442B;
    border-color: #D5442B;
  }

.input-file_dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.input-file_dark:hover,
  .input-file_dark:focus {
    background-color: rgba(0, 0, 0, 0.7);
  }

.input-file_error {
  box-shadow: 0 0 5px 2px #D5442B;
}

.input-file__clear {
  color: #D5442B;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1;
}

.input-file__clear:focus {
    color: #AB3622;
  }

.input-file__clear:hover {
    color: #AB3622;
  }

.input-file__error,
.input-file__tip {
  position: absolute;
  padding: 10px;
}

.input-file__error:before, .input-file__tip:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;

    border-style: solid;
    border-color: transparent;
    border-width: 10px;
    margin-left: -10px; /* (border-left-width+border-right-width) / 2 */
  }

.input-file__error {
  bottom: 100%;
  color: #fff;
  background-color: #AB3622;
}

.input-file__error:before {
    top: 100%;
    border-top-color: #AB3622;
  }

.input-file__tip {
  display: none;
  top: 100%;
  color: #fff;
  background-color: #000;
}

.input-file__tip:before {
    bottom: 100%;
    border-bottom-color: #000;
  }

.input-file:hover .input-file__tip {
  display: block;
}

.menu {
  position: relative;
}

.menu__list {
  min-width: 250px;

  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;

  background-color: #fff;
  border: 1px solid #dfdfdf;
}

.menu__label {
  color: #a1a1a1;
  margin-bottom: 15px;
}

.menu__item {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  text-align: left;
  background-color: transparent;
  color: #4EB8BE;
  border-bottom: 1px solid #dfdfdf;
}

.menu__item:last-child {
  border-bottom: none;
}

.menu__item_actived {
  background-color: transparent;
  color: #D5442B;
}

.menu__item:hover {
  background-color: transparent;
  color: #D5442B;
}

.menu__item:focus {
  background-color: transparent;
  color: #D5442B;
}

.menu__item_error {
  background-color: #D5442B;
  color: #FFF;
}

.menu__item_error.menu__item_actived {
  background-color: #AB3622;
  color: #FFF;
}

.menu__item_error:hover {
  background-color: #AB3622;
  color: #FFF;
}

.menu__item_error:focus {
  background-color: #AB3622;
  color: #FFF;
}

/* Подменю */

.menu_sub {
  border-bottom: 1px solid #dfdfdf;
}

.menu_sub .menu__button {
  text-align: left;
  width: 100%;
  padding: 10px;
}

.menu_sub .menu__list {
  top: 0;
  left: 100%;
}

.float-menu {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 50;
}

.float-menu__activator {
  width: 50px;
  height: 50px;
  font-size: 35px;
  color: #fff;
  background-color: #4EB8BE;
  border-radius: 50%;
  opacity: 0.7;
  box-shadow: 0 0 10px;
  transition-property: background-color, opacity;
}

.float-menu__activator:hover {
    color: #fff;
    opacity: 1;
    background-color: #00B3BB;
  }

.float-menu__activator:focus {
    color: #fff;
    opacity: 1;
    background-color: #00B3BB;
  }

.float-menu__activator_error {
  background-color: #D5442B;
}

.float-menu__activator_loading {
  background-color: #F29A31;
}

.float-menu__list {
  left: auto;
  right: 0;
  top: auto;
  bottom: 100%;
  margin-bottom: 15px;
}

.float-menu__list:before,
  .float-menu__list:after {
    content: '';
    border-style: solid;
    border-color: transparent;
    position: absolute;
    top: 100%;
  }

.float-menu__list:before {
    border-top-color: #dfdfdf;
    border-width: 11px 11px 0;
    right: 13px;
  }

.float-menu__list:after {
    border-top-color: #fff;
    border-width: 10px 10px 0;
    right: 14px;
  }

@media (max-width: 300px) {
  .float-menu__list {
    min-width: auto;
  }
}

.block-context-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.block-context-menu__button {
  font-size: 1.2em;
  line-height: 1;
  padding: 5px;
  background: rgba(255,255,255,0.5);
}

.block-context-menu__icon {
  padding: 0 3px;
}

.menu-blocks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.menu-blocks__button {
  width: 42px;
  height: 42px;
  font-size: 1.4667em;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #4EB8BE;
  z-index: 2;
  background-color: #fff;

  transition-property: color, background-color, border-color;
}

.menu-blocks__button:focus {
    border-color: #D5442B;
  }

.menu-blocks__button:hover {
    border-color: #D5442B;
  }

.menu-blocks__list {
  min-width: 0;
  position: static;
  padding-left: 20px;
  margin-left: -20px;
  z-index: 1;
  border-color: #4EB8BE;
}

.menu-blocks__item {
  display: inline-block;
  width: auto;
  font-size: 1.3em;
  line-height: 1;
  padding: 10px 15px;
  border: 0;
}

.menu-blocks__item:hover {
  color: #fff;
  background-color: #4EB8BE;
}

.menu-blocks__item:focus {
  color: #fff;
  background-color: #4EB8BE;
}

.menu-gamma {
  outline: 0;
}

.menu-gamma__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-gamma__item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;

  padding: 10px;
  cursor: pointer;
  color: #000;
  background-color: #eee;
  border-bottom: 1px solid #ddd;

  transition-property: background-color, color;
  transition-duration: 0.2s;
}

.menu-gamma__item:last-child {
  border-bottom: none;
}

.menu-gamma__item input {
  visibility: hidden;
  clip: rect(0 0 0 0);
  /* Если выставить по нулям, то некоторые читалки могут игнорировать элемент */
  width: 1px;
  height: 1px;
}

.menu-gamma__item:hover {
  color: #fff;
  background-color: #4EB8BE;
}

.menu-gamma__item:focus {
  color: #fff;
  background-color: #4EB8BE;
}

.menu-gamma__item_actived {
  color: #fff;
  background-color: #4EB8BE;
}

.editable-input {
  cursor: text;
  min-height: 1em;
}

.editable-input:empty:not(:focus)::before {
  content: attr(placeholder);
  color: #B7B7B7;
}

.popup-toolbar {
  position: absolute;
  border: 1px solid #4EB8BE;
  background-color: #fff;
  z-index: 20;
}
.popup-toolbar:after,
.popup-toolbar:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
}
.popup-toolbar:before {
  border: 10px solid transparent;
  border-top-color: #fff;
  margin-left: -10px;
  z-index: 2;
}
.popup-toolbar:after {
  border: 11px solid transparent;
  border-top-color: #4EB8BE;
  margin-left: -11px;
  z-index: 1;
}
.popup-toolbar__buttonset {
  padding: 5px;
}
.popup-toolbar__button {
  font-size: 17px;
  padding: 9px 11px;
}
.popup-toolbar__button_actived {
  color: #fff;
  background-color: #4EB8BE;
}

.image-slider-edit {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-slider-edit__btn-prev,
.image-slider-edit__btn-next {
  position: absolute;
  top: 30%;
  z-index: 1;
  outline: 0;

  transition-property: text-shadow;
  transition-duration: 0.5s;
  color: rgba(255,255,255,0.7);
  background-color: transparent;

  font-size: 5em;
  line-height: 1;
  font-weight: lighter;
}

.image-slider-edit__btn-prev:hover,
  .image-slider-edit__btn-prev:focus,
  .image-slider-edit__btn-next:hover,
  .image-slider-edit__btn-next:focus {
    background-color: transparent;
    text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 2px;
  }

.image-slider-edit__btn-prev {
  left: 5%;
}

.image-slider-edit__btn-next {
  right: 5%;
}

.image-slider-edit__slides {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.image-slider-edit__slide {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;

  width: 0;
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.image-slider-edit__slide_selected {
  width: 100%;
  visibility: visible;
  -webkit-user-select: initial;
     -moz-user-select: initial;
      -ms-user-select: initial;
          user-select: initial;
}

.image-slider-edit__image {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.image-slider-edit__meta {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  width: 270px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.image-slider-edit__description {
  font-size: 19px;
  line-height: 1;
  margin-bottom: 10px;
}

.image-slider-edit__author {
  font-size: 12px;
  line-height: 1.5;
}

.image-slider-edit__thumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1px;
  padding: 0;
  list-style: none;
}

.image-slider-edit__thumb {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  width: 100px;
  height: 100px;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  cursor: pointer;
  margin-right: 1px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-slider-edit__thumb_selected {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.image-slider-edit__thumb:hover:before, .image-slider-edit__thumb_checked:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
  }

.image-slider-edit__thumb:hover .image-slider-edit__btn-check,
  .image-slider-edit__thumb:hover .image-slider-edit__btn-sel,
  .image-slider-edit__thumb_checked .image-slider-edit__btn-check,
  .image-slider-edit__thumb_checked .image-slider-edit__btn-sel {
    display: block;
  }

.image-slider-edit__thumb-image {
  display: block;
  max-width: 100%;
}

.image-slider-edit__btn-check {
  display: none;
  position: absolute;
  top: 0;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  border: 1px solid #B7B7B7;
  background-color: #fff;
}

.image-slider-edit__btn-sel {
  display: none;
  position: absolute;
  top: 0;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  border: 1px solid #B7B7B7;
  background-color: #fff;
}

.image-slider-edit__btn-check {
  left: 0;
}

.image-slider-edit__btn-sel {
  right: 0;
}

.image-slider-edit__counter {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 2.4px;
  text-align: center;
  margin-bottom: 10px;
}

.image-slider-edit__counter-cur {
  color: #4EB8BE;
}

.image-slider-edit__buttonset {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-slider-edit__btn-checkall {
  border-radius: 3px;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  border: 1px solid #B7B7B7;
}

.image-slider-edit__btn-delcheck {
  border-radius: 3px;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  border: 1px solid #B7B7B7;
}

.image-slider-edit__btn-checkall {
  margin-right: 10px;
}

.image-slider-edit__btn-delcheck {
  color: #D5442B;
}

.image-slider-edit__btn-add {
  padding: 10px;
  margin-left: auto;
  width: auto;
  border: 0;

  background-color: #D5442B;
  color: #fff;
}

.image-slider-edit__btn-add:hover {
    background-color: #AB3622;
    color: #fff;
  }

.image-slider-edit__btn-add:focus {
    background-color: #AB3622;
    color: #fff;
  }

.block-interesting__btn-del-material {
  position: absolute;
  top: 0;
  right: 45%;

  color: #D5442B;
}

  .block-interesting__btn-del-material:hover {
    color: #AB3622;
  }

  .block-interesting__btn-del-material:focus {
    color: #AB3622;
  }

.block-interesting__btn-add-material {
  color: #4EB8BE;
}

.block-interesting__btn-add-material:hover {
    color: #D5442B;
  }

.block-interesting__ico-add-material {
  display: block;
  margin-bottom: 20px;
  font-size: 5.9em;
  line-height: 1;
}

.block-interesting__add-select {
  margin-bottom: 20px;
}

.block-interesting-top {
  margin-bottom: 5px;
  color: #afafaf;
}

.block-poll__btn-del-answer {
  position: absolute;
  top: 0;
  right: 0;

  color: #D5442B;
}

  .block-poll__btn-del-answer:hover {
    color: #AB3622;
  }

  .block-poll__btn-del-answer:focus {
    color: #AB3622;
  }

  .block-poll__btn-del-answer:focus {
    box-shadow: 0px 0 3px 0 #AB3622;
    border-radius: 50%;
  }

.block-poll__btn-del-image {
  position: absolute;
  top: 0;
  left: 0;
}

.container-errors {
  position: absolute;
  right: 0;
  top: 0;

  color: #D5442B;
  list-style: none;
  padding: 0;
}

.container-error {
  font-size: 13px;
  padding: 0;
  margin-bottom: 5px;
}

.access-controls {
  display: inline-block;
}

.access-controls_small {
  border-top: 1px dashed #ddd;
  margin-top: 5px;
  padding-top: 5px;

  font-size: 12px;
  line-height: 13.34px;
}

.access-controls-btn-edit {
  margin-right: 10px;
}

.access-controls-btn-del {
  color: #D5442B;
}

.access-controls-btn-del:hover {
    color: #AB3622;
  }

.access-controls-btn-del:focus {
    color: #AB3622;
  }

@-webkit-keyframes show-block {
  from {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(800px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(800px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(800px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(800px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(800px);
            transform: perspective(800px);
  }
}

@keyframes show-block {
  from {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(800px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(800px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(800px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(800px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(800px);
            transform: perspective(800px);
  }
}

.snippet {
  padding: 0;
  margin: 0;
  list-style: none;

  position: relative;
  box-sizing: border-box;
  max-width: 290px;
  width: 100%;
}

.snippet_big {
  max-width: 610px;
}

.snippet_short {
  max-width: 230px;
}

.snippet_animate {
  -webkit-animation-name: show-block;
          animation-name: show-block;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

.snippet-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.snippet:hover .snippet-menu,
.snippet:focus .snippet-menu {
  display: block;
}

.snippet-row {
  width: 100%;
}

/* LIST */

.snippet-list {
  padding: 0;
  list-style: none;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.snippet-list .snippet {
    /* for fix safari bug */
    /* https://bugs.webkit.org/show_bug.cgi?id=136041#c2 */
    -webkit-flex: 1 1 290px;
        -ms-flex: 1 1 290px;
            flex: 1 1 290px;
    margin: 0 30px 40px 0;
  }

.snippet-list .snippet_big {
    -webkit-flex-basis: 610px;
        -ms-flex-preferred-size: 610px;
            flex-basis: 610px;
  }

.snippet-list .snippet_short {
    -webkit-flex-basis: 230px;
        -ms-flex-preferred-size: 230px;
            flex-basis: 230px;
    margin: 0 10px 20px 0;
  }

@media (max-width: 959px) {
  .snippet-list {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

    .snippet-list .snippet {
      margin-left: 15px;
      margin-right: 15px;
    }
}

.snippet-material__link {
  display: block;
  margin-bottom: 10px;
}

.snippet-material__img-wrap {
  position: relative;
  margin-bottom: 15px;
}

.snippet-material__image {
  width: 100%;
}

.snippet-material__section {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1px 11px 1px 6px;
  background-color: #4EB8BE;
  color: #fff;
}

.snippet-material__title {
  display: block;
  font-size: 24px;
  line-height: 1.25;
}

.snippet-material__date {
  display: block;
  font-size: 12px;
  line-height: 1.666667;
  color: #9f9f9f;
}

.snippet-material_short .snippet-material__link {
    margin-bottom: 0;
  }

.snippet-material_short .snippet-material__title {
    font-size: 18.75px;
    line-height: 1;
  }

.stream-clock {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stream-clock__sep {
  margin: 0 5px;
  -webkit-animation: opacity 1s linear infinite;
          animation: opacity 1s linear infinite;
}

.stream-clock__sup {
  font-size: 50px;
  line-height: 1;
}

.stream-clock__sub {
  font-size: 17px;
  line-height: 1.1764;
}

.stream-clock__sep {
  font-size: 37px;
  line-height: 1.2;
  font-weight: bold;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.stream-clock__big .stream-clock__sup {
    font-size: 80px;
    line-height: 0.6;
  }

.stream-clock__big .stream-clock__sub {
    font-size: 24px;
    line-height: 1;
  }

.stream-clock__big .stream-clock__sep {
    font-size: 60px;
    line-height: 0.7;
  }

@media (max-width: 669px) {
  .stream-clock_resp {
    border-radius: 5px;
    border: 1px solid #D5442B;
    padding: 2px 8px 0;
  }

    .stream-clock_resp .stream-clock__sup {
      margin-right: 5px;
    }

    .stream-clock_resp .stream-clock__sup,
    .stream-clock_resp .stream-clock__sub {
      font-size: 40px;
      line-height: 1;
      display: inline-block;
    }

    .stream-clock_resp .stream-clock__sep {
      font-size: 30px;
      line-height: 1.3;
    }
}

.breadcrumbs {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 15px;
  padding-top: 20px;
  box-sizing: border-box;

  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 20px;
  line-height: 1.5;
}

.breadcrumbs_dark .breadcrumbs__content:before {
    content: "";
    display: block;

    position: absolute;
    z-index: -1;
    top: -7px;
    left: -15px;
    width: 100%;
    height: 100%;
    padding: 7px 15px 3px;
    background-color: #000;
    opacity: 0.5;
  }

.breadcrumbs_dark .breadcrumbs__delimiter,
  .breadcrumbs_dark .breadcrumbs__item {
    color: #fff;
  }

.breadcrumbs__content {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.breadcrumbs__delimiter,
.breadcrumbs__item {
  color: #000;
}

.breadcrumbs__item_link:focus {
  color: #4EB8BE;
}

.breadcrumbs__item_link:hover {
  color: #4EB8BE;
}

.breadcrumbs__delimiter {
  width: 13px;
}

@media (min-width: 960px) {
  .breadcrumbs {
    padding-left: 80px;
    white-space: nowrap;
  }
}

.list-days {
  width: 100%;
  list-style: none;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
  padding-top: 20px;
  margin-bottom: 40px;
}

.list-days__item {
  position: relative;
  display: inline-block;
  width: 50px;
  font-size: 22px;
  line-height: 1;
  padding: 20px;
  margin: 0;
}

.list-days__item_right {
  background-color: #f9f9f9;
}

.list-days__month {
  position: absolute;
  bottom: 100%;
  left: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
  text-transform: capitalize;
  color: #9f9f9f;
}

.list-days__day {
  color: #000;
  transition: color 0.2s, border-bolor 0.2s;
}

.list-days__day:focus {
    color: #4EB8BE;
  }

.list-days__day:hover {
    color: #4EB8BE;
  }

.list-days__day_weekend {
  color: #D5442B;
}

.list-days__day_weekend:focus {
    color: #AB3622;
  }

.list-days__day_weekend:hover {
    color: #AB3622;
  }

.list-days__day_current {
  color: #4EB8BE;
  border-bottom: 3px solid #4EB8BE;
}

.list-days__day_current:focus {
    color: #D5442B;
    border-color: #D5442B;
  }

.list-days__day_current:hover {
    color: #D5442B;
    border-color: #D5442B;
  }

.list-days__day-week {
  font-size: 0.5em;
}

.tvprograms {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.tvprogram {
  position: relative;
  width: 100%;
  padding: 10px 0 10px 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.tvprogram:hover,
.tvprogram_live {
  background-color: #f3fbfc;
}

.tvprogram__main-content,
.tvprogram__stream-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
}

.tvprogram__stream-content {
  margin-top: 20px;
  margin-bottom: 60px;
}

.tvprogram__label-live {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 20px;
  font-size: 12px;
  line-height: 40px;
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
  color: #4EB8BE;
  border: 1px solid #4EB8BE;
}

.tvprogram__label-live:before,
  .tvprogram__label-live:after {
    content: '';
    position: absolute;
    top: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 12px;
    border-color: transparent;
    z-index: 0;
  }

.tvprogram__label-live:before {
    right: -12px;
    border-left-color: #4EB8BE;
  }

.tvprogram__label-live:after {
    right: -11px;
    border-left-color: #fff;
  }

.tvprogram__timeline {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  background-color: #65bcc6;
}

.tvprogram__start {
  width: 30px;
  margin-right: 40px;
  font-size: 12px;
  line-height: 1;
  color: #9f9f9f;
}

.tvprogram__start_end {
  color: #000;
}

.tvprogram__start_live {
  color: #fff;
}

.tvprogram__title {
  font-size: 17px;
  line-height: 1;
  color: #000;
}

.tvprogram__title_end {
  color: #9f9f9f;
}

.tvprogram__badge {
  font-size: 12px;
  line-height: 1;
  padding: 4px 10px;
  color: #fff;
  background-color: #AB3622;
}

.tvprogram__stream-image {
  max-width: 140px;
  margin-right: 20px;
  margin-left: 0;
}

.tvprogram__stream-desc {
  font-size: 12px;
  color: #737373;
}

/* Info window */

.tvprogram-info {
  position: fixed;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 90vh;
  min-width: 280px;
  max-width: 350px;
  padding: 30px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #d8d8d8;
}

.tvprogram-info__image {
  margin-bottom: 20px;
}

.tvprogram-info__title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}

.profile-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.profile-head__avatar-container {
  position: relative;
  width: 240px;
  height: 240px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 40px;
}

.profile-head__avatar {
  width: 100%;
  height: 100%;
}

.profile-head__avatar-inp {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
}

.profile-head__name-container {
  width: 100%;
}

.profile-head__edit-btn,
.profile-head__detail-btn {
  display: inline-block;
  border: 1px solid;
  border-radius: 2px;
  padding: 2px 15px 0 13px;
  line-height: 35px;
  margin-bottom: 40px;

  transition-property: color, border-color;
  transition-duration: 0.2s;
}

.profile-head__edit-btn {
  color: #4EB8BE;
  border-color: #4EB8BE;
}

.profile-head__edit-btn:hover {
    color: #00B3BB;
    border-color: #00B3BB;
  }

.profile-head__edit-btn:focus {
    color: #00B3BB;
    border-color: #00B3BB;
  }

.profile-head__detail-btn {
  color: #D5442B;
  border-color: #D5442B;
}

.profile-head__detail-btn:hover {
    color: #AB3622;
    border-color: #AB3622;
  }

.profile-head__detail-btn:focus {
    color: #AB3622;
    border-color: #AB3622;
  }

.profile-head__name {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 60px;
}

.profile-head__name-inp {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  padding: 0;
  border: 0;
}

@media (min-width: 680px) {
  .profile-head__name {
    font-size: 108px;
  }
}

@media (max-width: 959px) {
  .profile-head {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .profile-head__avatar-container {
    margin: 0 auto 20px;
  }

  .profile-head__name-container,
  .profile-head__name-inp {
    text-align: center;
  }
}

.profile-body {
  font-size: 17px;
  position: relative;
}

.profile-body__row {
  position: relative;
  margin-bottom: 20px;
  min-height: 40px;
}

.profile-body__label {
  color: #cacaca;
}

.profile-body__val {
  width: 100%;
}

@media (min-width: 960px) {
  .profile-body__label {
    position: absolute;
    right: 100%;
    -webkit-align-self: start;
        -ms-flex-item-align: start;
                -ms-grid-row-align: start;
            align-self: start;
  }

  .profile-body__label {
    width: 33.334%;
  }
}

@-webkit-keyframes timer-circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes timer-circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.stream-timer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.stream-timer__icon {
  font-size: 40px;
  color: #D5442B;
  margin-bottom: 13px;
}

.stream-timer__circle {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 7px;
  position: relative;
  text-align: center;
  font-family: RistrettoPro, PTSerif, Arial, sans;
  border: 2px solid #D5442B;
  border-radius: 50%;
}

.stream-timer_sup {
  margin-bottom: 20px;
}

.stream-timer__icon-announcement {
  font-size: 30px;
  margin-bottom: 10px;
}

.stream-timer__main {
  padding-bottom: 10px;
  border-bottom: 1px solid #D5442B;
}

.stream-timer__circle_little {
  font-size: 15px;
  line-height: 1.3334;

  width: 9.8em;
  height: 9.8em;
}

.stream-timer__circle_little .stream-timer__main {
    color: #fff;
  }

.stream-timer__circle_middle {
  font-size: 20px;
  line-height: 2;

  width: 9em;
  height: 9em;
}

.stream-timer__circle_big {
  font-size: 24px;
  line-height: 1;

  width: 9.1667em;
  height: 9.1667em;
}

.stream-timer__circle_big .stream-timer__sup {
    margin-bottom: 20px;
  }

.stream-timer__circle_big .stream-timer__main {
    margin-bottom: 10px;
  }

.stream-timer__circle_announcement {
  color: #D5442B;
}

/* background-color: var(--color-space); */

.stream-timer__circle_announcement:before {
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    border-radius: 50%;
    border: 7px solid transparent;
    border-right-color: #D5442B;
    -webkit-animation: timer-circle 7s infinite linear;
            animation: timer-circle 7s infinite linear;
  }

.stream-timer__circle_live .stream-timer__sub {
    font-family: PTSerif, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.6em;
  }

.stream-timer__circle_live.stream-timer__circle_little {
    color: #D5442B;
  }

.stream-timer__circle_live.stream-timer__circle_little .stream-timer__main {
      font-size: 50px;
      line-height: 0.9;
    }

.stream-timer__circle_live.stream-timer__circle_big {
    color: #fff;
    background-color: #ed462e;
  }

.stream-timer__circle_live.stream-timer__circle_big .stream-timer__main {
      font-size: 70px;
      line-height: 0.7;
      padding-bottom: 20px;
      border-bottom-color: #fff;
    }

@media (max-width: 669px) {
  .stream-time_resp {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

    .stream-time_resp .stream-timer__circle {
      width: auto;
      height: auto;
      margin: 0;
      border-radius: 0;
      border-width: 0;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      background-color: transparent;
      color: #000;
    }
      .stream-time_resp .stream-timer__circle_live .stream-timer__main {
        font-size: 35px;
        line-height: 1;
        border-radius: 5px;
        border: 1px solid #D5442B;
        padding: 2px 8px 0;
      }

    .stream-time_resp .stream-timer__circle_announcement:before,
    .stream-time_resp .stream-timer__sub,
    .stream-time_resp .stream-timer__icon,
    .stream-time_resp .stream-timer__sup {
      display: none;
    }

    .stream-time_resp .stream-timer__main {
      margin: 0;
      padding: 0;
      border: 0;
    }
}

.slide {
  margin-bottom: 2px;
  height: 210px;
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  color: #fff;
  border-color: #fff;
}
.slide__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.slide__image {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}
.slide-empty {
  font-size: 3em;
}
.slide-stream .stream-timer__icon {
    display: none;
  }
.slide-stream,
.slide-material {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.slide-stream__link,
.slide-material__link {
  display: block;
  color: inherit;
}
.slide-material__image {
  display: none;
}
.slide-stream__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-stream__aside {
  width: 160px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.slide-stream__aside_ico {
  font-size: 100px;
}
.slide-stream__content {
  width: 100%;
}
.slide-stream__title {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 37px;
  line-height: 1;
  text-transform: uppercase;
}
.slide-material__title {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 37px;
  line-height: 1;
  text-transform: uppercase;
}
.slide-stream__delim,
.slide-material__delim {
  display: block;
  width: 77%;
  margin: 10px auto;
  border: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.slide-stream__show {
  display: none;
}
.slide-stream__persons,
.slide-material__persons {
  display: none;
}
.slide__managment {
  font-size: 1.2em;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.slide__edit {
  margin-right: 10px;
}
.slide__delete {
  color: #D5442B;
}
.slide__delete:hover {
    color: #AB3622;
  }
.slide__delete:focus {
    color: #AB3622;
  }
@media (max-width: 319px) {
  .slide-stream__aside {
    display: none;
  }
}
@media (min-width: 670px) {
  .slide {
    position: static;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-width: 245px;
    min-width: 150px;
    height: 100%;
    overflow: visible;
  }

  .slide__image {
    display: none;
  }

  .slide__content {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .slide-stream__link {
    display: block;
    margin-bottom: 120px;
  }
  .slide-material__link {
    margin-bottom: 30px;
  }

  .slide-stream__aside {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .slide-stream__title,
  .slide-material__title {
    font-size: 40px;
  }

  .slide-stream__delim,
  .slide-material__delim {
    margin-bottom: 20px;
  }

  .slide-stream__show {
    margin-top: 25px;
    font-family: RistrettoPro, PTSerif, Arial, sans;
    font-size: 17px;
    line-height: 1.53;
    padding: 0 10px;
    color: #fff;
    background-color: #D5442B;
  }

  .slide-stream__persons,
  .slide-material__persons {
    display: block;
    font-size: 15px;
  }

  .slide-stream__persons {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    width: 100%;
    padding-top: 20px;
    overflow: hidden;
  }
  .slide-stream__persons-group {
    display: inline-block;
    margin-right: 20px;
  }

    .slide-stream__persons-group:first-child {
      text-align: right;
    }
    .slide-stream__persons-group:last-child {
      text-align: left;
    }
  .slide-stream__person-label {
    display: none;
    margin-bottom: 10px;
  }
  .slide-stream__person {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
  }
  .slide-stream__person-image {
    max-height: 100px;
  }
  .slide-stream__person-name {
    display: none;
    color: #000;
    position: absolute;
    top: 100%;
    left: 0;
  }
    .slide-stream__person:hover .slide-stream__person-image {
      -webkit-transform: scale(1.1) translateY(-5px);
              transform: scale(1.1) translateY(-5px);
    }
    .slide-stream__person:hover .slide-stream__person-name {
      display: block;
    }

  .slide__image {
    display: none;
  }
  .slide-material__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .slide_selected {
    max-width: none;
    width: 100%;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    z-index: 0;
  }

    .slide_selected .slide-material__image {
      display: none;
    }

    .slide_selected .slide__content {
      background-color: transparent;
    }

    .slide_selected .slide-material__persons,
    .slide_selected .slide-stream__link,
    .slide_selected .slide-material__link {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
    }

    .slide_selected .slide-stream__persons {
      overflow: visible;
    }
    .slide_selected .slide-stream__person-label {
      display: block;
    }

    .slide_selected .slide-stream__title,
    .slide_selected .slide-material__title {
      font-size: 80px;
    }
    .slide_selected .slide-stream__desc {
      font-family: RistrettoPro, PTSerif, Arial, sans;
      text-transform: uppercase;
      font-size: 40px;
      line-height: 1;
    }
    .slide_selected .slide-material__desc {
      font-family: RistrettoPro, PTSerif, Arial, sans;
      text-transform: uppercase;
      font-size: 40px;
      line-height: 1;
    }

    .slide_selected .slide-stream__show {
      display: inline-block;
    }
    .slide_original.slide_selected .slide__content {
      background-color: transparent;
    }
  .slide_white {
    color: #000;
    border-color: #000;
  }

    .slide_white .slide__content {
      background-color: rgba(255, 255, 255, 0.4);
    }
    .slide_white.slide_selected .slide__content {
      background-color: rgba(255, 255, 255, 0.1);
    }
    .slide_black.slide_selected .slide__content {
      background-color: rgba(0, 0, 0, 0.5);
    }
    .slide_black-opacity.slide_selected .slide__content {
      background-color: rgba(0, 0, 0, 0.35);
    }
}

.main-slider {
  position: relative;
  margin-bottom: 80px;
}
.slider__image-wrap {
  display: none;
}
@media (min-width: 670px) {
  .main-slider {
    height: 560px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .slider__image-wrap {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .slider__image {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }

    .slider__image .image {
      width: 100%;
    }
}

.snippet-stream-record {
  display: block;
}

.snippet-stream-record__program {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  color: #000;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
}

.snippet-stream-record__icon-top {
  display: none;
}

.snippet-stream-record__title {
  color: #F29A31;
  font-size: 17px;
  line-height: 1.1765;
  margin-bottom: 20px;
}

.snippet-stream-record__person {
  text-align: right;
  font-size: 11px;
  line-height: 1.818181;
  color: #000;
}

.snippet-stream-record__img-wrap {
  position: relative;
  border-bottom: 1px solid #F29A31;
}

.snippet-stream-record__img {
  margin-right: 0;
}

.snippet-stream-record__icon {
  position: absolute;
  left: 33px;
  bottom: -10px;
  padding: 0 3px 0 3px;
  font-size: 20px;
  background-color: #fff;
  color: #F29A31;
}

@media (min-width: 670px) {
  .snippet-stream-record {
    border: 3px solid #F29A31;
    padding: 50px 10px 15px;
    text-align: center;
  }

  .snippet-stream-record__icon-top {
    display: block;
    margin: 0 auto 10px;
  }

  .snippet-stream-record__person {
    text-align: inherit;
  }
  .snippet-stream-record__img-wrap {
    margin: 0 30px;
  }
  .snippet-stream-record__img {
    margin-right: auto;
  }
  .snippet-stream-record__icon {
    display: none;
  }
}

.snippet-stream__link {
  display: block;
}

.snippet-stream__timer {
  margin-bottom: 20px;
}

.snippet-stream__title {
  font-size: 17px;
  line-height: 1.1765;
  margin-bottom: 40px;
  color: #D5442B;
  min-height: 40px;
  width: 62%;
}

.snippet-stream__persons {
  position: relative;
  border-bottom: 1px solid #D5442B;
}

.snippet-stream__person {
  display: none;
}

.snippet-stream__person:first-child {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }

.snippet-stream__time {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  color: #D5442B;
  position: relative;
  z-index: 1;
}

.snippet-stream__micro {
  display: block;
  margin: -14px 48px 8px;
  font-size: 31px;
  background: #fff;
}

.snippet-stream__person-name {
  display: inline-block;
  width: 55%;
  vertical-align: top;
  margin-top: 5px;
}

@media (min-width: 670px) {
  .snippet-stream {
    border: 3px solid #D5442B;
    padding-top: 10px;
  }

  .snippet-stream__title {
    text-align: center;
    margin-bottom: 20px;
    min-height: 0;
    width: 100%;
  }

  .snippet-stream__persons {
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .snippet-stream__person {
    display: block;
    -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }

    .snippet-stream__person:first-child {
      position: static;
    }
  .snippet-stream__time,
  .snippet-stream__person-name {
    display: none;
  }
}

.snippet-tag {
  display: block;
  width: 100%;
  padding: 60px 10px 30px;
  box-sizing: border-box;
  text-align: center;
  color: inherit;

  border: 1px solid #F29A31;
}

.snippet-tag__title {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 40px;
  line-height: 1;
  color: #F29A31;
  margin-bottom: 35px;
}

.snippet-tag__name {
  font-size: 18.75px;
  line-height: 20px;
  margin-bottom: 20px;
}

.snippet-tag__image {
  border-bottom: 1px solid #F29A31;
  padding: 0 10px;
}

/* TAG HISTORY */

.snippet-tag-hist {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.snippet-tag-hist__img-container {
  position: relative;
  margin-bottom: 15px;
}

.snippet-tag-hist__image {
  width: 100%;
}

.snippet-tag-hist__count {
  position: absolute;
  left: 5px;
  bottom: 5px;
  padding: 0 5px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;

  transition: background-color 0.2s, border-color 0.2s;
}

.snippet-tag-hist:hover .snippet-tag-hist__count {
  border-color: #D5442B;
  background-color: #D5442B;
}

.snippet-tag-hist__name {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}

.top-history {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 160px;
  position: relative;
}
.top-history__content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.top-history__title {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  width: 75%;
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 32px;
  line-height: 1;
  background-color: #D5442B;

  transition: width 0.2s;
}
.top-history__desc {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.top-history:hover .top-history__title, .top-history:focus .top-history__title {
    width: 100%;
  }
.top-history:hover .top-history__desc, .top-history:focus .top-history__desc {
    opacity: 1;
  }
.top-history__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
@media (min-width: 960px) {
  .top-history {
    width: 310px;
  }
}

.top-histories {
  margin-bottom: 40px;
  position: relative;
}

.top-histories__label {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1;
  color: #b2b2b2;
}

.top-histories__label:hover {
    color: #4EB8BE;
  }

.top-histories__label:focus {
    color: #4EB8BE;
  }

.top-histories__list {
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-histories__item {
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  max-width: 310px;
}

.top-histories__item:last-child {
    margin-right: 0;
  }

.top-history__edit-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 2px 6px;
  background-color: rgba(0,0,0,0.5);
}

.top-history-modal {
  padding: 30px 40px;
}

.top-history-modal__header {
  font-size: 40px;
  line-height: 1;
  font-family: RistrettoPro, PTSerif, Arial, sans;
  margin-bottom: 30px;
}

@media (min-width: 670px) {
  .top-histories__list {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-histories__item {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

@media (min-width: 960px) {
  .top-histories__list {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.embed-player {
  background-color: #000000;
  position: relative;
}

.embed-player__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.embed-player__image {
  max-width: 100%;
  display: block;
}

.embed-player__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding: 0;
  width: 68px;
  height: 48px;
  border: none;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.embed-player__button-shape {
  fill: #212121;
  fill-opacity: 0.8;
}

.embed-player__button-icon {
  fill: #ffffff;
}

.embed-player__button:focus {
  outline: none;
}

.embed-player:hover .embed-player__button-shape,
.embed-player__button:focus .embed-player__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}

.player-container {
  position: relative;
}

.player-fallback {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #000;
  color: #fff;
}

.player-timeline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  opacity: 0.5;
  background: #fff;
}

.player-timeline__past {
  height: 100%;
  background-color: #00b3bb;
}

.block-video {
  width: 100%;
}

.block-video__url {
  margin-bottom: 10px;
}

.block-video__media {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.block-video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.block-video__meta {
  margin-top: 10px;
}

.block-video__description {
  margin-bottom: 10px;
  font-size: 18.75px;
  line-height: 20px;
}

.block-video__author {
  font-size: 12px;
  line-height: 13.34px;
}

/* Полноэкранное */

.block-video_full-width {
  width: 100%;
}

.block-video_full-width .block-video__media {
    padding-bottom: 100vh;
  }

@media (max-width: 767px) {
  .block-video__meta {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  /* Говорящая голова */
  .block-video_speakhead {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    border-bottom: 1px solid #00b3bb;
  }

    .block-video_speakhead .block-video__media {
      -webkit-flex: 0 0 70.83333%;
          -ms-flex: 0 0 70.83333%;
              flex: 0 0 70.83333%;
      margin-right: 10px;
    }
    .block-video_speakhead .block-video__meta {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-top: 0;
      margin-bottom: 20px;
    }
    .block-video_speakhead .block-video__description {
      font-family: RistrettoPro, PTSerif, Arial, sans;
      font-size: 40px;
      line-height: 1;
    }
}

.material-form {
  max-width: 800px;
}

.form-status-buttons-wrap {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 60px;
  background-color: #f2f2f2;
}

.form-status-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
}

.form-status-button {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #4EB8BE;
  color: #FFF;
  cursor: pointer;
  outline: none;
  text-align: center;

  transition: color 0.2s, background-color 0.2s;
}

.form-status-button:hover {
    background-color: #D5442B;
  }

.form-status-button:focus {
    background-color: #D5442B;
  }

.form-status-button__checked {
  background-color: #D5442B;
}

.form-status-button__checked:hover {
    background-color: #AB3622;
  }

.form-status-button__checked:focus {
    background-color: #AB3622;
  }

.form-status-button__disabled {
  background-color: #B7B7B7 !important;
  color: #fff !important;
  cursor: not-allowed !important;
}

.preview-link__inp {
  margin-bottom: 10px;
}

@media (min-width: 490px) {
  .form-status-buttons {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-status-button {
    margin-bottom: 0px;
    margin-right: 10px;
  }
}

@media (min-width: 670px) {
  .form-status-button {
    width: 130px;
  }
}

@media (min-width: 960px) {
  .form-status-buttons {
    padding-left: 75px;
    padding-right: 75px;
  }
}

.line-socials {
  margin-bottom: 20px;
}

.line-socials__label {
  color: #acacac;
  font-size: 12px;
  line-height: 1.83;
  margin-bottom: 10px;
}

.tell-news {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 17px;
  line-height: 1.53;
}

.tell-news__label {
  color: #acacac;
  margin-right: 10px;
}

.tell-news__btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (min-width: 500px) {
  .tell-news {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.tnews {
  max-width: 760px;
  box-sizing: border-box;
  padding: 25px;
  position: relative;
  z-index: 0;
  color: #fff;
  background-color: #00b3bb;
  background-image: url('/images/bg-tell-news.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}

  .tnews a {
    color: inherit;
  }

  .tnews a:focus {
      color: #D5442B;
    }

  .tnews a:hover {
      color: #D5442B;
    }

.tnews__label {
  line-height: 1.2;
  margin-bottom: 20px;
}

.tnews__phone {
  font-weight: bold;
}

.tnews__inputs {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tnews__input-wrap {
  margin-bottom: 10px;
  position: relative;
  max-width: 200px;
}

.tnews__input-wrap:last-child {
    margin-right: 0;
  }

.tnews__icon {
  position: absolute;
  font-size: 1.5em;
  right: 10px;
  top: 7px;
  color: #e7e7e7;
}

.tnews__ta-wrap {
  margin-bottom: 20px;
  position: relative;
}

.tnews__img {
  position: absolute;
  right: 15px;
  bottom: 157px;
  z-index: -1;
  height: 148px;
}

.tnews__textarea {
  font-size: 20px;
  border-radius: 2px;
  height: 157px;
}

.tnews__personal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.tnews__personal-inp {
  background-color: #fff;
}

.tnews__personal-link {
  text-decoration: underline;
}

@media (min-width: 670px) {
  .tnews__img {
    height: 245px;
  }

  .tnews__label {
    width: 74%;
    font-size: 25px;
  }

  .tnews__inputs {
    font-size: 17px;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tnews__input-wrap {
    margin-right: 20px;
    margin-bottom: 0;
    max-width: none;
  }

  .tnews__personal {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .tnews__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tnews__ps {
    font-size: 25px;
    line-height: 1;
  }
}

@media (min-width: 960px) and (min-height: 520px) {
  .modal-tell-news {
    overflow: visible;
  }
}

.history-banner__title {
  font-family: RistrettoPro, PTSerif, Arial, sans;
}

@media (max-width: 669px) {
  .history-banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    height: 160px;
    position: relative;
  }
  .history-banner__content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
  }
  .history-banner__title {
    width: 75%;
    position: absolute;
    bottom: -5px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 32px;
    line-height: 1;
    background-color: #D5442B;

    transition: width 0.2s;
  }
  .history-banner__desc {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);

    transition: opacity 0.2s;
  }
    .history-banner:hover .history-banner__title, .history-banner:focus .history-banner__title {
      width: 100%;
    }
    .history-banner:hover .history-banner__desc, .history-banner:focus .history-banner__desc {
      opacity: 1;
    }

  .history-banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 670px) {
  .history-banner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 9px;
    border: 1px solid #4EB8BE;
    max-width: 640px;
    margin-left: 80px;
    box-sizing: border-box;
  }

  .history-banner__content {
    margin-right: 30px;
  }
  .history-banner__title {
    font-size: 50px;
    line-height: 1;
    white-space: nowrap;
  }
  .history-banner__desc {
    font-size: 15px;
    color: #000;
  }

  .history-banner__image {
    max-width: 36%;
  }
}

.history-slider {
  background-color: #effbfc;
  padding-top: 5px;
  padding-bottom: 15px;
}

.history-slider__header {
  font-size: 20px;
  line-height: 2;
}

.history-slider__image {
  height: 127px;
  margin-bottom: 10px;
}

.history-slider__item {
  display: block;
}

@media (min-width: 670px) {
  .history-slider__header {
    font-size: 44px;
  }
}

@media (min-width: 960px) {
  .history-slider {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.material-breadcrumbs {
  margin-bottom: 40px;
}

.material-meta {
  margin-top: 20px;
  margin-bottom: 20px;
}

.material-meta__persons {
  margin-bottom: 20px;
}

.material-meta__info {
  max-width: 760px;
}

@media (min-width: 670px) {
  .material-meta {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .material-meta__persons {
    margin-left: 80px;
  }

  .material-meta__info {
    background-color: #f5f5f5;
    padding: 10px 40px 10px 80px;
  }
}

.stream-persons {
  margin-bottom: 20px;
  margin-left: 8.33333%;
}

.stream-persons__label {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 32px;
  line-height: 1;
}

.stream-persons__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.stream-persons__item {
  position: relative;
  margin-top: 10px;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.stream-persons__item:after {
    content: " ";
    position: absolute;
    border-bottom: 1px solid #ddd;
    width: 50px;
    max-width: 50%;
    display: block;
    left: 65px; /* image width + image margin */
    bottom: 0;
  }

.stream-persons__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 0;
  margin-right: 15px;
}

@media (min-width: 670px) {
  .stream-persons {
    margin-left: 0;
  }
  .stream-persons__label {
    font-size: 40px;
    margin-left: 75px;
  }
  .stream-persons__list {
    margin-left: 12px;
  }
  .stream-persons__item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

.line-tags {
  margin-bottom: 20px;
}

.line-tags__label {
  color: #acacac;
  font-size: 12px;
  line-height: 1.83;
  margin-bottom: 10px;
}

.line-tags__item {
  color: #D5442B;
}

.line-tags__item:hover {
    color: #AB3622;
  }

.line-tags__item:focus {
    color: #AB3622;
  }

.stream-player-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 40px;
}
.stream-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.stream-content__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stream-content__header {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.stream-content__main {
  width: 100%;
}
.stream-content__announce {
  width: 100%;
}
.stream-content__right-aside {
  width: 100%;
}
.stream-content__left-aside {
  width: 100%;
}
@media (max-width: 959px) and (min-width: 670px) {
  .stream-content__right-aside {
    width: 38%;
  }
}
@media (min-width: 670px) {
  .stream-content__row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .stream-content__announce {
    margin-left: auto;
  }
  .stream-content__right-aside {
    margin-left: auto;
  }
  .stream-content__left-aside {
    margin-right: auto;
    -webkit-flex: 0 0 280px;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
  }
}
@media (min-width: 960px) {
  .stream-content__main {
    -webkit-flex: 0 0 600px;
        -ms-flex: 0 0 600px;
            flex: 0 0 600px;
  }
  .stream-content__announce {
    max-width: 670px;
  }
}

.stream-item {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 230px;
}

.stream-item__link {
  display: block;
  margin-bottom: 10px;
}

.stream-item__top-time {
  color: #4EB8BE;
  padding-bottom: 4px;
  margin-top: 28px;
  font-weight: bold;
}

.stream-item__image-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.stream-item__image {
  width: 100%;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
  filter: #808080;
}

.stream-item__timer,
.stream-item__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transition-property: color;
}

.stream-item__timer {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: rgba(0,0,0,0.7);
  visibility: hidden;
}

.stream-item__title {
  font-size: 18px;
}

.stream-item__time {
  display: block;
  font-size: 12px;
  color: #9f9f9f;
}

.stream-item__link:hover .stream-item__timer {
    color: #D5442B;
  }

.stream-item__link:hover .stream-item__icon {
    color: #D5442B;
  }

.stream-item__link:focus .stream-item__timer {
    color: #D5442B;
  }

.stream-item__link:focus .stream-item__icon {
    color: #D5442B;
  }

.stream-item__desc {
  font-size: 12px;
}

.stream-item:hover .stream-item__timer {
    visibility: visible;
  }

.stream-item_short {
  width: 150px;
}

.stream-item_short .stream-item__title {
    font-size: 12px;
    line-height: 13.34px;
  }

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.select-video__video {
  margin-bottom: 20px;
}

.videoblog-detail {
  margin-bottom: 40px;
}

.videoblog-detail__header {
  margin-bottom: 40px;
}

.videoblog-detail__author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.videoblog-detail__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
  margin-left: 0;
  object-fit: cover;
}

.videoblog-detail__more {
  margin-left: auto;
}

.videoblog-detail__title {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  border: 1px solid #4EB8BE;
  padding: 20px 30px 10px;
}

.videoblog-detail__title:before,
  .videoblog-detail__title:after {
    content: '';
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    border-left: 0;
    position: absolute;
  }

.videoblog-detail__title:before {
    left: 90px;
    top: -18px;
    z-index: 2;
  }

.videoblog-detail__title:after {
    left: 89px;
    border-width: 20px;
    top: -20px;
    border-bottom-color: #4EB8BE;
    z-index: 1;
  }

.videoblog-detail__video {
  margin-bottom: 60px;
}

.videoblog-detail__meta {
  margin: 0 auto;
}

.videoblog-detail__quote {
  font-style: italic;
  font-size: 18px;
  line-height: 1.4444;
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #e0e0e0;
  border-left: 0;
  border-right: 0;
  padding: 46px 0;
}

.videoblog-detail__quote-icon {
  position: absolute;
  top: -19px;
  left: 50%;
  font-size: 45px;
  line-height: 1.3333;
  padding: 0 23px;
  background-color: #fff;
  color: #4EB8BE;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 670px) {
  .videoblog-detail__title {
    font-size: 90px;
    padding-top: 30px;
  }

    .videoblog-detail__title:before,
    .videoblog-detail__title:after {
      border-width: 28px;
    }

    .videoblog-detail__title:before {
      top: -28px;
    }

    .videoblog-detail__title:after {
      border-width: 30px;
      top: -30px;
    }
}

@media (min-width: 500px) {
  .videoblog-detail__meta {
    width: 83.33333%;
  }
}

@media (min-width: 291px) {
  .videoblog-detail__author {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.other-posts {
  margin-bottom: 60px;
}

.other-posts__header {
  font-size: 30px;
  margin-bottom: 45px;
}

.other-posts__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.other-posts__item {
  width: 200px;
  padding-left: 5px;
  box-sizing: border-box;
}

.other-posts__badge {
  color: #fff;
  background-color: #4EB8BE;
  display: inline-block;
  padding: 4px 7px 3px 9px;
  margin-left: -9px;
  margin-bottom: 10px;
}

.other-posts__title {
  font-size: 17px;
  line-height: 1.53;
  display: block;
  margin-bottom: 10px;
}

.other-posts__date {
  font-size: 12px;
  line-height: 1.53;
  color: #9f9f9f;
}

.other-posts__author {
  font-size: 12px;
  line-height: 1.66667;
  position: relative;
  border-top: 1px solid #4EB8BE;
  padding-top: 5px;
  padding-right: 40px;
  text-align: right;
}

.other-posts__image {
  position: absolute;
  right: 0;
  top: -138px;
  max-height: 137px;
  max-width: none;
}

.other-posts__icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 4.16667%;
  top: -10px;
  padding: 0 11px;
  background-color: #fff;
  color: #4EB8BE;
}

@media (min-width: 670px) {
  .other-posts__header {
    font-size: 45px;
  }

  .other-posts__image {
    right: 40px;
  }
}

@media (min-width: 600px) {
  .other-posts__items {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media (min-width: 430px) {
  .other-posts__items {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.videoblog-author {
  margin-bottom: 80px;
  position: relative;
}
.videoblog-author__content {
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
}
.videoblog-author__content:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100vw;
    background-color: #f5f5f5;
  }
.videoblog-author__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: 20px;
}
.videoblog-author__image {
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 20px;
  border-radius: 50%;
  object-fit: cover;
}
.videoblog-author__wrap {}
.videoblog-author__name {
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 40px;
}
.videoblog-author__job {
  text-transform: lowercase;
  color: #9f9f9f;
}
.videoblog-author__badge {
  margin-bottom: 20px;
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 40px;
  color: #9f9f9f;
}
@media (min-width: 670px) {
  .videoblog-author__content {
    width: 83.3333%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .videoblog-author__header {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .videoblog-author__badge {
    display: inline-block;
    text-align: right;
  }

  .videoblog-author__header,
  .videoblog-author__badge {
    vertical-align: top;
    width: 50%;
  }

  .videoblog-author__text {
    width: 90%;
    margin-left: auto;
  }
}

.other-authors {
  margin-bottom: 60px;
}

.other-authors__header {
  font-size: 30px;
  margin-bottom: 10px;
}

.other-authors__items {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.other-authors__item {
  padding: 0;
  margin: 0 10px 20px 0;
  width: 100%;
}

.other-authors__author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.other-authors__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 0;
}

.other-authors__name {
  color: #D5442B;
}

.other-authors__name:focus {
    color: #AB3622;
  }

.other-authors__name:hover {
    color: #AB3622;
  }

.other-authors__title {
  position: relative;
  display: block;
  border: 1px solid #4EB8BE;
  padding: 20px;
}

.other-authors__title:before,
  .other-authors__title:after {
    content: '';
    width: 0;
    height: 0;
    border: 19px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    border-left: 0;
    position: absolute;
  }

.other-authors__title:before {
    left: 50px;
    top: -19px;
    z-index: 2;
  }

.other-authors__title:after {
    left: 49px;
    border-width: 21px;
    top: -21px;
    border-bottom-color: #4EB8BE;
    z-index: 1;
  }

@media (min-width: 670px) {
  .other-authors__header {
    font-size: 45px;
  }
}

@media (min-width: 600px) {
  .other-authors__items {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media (min-width: 530px) {
  .other-authors__items {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .other-authors__item {
    width: 240px;
  }
}

.pager {
  display: block;
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  color: #000;

  transition-property: color;
  transition-duration: 0.2s;
}

  .pager:hover {
    color: #4EB8BE;
  }

  .pager:focus {
    color: #4EB8BE;
  }

  .pager:hover .pager__icon {
      border-color: #4EB8BE;
    }

  .pager:focus .pager__icon {
      border-color: #4EB8BE;
    }
.pager_loading {
  pointer-events: none;
}
.pager__icon {
  border: 1px solid #000;
  border-radius: 50%;
  padding: 10px;
  margin-right: 10px;

  transition-property: border-color;
  transition-duration: 0.2s;
}
.pager__icon_loading {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: reverse;
}


.news-list {
  position: relative;
  margin-bottom: 40px;
}

.news-list__mday {
  display: block;
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
}

.news-list__wday {
  color: #9f9f9f;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 13.34px;
}

.snippet-videoblog {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.snippet-videoblog__image {
  width: 90px;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 5px 0 0;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.snippet-videoblog__content {
  width: 100%;
}

.snippet-videoblog__time {
  text-align: right;
  font-size: 12px;
  line-height: 1.66667;
  color: #9f9f9f;
}

.snippet-videoblog__title-wrap {
  position: relative;
}

.snippet-videoblog__title {
  width: 100%;
  box-sizing: border-box;
  min-height: 92px;
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 24px;
  line-height: 1;
  padding: 8px 8px 12px 12px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #4EB8BE;
  transition-property: color, background-color;
  transition-duration: 0.2s;
}

.snippet-videoblog__title:after {
    content: '';
    border: 20px solid transparent;
    border-top-color: #4EB8BE;
    border-left: 0;
    position: absolute;
    left: 16px;
    bottom: -40px;
    z-index: 1;
    transition: border-color 0.2s;
  }

.snippet-videoblog__icon {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.snippet-videoblog__name {
  font-weight: bold;
}

.snippet-videoblog__job {
  font-size: 12px;
  line-height: 1.66667;
  color: #9f9f9f;
}

.snippet-videoblog:hover .snippet-videoblog__title, .snippet-videoblog:focus .snippet-videoblog__title {
    background-color: #175456;
    color: rgba(255,255,255,0.3);
  }

.snippet-videoblog:hover .snippet-videoblog__title:after, .snippet-videoblog:focus .snippet-videoblog__title:after {
      border-top-color: #175456;
    }

.snippet-videoblog:hover .snippet-videoblog__icon, .snippet-videoblog:focus .snippet-videoblog__icon {
    display: block;
  }

/* MODAL */

.videoblog-modal {}

.videoblog-modal__video {
  margin-bottom: 10px;
}

.videoblog-modal__meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #d2cece;
}

.videoblog-modal__link {
  color: inherit;
  padding: 0 10px;
  font-size: 15px;
  line-height: 2;
}

.videoblog-modal__link:hover {
    color: #fff;
    background-color: #D5442B;
  }

.videoblog-modal__link:focus {
    color: #fff;
    background-color: #D5442B;
  }

/* ОБЩИЕ */
.tag-person__text {
  font-size: 24px;
  line-height: 1.53;
  color: #4EB8BE;
}
.tag-history__text {
  font-size: 24px;
  line-height: 1.53;
  color: #4EB8BE;
}
.tag-other__text {
  font-size: 24px;
  line-height: 1.53;
  color: #4EB8BE;
}
 {
  font-size: 24px;
  line-height: undefined;
  color: undefined;
}
/* HISTORY */
.tag-history {
  background-size: cover;
}
.tag-history__content {
  padding: 45px 60px 0;
  margin-top: 280px;
  margin-bottom: 20px;
  background-color: #fff;
}
/* PERSON */
.tag-person__head {
  background-color: #eefbfc;
  border-bottom: 1px solid #4EB8BE;
  margin-bottom: 60px;
}
.tag-person__job {
  font-size: 17px;
  line-height: 1.53;
  color: #c1cbcc;
  width: 50%;
}
.tag-person__image {
  margin: -95px 110px 0 auto;
  min-height: 110px;
}
.tag-person__content {
  margin-bottom: 20px;
}
.tag-person__name {
  margin-bottom: 20px;
}
/* OTHER */
.tag-other {
  margin-bottom: 20px;
}
@media (max-width: 670px) {
  .tag-person__image {
    max-height: 165px;
    margin-right: 0;
  }
}

.streams-list {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.streams-list__item {
  margin-bottom: 40px;
}

@media (min-width: 310px) {
  .streams-list {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .streams-list__item {
    /* for fix safari bug */
    /* https://bugs.webkit.org/show_bug.cgi?id=136041#c2 */
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;

    max-width: 49%;
  }
}

@media (min-width: 500px) {
  .streams-list__item {
    /* for fix safari bug */
    /* https://bugs.webkit.org/show_bug.cgi?id=136041#c2 */
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;

    max-width: 32%;
    margin-right: 5px;
  }
}

.tvsection-item {
  margin-bottom: 20px;
}

.tvsection-item__header {
  width: 100%;
  font-family: RistrettoPro, PTSerif, Arial, sans;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.tvsection-item__content {
  margin-bottom: 10px;
}

.tvsection-item__info {
  font-size: 12px;
  line-height: 1.6667;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 10px;
}

.tvsection-item__streams {
  width: 100%;
}

@media (min-width: 670px) {
  .tvsection-item__header {
    font-size: 60px;
    margin-bottom: 40px;
  }

  .tvsection-item__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }

  .tvsection-item__info {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .tvsection-item__info {
    -webkit-flex-basis: 240px;
        -ms-flex-preferred-size: 240px;
            flex-basis: 240px;
  }
}

.tvsection-detail__streams {
  margin-top: 60px;
}

.user-materials__header {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
}

.user-materials__list {
  list-style: none;
  padding: 0;
}

.user-material {
  padding: 0;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.user-material__image {
  margin-right: 22px;
  margin-left: 0;
  width: 75px;
  height: 75px;
  object-fit: cover;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-radius: 50%;
}

.user-material__label {
  display: inline-block;
  padding: 3px 9px 5px;
  margin: 10px 0;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #D5442B;
}

.user-material__title {
  display: block;
  font-size: 20px;
  color: #D5442B;
}

.user-material__title:hover {
    color: #AB3622;
  }

.user-material__title:focus {
    color: #AB3622;
  }

.user-material__time {
  font-size: 12px;
  color: #cfcfcf;
}

@media (min-width: 680px) {
  .user-material__image {
    width: 115px;
    height: 115px;
  }
}

@media (min-width: 680px) {
  .user-materials {
    margin-left: 40px;
  }

  .user-materials__list {
    margin-left: 100px;
  }
}

.search__input-wrap {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.search__icon {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 1.25em;
  color: #ccc;
}
.search__input {
  width: 100%;
  padding: 11px 36px 10px 52px;
  border: 1px solid #d8d8d8;
  font-size: inherit;
  font-family: inherit;
}
.search__btn {
  margin-left: auto;
}
.search__filter-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 350px) {
  .search__input-wrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .search__input {
    margin-right: 10px;
  }
}
@media (min-width: 500px) {
  .search__btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 960px) {
  .search__filter-wrap {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .search__sort {
    margin-left: auto;
  }
}

.main-page__row {
  min-height: 30px;
  position: relative;
  margin-bottom: 40px;
}

.main-page-sections {
  font-size: 17px;
  line-height: 1.53;
  padding: 0;
  margin-top: 30px;
  list-style: none;
}

.main-page-sections__item {
  padding: 0;
  display: inline-block;
  margin-right: 10px;
}

.material-main-material-hr {
  width: 70px;
  margin: 0 0 20px;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

.main-page__streams {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

@media (max-width: 501px) {
  .main-page__streams {
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media (min-width: 1400px) {
  .main-page-sections__item {
    display: block;
    margin-right: 0px;
  }
}


/*# sourceMappingURL=styles.css.map*/