@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic'); /* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.balls {
  position: absolute;
  top: -5px;
  z-index: 1;
  width: 100%;
  height: 280px;
}

.ball1 {
  top: -260px;
  right: -35px;
}

.ball1 .ball {
  width: 180px;
  height: 180px;
  background: url('../img/ball_7.svg') no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  filter: blur(2px);

  -webkit-filter: blur(2px);
  -moz-transform: rotate(40deg);
}

.ball2 {
  top: 0;
  left: -155px;
}

.ball2 .ball {
  width: 280px;
  height: 280px;
  background: url('../img/ball_5.svg') no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  filter: blur(4px);

  -webkit-filter: blur(4px);
  -moz-transform: rotate(-35deg);
}

.ball3 {
  right: -100px;
  bottom: 700px;
  z-index: 1;
}

.ball3 .ball {
  width: 260px;
  height: 260px;
  background: url('../img/ball_4.svg') no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  filter: blur(4px);

  -webkit-filter: blur(4px);
  -moz-transform: rotate(-35deg);
}

.ball4 {
  top: 50px;
  left: 5%;
}

.ball4 .ball {
  width: 160px;
  height: 160px;
  background: url('../img/ball_6.svg') no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);

  -moz-transform: rotate(-35deg);
}

.ball5 {
  right: 30%;
  bottom: 250px;
}

.ball5 .ball {
  width: 350px;
  height: 350px;
  background: url('../img/ball_5.svg') no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  filter: blur(4px);

  -webkit-filter: blur(4px);
  -moz-transform: rotate(40deg);
}

.balls,
.balls .ball {
  position: absolute;
  z-index: 1;
  width: 100%;
  opacity: 0;
}

.balls .ball {
  top: 50%;
  left: 50%;
  height: 100%;
}

.balls .ball,
.balls .ball::after {
  transition: all 1s ease;

  -moz-transition: all 1s ease;
}

.balls .ball::after {
  position: absolute;
  display: block;
  width: 150px;
  height: 150px;
  content: '';
}

.balls .ball:first-child {
  -webkit-transform: translate(-20%, 5%);
  transform: translate(-20%, 5%);
  filter: blur(0);

  -webkit-filter: blur(0);
  -moz-transform: translate(-20%, 5%);
}

.balls .ball:first-child::after {
  background: url('../img/ball_7.svg') no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(0) scale(0.5);
  transform: rotate(0) scale(0.5);

  -moz-transform: rotate(0) scale(0.5);
}

.balls .ball:nth-child(2) {
  -webkit-transform: translate(-10%, -10%);
  transform: translate(-10%, -10%);
  filter: blur(0);

  -webkit-filter: blur(0);
  -moz-transform: translate(-10%, -10%);
}

.balls .ball:nth-child(2)::after {
  background: url('../img/ball_6.svg') no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(0) scale(0.5);
  transform: rotate(0) scale(0.5);

  -moz-transform: rotate(0) scale(0.5);
}

.balls .ball:nth-child(3) {
  -webkit-transform: translate(1%, -20%);
  transform: translate(1%, -20%);
  filter: blur(0);

  -webkit-filter: blur(0);
  -moz-transform: translate(1%, -20%);
}

.balls .ball:nth-child(3)::after {
  background: url('../img/ball_5.svg') no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(0) scale(0.5);
  transform: rotate(0) scale(0.5);

  -moz-transform: rotate(0) scale(0.5);
}

.balls .ball:nth-child(4) {
  -webkit-transform: translate(5%, 5%);
  transform: translate(5%, 5%);

  -moz-transform: translate(5%, 5%);
}

.balls .ball:nth-child(4)::after {
  background: url('../img/ball_4.svg') no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(-50deg) scale(0.1);
  transform: rotate(-50deg) scale(0.1);

  -moz-transform: rotate(-50deg) scale(0.1);
}

.animated .balls {
  opacity: 1;
}

