/* generated with grunt-sass-globbing */
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Here are example usages in HTML:

`display: block` sprite:
<div class="icon-home"></div>

`display: inline-block` sprite:
<img class="icon-home" />
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif; }

.cf:after, .form .form__label:after, .watch_live:after {
  visibility: hidden;
  display: block;
  height: 0;
  content: '';
  clear: both; }

.bb {
  box-sizing: border-box; }

.block {
  display: block; }

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent; }

a {
  color: #ed1d24; }

a:visited {
  color: #ED1D24; }

a:focus {
  color: #ED1D24; }

a:hover {
  color: #ed1d24;
  text-decoration: underline; }

a:active {
  color: #ED1D24; }

a.block:hover {
  text-decoration: none; }

.shadow--channels {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.77);
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out; }

.news__title > a {
  color: #000;
  text-decoration: none; }

/*--- img_fit ---*/
.img_fit {
  position: absolute;
  margin: 0 auto;
  left: -100%;
  right: -100%;
  top: 0;
  bottom: -100%; }

.img_fit--width {
  /* max-width: 105%; */
  min-width: 100%; }

.img_fit--height {
  min-height: 100%;
  max-height: 105%; }

.img_fit--center {
  top: -100%;
  margin: auto; }

.video_container {
  width: 100%;
  max-width: 758px;
  margin: 0 auto;
  position: relative; }

.video_container:before {
  content: '';
  display: block;
  padding-top: 56.24999999999999%; }

.video_container > div {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important; }

.video_container--slides {
  overflow: hidden;
  border: 1px solid #efefef;
  box-sizing: border-box;
  width: auto;
  max-width: 281px !important;
  cursor: pointer;
  margin: 0 0 0 auto; }

.video_container--slides img {
  max-width: 100%;
  position: absolute;
  margin: auto;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  min-width: 100%;
  min-height: 100%; }

.video_container--slides:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent url("../img/btn_play.png?1458493024") no-repeat 50% 50%;
  background-size: 20.997920997921% auto; }

/*--- img_wrapper ---*/
.img_wrapper {
  position: relative;
  overflow: hidden; }

.img_wrapper--channels {
  width: 100%;
  padding-top: 100%; }

/*--- btn ---*/
.credential {
  background-color: #ed1d24;
  color: #fff !important;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  width: 293px;
  float: right;
  margin-top: -85px; }

.btn {
  box-sizing: border-box; }

a.btn:hover {
  text-decoration: none; }

.btn--play {
  outline: none;
  background-image: url(../img/sprites.png);
  background-position: -54px -268px;
  width: 41px;
  height: 42px;
  background-color: transparent;
  border: none;
  margin: 0 auto 20px;
  padding: 0; }

.btn--get_spi {
  position: relative;
  outline: none;
  text-transform: uppercase;
  margin: 34px auto 0;
  display: block;
  line-height: 51px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  padding: 0px 62px 0 15px; }

.btn--get_spi:before {
  content: '';
  overflow: hidden;
  position: absolute;
  width: 37px;
  height: 37px;
  background: transparent url("../img/btn_play_xsmall.png?1460365077") no-repeat 0 0;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.btn--back_top {
  width: 100%;
  max-width: 244px;
  display: block;
  margin: 0 auto;
  height: 58px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  border: solid 1px rgba(255, 255, 255, 0.2);
  color: #ffffff; }

.btn--back_top:visited {
  color: #ffffff; }

.btn--back_top:focus {
  color: #ffffff; }

.btn--back_top:hover {
  color: #ed1d24; }

.btn--back_top:active {
  color: #ffffff; }

.btn--menu {
  clear: left;
  position: relative;
  width: 75px;
  height: 27px;
  padding: 6px 25px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  top: 20px; }

.btn--menu:hover {
  background-color: #ed1d24;
  border: 1px solid #ed1d24; }

.btn--menu .strips_bar {
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 25px;
  right: 25px;
  bottom: 0;
  margin: auto 0; }

.btn--menu .strips_bar:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  top: -7px; }

.btn--menu .strips_bar:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  bottom: -7px; }

.btn--menu.is_active {
  background-color: red; }

.btn--single_channel_na {
  clear: left;
  width: 293px;
  display: block;
  text-align: center;
  background-color: #aaa;
  color: rgba(255, 255, 255, 0.5);
  line-height: 52px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: none;}

.btn--single_channel_na:hover {
  color: rgba(255, 255, 255, 0.5); }

.btn--single_channel {
  clear: left;
  width: 293px;
  display: block;
  margin-bottom: 28px;
  text-align: center;
  background-color: #ed1d24;
  color: #ffffff;
  line-height: 52px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out; }

.btn--single_channel:visited {
  color: #ffffff; }

.btn--single_channel:focus {
  color: #ffffff; }

.btn--single_channel:hover {
  color: #ffffff;
  background-color: #990000;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out; }

.btn--single_channel:active {
  color: #ffffff; }

.btn--single_channel:last-child {
  margin-bottom: 0; }

.jumping_btn {
  z-index: 10;
  width: 16px;
  height: 40px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.jumping_btn:before {
  position: absolute;
  content: '';
  overflow: hidden;
  background-image: url(../img/sprites.png);
  background-position: -400px -349px;
  width: 16px;
  height: 8px;
  -webkit-animation: jump 1s linear 0s infinite;
  animation: jump 1s linear 0s infinite; }

.jumping_btn:hover:before {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
  content: ''; }

/*--- icon ---*/
.icon {
  position: relative; }

.icon--filmbox {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
  padding-top: 100%;
  background-color: #000; }

.icon--filmbox:before {
  content: '';
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  background-image: url(../img/sprites.png);
  background-position: 0px -111px;
  width: 115px;
  height: 60px; }

.icon--news {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
  padding-top: 100%;
  background-color: #000; }

.icon--news:before {
  content: '';
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  background-image: url(../img/sprites.png);
  background-position: -109px 0px;
  width: 107px;
  height: 73px; }

.icon--content_dist {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
  padding-top: 100%;
  background-color: #000; }

.icon--content_dist:before {
  content: '';
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  background-image: url(../img/sprites.png);
  background-position: -226px -74px;
  width: 84px;
  height: 78px; }

.icon--online_media {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
  padding-top: 100%;
  background-color: #000; }

.icon--online_media:before {
  content: '';
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  background-image: url(../img/sprites.png);
  background-position: -226px 0px;
  width: 103px;
  height: 64px; }

.icon--contact {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
  padding-top: 100%;
  background-color: #000; }

.icon--contact:before {
  content: '';
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  background-image: url(../img/sprites.png);
  background-position: 0px -181px;
  width: 79px;
  height: 77px; }

.icon--about_us {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
  padding-top: 100%;
  background-color: #000; }

.icon--about_us:before {
  content: '';
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  background-image: url(../img/sprites.png);
  background-position: -89px -181px;
  width: 71px;
  height: 74px; }

.icon--arrow_down {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
  padding-top: 100%;
  background-color: #000; }

.icon--arrow_down:before {
  content: '';
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  background-image: url(../img/sprites.png);
  background-position: -400px -326px;
  width: 26px;
  height: 13px; }

.icon--fb {
  display: block;
  background-image: url(../img/sprites.png);
  background-position: -400px -238px;
  width: 20px;
  height: 40px; }

.icon--twitter {
  display: block;
  background-image: url(../img/sprites.png);
  background-position: 0px -268px;
  width: 44px;
  height: 44px; }

.icon--yt {
  display: block;
  background-image: url(../img/sprites.png);
  background-position: -170px -181px;
  width: 52px;
  height: 40px; }
.icon--linkedin {display: block;
background: url(../img/sprites.png) no-repeat -296px -354px;
	width: 42px;
	height: 42px;}
.icon--instagram {display: block;
background: url(../img/sprites.png) no-repeat -342px -354px;
	width: 42px;
	height: 42px;}
.icon--czk_flag {
  display: block;
  background-image: url(../img/sprites.png);
  background-position: -105px -268px;
  width: 38px;
  height: 26px; }

.icon--pl_flag {
  display: block;
  background-image: url(../img/sprites.png);
  background-position: -232px -181px;
  width: 39px;
  height: 26px; }

.icon--hun_flag {
  display: block;
  background-image: url(../img/sprites.png);
  background-position: -281px -181px;
  width: 39px;
  height: 26px; }

.icon--rom_flag {
  display: block;
  background-image: url(../img/sprites.png);
  background-position: -201px -268px;
  width: 39px;
  height: 25px; }

.icon--slo_flag {
  display: block;
  background-image: url(../img/sprites.png);
  background-position: -153px -268px;
  width: 38px;
  height: 26px; }

  .icon--arg_flag {
  display: block;
  background-image: url(../img/sprites.png);
  background-position: -106px -296px;
  width: 38px;
  height: 23px; }

  .icon--par_flag {
  display: block;
  background-image: url(../img/sprites.png);
  background-position: -151px -296px;
  width: 42px;
  height: 23px; }

  .icon--uru_flag {
  display: block;
  background-image: url(../img/sprites.png);
  background-position: -202px -296px;
  width: 36px;
  height: 24px; }

  .icon--chi_flag {
  display: block;
  background-image: url(../img/sprites.png);
  background-position: -249px -295px;
  width: 36px;
  height: 24px; }

/*--- logo ---*/
.logo {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto; }

.logo--spi {
  width: 101px;
  height: 102px;
  position: static;
  float: right;
  margin: 14px 0 11px;
  width: 74px;
  height: auto; }

.logo--spi img {
  max-width: 100%; }

.logo--docubox {
  width: 223px;
  height: 99px;
  background: transparent url("../img/docubox_logo.png?1457527047") no-repeat 0 0; }

.logo--filmbox_family {
  width: 194px;
  height: 96px;
  background: transparent url("../img/filmbox_family_logo.png?1457527047") no-repeat 0 0; }

.logo--eroxxx {
  width: 105px;
  height: 105px;
  background: transparent url("../img/eroxxx_logo.png?1457527047") no-repeat 0 0; }

.logo--filmbox_fun {
  width: 185px;
  height: 96px;
  background: transparent url("../img/filmbox_fun_logo.png?1457527047") no-repeat 0 0; }

.logo--filmbox_premium {
  width: 213px;
  height: 102px;
  background: transparent url("../img/filmbox_premium_logo.png?1457527047") no-repeat 0 0; }

.logo--kp_muz {
  width: 85px;
  height: 107px;
  background: transparent url("../img/kp_muz_logo.png?1457527048") no-repeat 0 0; }

.logo--focus {
  -webkit-transition: filter 0.2s linear;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  width: 217px;
  height: 60px;
  background: transparent url("../img/focus_logo.png?1457527047") no-repeat 0 0; }

.logo--focus:hover {
  -webkit-filter: none;
  filter: none; }

.logo--fremantle {
  -webkit-transition: filter 0.2s linear;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  width: 296px;
  height: 74px;
  background: transparent url("../img/fremantle_logo.png?1457527047") no-repeat 0 0; }

.logo--fremantle:hover {
  -webkit-filter: none;
  filter: none; }

.logo--nbc {
  -webkit-transition: filter 0.2s linear;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  width: 284px;
  height: 40px;
  background: transparent url("../img/nbc_logo.png?1457527048") no-repeat 0 0; }

.logo--nbc:hover {
  -webkit-filter: none;
  filter: none; }

.logo--studiocanal {
  -webkit-transition: filter 0.2s linear;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  width: 276px;
  height: 48px;
  background: transparent url("../img/studiocanal_logo.png?1457527048") no-repeat 0 0; }

.logo--studiocanal:hover {
  -webkit-filter: none;
  filter: none; }

.logo--bbc {
  -webkit-transition: filter 0.2s linear;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  width: 157px;
  height: 117px;
  background: transparent url("../img/bbc_logo.png?1457527047") no-repeat 0 0; }

.logo--bbc:hover {
  -webkit-filter: none;
  filter: none; }

.logo--endemol {
  -webkit-transition: filter 0.2s linear;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  width: 162px;
  height: 117px;
  background: transparent url("../img/endemol_logo.png?1457527047") no-repeat 0 0; }

.logo--endemol:hover {
  -webkit-filter: none;
  filter: none; }

.logo--summit {
  -webkit-transition: filter 0.2s linear;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  width: 122px;
  height: 124px;
  background: transparent url("../img/summit_logo.png?1457527048") no-repeat 0 0; }

.logo--summit:hover {
  -webkit-filter: none;
  filter: none; }

.logo--pathe {
  -webkit-transition: filter 0.2s linear;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  width: 194px;
  height: 146px;
  background: transparent url("../img/pathe_logo.png?1457527048") no-repeat 0 0; }

.logo--pathe:hover {
  -webkit-filter: none;
  filter: none; }

.logo--weinstein {
  -webkit-transition: filter 0.2s linear;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  width: 273px;
  height: 130px;
  background: transparent url("../img/weinstein_logo.png?1457527048") no-repeat 0 0; }

.logo--weinstein:hover {
  -webkit-filter: none;
  filter: none; }

/*--- wrapper ---*/
.wrapper {
  min-height: 100%;
  width: 100%;
  margin: 0 auto; }

/*--- header ---*/
.header {
  z-index: 2;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box; }

/*--- nav ---*/
.nav--main {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0;
  margin: 0 0 14px;
  list-style: none; }

.nav--main li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0; }

.nav--main .nav__item {
  border-bottom: 1px solid #666;
  line-height: 54px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0; }

.nav--main .nav__item.is_first {
  border-top: 1px solid #666; }

.nav--main .nav__item a {
  padding-left: 25px;
  color: #fff; }

.nav--main .nav__item a:visited {
  color: #fff; }

.nav--main .nav__item a:focus {
  color: #fff; }

.nav--main .nav__item a:hover {
  color: #ed1d24;
  text-decoration: none; }

.nav--main .nav__item a:active {
  color: #fff; }

.nav--pictograms {
  width: 100%;
  background-color: #212121; }

.nav--pictograms .nav__list {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  width: 100%;
  max-width: 390px;
  min-width: 300px;
  padding: 18px 10px 9px;
  margin: 0 auto;
  box-sizing: border-box;
  list-style: none; }

.nav--pictograms .nav__list li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0; }

.nav--pictograms .nav__item {
  vertical-align: top;
  float: left;
  width: 48.64864864864865%;
  max-width: 180px;
  position: relative; }

.nav--pictograms .nav__item:nth-child(2n+2) {
  margin-right: 0;
  float: right; }

.nav--pictograms .nav__item:nth-child(2n+3) {
  clear: both;
  float: left; }

.nav--pictograms .nav__item:hover .icon, .nav--pictograms .nav__item.is_active .icon {
  background-color: #ed1d24; }

.nav--pictograms .nav__item_name {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin: 19px 0 29px;
  text-align: center;
  color: #fff;
  text-transform: uppercase; }

.menu {
  display: none;
  background-color: rgba(64, 64, 64, 0.85);
  z-index: 1;
  position: absolute;
  left: 10px;
  width: 276px;
  padding: 12px 0 19px;
  margin-top: 20px; }

.search_form {
  box-sizing: border-box;
  margin-top: 18px;
  padding: 0 7px;
  position: relative; }

.search_form input.search_form__input_txt {
  outline: none;
  color: #999999;
  font-size: 16px;
  font-weight: 600;
  border: none;
  background-color: transparent;
  width: 100%;
  height: 51px;
  border: 1px solid #666;
  box-sizing: border-box;
  padding-right: 47px;
  padding-left: 16px;
  color: #999999;
  -moz-appearance: none;
  -webkit-appearance: none; }

.search_form input.search_form__input_txt:-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 600; }

.search_form input.search_form__input_txt::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 600; }

.search_form input.search_form__input_txt:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 600; }

.search_form input.search_form__input_txt::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 600; }

.search_form input.search_form__input_txt:focus:-moz-placeholder {
  color: transparent; }

.search_form input.search_form__input_txt:focus::-moz-placeholder {
  color: transparent; }

.search_form input.search_form__input_txt:focus:-ms-input-placeholder {
  color: transparent; }

.search_form input.search_form__input_txt:focus::-webkit-input-placeholder {
  color: transparent; }

.search_form .search_form__submit_btn {
  outline: none;
  position: absolute;
  border: none;
  right: 10px;
  top: 0;
  text-indent: -9000px;
  background-image: url(../img/sprites.png);
  background-position: -125px -111px;
  width: 48px;
  height: 49px;
  background-color: transparent; }

.watch_live {
  box-sizing: border-box;
  padding: 0 7px;
  text-align: center;
  position: relative;
  list-style: none;
  margin: 0; }

.watch_live li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0; }

.watch_live .watch_live__item {
  margin-bottom: 10px; }

.watch_live .watch_live__item img {
  width: 100%;
  display: block; }

.watch_live .watch_live__item.is_last {
  margin-bottom: 0; }

.main {
  position: relative;
  width: 100%;
  z-index: 1; }

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10; }

.pulse {
  border: 3px solid #999;
  height: 30px;
  width: 30px;
  position: absolute;
  left: -15px;
  top: -15px;
  -webkit-animation: pulsate 1s ease-out 0s infinite;
  animation: pulsate 1s ease-out 0s infinite;
  border-radius: 30px;
  opacity: 0; }

/*--- sec ---*/
.sec .sec__header {
  padding: 10px; }

.sec--contact, .sec--regions, .sec--countries {
  *zoom: 1; }

.sec--contact:before, .sec--regions:before, .sec--countries:before {
  content: '';
  display: table; }

.sec--contact:after, .sec--regions:after, .sec--countries:after {
  content: '';
  display: table;
  clear: both; }

.sec--contact, .sec--countries {
  margin-top: 46px; }

.sec--platforms {
  clear: both;
  margin-bottom: 29px; }

.sec--platforms .sec__title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 40px; }

.sec--platforms img {
  max-width: 100%; }

.sec--news {
  padding-bottom: 108px; }

.sec--news .sec__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin: 48px 0 0; }

.sec--news .sec__header {
  padding: 0;
  height: 538px;
  position: relative;
  margin: 0;
  overflow: hidden; }

.sec--news .sec__header img {
  min-height: 100%;
  position: absolute; }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .sec--news .sec__header img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; } }

.sec--fullpage_video {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: relative; }

.sec--fullpage_video .sec__header {
  padding: 0;
  text-align: center;
  height: 171px;
  margin: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  white-space: nowrap; }

.sec--fullpage_video .sec__title {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 0; }

.sec--fullpage_video .sec__title strong {
  font-weight: 700; }

.sec--channels {
  background-color: #fff; }

.sec--channels .sec__title {
  font-size: 36px;
  line-height: 1;
  margin: 27px 0 23px;
  color: #000;
  font-weight: 700; }

.sec--channels .sec__title:first-letter {
  text-transform: uppercase; }

.sec--channels .sec__header {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  max-width: 390px;
  margin: 0 auto -19px; }

.sec--channels_single {
  background-color: #f4f4f4; }

.sec--channel_info {
  background-color: #fff; }

.sec--slider {
  position: relative;
  height: 100vh !important;
  width: 100%; }

.sec--banner {
  width: 100%;
  height: 536px;
  position: relative;
  overflow: hidden; }

.sec--banner img {
  position: absolute;
  min-height: 100%; }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .sec--banner img {
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    bottom: 0; } }

.sec--loga {
  background-color: #f4f4f4; }

.sec--loga h2{
	padding-top: 30px;
	}

/**
 * fullpage video
 */
.fullpage_video {
  position: absolute;
  background: transparent url("../img/spiintro_poster.jpg?1457527048") 50% 0 no-repeat;
  background-size: cover; }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .fullpage_video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    bottom: auto; } }

/*--- single channel ---*/
.single_channel,
.site_livestream {
  max-width: 390px;
  margin: 0 auto;
  padding: 63px 10px 72px;
  box-sizing: border-box; }

.single_channel .single_channel__desc,
.site_livestream .site_livestream__left {
  width: 100%;
  box-sizing: border-box;
  float: left; }

.single_channel .single_channel__desc h1,
.site_livestream .site_livestream__left h1 {
  margin: 35px 0 31px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase; }

.single_channel .single_channel__desc p,
.site_livestream .site_livestream__left p {
  line-height: 27px;
  font-size: 18px;
  font-weight: 400; }

.single_channel .single_channel__desc p span,
.site_livestream .site_livestream__left p span {
  font-weight: 600; }

.single_channel .single_channel__desc ul,
.site_livestream .site_livestream__left ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0; }

.single_channel .single_channel__desc ul li,
.site_livestream .site_livestream__left ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0; }

.single_channel .single_channel__desc ul li,
.site_livestream .site_livestream__left ul li {
  margin-bottom: 27px;
  padding-left: 23px;
  position: relative;
  line-height: 27px;
  font-size: 16px;
  font-weight: 400;

  /*color: #ffffff*/;
  }

.single_channel .single_channel__desc ul li:before,
.site_livestream .site_livestream__left ul li:before {
  content: '';
  position: absolute;
  overflow: hidden;
  background-image: url(../img/sprites.png);
  background-position: -109px -83px;
  width: 10px;
  height: 10px;
  left: 0;
  color: #000000 !important;
  top: 7px; }

.single_channel .single_channel__desc ul li:last-of-type,
.site_livestream .site_livestream__left ul li:last-of-type {
  margin-bottom: 0; }

.single_channel .single_channel__desc img,
.site_livestream .site_livestream__left img {
  height: auto !important;
  max-width: 100%;
  display: block; }

.site_livestream .site_livestream__right,
.single_channel .single_channel__aside {
  float: left;
  margin-top: 30px; }

.single_channel .single_channel__aside_title {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 23px;
  padding-top: 19px; }

.single_channel .single_channel__countries {
  padding: 0;
  margin: 0 0 50px;
  list-style: none; }

.single_channel .single_channel__countries li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0; }

.single_channel .single_channel__countries > li {
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 39px;
  float: left;
  margin-right: 16px;
  margin-bottom: 16px; }

.single_channel .single_channel__countries > li:nth-child(6n+6) {
  margin-right: 0; }

.single_channel .single_channel__countries > li:nth-child(6n+7) {
  clear: left;
  float: left; }

.single_channel .single_channel__countries > li img {
  width: 100%;
  display: block; }

/*--- coutries_form ---*/
.coutries_form {
  width: 100%;
  max-width: 371px; }

.coutries_form .sbHolder {
  margin-bottom: 36px;
  width: 100%;
  height: 51px;
  box-sizing: border-box;
  border: 1px solid #808080;
  background-color: #fff; }

.coutries_form .sbToggle {
  float: right;
  width: 60px;
  height: 100%;
  position: relative;
  background: none; }

.coutries_form .sbToggle:before {
  content: '';
  position: absolute;
  overflow: hidden;
  background-image: url(../img/sprites.png);
  background-position: -400px -326px;
  width: 26px;
  height: 13px;
  top: -3px;
  bottom: 0;
  margin: auto 0;
  left: 14px; }

.coutries_form .sbToggle.sbToggleOpen {
  background: none; }

.coutries_form .sbSelector {
  height: 100%;
  line-height: 49px;
  color: #999999;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  position: static;
  width: auto;
  padding-left: 17px;
  text-indent: initial; }

.coutries_form .sbSelector:first-letter {
  text-transform: uppercase; }

.coutries_form .sbOptions {
  max-height: 433px !important;
  width: 100%; }

.coutries_form .sbOptions li {
  padding: 0; }

.coutries_form .sbOptions li a {
  border-bottom: none;
  background-color: #fff;
  padding: 0 0 0 17px;
  font-size: 16px;
  font-weight: 600;
  line-height: 51px;
  color: #999999; }

.coutries_form .sbOptions li a:first-letter {
  text-transform: uppercase; }

.coutries_form .sbOptions li a.sbFocus {
  color: #999999;
  background-color: #f5f5f5; }

.coutries_form .sbOptions .jspPane {
  left: 0 !important;
  right: 0 !important;
  width: auto !important; }

.coutries_form .sbOptions .jspVerticalBar {
  width: 15px; }

.coutries_form .sbOptions .jspTrack {
  background-color: #cccccc !important; }

.coutries_form .sbOptions .jspDrag {
  background-color: #a3a3a3 !important; }

.slides .slides-container {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  border: none;
  margin: 0 auto; }

.slides .slides-container li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0; }

.slides .slides-container li {
  height: 100% !important; }

.slides .slides-container li picture img {
  position: absolute;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: auto !important;
  left: -100% !important;
  top: -100% !important;
  right: -100% !important;
  bottom: -100% !important;
  width: auto !important;
  height: auto !important; }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .slides .slides-container li picture img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important; } }

.slides .slides-container .slides_content {
  position: absolute;
  z-index: 1000;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: right;
  /*
              &  video,
              & .video_container{
                  height: auto !important;
                  max-width: 300px !important;

                  @include breakpoint($tablet){
                      max-width: 100% !important;
                  }

                  @include breakpoint($desktop){
                      max-width: 100% !important;
                  }
              }*/ }

.slides_content a:hover {
  text-decoration: none; }

.slides .slides-container .slides_content img {
  height: auto !important;
  max-width: 300px !important; }

.slides .slides-container .slides_content h1, .slides .slides-container .slides_content h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin: 15px 0 27px; }

.slides .slides-container .slides_content p {
  margin: 10px 0;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff; }

.slides .slides-navigation {
  position: static; }

.slides .prev, .slides .next {
  text-indent: -9000px;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  background-image: url(../img/sprites.png);
  background-position: -183px -111px;
  width: 21px;
  height: 41px; }

.slides .next {
  left: auto;
  right: 0;
  background-image: url(../img/sprites.png);
  background-position: 0px -322px;
  width: 21px;
  height: 41px; }

/*--- channels ---*/
.channels {
  min-height: 380px;
  text-align: left;
  font-size: 0;
  padding: 10px;
  margin: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 390px;
  list-style: none;
  box-sizing: border-box; }

.channels li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0; }

.channels .channels__item {
  display: none;
  width: 100%;
  max-width: 370px;
  margin-bottom: 10px; }

.channels .channels__item:hover .shadow--channels {
  background-color: transparent; }

.channels .channels__logo {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  margin: auto; }

/********
 * news *
 ********/
.news {
  background-color: #fff;
  padding: 43px 9px 65px;
  position: relative;
  box-sizing: border-box;
  min-height: 750px;
  height: 750px;
  overflow: hidden;
  max-width: 768px;
  margin: 0 auto; }

.news:before {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 1;
  content: '';
  position: absolute;
  bottom: 64px;
  width: 100%;
  left: 0;
  height: 130px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff 80%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff 80%);
  background-repeat: repeat-x;
  background-position: bottom left; }

.news.is_expanded:before {
  opacity: 0;
  content: ''; }

.news .news__more_btn {
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: #ed1d24;
  text-align: center;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 65px;
  background-color: #fff;
  border-bottom: 1px solid #808080; }

.news .news__title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 27px;
  line-height: 1.2; }

.news .news__pubdate {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  display: block;
  margin-bottom: 39px; }

.news figure {
  margin: 43px 0 31px; }

.news figure figcaption {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  line-height: 18px; }

.news p {
  text-align: justify;
  margin: 18px 0;
  font-size: 16px;
  line-height: 27px; }

.news p strong {
  /* font-size: 18px; */ }

.news img {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.news--full:before {
  display: none;
  min-height: none;
  content: ''; }

.pagination {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  font-size: 0;
  text-align: center; }

.pagination li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0; }

.pagination li {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  margin-right: 7px; }

.pagination li:last-child {
  margin-right: 0; }

.pagination li.active a {
  color: #ed1d24; }

/************
 * about us *
 ************/
.about_us .about_us__header {
  overflow: hidden;
  height: 538px;
  position: relative;
  margin: 0; }

.about_us .about_us__header img {
  min-height: 100%;
  position: absolute; }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .about_us .about_us__header img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; } }

.about_us .about_us__body {
  padding: 55px 9px 38px;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  box-sizing: border-box; }

.about_us .about_us__title {
  padding-left: 4px;
  margin-top: 0;
  margin-bottom: 42px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1; }

.about_us .about_us__title:first-letter {
  text-transform: uppercase; }

.about_us .about_us__lead {
  font-size: 18px;
  font-weight: 600; }

.about_us h2 {
  margin-top: 49px;
  margin-bottom: 31px;
  font-size: 24px;
  line-height: 27px;
  font-weight: 7000; }

.about_us p {
  margin-bottom: 28px;
  line-height: 27px;
  font-size: 16px;
  font-weight: 400; }

.about_us p strong {
  font-weight: 700; }

/*--- content distribution ---*/
.content_dist {
  *zoom: 1;
  margin: 0 auto;
  padding: 0 10px 71px;
  box-sizing: border-box; }

.content_dist:before {
  content: '';
  display: table; }

.content_dist:after {
  content: '';
  display: table;
  clear: both; }

.content_dist .content_dist__title {
  margin: 55px 0 27px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700; }

.content_dist .content_dist__main {
  width: calc(99.999999% * 1/1); }

.content_dist .content_dist__main:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none; }

.content_dist .content_dist__main:last-child {
  margin-right: 0; }

.content_dist .content_dist__main:nth-child(0n) {
  margin-right: 0;
  float: right; }

.content_dist .content_dist__main:nth-child(0n + 1) {
  clear: left; }

.content_dist .content_dist__address {
  margin-top: 41px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  width: calc(99.999999% * 1/1); }

.content_dist .content_dist__address:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none; }

.content_dist .content_dist__address:last-child {
  margin-right: 0; }

.content_dist .content_dist__address:nth-child(0n) {
  margin-right: 0;
  float: right; }

.content_dist .content_dist__address:nth-child(0n + 1) {
  clear: left; }

.content_dist .content_dist__address a {
  color: #000000; }

.content_dist .content_dist__address a:visited {
  color: #000000; }

.content_dist .content_dist__address a:focus {
  color: #000000; }

.content_dist .content_dist__address a:hover {
  color: #ed1d24; }

.content_dist .content_dist__address a:active {
  color: #000000; }

.content_dist .content_dist__address strong span {
  display: block;
  margin-bottom: 6px; }

.content_dist p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 27px; }

.loga {
  font-size: 0;
  list-style: none;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  /*padding: 54px 10px 70px;*/
  padding: 20px 10px 70px;
  max-width: 390px; }

.loga li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0; }

.loga .loga__item {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  margin-bottom: 10px;
  position: relative;
  max-width: 370px;
  width: 100%;
  overflow: hidden; }

.loga .loga__item:before {
  content: '';
  display: block;
  padding-top: 56.21621621621621%; }

.loga .loga__item > a {
  height: 100%; }

.loga .loga__item:hover .loga__img {
  -webkit-filter: none;
  filter: none; }

.loga .loga__img {
  -webkit-transition: filter 0.3s linear;
  -webkit-transition: -webkit-filter 0.3s linear;
  transition: -webkit-filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width:320px;
  }

/****************
 * online media *
 ****************/
.online_media {
  margin: 0 auto;
  padding: 30px 10px 72px;
  box-sizing: border-box; }

.online_media .online_media__desc {
  box-sizing: border-box;
  margin-bottom: 32px;
  width: calc(99.999999% * 1/1); }

.online_media .online_media__desc:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none; }

.online_media .online_media__desc:last-child {
  margin-right: 0; }

.online_media .online_media__desc:nth-child(0n) {
  margin-right: 0;
  float: right; }

.online_media .online_media__desc:nth-child(0n + 1) {
  clear: left; }

.online_media .online_media__desc h1 {
  margin: 35px 0 50px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2; }

.online_media .online_media__desc p {
  margin: 25px 0;
  line-height: 27px;
  font-size: 16px;
  font-weight: 400; }

.online_media .online_media__desc p span {
  font-weight: 600; }

.online_media .online_media__desc ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0; }

.online_media .online_media__desc ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0; }

.online_media .online_media__desc ul li {
  margin-bottom: 27px;
  padding-left: 23px;
  position: relative;
  line-height: 27px;
  font-size: 16px;
  font-weight: 400;
  color: #000; }

.online_media .online_media__desc ul li:before {
  content: '';
  position: absolute;
  overflow: hidden;
  background-image: url(../img/sprites.png);
  background-position: -109px -83px;
  width: 10px;
  height: 10px;
  left: 0;
  top: 7px; }

.online_media .online_media__desc ul li:last-of-type {
  margin-bottom: 0; }

.online_media .online_media__desc img {
  height: auto !important;
  max-width: 100%;
  display: block; }

.online_media .online_media__aside {
  margin-top: 0;
  margin-bottom: 50px;
  box-sizing: border-box;
  width: calc(99.999999% * 1/1); }

.online_media .online_media__aside:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none; }

.online_media .online_media__aside:last-child {
  margin-right: 0; }

.online_media .online_media__aside:nth-child(0n) {
  margin-right: 0;
  float: right; }

.online_media .online_media__aside:nth-child(0n + 1) {
  clear: left; }

.online_media .online_media__aside p {
  margin-bottom: 48px;
  font-weight: 600;
  font-size: 18px; }

.online_media .online_media__aside p span {
  display: block;
  margin-bottom: 7px; }

.online_media .online_media__aside_title {
  line-height: 1.2;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin: 0 0 19px;
  padding-top: 0;
  text-transform: lowercase; }

.online_media .online_media__aside_title:first-letter {
  text-transform: uppercase; }

.online_media .online_media__aside_title span {
  text-transform: uppercase; }

/****************
 * static *
 ****************/
.static {
  *zoom: 1;
  margin: 0 auto;
  padding: 30px 10px 72px;
  box-sizing: border-box; }

.static:before {
  content: '';
  display: table; }

.static:after {
  content: '';
  display: table;
  clear: both; }

.static .static__desc {
  box-sizing: border-box;
  margin-bottom: 32px;
  width: calc(99.999999% * 1/1); }

.static .static__desc:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none; }

.static .static__desc:last-child {
  margin-right: 0; }

.static .static__desc:nth-child(0n) {
  margin-right: 0;
  float: right; }

.static .static__desc:nth-child(0n + 1) {
  clear: left; }

.static .static__desc h1 {
  margin: 35px 0 50px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2; }

.static .static__desc p {
  margin: 25px 0;
  line-height: 27px;
  font-size: 16px;
  font-weight: 400; }

.static .static__desc p span {
  font-weight: 600; }

.static .static__desc ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0; }

.static .static__desc ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0; }

.static .static__desc ul li {
  margin-bottom: 27px;
  padding-left: 23px;
  position: relative;
  line-height: 27px;
  font-size: 16px;
  font-weight: 400;
  color: #000; }

.static .static__desc ul li:before {
  content: '';
  position: absolute;
  overflow: hidden;
  background-image: url(../img/sprites.png);
  background-position: -109px -83px;
  width: 10px;
  height: 10px;
  left: 0;
  top: 7px; }

.static .static__desc ul li:last-of-type {
  margin-bottom: 0; }

.static .static__desc img {
  height: auto !important;
  max-width: 100%;
  display: block; }

.static .static__aside {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 50px;
  width: calc(99.999999% * 1/1); }

.static .static__aside:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none; }

.static .static__aside:last-child {
  margin-right: 0; }

.static .static__aside:nth-child(0n) {
  margin-right: 0;
  float: right; }

.static .static__aside:nth-child(0n + 1) {
  clear: left; }

.static .static__aside p {
  margin-bottom: 48px;
  font-weight: 600;
  font-size: 18px; }

.static .static__aside p span {
  display: block;
  margin-bottom: 7px; }

.static .static__aside_title {
  line-height: 1.2;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin: 0 0 19px;
  padding-top: 0;
  text-transform: lowercase; }

.static .static__aside_title:first-letter {
  text-transform: uppercase; }

.static .static__aside_title span {
  text-transform: uppercase; }

/**
 * countries
 */
.countries .countries__header {
  overflow: hidden;
  height: 538px;
  position: relative;
  margin: 0; }

.countries .countries__header img {
  min-height: 100%;
  position: absolute; }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .countries .countries__header img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; } }

.countries .countries__title {
  margin: 0 0 57px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1; }

.countries .countries__title:first-letter {
  text-transform: uppercase; }

.countries .countries__body {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 58px 0 10px 10px; }

/**
 * contact
 */
.contact {
  width: calc(99.999999% * 1/1);
  box-sizing: border-box;
  padding-right: 10px;
  margin-bottom: 57px; }

.contact:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none; }

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

.contact:nth-child(0n) {
  margin-right: 0;
  float: right; }

.contact:nth-child(0n + 1) {
  clear: left; }

.contact .contact__name {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 7px;
  line-height: 20px; }

.contact p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400; }

.contact .contact__form {
  width: 100%;
  position: relative; }

.contact .contact__form input[type="text"] {
  outline: none;
  color: #999999;
  font-size: 16px;
  font-weight: 600;
  border: none;
  background-color: transparent;
  width: 100%;
  height: 51px;
  border: 1px solid #808080;
  box-sizing: border-box;
  padding-right: 47px;
  padding-left: 16px;
  color: #999999;
  -moz-appearance: none;
  -webkit-appearance: none; }

.contact .contact__form input[type="text"]:-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 600; }

