@import url("https://fonts.googleapis.com/css?family=Lobster|PT+Sans:400,400i,700,700i&subset=cyrillic");
* {
  box-sizing: border-box;
}
img {
  height: auto;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
.clear:before,
.row:before,
.clear:after,
.row:after {
  content: "";
  display: table;
}
.clear:after,
.row:after {
  clear: both;
}
html {
  height: 100%;
  font-size: 10px;
  background: #760001 url("../img/bg_pattern.png") repeat-y 50% 0;
  -webkit-text-size-adjust: 100%;
}
body {
  min-width: 1240px;
  height: 100%;
  margin: 0;
  padding: 0 0 6rem;
  background: url("../img/bg.jpg") no-repeat 50% 0;
}
.wrapper {
  min-height: 100%;
  padding-bottom: 40rem;
  margin: 0 auto;
  background: url("../img/bg_bottom.jpg") no-repeat 50% 100%;
}
footer {
  height: 37rem;
  margin-top: -37rem;
}
.container {
  width: 1240px;
  padding: 0 40px;
  margin: 0 auto;
}
.container._fluid {
  width: auto;
}
.row {
  position: relative;
  margin-left: -40px;
}
.row._p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.row._fluid {
  width: 100%;
  margin-left: 0;
}
.row._reverse > [class^="col"] {
  float: right;
}
[class^="col"] {
  float: left;
  margin-left: 40px;
}
[class^="col"]._borderLeft:before {
  content: "";
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  width: 0;
  margin-left: -20px;
  border-left: 1px solid #e7e7e7;
}
.row._fluid > [class^="col"]._borderLeft:before {
  margin-left: -2.2%;
}
.row._fluid > [class^="col"] {
  margin-left: 4.4%;
}
.row._fluid > [class^="col"]:first-child {
  margin-left: 0;
}
.col1 {
  width: 60px;
}
.offset1 {
  margin-left: 140px;
}
.col2 {
  width: 160px;
}
.offset2 {
  margin-left: 240px;
}
.col3 {
  width: 260px;
}
.offset3 {
  margin-left: 340px;
}
.col4 {
  width: 360px;
}
.offset4 {
  margin-left: 440px;
}
.col5 {
  width: 460px;
}
.offset5 {
  margin-left: 540px;
}
.col6 {
  width: 560px;
}
.offset6 {
  margin-left: 640px;
}
.col7 {
  width: 660px;
}
.offset7 {
  margin-left: 740px;
}
.col8 {
  width: 760px;
}
.offset8 {
  margin-left: 840px;
}
.col9 {
  width: 860px;
}
.offset9 {
  margin-left: 940px;
}
.col10 {
  width: 960px;
}
.offset10 {
  margin-left: 1040px;
}
.col11 {
  width: 1060px;
}
.offset11 {
  margin-left: 1140px;
}
.col12 {
  width: 1160px;
}
.offset12 {
  margin-left: 1240px;
}
.row._fluid > .col1 {
  width: 4.3%;
}
.row._fluid > .offset1 {
  margin-left: 13.1%;
}
.row._fluid > .offset1:first-child {
  margin-left: 8.7%;
}
.row._fluid > .col2 {
  width: 13%;
}
.row._fluid > .offset2 {
  margin-left: 21.8%;
}
.row._fluid > .offset2:first-child {
  margin-left: 17.4%;
}
.row._fluid > .col3 {
  width: 21.7%;
}
.row._fluid > .offset3 {
  margin-left: 30.5%;
}
.row._fluid > .offset3:first-child {
  margin-left: 26.1%;
}
.row._fluid > .col4 {
  width: 30.4%;
}
.row._fluid > .offset4 {
  margin-left: 39.2%;
}
.row._fluid > .offset4:first-child {
  margin-left: 34.8%;
}
.row._fluid > .col5 {
  width: 39.1%;
}
.row._fluid > .offset5 {
  margin-left: 47.9%;
}
.row._fluid > .offset5:first-child {
  margin-left: 43.5%;
}
.row._fluid > .col6 {
  width: 47.8%;
}
.row._fluid > .offset6 {
  margin-left: 56.6%;
}
.row._fluid > .offset6:first-child {
  margin-left: 52.2%;
}
.row._fluid > .col7 {
  width: 56.5%;
}
.row._fluid > .offset7 {
  margin-left: 65.3%;
}
.row._fluid > .offset7:first-child {
  margin-left: 60.9%;
}
.row._fluid > .col8 {
  width: 65.2%;
}
.row._fluid > .offset8 {
  margin-left: 74%;
}
.row._fluid > .offset8:first-child {
  margin-left: 69.6%;
}
.row._fluid > .col9 {
  width: 73.9%;
}
.row._fluid > .offset9 {
  margin-left: 82.7%;
}
.row._fluid > .offset9:first-child {
  margin-left: 78.3%;
}
.row._fluid > .col10 {
  width: 82.6%;
}
.row._fluid > .offset10 {
  margin-left: 91.4%;
}
.row._fluid > .offset10:first-child {
  margin-left: 87%;
}
.row._fluid > .col11 {
  width: 91.3%;
}
.row._fluid > .offset11 {
  margin-left: 100.1%;
}
.row._fluid > .offset11:first-child {
  margin-left: 95.7%;
}
.row._fluid > .col12 {
  width: 100%;
}
.row._fluid > .offset12 {
  margin-left: 108.8%;
}
.row._fluid > .offset12:first-child {
  margin-left: 104.4%;
}
body {
  line-height: 1.25;
  font-family: "PT Sans", sans-serif;
  color: #fff;
}
body > * {
  font-size: 1.6rem;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
ul,
ol,
li,
dl,
dt,
dd,
address {
  padding: 0;
  margin: 1rem 0;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lobster", cursive;
  font-size: 2rem;
  font-weight: normal;
  font-style: normal;
  color: #fc0;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child),
.h1:not(:first-child),
.h2:not(:first-child),
.h3:not(:first-child),
.h4:not(:first-child),
.h5:not(:first-child),
.h6:not(:first-child) {
  margin-top: 2rem;
}
h1,
.h1 {
  font-size: 6rem;
  text-shadow: 1px 2px 5px rgba(0,0,0,0.5);
}
h2,
.h2 {
  font-size: 3.6rem;
  text-shadow: 1px 2px 5px rgba(0,0,0,0.5);
}
li {
  margin-left: 2.5em;
}
hr {
  display: block;
  max-width: 560px;
  height: 0;
  padding: 0;
  border: 0;
  border-top: 1px dotted #e7e7e7;
  margin: 2rem auto;
  line-height: 0;
}
.blockLabel {
  display: inline-block;
  padding-top: 0.33em;
  margin: 1px 0 0;
}
input,
button,
select,
textarea,
a.button {
  margin: 0;
  font-family: "PT Sans", sans-serif;
  font-size: inherit;
}
input._error,
button._error,
select._error,
textarea._error,
a.button._error {
  border-color: #903 !important;
}
button,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
a.button {
  display: inline-block;
  width: 100%;
  height: 2.05em;
  line-height: 1.55em;
  padding: 0.25em 0.5em;
  vertical-align: baseline;
  border: 1px solid #e7e7e7;
  background-color: #fff;
}
button,
a.button {
  width: auto;
  border: 0;
  border-color: transparent;
  cursor: pointer;
  color: #fff;
  background-color: #fc0;
  background: linear-gradient(to bottom, #c80039 0%, #a30023 100%);
}
button:hover,
a.button:hover {
  color: #fff;
  text-decoration: none;
}
button._fade,
a.button._fade {
  background-color: #989898;
  background: linear-gradient(to bottom, #788188 0%, #414549 100%);
}
button._med,
a.button._med {
  height: auto;
  padding: 0.45em 0.8em 0.4em;
}
button._big,
a.button._big {
  height: auto;
  padding: 0.55em 1em 0.5em;
  font-size: 1.7rem;
}
button::-moz-focus-inner,
a.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.3em;
  vertical-align: 0.07em;
  cursor: pointer;
}
textarea {
  height: auto;
  padding-top: 0.33em;
  line-height: 1.25;
}
select[multiple],
select[size] {
  height: auto;
}
a,
.link {
  color: #f5eedc;
}
a:link,
.link:link,
a:visited,
.link:visited,
a:active,
.link:active {
  text-decoration: none;
}
a:hover,
.link:hover {
  text-decoration: underline;
}
a.linkBlock,
a.linkInlineBlock {
  display: block;
  color: inherit;
}
a.linkBlock h1,
a.linkInlineBlock h1,
a.linkBlock h2,
a.linkInlineBlock h2,
a.linkBlock h3,
a.linkInlineBlock h3,
a.linkBlock h4,
a.linkInlineBlock h4,
a.linkBlock h5,
a.linkInlineBlock h5,
a.linkBlock h6,
a.linkInlineBlock h6,
a.linkBlock .h1,
a.linkInlineBlock .h1,
a.linkBlock .h2,
a.linkInlineBlock .h2,
a.linkBlock .h3,
a.linkInlineBlock .h3,
a.linkBlock .h4,
a.linkInlineBlock .h4,
a.linkBlock .h5,
a.linkInlineBlock .h5,
a.linkBlock .h6,
a.linkInlineBlock .h6 {
  color: #fc0;
}
a.linkBlock .cLink,
a.linkInlineBlock .cLink {
  color: #f5eedc;
}
a.linkBlock:hover,
a.linkInlineBlock:hover {
  text-decoration: none;
}
a.linkBlock:hover .link,
a.linkInlineBlock:hover .link {
  text-decoration: underline;
}
a.linkBlock:hover .link.cFade,
a.linkInlineBlock:hover .link.cFade {
  color: #989898;
}
a.linkInlineBlock {
  display: inline-block;
}
.linkMore {
  padding-right: 0.8em;
  white-space: nowrap;
}
.linkMore:after {
  content: "»";
  position: absolute;
  margin-left: 0.3em;
  text-decoration: none;
  color: #f5eedc;
}
.linkPseudo {
  color: #f5eedc;
}
.linkPseudo > span {
  border-bottom: 1px dashed #f5eedc;
  cursor: pointer;
}
.linkPseudo:hover {
  text-decoration: none;
}
.linkPseudo:hover > span {
  border-color: #fc0;
}
.flatList {
  list-style: none;
}
.flatList > li {
  margin-left: 0;
}
.flatList._high > li {
  margin-bottom: 2rem;
}
.metaList {
  list-style: none;
}
.metaList._nosep li,
.metaList li._nosep {
  margin-left: 1em;
}
.metaList._nosep li:first-child,
.metaList li._nosep:first-child {
  margin-left: 0;
}
.metaList._nosep li:before,
.metaList li._nosep:before {
  content: none;
}
.metaList._breadcrumbs {
  margin-bottom: 0;
  color: #989898;
}
.metaList._breadcrumbs li:before {
  content: "→";
}
.metaList li {
  display: inline-block;
  margin: 0;
}
.metaList li:before {
  content: "|";
  margin: 0 1em 0 0.8em;
  color: #e7e7e7;
}
.metaList li:first-child:before {
  content: none;
}
.metaList li._active,
.metaList li._active > a {
  color: #fc0;
}
.firmList {
  list-style: none;
}
.firmList li {
  margin-left: 0.9em;
}
.firmList li:before {
  content: "•";
  float: left;
  margin-left: -0.9em;
  color: inherit;
}
.objList {
  margin-left: -2rem;
  list-style: none;
  font-size: 0;
}
.objList > li {
  display: inline-block;
  width: 18rem;
  margin: 0 2rem 2rem;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: top;
}
.floatLeft {
  float: left;
  margin: 0 2rem 1rem 0;
}
.floatRight {
  float: right;
  margin: 0 0 1rem 2rem;
}
.tableStruct {
  padding: 0;
  margin: 2rem 0;
  border-collapse: collapse;
}
.tableStruct td {
  padding: 0 0 1rem 2rem;
  margin: 0;
}
.tableStruct td:first-child {
  padding-left: 0;
}
.tableData {
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
}
.tableData th,
.tableData td {
  padding: 1rem;
  border: 1px solid #e7e7e7;
  vertical-align: top;
}
.tableData th {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #7e888b;
  border-color: #989898;
}
.tableData tr:nth-child(odd) {
  background-color: #f5eedc;
}
.tableData tr:hover {
  background-color: #fff7d9;
}
.tableData._verticalAlignMiddle th,
.tableData._verticalAlignMiddle td {
  vertical-align: middle;
}
.cont {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.plate {
  padding: 4rem 8rem;
  margin: 0 auto;
  color: #f5eedc;
  background: #fc0 url("../img//bgr_blue.jpg") repeat-y 50% 0;
  font-size: 1.7rem;
}
.plate._alt {
  padding: 3rem 6rem;
  color: #fff;
  background: #b7002c;
}
.image {
  position: relative;
  display: block;
  padding-bottom: 66.54%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.imageText {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.666666666666667rem 1rem;
  margin: 1rem;
  color: #fff;
  background: #000;
  background: rgba(0,0,0,0.55);
}
.imageText p {
  margin: 0.2em 0;
  line-height: 2rem;
  font-size: 1.6rem;
}
.imageTextHead {
  font-size: 2rem !important;
}
a:hover .imageTextHead {
  text-decoration: underline;
}
.labl {
  display: inline-block;
  padding: 0.27em 0.3rem;
  line-height: 1;
  color: #fff;
  background-color: #fc0;
  background: linear-gradient(to bottom, #c80039 0%, #a30023 100%);
}
.labl._onImg {
  position: absolute;
  bottom: 10%;
  left: -0.3rem;
}
.icon {
  position: relative;
  top: -0.115em;
  margin-right: 0.3em;
}
.circle {
  border-radius: 50%;
}
header {
  font-size: 1.7rem;
  font-weight: bold;
  user-select: none;
}
header > div {
  z-index: 10;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
header .container {
  position: relative;
  height: 630px;
}
header a {
  color: inherit;
}
.fiveTvLogo {
  position: absolute;
  top: 20px;
  right: 45px;
  width: 80px;
}
.headerWatch {
  position: absolute;
  top: 50px;
  left: 70px;
}
.headerWatch a {
  display: inline-block;
  padding: 0 10px;
  line-height: 40px;
}
.headerWatch img {
  margin-top: -3px;
}
nav {
  position: absolute;
  top: 60px;
  right: 180px;
  font-size: 1.7rem;
  text-transform: uppercase;
}
nav .metaList {
  margin: 0;
}
nav .metaList li:before {
  content: "•";
  color: inherit;
}
.gallery {
  position: relative;
  user-select: none;
}
.galleryWrap {
  overflow: hidden;
  user-select: text;
}
.galleryWrap > .row {
  position: relative;
  left: 0;
  width: 999999px;
}
.gallery._forSmlImages .galleryWrap,
.gallery._forMedImages .galleryWrap,
.gallery._forBigImages .galleryWrap {
  margin: -19px -12px;
  padding: 19px 12px;
}
.galleryControlLeft,
.galleryControlRight {
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -4rem;
  width: 27px;
  height: 80px;
  background: url("../img/arrow_left.png") no-repeat 0 50%;
  cursor: pointer;
  user-select: none;
}
.gallery._forSmlImages .galleryControlLeft,
.gallery._forSmlImages .galleryControlRight {
  top: 8rem;
}
.gallery._forMedImages .galleryControlLeft,
.gallery._forMedImages .galleryControlRight {
  top: 10rem;
}
.gallery._forBigImages .galleryControlLeft,
.gallery._forBigImages .galleryControlRight {
  top: 14rem;
}
.galleryControlLeft {
  left: -4rem;
  text-align: left;
}
.galleryControlRight {
  right: -4rem;
  text-align: right;
  background-image: url("../img/arrow_right.png");
}
.gallery._withPagesControls .galleryControlLeft,
.gallery._withPagesControls .galleryControlRight {
  margin-top: -3.5rem;
}
.galleryFrames {
  height: 3rem;
  line-height: 3rem;
  text-align: center;
}
.galleryFrames > span {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.6rem;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  background: #e7e7e7;
  cursor: pointer;
  vertical-align: bottom;
}
.galleryFrames > span._active {
  border-color: transparent;
  background: #fc0;
  cursor: default;
}
.galleryFrames > span:hover:not(._active) {
  border-color: #fc0;
}
.linkListVideo {
  position: relative;
}
.linkListVideo:after {
  content: "";
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background: url("../img/list_video.png") no-repeat 50% 50%;
}
.linkListVideo:hover:after {
  visibility: visible;
}
.actImg {
  position: relative;
  width: 122px;
  height: 122px;
  margin: 0 auto;
  background-position: 50% 0;
  background-size: 186% 124%;
  border-radius: 50%;
}
.actImg._big {
  width: 200px;
  height: 200px;
  margin: 2rem auto;
  background-size: 100% 100%;
  box-shadow: 0 0 100px rgba(255,204,0,0.7);
}
#Heroes a:hover .actImg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  box-shadow: 0 0 20px #fc0;
}
#Promo {
  margin: 6rem 0;
}
.promoVideo {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  max-width: 1920px;
  margin: 0 auto;
  background: url("../img/tmp/promo_preview.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.promoVideo:before,
.promoVideo:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 202px;
  bottom: 100%;
  background: url("../img/promo_top.png") no-repeat 50% 100%;
  background-size: contain;
  pointer-events: none;
}
.promoVideo:after {
  height: 297px;
  top: 100%;
  bottom: auto;
  background: url("../img/promo_bottom.png") no-repeat 50% 0;
  background-size: contain;
}
.promoVideo video {
  visibility: hidden;
  display: block;
  width: 100%;
}
#VideoPlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: none;
}
#VideoPlay._off {
  background: url("../img/play.png") no-repeat 50% 50%;
}
.popupBlock {
  display: none;
  overflow: hidden;
  width: 1020px;
  padding: 40px;
  color: #fff;
  background: #000;
}
.popupBlock img {
  float: left;
  margin-right: 30px;
}
footer {
  position: relative;
  padding-top: 2rem;
}
footer a,
footer .link {
  color: inherit;
}
.blockFloatIcon {
  float: left;
  margin: 0.7rem 1rem 0 0;
}
.blockFloatIcon + div {
  overflow: hidden;
}
.displayNone {
  display: none;
}
.displayBlock {
  display: block;
}
.displayInlineBlock {
  display: inline-block;
}
.overflowHidden {
  overflow: hidden;
}
.visibilityHidden {
  visibility: hidden;
}
.widthAuto {
  width: auto;
}
.noWrap {
  white-space: nowrap;
}
.ttUppercase {
  text-transform: uppercase;
}
.fontFamilyHeader {
  font-family: "Lobster", cursive;
}
.fsHeader1 {
  font-size: 6rem !important;
}
.fsHeader2 {
  font-size: 3.6rem !important;
}
.fsHeader {
  font-size: 2rem !important;
}
.fsBigXX {
  line-height: 1.5;
  font-size: 2.6rem !important;
}
.fsBigX {
  font-size: 2rem !important;
}
.fsBig {
  font-size: 1.7rem !important;
}
.fsText {
  font-size: 1.6rem !important;
}
.fsMedium {
  font-size: 1.4rem !important;
}
.fsSmall {
  font-size: 1.2rem !important;
}
.fwBold {
  font-weight: bold !important;
}
.fwNormal {
  font-weight: normal !important;
}
.cFirm {
  color: #fc0 !important;
}
.cFirmAlt2 {
  color: #b7002c !important;
}
.cBack {
  color: #fff !important;
}
.cBackFade {
  color: #f5eedc !important;
}
.cText {
  color: #000 !important;
}
.cTextAlt {
  color: #284754 !important;
}
.cHead {
  color: #fc0 !important;
}
.cLink {
  color: #f5eedc !important;
}
.cSucc {
  color: #008000 !important;
}
.cWarn {
  color: #903 !important;
}
.cFade {
  color: #989898 !important;
}
.cFadeDark {
  color: #7e888b !important;
}
.cFadeLight {
  color: #e7e7e7 !important;
}
.bcFirm {
  background-color: #fc0 !important;
}
.bcBack {
  background-color: #fff !important;
}
.bcBackFade {
  background-color: #f5eedc !important;
}
.bcText {
  background-color: #000 !important;
}
.bcHead {
  background-color: #fc0 !important;
}
.bcLink {
  background-color: #f5eedc !important;
}
.bcSucc {
  background-color: #008000 !important;
}
.bcWarn {
  background-color: #903 !important;
}
.bcFade {
  background-color: #989898 !important;
}
.bcFadeDark {
  background-color: #7e888b !important;
}
.bcFadeLight {
  background-color: #e7e7e7 !important;
}
.bcTransparent {
  background-color: transparent !important;
}
.alignLeft {
  text-align: left !important;
}
.alignRight {
  text-align: right !important;
}
.alignCenter {
  text-align: center !important;
}
.alignBaseline {
  vertical-align: baseline !important;
}
.alignMiddle {
  vertical-align: middle !important;
}
.alignTop {
  vertical-align: top !important;
}
.alignBottom {
  vertical-align: bottom !important;
}
.marginTopDoubleBase {
  margin-top: 4rem !important;
}
.marginBottomDoubleBase {
  margin-bottom: 4rem !important;
}
.marginLeftDoubleBase {
  margin-left: 4rem !important;
}
.marginRightDoubleBase {
  margin-right: 4rem !important;
}
.marginTopBase {
  margin-top: 2rem !important;
}
.marginBottomBase {
  margin-bottom: 2rem !important;
}
.marginLeftBase {
  margin-left: 2rem !important;
}
.marginRightBase {
  margin-right: 2rem !important;
}
.marginTopHalfBase {
  margin-top: 1rem !important;
}
.marginBottomHalfBase {
  margin-bottom: 1rem !important;
}
.marginLeftHalfBase {
  margin-left: 1rem !important;
}
.marginRightHalfBase {
  margin-right: 1rem !important;
}
.marginTopQuartBase {
  margin-top: 0.5rem !important;
}
.marginBottomQuartBase {
  margin-bottom: 0.5rem !important;
}
.antiTopHalfBase {
  margin-top: -1rem !important;
}
.antiTopQuartBase {
  margin-top: -0.5rem !important;
}
.flat {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.flatTop {
  margin-top: 0 !important;
}
.flatBottom {
  margin-bottom: 0 !important;
}