.animated .balls .ball {
  z-index: 1;
  transition: all 1s ease;
  opacity: 1;

  -moz-transition: all 1s ease;
}

.animated .balls .ball:first-child {
  -webkit-transform: translate(-55%, 30%);
  transform: translate(-55%, 30%);
  filter: blur(1px);

  -webkit-filter: blur(1px);
  -moz-transform: translate(-55%, 30%);
}

.animated .balls .ball:first-child::after {
  -webkit-transform: rotate(10deg) scale(0.5);
  transform: rotate(10deg) scale(0.5);

  -moz-transform: rotate(10deg) scale(0.5);
}

.animated .balls .ball:nth-child(2) {
  -webkit-transform: translate(-55%, -55%);
  transform: translate(-55%, -55%);
  filter: blur(2px);

  -webkit-filter: blur(2px);
  -moz-transform: translate(-55%, -55%);
}

.animated .balls .ball:nth-child(2)::after {
  -webkit-transform: rotate(250deg) scale(0.7);
  transform: rotate(250deg) scale(0.7);

  -moz-transform: rotate(250deg) scale(0.7);
}

.animated .balls .ball:nth-child(3) {
  -webkit-transform: translate(30%, -65%);
  transform: translate(30%, -65%);
  filter: blur(4px);

  -webkit-filter: blur(4px);
  -moz-transform: translate(30%, -65%);
}

.animated .balls .ball:nth-child(3)::after {
  -webkit-transform: rotate(-100deg) scale(1.2);
  transform: rotate(-100deg) scale(1.2);

  -moz-transform: rotate(-100deg) scale(1.2);
}

.animated .balls .ball:nth-child(4) {
  -webkit-transform: translate(37%, 55%);
  transform: translate(37%, 55%);

  -moz-transform: translate(37%, 55%);
}

.animated .balls .ball:nth-child(4)::after {
  -webkit-transform: rotate(20deg) scale(0.4);
  transform: rotate(20deg) scale(0.4);

  -moz-transform: rotate(20deg) scale(0.4);
}

.parallaxed.ball1 {
  position: absolute;
  top: -45px;
}

.parallaxed.ball1 .ball {
  width: 130px;
}

.parallaxed.ball2 {
  position: absolute;
  top: -13px;
  left: -50px;
}

.parallaxed.ball2 .ball {
  width: 100px;
  height: 100px;
}

.parallaxed.ball3 {
  position: absolute;
  top: -50px;
  z-index: 1;
}

.parallaxed.ball3 .ball {
  width: 130px;
}

.parallaxed.ball4 {
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 1;
}

.parallaxed.ball4 .ball {
  width: 100px;
  height: 100px;
}

.parallaxed.ball5 {
  position: absolute;
  right: -8%;
  bottom: -85px;
  z-index: -1;
}

.parallaxed.ball5 .ball {
  width: 100px;
  height: 100px;
}

.item__btn,
.item__buy {
  display: block;
  width: 100%;
  height: 34px;
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s;
  cursor: pointer;

  -moz-transition: all 0.3s;
}

