

/* Start:/bitrix/templates/belshina/styles.css?1747683764185*/
/* line 3, scss/styles.scss */
.img-float-left {
  float: left;
  margin: 6px 9px 6px 0;
}

/* line 8, scss/styles.scss */
.img-float-right {
  float: right;
  margin: 6px 0 6px 9px;
}

/* End */


/* Start:/bitrix/templates/belshina/template_styles.css?174768376486735*/
/* line 5, ../../../../Ruby/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ======================= Vertical aligment ======================= */
/**
 * fixed-size-container > valign-outer > valign-inner > valign-elem
 * Element occupies 100% height and width of container
 * malign-elem additionaly aplies horisontal aligment
 * paddings and margins should be applied to fixed-size-container
 **/
/* line 13, scss/_generic_styles.scss */
.valign-outer {
  display: table;
  height: 100%;
  width: 100%;
}

/* line 19, scss/_generic_styles.scss */
.valign-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

/* line 26, scss/_generic_styles.scss */
.malign-elem {
  text-align: center;
}

/* line 31, scss/_generic_styles.scss */
html.ie7 .valign-outer {
  position: relative;
}
/* line 35, scss/_generic_styles.scss */
html.ie7 .valign-inner {
  position: absolute;
  top: 50%;
  height: auto;
}
/* line 41, scss/_generic_styles.scss */
html.ie7 .valign-elem, html.ie7 .malign-elem {
  position: relative;
  top: -50%;
  width: 100%;
}
/* line 47, scss/_generic_styles.scss */
html.ie7 .malign-elem {
  text-align: center;
}

/* line 53, scss/_generic_styles.scss */
table-valign-td, table.valign td, table.malign td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}

/* line 65, scss/_generic_styles.scss */
table.malign td {
  text-align: center;
}

/* ===================== END: Vertical aligment ===================== */
/* CSS 3 for IE7-8 support */
/* b2 library: css2 fallback + pie + css3 */
/* form-input */
/**
* == file-input-real-button ==
* Cross-browser css-styled file input button
* Structure: file-input-button > .file-input-real-button[type=file]
* file-input-button should have fixed width and height, overflow - hidden, position - relative,
* contain any text, background and so on.
**/
/* ========================== Bug fixes ========================== */
/* ======================== END Bug fixes ======================== */
/* Miscellaneous */
/* line 142, scss/_generic_styles.scss */
.line-filler {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 0;
  line-height: 0;
  width: 100%;
  visibility: hidden;
}

/**
 * Centered image covers the fixed dimensions container, scaling up to 200% of container dimensions.
 */
/* line 8, scss/template_styles.scss */
body, html {
  height: 100%;
}

/* line 12, scss/template_styles.scss */
body {
  min-width: 1000px;
  font: 14px/1.3 Tahoma;
}

/* line 17, scss/template_styles.scss */
a {
  color: #8d0700;
  text-decoration: underline;
}
/* line 21, scss/template_styles.scss */
a:hover {
  text-decoration: none;
}
/* line 25, scss/template_styles.scss */
a:visited {
  color: #d37d7d;
}
/* line 29, scss/template_styles.scss */
a.no-decoration-link {
  text-decoration: none;
}
/* line 32, scss/template_styles.scss */
a.no-decoration-link:hover, a.no-decoration-link:active, a.no-decoration-link:focus {
  outline: 0;
}

/* line 38, scss/template_styles.scss */
h1, h2, h3, h4, h5, h6 {
  color: black;
  line-height: 1.3;
  margin: 0;
}

/* line 44, scss/template_styles.scss */
h1 {
  font-size: 26px;
  margin: 12px 0;
}

/* line 45, scss/template_styles.scss */
h2 {
  font-size: 22px;
  margin: 10px 0;
}

/* line 46, scss/template_styles.scss */
h3 {
  font-size: 18px;
  margin: 8px 0;
}

/* line 47, scss/template_styles.scss */
h4 {
  font-size: 16px;
  margin: 7px 0;
}

/* line 48, scss/template_styles.scss */
h5 {
  font-size: 14px;
  margin: 6px 0;
}

/* line 49, scss/template_styles.scss */
h6 {
  font-size: 12px;
  margin: 5px 0;
}

/* line 51, scss/template_styles.scss */
p {
  margin: 0 0 10px;
}

/* line 55, scss/template_styles.scss */
b {
  font-weight: bold;
}

/* line 59, scss/template_styles.scss */
i {
  font-style: italic;
}

/* line 63, scss/template_styles.scss */
u {
  text-decoration: underline;
}

/* line 67, scss/template_styles.scss */
s, del {
  text-decoration: line-through;
}

/* line 71, scss/template_styles.scss */
ul {
  list-style: none;
  padding-left: 30px;
}
/* line 75, scss/template_styles.scss */
ul > li {
  position: relative;
}
/* line 78, scss/template_styles.scss */
ul > li:before {
  width: 8px;
  height: 8px;
  position: absolute;
  left: -14px;
  top: 0.5em;
  background: #040404;
  border-radius: 8px;
  content: "";
  display: block;
}

/* line 90, scss/template_styles.scss */
ol {
  counter-reset: numeric-1;
  list-style: none;
  padding-left: 30px;
}
/* line 95, scss/template_styles.scss */
ol > li {
  position: relative;
}
/* line 98, scss/template_styles.scss */
ol > li:before {
  color: #8d0700;
  content: counter(numeric-1) ". ";
  counter-increment: numeric-1;
  display: inline-block;
  font-weight: bold;
  padding-right: 11px;
  position: absolute;
  right: 100%;
  top: 0;
  top: calc(0.5em - 7px);
}

/* line 113, scss/template_styles.scss */
caption[align="left"], td[align="left"], th[align="left"] {
  text-align: left;
}

/* line 117, scss/template_styles.scss */
caption[align="right"], td[align="right"], th[align="right"] {
  text-align: right;
}

/* line 121, scss/template_styles.scss */
caption[align="center"], td[align="center"], th[align="center"] {
  text-align: center;
}

/* line 125, scss/template_styles.scss */
img {
  max-width: 100%;
}

/* line 130, scss/template_styles.scss */
.reset-lists ul, .content .top-menu ul, .content .bx_breadcrumbs ul, .content .season-widget ul, .content .voting-widget ul, .content .component-gallery ul, .content .component-tournaments-filter ul, .content footer ul, .reset-lists ol, .content .top-menu ol, .content .bx_breadcrumbs ol, .content .season-widget ol, .content .voting-widget ol, .content .component-gallery ol, .content .component-tournaments-filter ol, .content footer ol {
  font: inherit;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 136, scss/template_styles.scss */
.reset-lists ul > li:before, .content .top-menu ul > li:before, .content .bx_breadcrumbs ul > li:before, .content .season-widget ul > li:before, .content .voting-widget ul > li:before, .content .component-gallery ul > li:before, .content .component-tournaments-filter ul > li:before, .content footer ul > li:before, .reset-lists ul > li:after, .content .top-menu ul > li:after, .content .bx_breadcrumbs ul > li:after, .content .season-widget ul > li:after, .content .voting-widget ul > li:after, .content .component-gallery ul > li:after, .content .component-tournaments-filter ul > li:after, .content footer ul > li:after, .reset-lists ol > li:before, .content .top-menu ol > li:before, .content .bx_breadcrumbs ol > li:before, .content .season-widget ol > li:before, .content .voting-widget ol > li:before, .content .component-gallery ol > li:before, .content .component-tournaments-filter ol > li:before, .content footer ol > li:before, .reset-lists ol > li:after, .content .top-menu ol > li:after, .content .bx_breadcrumbs ol > li:after, .content .season-widget ol > li:after, .content .voting-widget ol > li:after, .content .component-gallery ol > li:after, .content .component-tournaments-filter ol > li:after, .content footer ol > li:after {
  content: none;
}
/* line 138, scss/template_styles.scss */
.reset-lists ul > li, .content .top-menu ul > li, .content .bx_breadcrumbs ul > li, .content .season-widget ul > li, .content .voting-widget ul > li, .content .component-gallery ul > li, .content .component-tournaments-filter ul > li, .content footer ul > li, .reset-lists ol > li, .content .top-menu ol > li, .content .bx_breadcrumbs ol > li, .content .season-widget ol > li, .content .voting-widget ol > li, .content .component-gallery ol > li, .content .component-tournaments-filter ol > li, .content footer ol > li {
  font: inherit;
  margin: 0;
  padding: 0;
}

/* line 146, scss/template_styles.scss */
.image-fit, .content .videos-widget img, .content .gallery-widget img, .content #birthdaymen-widget img, .content .gallery-photos-widget img, .content .content .component-news-list-video img, .content .component-persons-list img, .content .component-players-list img {
  position: absolute;
  left: -10000px;
  right: -10000px;
  top: -10000px;
  bottom: -10000px;
  height: auto;
  margin: auto;
  max-height: auto;
  max-width: auto;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
}
.component-news-list-news img, .content #frontpage-slider img, .content .club-news-widget img {
  height: auto;
  margin: auto;
  max-height: auto;
  max-width: auto;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
}

/* line 158, scss/template_styles.scss */
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* line 164, scss/template_styles.scss */
.site-wrapper {
  background: url(/bitrix/templates/belshina/images/fon.jpg) fixed center top no-repeat #190000;
  min-height: 1080px;
}

/* line 171, scss/template_styles.scss */
.top-separator {
  background: black;
  height: 1px;
}

/* line 176, scss/template_styles.scss */
.top-head-block {
  height: 137px;
  position: relative;
}

