
/* src/movies.css */
.movie_seances-list {
  margin-bottom: 20px;
}
.filter__header__heading {
  vertical-align: middle;
}

/* END src/movies.css */


/* src/button.css */
.wb-button,
.wb-newdialog.ui-dialog .ui-dialog-buttonpane button {
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  font: 13px arial, sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 13px;
  white-space: nowrap;
  outline: 0;
  padding: 5px;
  text-decoration: none;
  color: #fff;
}

.wb-button_default,
.wb-newdialog.ui-dialog .ui-dialog-buttonpane button {
  background-color: #33afe8;
  -webkit-box-shadow: inset 0 1px 0 #4ecfff;
  -moz-box-shadow: inset 0 1px 0 #4ecfff;
  box-shadow: inset 0 1px 0 #4ecfff;
  border: 1px solid #3399dd;
  text-shadow: 0 -1px #2584bc;
  color: #fff !important;
  text-decoration: none !important;
}

.wb-button_default:hover,
.wb-button_default:focus,
.wb-newdialog.ui-dialog .ui-dialog-buttonpane button:hover,
.wb-newdialog.ui-dialog .ui-dialog-buttonpane button:focus  {
  background-color: #2971a2;
  -webkit-box-shadow: inset 0 1px 0 #2bb2f0;
  -moz-box-shadow: inset 0 1px 0 #2bb2f0;
  box-shadow: inset 0 1px 0 #2bb2f0;
  border: 1px solid #194b6c;
  text-shadow: 0 -1px #1d5377;
}

.wb-button_default:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3)
}

.wb-button_action {
  background-color: #e0e1e1;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  border: 1px solid #bfbfbf;
  text-shadow: 0 -1px #c7c7c7;
  color: #616161 !important;
}

.wb-button_action:hover {
  background-color: #cccccc;
}

.wb-button_action:active {
  -webkit-box-shadow: inset 0 1px 2px #616161;
  -moz-box-shadow: inset 0 1px 2px #616161;
  box-shadow: inset 0 1px 2px #616161;
}

.wb-button_play {
  width: 10px;
  height: 13px;
  display: block;
  padding: 5px 6px 4px 10px;
  background-color: #e0e1e1;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  border: 1px solid #bfbfbf;
  text-shadow: 0 -1px #c7c7c7;
  color: #616161;
}

.wb-button_play:hover {
  background-color: #cccccc;
}

.wb-button_play:active {
  -webkit-box-shadow: inset 0 1px 2px #616161;
  -moz-box-shadow: inset 0 1px 2px #616161;
  box-shadow: inset 0 1px 2px #616161;
}

.wb-button_play-caption {
  width: 80px;
  height: 12px;
  display: block;
  padding: 5px 7px 6px;
  float: left;
  background-color: #e0e1e1;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  border: 1px solid #bfbfbf;
  text-shadow: 0 -1px #c7c7c7;
  color: #616161;
}

.wb-button_play-caption:hover {
  background-color: #cccccc;
}

.wb-button_play-caption:active {
  -webkit-box-shadow: inset 0 1px 2px #616161;
  -moz-box-shadow: inset 0 1px 2px #616161;
  box-shadow: inset 0 1px 2px #616161;
}

.wb-button_none {
  background: none;
  color: #000;
  border: 1px solid transparent;
}

.wb-button_none:active {
  border: 1px solid #BFBFBF;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.wb-button_download {
  background-color: #6db501;
  -webkit-box-shadow: inset 0 1px 1px #b5e271;
  -moz-box-shadow: inset 0 1px 1px #b5e271;
  box-shadow: inset 0 1px 1px #b5e271;
  border: 1px solid #5f9e03;
  color: #fff;
  width: 7px;
  display: block;
  float:left;
  height: 11px;
  padding: 6px 6px;
  text-shadow: 0 -1px #568215;
}

.wb-button_download__nohover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.wb-button_download:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.wb-button_download:active {
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3)
}

.wb-button_torrents {
  background-color: #e0e1e1;
  margin: 0;
  padding: 5px 14px;
  -webkit-box-shadow: inset 0 1px 1px #fff;
  -moz-box-shadow: inset 0 1px 1px #fff;
  box-shadow: inset 0 1px 1px #fff;
  border: 1px solid #bfbfbf;
  color: #616161;
  text-shadow: 0 -1px #c7c7c7;
}

.wb-button_torrents:hover {
  background: #5f9f00;
  -webkit-box-shadow: inset 0 1px 1px #95c849;
  -moz-box-shadow: inset 0 1px 1px #95c849;
  box-shadow: inset 0 1px 1px #95c849;
}

.wb-button_torrents:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3)
}

.wb-button_search {
  background-color: #cccccc;
  margin: 0;
  padding: 0;
  width: 102px;
  height: 25px;
  -webkit-box-shadow: inset 0 1px 1px #fff;
  -moz-box-shadow: inset 0 1px 1px #fff;
  box-shadow: inset 0 1px 1px #fff;
  border: 1px solid #cccccc;
  color: #616161;
    position: relative;
    overflow: hidden;
}

.wb-button_search:hover {
  color: #000;
}

.wb-button_search:active {
  color: #000;
}

.wb-button_search-active {
  color: #000;
}

.wb-button_withpreloader{
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  font-size: 16px !important;
  padding: 10px 7px !important;
  margin: 0 0 0 14px !important;
}

.wb-button_withpreloader{
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  font-size: 16px !important;
  padding: 10px 7px !important;
  margin: 0 0 0 14px !important;
}

.wb-button_withpreloader__active{
  background: #cccccc url(/img/css/design/series/button/search.gif) repeat-y -102px 0;
  border: 1px solid #cccccc;
  color: #000 !important;
  text-shadow: 0 0 !important;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3)
}

.wb-button_margin-0-10-0-0 {
  margin: 0 4px 0 0;
}

.wb-button__caption {
  display: inline-block;
  line-height: 12px;
    position: relative;
    z-index: 2;
}

.wb-button__loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #6aade5;
    left: -100%;
    top: 0;
    z-index: 1;
}
.wb-button_search-active .wb-button__loader {
    display: block;
}

/* END src/button.css */


/* src/awards.css */
.textarea-small {
  width: 150px;
}
#awards_table{
  margin-top: 30px;
  width: 100%;
  border: 0;
  padding: 0;
  border-collapse: collapse;
  vertical-align: text-top;
}

.awards_movie {
  position: relative;
}

.awards_movie .awards_object {
  top: -72px;
}

#awards_table .leftColumn{
  vertical-align: top;
}
#awards_table .rightColumn{
  width: 333px;
  vertical-align: top;
}

#awards_content .page_info{
  width: 99%;
}

#awards_content .awards_header{
  position: relative;
  /*height: 400px;*/
}
#awards_content .awards_header .awards_lead{
  color: #525759;
  font-size: 18px;
  margin-top: 30px;
}
#awards_content .awards_header .awards_lead_title{
  font-size: 21px;
  color: #000;
}
#awards_content .awards_header .awards_stages{
  margin-top: 70px;
}
#awards_content .awards_header .awards_stages .awards_stage{
  display: -moz-inline-stack; /* для FF ниже 3  */
  display:inline-block;
  vertical-align: text-top;
  zoom:1; /* обычный layout fix для ИЕ6 */
  *display:inline; /* для ИЕ 6, 7 */
  width: 200px;
  margin-right: 10px;
  color: #000;
  font-size: 18px;
}
#awards_content .awards_header .awards_stages .awards_stage .awards_stage_period{
  color: #666;
  font-size: 11px;
}
#awards_content .awards_header .awards_stages .awards_stage_not_active{
  color: #ccc;
}
#awards_content .awards_header .awards_stages .awards_stage_description{
  color: #666;
  font-size: 13px;
  width: 300px;
  margin-top: 40px;
}
#awards_content .awards_header .awards_stages .awards_stage_not_active .awards_stage_period{
  color: #ccc;
}
#awards_content .awards_header .links{
  padding-top: 30px;
  position: relative;
  margin-right: 20px;
}
#awards_content .awards_header .links .awards_rules{
  position: absolute;
  top: 0;
  right: 40px;
}
#awards_content .awards_header .links .awards_rules .awards_rules_link{
  margin-left: 20px;
  font-size: 13px;
  color: #069;
}
#awards_content .awards_header .links .nominations_links{
  margin-top: 30px;
  padding: 25px 0 25px 30px;
  border: 1px solid #f98a00;
}
#awards_content .awards_header .links .nominations_links .nomination_link{
  font-size: 18px;
  color: #069;
  margin-right: 30px;
}

#awards_content .awards_header .links .nominations_links .nomination_link.current{
  text-decoration: none;
  cursor: pointer;
}

#awards_content .awards_list_big{
}
#awards_content .awards_list_big h2{
  font-size: 22px;
  color: #000;
}
#awards_content .awards_list_big .award{
  margin: 30px 0;
  padding: 0 10px 30px;
  border-bottom: 1px solid #c1c0bf;
}
#awards_content .awards_list_big .award_inner{
  margin: 0 0 30px;
  border-bottom: none;
}
#awards_content .awards_list_big .award .award_logo{
  float: left;
  width: 275px;
  margin: 0 10px;
}
#awards_content .awards_list_big .award .award_logo .award_logo_link{
  display: inline-block;
  *display: inline;
  width: 275px;
  zoom: 1;
}
#awards_content .awards_list_big .award .award_info_with_logo{
  margin-left: 300px;
}
#awards_content .awards_list_big .award .award_info .award_link{
  color: #069;
  font-size: 21px;
}
#awards_content .awards_list_big .award .award_info .award_partner{
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 9px;
  font-style: italic;
  color: #393939;
}
#awards_content .awards_list_big .award .award_info .award_partner .award_partner_logo{
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#awards_content .awards_list_big .award .award_info .award_description{
  font-size: 13px;
  color: #333;
  margin: 10px 0;
}
#awards_content .awards_list_big .award .award_info .award_participant{
  font-size: 11px;
  color: #006699;
}
#awards_content .awards_list_big .award .award_info .award_stages{
  margin: 20px 0 10px;
}
#awards_content .awards_list_big .award .award_info .award_stages .award_stage{
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 155px;
  border-top: 2px solid #ddd;
  margin-right: -4px;
  padding-top: 5px;
  vertical-align: top;
}
#awards_content .awards_list_big .award .award_info .award_stages .award_stage .award_stage_name{
  font-size: 18px;
  color: #cccccc;
  margin: 3px 0;
}
#awards_content .awards_list_big .award .award_info .award_stages .award_stage .award_stage_date{
  font-size: 11px;
  color: #afafaf;
  margin: 3px 0 10px;
}
#awards_content .awards_list_big .award .award_info .award_stages .award_stage_current{
  border-top-color: #069;
}
#awards_content .awards_list_big .award .award_info .award_stages .award_stage_current .award_stage_name{
  color: #000;
}
#awards_content .awards_list_big .award .award_info .award_stages .award_stage_current .award_stage_date{
  color: #666666;
}

#awards_content .awards_list_middle{
  vertical-align: top;
}
#awards_content .awards_list_middle h2{
  font-size: 22px;
  color: #000;
}
#awards_content .awards_list_middle .award{
  margin: 30px 0;
  padding: 0 10px 30px;
  border-bottom: 1px solid #c1c0bf;
}
#awards_content .awards_list_middle .award .award_logo{
  float: left;
  width: 120px;
  margin: 0 10px;
}
#awards_content .awards_list_middle .award .award_logo .award_logo_link{
  display: inline-block;
  *display: inline;
  width: 120px;
  zoom: 1;
}
#awards_content .awards_list_middle .award .award_info_with_logo{
  margin-left: 140px;
}
#awards_content .awards_list_middle .award .award_info .award_link{
  color: #069;
  font-size: 15px;
}
#awards_content .awards_list_middle .award .award_info .award_partner{
  margin:5px 0;
  font-size: 9px;
  font-style: italic;
  color: #393939;
}
#awards_content .awards_list_middle .award .award_info .award_partner .award_partner_logo{
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#awards_content .awards_list_middle .award .award_info .award_date{
  font-size: 13px;
  color: #000;
  margin: 5px 0;
}
#awards_content .awards_list_middle .award .award_winner{
  font-size: 13px;
  color: #333;
  margin: 5px 0;
  padding: 5px 0;
}
#awards_content .awards_list_middle .award .award_results_link{
  color: #069;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 3px;
}

#awards_content .awards_list_small{
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 49%;
  vertical-align: top;
}
#awards_content .awards_list_small h2{
  font-size: 22px;
  color: #000;
}
#awards_content .awards_list_small h2 sup{
  margin-left: 5px;
}
#awards_content .awards_list_small .award{
  margin: 30px 0;
}
#awards_content .awards_list_small .award .award_logo{
  float: left;
  width: 120px;
  margin: 0 10px;
  padding-top: 5px;
}
#awards_content .awards_list_small .award .award_logo .award_logo_link{
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 120px;
}
#awards_content .awards_list_small .award .award_info_with_logo{
  margin-left: 140px;
}
#awards_content .awards_list_small .award .award_info .award_link{
  color: #069;
  font-size: 15px;
}
#awards_content .awards_list_small .award .award_info .award_partner{
  margin: 5px 0;
  font-size: 9px;
  font-style: italic;
  color: #393939;
}
#awards_content .awards_list_small .award .award_info .award_partner .award_partner_logo{
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#awards_content .awards_list_small .award .award_info .award_date{
  font-size: 13px;
  color: #000;
  margin: 5px 0;
}
#awards_content .awards_list_small .award .award_winner{
  font-size: 13px;
  color: #333;
  margin: 12px 10px;
  border: 1px solid #c1c0bf;
  padding: 5px;
  position: relative;
}
#awards_content .awards_list_small .award .award_winner .top_quote{
  position: absolute;
  background: url(/img/css/design/awards/awards.png) -14px -4px no-repeat;
  width: 11px;
  height: 7px;
  top: -6px;
  left: 11px;
}
#awards_content .awards_list_small .award .award_winner .all_winners{
  margin-top: 10px;
}
#awards_content .awards_list_small .award .award_winner .award_results_link{
  color: #069;
}


#awards_content .award_button_small{
  display:inline-block;
  zoom:1; /* обычный layout fix для ИЕ6 */
  *display:inline; /* для ИЕ 6, 7 */
  margin-left: 10px;
  position: relative;
  font-size: 13px;
  color: #fff;
  background: transparent;
  padding: 0px;
  cursor: pointer;
  padding: 1px 0 0;
  height: 20px;
  background: url(/img/css/design/buttons/buttons_center.png) repeat-x 0 0;
  text-decoration: none;
}
#awards_content .award_button_small .award_button_small_left{
  background: url(/img/css/design/buttons/buttons_corners.png) 0 0 no-repeat;
  width: 10px;
  height: 21px;
  position: absolute;
  left: -10px;
  top: 0px;
}
#awards_content .award_button_small .award_button_small_right{
  background: url(/img/css/design/buttons/buttons_corners.png) -10px 0 no-repeat;
  width: 10px;
  height: 21px;
  position: absolute;
  right: -10px;
  top: 0px;
}
#awards_content .award_button_small_disable{
  background: url(/img/css/design/buttons/buttons_center.png) repeat-x 0 0;
}
#awards_content .award_button_small_disable .award_button_small_left{
  background: url(/img/css/design/buttons/buttons_corners.png) 0 0 no-repeat;
}
#awards_content .award_button_small_disable .award_button_small_right{
  background: url(/img/css/design/buttons/buttons_corners.png) -10px 0 no-repeat;
}
#awards_content .award_button_middle{
  display: -moz-inline-stack; /* для FF ниже 3  */
  display:inline-block;
  zoom:1; /* обычный layout fix для ИЕ6 */
  *display:inline; /* для ИЕ 6, 7 */
  margin-left: 20px;
  position: relative;
  font-size: 18px;
  color: #fff;
  padding: 0px;
  cursor: pointer;
  padding: 0;
  height: 30px;
  background: transparent url(/img/css/design/buttons/buttons_center.png) repeat-x 0 -23px;
}
#awards_content .award_button_middle input{
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}
#awards_content .award_button_middle .award_button_middle_left{
  background: url(/img/css/design/buttons/buttons_corners.png) 0px -23px no-repeat;
  width: 18px;
  height: 30px;
  position: absolute;
  left: -18px;
  top: 0px;
}
#awards_content .award_button_middle .award_button_middle_right{
  background: url(/img/css/design/buttons/buttons_corners.png) -18px -23px no-repeat;
  width: 18px;
  height: 30px;
  position: absolute;
  right: -18px;
  top: 0px;
}

#awards_content .nomination{
  position: relative;
  margin: 10px 0 20px;
}
#awards_content .nomination .header{
  position: relative;
  font-size: 21px;
  color: #7d7d7d;
  margin-bottom: 10px;
}
#awards_content .nomination .header .nomination_name{
  font-size: 21px;
  color: #000;
  text-decoration: none;
}
#awards_content .nomination .header .nomination_link{
  font-size: 13px;
  color: #7d7d7d;
  margin: 0 5px;
}
#awards_content .nomination .header .additional_info{
  font-size: 13px;
  color: #7d7d7d;
}
#awards_content .nomination .header .votes{
  margin-left: 30px;
  font-size: 13px;
}
#awards_content .nomination .vote_star{
  display: -moz-inline-stack; /* для FF ниже 3  */
  display:inline-block;
  vertical-align: text-top;
  zoom:1; /* обычный layout fix для ИЕ6 */
  *display:inline; /* для ИЕ 6, 7 */
  width: 18px;
  height: 16px;
  background: url(/img/css/design/awards/checks.png) 0px -56px no-repeat;
  margin: 0 3px;
}

#awards_content .nomination .nominees{
}
#awards_content .nomination .nominees .nominee{
  margin: 0 25px 10px 0;
  position: relative;
  padding: 7px;
}
#awards_content .nomination .nominees .nominee_winner{
  border: 1px solid #eaa400;
}
#awards_content .nomination .nominees .nominee_blitz{
  border: 1px solid #f98a00;
  padding: 10px;
  position: relative;
}
#awards_content .nomination .nominees .nominee_blitz .nominee_name nobr{
  vertical-align: top;
}
#awards_content .nomination .nominees .nominee_blitz .medal{
  position: relative;
  top: -12px;
  background: url(/img/css/design/awards/awards.png) 0 -11px no-repeat;
  width: 25px;
  height: 37px;
  display:inline-block;
  zoom:1; /* обычный layout fix для ИЕ6 */
  *display:inline; /* для ИЕ 6, 7 */
  vertical-align: top;
}
#awards_content .nomination .nominees .nominee_blitz .nominee_description{
  font-size: 13px;
  color: #333;
}
#awards_content .nomination .nominees .nominee_blitz .nominee_winner_label{
  padding: 0 3px;
  background: #ff9933;
  display:inline-block;
  zoom:1; /* обычный layout fix для ИЕ6 */
  *display:inline; /* для ИЕ 6, 7 */
  position: relative;
  height: 20px;
  color: #fff;
  margin-bottom: 5px;
  vertical-align: top;
}

#awards_content .nominees_list{
  /*border: 1px solid #bbb;*/
  padding: 7px;
  width: 100%;
}
#awards_content .nominees_list .nominee{
  margin: 10px 0;
  padding: 0;
  width: 95%;
  border-collapse: collapse;
}
#awards_content .nominees_list .nominee .nominee_user{
  width: 180px;
  font-size: 11px;
  color: #666;
  padding: 7px;
  vertical-align: top;
}
#awards_content .nominees_list .nominee .nominee_user nobr{
  vertical-align: top;
}
#awards_content .nominees_list .nominee .nominee_user .nominee_user_info{
  vertical-align: top;
  margin-left: 52px;
}
#awards_content .nominees_list .nominee .nominee_user .user_works{
  margin-top: 5px;
  display:inline-block;
  zoom:1; /* обычный layout fix для ИЕ6 */
  *display:inline; /* для ИЕ 6, 7 */
}
#awards_content .nominees_list .nominee .nominee_text{
  vertical-align: top;
  padding: 7px;
}
#awards_content .nominees_list .nominee .nominee_text .nominee_winner_label{
  padding: 0 3px;
  background: #ff9933;
  display:inline-block;
  zoom:1; /* обычный layout fix для ИЕ6 */
  *display:inline; /* для ИЕ 6, 7 */
  position: relative;
  height: 20px;
  color: #fff;
  margin-bottom: 5px;
}
#awards_content .nominees_list .nominee .nominee_text .nominee_text_content{
  background: #eaeaea;
  padding: 7px;
  border: #b7b7b7 solid 1px;
  padding-right: 80px;
  position: relative;
  min-height: 70px;
}
#awards_content .nominees_list .nominee_winner .nominee_text .nominee_text_content{
  background: #fff6cc;
  border-color: #ffcf85;
}
#awards_content .nominees_list .nominee .nominee_text .right_quote{
  position: absolute;
  background: url(/img/css/design/awards/awards.png) 0 0 no-repeat;
  width: 7px;
  height: 11px;
  top: 5px;
  left: -7px;
}
#awards_content .nominees_list .nominee_winner .nominee_text .right_quote{
  background-position: -7px 0;
}
#awards_content .nominees_list .nominee .nominee_rating{
  position: absolute;
  right: 10px;
  top: 7px;
  height: 100%;
  display:inline-block;
  zoom:1; /* обычный layout fix для ИЕ6 */
  *display:inline; /* для ИЕ 6, 7 */
}
#awards_content .nominees_list .nominee .avatar{
  width: 40px;
  float: left;
}
#awards_content .nominees_list .nominee .moder_links{
  margin-bottom: 10px;
}
#awards_content .nominees_list .nominee .moder_links a{
  cursor: pointer;
}
#awards_content .nominees_list .nominee .message_params{
  padding-bottom: 10px;
  font-size: 11px;
  color: #555;
}

#awards_content .nomination .questions{
}
#awards_content .nomination .questions .question{
  margin: 0;
  border-bottom: 1px solid #c1c0bf;
  padding: 20px 0;
}
#awards_content .nomination .questions .question .question_text{
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
#awards_content .nomination .questions .question .answers{
  font-size: 13px;
  color: #333;
  margin: 0 5px 5px;
}
#awards_content .nomination .questions .question .answers .answer{
  margin: 0 0 2px;
}
#awards_content .nomination .questions .question .right_answers{
  margin: 0 0 5px;
}
#awards_content .nomination .questions .question .show_wrong_answers{
  border-bottom: 1px dashed #97989c;
  font-size: 13px;
  color: #97989c;
  position: relative;
  padding-right: 11px;
  cursor: pointer;
  display:inline-block;
  zoom:1; /* обычный layout fix для ИЕ6 */
  *display:inline; /* для ИЕ 6, 7 */
}
#awards_content .nomination .questions .question .show_wrong_answers .arrow{
  background: url(/img/css/design/awards/awards.png) -18px 0 no-repeat;
  width: 7px;
  height: 4px;
  position: absolute;
  right: 0px;
  top: 7px;
}
#awards_content .nomination .questions .question .show_wrong_answers .arrow_up{
  background-position: -25px 0;
}
#awards_content .nomination .questions .question .wrong_answers{
  display: none;
  margin: 10px 0;
}
#awards_content .nomination .questions #comments_block{
  border: none;
}

/* Оставлено для совместимости с 2009 */
#awards_content .nomination_award .header .nomination_link{
  font-size: 21px;
}
#awards_content .nomination_award .nominees .block_nominee{
  display: -moz-inline-stack; /* для FF ниже 3  */
  display:inline-block;
  vertical-align: text-top;
  zoom:1; /* обычный layout fix для ИЕ6 */
  *display:inline; /* для ИЕ 6, 7 */
  width: 140px;
}
#awards_content .nomination_music .nominee{
  height: 160px;
}
#awards_content .nomination_movies .nominee{
  height: 250px;
}
#awards_content .nomination_award .nominees .nominee .voting{
  display: none;
  background: #000;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#awards_content .nomination_award .nominees .nominee .check{
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  height: 56px;
  margin-top: -28px;
  background: url(/img/css/design/awards/checks.png) 0px 0px no-repeat;
  z-index: 3;
}
#awards_content .nomination_award .nominees .nominee:hover .voting,
#awards_content .nomination_award .nominees .nominee_already_vote .voting,
#awards_content .nomination_award .nominees .nominee_vote .voting{
  display: block;
}
#awards_content .nomination_award .nominees .nominee .logo{
  margin-bottom: 7px;
}
#awards_content .nomination_award .nominees .nominee .nominee_name{
  margin-bottom: 5px;
  color: #006699;
  font-size: 13px;
  z-index: 3;
  position: relative;
}
#awards_content .nomination_award .nominees .nominee:hover .nominee_name,
#awards_content .nomination_award .nominees .nominee_already_vote .nominee_name,
#awards_content .nomination_award .nominees .nominee_vote .nominee_name{
  color: #003366;
}
#awards_content .nomination_award .nominees .nominee_vote .check{
  display: block;
  width: 65px;
  margin-left: -32.5px;
  background-position: -60px 0px;
}
#awards_content .nomination_award .nominees .nominee_already_vote .check{
  display: block;
  width: 60px;
  margin-left: -30px;
}
#awards_content .nomination_award .nominees .nominee .creator_name{
  font-size: 10px;
  color: #8f8f8f;
}
/* Оставлено для совместимости с 2009 */
#awards_content .nomination_award .add_vote{
  display: -moz-inline-stack; /* для FF ниже 3  */
  display:inline-block;
  zoom:1; /* обычный layout fix для ИЕ6 */
  display:inline; /* для ИЕ 6, 7 */
  margin-left: 30px;
  margin-right: 20px;
  font-size: 13px;
  color: #fff;
  background: transparent;
  position: relative;
  padding: 0px;
  cursor: default;
  height: 20px;
  padding: 1px 0 0;
  background: url(/img/css/design/tv/filter_background_center.png) repeat-x;
  filter:alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
#awards_content .nomination_award .add_vote .add_vote_left{
  background: url(/img/css/design/tv/filter_background_lr.png) 0px 0 no-repeat;
  width: 10px;
  height: 21px;
  position: absolute;
  left: -10px;
  top: 0px;
}
#awards_content .nomination_award .add_vote .add_vote_right{
  background: url(/img/css/design/tv/filter_background_lr.png) -10px 0 no-repeat;
  width: 10px;
  height: 21px;
  position: absolute;
  right: -10px;
  top: 0px;
}

#awards_content .nomination_award .nomination_award_winner dd{
  margin: 0;
}

#awards_content .nomination_award .first_position{
  width: 100%;
  margin-top: 25px;
  min-height: 260px;
}

#awards_content .nomination_award .first_position .nomination_award_winner .position{
  width: 40px;
  color: #7D7D7D;
  font-size: 48px;
  margin: 0;
  background: none;
  float: left;
}

#awards_content .nomination_award .first_position .nomination_award_winner .cover{
  width: 240px;
  float: left;
  margin-top: 10px;
}

#awards_content .nomination_award .first_position .nomination_award_winner .cover img{
  border-bottom: 1px solid #fff;
}

#awards_content .nomination_award .first_position .nomination_award_winner .cover .movie_cover{
  width: 280px;
  float: left;
  margin-top: 10px;
}

#awards_content .nomination_award .first_position .nomination_award_winner .cover .awards_statue{
  background: url(/img/css/design/awards/awards_statues.png) 0 -310px no-repeat;
  height: 130px;
  width: 120px;
  position: absolute;
  z-index: 2;
}

#awards_content .nomination_award .first_position .nomination_award_winner .cover .awards_statue.music{
  left: 145px;
  top: 110px;
}

#awards_content .nomination_award .first_position .nomination_award_winner .cover .awards_statue.movie{
  left: 145px;
  top: 180px;
}

#awards_content .nomination_award .first_position .nomination_award_winner .about{
  float: left;
  width: 45%;
}

#awards_content .nomination_award .first_position .nomination_award_winner .about .nominee_name{
  font-size: 16px;
  margin: 5px 0;
}

