/*
Theme Name: Tanki Newest
Version: 1.2
Author: Alternativa
*/
html,
button,
input,
select,
textarea {
  color: #222;
}
body {

  background-color: #0e0904;
  /*background-color: #000;*/
  /* prlx
  background-image: url('images/bg/body.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
 prlx */
  font-size: 1em;
  line-height: 1;/*1.25*/

  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}
.page-wrapper {
  min-height: 100%;
  margin-bottom: -94px;
  /*prlx*/
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  background-image: url('images/bg/body-1.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  /*prlx*/
}

.body.winter {
  background-color: #000;
}
.page-wrapper.winter {
  background-image: url('images/bg/body_w.jpg?v=2');
}
/*::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  background: #FFFCD7;
  color: #333;
  padding: 0.5em 0;
  text-align: center;
  display: none;
}
.chromeframe a {
  color: #111;
}
.chromeframe a:hover {
  color: #000;
}
#chf_close {
  cursor: pointer;
  font-size: 2em;
  color: #D45F2C;
  float: right;
  margin: -37px 5px 0px 0px;

}
#chf_close:hover {
  color: #a43c1f;
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}
a, object, embed, img, div { outline: none !important; }
a, object, embed, img, div {outline:  0 !important;}
html,
button,
input,
select,
textarea {
  font-family: "PT Sans", "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
}

body {
  /*background: url(images/bg/body.jpg) no-repeat center top #000000;*/
}
#main-content-client-2{
    position: absolute; 
    left: 50%;
    top: 43%;
}
.but1 {
  cursor: pointer;
  padding: 35px 0px;
  width: 450px;
  margin-left: -225px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: 'Open Sans';
  background: #3da35a;
  border: none;
  color: #ffffff;
  font-weight: 600;
  border-radius: 2px;
  border: 1px solid #666;
  transition: all 0.5s;
}

.but1:hover {
  box-shadow: 0 0 25px #fff;
  background: #00b34a;
  border: 1px solid #333;
}

.but1:focus {
  outline: none;
}
/* cookie start  .page-footer */
.cookie-policy {
  color: #ccc;
  font: normal 13px/28px sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  padding-top: 2px;
  background: #1f1f1f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmMWYxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjVweCIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #1f1f1f 0%, #282828 5px);
  background: -webkit-linear-gradient(top, #1f1f1f 0%,#282828 5px);
  background: linear-gradient(to bottom, #1f1f1f 0%,#282828 5px);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#282828',GradientType=0 );
  text-align: left;
}
.cookie-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1010px;
}
.cookie-text {
  width: auto;
  float: left;
}
.cookie-text a {
  color: #fff;
  opacity: 0.9;
  transition: all 100ms;
}
.cookie-text a:hover {
  opacity: 1;
}
.cookie-ok {
  margin: 4px 0px 5px 5px;
  line-height: 20px;
  background: #478504;
  border: none;
  color: #fff;
  padding: 0px 7px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  font-family: sans-serif;
  text-shadow: #555 1px 1px;
  float: left;
  text-transform: uppercase;
  opacity: 0.9;
  transition: all 100ms;
}
.cookie-ok:hover {
  opacity: 1;
}
@media only screen and (max-width: 1169px) {
  .cookie-inner {
    width: 980px;
  }
}
@media only screen and (max-width: 999px) {
  .cookie-inner {
    width: 740px;
  }
  .cookie-text {
    line-height: 15px;
    padding: 3px 5px;
    margin-right: 50px;
    display: block;
  }
  .cookie-ok {
    float: right;
    position: relative;
    top: -35px;
    right: 0px;
    margin: 4px 5px -25px 10px;
  }
}
@media only screen and (max-width: 759px) {
  .cookie-inner {
    width: 456px;
  }
}
@media only screen and (max-width: 479px) {
  .cookie-inner {
    width: 300px;
  }
}
/* cookie end */


html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

* html .page-wrapper {
  height: 100%;
}
.page-buffer {
  height: 93px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin: 0;
  padding: 0;
}
h1 {
  font-weight: normal;
  font-size: 1.75em;
}
/*
.sprite {
  background: url(images/bg/sprite_zh.png?v=2) no-repeat;
}
*/
.download {
  display: block;
  width: 338px;
  height: 78px;
  position: absolute;
  background-position: 0 0;
}
.sprite_fight-button {
  display: block;
  width: 338px;
  height: 88px;
  position: absolute;
  background-position: 0 0;
}
h2 {
  font-weight: normal;
}
.ie-bg-opacity {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 );
}
.main-header__fight-button .b-hover,
.main-header__fight-button .b-active {
  background-position: 0 -88px;
  opacity: 0;
}
.main-header__download-button .download.db-hover,
.main-header__download-button .download.db-active {
  background-position: 0 -78px !important;
  opacity: 0;
}
.sprite_custom-select-arrow {
  background-position: -340px 0;
}
.sprite_top1 {
  background-position: -360px 0;
}
.sprite_top2 {
  background-position: -360px -30px;
}
.sprite_top3 {
  background-position: -358px -60px;
}
.sprite_top4 {
  background-position: -360px -90px;
}
.sprite_top5 {
  background-position: -357px -119px;
}
.sprite_top6 {
  background-position: -358px -150px;
}
.sprite_top7 {
  background-position: -358px -181px;
}
.sprite_tw {
  background-position: -420px 0;
}
.sprite_vk {
  background-position: -420px -40px;
}
.sprite_fb {
  background-position: -420px -80px;
}
.sprite_yt {
  background-position: -420px -120px;
}
.sprite_in {
  background-position: -420px -160px;
}
.sprite_ok {
  background-position: -420px -200px;
}
.sprite_gp {
  background-position: -460px -160px;
}
.sprite_tch {
  background-position: -500px -160px;
}
.sprite_radio {
  background-position: -460px 0;
}
.sprite_checkbox {
  background-position: -460px -58px;
}
.sprite_prev-arrow {
  background-position: -480px 0;
}
.sprite_prev-arrow:hover,
.sprite_prev-arrow:active {
  background-position: -480px -70px;
}
.sprite_next-arrow {
  background-position: -540px 0;
}
.sprite_next-arrow:hover,
.sprite_next-arrow:active {
  background-position: -540px -70px;
}
.sprite_paginator {
  background-position: -460px 0;
}
.sprite_paginator.active {
  background-position: -460px -20px;
}
.wp-polls-loading,
.loading {
  background: url('images/bg/loading.gif') center center no-repeat;
}

.voteInPoll {
  margin-top: -21px;
  float: right;

}

.voteInPoll a {
  color: #ccc;
  text-decoration: none;
  border-bottom: 1px dashed #ccc;
  display: inline-block;
  line-height: 0.95em;
}
.voteInPoll a:hover {
  color: #fff;
  border-color: #fff;
}

.custom-select {
  background: #5f5f5f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1NzU3NSIgc3RvcC1vcGFjaXR5PSIwLjgxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iIzcwNzA3MCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTMlIiBzdG9wLWNvbG9yPSIjNmI2YjZiIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNiUiIHN0b3AtY29sb3I9IiM2MDYwNjAiIHN0b3Atb3BhY2l0eT0iMC43OSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzOSUiIHN0b3AtY29sb3I9IiM1MDUwNTAiIHN0b3Atb3BhY2l0eT0iMC43OCIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MiUiIHN0b3AtY29sb3I9IiM0YzRjNGMiIHN0b3Atb3BhY2l0eT0iMC43NyIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiM0YTRhNGEiIHN0b3Atb3BhY2l0eT0iMC43NyIvPgogICAgPHN0b3Agb2Zmc2V0PSI0OCUiIHN0b3AtY29sb3I9IiM0NDQ0NDQiIHN0b3Atb3BhY2l0eT0iMC43NiIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MiUiIHN0b3AtY29sb3I9IiMxZDFkMWQiIHN0b3Atb3BhY2l0eT0iMC43MiIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiMxNDE0MTQiIHN0b3Atb3BhY2l0eT0iMC43MiIvPgogICAgPHN0b3Agb2Zmc2V0PSI2OCUiIHN0b3AtY29sb3I9IiMxMjEyMTIiIHN0b3Atb3BhY2l0eT0iMC43MiIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NCUiIHN0b3AtY29sb3I9IiMxMTExMTEiIHN0b3Atb3BhY2l0eT0iMC43MiIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MSUiIHN0b3AtY29sb3I9IiMxNjE2MTYiIHN0b3Atb3BhY2l0eT0iMC43MiIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NCUiIHN0b3AtY29sb3I9IiMxYzFjMWMiIHN0b3Atb3BhY2l0eT0iMC43MiIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiMyZTJlMmUiIHN0b3Atb3BhY2l0eT0iMC43NCIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiM0NzQ3NDciIHN0b3Atb3BhY2l0eT0iMC43NyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNTY1NjU2IiBzdG9wLW9wYWNpdHk9IjAuNzgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top,  rgba(117,117,117,0.81) 0%, rgba(112,112,112,0.8) 10%, rgba(107,107,107,0.8) 13%, rgba(96,96,96,0.79) 26%, rgba(80,80,80,0.78) 39%, rgba(76,76,76,0.77) 42%, rgba(74,74,74,0.77) 45%, rgba(68,68,68,0.76) 48%, rgba(29,29,29,0.72) 52%, rgba(20,20,20,0.72) 65%, rgba(18,18,18,0.72) 68%, rgba(17,17,17,0.72) 74%, rgba(22,22,22,0.72) 81%, rgba(28,28,28,0.72) 84%, rgba(46,46,46,0.74) 90%, rgba(71,71,71,0.77) 97%, rgba(86,86,86,0.78) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(117,117,117,0.81)), color-stop(10%,rgba(112,112,112,0.8)), color-stop(13%,rgba(107,107,107,0.8)), color-stop(26%,rgba(96,96,96,0.79)), color-stop(39%,rgba(80,80,80,0.78)), color-stop(42%,rgba(76,76,76,0.77)), color-stop(45%,rgba(74,74,74,0.77)), color-stop(48%,rgba(68,68,68,0.76)), color-stop(52%,rgba(29,29,29,0.72)), color-stop(65%,rgba(20,20,20,0.72)), color-stop(68%,rgba(18,18,18,0.72)), color-stop(74%,rgba(17,17,17,0.72)), color-stop(81%,rgba(22,22,22,0.72)), color-stop(84%,rgba(28,28,28,0.72)), color-stop(90%,rgba(46,46,46,0.74)), color-stop(97%,rgba(71,71,71,0.77)), color-stop(100%,rgba(86,86,86,0.78)));
  background: -webkit-linear-gradient(top,  rgba(117,117,117,0.81) 0%,rgba(112,112,112,0.8) 10%,rgba(107,107,107,0.8) 13%,rgba(96,96,96,0.79) 26%,rgba(80,80,80,0.78) 39%,rgba(76,76,76,0.77) 42%,rgba(74,74,74,0.77) 45%,rgba(68,68,68,0.76) 48%,rgba(29,29,29,0.72) 52%,rgba(20,20,20,0.72) 65%,rgba(18,18,18,0.72) 68%,rgba(17,17,17,0.72) 74%,rgba(22,22,22,0.72) 81%,rgba(28,28,28,0.72) 84%,rgba(46,46,46,0.74) 90%,rgba(71,71,71,0.77) 97%,rgba(86,86,86,0.78) 100%);
  background: -o-linear-gradient(top,  rgba(117,117,117,0.81) 0%,rgba(112,112,112,0.8) 10%,rgba(107,107,107,0.8) 13%,rgba(96,96,96,0.79) 26%,rgba(80,80,80,0.78) 39%,rgba(76,76,76,0.77) 42%,rgba(74,74,74,0.77) 45%,rgba(68,68,68,0.76) 48%,rgba(29,29,29,0.72) 52%,rgba(20,20,20,0.72) 65%,rgba(18,18,18,0.72) 68%,rgba(17,17,17,0.72) 74%,rgba(22,22,22,0.72) 81%,rgba(28,28,28,0.72) 84%,rgba(46,46,46,0.74) 90%,rgba(71,71,71,0.77) 97%,rgba(86,86,86,0.78) 100%);
  background: -ms-linear-gradient(top,  rgba(117,117,117,0.81) 0%,rgba(112,112,112,0.8) 10%,rgba(107,107,107,0.8) 13%,rgba(96,96,96,0.79) 26%,rgba(80,80,80,0.78) 39%,rgba(76,76,76,0.77) 42%,rgba(74,74,74,0.77) 45%,rgba(68,68,68,0.76) 48%,rgba(29,29,29,0.72) 52%,rgba(20,20,20,0.72) 65%,rgba(18,18,18,0.72) 68%,rgba(17,17,17,0.72) 74%,rgba(22,22,22,0.72) 81%,rgba(28,28,28,0.72) 84%,rgba(46,46,46,0.74) 90%,rgba(71,71,71,0.77) 97%,rgba(86,86,86,0.78) 100%);
  background: linear-gradient(to bottom,  rgba(117,117,117,0.81) 0%,rgba(112,112,112,0.8) 10%,rgba(107,107,107,0.8) 13%,rgba(96,96,96,0.79) 26%,rgba(80,80,80,0.78) 39%,rgba(76,76,76,0.77) 42%,rgba(74,74,74,0.77) 45%,rgba(68,68,68,0.76) 48%,rgba(29,29,29,0.72) 52%,rgba(20,20,20,0.72) 65%,rgba(18,18,18,0.72) 68%,rgba(17,17,17,0.72) 74%,rgba(22,22,22,0.72) 81%,rgba(28,28,28,0.72) 84%,rgba(46,46,46,0.74) 90%,rgba(71,71,71,0.77) 97%,rgba(86,86,86,0.78) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf757575', endColorstr='#c7565656',GradientType=0 );

  border: 2px solid rgba(170, 170, 170, 0.75);
  border-radius: 5px;
  position: relative;
  overflow: visible;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
  opacity: 0.95;
}
.custom-select__active {
  height: 32px;
  cursor: pointer;
  opacity: 1;
}
.active .sprite_custom-select-arrow {
  background-position: -340px -11px;
}
.active .custom-select__options {
  background: rgba(0, 0, 0, 0.8);
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); */
  border: 2px solid rgba(170, 170, 170, 0.75);
  border-radius: 5px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
  top: 43px;
  position: absolute;
  right: -1px;
  padding: 0px 0px 2px 0px;
}
.active .custom-select,
.custom-select:hover {
  opacity: 1;
}

