.wgl-container {
  margin-top: -32px;
}
.wgl * {
  box-sizing: border-box;
}
.wgl-__team,
.wgl-__score {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font: 14px "UniversCondCBold", "Myriad Pro", serif;
}
.wgl-__team {
  width: 75px;
  padding-top: 16px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: center center no-repeat;
  background-size: 56px auto;
}
.wgl-__team-logo {
  width: 56px;
  height: 56px;
  position: absolute;
  left: 50%;
  margin-left: -28px;
  top: 15px;
  background: center center no-repeat;
  background-size: contain;
}
.wgl-__score {
  width: 36px;
  height: 40px;
  padding: 8px 4px 0;
}
.wgl-__score.not-empty {
  background: none !important;
}
.in-progress .wgl-__score {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAASCAMAAABYd88+AAAAKlBMVEUAAAA8OzxlZWVgYGBQUFBhYWFTU1NSUVJMTExlZWVhYWFaWlpmZmZhYWH7pMD7AAAADHRSTlMAE/S4Z82BVyfqnXgJBLjtAAAAU0lEQVR42k2M2xLAMAQFIalc9P9/t1RG7NOaHQec53Xa70hqMERwn1iClMBww8QSpATqToug502ascw7QmDHHHAgpXSJuYB1p6MuSDbDhfH6yKEP6SMDbdkafhsAAAAASUVORK5CYII=) 12px 14px no-repeat;
}
/* DROPDOWN */
#wgl-dropdown {
  position: relative;
  transition: none !important;
}
#wgl-dropdown .m-item_container {
  transition: none !important;
}
.wgl-dropdown input {
  display: none;
}
.wgl-dropdown label {
  cursor: pointer;
}
.wgl-dropdown input:checked + label {
  cursor: default;
}
.wgl-dropdown_label {
  position: relative;
  cursor: pointer;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.wgl-dropdown_container {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #1a1a1a;
  border: 1px solid #2c2c2c;
}
.wgl-dropdown:not(.priority-dropdown).active .wgl-dropdown_label:before {
  display: block;
}
.wgl-dropdown:hover .wgl-dropdown_label,
.wgl-dropdown.active .wgl-dropdown_label,
.wgl-dropdown.highlight .wgl-dropdown_label {
  color: #e6e6e6;
}
.wgl-dropdown.active .wgl-dropdown_container {
  display: block;
}
/* HEAD */
.wgl-head {
  width: 998px;
  height: 52px;
  margin: -32px -15px 0;
  position: relative;
  z-index: 3;
  font: 18px "UniversCondCRegular", "Myriad Pro", sans-serif;
  padding-top: 15px;
  padding-left: 30px;
  background: url("/static/img/site/base/content_bg.png?version=29.08.2017");
  border-bottom: 1px solid #2c2c2c;
  cursor: pointer;
}
.wgl-head .separator {
  content: '/';
  text-align: center;
  width: 35px;
  display: inline-block;
  color: #393939;
  vertical-align: middle;
  font-size: 27px;
  margin-top: -5px;
  cursor: default;
}
.wgl-head.dropdown-active {
  background: #1a1a1a;
}
.wgl-head.fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
}
.wgl-head > div {
  display: inline-block;
  vertical-align: top;
  float: left;
  height: 100%;
}
.wgl-head:hover ~ .wgl-body:after,
.wgl-head.active ~ .wgl-body:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  bottom: -25px;
  left: -15px;
  background: rgba(0, 0, 0, 0.6);
}
.wgl-head .wgl-dropdown {
  padding: 0;
}
/* SEASON SELECT */
.priority-dropdown .wgl-dropdown_label {
  z-index: 99;
}
.priority-dropdown .wgl-dropdown_logo {
  padding: 12px 10px 12px 40px;
  background: url("/static/img/site/base/icons.png?version=29.08.2017") 999px 999px no-repeat;
}
.priority-dropdown:not(.single) .wgl-dropdown_label:after {
  height: 6px;
  width: 13px;
  background: url("/static/img/site/base/down.png?version=29.08.2017") 2px 0px no-repeat;
  content: " ";
  display: inline-block;
  margin-left: 5px;
}
.priority-dropdown:not(.single):hover .wgl-dropdown_label:after {
  background: url("/static/img/site/base/down-hover.png?version=29.08.2017") 2px 0px no-repeat;
}
.priority-dropdown.single {
  padding-right: 18px;
}
.priority-dropdown:not(.single) .active:after {
  background: url("/static/img/site/base/up.png?version=29.08.2017") 2px 0px no-repeat;
}
.priority-dropdown:not(.single):hover .active:after {
  background: url("/static/img/site/base/up-hover.png?version=29.08.2017") 2px 0px no-repeat;
}
.priority-dropdown.single .wgl-dropdown_label {
  cursor: default;
  color: #b1b4b6;
}
.priority-dropdown .wgl-dropdown_container {
  color: #b1b4b6;
  background-color: #343333;
  padding-top: 38px;
  margin-top: -45px;
  z-index: 98;
  border-radius: 2px;
  padding-bottom: 5px;
  border: none;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.75);
}
.priority-dropdown label {
  display: block;
  position: relative;
  min-height: 30px;
  line-height: 1;
  padding: 8px 10px;
}
.priority-dropdown label:hover {
  color: #ffffff;
}
.priority-dropdown.series input:checked + label {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 25px;
  padding-right: 5px;
}
.priority-dropdown input:checked + label {
  border-color: #2c2c2c;
  background: #131313;
  color: #ff5d27;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 14px;
  padding-right: 5px;
}
.priority-dropdown .first input:checked + label:after {
  border: none;
}
.priority-dropdown .last label {
  border-bottom: transparent;
}
/* SERIES*/
.series .series-item label {
  display: block;
  position: relative;
  min-height: 30px;
  line-height: 1;
  padding: 8px 18px;
  padding-left: 30px;
  white-space: nowrap;
  min-width: 122px;
}
.wgl-head_season-select {
  position: relative;
}
.wgl-head_season-select .wgl-dropdown_container {
  margin-left: -18px;
}
.wgl-head_season-select .wgl-dropdown_container label {
  display: block;
  position: relative;
  padding-left: 19px;
  min-width: 166px;
  line-height: 1;
  white-space: nowrap;
}
/* TOURS TYPES*/
.tours-types .tours-type-container {
  z-index: 100;
}
.tours-types .tours-type-container:hover {
  color: #e6e6e6;
}
.tours-types .selected,
.tours-types .selected:hover {
  color: #ff5d27;
  border-radius: 10px;
  background-color: #1c1c1c;
}
.tours-types-dropdown {
  position: relative;
}
.tours-types-dropdown .wgl-dropdown_label {
  z-index: 99;
}
.tours-types-dropdown label:hover {
  color: #FFFFFF;
}
.tours-types-dropdown input:checked + label {
  border-color: #2c2c2c;
  background: #131313;
  color: #ff5d27;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 14px;
  padding-right: 5px;
}
.tours-types-dropdown .first input:checked + label:after {
  border: none;
}
.tours-types-dropdown .last label {
  border-bottom: transparent;
}
.tours-types-dropdown .wgl-dropdown_container {
  margin-left: -18px;
  color: #b1b4b6;
  background-color: #343333;
  padding-top: 38px;
  margin-top: -45px;
  z-index: 98;
  border-radius: 2px;
  padding-bottom: 5px;
  border: none;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.75);
}
.tours-types-dropdown .wgl-dropdown_container label {
  display: block;
  position: relative;
  min-height: 30px;
  line-height: 1;
  padding: 8px 18px;
  white-space: nowrap;
  min-width: 115px;
}
/* TOURS */
.wgl-head .wgl-tours {
  padding: 0;
}
.wgl-tours .wgl-dropdown:hover .wgl-dropdown_label {
  color: #e6e6e6;
}
.wgl-tours .wgl-dropdown.active .wgl-dropdown_label {
  color: #ff5d27 !important;
}
.wgl-tours .wgl-dropdown.highlight {
  color: #000 !important;
  background-color: #ff5d27 !important;
  border-radius: 10px;
}
.wgl-tours .wgl-dropdown.highlight .wgl-dropdown_label {
  color: #000 !important;
}
.wgl-tours .wgl-dropdown.active {
  background-color: #1c1c1c;
  border-radius: 10px;
}
.wgl-tours .prev,
.wgl-tours .prev-passive {
  width: 20px;
  background: url("/static/img/site/base/left.png?version=29.08.2017") 12px 4px no-repeat;
  content: " ";
}
.wgl-tours .passive {
  opacity: 0.5;
  cursor: default !important;
}
.wgl-tours .passive .wgl-dropdown_label {
  cursor: default !important;
}
.wgl-tours .passive .prev:hover {
  background: url("/static/img/site/base/left.png?version=29.08.2017") 12px 4px no-repeat;
}
.wgl-tours .passive .next:hover {
  background: url("/static/img/site/base/right.png?version=29.08.2017") 0px 4px no-repeat;
}
.wgl-tours .prev:hover {
  background: url("/static/img/site/base/left-hover.png?version=29.08.2017") 12px 4px no-repeat;
}
.wgl-tours .next {
  width: 20px;
  background: url("/static/img/site/base/right.png?version=29.08.2017") 0px 4px no-repeat;
  content: " ";
}
.wgl-tours .next:hover {
  background: url("/static/img/site/base/right-hover.png?version=29.08.2017") 0px 4px no-repeat;
}
.wgl-tours .more {
  margin-right: 10px;
  position: relative !important;
}
.wgl-tours .more:after {
  width: 20px;
  height: 20px;
  content: "...";
  position: absolute;
  top: 0px;
  right: -15px;
  color: #b1b4b6;
}
.wgl-tours .moreBef {
  margin-left: 10px;
  position: relative !important;
}
.wgl-tours .moreBef:before {
  width: 20px;
  height: 20px;
  content: '...';
  position: absolute;
  top: 0px;
  left: -14px;
  color: #b1b4b6;
}
.tours-types-dropdown:not(.single) .wgl-dropdown_label:after {
  height: 6px;
  width: 13px;
  background: url("/static/img/site/base/down.png?version=29.08.2017") 2px 0px no-repeat;
  content: " ";
  display: inline-block;
  margin-left: 5px;
}
.tours-types-dropdown:not(.single):hover .wgl-dropdown_label:after {
  background: url("/static/img/site/base/down-hover.png?version=29.08.2017") 2px 0px no-repeat;
}
.tours-types-dropdown:not(.single) .active:after {
  background: url("/static/img/site/base/up.png?version=29.08.2017") 2px 0px no-repeat;
}
.tours-types-dropdown:not(.single):hover .active:after {
  background: url("/static/img/site/base/up-hover.png?version=29.08.2017") 2px 0px no-repeat;
}
.wgl-tours .wgl-dropdown {
  display: inline-block;
  text-align: center;
  cursor: default;
  position: inherit;
  padding-left: 6px;
  padding-right: 6px;
}
.wgl-tours .wgl-dropdown_container {
  width: 100%;
  border-right: 0;
  border-left: 0;
  padding: 8px;
  font-size: 15px;
  color: #6a6d6f;
  background-color: #121212;
}
.wgl-tours .wgl-dropdown_container {
  border: none;
}
.wgl-tours .match-is-opened {
  background: #1a1a1a;
  border-bottom: 1px solid #2c2c2c;
  box-shadow: 0 12px 11px -8px black;
}
.wgl-tours .tour-container {
  padding: 0;
  margin: 0;
}
.wgl-tours .tour-container .wgl-dropdown_container {
  margin-top: 1px;
}
/* MATCHES CONTAINER */
.playoff,
.regular-tour-matches {
  padding-top: 28px !important;
  padding-bottom: 42px !important;
  border: #f00 solid 1px;
}
.wgl-dropdown_container.playoff {
  height: 275px;
}
.wgl-dropdown_container.playoff.grand-play-off {
  height: 500px;
}
.wgl-dropdown_container.final {
  height: 275px;
}
/* MATCHES */
.regular-tour-matches {
  padding-top: 28px !important;
  padding-bottom: 42px !important;
}
.wgl-match_regular {
  display: inline-block;
  vertical-align: top;
  width: 208px;
  height: 95px;
  margin: 7px 7px 9px 7px;
  border: 1px solid #585757;
  cursor: pointer;
}
.wgl-match_regular .wgl-__score {
  width: 36px;
  height: 65px;
  padding: 39px 4px 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAASCAMAAABYd88+AAAAKlBMVEUAAAA8OzxlZWVgYGBQUFBhYWFTU1NSUVJMTExlZWVhYWFaWlpmZmZhYWH7pMD7AAAADHRSTlMAE/S4Z82BVyfqnXgJBLjtAAAAU0lEQVR42k2M2xLAMAQFIalc9P9/t1RG7NOaHQec53Xa70hqMERwn1iClMBww8QSpATqToug502ascw7QmDHHHAgpXSJuYB1p6MuSDbDhfH6yKEP6SMDbdkafhsAAAAASUVORK5CYII=) 12px 38px no-repeat;
}
.wgl-match_regular .wgl-__team {
  padding-top: 58px;
}
.wgl-match_regular .wgl-__team-logo {
  background-size: 34px;
  top: 5px !important;
}
.wgl-match_regular:nth-last-child(3n):first-child,
.wgl-match_regular:nth-last-child(3n):first-child ~ :nth-child(3n+1) {
  margin-left: 100px;
}
.wgl-match_regular:nth-last-child(3n):first-child:first-child ~ :nth-child(3n) {
  margin-right: 100px;
}
.wgl-match_regular:not(.no-replays):hover {
  color: #e6e6e6;
  border-color: #ffffff;
}
.wgl-match_regular.no-replays {
  cursor: default;
  border: 1px solid #2a2a2a;
}
/* PLAYOFF, FINAL */
.wgl-match_playoff,
.wgl-match_final {
  position: absolute;
  font-size: 0;
  cursor: pointer;
}
.wgl-match_playoff .wgl-__score,
.wgl-match_final .wgl-__score {
  width: 30px;
  height: 55px;
  padding: 32px 4px 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAASCAMAAABYd88+AAAAKlBMVEUAAAA8OzxlZWVgYGBQUFBhYWFTU1NSUVJMTExlZWVhYWFaWlpmZmZhYWH7pMD7AAAADHRSTlMAE/S4Z82BVyfqnXgJBLjtAAAAU0lEQVR42k2M2xLAMAQFIalc9P9/t1RG7NOaHQec53Xa70hqMERwn1iClMBww8QSpATqToug502ascw7QmDHHHAgpXSJuYB1p6MuSDbDhfH6yKEP6SMDbdkafhsAAAAASUVORK5CYII=) 0px 0px no-repeat !important;
  right: 5px !important;
  height: 22px;
  top: 19px !important;
}
.wgl-match_playoff .wgl-__score.not-empty,
.wgl-match_final .wgl-__score.not-empty {
  background: none !important;
}
.wgl-match_playoff {
  border: #585757 solid 1px;
}
.wgl-match_final:hover {
  border: #ffffff solid 1px !important;
}
.wgl-match_playoff:hover {
  border: #ffffff solid 1px;
}
.wgl-match_playoff .wgl-__team,
.wgl-match_final .wgl-__team {
  position: absolute;
  left: 0;
  z-index: 1;
}
.wgl-match_playoff.playoff-gold,
.wgl-match_playoff.playoff-apac_gold,
.wgl-match_playoff.playoff-na_gold,
.wgl-match_playoff.playoff-eu_gold {
  width: 235px;
  height: 90px;
}
.wgl-__team.first {
  top: 0;
}
.wgl-__team.last {
  bottom: 0;
}
.wgl-match_playoff .wgl-__score {
  position: absolute;
  right: -42px;
  top: 50%;
  margin-top: -11px;
  padding: 0;
  height: 24px;
  background-position: center center;
  background: none !important;
}
.wgl-match_playoff__position-title {
  position: absolute;
  top: -30px;
  left: 55px;
  text-transform: uppercase;
}
.wgl-match_playoff:before {
  top: 35px;
  bottom: 35px;
  width: 50px;
  border: 1px solid #938f8f;
}
.wgl-match_playoff[class*="pos1"]:before {
  right: -51px;
  border-left: none;
}
.wgl-match_playoff[class*="pos2"]:before {
  left: -51px;
  border-right: none;
}
.wgl-match_playoff:after {
  width: 35px;
  top: 50%;
  border-top: 1px solid #938f8f;
  margin-right: -1px;
}
.wgl-match_playoff[class*="pos1"]:after {
  right: -85px;
}
.wgl-match_playoff[class*="pos2"]:after {
  left: -85px;
}
.wgl-match_playoff.no-replays {
  cursor: default;
  border: 1px solid #2a2a2a;
}
.wgl-match_playoff:not(.no-replays):hover {
  color: #e6e6e6;
  border-color: #ffffff;
}
.wgl-match_playoff.playoff-gold:before,
.wgl-match_playoff.playoff-apac_gold:before,
.wgl-match_playoff.playoff-na_gold:before,
.wgl-match_playoff.playoff-eu_gold:before {
  top: 20px;
  bottom: 20px;
  width: 25px;
  right: -26px;
}
.wgl-match_playoff.playoff-gold:after,
.wgl-match_playoff.playoff-apac_gold:after,
.wgl-match_playoff.playoff-na_gold:after,
.wgl-match_playoff.playoff-eu_gold:after {
  width: 25px;
  right: -49px;
}
.wgl-match_playoff.playoff-gold.pos112,
.wgl-match_playoff.playoff-apac_gold.pos112,
.wgl-match_playoff.playoff-na_gold.pos112,
.wgl-match_playoff.playoff-eu_gold.pos112 {
  left: 105px;
  top: 34px;
}
.wgl-match_playoff.playoff-gold.pos122,
.wgl-match_playoff.playoff-apac_gold.pos122,
.wgl-match_playoff.playoff-na_gold.pos122,
.wgl-match_playoff.playoff-eu_gold.pos122 {
  left: 105px;
  top: 144px;
}
.wgl-match_playoff.playoff-gold.pos11,
.wgl-match_playoff.playoff-apac_gold.pos11,
.wgl-match_playoff.playoff-na_gold.pos11,
.wgl-match_playoff.playoff-eu_gold.pos11 {
  left: 388px;
  top: 34px;
}
.wgl-match_playoff.playoff-gold.pos11:before,
.wgl-match_playoff.playoff-apac_gold.pos11:before,
.wgl-match_playoff.playoff-na_gold.pos11:before,
.wgl-match_playoff.playoff-eu_gold.pos11:before {
  bottom: -65px;
  top: 42px;
}
.wgl-match_playoff.playoff-gold.pos11:after,
.wgl-match_playoff.playoff-apac_gold.pos11:after,
.wgl-match_playoff.playoff-na_gold.pos11:after,
.wgl-match_playoff.playoff-eu_gold.pos11:after {
  top: 97px;
}
.wgl-match_playoff.playoff-gold.pos12,
.wgl-match_playoff.playoff-apac_gold.pos12,
.wgl-match_playoff.playoff-na_gold.pos12,
.wgl-match_playoff.playoff-eu_gold.pos12 {
  left: 388px;
  top: 144px;
}
.wgl-match_playoff.playoff-gold.pos12:before,
.wgl-match_playoff.playoff-gold.pos12:after,
.wgl-match_playoff.playoff-apac_gold.pos12:before,
.wgl-match_playoff.playoff-apac_gold.pos12:after,
.wgl-match_playoff.playoff-na_gold.pos12:before,
.wgl-match_playoff.playoff-na_gold.pos12:after,
.wgl-match_playoff.playoff-eu_gold.pos12:before,
.wgl-match_playoff.playoff-eu_gold.pos12:after {
  display: none;
}
.wgl-match_playoff.playoff-gold.pos1,
.wgl-match_playoff.playoff-apac_gold.pos1,
.wgl-match_playoff.playoff-na_gold.pos1,
.wgl-match_playoff.playoff-eu_gold.pos1 {
  left: 672px;
  top: 85px;
  height: 90px;
}
.wgl-match_playoff.playoff-gold.pos1:before,
.wgl-match_playoff.playoff-gold.pos1:after,
.wgl-match_playoff.playoff-apac_gold.pos1:before,
.wgl-match_playoff.playoff-apac_gold.pos1:after,
.wgl-match_playoff.playoff-na_gold.pos1:before,
.wgl-match_playoff.playoff-na_gold.pos1:after,
.wgl-match_playoff.playoff-eu_gold.pos1:before,
.wgl-match_playoff.playoff-eu_gold.pos1:after {
  display: none;
}
.wgl-match_playoff.playoff-gold .wgl-__team,
.wgl-match_playoff.playoff-apac_gold .wgl-__team,
.wgl-match_playoff.playoff-na_gold .wgl-__team,
.wgl-match_playoff.playoff-eu_gold .wgl-__team {
  width: 220px;
  text-align: left;
  background-position: 10px center;
  height: 44px;
  padding: 0px;
  margin: 0px;
  background-size: 34px;
  background-position-x: 42px;
  padding: 14px 35px 0px 0px;
}
.wgl-match_playoff.playoff-gold .wgl-__team .wgl-__score,
.wgl-match_playoff.playoff-apac_gold .wgl-__team .wgl-__score,
.wgl-match_playoff.playoff-na_gold .wgl-__team .wgl-__score,
.wgl-match_playoff.playoff-eu_gold .wgl-__team .wgl-__score {
  top: 24px !important;
}
.wgl-match_playoff.playoff-gold [class^='flag-'],
.wgl-match_playoff.playoff-apac_gold [class^='flag-'],
.wgl-match_playoff.playoff-na_gold [class^='flag-'],
.wgl-match_playoff.playoff-eu_gold [class^='flag-'] {
  opacity: .5;
  margin: 0 60px 1px 15px;
}
.play-off-lan-final-2016 {
  border: #f00 solid 1px;
}
.play-off-lan-final-2016 .pos21,
.play-off-lan-final-2016 .pos2,
.play-off-lan-final-2016 .pos0 {
  display: none;
}
.play-off-lan-final-2016 .pos11,
.play-off-lan-final-2016 .pos12 {
  left: 240px !important;
}
.play-off-lan-final-2016 .pos1 {
  left: 524px !important;
}
.wgl-match_playoff.grand-play-off.playoff-gold.pos111,
.wgl-match_playoff.grand-play-off.playoff-apac_gold.pos111,
.wgl-match_playoff.grand-play-off.playoff-na_gold.pos111,
.wgl-match_playoff.grand-play-off.playoff-eu_gold.pos111 {
  left: 105px;
  top: 34px;
}
.wgl-match_playoff.grand-play-off.playoff-gold.pos112,
.wgl-match_playoff.grand-play-off.playoff-apac_gold.pos112,
.wgl-match_playoff.grand-play-off.playoff-na_gold.pos112,
.wgl-match_playoff.grand-play-off.playoff-eu_gold.pos112 {
  left: 105px;
  top: 144px;
}
.wgl-match_playoff.grand-play-off.playoff-gold.pos121,
.wgl-match_playoff.grand-play-off.playoff-apac_gold.pos121,
.wgl-match_playoff.grand-play-off.playoff-na_gold.pos121,
.wgl-match_playoff.grand-play-off.playoff-eu_gold.pos121 {
  left: 105px;
  top: 254px;
}
.wgl-match_playoff.grand-play-off.playoff-gold.pos122,
.wgl-match_playoff.grand-play-off.playoff-apac_gold.pos122,
.wgl-match_playoff.grand-play-off.playoff-na_gold.pos122,
.wgl-match_playoff.grand-play-off.playoff-eu_gold.pos122 {
  left: 105px;
  top: 364px;
}
.wgl-match_playoff.grand-play-off.playoff-gold.pos111:before,
.wgl-match_playoff.grand-play-off.playoff-apac_gold.pos111:before,
.wgl-match_playoff.grand-play-off.playoff-na_gold.pos111:before,
.wgl-match_playoff.grand-play-off.playoff-eu_gold.pos111:before,
.wgl-match_playoff.grand-play-off.playoff-gold.pos121:before,
.wgl-match_playoff.grand-play-off.playoff-apac_gold.pos121:before,
.wgl-match_playoff.grand-play-off.playoff-na_gold.pos121:before,
.wgl-match_playoff.grand-play-off.playoff-eu_gold.pos121:before {
  bottom: -65px;
  top: 42px;
}
.wgl-match_playoff.grand-play-off.playoff-gold.pos111:after,
.wgl-match_playoff.grand-play-off.playoff-apac_gold.pos111:after,
.wgl-match_playoff.grand-play-off.playoff-na_gold.pos111:after,
.wgl-match_playoff.grand-play-off.playoff-eu_gold.pos111:after,
.wgl-match_playoff.grand-play-off.playoff-gold.pos121:after,
.wgl-match_playoff.grand-play-off.playoff-apac_gold.pos121:after,
.wgl-match_playoff.grand-play-off.playoff-na_gold.pos121:after,
.wgl-match_playoff.grand-play-off.playoff-eu_gold.pos121:after {
  top: 97px;
}
.wgl-match_playoff.grand-play-off.playoff-gold.pos112:before,
.wgl-match_playoff.grand-play-off.playoff-apac_gold.pos112:before,
.wgl-match_playoff.grand-play-off.playoff-na_gold.pos112:before,
.wgl-match_playoff.grand-play-off.playoff-eu_gold.pos112:before,
.wgl-match_playoff.grand-play-off.playoff-gold.pos122:before,
.wgl-match_playoff.grand-play-off.playoff-apac_gold.pos122:before,
.wgl-match_playoff.grand-play-off.playoff-na_gold.pos122:before,
.wgl-match_playoff.grand-play-off.playoff-eu_gold.pos122:before {
  display: none;
}
.wgl-match_playoff.grand-play-off.playoff-gold.pos112:after,
.wgl-match_playoff.grand-play-off.playoff-apac_gold.pos112:after,
.wgl-match_playoff.grand-play-off.playoff-na_gold.pos112:after,
.wgl-match_playoff.grand-play-off.playoff-eu_gold.pos112:after,
.wgl-match_playoff.grand-play-off.playoff-gold.pos122:after,
.wgl-match_playoff.grand-play-off.playoff-apac_gold.pos122:after,
.wgl-match_playoff.grand-play-off.playoff-na_gold.pos122:after,
.wgl-match_playoff.grand-play-off.playoff-eu_gold.pos122:after {
  display: none;
}
.wgl-match_playoff.grand-play-off.playoff-gold.pos11,
.wgl-match_playoff.grand-play-off.playoff-apac_gold.pos11,
.wgl-match_playoff.grand-play-off.playoff-na_gold.pos11,
.wgl-match_playoff.grand-play-off.playoff-eu_gold.pos11 {
  left: 389px;
  top: 89px;
}
.wgl-match_playoff.grand-play-off.playoff-gold.pos11:before,
.wgl-match_playoff.grand-play-off.playoff-apac_gold.pos11:before,
.wgl-match_playoff.grand-play-off.playoff-na_gold.pos11:before,
.wgl-match_playoff.grand-play-off.playoff-eu_gold.pos11:before {
  bottom: -176px;
}
.wgl-match_playoff.grand-play-off.playoff-gold.pos11:after,
.wgl-match_playoff.grand-play-off.playoff-apac_gold.pos11:after,
.wgl-match_playoff.grand-play-off.playoff-na_gold.pos11:after,
.wgl-match_playoff.grand-play-off.playoff-eu_gold.pos11:after {
  top: 156px;
}
.wgl-match_playoff.grand-play-off.playoff-gold.pos12,
.wgl-match_playoff.grand-play-off.playoff-apac_gold.pos12,
.wgl-match_playoff.grand-play-off.playoff-na_gold.pos12,
.wgl-match_playoff.grand-play-off.playoff-eu_gold.pos12 {
  left: 389px;
  top: 309px;
}
.wgl-match_playoff.grand-play-off.playoff-gold.pos1,
.wgl-match_playoff.grand-play-off.playoff-apac_gold.pos1,
.wgl-match_playoff.grand-play-off.playoff-na_gold.pos1,
.wgl-match_playoff.grand-play-off.playoff-eu_gold.pos1 {
  left: 673px;
  top: 199px;
}
/*=======================*/
/* SILVER LEAGUE PLAY OFF*/
/*=======================*/
.wgl-dropdown_container.playoff.playoff-silver {
  height: 410px;
}
.wgl-match_playoff.playoff-silver {
  width: 100px;
}
.wgl-match_playoff.playoff-silver .wgl-__team {
  width: 100px;
  height: 33px;
  padding: 9px 20px 9px 26px;
  text-align: left;
  background: none !important;
}
.wgl-match_playoff.playoff-silver [class^='flag-'] {
  position: absolute;
  left: 9px;
  top: 11px;
  margin: 0;
  opacity: .5;
}
.wgl-match_playoff.playoff-silver .wgl-match_playoff__position-title {
  display: none;
}
.wgl-match_playoff.playoff-silver .wgl-__score {
  right: 50%;
  margin-right: -18px;
  font-size: 14px;
}
.wgl-match_playoff.playoff-silver:before {
  top: 17px;
  bottom: 15px;
  width: 11px;
}
.wgl-match_playoff.playoff-silver[class*="pos1"]:before {
  right: -12px;
}
.wgl-match_playoff.playoff-silver[class*="pos2"]:before {
  left: -12px;
}
.wgl-match_playoff.playoff-silver:after {
  width: 12px;
}
.wgl-match_playoff.playoff-silver[class*="pos1"]:after {
  right: -23px;
}
.wgl-match_playoff.playoff-silver[class*="pos2"]:after {
  left: -23px;
}
.wgl-match_playoff.playoff-silver.pos112:after,
.wgl-match_playoff.playoff-silver.pos122:after,
.wgl-match_playoff.playoff-silver.pos12:after,
.wgl-match_playoff.playoff-silver.pos112:before,
.wgl-match_playoff.playoff-silver.pos122:before,
.wgl-match_playoff.playoff-silver.pos12:before {
  display: none;
}
.wgl-match_playoff.playoff-silver.pos111:before,
.wgl-match_playoff.playoff-silver.pos121:before {
  top: 35px !important;
  bottom: -55px !important;
  width: 11px !important;
}
.wgl-match_playoff.playoff-silver.pos111:after,
.wgl-match_playoff.playoff-silver.pos121:after {
  top: 80px !important;
}
.wgl-match_playoff.playoff-silver.pos11:before {
  top: 35px !important;
  bottom: -148px !important;
}
.playoff-silver.pos111,
.playoff-silver.pos112,
.playoff-silver.pos121,
.playoff-silver.pos122,
.playoff-silver.pos2111,
.playoff-silver.pos2122 {
  height: 70px;
}
.playoff-silver.pos111 {
  left: 18px;
  top: 32px;
}
.playoff-silver.pos112 {
  left: 18px;
  top: 122px;
}
.playoff-silver.pos121 {
  left: 18px;
  top: 212px;
}
.playoff-silver.pos122 {
  left: 18px;
  top: 302px;
}
.playoff-silver.pos11,
.playoff-silver.pos12,
.playoff-silver.pos211,
.playoff-silver.pos212 {
  height: 70px;
}
.playoff-silver.pos11 {
  left: 141px;
  top: 77px;
}
.playoff-silver.pos12 {
  left: 141px;
  top: 257px;
}
.playoff-silver.pos0 .wgl-__team,
.playoff-silver.pos1 .wgl-__team,
.playoff-silver.pos2 .wgl-__team,
.playoff-silver.pos21 .wgl-__team {
  border-color: #5a431f;
}
.playoff-silver.pos0 {
  left: 386px;
  top: 153px;
  height: 70px;
}
.playoff-silver.pos0:before,
.playoff-silver.pos0:after {
  display: none;
}
.playoff-silver.pos1,
.playoff-silver.pos2,
.playoff-silver.pos21 {
  height: 70px;
  top: 129px;
}
.playoff-silver.pos1 {
  left: 264px;
  top: 153px;
}
.playoff-silver.pos1:after {
  top: 35px !important;
}
.playoff-silver.pos11:after {
  top: 122px;
}
.playoff-silver.pos2 {
  right: 390px;
  top: 153px;
}
.playoff-silver.pos2:after {
  top: 35px;
}
.playoff-silver.pos21 {
  right: 268px;
  top: 153px;
}
.playoff-silver.pos21:after {
  top: 35px;
}
.playoff-silver.pos211 {
  top: 108px;
  right: 146px;
}
.playoff-silver.pos211:before {
  top: 37px;
  bottom: -60px;
}
.playoff-silver.pos211:after {
  top: 80px;
}
.playoff-silver.pos212 {
  top: 199px;
  right: 146px;
}
.playoff-silver.pos212:before {
  display: none;
}
.playoff-silver.pos212:after {
  display: none;
}
.playoff-silver.pos2111 {
  right: 24px;
  top: 88px;
}
.playoff-silver.pos2122 {
  right: 24px;
  top: 215px;
}
.wgl-match_final {
  width: 172px !important;
  height: 90px !important;
  border: #585757 solid 1px !important;
}
.wgl-match_final .wgl-__team {
  width: 170px;
  height: 44px;
  text-align: left;
}
.wgl-match_final .wgl-__team [class^='flag-'] {
  padding: 0;
  margin: 0 48px 0 8px;
  margin-left: 10px !important;
  opacity: .5;
}
.wgl-match_final .wgl-__team .wgl-__team-logo {
  width: 34px;
  height: 34px;
  top: 5px;
  left: 30px;
  margin: 0px;
  padding: 0px;
}
.wgl-match_final .wgl-__team .wgl-__score {
  top: 25px !important;
  right: -7px !important;
  background: none !important;
}
.playoff-silver.pos2 .wgl-__score {
  top: 25px !important;
  right: -7px !important;
}
.wgl-match_final:before {
  top: 22px;
  bottom: 22px;
  width: 11px;
  border: 1px solid #2a2a2a;
}
.wgl-match_final[class*="pos1"]:before {
  right: -11px;
  border-left: none;
}
.wgl-match_final[class*="pos2"]:before {
  left: -11px;
  border-right: none;
}
.wgl-match_final:after {
  width: 12px;
  top: 50%;
  border-top: 1px solid #2a2a2a;
}
.wgl-match_final[class*="pos1"]:after {
  right: -23px;
}
.wgl-match_final[class*="pos2"]:after {
  left: -23px;
}
.wgl-match_final .wgl-__score {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  padding: 0;
  height: 24px;
  background-position: center center;
}
.wgl-match_final[class*="pos1"]:before,
.wgl-match_final[class*="pos2"]:before,
.wgl-match_final[class*="pos1"]:after,
.wgl-match_final[class*="pos2"]:after {
  border-color: #938f8f;
}
.wgl-match_final.pos1 {
  left: 216px;
  top: 88px;
  height: 300px;
}
.wgl-match_final.pos11 {
  left: 23px;
  top: 34px;
}
.wgl-match_final.pos11:before {
  bottom: -44px;
  top: 66px;
}
.wgl-match_final.pos11:after {
  top: 98px;
}
.wgl-match_final.pos12 {
  left: 23px;
  top: 144px;
}
.wgl-match_final.pos12:before {
  display: none;
}
.wgl-match_final.pos12:after {
  display: none;
}
.wgl-match_final.pos2 {
  left: 603px;
  top: 88px;
  height: 300px;
}
.wgl-match_final.pos21 {
  left: 796px;
  top: 88px;
}
.wgl-match_final.pos0 {
  left: 410px;
  top: 88px;
  width: 267px;
  height: 88px;
}
.wgl-match_final.pos0:before,
.wgl-match_final.pos0:after {
  display: none;
}
.wgl-match_final.pos0 .wgl-__team.last {
  left: auto;
  right: 0;
}
.wgl-match_playoff:not(.no-replays):hover,
.wgl-match_final:not(.no-replays):hover {
  color: #e6e6e6;
}
.wgl-match_playoff:before,
.wgl-match_final:before,
.wgl-match_final:after,
.wgl-match_playoff:after {
  content: " ";
  display: block;
  position: absolute;
}
.wgl-match_playoff.no-replays,
.wgl-match_final.no-replays {
  cursor: default;
  border: 1px solid #2a2a2a !important;
}
.wgl-match_playoff:not(.no-replays):hover,
.wgl-match_final:not(.no-replays):hover {
  color: #e6e6e6;
  border-color: #ffffff;
}
.no-replays:hover {
  cursor: default;
}
/* ALL Mathes TYPES */
.wgl-match_final.highlight,
.wgl-match_playoff.highlight,
.wgl-match_regular.highlight {
  background-color: #666666 !important;
  color: #000 !important;
  cursor: default;
}
.wgl-match_final.highlight .wgl-__score,
.wgl-match_playoff.highlight .wgl-__score,
.wgl-match_regular.highlight .wgl-__score {
  background-image: url("/static/img/site/base/lightning.png?version=29.08.2017");
}
.wgl-match_final.highlight:hover,
.wgl-match_playoff.highlight:hover,
.wgl-match_regular.highlight:hover {
  background-color: #666666 !important;
  color: #000 !important;
  border: 1px solid #585757 !important;
}
/* BODY */
.wgl-body {
  position: relative;
  min-height: 570px;
  padding-top: 35px;
}
.wgl-body.fixed {
  padding-top: 90px;
}
.wgl-blist,
.wgl-battle {
  display: inline-block;
  vertical-align: top;
}
.wgl-blist {
  width: 200px;
  color: #b1b4b6;
  background: url("/static/img/site/base/content_bg.png?version=29.08.2017");
  margin-top: 122px;
}
.wgl-blist.wo-score {
  margin-top: 80px;
}
.wgl-blist.fixed-top {
  position: fixed;
  top: 65px;
  margin-top: 0px;
}
.wgl-blist.fixed-bottom {
  position: fixed;
  bottom: 30px;
}
.wgl-blist.fixed-top + .wgl-battle,
.wgl-blist.fixed-bottom + .wgl-battle {
  width: 926px;
  padding-left: 230px;
}
.wgl-blist__battle {
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  height: 48px;
  padding-left: 10px;
  margin-bottom: 14px;
}
.wgl-blist__battle.last {
  border-bottom: none;
}
.wgl-blist__battle:hover,
.wgl-blist__battle.active {
  background: #1a1a1a;
}
.wgl-blist__battle.active {
  border-left: #ff5a00 solid 2px;
  color: #ff5a00 !important;
  padding-left: 8px;
}
.wgl-blist__battle.active {
  cursor: default;
}
.wgl-blist__map {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 15px;
}
.wgl-blist__title {
  font-size: 20px;
  margin: 9px 0 2px;
}
.wgl-blist__title,
.wgl-blist__map-title {
  font-family: RobotoCondensed, "UniversCondCBold", "Myriad Pro", serif;
  font-size: 14px;
  color: #959090;
  padding-top: 5px;
  font-weight: normal;
}
.wgl-blist__battle.active .wgl-blist__title,
.wgl-blist__battle.active .wgl-blist__map-title {
  color: #ff5a00 !important;
}
.wgl-blist__map-title {
  font-size: 12px;
}
.wgl-blist__manage-delete {
  width: 12px;
  height: 48px;
  float: right;
  margin-right: 10px;
  display: None;
  background: url("/static/img/site//x.svg?version=29.08.2017") center no-repeat;
}
.wgl-blist__battle.active .wgl-blist__manage-delete {
  display: block;
}
.wgl-blist__battle.active .wgl-blist__manage-delete:hover {
  background: url("/static/img/site//x_hover.svg?version=29.08.2017") center no-repeat;
  cursor: pointer;
}
.wgl-blist__winner {
  font-size: 12px;
}
.wgl-blist__winner span {
  font-size: 11px;
  color: #6a6d6f;
}
[class^='flag-'] {
  display: inline-block;
  height: 8px;
  width: 10px;
  background: url("/static/img/wot/dsn/flags.png?version=29.08.2017") -999px -999px no-repeat;
}
.flag-ru {
  background-position: 0 0;
}
.flag-ukr {
  background-position: 0 -8px;
}
.flag-bel {
  background-position: 0 -16px;
}
.flag-sng {
  background-position: 0 -24px;
}
.flag-kz {
  background-position: 0 -32px;
}
.flag-eu {
  background-position: 0 -40px;
}
.flag-poland {
  background-position: 0 -48px;
}
.flag-romainia {
  background-position: 0 -56px;
}
.flag-usa {
  background-position: 0 -64px;
}
.flag-canada {
  background-position: 0 -72px;
}
.flag-china {
  background-position: 0 -80px;
}
.flag-indonesia {
  background-position: 0 -88px;
}
.flag-cambodia {
  background-position: 0 -96px;
}
.flag-malaiziya {
  background-position: 0 -104px;
}
.flag-philippines {
  background-position: 0 -112px;
}
.flag-singapore {
  background-position: 0 -120px;
}
.flag-skorea {
  background-position: 0 -128px;
}
.flag-thailand {
  background-position: 0 -136px;
}
.flag-vietnam {
  background-position: 0 -144px;
}
.flag-japan {
  background-position: 0 -152px;
}
.flag-taiwan {
  background-position: 0 -160px;
}
.flag-hongkong {
  background-position: 0 -168px;
}
.flag-australia {
  background-position: 0 -176px;
}
.wgl-battle {
  width: 726px;
  padding-left: 30px;
  font-size: 11px;
}
.wgl-b_title {
  font: 30px "UniversCondCRegular", "Myriad Pro", sans-serif;
  color: #959090;
  text-align: center;
}
.wgl-battle .sorter {
  padding: 0;
  z-index: auto;
  width: 140px;
  font-family: RobotoCondensed, "UniversCondCBold", "Myriad Pro", serif;
  font-size: 12px;
  margin-top: -22px;
  margin-left: 605px;
}
.wgl-battle .sorter .sorter__item.active {
  color: #fff !important;
  font-weight: normal;
}
.wgl-b_teams {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  text-align: left;
  vertical-align: top !important;
}
.wgl-b_teams .wgl-__team {
  font: 20px "UniversCondCRegular", "Myriad Pro", sans-serif;
  width: 300px;
  text-align: left;
  padding: 0px;
  padding-bottom: 10px !important;
  padding-left: 48px;
  padding-top: 12px;
}
.wgl-b_teams .wgl-__team-logo {
  background-size: 34px;
  width: 34px;
  height: 34px;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 8px;
  left: 0;
  display: inline-block;
}
.wgl-b_teams *[class^="flag-"] {
  vertical-align: bottom;
  margin: 0px;
  padding: 0px;
  margin-right: 5px;
  opacity: .5;
  margin: 0 0 7px 7px;
}
.wgl-battle .wgl-b_title {
  padding-right: 188px;
}
.wgl-battle .wgl-__score {
  font: 30px "UniversCondCRegular", "Myriad Pro", sans-serif;
  /* padding-top: 22px; */
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: normal;
  padding-right: 188px;
}
.wgl-b_replays {
  font-family: RobotoCondensed, "UniversCondCBold", "Myriad Pro", serif;
  position: relative;
  font-size: 12px;
  margin-top: 50px;
}
.wgl-b_replays .i-16_dmg,
.wgl-b_replays .i-16_frags {
  margin: 0 7px 0 0 !important;
}
.wgl-b_r__team1,
.wgl-b_r__team2 {
  display: inline-block;
  float: left;
  vertical-align: top;
  padding: 0px 15px 0;
  font-size: 11px;
  width: 50%;
  border-left: 1px solid #333333;
}
.wgl-b_r__team1 {
  padding-right: 0;
}
.wgl-b_r__team2 {
  padding-right: 0;
}
.wgl-b_r__replay {
  margin-bottom: 35px;
  width: 100%;
}
.wgl-b_r__replay > div {
  display: inline-block;
  vertical-align: top;
}
.wgl-b_r__team1 .wgl-b_r__replay > div,
.wgl-b_r__team2 .wgl-b_r__replay > div {
  float: left;
  text-align: left;
}
.wgl-b_r__tank {
  margin: 0 15px;
  width: 119px;
  border: 1px solid #272727;
  border-radius: 2px;
  padding-bottom: 10px;
  text-align: center !important;
  font-size: 14px;
  color: #959090;
  cursor: pointer;
  position: relative;
}
.wgl-b_r__tank .download-hover {
  position: absolute;
  background-color: #ffd4aa;
  opacity: 0.3;
  border-radius: 2px;
  height: 124px;
  display: none;
  top: 0px;
}
.wgl-b_r__tank .download-icon {
  background: url("/static/img/site/base/download-icon.svg?version=29.08.2017") 0px 0px no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  left: 34px;
  opacity: .35;
  display: none;
}
.wgl-b_r__tank:hover .download-hover,
.wgl-b_r__tank:hover .download-icon {
  display: block;
}
.wgl-b_r__tank div {
  width: 117px;
  height: 87px;
  margin-bottom: 10px;
  background: center center no-repeat #222222;
  background-size: cover;
}
.wgl-b_r__team1 .wgl-b_r__tank {
  margin-left: 0;
}
.wgl-b_r__team2 .wgl-b_r__tank {
  margin-left: 0;
}
.wgl-b_r__tank .btn_l-grey {
  min-width: 112px;
}
.wgl-b_r__info {
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wgl-b_r__info * {
  line-height: 1.8;
  font-size: 12px;
}
.wgl-b_r__link {
  font-size: 14px;
  line-height: 1.3;
}
.wgl-b_r__info i {
  vertical-align: middle;
}
.wgl-b_r__team1 .wgl-b_r__info i {
  margin-left: 6px;
}
.wgl-b_r__team2 .wgl-b_r__info i {
  margin-right: 6px;
}
.wgl-b_r__info b {
  font-weight: normal;
}
.wgl-b_r__social {
  margin-top: 27px;
}
.wgl-b_r__social,
.wgl-b_r__replay .btn_l-grey {
  opacity: .1;
  transition: opacity 0.2s ease-in;
}
.wgl-b_r__replay:hover .btn_l-grey,
.wgl-b_r__replay:hover .wgl-b_r__social {
  opacity: 1;
}
.wgl-b_r__social a {
  color: #b1b4b6;
}
.wgl-b_r__social ins {
  margin-top: -2px;
}
.wgl .info-not-found {
  font-size: 30px;
  font-family: "UniversCondCRegular", "Myriad Pro", sans-serif;
  width: 760px;
  height: 160px;
  background: url("/static/img/site/base/picture-no-fights.png?version=29.08.2017") 0px 0px no-repeat;
  color: #fff;
  margin: 45px 0 0 110px;
  text-align: left;
  padding: 60px 0 0 265px;
}