/* line 181, scss/template_styles.scss */
.content {
  margin: 0 auto;
  min-height: 100%;
  min-height: calc(100% - $top-separator-height);
  overflow: hidden;
  position: relative;
  width: 1000px;
}
/* line 264, icons/*.png */
.content .icons-sprite, .content .right-box .big-social-buttons-bar a.vk, .content .right-box .big-social-buttons-bar a.facebook, .content .right-box .big-social-buttons-bar a.youtube, .content .right-box .big-social-buttons-bar a.twitter, .content .match-announce a.announce-btn .icon, .content .match-announce a.report-btn.report .icon, .content .match-announce a.report-btn.gallery .icon, .content .voting-widget .vote-items-list li input[type="radio"] + label span, .content .voting-widget .vote-items-list li input[type="radio"]:checked + label span, .content .videos-widget a.thumb:hover .play-video-icon, .content .videos-widget .play-video-icon, .content #birthdaymen-widget .left-arrow-box.active > .left-arrow, .content #birthdaymen-widget .right-arrow-box.active > .right-arrow, .content #birthdaymen-widget .left-arrow, .content #birthdaymen-widget .right-arrow, .content .component-news-list-video a.thumb:hover .play-video-icon, .content .component-news-list-video .play-video-icon, .content .component-tournaments-match .icon-event-replacement, .content .component-tournaments-match .icon-event-yellowcard, .content .component-tournaments-match .icon-event-yellowredcard, .content .component-tournaments-match .icon-event-redcard, .content .component-tournaments-match .icon-event-goal, .content .component-tournaments-match .icon-event-penaltygoal, .content .component-tournaments-match .icon-event-red-arrow-right, .content .component-tournaments-match .icon-event-green-arrow-left, .content .component-tournaments-filter .simple-dropdown:after, .content footer .social-groups-widget ul.tab-switchers li.vk > span.icon, .content footer .social-groups-widget ul.tab-switchers li.vk.active > span.icon, .content footer .social-groups-widget ul.tab-switchers li.facebook > span.icon, .content footer .social-groups-widget ul.tab-switchers li.facebook.active > span.icon {
  background-image: url('/bitrix/templates/belshina/images/icons-s331c90ca6a.png');
  background-repeat: no-repeat;
}
/* line 191, scss/template_styles.scss */
.content .page-content-wrapper {
  background: white;
}
/* line 195, scss/template_styles.scss */
.content .page-content {
  box-sizing: border-box;
  min-height: 600px;
  overflow: hidden;
  padding: 0 6px;
  width: 690px;
}
/* line 203, scss/template_styles.scss */
.content .frontpage-section-caption {
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  background: #c31000;
  border-bottom: 2px solid #c31000;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-size: 22px;
  margin-bottom: 3px;
  padding: 0 9px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 217, scss/template_styles.scss */
.content .frontpage-section-caption.dark {
  background: #252525;
  border-bottom-color: #252525;
}
/* line 222, scss/template_styles.scss */
.content .frontpage-section-caption .info-box {
  position: absolute;
  left: 100%;
  bottom: 4px;
  color: #191919;
  cursor: auto;
  display: inline-block;
  font: 14px/1 Tahoma;
  padding: 0 4px;
  text-transform: none;
  white-space: nowrap;
}
/* line 232, scss/template_styles.scss */
.content .frontpage-section-caption .info-box .highlight {
  color: #c31000;
  font-weight: bold;
}
/* line 238, scss/template_styles.scss */
.content .frontpage-section-caption:after {
  position: absolute;
  left: 0px;
  top: 100%;
  background: #ca0000;
  border-bottom: 1px solid white;
  content: "";
  display: block;
  height: 2px;
  width: 678px;
}
/* line 248, scss/template_styles.scss */
.content .frontpage-section-caption.dark:after {
  background: #252525;
}
/* line 253, scss/template_styles.scss */
.content .hover-react:hover:after, .content .videos-widget a.thumb:hover:after, .content .gallery-widget a.thumb:hover:after, .content #birthdaymen-widget a.photo:hover:after, .content .gallery-photos-widget a.thumb:hover:after, .content .component-news-list-video a.thumb:hover:after, .content .component-persons-list a.photo:hover:after, .content .component-players-list a.photo:hover:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.2);
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 2px, rgba(95, 0, 0, 0.2) 2px, rgba(95, 0, 0, 0.2) 4px);
  content: "";
  z-index: 1;
}
/* line 263, scss/template_styles.scss */
.content .justify-box {
  display: table;
  margin: 0;
  padding: 0;
  table-layout: fixed;
}
/* line 270, scss/template_styles.scss */
.content .justify-box-inner {
  display: table-cell;
  text-align: justify;
  vertical-align: middle;
}
/* line 275, scss/template_styles.scss */
.content .justify-box-inner img {
  vertical-align: middle;
}
/* line 279, scss/template_styles.scss */
.content .justify-box-inner:after {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}
/* line 1, scss/_header.scss */
.content img.site-small-logo {
  position: relative;
  top: 20px;
}
/* line 6, scss/_header.scss */
.content .title-area {
  position: absolute;
  left: 126px;
  top: 42px;
  height: 70px;
  padding-left: 13px;
  width: 480px;
}
/* line 12, scss/_header.scss */
.content .title-area h1 {
  color: white;
  font: 30px/1 Tahoma;
  margin: 0;
  text-transform: uppercase;
}
/* line 19, scss/_header.scss */
.content .title-area h2 {
  color: #fff6f6;
  font: bold 18px/1 Tahoma;
  margin: 6px 0 0 0;
}
/* line 26, scss/_header.scss */
.content .title-area-separator {
  position: absolute;
  left: 0px;
  top: 5px;
  background: white;
  height: 48px;
  width: 1px;
}
/* line 33, scss/_header.scss */
.content .right-box {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 112px;
  padding-top: 32px;
  width: 403px;
}
/* line 39, scss/_header.scss */
.content .right-box .search-form {
  border-radius: 2px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  height: 30px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 209px;
}
/* line 49, scss/_header.scss */
.content .right-box .search-form input:not([type="submit"]) {
  background: ;
  border: 0;
  box-sizing: border-box;
  color: #000000;
  font-style: italic;
  font: 13px/1 Tahoma;
  height: 28px;
  padding: 0 0 0 11px;
  width: 100%;
}
/* line 61, scss/_header.scss */
.content .right-box .search-form input[type="submit"] {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(/bitrix/templates/belshina/images/search-button.png) center top no-repeat;
  border: 0;
  cursor: pointer;
  display: block;
  height: 28px;
  padding: 0;
  width: 46px;
}
/* line 74, scss/_header.scss */
.content .right-box .big-social-buttons-bar {
  float: right;
}
/* line 77, scss/_header.scss */
.content .right-box .big-social-buttons-bar a {
  display: block;
  float: left;
  height: 30px;
  margin-left: 7px;
  margin-top: -1px;
  text-decoration: none;
  width: 30px;
}
/* line 87, scss/_header.scss */
.content .right-box .big-social-buttons-bar a.vk {
  background-position: 0 -874px;
}
/* line 88, scss/_header.scss */
.content .right-box .big-social-buttons-bar a.facebook {
  background-position: 0 -55px;
}
/* line 89, scss/_header.scss */
.content .right-box .big-social-buttons-bar a.youtube {
  background-position: 0 -950px;
}
/* line 90, scss/_header.scss */
.content .right-box .big-social-buttons-bar a.instagram {
  background-position: 0 -842px;
}
/* line 93, scss/_header.scss */
.content .right-box .rewards {
  clear: both;
}
/* line 96, scss/_header.scss */
.content .right-box .rewards .right-col {
  float: right;
  padding-left: 1px;
}
/* line 101, scss/_header.scss */
.content .right-box .rewards .reward {
  color: white;
  font: 12px/1 Tahoma;
  vertical-align: baseline;
}
/* line 106, scss/_header.scss */
.content .right-box .rewards .reward .champion {
  color: #ffcc00;
  font-size: 18px;
}
/* line 107, scss/_header.scss */
.content .right-box .rewards .reward .bronze {
  color: #bf8914;
  font-size: 18px;
}
/* line 108, scss/_header.scss */
.content .right-box .rewards .reward .silver {
  color: #c5c5c5;
  font-size: 18px;
}
/* line 109, scss/_header.scss */
.content .right-box .rewards .reward .cup {
  color: #ffffff;
  font-size: 18px;
}
/* line 114, scss/_header.scss */
.content .login-menu {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(/bitrix/templates/belshina/images/login-bar.png) center top no-repeat;
  height: 23px;
  width: 160px;
}
/* line 122, scss/_header.scss */
.content .top-menu > ul > li > a.root-item-selected, .content .top-menu > div > ul > li > a.root-item-selected, .content .top-menu > ul > li:hover > a, .content .top-menu > ul > li.jshover > a, .content .top-menu > div > ul > li:hover > a, .content .top-menu > div > ul > li.jshover > a {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlMDYwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MyMGIwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #7e0600), color-stop(100%, #c20b01));
  background: -moz-linear-gradient(bottom, #7e0600 0%, #c20b01 100%);
  background: -webkit-linear-gradient(bottom, #7e0600 0%, #c20b01 100%);
  background: linear-gradient(to top, #7e0600 0%, #c20b01 100%);
  color: white;
}
/* line 127, scss/_header.scss */
.content .top-menu {
  background: black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
  box-sizing: border-box;
  height: 39px;
  position: relative;
  z-index: 500;
}
/* line 139, scss/_header.scss */
.content .top-menu > ul, .content .top-menu > div > ul {
  font-size: 0;
  height: 39px;
  position: relative;
}
/* line 144, scss/_header.scss */
.content .top-menu > ul > li, .content .top-menu > div > ul > li {
  display: inline-block;
  height: 100%;
  position: relative;
  vertical-align: top;
}
/* line 150, scss/_header.scss */
.content .top-menu > ul > li > ul, .content .top-menu > div > ul > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  background: #c31000;
  box-sizing: border-box;
  display: none;
  padding: 8px;
}
/* line 157, scss/_header.scss */
.content .top-menu > ul > li > ul > li, .content .top-menu > div > ul > li > ul > li {
  display: block;
}
/* line 160, scss/_header.scss */
.content .top-menu > ul > li > ul > li > a, .content .top-menu > div > ul > li > ul > li > a {
  color: white;
  display: block;
  font: 16px/1.3 Tahoma;
  padding: 5px 19px 5px 15px;
  text-decoration: none;
}
/* line 167, scss/_header.scss */
.content .top-menu > ul > li > ul > li > a:hover, .content .top-menu > div > ul > li > ul > li > a:hover {
  background: #620500;
  text-decoration: none;
}
/* line 175, scss/_header.scss */
.content .top-menu > ul > li > a, .content .top-menu > div > ul > li > a {
  color: white;
  display: block;
  font: 14px/39px Tahoma;
  height: 100%;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}
/* line 185, scss/_header.scss */
.content .top-menu > ul > li > a.two-liner, .content .top-menu > div > ul > li > a.two-liner {
  height: 34px;
  line-height: 17px;
  padding-bottom: 3px;
  padding-top: 2px;
}
/* line 192, scss/_header.scss */
.content .top-menu > ul > li > a > span, .content .top-menu > div > ul > li > a > span {
  display: inline-block;
  line-height: 17px;
  text-align: center;
}
/* line 209, scss/_header.scss */
.content .top-menu > ul > li:hover ul, .content .top-menu > ul > li.jshover ul, .content .top-menu > div > ul > li:hover ul, .content .top-menu > div > ul > li.jshover ul {
  display: block;
}
/* line 214, scss/_header.scss */
.content .top-menu-separator {
  background: #aaa;
  height: 3px;
}
/* line 219, scss/_header.scss */
.content .bx_breadcrumbs {
  margin: 12px 0;
}
/* line 224, scss/_header.scss */
.content .bx_breadcrumbs ul li a, .content .bx_breadcrumbs ul li a:hover, .content .bx_breadcrumbs ul li span {
  font: 12px/1 Tahoma;
}
/* line 228, scss/_header.scss */
.content .bx_breadcrumbs ul li span {
  color: #8d0700;
  display: inline-block;
  max-height: 12px;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -1px;
  white-space: nowrap;
}
/* line 1, scss/_right-sidebar.scss */
.content .right-sidebar {
  float: right;
  overflow: hidden;
  padding-right: 11px;
  width: 299px;
}
/* line 7, scss/_right-sidebar.scss */
.content .right-sidebar .frontpage-section-caption:after {
  width: 299px;
}
/* line 12, scss/_right-sidebar.scss */
.content .match-announce {
  width: 310px;
  height: 230px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 5px 6px 5px;
  position: relative;
}
/* line 18, scss/_right-sidebar.scss */
.content .match-announce .inner-box {
  width: 299px;
  height: 189px;
  overflow: hidden;
  background: white;
  position: relative;
}
/* line 24, scss/_right-sidebar.scss */
.content .match-announce .caption {
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
  color: white;
  font-size: 20px;
  padding-left: 57px;
  text-transform: uppercase;
}
/* line 32, scss/_right-sidebar.scss */
.content .match-announce .date-time {
  height: 15px;
  line-height: 30px;
  vertical-align: middle;
  color: #0c0c0c;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
/* line 40, scss/_right-sidebar.scss */
.content .match-announce .place {
  width: 100%;
  height: 46px;
  display: table;
  table-layout: fixed;
}
/* line 45, scss/_right-sidebar.scss */
.content .match-announce .place .inner {
  color: #0c0c0c;
  display: table-cell;
  font: 14px/13px Tahoma;
  text-align: center;
  vertical-align: middle;
}
/* line 54, scss/_right-sidebar.scss */
.content .match-announce .left-emblem, .content .match-announce .right-emblem {
  width: 65px;
  height: 70px;
}
/* line 58, scss/_right-sidebar.scss */
.content .match-announce .left-emblem {
  position: absolute;
  left: 25px;
  top: 50px;
}
/* line 59, scss/_right-sidebar.scss */
.content .match-announce .right-emblem {
  position: absolute;
  right: 25px;
  top: 50px;
}
/* line 61, scss/_right-sidebar.scss */
.content .match-announce .middle-text {
  position: absolute;
  left: 0px;
  top: 74px;
  width: 100%;
  height: 30px;
  color: #c2c2c2;
  display: inline-block;
  font: bold 38px/1 Tahoma;
  text-align: center;
}
/* line 70, scss/_right-sidebar.scss */
.content .match-announce .left-club-name, .content .match-announce .right-club-name {
  color: #241b1b;
  font: bold 14px/1 Tahoma;
  text-align: center;
  width: 105px;
}
/* line 76, scss/_right-sidebar.scss */
.content .match-announce .left-club-name .lighter, .content .match-announce .right-club-name .lighter {
  font: 13px/1 Tahoma;
}
/* line 81, scss/_right-sidebar.scss */
.content .match-announce .left-club-name {
  position: absolute;
  left: 12px;
  top: 140px;
}
/* line 82, scss/_right-sidebar.scss */
.content .match-announce .right-club-name {
  position: absolute;
  left: 182px;
  top: 140px;
}
/* line 84, scss/_right-sidebar.scss */
.content .match-announce a.announce-btn {
  width: 154px;
  height: 24px;
  background: #ca0000;
  bottom: 0;
  color: white;
  display: block;
  font: 14px/24px Tahoma;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
}
/* line 98, scss/_right-sidebar.scss */
.content .match-announce a.announce-btn .icon {
  background-position: 0 0;
  display: inline-block;
  height: 18px;
  margin-right: 8px;
  vertical-align: -3px;
  width: 17px;
}
/* line 108, scss/_right-sidebar.scss */
.content .match-announce a.report-btn {
  width: 146px;
  height: 18px;
  background: #252525;
  bottom: 6px;
  color: white;
  display: block;
  font: 14px/18px Tahoma;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
}
/* line 122, scss/_right-sidebar.scss */
.content .match-announce a.report-btn.report .icon {
  background-position: 0 -828px;
  display: inline-block;
  height: 14px;
  margin-right: 8px;
  vertical-align: -3px;
  width: 14px;
}
/* line 131, scss/_right-sidebar.scss */
.content .match-announce a.report-btn.gallery .icon {
  background-position: 0 -18px;
  display: inline-block;
  height: 13px;
  margin-right: 8px;
  vertical-align: -2px;
  width: 18px;
}
/* line 140, scss/_right-sidebar.scss */
.content .match-announce a.report-btn.report-btn.gallery.num-btns-2 {
  left: 7px;
  right: auto;
}
/* line 141, scss/_right-sidebar.scss */
.content .match-announce a.report-btn.report-btn.report.num-btns-2 {
  left: auto;
  right: 8px;
}
/* line 145, scss/_right-sidebar.scss */
.content .match-announce.future {
  background: #ca0000;
}
/* line 149, scss/_right-sidebar.scss */
.content .match-announce.past {
  background: #252525;
  margin-bottom: 5px;
}
/* line 154, scss/_right-sidebar.scss */
.content .season-widget {
  margin-bottom: 20px;
}
/* line 158, scss/_right-sidebar.scss */
.content .season-widget ul.tab-switchers {
  width: 100%;
  height: 30px;
  background: white;
  display: block;
  margin: 0;
}
/* line 164, scss/_right-sidebar.scss */
.content .season-widget ul.tab-switchers > li {
  width: 50%;
  height: 100%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1MjUyNSIvPjxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjMjUyNTI1Ii8+PHN0b3Agb2Zmc2V0PSI1NCUiIHN0b3AtY29sb3I9IiM0OTQ5NDkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTQ5NDkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #252525), color-stop(14%, #252525), color-stop(54%, #494949), color-stop(100%, #494949));
  background: -moz-linear-gradient(bottom, #252525 0%, #252525 14%, #494949 54%, #494949 100%);
  background: -webkit-linear-gradient(bottom, #252525 0%, #252525 14%, #494949 54%, #494949 100%);
  background: linear-gradient(to top, #252525 0%, #252525 14%, #494949 54%, #494949 100%);
  border-top: 2px solid white;
  box-sizing: border-box;
  color: #969696;
  cursor: pointer;
  display: block;
  float: left;
  font: 14px/28px Tahoma;
  text-align: center;
}
/* line 176, scss/_right-sidebar.scss */
.content .season-widget ul.tab-switchers > li.active {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkMDcwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M2MGIwMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #8d0700), color-stop(100%, #c60b02));
  background: -moz-linear-gradient(bottom, #8d0700, #c60b02);
  background: -webkit-linear-gradient(bottom, #8d0700, #c60b02);
  background: linear-gradient(to top, #8d0700, #c60b02);
  border-top-color: #c60b02;
  color: white;
}
/* line 184, scss/_right-sidebar.scss */
.content .season-widget .tab {
  display: none;
}
/* line 187, scss/_right-sidebar.scss */
.content .season-widget .tab.active {
  display: block;
}
/* line 192, scss/_right-sidebar.scss */
.content .season-widget .table-wrapper {
  background: #8d0700;
  box-sizing: border-box;
  padding: 0 4;
}
/* line 197, scss/_right-sidebar.scss */
.content .season-widget .table-wrapper > table {
  border-collapse: separate;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}
/* line 204, scss/_right-sidebar.scss */
.content .season-widget .table-wrapper td, .content .season-widget .table-wrapper th {
  text-align: center;
}
/* line 207, scss/_right-sidebar.scss */
.content .season-widget .table-wrapper td.align-left, .content .season-widget .table-wrapper th.align-left {
  padding-left: 10px;
  text-align: left;
}
/* line 213, scss/_right-sidebar.scss */
.content .season-widget .table-wrapper td {
  color: #0c0b0b;
  font: 13px/1 Tahoma;
  vertical-align: middle;
}
/* line 219, scss/_right-sidebar.scss */
.content .season-widget .table-wrapper tr {
  cursor: default;
  height: 24px;
}
/* line 223, scss/_right-sidebar.scss */
.content .season-widget .table-wrapper tr:nth-of-type(2n+1) {
  background: #ffffff;
}
/* line 224, scss/_right-sidebar.scss */
.content .season-widget .table-wrapper tr:nth-of-type(2n) {
  background: #e2e2e2;
}
/* line 226, scss/_right-sidebar.scss */
.content .season-widget .table-wrapper tr.highlight > td {
  color: #8d0700;
  font-weight: bold;
}
/* line 231, scss/_right-sidebar.scss */
.content .season-widget .table-wrapper tr:hover {
  background: #eed2b9;
}
/* line 236, scss/_right-sidebar.scss */
.content .season-widget .table-wrapper th {
  background: #8d0700;
  color: #db4c44;
}
/* line 242, scss/_right-sidebar.scss */
.content .season-widget .table-footer {
  background: #8d0700;
  height: 26px;
  padding-right: 9px;
  text-align: right;
}
/* line 248, scss/_right-sidebar.scss */
.content .season-widget .table-footer a {
  color: white;
  font: 13px/26px Tahoma;
}
/* line 255, scss/_right-sidebar.scss */
.content .voting-widget {
  margin-bottom: 20px;
}
/* line 259, scss/_right-sidebar.scss */
.content .voting-widget p {
  margin: 0;
}
/* line 261, scss/_right-sidebar.scss */
.content .voting-widget .vote-items-list li input[type="radio"] {
  display: none;
}
/* line 264, scss/_right-sidebar.scss */
.content .voting-widget .vote-items-list li input[type="radio"] + label {
  cursor: pointer;
  display: block;
  padding-left: 21px;
  position: relative;
}
/* line 271, scss/_right-sidebar.scss */
.content .voting-widget .vote-items-list li input[type="radio"] + label span {
  width: 14px;
  height: 14px;
  background-position: 0 -358px;
  position: absolute;
  left: 0px;
  top: 3px;
  display: block;
  cursor: pointer;
}
/* line 59, ../../../../Ruby/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.content .voting-widget .vote-items-list li input[type="radio"] + label span:active, .content .voting-widget .vote-items-list li input[type="radio"] + label span.radio-active {
  background-position: 0 -344px;
}
/* line 279, scss/_right-sidebar.scss */
.content .voting-widget .vote-items-list li input[type="radio"]:checked + label span {
  background-position: 0 -344px;
}
/* line 284, scss/_right-sidebar.scss */
.content .voting-widget input[type="submit"] {
  width: 252px;
  height: 49px;
  background: url("/bitrix/templates/belshina/images/vote-btn.png");
  border: 0;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
/* line 294, scss/_right-sidebar.scss */
.content .voting-widget ol.voting-result-box {
  padding: 12px 1px 0 12px;
}
/* line 297, scss/_right-sidebar.scss */
.content .voting-widget ol.voting-result-box .vote-item-header {
  margin-bottom: 0.5em;
}
/* line 301, scss/_right-sidebar.scss */
.content .voting-widget ol.voting-result-box .vote-item-question {
  color: #0c0b0b;
  font: bold 15px/1.3 Tahoma;
}
/* line 306, scss/_right-sidebar.scss */
.content .voting-widget ol.voting-result-box li.answer {
  display: block;
  margin-bottom: 8px;
}
/* line 311, scss/_right-sidebar.scss */
.content .voting-widget ol.voting-result-box .bar, .content .voting-widget ol.voting-result-box .stats {
  display: inline-block;
  vertical-align: middle;
}
/* line 316, scss/_right-sidebar.scss */
.content .voting-widget ol.voting-result-box .bar {
  width: 180px;
  height: 15px;
  background: #eee;
}
/* line 321, scss/_right-sidebar.scss */
.content .voting-widget ol.voting-result-box .fill {
  height: 100%;
}
/* line 325, scss/_right-sidebar.scss */
.content .voting-widget ol.voting-result-box .stats {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
}
/* line 1, scss/_frontpage-slider.scss */
.content #frontpage-slider {
  width: 690px;
  height: 460px;
  left: -6px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
}
/* line 9, scss/_frontpage-slider.scss */
.content #frontpage-slider ul, .content #frontpage-slider li, .content #frontpage-slider a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
/* line 17, scss/_frontpage-slider.scss */
.content #frontpage-slider ul {
  position: relative;
}
/* line 18, scss/_frontpage-slider.scss */
.content #frontpage-slider li {
  position: absolute;
  left: 0px;
  top: 0px;
}
/* line 19, scss/_frontpage-slider.scss */
.content #frontpage-slider li:nth-of-type(n+2) {
  opacity: 0;
}
/* line 20, scss/_frontpage-slider.scss */
.content #frontpage-slider a {
  text-decoration: none;
}
/* line 23, scss/_frontpage-slider.scss */
.content #frontpage-slider .nav-items {
  position: absolute;
  left: 0px;
  top: 342px;
  width: 100%;
  height: 23px;
  overflow: hidden;
  text-align: center;
  z-index: 3;
}
/* line 31, scss/_frontpage-slider.scss */
.content #frontpage-slider .nav-item {
  width: 23px;
  height: 23px;
  background: white;
  border-radius: 999px;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
/* line 40, scss/_frontpage-slider.scss */
.content #frontpage-slider .nav-item.active:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  background: #d80505;
  border-radius: 999px;
  content: "";
  margin: auto;
}
/* line 50, scss/_frontpage-slider.scss */
.content #frontpage-slider .text-back {
  width: 442px;
  height: 100%;
  position: absolute;
  left: 122px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  transform: skewX(-15deg);
  z-index: 1;
}
/* line 58, scss/_frontpage-slider.scss */
.content #frontpage-slider .slide-text {
  position: absolute;
  left: 210px;
  top: 55px;
  width: 333px;
  height: 300px;
  overflow: hidden;
  color: white;
  z-index: 2;
}
/* line 64, scss/_frontpage-slider.scss */
.content #frontpage-slider .slide-text .caption {
  font: bold 24px/1.4 Tahoma;
  margin-bottom: 5px;
}
/* line 69, scss/_frontpage-slider.scss */
.content #frontpage-slider .slide-text .intro {
  font: 14px/1.3 Tahoma;
}
/* line 1, scss/_frontpage-widgets.scss */
.content .club-news-widget {
  height: 250px;
  margin-bottom: 20px;
}
/* line 5, scss/_frontpage-widgets.scss */
.content .club-news-widget .news {
  height: 220px;
  overflow: hidden;
  width: 100%;
}
/* line 11, scss/_frontpage-widgets.scss */
.content .club-news-widget .single-news {
  width: 50%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
/* line 17, scss/_frontpage-widgets.scss */
.content .club-news-widget .single-news:hover .news-caption > .inner {
  color: #ff6252;
}
/* line 22, scss/_frontpage-widgets.scss */
.content .club-news-widget .news-caption {
  height: 67px;
  line-height: 67px;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  top: 140px;
  box-sizing: padding-box;
  overflow: hidden;
  padding: 0 7px;
  width: 100%;
}
/* line 30, scss/_frontpage-widgets.scss */
.content .club-news-widget .news-caption .inner {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: inline-block;
  font: bold 16px/21px Tahoma;
  padding: 2px 4px;
  vertical-align: middle;
}
/* line 43, scss/_frontpage-widgets.scss */
.content .videos-widget {
  margin-bottom: 20px;
  width: 100%;
  overflow: auto;
}
/* line 48, scss/_frontpage-widgets.scss */
.content .videos-widget .video {
  float: left;
  overflow: hidden;
  width: 225.33333px;
}
/* line 53, scss/_frontpage-widgets.scss */
.content .videos-widget .video:nth-of-type(n+2) {
  margin-left: 1px;
}
/* line 55, scss/_frontpage-widgets.scss */
.content .videos-widget .video:hover a.title {
  text-decoration: none;
}
/* line 60, scss/_frontpage-widgets.scss */
.content .videos-widget a.thumb {
  width: 100%;
  height: 149px;
  overflow: hidden;
  display: block;
  position: relative;
  text-decoration: none;
}
/* line 67, scss/_frontpage-widgets.scss */
.content .videos-widget a.thumb:hover .play-video-icon {
  background-position: 0 -212px;
}
/* line 74, scss/_frontpage-widgets.scss */
.content .videos-widget .play-video-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: 0 -278px;
  width: 66px;
  height: 66px;
  margin: auto;
}
/* line 81, scss/_frontpage-widgets.scss */
.content .videos-widget .date {
  color: black;
  font: 12px/1 Tahoma;
  margin-top: 7px;
}
/* line 87, scss/_frontpage-widgets.scss */
.content .videos-widget a.title {
  color: #bbbbbb;
  display: block;
  margin-top: 1px;
  padding-bottom: 2px;
}
/* line 93, scss/_frontpage-widgets.scss */
.content .videos-widget a.title > span.underline {
  color: black;
  font: 14px/1 Tahoma;
  text-decoration: none;
}
/* line 101, scss/_frontpage-widgets.scss */
.content .gallery-widget {
  margin-bottom: 20px;
  overflow: auto;
  width: 100%;
}
/* line 106, scss/_frontpage-widgets.scss */
.content .gallery-widget .photo {
  float: left;
  overflow: hidden;
  width: 225.33333px;
}
/* line 111, scss/_frontpage-widgets.scss */
.content .gallery-widget .photo:nth-of-type(n+2) {
  margin-left: 1px;
}
/* line 113, scss/_frontpage-widgets.scss */
.content .gallery-widget .photo:hover a.title {
  text-decoration: none;
}
/* line 118, scss/_frontpage-widgets.scss */
.content .gallery-widget a.thumb {
  width: 100%;
  height: 149px;
  overflow: hidden;
  display: block;
  position: relative;
  text-decoration: none;
}
/* line 128, scss/_frontpage-widgets.scss */
.content .gallery-widget .date {
  color: black;
  font: 12px/1 Tahoma;
  margin-top: 7px;
}
/* line 134, scss/_frontpage-widgets.scss */
.content .gallery-widget a.title {
  color: #bbbbbb;
  display: block;
  padding-bottom: 2px;
}
/* line 139, scss/_frontpage-widgets.scss */
.content .gallery-widget a.title > span.underline {
  color: black;
  font: 14px/1 Tahoma;
  text-decoration: none;
}
/* line 147, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget {
  margin-bottom: 20px;
}
/* line 150, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .men {
  width: 100%;
  height: 290px;
  overflow: hidden;
  position: relative;
}
/* line 155, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .left-arrow-box, .content #birthdaymen-widget .right-arrow-box {
  width: 40px;
  height: 100%;
  overflow: hidden;
  cursor: default;
  position: relative;
}
/* line 161, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .left-arrow-box {
  float: left;
}
/* line 164, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .left-arrow-box.active {
  cursor: pointer;
}
/* line 167, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .left-arrow-box.active > .left-arrow {
  background-position: 0 -372px;
}
/* line 173, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .right-arrow-box {
  float: right;
}
/* line 176, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .right-arrow-box.active {
  cursor: pointer;
}
/* line 179, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .right-arrow-box.active > .right-arrow {
  background-position: 0 -600px;
}
/* line 185, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .left-arrow, .content #birthdaymen-widget .right-arrow {
  width: 29px;
  height: 114px;
  margin: auto;
}
/* line 190, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .left-arrow {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 0 -486px;
}
/* line 59, ../../../../Ruby/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.content #birthdaymen-widget .left-arrow:active, .content #birthdaymen-widget .left-arrow.slider-arrow-left-active {
  background-position: 0 -372px;
}
/* line 195, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .right-arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: 0 -714px;
}
/* line 59, ../../../../Ruby/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.content #birthdaymen-widget .right-arrow:active, .content #birthdaymen-widget .right-arrow.slider-arrow-right-active {
  background-position: 0 -600px;
}
/* line 200, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .rows {
  width: 598px;
  height: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
/* line 206, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .row {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: inline-block;
}
/* line 211, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .man {
  width: 186px;
  height: 100%;
  overflow: hidden;
  background: #f1f1f1;
  float: left;
  text-align: center;
}
/* line 217, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .man:nth-of-type(n+2) {
  margin-left: 20px;
}
/* line 219, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .man:hover .name {
  text-decoration: underline;
}
/* line 224, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget a.photo {
  width: 100%;
  height: 230px;
  overflow: hidden;
  display: block;
  position: relative;
  text-decoration: none;
}
/* line 234, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .name, .content #birthdaymen-widget .post, .content #birthdaymen-widget .date {
  overflow: hidden;
  padding: 0 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/* line 242, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .name {
  color: #f94c44;
  font: 16px/18px Tahoma;
  text-decoration: none;
}
/* line 248, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .post {
  color: #888888;
  font: 14px/16px Tahoma;
}
/* line 253, scss/_frontpage-widgets.scss */
.content #birthdaymen-widget .date {
  color: #171717;
  font: 14px/1 Tahoma;
}
/* line 1, scss/_banners.scss */
.content .frontpage-horiz-banner-1, .content .sidebar-banner-1, .content .sidebar-banner-2, .content .tournaments-table-fullwidth-banner {
  font-size: 0;
  margin-top: -10px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
/* line 8, scss/_banners.scss */
.content .frontpage-horiz-banner-1 img, .content .sidebar-banner-1 img, .content .sidebar-banner-2 img, .content .tournaments-table-fullwidth-banner img {
  height: auto;
  max-height: none;
  max-width: none;
  width: 100%;
}
/* line 16, scss/_banners.scss */
.content .frontpage-horiz-banner-1 {
  width: 678px;
}
/* line 21, scss/_banners.scss */
.content .sidebar-banner-1 {
  margin-top: 30px;
  width: 100%;
}
/* line 27, scss/_banners.scss */
.content .sidebar-banner-2 {
  margin-top: 10px;
  width: 100%;
}
/* line 33, scss/_banners.scss */
.content .tournaments-table-fullwidth-banner {
  margin-top: 20px;
  width: 100%;
}
/* line 1, scss/_misc-widgets.scss */
.content .page-publish-date {
  color: #999;
  float: right;
  font: 14px/1 Tahoma;
  margin: 12px 3px 0;
}
/* line 8, scss/_misc-widgets.scss */
.content a.back-to-list {
  display: block;
  margin: 10px 60% 5px 0;
}
/* line 13, scss/_misc-widgets.scss */
.content a.rss-feed-btn {
  float: right;
  margin: 10px 3px 0;
}
/* line 18, scss/_misc-widgets.scss */
.content .missing-resource-message {
  color: #8d0700;
  font: 14px/1.3 Tahoma;
  margin: 12px 0;
}
/* line 24, scss/_misc-widgets.scss */
.content .social-share-widget {
  margin-top: 40px;
  text-align: right;
}
/* line 28, scss/_misc-widgets.scss */
.content .social-share-widget .share42init {
  display: inline-block;
  vertical-align: middle;
}
/* line 34, scss/_misc-widgets.scss */
.content .gallery-photos-widget {
  margin: 20px 0;
  overflow: auto;
  width: 100%;
}
/* line 39, scss/_misc-widgets.scss */
.content .gallery-photos-widget .photo {
  float: left;
  overflow: hidden;
  width: 225.33333px;
}
/* line 44, scss/_misc-widgets.scss */
.content .gallery-photos-widget .photo:nth-of-type(n+2) {
  margin-left: 1px;
}
/* line 46, scss/_misc-widgets.scss */
.content .gallery-photos-widget .photo:hover a.title {
  text-decoration: none;
}
/* line 51, scss/_misc-widgets.scss */
.content .gallery-photos-widget a.thumb {
  width: 100%;
  height: 149px;
  overflow: hidden;
  display: block;
  position: relative;
  text-decoration: none;
}
/* line 61, scss/_misc-widgets.scss */
.content .gallery-photos-widget .date {
  color: black;
  font: 12px/1 Tahoma;
  margin-top: 7px;
}
/* line 67, scss/_misc-widgets.scss */
.content .gallery-photos-widget a.title {
  color: #bbbbbb;
  display: block;
  padding-bottom: 2px;
}
/* line 72, scss/_misc-widgets.scss */
.content .gallery-photos-widget a.title > span.underline {
  color: black;
  font: 14px/1 Tahoma;
  text-decoration: none;
}
/* line 2, scss/_components.scss */
.content .component-news-list-news .news {
  height: 220px;
  overflow: hidden;
  width: 678px;
}
/* line 7, scss/_components.scss */
.content .component-news-list-news .news:nth-last-of-type(n+2) {
  margin-bottom: 6px;
}
/* line 12, scss/_components.scss */
.content .component-news-list-news .single-news {
  width: 336px;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
/* line 18, scss/_components.scss */
.content .component-news-list-news .single-news:hover .news-caption > .inner {
  color: #ff6252;
}
/* line 22, scss/_components.scss */
.content .component-news-list-news .single-news:last-of-type {
  margin-left: 6px;
}
/* line 27, scss/_components.scss */
.content .component-news-list-news .news-caption {
  height: 67px;
  line-height: 67px;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  top: 140px;
  box-sizing: padding-box;
  overflow: hidden;
  padding: 0 7px;
  width: 100%;
}
/* line 35, scss/_components.scss */
.content .component-news-list-news .news-caption .inner {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: inline-block;
  font: bold 16px/21px Tahoma;
  padding: 2px 4px;
  vertical-align: middle;
}
/* line 45, scss/_components.scss */
.content .component-news-list-news .date {
  position: absolute;
  right: 3px;
  top: 3px;
  background: rgba(0, 0, 0, 0.4);
  color: #ccc;
  font: 12px/1 Tahoma;
  padding: 2px;
}
/* line 57, scss/_components.scss */
.content .component-news-list-video .videos {
  overflow: auto;
}
/* line 60, scss/_components.scss */
.content .component-news-list-video .videos:nth-last-of-type(n+2) {
  margin-bottom: 20px;
}
/* line 65, scss/_components.scss */
.content .component-news-list-video .video {
  float: left;
  overflow: hidden;
  width: 225.33333px;
}
/* line 70, scss/_components.scss */
.content .component-news-list-video .video:nth-of-type(n+2) {
  margin-left: 1px;
}
/* line 72, scss/_components.scss */
.content .component-news-list-video .video:hover a.title {
  text-decoration: none;
}
/* line 77, scss/_components.scss */
.content .component-news-list-video a.thumb {
  width: 100%;
  height: 149px;
  overflow: hidden;
  display: block;
  position: relative;
  text-decoration: none;
}
/* line 84, scss/_components.scss */
.content .component-news-list-video a.thumb:hover .play-video-icon {
  background-position: 0 -212px;
}
/* line 91, scss/_components.scss */
.content .component-news-list-video .play-video-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: 0 -278px;
  width: 66px;
  height: 66px;
  margin: auto;
}
/* line 98, scss/_components.scss */
.content .component-news-list-video .date {
  color: black;
  font: 12px/1 Tahoma;
  margin-top: 7px;
}
/* line 104, scss/_components.scss */
.content .component-news-list-video a.title {
  color: #bbbbbb;
  display: block;
  margin-top: 1px;
  padding-bottom: 2px;
}
/* line 110, scss/_components.scss */
.content .component-news-list-video a.title > span.underline {
  color: black;
  font: 14px/1 Tahoma;
  text-decoration: none;
}
/* line 119, scss/_components.scss */
.content .component-news-detail-video .youtube-fullwidth-video {
  border: 0;
  height: 413.15625px;
  margin: 0 0 12px;
  outline: 0;
  padding: 0;
  width: 678px;
}
/* line 129, scss/_components.scss */
.content .component-pagination {
  color: #2b2b2b;
  font-size: 0;
  text-align: center;
}
/* line 134, scss/_components.scss */
.content .component-pagination span {
  color: #272727;
  display: inline-block;
  font: 15px/24px Tahoma;
  padding: 0 7px;
  text-align: center;
  vertical-align: middle;
}
/* line 142, scss/_components.scss */
.content .component-pagination span.current {
  color: #8d0700;
  font-weight: bold;
}
/* line 148, scss/_components.scss */
.content .component-pagination span.btn {
  background: #d7d7d7;
  color: white;
  font-size: 14px;
  padding: 0;
}
/* line 154, scss/_components.scss */
.content .component-pagination span.btn.begin, .content .component-pagination span.btn.end {
  width: 84px;
}
/* line 158, scss/_components.scss */
.content .component-pagination span.btn.prev, .content .component-pagination span.btn.next {
  width: 35px;
}
/* line 162, scss/_components.scss */
.content .component-pagination span.btn.prev {
  margin: 0 6px 0 2px;
}
/* line 166, scss/_components.scss */
.content .component-pagination span.btn.next {
  margin: 0 2px 0 6px;
}
/* line 170, scss/_components.scss */
.content .component-pagination span.btn.active {
  background: #8d0700;
}
/* line 179, scss/_components.scss */
.content .component-gallery img {
  max-width: none;
}
/* line 183, scss/_components.scss */
.content .component-gallery .photo-items-list {
  display: block !important;
  padding: 0;
}
/* line 188, scss/_components.scss */
.content .component-gallery #photo-main-page-right {
  max-width: none;
  min-width: 0;
  position: static;
}
/* line 194, scss/_components.scss */
.content .component-gallery .photo-controls {
  margin: 0 0 6px;
}
/* line 197, scss/_components.scss */
.content .component-gallery .photo-controls > ul > li {
  display: inline-block;
}
/* line 201, scss/_components.scss */
.content .component-gallery .photo-controls a {
  font: 14px/1.3 Tahoma;
  width: auto;
}
/* line 207, scss/_components.scss */
.content .component-gallery .photo-items-list {
  font-family: Tahoma;
}
/* line 210, scss/_components.scss */
.content .component-gallery .photo-items-list span, .content .component-gallery .photo-items-list a {
  font-family: Tahoma;
}
/* line 215, scss/_components.scss */
.content .component-gallery .photo-item-cont {
  border: 0;
  margin: 0 4px 4px 0;
  padding: 2px;
}
/* line 221, scss/_components.scss */
.content .component-gallery .album-photos-section {
  margin-bottom: 20px;
}
/* line 225, scss/_components.scss */
.content .component-gallery .album-separator-line {
  margin-bottom: 20px;
}
/* line 231, scss/_components.scss */
.content .component-persons-item .person-summary {
  margin-bottom: 20px;
  overflow: auto;
}
/* line 236, scss/_components.scss */
.content .component-persons-item .person-image {
  float: left;
  margin-right: 20px;
  width: 250px;
}
/* line 242, scss/_components.scss */
.content .component-persons-item .summary-text {
  margin-left: 269px;
}
/* line 245, scss/_components.scss */
.content .component-persons-item .summary-text dl {
  position: relative;
}
/* line 249, scss/_components.scss */
.content .component-persons-item .summary-text dl:nth-last-of-type(n+2) {
  border-bottom: 1px solid #ebebeb;
}
/* line 253, scss/_components.scss */
.content .component-persons-item .summary-text dt, .content .component-persons-item .summary-text dd {
  color: #040404;
  font: 13px/28px Tahoma;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 261, scss/_components.scss */
.content .component-persons-item .summary-text dt {
  font-weight: bold;
  max-width: 145px;
}
/* line 266, scss/_components.scss */
.content .component-persons-item .summary-text dd {
  position: absolute;
  left: 150px;
  top: 0px;
  max-width: 250px;
}
/* line 272, scss/_components.scss */
.content .component-persons-item .person-first-name, .content .component-persons-item .person-rest-name {
  color: #ff0d00;
  font: bold 24px/30px Tahoma;
}
/* line 277, scss/_components.scss */
.content .component-persons-item .person-rest-name {
  margin-bottom: 15px;
}
/* line 281, scss/_components.scss */
.content .component-persons-item .dismissed {
  color: #8d0700;
  text-transform: uppercase;
}
/* line 288, scss/_components.scss */
.content .component-persons-list .row {
  width: 100%;
  height: 290px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 27px;
}
/* line 294, scss/_components.scss */
.content .component-persons-list .man {
  width: 186px;
  height: 100%;
  overflow: hidden;
  background: #f1f1f1;
  float: left;
  text-align: center;
}
/* line 300, scss/_components.scss */
.content .component-persons-list .man:nth-of-type(n+2) {
  margin-left: 32px;
}
/* line 302, scss/_components.scss */
.content .component-persons-list .man:hover .name {
  text-decoration: underline;
}
/* line 307, scss/_components.scss */
.content .component-persons-list a.photo {
  width: 100%;
  height: 233px;
  overflow: hidden;
  display: block;
  position: relative;
  text-decoration: none;
}
/* line 317, scss/_components.scss */
.content .component-persons-list .name, .content .component-persons-list .post, .content .component-persons-list .date {
  overflow: hidden;
  padding: 0 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/* line 325, scss/_components.scss */
.content .component-persons-list .name {
  color: #f94c44;
  font: 16px/18px Tahoma;
  text-decoration: none;
}
/* line 331, scss/_components.scss */
.content .component-persons-list .post {
  color: #888888;
  font: 14px/16px Tahoma;
}
/* line 336, scss/_components.scss */
.content .component-persons-list .date {
  color: #171717;
  font: 14px/1 Tahoma;
}
/* line 343, scss/_components.scss */
.content .component-players-item .player-summary {
  margin-bottom: 20px;
  overflow: auto;
}
/* line 348, scss/_components.scss */
.content .component-players-item .player-image {
  float: left;
  margin-right: 20px;
  width: 250px;
}
/* line 354, scss/_components.scss */
.content .component-players-item .summary-text {
  margin-left: 269px;
}
/* line 357, scss/_components.scss */
.content .component-players-item .summary-text dl {
  position: relative;
}
/* line 361, scss/_components.scss */
.content .component-players-item .summary-text dl:nth-last-of-type(n+2) {
  border-bottom: 1px solid #ebebeb;
}
/* line 365, scss/_components.scss */
.content .component-players-item .summary-text dt, .content .component-players-item .summary-text dd {
  color: #040404;
  font: 13px/27px Tahoma;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 373, scss/_components.scss */
.content .component-players-item .summary-text dt {
  font-weight: bold;
  max-width: 145px;
}
/* line 378, scss/_components.scss */
.content .component-players-item .summary-text dd {
  position: absolute;
  left: 150px;
  top: 0px;
  max-width: 250px;
}
/* line 384, scss/_components.scss */
.content .component-players-item .player-first-name, .content .component-players-item .player-rest-name {
  color: #ff0d00;
  font: bold 24px/30px Tahoma;
}
/* line 389, scss/_components.scss */
.content .component-players-item .player-rest-name {
  margin-bottom: 15px;
}
/* line 393, scss/_components.scss */
.content .component-players-item .dismissed {
  color: #8d0700;
  text-transform: uppercase;
}
/* line 400, scss/_components.scss */
.content .component-players-list .section-caption-wrapper:nth-of-type(n+2) {
  margin-top: 40px;
}
/* line 404, scss/_components.scss */
.content .component-players-list .section-caption-wrapper:first-of-type {
  margin-top: 40px;
}
/* line 408, scss/_components.scss */
.content .component-players-list .row {
  width: 100%;
  height: 290px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 27px;
}
/* line 414, scss/_components.scss */
.content .component-players-list .man {
  width: 186px;
  height: 100%;
  overflow: hidden;
  background: #f1f1f1;
  float: left;
  text-align: center;
}
/* line 420, scss/_components.scss */
.content .component-players-list .man:nth-of-type(n+2) {
  margin-left: 32px;
}
/* line 422, scss/_components.scss */
.content .component-players-list .man:hover .name {
  text-decoration: underline;
}
/* line 427, scss/_components.scss */
.content .component-players-list a.photo {
  width: 100%;
  height: 233px;
  overflow: hidden;
  display: block;
  position: relative;
  text-decoration: none;
}
/* line 437, scss/_components.scss */
.content .component-players-list .name, .content .component-players-list .role, .content .component-players-list .date {
  overflow: hidden;
  padding: 0 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/* line 445, scss/_components.scss */
.content .component-players-list .name {
  color: #f94c44;
  font: 16px/18px Tahoma;
  text-decoration: none;
}
/* line 451, scss/_components.scss */
.content .component-players-list .role {
  color: #888888;
  font: 14px/16px Tahoma;
}
/* line 456, scss/_components.scss */
.content .component-players-list .date {
  color: #171717;
  font: 14px/1 Tahoma;
}
/* line 463, scss/_components.scss */
.content .component-teams .team-name-wrapper {
  margin-top: 20px;
}
/* line 467, scss/_components.scss */
.content .component-teams .team-avatars {
  width: 100%;
  height: 134px;
  overflow: hidden;
  font-size: 0;
  position: relative;
  white-space: nowrap;
}
/* line 474, scss/_components.scss */
.content .component-teams a.avatars-cover {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  text-decoration: none;
  transition: opacity 0.5s ease;
}
/* line 483, scss/_components.scss */
.content .component-teams a.avatars-cover:hover {
  opacity: 0;
}
/* line 488, scss/_components.scss */
.content .component-teams img.avatar {
  width: 107px;
  height: 100%;
}
/* line 491, scss/_components.scss */
.content .component-teams img.avatar:nth-of-type(n+2) {
  margin-left: 6px;
}
/* line 497, scss/_components.scss */
.content .component-404 {
  text-align: center;
}
/* line 500, scss/_components.scss */
.content .component-404 .info-box {
  margin-top: 75px;
}
/* line 505, scss/_components.scss */
.content .component-404 .caption-404 {
  color: #b60a01;
  font: bold 105px/1 Tahoma;
}
/* line 510, scss/_components.scss */
.content .component-404 .caption-missing-page {
  color: #291203;
  font: bold 17px/1 Tahoma;
  margin-top: 8px;
  text-transform: uppercase;
}
/* line 517, scss/_components.scss */
.content .component-404 .caption-back-to-frontpage {
  color: #bf0b01;
  display: inline-block;
  font: 20px Tahoma;
  margin-top: 6px;
}
/* line 524, scss/_components.scss */
.content .component-404 .poster {
  margin-top: 50px;
}
/* line 530, scss/_components.scss */
.content .component-tournaments-match .info-box {
  margin-top: 6px;
  text-align: center;
}
/* line 534, scss/_components.scss */
.content .component-tournaments-match .info-box .tournament {
  color: #8d0700;
  font: 22px/1 Tahoma;
  margin-bottom: 3px;
  text-transform: uppercase;
}
/* line 541, scss/_components.scss */
.content .component-tournaments-match .info-box .date {
  color: #1f1f1f;
  font: 18px/1 Tahoma;
  margin-bottom: 5px;
}
/* line 547, scss/_components.scss */
.content .component-tournaments-match .info-box .place {
  color: #1f1f1f;
  font: 16px/1 Tahoma;
  margin-bottom: 5px;
}
/* line 553, scss/_components.scss */
.content .component-tournaments-match .info-box .weather {
  color: #1f1f1f;
  font: 14px/1 Tahoma;
}
/* line 558, scss/_components.scss */
.content .component-tournaments-match .info-box .emblems-box {
  margin-top: 30px;
}
/* line 562, scss/_components.scss */
.content .component-tournaments-match .info-box .emblem {
  display: inline-block;
  vertical-align: middle;
}
/* line 566, scss/_components.scss */
.content .component-tournaments-match .info-box .emblem > img {
  width: 85px;
  height: 85px;
}
/* line 571, scss/_components.scss */
.content .component-tournaments-match .info-box .club {
  color: #8d0700;
  font: bold 16px/1 Tahoma;
  margin-top: 10px;
}
/* line 577, scss/_components.scss */
.content .component-tournaments-match .info-box .score {
  color: #8d0700;
  display: inline-block;
  font: bold 45px/1 Tahoma;
  vertical-align: 0;
}
/* line 584, scss/_components.scss */
.content .component-tournaments-match .info-box .referees {
  margin: 25px auto;
}
/* line 587, scss/_components.scss */
.content .component-tournaments-match .info-box .referees td {
  color: #3f3f3f;
  font: 13px/17px Tahoma;
}
/* line 592, scss/_components.scss */
.content .component-tournaments-match .info-box .referees td:nth-of-type(2) {
  padding-left: 14px;
}
/* line 598, scss/_components.scss */
.content .component-tournaments-match .teams-lineup {
  overflow: auto;
  width: 100%;
}
/* line 602, scss/_components.scss */
.content .component-tournaments-match .teams-lineup .left-team-lineup, .content .component-tournaments-match .teams-lineup .right-team-lineup {
  width: 49%;
  float: left;
}
/* line 607, scss/_components.scss */
.content .component-tournaments-match .teams-lineup .right-team-lineup {
  margin-left: 2%;
}
/* line 612, scss/_components.scss */
.content .component-tournaments-match .block-caption {
  background: #8d0700;
  color: white;
  font: 18px/28px Tahoma;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}
/* line 621, scss/_components.scss */
.content .component-tournaments-match .events {
  position: relative;
  margin-bottom: 7px;
  text-align: center;
}
/* line 627, scss/_components.scss */
.content .component-tournaments-match .event-table-grid > .grid-line {
  height: 25px;
}
/* line 630, scss/_components.scss */
.content .component-tournaments-match .event-table-grid > .grid-line:nth-last-of-type(n+2) {
  border-bottom: 1px solid #d4d4d4;
}
/* line 638, scss/_components.scss */
.content .component-tournaments-match .icon-event-replacement {
  width: 11px;
  height: 12px;
  background-position: 0 -180px;
  display: inline-block;
}
/* line 638, scss/_components.scss */
.content .component-tournaments-match .icon-event-yellowcard {
  width: 9px;
  height: 10px;
  background-position: 0 -192px;
  display: inline-block;
}
/* line 638, scss/_components.scss */
.content .component-tournaments-match .icon-event-yellowredcard {
  width: 9px;
  height: 10px;
  background-position: 0 -202px;
  display: inline-block;
}
/* line 638, scss/_components.scss */
.content .component-tournaments-match .icon-event-redcard {
  width: 9px;
  height: 10px;
  background-position: 0 -170px;
  display: inline-block;
}
/* line 638, scss/_components.scss */
.content .component-tournaments-match .icon-event-goal {
  width: 12px;
  height: 12px;
  background-position: 0 -131px;
  display: inline-block;
}
/* line 638, scss/_components.scss */
.content .component-tournaments-match .icon-event-penaltygoal {
  width: 13px;
  height: 13px;
  background-position: 0 -150px;
  display: inline-block;
}
/* line 638, scss/_components.scss */
.content .component-tournaments-match .icon-event-red-arrow-right {
  width: 10px;
  height: 7px;
  background-position: 0 -163px;
  display: inline-block;
}
/* line 638, scss/_components.scss */
.content .component-tournaments-match .icon-event-green-arrow-left {
  width: 10px;
  height: 7px;
  background-position: 0 -143px;
  display: inline-block;
}
/* line 654, scss/_components.scss */
.content .component-tournaments-match .icon-event-red-arrow-right, .content .component-tournaments-match .icon-event-green-arrow-left {
  margin: 0 6px;
}
/* line 658, scss/_components.scss */
.content .component-tournaments-match .event-table-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 662, scss/_components.scss */
.content .component-tournaments-match table.event-table {
  border-collapse: separate;
  margin: auto;
  table-layout: fixed;
}
/* line 667, scss/_components.scss */
.content .component-tournaments-match table.event-table tr {
  height: 26px;
  overflow: hidden;
}
/* line 672, scss/_components.scss */
.content .component-tournaments-match table.event-table td {
  color: black;
  font: 14px/26px Tahoma;
  vertical-align: middle;
}
/* line 677, scss/_components.scss */
.content .component-tournaments-match table.event-table td:nth-of-type(1) {
  padding-right: 5px;
  text-align: center;
}
/* line 682, scss/_components.scss */
.content .component-tournaments-match table.event-table td:nth-of-type(2) {
  padding-right: 16px;
  text-align: left;
}
/* line 689, scss/_components.scss */
.content .component-tournaments-match .trainers {
  overflow: hidden;
  text-align: center;
  width: 100%;
}
/* line 695, scss/_components.scss */
.content .component-tournaments-match .trainer {
  color: black;
  display: inline-block;
  float: left;
  font: 14px/32px Tahoma;
  width: 50%;
}
/* line 703, scss/_components.scss */
.content .component-tournaments-match .legend-separator {
  background: #8d0700;
  height: 3px;
  margin-top: 25px;
}
/* line 709, scss/_components.scss */
.content .component-tournaments-match .legend {
  margin-bottom: 30px;
}
/* line 712, scss/_components.scss */
.content .component-tournaments-match .legend > table {
  border-collapse: separate;
  margin: 0 auto;
  width: 80%;
}
/* line 717, scss/_components.scss */
.content .component-tournaments-match .legend > table td:nth-of-type(odd) {
  text-align: center;
  padding-right: 9px;
  width: 1px;
}
/* line 723, scss/_components.scss */
.content .component-tournaments-match .legend > table td:nth-of-type(even) {
  color: black;
  font: 14px/30px Tahoma;
  text-align: left;
}
/* line 732, scss/_components.scss */
.content .component-tournaments-filter {
  margin: 9px 0;
  vertical-align: middle;
}
/* line 738, scss/_components.scss */
.content .component-tournaments-filter .simple-dropdown {
  background: #e9e9e9;
  border: 1px solid #9a9898;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  padding: 0 0 0 10px;
  position: relative;
}
/* line 747, scss/_components.scss */
.content .component-tournaments-filter .simple-dropdown.tournament-section {
  width: 190px;
}
/* line 748, scss/_components.scss */
.content .component-tournaments-filter .simple-dropdown.tournament {
  width: 112px;
}
/* line 749, scss/_components.scss */
.content .component-tournaments-filter .simple-dropdown.view {
  width: 100px;
}
/* line 751, scss/_components.scss */
.content .component-tournaments-filter .simple-dropdown:after {
  width: 31px;
  height: 24px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-position: 0 -31px;
  content: "";
  display: block;
}
/* line 759, scss/_components.scss */
.content .component-tournaments-filter .simple-dropdown ul {
  position: absolute;
  left: 0px;
  top: 100%;
  background: #e9e9e9;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  display: none;
  margin-top: 2px;
  min-width: 100%;
}
/* line 768, scss/_components.scss */
.content .component-tournaments-filter .simple-dropdown ul.opened {
  display: block;
}
/* line 773, scss/_components.scss */
.content .component-tournaments-filter .simple-dropdown li {
  color: #1f1f1f;
  font: 14px/24px Tahoma;
  padding: 0 3px 0 10px;
}
/* line 778, scss/_components.scss */
.content .component-tournaments-filter .simple-dropdown li:hover {
  background: #d0d0d0;
}
/* line 784, scss/_components.scss */
.content .component-tournaments-filter .caption {
  color: #1f1f1f;
  font: 14px/1 Tahoma;
  height: 20px;
  padding-top: 4px;
}
/* line 791, scss/_components.scss */
.content .component-tournaments-filter a.go {
  background: #9a9898;
  border: 1px solid #9a9898;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font: 14px/24px Tahoma;
  padding: 0 10px;
  text-decoration: none;
  vertical-align: -1px;
}
/* line 805, scss/_components.scss */
.content .component-tournaments-table table.results-table {
  border-collapse: separate;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}
/* line 811, scss/_components.scss */
.content .component-tournaments-table table.results-table td, .content .component-tournaments-table table.results-table th {
  text-align: center;
}
/* line 814, scss/_components.scss */
.content .component-tournaments-table table.results-table td.align-left, .content .component-tournaments-table table.results-table th.align-left {
  padding-left: 10px;
  text-align: left;
}
/* line 820, scss/_components.scss */
.content .component-tournaments-table table.results-table td {
  color: #0c0b0b;
  font: 14px/1 Tahoma;
  min-height: 28px;
  vertical-align: middle;
}
/* line 827, scss/_components.scss */
.content .component-tournaments-table table.results-table tr {
  cursor: default;
  height: 24px;
}
/* line 831, scss/_components.scss */
.content .component-tournaments-table table.results-table tr:nth-of-type(2n+1) {
  background: #ffffff;
}
/* line 832, scss/_components.scss */
.content .component-tournaments-table table.results-table tr:nth-of-type(2n) {
  background: #e2e2e2;
}
/* line 834, scss/_components.scss */
.content .component-tournaments-table table.results-table tr.highlight > td {
  color: #8d0700;
  font-weight: bold;
}
/* line 839, scss/_components.scss */
.content .component-tournaments-table table.results-table tr:hover {
  background: #eed2b9;
}
/* line 844, scss/_components.scss */
.content .component-tournaments-table table.results-table th {
  background: #8d0700;
  color: #db4c44;
  font: 14px/28px Tahoma;
}
/* line 850, scss/_components.scss */
.content .component-tournaments-table table.results-table .form-green, .content .component-tournaments-table table.results-table .form-red, .content .component-tournaments-table table.results-table .form-gray {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  display: inline-block;
  margin-left: 2px;
  position: relative;
  text-decoration: none;
}
/* line 858, scss/_components.scss */
.content .component-tournaments-table table.results-table .form-green:first-child, .content .component-tournaments-table table.results-table .form-red:first-child, .content .component-tournaments-table table.results-table .form-gray:first-child {
  margin-left: 0;
}
/* line 863, scss/_components.scss */
.content .component-tournaments-table table.results-table a:after {
  position: absolute;
  left: 4px;
  top: 1px;
  color: white;
  content: "\BB";
  display: block;
  font: 11px/1 Tahoma;
}
/* line 871, scss/_components.scss */
.content .component-tournaments-table table.results-table .form-green {
  background: #316d05;
}
/* line 872, scss/_components.scss */
.content .component-tournaments-table table.results-table .form-red {
  background: #8d0700;
}
/* line 873, scss/_components.scss */
.content .component-tournaments-table table.results-table .form-gray {
  background: #8e8e8e;
}
/* line 876, scss/_components.scss */
.content .component-tournaments-table .table-legend {
  margin: 23px 0 45px;
  text-align: center;
}
/* line 880, scss/_components.scss */
.content .component-tournaments-table .table-legend table {
  margin: auto;
  width: 80%;
}
/* line 885, scss/_components.scss */
.content .component-tournaments-table .table-legend td {
  color: #0c0b0b;
  font: 14px/1 Tahoma;
  padding: 0 6px;
}
/* line 893, scss/_components.scss */
.content .component-tournaments-match-list {
  text-align: center;
}
/* line 896, scss/_components.scss */
.content .component-tournaments-match-list table.matches-table {
  border-collapse: collapse;
  margin: 0 auto 20px;
  text-align: left;
  width: 95%;
}
/* line 902, scss/_components.scss */
.content .component-tournaments-match-list table.matches-table th {
  color: #0c0b0b;
  font: bold 15px/24px Tahoma;
}
/* line 907, scss/_components.scss */
.content .component-tournaments-match-list table.matches-table td {
  color: #0c0b0b;
  font: 14px/24px Tahoma;
}
/* line 911, scss/_components.scss */
.content .component-tournaments-match-list table.matches-table td:nth-of-type(1) {
  width: 5%;
}
/* line 912, scss/_components.scss */
.content .component-tournaments-match-list table.matches-table td:nth-of-type(2) {
  width: 5%;
}
/* line 913, scss/_components.scss */
.content .component-tournaments-match-list table.matches-table td:nth-of-type(3) {
  width: 16%;
  text-align: center;
}
/* line 914, scss/_components.scss */
.content .component-tournaments-match-list table.matches-table td:nth-of-type(4) {
  width: 67%;
}
/* line 915, scss/_components.scss */
.content .component-tournaments-match-list table.matches-table td:nth-of-type(5) {
  width: 8%;
}
/* line 918, scss/_components.scss */
.content .component-tournaments-match-list table.matches-table tr:nth-of-type(n+2):nth-last-of-type(n+2) {
  border-bottom: 1px solid #ebebeb;
}
/* line 923, scss/_components.scss */
.content .component-tournaments-match-list table.matches-table tr:nth-of-type(2n+3) {
  background: #fafafa;
}
/* line 924, scss/_components.scss */
.content .component-tournaments-match-list table.matches-table tr:nth-of-type(2n+2) {
  background: #ffffff;
}
/* line 925, scss/_components.scss */
.content .component-tournaments-match-list table.matches-table tr:hover {
  background: #eed2b9;
}
/* line 1, scss/_footer.scss */
.content footer {
  background: white;
  padding-top: 20px;
}
/* line 6, scss/_footer.scss */
.content footer .brands {
  background: white;
}
/* line 9, scss/_footer.scss */
.content footer .brands .left {
  padding: 0 6px;
  width: 678px;
}
/* line 14, scss/_footer.scss */
.content footer .brands .right {
  float: right;
  padding-right: 11px;
  width: 299px;
}
/* line 19, scss/_footer.scss */
.content footer .brands .right .frontpage-section-caption:after {
  width: 299px;
}
/* line 25, scss/_footer.scss */
.content footer .menu-and-widgets {
  background: #c31000;
  overflow: auto;
}
/* line 29, scss/_footer.scss */
.content footer .menu-and-widgets .left {
  width: 690px;
}
/* line 33, scss/_footer.scss */
.content footer .menu-and-widgets .right {
  float: right;
  padding-right: 11px;
  width: 299px;
}
/* line 40, scss/_footer.scss */
.content footer .partners.justify-box {
  box-sizing: border-box;
  line-height: 137px;
  margin-bottom: -137px;
  overflow: hidden;
  padding: 0 12px;
  width: 678px;
}
/* line 49, scss/_footer.scss */
.content footer .sponsors.justify-box {
  box-sizing: border-box;
  line-height: 137px;
  margin-bottom: -137px;
  overflow: hidden;
  padding: 0 17px;
  width: 100%;
}
/* line 58, scss/_footer.scss */
.content footer #footer-menu {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-width: 186px;
  -webkit-column-width: 186px;
  column-width: 186px;
  -moz-column-fill: auto;
  -webkit-column-fill: auto;
  column-fill: auto;
  background: #c31000;
  box-sizing: border-box;
  height: 363px;
  overflow: visible;
  padding: 3px 20px 3px;
  position: relative;
  width: 690px;
}
/* line 70, scss/_footer.scss */
.content footer #footer-menu li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/* line 76, scss/_footer.scss */
.content footer #footer-menu a {
  display: block;
  margin: 1px 0;
}
/* line 81, scss/_footer.scss */
.content footer #footer-menu a.root-item-selected, .content footer #footer-menu a.root-item {
  color: white;
  display: inline-block;
  font: 18px/1 Tahoma;
  margin: 0;
  padding-top: 4px;
  text-decoration: none;
}
/* line 89, scss/_footer.scss */
.content footer #footer-menu a.root-item-selected:hover, .content footer #footer-menu a.root-item:hover {
  text-decoration: underline;
}
/* line 94, scss/_footer.scss */
.content footer #footer-menu a:not(.root-item-selected):not(.root-item) {
  color: #ffe1e1;
  font: bold 14px/0.9 Tahoma;
  text-decoration: underline;
}
/* line 99, scss/_footer.scss */
.content footer #footer-menu a:not(.root-item-selected):not(.root-item):hover {
  color: #ea7a75;
}
/* line 105, scss/_footer.scss */
.content footer .notes-box {
  background: #190000;
  display: table;
  height: 56px;
  width: 100%;
}
/* line 112, scss/_footer.scss */
.content footer .notes {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}
/* line 118, scss/_footer.scss */
.content footer .copyright {
  color: #757575;
  font: 13px/1.3 Tahoma;
  padding-left: 6px;
}
/* line 124, scss/_footer.scss */
.content footer .developer {
  color: white;
  float: right;
  font: 14px/1.2 Tahoma;
  padding-right: 11px;
}
/* line 130, scss/_footer.scss */
.content footer .developer a {
  color: inherit;
}
/* line 135, scss/_footer.scss */
.content footer .social-groups-widget {
  width: 299px;
  height: 337px;
  overflow: hidden;
  background: #c31000;
  padding-top: 8px;
}
/* line 140, scss/_footer.scss */
.content footer .social-groups-widget ul.tab-switchers {
  width: 100%;
  height: 36px;
  overflow: hidden;
  margin: 0;
}
/* line 144, scss/_footer.scss */
.content footer .social-groups-widget ul.tab-switchers li {
  width: 50%;
  height: 100%;
  overflow: hidden;
  color: white;
  cursor: pointer;
  display: inline-block;
  font: 16px/36px Tahoma;
  text-align: center;
}
/* line 152, scss/_footer.scss */
.content footer .social-groups-widget ul.tab-switchers li.active {
  background: white;
}
/* line 158, scss/_footer.scss */
.content footer .social-groups-widget ul.tab-switchers li.vk > span.icon {
  width: 22px;
  height: 22px;
  background-position: 0 -928px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: -5px;
}
/* line 59, ../../../../Ruby/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.content footer .social-groups-widget ul.tab-switchers li.vk > span.icon:active, .content footer .social-groups-widget ul.tab-switchers li.vk > span.icon.vk-tab-active {
  background-position: 0 -906px;
}
/* line 166, scss/_footer.scss */
.content footer .social-groups-widget ul.tab-switchers li.vk.active {
  color: #5b7fa6;
}
/* line 169, scss/_footer.scss */
.content footer .social-groups-widget ul.tab-switchers li.vk.active > span.icon {
  background-position: 0 -906px;
}
/* line 176, scss/_footer.scss */
.content footer .social-groups-widget ul.tab-switchers li.facebook > span.icon {
  width: 22px;
  height: 22px;
  background-position: 0 -109px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: -5px;
}
/* line 59, ../../../../Ruby/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.content footer .social-groups-widget ul.tab-switchers li.facebook > span.icon:active, .content footer .social-groups-widget ul.tab-switchers li.facebook > span.icon.facebook-tab-active {
  background-position: 0 -87px;
}
/* line 184, scss/_footer.scss */
.content footer .social-groups-widget ul.tab-switchers li.facebook.active {
  color: #0063a1;
}
/* line 187, scss/_footer.scss */
.content footer .social-groups-widget ul.tab-switchers li.facebook.active > span.icon {
  background-position: 0 -87px;
}
/* line 194, scss/_footer.scss */
.content footer .social-groups-widget .tab {
  width: 299px;
  height: 301px;
  overflow: hidden;
  background: white;
  box-sizing: border-box;
  display: none;
  padding: 6px;
}
/* line 201, scss/_footer.scss */
.content footer .social-groups-widget .tab.active {
  display: block;
}

