@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
/* Constants */

/*
 * Constants block
 *
*/

body {
  font-size: 100%;
}

/* Fonts */

/* Colors*/

/* Text-colors */

/* Bg-colors */

/* BTN colors */

/* Measurements */

/* Fonts */

/* Paddings & Margins */

/* Block sizes */

/* Screens */

/* Images */

/* Mixins */

/* Block wrapper */

.block-wrap {
  max-width: 1067px;
  padding: 13px 13px 0;
  margin: 0 auto;
}

.block-size {
  margin: 0 0 15px;
  padding: 0;
}

/* Block headers */

.block-header__desktop {
  margin: 20px 0;
  padding: 0 0 10px;
  text-transform: capitalize;
  font-size: 32px;
  text-align: center;
}

.block-header__mobile {
  margin: 0 0 24px;
  padding: 10px 0 0px;
  text-transform: capitalize;
  font-size: 28px;
  text-align: center;
}

/* Default links */

.text-link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: inherit;
}

.small-text-link {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

.img-link {
  text-decoration: none;
  border-bottom: none;
}

.b-content {
  padding: 15px 0;
}

/* Reset */

/*
 * Сброс всех стандартных свойств
*/

body {
  padding: 0;
  margin: 0;
  font: 100% 'Roboto', Arial, Helvetica, Garuda, sans-serif;
  position: relative;
  *font-size: small;
  *font: x-small;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

table {
  border-collapse: collapse;
  font-size: inherit;
  font: 100%;
}

ul {
  list-style: none;
}

img {
  border: 0;
}

p {
  margin: 1em 0;
}

/* Fonts */

/* Fonts */

@font-face {
  font-family: 'RussiaBold';
  src: url("fonts/Russia/Russia-Bold.eot");
  src: url("fonts/Russia/Russia-Bold.woff") format('woff'), url("fonts/Russia/Russia-Bold.ttf") format('truetype'), url("fonts/Russia/Russia-Bold.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RussiaMedium';
  src: url("fonts/Russia/Russia-Medium.eot");
  src: url("fonts/Russia/Russia-Medium.woff") format('woff'), url("fonts/Russia/Russia-Medium.ttf") format('truetype'), url("fonts/Russia/Russia-Medium.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RussiaRegular';
  src: url("fonts/Russia/Russia.eot");
  src: url("fonts/Russia/Russia.woff") format('woff'), url("fonts/Russia/Russia.ttf") format('truetype'), url("fonts/Russia/Russia.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RussiaLight';
  src: url("fonts/Russia/russia-light-webfont.eot");
  src: url("fonts/Russia/russia-light-webfont.woff") format('woff'), url("fonts/Russia/russia-light-webfont.ttf") format('truetype'), url("fonts/Russia/russia-light-webfont.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy Medium';
  src: url("fonts/Gilroy/Gilroy-Medium.ttf") format("truetype"), url("fonts/Gilroy/Gilroy-Medium.eot") format("embedded-opentype"), url("fonts/Gilroy/Gilroy-Medium.svg") format("svg"), url("fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("fonts/Gilroy/Gilroy-Medium.woff2") format("woff2");
}

@font-face {
  font-family: 'Gilroy Semibold';
  src: url("fonts/Gilroy/Gilroy-Semibold.ttf") format("truetype"), url("fonts/Gilroy/Gilroy-Semibold.eot") format("embedded-opentype"), url("fonts/Gilroy/Gilroy-Semibold.svg") format("svg"), url("fonts/Gilroy/Gilroy-Semibold.woff") format("woff"), url("fonts/Gilroy/Gilroy-Semibold.woff2") format("woff2");
}

@font-face {
  font-family: 'Gilroy Bold';
  src: url("fonts/Gilroy/Gilroy-Bold.ttf") format("truetype"), url("fonts/Gilroy/Gilroy-Bold.eot") format("embedded-opentype"), url("fonts/Gilroy/Gilroy-Bold.svg") format("svg"), url("fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("fonts/Gilroy/Gilroy-Bold.woff2") format("woff2");
}

@font-face {
  font-family: 'Gilroy Extrabold';
  src: url("fonts/Gilroy/Gilroy-Extrabold.ttf") format("truetype"), url("fonts/Gilroy/Gilroy-Extrabold.eot") format("embedded-opentype"), url("fonts/Gilroy/Gilroy-Extrabold.svg") format("svg"), url("fonts/Gilroy/Gilroy-Extrabold.woff") format("woff"), url("fonts/Gilroy/Gilroy-Extrabold.woff2") format("woff2");
}

/* Blocks */

/*
    Header
*/

.b-header {
  overflow: hidden;
}

/* Top header pannel */

.b-top-header {
  position: relative;
  z-index: 4;
  background: rgba(0, 0, 0, 0.5);
}

.b-top-header__inner {
  max-width: 1067px;
  min-width: 290px;
  margin: 0 auto;
  padding: 13px;
}

/* Logo block */

.b-top-header__logo {
  float: left;
  padding: 0 20px 0 0;
  height: 28px;
  margin: 16px 0 12px 0;
}

.not-in-air .b-top-header__logo {
  border-right: 1px solid #d9d9d9;
}

.b-top-header__link-mayak {
  display: block;
  background: url("../../i/logo-white.png") 0 0 no-repeat;
  height: 36px;
  width: 160px;
  font-size: 0;
  margin: -7px 0 0 0;
}

.b-top-header__link-radio-unost {
  height: 30px;
  width: 130px;
  background: transparent url("../../i/logo-unost.svg") center no-repeat;
  background-size: 100% auto;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .b-top-header__link-radio-unost {
    background: transparent url("../../i/logo-unost-green.svg") center no-repeat;
    background-size: 100% auto;
  }
}

/* Social links */

.b-top-header__soc-list {
  position: relative;
  float: left;
  margin: 9px 0 0 13px;
  padding: 0 10px 4px;
  line-height: 0;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.b-top-header__soc-item {
  display: inline-block;
  margin: 0 2px 0 0;
  height: 23px;
  width: 23px;
  background: url("../../i/icons.png?v=3");
  font-size: 0;
  vertical-align: middle;
}

.b-top-header__soc-item.tw {
  background-position: 0 -66px;
}

.b-top-header__soc-item.fb {
  background-position: -27px -66px;
}

.b-top-header__soc-item.gp {
  background-position: -54px -66px;
}

.b-top-header__soc-item.in {
  background-position: -80px -66px;
}

.b-top-header__soc-item.yt {
  background-position: -107px -66px;
}

.b-top-header__soc-item.vk {
  background-position: -134px -66px;
}

.b-top-header__soc-item.ok {
  background-position: -190px -66px;
}

.b-top-header__soc-item.show {
  display: none;
}

.b-top-header__soc-list--dropdown {
  font-size: 0;
  display: none;
  background: #d9d9d9;
  position: absolute;
  top: -8px;
  left: 0;
  padding: 14px 10px 0;
}

.b-top-header__soc-list--dropdown .b-top-header__soc-item {
  display: block;
  margin: 0 0 14px;
  vertical-align: middle;
}

.b-top-header__soc-list--dropdown.shown {
  display: block;
  z-index: 100;
}

/* Top navigator */

.b-top-header__nav-list {
  float: none;
  margin: 14px 0 0;
  text-align: center;
}

.b-top-header__nav-list.desktop {
  display: block;
}

.b-top-header__nav-list.mobile {
  display: none;
}

.b-top-header__nav-item {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  display: inline-block;
  color: #fff;
  /*font-size: @smaller-font-size;*/
  font-family: 'Gilroy Semibold';
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}

.b-top-header__nav-item.special {
  color: #b52424;
  font-weight: bold;
}

.not-in-air .b-top-header__nav-item {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #fff;
}

/* Top search */

.b-top-header__search {
  float: right;
  margin: 13px 0 0;
  border-left: 1px solid #d9d9d9;
  padding: 0 0 0 30px;
  display: none;
}

.b-top-header__input {
  background: #d9d9d9;
  border-radius: 3px;
  padding: 2px 9px;
  position: relative;
}

.b-top-header__input input[type="text"] {
  border: none;
  outline: none;
  background: none;
  text-transform: uppercase;
  color: #000000;
}

.b-top-header__input input[type="submit"] {
  border: none;
  outline: none;
  height: 15px;
  width: 15px;
  font-size: 0;
  background: url("../../i/icons.png?v=3") 0 -99px;
  vertical-align: middle;
}

/* Ticket 202857 - Новый элемент - ссылка, вместо поиска */

.b-top-header__link-radio {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  float: right;
  margin: 13px 0 0;
  padding: 0 0 0 30px;
}

.b-top-header__link-radio a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.not-in-air {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.not-in-air .b-top-header__link-radio {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border-left: 1px solid #d9d9d9;
}

.not-in-air .b-top-header__link-radio a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #b52424;
}

/* Adaptive blocks */

@media screen and (min-width: 1280px) {
  .b-top-header__nav-item {
    display: inline-block;
    color: #fff;
    /*font-size: @smaller-font-size;*/
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 5px;
  }
}

@media screen and (max-width: 1280px) {
  .b-top-header__nav-item {
    display: inline-block;
    color: #fff;
    /*font-size: @smaller-font-size;*/
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 1px;
  }
}

@media screen and (max-width: 1024px) {
  .b-top-header {
    background: #f2f2f2;
  }

  .b-top-header__link-mayak {
    height: 43px;
    width: 146px;
    background: url("../../i/icons.png?v=3") 0 0;
  }

  .b-top-header__link-radio a {
    color: #b52424;
  }

  .b-top-header__soc-item {
    margin: 0 2px 0 0;
    height: 23px;
    width: 23px;
    background: url("../../i/icons.png?v=3");
    font-size: 0;
    display: none;
  }

  .b-top-header__soc-item:first-child {
    display: inline-block;
  }

  .b-top-header__soc-item.show {
    display: inline-block;
    background-position: -161px -66px;
  }

  .g-clear-helper {
    clear: none;
  }

  /* тикет 234186 "домашнее задание" */

  .b-top-header__nav-list.desktop {
    display: none;
  }

  .b-top-header__nav-list.mobile {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: 5px;
    outline: none;
  }
}

@media screen and (max-width: 900px) {
  .b-top-header__logo {
    float: left;
    border-right: none;
    padding: 0 20px 0 0;
    height: 28px;
    margin: 16px 0 12px 0;
  }

  .b-top-header__search {
    float: right;
    margin: 13px 0 0;
    border-left: none;
    padding: 0 0 0 30px;
  }

  /* Ticket 202857 - Новый элемент - ссылка, вместо поиска */

  .b-top-header__link-radio {
    float: right;
    margin: 13px 0 0;
    border-left: none;
    padding: 0 0 0 30px;
  }

  .b-top-header__soc-item {
    display: inline-block;
    margin: 0 4px;
    height: 23px;
    width: 23px;
    background: url("../../i/icons.png?v=3");
    font-size: 0;
  }

  .b-top-header__nav-list.desktop {
    display: none;
  }

  .b-top-header__nav-list.mobile {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: 5px;
    outline: none;
  }

  .b-top-header__soc-item.show {
    display: none;
  }

  .g-clear-helper {
    clear: both;
  }
}

@media screen and (max-width: 670px) {
  .b-top-header__soc-item {
    margin: 0 2px 0 0;
    height: 23px;
    width: 23px;
    background: url("../../i/icons.png?v=3");
    font-size: 0;
    display: none;
  }

  .b-top-header__search {
    display: block;
  }

  .b-top-header__soc-item:first-child {
    display: inline-block;
  }

  .b-top-header__soc-item.show {
    display: inline-block;
    background-position: -161px -66px;
  }

  .g-clear-helper {
    clear: both;
  }
}

@media screen and (max-width: 530px) {
  .b-top-header__logo {
    border-right: none;
    padding: 0;
    height: auto;
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  .b-top-header__link-mayak {
    display: block;
    margin: 0 auto;
    height: 43px;
    width: 146px;
    background: url("../../i/icons.png?v=3") 0 0;
    font-size: 0;
  }

  .b-top-header__soc-list {
    float: left;
    margin: 9px 0 0 13px;
    padding: 0 20px 4px 0;
    line-height: 0;
    border-left: none;
    border-right: 1px solid #d9d9d9;
  }

  .b-top-header__soc-item {
    margin: 0 2px 0 0;
    height: 23px;
    width: 23px;
    background: url("../../i/icons.png?v=3");
    font-size: 0;
    display: inline-block;
  }

  .b-top-header__soc-item.show {
    display: none;
    background-position: -161px -66px;
  }

  .b-top-header__search {
    border-left: none;
    padding: 0;
    float: none;
    margin: 13px 0 0;
    display: block;
  }

  /* Ticket 202857 - Новый элемент - ссылка, вместо поиска */

  .b-top-header__link-radio {
    border-left: none;
    padding: 0;
    float: none;
    margin: 13px 0 0;
    text-align: center;
  }

  .b-top-header__input input[type="submit"] {
    border: none;
    outline: none;
    height: 15px;
    width: 15px;
    font-size: 0;
    background: url("../../i/icons.png?v=3") 0 -99px;
    position: absolute;
    top: 7px;
    right: 9px;
    vertical-align: middle;
  }

  .g-clear-helper {
    clear: both;
  }
}

@media screen and (max-width: 450px) {
  .b-top-header__logo {
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  .b-top-header__link-mayak {
    display: block;
    margin: 0 auto;
    height: 43px;
    width: 146px;
    background: url("../../i/icons.png?v=3") 0 0;
    font-size: 0;
  }

  .b-top-header__soc-list {
    float: none;
    text-align: center;
    margin: 9px 0 0 13px;
    padding: 0;
    line-height: 0;
    border-left: none;
    border-right: none;
  }

  .b-top-header__soc-item {
    margin: 0 2px 0 0;
    height: 23px;
    width: 23px;
    background: url("../../i/icons.png?v=3");
    font-size: 0;
    display: inline-block;
  }

  .b-top-header__soc-item.show {
    display: none;
    background-position: -161px -66px;
  }

  .g-clear-helper {
    clear: both;
  }
}

/*
    Footer
*/

.g-clear-helper__footer {
  clear: none;
  display: none;
}

.b-footer {
  margin: 15px auto;
}

.b-footer__inner {
  max-width: 1067px;
  padding: 13px;
  margin: 0 auto;
}

.b-footer__link {
  text-decoration: underline;
  color: #000000;
}

.b-footer__links {
  margin: 0 0 15px;
  text-align: center;
}

.b-footer__links-link {
  display: inline-block;
  margin: 0 10px;
  background: url("../../i/icons.png?v=3");
  vertical-align: middle;
}

.b-footer__links-link.russia1 {
  background-position: 0 -242px;
  height: 19px;
  width: 81px;
}

.b-footer__links-link.radiorus {
  background-position: 0 -271px;
  height: 19px;
  width: 76px;
}

.b-footer__links-link.russia2 {
  background-position: -87px -242px;
  height: 19px;
  width: 81px;
}

.b-footer__links-link.ufm {
  background-position: -114px -300px;
  height: 15px;
  width: 66px;
}

.b-footer__links-link.kultradio {
  background-position: -90px -271px;
  height: 19px;
  width: 74px;
}

.b-footer__links-link.vestifm {
  background-position: 0 -300px;
  height: 16px;
  width: 107px;
}

.b-footer__links-link.mgrs {
  background-position: 0 -325px;
  height: 56px;
  width: 66px;
}

.b-footer__links-link.dogo {
  background-position: -103px -453px;
  height: 47px;
  width: 83px;
}

.b-footer__info {
  padding: 0 0 13px;
}

.b-footer__info-text {
  text-align: center;
  text-transform: uppercase;
}

.b-footer__info-text.normal {
  font-size: 12px;
  margin: 0 0 5px;
}

.b-footer__info-text.small {
  font-size: 8px;
  margin: 10px 0 5px;
}

/* Adaptive blocks */

@media screen and (max-width: 900px) {
  .g-clear-helper__footer {
    clear: both;
    display: block;
  }
}

@media screen and (max-width: 530px) {
  .b-footer__links {
    display: none;
  }
}

/* Page blocks */

/* -- ВГТРК-бар -- */

.vgtrk-bar-big-wrap {
  width: 100%;
  height: 39px;
  border-bottom: 1px solid #ccc;
  background: #f3f3f3;
}

.vgtrk-bar-wrap {
  max-width: 1097px;
  min-width: 300px;
  margin: 0 auto;
  line-height: 39px;
  position: relative;
  z-index: 10;
}

.vgtrk-bar-wrap ul {
  z-index: 10;
}

.vgtrk-bar-wrap a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  border-bottom: none;
}

.vgtrk-bar-wrap li.root {
  float: left;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: auto;
  height: 40px;
  padding: 0 24px;
  margin-bottom: -1px;
  border-right: 1px solid #ccc;
  font: normal 14px/39px "Arimo", sans-serif;
  color: #555;
}

.vgtrk-bar-wrap li.root.first {
  border-left: 1px solid #ccc;
}

.vgtrk-bar-wrap li.root:hover {
  background-color: #fff;
  color: #000;
}

.vgtrk-bar-wrap li.root.dropdown:hover {
  background: #fff;
}

.vgtrk-bar-wrap li.root ul {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 10;
  min-width: 120px;
  background: #fff;
  font: normal 14px/24px "Arimo", sans-serif;
  padding: 15px 24px;
}

.vgtrk-bar-wrap li.root ul li {
  padding: 5px 0;
}

.vgtrk-bar-wrap li.root.dropdown:hover ul {
  display: block;
}

.vgtrk-bar-wrap li.dropdown ul li:hover {
  text-decoration: underline;
}

.vgtrk-bar-wrap li.root span.drop {
  background: url("../../i/icons.png") -13px -510px no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 12px;
  height: 9px;
  margin-left: 9px;
}

.vgtrk-bar-wrap li.dropdown:hover span.drop {
  background: url("../../i/icons.png") 0px -510px no-repeat;
}

.vgtrk-bar-social-wrap {
  float: right;
}

.vgtrk-bar-search {
  float: right;
  margin: 6px 0 0 20px;
  line-height: 25px;
}

.vgtrk-bar-search__input {
  background: #d9d9d9;
  border-radius: 3px;
  padding: 2px 9px;
  position: relative;
}

.vgtrk-bar-search__input input[type="text"] {
  border: none;
  outline: none;
  background: none;
  text-transform: uppercase;
  color: #000000;
}

.vgtrk-bar-search__input input[type="submit"] {
  border: none;
  outline: none;
  height: 15px;
  width: 15px;
  font-size: 0;
  background: url("../../i/icons.png?v=3") 0 -99px;
  vertical-align: middle;
}

@media (max-width: 900px) {
  .vgtrk-bar-social-wrap {
    right: 24px;
  }

  .page-wrap {
    padding: 15px 24px 0px;
  }

  .vgtrk-bar-search {
    margin: 6px 13px 0 20px;
  }

  .vgtrk-bar-search__input input[type="text"] {
    width: 140px;
  }
}

@media (max-width: 1024px) {
  .page-wrap {
    padding: 15px 64px 0px;
  }
}

@media (max-width: 912px) {
  .vgtrk-bar-social-wrap {
    display: none;
  }
}

@media (max-width: 530px) {
  .vgtrk-bar-wrap {
    padding: 0;
  }

  .nav_mobile {
    bottom: 1px;
    z-index: 1;
    height: auto;
  }

  .page-wrap {
    padding: 15px 0 0;
  }
}

@media (max-width: 670px) {
  .vgtrk-bar-big-wrap {
    display: none;
  }

  .page-wrap {
    padding: 0;
  }
}

@media (max-width: 720px) {
  .vgtrk-bar-search__input input[type="text"] {
    width: 100px;
  }
}

/* Now in air block */

.b-now-in-air {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: #fff center center;
  background-size: cover;
  position: relative;
  height: calc(100vh - 40px - 90px - 82px);
  min-height: 570px;
}

.b-now-in-air:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.not-in-air .b-now-in-air {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: #fff center center;
  background-size: cover;
  position: relative;
  height: auto;
  min-height: 0;
}

.not-in-air .b-now-in-air:after {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.b-now-in-air__inner {
  max-width: 1093px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  height: 100%;
}

a.b-now-in-air__link {
  color: #ffffff;
  text-decoration: none;
}

span.b-now-in-air__link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: none;
}

/* Show info in air */

.b-now-in-air__show {
  box-sizing: border-box;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 100%;
  padding: 150px 15px 250px 15px;
  text-transform: uppercase;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.not-in-air .b-now-in-air__show {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}

.b-now-in-air__show-header {
  font-family: 'Gilroy Extrabold';
  font-size: 66px;
  line-height: 66px;
  margin: 0 0 25px;
}

.b-now-in-air__show-host,
.b-now-in-air__show-guest {
  font-family: 'Gilroy Bold';
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}

.b-now-in-air__show-topic {
  display: flex;
  flex-flow: row nowrap;
}

.b-now-in-air__show-topic-control {
  margin: auto 10px auto 0;
}

.b-now-in-air__show-topic-info {
  margin: auto auto auto 0;
}

.b-now-in-air__show-topic-title {
  font-family: 'Gilroy Bold';
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
}

/* Show info in air */

.not-in-air .b-now-in-air__show {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: rgba(202, 28, 28, 0.9);
  width: auto;
  padding: 15px 15px 65px 15px;
  text-transform: uppercase;
  position: relative;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}

.not-in-air .b-now-in-air__show-header {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-size: 32px;
  line-height: 42px;
  margin: 0 0 5px;
}

.not-in-air .b-now-in-air__show-topic {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin: 0;
  color: #ffffff;
  max-width: 80%;
}

/* Show controll in air */

.b-now-in-air__controll {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90px;
  width: 100%;
  text-align: center;
}

.b-now-in-air__button {
  display: inline-block;
  width: 73px;
  height: 16px;
  background: none;
  font-size: 13px;
  margin: 15px 6px 0;
}

.b-now-in-air__button.play {
  background-position: 0 -124px;
}

.b-now-in-air__button.listen {
  margin: 0;
  box-sizing: border-box;
  display: block;
  height: 64px;
  width: 64px;
  border: 4px solid #fff;
  border-radius: 100%;
  font-size: 0;
  background: transparent url("../../i/play-button.svg") 17px center no-repeat;
  background-size: 50%;
}

.b-now-in-air__button.listen.in-air {
  background: transparent url("../../i/pause-button.svg") center no-repeat;
  background-size: 38%;
}

.b-now-in-air__button.discuss {
  color: white;
  border-radius: 3px;
  padding: 4px;
  border: 1px solid;
  text-decoration: none;
}

.b-now-in-air__button.podcast {
  background-position: -110px -124px;
}

/* Show controll not in air */

.not-in-air .b-now-in-air__controll {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 20px;
  left: auto;
  right: 13px;
  height: 70px;
  width: 200px;
  text-align: center;
}

/* Show progress in air */

.b-now-in-air__time {
  margin: 65px 0 30px;
  width: 100%;
}

.not-in-air .b-now-in-air__time {
  margin: 20px 0 30px;
}

/**/

.b-now-in-air__time-title {
  font-family: 'Gilroy Bold';
  font-size: 14px;
  color: #fff;
  margin: 0 0 5px;
}

.b-now-in-air__time-marker {
  display: none;
  position: absolute;
  bottom: 6px;
  right: 0;
  margin: 0 -5px 0 0;
  color: #fcff00;
  text-transform: uppercase;
  font-size: 14px;
  width: 167px;
  text-align: right;
}

.b-now-in-air__time-marker__text {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 150px;
}

.b-now-in-air__time-marker__text.left {
  left: 155px;
}

.b-now-in-air__time-marker__text.right {
  left: 0;
}

.b-now-in-air__time-marker__pointer {
  display: inline-block;
  height: 7px;
  width: 13px;
  background: url("../../i/icons.png?v=3") 0 -166px;
}

.b-now-in-air__time-full {
  height: 10px;
  width: 20%;
  background: rgba(100, 0, 10, 0.5);
}

.b-now-in-air__time-current {
  height: 100%;
  background: #c42727;
}

.not-in-air .b-now-in-air__time-current {
  background: #fcff00;
}

/* Video background */

.b-now-in-air__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.b-now-in-air__video--hidden {
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.b-now-in-air__video-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.b-now-in-air__video-background {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -53%);
  -moz-transform: translate(-50%, -53%);
  -ms-transform: translate(-50%, -53%);
  -o-transform: translate(-50%, -53%);
  transform: translate(-50%, -53%);
}

/* Adaptive blocks */

@media screen and (max-width: 1280px) {
  .b-now-in-air__show {
    width: 100%;
    padding: 100px 13px 200px 13px;
    text-transform: uppercase;
    position: relative;
  }
}

@media screen and (max-width: 1024px) {
  .b-now-in-air__show {
    width: 70%;
    padding: 30px 15px 100px 15px;
    text-transform: uppercase;
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: 0;
  }

  .b-now-in-air__time {
    width: 100%;
    margin: 30px 0;
  }

  .b-now-in-air__time-full {
    width: 100%;
  }

  .b-now-in-air__show-header {
    font-size: 30px;
    line-height: 39px;
    margin: 0 0 20px;
  }

  .b-now-in-air__show-host,
  .b-now-in-air__show-guest {
    font-size: 14px;
    margin: 0;
    color: #ffffff;
  }

  .b-now-in-air__show-topic {
    font-size: 14px;
    margin: 20px 0;
    color: #ffffff;
  }
}

@media screen and (max-width: 900px) {
  .b-now-in-air {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #fff center center;
    background-size: cover;
    position: relative;
    height: auto;
    min-height: 0;
  }

  .b-now-in-air:after {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(100, 0, 10, 0.5);
  }

  .b-now-in-air__time-current {
    background: #fcff00;
  }

  .b-now-in-air__show {
    background: rgba(202, 28, 28, 0.9);
  }

  /* Show controll not in air */

  .not-in-air .b-now-in-air__controll {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    height: 70px;
    width: auto;
    text-align: center;
  }

  .not-in-air .b-now-in-air__show-topic {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: 0;
    color: #ffffff;
    max-width: none;
  }

  /* Hide video on tablets and mobile */

  .b-now-in-air__video {
    display: none;
  }
}

@media screen and (max-width: 530px) {
  .b-now-in-air__show {
    background: rgba(202, 28, 28, 0.9);
    width: auto;
    padding: 30px 15px 100px 15px;
    text-transform: uppercase;
    position: relative;
  }
}

/*
    Schedule
*/

.b-schedule {
  margin: 0 0 15px;
  padding: 0;
}

.b-schedule__inner {
  max-width: 1067px;
  padding: 13px 13px 0;
  margin: 0 auto;
}

.b-schedule__controll-slider {
  float: none;
  margin: 0 125px 0 0;
  padding: 0 50px;
}

.b-schedule__controll-slider--with-rss {
  margin: 0 250px 0 0;
}

.b-schedule__controll-button {
  background: #eae9e9;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 6px 10px;
  text-align: center;
  margin: 0 2px;
  line-height: 20px;
}

.b-schedule__controll-button.current {
  background: #ca4a4a;
}

.b-schedule__controll-link {
  color: #000000;
  text-decoration: none;
  font-size: 13px;
}

.b-schedule__controll-link--disabled {
  opacity: .5;
}

.b-schedule__controll-button.current .b-schedule__controll-link {
  color: #ffffff;
}

.b-schedule__controll-calendar {
  text-align: center;
  float: right;
  background: #eae9e9;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #000000;
  text-decoration: none;
  font-size: 13px;
  position: relative;
}

.b-schedule__controll-calendar .ui-datepicker-trigger {
  display: none;
}

.b-schedule__controll-calendar-lab {
  cursor: pointer;
}

.b-schedule__controll-calendar-btn {
  width: 50px;
  height: 1px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background: none;
  display: block;
  position: absolute;
  bottom: 0;
  color: transparent;
}

.ui-datepicker {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  padding: 23px;
  font-size: 13px;
  text-transform: uppercase;
  display: none;
  z-index: 500 !important;
}

.ui-datepicker-calendar {
  margin: 20px 0 0;
}

.ui-state-default {
  display: block;
  padding: 11px;
  text-decoration: none;
  color: #000000;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #eae9e9;
}

.ui-state-active {
  background: url("../../i/icons.png?v=3") 4px -386px no-repeat;
}

.ui-datepicker-prev {
  margin: 2px 0 0;
  display: block;
  float: left;
  cursor: pointer;
  font-size: 11px;
}

.ui-datepicker-next {
  margin: 2px 0 0;
  display: block;
  float: right;
  cursor: pointer;
  font-size: 11px;
}

.ui-datepicker-title {
  margin: 0 auto;
  text-align: center;
}

.b-schedule__list {
  margin: 30px auto 20px auto;
}

.b-schedule__list.no-indent {
  margin: 0 auto;
}

.b-schedule__list-item {
  padding: 0;
}

.b-schedule__list-item.grey {
  background: #f2f2f2;
}

.b-schedule__list-item.past-show {
  opacity: 0.5;
}

.b-schedule__list-item__inner {
  margin: 0 auto;
  max-width: 1067px;
  padding: 13px;
}

a.b-schedule__list-item__link {
  color: #000000;
  line-height: 28.9px;
  text-decoration: underline;
}

span.b-schedule__list-item__link {
  color: #000000;
  line-height: 28.9px;
  text-decoration: none;
}

.b-schedule__list-item__time {
  float: left;
  font-size: 18px;
  line-height: 30.6px;
}

.b-schedule__list-item__info {
  float: none;
  margin-left: 15%;
  margin-top: 2px;
}

.b-schedule__list-item__header {
  text-transform: uppercase;
  margin: 0 0 3px;
  font-size: 16px;
}

.b-schedule__list-item__description {
  font-size: 14px;
  line-height: 28.9px;
  margin: 0 0 3px;
  color: #000000;
}

.b-schedule__list-item__guests {
  font-size: 13px;
  line-height: 28.9px;
  text-transform: uppercase;
  margin: 0 24px 3px 0;
  float: left;
}

.b-schedule__list-item__podcast {
  font-size: 14px;
  line-height: 28.9px;
  text-transform: uppercase;
  margin: 0 0 3px;
  float: left;
}

.b-schedule__list-item__repeat {
  font-size: 14px;
  font-style: italic;
  margin: 0 0 3px;
}

.b-schedule__list-item__listen {
  padding: 1px 4px;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  background: #9facd7;
  vertical-align: middle;
  text-decoration: none;
}

.b-schedule__list-item__load {
  padding: 1px 4px;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  background: #a89696;
  vertical-align: middle;
  text-decoration: none;
}

.b-schedule__list-item__read {
  padding: 1px 4px;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  background: #8FC9A8;
  vertical-align: middle;
  text-decoration: none;
}

.b-schedule__list-item__url {
  padding: 1px 4px;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  background: #7d7e7c;
  vertical-align: middle;
  text-decoration: none;
}

.b-schedule__list-item__watch {
  padding: 1px 4px;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  background: #e4a4a4;
  vertical-align: middle;
  text-decoration: none;
}

.b-schedule__list-item__in-air {
  padding: 1px 4px;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  background: #ff0505;
  vertical-align: middle;
  text-decoration: none;
}

.b-schedule__error {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

/* Adaptive blocks */

@media screen and (max-width: 900px) {
  .b-schedule__list-item__info {
    float: none;
    margin-left: 20%;
    margin-top: 2px;
  }

  .b-schedule__list-item__guests {
    font-size: 14px;
    line-height: 28.9px;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    float: none;
  }

  .b-schedule__list-item__podcast {
    font-size: 14px;
    line-height: 28.9px;
    text-transform: uppercase;
    margin: 0 0 3px;
    float: none;
  }
}

@media screen and (max-width: 670px) {
  .b-schedule__controll-slider {
    display: none;
  }

  .b-schedule__controll-calendar {
    text-align: center;
    float: none;
    background: #eae9e9;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 7px 24px 6px;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
  }

  .b-schedule__list-item__info {
    float: none;
    margin-left: 25%;
    margin-top: 2px;
  }
}

@media screen and (max-width: 530px) {
  .b-schedule__list-item__time {
    float: none;
  }

  .b-schedule__list-item__info {
    float: none;
    margin-left: 0;
    margin-top: 2px;
  }
}

/* Anons in air */

.b-header-anons {
  margin: 50px 0 0;
}

/* Anons not in air */

/* Anons link */

.b-header-anons__link {
  text-decoration: none;
  color: #fff;
}

.b-header-anons__link.pic {
  display: block;
  width: 250px;
  height: 100px;
  overflow: hidden;
  position: relative;
}

.b-header-anons__link.pic video,
.b-header-anons__link.pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

/* Anons picture */

.b-header-anons__piture {
  margin: auto 20px auto 0;
}

/* Anons text */

.b-header-anons__text {
  margin: auto auto auto 0;
}

.b-header-anons__text--double {
  margin: 15px 0 0 120px;
}

.b-header-anons__time {
  font-family: "Gilroy Medium";
  font-size: 17px;
  line-height: 17px;
  text-align: left;
  color: #fff;
  margin: 0 0 5px;
}

.b-header-anons__name {
  font-family: "Gilroy Extrabold";
  font-size: 25px;
  line-height: 25px;
  text-align: left;
  color: #fff;
  margin: 0;
  width: 300px;
}

.b-header-anons__host {
  margin: 0 0 2px;
  font-size: 14px;
  line-height: 14px;
}

/* Anons list */

.b-header-anons__list {
  margin: 20px 0 0 0;
}

.b-header-anons__item {
  display: flex;
  flex-flow: row nowrap;
}

/* Adaptive blocks */

@media screen and (max-width: 1280px) {
  .b-header-anons__link.pic video {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .b-header-anons__piture {
    display: none;
  }

  .b-header-anons__name {
    width: auto;
  }

  .b-header-anons {
    margin: 30px 0 0;
  }
}

/* Banners */

.b-adv {
  margin: 0 0 15px;
  padding: 0;
  margin: 0 0 5px;
  text-align: center;
  padding: 7px 13px 0;
}

.b-adv--article {
  position: absolute;
  top: 63px;
  right: 0;
}

.b-adv iframe {
  width: 100%;
}

.b-adv.b-adv--news {
  height: 350px;
  width: 100%;
  padding: 7px 0 0;
}

.b-adv.b-adv--news iframe {
  width: 100%;
  height: 100%;
}

.b-adv.b-adv--top {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  overflow: hidden;
  max-height: 90px;
}

.b-adv--wide {
  margin: 0 0 15px;
  padding: 0 13px;
  font-size: 0;
}

.b-adv--wide iframe {
  width: 100%;
  max-width: 980px;
}

/* Adaptive blocks */

@media screen and (max-width: 900px) {
  .b-adv--article {
    position: relative;
    margin: 20px auto;
    top: auto;
    text-align: center;
  }
}

@media screen and (max-width: 670px) {
  .b-adv.b-adv--news {
    display: none;
  }
}

/*
    Marquee
*/

.b-hot-news {
  max-width: 1067px;
  padding: 0 13px;
  margin: 15px auto;
  position: relative;
}

.b-hot-news__header {
  margin: 20px 0;
  padding: 0 0 10px;
  text-transform: capitalize;
  font-size: 32px;
  text-align: center;
}

.b-news-list__link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: inherit;
}

.b-hot-news:before {
  content: "";
  position: absolute;
  top: 0;
  left: 13px;
  height: 16px;
  width: 13px;
  background: url("../../i/icons.png?v=3") 0 -182px no-repeat;
}

.b-hot-news:after {
  content: "";
  position: absolute;
  top: 0;
  right: 13px;
  height: 16px;
  width: 13px;
  background: url("../../i/icons.png?v=3") -13px -182px no-repeat;
}

.b-hot-news__inner {
  padding: 0;
}

.b-hot-news__list {
  font-size: 14px;
}

.b-hot-news__item {
  display: block;
  float: left;
  padding: 0 30px;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 670px) {
  .b-hot-news__item {
    text-align: center;
  }
}

.b-hot-news__time {
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.b-hot-news__link {
  color: #000000;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin-top: 3px;
}

.b-hot-news__slider {
  position: relative;
}

.b-hot-news__slider .owl-buttons div {
  top: 27px;
}

@media screen and (max-width: 530px) {
  .b-hot-news__header {
    margin: 0 0 24px;
    padding: 10px 0 0px;
    text-transform: capitalize;
    font-size: 28px;
    text-align: center;
  }
}

/*
    Marquee
*/

.vote-vk {
  max-width: 1067px;
  padding: 0 13px;
  margin: 15px auto;
  position: relative;
}

.vote-vk__header {
  margin: 20px 0;
  padding: 0 0 10px;
  text-transform: capitalize;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

.vote-vk__link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: inherit;
}

.vote-vk__inner {
  padding: 0;
}

.vote-vk__link {
  color: #000000;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin-top: 3px;
}

@media screen and (max-width: 530px) {
  .vote-vk__header {
    margin: 0 0 24px;
    padding: 10px 0 0px;
    text-transform: capitalize;
    font-size: 28px;
    text-align: center;
  }
}

/* 
    Quiz
*/

.b-quiz {
  margin: 0 0 15px;
  padding: 0;
}

.b-quiz__inner {
  max-width: 1067px;
  padding: 13px 13px 0;
  margin: 0 auto;
  position: relative;
}

.b-quiz__header {
  margin: 20px 0;
  padding: 0 0 10px;
  text-transform: capitalize;
  font-size: 32px;
  text-align: center;
}

.b-quiz__header a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: inherit;
}

.b-quiz__charts {
  text-align: center;
}

.b-quiz__chart {
  float: none;
  display: inline-block;
  width: 20%;
}

.b-quiz__place {
  position: relative;
  padding: 0 10px;
}

.b-quiz__text {
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
}

.b-quiz__percent {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  margin: -10px 0 0;
}

.b-quiz__vote {
  text-align: center;
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  margin: 0;
}

.b-quiz__vote-btn {
  display: inline-block;
  background: #b7b3b3;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
}

/* Quiz list */

/* Small guest list */

.b-quiz__item--small {
  float: left;
  width: 50%;
  min-height: 50px;
  margin: 0 0 20px;
}

.b-quiz__link--block {
  display: block;
  color: inherit;
  text-decoration: inherit;
  text-transform: uppercase;
}

.b-quiz__pic--small {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  height: 45px;
  width: 45px;
  background: url("../../i/icons.png?v=3") 0 -455px no-repeat;
}

.b-quiz__name--small {
  padding: 10px 0 0;
  display: block;
  color: #000000;
  text-decoration: underline;
  font-size: 17px;
}

.b-quiz__info--small {
  display: block;
  color: #706f73;
  text-decoration: none;
  font-size: 14px;
}

.b-quiz__message {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 270px;
  margin: 0 0 0 -136px;
  background: #fff;
  border: 1px solid #706f73;
  border-radius: 6px;
  z-index: 999;
  display: none;
}

.b-quiz__message p {
  margin: 0;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}

/* Adaptive blocks */

@media screen and (max-width: 670px) {
  .b-quiz__chart {
    float: none;
    display: block;
    width: auto;
  }

  .b-quiz__percent {
    text-align: center;
    position: absolute;
    top: 52%;
    left: 0;
    width: 100%;
    margin: -20px 0 0;
  }

  .b-quiz__vote {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    margin: -17px 0 0;
  }

  .b-quiz__text {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    width: 100%;
  }

  .b-quiz__item--small {
    float: none;
    width: auto;
    min-height: 50px;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 530px) {
  .b-quiz__header {
    margin: 0 0 24px;
    padding: 10px 0 0px;
    text-transform: capitalize;
    font-size: 28px;
    text-align: center;
  }
}

/*
    Video
*/

.b-video {
  margin: 0 0 15px;
  padding: 0;
}

.b-video__holder,
.b-video__inner {
  max-width: 1067px;
  padding: 13px 13px 0;
  margin: 0 auto;
}

.b-video__header {
  margin: 20px 0;
  padding: 0 0 10px;
  text-transform: capitalize;
  font-size: 32px;
  text-align: center;
}

.b-video__message {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

.b-video__link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: inherit;
}

/* Video Adv */

.b-video__adv {
  margin-top: 81px;
  float: right;
}

.b-video__adv--player {
  margin-top: 0;
  float: right;
}

/* Video slider */

.b-video__slider {
  margin-right: 420px;
}

.b-video__slider-link {
  color: #000000;
  text-decoration: none;
}

.b-video__slider-item.preload {
  display: none;
}

.b-video__slider-holder {
  position: relative;
}

.b-video__slider-pic {
  width: 100%;
}

.b-video__slider-name {
  padding: 5px 0 3px;
  font-size: 17px;
  line-height: 28.9px;
  display: block;
  float: left;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 85%;
}

.b-video__slider-name span {
  border-bottom: 1px solid #000000;
}

.b-video__slider-time {
  font-size: 14px;
  line-height: 28.9px;
  padding: 5px 0 0;
  display: block;
  float: right;
  text-transform: uppercase;
  color: #706f73;
}

.b-video__slider-btn {
  display: block;
  position: absolute;
  bottom: 40px;
  right: 40px;
  background: #ca4a4a;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 12px;
  border-radius: 4px;
}

/* Video player */

.b-video__player {
  margin-right: 420px;
}

.b-video__player-link {
  color: #000000;
  text-decoration: inherit;
  display: block;
  margin: 0 0 5px;
}

.b-video__player-holder {
  position: relative;
}

.b-video__player-pic {
  width: 100%;
  visibility: hidden;
}

.b-video__player-player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.b-video__player-name {
  padding: 10px 0 3px;
  font-size: 17px;
  display: block;
  float: left;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 85%;
}

.b-video__player-name span {
  border-bottom: 1px solid #000000;
}

.b-video__player-time {
  font-size: 14px;
  padding: 10px 0 0;
  display: block;
  float: right;
  text-transform: uppercase;
  color: #706f73;
}

.b-video__player-btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -15px 0 0 -50px;
  background: #ca4a4a;
  color: #ffffff;
  font-size: 17px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  height: 30px;
  width: 100px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.b-video__player-info {
  margin: 0;
}

.b-video__player-info__description {
  font-size: 17px;
  margin: 5px 0 5px;
}

.b-video__player-info__tags {
  margin: 0 0 5px;
}

.b-video__player-info__link {
  font-size: 14px;
  color: #706f73;
  text-decoration: underline;
  text-transform: uppercase;
}

/* Video list */

.b-video__list-item {
  float: left;
  width: auto;
  min-height: 180px;
}

.b-video__list-link {
  display: block;
  margin: 0 5px 5px 0;
  color: #000000;
  height: 244px;
}

.b-video__list-holder {
  position: relative;
}

.b-video__list-pic {
  width: 100%;
}

.b-video__list-btn {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #ca4a4a;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 11px;
  border-radius: 4px;
}

.b-video__list-name {
  display: block;
  float: left;
  text-decoration: underline;
  max-width: 80%;
  font-size: 14px;
  line-height: 18.2px;
}

.b-video__list-name.small-title {
  height: 18px;
  overflow: hidden;
}

.b-video__list-time {
  font-size: 20px;
  display: block;
  float: right;
  text-transform: uppercase;
  color: #706f73;
  font-size: 14px;
}

/* Video search */

.b-video__search-list:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.b-video__search-list .b-video__list-link {
  width: 25%;
  float: left;
  margin: 0;
  padding: 4px;
  box-sizing: border-box;
}

.b-video__search-controll {
  margin: 24px auto;
  text-align: center;
  position: relative;
  height: 36px;
}

.b-video__search-more {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 4px;
  background: #dee5e1;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

/* Adaptive blocks */

@media screen and (max-width: 1280px) {
  .b-video__slider,
  .b-video__player {
    margin-right: 320px;
  }
}

@media screen and (max-width: 1024px) {
  .b-video__search-list .b-video__list-link {
    width: 33.33%;
  }
}

@media screen and (max-width: 900px) {
  .b-video__adv {
    display: none;
  }

  .b-video__adv--player {
    display: none;
  }

  .b-video__slider,
  .b-video__player {
    margin: 0 auto;
  }

  .b-video__slider-btn {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #ca4a4a;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 8px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 670px) {
  .b-video__search-list .b-video__list-link {
    width: 50%;
  }
}

@media screen and (max-width: 530px) {
  .b-video__header {
    margin: 0 0 24px;
    padding: 10px 0 0px;
    text-transform: capitalize;
    font-size: 28px;
    text-align: center;
  }

  .b-video__slider-btn {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #ca4a4a;
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 8px;
    border-radius: 4px;
  }

  .b-video__search-list .b-video__list-link {
    width: 100%;
    height: auto !important;
    float: none;
    margin: 0 0 12px;
  }
}

/*
    interesting
*/

.b-interesting {
  margin: 0 0 15px;
  padding: 0;
}

.b-interesting__holder,
.b-interesting__inner {
  max-width: 1067px;
  padding: 13px 13px 0;
  margin: 0 auto;
}

.b-interesting__header {
  margin: 20px 0;
  padding: 0 0 10px;
  text-transform: capitalize;
  font-size: 32px;
  text-align: center;
}

.b-interesting__message {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

.b-interesting__link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: inherit;
}

/* interesting Adv */

.b-interesting__adv {
  margin-top: 81px;
  float: right;
  position: relative;
  z-index: 2;
}

.b-interesting__adv--player {
  margin-top: 0;
  float: right;
}

/* interesting slider */

.b-interesting__slider-link {
  color: #000000;
  text-decoration: none;
}

.b-interesting__slider-item.preload {
  display: none;
}

.b-interesting__slider-holder {
  position: relative;
}

.b-interesting__slider-pic {
  width: 100%;
}

.b-interesting__slider-name {
  padding: 5px 0 3px;
  font-size: 17px;
  line-height: 28.9px;
  display: block;
  float: left;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 85%;
}

.b-interesting__slider-name span {
  border-bottom: 1px solid #000000;
}

.b-interesting__slider-time {
  font-size: 14px;
  line-height: 28.9px;
  padding: 5px 0 0;
  display: block;
  float: right;
  text-transform: uppercase;
  color: #706f73;
}

.b-interesting__slider-btn {
  display: block;
  position: absolute;
  bottom: 40px;
  right: 40px;
  background: #ca4a4a;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 12px;
  border-radius: 4px;
}

/* interesting main */

.b-interesting__block {
  position: relative;
}

.b-interesting__block .b-block {
  padding-top: 400px;
  position: relative;
}

.b-interesting__block .b-interesting__block-item {
  padding: 18px;
  float: left;
  width: 33.3%;
  height: 228px;
  position: relative;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 4px;
}

.b-interesting__block .b-interesting__block-item .b-interesting__block-date {
  position: absolute;
  bottom: 18px;
  left: 18px;
  color: #000;
  font-size: 14px;
  text-transform: lowercase;
  z-index: 2;
}

.b-interesting__block .b-interesting__block-item .b-interesting__block-list-name {
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
}

.b-interesting__block .b-interesting__block-item .b-interesting__block-btn {
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}

.b-interesting__block .b-interesting__block-item .b-interesting__block-title {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 8px;
  z-index: 2;
}

.b-interesting__block .b-interesting__block-item .b-interesting__block-title a {
  text-decoration: none;
}

.b-interesting__block .b-interesting__block-item .b-interesting__block-anons {
  font-size: 15px;
  margin-top: 8px;
  max-height: 54px;
  overflow: hidden;
}

.b-interesting__block .b-interesting__block-item .b-interesting__block-anons a {
  text-decoration: none;
}

.b-interesting__block .b-interesting__block-item a {
  color: #000;
}

.b-interesting__block .b-interesting__block-item.first-item,
.b-interesting__block .b-interesting__block-item.last-item {
  position: relative;
  height: 400px;
  overflow: hidden;
  width: 800px;
  padding: 0;
  margin-bottom: 5px;
  margin-top: 0;
}

.b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder,
.b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder {
  position: relative;
  height: 400px;
}

.b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder:before,
.b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder .b-interesting__block-list-name,
.b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder .b-interesting__block-list-name {
  position: absolute;
  top: 24px;
  left: 26px;
}

.b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder .b-interesting__block-list-name a,
.b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder .b-interesting__block-list-name a {
  color: #fff;
}

.b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder .b-interesting__block-date,
.b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder .b-interesting__block-date {
  position: absolute;
  left: auto;
  top: 26px;
  right: 26px;
  color: #fff;
  width: 180px;
  text-align: right;
  bottom: auto;
}

.b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder .b-interesting__block-btn,
.b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder .b-interesting__block-btn {
  position: relative;
  display: block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 204px;
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  margin: 12px auto 0;
}

.b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder .b-interesting__block-title,
.b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder .b-interesting__block-title {
  position: absolute;
  bottom: 165px;
  width: 460px;
  left: 50%;
  margin-left: -230px;
  font-weight: bold;
  font-size: 46px;
  line-height: 50px;
  text-align: center;
  max-width: 80%;
}

.b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder .b-interesting__block-title a,
.b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder .b-interesting__block-title a {
  color: #fff;
  text-decoration: none;
}

.b-interesting__block .b-interesting__block-item.first-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 260px;
  width: auto;
}

.b-interesting__block .b-interesting__block-item.first-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}

@media screen and (max-width: 670px) {
  .b-interesting__block .b-interesting__block-item.first-item img {
    position: relative;
    top: auto;
    left: auto;
    transform: unset;
  }
}

.b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder .b-interesting__block-title {
  position: absolute;
  top: 41px;
  right: 0;
  bottom: 41px;
  left: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder .b-interesting__block-title:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder .b-interesting__block-title .b-interesting__block-center {
  margin: auto;
  max-width: 80%;
  width: 460px;
  display: inline-block;
  vertical-align: middle;
}

.b-interesting__block .b-interesting__block-item.last-item {
  height: 242px;
  overflow: hidden;
  width: 66.7%;
  margin-top: 8px;
}

.b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder {
  height: 242px;
  line-height: 242px;
}

.b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder * {
  line-height: normal;
}

.b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder .b-interesting__block-btn {
  font-size: 14px;
  width: 160px;
  height: 30px;
  line-height: 30px;
}

.b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder .b-interesting__block-title {
  bottom: 88px;
  font-size: 34px;
  width: 400px;
  margin-left: -200px;
  line-height: 34px;
  position: relative;
  top: auto;
  bottom: auto;
  display: inline-block;
  vertical-align: middle;
}

.b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder .b-interesting__block-date {
  top: 18px;
  right: 17px;
}

.b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-anons {
  display: none;
}

/* Adaptive blocks */

@media screen and (max-width: 1280px) {
  .b-interesting__slider {
    margin-right: 320px;
  }
}

@media screen and (max-width: 1024px) {
  .b-interesting__block .b-interesting__block-item {
    width: 50%;
  }

  .b-interesting__block .b-interesting__block-item.last-item {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .b-interesting__adv {
    margin: 0 0 28px;
    float: none;
    text-align: center;
  }

  .b-interesting__block .b-block {
    padding-top: 0;
  }

  .b-interesting__block .b-interesting__block-item.first-item {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
  }

  .b-interesting__slider,
  .b-interesting__player {
    margin: 0 auto;
  }

  .b-interesting__slider-btn {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #ca4a4a;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 8px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 670px) {
  .b-interesting__block .b-interesting__block-item {
    width: 100%;
    height: auto;
    text-align: center;
  }

  .b-interesting__block .b-interesting__block-item .b-interesting__block-date {
    position: relative;
    margin-top: 14px;
    bottom: auto;
    left: auto;
  }

  .b-interesting__block .b-interesting__block-item .b-interesting__block-title {
    margin-top: 13px;
  }

  #interesting-slider {
    clear: both;
  }

  .b-interesting__block .b-interesting__block-item.first-item {
    margin-top: 0;
    height: auto;
  }

  .b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder {
    height: auto;
  }

  .b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder img {
    width: 100%;
    height: auto;
    display: block;
  }

  .b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder .b-interesting__block-btn {
    display: none;
  }

  .b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder .b-interesting__block-date {
    bottom: 12px;
    left: 50%;
    margin-left: -90px;
    text-align: center;
    top: auto;
  }

  .b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder .b-interesting__block-title {
    font-size: 24px;
    line-height: 26px;
    /*    left: 15%;
            width: 70%;
            margin: 0;
            bottom: auto;
            top: 54px;*/
    top: 30px;
    bottom: 30px;
  }

  .b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder .b-interesting__block-list-name {
    top: 16px;
    left: 0;
    width: 100%;
    font-weight: 400;
  }

  .b-interesting__block .b-interesting__block-item.last-item {
    height: auto;
    padding: 18px;
  }

  .b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder {
    height: auto;
    line-height: normal;
  }

  .b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder img {
    display: none;
  }

  .b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder:before {
    display: none;
  }

  .b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder .b-interesting__block-list-name,
  .b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder .b-interesting__block-date,
  .b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder .b-interesting__block-title {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    color: #000;
    width: auto;
    margin: 0;
    height: auto;
    text-align: center;
    max-width: 100%;
  }

  .b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder .b-interesting__block-list-name a,
  .b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder .b-interesting__block-date a,
  .b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder .b-interesting__block-title a {
    color: #000;
  }

  .b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder .b-interesting__block-anons {
    display: block;
  }

  .b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder .b-interesting__block-date {
    margin-top: 14px;
  }

  .b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder .b-interesting__block-btn {
    display: none;
  }

  .b-interesting__block .b-interesting__block-item.last-item .b-interesting__block-holder .b-interesting__block-title {
    font-size: 24px;
    line-height: 26px;
    margin-top: 13px;
  }
}

@media screen and (max-width: 530px) {
  .b-interesting__header {
    margin: 0 0 24px;
    padding: 10px 0 0px;
    text-transform: capitalize;
    font-size: 28px;
    text-align: center;
  }

  .b-interesting__slider-btn {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #ca4a4a;
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 8px;
    border-radius: 4px;
  }

  .b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder .b-interesting__block-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 450px) {
  .b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder .b-interesting__block-title {
    line-height: 20px;
  }

  .b-interesting__block .b-interesting__block-item.first-item .b-interesting__block-holder .b-interesting__block-title .b-interesting__block-center {
    max-width: 90%;
  }
}

/*
    Podcast
*/

.b-podcast {
  margin: 0 0 15px;
  padding: 0;
}

.b-podcast__inner {
  max-width: 1067px;
  padding: 13px 13px 0;
  margin: 0 auto;
}

.b-podcast__inner--episode {
  max-width: 1067px;
  padding: 13px 13px 0;
  margin: 0 auto;
  padding: 13px;
}

.b-podcast__link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: inherit;
}

.b-podcast__link-small {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

.b-podcast__block-link {
  display: block;
  color: #000000;
  text-transform: uppercase;
  width: 135px;
  margin: 0 auto;
}

.b-podcast__header {
  margin: 20px 0;
  padding: 0 0 10px;
  text-transform: capitalize;
  font-size: 32px;
  text-align: center;
}

.b-podcast__header-label {
  font-size: 39px;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}

.b-podcast__logo {
  margin: 0 0 15px;
}

.b-podcast__slider {
  position: relative;
}

.b-podcast__group {
  width: 100%;
  padding: 0;
}

.b-podcast__item {
  text-align: center;
}

.b-podcast__item.preload {
  display: none;
}

.b-podcast__item--listed {
  float: left;
  width: 50%;
  min-height: 200px;
}

.b-podcast__item--listed .b-podcast__block-link {
  margin: 0;
  width: auto;
}

.b-podcast__description {
  float: left;
  width: 60%;
  margin: 52px 0 0;
  text-transform: uppercase;
  position: relative;
}

.b-podcast__description h5 {
  font-size: 21px;
  text-decoration: underline;
  height: 25px;
  overflow: hidden;
}

.b-podcast__description h5:after {
  content: "";
  position: absolute;
  top: 0;
  right: 13px;
  height: 25px;
  width: 13px;
  background: url("../../i/icons.png") -13px -182px no-repeat;
}

.b-podcast__description p {
  font-size: 14px;
  text-decoration: none;
}

.b-podcast__description .status {
  display: inline-block;
  background: #a1a580;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 11px;
  color: #ffffff;
}

.b-podcast__holder {
  position: relative;
  width: 135px;
}

.b-podcast__block-link .b-podcast__holder {
  margin: 0 30px 0 0;
}

.b-podcast__block-link .b-podcast__holder--list {
  margin: 0 30px 0 0;
  float: left;
  position: relative;
}

.b-podcast__pic {
  width: 135px;
  height: 135px;
  border-radius: 135px;
}

.b-podcast__logo .b-podcast__pic {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.b-podcast__number {
  position: absolute;
  top: 0;
  right: -20px;
  padding: 1px 6px;
  background: #f2f2f2;
  font-size: 11px;
  border-radius: 4px;
}

.b-podcast__name {
  margin: 10px 10px 0;
  /*font-size: @smaller-font-size;*/
  font-size: 13px;
}

.b-podcast__info {
  margin: 0 0 15px;
  position: relative;
}

.b-podcast__rss {
  float: right;
  margin: -3px 0 0;
}

.b-podcast__rss .b-podcast__rss-label {
  display: inline-block;
  padding: 3px 6px 3px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0;
  color: #000;
  background: none;
}

.b-podcast__rss .b-podcast__rss-btn--video {
  display: inline-block;
  padding: 3px 6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  color: #ffffff;
  background: #01b1ae;
}

.b-podcast__rss .b-podcast__rss-btn--sound {
  display: inline-block;
  padding: 3px 6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  color: #ffffff;
  background: #29b06c;
}

.b-podcast__rss .b-podcast__rss-btn--itunes {
  display: inline-block;
  padding: 3px 6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  color: #ffffff;
  background: #1b1b1b;
}

.b-podcast__description-one .b-podcast__description-one-text {
  margin: 0 0 3px;
  font-size: 17px;
  text-transform: uppercase;
}

.b-podcast__description-one .b-podcast__description-one-text .b-podcast__description-one-label {
  font-weight: bold;
}

.b-podcast__description-one .b-podcast__description-one-info {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  width: 630px;
  margin: 7px 0 0;
}

.b-podcast__records-item {
  text-transform: uppercase;
}

.b-podcast__records-item.grey {
  background: #f2f2f2;
}

.b-podcast__records-id {
  float: left;
  width: 10%;
  text-align: center;
}

.b-podcast__records-name {
  float: left;
  width: 27%;
  margin: 0 3% 0 0;
  text-align: left;
  font-size: 17px;
}

.b-podcast__records-description {
  float: left;
  width: 65%;
  text-align: left;
  height: 20px;
  overflow: hidden;
}

.b-podcast__records-description.opened {
  height: auto;
  overflow: visible;
}

.b-podcast__records-controll {
  float: left;
  width: 5%;
  text-align: center;
}

.b-podcast__records-open {
  vertical-align: top;
  display: inline-block;
  width: 8px;
  height: 16px;
  background: url("../../i/icons.png?v=3") -20px -429px no-repeat;
}

.opened .b-podcast__records-open {
  vertical-align: top;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url("../../i/icons.png?v=3") 0 -429px no-repeat;
}

.b-podcast__records-description--full {
  font-size: 17px;
  text-transform: none;
}

.b-podcast__records-description__text {
  min-height: 20px;
}

.b-podcast__records-description__text p {
  margin: 0 0 5px;
}

.b-podcast__records-description__text a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: inherit;
}

.b-podcast__records-description__controll {
  margin: 10px 0 0;
}

.b-podcast__records-date {
  float: left;
  width: 30%;
  font-size: 14px;
  color: #706f73;
  margin: 2px 0 0;
}

.b-podcast__records-time {
  float: left;
  width: 30%;
  font-size: 14px;
  color: #706f73;
  margin: 2px 0 0;
}

.b-podcast__records-links {
  float: left;
  width: 40%;
  text-transform: uppercase;
}

.b-podcast__records-links a {
  display: inline-block;
  font-size: 11px;
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 4px;
  text-decoration: none;
  vertical-align: top;
  margin: 0 4px 0 0;
}

.b-podcast__records-listen {
  background: #a5b2dd;
}

.b-podcast__records-watch {
  background: #e4a4a4;
}

.b-podcast__records-load {
  background: #a89696;
}

.b-podcast__records-url {
  background: #7d7e7c;
}

.b-podcast__records-show-more {
  text-align: center;
  position: relative;
  height: 49px;
}

.b-podcast__records-show-more__btn {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 4px;
  background: #dee5e1;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 13px;
}

/* Adaptive blocks */

@media screen and (max-width: 900px) {
  .g-clear-helper__records-description__controll {
    clear: both;
  }

  .b-podcast__item--listed {
    float: none;
    width: auto;
    min-height: auto;
  }

  .b-podcast__records-date {
    float: left;
    width: 50%;
    font-size: 14px;
    color: #706f73;
    margin: 2px 0 0;
  }

  .b-podcast__records-time {
    float: right;
    width: 50%;
    font-size: 14px;
    color: #706f73;
    margin: 2px 0 0;
    clear: none;
  }

  .b-podcast__records-links {
    margin: 10px 0 0;
    float: none;
    width: auto;
  }
}

@media screen and (max-width: 670px) {
  .g-clear-helper__records {
    clear: both;
    height: 10px;
  }

  .b-podcast__records-id {
    float: none;
    width: auto;
    text-align: right;
  }

  .b-podcast__records-name {
    float: none;
    width: auto;
    text-align: center;
    margin: 0;
  }

  .b-podcast__records-description {
    float: left;
    width: 90%;
    text-align: left;
  }

  .b-podcast__records-controll {
    float: left;
    width: 10%;
    text-align: right;
  }

  .b-podcast__records-date {
    float: none;
    width: auto;
    font-size: 14px;
    color: #706f73;
    margin: 5px 0 0;
  }

  .b-podcast__records-time {
    float: none;
    width: auto;
    font-size: 14px;
    color: #706f73;
    margin: 5px 0 0;
    clear: none;
  }

  .b-podcast__records-links {
    margin: 10px 0 0;
    float: none;
    width: auto;
  }

  .b-podcast__description-one .b-podcast__description-one-info {
    width: auto;
  }
}

@media screen and (max-width: 530px) {
  .b-podcast__header {
    margin: 0 0 24px;
    padding: 10px 0 0px;
    text-transform: capitalize;
    font-size: 28px;
    text-align: center;
  }

  .b-podcast__description {
    float: none;
    width: auto;
    text-transform: uppercase;
    margin: 0 0 0 165px;
  }

  .b-podcast__description p {
    text-decoration: none;
  }

  .b-podcast__rss {
    float: none;
    text-align: left;
    margin: 0 0 24px;
  }
}

@media screen and (max-width: 450px) {
  .b-podcast__block-link {
    display: block;
    color: #000000;
    text-transform: uppercase;
    width: auto;
    margin: 0 auto;
  }

  .b-podcast__holder {
    margin: 0 20px 0 0;
    position: relative;
    float: left;
  }

  .b-podcast__block-link .b-podcast__holder {
    margin: 0 auto;
    float: none;
  }

  .b-podcast__name {
    margin: 0 auto 5px;
    padding: 30px 0 0;
    font-size: 16px;
  }

  .b-podcast__quote {
    font-size: 17px;
    font-style: italic;
  }

  .b-podcast__description p {
    display: none;
  }
}

.b-show-archive {
  max-width: 1067px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}

.b-show-archive .b-show-archive-button {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  padding: 4px;
  border: 1px solid #cc281e;
  font-size: 13px;
  margin: 15px 6px 0;
  width: 73px;
  height: 15px;
  text-transform: uppercase;
  color: #000000;
}

.b-show-archive .b-show-archive-button.active {
  color: #ffffff;
  background: #cc281e;
}

/*
    Podcast
*/

.b-guests {
  margin: 0 0 15px;
  padding: 0;
}

.b-guests__inner {
  max-width: 1067px;
  padding: 13px 13px 0;
  margin: 0 auto;
}

.b-guests__link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: inherit;
}

.b-guests__block-link {
  display: block;
  color: #000000;
  text-transform: uppercase;
  width: 160px;
  margin: 0 auto;
}

.b-guests__header {
  margin: 20px 0;
  padding: 0 0 10px;
  text-transform: capitalize;
  font-size: 32px;
  text-align: center;
  text-transform: none;
}

.b-guests__group {
  width: 100%;
  padding: 0;
}

.b-guests__item.preload {
  display: none;
}

.b-guests__preloader {
  position: relative;
}

.b-guests__holder {
  position: relative;
}

.b-guests__pic {
  width: 160px;
  height: 160px;
  border-radius: 160px;
}

.b-guests__number {
  position: absolute;
  top: -4px;
  right: 6px;
  padding: 1px 6px;
  background: #f2f2f2;
  font-size: 11px;
}

.b-guests__name {
  text-align: center;
  margin: 10px auto 5px;
  /*font-size: @small-font-size;*/
  font-size: 15px;
}

.b-guests__quote {
  text-align: center;
  font-size: 14px;
  font-style: italic;
}

/* Small guest list */

.b-guests__list--small.hidden {
  display: none;
}

.b-guests__list--small.shown {
  display: block;
}

.b-guests__item--small {
  float: left;
  width: 50%;
  min-height: 65px;
  margin: 0 0 20px;
}

.b-guests__error--small {
  float: none;
  width: auto;
  min-height: 50px;
  margin: 0 0 20px;
  text-align: center;
}

.b-guests__link--block {
  display: block;
  color: inherit;
  text-decoration: inherit;
  text-transform: uppercase;
}

.b-guests__pic--small {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  height: 45px;
  width: 45px;
  border-radius: 45px;
}

.b-guests__name--small {
  padding: 3px 0 0;
  display: block;
  color: #000000;
  text-decoration: underline;
  font-size: 16px;
}

.b-guests__info--small {
  display: block;
  color: #706f73;
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
}

/* Guest main */

.b-guests__item--main {
  width: 75%;
  margin: 0 auto;
}

.b-guests__holder--main {
  float: left;
  margin: 0 30px 0 0;
  height: 250px;
  width: 250px;
}

.b-guests__pic--main {
  width: 100%;
  height: 100%;
  border-radius: 250px;
}

.b-guests__name--main {
  text-transform: uppercase;
  font-size: 30px;
  color: #000000;
  padding: 70px 0 0;
}

.b-guests__info--main {
  text-transform: uppercase;
  font-size: 20px;
  color: #706f73;
}

/* Adaptive blocks */

@media screen and (max-width: 900px) {
  .b-guests__name--main {
    text-transform: uppercase;
    font-size: 30px;
    color: #000000;
    padding: 35px 0 0;
  }
}

@media screen and (max-width: 670px) {
  .b-guests__item--main {
    width: auto;
    margin: 0 auto;
  }

  .b-guests__holder--main {
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  .b-guests__info--main {
    margin: 0 0 20px 270px;
  }
}

@media screen and (max-width: 530px) {
  .b-guests__header {
    margin: 0 0 24px;
    padding: 10px 0 0px;
    text-transform: capitalize;
    font-size: 28px;
    text-align: center;
    text-transform: none;
  }

  .b-guests__item--small {
    float: none;
    width: auto;
    min-height: 50px;
    margin: 0 0 20px;
  }

  .b-guests__info--main {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 450px) {
  .b-guests__block-link {
    display: block;
    color: #000000;
    text-transform: uppercase;
    width: auto;
    margin: 0 auto;
  }

  .b-guests__holder {
    margin: 0 auto;
    position: relative;
    text-align: center;
  }

  .b-guests__name {
    margin: 0 auto 5px;
    padding: 30px 0 0;
    font-size: 16px;
  }

  .b-guests__quote {
    font-size: 17px;
    font-style: italic;
  }
}

/*
    Photo Gallary
*/

.b-photo-gallary {
  margin: 0 0 15px;
  padding: 0;
}

.b-photo-gallary__inner {
  max-width: 1067px;
  padding: 13px 13px 0;
  margin: 0 auto;
}

.b-photo-gallary__link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: inherit;
}

.b-photo-gallary__block-link {
  display: block;
  color: #000000;
  text-transform: uppercase;
  width: 160px;
  margin: 0 auto;
}

.b-photo-gallary__header {
  margin: 20px 0;
  padding: 0 0 10px;
  text-transform: capitalize;
  font-size: 32px;
  text-align: center;
}

.b-photo-gallary__group {
  width: 100%;
  padding: 0;
}

.b-photo-gallary__item {
  margin: 0;
  text-align: center;
}

.b-photo-gallary__holder {
  position: relative;
}

.b-photo-gallary__pic {
  width: 160px;
  height: 160px;
  border-radius: 160px;
}

.b-photo-gallary__number {
  position: absolute;
  top: -4px;
  right: 6px;
  padding: 1px 6px;
  background: #f2f2f2;
  font-size: 11px;
}

.b-photo-gallary__name {
  margin: 10px auto 5px;
  font-size: 17px;
}

.b-photo-gallary__quote {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}

/* Adaptive blocks */

@media screen and (max-width: 900px) {
  .b-photo-gallary__item {
    margin: 0;
    text-align: center;
  }
}

@media screen and (max-width: 530px) {
  .b-photo-gallary__header {
    margin: 0 0 24px;
    padding: 10px 0 0px;
    text-transform: capitalize;
    font-size: 28px;
    text-align: center;
  }
}

@media screen and (max-width: 450px) {
  .b-photo-gallary__block-link {
    display: block;
    color: #000000;
    text-transform: uppercase;
    width: auto;
    margin: 0 auto;
  }

  .b-photo-gallary__holder {
    position: relative;
  }

  .b-photo-gallary__name {
    margin: 0 auto 5px;
    padding: 30px 0 0;
    font-size: 20px;
  }
}

/* 
    Pop Up
*/

.b-pop-up {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
}

.b-pop-up__content {
  text-align: center;
  width: auto;
  background: #fff;
  max-width: 1067px;
  margin: 10px auto;
  padding: 13px;
  z-index: 555;
  position: relative;
}

.b-pop-up__controll {
  margin: 50px auto 0;
  max-width: 1093px;
}

.b-pop-up__close {
  display: block;
  float: right;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
}

.b-pop-up__header {
  margin: 20px 0;
  padding: 0 0 10px;
  text-transform: capitalize;
  font-size: 32px;
  text-align: center;
}

/* Pop up slider */

.b-pop-up-photo-gallary__slider {
  margin: 0 auto;
  max-width: 719px;
}

.b-pop-up-photo-gallary__item {
  margin: 0 0 5px 1px;
  overflow: hidden;
  position: relative;
}

.b-pop-up-photo-gallary__pic {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.b-pop-up-photo-nav__slider {
  position: relative;
  margin: 0 auto;
  max-width: 719px;
}

.b-pop-up-photo-nav__item {
  margin: 0 0 0 1px;
}

.b-pop-up-photo-nav__pic {
  width: 100%;
}

.b-pop-up-photo-nav__link {
  opacity: 0.5;
}

.b-pop-up-photo-nav__link.current {
  opacity: 1;
}

/* ANKETA */

.popup-form {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
}

.popup-form--acive {
  display: block;
}

.popup-form--hidden {
  display: none;
}

.popup-form__window {
  width: 60%;
  margin: 0 auto;
  padding: 50px 0;
}

@media screen and (max-width: 1024px) {
  .popup-form__window {
    width: 75%;
  }
}

@media screen and (max-width: 900px) {
  .popup-form__window {
    width: 95%;
  }
}

.popup-form__control {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 auto 30px;
  width: 100%;
}

.popup-form__close {
  margin: 0 0 0 auto;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  font-size: 20px;
}

.popup-form__content {
  width: 100%;
  background: #fff;
}

.popup-form__frame {
  width: 100%;
  border: 0;
  outline: 0;
}

.b-pop-up-anketa {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
  display: none;
  border: 0;
  outline: 0;
}

.b-pop-up-anketa__requaried {
  color: #b52424;
}

.b-pop-up-anketa__status {
  position: relative;
  text-align: center;
}

.b-pop-up-anketa__controll {
  position: relative;
  z-index: 1010;
  margin: 0 auto;
  padding: 0 0 15px;
  min-width: 50%;
  max-width: 85%;
}

.b-pop-up-anketa__close {
  display: block;
  float: right;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  font-size: 20px;
}

.b-pop-up-anketa__message {
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
}

.b-pop-up-anketa__form {
  margin: 0 auto;
  padding: 0 0 40px;
}

.b-pop-up-anketa__header {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 60px 45px;
}

.b-pop-up-anketa__str {
  margin: 0 60px 30px;
}

.b-pop-up-anketa__label {
  float: left;
  width: 20%;
}

.b-pop-up-anketa__label label {
  font-size: 17px;
  line-height: 17px;
  text-transform: uppercase;
}

.b-pop-up-anketa__input {
  margin: 0 0 0 21%;
  position: relative;
}

.b-pop-up-anketa__error-hint {
  position: absolute;
  top: -14px;
  right: 0;
  font-size: 11px;
}

.b-pop-up-anketa__text {
  padding: 4px;
  border-radius: 8px;
  border: 1px solid #706f73;
}

.b-pop-up-anketa__text input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 17px;
  line-height: 17px;
  margin: 0;
  padding: 0;
}

.b-pop-up-anketa__area {
  padding: 4px;
  border-radius: 8px;
  border: 1px solid #706f73;
}

.b-pop-up-anketa__area textarea {
  width: 100%;
  min-height: 85px;
  background: none;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 17px;
  line-height: 17px;
  margin: 0;
  padding: 0;
  resize: none;
}

.b-pop-up-anketa__file input {
  display: none;
}

.b-pop-up-anketa__file .b-pop-up-anketa__file-label {
  display: inline-block;
  padding: 10px 23px;
  background: #b7b3b3;
  border-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer;
}

.b-pop-up-anketa__send input {
  display: inline-block;
  padding: 10px 23px;
  background: #ca4a4a;
  border: none;
  outline: none;
  border-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer;
}

/* Adaptive blocks */

@media screen and (max-width: 900px) {
  .b-pop-up-anketa__form {
    margin: 0 auto;
  }

  .b-pop-up-anketa__str {
    margin: 0 40px 30px;
  }

  .b-pop-up__controll {
    margin: 25px auto 0;
    max-width: 1093px;
  }
}

@media screen and (max-width: 670px) {
  .b-pop-up-anketa__str {
    margin: 0 20px 30px;
  }
}

@media screen and (max-width: 530px) {
  .b-pop-up-anketa__header {
    font-size: 17px;
    text-transform: uppercase;
    text-align: left;
    margin: 15px 15px 20px;
  }

  .b-pop-up-anketa__form {
    margin: 0 auto;
  }

  .b-pop-up-anketa__str {
    margin: 0 10px 20px;
  }

  .b-pop-up-anketa__label {
    float: none;
    width: auto;
  }

  .b-pop-up-anketa__label label {
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
  }

  .b-pop-up-anketa__input {
    margin: 0;
    position: relative;
  }

  .b-pop-up__header {
    margin: 0 0 5px;
    padding: 0 0 5px;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
  }

  .b-pop-up__controll {
    margin: 10px auto 0;
    max-width: 1093px;
  }
}

/* Comments */

.b-comments {
  margin: 0 0 15px;
  padding: 0;
}

.b-comments__inner {
  max-width: 1067px;
  padding: 13px 13px 0;
  margin: 0 auto;
  padding: 0 13px 0;
}

.b-comments__controll {
  margin: 0 auto;
  text-align: center;
}

.b-comments__controll a {
  text-decoration: none;
  color: #000000;
  display: inline-block;
  padding: 8px 15px;
  background: #eae9e9;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 15px;
}

.b-comments__button a {
  display: inline-block;
  padding: 8px 15px;
  background: #eae9e9;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  border-radius: 4px;
  font-size: 15px;
}

.b-comments__box {
  display: none;
}

/* Show */

.b-show {
  margin: 0 0 15px;
  padding: 0;
}

.b-show__inner {
  max-width: 1067px;
  padding: 13px 13px 0;
  margin: 0 auto;
}

.b-show__link {
  color: inherit;
  text-decoration: underline;
}

/* Show logo */

.b-show-logo__pic {
  width: 100%;
}

/* Hosts */

.b-show-hosts {
  margin: 15px auto;
}

.b-show-hosts__inner {
  margin: 0 auto;
  padding: 13px;
  max-width: 1067px;
}

.b-show-hosts__link {
  text-decoration: underline;
  color: #000000;
}

.b-show-hosts__link.pic img {
  height: 50px;
  width: 50px;
}

.b-show-hosts__list {
  text-align: center;
}

.b-show-hosts__item {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  font-size: 95%;
}

.b-show-hosts__piture {
  float: left;
  margin: 0 20px 0 0;
}

.b-show-hosts__piture img {
  border-radius: 50px;
}

.b-show-hosts__text {
  margin-left: 70px;
  text-transform: uppercase;
  text-align: left;
}

.b-show-hosts__name {
  margin: 4px 0 2px;
}

.b-show-hosts__desc {
  margin: 0;
  font-size: 13px;
}

/* Show list */

.b-show__item {
  float: left;
  margin: 0 0 15px;
  min-height: 290px;
  width: 20%;
  text-align: center;
}

.b-show__item.closed {
  opacity: 0.5;
}

.b-show__item-pic-holder {
  margin: 0 auto;
}

.b-show__item-text-holder {
  margin: 0 auto;
  text-transform: uppercase;
}

.b-show__item-pic {
  width: 160px;
  height: 160px;
  border-radius: 160px;
}

.b-show__item-text__name {
  font-size: 17px;
  margin: 0 0 5px;
  color: #000000;
}

.b-show__item-text__host {
  font-size: 13px;
  margin: 0 0 5px;
  color: #706f73;
}

/* Show episode */

.b-show__info {
  text-transform: none;
}

.b-show__info p {
  margin: 0 0 40px;
  line-height: 28px;
  text-align: left !important;
}

.b-show__rss-btn {
  display: block;
  float: right;
  padding: 7px 10px 6px;
  width: 100px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
  background: #29b06c;
  margin: 0 0 0 4px;
}

/* Adaptive blocks */

@media screen and (max-width: 1024px) {
  .b-show-hosts__piture {
    float: none;
    margin: 0 0 0 0;
    text-align: center;
  }

  .b-show-hosts__text {
    float: none;
    text-transform: uppercase;
    text-align: center;
    margin-left: 0;
  }

  .b-show__item {
    float: left;
    margin: 0 0 15px;
    min-height: 290px;
    width: 25%;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .b-show__item {
    float: left;
    margin: 0 0 15px;
    min-height: 290px;
    width: 33%;
    text-align: center;
  }
}

@media screen and (max-width: 670px) {
  .b-show-hosts__list {
    text-align: center;
  }

  .b-show-hosts__item {
    float: none;
    display: block;
    width: auto;
    margin: 0 0 10px;
  }

  .b-show-hosts__piture {
    float: left;
    margin: 0 20px 0 0;
  }

  .b-show-hosts__text {
    float: none;
    text-transform: uppercase;
    margin-left: 70px;
  }

  .b-show__item {
    float: left;
    margin: 0 0 15px;
    min-height: 290px;
    width: 50%;
    text-align: center;
  }

  .b-show__rss-btn {
    display: block;
    float: none;
    padding: 7px 10px 6px;
    width: auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    background: #29b06c;
    margin: 0 0 8px 0;
  }
}

@media screen and (max-width: 530px) {
  .b-show__item {
    float: left;
    margin: 0 0 15px;
    min-height: auto;
    width: 100%;
    text-align: center;
  }
}

/* Hosts */

.b-hosts {
  margin: 0 0 15px;
  padding: 0;
}

.b-hosts__inner {
  max-width: 1067px;
  padding: 13px 13px 0;
  margin: 0 auto;
}

.b-hosts__link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: inherit;
  border-bottom: none;
}

/* Hosts logo */

.b-hosts-logo__pic {
  width: 100%;
}

/* Hosts list */

.b-hosts__item {
  float: left;
  margin: 0 0 15px;
  min-height: 200px;
  width: 20%;
  text-align: center;
}

.b-hosts__item-pic-holder {
  margin: 0 auto;
}

.b-hosts__item-text-holder {
  margin: 0 auto;
  text-transform: uppercase;
}

.b-hosts__item-pic {
  width: 160px;
  height: 160px;
  border-radius: 160px;
  margin: 0 0 15px;
}

.b-hosts__item-text__name {
  font-size: 17px;
  margin: 0 0 5px;
  color: #000000;
}

.b-hosts__item-text__host {
  font-size: 14px;
  margin: 0;
  color: #706f73;
}

/* Host page */

.b-hosts__host {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  min-height: 213px;
}

.b-hosts__back {
  position: absolute;
  top: 81px;
  left: -62px;
}

.b-hosts__back-button {
  display: block;
  height: 44px;
  width: 44px;
  background: url("../../i/icons.png?v=3") -73px -325px no-repeat;
}

.b-hosts__back-button:hover {
  background: url("../../i/icons.png?v=3") -129px -325px no-repeat;
}

.b-hosts__host-img {
  width: 188px;
  padding: 10px 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
}

.b-hosts__host-pic {
  width: 100%;
  height: 100%;
  border-radius: 188px;
}

.b-hosts__host-info {
  margin: 0 0 0 93px;
  padding: 0 0 10px 150px;
  border-left: 1px solid #fff;
  text-transform: uppercase;
  min-height: 213px;
}

.b-hosts__host-info--bordered {
  border-left: 1px solid #706f73;
}

.b-hosts__host-name {
  font-size: 30px;
  margin: 0 0 15px;
}

.b-hosts__host-data {
  margin: 150px 0 0;
}

.b-hosts__host-data p {
  margin: 0 0 20px;
  line-height: 20px;
  font-size: 18px;
  text-align: left !important;
  text-transform: none;
}

.b-hosts__shows {
  width: 188px;
  text-align: center;
  margin: 10px 0 0 0;
}

.b-hosts__show-link {
  display: block;
  font-size: 14px;
  color: #706f73;
  text-decoration: underline;
  margin: 0 0 5px;
  text-transform: uppercase;
}

/* Adaptive blocks */

@media screen and (max-width: 1024px) {
  .b-hosts__back {
    position: relative;
    top: 0;
    left: 0;
    height: 44px;
  }

  .b-hosts__back-button {
    display: block;
    position: absolute;
    top: 0;
    left: 72px;
    height: 44px;
    width: 44px;
    background: url("../../i/icons.png?v=3") -73px -325px no-repeat;
  }

  .b-hosts-hosts__piture {
    float: none;
    margin: 0 0 0 0;
    text-align: center;
  }

  .b-hosts-hosts__text {
    float: none;
    text-transform: uppercase;
    text-align: center;
  }

  .b-hosts__item {
    float: left;
    margin: 0 0 15px;
    min-height: 200px;
    width: 25%;
    text-align: center;
  }

  .b-hosts__host-img {
    width: 188px;
    padding: 10px 0;
    background: #ffffff;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .b-hosts__item {
    float: left;
    margin: 0 0 15px;
    min-height: 270px;
    width: 33%;
    text-align: center;
  }

  .b-hosts__host {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    min-height: 213px;
  }
}

@media screen and (max-width: 670px) {
  .b-hosts-hosts__list {
    text-align: center;
  }

  .b-hosts-hosts__item {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }

  .b-hosts-hosts__piture {
    float: left;
    margin: 0 20px 0 0;
  }

  .b-hosts-hosts__text {
    float: left;
    text-transform: uppercase;
  }

  .b-hosts__item {
    float: left;
    margin: 0 0 15px;
    min-height: 200px;
    width: 50%;
    text-align: center;
  }

  .b-hosts__host-img {
    width: 188px;
    padding: 10px 0;
    background: #ffffff;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }

  .b-hosts__host-info {
    margin: 0;
    padding: 0;
    border-left: none;
    text-transform: uppercase;
    min-height: 0;
  }

  .b-hosts__host-name {
    font-size: 30px;
    margin: 0 0 15px 270px;
    padding: 55px 0 0 0;
  }

  .b-hosts__back {
    position: absolute;
    top: 62px;
    left: 204px;
    height: 44px;
  }

  .b-hosts__back-button {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 44px;
    width: 44px;
    background: url("../../i/icons.png?v=3") -73px -325px no-repeat;
  }

  .b-hosts__shows {
    width: auto;
    text-align: center;
  }
}

@media screen and (max-width: 530px) {
  .b-hosts__item {
    float: left;
    margin: 0 0 15px;
    min-height: 200px;
    width: 100%;
    text-align: center;
  }

  .b-hosts__host-img {
    width: 188px;
    padding: 10px 0;
    background: #fff;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }

  .b-hosts__host-name {
    font-size: 30px;
    margin: 0 0 15px 0;
    padding: 0;
  }

  .b-hosts__host-data {
    margin: 0;
  }
}

@media screen and (max-width: 450px) {
  .b-hosts__host-data {
    margin: 0;
  }
}

/* Search and Sort */

.b-search {
  margin: 0 0 15px;
  padding: 0;
}

.b-search__header {
  color: #706f73;
  font-size: 25px;
  text-align: center;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.b-search__inner {
  max-width: 1067px;
  padding: 13px 13px 0;
  margin: 0 auto;
}

/* Sort block */

.b-search__sort-list {
  text-align: center;
}

.b-search__sort-item {
  display: inline-block;
  font-size: 25px;
  color: #706f73;
  text-decoration: none;
  width: 28px;
}

.b-search__sort-item.current {
  color: #000000;
  background: url("../../i/icons.png?v=3") 0px -390px no-repeat;
}

.b-search__sort-list.g-search-in-progress .b-search__sort-item.current {
  color: #706f73;
  background: none;
}

/* Search bar */

.b-search__controll {
  position: relative;
}

.b-search__controll .b-search__bar-wrap {
  float: none;
}

.b-search__controll .b-search__bar {
  margin: 0px 0 0;
  background: #f4eded;
  padding: 10px;
  border-radius: 8px;
  height: 26px;
}

.b-search__sort {
  display: block;
  float: right;
  height: 46px;
  width: 68px;
  background: #f4eded url("../../i/icons.png?v=3") -67px -395px no-repeat;
  border-radius: 8px;
  z-index: 100;
}

.b-search__bar {
  margin: 15px 0 0;
  background: #f4eded;
  padding: 10px;
  border-radius: 8px;
}

.b-search__input {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  border: none;
  outline: none;
  background: none;
}

/* Sort categories list */

.b-search__sort__list {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 50;
  width: 300px;
  padding: 0 10px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
}

.b-search__sort__item {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  color: #000000;
  display: block;
  border-top: 1px solid #f2f2f2;
}

.b-search__sort__item:first-child {
  border: 0;
}

.b-search__sort__item.current {
  color: #b52424;
}

/* Load more */

.b-search__records-show-more {
  text-align: center;
  position: relative;
  height: 49px;
}

.b-search__records-show-more__btn {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 4px;
  background: #dee5e1;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

/* Datepicker */

.b-search__datepicker {
  display: block;
  margin: 0 auto;
  height: 46px;
  width: 68px;
  background: #f4eded url("../../i/icons.png?v=3") -134px -395px no-repeat;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
}

.b-search__datepicker input {
  width: 68px;
  height: 1px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  display: block;
}

/* Results */

.b-search__results {
  color: #706f73;
}

.b-search__results-link {
  color: inherit;
  text-decoration: underline;
}

.b-search__results-item {
  text-transform: uppercase;
  margin: 0 0 1em;
}

.b-search__results-head {
  color: #000000;
  font-size: 17px;
}

.b-search__results-desc {
  font-size: 14px;
}

.g-search__coincidence {
  color: #b52424;
  text-decoration: inherit;
}

.b-search__message {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

/* Article */

.b-article {
  margin: 0 0 15px;
  padding: 0;
}

.b-article__inner {
  max-width: 1067px;
  padding: 13px 13px 0;
  margin: 0 auto;
  position: relative;
}

.b-article__header {
  margin: 20px 0;
  padding: 0 0 10px;
  text-transform: capitalize;
  font-size: 32px;
  text-align: center;
}

.b-article__link {
  color: inherit;
  text-decoration: underline;
}

.b-article__text p {
  font-size: 17px;
  margin: 0 0 34px;
  line-height: 25.5px;
  text-transform: none;
  text-align: left !important;
}

/* News */

.b-news {
  margin: 0 0 15px;
  padding: 0;
}

.b-news--bannered {
  margin: 0 300px 0 0;
}

.b-news__inner {
  max-width: 1067px;
  padding: 13px 13px 0;
  margin: 0 auto;
  position: relative;
}

.b-news__link {
  color: inherit;
  text-decoration: underline;
}

.b-news__header {
  margin: 20px 0;
  padding: 0 0 10px;
  text-transform: capitalize;
  font-size: 32px;
  text-align: center;
}

.b-news__header sup {
  font-size: 17px;
  margin: 0 0 0 5px;
}

/* Back button */

.b-news__news {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
}

.b-news__back {
  position: absolute;
  top: 143px;
  left: 0px;
}

.b-news__back-button {
  display: block;
  height: 44px;
  width: 44px;
  background: url("../../i/icons.png?v=3") -73px -325px no-repeat;
}

.b-news__back-button:hover {
  background: url("../../i/icons.png?v=3") -129px -325px no-repeat;
}

/* News list */

.b-news__list {
  max-width: 80%;
  margin: 0 auto;
}

.b-news__date-end {
  margin: 0px 0px 0px 53px;
  padding: 30px 0px 0px 0px;
  text-transform: uppercase;
  border-top: 1px solid #706f73;
  width: 30px;
}

.b-news__date {
  margin: 0 0 10px 10px;
}

.b-news__item {
  position: relative;
  min-height: 165px;
}

.b-news__pic-holder {
  position: absolute;
  top: 35px;
  left: 0;
  padding: 10px;
  background: #ffffff;
  text-align: center;
}

.b-news__pic {
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 115px;
  margin: 0 0 10px;
}

.b-news__time {
  display: block;
  font-size: 14px;
  color: #706f73;
}

.b-news__text {
  margin: 0 0 0 68px;
  padding: 35px 0 34px 82px;
  border-left: 1px solid #706f73;
  text-transform: uppercase;
  min-height: 55px;
}

.b-news__head {
  font-size: 19px;
  line-height: 25px;
  color: #000;
  margin: 0 0 7px;
}

.b-news__anons {
  font-size: 17px;
  margin: 0 0 10px;
  text-transform: none;
}

.b-news__cat-item {
  font-size: 13px;
  color: #706f73;
  text-decoration: underline;
}

/* Last news mod */

.b-news__list--last-news .b-news__item {
  position: relative;
  min-height: 165px;
}

.b-news__list--last-news .b-news__pic-holder {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  padding: 0 10px 10px;
  background: #ffffff;
  text-align: center;
}

.b-news__list--last-news .b-news__pic {
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 115px;
  margin: 0 0 10px;
}

.b-news__list--last-news .b-news__text {
  margin: 0 0 0 145px;
  padding: 0;
  border-left: none;
  text-transform: uppercase;
}

/* Direct news */

.b-news__news {
  position: relative;
}

.b-news__news .b-news__cat {
  width: 190px;
  text-align: center;
  margin: 9px 0 0;
}

.b-news__news .b-news__cat-item {
  font-size: 14px;
  color: #706f73;
  text-transform: uppercase;
}

.b-news__news-img {
  width: 188px;
  padding: 10px 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
}

.b-news__news-pic {
  width: 188px;
  height: 188px;
  border-radius: 188px;
  margin: 0 0 13px;
}

.b-news__news-info {
  margin: 50px 0 0 93px;
  padding: 0 0 10px 150px;
  border-left: 1px solid #706f73;
  text-transform: none;
}

.b-news__news-name {
  font-size: 30px;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.b-news__news-data {
  text-transform: none;
}

.b-news__news-data p {
  margin: 0 0 20px;
  line-height: 20px;
  font-size: 16px;
  text-align: left !important;
}

/* Controll */

.b-news__controll {
  position: absolute;
  top: 0;
  right: 0;
}

.b-news__sort {
  display: inline-block;
  vertical-align: top;
  height: 46px;
  width: 68px;
  background: #f4eded url("../../i/icons.png?v=3") -67px -395px no-repeat;
  border-radius: 8px;
}

.b-news__datepicker {
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
  height: 46px;
  width: 68px;
  background: #f4eded url("../../i/icons.png?v=3") -134px -395px no-repeat;
  border-radius: 8px;
  cursor: pointer;
}

.b-news__datepicker input {
  border: none;
  background: none;
  outline: none;
  font-size: 0;
}

/* Adaptive blocks */

@media screen and (max-width: 900px) {
  .b-news__news {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }

  .b-news__list {
    max-width: 100%;
    margin: 0 auto;
  }

  .b-news__back {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    padding: 0;
  }

  .b-news__controll {
    position: relative;
    float: right;
    top: 0;
    right: 0;
  }

  .b-news--bannered {
    margin: 0 auto;
  }
}

@media screen and (max-width: 670px) {
  .b-news__back {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }

  .b-news__item {
    position: relative;
    min-height: 165px;
    margin: 0 0 20px;
  }

  .b-news__pic-holder {
    position: relative;
    top: 0;
    left: 0;
    padding: 10px;
    background: #fff;
    text-align: center;
    float: left;
  }

  .b-news__text {
    margin: 0 0 0 130px;
    padding: 0;
    border-left: none;
    text-transform: uppercase;
  }

  .b-news__date {
    border-top: 1px solid #706f73;
    padding: 10px 0 0;
    margin: 10px 0;
  }

  .b-news__date-end {
    display: none;
  }

  .b-news__news-info {
    margin: 0;
    padding: 0;
    border-left: none;
    text-transform: uppercase;
  }

  .b-news__news-img {
    width: 188px;
    padding: 10px 0;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 530px) {
  .b-news__header {
    margin: 0 0 24px;
    padding: 10px 0 0px;
    text-transform: capitalize;
    font-size: 28px;
    text-align: center;
  }

  .b-article__header {
    margin: 0 0 24px;
    padding: 10px 0 0px;
    text-transform: capitalize;
    font-size: 28px;
    text-align: center;
  }

  .b-news__anons {
    display: none;
  }

  .b-news__news-img {
    width: 188px;
    margin: 0 auto;
    padding: 10px 0;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    float: none;
    text-align: center;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 450px) {
  .b-news__item {
    position: relative;
    min-height: 100px;
    margin: 0 0 20px;
  }

  .b-news__pic-holder {
    display: none;
  }

  .b-news__text {
    margin: 0;
    padding: 0;
    border-left: none;
    text-transform: uppercase;
  }

  .b-news__list--last-news .b-news__text {
    margin: 0 0 0 0;
    padding: 0;
    border-left: none;
    text-transform: uppercase;
  }
}

/* Contacts */

.b-contacts {
  margin: 0 0 15px;
  padding: 0;
}

.b-contacts__inner {
  max-width: 1067px;
  padding: 13px 13px 0;
  margin: 0 auto;
}

.b-contacts__inner table {
  margin: 0 auto;
}

.b-contacts__link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: inherit;
}

.b-contacts__block-link {
  display: block;
  color: #000000;
  text-transform: uppercase;
  width: 160px;
  margin: 0 auto;
}

.b-contacts__header {
  margin: 20px 0;
  padding: 0 0 10px;
  text-transform: capitalize;
  font-size: 32px;
  text-align: center;
}

/* Contacts controll */

.b-contacts__controll {
  text-align: center;
}

.b-contacts__controll-item {
  display: inline-block;
  padding: 6px 12px;
  background: #eae9e9;
  color: #000000;
  text-decoration: none;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 16px;
}

.b-contacts__controll-item.current {
  background: none;
}

/* Contacts about */

.b-contacts__info p {
  font-size: 17px;
  margin: 0 0 34px;
  line-height: 25.5px;
  text-transform: none;
  text-align: left !important;
}

/* Honors */

.b-contacts__honors {
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  /*
    * {
        font-size: @small-font-size;
        margin: 0 0 @small-font-size*2;
        line-height: @small-font-size*1.5;
        text-transform: none;
        text-align: left !important;
    }
    */
}

p.b-contacts__honors {
  display: none;
}

.b-contacts__honors-year {
  font-size: 30px;
  padding: 5px 0;
  margin: 0;
}

.b-contacts__honors-name {
  font-size: 17px;
  padding: 10px 0;
  margin: 0;
}

.b-contacts__honors-line {
  width: 1px;
  height: 30px;
  background: #706f73;
  margin: 0 auto !important;
}

/* Small leaders list */

.b-contacts__list--small:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.b-contacts__item--small {
  float: left;
  width: 50%;
  min-height: 80px;
  list-style: none;
  margin: 0 0 20px !important;
}

.b-contacts__item--small br {
  height: 0 !important;
  display: none;
}

.b-contacts__link--block {
  text-decoration: inherit;
}

.b-contacts__pic--small {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  height: 45px;
  width: 45px;
  border-radius: 45px;
}

.b-contacts__name--small {
  padding: 3px 0 0;
  margin: 0;
  display: block;
  color: #000000;
  text-decoration: none;
  font-size: 17px;
  text-transform: uppercase;
}

.b-contacts__link--block .b-contacts__name--small {
  text-decoration: underline;
}

.b-contacts__info--small {
  display: block;
  color: #706f73;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 10px 0 55px;
  margin: 0;
  text-transform: uppercase;
}

.b-contacts__link--small {
  color: inherit;
  text-decoration: inherit;
}

/* Adaptive blocks */

@media screen and (min-width: 1280px) {
  .b-contacts__controll.desktop {
    display: block;
  }

  .b-contacts__controll.mobile {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .b-contacts__controll.mobile {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .b-contacts__controll.mobile {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .b-contacts__controll.desktop {
    display: none;
  }

  .b-contacts__controll.mobile {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: 5px;
  }

  .b-contacts__item--small {
    float: left;
    width: 50%;
    min-height: 100px;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 670px) {
  .b-contacts__item--small {
    float: none;
    width: auto;
    min-height: 50px;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 530px) {
  .b-contacts__header {
    margin: 0 0 24px;
    padding: 10px 0 0px;
    text-transform: capitalize;
    font-size: 28px;
    text-align: center;
  }
}

.b-other-news {
  margin: 0 0 15px;
  padding: 0;
}

.b-other-news__inner {
  max-width: 1067px;
  padding: 13px 13px 0;
  margin: 0 auto;
}

.b-other-news__header {
  margin: 20px 0;
  padding: 0 0 10px;
  text-transform: capitalize;
  font-size: 32px;
  text-align: center;
  margin: 18px 0;
}

#DIV_SMI_9063 a {
  font: 16px 'Roboto', Arial, Helvetica, Garuda, sans-serif !important;
  line-height: 20px !important;
}

/* Adaptive blocks */

@media screen and (max-width: 1280px) {
  #DIV_SMI_9063 a {
    font: 12px 'Roboto', Arial, Helvetica, Garuda, sans-serif !important;
    line-height: 18px !important;
  }

  #DIV_SMI_9063 img {
    height: 120px !important;
    width: 120px !important;
  }
}

@media screen and (max-width: 900px) {
  .da_adp_teaser {
    width: 20% !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .da_adp_teaser:nth-child(5) {
    display: none !important;
  }

  .da_adp_teaser:nth-child(6) {
    display: none !important;
  }
}

@media screen and (max-width: 670px) {
  .da_adp_teaser {
    width: 25% !important;
    padding: 0 !important;
  }

  .da_adp_teaser:nth-child(4) {
    display: none !important;
  }

  .da_adp_teaser:nth-child(5) {
    display: none !important;
  }

  .da_adp_teaser:nth-child(6) {
    display: none !important;
  }
}

@media screen and (max-width: 530px) {
  .b-other-news {
    display: none;
  }
}

.modal-window {
  position: fixed;
  bottom: 20px;
  width: 400px;
  background: #fff;
  z-index: 200;
  box-shadow: 0 0 3px #9c9c9c;
  -webkit-transition: right .5s;
  -moz-transition: right .5s;
  -ms-transition: right .5s;
  -o-transition: right .5s;
  transition: right .5s;
}

@media screen and (max-width: 440px) {
  .modal-window {
    width: calc(100% - 40px);
  }
}

.modal-window:after {
  display: block;
  content: '';
  clear: both;
}

.modal-window--visible {
  right: 20px;
}

.modal-window--hidden {
  right: -100%;
}

.modal-window__picture {
  float: left;
}

.modal-window__info {
  margin: 0 0 0 100px;
  padding: 10px;
}

.modal-window__image {
  height: 100px;
  width: 100px;
  object-fit: cover;
  vertical-align: top;
}

.modal-window__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  min-height: 20px;
  margin: 0 25px 8px 0;
}

.modal-window__body {
  font-size: 12px;
  line-height: 18px;
}

.modal-window__body p {
  margin: 0 0 4px;
}

.modal-window__body p:last-child {
  margin: 0;
}

.modal-window__body a {
  color: #157ffe;
}

.modal-window__close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 16px;
  width: 16px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-window__close:before {
  display: block;
  width: 2px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 7px;
  content: '';
  background: #7d7e7c;
}

.modal-window__close:after {
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  content: '';
  background: #7d7e7c;
}

/* Helpers & Globals */

/*
    Helpers
*/

.g-clear {
  clear: both;
}

.g-clear--bannered {
  clear: none;
}

.g-clear--left {
  clear: left;
}

.g-audio-player {
  display: none !important;
}

.g-editable-text b,
.g-editable-text strong {
  font-weight: bold;
}

.g-editable-text i,
.g-editable-text em {
  font-style: italic;
}

.g-editable-text a {
  color: #b52424;
  text-decoration: underline;
}

.g-editable-text ul {
  list-style: disc;
  margin: 0 0 13px 20px;
}

.g-editable-text ol {
  list-style: decimal;
  margin: 0 0 0 20px;
}

.g-editable-text li {
  margin: 0 13px 5px;
}

.g-editable-text p {
  margin: 0 0 13px;
}

.g-editable-text * {
  text-transform: none !important;
}

/*
 * Audio Player
 */

.b-audio-player {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 20;
}

.b-audio-player__inner {
  max-width: 1067px;
  margin: 0 auto;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}

.b-audio-player__markup--inair {
  position: relative;
  background: rgba(202, 28, 28, 0.9);
  height: 60px;
  width: 100%;
}

.b-audio-player__play {
  display: block;
  position: absolute;
  top: 14px;
  left: 13px;
  width: 33px;
  height: 32px;
  cursor: pointer;
}

.b-audio-player__play.play {
  background: transparent url("../../i/player_sprite.png") 0px -89px no-repeat;
}

.b-audio-player__play.play:hover {
  background: transparent url("../../i/player_sprite.png") -33px -89px no-repeat;
}

.b-audio-player__play.pause {
  background: url("../../i/player_sprite.png") -66px -89px no-repeat;
}

.b-audio-player__play.pause:hover {
  background: url("../../i/player_sprite.png") -99px -89px no-repeat;
}

.b-audio-player__info {
  padding: 22px 130px 13px 55px;
}

.b-audio-player__title {
  display: block;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
}

.b-audio-player__current-time {
  float: left;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -2px;
}

.b-audio-player__end-time {
  float: right;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -2px;
}

.b-audio-player__progess {
  margin: 0 0 4px;
}

.b-audio-player__progess-bar-full {
  height: 6px;
  background: #ed1f24;
  margin: 0 35px;
  padding: 2px;
  border-radius: 3px;
  cursor: pointer;
}

.b-audio-player__progess-bar-current {
  height: 100%;
  border-radius: 3px;
  background: #fcff00;
}

.b-audio-player__vol {
  position: absolute;
  top: 21px;
  right: 70px;
  width: 44px;
  height: 18px;
  background: url("../../i/player_sprite.png") -132px -89px no-repeat;
  cursor: pointer;
}

.b-audio-player__vol:hover {
  background: url("../../i/player_sprite.png") -187px -89px no-repeat;
}

.b-audio-player__vol-ind-wrapper {
  height: 10px;
  margin: 4px 0 0 17px;
  width: 27px;
  background-color: #c1c1c1;
}

.b-audio-player__vol-inner {
  height: 10px;
  width: 100%;
  background-color: #fff;
  position: relative;
}

.b-audio-player__vol-inner:hover {
  background-color: #ffea00;
}

.b-audio-player__vol-ind-mask {
  height: 10px;
  width: 27px;
  background: url("../../i/player_sprite.png") -187px -107px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.b-audio-player__get-code {
  display: block;
  position: absolute;
  top: 19px;
  right: 24px;
  height: 24px;
  width: 28px;
  background: transparent;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}

.b-audio-player__code {
  position: absolute;
  top: -100px;
  right: 260px;
  padding: 10px;
  width: 300px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  border-radius: 5px;
  z-index: 1000;
}

.b-audio-player__code-close {
  display: block;
  width: 57px;
  height: 14px;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 13px;
  float: right;
}

.b-audio-player__code-text {
  display: block;
  width: 100%;
  height: 110px;
  outline: none;
  resize: none;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
}

.b-audio-player__close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 10px;
  height: 8px;
  cursor: pointer;
  background: url("../../i/player_sprite.png") -136px -115px no-repeat;
}

.b-audio-player__close:hover {
  background: url("../../i/player_sprite.png") -136px -107px no-repeat;
}

/*
    pop up
*/

.g-pop-up {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.g-webcast {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

/*
    white-screen
*/

.g-ajaxify {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1500;
}

.g-ajaxify__preloader,
.g-episode__preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}

.g-episode__preloader {
  display: none;
}

/* Forms */

.g-requaried-field__empty {
  background: rgba(202, 28, 28, 0.2);
}

/* Global error page */

.g-error {
  margin: 0 0 15px;
  padding: 0;
}

.g-error__inner {
  max-width: 1067px;
  padding: 13px 13px 0;
  margin: 0 auto;
}

.g-error__number {
  padding: 50px 0 0;
  font-size: 270px;
  line-height: 250px;
  text-align: center;
}

.g-error__name {
  font-size: 44px;
  text-align: center;
  text-transform: uppercase;
}

.g-error__description {
  font-size: 16px;
  text-align: center;
}

/* Mods */

.m-not-in-season {
  opacity: 0.5;
}

.m-one-slides {
  max-width: 20%;
  margin: 0 auto;
}

.m-two-slides {
  max-width: 40%;
  margin: 0 auto;
}

.m-three-slides {
  max-width: 60%;
  margin: 0 auto;
}

.m-four-slides {
  max-width: 80%;
  margin: 0 auto;
}

.m-five-slides {
  max-width: none;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  /* Mods */

  .m-one-slides {
    max-width: 40%;
    margin: 0 auto;
  }

  .m-two-slides {
    max-width: 60%;
    margin: 0 auto;
  }

  .m-three-slides {
    max-width: 80%;
    margin: 0 auto;
  }

  .m-four-slides {
    max-width: none;
    margin: 0 auto;
  }

  .m-five-slides {
    max-width: none;
    margin: 0 auto;
  }

  .g-clear--bannered {
    clear: both;
  }
}

@media screen and (max-width: 530px) {
  /* Mods */

  .m-one-slides {
    max-width: none;
    margin: 0 auto;
  }

  .m-two-slides {
    max-width: none;
    margin: 0 auto;
  }

  .m-three-slides {
    max-width: none;
    margin: 0 auto;
  }

  .m-four-slides {
    max-width: none;
    margin: 0 auto;
  }

  .m-five-slides {
    max-width: none;
    margin: 0 auto;
  }
}

/*
    Slider
*/

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */

.grabbing {
  cursor: url("../../i/grabbing.png") 8 8, move;
}

/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  display: block;
  font-size: 0;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  height: 24px;
  width: 24px;
  background: url("../../i/icons.png?v=3");
}

.b-video__slider .owl-buttons div {
  top: 38%;
}

.b-podcast__slider .owl-buttons div {
  top: 67px;
}

.b-photo-gallary__slider .owl-buttons div {
  top: 67px;
}

.b-guests__slider .owl-buttons div {
  top: 67px;
}

.b-pop-up-photo-gallary__slider .owl-buttons div {
  top: 46%;
}

.b-pop-up-photo-nav__slider .owl-buttons div {
  top: 35%;
}

.b-schedule__controll-slider .owl-buttons div {
  top: 0;
}

.b-video__list-slider .owl-buttons div {
  top: 62px;
}

.b-video__list-slider.column .owl-buttons div {
  top: 235px;
}

.b-schedule__controll-slider .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  display: block;
  font-size: 14px;
  border-radius: 4px;
  background: #eae9e9;
  padding: 10px 12px 1px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  background-position: 0 -208px;
  left: -50px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  background-position: -28px -208px;
  right: -50px;
}

.b-schedule__controll-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -50px;
  text-align: center;
  font-size: 14px;
  color: #000000;
}

.b-schedule__controll-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -48px;
  text-align: center;
  font-size: 14px;
  color: #000000;
}

/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

.owl-pagination {
  margin: 20px auto;
  text-align: center;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 24px;
  height: 4px;
  margin: 10px 2px;
  background: #b7b3b3;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #ca4a4a;
}

/* preloading images */

.owl-item.loading {
  min-height: 150px;
  background: url("../../i/AjaxLoader.gif") no-repeat center center;
}

/* Adaptive blocks */

@media screen and (max-width: 1280px) {
  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background-position: 0 -208px;
    left: -20px;
  }

  .owl-theme .owl-controls .owl-buttons div.owl-next {
    background-position: -28px -208px;
    right: -20px;
  }

  .b-schedule__controll-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -50px;
  }

  .b-schedule__controll-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -48px;
  }
}

@media screen and (max-width: 1024px) {
  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background-position: 0 -208px;
    left: 0px;
  }

  .owl-theme .owl-controls .owl-buttons div.owl-next {
    background-position: -28px -208px;
    right: 0px;
  }

  .b-schedule__controll-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -50px;
  }

  .b-schedule__controll-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -48px;
  }
}

@media screen and (max-width: 900px) {
  .owl-theme .owl-controls .owl-buttons div {
    display: none;
  }

  .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 15px;
    height: 4px;
    margin: 10px 2px;
    background: #b7b3b3;
  }
}

@media screen and (max-width: 530px) {
  .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 4px;
    height: 4px;
    margin: 10px 2px;
    background: #b7b3b3;
  }
}
@font-face {
  font-family: 'Gilroy Extrabold';
  src: url("../fonts/Gilroy/Gilroy-Extrabold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Extrabold.svg") format("svg"), url("../fonts/Gilroy/Gilroy-Extrabold.eot") format("eot"), url("../fonts/Gilroy/Gilroy-Extrabold.ttf") format("ttf");
}

@font-face {
  font-family: 'Gilroy Bold';
  src: url("../fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Bold.svg") format("svg"), url("../fonts/Gilroy/Gilroy-Bold.eot") format("eot"), url("../fonts/Gilroy/Gilroy-Bold.ttf") format("ttf");
}

@font-face {
  font-family: 'Gilroy Semibold';
  src: url("../fonts/Gilroy/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Semibold.svg") format("svg"), url("../fonts/Gilroy/Gilroy-Semibold.eot") format("eot"), url("../fonts/Gilroy/Gilroy-Semibold.ttf") format("ttf");
}

@font-face {
  font-family: 'Gilroy Medium';
  src: url("../fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Medium.svg") format("svg"), url("../fonts/Gilroy/Gilroy-Medium.eot") format("eot"), url("../fonts/Gilroy/Gilroy-Medium.ttf") format("ttf");
}

@font-face {
  font-family: 'Gilroy Medium';
  src: url("../fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Medium.svg") format("svg"), url("../fonts/Gilroy/Gilroy-Medium.eot") format("eot"), url("../fonts/Gilroy/Gilroy-Medium.ttf") format("ttf");
}

@font-face {
  font-family: 'Roboto Regular';
  src: url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.svg") format("svg"), url("../fonts/Roboto/Roboto-Regular.eot") format("eot"), url("../fonts/Roboto/Roboto-Regular.ttf") format("ttf");
}

@font-face {
  font-family: 'Roboto Light';
  src: url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Light.svg") format("svg"), url("../fonts/Roboto/Roboto-Light.eot") format("eot"), url("../fonts/Roboto/Roboto-Light.ttf") format("ttf");
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/Proxima-Nova/Proxima-Nova.woff") format("woff"), url("../fonts/Proxima-Nova/Proxima-Nova.woff2") format("woff2"), url("../fonts/Proxima-Nova/Proxima-Nova.svg") format("svg"), url("../fonts/Proxima-Nova/Proxima-Nova.eot") format("eot"), url("../fonts/Proxima-Nova/Proxima-Nova.ttf") format("ttf");
}

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url("../fonts/Proxima-Nova/Proxima-Nova-Bold.woff") format("woff"), url("../fonts/Proxima-Nova/Proxima-Nova-Bold.woff2") format("woff2"), url("../fonts/Proxima-Nova/Proxima-Nova-Bold.svg") format("svg"), url("../fonts/Proxima-Nova/Proxima-Nova-Bold.eot") format("eot"), url("../fonts/Proxima-Nova/Proxima-Nova-Bold.ttf") format("ttf");
}

.header {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100vh;
}

@media screen and (max-width: 816px) {
  .header {
    height: auto;
  }
}

@media screen and (max-height: 800px) {
  .header {
    height: auto;
  }
}

.header__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.header__background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(34, 34, 34, 0.4);
}

.header__picture {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.header__picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
  /*
      @media screen and ($media-vertical-break) {

        @media screen and (min-aspect-ratio: 2560/499) {
          height: auto;
          width: 100%;
        }
        @media screen and (max-aspect-ratio: 2560/499) {
          height: 100%;
          width: auto;
        }
      }
      */
}

@media screen and (max-width: 816px) {
  .header__image--desktop {
    display: none;
  }
}

.header__image--mobile {
  display: none;
}

@media screen and (max-width: 816px) {
  .header__image--mobile {
    display: inline;
  }
}

.header__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.header__video--loading {
  opacity: 0;
  transition: opacity 300ms ease 0ms;
}

.header__video--playing {
  opacity: 1;
  transition: opacity 300ms ease 0ms;
}

@media screen and (max-width: 1080px) {
  .header__video {
    display: none;
  }
}

.header__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-aspect-ratio: 16 / 9) {
  .header__video video {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-aspect-ratio: 16 / 9) {
  .header__video video {
    width: auto;
    height: 100%;
  }
}

.header__content {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}

.header__top {
  padding: 1em 0;
  background: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header__main {
  padding: 1em 0;
}

.header__brand {
  margin: auto 0;
  flex: 1 1 100%;
}

.header__top .header__holder {
  box-sizing: border-box;
  max-width: 1093px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
}

@media screen and (max-width: 1080px) {
  .header__top .header__holder {
    width: 100%;
  }
}

.header__main .header__holder {
  box-sizing: border-box;
  max-width: 1093px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
}

@media screen and (max-width: 1080px) {
  .header__main .header__holder {
    width: 100%;
  }
}

.header__brand .header__holder {
  box-sizing: border-box;
  max-width: 1093px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}

@media screen and (max-width: 1080px) {
  .header__brand .header__holder {
    width: 100%;
  }
}

.header__now-in-air {
  margin: auto 0;
  flex: 1 1 100%;
  display: flex;
}

.header__next-in-air {
  margin: auto 0 0;
}

.header__vgtrk-bar {
  margin: auto 0 auto -26px;
}

@media screen and (max-width: 816px) {
  .header__vgtrk-bar {
    display: none;
  }
}

.header__special-link {
  margin: auto auto auto 0;
  padding: 0 13px;
}

.header__special-link a {
  font: 1em 'Russia Light', sans-serif;
  text-decoration: none;
  color: #fff;
}

.header__social-groups {
  margin: auto 0 auto auto;
}

.header__search-form {
  margin: auto 0;
}

.header__burger {
  display: none;
}

@media screen and (max-width: 1100px) {
  .header__burger--big {
    display: block;
    margin: auto 0;
  }
}

@media screen and (max-width: 816px) {
  .header__burger--big {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .header__burger--small {
    display: none;
  }
}

@media screen and (max-width: 816px) {
  .header__burger--small {
    display: block;
    margin: auto 0;
  }
}

.header__logo-main {
  margin: auto auto auto 0;
}

.header__navigation {
  margin: auto;
}

.header__logo-unost {
  margin: auto 0 auto auto;
}

@media screen and (max-width: 816px) {
  .header__logo-unost {
    display: none;
  }
}

.header__burger .header__link {
  display: block;
  background: transparent url("../../i/icon-burger-white.svg") center no-repeat;
  background-size: cover;
  height: 24px;
  width: 24px;
  margin: 0 13px;
}

.header__logo-main .header__link {
  display: block;
  background: transparent url("../../i/logo-mayak-white_new_21.svg") center no-repeat;
  background-size: cover;
  height: 49px;
  width: 160px;
  margin: 0 13px;
}

@media screen and (max-width: 816px) {
  .header__logo-main .header__link {
    height: 36.75px;
    width: 120px;
  }
}

.header__logo-unost .header__link {
  display: block;
  background: transparent url("../../i/logo-unost-white.svg") center no-repeat;
  height: 30px;
  width: 160px;
  margin: 0 13px;
}

@media screen and (max-width: 816px) {
  .header__logo-unost .header__link {
    height: 22.5px;
    width: 120px;
  }
}

.now-in-air {
  margin: auto 0;
  padding: 3em 0 0;
  width: 100%;
}

.now-in-air__brand {
  box-sizing: border-box;
  width: 58.33333%;
  padding: 0 13px;
  margin: 0 0 2em;
}

@media screen and (max-width: 816px) {
  .now-in-air__brand {
    width: 100%;
  }
}

.now-in-air__progress {
  box-sizing: border-box;
  width: 210px;
  padding: 0 13px;
  margin: 2em 0;
}

.now-in-air__theme {
  box-sizing: border-box;
  width: 100%;
  padding: 0 13px;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
}

.now-in-air__title {
  margin: 0;
}

.now-in-air__label {
  font: 1em 'Gilroy Bold', sans-serif;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 0 0.25em;
}

@media screen and (max-width: 816px) {
  .now-in-air__label {
    font: .8em 'Gilroy Bold', sans-serif;
  }
}

.now-in-air__hosts {
  margin: 0.5em 0 0;
}

.now-in-air__hosts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.now-in-air__hosts ul:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.now-in-air__hosts li {
  float: left;
  margin: 0 26px 0.25em 0;
}

.now-in-air__hosts li:nth-child(odd) {
  clear: left;
}

@media screen and (max-width: 1080px) {
  .now-in-air__hosts li:nth-child(odd) {
    clear: none;
  }

  .now-in-air__hosts li:nth-child(4n+1) {
    clear: left;
  }
}

@media screen and (max-width: 816px) {
  .now-in-air__hosts li:nth-child(4n+1) {
    clear: none;
  }
}

.now-in-air__guests {
  margin: 0.5em 0 0;
  width: 50%;
}

@media screen and (max-width: 1080px) {
  .now-in-air__guests {
    width: 100%;
  }
}

.now-in-air__guests:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.now-in-air__guests h4 {
  font: 1em 'Gilroy Bold', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 13px 0 0;
  float: left;
}

@media screen and (max-width: 816px) {
  .now-in-air__guests h4 {
    font: .8em 'Gilroy Bold', sans-serif;
  }
}

.now-in-air__guests ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.now-in-air__guests ul:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.now-in-air__guests li {
  float: left;
  margin: 0 26px 0 0;
}

.now-in-air__control {
  margin: auto 26px auto 0;
}

.now-in-air__info {
  margin: auto auto auto 0;
  width: 100%;
}

.now-in-air__brand .now-in-air__title .now-in-air__link {
  font: 4.5em/1em 'Gilroy Extrabold', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 1;
  transition: opacity 300ms ease 0ms;
}

@media screen and (max-width: 816px) {
  .now-in-air__brand .now-in-air__title .now-in-air__link {
    font: 2.5em 'Gilroy Extrabold', sans-serif;
  }
}

.now-in-air__brand .now-in-air__title .now-in-air__link:hover {
  opacity: .75;
  transition: opacity 300ms ease 0ms;
}

.now-in-air__theme .now-in-air__title .now-in-air__link {
  font: 1.5em 'Gilroy Extrabold', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

@media screen and (max-width: 816px) {
  .now-in-air__theme .now-in-air__title .now-in-air__link {
    font: 1.2em 'Gilroy Extrabold', sans-serif;
  }
}

.now-in-air__hosts .now-in-air__link {
  font: 1em 'Gilroy Bold', sans-serif;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  opacity: .75;
  transition: opacity 300ms ease 0ms;
}

@media screen and (max-width: 816px) {
  .now-in-air__hosts .now-in-air__link {
    font: .8em 'Gilroy Bold', sans-serif;
  }
}

.now-in-air__hosts .now-in-air__link:hover {
  opacity: 1;
  transition: opacity 300ms ease 0ms;
}

.now-in-air__guests .now-in-air__link {
  font: 1em 'Gilroy Bold', sans-serif;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  opacity: .75;
  transition: opacity 300ms ease 0ms;
}

@media screen and (max-width: 816px) {
  .now-in-air__guests .now-in-air__link {
    font: .8em 'Gilroy Bold', sans-serif;
  }
}

.now-in-air__guests .now-in-air__link:hover {
  opacity: 1;
  transition: opacity 300ms ease 0ms;
}

.now-in-air__button {
  display: block;
  box-sizing: border-box;
  height: 75px;
  width: 75px;
  border: 3px solid #fff;
  border-radius: 100%;
  background: transparent url("../../i/icon-play-white.svg") 58% center no-repeat;
  background-size: 40%;
  cursor: pointer;
}

.now-in-air__button--active {
  background: transparent url("../../i/icon-pause-white.svg") center no-repeat;
  background-size: 40%;
}

@media screen and (max-width: 816px) {
  .now-in-air__button {
    height: 75px 0.75;
    width: 75px 0.75;
  }
}

.now-in-air__full {
  position: relative;
  width: 173px;
  height: 7px;
  background: rgba(202, 28, 28, 0.3);
}

@media screen and (max-width: 816px) {
  .now-in-air__full {
    width: 148px;
  }
}

.now-in-air__now {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ca1c1c;
}

.next-in-air {
  margin: 0 0 50px;
  padding: 3em 0 0;
}

.next-in-air__header {
  margin: 0 0 0.5em;
}

.next-in-air__item {
  display: flex;
  flex-flow: row nowrap;
}

.next-in-air__preview {
  box-sizing: border-box;
  padding: 0 13px;
  width: 16.66667%;
  margin: auto 0;
}

@media screen and (max-width: 1080px) {
  .next-in-air__preview {
    width: 22.22222%;
  }
}

@media screen and (max-width: 816px) {
  .next-in-air__preview {
    width: 33.33333%;
  }
}

@media screen and (max-width: 552px) {
  .next-in-air__preview {
    width: 25%;
  }
}

.next-in-air__info {
  box-sizing: border-box;
  padding: 0 13px;
  width: 83.33333%;
  margin: auto 0;
}

@media screen and (max-width: 1080px) {
  .next-in-air__info {
    width: 77.77778%;
  }
}

@media screen and (max-width: 816px) {
  .next-in-air__info {
    width: 66.66667%;
  }
}

@media screen and (max-width: 552px) {
  .next-in-air__info {
    width: 75%;
  }
}

.next-in-air__time {
  margin: 0;
}

.next-in-air__header .next-in-air__title {
  font: .8em 'Gilroy Bold', sans-serif;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 13px;
}

.next-in-air__info .next-in-air__title {
  margin: 0;
}

.next-in-air__link {
  cursor: pointer;
  text-decoration: none;
}

.next-in-air__preview .next-in-air__link {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.next-in-air__preview .next-in-air__link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 3;
  background: rgba(34, 34, 34, 0.4);
}

.next-in-air__preview .next-in-air__link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  z-index: 1;
}

.next-in-air__preview .next-in-air__link video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  height: 100%;
  width: auto;
}

@media screen and (max-width: 1080px) {
  .next-in-air__preview .next-in-air__link video {
    display: none;
  }
}

.next-in-air__preview--loading .next-in-air__link video {
  opacity: 0;
  transition: opacity 300ms ease 0ms;
}

.next-in-air__preview--playing .next-in-air__link video {
  opacity: 1;
  transition: opacity 300ms ease 0ms;
}

.next-in-air__time .next-in-air__link {
  font: 1em 'Gilroy Medium', sans-serif;
  color: #fff;
}

.next-in-air__title .next-in-air__link {
  font: 1.8em 'Gilroy Bold', sans-serif;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  transition: opacity 300ms ease 0ms;
}

@media screen and (max-width: 816px) {
  .next-in-air__title .next-in-air__link {
    font: 1em 'Gilroy Bold', sans-serif;
  }
}

.next-in-air__title .next-in-air__link:hover {
  opacity: .75;
  transition: opacity 300ms ease 0ms;
}

@media screen and (max-width: 1100px) {
  .navigation {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 50%;
    height: 100%;
    background: rgba(202, 28, 28, 0.8);
    transform: translateX(-100%);
    transition: transform 300ms ease 0ms;
  }

  .app--navigation-active .navigation {
    transform: translateX(0);
    transition: transform 300ms ease 0ms;
  }
}

@media screen and (max-width: 816px) {
  .navigation {
    width: 75%;
  }
}

@media screen and (max-width: 552px) {
  .navigation {
    width: 75%;
  }
}

.navigation__control {
  display: none;
}

@media screen and (max-width: 1100px) {
  .navigation__control {
    padding: 1em 0 1.5em;
    display: flex;
    flex-flow: row nowrap;
  }
}

.navigation__list {
  margin: 0 13px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
}

@media screen and (max-width: 1100px) {
  .navigation__list {
    display: block;
    flex-flow: unset;
    margin: 0;
  }
}

@media screen and (max-width: 1100px) {
  .navigation__item {
    border-bottom: 1px solid #fff;
    margin: 0 0 0 26px;
  }
}

.navigation__link {
  font: 0.85em/48px "Gilroy Medium", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  height: 48px;
  padding: 0 12px;
  color: #fff;
  opacity: 1;
  transition: opacity 300ms ease 0ms;
}

.navigation__link:hover {
  opacity: .75;
  transition: opacity 300ms ease 0ms;
}

@media screen and (max-width: 1080px) {
  .navigation__link {
    padding: 0 26px 0 0;
  }
}

@media screen and (max-width: 552px) {
  .navigation__link {
    font: 0.75em/48px "Gilroy Medium", sans-serif;
  }
}

.navigation__button--hide {
  box-sizing: border-box;
  font-size: 0;
  height: 32px;
  width: 32px;
  background: transparent url("../../i/icon-close-white.svg") center no-repeat;
  background-size: 50%;
  border: 1px solid #fff;
  border-radius: 100%;
  display: block;
  margin: auto 26px auto auto;
}

.navigation__button--main {
  display: block;
  background: transparent url("../../i/logo-mayak-white.png") center no-repeat;
  background-size: cover;
  height: 27px;
  width: 120px;
  margin: auto auto auto 26px;
}

.search-form {
  margin: 0 13px 0 0;
}

@media screen and (max-width: 1080px) {
  .search-form {
    display: flex;
    flex-flow: row nowrap;
  }
}

.search-form__control {
  display: none;
}

@media screen and (max-width: 1080px) {
  .search-form__control {
    display: block;
    height: 32px;
    width: 32px;
    position: relative;
    overflow: hidden;
    margin: 0;
    transition: margin 300ms ease 0ms;
  }

  .app--search-form-active .search-form__control {
    margin: 0 13px 0 0;
    transition: margin 300ms ease 0ms;
  }
}

.search-form__form {
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  height: 32px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1080px) {
  .search-form__form {
    overflow: hidden;
    border-bottom: 1px solid transparent;
    max-width: 0;
    opacity: 0;
    transition: max-width 300ms ease 0ms, border 300ms ease 0ms, opacity 300ms ease 0ms;
  }

  .app--search-form-active .search-form__form {
    border-bottom: 1px solid #fff;
    max-width: 500px;
    opacity: 1;
    transition: max-width 300ms ease 0ms, border 300ms ease 0ms, opacity 300ms ease 0ms;
  }
}

.search-form__query {
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  padding: 0 13px;
  height: 32px;
  margin: auto;
  background: transparent;
  font: .9em 'Russia Medium', sans-serif;
  color: #fff;
}

.search-form__submit {
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  font-size: 0;
  margin: 0 0 0 13px;
  height: 32px;
  width: 32px;
  background: transparent url("../../i/icon-search-white.svg") center no-repeat;
  background-size: 55%;
}

.search-form__button--show {
  box-sizing: border-box;
  font-size: 0;
  height: 32px;
  width: 32px;
  background: transparent url("../../i/icon-search-white.svg") center no-repeat;
  background-size: 55%;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  display: block;
}

.app--search-form-active .search-form__button--show {
  display: none;
}

.search-form__button--hide {
  box-sizing: border-box;
  font-size: 0;
  height: 32px;
  width: 32px;
  background: transparent url("../../i/icon-close-white.svg") center no-repeat;
  background-size: 50%;
  border: 1px solid #fff;
  border-radius: 100%;
  display: block;
  display: none;
}

.app--search-form-active .search-form__button--hide {
  display: block;
}

.social-groups {
  margin: 0 26px;
}

@media screen and (max-width: 1080px) {
  .social-groups {
    margin: 0 13px;
    display: flex;
    flex-flow: row nowrap;
  }
}

.social-groups__control {
  display: none;
}

@media screen and (max-width: 1080px) {
  .social-groups__control {
    display: block;
    height: 32px;
    width: 32px;
    position: relative;
    overflow: hidden;
    margin: 0;
    transition: margin 300ms ease 0ms;
  }

  .app--social-groups-active .social-groups__control {
    margin: 0 13px 0 0;
    transition: margin 300ms ease 0ms;
  }
}

.social-groups__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
}

@media screen and (max-width: 1080px) {
  .social-groups__list {
    overflow: hidden;
    max-width: 0;
    opacity: 0;
    transition: max-width 300ms ease 0ms, opacity 300ms ease 0ms;
  }

  .app--social-groups-active .social-groups__list {
    max-width: 500px;
    opacity: 1;
    transition: max-width 300ms ease 0ms, opacity 300ms ease 0ms;
  }
}

.social-groups__item {
  margin: 0 .5px;
}

.social-groups__link {
  display: block;
  height: 32px;
  width: 32px;
  cursor: pointer;
  font-size: 0;
}

.social-groups__link--tw {
  background: transparent url("../../i/icon-twitter-white.svg") center no-repeat;
  background-size: 55%;
}

.social-groups__link--fb {
  background: transparent url("../../i/icon-facebook-white.svg") center no-repeat;
  background-size: 55%;
}

.social-groups__link--ig {
  background: transparent url("../../i/icon-instagram-white.svg") center no-repeat;
  background-size: 55%;
}

.social-groups__link--vk {
  background: transparent url("../../i/icon-vkontakte-white.svg") center no-repeat;
  background-size: 55%;
}

.social-groups__link--yt {
  background: transparent url("../../i/icon-youtube-white.svg") center no-repeat;
  background-size: 55%;
}

.social-groups__link--ok {
  background: transparent url("../../i/icon-odnoklassniki-white.svg") center no-repeat;
  background-size: 55%;
}

.social-groups__button--show {
  box-sizing: border-box;
  font-size: 0;
  height: 32px;
  width: 32px;
  background: transparent url("../../i/icon-social-share-white.svg") 6px center no-repeat;
  background-size: 50%;
  border: 1px solid #fff;
  border-radius: 100%;
  display: block;
}

.app--social-groups-active .social-groups__button--show {
  display: none;
}

.social-groups__button--hide {
  box-sizing: border-box;
  font-size: 0;
  height: 32px;
  width: 32px;
  background: transparent url("../../i/icon-close-white.svg") center no-repeat;
  background-size: 50%;
  border: 1px solid #fff;
  border-radius: 100%;
  display: block;
  display: none;
}

.app--social-groups-active .social-groups__button--hide {
  display: block;
}

.vgtrk_bar {
  margin: 0 13px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
}

.vgtrk_bar li.root {
  position: relative;
  cursor: pointer;
}

.vgtrk_bar li.root a.root {
  box-sizing: border-box;
  min-width: 100px;
  display: block;
  padding: 1em 26px;
  font: 1em 'Russia Light', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}

.vgtrk_bar li.root a.root .drop {
  display: inline-block;
  vertical-align: middle;
  height: 4px;
  width: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: -4px 0 0 10px;
  transform: rotate(135deg);
}

.vgtrk_bar li.root a.root:first-child {
  min-width: auto;
}

.vgtrk_bar li.root ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  opacity: 0;
  max-height: 0;
  transition: all 300ms ease 0ms;
}

.vgtrk_bar li.root ul li {
  margin: 0 6.5px 0.5em;
}

.vgtrk_bar li.root ul a {
  font: .8em 'Russia Light', sans-serif;
  color: #000;
  text-decoration: none;
}

.vgtrk_bar li.root:hover {
  background: #fff;
  transition: all 300ms ease 0ms;
}

.vgtrk_bar li.root:hover a {
  color: #000;
}

.vgtrk_bar li.root:hover a .drop {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.vgtrk_bar li.root:hover ul {
  opacity: 1;
  width: 100%;
  max-height: 500px;
  transition: all 300ms ease 0ms;
}

.vgtrk-audio-player {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86px;
  z-index: 20;
}

.vgtrk-audio-player__wrapper {
  box-sizing: border-box;
  max-width: 1093px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .vgtrk-audio-player__wrapper {
    width: 100%;
  }
}

.vgtrk-audio-player__holder {
  padding: 0 13px;
  height: 100%;
}

.vgtrk-audio-player__control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.vgtrk-audio-player__content {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.vgtrk-audio-player__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
  outline: 0;
}

.vgtrk-audio-player__close {
  display: block;
  position: absolute;
  top: 5px;
  right: 20px;
  height: 10px;
  width: 10px;
  background: transparent url("../../i/icon-close-white.svg") center no-repeat;
  background-size: cover;
  cursor: pointer;
}

.podcast-categories {
  padding: 0 0 50px;
  margin: 0 auto 50px;
  position: relative;
}

.podcast-categories__slider {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

.podcast-categories__list {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.podcast-categories__item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  height: 120px;
  width: 240px;
  border-radius: 20px;
  background: #eeeeee;
  margin: 0 16px 0 0;
}

.podcast-categories__item:last-child {
  margin: 0;
}

.podcast-categories__item--active {
  background: #ca1c1c;
}

.podcast-categories__navigation {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  height: 0;
}

@media screen and (max-width: 1080px) {
  .podcast-categories__navigation {
    display: none;
  }
}

.podcast-categories__button {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  height: 24px;
  width: 24px;
  cursor: pointer;
  outline: none;
}

.podcast-categories__button--disabled {
  display: none;
}

.podcast-categories__button--hidden {
  display: none;
}

.podcast-categories__button--prev {
  left: -47px;
  background: transparent url("../../i/arrow-left.svg") center no-repeat;
  background-size: cover;
}

.podcast-categories__button--next {
  right: -67px;
  background: transparent url("../../i/arrow-right.svg") center no-repeat;
  background-size: cover;
}

.podcast-categories__pagination {
  position: absolute;
  text-align: center;
  z-index: 10;
  margin: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.podcast-categories__bullet {
  display: inline-block;
  position: relative;
  height: 6px;
  width: 40px;
  margin: 0 10px;
  background: rgba(202, 28, 28, 0.4);
  transition: .2s transform, .2s left;
}

.podcast-categories__bullet--active {
  background: #ca1c1c;
}

.podcast-categories__info {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 14px 22px 12px;
}

.podcast-categories__title {
  margin: 0 auto auto 0;
}

.podcast-categories__count {
  margin: auto auto 0 0;
}

.podcast-categories__title .podcast-categories__link {
  font: 22px/1.2 'Proxima Nova Bold', sans-serif;
  text-decoration: none;
  color: #000;
}

.podcast-categories__item--active .podcast-categories__title .podcast-categories__link {
  color: #fff;
}

.podcast-categories__count .podcast-categories__link {
  font: 12px/14px 'Proxima Nova', sans-serif;
  text-decoration: none;
  color: #000;
}

.podcast-categories__count .podcast-categories__link:before {
  content: '';
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 8px 0 0;
  background: transparent url("../../i/circles-dark.svg") center no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.podcast-categories__item--active .podcast-categories__count .podcast-categories__link {
  color: #fff;
}

.podcast-categories__item--active .podcast-categories__count .podcast-categories__link:before {
  background: transparent url("../../i/circles-light.svg") center no-repeat;
  background-size: cover;
}

.podcast-list {
  margin: 0 -13px;
}

.podcast-list:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.podcast-list__item {
  float: left;
  width: 50%;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 0 40px;
}

.podcast-list__item:nth-child(odd) {
  clear: left;
}

@media screen and (max-width: 816px) {
  .podcast-list__item {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 552px) {
  .podcast-list__item {
    display: block;
    flex-flow: unset;
  }
}

.podcast-list__preview {
  box-sizing: border-box;
  width: 33.33333%;
  padding: 0 13px;
}

@media screen and (max-width: 816px) {
  .podcast-list__preview {
    width: 33.33333%;
  }
}

@media screen and (max-width: 552px) {
  .podcast-list__preview {
    width: 50%;
    margin: 0 auto 13px;
  }
}

.podcast-list__info {
  box-sizing: border-box;
  width: 66.66667%;
  padding: 0 13px;
  display: flex;
  flex-flow: column nowrap;
}

@media screen and (max-width: 816px) {
  .podcast-list__info {
    width: 66.66667%;
  }
}

@media screen and (max-width: 552px) {
  .podcast-list__info {
    margin: 0 auto;
  }
}

.podcast-list__title {
  margin: 0 0 8px;
}

@media screen and (max-width: 552px) {
  .podcast-list__title {
    text-align: center;
  }
}

.podcast-list__anons {
  margin: 0 0 16px;
}

@media screen and (max-width: 552px) {
  .podcast-list__anons {
    text-align: center;
  }
}

.podcast-list__count {
  margin: auto 0 0;
}

@media screen and (max-width: 552px) {
  .podcast-list__count {
    text-align: center;
  }
}

.podcast-list__picture .podcast-list__link img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 15px;
}

.podcast-list__title .podcast-list__link {
  font: 20px/1.2 'Proxima Nova Bold', sans-serif;
  color: #000;
  text-decoration: none;
}

.podcast-list__anons .podcast-list__link {
  font: 15px/1.2 'Proxima Nova', sans-serif;
  color: #000;
  text-decoration: none;
}

.podcast-list__count .podcast-list__link {
  font: 12px/14px 'Proxima Nova', sans-serif;
  color: #666262;
  text-decoration: none;
}

.podcast-list__count .podcast-list__link:before {
  content: '';
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 8px 0 0;
  background: transparent url("../../i/headphones-grey.svg") center no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.podcast-header {
  color: #000;
}

.podcast-header--dark {
  color: #000;
}

.podcast-header--light {
  color: #fff;
}

.podcast-header__holder {
  box-sizing: border-box;
  max-width: 1093px;
  margin: 0 auto;
  padding: 60px 0 30px;
  display: flex;
  flex-flow: row nowrap;
}

@media screen and (max-width: 1080px) {
  .podcast-header__holder {
    width: 100%;
  }
}

@media screen and (max-width: 816px) {
  .podcast-header__holder {
    display: block;
    flex-flow: unset;
  }
}

.podcast-header__preview {
  box-sizing: border-box;
  width: 41.66667%;
  padding: 0 13px;
}

@media screen and (max-width: 816px) {
  .podcast-header__preview {
    width: 75%;
    margin: 0 auto 40px;
    display: flex;
    flex-flow: column-reverse nowrap;
  }
}

@media screen and (max-width: 552px) {
  .podcast-header__preview {
    width: 100%;
  }
}

.podcast-header__info {
  box-sizing: border-box;
  width: 58.33333%;
  padding: 0 13px;
}

@media screen and (max-width: 816px) {
  .podcast-header__info {
    width: 75%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 552px) {
  .podcast-header__info {
    width: 100%;
  }
}

@media screen and (max-width: 816px) {
  .podcast-header__picture {
    width: 75%;
    margin: 0 auto;
  }
}

.podcast-header__picture img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.podcast-header__status {
  margin: 24px 0 0;
  text-align: center;
}

@media screen and (max-width: 816px) {
  .podcast-header__status {
    margin: 0 0 24px;
  }
}

.podcast-header__title {
  font: 40px/1 'Proxima Nova Bold', sans-serif;
  margin: 0 0 20px;
}

@media screen and (max-width: 816px) {
  .podcast-header__title {
    text-align: center;
  }
}

.podcast-header__bar {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 0 20px;
}

@media screen and (max-width: 816px) {
  .podcast-header__bar {
    justify-content: center;
  }
}

@media screen and (max-width: 816px) {
  .podcast-header__bar--full {
    margin: 0;
  }
}

.podcast-header__bar--mobile {
  display: none;
}

@media screen and (max-width: 816px) {
  .podcast-header__bar--mobile {
    display: flex;
  }
}

.podcast-header__anons {
  font: 20px/1.2 'Proxima Nova', sans-serif;
  margin: 0 0 20px;
}

.podcast-header__anons a {
  color: inherit;
}

@media screen and (max-width: 816px) {
  .podcast-header__anons {
    text-align: center;
  }
}

.podcast-header__links {
  display: flex;
  flex-flow: row nowrap;
  margin: 40px 0 0;
}

@media screen and (max-width: 816px) {
  .podcast-header__links {
    flex-flow: row wrap;
    justify-content: center;
  }
}

.podcast-header__updating {
  font: 16px/21px 'Proxima Nova', sans-serif;
}

@media screen and (max-width: 816px) {
  .podcast-header__updating {
    font: 14px/21px 'Proxima Nova', sans-serif;
    margin: 0 0 0 13px;
  }
}

@media screen and (max-width: 552px) {
  .podcast-header__updating {
    margin: 0 0 0 6.5px;
  }
}

.podcast-header__updating:before {
  content: '';
  display: inline-block;
  height: 21px;
  width: 12px;
  vertical-align: middle;
  margin: 0 8px 0 0;
}

@media screen and (max-width: 816px) {
  .podcast-header__updating:before {
    height: 15.75px;
    width: 9px;
  }
}

.podcast-header__updating:before {
  background: transparent url("../../i/thunder-dark.svg") center no-repeat;
  background-size: cover;
}

.podcast-header--dark .podcast-header__updating:before {
  background: transparent url("../../i/thunder-dark.svg") center no-repeat;
  background-size: cover;
}

.podcast-header--light .podcast-header__updating:before {
  background: transparent url("../../i/thunder-light.svg") center no-repeat;
  background-size: cover;
}

.podcast-header__completed {
  font: 16px/21px 'Proxima Nova', sans-serif;
}

@media screen and (max-width: 816px) {
  .podcast-header__completed {
    font: 16px/21px 'Proxima Nova', sans-serif;
    margin: 0 0 0 13px;
  }
}

@media screen and (max-width: 552px) {
  .podcast-header__completed {
    margin: 0 0 0 6.5px;
  }
}

.podcast-header__completed:before {
  content: '';
  display: inline-block;
  height: 21px;
  width: 21px;
  vertical-align: middle;
  margin: 0 8px 0 0;
  background: transparent url("../../i/cancel-dark.svg") center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 816px) {
  .podcast-header__completed:before {
    height: 15.75px;
    width: 15.75px;
  }
}

.podcast-header--dark .podcast-header__completed:before {
  background: transparent url("../../i/cancel-dark.svg") center no-repeat;
  background-size: cover;
}

.podcast-header--light .podcast-header__completed:before {
  background: transparent url("../../i/cancel-light.svg") center no-repeat;
  background-size: cover;
}

.podcast-header__count {
  font: 16px/21px 'Proxima Nova', sans-serif;
  margin: 0 26px 0 0;
}

@media screen and (max-width: 816px) {
  .podcast-header__count {
    font: 14px/21px 'Proxima Nova', sans-serif;
    margin: 0 13px 0 0;
  }
}

@media screen and (max-width: 552px) {
  .podcast-header__count {
    margin: 0 6.5px 0 0;
  }
}

.podcast-header__count:before {
  content: '';
  display: inline-block;
  height: 21px;
  width: 21px;
  vertical-align: middle;
  margin: 0 8px 0 0;
  background: transparent url("../../i/headphones-dark.svg") center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 816px) {
  .podcast-header__count:before {
    height: 15.75px;
    width: 15.75px;
  }
}

.podcast-header--dark .podcast-header__count:before {
  background: transparent url("../../i/headphones-dark.svg") center no-repeat;
  background-size: cover;
}

.podcast-header--light .podcast-header__count:before {
  background: transparent url("../../i/headphones-light.svg") center no-repeat;
  background-size: cover;
}

.podcast-header__status .podcast-header__count {
  display: none;
}

@media screen and (max-width: 816px) {
  .podcast-header__status .podcast-header__count {
    display: inline;
  }
}

.podcast-header__bar .podcast-header__count {
  display: inline;
}

@media screen and (max-width: 816px) {
  .podcast-header__bar .podcast-header__count {
    display: none;
  }
}

.podcast-header__brand {
  font: 16px/21px 'Proxima Nova', sans-serif;
  text-decoration: none;
  margin: 0 26px 0 0;
  color: #000;
}

.podcast-header__brand:before {
  content: '';
  display: inline-block;
  height: 21px;
  width: 21px;
  vertical-align: middle;
  margin: 0;
  background: transparent url("../../i/microphone-dark.svg") center no-repeat;
  background-size: cover;
}

.podcast-header--dark .podcast-header__brand {
  color: #000;
}

.podcast-header--dark .podcast-header__brand:before {
  background: transparent url("../../i/microphone-dark.svg") center no-repeat;
  background-size: cover;
}

.podcast-header--light .podcast-header__brand {
  color: #fff;
}

.podcast-header--light .podcast-header__brand:before {
  background: transparent url("../../i/microphone-light.svg") center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 816px) {
  .podcast-header__bar--full .podcast-header__brand {
    display: none;
  }
}

.podcast-header__link {
  font: 15px/35px 'Proxima Nova', sans-serif;
  color: #fff;
  text-decoration: none;
  padding: 0 13px;
  display: block;
  height: 35px;
  margin: 0 15px 0 0;
  border-radius: 5px;
}

.podcast-header__link--rss {
  background: #F58F16;
}

.podcast-header__link--apple {
  background: #882EC4;
}

.podcast-header__link--ya {
  background: #FA0001;
}

.podcast-episodes--more:after {
  content: '';
  height: 40px;
  width: 100%;
  display: block;
  background: transparent url("../../i/pageloader.gif") center no-repeat;
}

.podcast-episodes__item {
  padding: 30px 0;
}

.podcast-episodes__item:nth-child(odd) {
  background: rgba(196, 196, 196, 0.2);
}

.podcast-episodes__item:nth-child(even) {
  background: #fff;
}

.podcast-episodes__holder {
  box-sizing: border-box;
  max-width: 1093px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .podcast-episodes__holder {
    width: 100%;
  }
}

.podcast-episodes__title {
  padding: 0 13px;
  margin: 0 0 16px;
}

.podcast-episodes__anons {
  font: 18px/1.2 'Proxima Nova', sans-serif;
  color: #000;
  padding: 0 13px;
  margin: 0 0 40px;
}

.podcast-episodes__anons a {
  color: #b52424;
  text-decoration: underline;
}

.podcast-episodes__record {
  display: flex;
  flex-flow: row nowrap;
  padding: 30px 13px 0;
  position: relative;
}

.podcast-episodes__record:before {
  content: '';
  display: block;
  width: 33.33333%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: 13px;
}

.podcast-episodes__link {
  font: 22px/1.2 'Proxima Nova Bold', sans-serif;
  color: #000;
  text-decoration: none;
}

.podcast-episodes__link:before {
  content: attr(data-count);
  color: #D1C8C8;
}

.podcast-episodes__listen {
  font: 0 sans-serif;
  display: block;
  box-sizing: border-box;
  height: 50px;
  width: 50px;
  border: 2px solid #000;
  border-radius: 100%;
  background: transparent url("../../i/icon-play-dark.svg") 58% center no-repeat;
  background-size: 40%;
  cursor: pointer;
  margin: auto 8px auto 0;
}

.podcast-episodes__listen.playing {
  background: transparent url("../../i/icon-pause-dark.svg") center no-repeat;
  background-size: 40%;
}

.podcast-episodes__date {
  font: 16px/1 'Proxima Nova', sans-serif;
  color: #666262;
  margin: auto 8px;
}

.podcast-episodes__duration {
  font: 16px/1 'Proxima Nova', sans-serif;
  color: #000;
  margin: auto 8px;
}

.podcast-episodes__duration:before {
  content: '\2014';
  margin: 0 8px 0 0;
}

.podcast-episodes__download {
  font: 0 sans-serif;
  display: block;
  box-sizing: border-box;
  height: 30px;
  width: 30px;
  border: 2px solid #000;
  border-radius: 100%;
  background: transparent url("../../i/arrow-dark.svg") center no-repeat;
  background-size: 40%;
  cursor: pointer;
  margin: auto 0 auto 8px;
}

.podcast-episode__holder {
  box-sizing: border-box;
  max-width: 1093px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .podcast-episode__holder {
    width: 100%;
  }
}

.podcast-episode__date {
  box-sizing: border-box;
  padding: 0 13px;
  width: 66.66667%;
  font: 16px/1.2 'Proxima Nova', sans-serif;
  color: rgba(102, 98, 98, 0.8);
  text-align: center;
  margin: 40px auto 0;
}

@media screen and (max-width: 1080px) {
  .podcast-episode__date {
    width: 83.33333%;
  }
}

@media screen and (max-width: 816px) {
  .podcast-episode__date {
    width: 100%;
  }
}

.podcast-episode__title {
  box-sizing: border-box;
  padding: 0 13px;
  width: 66.66667%;
  font: 52px/1 'Proxima Nova Bold', sans-serif;
  color: #000;
  text-align: center;
  margin: 10px auto;
}

@media screen and (max-width: 1080px) {
  .podcast-episode__title {
    width: 83.33333%;
  }
}

@media screen and (max-width: 816px) {
  .podcast-episode__title {
    width: 100%;
  }
}

.podcast-episode__bar {
  box-sizing: border-box;
  padding: 0 13px;
  width: 66.66667%;
  margin: 20px auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

@media screen and (max-width: 1080px) {
  .podcast-episode__bar {
    width: 83.33333%;
  }
}

@media screen and (max-width: 816px) {
  .podcast-episode__bar {
    width: 100%;
  }
}

.podcast-episode__audio {
  box-sizing: border-box;
  margin: 20px auto;
  padding: 0 13px;
  width: 100%;
}

.podcast-episode__audio > div {
  position: relative;
  width: 100%;
  height: 86px;
}

.podcast-episode__audio > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
}

.podcast-episode__video {
  box-sizing: border-box;
  padding: 0 13px;
  width: 66.66667%;
  margin: 30px auto;
}

@media screen and (max-width: 1080px) {
  .podcast-episode__video {
    width: 83.33333%;
  }
}

@media screen and (max-width: 816px) {
  .podcast-episode__video {
    width: 100%;
  }
}

.podcast-episode__video > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.podcast-episode__video > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
}

.podcast-episode__anons {
  box-sizing: border-box;
  padding: 0 13px;
  width: 66.66667%;
  font: 18px/1.4 'Proxima Nova', sans-serif;
  color: #000;
  text-align: left;
  margin: 10px auto;
}

@media screen and (max-width: 1080px) {
  .podcast-episode__anons {
    width: 83.33333%;
  }
}

@media screen and (max-width: 816px) {
  .podcast-episode__anons {
    width: 100%;
  }
}

.podcast-episode__brand {
  font: 16px/21px 'Proxima Nova', sans-serif;
  color: rgba(102, 98, 98, 0.8);
  text-decoration: none;
  display: block;
  height: 21px;
  margin: 0 14px 10px;
}

.podcast-episode__brand:before {
  content: '';
  display: inline-block;
  height: 21px;
  width: 21px;
  background: transparent url("../../i/microphone-grey.svg") center no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  margin: 0 4px 0 0;
}

.podcast-episode__person {
  font: 16px/21px 'Proxima Nova', sans-serif;
  color: rgba(102, 98, 98, 0.8);
  text-decoration: none;
  display: block;
  height: 21px;
  margin: 0 14px 10px;
}

.podcast-episode__person:before {
  content: '';
  display: inline-block;
  height: 21px;
  width: 21px;
  background: transparent url("../../i/person-grey.svg") center no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  margin: 0 4px 0 0;
}

.podcast-episode__podcast {
  font: 16px/21px 'Proxima Nova', sans-serif;
  color: rgba(102, 98, 98, 0.8);
  text-decoration: none;
  display: block;
  height: 21px;
  margin: 0 14px 10px;
}

.podcast-episode__podcast:before {
  content: '';
  display: inline-block;
  height: 21px;
  width: 18px;
  background: transparent url("../../i/circles-grey.svg") center no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}