.custom-select__arrow {
  width: 17px;
  height: 9px;
  position: absolute;
  right: 10px;
  top: 11px;

}
.custom-select__active .custom-select__arrow {
  /*background-position: -340px -11px;*/
}
.custom-select__options {
  padding-top: 5px;
  border-radius: 0 0 5px 5px;
  position: relative;
  top: -3px;
  z-index: 200;
}
.custom-select__option {
  /* background: rgba(12, 12, 12, 0.75);*/
  cursor: pointer;
}
.custom-select__option:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.8);
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); IE6-9 */
}

.custom-radios {
  margin-bottom: 15px;
}
.custom-radios__elem {
  font-size: 1em;
  color: #ccc;
  margin-bottom: 9px;
  padding: 0 0 0 26px;
  position: relative;
  cursor: pointer;
  /* height: 20px;
   line-height: 20px;*/
}
.custom-radios__elem .sprite {
  display: block;
  width: 20px;
  height: 18px;
  position: absolute;
  left: -4px;
  top: -2px;
}
.custom-radios__elem .sprite_checkbox {
  left: -5px;
}
.custom-radios__elem:hover, .custom-radios__elem.active {
  color: #fff;
}
.custom-radios__elem.active .sprite {
  background-position: -460px -20px;

}
.custom-radios__elem.active .sprite_checkbox {
  background-position: -460px -78px;

}