.contact .contact__form input[type="text"]::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 600; }

.contact .contact__form input[type="text"]:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 600; }

.contact .contact__form input[type="text"]::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 600; }

.contact .contact__form input[type="text"]:focus:-moz-placeholder {
  color: transparent; }

.contact .contact__form input[type="text"]:focus::-moz-placeholder {
  color: transparent; }

.contact .contact__form input[type="text"]:focus:-ms-input-placeholder {
  color: transparent; }

.contact .contact__form input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent; }

.contact .contact__form input[type="submit"] {
  cursor: pointer;
  outline: none;
  position: absolute;
  border: none;
  right: 15px;
  top: 12px;
  text-indent: -9000px;
  background-image: url(../img/sprites.png);
  background-position: -400px -288px;
  width: 28px;
  height: 28px;
  background-color: transparent; }

/**
 * region
 */
.region {
  float: none !important;
  vertical-align: top;
  display: none;
  position: relative;
  padding-top: 0;
  box-sizing: border-box;
  padding-right: 10px;
  margin-bottom: 43px;
  width: calc(99.999999% * 1/1); }

.region:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none; }

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

.region:nth-child(0n) {
  margin-right: 0;
  float: right; }

.region:nth-child(0n + 1) {
  clear: left; }

.region .region__name {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 5px; }