@media print {
  /* line 300, scss/template_styles.scss */
  .admin-panel {
    display: none;
  }
}

/* изменение страницы "Клуб -> История" */
.history_periods {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 15px;
  gap: 15px;
}
.history_single_period {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.history_h4 {
  color: #8d0700;
  font-style: italic;
}
.history_single_period img {
  border-radius: 15px 15px;
  transition: 0.4s
}
.history_single_period:hover img {
  transform: scale(1.05);
  border-radius: 25px 25px;
  box-shadow: 0 0 12px #c20b01;
}
/* Конец изменения страницы "Клуб -> История" */

/* изменение страницы "Коммерческая деятельность -> Сувенирная продукция" */
.suvenir-product_content {
    width: 97%;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.suvenir-product_line {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.suvenir-product_item {
    border: solid 2px #A9A9A9;
    width: 300px;
    height: 400px;
    display: flex;
    flex-direction: column;
    color: white;

}
.suvenir-product_item-image {
    width: 300px;
    height: 300px;
}
.suvenir-product_item-image img{
    width: 100%;
    height: 100%;
}
.suvenir-product_item-h3 {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(150deg, #8d0700, #8d0700, #db4c44);
    font-family: Geneva, Verdana, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.suvenir-product_item-h3 h3{
    color: white;
    font-weight: 900;
}
.suvenir-product_item-price {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: end;
    align-items: center;
    background: linear-gradient(150deg, rgb(20, 16, 16), rgb(20, 16, 16), #db4c44);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 600;
}
/* Конец изменения страницы "Коммерческая деятельность -> Сувенирная продукция" */

/* End */
/* /bitrix/templates/belshina/styles.css?1747683764185 */
/* /bitrix/templates/belshina/template_styles.css?174768376486735 */