#awards_content .nomination_award .first_position .nomination_award_winner .about .nominee_extra{
  font-size: 16px;
  color: #7D7D7D;
  margin: 5px 0;
}

#awards_content .nomination_award .first_position .nomination_award_winner .about .votes_count{
  font-size: 10px;
  color: #7D7D7D;
  margin: 10px 0;
}

#awards_content .nomination_award .first_position .nomination_award_winner .about .nominee_description{
  font-size: 13px;
  color: #7D7D7D;
  margin: 10px 0;
}
#awards_content .nomination_award .top2-12{
  border-collapse: collpase;
  width: 95%;
  margin-left: 20px;
}
#awards_content .nomination_award .top2-12 td{
  width: 50%;
  vertical-align: top;
}
#awards_content .nomination_award .top2-12 .top2-5 .nomination_award_winner,
#awards_content .nomination_award .top2-12 .top6-12 .movie{
  margin: 25px 0 0 0;
}
#awards_content .nomination_award .top2-12 .top6-12 .music{
  margin: 10px 0 0 0;
}
#awards_content .nomination_award .top2-12 .position{
  width: 25px;
  color: #7D7D7D;
  font-size: 21px;
  margin: 0 5px 0 0;
  background: none;
  float: left;
  text-align: right;
}
#awards_content .nomination_award .top2-12 .top2-5 .cover{
  width: 130px;
  float: left;
  margin-top: 5px;
}
#awards_content .nomination_award .top2-12 .top6-12 .cover{
  width: 80px;
  float: left;
  margin-top: 5px;
}
#awards_content .nomination_award .top2-12 .about{
  float: left;
  width: 45%;
  margin-top: 5px;
}
#awards_content .nomination_award .top2-12 .about .nominee_name{
  font-size: 13px;
}
#awards_content .nomination_award .top2-12 .about .creator_name{
  font-size: 10px;
  color: #7D7D7D;
  margin-top: 5px;
}
#awards_content .nomination_award .top2-12 .about .nominee_votes{
  font-size: 10px;
  color: #7D7D7D;
  margin: 15px 0;
}
#awards_content .nomination_award .first_position .vote_star,
#awards_content .nomination_award .top2-12 .vote_star{
  margin: -3px 0;
}

#awards_table .time_left{
  position: relative;
  margin-top: 30px;
  font-size: 13px #000;
  text-align: center;
  width: 240px;
  margin-left: 50px;
}
#awards_table .time_left .awards_days{
  font-size: 21px;
}
#awards_table #awards_days{
  position: relative;
  margin: 10px auto 0;
  background: url(/img/css/design/awards/digits.png) 0px 0px no-repeat;
  width: 234px;
  height: 165px;
}
#awards_table #awards_days .awards_digit{
  position: absolute;
  background: url(/img/css/design/awards/digits.png) 0px 0px no-repeat;
  width: 67px;
  height: 88px;
  top: 35px;
}
#awards_table #awards_days .awards_digit_1{
  background-position: 0 -165px;
}
#awards_table #awards_days .awards_digit_2{
  background-position: -67px -165px;
}
#awards_table #awards_days .awards_digit_3{
  background-position: -134px -165px;
}
#awards_table #awards_days .awards_digit_4{
  background-position: -201px -165px;
}
#awards_table #awards_days .awards_digit_5{
  background-position: -268px -165px;
}
#awards_table #awards_days .awards_digit_6{
  background-position: -335px -165px;
}
#awards_table #awards_days .awards_digit_7{
  background-position: -402px -165px;
}
#awards_table #awards_days .awards_digit_8{
  background-position: -469px -165px;
}
#awards_table #awards_days .awards_digit_9{
  background-position: -536px -165px;
}
#awards_table #awards_days .awards_digit_0{
  background-position: -603px -165px;
}
#awards_table #awards_days .first_digit{
  left: 35px;
}
#awards_table #awards_days .second_digit{
  left: 132px;
}

.awards_list_object{
  background: transparent;
  position: relative;
  top: 2px;
  width: 200px;
  padding-left: 27px;
  z-index: 2;
}
.awards_list_object .awards_statue{
  background: url(/img/css/design/awards/awards_statues.png) 0 -446px no-repeat;
  height: 71px;
  width: 65px;
  position: absolute;
  left: 0;
  top: -18px;
  z-index: 2;
}
.awards_list_object .text{
  background: #666666;
  color: #fff;
  font-size: 11px;
  padding: 7px 20px 7px 30px;
}
.awards_list_object .add_nominee_link{
  color: #ffc508;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.awards_list_object .add_nominee_link:hover{
  border-bottom: none;
}

.awards_object{
  background: transparent;
  position: absolute;
  top: 60px;
  right: 20px;
  padding-left: 27px;
  z-index: 2;
  width: 160px;
}
#movies_content .awards_object{
  top: 10px;
}
.awards_object .text{
  background: #666666;
  color: #fff;
  font-size: 11px;
  padding: 7px 20px 7px 30px;
}
.awards_object .awards_statue{
  background: url(/img/css/design/awards/awards_statues.png) 0 -446px no-repeat;
  height: 71px;
  width: 65px;
  position: absolute;
  left: 0;
  top: -18px;
  z-index: 2;
}
.awards_object .add_nominee_link{
  color: #ffc508;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.awards_object .add_nominee_link:hover{
  border-bottom: none;
}
.awards_object .nomination_link{
  color: #ffc508;
}

.awards_object .nominee_winner{
  font-size: 12px;
  color: #666;
  margin-left: 30px;
  margin-top: 3px;
}
.object_for_nominee{
  margin-bottom: 20px;
}
.object_for_nominee .author_sign{
  margin: 5px 0;
}
.object_for_nominee .object_actions{

}
.object_for_nominee .object_actions .candidate_approve{
  cursor: pointer;
  text-decoration: underline;
}

#music_content,
#movies_content{
  position: relative;
}
#movies_content .awards_nominee_object_title{
  margin-right: 250px;
}
#music_content dl.top dd.marker_awards_nominee,
#music_content dl.position dd.marker_awards_nominee{
  width: 227px;
  height: auto;
}

#awards_table .rightColumn #ads{
  float: none;
  top: 0;
  margin-top: 90px;
}
#awards_table .rightColumn .comments{
  position: relative;
  margin-top: 90px;
}
#awards_table .rightColumn .comments .topic_title{
  font-size: 21px;
  color: #000;
  padding-left: 13px;
}
#awards_table .rightColumn .comments .topic_comments{
  margin-top: 20px;
  border-collapse: collapse;
}
#awards_table .rightColumn .comments .topic_comments .topic_comment .avatar{
  width: 40px;
  padding: 5px 5px 15px 5px;
  vertical-align: text-top;
}
#awards_table .rightColumn .comments .topic_comments .topic_comment .message{
  padding: 5px 5px 15px 5px;
  vertical-align: text-top;
}
#awards_table .rightColumn .comments .topic_comments .topic_comment .message .user_title{
  margin-bottom: 5px;
  font-size: 11px;
  color: #666;
}
#awards_table .rightColumn .comments .topic_comments .topic_comment .message .user_title .message_date{
  margin-left: 10px;
}
#awards_table .rightColumn .comments .topic_comments .topic_comment .message .user_title .message_num{
  margin-left: 10px;
  font-weight: bold;
}
#awards_table .rightColumn .comments .topic_comments .topic_comment .message .message_text{
  font-size: 13px;
  color: #000;
}
#awards_table .rightColumn .comments .topic_comments .topic_comment .message .message_link{
  text-decoration: none;
  color: #000;
}
#awards_table .rightColumn .comments .topic_comments .topic_comment .message .message_link:hover{
  text-decoration: underline;
}
/* Иконки */
.forum_status_icon {
  background: url(/img/css/design/forum/icons/icons.png) no-repeat;
  height: 32px;
  width: 32px;
  display: -moz-inline-stack; /* для FF ниже 3  */
  display:inline-block;
  zoom:1; /* обычный layout fix для ИЕ6 */
  *display:inline; /* для ИЕ 6, 7 */
}
.forum_status_icon_actual {background-position: 0 0;}
.forum_status_icon_actual_new {background-position: -32px 0;}
.forum_status_icon_actual_clip {background-position: -64px 0;}
.forum_status_icon_actual_fav {background-position: -96px 0;}
.forum_status_icon_actual_close {background-position: -128px 0;}
.forum_status_icon_actual_clip_fav {background-position: -160px 0;}
.forum_status_icon_actual_clip_close {background-position: -192px 0;}
.forum_status_icon_actual_fav_close {background-position: -224px 0;}
.forum_status_icon_actual_clip_fav_close {background-position: -256px 0;}
.forum_status_icon_hot {background-position: -288px 0;}
.forum_status_icon_hot_clip {background-position: -320px 0;}
.forum_status_icon_hot_fav {background-position: -352px 0;}
.forum_status_icon_hot_clip_fav {background-position: -384px 0;}
.forum_status_icon_noactual {background-position: -416px 0;}
.forum_status_icon_noactual_fav {background-position: -448px 0;}
.forum_status_icon_noactual_close {background-position: -480px 0;}
.forum_status_icon_noactual_fav_close {background-position: -512px 0;}
.forum_status_icon_add_to_favorite {
  background: url(/img/css/design/forum/icons/status_icons.png) no-repeat; cursor: help; height: 16px; width: 16px;
  background-position: -104px 0; cursor: pointer;
}
.forum_status_icon_del_from_favorite {
  background: url(/img/css/design/forum/icons/status_icons.png) no-repeat; cursor: help; height: 16px; width: 16px;
  background-position: -120px 0; cursor: pointer;
}


.about ul,
.about li{
  list-style-type: inherit;
}


div.award_chart_link{
  margin: 25px 0 0 35px;
}

#awards_content .rate_block{
  display: block;
  white-space: nowrap;
  /*width: 70px;*/
}

#awards_content .rminus{
  background: url(/img/css/design/forum/corners.png) 0 -129px;
  padding: 0 0 19px 21px ;
  width: 0;
  height: 0;
  opacity: 1;
  float: right;
}

#awards_content .rminus:hover{
  background: url(/img/css/design/forum/corners.png) 0 -149px;
  cursor: pointer;
  opacity: 1;
}

#awards_content .rminus.unactive,
#awards_content .rminus.unactive:hover{
  cursor: default;
  background: url(/img/css/design/forum/corners.png) 0 -169px;
}

#awards_content .rplus{
  background: url(/img/css/design/forum/corners.png) -20px -129px;
  padding: 0 0 19px 20px !important;
  width: 0;
  height: 0;
  opacity: 1;
  cursor: pointer;
  float: right;
}

#awards_content .rplus:hover{
  background: url(/img/css/design/forum/corners.png) -20px -149px;
  opacity: 1;
  cursor: pointer;
}

#awards_content .rplus.unactive,
#awards_content .rplus.unactive:hover{
  background: url(/img/css/design/forum/corners.png) -20px -169px;
  cursor: default;
}
#awards_content .rcount{
  background: url(/img/css/design/forum/middles.png) repeat-x 0 -163px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: default;
  padding: 1px 5px 2px 5px;
  float: right;
}

#awards_content .rcount.positive{
  color: #7fc80a;
}

#awards_content .rcount.negative{
  color: #fc0;
}

#awards_content .sorting{
  margin: 5px 0 20px 0;
  font-size: 13px;
  color: #333333;
}
#awards_content .sorting .view_style{
  margin-left: 10px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  position: relative;
  padding: 3px;
  background: #00afe4;
}
#awards_content .sorting .inactive{
  color: #333333;
  border-bottom: 1px dashed #000;
  background: none;
  padding: 0;
}
#awards_content .sorting .view_style_results{
  padding: 2px 5px 0 30px;
  background: #ff9933;
  display:inline-block;
  zoom:1; /* обычный layout fix для ИЕ6 */
  *display:inline; /* для ИЕ 6, 7 */
  position: relative;
  height: 20px;
  color: #fff;
}
#awards_content .sorting .view_style_results .medal{
  position: absolute;
  top: -1px;
  left: 3px;
  background: url(/img/css/design/awards/awards.png) 0 -11px no-repeat;
  width: 25px;
  height: 37px;
  display:inline-block;
  zoom:1; /* обычный layout fix для ИЕ6 */
  *display:inline; /* для ИЕ 6, 7 */
}

#awards_content .quiz_results{
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 30px 0 30px;
}
#awards_content .quiz_results th{
  padding: 5px;
  border: solid black;
  border-width: 1px;
}
#awards_content .quiz_results td{
  padding: 5px;
  border: solid #666;
  border-width: 1px;
  vertical-align: top;
}
#awards_content .quiz_results .quiz_result_row_odd{
  background-color: #ddd;
}
#awards_content .quiz_results .quiz_result_row .quiz_results_answer{
  margin: 0 0 5px;
}
#awards_content .quiz_results .quiz_result_row .quiz_results_answer_right{
  background-color: #afa;
}
#awards_content .quiz_results .quiz_result_row .quiz_results_answer_wrong{
  background-color: #faa;
}

#awards_content .system_message{
  width: 100%;
  border: #b7b7b7 1px solid;
  background: #eaeaea;
  padding: 5px;
  color: black;
}
#awards_content .system_message_success{
  background: #afa;
  border-color: #7fc80a;
}
#awards_content .system_message_error{
  background: #faa;
  border-color: red;
}

#awards_content .not_authorized_link{
  font-size: 12px;
  margin-left: 15px;
  display: none;
}

#awards_content .awards_notificator,
#awards_content .awards_notificator_onclick{
  display: none;
}

#awards_content .socialization_panel{
  margin: 10px 0px 10px 280px;
}

#awards_content .nomination_award .header .votes{
  margin-left: 30px;
  font-size: 13px;
}
#awards_content .nomination_award .header .votes .vote_star{
  display: -moz-inline-stack; /* для FF ниже 3  */
  display:inline-block;
  vertical-align: text-top;
  zoom:1; /* обычный layout fix для ИЕ6 */
  *display:inline; /* для ИЕ 6, 7 */
  width: 18px;
  height: 16px;
  background: url(/img/css/design/awards/checks.png) 0px -56px no-repeat;
  margin: 0 3px;
}

#awards_content .nomination_award .nominees .nominee{
  margin: 0 15px 10px 0;
  display: -moz-inline-stack; /* для FF ниже 3  */
  display:inline-block;
  vertical-align: text-top;
  zoom:1; /* обычный layout fix для ИЕ6 */
  *display:inline; /* для ИЕ 6, 7 */
  width: 140px;
  position: relative;
  padding: 7px;
}
#awards_content .nomination_music .nominee{
  height: 160px;
}
#awards_content .nomination_movies .nominee{
  height: 200px;
}
#awards_content .nomination_award .nominees .nominee .voting{
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  display: none;
  background: #000;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#awards_content .nomination_award .nominees .nominee .check{
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  height: 56px;
  margin-top: -28px;
  background: url(/img/css/design/awards/checks.png) 0px 0px no-repeat;
  z-index: 3;
}
#awards_content .nomination_award .nominees .nominee:hover .voting,
#awards_content .nomination_award .nominees .nominee_already_vote .voting,
#awards_content .nomination_award .nominees .nominee_vote .voting{
  display: block;
}
#awards_content .nomination_award .nominees .nominee .logo{
  margin-bottom: 7px;
}
#awards_content .nomination_award .nominees .nominee .nominee_name{
  margin-bottom: 5px;
  color: #006699;
  font-size: 13px;
  z-index: 3;
  position: relative;
}
#awards_content .nomination_award .nominees .nominee:hover .nominee_name,
#awards_content .nomination_award .nominees .nominee_already_vote .nominee_name,
#awards_content .nomination_award .nominees .nominee_vote .nominee_name{
  color: #003366;
}
#awards_content .nomination_award .nominees .nominee_vote .check{
  display: block;
  width: 65px;
  margin-left: -32.5px;
  background-position: -60px 0px;
}
#awards_content .nomination_award .nominees .nominee_already_vote .check{
  display: block;
  width: 60px;
  margin-left: -30px;
}
#awards_content .nomination_award .nominees .nominee .creator_name{
  font-size: 10px;
  color: #8f8f8f;
}

#awards_content #add_nominee{
  display: none;
  position: absolute;
  width: 500px;
  background: #fff;
  border: 4px solid #666;
  z-index: 1000;
  min-height: 250px;
}
#awards_content #add_nominee .add_nominee_notice{
  font-size: 11px;
  color: #393939;
  background: #ffe3e3;
  padding: 20px;
  display: none;
}
#awards_content #add_nominee .add_nominee_info{
  padding: 20px;
}
#awards_content #add_nominee .add_nominee_nomination{
  font-size: 18px;
  color: #0A5694;
}
#awards_content #add_nominee .add_nominee_not_enough{
  font-size: 26px;
  color: #333333;
  margin-top: 15px;
}
#awards_content #add_nominee .add_nominee_description{
  font-size: 13px;
  color: #666666;
  margin: 15px 0 20px;
}
#awards_content #add_nominee .add_nominee_label{
  font-size: 13px;
  color: #333333;
}
#awards_content #add_nominee #add_nominee_name{
  font-size: 26px;
  height: 30px;
  width: 100%;
  display: block;
  margin: 0 auto;
  font-family: Arial;
}
#awards_content #add_nominee .close_button{
  margin: 0 auto;
  width: 205px;
}
#awards_content #add_nominee #add_nominee_button{
  font-size: 26px;
  color: #fff;
  height: 30px;
  margin: 15px auto;
  width: 120px;
  display: -moz-inline-stack; /* для FF ниже 3  */
  display:inline-block;
  zoom:1; /* обычный layout fix для ИЕ6 */
  *display:inline; /* для ИЕ 6, 7 */
}
#awards_content #add_nominee .close_button .add_nominee_close{
  display: -moz-inline-stack; /* для FF ниже 3  */
  display:inline-block;
  zoom:1; /* обычный layout fix для ИЕ6 */
  *display:inline; /* для ИЕ 6, 7 */
  top: -10px;
  position: relative;
  margin-left: 5px;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
  head~body #awards_content #add_nominee .close_button .add_nominee_close { top: 20px; }
}
#awards_content #add_nominee .close_button .close_link{
  border-bottom: 1px dashed;
  cursor: pointer;
}

#awards_content #add_nominee .close{
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
  width: 5px;
  height: 5px;
  background: transparent url(/img/css/design/forms/forms_sprite.png) no-repeat scroll 0 -174px;
  z-index: 2;
}
#awards_content #add_nominee .ac_loading{
  background: transparent url(/img/js/preload_circle.gif) no-repeat 99% 7px;  
}

.rightColumn .partners{
  margin-left: 20px;
  font-weight: bold;
  font-size: 17px;
}
.rightColumn .partners .partner{
  display: block;
}

.wb-a-header-best-h, .wb-a-header { border-collapse: collapse; }
.wb-a-header-best-h__l,.wb-a-header-best-h__r, .wb-a-header__l, .wb-a-header__r{ padding: 0; text-align: left; border-collapse: collapse }
.wb-a-header-w {margin: 0 0 38px;background: url('/img/css/design/awards/2011/star_index3_03.png') no-repeat 0 0;}
.wb-a-header__l {}
.wb-a-header__l-i { margin: 5px 21px 0 91px;}
.wb-a-header__r {}
.wb-a-header__r-i {}
.wb-a-header-best { margin: 0 0 50px;}
.wb-a-header-best-img {}
.wb-a-header-best-h { margin: 0 0 30px;}
.wb-a-header-best-heading { margin: 0 0 0 17px;}
.wb-a-header-best-heading__i {font-family: Arial; margin: 0; padding: 0;}
.wb-a-header-best-heading__i-n {font-size: 28px; line-height: 36px; font-weight: 400;}
.wb-a-header-best-heading__i-y {font-size: 28px; line-height: 36px; font-weight: 400; color:#9f9e9e;}
.wb-a-header-best-c { font-family: Arial;font-size: 15px; line-height: 19px; color:#333333; margin: 0 5px;}
.wb-a-header-img { padding: 0 4px; }
.wb-a-header-img-i { margin: 0; padding: 0; }
.wb-a-header-heading { margin: 36px 0 28px; }
.wb-a-header-heading-i { font-family: Arial; font-size: 28px; font-weight: 400; margin: 0; padding: 0; line-height: 36px; color: #000 }
.wb-a-header-content { font-family: Arial; font-size: 15px; line-height: 19px; color: #333333 }
.wb-thumbnails { margin: -3em 0 0 -2em; text-align: center; }
.wb-thumbnail { text-decoration: none; display: -moz-inline-box; display: inline-block; vertical-align: top; text-align: center; margin: 3em 0 0 2em; }
.wb-thumbnail-i { width: 249px; float: left; font-family: Arial; }
.wb-thumbnail-link {}
.wb-thumbnail-star {background: url('/img/css/design/awards/2011/star_cinema_07.png') no-repeat 0 0; width: 248px; height: 242px;display: block}
.wb-thumbnail-star__img { width: 134px; height: 128px; background: transparent; margin: 60px 0 0 0;border: 0; }
.wb-thumbnail-img { border: 0;}
.wb-r-thumbnail-img { border: 0;}
.wb-thumbnail-name { margin: 10px 0 10px; height: 44px;  }
a.wb-thumbnail-name__link { font-size: 18px; font-weight: 700; color: #0a5b94}
a.wb-thumbnail-name__link:link:hover, a.wb-thumbnail-name__link:visited:hover {color: #516699  }
a.wb-thumbnail-name__link:link { color: #0a5b94 }
.wb-thumbnail-n { font-size: 13px; line-height: 18px; color:#000; padding: 0; margin: 0}
.wb-thumbnail-v { font-size: 13px; line-height: 18px; color:#000; padding: 0; margin: 10px 0 0; font-weight: 700;}
.wb-awards-socialization { width: 246px; }
.wb-awards-socialization__l { width: 140px; }
.wb-awards-socialization__l-i {margin: 0; width:140px; overflow-x: hidden; }
.wb-awards-socialization__r { width: 125px; }
.wb-awards-socialization__r-i {margin: 0; width:135px;}
.wb-awards-socialization__l-i, .wb-awards-socialization__r-i { text-align: left;}
.wb-a-header-content__link {float:left;}
.wb-awards-nom-to_main{ margin: 30px 0; display: block; padding-left: 12px;}


/* END src/awards.css */


/* src/r-star.css */
.r-star,
.r-star-shape{
  position:relative;
  overflow:hidden;
}
.r-star .cn,
.r-star-shape .cn{
  position:absolute;
}
.r-star-shape .cn.tl,
.r-star-shape .cn.bl {
  width:100%;
}
.r-star .cn.tr,
.r-star .cn.br,
.r-star-shape .cn.tr,
.r-star-shape .cn.br {
  margin-left:100%;
}


/* r10 */
.r10 {
  padding:10px 0;
}
.r10 .cn {
  width:20px;
  height:20px;
  left:-10px;
  top:-10px;
  background:url(/img/css/design/border_star/star_10px.png);
}
.r10 .cn.bl,
.r10 .cn.br {
  top:auto;
  bottom:-10px;
}

/* r8 border */
.rb8 {
  padding: 8px 0;
  border: #DDD 1px solid;
}
.rb8 .cn{
  width:16px;
  height:16px;
  left:-8px;
  top:-8px;
  background:url(/img/css/design/border_star/border_star_8px.png);
}
.rb8 .cn.bl,
.rb8 .cn.br {
  top:auto;
  bottom:-8px;
}

/* r10 shape*/
.rs10 {
  padding:10px 0;
}
.rs10 .cn{
  width:20px;
  height:20px;
  left:-10px;
  top:-10px
  background:url(/img/css/design/border_star/shape_10px.png);
}
.rs10 .cn.bl,
.rs10 .cn.br {
  top:auto;
  bottom:-10px;
}

/* END src/r-star.css */


/* src/offers.css */
#offer_content{
  width: 100%;
  min-height: 400px;
}

#offer_content #result_messages{
  margin: 25px 0;
}

#offer_content ul.errors{
  background: #ffecdc;
  border: 1px solid #f9bebe;
  color: #393939;
  padding: 10px;
  margin: 0;
}

#offer_content .success{
  background: #ecffdc;
  border: 1px solid #bef9be;
  color: #393939;
  padding: 10px;
}

#offer_content table{
  width: 98%;
  border: 0;
}

#offer_content table td{
  padding: 5px 3px;
  vertical-align: top;
  width: 20%;
  text-align: right;
}

#offer_content table td+td{
  width: 75%;
  text-align: left;
}

#offer_content table input[type=text]{
  width: 99%;
  border: 1px solid #62a9fe;
  padding: 2px;
}

#offer_content table textarea{
  height: 120px;
  border: 1px solid #62a9fe;
  width: 99%;
  padding: 2px;
}

#offer_content table small{
  color: #666;
}


#offer_content #attention{
  height: 110px;
}

/* END src/offers.css */


/* src/foto.css */
#foto_content {
  font-size: 11px;
  color: #666666;
}
/* Галерея */
#foto_content .upload-foto {
  text-align: right;
}
#foto_content .images-operations {
  background: #EEE;
  margin: 10px 0 10px 0;
  padding-left: 10px;
  padding-right: 10px;
}
#foto_content .images-operations-type-backoffice {
    background: #FFFFFF;
}
#foto_content .images-operations input {
  vertical-align: middle;
}
#foto_content .images-operations-chk-box {
  float: left;
}
#foto_content  .images-operations-btn {
  float: right;
}
#foto_content  .images-operations-btn a {
  margin-left: 10px;
}
#foto_content .image {
  display:-moz-inline-box;/*Нужно для Firefox*/
  display:inline-block; /*Не применяется в IE и Firefox*/
  _overflow:hidden;/*фикс для IE6*/
  zoom:1;/*включаем hasLayout*/
  *display:inline;/*при hasLayout true display:inline ведёт себя как display:inline-block*/

  /*width: 128px;*/
  margin: 0 20px 10px 0;
}
#foto_content .image .image-label {
  margin-top: 2px;
}
#foto_content .image input {
  vertical-align: middle;
}
#foto_content img.preview {
  display: block;
  border: #b2d1e0 2px solid;
  margin: auto;
}

/* Алоадер */
.swfupload {
  vertical-align: top;
}
#uploadManager {
  border-collapse: collapse;
}
#uploadManager td,
#uploadManager th {
  font-size: 12px;
  text-indent: 10px;
}
#uploadManager th {
  color: #999;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  width: 60px
}
#uploadManager th.name,
#uploadManager td.name {
  width: 260px;
  text-align: left;
}
#uploadManager th.size,
#uploadManager td.size {
  text-align: right;
}
#uploadManager tbody {
  border: 1px solid #CCC;
}
#uploadManager tbody tr {
  border-bottom: 1px solid #EEE;
  height: 22px;
}
#uploadManager tbody td .ui-icon {
  margin: auto;
}
#uploadManager tbody td.remove .ui-icon {
  cursor: pointer;
}

#uploadManager tfoot {
  border: 1px solid #CCC;
  background-color: #EEE;
}
#uploadQueueStats .progressbar {
  position: relative;
  height: 24px;
  background: #EEE;
}
#uploadQueueStats .stats {
  position: absolute;
  right: 10px;
  height: 24px;
  padding: 3px 0 5px 0;
}
/* Заказы */
#image-order {
  width: 100%;
  border-collapse: collapse;
}
#image-order thead {
  background-color: #EEEEEE;
}
#image-order thead th {
  padding: 0 4px 0 4px;
}
#image-order thead th.cn {
  width: 10px;
  padding: 0;
}
#image-order thead th.cn .r10 {
  height: 16px;
  padding: 10px 5px;
}
#image-order tbody tr {
  border-bottom: #CCC 1px solid;
}
#image-order tbody td {
  padding-top: 10px;
  text-align: center;
}
#image-order .orderline-options {
  text-align: left;
}
#foto_content .orderlines-operations {
  margin: 10px 0;
}
#foto_content .orderlines-operations > div {
  padding-left: 10px;
}
#foto_content  .orderlines-operations-btn {
  float: right;
}
#foto_content .submit-btns {
  text-align: center;
}