.promo.animated {
  position: relative;
  z-index: 100;
  max-width: 768px;
  min-width: 260px;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.promo__greeting {
  position: relative;
  z-index: 10;
}

.promo__about {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
}

.promo__look {
  padding-top: 100px;
}

.greeting {
  text-align: center;
}

.greeting__title {
  padding-top: 30px;
  margin-bottom: 36px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.greeting__subtitle {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.greeting__video-changer {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.greeting__video-changer select {
  font-size: 14px;
  border: 1px solid #e1e1e1;
}

.greeting__video-changer option {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.greeting__player-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.greeting__player-wrapper .video-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

.greeting__meta {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: left;
}

.meta {
  padding-right: 5px;
  padding-left: 15px;
}

.meta__title {
  margin-bottom: 10px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.meta__draw {
  margin-bottom: 10px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.meta__views {
  position: relative;
  margin-bottom: 10px;
  color: #9b9b9b;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.meta__youtube {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}

.meta__youtube::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  background: url('../img/youtube-logo.svg') center center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  -moz-transform: translateY(-50%);
}

.meta__link {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.meta__link:hover {
  color: #c90000;
  border-color: rgba(201, 0, 0, 0.3);
}

.translation__title {
  margin-bottom: 25px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
}

.translation__carousel {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.translation__text {
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.carousel {
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
}

.carousel__item {
  width: -moz-calc(30% - 10px);
  width: calc(30% - 10px);
  margin: 10px 5px;
}

.item--new.carousel__item {
	display: block;
    width: 144px;
    padding-top: 16px;
    padding-bottom: 3px;
    min-height: 150px;
}

.item {
  position: relative;
  padding-top: 25px;
  padding-bottom: 15px;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}

.item:hover .item__btn {
  display: none;
}

.item:hover .item__buy {
  display: block;
}

.item_4x20 {
  color: rgba(0, 0, 0, 0.7);
  background-color: #fe8933;
}

.item_ruslotto {
  color: #fdb730;
  background-color: #fe8933;
}


.item_4x20 .item__logo {
  background: url('../../../icons/logo_4x20_new.svg') center center no-repeat;
  background-size: contain;
}

.item_ruslotto .item__logo {
  background: url('../../../icons/logo_ruslotto_new.svg') center center no-repeat;
  background-size: contain;
}

.item_4x20 .item__btn {
  background-color: #fe8933;
  border: 1px solid rgba(0, 0, 0, 0.7);
}

.item_4x20 a,
.item_ruslotto a{
  color: rgba(0, 0, 0, 0.7);
}

.item_oxota {
  color: rgba(255,255,255, 0.7);
  background-color: #252525;
}

.item_oxota .item__logo {
  background: url('../../../icons/logo_oxota_new.svg') center center no-repeat;
  background-size: contain;
}

.item_oxota .item__btn {
  background-color: #fe8933;
  border: 1px solid rgba(255,255,255, 0.7);
}

.item_oxota a {
  color: rgba(255,255,255, 0.7);
}

.item_5x2 {
  color: rgba(0, 0, 0, 0.7);
  background-color: rgb(177, 234, 1);
}

.item_5x2 .item__logo {
  background: url('../../../icons/logo_5x2_new.svg') center center no-repeat;
  background-size: contain;
}

.item_5x2 .item__btn {
  background-color: rgb(177, 234, 1);
  border: 1px solid rgba(0, 0, 0, 0.7);
}

.item_5x2 a {
  color: rgba(0, 0, 0, 0.7);
}

.item_5x36plus {
  color: rgba(255, 255, 255, 0.7);
  background-color: #50b848;
}

.item_5x36plus .item__logo {
  background: url('../../../icons/logo_5x36plus_new.svg') center center no-repeat;
  background-size: contain;
}

.item_5x36plus .item__btn {
  background-color: #50b848;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.item_5x36plus a {
  color: rgba(255, 255, 255, 0.7);
}

.item_5x50 {
  color: rgba(255, 255, 255, 0.7);
  background-color: #054EA2;
}

.item_express {
  color: rgba(255, 255, 255, 0.7);
  background-color: #f15c44;
}

.item_5x50 .item__logo {
  background: url('../../../icons/logo_5x50_new.svg') center center no-repeat;
  background-size: contain;
  width: 105px;
}

.item_5x50 .item__btn {
  background-color: #14286e;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.item_5x50 a {
  color: rgba(255, 255, 255, 0.7);
}

.item_6x45 {
  color: rgba(0, 0, 0, 0.7);
  background-color: #ffda25;
}

.item_6x45 .item__logo {
  background: url('../../../icons/logo_6x45_new.svg') center center no-repeat;
  background-size: contain;
}

.item_6x45 .item__btn {
  background-color: #ffd925;
  border: 1px solid rgba(0, 0, 0, 0.7);
}

.item_6x45 a {
  color: rgba(0, 0, 0, 0.7);
}

.item_7x49 {
  color: rgba(255, 255, 255, 0.7);
  background-color: #A263FC;
}

.item_7x49 .item__logo {
  background: url('../../../icons/logo_7x49_new_with_label_gosloto.svg') center center no-repeat;
  background-size: contain;
  margin: 5px 0 15px 32px;
}

.item_zodiac .item__logo {
  background: url('../../../icons/logo_zodiac_new.svg') center center no-repeat;
  background-size: contain;
}
.item_ruslotto2 .item__logo {
  background: url('../../../icons/logo_ruslotto2_new.svg') center center no-repeat;
  background-size: contain;
}
.item_express .item__logo {
  background: url('../../../icons/logo_express_new.svg') center center no-repeat;
  background-size: contain;
}
.item_bingo75 .item__logo {
  background: url('../../../icons/logo_bingo75_new.svg') center center no-repeat;
  background-size: contain;
}
.item_udachanasdachu .item__logo {
  background: url('../../../icons/logo_udachanasdachu_new.svg') center center no-repeat;
  background-size: contain;
}
.item_udachanasdachu {
  color: rgba(255, 255, 255, 0.7);
  background-color: #E52931;
}
.item_7x49 .item__btn {
  background-color: #FFEA0E;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.item_7x49 a {
  color: rgba(255, 255, 255, 0.7);
}

.item_6x49 {
  color: rgba(255, 255, 255, 0.7);
  background-color: #034ea1;
}

.item_6x49 .item__logo {
  background: url('../img/6x49.svg') center center no-repeat;
  background-size: contain;
}

.item_6x49 .item__btn {
  background-color: #034ea1;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.item_6x49 a {
  color: rgba(255, 255, 255, 0.7);
}

.item_6x36 {
  color: rgba(255, 255, 255, 0.7);
  background-color: #108a1e;
}

.item_6x36 .item__logo {
  background: url('../img/6x36.svg') center center no-repeat;
  background-size: contain;
}

.item_6x36 .item__btn {
  background-color: #108a1e;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.item_6x36 a {
  color: rgba(255, 255, 255, 0.7);
}

.item--new.item_zodiac {
    background-color: #402EAA;
}
.item_ruslotto2 {
  background: #f15c44;
}
.item_ruslotto2 .prize_title{
  color: #fff;
  display: block;
  font-size: 12px;
}
.item_ruslotto2 .prize_sum{
  color: #fff;
  display: block;
  font-weight: bold;
}

.item--new.item_bingo75 {
    background-color: #92ce40;
}

.item--new.item_bingo75 .tvShow {
	color: black;
}

.item__info {
  position: absolute;
  top: 117px;
  right: 0;
  display: inline-block;
  padding: 3px 8px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.item--new .item__info {
    left: 0;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.56);
    background: none;
}

.item--new.item_4x20 .item__info,
.item--new.item_ruslotto .item__info,
.item--new.item_6x45 .item__info,
.item--new.item_5x2 .item__info {
    color: rgba(0, 0, 0, 0.56);
}

.item__logo {
  width: 100px;
  height: 70px;
  margin: 5px auto 15px; 
}

.item--new .item__logo {
    height: 45px;
}

.item__title {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.item__title span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid;
}

.item--new .item__title span {
    font-size: 12px;
    font-weight: 400;
    color: white;
    border-bottom: 0px;
}

.item--new.item_4x20 .item__title span,
.item--new.item_ruslotto .item__title span,
.item--new.item_6x45 .item__title span {
    color: black;
}

.item__text {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}

.item--new .item__text {
    margin-top: 7px;
    margin-bottom: 7px;
}

.item--new .item__text {
    font-size: 12px;
    color: white;
}

.item--new.item_4x20 .item__text,
.item--new.item_ruslotto .item__text,
.item--new.item_6x45 .item__text,
.item--new.item_5x2 .item__text {
    color: rgba(0, 0, 0, 0.56);
}

.item__superprize {
  font-family: 'Roboto', sans-serif;
  font-size: 23px;
}

.item--new .item__superprize {
    font-size: 17px;
    font-weight: 700;
	margin-bottom: 25px;
    color: white;
}

.item--new.item_4x20 .item__superprize,
.item--new.item_ruslotto .item__superprize,
.item--new.item_6x45 .item__superprize,
.item--new.item_5x2 .item__superprize {
    color: black;
}

.item__btn-outer {
  margin-top: 15px;
}

.item--new .item__btn-outer {
    width: 80%;
    margin: 20px auto 0;
}

.item__btn {
  border: 1px solid;
}

.item__buy {
  color: #fff !important;
  background-color: #009e2c;
}

.item--new .item__buy {
    font-size: 12px;
    color: white;
    height: 24px;
	min-width: unset;
    line-height: 24px;
	margin: 0 auto;
	padding: 0;
	border: none;
    background: transparent;
}

.item--new .item__buy:hover {
    color: white !important;
}

.item--new.item_4x20 .item__buy,
.item--new.item_ruslotto .item__buy,
.item--new.item_6x45 .item__buy,
.item--new.item_bingo75 .item__buy,
.item--new.item_5x2 .item__buy {
    color: black !important;
}

.item--new.item_4x20 .item__buy:hover,
.item--new.item_ruslotto .item__buy:hover,
.item--new.item_6x45 .item__buy:hover {
    color: white !important;
}

.about {
  background-color: #f3f3f3;
}

.about::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 50px 50px 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);

  -moz-transform: translateX(-50%);
}

.about__title {
  margin-bottom: 25px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
}

.about__text {
  position: relative;
  z-index: 10;
  padding-right: 10px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.about__link {
  position: relative;
  margin-top: 30px;
  color: #1f7dca;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-color: rgba(31, 125, 202, 0.3);
  cursor: pointer;
}

.about__link::after {
  position: absolute;
  top: 7px;
  right: -15px;
  width: 0;
  height: 0;
  content: '';
  background: none;
  border-top: 6px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.about__link:hover {
  color: #c90000;
  border-color: rgba(201, 0, 0, 0.3);
}

.about__link_open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);

  -moz-transform: rotate(180deg);
}

.about__list {
  max-width: 450px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.about__list p a {
  color: #1f7dca;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid rgba(31, 125, 202, 0.3);
}

.about__list a {
  display: inline-block;
  margin-bottom: 10px;
}

.about__img-slider {
  position: relative;
  margin: 50px 0 20px;
  outline: none;
}

.about__img-slider-item {
  width: 100%;
}

.about__img-slider-item img {
  width: 100%;
}

.about__text-slider {
  outline: none;
}

.about__text-slider-item {
  width: 100%;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  min-width: initial;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-prev-next-button:hover {
  background: transparent;
}

.flickity-prev-next-button:disabled {
  display: none;
  cursor: auto;
  opacity: 0.3;
}

.flickity-prev-next-button .arrow {
  fill: #fff;
}

.flickity-prev-next-button.no-svg {
  color: #fff;
}

.flickity-prev-next-button svg {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button:hover .arrow {
  fill: #c90000;
}

.flickity-viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.cards {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}

.cards__item {
  width: 36%;
  padding: 30px 50px;
}

.cards__img {
  width: 240px;
  height: 150px;
}

.cards__img_2 {
  margin-top: -1px;
}

.cards__img_4 {
  margin-top: 2px;
}

.cards__text {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.look {
  position: relative;
}

.look::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: #f3f3f3 transparent transparent;
  border-style: solid;
  border-width: 50px 50px 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);

  -moz-transform: translateX(-50%);
}

.look__title {
  margin-bottom: 25px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
}

.look__text {
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.look__link {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.list {
  display: none;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.list__item {
  margin-bottom: 5px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  list-style-type: disc;
}

[class*=' iconic-'],
[class^='iconic-'] {
  font-family: 'icomoon', sans-serif !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.iconic-user2::before {
  content: '';
}

.bracker {
  position: absolute;
  flex-direction: column;
  justify-content: center;
  display: none;
  color: #fff;
  background: #000;
}

.bracker img {
  height: 35%;
  padding-bottom: 10px;
}

.bracker div {
  padding: 0 15px;
}

.bracker > span {
	position: absolute;
/*	top: 27%;*/
	bottom: 70%;
	left: 62%;
/*
	top: 6vw;
	left: 25vw;
*/
	font-size: 1.8rem;
	font-weight: 400;
	margin-left: -7%;
/*	margin-left: -3vw;*/
	color: #fff;
	opacity: 0;
	animation: sleep 2.1s infinite;
}

.bracker > span:nth-child(1) {
  animation-delay: 0s;
}

.bracker > span:nth-child(2) {
  animation-delay: 0.7s;
}

.bracker > span:nth-child(3) {
  animation-delay: 1.4s;
}

@keyframes sleep {
  from {
    opacity: 1;
  }
  to {
/*    top: 15%;*/
	  bottom: 78%;
    left: 70%;
/*
    top: 3vw;
    left: 28vw;
*/
    opacity: 0;
    font-size: 4.8rem;
  }
}

/*
.vjs-modal-dialog .vjs-modal-dialog-content {
	z-index: 0;
}
*/

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local('Roboto Thin Italic'),
  local('Roboto-ThinItalic'),
  url('//fonts.gstatic.com/s/roboto/v15/12mE4jfMSBTmg-81EiS-YVQlYEbsez9cZjKsNMjLOwM.eot?#') format('eot'),
  url('//fonts.gstatic.com/s/roboto/v15/12mE4jfMSBTmg-81EiS-Yfk_vArhqVIZ0nv9q090hN8.woff2') format('woff2'),
  url('//fonts.gstatic.com/s/roboto/v15/12mE4jfMSBTmg-81EiS-YRsxEYwM7FgeyaSgU71cLG0.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'),
  local('Roboto-LightItalic'),
  url('//fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0at2fQcKutQXcIrRfyR5jdjY8.eot?#') format('eot'),
  url('//fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0at44P5ICox8Kq3LLUNMylGO4.woff2') format('woff2'),
  url('//fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0at4bN6UDyHWBl620a-IRfuBk.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'),
  local('Roboto-Italic'),
  url('//fonts.gstatic.com/s/roboto/v15/OiNnAEwKzzJkQCr4qZmeq_esZW2xOQ-xsNqO47m55DA.eot?#') format('eot'),
  url('//fonts.gstatic.com/s/roboto/v15/vPcynSL0qHq_6dX7lKVByfesZW2xOQ-xsNqO47m55DA.woff2') format('woff2'),
  url('//fonts.gstatic.com/s/roboto/v15/1pO9eUAp8pSF8VnRTP3xnvesZW2xOQ-xsNqO47m55DA.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium Italic'),
  local('Roboto-MediumItalic'),
  url('//fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0WfQcKutQXcIrRfyR5jdjY8.eot?#') format('eot'),
  url('//fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0Y4P5ICox8Kq3LLUNMylGO4.woff2') format('woff2'),
  url('//fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0YbN6UDyHWBl620a-IRfuBk.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'),
  local('Roboto-BoldItalic'),
  url('//fonts.gstatic.com/s/roboto/v15/t6Nd4cfPRhZP44Q5QAjcC2fQcKutQXcIrRfyR5jdjY8.eot?#') format('eot'),
  url('//fonts.gstatic.com/s/roboto/v15/t6Nd4cfPRhZP44Q5QAjcC44P5ICox8Kq3LLUNMylGO4.woff2') format('woff2'),
  url('//fonts.gstatic.com/s/roboto/v15/t6Nd4cfPRhZP44Q5QAjcC4bN6UDyHWBl620a-IRfuBk.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local('Roboto Black Italic'),
  local('Roboto-BlackItalic'),
  url('//fonts.gstatic.com/s/roboto/v15/bmC0pGMXrhphrZJmniIZpWfQcKutQXcIrRfyR5jdjY8.eot?#') format('eot'),
  url('//fonts.gstatic.com/s/roboto/v15/bmC0pGMXrhphrZJmniIZpY4P5ICox8Kq3LLUNMylGO4.woff2') format('woff2'),
  url('//fonts.gstatic.com/s/roboto/v15/bmC0pGMXrhphrZJmniIZpYbN6UDyHWBl620a-IRfuBk.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'),
  local('Roboto-Thin'),
  url('//fonts.gstatic.com/s/roboto/v15/PP2U5prMl9yvKSWVu6DtvPesZW2xOQ-xsNqO47m55DA.eot?#') format('eot'),
  url('//fonts.gstatic.com/s/roboto/v15/2tsd397wLxj96qwHyNIkxPesZW2xOQ-xsNqO47m55DA.woff2') format('woff2'),
  url('//fonts.gstatic.com/s/roboto/v15/vzIUHo9z-oJ4WgkpPOtg1_esZW2xOQ-xsNqO47m55DA.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'),
  local('Roboto-Light'),
  url('//fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUffY6323mHUZFJMgTvxaG2iE.eot?#') format('eot'),
  url('//fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2') format('woff2'),
  url('//fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'),
  local('Roboto-Regular'),
  url('//fonts.gstatic.com/s/roboto/v15/5YB-ifwqHP20Yn46l_BDhA.eot?#') format('eot'),
  url('//fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2') format('woff2'),
  url('//fonts.gstatic.com/s/roboto/v15/2UX7WLTfW3W8TclTUvlFyQ.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'),
  local('Roboto-Medium'),
  url('//fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUfY6323mHUZFJMgTvxaG2iE.eot?#') format('eot'),
  url('//fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2') format('woff2'),
  url('//fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'),
  local('Roboto-Bold'),
  url('//fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOPY6323mHUZFJMgTvxaG2iE.eot?#') format('eot'),
  url('//fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2') format('woff2'),
  url('//fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'),
  local('Roboto-Black'),
  url('//fonts.gstatic.com/s/roboto/v15/mnpfi9pxYH-Go5UiibESIvY6323mHUZFJMgTvxaG2iE.eot?#') format('eot'),
  url('//fonts.gstatic.com/s/roboto/v15/mnpfi9pxYH-Go5UiibESIltXRa8TVwTICgirnJhmVJw.woff2') format('woff2'),
  url('//fonts.gstatic.com/s/roboto/v15/mnpfi9pxYH-Go5UiibESIj8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}

@font-face {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: 400;
  src: url('/f/media/superglobal/icomoon.eot');
  src: url('/f/media/superglobal/icomoon.eot') format('embedded-opentype'),
  url('/f/media/superglobal/icomoon.woff') format('woff'),
  url('/f/media/superglobal/icomoon.ttf') format('truetype'),
  url('/f/media/superglobal/icomoon.svg') format('svg');
}

@media screen and (max-width: 650px) {
  .animated .balls .ball:first-child {
    -webkit-transform: translate(-55%, 50%);
    transform: translate(-55%, 50%);

    -moz-transform: translate(-55%, 50%);
  }
}

@media screen and (max-width: 600px) {
  .carousel__item {
    width: 168px;
  }

  .cards__item {
    padding: 30px;
  }
}

@media screen and (max-width: 450px) {
  .animated .balls .ball:first-child {
    -webkit-transform: translate(-81%, 75%);
    transform: translate(-81%, 75%);

    -moz-transform: translate(-81%, 75%);
  }

  .cards__item {
    width: 100%;
    text-align: center;
  }

  .cards__text {
    margin-top: 15px;
  }
}

@media screen and (max-width: 360px) {
  .greeting__subtitle {
    max-width: 360px;
  }
}

.vjs-fluid .vjs-tech {
  position: absolute;
}

.tvbanner{
  height: 44px;
  margin: 10px;
  background: #4b148a url(/media/mobile/mobile_v3/img/tvbanner_left.png) 1% 58% no-repeat;
  color: #fff;
  background-size: contain;
}
.tvbanner a, .tvbanner a:hover{
  color: #fff;
}

.tvbanner_center{
  height: 14px;
  background: url(/media/mobile/mobile_v3/img/tvbanner_right.png) right no-repeat;
  background-size: contain;
  padding: 15px 0 15px 75px;
}
@media screen and (max-width: 525px) {
  .tvbanner_center{
    background: none;
  }
}

@media screen and (max-width: 410px) {
  .tvbanner_center{
    background: none;
    padding: 8px 10px 15px 75px;
  }
}

.periodicity-decor {
  height: 36px;
  position: absolute;
  right: -66px;
  top: 2px;
  -webkit-transition: opacity .3s ease,-webkit-transform .5s ease;
  transition: opacity .3s ease,-webkit-transform .5s ease;
  -moz-transition: opacity .3s ease,transform .5s ease,-moz-transform .5s ease;
  transition: opacity .3s ease,transform .5s ease;
  transition: opacity .3s ease,transform .5s ease,-webkit-transform .5s ease,-moz-transform .5s ease;
  width: 110px;
  z-index: 10;
}
.periodicity-decor:after {
  background: url(/f/media/superglobal/special_decor/ribbon.svg) no-repeat;
  background-size: contain;
  content: '';
  height: 100%;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.periodicity-decor span {
  color: #000;
  font-size: 8px;
  font-weight: 700;
  font-style: italic;
  left: 22%;
  line-height: 7px;
  position: absolute;
  top: -webkit-calc(50% - 18px);
  top: -moz-calc(50% - 18px);
  top: calc(50% - 18px);
  -webkit-transform: rotate(-14deg) translate(-50%,-50%);
  -moz-transform: rotate(-14deg) translate(-50%,-50%);
  -ms-transform: rotate(-14deg) translate(-50%,-50%);
  transform: rotate(-14deg) translate(-50%,-50%);
  width: 40px;
  z-index: 1;
  top: 9px;
}
.playernow-sound-control-wrap, .playernow-progress-wrap, .playernow-quality-wrap, .playernow-time-progress{
  display: none !important;
}


.playernow-play-button {
  background-image: url("data:image/svg+xml;utf8,<svg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2014%2018%27><path%20fill%3D%27%23FFD403%27%20d%3D%27M147%2C130.29a1%2C1%2C0%2C0%2C1%2C1%2C.05l12%2C8a1%2C1%2C0%2C0%2C1%2C.45.83%2C1%2C1%2C0%2C0%2C1-.45.83l-12%2C8a1%2C1%2C0%2C0%2C1-1%2C.05%2C1%2C1%2C0%2C0%2C1-.52-.88v-16A1%2C1%2C0%2C0%2C1%2C147%2C130.29Z%27%20transform%3D%27translate%28-146.45%20-130.17%29%27%2F><%2Fsvg>") !important;
}

.playernow-pause-button {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 18'%3E%3Cpath fill='%23FFD403' d='M2 0a2 2 0 012 2v14a2 2 0 01-2 2 2 2 0 01-2-2V2a2 2 0 012-2zm10 0a2 2 0 012 2v14a2 2 0 01-2 2 2 2 0 01-2-2V2a2 2 0 012-2z'/%3E%3C/svg%3E") !important;
}
.playernow-video{
  pointer-events: none;
}
.playernow-big-play-button-wrap {
  display: none!important;
}