.region p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400; }

/**
 * country
 */
.country {
  float: none !important;
  vertical-align: top;
  display: none;
  position: relative;
  padding-top: 40px;
  box-sizing: border-box;
  padding-right: 10px;
  margin-bottom: 57px;
  width: calc(99.999999% * 1/1); }

.country:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none; }

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

.country:nth-child(0n) {
  margin-right: 0;
  float: right; }

.country:nth-child(0n + 1) {
  clear: left; }

.country .country__name {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 5px;
  line-height: 24px; }

.country p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400; }

.country--angola:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -173px -372px;
  width: 36px;
  height: 24px; }

  .country--argentina:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -107px -296px;
  width: 36px;
  height: 24px; }

.country--belgium:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -400px -102px;
  width: 36px;
  height: 24px; }

.country--brasil:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -400px -34px;
  width: 36px;
  height: 24px; }

.country--bulgaria:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: 0px -373px;
  width: 37px;
  height: 23px; }

.country--capeverde:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -252px -372px;
  width: 36px;
  height: 24px; }

.country--chile:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -249px -295px;
  width: 36px;
  height: 24px; }

.country--czech_republic:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -170px -231px;
  width: 37px;
  height: 24px; }

.country--estonia:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -31px -322px;
  width: 36px;
  height: 24px; }

