/* Generated by less 2.2.0 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0;
}
img,
object,
embed {
  vertical-align: bottom;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
a {
  text-decoration: none;
  background-color: transparent;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@-webkit-viewport {
  width: device-width;
  zoom: 1.0;
}
@-moz-viewport {
  width: device-width;
  zoom: 1.0;
}
@-ms-viewport {
  width: device-width;
  zoom: 1.0;
}
@-o-viewport {
  width: device-width;
  zoom: 1.0;
}
@viewport {
  width: device-width;
  zoom: 1.0;
}
h1,
h2,
h3,
h4 {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  color: #fff;
  text-align: center;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
.btn-cnt {
  text-align: center;
}
.btn-cnt--style2 {
  margin-top: 20px;
}
.btn {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 800;
}
.btn__text {
  display: block;
  position: relative;
  text-overflow: ellipsis;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
.btn--s {
  line-height: 38px;
  padding: 0 35px;
  font-size: 18px;
}
.btn--m {
  line-height: 50px;
}
.btn--l {
  line-height: 60px;
}
.btn--xl {
  line-height: 70px;
  font-size: 36px;
}
.btn--xl .btn__text {
  width: 370px;
}
.btn--xxl {
  width: 700px;
  line-height: 90px;
  font-size: 48px;
}
.btn--xxxl {
  line-height: 60px;
  font-size: 36px;
  width: 100%;
}
.btn--yellow {
  color: #000;
  background: #fef326;
  /* Old browsers */
}
.btn--red {
  background: #e71739;
}
.btn--red .btn__text {
  background: #e71739;
  border-color: #e71739;
}
.btn--arrow {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: none;
}
.btn--arrow .btn__text {
  margin-right: 34px;
  padding-left: 15px;
}
.btn--arrow .btn__text:after {
  content: "";
  position: absolute;
  height: 70px;
  width: 0px;
  left: 100%;
  top: 0px;
  border: solid transparent;
  border-width: 33px 0 33px 34px;
  border-left-color: inherit;
}
html,
body {
  height: 100%;
}
body {
  background: #000;
  z-index: 100;
}
.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 950px;
  font-family: Arial, sans-serif;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.layout {
  margin: 0 auto;
  padding: 0 10px;
}
.layout--s {
  max-width: 820px;
}
.layout--m {
  max-width: 940px;
}
.layout:before,
.layout:after {
  content: " ";
  display: table;
}
.layout:after {
  clear: both;
}
.layout__left {
  float: left;
}
.layout__left--style1 {
  margin-left: -40px;
}
.layout__left--style2 {
  width: 576px;
}
.layout__right {
  float: right;
}
.layout__right--style1 {
  margin-right: -85px;
}
.layout__right--style2 {
  width: 320px;
}
.layout--footer {
  width: 583px;
}
.header {
  position: relative;
}
.header--style1 {
  height: 434px;
  background-image: url(../images/bg_body.png), url(../images/header_bg-1.jpg);
  background-repeat: repeat-x, no-repeat;
  background-position: 0 91%, 50%;
}
.header--style2 {
  background: url(../images/bg_body.png) repeat-x 0 100%;
  height: 130px;
}
.header__left {
  float: left;
  width: 230px;
}
.header__right {
  width: 650px;
  float: right;
  text-align: center;
}
.header__logo {
  width: 228px;
  height: 117px;
  position: absolute;
}
.header__logo--style1 {
  bottom: 20px;
  left: 50%;
  margin-left: -114px;
}
.header__logo--style2 {
  top: 30px;
}
.header__slogan {
  font-weight: 800;
}
.header__slogan--style1 {
  margin-top: 10px;
}
.header__slogan--style2 {
  margin-top: 20px;
}
.header__slogan--style2 > * {
  color: #fdb104;
}
.header__stats {
  position: absolute;
  text-align: center;
}
.header__stats--style1 {
  bottom: 7px;
  width: 100%;
}
.header__stats--style2 {
  bottom: 5px;
}
.header__stats__item {
  display: inline-block;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  width: 160px;
}
.header__stats__item--ver1 {
  color: #5bccc8;
}
.header__stats__item--ver2 {
  color: #fce118;
  width: 260px;
  text-align: left;
}
.header__stats__item--ver3 {
  color: #fca418;
  width: 260px;
  text-align: right;
}
.header__stats__item--ver4 {
  color: #e80c0c;
}
.header__stats__span {
  font-size: 14px;
}
.header__stats__span--style1 {
  color: #a6a4a4;
}
.header:before,
.header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
.main {
  margin-top: 10px;
  padding-bottom: 30px;
}
.main__up--style1 {
  /*background: #434343;*/
  padding-bottom: 20px;
}
.main__up:before,
.main__up:after {
  content: " ";
  display: table;
}
.main__up:after {
  clear: both;
}
.main__down--style1 {
  padding: 0 20px;
}
.main__down__item {
  margin-top: 15px;
}
.delimiter {
  height: 27px;
  margin: 30px 0 20px;
  background: url(../images/delim.png);
}
.model-avatars {
  font-size: 0;
  text-align: center;
}
.model-avatars__wrap {
  display: inline-block;
}
.model-avatars__wrap--vertical {
  width: 260px;
  margin: 25px 0;
}
.model-avatars__wrap--vertical .model-avatars__item {
  margin-top: 15px;
}
.model-avatars__item {
  display: inline-block;
  width: 70px;
  height: 71px;
  margin-left: 13px;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
}
.model-avatars__item:first-child {
  margin-left: 0;
}
.model-avatars__img {
  width: 100%;
}
.model-avatars__img--style1 {
  -webkit-box-shadow: -5px 5px 9px 0 rgba(0, 0, 0, 0.91);
  box-shadow: -5px 5px 9px 0 rgba(0, 0, 0, 0.91);
}
.player {
  width: 760px;
  height: 570px;
  margin: 0 auto 20px;
}
.player--style1 {
  margin-top: 20px;
}
.player__h3 {
  margin-bottom: 6px;
  font: 18px Arial;
  text-align: left;
}
.main__down {
}
.images-list {
  margin-top: 20px;
  /*font-size: 0;*/
}
.images-list__item {
  position: relative;
  width: 140px;
    text-align: center;
  margin: 0 0 20px 10px;
  display: inline-block;
}
.images-list__item:first-child {
  margin-left: 0;
}
.images__mask {
  position: absolute;
  bottom: 0;
  left: 0;
    color: white;
  z-index: 50;
  height: auto;
  width: 140px;
  background-color: #000;
  opacity: 0.65;
}
.main__down__item {
    height: 342px;
}
.copyright {
  font: 14px 'Trebuchet MS';
  color: #737373;
  background: url();
  text-align: center;
}
.copyright--span {
  color: #7da7d9;
}
.footer {
  height: 50px;
  clear: both;
  margin: 0 auto -50px;
}