.interview__title {
  font-size: 1em;
  color: #fff;
  display: block;
  margin-bottom: 14px;
}
.interview__button {
  font-size: 1em;
  color: #fff;
  background: #5f5f5f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1NzU3NSIgc3RvcC1vcGFjaXR5PSIwLjgxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iIzcwNzA3MCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTMlIiBzdG9wLWNvbG9yPSIjNmI2YjZiIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNiUiIHN0b3AtY29sb3I9IiM2MDYwNjAiIHN0b3Atb3BhY2l0eT0iMC43OSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzOSUiIHN0b3AtY29sb3I9IiM1MDUwNTAiIHN0b3Atb3BhY2l0eT0iMC43OCIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MiUiIHN0b3AtY29sb3I9IiM0YzRjNGMiIHN0b3Atb3BhY2l0eT0iMC43NyIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiM0YTRhNGEiIHN0b3Atb3BhY2l0eT0iMC43NyIvPgogICAgPHN0b3Agb2Zmc2V0PSI0OCUiIHN0b3AtY29sb3I9IiM0NDQ0NDQiIHN0b3Atb3BhY2l0eT0iMC43NiIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MiUiIHN0b3AtY29sb3I9IiMxZDFkMWQiIHN0b3Atb3BhY2l0eT0iMC43MiIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiMxNDE0MTQiIHN0b3Atb3BhY2l0eT0iMC43MiIvPgogICAgPHN0b3Agb2Zmc2V0PSI2OCUiIHN0b3AtY29sb3I9IiMxMjEyMTIiIHN0b3Atb3BhY2l0eT0iMC43MiIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NCUiIHN0b3AtY29sb3I9IiMxMTExMTEiIHN0b3Atb3BhY2l0eT0iMC43MiIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MSUiIHN0b3AtY29sb3I9IiMxNjE2MTYiIHN0b3Atb3BhY2l0eT0iMC43MiIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NCUiIHN0b3AtY29sb3I9IiMxYzFjMWMiIHN0b3Atb3BhY2l0eT0iMC43MiIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiMyZTJlMmUiIHN0b3Atb3BhY2l0eT0iMC43NCIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiM0NzQ3NDciIHN0b3Atb3BhY2l0eT0iMC43NyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNTY1NjU2IiBzdG9wLW9wYWNpdHk9IjAuNzgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top,  rgba(117,117,117,0.81) 0%, rgba(112,112,112,0.8) 10%, rgba(107,107,107,0.8) 13%, rgba(96,96,96,0.79) 26%, rgba(80,80,80,0.78) 39%, rgba(76,76,76,0.77) 42%, rgba(74,74,74,0.77) 45%, rgba(68,68,68,0.76) 48%, rgba(29,29,29,0.72) 52%, rgba(20,20,20,0.72) 65%, rgba(18,18,18,0.72) 68%, rgba(17,17,17,0.72) 74%, rgba(22,22,22,0.72) 81%, rgba(28,28,28,0.72) 84%, rgba(46,46,46,0.74) 90%, rgba(71,71,71,0.77) 97%, rgba(86,86,86,0.78) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(117,117,117,0.81)), color-stop(10%,rgba(112,112,112,0.8)), color-stop(13%,rgba(107,107,107,0.8)), color-stop(26%,rgba(96,96,96,0.79)), color-stop(39%,rgba(80,80,80,0.78)), color-stop(42%,rgba(76,76,76,0.77)), color-stop(45%,rgba(74,74,74,0.77)), color-stop(48%,rgba(68,68,68,0.76)), color-stop(52%,rgba(29,29,29,0.72)), color-stop(65%,rgba(20,20,20,0.72)), color-stop(68%,rgba(18,18,18,0.72)), color-stop(74%,rgba(17,17,17,0.72)), color-stop(81%,rgba(22,22,22,0.72)), color-stop(84%,rgba(28,28,28,0.72)), color-stop(90%,rgba(46,46,46,0.74)), color-stop(97%,rgba(71,71,71,0.77)), color-stop(100%,rgba(86,86,86,0.78)));
  background: -webkit-linear-gradient(top,  rgba(117,117,117,0.81) 0%,rgba(112,112,112,0.8) 10%,rgba(107,107,107,0.8) 13%,rgba(96,96,96,0.79) 26%,rgba(80,80,80,0.78) 39%,rgba(76,76,76,0.77) 42%,rgba(74,74,74,0.77) 45%,rgba(68,68,68,0.76) 48%,rgba(29,29,29,0.72) 52%,rgba(20,20,20,0.72) 65%,rgba(18,18,18,0.72) 68%,rgba(17,17,17,0.72) 74%,rgba(22,22,22,0.72) 81%,rgba(28,28,28,0.72) 84%,rgba(46,46,46,0.74) 90%,rgba(71,71,71,0.77) 97%,rgba(86,86,86,0.78) 100%);
  background: -o-linear-gradient(top,  rgba(117,117,117,0.81) 0%,rgba(112,112,112,0.8) 10%,rgba(107,107,107,0.8) 13%,rgba(96,96,96,0.79) 26%,rgba(80,80,80,0.78) 39%,rgba(76,76,76,0.77) 42%,rgba(74,74,74,0.77) 45%,rgba(68,68,68,0.76) 48%,rgba(29,29,29,0.72) 52%,rgba(20,20,20,0.72) 65%,rgba(18,18,18,0.72) 68%,rgba(17,17,17,0.72) 74%,rgba(22,22,22,0.72) 81%,rgba(28,28,28,0.72) 84%,rgba(46,46,46,0.74) 90%,rgba(71,71,71,0.77) 97%,rgba(86,86,86,0.78) 100%);
  background: -ms-linear-gradient(top,  rgba(117,117,117,0.81) 0%,rgba(112,112,112,0.8) 10%,rgba(107,107,107,0.8) 13%,rgba(96,96,96,0.79) 26%,rgba(80,80,80,0.78) 39%,rgba(76,76,76,0.77) 42%,rgba(74,74,74,0.77) 45%,rgba(68,68,68,0.76) 48%,rgba(29,29,29,0.72) 52%,rgba(20,20,20,0.72) 65%,rgba(18,18,18,0.72) 68%,rgba(17,17,17,0.72) 74%,rgba(22,22,22,0.72) 81%,rgba(28,28,28,0.72) 84%,rgba(46,46,46,0.74) 90%,rgba(71,71,71,0.77) 97%,rgba(86,86,86,0.78) 100%);
  background: linear-gradient(to bottom,  rgba(117,117,117,0.81) 0%,rgba(112,112,112,0.8) 10%,rgba(107,107,107,0.8) 13%,rgba(96,96,96,0.79) 26%,rgba(80,80,80,0.78) 39%,rgba(76,76,76,0.77) 42%,rgba(74,74,74,0.77) 45%,rgba(68,68,68,0.76) 48%,rgba(29,29,29,0.72) 52%,rgba(20,20,20,0.72) 65%,rgba(18,18,18,0.72) 68%,rgba(17,17,17,0.72) 74%,rgba(22,22,22,0.72) 81%,rgba(28,28,28,0.72) 84%,rgba(46,46,46,0.74) 90%,rgba(71,71,71,0.77) 97%,rgba(86,86,86,0.78) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf757575', endColorstr='#c7565656',GradientType=0 );

  border: 2px solid rgba(170, 170, 170, 0.75);
  border-radius: 5px;
  position: relative;
  overflow: visible;
  opacity: 0.95;

  display: block;
  float: left;
  height: 32px;
  margin-left: -8px;
  padding: 0px 10px 3px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
}
.interview .clearfix {
  padding-left: 4px;
}
.interview__answers {
  padding-left: 5px;
}
.interview__button:hover {
  opacity: 1;
}
.interview__button.disabled {
  cursor: auto;
  color: #aaa;
}
.interview__button.disabled:hover {
  opacity: 0.95;
}
.interview__links {
  float: right;
}
.interview__links a:hover {
  color: #fff;
}
.interview__results {
  font-size: 1em;
  color: #ccc;
  display: block;
  margin-top: 9px;
  cursor: pointer;
  border-bottom: 1px dashed #ccc;
  line-height: 0.95em;
  display: inline-block;
}
.interview__results:hover {
  border-color: #fff;
}
.interview__more {
  font-size: 1em;
  color: #ccc;
  display: block;
  margin-top: 17px;
}
.interview__bars {
  color: #ccc;
  margin-left: -9px;
  margin-bottom: -7px;
}
.interview-info {
  padding-bottom: 10px;
}
.interview-info__scale {
  float: left;
  width: 150px;
  height: 16px;
  margin-top: 1px;
  border: 2px solid #82868a;
  border-radius: 5px;
  margin-right: 7px;
}
.interview-info__scale .bg {
  background: #303336;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwMzMzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzIzMjYyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzE1MTgxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzE2MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #303336 0%, #232629 47%, #15181c 53%, #131619 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303336), color-stop(47%, #232629), color-stop(53%, #15181c), color-stop(100%, #131619));
  background: -webkit-linear-gradient(top, #303336 0%, #232629 47%, #15181c 53%, #131619 100%);
  background: -o-linear-gradient(top, #303336 0%, #232629 47%, #15181c 53%, #131619 100%);
  background: -ms-linear-gradient(top, #303336 0%, #232629 47%, #15181c 53%, #131619 100%);
  background: linear-gradient(to bottom, #303336 0%, #232629 47%, #15181c 53%, #131619 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303336', endColorstr='#131619', GradientType=0);
  height: 12px;
  padding: 2px;
  border-radius: 3px;
}
.interview-info__scale .bg .fill {
  border-radius: 2px;
  background: #76d42c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2ZDQyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEzJSIgc3RvcC1jb2xvcj0iIzcyYzUyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzY0YTQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzRmOGMxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NTYzMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #76d42c 0%, #72c528 13%, #64a41e 47%, #4f8c10 53%, #45630b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76d42c), color-stop(13%, #72c528), color-stop(47%, #64a41e), color-stop(53%, #4f8c10), color-stop(100%, #45630b));
  background: -webkit-linear-gradient(top, #76d42c 0%, #72c528 13%, #64a41e 47%, #4f8c10 53%, #45630b 100%);
  background: -o-linear-gradient(top, #76d42c 0%, #72c528 13%, #64a41e 47%, #4f8c10 53%, #45630b 100%);
  background: -ms-linear-gradient(top, #76d42c 0%, #72c528 13%, #64a41e 47%, #4f8c10 53%, #45630b 100%);
  background: linear-gradient(to bottom, #76d42c 0%, #72c528 13%, #64a41e 47%, #4f8c10 53%, #45630b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76d42c', endColorstr='#45630b', GradientType=0);
  height: 12px;
}
.interview-info__quantity {
  float: left;

  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
.interview-info__quantity div {
  float: left;
  margin-top: 4px;
}
.interview-info__quantity span {
  font-size: .75em;
  display: block;
  float: left;
  margin-left: 5px;
  margin-top: 7px;
}
.interview .totalVotes {
  margin: 5px 0;
}
.interview__bars .interview .totalVotes {
  margin: 5px 0 5px 4px;
}
h2.internal__media {
  color: #FFF;
  font-size: 1.17em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  padding: 10px 0px 10px 10px;
}

.content__inner .interview {
  width: 485px;
  margin-bottom: -30px;
}
.archive_link {
  opacity: 0.95;
}
.archive_link:hover {
  opacity: 1;
}
.p-paging {

}
.wp-polls-paging-pages {
  margin: 0 auto;
  float: left;
}
.wp-polls-hellip {
  margin-top:38px;
  margin-bottom: -8px;
}
.wp-polls-paging {
  height: 65px;
  margin: 0px -20px -24px -20px;
}
.wp-polls-paging a {
  /*margin-right: 10px;*/
}
.wp-polls-paging a.last {
  margin-right: 0 !important;
}
.wp-polls-prev {
  width: 56px;
  height: 65px;
  background-position: -480px 0;
  margin-left: -4px;

}
.wp-polls-prev:hover {
  background-position: -480px -70px;

}
.wp-polls-next {
  width: 56px;
  height: 65px;
  background-position: -538px 0;
  margin-right: -4px !important;
  float:  right !important;
}
.wp-polls-next:hover {
  background-position: -538px -70px;

}
.wp-polls-link {
  width: 40px;
  height: 24px;
  background-position: -597px -88px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 14px;
  padding: 10px 20px 10px 9px;
}
.wp-polls-link.active, .wp-polls-link:hover {
  background-position: -597px -132px;
  color: #E9FF83;
}
.content__inner .interview .wp-polls, .polls_parent .wp-polls-form {
  margin: 20px 0px 30px 0px;
}
.content__inner .interview .voteInPoll {
  margin-top: -21px !important;
}
.content__inner .interview-info__scale {
  width: 350px;
}
/*interview*/
.breadcrumbs {
  color: #ccc;
  margin: 0px 22px 10px 22px;
}
.breadcrumbs a {
  color: #eee;
}
.breadcrumbs a:hover {
  color: #fff;
}

.no-cssgradients .interview__button {
  border: 2px solid #aaa;
}
.container {
  width: 1010px;
  margin: 0 auto;
  position: relative;
}
.top-line {
  background: url(images/bg/top_line.jpg) repeat-x center top #252525;
  width: 100%;
  height: 50px;
  box-shadow: 0 0 12px 12px rgba(0, 0, 0, 0.25);
  /* position: relative;*/
  /* z-index: 100;*/
}
.top-line__nav {
  float: left;

}
.top-line__nav .elems {
  font-size: 1.25em;
  margin-left: -40px;
}
.top-line__nav .elems .elem {
  float: left;
  margin-left: 40px;
}
.top-line__nav .elems .elem_last {
  /*  margin-left: 44px;*/
}
.top-line__nav .elems .elem a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 12px 0 6px 28px;
  position: relative;
}
.top-line__nav .elems .elem a:hover,
.top-line__nav .elems .elem a:active {
  /*  text-decoration: underline;*/
}
.top-line__nav .elems .elem a.active,
.top-line__nav .elems .elem a:hover {
  color: #87d704;
}
.top-line__nav .elems .elem a.active .sprite_top1,
.top-line__nav .elems .elem a:hover .sprite_top1 {
  background-position: -390px 0;
}
.top-line__nav .elems .elem a.active .sprite_top2,
.top-line__nav .elems .elem a:hover .sprite_top2  {
  background-position: -390px -30px;
}
.top-line__nav .elems .elem a.active .sprite_top3,
.top-line__nav .elems .elem a:hover .sprite_top3  {
  background-position: -389px -60px;
}
.top-line__nav .elems .elem a.active .sprite_top4,
.top-line__nav .elems .elem a:hover .sprite_top4  {
  background-position: -390px -90px;
}
.top-line__nav .elems .elem a.active .sprite_top5,
.top-line__nav .elems .elem a:hover .sprite_top5  {
  background-position: -388px -119px;
}
.top-line__nav .elems .elem a.active .sprite_top6,
.top-line__nav .elems .elem a:hover .sprite_top6  {
  background-position: -388px -150px;
}
.top-line__nav .elems .elem a.active .sprite_top7,
.top-line__nav .elems .elem a:hover .sprite_top7  {
  background-position: -388px -181px;
}
.top-line__nav .elems .elem a .sprite {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  /*position: relative;*/

}

.top-line__nav .elems .elem a .sprite_top1 {
  top: 10px;
  left: 0;
}
.top-line__nav .elems .elem a .sprite_top2 {
  top: 13px;
  left: -2px;
}
.top-line__nav .elems .elem a .sprite_top3 {
  top: 10px;
  left: 0;
}
.top-line__nav .elems .elem a .sprite_top4 {
  top: 11px;
  left: -2px;
}
.top-line__nav .elems .elem a .sprite_top5 {
  top: 11px;
  left: -4px;
}
.top-line__nav .elems .elem a .sprite_top6 {
  top: 11px;
  left: -4px;
}
.top-line__nav .elems .elem a .sprite_top7 {
  top: 11px;
  left: -4px;
}

.sprite_top8 {
  background-position: -358px -214px;
}
.top-line__nav .elems .elem a.active .sprite_top8,
.top-line__nav .elems .elem a:hover .sprite_top8  {
  background-position: -388px -214px;
}
.top-line__nav .elems .elem a .sprite_top8 {
  top: 11px;
  left: -4px;
}
.top-line__question {
  float: right;
  display: block;
  width: 42px;
  height: 42px;
  margin: 7px 0 0 20px;
  background-position: -597px -2px;
  position: relative;
  z-index: 1;

}
.top-line__question:hover, .top-line__question.active {
  background-position: -597px -46px;

}
.top-line__langs {
  /* width: 160px;*/
  position: absolute;
  right: 0px;
  top: 7px;
  z-index: 100;
}
.top-line__langs .custom-select__options {
  right: 0px;
  /* width: 156px;*/
}

.top-line__langs {
  width: 70px;
}
.top-line__langs .custom-select__options {
  width: 66px;
}
.top-line__lang  {
  padding: 6px 34px;
}
.top-line__langs .text {
  display: none;
}

.rcnt {
  height: 1px;
  width: 1px;
  position: absolute;
  left:-1px;
  top: -1px;
}
.rcnt a {
  height: 1px;
  width: 1px;
}
.rcnt img {
  height: 1px;
  width: 1px;
}
#globalOverlay {
  top: 0;
  left: 0;
  z-index: 90;
  position: fixed;
  width: 100%;
  height: 100%;
}
.top-line__lang {
  font-size: 1.125em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  /* padding: 6px 40px;*/
  position: relative;
  height: 16px;
}
.top-line__lang .flag {
  background: url(images/bg/flags2.png) no-repeat;
  display: block;
  width: 24px;
  height: 16px;
  position: absolute;
  left: 8px;
  top: 8px;
}
.top-line__lang .flag_ru {
  background-position: 0 0;
}
.top-line__lang .flag_en {
  background-position: -24px 0;
}
.top-line__lang .flag_de {
  background-position: -48px 0;
}
.top-line__lang .flag_zh {
  background-position: -72px 0;
}
.top-line__lang .flag_pt {
  background-position: -96px 0;
}
.top-line__lang .flag_pl {
  background-position: -120px 0;
}
.top-line__lang .flag_es {
  background-position: -144px 0;
}
.top-line__lang .flag_fa {
  background-position: -168px 1px;
}
.top-line__lang .flag_ph {
  background-position: -192px 0px;
}
.top-line__lang .flag_sg {
  background-position: -216px 0px;
}
.main-header {
  width: 100%;
  height: 255px;
}

.main-header__logo {
  display: none;
  width: 187px;
  height: 187px;
  margin: 27px auto 0;
}
.main-header__logo.logo_png {
  display: block;
}
.main-header__social {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.8);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); IE6-9 */
  border:2px solid #aaa;
  border-radius: 5px 0px 0px 5px;
  top: 128px;
  position: absolute;
  right: 0;
  padding: 5px 5px 0 5px;
  border-right: 0 none;
  width: 170px;

}
.main-header__zh-specific {
  position: absolute;
  font-size: 0.75em;
  color: #CCC;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.main-header__social .vk {
  margin-bottom: 5px;
}
.main-header__social .ok {
  height: 20px;
  margin-bottom: 5px;
}
.main-header__social .mm {
  height: 20px;
  margin-bottom: 5px;
}

.main-header__tanks {
  display:  none;
}
.main-header__server {
  width: 331px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 27px;
  z-index: 95;
}
.main-header__server .title {
  font-size: 1.125em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  display: block;
  padding-top: 7px;
}
.main-header__server .custom-select {
  width: 258px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.server-info__number span {
  text-transform: uppercase;
}
.server-info__number span small {
  font-size: 6px !important;
}
.main-header__server .server-info__number {
  font-size: 1.125em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  display: block;
  float: left;
  /* padding: 5px 7px 0px 0px;*/
  padding: 6px 7px 0px 0px;
  width: 46px;
  text-align: right;
}
.main-header__server .server-info__scale {
  float: left;
  width: 46px;
  height: 20px;
  /* margin-top: 1px;*/
  border: 2px solid #82868a;
  border-radius: 5px;
}
.main-header__server .server-info__scale .bg {
  background: #303336;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwMzMzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzIzMjYyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzE1MTgxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzE2MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #303336 0%, #232629 47%, #15181c 53%, #131619 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303336), color-stop(47%, #232629), color-stop(53%, #15181c), color-stop(100%, #131619));
  background: -webkit-linear-gradient(top, #303336 0%, #232629 47%, #15181c 53%, #131619 100%);
  background: -o-linear-gradient(top, #303336 0%, #232629 47%, #15181c 53%, #131619 100%);
  background: -ms-linear-gradient(top, #303336 0%, #232629 47%, #15181c 53%, #131619 100%);
  background: linear-gradient(to bottom, #303336 0%, #232629 47%, #15181c 53%, #131619 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303336', endColorstr='#131619', GradientType=0);
  height: 16px;
  padding: 2px;
  border-radius: 3px;
}
.main-header__server .server-info__scale .bg .fill {
  border-radius: 2px;
  background: #76d42c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2ZDQyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEzJSIgc3RvcC1jb2xvcj0iIzcyYzUyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzY0YTQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzRmOGMxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NTYzMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #76d42c 0%, #72c528 13%, #64a41e 47%, #4f8c10 53%, #45630b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76d42c), color-stop(13%, #72c528), color-stop(47%, #64a41e), color-stop(53%, #4f8c10), color-stop(100%, #45630b));
  background: -webkit-linear-gradient(top, #76d42c 0%, #72c528 13%, #64a41e 47%, #4f8c10 53%, #45630b 100%);
  background: -o-linear-gradient(top, #76d42c 0%, #72c528 13%, #64a41e 47%, #4f8c10 53%, #45630b 100%);
  background: -ms-linear-gradient(top, #76d42c 0%, #72c528 13%, #64a41e 47%, #4f8c10 53%, #45630b 100%);
  background: linear-gradient(to bottom, #76d42c 0%, #72c528 13%, #64a41e 47%, #4f8c10 53%, #45630b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76d42c', endColorstr='#45630b', GradientType=0);
  height: 16px;
}
.main-header__server .server-info__scale .bg .fill_r {
  border-radius: 2px;
  background: #d45f2c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0NWYyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjY2E1ODJjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDclIiBzdG9wLWNvbG9yPSIjYTQzYzFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTMlIiBzdG9wLWNvbG9yPSIjOGUzMDEzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY4MTkxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #d45f2c 0%, #ca582c 7%, #a43c1f 47%, #8e3013 53%, #681911 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d45f2c), color-stop(7%,#ca582c), color-stop(47%,#a43c1f), color-stop(53%,#8e3013), color-stop(100%,#681911));
  background: -webkit-linear-gradient(top,  #d45f2c 0%,#ca582c 7%,#a43c1f 47%,#8e3013 53%,#681911 100%);
  background: -o-linear-gradient(top,  #d45f2c 0%,#ca582c 7%,#a43c1f 47%,#8e3013 53%,#681911 100%);
  background: -ms-linear-gradient(top,  #d45f2c 0%,#ca582c 7%,#a43c1f 47%,#8e3013 53%,#681911 100%);
  background: linear-gradient(to bottom,  #d45f2c 0%,#ca582c 7%,#a43c1f 47%,#8e3013 53%,#681911 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d45f2c', endColorstr='#681911',GradientType=0 );
  height: 16px;
}
.main-header__server .server-info__scale .bg .fill_d {
  border-radius: 2px;
  background: #808080;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwODA4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjN2I3YjdiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDclIiBzdG9wLWNvbG9yPSIjNjI2MjYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTMlIiBzdG9wLWNvbG9yPSIjNTE1MTUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNkM2QzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #808080 0%, #7b7b7b 7%, #626262 47%, #515151 53%, #3d3d3d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808080), color-stop(7%,#7b7b7b), color-stop(47%,#626262), color-stop(53%,#515151), color-stop(100%,#3d3d3d));
  background: -webkit-linear-gradient(top,  #808080 0%,#7b7b7b 7%,#626262 47%,#515151 53%,#3d3d3d 100%);
  background: -o-linear-gradient(top,  #808080 0%,#7b7b7b 7%,#626262 47%,#515151 53%,#3d3d3d 100%);
  background: -ms-linear-gradient(top,  #808080 0%,#7b7b7b 7%,#626262 47%,#515151 53%,#3d3d3d 100%);
  background: linear-gradient(to bottom,  #808080 0%,#7b7b7b 7%,#626262 47%,#515151 53%,#3d3d3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#3d3d3d',GradientType=0 );
  height: 16px;
}
#serversList {
  background: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
  border: 2px solid rgba(170, 170, 170, 0.75);
  border-radius: 5px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
  top: 44px;
  position: absolute;
  right: 0;
  padding: 5px 0px 5px 5px;
  display: none;
}
#serversList .sl-item {
  width: 152px;
}
#serversList .server-info__locale {
  padding: 3px 0px 0px 0px;
}
#serversList .server-info__number {
  padding: 3px 7px 0px 0px;
}
#serversList .sl-item {
  opacity: 0.4;
  transition: opacity 200ms;
}
#serversList .sl-item:hover,
#serversList .sl-item.prefered {
  opacity: 1;
}
#serversList table {
  margin: 5px 5px 5px 5px;
}
#serversList .sl-item {
  cursor: pointer;
  margin-right: 5px;
  padding: 5px;
}
#serversList .sl-item.disabled {
  cursor: default;
}
#serversList .sl-item.disabled:hover {
  background-color: transparent;
  opacity: 0.7;
}
#serversList .sl-item.disabled.prefered:hover {
  opacity: 1;
}
#serversList .sl-item:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}
#activeServer .server-info__number  {
  padding: 6px 6px 0px 5px;
}
#activeServer .server-info__scale {
  margin-top: 3px;
}
#activeServer  .server-info__quantity {
  padding: 6px 0px 0px 6px;
}
.server-info__quantity .players_text  {
  display: none;
}
#activeServer .server-info__quantity .players_text {
  display: inline;
}

.active .custom-select__active .custom-select__arrow {
  background-position: -340px -11px;
}
.active {
  opacity: 1;
}
.main-header__server .server-info__quantity {
  font-size: 1.125em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  display: block;
  float: left;
  /*padding: 5px 0px 0px 7px;*/
  padding: 3px 0px 0px 6px;
}
.main-header__server .server-info__quantity.leftZero {
  padding-left: 0px;
}
.main-header__server-inactive{
  width: 331px;
  height: 230px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 90;
  font-size: 1.125em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);

}
.main-header__server-message {

  text-align: center;
  vertical-align: middle;
  /*  background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid rgba(170, 170, 170, 0.75);
    border-radius: 5px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);*/
  padding: 7px 0px 20px 0px;
  height: 194px;
}
.main-header__server-image {
  margin: 26px 0 20px;
}
.main-header__fight-button {
  display: block;
  width: 338px;
  height: 88px;
  position: absolute;
  right: -4px;
  top: 1px;
}
.main-header__download-button {
  display: block;
  width: 338px;
  height: 88px;
  position: absolute;
  right: -4px;
  top: 152px;
}
.main-header__online {
  font-size: 1.125em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  width: 331px;
  position: absolute;
  right: 1px;
  top: 101px;
}
.main-header__online .title {
  display: block;
  float: left;
}
.main-header__online .digits {
  display: block;
  float: right;
}

.visual {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.visual__container {
  width: 1006px;
  height: 300px;
  margin: 0 auto;
  border: 2px solid rgba(170, 170, 170, 0.75);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.visual__wrapper {
  width: 10000000px;
  height: 300px;
  position: absolute;
  background-color: #000;
}
.visual__image {
  float: left;
  width: 1006px;
  height: 300px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
.visual__pagination {
  width: 1010px;
  height: 0;
  margin-left: -505px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 80;
}
.image-normal {
  display: none;
}
.visual__button {
  width: 56px;
  height: 68px;
  border: none;
  position: absolute;
  top: 116px;
}
.visual__button.prev {
  left: -72px;
}
.visual__button.next {
  right: -72px;
}
/*
.visual__pagination {
  width: 1010px;
  height: 18px;
  margin-left: -502px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 3;
}
.visual__pagination .elems {
  text-align: center;
}
.visual__pagination .elems .elem {
  display: inline-block;
  *display: inline;
  width: 20px;
  height: 18px;
  cursor: pointer;
  margin-right: 6px;
}
.visual__pagination .elems .elem.active {
  cursor: default;
}
*/
.news-block {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.news-block__container {
  width: 1010px;
  height: 220px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.news-block__wrapper {
  width: 10000000px;
  height: 220px;
  position: absolute;
}
.news-block__blocks {
  margin-left: -10px;
}
.news-block__block {
  color: #fff;
  text-decoration: none;
  display: block;
  float: left;
  width: 326px;
  height: 216px;
  margin-left: 10px;
  border: 2px solid rgba(170, 170, 170, 0.75);
  border-radius: 5px;
  position: relative;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
  background-color: #000;
}

a.news-block__block {
  opacity: 0.95;
}
a.news-block__block:hover {
  opacity: 1;
}
.news-block__image {
  width: 326px;
  height: 216px;
  border-radius: 3px;
  position: relative;
  /* z-index: 1;*/
}
.news-block__text {
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
  display: block;
  width: 326px;
  border-radius: 0 0 3px 3px;
  padding-bottom: 8px;
  position: absolute;
  /* z-index: 2;*/
  left: 0;
  bottom: 0;
}
.news-block__text .time {
  font-size: .875em;
  color: #8f8f8f;
  display: block;
  padding: 12px 12px 4px 12px;
}
.news-block__text .title {
  font-size: 1.125em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0 12px 0;
}
.news-block__buttons {
  width: 1010px;
  height: 0;
  margin: 0 auto;
  margin-left: -505px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 80;
}
.news-block__button {
  width: 56px;
  height: 68px;
  border: none;
  position: absolute;
  top: 78px;
}
.news-block__button.prev {
  left: -72px;
}
.news-block__button.next {
  right: -72px;
}

.video-block {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.video-block__corner {
  background: url(images/bg/corners.png) no-repeat;
  width: 5px;
  height: 5px;
  position: absolute;
  z-index: 100;
}
.video-block__corner.lt {
  background-position: 0 0;
  left: -2px;
  top: -2px;
}
.video-block__corner.rt {
  background-position: -5px 0;
  right: -2px;
  top: -2px;
}
.video-block__corner.lb {
  background-position: 0 -5px;
  left: -2px;
  bottom: -2px;
}
.video-block__corner.rb {
  background-position: -5px -5px;
  right: -2px;
  bottom: -2px;
}
.video-block__container {
  width: 1006px;
  height: 610px;
  margin: 0 auto;
  border: 2px solid rgba(170, 170, 170, 0.75);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
}
.video-block__wrapper {
  font-size: 0;
  width: 10000000px;
  height: 610px;
  position: absolute;
  background-color: #000;
}
.video-block__youtube-container {
  border-radius: 3px;
}
.video-block__buttons {
  width: 1010px;
  height: 0;
  margin-left: -505px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 80;
}
.video-block__button {
  width: 56px;
  height: 68px;
  border: none;
  position: absolute;
  top: 275px;
}
.video-block__button.prev {
  left: -72px;
}
.video-block__button.next {
  right: -72px;
}
.tops-block {
  width: 100%;
  margin-bottom: 20px;
}
.tops-block__columns {
  margin-left: -10px;
}
.tops-block__column-wide {
  float: left;
  width: 1006px;
  margin-left: 10px;
  border: 2px solid rgba(170, 170, 170, 0.75);
  border-radius: 5px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.8);
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); */
  padding: 20px 0px 10px;

}
.tops-block__column-inner {
  float: left;
  width: 291px;
  padding: 0px 20px 0px;
}
.tops-block__column {
  float: left;
  width: 286px;
  margin-left: 10px;
  padding: 20px 20px 19px;
  border: 2px solid rgba(170, 170, 170, 0.75);
  border-radius: 5px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.8);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 );  */
}
.tops-block__column .interview {
  padding-bottom: 3px;
}
.tops-block__column-wide .title {
  display: block;
  width: 100%;
  margin: 0px 20px 15px;

}
.tops-block__column-wide .title,
.tops-block__column .title {
  font-size: 1.125em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 10px;
}
.tops-block__column-inner .elems,
.tops-block__column .elems {
  list-style: none outside none;
}
.tops-block__column-inner .elems .elem,
.tops-block__column .elems .elem {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1em;
  color: #ccc;
  margin-bottom: 10px;
}
.tops-block__column-inner .elems .elem a,
.tops-block__column .elems .elem a {
  color: #ccc;
  text-decoration: none;
}
.tops-block__column-inner .elems .elem:hover a,
.tops-block__column .elems .elem:hover a {
  color: #e5e5e5;
}
.tops-block__column-inner .elems .elem:hover img ,
.tops-block__column .elems .elem:hover img {
  opacity: 1;
}
.tops-block__column-inner .elems .elem img,
.tops-block__column .elems .elem img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  position: relative;
  top: 0px;
  opacity: 0.9;
}
.tops-block__column-inner .elems .elem a .pos {
  width: 21px;
  text-align: center;
  display: inline-block;
}


.no-cssgradients .news-block__text {
  /* background: #000;*/
}

.content__container {
  width: 1010px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.content__inner {
  position: relative;
  padding: 20px;
  color: #ccc;
  border: 2px solid rgba(170, 170, 170, 0.75);
  border-radius: 5px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); */
}
.content__inner a {
  color: #eee;
}
.content__inner a:hover {
  color:#fff;
}
.content__inner h1 {
  margin: 0;
}
.content__inner p {
  margin: 0.5em 0;
  line-height: 1.15em;
}
.content__inner .mature {
  position: relative;
  top: 13px;
  z-index: 1;
  left: 100%;
  margin-left: -30px;
}
.content__inner .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 10px;
  margin-top: -15px;
}

.content__inner .video iframe,
.content__inner .video object,
.content__inner .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content__inner .breadcrumbs {
  font-size: .875em;
  margin-bottom: 10px;
}
.content__wrapper img {
  max-width: 630px;
  max-height: 900px;

}
.content__inner ol,.content__inner ul {
  padding: 0 0 0 40px;

}
.content__inner li {
  line-height: 1.15em;
  padding-bottom: 0.3em;
}
.content__inner ol {
  margin: 1em 0;
}
.title_image {
  max-width: 630px;
  max-height: 900px;
  width: 100%;

}
.content__inner table td img {
  width: auto;
}
.content__inner .content__404 {
  text-align: center;
}
.image_404 {
  margin: 20px 0px 10px;
  max-width: 100%;
}
.content__main {
  float: left;
  width: 670px;
  margin-right: 10px;
}
.search_result {
  margin-bottom: 0.5em;
}
.content-title__text {
  display: block;

}
.content-title__text time {
  font-size: .875em;
  color: #8F8F8F;
  display: block;
  padding: 0 0 4px 0;
}
.content-title__text .title {
  color: #fff;
  font-size: 1.17em;
}
.content__side {
  float: left;
  width: 330px;
}
.content__inner .search_result:last-child {
  margin-bottom: -0.5em;
}
.side__container {
  margin-bottom: 10px;
  margin-top: -10px;
}
.side__search {
  opacity: 0.9;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEzJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjczIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjI3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wMiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.92) 13%, rgba(0,0,0,0.73) 32%, rgba(0,0,0,0.27) 71%, rgba(0,0,0,0.08) 90%, rgba(0,0,0,0.02) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(13%,rgba(0,0,0,0.92)), color-stop(32%,rgba(0,0,0,0.73)), color-stop(71%,rgba(0,0,0,0.27)), color-stop(90%,rgba(0,0,0,0.08)), color-stop(100%,rgba(0,0,0,0.02)));
  background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.92) 13%,rgba(0,0,0,0.73) 32%,rgba(0,0,0,0.27) 71%,rgba(0,0,0,0.08) 90%,rgba(0,0,0,0.02) 100%);
  background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.92) 13%,rgba(0,0,0,0.73) 32%,rgba(0,0,0,0.27) 71%,rgba(0,0,0,0.08) 90%,rgba(0,0,0,0.02) 100%);
  background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.92) 13%,rgba(0,0,0,0.73) 32%,rgba(0,0,0,0.27) 71%,rgba(0,0,0,0.08) 90%,rgba(0,0,0,0.02) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.92) 13%,rgba(0,0,0,0.73) 32%,rgba(0,0,0,0.27) 71%,rgba(0,0,0,0.08) 90%,rgba(0,0,0,0.02) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#05000000',GradientType=0 );
  border: 2px solid rgba(170, 170, 170, 0.75);
  border-radius: 5px;
  margin-bottom: 20px;
}
.side__search form div input {
  border: none;
  height: 24px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.side__search:focus {
  opacity: 1;
}
.mtm20 {
  margin-top: -20px;
}
.side__search form .ssubmit {
  width: 24px;
  height: 24px;
  margin: 4px;
  background: url(images/bg/search.png) top left no-repeat transparent;
}
.side__search form .stext {
  background-color: transparent;
  float: right;
  color: #ccc;
  padding-top: 4px;
  width: 248px;
}
.side_current {
  margin: 0 -20px;
  padding: 0 10px 0 10px;
  background: url(images/bg/corner.png) 1px 50% no-repeat transparent;
}
.side_item {
  padding: 10px 0;
}
.side_current .side_item {
  background-color: rgba(76, 76, 76, 0.5);
  border-radius: 5px;
  padding-left: 10px;
}
.side_item a {
  color: #EEE;
}
.side_item a:hover {
  color: #fff;
}
.side_item .time {
  display: block;
  font-size: .875em;
  color: #8F8F8F;
  padding: 0 0 4px 0;
}
.tweets h3 {
  font-weight: normal;
}
.tweets a {
  color: #eee;
}
.tweets a:hover {
  color: #fff;
}
.tweets {
  margin-bottom: -17px;
}
.content__right {
  padding: 20px;
  color: #ccc;
  border: 2px solid rgba(170, 170, 170, 0.75);
  border-radius: 5px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.8);
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 );  */
}
.content_wrapper .content-title__text {
  margin-bottom: 15px;
}
.content__inner h1, .content__inner h2,
.content__inner h3, .content__inner h4,
.content__inner h5, .content__inner h6 {
  color: #FFF;
  font-size: 1.17em;
}
.content__header {
  position: relative;
  margin-bottom: 20px;
}
.content__main .news-block__text {
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
  display: block;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}