.country--france:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -400px -170px;
  width: 36px;
  height: 24px; }

.country--germany:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -342px -268px;
  width: 36px;
  height: 24px; }

  .country--gibraltar:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -70px -347px;
  width: 49px;
  height: 24px; }

.country--greece:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -296px -295px;
  width: 36px;
  height: 24px; }

.country--hungary:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -123px -322px;
  width: 36px;
  height: 24px; }

.country--israel:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -261px -322px;
  width: 36px;
  height: 24px; }

.country--latvia:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -400px -204px;
  width: 35px;
  height: 24px; }

.country--lithuania:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -264px -231px;
  width: 36px;
  height: 24px; }

.country--luxemburg:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -296px -268px;
  width: 36px;
  height: 24px; }

  .country--malta:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -31px -347px;
  width: 36px;
  height: 24px; }

.country--mozambique:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -213px -372px;
  width: 36px;
  height: 24px; }

.country--neatherlands:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -217px -231px;
  width: 37px;
  height: 24px; }

.country--paraguay:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -154px -296px;
  width: 37px;
  height: 24px; }

.country--poland:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -215px -322px;
  width: 36px;
  height: 24px; }

.country--portugal:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -133px -372px;
  width: 36px;
  height: 24px; }

.country--romania:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -307px -322px;
  width: 36px;
  height: 24px; }