#orderlist {
  width: 100%;
  border-collapse: collapse;
}
#orderlist thead {
  background-color: #EEEEEE;
}
#orderlist thead th {
  padding: 0 4px 0 4px;
}
#orderlist thead th.cn {
  width: 10px;
  padding: 0;
}
#orderlist thead th.cn .r10 {
  height: 16px;
  padding: 10px 5px;
}
#orderlist tbody tr {
  border-bottom: #CCC 1px solid;
}
#orderlist tbody td {
  padding-top: 10px;
  text-align: center;
}
#orderlist .left {
  text-align: left;
}

#edit_state_dialog {
  display: none;
}
#state_history_dialog {
  display: none;
}
#state_history_dialog table {
  width: 100%;
  border-collapse: collapse;
  font: 11px Arial,Helvetica,sans-serif;
  color: #666;
}
#state_history_dialog table thead {
  background-color: #EEEEEE;
}
#state_history_dialog table tbody tr {
  border-bottom: #CCC 1px solid;
}
#state_history_dialog table tbody td {
  text-align: center;
}

#foto_content .error_msg {
  color: red;
  padding: 0 10px;
  font-size: 14px;
}


/* END src/foto.css */


/* src/social_panel.css */
.socialization_panel{
  margin-top: 0;
  float: left;
}

.socialization_panel .socnet{
  float: left;
  height: 22px;
  margin-bottom: 8px;
  margin-right: 5px;
}

.socialization_panel td{
  padding: 0 !important;
}

.socialization_panel .socnet.livejournal{
  width: 95px;
}

.socialization_panel .socnet.livejournal .lj{
  width: 95px;
  height: 20px;
  background: url(/img/css/design/social/lj.png) 0 -29px no-repeat;
}

.socialization_panel .socnet.livejournal .lj:hover{
  background: url(/img/css/design/social/lj.png) 0 -3px no-repeat;
}

.socialization_panel .socnet.twitter{
  width: 74px;
}
.socialization_panel .socnet.facebook{
  width: 120px;
}
.socialization_panel .socnet.facebook .fb_ltr{
  min-width: 100px;
}

.socialization_panel .vkontakte{
  overflow-x: hidden;
  
}

.socialization_panel .vkontakte #vk_like{
  /*width: 140px !important;*/
}

.fb_edge_widget_with_comment .fb_edge_comment_widget { 
  position: absolute;
}
.socialization_panel .socnet.google{
  width: 60px;
  margin-left: 5px;
}

.socialization_panel-margin-left{
	margin-left:20px;
}

.socialization_panel-margin-top {
  margin-top: 10px;
}