.addthis_wrapper {
  width: 100px;
  float: left;
  margin: 10px 0 0 0;
}
.discuss_wrapper {
  margin: 10px 0 0 0;
  float: right;
}
.media__parent  .news-block__container {
  height: auto;
  width: 1010px;
}
.media__parent .news-block__wrapper{
  width: auto;
  height: auto;
  position:static;
  margin-bottom: 10px;
}
.media__parent .news-block__text .title {
  padding: 12px 20px 0;
}
.media__parent .news-block__block {
  margin-bottom: 10px;
}
.video__parent  .news-block__container {
  height: auto;
  width: 1010px;
}
.video__parent .news-block__wrapper{
  width: auto;
  height: auto;
  position:static;
  margin-bottom: 10px;
}
.video__parent .news-block__text .title {
  padding: 12px 20px 0;
}
.video__parent .news-block__block {
  margin-bottom: 10px;
}
.tnk_hidden_title {
  clear: both;
  border-bottom: 1px dashed;
  color: #eee;

  margin: 1em 0;
  cursor: pointer;
  text-decoration: none;
}
.tnk_hidden_title:hover {
  color:#fff;
}
.tnk_hidden_title.tnk_act {
  color: #fff;
}
.tnk_hidden_title.tnk_act:hover {
  color: #eee;
}