.country--russia:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -353px -322px;
  width: 36px;
  height: 24px; }

.country--slovakia:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -169px -322px;
  width: 36px;
  height: 24px; }

.country--spain:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -93px -372px;
  width: 36px;
  height: 24px; }

.country--switzerland:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -77px -322px;
  width: 36px;
  height: 24px; }

.country--turkey:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -250px -268px;
  width: 36px;
  height: 24px; }

.country--uk:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -400px -136px;
  width: 36px;
  height: 24px; }

.country--ukraine:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -400px -68px;
  width: 36px;
  height: 24px; }

  .country--uruguay:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -202px -296px;
  width: 36px;
  height: 24px; }

.country--usa:before {
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/sprites.png);
  background-position: -400px 0px;
  width: 36px;
  height: 24px; }

/* search */
.search .search__header {
  overflow: hidden;
  height: 538px;
  position: relative;
  margin: 0; }

.search .search__header img {
  min-height: 100%;
  position: absolute; }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .search .search__header img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; } }

.search .search__title {
  margin: 0 0 48px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1; }

.search .search__body {
  background-color: #fff;
  box-sizing: border-box;
  padding: 59px 9px 41px;
  width: 100%;
  max-width: 768px;
  margin: 0 auto; }

.search .search__count {
  border-bottom: 1px solid #808080;
  height: 23px;
  font-size: 12px;
  font-style: italic;
  line-height: 1;
  margin: 0; }