.socialization_panel-margin-top-paging {
  margin-top: -28px;
}
/* Стили для кнопки Одноклассники */
.odkl-klass-s,.odkl-klass{display:-moz-inline-stack;display:inline-block;*display:inline;vertical-align:middle;overflow:hidden;text-indent:-3000px;zoom:1;*text-indent:0;*font:0/0 Arial;}.odkl-klass{width:69px;height:21px;background:#f58220 url(odkl_klass.gif) no-repeat;}.odkl-klass-s{width:16px;height:16px;background:#f58220 url(odkl_klass_s.gif) no-repeat;}.odkl-klass:hover,.odkl-klass-stat:hover,.odkl-klass-stat:hover,.odkl-share-oc:hover{background-color:#e83;}.odkl-share-oc,.odkl-klass-oc,.odkl-klass-stat,.odkl-share-stat,.odkl-share-oc-voted,.odkl-klass-oc-voted{border-style:none;font:normal 17px arial;display:-moz-inline-stack;display:inline-block;*display:inline;padding-bottom:1px;padding-top:1px;text-decoration:none;zoom:1;height:18px;*height:21px;}.odkl-share-stat,.odkl-share-oc{padding-left:99px;*padding:0 0 0 99px;background:#f58220 url(odkl_klass_stat-neutral.gif) no-repeat;}.odkl-klass-oc,.odkl-klass-stat{padding-left:70px;*padding:0 0 0 70px;background:#f58220 url(https://st.mycdn.me/share/odkl_klass_stat.gif) no-repeat;}.odkl-klass-oc SPAN,.odkl-share-oc SPAN,.odkl-share-stat SPAN,.odkl-klass-stat SPAN{border-top-style:solid;border-top-width:1px;border-top-color:#f58220;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#f58220;border-right-style:solid;border-right-width:1px;border-right-color:#f58220;width:auto!important;text-decoration:none;padding:0 5px;text-align:center;font:normal 16px/19px arial;color:#f58220;background:white!important;zoom:1;}.odkl-klass-oc-voted,.odkl-share-oc-voted{cursor:default;color:#e83;zoom:1;}.odkl-klass-oc-voted{padding-left:20px;*padding:1 1 1 20px;background:url(odk_klass_v.gif) no-repeat;}.odkl-share-oc-voted{padding-left:26px;*padding:1 1 1 26px;background:url(odkl_klass_s2.gif) no-repeat;}.odkl-share-oc-voted A,.odkl-klass-oc-voted A{color:#e83;}.odkl-oc-comment-form{z-index:2000;position:absolute;width:192px;height:81px;font:normal 11px verdana,arial,helvetica,sans-serif;padding:2px 6px 6px 6px;border-style:solid;border-width:1px;border-color:#e83;background-color:white;zoom:1;}.odkl-oc-comment-form LABEL{text-align:left;display:block;color:#777E5D;padding-bottom:2px;}.odkl-oc-comment-form TEXTAREA{margin-bottom:7px;overflow-y:auto;height:35px;width:188px;display:block;padding:1px;border:1px solid #777e5d;}.odkl-oc-comment-form INPUT{font:normal 11px verdana,arial,helvetica,sans-serif;display:-moz-inline-stack;display:inline-block;*display:inline;padding:1px;text-align:center;vertical-align:middle;width:104px;cursor:pointer;background-color:#f93;color:white;border-style:solid;border-width:1px;border-color:#e83;}.odkl-oc-comment-form INPUT::-moz-focus-inner{border:1px dotted transparent;}.odkl-oc-comment-form INPUT:focus::-moz-focus-inner{border-color:#e83;}.odkl-oc-comment-form SPAN:hover{background-color:#e83;}.odkl-oc-comment-form A{color:#777E5D;margin-left:13px;}.odkl-oc-comment-form A:hover{color:black;}.odkl-oc-cmnt-hidden{visibility:hidden;width:1px;height:1px;}.odkl-oc-cmnt-err,.odkl-oc-cmnt-ok{visibility:visible;width:225px;min-height:14px;height:auto;color:black;border-style:solid;border-width:1px;padding:7px 17px 7px 7px;z-index:3000;position:absolute;display:inline;}.odkl-oc-msg-anchor{width:0;height:0;position:relative;visibility:hidden;*font:17px/19px Arial;}.odkl-oc-msg{font:normal 11px verdana,arial,helvetica,sans-serif;overflow-x:hidden;}.odkl-oc-lbl{float:left;width:15px;height:15px;padding-right:6px;}.odkl-oc-cmnt-ok .odkl-oc-lbl{background:url(ok_14x14.png) no-repeat;}.odkl-oc-cmnt-err .odkl-oc-lbl{background:url(error_14x14.png) no-repeat;}.odkl-oc-cmnt-err{background-color:#FFBFBF;border-color:#F39998;}.odkl-oc-cmnt-ok{background-color:#DFF0C6;border-color:#CC9;}.odkl-klass-oc-fc-hidden,.odkl-share-oc-fc-hidden{display:none;}.odkl-share-oc-fc,.odkl-klass-oc-fc{display:-moz-inline-stack;display:inline-block;*display:inline;border-style:none!important;border-width:0!important;padding:0!important;zoom:1;position:relative;height:21px;}.odkl-share-oc-fc{width:128px;}.odkl-klass-oc-fc{width:99px;}.odkl-share-oc-fc IFRAME,.odkl-klass-oc-fc IFRAME{border-style:none!important;border-width:0!important;padding:0!important;zoom:1;width:100%;height:100%;position:absolute;}

/*
.vkontakte_icon{
  background: url(/img/css/design/social/panel.png) -126px 0 no-repeat;
  width: 18px;
  height: 18px;
}

.facebook_icon{
  background: url(/img/css/design/social/panel.png) 0 0 no-repeat;
  width: 18px;
  height: 18px;
}

.twitter_icon{
  background: url(/img/css/design/social/panel.png) -18px 0 no-repeat;
  width: 18px;
  height: 18px;
}

.livejournal_icon{
  background: url(/img/css/design/social/panel.png) -54px 0 no-repeat;
  width: 18px;
  height: 18px;
}

.yandex_icon{
  background: url(/img/css/design/social/panel.png) -90px 0 no-repeat;
  width: 18px;
  height: 18px;
}

.mailru_icon{
  background: url(/img/css/design/social/panel.png) -108px 0 no-repeat;
  width: 18px;
  height: 18px;
}

.liveinternet_icon{
  background: url(/img/css/design/social/panel.png) -72px 0 no-repeat;
  width: 18px;
  height: 18px;
}

.buzz_icon{
  background: url(/img/css/design/social/panel.png) -36px 0 no-repeat;
  width: 18px;
  height: 18px;
}*/

/* END src/social_panel.css */



/* src/series/default.css */
:link:hover, :visited:hover {

}

:link {
  color: #0a5b94
}

wbr {
  display: inline-block
}

body {
  font: .8em Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  color: #000;
  background: #fff
}

* {
  font-size: 100%;
  margin: 0
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0
}

table {
  border-collapse: collapse;
}

th, td {
  padding: 0;
  text-align: left;
  vertical-align: top;
  border-collapse: collapse
}

ol, ul {
  list-style: none
}

ol, ul, li {
  padding: 0
}

code, input, textarea {
  font-family: Arial, Helvetica, sans-serif
}

a {
  text-decoration: none
}

:link, :visited {
  text-decoration: underline
}

a img, fieldset {
  border: 0
}

b {
  font-weight: 700
}

i {
  font-style: italic;
}


/* END src/series/default.css */


/* src/series/control.css */
.wb-drop-down { margin: 5px 0; clear: both; }
.wb-drop-down-header__heading { color: #0a5b94; border-bottom: 1px dashed #0a5b94; }
.wb-drop-down-header__icon { font-size: 70%; color: #C0CCD5; }
.wb-drop-down-header { cursor: pointer; }
.wb-drop-down-header:hover { color: red; }
.wb-drop-down-header:hover .wb-drop-down-header__icon { color: #0a5b94; }
.wb-drop-down-content { padding: 10px 0; }

/* END src/series/control.css */


/* src/series/layout.css */
.wb-page-series { width: 938px; background: #f5f5f5; }
.wb-layout-about { width: 854px; }
.wb-layout-about__l {width: 640px;}
.wb-layout-about__r {width: 258px;}
.wb-layout-about__r-i { margin-left: 25px;}

.wb-layout-table { width: 100%;}
.wb-layout-torrens { }
.wb-layout-series-compact { width: 894px; }
.wb-layout-series-compact-w {padding: 12px 0 0 0; margin: 0 22px 22px;}
.wb-layout-series-compact__l { width: 200px;}
.wb-layout-series-compact__l-i { text-align: center;}
.wb-layout-series-compact__c-i { margin: 0 23px;}
.wb-layout-series-compact__r { width: 175px;}
.wb-layout-series-compact__r-i {}

.wb-layout-series-compact .wb-series-rating {
  margin: 10px 0 10px 0;
}
.wb-layout-series-compact .external-ratings,
.wb-layout-series-ratings .external-ratings {
  margin: 0 0 10px 0;
}

.wb-layout-series-comments {
  margin-top: 20px;
}

.wb-movie-ratings {
  text-align: center;
}

.wb-movie-ratings .wb-movie-ratings__wb {
  display: inline-block;
  float: left;
}

.comments_btn.wb-button_action {
  margin-left: 1px;
}

.comments_btn.wb-button_action .wb-icon_comments {
  width: 23px;
  height: 19px;
  float: none;
  margin: 0;
}

.wb-layout-archive { width: 100%; border-collapse: collapse; font-size: 100%;}
.wb-layout-archive__l {width: 274px}
.wb-layout-archive__r { }
.wb-layout-archive__r-i { margin-left: 30px;}

.wb-layout-archive-season {border: 1px solid #d3dadf; width: 272px; margin-bottom: 10px;}
.wb-layout-archive-season__l {width: 71px;}
.wb-layout-archive-season__c { width: 70px;}
.wb-layout-archive-season__c-i { margin: 8px 14px;}
.wb-layout-archive-season__r { width: 131px; }
.wb-layout-archive-season__r-i { margin: 8px 7px; }

.series__info { margin: 0 21px 25px; }
.series__info_type_compact { margin: 0 0 25px; }
.series__tags { margin: 0 0 10px; }



/* END src/series/layout.css */


/* src/series/list.css */
/* List */
.wb-serials {
  margin: 16px 0 20px 0;
}
.wb-serials_favorite-select {
  margin: 16px 22px;
}
.wb-serials-item {
  overflow: hidden;
  clear: both;
  padding: 14px 0 14px 13px;
  border-bottom: 1px solid #d3dadf;
}
.wb-serials-item:hover {
  background: #f7f7f7;
}
.wb-serials-item:hover .external-ratings-link_type_tomato .icon {
  width: 15px;
  height: 15px;
  background-position: 0 -15px;
}
.wb-serials-item:hover .external-ratings-link_type_kinopoisk .icon {
  width: 15px;
  height: 15px;
  background-position: -15px -15px;
}
.wb-serials-item:hover .external-ratings-link_type_imdb .icon {
  background-position: -30px -15px;
}
.wb-serials-item:hover .wb-series-rating-static_theme_gray .wb-series-gold-static {
  background-position: -38px 0;
}
.wb-serials-item .external-ratings {
  margin: 0 0 15px;
}
.wb-serials-item .wb-series-rating-static {
  margin: 0 0 15px;
}
.wb-serials-item_first {
  border-top: 1px solid #d3dadf;
}
.wb-serials-imaged {
  float: left;
  margin: 0 14px 0 0;
}
.wb-serials-content {
  overflow: hidden;
  zoom: 1;
}
.wb-serials-metrics {
  min-height: 142px;
  float: right;
  width: 170px;
  padding: 0 0 0 14px;
  line-height: 16px;
  color: #666;
  font-size: 11px;
}

.wb-serials-metrics__inner {
  min-height: 115px;
  *height: 115px;
  padding: 0 0 1px;
}
.wb-serials-author {
  color: #9c9c9c;
}
.wb-series-count {
  background: #8fc939;
  color: #fff;
  font: 9px arial, sans-serif;
  padding: 2px 5px;
  margin-left: 4px;
}

.wb-serials-heading {
  margin: 0 0 8px 0;
  padding: 0;
  overflow: hidden
}
.wb-serials-heading__link {
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  text-decoration: none;
  padding: 0 1px;
  color: #2b71a2;
  border-bottom: 1px solid #2b71a2;
}

.wb-serials-heading__link-selected {
  background: #2b71a2;
  color: #fff;
}
.wb-serials-heading__link:hover {
  background: #2b71a2;
  color: #fff;
}

.wb-serials-title {
  font: 13px sans-serif;
  color: #7f7f7f;
  margin: 0 0 8px;
  line-height: 19px;
  position: relative;
}

.wb-serials-authors {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
}
.wb-serials-authors .wb-item {
  float: left;
  font: 13px sans-serif;
  line-height: 19px;
  position: relative;
  list-style: none;
}
.wb-serials-authors .wb-item a.link {
  text-decoration: none;
  color: #878787;
  display: block;
  padding: 4px 2px;
}
.wb-serials-authors .wb-item a.link:hover {
}

.wb-serials-tags {
  display: block;
  margin: 0 0 13px 0;
  padding: 0;
  clear: both;
  width: 100%;
  overflow: hidden;
}
.wb-serials-tags-item {
  float: left;
  margin: 0 1px 1px 0;
  font: 13px sans-serif;
  line-height: 19px;
  position: relative;
  serials-style: none;
}
.wb-serials-tags-item__link {
  text-decoration: none;
  color: #878787;
  background: #e1e1e1;
  display: block;
  padding: 0 4px;
}
.wb-serials-tags-item__link:hover {
  background: #0baee5;
  color: #fff;
}

.wb-serials-last-series {
  clear: both;
  color: #6d6d6d;
  margin: 0 0 24px 0;
  font-size: 13px;
  line-height: 17px;
}
.wb-serials-last-series__link {
  color: #0a5b94;
  text-decoration: none;
  border-bottom: 1px solid #0a5b94;
}
.wb-serials-last-series__link:hover {
  color: #fff;
  background: #2b71a2;
  border-bottom: 1px solid #2b71a2;
}

.wb-serials-dropdown {
}
.wb-serials-dropdown-header {
  height: 18px;
}
.wb-serials-dropdown-header__heading {
  text-decoration: none;
  color: #0a5b94;
  border-bottom: 1px dashed #0a5b94;
  cursor: pointer;
}
.wb-serials-dropdown-header__icon {
  cursor: pointer;
  color: #c0ccd5;
  font-size: 70%;
}
.wb-serials-dropdown-header-i:hover .wb-serials-dropdown-header__icon {
  color: #0a5b94;
}
.wb-serials-dropdown-info {
  margin: 20px 0 0;
  color: #000;
  display: none;
}
.wb-serials-dropdown-info-tags {
  color: #6d6d6d;
  margin-bottom: 10px;
}
.wb-serials-dropdown-info-tags__link {
  color: #0a5b94;
  padding: 0 3px;
}
.wb-serials-dropdown-info-desc {
  color: #0a5b94;
  padding: 0 3px;
}

.wb-serials-link {
  display: block;
  background: #cccccc;
  width: 96px;
  height: 142px;
  line-height: 0;
  border: 3px solid #cccccc;
}
.wb-serials-link:hover {
  border: 3px solid #2b71a2
}

.wb-series-button {
  margin-top: 12px;
}
.wb-series-compact-link__image {
  display: block;
  background: #cccccc;
  width: 200px;
  height: 293px;
  line-height: 0;
  border: 3px solid #cccccc;
}

.dropdown__hide-item {
  display: none !important;
}

.dropdown__show-full-list__link {
  text-decoration: none !important;
  font-size: 10px;
}

.dropdown__show-full-list__link:hover {
  background: none !important;
  color: #0a5b94 !important;
  text-decoration: underline !important;
}


/* END src/series/list.css */


/* src/series/promo.css */
.wb-slides {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 937px;
  position: relative;
}

.wb-slides_series {
  height: 400px;
}

.wb-slides_admin {
  height: 410px;
}

.wb-slides_info {
  height: 475px;
  margin-bottom: 10px;
  overflow: visible;
}

.wb-slides-panel {
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  height: 400px;
}

.wb-slides-image {
  float: left;
  display: block;
  width: 938px;
  height: 400px;
  overflow: hidden;
}

#wb-promo-image {
  position: relative;
  display: block;
  z-index: 0;
  z-index: 0;
  line-height: 0;
  width: 938px;
  height: 410px;
}

.wb-promo-caption {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYmBgaAAIMAAAjwCD5Hc2/AAAAABJRU5ErkJggg==);
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  position: absolute;
  top: 252px;
  left: 0;
  z-index: 1;
  margin: 0 0 0 16px;
  padding: 8px 12px;
  width: 884px;
  height: 55px;
}

.wb-promo-caption_hover {
  background: rgba(0, 0, 0, 0.7);
}

.wb-promo-caption__i {
  display: block;
  text-decoration: none;
  width: 884px;
  height: 39px;
}

.wb-promo-heading {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}

.wb-promo-heading_hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}

.wb-promo-season {
  color: rgba(255, 255, 255, 0.7);
  margin: 6px 0 0 0;
  display: block;
  font-size: 14px;
  position: relative;
}

.wb-promo-season_hover {
  color: rgba(255, 255, 255, 1);
}

.wb-promo-list-w {
  top: 324px;
  position: relative;
  margin: 1px 0 0 0;
  z-index: 3;
  padding: 13px 12px 16px 24px;
}

.wb-promo-list {

}

.wb-promo-list-link {
  margin: 0 5px;
}

.wb-promo-list-image {
  width: 63px;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 0;
  cursor: pointer;
  border: 3px solid #cccccc;
}

.wb-promo-list-image:hover {
  border: 3px solid #2b71a2;
}

.wb-promo-image-item {

}

.wb-promo-gradient {
  position: absolute;
  width: 938px;
  height: 455px;
  z-index: 2;
  top: 0;
  left: 0;
  background: url(/img/css/design/series/promo/promo_03.png) repeat-x 0 265px;
}

.wb-promo-info {
  position: absolute;
  top: 343px;
  width: 893px;
  height: 104px;
  padding: 0 20px 0;
}

.wb-promo-box-type {
  color: #000;
  font-size: 13px;
  line-height: 14px;
  margin: 0 0 6px 3px;
}

.wb-promo-box-heading {
  color: #000;
  font-size: 36px;
  margin: 0 0 7px 1px;
  padding: 0;
  line-height: normal;
}

.wb-promo-box-name {
  color: #797878;
  font-size: 18px;
  line-height: 14px;
  margin: 0 0 10px 3px;
}

.wb-promo-box {
  overflow: hidden;
  zoom: 1;
}

.wb-promo-metrics {
  float: right;
  width: 175px;
  padding: 10px 14px 0 14px;
  line-height: 16px;
  color: #666;
  font-size: 11px;
}

.wb-promo-metrics .wb-series-rating {
  margin-bottom: 10px;
}

.wb-promo-metrics .external-ratings {
  margin-bottom: 10px;
}

.wb-promo-rating {
  margin: 0;
  padding: 0;
}

.wb-promo-rating-block {
  padding: 0;
  margin: 0;
}

.wb-promo-rating-caption {
  margin: 0 0 10px 0;
  font-size: 11px;
  color: #989898;
}

.wb-button_promo {
  padding: 5px 10px;
  font: 16px arial, sans-serif;
  font-weight: 700;
}

.wb-button__content_favorite-remove {
  color: #5d5d5d;
}

.wb-icon_promo {
  margin: 0 8px 0 0;
  float: left;
}

.wb-slides-admin-link {
  color: green;
  font-weight: 700;
  font-size: 16px;
}


/* END src/series/promo.css */


/* src/series/icon.css */
.wb-icon {
  border: none;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.wb-icon_download {
  width: 7px;
  height: 11px;
  background: url(/img/css/design/series/icons/icons_07.png) no-repeat 0 0;
}

.wb-icon_play {
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 0;
  display: block;
  background: url(/img/css/design/series/icons/icons_play.gif) no-repeat 0 0;
}

.wb-icon_play-caption {
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 1px 0 0 0;
  vertical-align: text-top;
  display: block;
  float: left;
  background: url(/img/css/design/series/icons/icons_play.gif) no-repeat 0 0;
}

.wb-icon_love {
  width: 15px;
  height: 13px;
  float: left;
  margin: 3px 4px 0 0;
  background: url(/img/css/design/series/icons/love.gif) no-repeat 0 0;
}

.wb-icon_favorite {
  width: 23px;
  height: 19px;
  background: url(/img/css/design/series/icons/icons_03.png) no-repeat 0 0;
}

.wb-icon_favorite-selected {
  width: 23px;
  height: 19px;
  background: url(/img/css/design/series/icons/icons_04.png) no-repeat 0 0;
}

.wb-icon_favorite-black {
  width: 23px;
  height: 19px;
  background: url(/img/css/design/series/icons/icons_09.png) no-repeat 1px 1px;
}
.wb-icon_favorite-blue {
  width: 23px;
  height: 19px;
  background: url(/img/css/design/series/icons/icons_14.png) no-repeat 1px 1px;
}

.wb-icon_comments {
  width: 21px;
  height: 20px;
  float: left;
  margin: 0 11px 3px 0;
  background: url(/img/css/design/series/icons/icons_06.png) no-repeat;
}

.wb-button_action .wb-icon_comments {
  height: 19px;
  margin: 0 1px;
}

.wb-icon_tags-show {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 15px;
  height: 13px;
  vertical-align: middle;
  cursor: pointer;
  background: url(/img/css/design/series/icons/icons_11.png) no-repeat;
}

.wb-icon_tags-hide {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 15px;
  height: 13px;
  vertical-align: middle;
  cursor: pointer;
  background: url(/img/css/design/series/icons/icons_12.png) no-repeat;
}

.wb-icon_empty-rating {
  width: 53px;
  height: 50px;
  float: left;
  margin: 0 11px 0 0;
  background: url(/img/css/design/series/empty/empty_13.jpg) no-repeat 0 0;
}
.wb-icon_empty-favorite {
  width: 54px;
  height: 43px;
  margin: 0 11px 0 0;
  float: left;
  background: url(/img/css/design/series/empty/empty_06.jpg) no-repeat 0 0;
}
.wb-icon_hd {
  width: 23px;
  height: 16px;
  margin-top: 3px;
  vertical-align: top;
  background: url(/img/css/design/list/label.png) no-repeat 0 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}


/* END src/series/icon.css */


/* src/tabs.css */
/* Tabs */
.wb-tabs {
    margin: 0;
    padding: 0;
    width: 100%;
}

.wb-tabs-nav {
    display: block;
    margin: 0 9px;
    padding: 0;
}

.wb-tabs-nav_widget {
    margin: 0 8px;
}

.wb-tabs-item {
    top: 1px;
    float: left;
    margin: 0 2px;
    font: bold 16px sans-serif;
    line-height: 16px;
    position: relative;
    list-style: none;
}

.wb-tabs-link {
    text-decoration: none;
    display: block;
    overflow: hidden;
}

.wb-tabs-series-count {
    float: right;
    margin-top: 2px;
}

.wb-tabs-content {
    clear: both;
    border-top: solid 1px #caced1;
    background-color: #fff;
}

.wb-tabs-panel_serials {
    padding: 0;
}

.wb-tabs-panel_about {
    padding: 25px 22px;
}

.wb-tabs-panel_award {
    padding: 25px 0 0;
}

.wb-tabs-item_all a.wb-tabs-link {
    padding: 9px 8px 2px;
    background: #e1e1e1;
    line-height: 17px;
    color: #616161;
    font: 18px arial, sans-serif;
    font-weight: 700;
    height: 28px;
    margin-bottom: 1px;
}

.wb-tabs-item_all a.wb-tabs-link:hover {
    color: #fff;
    background-color: #0baee5;
}

.wb-tabs-item_all-select {
    top: 1px;
    border-left: 1px solid #caced1;
    border-top: 1px solid #caced1;
    border-right: 1px solid #caced1;
}

.wb-tabs-item_all-select a.wb-tabs-link {
    padding: 8px 7px 3px;
    background: #fff;
    line-height: 17px;
    color: #000;
    font: 18px arial, sans-serif;
    font-weight: 700;
    height: 28px;
}

.wb-tabs-item_default .wb-tabs-link {
    background-color: #e1e1e1;
    padding: 6px 6px 6px;
    color: #666666;
    font: 14px arial, sans-serif;
    font-weight: 700;
    height: 17px;
}

.wb-tabs-item_default a.wb-tabs-link:hover {
    color: #fff;
    background-color: #0baee5;
}

.wb-tabs-item_default-select {
    top: 1px;
    border-left: 1px solid #caced1;
    border-top: 1px solid #caced1;
    border-right: 1px solid #caced1;
}

.wb-tabs-item_default-select a.wb-tabs-link {
    color: #000;
    padding: 5px 5px 7px;
    background-color: #fff;
    font: 14px arial, sans-serif;
    font-weight: 700;
    height: 17px;
}

.wb-tabs-item_series a.wb-tabs-link {
    color: #666666;
    background-color: #e1e1e1;
    padding: 6px 11px 5px;
    font: 16px arial, sans-serif;
    font-weight: 700;
    height: 20px;
}

.wb-tabs-item_series a.wb-tabs-link:hover {
    color: #fff;
    background-color: #0baee5;
}

.wb-tabs-item_series-select {
    top: 1px;
    border-left: 1px solid #caced1;
    border-top: 1px solid #caced1;
    border-right: 1px solid #caced1;
}

.wb-tabs-item_series-select a.wb-tabs-link {
    padding: 5px 8px 6px;
    background-color: #fff;
    color: #000;
    font: 16px arial, sans-serif;
    font-weight: 700;
    height: 20px;
}

.wb-tabs-item_favorite a.wb-tabs-link {
    color: #666666;
    background-color: #e1e1e1;
    padding: 6px 8px 5px;
    font: 14px arial, sans-serif;
    font-weight: 700;
    height: 18px;
}

.wb-tabs-item_favorite a.wb-tabs-link:hover {
    color: #fff;
    background-color: #0baee5;
}

.wb-tabs-item_favorite-select {
    top: 1px;
    border-left: 1px solid #caced1;
    border-top: 1px solid #caced1;
    border-right: 1px solid #caced1;
}

.wb-tabs-item_favorite-select a.wb-tabs-link {
    color: #000;
    padding: 5px 7px 6px;
    background-color: #fff;
    font: 16px arial, sans-serif;
    font-weight: 700;
    height: 18px;
}

.wb-tabs-item_favorite,
.wb-tabs-item_favorite-select {
    float: right;
}

.wb-tabs-item_widget {
    margin: 0 1px
}

.wb-tabs-item_widget a.wb-tabs-link {
    color: #666666;
    background-color: #e1e1e1;
    padding: 6px 7px 5px;
    font: 16px arial, sans-serif;
    font-weight: 700;
    height: 20px;
}

.wb-tabs-item_widget a.wb-tabs-link:hover {
    color: #fff;
    background-color: #0baee5;
}

.wb-tabs-item_widget-select {
    margin: 0 1px;
    top: 1px;
    border-left: 1px solid #caced1;
    border-top: 1px solid #caced1;
    border-right: 1px solid #caced1;
}

.wb-tabs-item_widget-select a.wb-tabs-link {
    color: #000;
    padding: 5px 6px 6px;
    background-color: #fff;
    font: 16px arial, sans-serif;
    font-weight: 700;
    height: 20px;
}

.wb-icon_tabs {
    float: left;
    margin: 0 8px 0 0;
}

a.wb-tabs-link_favorite:hover .wb-icon_tabs {
    background: url(/img/css/design/series/icons/icons_04.png) no-repeat 0 0;
}

.wb-tabs-nav-main .wb-tabs-item_default,
.wb-tabs-nav-main .wb-tabs-item_default-select,
.wb-tabs-nav-main .wb-tabs-item_series,
.wb-tabs-nav-main .wb-tabs-item_series-select,
.wb-tabs-nav-main .wb-tabs-item_widget,
.wb-tabs-nav-main .wb-tabs-item_widget-select,
.wb-tabs-nav-main .wb-tabs-item_favorite,
.wb-tabs-nav-main .wb-tabs-item_favorite-select,
.wb-tabs-nav-main .wb-tabs-item_atoz,
.wb-tabs-nav-main .wb-tabs-item_atoz-select{
    top: 11px;
}


/* END src/tabs.css */


/* src/series/tags.css */
/* Tags */

.wb-tags {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
}

.wb-tags-item {
  float: left;
  margin: 1px;
  font: 13px sans-serif;
  line-height: 19px;
  position: relative;
  list-style: none;
}

a.wb-tags-link {
  text-decoration: none;
  color: #878787;
  background: #e1e1e1;
  white-space: nowrap;
  display: block;
  padding: 0 4px;
}

a.wb-tags-link:hover {
  background: #0baee5;
  color: #fff;
}

a.wb-icon_tags-show {
  background-position: 0 -13px;
}

a.wb-icon_tags-show:hover {
  background-position: 0 0;
}

a.wb-icon_tags-hide {
  background-position: 0 -13px;
}

a.wb-icon_tags-hide:hover {
  background-position: 0 0;
}

.tags {
  margin: 0 0 5px;
}

.tags__heading {
  line-height: 14px;
  font-weight: 400;
  margin: 0 9px 0 0;
  padding: 0;
}

.tags__list {
  margin: 0;
  padding: 0;
  display: inline;
}

.tags__item {
  display: inline;
  margin: 0 9px 0 0;
}

.tags__link {
  white-space: nowrap;
  color: #0a5b94
}

.tags__link:hover {
  background: #2b71a2;
  color: #fff;
}

.tags__arr {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 15px;
  height: 13px;
  cursor: pointer;
  background: url(/img/css/design/series/tags/arr.png) no-repeat 0 -13px;
  vertical-align: middle;
}

.tags__arr:hover {
  background-position: 0 0;
}

.tags__arr_show_yes {
  background-position: -15px -13px;
}

.tags__arr_show_yes:hover {
  background-position: -15px 0;
}



/* END src/series/tags.css */


/* src/series/torrents.css */
.wb-torrents { }
.wb-layout-torrens-wrapper { display: none; }
.wb-torrents_series {margin: 9px 0 0 0;}
.wb-torrents-item { border-top: 1px solid #f1f1f1; padding: 2px 0 5px; overflow: hidden; }
.wb-torrents-item-i { background: #f1f1f1; padding: 0 0 8px;}
.wb-torrents-item-header { overflow: hidden; cursor: pointer; height: 28px; padding: 8px 14px 0;}
.wb-torrents-item-content { display: none; padding: 8px 14px 0;}

.wb-torrents-search { overflow: hidden; float: right; width: 130px; text-align: center; }
.wb-torrents-caption { color: #6d6d6d; font-size: 13px; }
.wb-torrents-link { color: #0a5b94; text-decoration: none; font-size: 15px; float: left; line-height: 17px; font-weight: 700 }

.wb-torrents-season {float: left;overflow: hidden; margin: 5px 0;}
.wb-torrents-season-name {float: left; font-weight: 700; font-size: 15px; margin-right: 10px;}
.wb-torrents-season-name__img { top: 2px; position: relative; }
.wb-torrents-season__series {float: left; color: #6d6d6d; margin: 1px 10px 0 0;}
.wb-torrents-season__current {float: left; background: #8fc939; padding: 1px 6px; color: #fff; }

.wb-torrents-dropdown {overflow: hidden; margin-bottom: 12px; clear: both;}
.wb-torrents-dropdown__l { margin: 0 12px 0 0; float: left; }
.wb-torrents-dropdown__r { padding: 3px 0; overflow: hidden; }
.wb-torrents-dropdown-download { float: left; margin-right: 6px; }
.wb-torrents-dropdown-download__i { color:#0a5b94; cursor: pointer; text-decoration: none; border-bottom: 1px solid; }
.wb-torrents-dropdown-series { float: left; }
.wb-torrents-dropdown-series__caption { border-bottom: 1px dashed; margin:0 4px; color:#0a5b94; cursor: pointer; text-decoration: none;}
.wb-torrents-dropdown-series__icon { cursor: pointer; color: #c0ccd5; font-size: 70%;}
.wb-torrents-dropdown-series:hover .wb-torrents-dropdown-series__icon { color: #0a5b94;}
.wb-torrents-dropdown-type { float: left; }
.wb-torrents-dropdown-type__i { color: #767676; padding: 0 12px 0 4px;}
.wb-torrents-dropdown-size { float: left; }
.wb-torrents-dropdown-size__i { text-wrap: none; color: #c8c8c8; background: #fff; border: 1px solid #c8c8c8; padding: 0 6px;text-align: center; }

.wb-torrents-series-date {color:#6d6d6d; margin: 0 0 12px 0; }
.wb-torrents-series-no { color: #fff; background: #c0c0c0; padding: 0 6px; text-align: center; font-size: 13px; margin: 6px 11px 6px 6px;}
.wb-torrents-series-no_current { background: #8fc939 }
.wb-torrents-series-name { color: #0c0000; margin: 6px 18px 6px 0; }
.wb-torrents-series-name__type { color: #767676; padding:0;}
.wb-torrents-series-metric { background: #fff; cursor: pointer; border: 1px solid #c8c8c8; margin: 6px 13px 6px 0; }
.wb-torrents-series-metric__t { color: #fff;padding: 0 6px; background: #c0c0c0; text-align: center; }
.wb-torrents-series-metric__s { text-wrap: none; color: #c8c8c8; background: #fff; padding: 0 6px; text-align: center;  }

.wb-layout-torrens-item { height: 30px; }
.wb-layout-torrens-item__play {width:25px;margin:3px 8px 3px 4px;}

.wb-metric {
  position: absolute;
  min-height: 72px;
  width: 300px;
  background: #fff;
  z-index: 100;
  padding: 10px;
  border: 1px solid #ccc;
}

.wb-metric-tail {
  background: url(/img/css/design/series/tail/tail.gif) no-repeat 0 0;
  position: absolute;
  width: 8px;
  height: 16px;
  top: 26px;
  left: 0;
  margin: 0 0 0 -8px;
}

.wb-metric-content  {
  line-height: 18px;
}

.wb-torrents-series-metric-list {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
}

.wb-torrents-series-metric-list-i {
  position: absolute;
  top: -26px;
  left: 4px;
  min-height: 72px;
  min-width: 300px;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
}

.wb-torrents-series-metric-list__tail {
  background: url(/img/css/design/series/tail/tail.gif) no-repeat 0 0;
  position: absolute;
  width: 8px;
  height: 16px;
  top: 26px;
  left: 0;
  margin: 0 0 0 -8px;
}

.wb-torrents-series-metric-list-content  {
  line-height: 18px;
}

.wb-metric-label {color:#767676;}
.wb-metric-value {color:#000}

/* END src/series/torrents.css */


/* src/series/ratings.css */
.wb-series-rating, .wb-series-rating-static {
  margin: 0 0 8px;
}
.wb-series-rating-static {cursor: pointer}
.wb-series-block { overflow: hidden; }
.wb-series-gold { background: url(/img/css/design/series/ratings/stars.png) -38px 0 no-repeat; width: 19px; height: 19px; display: inline-block; *display: inline; zoom: 1; float: left }
.wb-series-gray { background: url(/img/css/design/series/ratings/stars.png) -19px 0 no-repeat; width: 19px; height: 19px; display: inline-block; *display: inline; zoom: 1; float: left }
.wb-series-blue { background: url(/img/css/design/series/ratings/stars.png) 0 0 no-repeat; width: 19px; height: 19px; display: inline-block; *display: inline; float: left; zoom: 1; cursor: pointer }
.wb-series-hint { color: #989898; font-size: 11px; clear: both; margin: 4px 0 0 2px; }
.wb-series-blue-hint { color: #0080C0 }

.wb-series-block-static { display:block; text-decoration:none; overflow: hidden; }
.wb-series-gold-static { background: url(/img/css/design/series/ratings/stars.png) -38px 0 no-repeat; width: 19px; height: 19px; display: inline-block; *display: inline; zoom: 1; float: left }
.wb-series-gray-static { background: url(/img/css/design/series/ratings/stars.png) -19px 0 no-repeat; width: 19px; height: 19px; display: inline-block; *display: inline; zoom: 1; float: left }
.wb-series-hint-static { color: #989898; font-size: 11px; margin: 4px 0 0 2px; }
.wb-series-rating-static_theme_gray .wb-series-gold-static {
  background: url(/img/css/design/series/ratings/stars.png) -57px 0 no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
}
.series-rating__count {
  color:#666;
}



/* END src/series/ratings.css */


/* src/series/widgets.css */
.wb-widget { width: 239px; margin: 0 auto 25px;}

.wb-widget-link {}
.wb-widget-link__image { display: block; background: #CCC; line-height: 0; border: 3px solid #CCC;}
.wb-widget-link__image_albums { width:66px; height:66px; }
.wb-widget-link__image_news { width:72px; height:50px; }
.wb-widgets-link__image_series, .wb-widgets-link__image_movies { width:66px; height:98px; }
.wb-widget-link:hover .wb-widget-link__image { border: 3px solid #2b71a2 }

.wb-widget-market-gid { padding: 12px 12px 24px; }

.wb-widget-about { padding: 0; background: #fff;   }
.wb-widget-about-header { padding: 0 3px 8px; border-bottom: 1px solid #d5d5d5; }
.wb-widget-about-header__heading { color:#000; margin: 0; padding: 0; font: 18px arial, sans-serif; line-height: 18px; font-weight: 700; }
.wb-widget-about-list { overflow: hidden; padding: 0; margin: 0; }
.wb-widget-about-item { list-style: none; margin: 0; overflow: hidden; padding: 12px 0;}
.wb-widget-about-date { color:#949494; font: 11px arial, sans-serif; margin-bottom: 3px; }
.wb-widget-about-imaged { float: left; margin: 2px 9px 0 0; }
.wb-widget-about-content { overflow: hidden; zoom: 1; }
.wb-widget-about-link { color: #0a5b94 }
.wb-widget-about-link:hover { background: #2b71a2; color:#fff; }
.wb-widget-about-footer { padding: 0 13px 15px; text-align: center; }

.wb-widget-comments {border: 1px solid #d5d5d5; }
.wb-widget-comments-header { padding: 10px 14px; background: #e2e2e2}
.wb-widget-comments-header__heading {margin: 0; padding: 0; color:#000; font-size: 18px; font-weight: 700; }
.wb-widget-comments-list { margin: 0; }
.wb-widget-comments-item { list-style: none; overflow: hidden; margin: 0; border: none; padding: 14px 11px; background: url(/img/css/design/series/gradient/gradient.png) repeat-x left bottom;}
.wb-widget-comments-imaged {float: left; margin: 2px 9px 0 0;}
.wb-widget-comments-content {overflow: hidden; zoom: 1;}
.wb-widget-comments-comments {margin-bottom: 6px;}
.wb-widget-comments-comments__link {text-decoration: none; color:#000; font: 13px arial, sans-serif; line-height: 19px;}
.wb-widget-comments-username {}
.wb-widget-comments-username__link {color:#666666; font: 11px arial, sans-serif;}
.wb-widget-comments-footer {padding: 15px 13px 15px; text-align: center;}

.wb-widget-faq {border: 1px solid #d5d5d5;  padding: 14px;}
.wb-widget-faq__icon {background: url(/img/css/design/series/widget/widget_03.png) no-repeat 0 0; margin: 0 0 14px; width: 49px; height: 41px; overflow: hidden;}
.wb-widget-faq__heading {color:#000;font: 16px arial, sans-serif; font-weight: 700;margin: 0 0 14px; padding: 0}
.wb-widget-faq-content {color:#858585; font: 13px arial, sans-serif; margin: 0 0 14px; padding: 0;}
.wb-widget-faq-content__link {font: 13px arial, sans-serif; color:#0a5b94;}
.wb-widget-faq-link { display: block; margin: 0 0 8px;}
.wb-widget-faq-link__link {font: 13px arial, sans-serif; color:#0a5b94;}

.wb-widget-more { }
.wb-widget-more-header { padding: 0 3px 8px; border-bottom: 1px solid #d5d5d5}
.wb-widget-more-header__heading { margin: 0; padding: 0; color:#000; font-size: 18px;
  line-height: 18px; font-weight: 700;  }
.wb-widget-more-list { margin: 0; padding: 0; overflow: hidden; }
.wb-widget-more-item { list-style: none; margin: 0; overflow: hidden; padding: 17px 0 0; }
.wb-widget-more-imaged { float: left; margin: 0 9px 0 0;}
.wb-widget-more-content { overflow: hidden; zoom: 1; }
.wb-widget-more-link { }
.wb-widget-more-link__link { font: 13px arial, sans-serif; }
.wb-widget-more-link__link-selected { color:#fff; background: #2b71a2; }

.wb-widget-news { border: 1px solid #d5d5d5; }
.wb-widget-news-header { overflow: hidden; padding: 10px 13px 0; border: none; }
.wb-widget-news-header__heading { margin: 0; padding: 0; color:#000; font: 18px arial, sans-serif; font-weight: 700; color:#000;
  text-decoration: none; }
.wb-widget-news-list { overflow: hidden; padding: 0 8px; border: none; }
.wb-widget-news-item { list-style: none; margin: 0; padding: 12px 3px; overflow: hidden; }
.wb-widget-news-date { color:#949494; font: 11px arial, sans-serif; margin-bottom: 3px; }
.wb-widget-news-imaged { float: left; margin: 2px 9px 0 0; }
.wb-widget-news-content { overflow: hidden; zoom: 1; }
.wb-widget-news-link { color: #0a5b94 }
.wb-widget-news-link:hover { background: #2b71a2; color:#fff; }
.wb-widget-news-footer { padding: 0 13px 15px; text-align: center; }

.wb-widget-serials {border: 1px solid #d5d5d5; }
.wb-widget-serials-header {background: #e2e2e2; padding: 10px 13px; overflow: hidden; border-bottom: 1px solid #d6d6d6; }
.wb-widget-serials-heading { margin: 0; padding: 0; color:#000; font-size: 18px; font-weight: 700; text-decoration: none; color:#000}
.wb-widget-serials-heading__content {  float:left; }
.wb-widget-serials-heading__icon { float:left; cursor: auto; display: block; width: 23px; height: 19px; margin: 0 8px 0 0; background: url(/img/css/design/series/icons/icons_03.png) no-repeat 0 0;}
.wb-widget-serials-heading__count {float: left; margin-top: 4px; background: #8fc939; color: #fff; font: 9px arial, sans-serif; padding: 2px 5px; margin-left: 11px; }
.wb-widget-serials-list { margin: 0 8px; padding: 0; overflow: hidden; }
.wb-widget-serials-item { list-style: none; margin: 0; padding: 17px 5px; overflow: hidden; border-top: 1px solid #d3dadf; }
.wb-widget-serials-item_first { border: none}
.wb-widget-serials-imaged {float: left; margin: 0 9px 0 0;}
.wb-widget-serials-content {overflow: hidden; zoom: 1; }
.wb-widget-serials-link {margin-bottom: 6px; }
.wb-widget-serials-link__link {font: 13px arial, sans-serif; }
.wb-widget-serials-name { color:#949494; font: 11px arial, sans-serif; margin-bottom: 4px;}
.wb-widget-serials-name_link { color:#949494; }
.wb-widget-serials-season { color:#949494; font: 11px arial, sans-serif; }
.wb-widget-serials-footer { padding: 0 13px 15px; text-align: center; }
.wb-widget-serials-details{ font-size:13px; color: #6d6d6d; margin-bottom:3px;}

.wb-widget-top {border: 1px solid #d5d5d5; }
.wb-widget-top-header { background: #e2e2e2; padding: 10px 13px; }
.wb-widget-top-header__heading { margin: 0; padding: 0; color:#000; font-size: 18px; font-weight: 700; }
.wb-widget-top-list { margin: 8px; padding: 0; overflow: hidden; }
.wb-widget-top-item {list-style: none; margin: 0; padding: 12px 5px; border-top: 1px solid #d3dadf; overflow: hidden;}
.wb-widget-top-item_first {border: none}
.wb-widget-top-name { color:#949494; font: 11px arial, sans-serif; margin: 0 0 4px 0}
a.wb-widget-top-name__link { color:#949494; text-decoration: none;}
a.wb-widget-top-name__link:hover { text-decoration: underline;}
.wb-widget-top-imaged {float: left; margin: 0 9px 0 0;}
.wb-widget-top-content { overflow: hidden; zoom: 1;}
.wb-widget-top-link { margin-bottom: 6px; }
.wb-widget-top-link__link { color:#0a5b94; font: 13px arial, sans-serif; }
.wb-widget-top-footer {padding: 0 11px 15px; text-align: center;}
.wb-tabs_top { background: #e2e2e2 }

.wb-widget-tv { background: #fff }
.wb-widget-tv-header { padding: 0 3px 8px; border-bottom: 1px solid #caced1; }
.wb-widget-tv-header__heading { margin: 0; padding: 0; color:#000; font-size: 18px;
  line-height: 18px; font-weight: 700; }
.wb-widget-tv-list { margin: 0; padding: 0; overflow: hidden; }
.wb-widget-tv-item {list-style: none; margin: 0; padding: 10px 0 5px; overflow: hidden;}
.wb-widget-tv-imaged {float: left; margin: 0 9px 0 0;}
.wb-widget-tv-content { overflow: hidden; zoom: 1;}
.wb-widget-tv-date {color:#949494; font: 11px arial, sans-serif; margin: 0 0 3px 3px; }
.wb-widget-tv-time {color:#000; font-size: 21px;}

.wb-widget-vendor {border: 1px solid #d5d5d5; padding: 10px 13px; background: #fff; }
.wb-widget-vendor-header { overflow: hidden; }
.wb-widget-vendor-header__heading { font: 18px arial, sans-serif; margin: 0 0 0 1px; padding: 0; font-weight: 700;}
.wb-widget-vendor-list { margin: 0; padding: 0; overflow: hidden;}
.wb-widget-vendor-item {list-style: none; margin: 0; padding: 10px 0 5px; overflow: hidden;}
.wb-widget-vendor-imaged {float: left; margin: 6px 9px 0 0;}
.wb-widget-vendor-content { overflow: hidden; zoom: 1;}
.wb-widget-vendor-site { margin-bottom: 4px;}
.wb-widget-vendor-site__link {color:#6d6d6d; text-decoration: none; font: 11px arial, sans-serif;}
.wb-widget-vendor-link { color:#0a5b94;}

.wb-button_widget {width: 212px; padding: 7px 0; display: block; margin: 0 auto }

.wb-widget-reviews { border: 1px solid #d5d5d5; }
.wb-widget-avatar{ width:54px; height: 54px; display: inline-block;}
.wb-widget-avatar-type-aod {background: url(/img/css/design/music/pub_avatars.png) no-repeat left top;}
.wb-widget-avatar-type-mo {background: url(/img/css/design/music/pub_avatars.png) no-repeat left bottom;}
.wb-widget-reviews-text-wrap{padding: 12px 13px 14px;}
.wb-widget-reviews-text-title{font-size: 13px; margin-left:10px; display: inline-block; width:144px; vertical-align: top; line-height: 1.5;}
.wb-widget-reviews-text-title a{font-size:15px;font-weight: bold;display: inline-block; margin-top: 3px;}


/* END src/series/widgets.css */


/* src/series/actors.css */
.wb-actors, .wb-director {
  font: 13px arial, sans-serif;
  overflow: hidden;
}
.wb-actors  { margin: 0 21px 0; }
.wb-tags-series__w { margin: 0 21px 25px; }

.wb-actors__heading {
  line-height: 14px;
  font-weight: 400;
  font-size: 13px;
  margin: 0 0 17px;
  padding: 0;
  color: #000;
}

.wb-actors-list {
  overflow: hidden;
}

.wb-actors-item {
  float: left;
  width: 121px;
  height: 104px;
  margin: 0 15px 11px 0;
}

.wb-link_actors-selected {
  background: #2B71A2;
  color: #fff !important;
}

.wb-actors-caption {
  margin-top: 9px;
}

.wb-actors-link {
  width: 55px;
  height: 55px;
  line-height: 0;
  display: block;
  margin-bottom: 12px;
  position: relative;
  top: 0;
}

.wb-actors-image {
  line-height: 0;
  position: relative;
  border: 3px solid #cccccc;
  top: 0;
}

.wb-actors-image-selected {
  border: 3px solid #2b71a2;
}

.wb-actors-link:hover .wb-actors-image {
  border: 3px solid #2b71a2;
}

.wb-actors-part {
  /*color: #7a7a7a;*/
  color: red;
  margin-top: 4px;
}

.wb-tags-series {
  overflow: hidden;
  margin: 0 0 10px;
}

.wb-tags-series__heading {
  line-height: 14px;
  font-weight: 400;
  margin: 0 9px 0 0;
  padding: 0;
  font-size: 14px;
}

.wb-tags-series__data {
  line-height: 14px;
  font-size: 14px;
}

.wb-tags-series-list {
  margin: 0;
  padding: 0;
  display: inline;
  zoom:1;
}

.wb-tags-series-item {
  display: inline;
  zoom:1;
  list-style: none;
  margin: 0 9px 0 0;
  line-height: 14px;
  font-size: 14px;
}


/* END src/series/actors.css */


/* src/series/archive.css */
.wb-archive { margin: 0 0 0 22px; }
.wb-archive-heading { font-size: 16px; font-weight: 700; margin: 0 0 21px; padding: 0 }

.wb-archive-current-heading, .wb-archive-last-heading { margin: 0 2px 7px; line-height: 11px; padding: 2px 0; }
.wb-archive-current-heading__h { color: #fff; font-size: 11px; padding: 2px 6px; background: #8fc939; }
.wb-archive-last-heading__h { color: #808080; font-size: 11px; }

.wb-archive-current__caption { color: #6d6d6d; font-size: 13px; }
.wb-archive-current-number { margin: 10px 0 0 0; }
.wb-archive-current-number__link { font-size: 31px; color: #0a5b94; text-decoration: none; border-bottom: 3px solid #0a5b94 }
.wb-archive-current-name { margin: 10px 0 0 0; }
.wb-archive-current-name__link { color: #0a5b94; font-size: 15px; }

.wb-archive-link { line-height: 0; display: block}
.wb-archive-image { border: 3px solid #CCCCCC; }
.wb-archive-link:hover .wb-archive-image { border: 3px solid #2b71a2 }
.wb-archive-link_thumbnail { margin-bottom: 6px; position: relative; top: 0; }

.wb-archive-caption {}
.wb-archive-caption__link { font-size: 15px; color: #0a5b94; }
.wb-archive-caption__series { color: #6d6d6d; font-size: 11px; margin: 6px 0; }

.wb-thumbnail { margin: 0 22px 22px 0; text-decoration: none; height: 145px; width: 71px; float: left; }



/* END src/series/archive.css */


/* src/series/content.css */
.wb-static-text h1, .wb-static-text h2, .wb-static-text h3 {
  font-size: 1.8em;
  font-weight: normal;
  margin: 0 0 .7em 0;
  padding: 0
}

.wb-static-text h3 {
  font-size: 1.231em;
  font-weight: 700;
  margin: 0 0 .5em 0
}

.wb-static-text h4 {
  font-size: 1.154em;
  font-weight: 400;
  margin: 0 0 .5em 0;
  padding: 0
}

.wb-static-text p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 21px
}

.wb-static-text pre, .wb-static-text tt {
  font: 100% Monaco, Consolas, "Courier New", monospace
}

.wb-static-text pre {
  margin: 0 0 .8em
}

.wb-static-text ul, .wb-static-text ol {
  margin: 0 0 1em;
  padding: 0
}

.wb-static-text li {
  margin: 0 .2em .3em 2.5em;
  padding: 0
}

.wb-static-text ol li {
  list-style: decimal
}

.wb-static-text ul li {
  list-style: disc
}

.wb-static-text li li {
  margin-left: 1.1em;
  list-style: circle
}

.wb-static-text ol li li {
  list-style: decimal
}

.wb-static-text ol li ul li {
  list-style: circle
}

.wb-static-text ul li ol li {
  list-style: decimal
}

.wb-static-text hr {
  height: 0;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #c5c8d0
}

.wb-static-text b {
  font-weight: bold
}

.wb-static-text i {
  font-style: italic
}

.wb-static-text dt {
  font-weight: bold;
  margin: 0 0 .5em
}

.wb-static-text dd {
  margin: 0 0 1em 2em;
  padding: 0
}


/* END src/series/content.css */


/* src/series/about.css */
.wb-static-text_about {
  padding-top: 20px;
  margin-bottom: 20px;
}

.wb-static-text_about h1,
.wb-static-text_about h2,
.wb-static-text_about h3,
.wb-static-text_about h4 {color:#000}


/* END src/series/about.css */


/* src/series/product.css */
.b-product {
  width: 60%;
  background: #FFFAD5;
  overflow: hidden;
}

.b-product-item {
  margin: 0 22px 22px 0;
  text-align: center;
  display: block;
  width: 170px;
  height: 240px;
  text-decoration: none;
  float: left;
}

.b-product-image {
  position: relative;
  top: 0;
}

.b-product-brand {
  display: block;
  font-weight: 700;
}

.b-product-name {
  display: block;
  color:#105B63;
}

.b-product-price {
  display: block;
  color:#BD4932;
}

/* END src/series/product.css */


/* src/series/comments.css */
.wb-comments { /*margin: 12px 4px;*/ }
.wb-comments__l { display: inline; float: left; margin: 5px 0; }
.wb-comments__c { display: inline; float: left; color: #666666; }
.wb-comments__r { float: left;}
.wb-comments-link { text-decoration: none; color: #666666; }
.wb-comments-link__content { float:left;}
a.wb-comments-link .wb-icon_comments {background-position: 0 0;}
a.wb-comments-link:hover .wb-icon_comments {background-position: 0 -20px;}
.wb-comments-button {margin: 0 10px; text-decoration: none;}
.wb-rating { margin: 0 0 12px; }

.comments {}
.comments-link {
  color: #666;
  text-decoration: none;
  white-space: nowrap;
}
.comments-link:hover {
  color: #666;
}
.comments-link .comments-link__inner {
  color: #666;
  font-size: 13px;
}
.comments-link:hover .comments-link__inner {
  color: #666;
}
.comments-link .comments-link__icon {
  vertical-align: middle;
  margin-right: 5px;
  width: 21px;
  height: 20px;
  display: inline-block;
  background: url(/img/css/design/comments/comments.png) no-repeat;
}
.comments-link:hover .comments-link__icon {
  background-position: 0 -20px;
}


/* END src/series/comments.css */


/* src/series/paging.css */
.wb-paging {
  padding: 10px;
  clear: both;
}

/* END src/series/paging.css */


/* src/series/review.css */
.wb-review {
  margin: 16px 0;
}

.wb-review-item {
  overflow: hidden;
  clear: both;
  padding: 14px 22px;
  border-bottom: 1px solid #d3dadf;
}
.wb-review-item_first {
  border-top: 1px solid #d3dadf;
}

.wb-review-imaged {
  float: left;
  margin: 0 14px 0 0;
}
.wb-review-content {
  overflow: hidden;
  zoom: 1;
}

.wb-review-link {
}
.wb-review-link__image {
  display: block;
  background: #cccccc;
  width: 122px;
  height: 61px;
  line-height: 0;
  border: 3px solid #cccccc;
}
.wb-review-link:hover .wb-review-link__image {
  border: 3px solid #2b71a2
}

.wb-review-heading {
  margin: 0 0 8px 2px;
  padding: 0;
}

a.wb-link_review {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  padding: 0 1px;
  text-decoration: none;
  border-bottom: 1px solid #2b71a2;
}

.wb-review-metrics {
  color: #7f7f7f;
  margin: 0 3px 10px;
}
.wb-review-metrics__date {
  font-size: 13px;
  line-height: 14px;
}
.wb-review-metrics__mark {
}
.wb-review-metrics__author {
  font-size: 13px;
  line-height: 14px;
}

.wb-review-tags {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.wb-review-tags-item {
  float: left;
  margin: 0 1px 13px;
  font: 13px sans-serif;
  line-height: 19px;
  position: relative;
  serials-style: none;
}
a.wb-review-tags-item__link {
  text-decoration: none;
  color: #666666;
  background: #e1e1e1;
  display: block;
  padding: 0 8px 1px;
}
a.wb-review-tags-item__link:hover {
  background: #0baee5;
  color: #fff;
}
.wb-review-text {
  clear: both;
  margin: 0 3px 20px;
}
.wb-comments-panel {
  margin: 0 2px;
}
.wb-comments-panel__mark {
  color: #666666;
}




/* END src/series/review.css */


/* src/series/favorite.css */
.wb-serials-favorite-empty {
  margin-top: 40px;
}

.wb-serials-favorite-empty__l {
}

.wb-serials-favorite-empty__r {
}

.wb-serials-favorite-empty__l-i {
}

.wb-serials-favorite-empty__r-i {
  margin-left: 20px;
  font-size: 15px;
  line-height: 1.5;
}

.wb-serials-favorite-empty-heading {
  overflow: hidden;
  margin-bottom: 10px;
}

.wb-serials-favorite-empty-heading_i {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin: 16px;
  padding: 0;
}
.wb-serials-favorite-empty-heading_i-t {
  margin-top: 8px;
}

.wb-serials-favorite-empty-text {
  margin-bottom: 10px;
}

.wb-serials-favorite-empty__list {
  list-style: none
}

/* END src/series/favorite.css */


/* src/series/socialization.css */
.wb-socialization-panel { margin: 10px 21px 11px; height:30px; }
.wb-socialization-panel__label { margin-bottom: 10px; font-size: 13px; line-height: 19px;}
.wb-socialization-panel .wb-socialization-panel__label-sm{ font-size: 13px; color: #666; margin-bottom: 10px;}
.wb-socialization-panel-i {width:894px;}
.wb-socialization-panel-i__l {width: 30%;}
.wb-socialization-panel-i__l-i {}
.wb-socialization-panel-i__r {width: 70%;}
.wb-socialization-panel-i__r-i {}

.wb-socialization-panel-big{ text-align: center; }
.wb-socialization-panel-big .wb-socialization-panel__label { text-align: center; font-size: 15px; }
.wb-socialization-panel-big .wbr_in_socnet{ margin-bottom: 25px;}
.socialization_panel :link {text-decoration:none;}


/* END src/series/socialization.css */


/* src/series/global.css */
.wb-link {
  color: #0a5b94
}

.wb-link:hover {
  background: #2b71a2;
  color: #fff;
}

.wb-link_selected {
  background: #2b71a2;
  color: #fff;
  text-decoration: none;
}

.wb-link-ratings {
  color: #0080C0;
}

.wb-image_selected {
  border: 3px solid #2b71a2;
}

.wb-hide {
  display: none
}

.wb-content {
  padding: 0 22px;
  background: white;
}

.wb-content__item h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: black;
}


/* END src/series/global.css */


/* src/utilities/text.css */
/*! suit-utils-text v0.3.0 | MIT License | github.com/suitcss */

/**
 * Word breaking
 *
 * Break strings when their length exceeds the width of their container.
 */

.u-textBreak {
    word-wrap: break-word !important;
}

/**
 * Horizontal text alignment
 */

.u-textCenter {
    text-align: center !important;
}

.u-textLeft {
    text-align: left !important;
}

.u-textRight {
    text-align: right !important;
}

/**
 * Inherit the ancestor's text color.
 */

.u-textInheritColor {
    color: inherit !important;
}

/**
 * Enables font kerning in all browsers.
 * http://blog.typekit.com/2014/02/05/kerning-on-the-web/
 *
 * 1. Chrome (not Windows), Firefox, Safari 6+, iOS, Android
 * 2. Chrome (not Windows), Firefox, IE 10+
 * 3. Safari 7 and future browsers
 */

.u-textKern {
    text-rendering: optimizeLegibility; /* 1 */
    font-feature-settings: "kern" 1; /* 2 */
    font-kerning: normal; /* 3 */
}

/**
 * Prevent whitespace wrapping
 */

.u-textNoWrap {
    white-space: nowrap !important;
}

/**
 * Text truncation
 *
 * Prevent text from wrapping onto multiple lines, and truncate with an
 * ellipsis.
 *
 * 1. Ensure that the node has a maximum width after which truncation can
 *    occur.
 * 2. Fix for IE 8/9 if `word-wrap: break-word` is in effect on ancestor
 *    nodes.
 */

.u-textTruncate {
    max-width: 100%; /* 1 */
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    word-wrap: normal !important; /* 2 */
}


/* Transformation classes */
.u-textLowercase {
    text-transform: lowercase;
}

.u-textUppercase {
    text-transform: uppercase;
}

.u-textCapitalize {
    text-transform: capitalize;
}

.u-textSizeSmall {
    font-size: 11px !important;
}

.u-textSizeMiddle {
    font-size: 18px;
}

/* END src/utilities/text.css */



/* src/external-ratings.css */
.external-ratings {
  min-width: 175px;
}
.external-ratings__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.external-ratings-link {
  color: #000;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  zoom:1;
  margin: 0 9px 0 0;
  cursor: default;
}
.external-ratings-link:hover {
  color: #000;
}
.external-ratings-link .external-ratings-link__inner {
  color: #000;
  font-size: 13px;
  line-height: 13px;
}
.external-ratings-link:hover .external-ratings-link__inner {
  color: #000;
}
.external-ratings-link .icon {
  vertical-align: top;
  margin-right: 5px;
  display: inline-block;
  background: url(/img/css/design/external-ratings/external-ratings.png) no-repeat;
}
.external-ratings-link_type_tomato .icon{
  width: 15px;
  height: 15px;
  background-position: 0 0;
}
.external-ratings-link_type_kinopoisk .icon {
  background-position: -15px 0;
  width: 15px;
  height: 15px;
}
.external-ratings-link_type_imdb .icon{
  background-position: -30px 0;
  width: 25px;
  height: 15px;
}

.wb-movie-ratings__external {
  display: inline-block;
  min-width: initial;
  float: right;
  margin: 13px 0 10px 0 !important;
}

.wb-movie-ratings__external .external-ratings-link {
  margin: 0 5px 0 0 !important;
}

.wb-movie-ratings__external .external-ratings-link_type_tomato .icon{
  background-position: 0 -15px;
  margin-right: 0 !important;
}
.wb-movie-ratings__external .external-ratings-link_type_kinopoisk .icon {
  background-position: -15px -15px;
  margin-right: 0 !important;
}
.wb-movie-ratings__external .external-ratings-link_type_imdb .icon{
  background-position: -30px -15px;
  margin-right: 0 !important;
}


/* END src/external-ratings.css */


/* src/list.css */
.list {
  width: 100%;
  font-size: 100%;
  border-collapse: collapse;
}

.list_type_movies {
  margin: 22px 0;
  width: 100%;
  border-bottom: 1px solid #D3DADF;
}
.list_type_movies .list-item__column {
  vertical-align: top;
  padding: 12px 0;
}
.list_type_movies .list-item__column_type_content {
  width: 603px;
  padding-left: 16px;
}
.list_type_movies .list-item__column_type_content .list__inner {
  padding-top: 0px;
}
.list_type_favorite .list-item__column_type_content .list__inner {
    padding-top: 0px;
}
.list_type_movies .list-item__column_type_image {
  width: 96px;
  padding-left: 13px;
}
.list_type_movies .list-item__column_type_metrics {
  width: 175px;
  padding-left: 16px;
}
.list_type_movies .wb-series-rating-static {
  margin: 0 0 15px;
}
.list_type_movies .external-ratings {
  margin: 0 0 15px;
}
.list_type_movies .comments {

}

.list_type_favorite {
  margin: 22px 0;
  width: 100%;
  border-bottom: 1px solid #D3DADF;
}
.list_type_favorite .list-item__column {
  vertical-align: top;
  padding: 12px 0;
}
.list_type_favorite .list-item__column_type_content {
  width: 603px;
  padding-left: 16px;
}
.list_type_favorite .list-item__column_type_image {
  width: 96px;
  padding-left: 13px;
}
.list_type_favorite .list-item__column_type_metrics {
  width: 175px;
  padding-left: 16px;
}
.list_type_favorite .wb-series-rating-static {
  margin: 0 0 15px;
}
.list_type_favorite .external-ratings {
  margin: 0 0 15px;
}
.list_type_favorite .list-item__image {
    width: 96px;
}

.list-item {

}
.list-item:hover {
  background: #f7f7f7;
}
.list-item:hover .external-ratings-link_type_tomato .icon{
  width: 15px;
  height: 15px;
  background-position: 0 -15px;
}
.list-item:hover .external-ratings-link_type_kinopoisk .icon {
  width: 15px;
  height: 15px;
  background-position: -15px -15px;
}
.list-item:hover .external-ratings-link_type_imdb .icon{
  background-position: -30px -15px;
}
.list-item:hover .wb-series-rating-static_theme_gray .wb-series-gold-static {
  background-position: -38px 0;
}

.list-item-info {
  margin-bottom: 5px;
}
.list-item-info__link {
  color: #0a5b94;
  padding: 0 3px;
}
.list-item-info__text {

}

.list-item__column {
  vertical-align: top;
  padding: 12px 0;
  border-top: 1px solid #d3dadf;
}
.list-item__heading {
  margin: 0 0 10px;
  padding: 0;
}
.list-item__fees {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  color: #000;
}
.list-item__caption {
  margin: 0 0 20px;
  font-size: 11px;
  white-space: nowrap;
  line-height: 15px;
  color: #999;
}
.list-item__title {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 14px;
  color: #999;
}
.list-item__nav {
  margin-bottom: 5px;
}
.list-item__image {
  display: block;
  background: #cccccc;
  width: 100px;
  height: 142px;
  line-height: 0;
  border: 3px solid #cccccc;
}
.list-item__image:hover,
.list-item__image_selected_yes{
  border: 3px solid #2b71a2
}
.list-item__link {
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  color: #3173a1;
  text-decoration: none;
  border-bottom: 1px solid #3173a1;
}
.list-item__link:hover,
.list-item__link_selected_yes {
  color: #ffffff;
  text-decoration: none;
  background: #3173a1;
}
.list-item__label {
  width: 23px;
  height: 16px;
  margin-top: 3px;
  vertical-align: top;
  display: inline-block;
  background: url(/img/css/design/list/label.png) no-repeat 0 0;
}
.list-item__label_type_hd {
  background-position: 0 0;
}
.list-item__label_type_3d {
  background-position: -23px 0;
}
.list-item__label_type_trailer {
  background-position: -46px 0;
}
.list-item__label_type_info {
  background-position: -69px 0;
}
.list-item__label_type_4k {
  background-position: -92px 0;
}
.list__inner {
  min-height: 130px;
  *height: 130px;
  padding: 0 0 1px;
}
.list-item__column_type_metrics .list__inner {
  min-height: 115px;
  *height: 115px;
}

/*Страница списка аудиокниг*/
.list_type_abooks
{
    width: 100%;
    border-collapse: collapse;
    margin: 22px 0px;
    border-bottom: 1px solid #d3dadf;
}

.list_type_abooks .list-item__column
{
    border-top: 1px solid #d3dadf;
    padding: 12px 0px;
    vertical-align: top;
}

.list_type_abooks .list-item__column_type_image
{
    padding-left: 35px;
    width: 106px;
}

.list_type_abooks .list-item__column_type_content {
    padding-left: 14px;
    width: 603px;
}

.list_type_abooks .list-item__column_type_info {
    padding-left: 14px;
}
.list_type_abooks .list-item__column_type_info .list__inner{
    min-height: 115px;
}
.list_type_abooks .list-item__image
{
    min-height: 144px;
}
.list_type_abooks .list-item-image-abooks
{
    width: 100%;
    height: 144px;
}
.list_type_abooks .list-item__column_inner
{
    position: relative;
    min-height: 130px;
}
.list_type_abooks .list-item-info__description
{
    color: #6d6d6d;
}
.list_type_abooks .nav__item, .abook-page-info__table .nav__item
{
    margin-right:1px;
}
.list_type_abooks .list-item-info
{
    padding-top: 5px;
}
.list_type_abooks .list-item-info__text .list-item-info
{
    padding: 20px 0px 10px 0px;
}
/*.list_type_abooks .comments-link__icon{
   display: block!important;
    margin-top: 10px;
}
.list_type_abooks .comments-link__inner
{
    font-size: 11px!important;
    display: inline-block;
    margin-top: 5px;
    border-bottom: 1px solid #666666;
}
.list_type_abooks .comments-link:hover .comments-link__inner
{
    border-bottom: none;
}*/

.list_type_abooks .wb-series-hint-static{
    text-decoration: none;
}
.list_type_abooks .wb-series-hint-static:hover .series-rating__count
{
    border-bottom: none;
}
.list_type_abooks .comments
{
    margin: 0px;
}

.list_type_abooks .nav__link
{
    color: #666666;
}

.list_type_abooks .list-item__heading
{
    display: inline-block;
}
.list_type_abooks .list-item__link_selected_yes a
{
    color: white;
}
.list-item-dop
{
    margin-bottom: 10px;
}
.list-item-dop .list-item__link_small
{
    border-bottom: 1px solid #0A5B94;
    text-decoration: none;
}
.list-item-dop .list-item__link_small:hover
{
    color: white;
    background: #2B71A2;
    border-bottom: 1px solid #2B71A2;
}


/* END src/list.css */


/* src/objects.css */
.objects {
}
.objects__item {
  border-top: 1px double #f1f1f1;
  padding: 2px 0 0;
  margin: 10px 0 0;
}
.objects__item_open_yes .objects__content {
  display: block;
}
.objects__header {
  background: #f1f1f1;
  overflow: hidden;
  cursor: pointer;
  padding: 10px 14px 10px;
}
.objects__left {
  font-weight: 700;
  font-size: 16px;
  padding: 3px 0;
  margin: 0 130px 0 0;
}
.objects__right {
  float: right;
  width: 130px;
  text-align: left;
}
.objects__content {
  display: none;
  background: #f1f1f1;
  padding: 7px 14px 10px;
}
.objects__files {
  font-size: 100%;
  border-collapse: collapse;
}
.objects__search, .objects__play {
  font-weight: 700;
  padding: 2px 7px;
  color: #616161;
}
.objects__search {
  width: 93px;
  white-space: nowrap;
    position: relative;
    overflow: hidden;
}
.objects__search:hover, .objects__play:hover {
  color: #000;
}

.objects__search_animate_yes {
  color: #000;
}

.objects__loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #6aade5;
  left: -100%;
  top: 0;
    z-index: 1;
}

.objects__search_animate_yes .objects__loader {
    display: block;
}

.objects__search .button__inner {
  position: relative;
    z-index: 2;
}
.objects__play .icon {
  display: inline-block;
  width: 10px;
  height: 12px;
  background: url(/img/css/design/icons/play.gif) no-repeat 0 0;
  vertical-align: middle;
  margin-right: 5px;
}
.objects__play .button__inner {
  vertical-align: middle;
}
.objects__quality {
  color:#7a7a7a;
}
.objects__cell {
  vertical-align: middle;
  padding: 4px;
}
.objects__cell_type_play {
  width: 100px;
}
.objects__cell_type_link {
  width: 93px;
}
.objects__cell_type_description {
  padding: 9px 20px 9px 4px;
}
.objects__cell_type_metric {
  /*vertical-align: top;*/
   vertical-align:middle;
}
.objects__cell_type_metric .objects-metric {
  margin: 4px 0;
}
.objects__torrent {

}
.objects__torrent_download_yes {
  color: #666;
  border-bottom: 1px solid transparent;
}

.objects__torrent_download_yes:hover,
.objects__torrent_download_yes:visited,
.objects__torrent_download_yes:active {
  color: #666;
  border-bottom: 1px solid transparent;
}

.objects-dropdown {}
.objects-dropdown_open_yes {}
.objects-dropdown__header {
  /*padding: 0 0 0 108px;*/
}
.objects-dropdown__content {
  display: none;
  margin: 10px 4px;
}
.objects-dropdown__content_open_yes {
  display: block;
}
.objects-dropdown__content .objects__cell_type_play {
   padding: 4px 4px 4px 0;
}
.objects-dropdown__link {
  margin: 0 4px;
}
.objects-dropdown__inner {
  border-bottom: 1px dashed;
  margin: 0 4px 0 0;
  color: #0a5b94;
  cursor: pointer;
  text-decoration: none;
}
.objects-dropdown__arr {
  cursor: pointer;
  color: #c0ccd5;
  font-size: 70%;
}
.objects-dropdown__link:hover .objects-dropdown__arr {
  color: #0a5b94;
}

.objects-metric {
  background: #fff;
  cursor: pointer;
  border: 1px solid #c8c8c8;
  white-space: nowrap;
  display: inline;
}
.objects-metric__length {
  color: #fff;
  padding: 0 6px;
  background: #c0c0c0;
  white-space: nowrap;
}
.objects-metric__size {
  color: #c8c8c8;
  background: #fff;
  padding: 0 6px;
  white-space: nowrap;
}

.metric {
  position: absolute;
  min-height: 72px;
  width: 300px;
  background: #fff;
  z-index: 100;
  padding: 10px;
  border: 1px solid #ccc;
  display: none;
}
.metric_show_yes {
  display: block;
}
.metric__content {
  line-height: 18px;
  white-space: normal;
}
.metric__tail {
  background: url(/img/css/design/objects/tail.gif) no-repeat 0 0;
  position: absolute;
  width: 8px;
  height: 16px;
  top: 26px;
  left: 0;
  margin: 0 0 0 -8px;
}
.metric__label {
  color:#767676;
}
.metric__value {
  color:#000;
}

.trailer {}
.trailer__name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.trailer__header {
  font-size: 13px;
  color:#6f6f6f;
  margin-bottom: 10px;
}
.trailer__download {
  padding: 6px;
}
.trailer__download .icon {
  display: block;
  width: 7px;
  height: 11px;
  background: url(/img/css/design/icons/download.png) no-repeat 0 0;
}
.trailer__content {
  margin-bottom: 20px;
}
.trailer__video {
}
.trailer__heading {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 10px 4px;
}
.trailer__list {
  font-size: 100%;
  border-collapse: collapse;
}
.trailer__row:hover{
  background: #fff;
  cursor: pointer;
}
.trailer__cell {
  vertical-align: middle;
  padding: 2px 4px;
}
.trailer__cell_type_quality {
  padding: 4px 100px 4px 4px;
}
.trailer__quality {
  color:#000;
  font-size: 13px;
}
.trailer__info { font-size: 13px;
  color: #666;
  margin-bottom: 5px;
}
.trailer__format {
  color:#6f6f6f;
  font-size: 13px;
}
.trailer__link {
  margin-bottom: 5px;
}

/* END src/objects.css */


/* src/movies-favorite-promo.css */
.movies-favorite-promo {
  font-size: 15px;
  margin: 30px 0 0 0;
}

.movies-favorite-promo__heading {
  font-size: 36px;
  padding: 0;
  margin: 0 0 5px 30px;
  font-weight: 700;
  color:#000;
}

.movies-favorite-promo__description {
  color: #666666;
  margin:  0 0 55px 30px;
}

.movies-favorite-promo__layout {
  border-collapse: collapse;
  margin-bottom: 100px;
}

.movies-favorite-promo__layout .movies-favorite-promo__cell_type_add {
  padding: 0 77px 0 30px;
}

.movies-favorite-promo__list {
  border-collapse: collapse;
}

.movies-favorite-promo__cell {
  vertical-align: top;
  padding: 0;
}

.movies-favorite-promo__cell_type_left {
  text-align: center;
}

.movies-favorite-promo__cell_type_right {
  padding-left: 22px;
}

.movies-favorite-promo__item {
  font-size: 18px;
  padding: 0;
  margin: 0 0 10px;
  font-weight: 700;
  color:#000;
}

.movies-favorite-promo__text {
  color: #666666;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 30px;
}

.movies-favorite-promo__wmc {
  background: #e1e1e1;
  padding: 20px 500px 20px 20px;
  margin: 0 20px 20px 0;
  position: relative;
}

.movies-favorite-promo__media {
  font-size: 18px;
  margin: 0 0 19px;
  padding: 0;
  font-weight: 700;
  color:#000;
}

.movies-favorite-promo__install {
  color: #666666;
  margin: 0 0 28px;
  padding: 0;
  width: 300px;
  font-size: 15px;
}

.movies-favorite-promo__more {
  margin: 0 0 18px 20px;
}

.movies-favorite-promo__download {
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  padding: 10px 40px 12px;
}

.movies-favorite-promo__access {
  color: #666666;
  font-size: 11px;
  margin: 0 0 0 20px;
}

.movies-favorite-promo__promo {
  position: absolute;
  right: -20px;
  top: -40px;
}

/* END src/movies-favorite-promo.css */



/* src/billboard.css */
.page {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}
.billboard__card .card__heading {
  font-weight: 400;
  margin-bottom: 22px;
  max-width: 540px;
}
.billboard__card .card__heading__span {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYmBgaAAIMAAAjwCD5Hc2/AAAAABJRU5ErkJggg==);
  background: rgba(0, 0, 0, 0.6);
  padding: 2px 10px;
}
.billboard__photo {
  display: block;
}
.billboard__content {
  padding: 0;
  margin: 0 0 44px;
  border-collapse: collapse;
  font-size: 100%;
  width: 100%;
}
.billboard__left,
.billboard__right {
  vertical-align: top;
  padding: 0;
}
.billboard__left {
  width: 73%;
}
.billboard__right {
  width: 27%;
  position: relative;
}
.billboard__right__bandscard {
  padding-top: 20px;
}
.billboard__right-fix {
  width: 218px;
  margin: 19px 0 21px 20px;
}
.billboard__text {
  padding: 1px 20px 20px 12px;
}
.billboard__text h1,
.billboard__text h2,
.billboard__text h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 1.5em 0 0.7em 0;
  padding: 0;
}
.billboard__text h2 {
  font-size: 1.6em;
  margin: 1em 0 0.5em 0;
}
.billboard__text h4 {
  font-size: 1.4em;
  font-weight: 400;
  margin: 0.6em 0 0.5em 0;
  padding: 0;
}
.billboard__text p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 22px;
}
.billboard__text pre,
.billboard__text tt {
  font: 100% Monaco, Consolas, "Courier New", monospace;
}
.billboard__text pre {
  margin: 0 0 0.8em;
}
.billboard__text ul,
.billboard__text ol {
  margin: 0 0 1em;
  padding: 0;
}
.billboard__text li {
  margin: 0 0.2em 0.3em 3.5em;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
}
.billboard__text table {
  font-size: 15px;
  line-height: 22px;
}
.billboard__text ol li {
  list-style: decimal;
}
.billboard__text ul li {
  list-style: disc;
}
.billboard__ticket {
  margin: 19px 0 27px 20px;
}
.billboard__price {
  margin: 19px 0 45px 20px;
}
.billboard__price .block__body {
  font-size: 15px;
  line-height: 23px;
}
.billboard__tabs {
  background: #262626;
  padding-left: 12px;
}
.billboard__tabs_type_ticket {
     border-bottom: 1px solid #ffc105;
 }
.billboard__tabs_type_ticket .nav__link {
    border-bottom: 1px solid #ffc105;
}
.billboard__tabs__item_type_ticket .nav__link {
  color: #262628;
  background-color: #fbcc3f;
  background: -moz-linear-gradient(top, #fde5a0 0%, #fbcc3f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fde5a0), color-stop(100%, #fbcc3f));
  background: -webkit-linear-gradient(top, #fde5a0 0%, #fbcc3f 100%);
  background: -o-linear-gradient(top, #fde5a0 0%, #fbcc3f 100%);
  background: -ms-linear-gradient(top, #fde5a0 0%, #fbcc3f 100%);
  background: linear-gradient(to bottom, #fde5a0 0%, #fbcc3f 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fde5a0', endColorstr='#fbcc3f', GradientType=0);
}
.billboard__tabs__item_type_ticket .nav__link:active,
.billboard__tabs__item_type_ticket .nav__link:hover {
  background-color: #ffc105;
  background: -moz-linear-gradient(top, #ffd455 0%, #ffc105 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd455), color-stop(100%, #ffc105));
  background: -webkit-linear-gradient(top, #ffd455 0%, #ffc105 100%);
  background: -o-linear-gradient(top, #ffd455 0%, #ffc105 100%);
  background: -ms-linear-gradient(top, #ffd455 0%, #ffc105 100%);
  background: linear-gradient(to bottom, #ffd455 0%, #ffc105 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffd455', endColorstr='#ffc105', GradientType=0);
}
.billboard__tabs__item_type_ticket.nav__item_active_yes .nav__link,
.billboard__tabs__item_type_ticket.nav__item_active_yes .nav__link:hover {
  background: #fff;
  border-color: #ffc105;
  border-bottom: 1px solid #fff;
}
.billboard__place {
  margin: 0 0 50px 20px;
}
.billboard__reviews {
  margin: 0 0 0 20px;
}
.billboard__teaser {
  position: absolute;
  width: 893px;
  height: 563px;
  display: block;
}
.billboard__map .box__header .icon {
  background: url(/img/css/design/map/map.png) no-repeat 0 0;
  width: 18px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.billboard__map .box__body {
  margin: 13px 21px;
  font-size: 15px;
  line-height: 22px;
}
.billboard__social {
  margin: 0 0 0 20px;
}
.billboard__schedule {
  margin: 0 0 45px 20px;
}
.billboard__hall {
  margin: 0 0 45px 20px;
}
.billboard__hall .block__header{
  margin: 0 0 13px 0;
}
.billboard__awards {
  margin: 23px 0 36px 20px;
}
.billboard__button {
  font-size: 16px;
  line-height: normal;
  white-space: nowrap;
  padding: 4px 10px 5px;
  color: #616161;
  font-weight: 700;
  text-shadow: 0 1px 0 #ffffff;
  border-color: #bfbfbf;
  background-color: #fde5a0;
  background: -moz-linear-gradient(top, #fde5a0 0%, #fbcc3f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fde5a0), color-stop(100%, #fbcc3f));
  background: -webkit-linear-gradient(top, #fde5a0 0%, #fbcc3f 100%);
  background: -o-linear-gradient(top, #fde5a0 0%, #fbcc3f 100%);
  background: -ms-linear-gradient(top, #fde5a0 0%, #fbcc3f 100%);
  background: linear-gradient(to bottom, #fde5a0 0%, #fbcc3f 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fde5a0', endColorstr='#fbcc3f', GradientType=0);
}
.billboard__button.green {
    background-color: #c9fca2;
    background: -moz-linear-gradient(top, #c9fca2 0%, #8efa41 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9fca2), color-stop(100%, #8efa41));
    background: -webkit-linear-gradient(top, #c9fca2 0%, #8efa41 100%);
    background: -o-linear-gradient(top, #c9fca2 0%, #8efa41 100%);
    background: -ms-linear-gradient(top, #c9fca2 0%, #8efa41 100%);
    background: linear-gradient(to bottom, #c9fca2 0%, #8efa41 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#c9fca2', endColorstr='#8efa41', GradientType=0);
}
.billboard__button:disabled {
  background: lightgray;
}
.button-gray {
  text-shadow: 0 1px 0 #FFFFFF;
  line-height: normal;
  white-space: nowrap;
  padding: 4px 10px 5px;
}
.billboard__soon_column_five .button{
    position: absolute;
    bottom:10px;
}
.billboard__soon_column_five .invisible_button{
  visibility:hidden;
}
.billboard__button_size_big {
  font-size: 23px;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.billboard__button_size_small {
  font-size: 13px;
  font-weight: 700;
}
.billboard__soon__button {
  font-size: 13px;
  font-weight: 700;
    padding: 4px 10px 5px;
    line-height: normal;
}
.billboard__button:active,
.billboard__button:hover {
  background-color: #ffc105;
  background: -moz-linear-gradient(top, #ffd455 0%, #ffc105 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd455), color-stop(100%, #ffc105));
  background: -webkit-linear-gradient(top, #ffd455 0%, #ffc105 100%);
  background: -o-linear-gradient(top, #ffd455 0%, #ffc105 100%);
  background: -ms-linear-gradient(top, #ffd455 0%, #ffc105 100%);
  background: linear-gradient(to bottom, #ffd455 0%, #ffc105 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffd455', endColorstr='#ffc105', GradientType=0);
}
.billboard__button.green:active,
.billboard__button.green:hover {
    background-color: #6dff05;
    background: -moz-linear-gradient(top, #6dff05 0%, #6dff05 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6dff05), color-stop(100%, #6dff05));
    background: -webkit-linear-gradient(top, #6dff05 0%, #6dff05 100%);
    background: -o-linear-gradient(top, #6dff05 0%, #6dff05 100%);
    background: -ms-linear-gradient(top, #6dff05 0%, #6dff05 100%);
    background: linear-gradient(to bottom, #6dff05 0%, #6dff05 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#6dff05', endColorstr='#6dff05', GradientType=0);
}
.billboard__footer {
  margin: 0 15px 18px;
}
.billboard__button .icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 10px;
  vertical-align: middle;
  background: url(/img/css/design/button/ticket.png) no-repeat 0 0;
  width: 21px;
  height: 13px;
}
.billboard__heading {
  margin: 24px 0 16px 13px;
  font-size: 21px;
  font-weight: 700;
}


.billboard__list {
  width: 100%;
}

.billboard__list_type_event {
    width: 100%;
    border-bottom: 1px solid #D3DADF;
}
.billboard__list_type_event .list__column_type_left {
  width: 174px;
}
.billboard__list_type_event .list__column_type_left .list__inner {
  padding-left: 13px;
  padding-right: 7px;
}
.billboard__list_type_event .list__column_type_center .list__inner {
  padding-left: 13px;
  padding-right: 7px;
  min-height: 0;
}
.billboard__list_type_event .list__column_type_right {
  width: 140px;
}
.billboard__list_type_event .list__column_type_right .list__inner {
  padding-left: 10px;
  padding-right: 10px;
}
.billboard__list_type_event .billboard__list__image {

}

.billboard__list_type_place {
    width: 100%;
    border-bottom: 1px solid #D3DADF;
    margin-bottom: 20px;
}
.billboard__list_type_place .list__column_type_left {
    width: 174px;
}
.billboard__list_type_place .list__column_type_left .list__inner {
    padding-left: 13px;
    padding-right: 7px;
}
.billboard__list_type_place .list__column_type_center .list__inner {
    padding-left: 13px;
    padding-right: 7px;
}
.billboard__list_type_place .list__column_type_right {
    width: 110px;
}
.billboard__list_type_place .list__column_type_right .list__inner {
    padding-left: 10px;
    padding-right: 10px;
}
.billboard__list_type_place .billboard__list__image {
    display: block;
    width: 170px;
    height: 112px;
}

.billboard__list__image {
    display: block;
    background: #dddddd;
    width: 170px;
    height: 93px;
    line-height: 0;
    border: 3px solid #dddddd;
}
.billboard__list__image:hover,
.billboard__list__image_selected_yes {
    border: 3px solid #3173A1;
}

.billboard__list__heading {
    margin-left: 10px;
    padding: 0 0 4px 0;
}
.billboard__list__heading_position_top {
    margin-top: 30px;
}
.billboard__list__heading__date {
    color: #000;
    font-size: 21px;
}
.billboard__list__heading__week {
    color: #949494;
    font-size: 21px;
}
.billboard__list__count {}
.billboard__list__count__value {
    font-size: 18px;
    font-weight: 700;
}
.billboard__list__count__text {
    color:#666666;
    font-size: 11px;
}
.billboard__list__type {
    margin: 0 0 2px;
    color: #666666;
    font-size: 11px;
}
.billboard__list__title {
    margin: 0 0 10px;
}
.billboard__list__text {
    font-size: 13px;
    line-height: 17px;
}
.billboard__list__text_position_bottom {
    margin: 0 0 18px;
}
.billboard__list__schedule {}
.billboard__list__schedule__item {
    margin-bottom: 13px;
    font-size: 13px;
}
.billboard__list__schedule__link {
    margin: 0 10px 0 0;
}
.billboard__list__schedule__time {
    color:#999999;
    padding: 0 10px 0 0;
}
.billboard__list__schedule__time_active_yes {
    color:#000000;
}
.billboard__list__schedule__more {
    font-size: 13px;

}
.billboard__list__name {
    margin-bottom: 14px;
    font-size: 13px;
}
.billboard__list__name__link {}
.billboard__list__name__time {}

.billboard__header {
  background: #262626;
}
.billboard__header_layout_teaser {
  position: relative;
  background-color: #262626;
  height: 563px;
  display: block;
  width: 100%;
}
.billboard__header_layout_teaser .billboard__nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.billboard__header_layout_teaser .billboard__tabs {
  background: none;
}
.billboard__header_layout_teaser .billboard__card {
  position: absolute;
  top: 283px;
}
.billboard__header_layout_teaser .billboard__button {
  position: absolute;
  top: 142px;
  left: 32px;
  padding: 4px 10px 5px;
  border-color: #8b6a07;
}
.billboard__type {
  margin-bottom: 18px;
}
.billboard__filter {
    margin-bottom: 20px;
}

.billboard__recommended {
    background: #f2ead1;
    padding: 13px 11px;
    position: relative;
}
.billboard__recommended__first {
  margin: 10px 0 0 0;
}
.billboard__recommended__tail {
    position: absolute;
    top:-5px;
    left: 17px;
    width: 9px;
    height: 5px;
    background: url(/img/css/design/recommended/tail.png) no-repeat 0 0;
}
.billboard__recommended__heading {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
}
.billboard__recommended__left {
    vertical-align: top;
    margin-right: 10px;
    float: left;
}
.billboard__recommended__link {}
.billboard__recommended__image {
    display: block;
    border: 1px solid #918c7d;
}
.billboard__recommended__right {
    vertical-align: top;
    margin-left: 56px;
}
.billboard__recommended__length {
    color: #545148;
    font-size: 11px;
    margin-bottom: 7px;
}
.billboard__recommended__name {
    margin-bottom: 6px;
}
.billboard__recommended__name__link {
    font-size: 13px;
}
.billboard__recommended__place {}
.billboard__recommended__place__link {
    font-size: 13px;
}
.billboard__recommended__date {
    font-size: 13px;
    margin-bottom: 13px;
}
.billboard__recommended__ticket {
  display: block;
  height: 70px;
  position: relative;
  width: 42px;
}
.billboard__recommended__ticket__decorate {
  background: url("/img/css/design/widgets/decorator.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 70px;
  left: 0;
  position: absolute;
  top: 0;
  width: 42px;
  z-index: 2;
}

.billboard__widget {
    border: 1px solid #caced1;
    margin: 0 auto;
}
.billboard__widget_type_tickets {
    margin-bottom: 15px;
    width: 241px;
}
.billboard__widget_type_tickets .billboard__widget__header {
    font-size: 18px;
    font-weight: 700;
    background: #e2e2e2;
    padding: 10px 13px;
}
.billboard__widget_type_tickets .billboard__widget__tabs {
    background: #e2e2e2;
    padding-left: 7px;
}
.billboard__widget_type_tickets .billboard__widget__body {
    background: #fff;
    padding: 0 7px 10px;
}
.billboard__widget_type_tickets .billboard__widget__body__item {
    display: none;
}
.billboard__widget_type_tickets .billboard__widget__body__item_show_yes {
    display: block;
}
.billboard__widget_type_tickets .billboard__widget__body__event {
    padding: 14px 3px;
    border-bottom: 1px solid #d3dadf;
    display: inline-block;
}
.billboard__widget_type_tickets .billboard__widget__body__event_last_yes {
    display: inline-block;
}
.billboard__widget_type_tickets .billboard__widget__body__event__right {
    margin-left: 56px;
    vertical-align: top;
}
.billboard__widget_type_tickets .billboard__widget__body__event__left {
    vertical-align: top;
    float: left;
}
.billboard__widget_type_tickets .billboard__widget__body__event__length {
    color: #545148;
    font-size: 11px;
    margin-bottom: 7px;
}
.billboard__widget_type_tickets .billboard__widget__body__event__name {
    margin-bottom: 6px;
}
.billboard__widget_type_tickets .billboard__widget__body__event__name__link {
    font-size: 13px;
}
.billboard__widget_type_tickets .billboard__widget__body__event__place {}
.billboard__widget_type_tickets .billboard__widget__body__event__place__link {
    font-size: 13px;
}
.billboard__widget_type_tickets .billboard__widget__body__event__place__time {
    font-size: 13px;
    margin-bottom: 13px;
}

.billboard__widget_type_competition {
    margin-bottom: 16px;
}
.billboard__widget_type_competition .billboard__widget__header {
    border-bottom: 1px solid #caced1;
    width: 239px;
}
.billboard__widget_type_competition .billboard__widget__header__image {
    padding: 0;
    vertical-align: top;
}
.billboard__widget_type_competition .billboard__widget__header__heading {
    font-size: 18px;
    color:#fff;
    padding: 14px 11px;
}
.billboard__widget_type_competition .billboard__widget__body {
    padding: 12px;
}
.billboard__widget_type_competition .billboard__widget__body__heading {
    margin: 0 0 11px;
}
.billboard__widget_type_competition .billboard__widget__body__heading__link {
}
.billboard__widget_type_competition .billboard__widget__body__content {
    font-size: 15px;
    color:#000;
    margin-bottom: 15px;
}
.billboard__widget_type_competition .billboard__widget__body__caption {
    font-size: 11px;
    color:#6d6d6d;
    margin-bottom: 5px;
}

.billboard__widget_type_photo {
    background: url(/img/css/design/widget/photo.jpg) no-repeat 0 0;
    border-bottom: 1px solid #caced1;
    width: 239px;
    height: 257px;
    position: relative;
}
.billboard__widget_type_photo .billboard__widget__header {
    margin: 11px 0 0 15px;
}
.billboard__widget_type_photo .billboard__widget__header__heading {
    font-size: 18px;
    color:#fff;
    font-weight: 700;
}
.billboard__widget_type_photo .billboard__widget__body {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 94px;
    width: 239px;
}
.billboard__widget_type_photo .billboard__widget__body__overlay {
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    z-index: 1;
    height: 94px;
    width: 239px;
}
.billboard__widget_type_photo .billboard__widget__body__inner {
    position: absolute;
    z-index: 2;
}

.billboard__widget_type_photo .billboard__widget__body__heading {
    margin: 5px 13px 0 13px;
}
.billboard__widget_type_photo .billboard__widget__body__heading__link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    font-size: 15px;
}
.billboard__widget_type_photo .billboard__widget__body__heading__link:hover {
    border-bottom: none;
}
.billboard__widget_type_photo .billboard__widget__body__photo {
    margin: 3px 0 0 12px;
}
.billboard__widget_type_photo .billboard__widget__body__photo__link {
    color:#ccc;
    font-size: 13px;
    text-decoration: none;
}
.billboard__widget_type_photo .billboard__widget__body__photo__link:hover  .billboard__widget__body__photo__link__inner {
    border-bottom: none;
}
.billboard__widget_type_photo .billboard__widget__body__photo__link__image {
    vertical-align: middle;
}
.billboard__widget_type_photo .billboard__widget__body__photo__link__inner {
    border-bottom: 1px solid #ccc;
}

.billboard__widget_type_magazine .billboard__widget__header {
    background: #e2e2e2;
}
.billboard__widget_type_magazine .billboard__widget__header__heading {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 13px;
}
.billboard__widget_type_magazine .billboard__widget__footer {
    padding: 6px 10px 10px;
}
.billboard__widget_type_magazine .billboard__widget__tabs {
    padding-left: 9px;
}
.billboard__widget_type_magazine .billboard__widget__tabs .nav__link,
.billboard__widget_type_magazine .billboard__widget__tabs .nav__link:hover {
    padding-left: 6px;
    padding-right: 6px;
}

.billboard__magazine {}
.billboard__magazine__item {
    border-bottom: 1px solid #d3dadf;
    margin: 10px;
}
.billboard__magazine__item__image {}
.billboard__magazine__item__text {
    margin-bottom: 7px;
}
.billboard__magazine__item__text__link {
    font-size: 13px;
}
.billboard__magazine__item__tabs {
    margin-bottom: 9px;
}
.billboard__magazine__item__promo {
    margin-bottom: 6px;
}
.billboard__magazine__item__promo__link {}
.billboard__magazine__item__promo__image {
    display: block;
}
.billboard__magazine__item__right {}
.billboard__magazine__item_column_two .billboard__magazine__item__promo {
    float: left;
    margin-top: 5px;
}
.billboard__magazine__item_column_two .billboard__magazine__item__right {
    margin: 0 0 0 86px;
}

.billboard__gallery {
    display: inline-block;
    *display: inline;
    zoom:1;
    border: 1px solid #ccd0d3;
    margin-bottom: 20px;
    padding: 14px;
}
.billboard__gallery__header {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 11px;
}
.billboard__gallery__footer {}
.billboard__gallery__footer__link {
    font-size: 14px;
}
.billboard__photo {
}

.billboard__photo__item__wrap {
    position: relative;
    display: inline-block;
}
.billboard__photo__item__wrap .billboard__photo__sort{
    position: absolute;
    bottom:3px;
    width: 40px;
    left: 33%;
}

.billboard__photo__sort__submit{
    margin-top: 10px;
}
.billboard__gallery .billboard__photo__item {
    margin: 0 19px 0 0;
    width: 181px;
    height: 99px;
}
.billboard__gallery .billboard__photo__item.awards2013__fix {
    margin: 0 10px 0 0;
}
.billboard__photo__item {
    display: inline-block;
    *display: inline;
    zoom:1;
    border: 2px solid transparent;
    background: #e2e2e2;
    margin: 0 21px 24px 0;
    width: 193px;
    height: 106px;
    position:relative;
    overflow: hidden;
}
.billboard__play__icon{
    background: url(/img/css/design/afisha/videomask.png) no-repeat 0px 0px;
    width: 196px;
    height: 110px;
    display: block;
    position: absolute;
    top:0;
    left: 0;
    z-index: 2;
}
#small_gallery .billboard__play__icon{
   background: url(/img/css/design/afisha/videomask.png) no-repeat -5px -5px;
}
.billboard__photo__item:hover {
    border-color: #0a5d96;
    background: #fff;
}
.billboard__photo__item__image {
    border: none;
    display: block;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    left: 0;
    right: 0;
}
.billboard__photo .no_margin
{
    margin: 0 0 24px 0;
}

.billboard__soon {
    padding: 0 0 16px;
    border-bottom: 1px solid #d3dadf;
}
.billboard__soon__header {
    margin: 20px 0;
}
.billboard__soon__header__heading {
    font-size: 21px;
    font-weight: 700;
    padding: 0 10px 0 0;
}
.billboard__soon__header__link {
    font-size: 13px;
}
.billboard__soon__header__link:hover {
    border-bottom: none;
}
.billboard__soon__content {
    margin: 0;
    width: 100%;
}
.billboard__soon__item {
    padding: 0;
    display: inline-block;
    /*width: 175px;*/
    vertical-align: top;
}
.billboard__soon_column_five .billboard__soon__item {
    display: table-cell;
    width: 20%;
}
#promo .billboard__soon__item {
    width: 175px;
}
.billboard__soon__inner {
    padding: 6px 6px 20px;
}
.billboard__soon_column_five .billboard__soon__inner {
    padding:6px 6px 20px 12px;
    position:relative;
}
.billboard__soon__item:hover {
    background: #f7f7f7;
    cursor: pointer;
}
.billboard__soon__item:hover .billboard__soon__item__image {
    border: 3px solid #48b4e7;
}
/*.billboard__soon_type_place .billboard__soon__inner:hover .billboard__soon__item__image {
    border: none;
}*/
.billboard__soon__item__header {
    margin: 0 0 10px;
}
.billboard__soon__item__header__link {
    font-size: 13px;
    font-weight: 700;
    color:#000
}
.billboard__soon__item__image {
    margin-bottom: 20px;
    border: 3px solid #dddddd;
    display: block;
}
.billboard__soon__item__heading {
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 700;
}
.billboard__soon__item__type {
    margin-bottom: 3px;
    font-size: 11px;
    color:#6b6b6b;
}
.billboard__soon__item__name {
    margin-bottom: 16px;
}
.billboard__soon__item__name__link {
    font-size: 13px;
    line-height: 18px;
}
.billboard__soon__item__name__link:hover {
    border-bottom: none;
}
.billboard__soon_type_place .billboard__soon__item__image {
    margin-bottom: 10px;
   /* border: none;*/
    display: block;
}
.billboard__soon_type_place .billboard__soon__item__name {
    margin-bottom: 8px;
}
.billboard__soon_type_place .billboard__soon__item{
    float: left;
    display: block;
}
.billboard__soon_type_place .billboard__soon__inner{
    padding: 6px 6px 20px;
}
.billboard__event {
    padding: 17px 24px 17px 24px;
    background: #f5f5f5;
}
.billboard__event__header {
    margin: 0 0 20px;
    font-size: 21px;
    font-weight: 700;
    padding: 0 10px 0 0;
}
.billboard__event__content {
    margin: 0;
    border-collapse: collapse;
    width: 100%;
}
.billboard__event__item {
    padding: 0 18px 0 0;
    vertical-align: top;
    width: 190px;
    height: 220px;
    display: inline-block;
    position: relative;
}
.billboard__event__item .button-yellow {
    position: absolute;
    bottom: 5px
}
.billboard__event__item__image {
    margin-bottom: 20px;
    border: 3px solid #dddddd;
    display: block;
}
.billboard__event__item__heading {
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 700;
}
.billboard__event__item__type {
    margin-bottom: 7px;
    font-size: 11px;
    color:#6b6b6b;
}
.billboard__event__item__name {
    margin-bottom: 16px;
}
.billboard__event__item__name__link {
    font-size: 13px;
    line-height: 18px;
}
.billboard__event__item__name__link:hover {
    border-bottom: none;
}

.card {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  width: 100%;
}
.card {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  width: 100%;
}
.card__heading {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
}
.card__heading__age{
    margin-top: 7px;
}
.card__address {
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
}
.card__map {
  font-size: 12px;
  margin-bottom: 25px;
}
.card__phone {
  font-size: 18px;
  margin-bottom: 2px;
  color: #fff;
}
.card__site {
  font-size: 18px;
  margin-bottom: 5px;
}
.card__link {
  color: #aaaaaa;
  text-decoration: none;
  border-bottom: 1px solid #aaaaaa;
}
.card__image {
  display: block;
  border: 3px solid #ddd;
  background: #ddd;
}
.card__time {
  color: #fff;
  font-size: 24px;
}
.card__length {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  margin: 10px 0 4px;
}
.card__status {
  color: #aaaaaa;
  font-size: 14px;
}
.card__date {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}
.card__place {
  color: #aaaaaa;
  font-size: 14px;
}
.card_layout_details .card__left,
.card_layout_details .card__right {
  padding: 0;
  vertical-align: top;
}
.card_layout_details .card__left {
  width: 30%;
}
.card_layout_details .card__left .card__inner {
  padding: 22px 20px 44px 25px;
}
.card_layout_details .card__right {
  width: 66%;
}
.card_layout_details .card__right .card__inner {
  padding: 22px 20px 44px 0px;
  position: relative;
}
.card_layout_details .card__right .card__inner .wb-button {
  position: absolute;
  right: 25px;
  top: 22px;
}
.card_layout_small .card__left,
.card_layout_small .card__right {
  padding: 0;
  vertical-align: top;
}
.card_layout_small .card__left {
  width: 75%;
}
.card_layout_small .card__left .card__inner {
  padding: 20px 20px 44px 12px;
}
.card_layout_small .card__right {
  width: 25%;
}
.card_layout_small .card__right .card__inner {
  padding: 20px 20px 44px 20px;
  width: 200px;
}
.card_layout_small .card__heading {
  font-weight: 700;
}
.card_layout_small .card__heading h1 {
    display: inline;
    font-size: inherit;
    color: inherit;
    font-weight: bold;
}
.card_layout_large .card__left,
.card_layout_large .card__center,
.card_layout_large .card__right {
  padding: 0;
  vertical-align: top;
}
.card_layout_large .card__left {
  width: 20%;
}
.card_layout_large .card__left .card__inner {
  padding: 22px 20px 44px;
}
.card_layout_large .card__center {
  width: 55%;
}
.card_layout_large .card__center .card__inner {
  padding: 20px 10px 50px;
}
.card_layout_large .card__right {
  width: 25%;
}
.card_layout_large .card__right .card__inner {
  padding: 20px 20px 50px;
  width: 200px;
}
.card_layout_large .card__date {
  color: #fff;
  margin: 10px 0 4px;
}
.card_layout_large .card__place {
  color: #aaaaaa;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #aaaaaa;
}

.list {
  font-size: 100%;
  border-collapse: collapse;
}
.list__item:hover {
  background: #F7F7F7;
}
.list__column {
  vertical-align: top;
  border-top: 1px solid #D3DADF;
}
.list__inner {
  padding: 14px 0 18px;
}
.list__image {
  background: #CCC;
  display: block;
  width: 170px;
  height: 93px;
  line-height: 0;
  border: 3px solid #CCC;
}
.list__image:hover,
.list__image_selected_yes {
  border: 3px solid #3173A1;
}
.list__title {
  margin: 0 0 10px;
}
.list__link {
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  color: #3173A1;
  text-decoration: none;
  border-bottom: 1px solid #3173A1;
}
.list__link:hover,
.list__link_selected_yes {
  color: #FFF;
  text-decoration: none;
  background: #3173A1;
}
.list__type {
  margin: 0 0 2px;
  color: #666666;
  font-size: 11px;
}
.list__place {
  margin: 0 0 10px;
  font-size: 13px;
}
.list__place .place_phone {
  color: #1e1e1e;
  margin-top: 5px;
  padding-left: 15px;
  background: transparent url(/img/css/design/afisha/afisha.png) no-repeat -119px 0;
  line-height: 14px;
}
.list__description {
  font-size: 13px;
}
.button.disabled {
    color: #616161;
    line-height: 13px;
    font-size: 13px;
    padding: 5px 12px;
    text-shadow: none;
    border-color: #bfbfbf;
    font-weight: bold;
    margin-top: 5px;
    cursor: default;
}
.list_event_showings .disabled:hover {
    background-color: #e0e1e1;
}
.list_event_showings__item {
    padding: 10px 0 10px;
}
.list_event_showings__item-date {
    height: 20px;
    display: inline-block;
}
.list_event_showings__item-btn-block {
    display: inline-block;
    float: right;
    position: relative;
    top: -10px;
    right: -145px;
}
.list_event_showings__item-btn-block .list__inner {
    padding: inherit;
}
.block__header {
  border-bottom: 1px solid #caced1;
  margin-bottom: 19px;
}
.block__heading {
  margin: 0 4px 5px;
  font-size: 18px;
}
.block__body {
  margin: 0 4px;
}
.ticket {
  width: 220px;
  padding: 1px 0;
  background: url(/img/css/design/ticket/ticket-top.png) 0 0 repeat-x, #ede7cf url(/img/css/design/ticket/ticket-bottom.png) repeat-x 0 100%;
  background: #ede7cf url(/img/css/design/ticket/ticket-top.png) 0 0 repeat-x \9;
}
.ticket__header {
  margin: 12px 15px 9px;
  font-size: 18px;
  font-weight: 700;
}
.ticket__info .icon {
  width: 13px;
  height: 9px;
  background: url(/img/css/design/ticket/ticket.png) no-repeat 0 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 5px;
}
.ticket__info .ticket__inner {
  color: #8c8c8c;
  font-size: 13px;
}
.ticket__body {
  margin: 0 15px 18px;
}
.ticket__price {
  white-space: nowrap;
  font-size: 21px;
  margin-bottom: 4px;
}
.ticket__footer {
  margin: 0 15px 18px;
}
.ticket__progress {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;
}
.ticket__progress__heading {
    color: #828282;
    margin-bottom: 8px;
}
.ticket__progress__bar {
    background: #d2ccb5;
    width: 100%;
    height: 7px;
    margin: 0 0 5px;
}
.ticket__progress__bar__level {
    background: #b3ae9a;
    height: 7px;
}
.ticket__progress__bar_theme_alert {
    background: #ecccb4;
}
.ticket__progress__bar_theme_alert .ticket__progress__bar__level {
    background: #f98981;
}
.ticket__progress__time {
    color: #828282;
}
.ticket__tickets {
    margin: 0 0 15px;
    padding: 0 0 1px;
}
.ticket__tickets__heading {
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px 10px;
}
.ticket__date {
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px 10px;
    color: #ff0000;
}
.ticket__tickets__item {
    padding: 10px 15px 5px;
    cursor: pointer;
    position: relative;
}
.ticket__tickets__item:hover {
    background: #dbd7c2 url("/img/css/design/ticket/border.gif") repeat-x 0 0;
}
.ticket__tickets__item:hover .ticket__tickets__item__delete {
    display: block;
}
.ticket__tickets__item__delete {
    position: absolute;
    display: none;
    top: 10px;
    right: 15px;
    color: #8c877c;
    text-decoration: none;
    font-size: 13px;
    border-bottom: 1px dashed #8c877c;
}
.ticket__tickets__item__delete:hover {
    border-bottom: 1px dashed transparent;
}
.ticket__tickets__item__image {
    float: left;
    background: url(/img/css/design/ticket/place.png) no-repeat 0 0;
    width: 16px;
    height: 15px;
}
.ticket__tickets__item__right {
    margin-left: 30px;
}
.ticket__tickets__item__area {
    font-size: 13px;
    margin-bottom: 2px;
    margin-right: 45px;
}
.ticket__tickets__item__place {
    font-size: 18px;
    margin-bottom: 8px;
}
.ticket__tickets__item__price {
    font-size: 18px;
}
.ticket__tickets__item__available {
    color:#828282;
    font-size: 13px;
}
.ticket__tickets__item__counter {
    margin-bottom: 10px;
}
.ticket__tickets__item_type_counter .ticket__tickets__item__price {
    margin-bottom: 6px;
}
.ticket__body__text {
    font-size: 13px;
    margin-bottom: 8px;
}
.ticket__price_size_big {
    font-size: 36px;
}
.counter {}
.counter__down {
    padding: 4px 12px;
}
.counter__inner {
    font-size: 18px;
    vertical-align: middle;
    padding: 0 8px;
}
.counter__up {
    padding: 4px 12px;
}

.place__type {
  margin-bottom: 15px;
  font-size: 11px;
  color: #6d6d6d;
}
.place__comments {
  font-size: 13px;
  margin-bottom: 20px;
}
.place__link .icon {
  border: none;
}
.place__logo {
  margin-bottom: 17px;
}
.place__name {
  margin-bottom: 17px;
}
.place__address {
  font-size: 13px;
}
.reviews__item {
  margin-bottom: 24px;
}
.reviews__item:hover .reviews__left {
  border: 3px solid #3173A1;
}
.reviews__item:hover .reviews__link {
  color: #FFF;
  text-decoration: none;
  background: #3173A1;
}
.reviews__left {
  float: left;
  margin: 0 12px 0 0;
  display: block;
  border: 3px solid #CCC;
}
.reviews__image {
  display: block;
}
.reviews__left .reviews__image {
  border: none;
}
.reviews__left:hover {
  border: 3px solid #3173A1;
}
.reviews__link {
  font-size: 13px;
  color: #3173A1;
  text-decoration: none;
  border-bottom: 1px solid #3173A1;
}
.reviews__link:hover {
  color: #FFF;
  text-decoration: none;
  background: #3173A1;
}
.reviews__date {
  color: #949494;
  font: 11px arial, sans-serif;
  margin-bottom: 4px;
}
.reviews__band {
    color: #7a7a7a;
    font-size: 13px;
    padding-top:5px;
}
.panel {
  border-top: 1px solid #dad9d9;
  height: 40px;
  padding-top: 20px;
}
.panel_noborder {
   height: 40px;
   padding-top: 10px;
}
.panel__left {
  padding: 0 12px;
  float: left;
}
.panel__right {
  float: right;
}
.panel__link {
  text-decoration: none;
}
.panel__link:hover .panel__arr {
  color: #000;
}
.panel__inner {
  font-size: 13px;
  color: #000;
  border-bottom: 1px solid #000;
  *zoom: 1;
}
.panel__arr {
  color: #5f5f5f;
  font-size: 70%;
}
.social__item {
  margin: 0 0 16px;
}
.social__vk,
.social__fb,
.social__twitter,
.social__instagram {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.social__vk {
  width: 16px;
  height: 17px;
  background: url(/img/css/design/social/vk.png) no-repeat 0 0;
}
.social__fb {
  width: 16px;
  height: 15px;
  background: url(/img/css/design/social/fb.png) no-repeat 0 0;
}
.social__twitter {
  width: 18px;
  height: 14px;
  background: url(/img/css/design/social/twitter.png) no-repeat 0 0;
}
.social__instagram {
  width: 16px;
  height: 16px;
  background: url(/img/css/design/social/instagram.png) no-repeat 0 0;
}
.schedule__content {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 16px;
}
.schedule__alert {
  color: #4c4c4c;
  font-size: 13px;
}
.schedule__alert .icon {
  margin-bottom: 10px;
  display: block;
}

.hall__heading {
  font-size: 13px;
    font-weight: 700;
  margin-bottom: 16px;
}
.hall__content {
  border-collapse: collapse;
}
.hall__content__left {
    padding: 0;
    vertical-align: top;
}
.hall__content__left__inner {
    padding: 0 10px 14px 0;
    text-align: center;
}
.hall__content__left__image {

}
.hall__content__right {
    padding: 0;
    vertical-align: top;
}
.hall__content__right__inner {
    padding: 0 10px 14px 0;
    font-size: 13px;
    color: #4c4c4c;

}

.awards {
  display: block;
  text-decoration: none;
}
.awards__image {
  display: block;
  border: none;
}
.awards__left {
  float: left;
  margin: 0 10px 0 0;
}
.awards__right {
  font-size: 11px;
  color: #4c4c4c;
  padding-top: 16px;
  height: 40px;
  margin-top: 10px;
}
.schedule__cell .movies {
    background: #84888D;
    position: relative;
}
.movies__layout {
  border-collapse: collapse;
  font-size: 100%;
}
.movies__left,
.movies__right {
  padding: 0;
  vertical-align: top;
}
.movies__left .movies__inner {
  padding: 10px 5px 10px 10px;
}
.movies__right .movies__inner {
  padding: 10px 10px 10px 5px;
}
.movies__image {
  display: block;
  border: 3px solid #dedcdf;
}
.movies__image:hover,
.movies__image.selected {
  display: block;
  border: 3px solid #3173A1;
}
.movies__type {
  margin: 0 0 2px;
  color: #fff;
  font-size: 11px;
}
.movies__title {
  margin: 0 0 10px;
}
.movies__link {
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.movies__link:hover,
.movies__link.selected {
  color: #FFF;
  text-decoration: none;
  background: #3173A1;
  border-bottom: 1px solid #3173A1;
}
.movies__description {
  font-size: 13px;
  color: #ccced0;
  width: 550px;
}
.movies__restriction{
    bottom: 5px;
    display: inline-block;
    position: absolute;
    right: 10px;
}
.schedule__list {
  width: 100%;
  border-collapse: collapse;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
.schedule__list_selected_morning .schedule__cell_type_morning,
.schedule__list_selected_afternoon .schedule__cell_type_afternoon,
.schedule__list_selected_evening .schedule__cell_type_evening,
.schedule__list_selected_night .schedule__cell_type_night {
  background: #f7f7f7;
  cursor: pointer;
}
.schedule__row {
  border-top: 1px solid #d3dae0;
}
.schedule__row:hover .schedule__cell {
  background: #f7f7f7;
}
.schedule__cell {
  padding: 0;
  vertical-align: top;
}
.schedule__row:hover .schedule__cell_type_morning:hover,
.schedule__row:hover .schedule__cell_type_afternoon:hover,
.schedule__row:hover .schedule__cell_type_evening:hover,
.schedule__row:hover .schedule__cell_type_night:hover {
    background: #e2e2e2;
}
.schedule__cell_type_place {
  font-size: 13px;
}
.schedule__cell_type_place .schedule__inner {
  width: 100px;
  float:left;
}
.schedule__cell_type_place .schedule__inner,
.schedule__cell_type_morning .schedule__inner,
.schedule__cell_type_afternoon .schedule__inner,
.schedule__cell_type_evening .schedule__inner,
.schedule__cell_type_night .schedule__inner {
  padding: 12px;
}
.schedule__order {
  cursor: pointer;
}
.schedule__order .schedule__inner {
  padding: 4px 12px 20px;
}
.schedule__time {
  font-size: 11px;
  color: #6d6d6d;
  border-bottom: 1px dotted #6d6d6d;
}
.schedule__types {
  position: relative;
}
.schedule__type {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  top: -3px;
  width: 43px;
  margin-right: 1px;
  font-size: 11px;
  color: #6d6d6d;
  padding: 5px 2px;
  cursor: pointer;
}
.schedule__hall_type_3d {
  border-top: 3px solid #32afe7;
}
.schedule__hall_type_imax {
  border-top: 3px solid #f30100;
}
.schedule__hall__icon{
    padding-top:12px;
    float:left;
    width:30px;
}
.schedule__gradient {
  height: 3px;
  width: 100%;
  background: #7ebcd5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlYmNkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2VjZWYyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iI2VjZWYyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2VmOGIyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2NlMjcyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTA0M2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #7ebcd5 0%, #ecef2d 26%, #ecef2d 39%, #ef8b2d 55%, #ce2727 81%, #25043d 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7ebcd5), color-stop(26%, #ecef2d), color-stop(39%, #ecef2d), color-stop(55%, #ef8b2d), color-stop(81%, #ce2727), color-stop(100%, #25043d));
  background: -webkit-linear-gradient(left, #7ebcd5 0%, #ecef2d 26%, #ecef2d 39%, #ef8b2d 55%, #ce2727 81%, #25043d 100%);
  background: -o-linear-gradient(left, #7ebcd5 0%, #ecef2d 26%, #ecef2d 39%, #ef8b2d 55%, #ce2727 81%, #25043d 100%);
  background: -ms-linear-gradient(left, #7ebcd5 0%, #ecef2d 26%, #ecef2d 39%, #ef8b2d 55%, #ce2727 81%, #25043d 100%);
  background: linear-gradient(to right, #7ebcd5 0%, #ecef2d 26%, #ecef2d 39%, #ef8b2d 55%, #ce2727 81%, #25043d 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#7ebcd5', endColorstr='#25043d', GradientType=1);
}
.schedule__link {
  font-size: 13px;
  line-height: normal;
  color: #3173A1;
  text-decoration: none;
  border-bottom: 1px solid #3173A1;
}
.schedule__link:hover {
  color: #fff;
  text-decoration: none;
  background: #3173A1;
  border-bottom: 1px solid #3173A1;
}
.time {
  list-style: none;
  margin: 0;
  padding: 0;
}
.time__item {
  margin: 0;
  padding: 0 10px 5px 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 13px;
  font-weight: 700;
  width: 45px;
  vertical-align: middle;
  text-align: center;
}
.time__item_inactive_yes {
  color: #999999;
  font-weight: 400;
}
.time__item_type_3d, .time__item_type_3d span {
  color: #35aee7;
}
.time__item_type_imax, .time__item_type_imax span {
  color: #f30100;
}
.nav_type_tabs.nav_size_large .nav__item {
  margin-top: 8px;
}
.nav_type_tabs.nav_size_large .nav__item_size_large {
  margin-top: 0;
}
.nav_type_tabs .nav__item_size_large .nav__link,
.nav_type_tabs .nav__item_size_large .nav__link:hover {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 10px;
  top: 0px;
}
.nav_type_tabs .nav__item_active_yes.nav__item_size_large .nav__link,
.nav_type_tabs .nav__item_active_yes.nav__item_size_large .nav__link:hover {
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 0px;
}
.nav_type_tabs .nav__item_position_right {
  float: right;
}
.nav_type_tabs .nav__link {
    padding: 6px 8px 5px 8px;
    top: 2px;
    position: relative;
}

.nav_type_tabs .nav__link_quest {
    background: #4A4A4A;
    color: #56DBFC;
}

.nav_type_tabs .nav__link.favorite:hover {
  background-color: #E1E1E1;
  border-bottom-color: #CACED1;
}
.nav_type_tabs .nav__link.favorite:hover .wb-icon_favorite {
  background: url("/img/css/design/series/icons/icons_14.png") no-repeat scroll 1px 1px transparent;
}
.nav_type_tabs .nav__item_active_yes .nav__link.favorite {
  background-color: #FFFFFF;
  border-bottom: none;
}
.nav_type_tabs .nav__item_active_yes .nav__link.favorite .wb-icon_favorite {
  background: url("/img/css/design/series/icons/icons_14.png") no-repeat scroll 1px 1px transparent;
}
.nav_type_tabs .nav__item_active_yes .nav__link,
.nav_type_tabs .nav__item_active_yes .nav__link:hover {
    padding: 5px 7px 5px 7px;
}

.billboard__flag {}
.billboard__flag__icon {
  border: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 1px 5px 0 0;
  background: url("/img/css/design/icons/flag.png") no-repeat scroll 0 0 transparent;
  width: 13px;
  height: 17px;
}
.billboard__flag__inner {
  vertical-align: top;
}

.gallery {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
   /* display: none;*/
    visibility: hidden;
}
.gallery_fade_in {
    opacity: 1;
}
.gallery_show_yes {
    display: block;
}
.gallery__overlay {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: #393939;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.gallery__close {
    position: absolute;
    z-index: 1005;
    width: 33px;
    height: 33px;
    top: 50%;
    left: 50%;
    cursor: pointer;
    background: url(/img/css/design/afisha/close.png) no-repeat 0 0;
    opacity: 0.75;
    filter: alpha(opacity=75);
    display: none;
}
.gallery__close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.gallery__left {
    position: absolute;
    z-index: 1003;
    width: 13px;
    height: 25px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    background: url(/img/css/design/afisha/left.png) no-repeat 5% center;
    cursor: pointer;
    opacity: 0.75;
    filter: alpha(opacity=75);
    display: none;
}
.gallery__left:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.gallery__right {
    position: absolute;
    z-index: 1003;
    width: 13px;
    height: 25px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    background: #fff;
    cursor: pointer;
    background: url(/img/css/design/afisha/right.png) no-repeat 95% center;
    opacity: 0.75;
    filter: alpha(opacity=75);
    display: none;
}
.gallery__right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.gallery__full_link{
    position:absolute;
    right: 20px;
    bottom: 15px;
    z-index: 1010;
    color: #A5A5A4;
    display:none;
}
.gallery__full_show_yes{
    display: block;
}
.gallery__image {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    /*z-index: 1001;*/
}
.gallery__image_show_yes {
    display: block;
}
.gallery__image .iframe_wrap {
    background: black;
    width: 740px;
    height: 520px;
    text-align: center;
}
.gallery__caption {
    position: absolute;
    z-index: 1004;
    height:100px;
    top: 50%;
    left: 50%;
    color: #a5a5a4;
    font-size: 13px;
    display: none;
    padding-left: 30px;
    background: url(/img/css/design/afisha/caption.png) repeat-x left top;
}
.gallery__caption span{
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.gallery__caption_show_yes {
    display: block;
}
.gallery__bottom {
    display: block;
    margin: 0;
}
.show_gallery_nav{
    display: block;
}
.billboard__order {
    margin: 20px 0 30px 0;
}

.order {

}
.order__heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.title_combobox_load {
    font-size: 12px;
    color: gray;
    font-weight: 100;
}

.order__map {
    background: #efefef;
    width: 100%;
    height: 538px;
    margin-bottom: 15px;
    position: relative;
}

.order__map__popup {
    position: absolute;
    background: #fff;
    border: 1px solid #d5d5d5;
    min-width: 180px;
}
.order__map__popup__tail {
    position: absolute;
    background: url(/img/css/design/order/tail.png) repeat-x 0 0;
    width: 15px;
    height: 8px;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -7px;
}
.order__map__popup__body {
    padding: 7px;
}
.order__map__popup__body__heading {
    font-size: 13px;
    color: #8c8c8c;
    margin-bottom: 6px;
}
.order__map__popup__body__type {
    font-size: 13px;
}
.order__map__popup__body__place {
    font-size: 18px;
    margin-bottom: 10px;
}
.order__map__popup__body__price {
    padding: 15px 11px;
    font-size: 18px;
    background: url("/img/css/design/order/mask.png") repeat-x 0 0;
}
.order__area {
    border-collapse: collapse;
    width: 100%;
}
.order__area__cell {
    padding: 0;
    vertical-align: top;
}
.order__area__cell_position_right {
    color: #828282;
    font-size: 13px;
    width: 20%;
}
.order__area__color {
    margin-bottom: 5px;
    height: 7px;
}
.order__area__place {
    font-size: 13px;
    margin: 0 10px 2px 2px;
}
.order__area__place .icon {
    width: 13px;
    height: 9px;
    background: url(/img/css/design/ticket/ticket.png) no-repeat 0 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 5px;
}
.order__area__place__inner {
    color: #8c8c8c;
    font-size: 13px;
}
.order__area__price {
    font-size: 13px;
    margin: 0 10px 0 2px;
}
.order__area__gap {
    width: 30%;
}
.order__area__sale {
    margin-top: 12px;
}

.check {
    border-collapse: collapse;
}
.check__table {
    border-collapse: collapse;
    margin-bottom: 30px;
}
.check__cell {
    padding: 0;
    vertical-align: top;
}
.check__heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}
.check__text {
    font-size: 13px;
    color: #828282;
    margin-bottom: 20px;
}
.check__text__list {
    list-style-type: disc;
}
.check__user {
    font-size: 13px;
    color: #828282;
    margin-bottom: 20px;
}
.check__user__image {
    border: 3px solid #dddddd;
    vertical-align: middle;
}
.check__cell__inner {
    margin-right: 11px;
    margin-bottom: 17px;
}
.check__cell__inner__success {
    position: relative;
}
.check__cell__inner__success::after {
    content: "\2713";
    position: absolute;
    right: 0px;
    bottom: 5px;
    color: green;
    font-size: 30px;
    width: 30px;
    height: 30px;
}
.check__label {
    padding: 0;
    display: block;
    font-size: 18px;
    color: #828282;
    margin-bottom: 5px;
}
.check__caption {
    color: #828282;
    font-size: 13px;
    margin-top: 21px;
}
.check__input {
    border: 1px solid #c8c8c8;
    padding: 6px;
    font-size: 18px;
    margin: 0;
    width: 300px;
}
.check__input_size_small {
    width: 180px;
}
.check__code {
    margin-bottom: 3px;
}
.check__code__input {
    width: 100px;
    vertical-align: middle;
    margin-right: 11px;
}
.check__button {
    vertical-align: middle;
    font-weight: 700;
}
.check__repeat {

}
.check__repeat__link {
    text-decoration: none;
    border-bottom: 1px dashed #828282;
    color:#828282;
    font-size: 13px;
}
.check__repeat__link:hover {
    border-bottom: 1px dashed transparent;
}

.payment {}
.payment__heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.payment__agreement {
    background: #eef2f5;
    padding: 15px 12px 10px;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.payment__agreement__header > *{
    font-size: 18px !important;
}
.payment__agreement__header > .event-contact-info__error{
    font-size: inherit !important;
}
.payment__agreement__checkbox {
    padding: 0;
    margin: 2px 6px 0 0;
    vertical-align: top;
}
.payment__agreement__label {
    font-size: 13px;
    font-weight: 700;
    vertical-align: top;
    cursor: pointer;
}
.payment__agreement__label__link {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dashed #000;
    vertical-align: top;
    font-size: 13px;
    font-weight: 700;
}
.payment__agreement__body {
    background: #ffffff;
    margin: 8px 0 0;
    padding: 8px 15px;
    color: #393838;
    height: 250px;
    overflow-y: scroll;
    display: none;
}
.payment__body {
    border-collapse: collapse;
    width: 100%;
}
.payment__body__cell {
    padding: 0;
    vertical-align: top;
}
.payment__body__cell__inner {

}
.payment__body__heading {
    padding: 10px 12px;
    margin-bottom: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.payment__body__heading__checkbox {
    padding: 0;
    margin: 2px 6px 0 0;
    vertical-align: top;
}
.payment__body__heading__label {
    font-size: 18px;
    font-weight: 700;
    vertical-align: top;
    cursor: pointer;
}
.payment__body__image {
    margin-bottom: 22px;
}
.payment__body__image_paymaster {
    margin-bottom: 15px;
}
.payment__body__caption {
    color: #828282;
    font-size: 13px;
}
.payment__body__field {
    margin-bottom: 12px;
}
.payment__body__field__input {
    border: 1px solid #c8c8c8;
    padding: 10px;
    font-size: 16px;
    margin: 0;
    width: 170px;
}
.payment__body__button {}

.select {
    position: relative;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.select:hover {
    border: 1px solid #a0a0a0;
    background: #e3e3e3;
}
.select:hover .select__header__heading {
    color: #515151;
}
.select:hover .select__header__tail {
    opacity: 1;
    filter: alpha(opacity=100);
}
.select_open_yes .select__body {
    display: block;
}
.select__header {
    padding: 6px;
    margin: 1px;
    cursor: pointer;
    background: #f2f2f2;
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #eaeaea 51%, #e3e3e3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(51%,#eaeaea), color-stop(100%,#e3e3e3));
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#eaeaea 51%,#e3e3e3 100%);
    background: -o-linear-gradient(top,  #f2f2f2 0%,#eaeaea 51%,#e3e3e3 100%);
    background: -ms-linear-gradient(top,  #f2f2f2 0%,#eaeaea 51%,#e3e3e3 100%);
    background: linear-gradient(to bottom,  #f2f2f2 0%,#eaeaea 51%,#e3e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e3e3e3',GradientType=0 );
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}
.select__header__heading {
    color: #828282;
    font-size: 16px;
    margin-right: 16px;
}
.select__header__tail {
    color: #000;
    font-size: 70%;
    padding: 0 0 0 10px;
    width: 8px;
    height: 11px;
    background: url(/img/css/design/select/tail.gif) no-repeat 0 0;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.select__body {
    display: none;
    cursor: pointer;
    position: absolute;
    left: -1px;
    top: -1px;
    border: 1px solid #e7e7e7;
    background: #fff;
    z-index: 100;
    width: 100%;
}
.select__body__item {
    display: block;
    color: #828282;
    font-size: 15px;
    line-height: 22px;
    padding: 4px 9px;
}
.select__body__item:hover {
    background: #e7e7e7;
    color: #828282;
}

.tutorial {
    background: url("/img/css/design/tutorial/tutorial.png") no-repeat 0 0;
    background-size: cover;
    height: 295px;
    width: 220px;
}
.tutorial__heading {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    padding: 18px 18px 14px;
}
.tutorial__item {
    margin: 0 18px 23px;
}
.tutorial__item__link {
    color: #000000;
}
.tutorial__item__number {
    width: 20px;
    height: 20px;
    background: url("/img/css/design/tutorial/item.png") no-repeat 0 0;
    color: #ede7ce;
    float: left;
    text-align: center;
    padding: 2px 0;
    font-size: 13px;
}
.tutorial__item__body {
    margin: 0 0 0 30px;
    color:#4e4e4e;
    font-size: 13px;
}

.billboard__purchase {
    margin: 24px 0;
}
.purchase {

}
.purchase__header {
    border-bottom: 1px solid #d3dadf;
}
.purchase__header__heading {
    color: #000;
    padding: 0 10px 10px;
    margin: 0;
}
.purchase__header__heading__image {
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.purchase__header__heading__inner {
    vertical-align: middle;
    font-size: 18px;
    line-height: normal;
}
.purchase__body {
    border-collapse: collapse;
    width: 100%;
}
.purchase__body__left {
    padding: 0;
    vertical-align: top;
    width: 176px;
}
.purchase__body__center__inner {}
.purchase__body__center {
    padding: 0;
    vertical-align: top;
}
.purchase__body__center__inner {
    padding: 14px 10px;
}
.purchase__body__right {
    padding: 0;
    vertical-align: top;
}
.purchase__body__right__inner {
    padding: 14px 10px;
}
.purchase__body__poster {}
.purchase__body__poster__image {
    border: 3px solid #dddddd;
    display: block;
}
.purchase__body__type {
    font-size: 11px;
    color: #666666;
    margin-bottom: 6px;
}
.purchase__body__heading {
    margin-bottom: 12px;
}
.purchase__body__heading__link {
    color: #3173a1;
    border-bottom: 1px solid #3173a1;
    text-decoration: none;
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
}
.purchase__body__place {
    font-size: 13px;
    margin-bottom: 10px;
}
.purchase__body__description {
    font-size: 13px;
}
.purchase__body__remind {
    white-space: nowrap;
    margin-bottom: 20px;
    cursor: pointer;
}
.purchase__body__remind__image {
    margin: 0 11px 0 0;
    vertical-align: middle;
}
.purchase__body__remind__inner {
    color:#555555;
    border-bottom: 1px dashed #555555;
    text-decoration: none;
    font-size: 13px;
}
.purchase__body__calendar {}
.purchase__body__calendar__header {
    color:#555555;
    font-size: 13px;
    margin-bottom: 6px;
}
.purchase__body__calendar__image {}
.purchase__list {
    background: #eee7ce url(/img/css/design/purchase/list.gif) repeat-x  0 100%;
    border-top: 1px solid #d3dadf;
    padding: 0 17px 20px;
    margin: 0 0 20px;
}
.purchase__list__table {
    border-collapse: collapse;
    width: 100%;
}
.purchase__list__left {
    vertical-align: top;
    padding: 0;
    border-bottom: 1px dashed #fff;
    width: 40%;
}
.purchase__list__left__inner {
    padding: 10px 0;
}
.purchase__list__right {
    vertical-align: top;
    padding: 0;
    border-bottom: 1px dashed #fff;
    width: 20%;
}
.purchase__list__right__inner {
    padding: 10px 0;
}
.purchase__list__item {}
.purchase__list__item__heading {
    font-size: 18px;
    color: #000;
}
.purchase__list__item__place {
    font-size: 13px;
    color: #8c8c8c;
}
.purchase__list__item__price {
    font-size: 18px;
    color: #000;
}
.purchase__list__item__ticket {
    font-size: 14px;
    width: 185px;
}
.purchase__list__item__ticket .wb-icon_pdf{
    position: relative;
    top: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/img/css/design/icons/pdf.gif) no-repeat 0 0;
}
.purchase__header__description,
.purchase__header__description a{
    font-size: 15px;
}
.purchase__footer {
    border-collapse: collapse;
    width: 100%;
}
.purchase__footer__left {
    padding: 0;
    vertical-align: top;
    width: 30%;
}
.purchase__footer__left__inner {
    padding: 10px;
}
.purchase__footer__center {
    padding: 0;
    vertical-align: top;
    width: 30%;
}
.purchase__footer__center__inner {
    padding: 10px;
}
.purchase__footer__right {
    padding: 0;
    vertical-align: top;
    width: 40%;
}
.purchase__footer__right__inner {
    padding: 10px;
}
.purchase__footer__phone {}
.purchase__footer__phone__heading {
    color: #4c4c4c;
    font-size: 16px;
    margin-bottom: 13px;
}
.purchase__footer__phone__body {
    font-size: 13px;
    color: #737373;
}
.purchase__footer__email {}
.purchase__footer__email__heading {
    color: #4c4c4c;
    font-size: 16px;
    margin-bottom: 13px;
}
.purchase__footer__email__body {
    font-size: 13px;
    color: #737373;
    margin-bottom: 5px;
}
.purchase__footer__email__check {
    font-size: 13px;
}
.purchase__footer__email__check__icon {
    margin-right: 10px;
}
.purchase__footer__email__check__inner {}
.purchase__footer__ticket {
    font-size: 13px;
}
.purchase__footer__ticket__icon {}
.purchase__footer__ticket__inner {}

.available {}
.available__heading {}
.available__list {
    width: 100%;
    border-collapse: collapse;
}
.available__ticket_active_yes .available__ticket__right {
    background: #f6c299 url(/img/css/design/available/active.gif) repeat-y 0 0;
}
.available__ticket_active_yes .available__ticket__heading__inner {
    color: #000;
}
.available__ticket_active_yes .available__ticket__price {
    color: #000;
}

.available__ticket__left {
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    width: 70%;
    vertical-align: top;
}
.available__ticket__left__inner {
    padding: 12px 15px;
    position: relative;
}
.available__ticket__heading {
    color: #666666;
    margin-bottom: 16px;
}
.available__ticket__heading__radio {
    margin: 0 14px 0 0;
    vertical-align: middle;
    padding: 0;
}
.available__ticket__heading__inner {
    font-size: 18px;
    padding-left: 25px;
}
.available__ticket__footer {
    margin-left: 26px;
}
.available__ticket__count {
    margin-right: 10px;
}
.available__ticket__count__image {
    margin-right: 5px;
}
.available__ticket__count__inner {
    font-size: 13px;
    color: #828282;
}
.available__ticket__date {
    font-size: 13px;
    color: #828282;
}
.available__ticket__right {
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    width: 30%;
    vertical-align: top;
    background: #fee38e url(/img/css/design/available/default.gif) repeat-y 0 0;
}
.available__ticket__right__inner {
    padding: 12px 15px;
}
.available__ticket__price {
    font-size: 26px;
    font-weight: normal;
    padding: 12px 15px;
    color: #666666;
}
.available__gap  {
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.available__gap__cell {
    padding: 0;
    vertical-align: top;
}
.available__gap__cell__inner {
    height: 16px;
}
.billboard__available {
    margin-bottom: 40px;
}

.billboard__right__fixed_state_fixed {
    position: fixed;
    top: 0;
}
.billboard__right__fixed_state_bottom {
    position: absolute;
}
.js-ticket-me {
    display: none;
}


/* END src/billboard.css */



/* src/object_same_block.css */

.object_same_block {
  background-color: #F5F5F5;
  padding: 13px 34px 29px 23px;
  margin-top: 35px;
}
.object_same_block h3{
  padding: 0;
  padding-left: 2px;
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: bolder;
  line-height: 40px;
}
.object_same_buttons {
  width: 84px;
  float: right;
  padding: 7px 2px 0 0;
}
.object_same_buttons .object_same_button {
  display: inline-block;
  height: 23px;
  width: 23px;
  text-align: center;
  vertical-align: middle;
}
.object_same_buttons .object_same_button img {
  vertical-align: middle;
  padding: 0;
  margin: 5px;
}
.object_same_buttons .object_same_button {
  margin-left: 7px;
  text-decoration: none;
}
.object_same_item_pic {
  display: block;
  width: 250px;
  height: 170px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.object_same_list_wrapper {
  overflow: hidden;
  position: relative;
  zoom: 1;
  width: 835px;
  margin:0px;
  padding:0px;
  padding-top: 3px;
}
.object_same_list {
  width: 20000px;
  position: relative;
}
.object_same_item {
  display: inline-block;
  float: left;
  overflow: hidden;
  margin: 7px 27px 0 0;
  
  width: 250px;
  height: 300px;
  border: 3px solid transparent;
}
.object_same_item_inner {
  background-color: #fff;
  position: relative;
  width: 250px;
  height: 300px;
}
.object_same_item.hover {
  border: 3px solid #2B71A2;
}
.object_same_item_tags {
  padding: 10px 10px 0 5px;
  
  height: 25px;
  overflow: hidden;
  zoom: 1;
}
.object_same_item_tag {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  background-color: #E1E1E1;
  color: #666;
  text-decoration: none;
  padding: 0 9px;
  margin: 5px 0 0 5px;
}
.object_same_item_tag:hover {
  color: #FFFFFF;
  background-color: #0BAEE5;
}
.object_same_item_header {
  padding: 10px;
  font-size: 15px;
  line-height: 20px;
  height: 64px;
  overflow: hidden;
  zoom: 1;
}
.object_same_item_header .news_same {
	color: #2B71A2;
}
.hover .object_same_item_header .news_same {
	background-color: #2B71A2;
	color: #fff;
	text-decoration: none;
}


/* END src/object_same_block.css */


/* src/awards/awards.css */
.w640 {
  width: 640px;
}
.pr30 {
  padding-right: 30px;
}
.pl15 {
  padding-left: 15px;
}
.mb30 {
  margin-bottom: 15px;
}
.mh125 {
  min-height: 125px;
}

.float_l {
  float: left;
}
.float_n {
  float: none!important;
}
.va_top {
  vertical-align: top;
}
.link {
  color: #336699 !important;
  text-decoration: underline;
}
.header {
  display: inline-block;
}
.wb-awards-clear {
  clear: both;
  height:15px;
  border-top:1px solid #CACED1;
}
.wb-awards-list {
  margin: 16px 0 0 0;
}

.wb-awards-item {
  border-bottom: 1px solid #d3dadf;
  padding: 14px 0 14px 13px;
}

.wb-awards-item:hover {
  background: #f7f7f7;
}

.wb-awards-imaged {
  margin: 0 14px 0 0;
  float: left;
  width: 134px;
}

.wb-awards-content {
  overflow: hidden;
  zoom: 1;
  padding-right:3px;
}

.wb-awards-preview {
  clear: both;
}

.wb-tags_awards {
  margin-bottom: 14px;
}

.wb-awards-metrics {
  padding: 0 0 0 14px;
  line-height: 16px;
  font-size: 11px;
  height: 141px;
  width: 141px;
  float: right;
  color: #666;
}

.wb-awards-metrics-partners {
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 14px;
  color: #000;
}

.wb-awards-metrics-partner {
	width: 131px;
	padding-bottom:15px;
}

.wb-awards-stages {
  margin-bottom: 22px;
  overflow: hidden;
}

.wb-awards-stage {
  background: #e1e1e1;
  margin: 0 3px 3px 0;
  padding: 8px 9px;
  color: #747474;
  width: 172px;
  min-height: 42px;
}

.wb-awards-stage__margin {
  margin-top: -34px;
}

.wb-awards-stage__block {
  display: inline-block;
  vertical-align: top;
}

.wb-awards-stage_selected {
  background: #33afe8;
  color: #fff;
}

.wb-awards-stage_selected h3 {
  color: #fff;
}

.wb-awards-stage__heading {
  line-height: 17px;
  margin: 0 0 6px 0;
  font-weight: 700;
  font-size: 15px;
}

.wb-awards-stage__date {
  line-height: 15px;
  font-weight: 400;
  font-size: 13px;
  margin:0;
}

.wb-awards-heading {
  margin: 0 0 8px 0;
  overflow: hidden;
  padding: 0;
}

.wb-awards-heading__link {
  line-height: 18px;
  font-weight: 700;
  font-size: 18px;
  padding: 0 1px;
}

.wb-awards-imaged__image {
  border: 3px solid #cccccc;
  background: #cccccc;
  display: block;
  line-height: 0;
  width: 128px;
  height: 72px;
}

.wb-awards-imaged__image:hover {
  border: 3px solid #2b71a2
}

.wb-awards-header {
  padding: 15px 22px 13px;
  background: #f5f5f5;
}

.wb-awards-header__heading {
  font-size: 32px;
  margin-bottom: 8px;
  font-weight: 700;
  color:#000000;
  margin-top:0;
}

.wb-awards-heading__heading {
	margin:0;
}

.wb-awards-module {
  margin: 0 0 4px;
  color: #000
}

.wb-awards-relative {
  background: #fff;
  width: 209px;
  margin: 0 0 24px;
}

.wb-awards-relative-header {
  padding: 0 3px 8px;
  border-bottom: 1px solid #caced1;
}

.wb-awards-relative-header__heading {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.wb-awards-relative-item {
  margin: 0 3px;
  padding: 10px 0 5px;
  overflow: hidden;
}

.wb-awards-relative-imaged {
  float: left;
  margin: 0 12px 0 0;
}

.wb-awards-relative-imaged_prize {
  margin: 3px 12px 0 0;
}

.wb-awards-relative-content {
  overflow: hidden;
  zoom: 1;
}

.wb-awards-relative-image {
  border: 3px solid #CCC;
  background: #CCC;
  line-height: 0;
  margin-bottom: 10px;
}

.wb-awards-relative-image:hover {
  border: 3px solid #0A5B94;
}

.wb-awards-relative-event {
  color: #666666;
  font-size: 11px;
  margin-bottom: 2px;
}

.wb-awards-relative-date {
  font-size: 13px;
  font-weight: 700;
}

.wb-awards-relative-name {
  margin-bottom: 2px;
}

.wb-awards-relative-content_days {
  padding: 30px 0;
  font-size: 13px;
  line-height: 16px;
}

.wb-button_default_awards {
  width: 182px;
  padding: 7px 5px;
  display: block;
  font-size: 16px;
  line-height: 20px;
}

.wb-button_preview_awards {
  background: transparent;
  border: 0px;
  text-decoration: underline;
  cursor: pointer;
  width: 200px;
  padding: 8px 0px 0px 0px;
  display: block;
  line-height: 20px;
  color: #6d6d6d;
}

.wb-button_default_awards-list {
  width: 178px;
  padding: 7px 5px;
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
}

.wb-button_default_weburg {
  width: 145px;
  padding: 7px 10px 7px 47px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  display: block;
}

.wb-button_action_awards-nav {
  width: 61px;
  padding: 7px 10px 7px 10px;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.wb-awards-winners {
  overflow: hidden;
  position: relative;
}

.wb-awards-winners-base-header {
  padding: 20px 0 0 0;
  text-align: center;
  width: 897px
}

.wb-awards-winners-base-header__heading {
  font-size: 45px;
  color: #e4a000;
  font-weight: 700;
}

.wb-awards-winners-header {
  margin: 0 0 20px 0;
}

.wb-awards-winners-header__heading {
  font-size: 45px;
  color: #e4a000;
  font-weight: 700;
}

.wb-awards-winner {
  float: left;
  margin: 0 21px 21px 0;
  width: 150px;
  height: 163px;
}

.wb-awards-winner_top, .wb-awards-winner_second, .wb-awards-winner_third {
  position: absolute;
}

.wb-awards-winner_top {
  z-index: 3;
  top: 130px;
  left: 270px;
}

.wb-awards-winner_second {
  z-index: 2;
  top: 230px;
  left: 21px;
}

.wb-awards-winner_third {
  z-index: 1;
  top: 230px;
  left: 623px;
}

.wb-awards-winner-header {
  padding: 0 0 11px;
  font-weight: bold;
}
.wb-awards-winner-header.center {
  text-align: center;
}
.wb-awards-winner-header.left {
  text-align: left;
}
.wb-awards-winner-header.right {
  text-align: right;
}

.wb-awards-winner-bottom {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}

.wb-awards-winner-header__place {
  color: #E4A000;
  font-size: 14px;
}

.wb-awards-winner-imaged {
  text-align: center;
  border: 3px solid #ffb300;
}
.wb-awards-winner-imaged.first-place {
  width:350px;
  height: 475px;
  line-height: 475px;
}
.wb-awards-winner-imaged.other-place {
  width:246px;
  height: 340px;
  line-height: 340px;
}

.wb-awards-winner-imaged__image {
  display: inline-block;
  max-height: 475px;
  max-width: 350px;
  vertical-align: middle;
}

.wb-awards-winner-imaged__before-image {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.wb-awards-answers-list {
  margin-bottom: 23px;
}

.wb-awards-answers-header {
  margin: 26px 0 10px 0;
}

.wb-awards-answers-header__heading {
  font-size: 18px;
  font-weight: 700;
}

.wb-awards-answers-text {
  margin: 0 0 26px 0;
}

.wb-awards-answers-pages {
  color: #747474;
  margin-bottom: 8px;
}

.wb-awards-answers-pages-nav {
  margin: 0 5px 0 0;
}

.wb-awards-answers-answer {
  font-size: 18px;
  margin: 0 0 14px;
  color: #000000;
  font-weight: normal;
}

.wb-awards-answers-imaged {
  margin-bottom: 20px;
}

.wb-awards-answers-item {
  padding: 5px;
  width: 25%;
}

.wb-awards-answers-item:hover {
  background: #f7f7f7
}

.wb-awards-answers-item__input {
  vertical-align: middle;
  margin: 0 4px 0 0
}

.wb-awards-answers-item__label {
  vertical-align: middle;
}

.wb-awards-winners-base {

}

.wb-awards-winners-base__image {
  position: relative;
  width: 850px;
  height: 700px;
  background: url(/img/css/design/awards/users_decorate.png) no-repeat 0 0;
  background-position: center;
}
.wb-awards-winners-base__image-bottom {
  position: relative;
  height: 35px;
  margin-top: -20px;
  background: url(/img/css/design/awards/users_decorate_bottom.png) no-repeat 0 0;
  background-position: center;
}
.wb-awards-winners-base__image-top {
  position: relative;
  height: 306px;
  width: 897px;
  top: -30px;
  background: url(/img/css/design/awards/users_decorate_top.png) no-repeat 0 0;
  background-position: center;
}

.wb-awards-winners-winner {
}

.wb-awards-winners-winner-header {
  text-align: center;
  padding-top: 60px;
}

.wb-awards-winners-winner-user {
  text-align: center;
  margin-top: 41px;
}

.wb-awards-winners-winner-imaged {
  text-align: center;
  position: absolute;
  top: 176px;
  width: 100%;
}

.wb-awards-winners-winner-header__heading {
  color: #e4a000;
  font-size: 45px;
  line-height: 22px;
  font-weight: 700;
}

.wb-awards-winners-winner__winner {
  margin: 0 auto;
  width: 642px;
  height: 408px;
  position: relative;
  background: url(/img/css/design/awards/users/users_decorate_642x408.png) no-repeat 0 0;
}

.wb-awards-winners-winner-header__link {
  font-size: 18px;
}

.wb-awards-winners-winner-imaged__image {
  border: 3px solid #ffb300;
}

.wb-awards-winners-winner {
}

.wb-awards-winners-winner-work {
  text-align: center;
  margin-bottom: 20px;
}

.wb-awards-winners-list {
}

.wb-awards-winners-list-item {
  float: left;
  margin-bottom: 32px;
  width: 100%;
}

.wb-awards-winners-list-item__l {
  float: left;
  text-align: center;
  margin-left: -30px;
}

.wb-awards-winners-list-item__l-state {
  float: left;
  color: #ffb300;
  margin-top: 7px;
  width: 100%;
}

.wb-awards-winners-list-item__l-decorate {
  background: url("/img/css/design/awards/winners_decorate.png") no-repeat scroll 0 0 transparent;
  width: 115px;
  height:79px;
}

.wb-awards-winners-list-item__l-avatar {
  margin-top:15px;
  border: 3px solid #ffb300;
  width: 49px;
  height: 49px;
}

.wb-awards-winners-list-item__r {
  padding: 12px 0 0 15px;
  margin-left: 70px;
}

.wb-awards-winners-list-item__r-user {
  margin-bottom: 14px;
}

.wb-awards-winners-list-header {
  margin-bottom: 8px;
}

.wb-awards-winners-list-header__heading {
  font-size: 18px;
  margin: 0 0 8px;
}

.wb-awards-winners-list-header__prize {
  color: #a0a0a0
}



.wb-awards-promo {
  margin: 26px 13px;
}

.wb-awards-promo__r-i {
  margin: 0 0 26px 26px;
}

.wb-awards-uploads {
  margin: 20px 0 20px 0;
}

.wb-awards-uploads-header {
  margin: 0 0 10px 0;
}

.wb-awards-uploads__input-file {
  margin: 10px 0 0 0;
}

.wb-awards-comment {
}

.wb-awards-comment-header {
  margin: 0 0 10px 0;
}

.wb-awards-comment-text {
  border: 1px solid #c4c4c4;
  width: 100%;
  height: 89px;
  margin: 0 0 18px;
}

.wb-awards-comment-footer {
  margin-bottom: 25px;
  overflow: hidden;
}

.wb-awards-comment-footer__l {
  float: left;
  width: 194px;
}

.wb-awards-comment-footer__r {
  margin-left: 202px;
  padding: 10px 0 0 0;
}

.wb-awards-comment-footer-text {
  color: #6d6d6d
}

.wb-user {
  position: relative;
}

.wb-user-imaged {
  position: absolute;
  margin: -5px 0 0 0;
}

.wb-user-link {
  margin: 0 0 0 32px
}

.wb-awards-terms {
}

.wb-awards-terms_margin-button {
  margin-bottom: 15px;
}

.wb-awards-terms__input {
  vertical-align: middle;
  float: none !important;
}

.wb-awards-terms__label {
  vertical-align: middle;
}

.wb-awards-wrapper {
}

.wb-awards-contacts-header {
  margin-bottom: 16px;
}

.wb-awards-wrapper-header {
  font-size: 18px;
  margin: 0 0 14px;
}

.wb-awards-wrapper-text {
  margin: 0 0 20px;
}

.wb-awards-wrapper-label {
  margin: 0 0 14px;
}

.wb-awards-wrapper-button {
  margin: 0 0 14px;
}

.wb-awards-contacts {
  margin: 20px 0 20px 0;
}

.wb-awards-contacts-name-label {
  margin: 0 30px 16px 0;
  padding: 8px 0
}

.wb-awards-contacts-name-input {
  margin: 0 0 16px 0;
}

.wb-awards-contacts-name-input__input {
  border: 1px solid #888888;
  padding: 6px 9px;
  font-size: 16px;
  width: 300px;
}

.wb-awards-contacts-user {
  margin: 0 0 16px 20px;
  padding: 8px 0
}

.wb-awards-contacts-user-text {
  color: #6d6d6d
}

.wb-awards-contacts-phone-label {
  margin: 0 30px 16px 0;
  padding: 8px 0
}

.wb-awards-contacts-phone-input {
  margin: 0 0 16px 0;
}

.wb-awards-contacts-phone-input__input {
  border: 1px solid #888888;
  width: 300px;
  padding: 6px 9px;
  font-size: 16px;
}

#awards_days{
  position: relative;
  margin: 10px auto 0;
  background: url(/img/css/design/awards/digits.png) -340px 0px no-repeat;
  width: 92px;
  height: 62px;
}
 #awards_days .awards_digit{
  position: absolute;
  background: url(/img/css/design/awards/digits.png) 0px 0px no-repeat;
  width: 28px;
  height: 37px;
  top: 11px;
}
 #awards_days .awards_digit_1{
  background-position: -339px -59px;
}
 #awards_days .awards_digit_2{
  background-position: -372px -59px;
}
 #awards_days .awards_digit_3{
  background-position: -403px -59px;
}
 #awards_days .awards_digit_4{
  background-position: -435px -59px;
}
 #awards_days .awards_digit_5{
  background-position: -468px -59px;
}
 #awards_days .awards_digit_6{
  background-position: -500px -59px;
}
 #awards_days .awards_digit_7{
  background-position: -532px -59px;
}
 #awards_days .awards_digit_8{
  background-position: -566px -59px;
}
 #awards_days .awards_digit_9{
  background-position: -598px -59px;
}
 #awards_days .awards_digit_0{
  background-position: -630px -59px;
}
 #awards_days .first_digit{
  left: 15px;
}
 #awards_days .second_digit{
  left: 48px;
}

#content .nomination_award_winner .position {
  margin-left: 0px;
  background: none;
}

.photo_nominees {
}
.photo_nominees .nominee_block {
  min-height: 430px;
  padding: 20px 20px 10px 0;
  float: left;
}
.photo_nominees .nominee_frame {
  border: 2px solid #DDDDDD;
  width: 266px;
  height: 370px;
  text-align: center;
  line-height: 370px;
  cursor: pointer;
}
.photo_nominees .nominee_frame .vote_by_candidate {
  display: none;
}
.photo_nominees .nominee_frame:hover {
  border: 2px solid #0A5B94;
  background-color: #F7F7F7;
}
.photo_nominees .nominee_frame__image {
  max-width: 246px;
  max-height: 340px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.photo_nominees .nominee_frame__like {
  display: inline-block;
  width: 35px;
  position: absolute;
  margin: 326px 0 0 -36px;
}
.photo_nominees .nominee_frame__before-image {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.photo_nominees .nominee_info {
  padding: 10px 0 0 5px;
}
.photo_nominees .nominee_info__image {
  background: #CCCCCC;
  border: 2px solid #CCCCCC;
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 10px;
}
.photo_nominees .nominee_info__image.border:hover {
  border: 2px solid #0A5B94;
}
.photo_nominees .nominee_info__image.border.active {
  border: 2px solid #0A5B94;
}
.photo_nominees .nominee_info__link.active {
  text-decoration: none;
}
.photo_nominees .nominee_info__date {
  display: inline-block;
  color: #666666;
  font-size: 80%;
  padding-top: 2px;
}


.b-modal__background {
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  z-index: 1000;
}
.b-modal__candidate {
  position: absolute;
  width: 830px;
  height: 660px;
  background-color: #FFFFFF;
  z-index: 1001;
  left: 50%;
  margin: 0px 0 0 -415px;
}
.b-modal__close {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  height: auto;
  margin: 0;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 15px;
  width: auto;
}
.b-modal__cross {
  background: url("/img/css/design/forms/close.png") no-repeat scroll 0 0 transparent;
  height: 9px;
  width: 9px;
  display: block;
  text-indent: -99999px; 
}
.b-modal__close:hover {
    border: 1px solid #BFBFBF;
}
.b-modal-left_side {
  width: 465px;
  height: 660px;
  float: left;
}
.b-modal-left_side__top {
  border: 2px solid #DDDDDD;
  height: 570px;
  line-height: 570px;
  text-align: center;
  width: 420px;
  margin: 25px 0 0 20px;
}
.b-modal-left_side__top .image {
  display: inline-block;
  max-height: 570px;
  max-width: 420px;
  vertical-align: middle;
}
.b-modal-left_side__top .before_image {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.b-modal-left_side__bottom {
  height:51px;
  width:425px;
  margin: 10px 0 0 20px;
}
.b-modal-right_side {
  width: 365px;
  height: 660px;
  float: left;
  margin-top: 25px;
}
.b-modal-right_side__userinfo {
  width: 365px;
  float: left;
}
.b-modal-right_side__avatar {
  background: none repeat scroll 0 0 #CCCCCC;
  border: 2px solid #CCCCCC;
  float: left;
  height: 45px;
  margin-right: 10px;
  width: 45px;
}
.b-modal-right_side__date {
  color: #666666;
  display: inline-block;
  font-size: 80%;
  padding-top: 2px;
}
.b-modal-right_side__text {
  margin: 10px 40px 0 0;
  max-height: 200px;
  overflow: auto;
}

.b-modal-right_side__photos {
  margin: 30px 40px 0 5px;
}
.b-modal-right_side__line {
  height:1px;
  width:100%;
  background-color:#ccc;
  margin: 5px 40px 10px -5px;
}
.b-modal-right_side__images {
  display: inline-block;
  border: 2px solid #DDDDDD;
  height: 110px;
  line-height: 110px;
  text-align: center;
  width: 80px;
  margin: 10px 15px 0 0;
}
.b-modal-right_side__images:hover {
  border: 2px solid #0A5B94;
  background-color: #F7F7F7;
  cursor: pointer;
}
.b-modal-right_side__images .image {
  display: inline-block;
  max-height: 110px;
  max-width: 80px;
  vertical-align: middle;
}
.b-modal-right_side__images .before_image {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.b-modal-right_side__socials {
    margin: 130px 40px 0 5px;
}
.b-modal-right_side__socials b{
    font-size: 16px;
}
.b-modal-right_side__socials_type_vk, .b-modal-right_side__socials_type_fb{
    display: inline-block;
    width: 150px;
}

.b-modal-left_side__bottom .arrow{
  width: 13px;
  height: 27px;
  margin: 3px 0;
  background: transparent url(/img/css/design/themes/leto/arrows.png) no-repeat 0 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer;
}
.b-modal-left_side__bottom .arrow_prev{
  float: left;
  position: fixed;
}
.b-modal-left_side__bottom .arrow_prev:hover{
  background-position: 0 -27px;
}
.b-modal-left_side__bottom .arrow_next{
  background-position: -13px 0px;
  float: right;
}
.b-modal-left_side__bottom .arrow_next:hover{
  background-position: -13px -27px;
}
.b-modal-left_side__bottom .arrow.disabled {
  cursor: default;
}
.b-modal-left_side__bottom .arrow_prev.disabled:hover {
  background-position: 0 0;
}
.b-modal-left_side__bottom .arrow_next.disabled:hover {
  background-position: -13px 0;
}
.wb-button_vote_candidate {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding: 7px 5px;
    width: 150px;
    background-color: #33AFE8;
    border: 1px solid #3399DD;
    box-shadow: 0 1px 0 #4ECFFF inset;
    color: #FFFFFF;
    text-shadow: 0 -1px #2074AC;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    font: bold 16px/16px arial,sans-serif;
    margin-left: 125px;
    outline: 0 none;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.candidate_votes_count{
    display: inline-block;
    line-height: 25px;
    padding: 7px 5px;
    text-shadow: 0 1px #2074AC;
    margin-left: 150px;
    outline: 0 none;
}
.wb-button_vote_candidate:hover {
    background-color: #2971A2;
    border: 1px solid #194B6C;
    box-shadow: 0 1px 0 #2BB2F0 inset;
    text-shadow: 0 -1px #1D5377;
}
.wb-icon-like {
  background: url("/img/css/design/awards/icon-like.png") no-repeat scroll 0 0 transparent;
  width: 21px;
  height: 22px;
  float: left;
  margin-right: 5px;
}
.wb-vote-text {
  line-height: 22px;
}

.recomend_link {
  color: #0A5B94;
  text-decoration: underline;
  font-size: 13px;
}

.count_social_voices
{
    display: inline-block;
    margin-bottom: 20px;
}

#awards3013_filter .filter__content__tag, #awards2014_filter .filter__content__tag {
  float: left;
  margin: 0 2px 6px;
}

/* END src/awards/awards.css */


/* src/awards/content.css */
.wb-static-text h1, .wb-static-text h2, .wb-static-text h3 {
  font-size: 1.8em;
  font-weight: normal;
  margin: 0 0 .7em 0;
  padding: 0
}

.wb-static-text h3 {
  font-size: 1.231em;
  font-weight: 700;
  margin: 0 0 .5em 0
}

.wb-static-text h4 {
  font-size: 1.154em;
  font-weight: 400;
  margin: 0 0 .5em 0;
  padding: 0
}

.wb-static-text {
  font-size: 15px;
  line-height: 21px;
}

.wb-static-text p {
  margin: 0 0 10px;
}

.wb-static-text pre, .wb-static-text tt {
  font: 100% Monaco, Consolas, "Courier New", monospace
}

.wb-static-text pre {
  margin: 0 0 .8em
}

.wb-static-text ul, .wb-static-text ol {
  margin: 0 0 1em;
  padding: 0
}

.wb-static-text li {
  margin: 0 .2em .3em 2.5em;
  padding: 0
}

.wb-static-text ol li {
  list-style: decimal
}

.wb-static-text ul li {
  list-style: disc
}

.wb-static-text li li {
  margin-left: 1.1em;
  list-style: circle
}

.wb-static-text ol li li {
  list-style: decimal
}

.wb-static-text ol li ul li {
  list-style: circle
}

.wb-static-text ul li ol li {
  list-style: decimal
}

.wb-static-text hr {
  height: 0;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #c5c8d0
}

.wb-static-text b {
  font-weight: bold
}

.wb-static-text i {
  font-style: italic
}

.wb-static-text dt {
  font-weight: bold;
  margin: 0 0 .5em
}

.wb-static-text dd {
  margin: 0 0 1em 2em;
  padding: 0
}

/* END src/awards/content.css */