.tnk_hidden_content {
  display: block;
}
.tnk_wrapper {
  margin: 0.5em 0;
}
.main-footer {
  width: 100%;
}
.main-footer a {
  color: #eee;
}
.main-footer a:hover {
  color:#fff;
}
.main-footer__container {
  width: 1008px;
  margin: 0 auto;
  border: 2px solid rgba(170, 170, 170, 0.75);
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); */
}
.main-footer__info {
  font-size: .875em;
  color: #ccc;
  padding: 20px 20px 0;
}
.main-footer__info a {

}
.main-footer__nav {
  padding: 15px 20px 15px;
}
.main-footer__nav .elems {
  font-size: .875em;
  color: #ccc;
  margin-left: -30px;
}
.main-footer__nav .elems .elem {
  float: left;
  margin-left: 30px;
}
.main-footer__nav .elems .elem a {

}
.main-footer__socials {
  /*width: 168px;*/
  position: absolute;
  right: 20px;
  top: 15px;
}
.main-footer__socials .elems {
  margin-left: -10px;
}
.main-footer__socials .elems .elem {
  float: left;
  margin-left: 10px;
}
.main-footer__socials .elems .elem a {
  display: block;
  width: 32px;
  height: 32px;
  opacity: 0.95;
}
.main-footer__socials .elems .elem a:hover {
  opacity: 1;
}