.search .search__form {
  width: 100%;
  max-width: 370px;
  position: relative;
  margin-bottom: 22px; }

.search .search__form input[type="text"] {
  outline: none;
  color: #999999;
  font-size: 16px;
  font-weight: 600;
  border: none;
  background-color: transparent;
  width: 100%;
  height: 51px;
  border: 1px solid #808080;
  box-sizing: border-box;
  padding-right: 47px;
  padding-left: 16px;
  color: #999999;
  -moz-appearance: none;
  -webkit-appearance: none; }

.search .search__form input[type="text"]:-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 600; }

.search .search__form input[type="text"]::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 600; }

.search .search__form input[type="text"]:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 600; }

.search .search__form input[type="text"]::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 600; }

.search .search__form input[type="text"]:focus:-moz-placeholder {
  color: transparent; }

.search .search__form input[type="text"]:focus::-moz-placeholder {
  color: transparent; }

.search .search__form input[type="text"]:focus:-ms-input-placeholder {
  color: transparent; }

.search .search__form input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent; }

.search .search__form input[type="submit"] {
  cursor: pointer;
  outline: none;
  position: absolute;
  border: none;
  right: 15px;
  top: 12px;
  text-indent: -9000px;
  background-image: url(../img/sprites.png);
  background-position: -400px -288px;
  width: 28px;
  height: 28px;
  background-color: transparent; }

.search .search__result_item {
  padding: 19px 0 25px;
  border-bottom: 1px solid #808080; }

.search .search__result_item > time {
  font-size: 14px;
  line-height: 27px;
  font-weight: 400; }

.search .search__result_item > p {
  margin: 7px 0 13px;
  font-size: 16px;
  line-height: 24px; }

.search .search__result_item > span {
  background-color: #808080;
  display: inline-block;
  line-height: 20px;
  color: #fff;
  padding: 0 20px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 14px; }

.search .search__result_item > h2 {
  margin: 0 0 9px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2; }

.search .search__result_item .more {
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
  color: #ed1d24;
  font-weight: 600; }

.search .search__result_item--article p {
  margin: 7px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px; }

.adv {
  background-color: #d8d8d8;
  padding: 20px 42px;
  text-align: center;
  margin-top: -12px;
  position: relative; }

.adv img {
  max-width: 100%; }

/*--- footer ---*/
.footer_wrapper {
  padding: 47px 62px 0;
  background-color: #000;
  width: 100%;
  box-sizing: border-box;
  min-width: 320px; }

.footer {
  max-width: 244px;
  margin: 0 auto; }

.footer .footer__box_title {
  margin: 0 0 12px;
  color: #808080;
  font-size: 20px;
  font-weight: 600; }

.footer .footer__box_title span {
  text-transform: uppercase; }

.footer .footer__links {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none; }

.footer .footer__links li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0; }

.footer .footer__links:last-child {
  float: right;
  margin-right: 5px; }

.footer .footer__links_item a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff; }