.help_parent h3, .help_children h3 {
  font-weight: normal;
  font-size: 1em;
  margin: 1em 0;
}
.calculator {
  width: 100%;
  margin: 20px 0;
  height: 110px;
}
/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important; /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
.gallery {
  margin: 0 auto 18px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery img {
  border: 2px solid rgba(170, 170, 170, 0.75);
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery dl {
  margin: 0;
}
.gallery img {
  border: 10px solid #f1f1f1;
}
.gallery br+br {
  display: none;
}
#content .attachment img {/* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}
.media_video {
  margin-left: -10px;
}
.media_video .video-block__wrapper {
  width: auto;

}
.media_video .video-block__container{
  margin-bottom: 10px;
  /*width: 326px;
  height: 183px;*/
  width: 494px;
  height: 278px;
  float: left;
  margin-left: 10px;
}

#graphic_place {
  display: none;
}
.graphic__container {
  width: 966px;
  margin: 0 auto;
  padding: 20px;
  display: block !important;
  margin-bottom: 20px;
  border: 2px solid rgba(170, 170, 170, 0.75);
  border-radius: 5px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.8);
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 );  */
}
.graphic__container h1 {
  font-size: 1.125em;
  color: #FFF;
  margin-bottom: 10px;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
  clear: both;
}
#comments .navigation {
  padding: 0 0 18px 0;
  font-size: 1em;
}
h3#comments-title,
h3#reply-title {
  margin-bottom: 0;
}
h3#comments-title {
  margin-bottom: 15px;
  font-weight: 500;
}
.commentlist {
  list-style: none;
  margin-top: 20px;
  font-size: 0.8em;
}
.commentlist li.comment {
  border-bottom: 2px solid #D6D6D6;
  margin: 0 0 12px 0;
  padding: 0 0 0 56px;
  position: relative;
}
.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.comment-body {

}
b, strong {
  font-weight: 700 !important;
}
#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px;
}
#comments .comment-body p {
  font-size: 1.125em;
  margin: 6px 0;
}

#comments .comment-body p:last-child {
  margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
  margin-bottom: 10px;
}
.commentlist ol {
  list-style: decimal;
}
.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}
.comment-author {

}
.comment-author cite {
  font-style: normal;
}
.comment-author .says {

}
.comment-meta {

}
.comment-meta a:link,
.comment-meta a:visited {
  /*color: #888;*/
  text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
  /*  color: #ff4b33; */
  text-decoration: underline;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {

  padding: 0 0 12px 0;
}
.reply a,
a.comment-edit-link {
  /* color: #888;*/
}
.reply a:hover,
a.comment-edit-link:hover {
  /*  color: #ff4b33; */
  text-decoration: underline;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li {
  border: none;
  margin: 0;
}
.nopassword,
.nocomments {
  display: none;
}
#comments .pingback {

}
.commentlist li.comment+li.pingback {
  margin-top: -6px;
}
#comments .pingback p {
  display: block;
  margin: 0;
}
#comments .pingback .url {

}

/* Comments form */
input[type=submit] {
}
#respond {
  border-top: 2px solid #D6D6D6;
  margin: 24px 0;
  overflow: hidden;
  position: relative;
}
#respond p {
  margin: 0;
}
#respond .comment-notes {
  margin-bottom: 1em;
}
.form-allowed-tags {
  line-height: 1em;
}
.children #respond {
  margin: 0 48px 0 0;
}
h3#reply-title {
  margin: 18px 0;
}
#comments-list #respond {
  margin: 0 0 18px 0;
}
#comments-list ul #respond {
  margin: 0;
}
#cancel-comment-reply-link {

}
#respond .required {
  /*  color: #ff4b33; */


}
#respond label {

  font-size: 12px;
}
#respond input {
  margin: 0 0 9px;
  width: 98%;
}
#respond textarea {
  width: 98%;
}
#respond .form-allowed-tags {

  font-size: 12px;
  line-height: 18px;
}
#respond .form-allowed-tags code {
  font-size: 11px;
}
#respond .form-submit {
  margin: 12px 0;
}
#respond .form-submit input {

  width: auto;
}
.no_effects {
  border: 0 none;
  box-shadow: none;
  background-color: transparent;
}
.music_item audio {
  width: 100%;
  max-width: 500px;
  height: 30px;
  margin: 10px 0;
  display: block;
}
.music_item {
  margin-bottom: 20px;
  padding-right: 0px;
}
.music_item.last {
  margin-bottom: 0;
}
.music_item .mejs-container {
  border-radius: 5px;
  max-width: 500px;
  margin: 10px 0;
}
.music_item .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #7e916f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlOTE2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEzJSIgc3RvcC1jb2xvcj0iIzc2ODc2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzYxNmU1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzRlNWI0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTQwMmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #7e916f 0%, #768767 13%, #616e54 47%, #4e5b41 53%, #3a402e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e916f), color-stop(13%,#768767), color-stop(47%,#616e54), color-stop(53%,#4e5b41), color-stop(100%,#3a402e));
  background: -webkit-linear-gradient(top,  #7e916f 0%,#768767 13%,#616e54 47%,#4e5b41 53%,#3a402e 100%);
  background: -o-linear-gradient(top,  #7e916f 0%,#768767 13%,#616e54 47%,#4e5b41 53%,#3a402e 100%);
  background: -ms-linear-gradient(top,  #7e916f 0%,#768767 13%,#616e54 47%,#4e5b41 53%,#3a402e 100%);
  background: linear-gradient(to bottom,  #7e916f 0%,#768767 13%,#616e54 47%,#4e5b41 53%,#3a402e 100%);
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e916f', endColorstr='#3a402e',GradientType=0 );*/

}
.mejs-controls .mejs-button button:focus {
  outline: 0 none !important;
}
.music_item .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #76ce32;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2Y2UzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEzJSIgc3RvcC1jb2xvcj0iIzcyYzAyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzYzOWYyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzRlODgxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NTYwMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #76ce32 0%, #72c02e 13%, #639f23 47%, #4e8814 53%, #45600e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76ce32), color-stop(13%,#72c02e), color-stop(47%,#639f23), color-stop(53%,#4e8814), color-stop(100%,#45600e));
  background: -webkit-linear-gradient(top,  #76ce32 0%,#72c02e 13%,#639f23 47%,#4e8814 53%,#45600e 100%);
  background: -o-linear-gradient(top,  #76ce32 0%,#72c02e 13%,#639f23 47%,#4e8814 53%,#45600e 100%);
  background: -ms-linear-gradient(top,  #76ce32 0%,#72c02e 13%,#639f23 47%,#4e8814 53%,#45600e 100%);
  background: linear-gradient(to bottom,  #76ce32 0%,#72c02e 13%,#639f23 47%,#4e8814 53%,#45600e 100%);
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76ce32', endColorstr='#45600e',GradientType=0 );*/
}
.music_item .music_items {
  width: 472px;
  margin: 15px 20px 0px 0px;
  float: left;
}

.music_download {
  padding: 0px 0 10px 0;
  margin-top: -5px;
}
.music_download .ios {
  background: url('images/bg/apple_icon.png') center center no-repeat transparent;
  height: 18px;
  width: 14px;
  margin-top: -2px;
}
.music_download .mp3 {
  background: url('images/bg/mp3_icon.png') center center no-repeat transparent;
  height: 16px;
  width: 32px;
  margin-top: 1px;
}
.music_download a {
  opacity: 0.9;
  display: block;
  float: left;
  margin-left: 14px;
}
.music_download a:hover {
  opacity: 1;
}
.music_download .down {
  display: block;
  float: left;
}
#timerContainer {
  height: 57px;
  overflow: hidden;
  width: 290px;
  /*  margin: 0 auto;*/
  position: absolute;
  bottom: 40px;
  left: 50%;
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
  margin-left: -145px;
}

#timerContainer span {
  font-size: 70px;
  display: block;
  float: left;
  width: 75px;
  text-align: center;
  font-weight: 700;
  margin-top: -7px;

}
#timerContainer span.sep {
  width: 30px;
  line-height: 60px;
  margin-bottom: -30px;
}
.tv_cover img {
  max-width: 966px;
  max-height: 900px;
  width: 100%;
}
.tv_cover {
  position: relative;
  padding-bottom: 60%;
  /*padding-bottom: 56.25%;*/
  height: 0;
  overflow: hidden;
}
.tv_cover.with_image {
  margin-bottom: -30px;
}
.tv_cover iframe,
.tv_cover object,
.tv_cover embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_two_columns .tv_item {
  width: 303px;
  float: left;
  margin-bottom: 20px;
}
.video_two_columns .tv_item.odd {
  margin-right: 20px;
}
.video_one_column .tv_item {
  width: 458px;
  float: left;
  margin-bottom: 20px;
}
.video_one_column .tv_item.odd {
  margin-right: 20px;
}
.tv_item p {
  min-height: 2em;
  font-size: 0.95em;
}
.all_translations {
  float: right;
  width: 100%;
  text-align: right;
}
.translation__parent h2 {
  margin-bottom: 10px;
}
.bottom_offset {
  margin-bottom: 20px;
}
.video_two_columns .tv_items .tv_item .tv_cover {
  padding-bottom: 68%;
}
#cboxExtra {
  padding-top: 2px;
}
.media__parent .breadcrumbs {
  margin: 0px;
  /*display: none;*/
}
.ie9 .custom-select,
.ie9 .main-header__scale .server-info__scale .bg,
.ie9 .main-header__scale .server-info__scale .bg .fill,
.ie9 .main-header__scale .server-info__scale .bg .fill_d,
.ie9 .main-header__scale .server-info__scale .bg .fill_r,
.ie9 .interview__button,
.ie9 .server-info__scale,
.ie9 .main-header__social,
.ie9 .news-block__text,
.ie9 .tops-block__column-wide,
.ie9 .tops-block__column,
.ie9 .graphic__container,
.ie9 .main-footer__container,
.ie9 .content__inner,
.ie9 .content__right,
.ie9 .active .custom-select__options,
.ie9 #serversList,
.ie9 .bg {
  filter: none;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1370px) {
  .main-header__social {
    display: none;
  }
}

@media only screen and (max-width: 1169px) {
  body {
    background-size: 2300px;
  }
  .container {
    width: 980px;
  }
  .content__main {
    width: 640px;
  }
  .visual__container {
    width: 976px;
    height: 291px;
  }
  .visual__wrapper {
    height: 291px;
  }
  .visual__image {
    width: 976px;
    height: 291px;
  }
  .media__parent .news-block__container {
    height: auto;
    width:980px;
    margin: 0 auto;
  }
  .video__parent .news-block__container {
    height: auto;
    width:984px;
    margin: 0 auto;
  }
  .visual__pagination {
    width: 980px;
    margin-left: -486px; /*480*/
  }
  .news-block__container {
    width: 980px;
    height: 213px;
  }
  .news-block__wrapper {
    height: 213px;
  }
  .news-block__block,
  .news-block__image {
    width: 316px;
    height: 209px;
  }
  .news-block__text {
    width: 316px;
  }
  .news-block__buttons {
    width: 980px;
    margin-left: -490px;
    z-index: 80;
  }
  .news-block__button.prev {
    left: 5px; /*0*/
  }
  .news-block__button.next {
    right: 2px; /*0*/
  }

  .visual__pagination {
    width: 980px;
    margin-left: -480px;
    z-index: 80;
  }
  .visual__button {
    top: 116px;
  }
  .visual__button.prev {
    left: -7px;
  }
  .visual__button.next {
    right: 10px;
  }

  .video-block__button.prev {
    left: -7px;
  }
  .video-block__button.next {
    right: 10px;
  }
  .video-block__container {
    width: 980px;
    height: 592px;
  }
  .video-block__wrapper {
    height: 592px;
  }
  .video-block__youtube-container {
    width: 980px;
    height: 592px;
  }
  .video-block__buttons {
    width: 980px;
    margin-left: -480px;
    z-index: 80;
  }
  .media_video .video-block__container{
    width: 483px;
    height: 272px;
  }
  .media_video .video-block__youtube-container {
    width: 483px;
    height: 272px;
  }
  .tops-block__column-wide {
    width: 980px;
  }
  .tops-block__column-inner {
    width: 276px;
  }
  .tops-block__container {
    width: 980px;
  }
  .tops-block__column {
    width: 276px;
  }
  .interview-info__scale {
    width: 140px;
  }
  .main-footer__container {
    width: 980px;
  }
  .content__container {
    width: 980px;
  }
  .graphic__container {
    width: 940px;
  }
  .video_two_columns .tv_item {
    width:  288px;
  }
  .music_item .music_items {
    width: 458px;
  }
}
@media only screen and (max-width: 999px) {
  body {
    background-size: 1700px;
  }
  .interview__results,
  .interview__more {
    display: block;
    float: none;
    margin-top: 0;
  }
  .content__inner .interview__results,
  .content__inner .interview__more,
  .content__inner .interview__links {
    float: right;
  }
  .container {
    width: 740px;
  }
  .media__parent .news-block__container {
    height: auto;
    width: 740px;
    margin: 0 auto;
  }
  .video__parent .news-block__container {
    height: auto;
    width: 744px;
    margin: 0 auto;
  }
  .content__main {
    width: 400px;
  }
  .top-line__nav {

  }
  .top-line__nav .elems {
    font-size: 1em;
  }
  .top-line__nav .elems {
    margin-left: -20px;
  }
  .top-line__nav .elems .elem {
    margin-left: 15px;
  }
  .top-line__nav .elems .elem_last {
    /*margin-left: 24px;*/
  }
  .top-line__nav .elems .elem a {
    padding: 15px 0 6px 28px;
  }
  .main-header__logo {
    margin-left: 0;
  }
  .main-header__tanks {
    display: none;
  }
  .main-header__zh-specific {
    right: -4px;
  }
  .visual__container {
    width: 736px;
    height: 219px;
  }
  .visual__wrapper {
    height: 219px;
  }
  .visual__image {
    width: 736px;
    height: 219px;
  }
  .visual__pagination {
    width: 740px;
    margin-left: -369px;/*370*/
  }
  .news-block__container {
    width: 740px;
    height: 160px;
  }
  .news-block__wrapper {
    height: 160px;
  }
  .news-block__block,
  .news-block__image {
    width: 236px;
    height: 156px;
  }
  .news-block__text {
    width: 236px;
  }
  .news-block__buttons {
    width: 740px;
    margin-left: -370px;
    z-index: 80;
  }
  .news-block__button {
    top: 54px;
  }
  .news-block__button.prev {
    left: 5px; /*0*/
  }
  .news-block__button.next {
    right: 2px; /*0*/
  }

  .visual__pagination {
    width: 740px;
    margin-left: -370px;
    z-index: 80;
  }
  .visual__button {
    top: 82px;
  }
  .visual__button.prev {
    left: 6px;
  }
  .visual__button.next {
    right: 4px;
  }

  .video-block__button.prev {
    left: 3px;
  }
  .video-block__button.next {
    right: 0px;
  }
  .video-block__container {
    width: 736px;
    height: 447px;
  }
  .video-block__wrapper {
    height: 447px;
  }
  .video-block__youtube-container {
    width: 736px;
    height: 447px;
  }
  .video-block__buttons {
    width: 740px;
    margin-left: -370px;
  }
  .video-block__button {
    top: 191px;
  }

  .media_video .video-block__container{
    width: 363px;
    height: 204px;
  }

  .media_video .video-block__youtube-container {
    width: 363px;
    height: 204px;
  }

  .tops-block__column-wide {
    width: 740px;
  }
  .tops-block__column-inner {
    width:196px;
  }
  .tops-block__container {
    width: 740px;
  }
  .tops-block__column {
    width: 196px;
  }
  .main-footer__container {
    width: 738px;
  }
  .graphic__container {
    width: 698px;
  }
  .interview__links {
    float: left;
    margin-top: 10px;
  }
  .interview-info__scale {
    width: 185px;
  }
  .voteInPoll {
    margin-top: 5px;
    float: none;
  }
  .content__container {
    width: 740px;
  }
  .video_two_columns .tv_item {
    width: 100%;
    float: none;
  }
  .video_two_columns .tv_item.odd {
    margin-right: 0px;
  }
  .video_one_column .tv_item {
    width: 100%;
    float: none;
  }
  .video_one_column .tv_item.odd {
    margin-right: 0px;
  }
  .tv_cover.with_image {
    margin-bottom: -23px;
  }
  .music_item .music_items {
    width: 500px;
    float: none;
  }
}
@media only screen and (max-width: 759px) {
  body {
    background-size: 1500px;
  }
  .page-wrapper {
    margin-bottom: -174px;
  }
  .page-buffer {
    height: 174px;
  }
  .container {
    width: 460px;
  }
  .content__inner .interview {
    width: 415px;
  }
  .content__inner .interview .voteInPoll {
    float: right;
  }
  .content__inner .interview-info__scale {
    width: 285px;
  }
  .media__parent .news-block__container {
    height: auto;
    width: 460px;
    margin: 0 auto;
  }
  .video__parent .news-block__container {
    height: auto;
    width: 464px;
    margin: 0 auto;
  }
  .main-header__zh-specific {
    position: initial;
    margin: 10px 0 -10px 70px;
  }
  .content__main {
    width: 460px;
  }
  .content__side {
    width: 460px;
    margin-top: 20px;
  }
  .top-line__nav .elems {
    font-size: 0;

    margin-left: -20px;
  }
  .top-line__nav .elems .elem {
    margin-left: 20px;
    width: 24px;
  }
  .top-line__nav .elems .elem a {

    text-indent: -900000000px;
    padding: 1px 0 6px 0px !important;
  }
  .top-line__nav .elems .elem a .sprite {
    /*  display: none;*/
    position: relative;
  }
  .top-line__langs {
    width: 70px;
  }
  .top-line__langs .custom-select__options {
    width: 66px;
  }
  .top-line__lang  {
    padding: 6px 34px;
  }
  .top-line__langs .text {
    display: none;
  }
  .main-header {
    height: auto;
  }
  .main-header__logo {
    margin-bottom: 20px;
    margin-left: auto;
  }
  .main-header__server,
  .main-header__fight-button,
  .main-header__download-button,
  .main-header__online {
    margin: 10px auto;
    position: relative;
    top: 0;
    right: 0;
  }
  .main-header__server {
    margin-bottom: 10px;
  }
  .main-header__fight-button {
    margin-bottom: 0;
  }
  .main-header__download-button {
    margin-bottom: 0;
  }
  .main-header__server-inactive {
    position: static;
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
  .main-header__server-message {
    height: auto;
    padding: 10px 0px;
  }
  .main-header__server-image {
    margin: 0px 0px 10px 0px;
  }
  #serversList {
    right: -19%;
  }

  .visual__container {
    width: 456px;
    height: 136px;
  }
  .visual__wrapper {
    height: 136px;
  }
  .visual__image {
    width: 456px;
    height: 136px;
  }
  .visual__pagination {
    width: 460px;
    margin-left: -225px; /*230*/
  }
  .news-block__container {
    width: 460px;
    height: 150px;
  }
  .news-block__wrapper {
    height: 150px;
  }
  .news-block__block,
  .news-block__image {
    width: 221px;
    height: 146px;
  }
  .news-block__text {
    width: 221px;
  }
  .news-block__buttons {
    width: 460px;
    margin-left: -230px;
    z-index: 80;
  }
  .news-block__button {
    top: 44px;
  }

  .visual__pagination {
    width: 460px;
    margin-left: -230px;
    z-index: 80;
  }
  .visual__button {
    top: 40px;
  }
  .visual__button.prev {
    left: 3px;
  }
  .visual__button.next {
    right: 2px;
  }
  .video-block__container {
    width: 456px;
    height: 278px;
  }
  .video-block__wrapper {
    height: 278px;
  }
  .video-block__youtube-container {
    width: 456px;
    height: 278px;
  }
  .video-block__buttons {
    width: 460px;
    margin-left: -230px;
  }
  .video-block__button {
    top: 105px;
  }
  .media_video {
    margin-left: -7px;
  }
  .media_video .video-block__container{
    width: 456px;
    height: 257px;
  }
  .media_video .video-block__youtube-container {
    width: 456px;
    height: 257px;
  }
  .tops-block__column-wide {
    width: 456px;
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .tops-block__column-inner {
    width:456px;
  }
  .tops-block__container {
    width: 456px;
  }
  .tops-block {
    margin-bottom: 0px;
  }
  .tops-block__column {
    width: 416px;
    margin-bottom: 20px;
  }
  .content__container {
    width: 456px;
  }
  .main-footer__container {
    width: 456px;
  }
  .graphic__container {
    width: 418px;
  }
  .main-footer__nav .elems .elem {
    float: none;
  }
  .main-footer__socials {
    position: static;
    margin: 0px 0px 0px 20px;
    padding-bottom: 20px;
  }
  .interview__links {
    float: right;
  }
  .interview__more {
    margin-top: 10px;
  }
  .interview-info__scale {
    width: 280px;
  }
  .content__inner .interview__links {
    float: right;
  }
  .content__inner .interview {
    width: 415px;
  }
  .content__inner interview-info__scale {
    width: 290px;
  }
  .wp-polls-prev, .wp-polls-next {
    display:  none !important;
  }
  .tv_cover.with_image {
    margin-bottom: -15px;
  }
  #timerContainer {
    height: 50px;
    width: 218px;
    margin-left: -109px;
    bottom: 30px;
  }

  #timerContainer span {
    font-size: 50px;
    width: 55px;
    margin-top: 0px;
  }
  #timerContainer span.sep {
    width: 26px;
    line-height: 42px;
    margin-bottom: -30px;
  }
  .music_item .music_items {
    width: 415px;
    float: none
  }
}
@media only screen and (max-width: 479px) {
  .page-wrapper {
    margin-bottom: -212px;
  }
  .page-buffer {
    height: 212px;
  }
  body {
    background-size: 1100px;
  }
  .media__parent .news-block__container {
    height: auto;
    width: 300px;
    margin: 0 auto;
  }
  .video__parent .news-block__container {
    height: auto;
    width: 304px;
    margin: 0 auto;
  }
  .container {
    width: 300px;
  }
  .content__main {
    width: 300px;
  }
  .content__side {
    width: 300px;
    margin-top: 20px;
  }
  .top-line__nav {
    width: 240px;
  }
  .top-line__nav .elems {
    font-size: 0;
    margin-left: -10px;

  }
  .top-line__nav .elems .elem {
    margin-left: 10px;
  }
  .top-line__nav .elems .elem a {
    padding: 3px 0 2px 0px;
  }
  .top-line__question {
    margin-right:-10px;
  }
  .top-line__langs {
    width: 65px;
    right: 1px;
  }
  .top-line__langs .custom-select__options {
    width: 61px;
  }
  .top-line__lang  {
    padding: 6px 31px;
  }
  .top-line__langs .custom-select__arrow {
    right: 6px;
  }
  .main-header {
    height: auto;
  }
  .main-header__logo {
    margin-bottom: 20px;
    margin-left: auto;
  }
  .main-header__server {
    width: 292px;
  }
  .main-header__server .server-info__scale{
    width: 20px;
  }
  .main-header__server .custom-select {
    width: 220px;
  }
  .main-header__zh-specific {
    position: initial;
    margin: 10px 0 -10px 0px;
  }
  .main-header__fight-button {
    /* background: url(images/bg/buttons_mini.png) no-repeat 0 0;*/
    width: 300px;
    height: 78px;
  }
  .main-header__download-button {
    /* background: url(images/bg/buttons_mini.png) no-repeat 0 0;*/
    width: 300px;
    height: 78px;
    margin-left: -18px;
    margin-bottom: 20px;
  }

  #serversList {
    right: 0;
  }
  #serversList .server-info__scale{
    width: 43px;
  }
  #serversList .sl-item {
    width: 100px;
  }
  #serversList .server-info__quantity {
    display: none;
  }
  .sprite_fight-button {
    display: block;
    /* background: url(images/bg/buttons_mini.png) no-repeat 0 0;*/
    width: 300px;
    height: 78px;
    position: absolute;
    background-position: 0 0;
  }
  .sprite_download-button {
    display: block;
    /* background: url(images/bg/buttons_mini.png) no-repeat 0 0;*/
    width: 300px;
    height: 78px;
    position: absolute;
    background-position: 0 0;
  }
  .main-header__fight-button .b-hover,
  .main-header__fight-button .b-active {
    background-position: 0 -78px;
    opacity: 0;
  }
  .main-header__download-button .download.db-hover,
  .main-header__download-button .download.db-active {
    background-position: 0 -78px !important;
    opacity: 0;
  }
  .main-header__online {
    width: 292px;
  }
  .visual__container {
    width: 296px;
    /*  height: 88px;*/
    height: 196px;
  }
  .visual__wrapper {
    /*  height: 88px;*/
    height: 196px;
  }
  .visual__image {
    width: 296px;
    /*  height: 88px;*/
    height: 196px;
  }
  .image-normal {
    display: block;
  }
  .image-wide {
    display: none;
  }
  .visual__pagination {
    width: 296px;
    margin-left: -143px; /*150*/
  }
  .visual__button {
    top: 71px;
    /*top: 15px;*/
  }
  .visual__button.next {
    right: 5px;
  }
  .visual__button.prev {
    left: -1px;
  }
  .tops-block__column-wide .title,
  .tops-block__column .title {
    width: 260px;
  }
  .news-block__container {
    width: 300px;
    height: 200px;
  }
  .news-block__wrapper {
    height: 200px;
  }
  .news-block__block,
  .news-block__image {
    width: 296px;
    height: 196px;
  }
  .news-block__text {
    width: 296px;
  }
  .news-block__buttons {
    width: 300px;
    margin-left: -150px;
  }
  .news-block__button {
    top: 71px;
  }

  .video-block__container {
    width: 296px;
    height: 181px;
  }
  .video-block__wrapper {
    height: 181px;
  }
  .video-block__youtube-container {
    width: 296px;
    height: 181px;
  }
  .video-block__buttons {
    width: 300px;
    margin-left: -150px;
  }
  .video-block__button {
    top: 60px;
  }
  .media_video {
    margin-left: -9px;
  }
  .media_video .video-block__container{
    width: 298px;
    height: 168px;
  }
  .media_video .video-block__youtube-container {
    width: 298px;
    height: 168px;
  }
  .tops-block__column-wide {
    width: 296px;
    margin-left: 10px;
  }
  .tops-block__column-inner {
    width: 260px;
  }
  .tops-block__container {
    width: 300px;
  }
  .tops-block__column {
    width: 256px;
  }
  .content__container {
    width: 300px;
  }
  .graphic__container {
    width: 258px;
  }
  .side__search form .stext {
    width: 218px;
  }
  .main-footer__container {
    width: 298px;
  }
  .main-footer__socials {

  }
  .main-footer__socials .elems .elem {
    margin-top: 10px;
  }
  .interview-info__scale {
    width: 120px;
  }
  .content__inner .interview__links {
    float: right;
  }
  .content__inner .interview {
    width: 255px;
  }
  .content__inner .interview-info__scale {
    width: 125px;
  }
  #timerContainer {
    height: 50px;
    width: 218px;
    position: static;
    margin: 0 auto;
  }

  #timerContainer span {
    font-size: 50px;
    width: 55px;
    margin-top: 0px;
  }
  #timerContainer span.sep {
    width: 26px;
    line-height: 42px;
    margin-bottom: -30px;
  }
  .tv_cover.with_image {
    margin-bottom: 0px;
  }
  .music_item .music_items {
    width: 255px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */

    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */

  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.fve-video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: transparent;
  padding-bottom: 56.25%; /* This is default, but will be overriden */
  margin: 0.5em 0; /* A bit of margin at the bottom */
}
.fve-video-wrapper iframe,
.fve-video-wrapper object,
.fve-video-wrapper embed {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fve-video-wrapper a.hyperlink-image {
  position: relative;
  display: none;
}
.fve-video-wrapper a.hyperlink-image img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.fve-video-wrapper a.hyperlink-image .fve-play-button {
  position: absolute;
  left: 35%;
  top: 35%;
  right: 35%;
  bottom: 35%;
  z-index: 3;
  background-color: rgba(40, 40, 40, 0.75);
  background-size: 100% 100%;
  border-radius: 10px;
}
.fve-video-wrapper a.hyperlink-image:hover .fve-play-button {
  background-color: rgba(0, 0, 0, 0.85);
}
@media screen and (max-device-width: 768px) {
  .fve-video-wrapper iframe, .fve-video-wrapper object, .fve-video-wrapper embed { display: none; }
  .fve-video-wrapper a.hyperlink-image { display: block; }
}


.war {
  opacity: 0.95;
}
.war a {
  color: #f9e118 !important;
}
.war:hover, .war:active {
  opacity: 1;
}
.war-icon {
  top: 10px;
  left: 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAgNJREFUeNrtlU0vA1EUhrsWCxJUWSAIQXzs/AISITZYi8+KhFggbLphZSHxFyQSNoSlxI9ArESCtLfV6mhLguq8zjmXFtXpjFj2ru7c8z7n4+3MrctVWE4WVF0K/jIgUJ+CsTJpmyOtMMxSjtzCQAkQ7HqGan0VIL46kTc5aUTLDLOUw3oCVQlEhs8RbHuFcgMPK9M59RQTDWuZYdZyAummgUb1mAScUVdJAszf7BJbOMYa1jLDbL6pNVhr6klGThHqeIGq+VZEa+iMY6yRzmtN279bpohb26Wak7jrfkLIVyy2+KtMOZOY21nybLsoWXT0BHFfyw/PzyRmxxbLSbjzxHr7r55zAaedZxWBryin53/tPOtV/A/PM7ZMHiCxUaGTL89CNaYQ6tSd//AcxsQha2RPDLP5C3CCcP8tjM2Szy8TkR4FVYGvnsOY30p/+axlhlgbE8zsCBgevEJsaQ7BpqQ8f+t8/EgnpxhrWMvPxNooQN1EepUA90MXiC0uyJv0YUXaOj7jGGtkSmKIzV8gOr2HgAe6awYHL/G45snS0ZnEPnXMEGudPDJwDX+pBvjqDfcEZX/X58fTWnVaR3s5EytJI1c8M8RSDovb1P3RTTn56d2Vq8HwbpPXb4hO7WemnNqXM45pza4wzFIOC3vGjuULDfffOH69iRGWchT+uh2td664fKyeg1WxAAAAAElFTkSuQmCC');
}