.footer .footer__links_item a:visited {
  color: #ffffff; }

.footer .footer__links_item a:focus {
  color: #ffffff; }

.footer .footer__links_item a:hover {
  color: #ed1d24; }

.footer .footer__links_item a:active {
  color: #ffffff; }

.footer .footer__links_item a:first-letter {
  text-transform: uppercase; }

.footer .footer__adr {
  line-height: 30px;
  margin: 0 auto 35px;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  font-weight: 600; }

.footer .footer__social {
  padding: 0;
  margin: 48px auto 37px;
  list-style: none;
  font-size: 0; }

.footer .footer__social li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0; }

.footer .footer__social_item {
  display: inline-block;
  vertical-align: top; }

.footer .footer__social_item:nth-child(1) {
  margin-left: 7px;
  margin-right: 33px; }

.footer .footer__social_item:nth-child(n) {
  margin-right: 26px; }

.fbox_trailer_wrapper {
  left: 50% !important;
  top: 50% !important;
  width: auto !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.fbox_trailer_wrapper .fancybox-inner {
  width: auto !important;
  height: auto !important; }

.fbox_trailer_wrapper .fancybox-inner img {
  display: block; }

.online_img {
  display: block;
  float: left; }

.online-services {
  max-width: 830px; }

.last_row {
  clear: both;
  display: block;
  float: left;
  width: 98px; }

@-webkit-keyframes jump {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  50% {
    top: 17px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  55% {
    top: 20px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  65% {
    top: 17px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  95% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes jump {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  50% {
    top: 17px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  55% {
    top: 20px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  65% {
    top: 17px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  95% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0; } }

.social {
  width: 112px;
  margin: 0 auto; }

/* VARS */
/* MEDIA QUERY BREAKPOINTS */
/* SHORTHANDS */

.cf:after,
.form .form__label:after {
  content: '';
  display: block;
  clear: both; }

.sec--ls_login {
  margin: 0 auto;
  background: #fff;
  padding: 43px 0 70px; }

.login, .register {
  margin: 0 auto 0;
  max-width: 300px; }
  .login > p:first-of-type, .register > p:first-of-type {
    margin: 0;
    font-size: 13px;
    text-align: center; }

.register {
  margin-top: 50px; }

.form {
  margin-top: 15px; }
  .form .form__info {
    font-family: 'Open Sans', sans-serif;
    display: none;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    font-size: 12px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }
    .form .form__info.send_success {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6; }
    .form .form__info.send_error {
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1; }
  .form .form__input {
    float: right;
    font-size: 14px;
    padding: 5px;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid grey; }
    .form .form__input:-webkit-autofill, .form .form__input:-webkit-autofill:hover, .form .form__input:-webkit-autofill:focus, .form .form__input:-webkit-autofill:active {
      background: transparent;
      -webkit-text-fill-color: #000;
      -webkit-transition: background-color 1000000s ease-in-out 1000000s;
      transition: background-color 1000000s ease-in-out 1000000s; }
  .form .form__label {
    display: block;
    margin-bottom: 20px; }
    .form .form__label > span {
      float: left;
      margin-top: 3px; }
  .form .form__submit {
    display: block; }

.error_placeholder {
  color: red;
  font-size: 14px;
  margin-top: 0;
  margin-left: 0;
  text-align: left;
  margin-bottom: 0;
  margin-top: 15px; }
  .error_placeholder li {
    margin-bottom: 3px; }

.sec--livestream {
  margin: 30px auto;
  box-sizing: border-box;
  padding: 0 10px; }

.livestream {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 10px; }
  .livestream:before {
    display: block;
    padding-top: 46.4864864864865%;
    content: ''; }
  .livestream .livestream__img_wrapper {
    margin: 0;
    left: 0;
    top: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%; }
    .livestream .livestream__img_wrapper .img_fit {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0; }
  .livestream .livestream__logo {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: auto;
    height: 45.97701149425287%;
    right: 20px; }

.site_livestream .site_livestream__right {
  box-sizing: border-box;
  clear: left; }

@media (max-width: 319px) {
  html,
  body {
    overflow-x: hidden; } }

@media (min-width: 768px) and (max-width: 1149px) {
  .video_container--slides {
    max-width: 481px !important; }
  .btn--play {
    background-image: url(../img/sprites.png);
    background-position: 0px 0px;
    width: 99px;
    height: 101px;
    margin-bottom: 50px;
    width: 100px; }
  .btn--get_spi {
    font-size: 24px;
    line-height: 65px;
    padding: 0 79px 0 23px; }
  .btn--get_spi:before {
    right: 28px;
    -webkit-transform: none;
    transform: none;
    content: ''; }
  .btn--back_top {
    float: left;
    margin-top: 41px; }
  .btn--menu {
    width: 102px;
    height: 37px;
    padding: 10px 36px; }
  .btn--menu .strips_bar {
    left: 36px;
    right: 36px; }
  .logo--spi {
    width: 102px;
    margin-bottom: 18px;
    margin-top: 25px; }
  .nav--pictograms .nav__list {
    max-width: 768px; }
  .nav--pictograms .nav__item {
    margin-right: 10px;
    float: none;
    display: inline-block; }
  .nav--pictograms .nav__item:nth-child(2n+2) {
    margin-right: 10px;
    float: none; }
  .nav--pictograms .nav__item:nth-child(2n+3) {
    clear: none;
    float: none; }
  .nav--pictograms .nav__item:nth-child(3n+3) {
    margin-right: 0; }
  .sec--platforms {
    margin-bottom: 18px; }
  .sec--fullpage_video .sec__title {
    font-size: 36px; }
  .sec--channels .sec__title {
    float: left;
    margin: 50px 0 26px; }
  .sec--channels .sec__header {
    max-width: 768px;
    margin-bottom: 0; }
  .single_channel,
  .site_livestream {
    max-width: 768px; }
  .coutries_form {
    width: 370px;
    margin-top: 43px;
    float: right; }
  .slides .slides-container .slides_content img {
    max-width: 100% !important; }
  .slides .slides-container .slides_content h1, .slides .slides-container .slides_content h2 {
    font-size: 26px;
    margin: 60px 0 48px; }
  .slides .slides-container .slides_content p {
    font-size: 16px;
    line-height: 40px;
    margin: 26px 0;
    line-height: 22px; }
  .channels {
    padding: 10px 0 10px 9px;
    max-width: 768px;
    margin-top: 5px; }
  .channels .channels__item {
    margin-right: 9px; }
  .news {
    padding-top: 41px;
    padding-bottom: 71px;
    min-height: 884px;
    height: 884px;
    margin-bottom: 11px; }
  .news .news__more_btn {
    height: 73px; }
  .news .news__title {
    font-size: 36px;
    margin-bottom: 11px; }
  .news figure {
    margin: 39px 0 30px; }
  .news figure img {
    max-width: 750px; }
  .news p {
    margin: 28px 0; }
  .loga {
    max-width: 768px; }
  .loga .loga__item {
    margin-right: 8px; }
  .loga .loga__item:nth-child(2n+2) {
    margin-right: 0; }
  .online_media {
    padding-top: 30px; }
  .online_media .online_media__desc {
    margin-bottom: 0; }
  .online_media .online_media__desc h1 {
    margin: 0 0 50px; }
  .online_media .online_media__desc img {
    max-width: 665px; }
  .online_media .online_media__aside {
    margin-top: 26px; }
  .static {
    padding-top: 30px; }
  .static .static__desc {
    margin-bottom: 0; }
  .static .static__desc h1 {
    margin: 0 0 50px; }
  .static .static__desc img {
    max-width: 665px; }
  .static .static__aside {
    margin-top: 26px; }
  .contact {
    margin-bottom: 68px;
    width: calc(99.999999% * 1/2); }
  .contact:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none; }
  .contact:last-child {
    margin-right: 0; }
  .contact:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .contact:nth-child(2n + 1) {
    clear: left; }
  .contact:nth-child(2n+3) {
    clear: both; }
  .region {
    width: calc(99.999999% * 1/2); }
  .region:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none; }
  .region:last-child {
    margin-right: 0; }
  .region:nth-child(0n) {
    margin-right: 0;
    float: right; }
  .region:nth-child(0n + 1) {
    clear: left; }
  .region:nth-child(2n+3) {
    clear: both; }
  .country {
    width: calc(99.999999% * 1/2); }
  .country:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none; }
  .country:last-child {
    margin-right: 0; }
  .country:nth-child(0n) {
    margin-right: 0;
    float: right; }
  .country:nth-child(0n + 1) {
    clear: left; }
  .country:nth-child(2n+3) {
    clear: both; }
  .adv {
    padding: 22px 10px; }
  .footer_wrapper {
    padding-right: 0;
    padding-left: 0; }
  .footer {
    max-width: 560px;
    padding-bottom: 58px; }
  .footer .footer__box {
    float: left;
    width: 242px; }
  .footer .footer__adr {
    height: 101px;
    padding-right: 24px;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 52px; }
  .footer .footer__social {
    clear: left;
    float: left;
    margin-right: 96px; }
  .footer .footer__social_item:nth-child(1) {
    margin-left: 0; }
  .sec--livestream {
    max-width: 768px; }
  .livestream {
    width: calc(99.9% * 1/2 - (10px - 10px * 1/2)); }
  .livestream:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none; }
  .livestream:last-child {
    margin-right: 0; }
  .livestream:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .livestream:nth-child(2n + 1) {
    clear: both; } }

@media (min-width: 1150px) {
  .video_container--slides {
    max-width: 481px !important; }
  .btn--play {
    background-image: url(../img/sprites.png);
    background-position: 0px 0px;
    width: 99px;
    height: 101px;
    margin-bottom: 50px;
    width: 100px; }
  .btn--get_spi {
    line-height: 65px;
    font-size: 24px;
    padding: 0 79px 0 23px; }
  .btn--get_spi:before {
    right: 28px;
    -webkit-transform: none;
    transform: none;
    content: ''; }
  .btn--back_top {
    float: right;
    /* margin-left: 70px; */
    margin-top: 12px; }
  .btn--menu {
    width: 102px;
    height: 37px;
    padding: 10px 36px; }
  .btn--menu .strips_bar {
    left: 36px;
    right: 36px; }
  .logo--spi {
    width: 102px;
    margin-bottom: 18px;
    margin-top: 25px; }
  .header {
    max-width: 1150px; }
  .nav--pictograms .nav__list {
    max-width: 1150px; }
  .nav--pictograms .nav__item {
    margin-right: 10px;
    float: none;
    display: inline-block; }
  .nav--pictograms .nav__item:nth-child(2n+2) {
    margin-right: 10px;
    float: none; }
  .nav--pictograms .nav__item:nth-child(2n+3) {
    clear: none;
    float: none; }
  .nav--pictograms .nav__item:last-child {
    margin-right: 0; }
  .sec--platforms {
    margin-bottom: 18px; }
  .sec--channels .sec__title {
    float: left;
    margin: 50px 0 26px; }
  .sec--channels .sec__header {
    max-width: 1150px;
    margin-bottom: 0; }
  .single_channel,
  .site_livestream {
    padding: 48px 0 72px;
    max-width: 1130px; }
  .site_livestream .site_livestream__left,
  .single_channel .single_channel__desc {
    min-height: 484px;
    width: 710px; }
  .site_livestream .site_livestream__right,
  .single_channel .single_channel__aside {
    margin-top: 114px;
    border-left: 1px solid #b3b3b3;
    padding-left: 53px;
    padding-bottom: 53px;
    float: right; }
  .coutries_form {
    width: 370px;
    margin-top: 43px;
    float: right; }
  .slides .slides-container .slides_content img {
    max-width: 100% !important; }
  .slides .slides-container .slides_content h1, .slides .slides-container .slides_content h2 {
    margin: 100px 0 48px;
    font-size: 48px; }
  .slides .slides-container .slides_content p {
    font-size: 30px;
    line-height: 40px;
    margin: 26px 0; }
  .channels {
    padding: 10px 0 10px 9px;
    margin-top: 5px;
    max-width: 1150px; }
  .channels .channels__item {
    margin-right: 9px; }
  .news {
    padding-top: 41px;
    padding-bottom: 71px;
    min-height: 884px;
    height: 884px;
    margin-bottom: 11px; }
  .news .news__more_btn {
    height: 73px; }
  a.news__more_btn {
    text-decoration: none; }
  .news .news__title {
    font-size: 24px;
    margin-bottom: 11px; }
  .news figure {
    margin: 39px 0 30px; }
  .news figure img {
    max-width: 750px; }
  .news p {
    margin: 28px 0; }
  .content_dist {
    max-width: 1150px; }
  .content_dist .content_dist__main {
    box-sizing: border-box;
    padding-right: 80px;
    width: calc(99.99% * 2/3 - (10px - 10px * 2/3)); }
  .content_dist .content_dist__main:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none; }
  .content_dist .content_dist__main:last-child {
    margin-right: 0; }
  .content_dist .content_dist__main:nth-child(0n) {
    margin-right: 0;
    float: right; }
  .content_dist .content_dist__main:nth-child(0n + 1) {
    clear: left; }
  .content_dist .content_dist__address {
    box-sizing: border-box;
    width: calc(99.99% * 1/3 - (10px - 10px * 1/3));
    padding: 2px 0 65px 35px;
    margin-top: 112px;
    border-left: 1px solid #b3b3b3; }
  .content_dist .content_dist__address:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none; }
  .content_dist .content_dist__address:last-child {
    margin-right: 0; }
  .content_dist .content_dist__address:nth-child(0n) {
    margin-right: 0;
    float: right; }
  .content_dist .content_dist__address:nth-child(0n + 1) {
    clear: left; }
  .loga {
    max-width: 1150px; }
  .loga .loga__item {
    margin-right: 8px; }
  .loga .loga__item:nth-child(3n+3) {
    margin-right: 0; }
  .online_media {
    max-width: 1150px; }
  .online_media .online_media__desc {
    width: calc(99.99% * 2/3 - (10px - 10px * 2/3));
    min-height: 484px;
    margin-bottom: 39px;
    padding-right: 80px; }
  .online_media .online_media__desc:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none; }
  .online_media .online_media__desc:last-child {
    margin-right: 0; }
  .online_media .online_media__desc:nth-child(0n) {
    margin-right: 0;
    float: right; }
  .online_media .online_media__desc:nth-child(0n + 1) {
    clear: left; }
  .online_media .online_media__desc h1 {
    margin: 0 0 50px; }
  .online_media .online_media__desc img {
    max-width: 665px; }
  .online_media .online_media__aside {
    margin-top: 155px;
    border-left: 1px solid #b3b3b3;
    padding-left: 36px;
    padding-bottom: 53px;
    padding-top: 7px;
    width: calc(99.99% * 1/3 - (10px - 10px * 1/3)); }
  .online_media .online_media__aside:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none; }
  .online_media .online_media__aside:last-child {
    margin-right: 0; }
  .online_media .online_media__aside:nth-child(0n) {
    margin-right: 0;
    float: right; }
  .online_media .online_media__aside:nth-child(0n + 1) {
    clear: left; }
  .static {
    padding: 30px 10px 72px;
    max-width: 1150px; }
  .static .static__desc {
    min-height: 484px;
    margin-bottom: 39px;
    width: calc(99.99% * 2/3 - (10px - 10px * 2/3));
    padding-right: 80px; }
  .static .static__desc:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none; }
  .static .static__desc:last-child {
    margin-right: 0; }
  .static .static__desc:nth-child(0n) {
    margin-right: 0;
    float: right; }
  .static .static__desc:nth-child(0n + 1) {
    clear: left; }
  .static .static__desc h1 {
    margin: 0 0 50px; }
  .static .static__desc img {
    max-width: 665px; }
  .static .static__aside {
    margin-top: 155px;
    border-left: 1px solid #b3b3b3;
    padding-left: 36px;
    padding-bottom: 53px;
    width: 314px;
    padding-top: 7px;
    width: calc(99.99% * 1/3 - (10px - 10px * 1/3)); }
  .static .static__aside:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none; }
  .static .static__aside:last-child {
    margin-right: 0; }
  .static .static__aside:nth-child(0n) {
    margin-right: 0;
    float: right; }
  .static .static__aside:nth-child(0n + 1) {
    clear: left; }
  .countries .countries__body {
    max-width: 1150px; }
  .contact {
    margin-bottom: 57px;
    width: calc(99.999999% * 1/3); }
  .contact:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none; }
  .contact:last-child {
    margin-right: 0; }
  .contact:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .contact:nth-child(3n + 1) {
    clear: left; }
  .contact:nth-child(3n+4) {
    clear: both; }
  .region {
    width: calc(99.999999% * 1/3); }
  .region:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none; }
  .region:last-child {
    margin-right: 0; }
  .region:nth-child(0n) {
    margin-right: 0;
    float: right; }
  .region:nth-child(0n + 1) {
    clear: left; }
  .region:nth-child(3n+4) {
    clear: both; }
  .country {
    width: calc(99.999999% * 1/3); }
  .country:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none; }
  .country:last-child {
    margin-right: 0; }
  .country:nth-child(0n) {
    margin-right: 0;
    float: right; }
  .country:nth-child(0n + 1) {
    clear: left; }
  .country:nth-child(3n+4) {
    clear: both; }
  .adv {
    padding: 57px 0; }
  .footer_wrapper {
    padding-right: 0;
    padding-left: 0; }
  .footer {
    max-width: 1130px;
    padding-bottom: 58px; }
  .footer .footer__box {
    float: left;
    width: 242px; }
  .footer .footer__adr {
    height: 101px;
    padding-right: 24px;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 52px; }
  .footer .footer__social {
    margin: 21px 0 37px 119px;
    float: left; }
  .sec--livestream {
    max-width: 1150px; }
  .livestream {
    width: calc(99.9% * 1/3 - (10px - 10px * 1/3)); }
  .livestream:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none; }
  .livestream:last-child {
    margin-right: 0; }
  .livestream:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .livestream:nth-child(3n + 1) {
    clear: both; }
  .site_livestream .site_livestream__left {
    width: calc(99.9% * 2/3 - (10px - 10px * 2/3));
    padding-right: 40px; }
  .site_livestream .site_livestream__left:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none; }
  .site_livestream .site_livestream__left:last-child {
    margin-right: 0; }
  .site_livestream .site_livestream__left:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .site_livestream .site_livestream__left:nth-child(3n + 1) {
    clear: both; }
  .site_livestream .site_livestream__right {
    width: calc(99.9% * 1/3 - (10px - 10px * 1/3));
    clear: none; }
  .site_livestream .site_livestream__right:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none; }
  .site_livestream .site_livestream__right:last-child {
    margin-right: 0; }
  .site_livestream .site_livestream__right:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .site_livestream .site_livestream__right:nth-child(3n + 1) {
    clear: both; } }

@media (min-width: 768px) {
  .jumping_btn {
    width: 39px;
    bottom: 36px; }
  .jumping_btn:before {
    background-image: url(../img/sprites.png);
    background-position: -47px -373px;
    width: 39px;
    height: 21px;
    content: ''; }
  .sec--banner {
    height: 546px; }
  .slides .prev, .slides .next {
    background-image: url(../img/sprites.png);
    background-position: -339px -111px;
    width: 50px;
    height: 101px; }
  .slides .next {
    background-image: url(../img/sprites.png);
    background-position: -339px 0px;
    width: 51px;
    height: 101px; }

	}

@media (min-width: 1200px) {
  .sec--fullpage_video .sec__title {
    font-size: 36px; }
  .sec--fullpage_video .sec__title br {
    display: none; } }

@media screen and (min-aspect-ratio: 16 / 9) {
  .fullpage_video {
    height: auto;
    width: 100%;
    bottom: 0; } }

@media screen and (max-aspect-ratio: 16 / 9) {
  .fullpage_video {
    height: 100%;
    width: auto;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media (max-width: 784px) {
  .last_row {
    display: none; }
  .credential {
    float: none;
    margin-top: 0; }
	.footer .footer__social_item:nth-child(n) {margin-right: 20px;}
	}

@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .livestream {
    width: calc(99.9% * 1/2 - (10px - 10px * 1/2)); }
  .livestream:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none; }
  .livestream:last-child {
    margin-right: 0; }
  .livestream:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .livestream:nth-child(2n + 1) {
    clear: both; } }


.btn-group {
    display: inline-block;
    position: relative;
    vertical-align: middle;
	}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 0px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}


.static .static__desc ul li.partners::before {background: transparent; position: relative; top: 0px; margin-bottom: 11px; height: 45px; }
.static .static__desc ul li.partners {line-height: 0px; padding-left: 0px; padding-right: 5px; margin-bottom: 5px;}
/* .btn-group:hover .dropdown-menu {display: block;} */
.btn-partner {display: block; border: 1px solid #ccc; width: 293px; height: 45px; padding: 6px 11px;}
.btn-partner::before {background-image: url("../img/sprites.png");
    background-position: -400px -326px;bottom: 0;
    content: "";
    height: 13px;
    right: 14px;
   top: 15px;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    width: 26px;}
	.btn-group.is_active::before{background-image: url("../img/sprites.png");
    background-position: -400px -326px;
	background-color: #fff;

	bottom: 0;
    bottom: 0;
    content: "";
    cursor: pointer;
    height: 15px;
    left: 255px;
    overflow: hidden;
    position: absolute;
    top: 15px;
    width: 30px;
    z-index: 99999;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	}
	span.btn-partner:hover {color: #000; cursor: pointer;border: 1px solid #000; }
	.btn-group.is_active > .btn-partner {border: 1px solid #000;}

	.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.fullpage_video{
	height: 100%;
	width: 100%;
	left: auto;
	bottom: 0;
	-webkit-transform: none;
	transform: none;
}




