

/* Start:/local/templates/basketball/css/style.css?1765867717344367*/
@charset "UTF-8";

/* ********************** */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  height: auto;
}

.slider-for {
  margin-bottom: -40px;
}

.slick-slide h3 {
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  line-height: 28px;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  cursor: pointer;
}

.slick-slide h3:hover {
  text-decoration: underline;
}

.slick-current h3 {
  background-color: #04005a;
  border-color: #024f9d;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  /*height: 100%;*/
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  /*         font-family: "slick";
        src: slick-font-url("/local/templates/basketball/css/slick.eot");
        src: slick-font-url("/local/templates/basketball/css/slick.eot?#iefix") format("embedded-opentype"), slick-font-url("/local/templates/basketball/css/slick.woff") format("woff"), slick-font-url("/local/templates/basketball/css/slick.ttf") format("truetype"), slick-font-url("/local/templates/basketball/css/slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal; */
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
/* Icons */
@font-face {
  /*         font-family: "slick";
        src: slick-font-url("/local/templates/basketball/css/slick.eot");
        src: slick-font-url("/local/templates/basketball/css/slick.eot?#iefix") format("embedded-opentype"), slick-font-url("/local/templates/basketball/css/slick.woff") format("woff"), slick-font-url("/local/templates/basketball/css/slick.ttf") format("truetype"), slick-font-url("/local/templates/basketball/css/slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal; */
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Arrows */
.hof-content .slick-prev {
  position: absolute;
  background: url(/upload/images/svg-icons/left-arrow.svg) no-repeat;
  display: block;
  height: 60px;
  width: 30px;
  cursor: pointer;
  top: 45%;
  padding: 0;
  border: none;
  outline: none;
  left: -75px;
  font-size: 0px;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hof-content .slick-next {
  position: absolute;
  background: url(/upload/images/svg-icons/right-arrow.svg) no-repeat;
  display: block;
  height: 60px;
  width: 30px;
  cursor: pointer;
  color: transparent;
  top: 45%;
  padding: 0;
  border: none;
  outline: none;
  right: -75px;
  font-size: 0px;
  opacity: 0.5;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.hof-content .slider-nav .slick-prev {
  position: absolute;
  background: url(/upload/images/svg-icons/left-arrow-sm.svg) no-repeat;
  display: block;
  height: 30px;
  width: 30px;
  cursor: pointer;
  top: 60%;
  padding: 0;
  border: none;
  outline: none;
  left: 0px;
  font-size: 0px;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 999;
}

.hof-content .slider-nav .slick-next {
  position: absolute;
  background: url(/upload/images/svg-icons/right-arrow-sm.svg) no-repeat;
  display: block;
  height: 30px;
  width: 30px;
  cursor: pointer;
  color: transparent;
  top: 60%;
  padding: 0;
  border: none;
  outline: none;
  right: -10px;
  font-size: 0px;
  opacity: 0.5;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 999;
}

.hof-content .slick-prev:hover,
.hof-content .slick-prev:focus,
.hof-content .slick-next:hover,
.hof-content .slick-next:focus {
  outline: none;
  opacity: 1;
}

[dir="rtl"] .hof-content .slick-prev {
  left: auto;
}

.hof-content .slick-prev:before {
  content: "";
}

[dir="rtl"] .hof-content .slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-next {
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("/local/templates/basketball/css/../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/local/templates/basketball/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/local/templates/basketball/css/../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/local/templates/basketball/css/../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/local/templates/basketball/css/../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/local/templates/basketball/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  -webkit-border-radius: .1em;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *
 */
x-object-fit {
  position: relative !important;
  display: inline-block !important;
}

x-object-fit>.x-object-fit-taller,
x-object-fit>.x-object-fit-wider {
  position: absolute !important;
  left: -100% !important;
  right: -100% !important;
  top: -100% !important;
  bottom: -100% !important;
  margin: auto !important;
}

.x-object-fit-none>.x-object-fit-taller,
.x-object-fit-none>.x-object-fit-wider {
  width: auto !important;
  height: auto !important;
}

.x-object-fit-fill>.x-object-fit-taller,
.x-object-fit-fill>.x-object-fit-wider {
  width: 100% !important;
  height: 100% !important;
}

.x-object-fit-contain>.x-object-fit-taller {
  width: auto !important;
  height: 100% !important;
}

.x-object-fit-contain>.x-object-fit-wider {
  width: 100% !important;
  height: auto !important;
}

.x-object-fit-cover>.x-object-fit-taller,
.x-object-fit-cover>.x-object-fit-wider {
  max-width: none !important;
  max-height: none !important;
}

.x-object-fit-cover>.x-object-fit-taller {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}

.x-object-fit-cover>.x-object-fit-wider {
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
}

.x-object-position-top>.x-object-fit-taller,
.x-object-position-top>.x-object-fit-wider {
  top: 0 !important;
  bottom: auto !important;
}

.x-object-position-right>.x-object-fit-taller,
.x-object-position-right>.x-object-fit-wider {
  left: auto !important;
  right: 0 !important;
}

.x-object-position-bottom>.x-object-fit-taller,
.x-object-position-bottom>.x-object-fit-wider {
  top: auto !important;
  bottom: 0 !important;
}

.x-object-position-left>.x-object-fit-taller,
.x-object-position-left>.x-object-fit-wider {
  left: 0 !important;
  right: auto !important;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-container~.fancybox-container {
  z-index: 99992;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide>* {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: -webkit-calc(100% - 100px);
  max-width: calc(100% - 100px);
  max-height: -webkit-calc(100% - 88px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  transition: background .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), color-stop(80%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: .3;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  left: -webkit-calc(50% - 8px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: .6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3;
}

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: -webkit-calc(50% - 7px);
  left: calc(50% - 7px);
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  left: -webkit-calc(50% - 4px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none;
}

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
    left: -webkit-calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

/* helpers */
/* Fonts */
/*  основные цвета  */
.accent-gradient,
.header,
.header__top__search-popup:after,
.footer,
.tourment-table__table-item .head__tr,
.album-preview__info,
.persons-slider__top__header,
.table-head,
.tourment-table__in-tourment-tables .thead__tr,
.table-search__input-box,
.schedule-head,
.cup-schedule__table-head__final,
.teams-page-2-table .thead__tr,
.scorers-table thead tr,
.player-page__top-table .thead__tr,
.sheme-tour__header {
  background: #EB5F00;
  background: -webkit-linear-gradient(left, #EB5F00 0%, #D83D04 100%);
  background: -webkit-gradient(linear, left top, right top, from(#EB5F00), to(#D83D04));
  background: linear-gradient(to right, #EB5F00 0%, #D83D04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EB5F00', endColorstr='#D83D04', GradientType=1);
}

/* base */
@font-face {
  font-family: 'a_lcdnovaregular';
  src: url("/local/templates/basketball/css/../fonts/a_lcdnova-webfont.eot");
  src: url("/local/templates/basketball/css/../fonts/a_lcdnova-webfont.eot?#iefix") format("embedded-opentype"), url("/local/templates/basketball/css/../fonts/a_lcdnova-webfont.woff2") format("woff2"), url("/local/templates/basketball/css/../fonts/a_lcdnova-webfont.woff") format("woff"), url("/local/templates/basketball/css/../fonts/a_lcdnova-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul li {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

h1 {
  color: #000;
  font-size: 42px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 24px;
}

h2 {
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 24px;
}

h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

h4 {
  font-size: 15px;
  letter-spacing: 2.4px;
  line-height: 24px;
  margin: 0px 0 8px 0;
}

p {
  margin-top: 10px;
  color: #6a7678;
}

b {
  font-weight: 700;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  outline: 0;
  text-decoration: none;
}

.h1-style {
  font-weight: 700;
  font-size: 32px;
  color: #04005a;
  line-height: 32px;
  margin: 0;
  letter-spacing: 0.9px;
}

.h2-style {
  font-size: 21px;
  color: #04005a;
  font-weight: 700;
  line-height: 21px;
}

.h3-style {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #f4b600;
  letter-spacing: 0;
  line-height: 25px;
  margin: 0;
}

.block--title {
  height: 73px;
}

.section__title h2 {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 41px;
  font-weight: 700;
  color: #04005a;
  text-align: center;
}

.more-elements {
  text-align: right;
  padding-top: 12px;
}

.more-elements a {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #252270;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  padding-right: 12px;
}

.more-elements a:hover {
  text-decoration: none;
}

.more-elements a i {
  font-size: 10px;
  color: #252270;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://bootstrap-3.ru/customize.php?id=36fb987fdf0bbe8724769ee2fda9e547)
 * Config saved to config.json and https://gist.github.com/36fb987fdf0bbe8724769ee2fda9e547
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
section,
summary {
  display: block;
  position: relative;
}

nav {
  display: block;
  position: relative;
  z-index: 4;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  float: left;
}

.col-lg-12 {
  width: 100%;
}

.col-lg-11 {
  width: 91.66666667%;
}

.col-lg-10 {
  width: 83.33333333%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-8 {
  width: 66.66666667%;
}

.col-lg-7 {
  width: 58.33333333%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-5 {
  width: 41.66666667%;
}

.col-lg-4 {
  width: 33.33333333%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-2 {
  width: 16.66666667%;
}

.col-lg-1 {
  width: 8.33333333%;
}

.col-lg-pull-12 {
  right: 100%;
}

.col-lg-pull-11 {
  right: 91.66666667%;
}

.col-lg-pull-10 {
  right: 83.33333333%;
}

.col-lg-pull-9 {
  right: 75%;
}

.col-lg-pull-8 {
  right: 66.66666667%;
}

.col-lg-pull-7 {
  right: 58.33333333%;
}

.col-lg-pull-6 {
  right: 50%;
}

.col-lg-pull-5 {
  right: 41.66666667%;
}

.col-lg-pull-4 {
  right: 33.33333333%;
}

.col-lg-pull-3 {
  right: 25%;
}

.col-lg-pull-2 {
  right: 16.66666667%;
}

.col-lg-pull-1 {
  right: 8.33333333%;
}

.col-lg-pull-0 {
  right: auto;
}

.col-lg-push-12 {
  left: 100%;
}

.col-lg-push-11 {
  left: 91.66666667%;
}

.col-lg-push-10 {
  left: 83.33333333%;
}

.col-lg-push-9 {
  left: 75%;
}

.col-lg-push-8 {
  left: 66.66666667%;
}

.col-lg-push-7 {
  left: 58.33333333%;
}

.col-lg-push-6 {
  left: 50%;
}

.col-lg-push-5 {
  left: 41.66666667%;
}

.col-lg-push-4 {
  left: 33.33333333%;
}

.col-lg-push-3 {
  left: 25%;
}

.col-lg-push-2 {
  left: 16.66666667%;
}

.col-lg-push-1 {
  left: 8.33333333%;
}

.col-lg-push-0 {
  left: auto;
}

.col-lg-offset-12 {
  margin-left: 100%;
}

.col-lg-offset-11 {
  margin-left: 91.66666667%;
}

.col-lg-offset-10 {
  margin-left: 83.33333333%;
}

.col-lg-offset-9 {
  margin-left: 75%;
}

.col-lg-offset-8 {
  margin-left: 66.66666667%;
}

.col-lg-offset-7 {
  margin-left: 58.33333333%;
}

.col-lg-offset-6 {
  margin-left: 50%;
}

.col-lg-offset-5 {
  margin-left: 41.66666667%;
}

.col-lg-offset-4 {
  margin-left: 33.33333333%;
}

.col-lg-offset-3 {
  margin-left: 25%;
}

.col-lg-offset-2 {
  margin-left: 16.66666667%;
}

.col-lg-offset-1 {
  margin-left: 8.33333333%;
}

.col-lg-offset-0 {
  margin-left: 0%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.2%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.btn {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn--pink {
  background-color: #9419ac;
}

.btn--pink:hover {
  background-color: #811696;
}

.btn--skin {
  background-color: transparent;
  border: 2px solid #fff;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  height: 52px;
  line-height: 52px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.6;
  display: block;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.btn--skin:hover {
  opacity: 0.8;
}

.btn--slkin-dark-blue {
  display: inline-block;
  font-size: 16px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #04005a;
  color: #04005a;
  font-weight: 700;
}

.btn--dark-blue {
  display: inline-block;
  background-color: #04005a;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding-top: 17px;
  padding-bottom: 16px;
  padding-right: 24px;
  padding-left: 24px;
}

.btn--dark-blue:visited {
  background-color: #04005a;
}

.btn--dark-blue:hover {
  background-color: #04005a;
}

.btn--skin_wh-gr-invers {
  background-color: transparent;
  border: 1px solid #fff;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  height: 52px;
  line-height: 52px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-decoration: none !important;
}

.btn--skin_wh-gr-invers:hover {
  opacity: 1;
  background-color: #fff;
  color: #EB5F00;
}

.btn--dark-blue-invers {
  display: inline-block;
  background-color: #04005a;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  padding-top: 17px;
  padding-bottom: 16px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px solid #04005a;
}

.btn--dark-blue-invers:hover {
  background-color: #fff;
  color: #04005a;
}

a.tooltip_link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: default;
}

a.tooltip_link:hover {
  color: inherit;
}

.go_up {
  width: 52px;
  height: 52px;
  position: fixed;
  border: 1px solid #e2e2e2;
  border-right: none;
  right: 0;
  top: 50vh;
  cursor: pointer;
  margin-right: -55px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #fff;
  opacity: 0;
  z-index: 1;
  font-size: 0;
  text-align: center;
}

.go_up._a {
  opacity: 1;
  margin-right: 0;
  z-index: 9999;
}

.go_up:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.go_up:after {
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url("/upload/images/icons/g_up.png") no-repeat center;
  margin-bottom: 5px;
}

/* components */
/* Fonts */
/*  основные цвета  */
.accent-gradient,
.header,
.header__top__search-popup:after,
.footer,
.tourment-table__table-item .head__tr,
.album-preview__info,
.persons-slider__top__header,
.table-head,
.tourment-table__in-tourment-tables .thead__tr,
.table-search__input-box,
.schedule-head,
.cup-schedule__table-head__final,
.teams-page-2-table .thead__tr,
.scorers-table thead tr,
.player-page__top-table .thead__tr,
.sheme-tour__header,
.teams-page-4-table .thead__tr {
  background: #EB5F00;
  background: -webkit-linear-gradient(left, #EB5F00 0%, #D83D04 100%);
  background: -webkit-gradient(linear, left top, right top, from(#EB5F00), to(#D83D04));
  background: linear-gradient(to right, #EB5F00 0%, #D83D04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EB5F00', endColorstr='#D83D04', GradientType=1);
}

.header {
  color: #fff;
  padding-top: 105px;
  position: absolute;
  width: 100%;
  min-width: 1200px;
  z-index: 3;
}

.header__wide-banner {
  background: url(/upload/images/banner-middle.jpg);
  position: absolute;
  font-size: 0;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 95px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.header__wide-banner .header__wide-banner-link {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__top__category {
  float: left;
}

.header__top-select-col {
  float: left;
  margin-left: 50px;
  height: 19px;
}

.header__top-select-col:first-child {
  margin-left: 0;
}

.header__top__icons-list {
  float: left;
}

.header__top__links {
  float: left;
  position: relative;
}

.header__top-select__list {
  display: none;
}

.jq-selectbox__select-text {
  font-size: 13px;
  border-bottom: 1px dashed white;
  position: relative;
  text-transform: capitalize;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: auto !important;
}

.jq-selectbox__select-text:hover {
  border-color: transparent;
}

.jq-selectbox__select-text:after {
  content: '';
}

.jq-selectbox__select {
  padding-right: 12px;
}

.jq-selectbox select {
  visibility: hidden !important;
}

.jq-selectbox__trigger {
  position: absolute;
  right: 0;
  height: 6px;
  width: 7px;
  top: 50%;
  left: auto;
  margin: 0;
  margin-top: -2px;
  padding: 0;
}

.jq-selectbox__trigger-arrow {
  display: block;
  position: absolute;
  width: 7px;
  height: 5px;
  top: 50%;
  margin-top: -3px;
  right: 0;
  background-image: url("/upload/images/icons/select-arrow-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

@-webkit-keyframes visDMmenu {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes visDMmenu {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.jq-selectbox__dropdown {
  background-color: #EB5F00 !important;
  position: absolute;
  width: 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  left: 50%;
  margin-left: -80px;
  top: -webkit-calc(100% + 20px);
  top: calc(100% + 20px);
}

.jq-selectbox__dropdown:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-left: 1px solid #EB5F00;
  border-top: 1px solid #EB5F00;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -5px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #EB5F00 !important;
}

.jq-selectbox__dropdown:after {
  content: "";
  direction: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EB5F00 !important;
}

.jq-selectbox__dropdown ul {
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.jq-selectbox__dropdown li {
  padding: 8px 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  text-align: left;
}

.jq-selectbox__dropdown li:before {
  content: '';
  width: 4px;
  height: 7px;
  top: 50%;
  left: -10px;
  margin-top: -4px;
  position: absolute;
  background-image: url("/upload/images/icons/selected-item-arrow-icon.png");
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}

.jq-selectbox__dropdown li:hover:before {
  visibility: visible;
  opacity: 1;
}

.jq-selectbox__dropdown li.sel {
  display: none;
}

.jq-selectbox__dropdown li.sel:before {
  visibility: visible;
  opacity: 1;
}

.jq-selectbox__dropdown li.sel:hover:before {
  margin-left: -2px;
}

.jq-selectbox.opened .jq-selectbox__dropdown {
  -webkit-animation: visDMmenu .5s;
  animation: visDMmenu .5s;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}

.header__top__icons-list {
  margin-bottom: 10px;
}

.header__top__icons-list li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
}

.header__top__icons-list li a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__top__icons-list--mt {
  margin-top: -2px;
  margin-bottom: 12px;
}

.header-icon-list__icon {
  display: block;
  font-size: 16px;
  color: #fff;
}

.header-icon-list__icon.fa-vk {
  position: relative;
  top: -2px;
}

.header__top__search-popup {
  z-index: 101;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  max-width: 1200px;
  position: absolute;
  width: 0;
  right: -webkit-calc(30px + 40px);
  right: calc(30px + 40px);
  left: auto;
  max-width: -webkit-calc(600px - 30px - 50px - 15px - 15px);
  max-width: calc(600px - 30px - 50px - 15px - 15px);
  top: 50%;
  height: 30px;
  margin-top: -webkit-calc(-15px - 4px);
  margin-top: calc(-15px - 4px);
  font-size: 0;
  overflow: hidden;
}

.header__top__search-popup:after {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  left: -webkit-calc(-100vw/2 + 30px + 50px + 15px + 15px);
  left: calc(-100vw/2 + 30px + 50px + 15px + 15px);
  height: 30px;
  top: 0;
}

@media (max-width: 1200px) {
  .header__top__search-popup:after {
    left: -15px;
    width: 1200px;
  }
}

.header__top__search-popup.active {
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  width: -webkit-calc(100vw - 30px - 50px - 15px - 15px);
  width: calc(100vw - 30px - 50px - 15px - 15px);
}

@media (max-width: 1200px) {
  .header__top__search-popup.active {
    width: -webkit-calc(1200px - 30px - 50px - 15px - 15px);
    width: calc(1200px - 30px - 50px - 15px - 15px);
  }
}

.header__search-input {
  display: inline-block;
  width: -webkit-calc(100% - 15px - 5px);
  width: calc(100% - 15px - 5px);
  margin: 0;
  padding: 0;
  margin-right: 5px;
  height: 30px;
  border: none;
  background: none;
  border: 1px solid rgba(214, 214, 214, 0.5);
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding-left: 10px;
  font-size: 14px;
  outline: none;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.header__search-input::-webkit-input-placeholder {
  text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #fff;
  opacity: 0.75;
}

.header__search-input::-moz-placeholder {
  text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #fff;
  opacity: 0.75;
}

.header__search-input:-moz-placeholder {
  text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #fff;
  opacity: 0.75;
}

.header__search-input:-ms-input-placeholder {
  text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #fff;
  opacity: 0.75;
}

.header__search-btn {
  outline: none;
  height: 15px;
  width: 15px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  z-index: 1;
  position: relative;
  background-color: transparent;
  background-image: url("/upload/images/icons/search-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none !important;
  margin-top: -4px;
}

.header__search-btn:hover {
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  outline: none !important;
}

.header__top__link {
  display: block;
  float: left;
  margin-left: 50px;
  font-size: 13px;
  color: #fff;
  border-bottom: 1px dashed white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  outline: none !important .header__top__link;
}

.header__top__link :hover,
.header__top__link:active,
.header__top__link:visited,
.header__top__link:focus {
  color: #fff;
  border-bottom: 1px dashed white;
  text-decoration: none;
  outline: none !important;
}

.header__top__link_login {
  width: 30px;
}

.header__top__link--search {
  margin-left: 68px;
}

.header__top__link--search:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  top: 1px;
  left: -18px;
  background-image: url("/upload/images/icons/search-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__top__link--search:hover:before {
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

.header__middle {
  padding-bottom: 35px;
}

.header__middle__left {
  float: left;
}

.header__middle__right {
  float: right;
}

.header__logo {
  font-size: 28px;
  color: #fff;
  height: 77px;
  display: block;
  padding-left: 91px;
  background-image: url("/upload/images/icons/logo.png");
  background-size: 66px 77px;
  background-repeat: no-repeat;
  background-position: 0 center;
  line-height: 77px;
  font-weight: bold;
}

.header__middle__right--custom-btn {
  width: 166px;
  margin-top: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__bottom {
  background-color: #04005a;
  z-index: 100;
}

.header-nav {
  display: table;
}

.header-nav>li {
  display: table-cell;
  padding: 25px 0;
  width: 11%;
  text-align: center;
  position: relative;
  vertical-align: middle;
}

.header-nav>li>a {
  position: relative;
}

/*.header-nav>li>a:not(.__first-level) {*/
/*  cursor: default;*/
/*}*/

.header-nav>li>a:before {
  content: "";
  display: block;
  height: 3px;
  width: 0;
  position: absolute;
  left: 0;
  top: -29px;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  margin: 0 auto;
  background-color: #fff;
}

.header-nav>li.active>a:before {
  width: 100%;
}

.header-nav>li:hover>.header-nav__drop-list {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-nav>li:hover>a:before {
  width: 100%;
}

.header-nav>li a {
  font-size: 11px;
  color: #fff;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  line-height: 1.2;
}

.header-nav>li:last-child {
  text-align: right;
  width: 10%;
}

.header-nav>li:nth-last-child(2) {
  width: 14.5%;
}

.header-nav>li:nth-child(1) .header-nav__drop-list {
  margin-left: -15px;
}

.header-nav>li:nth-child(1) .header-nav__drop-list:before {
  margin-left: -50px;
}

.header-nav>li.header-nav__li-first {
  text-align: left;
  width: 12.5%;
  white-space: nowrap;
}

.header-nav>li.header-nav__logo-fix {
  font-size: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 7%;
  display: none;
}

.header-nav__logo-fix-ico {
  height: 42px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  background-image: url(/upload/images/icons/logo.png);
  position: relative;
  width: 0;
  overflow: hidden;
}

.header-nav__drop-list {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  width: auto;
  white-space: nowrap;
  background-color: #04005a;
  padding-left: 0;
  padding-right: 0;
}

.header-nav__drop-list:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: -8px;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #04005a;
  display: none;
}

.header-nav__drop-list li {
  float: left;
  width: 100%;
  text-align: left;
}

.header-nav__drop-list li:last-child {
  margin-bottom: 0;
}

.header-nav__drop-list li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  padding: 20px 35px;
  display: block;
  width: 100%;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-nav__drop-list li a:hover {
  color: #EB5F00;
}

.header-nav__drop-list_group-title {
  width: 290px;
  padding: 20px;
  padding-bottom: 0;
  left: 50%;
  margin-left: -145px;
}

.header-nav__drop-list_group-title li {
  display: inline-block;
  margin-bottom: 20px;
  width: 37px;
  height: 37px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  margin-right: 33px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-nav__drop-list_group-title li a {
  width: 100%;
  height: 100%;
  line-height: 35px;
  display: block;
  padding: 0;
}

.header-nav__drop-list_group-title li a:hover {
  color: #EB5F00;
  border: none;
  background-color: transparent;
}

.header-nav__drop-list_group-title li:nth-child(4n) {
  margin-right: 0;
}

.header-nav__drop-list_group-title li:hover {
  border-color: #EB5F00;
  color: #23fe23;
}

.header-nav__drop-list_group-title li.__long {
  width: 110px;
  -webkit-border-radius: 37px;
  border-radius: 37px;
  margin-right: 0;
}

.header-nav__drop-list_group-title li.__long:last-child {
  margin-right: 0;
}

.header-nav__drop-list_group-title li.__wide {
  width: 42%;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: block;
  margin-bottom: 20px;
}

.header__bottom-cover {
  width: 100%;
  position: relative;
}

.__fix {
  position: fixed;
  top: 0;
}

.header__bottom-cover.__fix .header-nav__logo-fix {
  display: table-cell;
}

.header__bottom-cover.__fix .header-nav__logo-fix-ico {
  visibility: visible;
  width: 38px;
  opacity: 1;
}

.header__bottom-cover.__fix .header-nav-short {
  width: 9%;
}

.header__bottom-cover.__fix .header-nav>li>a::before {
  top: -26px;
}

.header__top__select .__separate {
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 15px;
  position: relative;
}

.header__top__select .__separate:hover:before {
  -webkit-transform: rotate(90deg) translateY(2px);
  -ms-transform: rotate(90deg) translateY(2px);
  transform: rotate(90deg) translateY(2px);
}

.header__top__select .__separate:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 5px;
  top: 50%;
  margin-top: -3px;
  left: 0;
  background-image: url("/upload/images/icons/select-arrow-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: visible;
  opacity: 1;
}

.footer {
  color: #fff;
  padding-top: 45px;
  padding-bottom: 60px;
}

.footer-nav-list {
  float: left;
  margin-right: 82px;
}

.footer-nav-list li {
  margin-bottom: 24px;
  line-height: 15px;
}

.footer-nav-list li:last-child {
  margin-bottom: 0;
}

.footer-nav-list a {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.footer-nav-list a:hover {
  text-decoration: underline;
}

.footer-contacts {
  float: left;
  padding-left: 50px;
  text-align: center;
}

.footer-contacts a {
  color: #fff;
  font-weight: 700;
  display: block;
  margin-bottom: 22px;
  line-height: 28px;
  font-size: 18px;
}

.footer-contacts a.btn {
  font-weight: normal;
  font-size: inherit;
}

.footer-contacts a.btn.footer-contacts__report {
  font-size: 16px;
  line-height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.footer-contacts a:hover {
  text-decoration: underline;
}

.footer-contacts a .footer-contacts__report {
  line-height: 40px;
  font-size: 16px;
}

.footer-social-contacts {
  float: right;
}

.footer-social-list {
  margin-top: -7px;
}

.footer-social-list li {
  margin-bottom: 13px;
}

.footer-social-list li:last-child {
  margin-bottom: 38px;
}

.footer-social-list a {
  font-size: 0;
}

.footer-social-list a:hover .footer-social__name {
  text-decoration: underline;
}

.footer-social__icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  color: #fff;
  width: 30px;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-social__name {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
}

.footer-contacts__report {
  font-size: 16px;
  border-width: 1px;
  height: 40px;
}

.main-menu__box {
  color: #fff;
  position: relative;
}

.main-menu__box .main-menu__stext {
  margin-right: 12px;
  position: relative;
  font-size: 13px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px dashed #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-menu__box .main-menu__stext:hover {
  border-color: transparent;
}

.main-menu__box .main-menu__stext:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 5px;
  top: 50%;
  margin-top: -1px;
  right: -12px;
  background-image: url("/upload/images/icons/select-arrow-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.main-menu__box .main-menu__cover {
  display: none;
  background-color: #EB5F00 !important;
  position: absolute;
  width: 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  left: 50%;
  margin-left: -80px;
  top: -webkit-calc(100% + 20px);
  top: calc(100% + 20px);
  color: #fff;
}

.main-menu__box .main-menu:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-left: 1px solid #EB5F00;
  border-top: 1px solid #EB5F00;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -5px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #EB5F00 !important;
}

.main-menu__box .main-menu:after {
  content: "";
  direction: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EB5F00 !important;
}

.main-menu__box .main-menu {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-menu__box .main-menu__i {
  color: #fff;
  position: relative;
  z-index: 1;
}

.main-menu__box .main-menu__i-i {
  color: inherit;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  margin: 8px 0;
}

.main-menu__box .main-menu__i-i.main-menu__i-opener:before {
  content: '';
  width: 4px;
  height: 7px;
  top: 50%;
  left: -10px;
  margin-top: -4px;
  position: absolute;
  background-image: url("/upload/images/icons/selected-item-arrow-icon.png");
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  visibility: visible;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}

.main-menu__box .main-menu__i-i.main-menu__i-opener.__a:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main-menu__box .main-menu__i-i:not(.main-menu__i-opener) {
  border-bottom: 1px dashed transparent;
}

.main-menu__box .main-menu__i-i:not(.main-menu__i-opener):hover {
  border-color: #fff;
}

.main-menu__box .main-menu__i-i:not(.main-menu__i-opener).__a.__a {
  /*display: none;*/
  color: #dddddd;
}
.main-menu__box .main-menu__i-i:not(.main-menu__i-opener).__a.__a {
  /*display: none;*/
  border-color: transparent;
  cursor: default;
}

.main-menu__box .main-menu__inner {
  padding-left: 10px;
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-menu__box .main-menu__inner .main-menu__i .main-menu__i-i {
  margin: 2px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.main-menu__box .main-menu__i.__a .main-menu__inner {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.main-menu__box .main-menu__i.__a .main-menu__i.__a {
  display: none;
}

.main-menu__box.__a {
  z-index: 100;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.main-menu__box.__a .main-menu__cover {
  display: block;
  -webkit-animation: visDMmenu .5s;
  animation: visDMmenu .5s;
}

.main-menu__box.__a .main-menu {
  height: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.main-menu__box.__a .main-menu__stext:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.big--news {
  background-image: url(/upload/images/icons/section-grad.png);
  background-repeat: repeat-x;
  background-position: bottom;
  margin-bottom: 55px;
  
}

.big-news {
  padding-top: 50px;
  margin-bottom: 39px;
}

.big-news__main-new {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.big-news__main-new:hover .main-new__image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.big-news__main-new:hover .description__title a {
  text-decoration: underline;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-new__image {
  width: 503px;
  height: 327px;
  position: relative;
  overflow: hidden;
}

.main-new__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.main-new__description {
  margin-left: 14px;
  margin-right: 15px;
  width: 238px;
}

.block-name {
  margin-bottom: 20px;
  padding-top: 5px;
  font-size: 0;
}

.block-name .more-news {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-left: 0;
  text-align: right;
}

.title__main {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #04005a;
}

.block-name__news {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #a0a0a0;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.description__title {
  margin-bottom: 22px;
}

.description__title a {
  color: #04005a;
}

.description__title a:hover {
  text-decoration: underline;
}

.description__title h2 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}

.description-item {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.description-item p {
  color: #000;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.more-news {
  margin-left: 15px;
}

.more-news a {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #252270;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  padding-right: 12px;
}

.more-news a:hover {
  text-decoration: none;
}

.more-news a i {
  font-size: 10px;
  color: #252270;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0;
}

.schedule {
  padding: 15px 20px;
  padding-bottom: 35px;
  border: 1px solid #d6d6d6;
  position: relative;
  background-color: #fff;
}

.schedule h2 {
  text-align: center;
  margin-bottom: 12px;
}

.date-slider {
  text-align: center;
  font-size: 0;
  width: 184px;
  margin: 0 auto;
  padding: 0 15px;
}

.date-slider li.slick-active {
  width: 40px;
}

.date-slider li.slick-current {
  width: 82px;
}

.date-slider li.slick-current .time-slied__short-date {
  display: none;
}

.date-slider li.slick-current .time-slied__full-date {
  display: block;
}

.date-slider .slick-arrow {
  width: 8px;
  height: 8px;
}

.date-slider .slick-arrow:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("/upload/images/icons/date-slider-arrow_green.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.date-slider .slick-prev {
  left: 0;
}

.date-slider .slick-next {
  right: 0;
}

.date-slider .slick-next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.time-slied__short-date {
  font-size: 13px;
  color: #EB5F00;
}

.time-slied__full-date {
  font-size: 13px;
  font-weight: 700;
  color: #646464;
  display: none;
}

.games-list {
  margin-top: 10px;
}

.games-list li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e4e5;
  font-size: 0;
  text-align: center;
}

.games-list li:hover {
  background-color: #fff;
  position: relative;
}

.games-list li:hover:before {
  position: absolute;
  content: '';
  height: 100%;
  left: -50px;
  background-color: #fff;
  z-index: 1;
  top: 0;
  -webkit-box-shadow: 0px 10px 85px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 10px 85px 0px rgba(0, 0, 0, 0.14);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-calc(100% + 30px + 30px);
  width: calc(100% + 30px + 30px);
  padding: 0 30px;
  left: -30px;
  border: 1px solid #EB5F00;
}

.games-list li:hover .games-list__left-part,
.games-list li:hover .games-list__center-part,
.games-list li:hover .games-list__right-part {
  position: relative;
  z-index: 3;
}

.games-list li:hover .games-list__left-part .games-list__team-name,
.games-list li:hover .games-list__right-part .games-list__team-name {
  position: absolute;
  width: auto;
  height: 39px;
  line-height: 37px;
  z-index: 3;
  white-space: nowrap;
  text-overflow: clip;
  background-color: transparent;
  min-width: auto;
  width: 116px;
  top: -7px;
}

.games-list li:hover .games-list__left-part .games-list__team-name {
  right: 48px;
}

.games-list li:hover .games-list__right-part .games-list__team-name {
  padding-right: 20px;
  left: 48px;
}

.games-list li:last-child {
  border-bottom: none;
}

.games-list__left-part {
  text-align: right;
  padding-right: 12px;
}

.games-list__left-part .games-list__team-name {
  padding-left: 0;
}

.games-list__right-part {
  text-align: left;
  padding-left: 12px;
}

.games-list__right-part .games-list__team-name {
  padding-right: 0;
}

.games-list__left-part,
.games-list__right-part {
  display: inline-block;
  vertical-align: middle;
  width: 147px;
  font-size: 14px;
  color: #363636;
}

.games-list__team-name {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  width: 93px;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  position: relative;
  padding-right: 10px;
}

.games-list__team-name--winner {
  color: #000;
  font-weight: 700;
}

.games-list__team-logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  height: 20px;
  width: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 0;
}

.games-list__team-logo:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.games-list__team-logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 20px;
  max-height: 20px;
  height: auto;
  width: auto;
}

.games-list__center-part {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 10px;
  background-color: #04005a;
}

.main-new__image {
  line-height: 0;
}

.main-new__image img {
  width: 100%;
}

.next-schedule {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 100%;
}

.next-schedule__btn .fa-angle-down {
  position: relative;
  top: 1px;
  font-weight: bold;
  font-size: 16px;
  line-height: 9px;
}

.Rectangle_776 {
  border-width: 1px;
  border-color: white;
  border-style: solid;
  background-color: white;
  position: absolute;
  left: 864px;
  top: 549px;
  width: 413px;
  height: 37px;
  z-index: 471;
}

.schedule {
  padding: 15px 0px;
  padding-bottom: 35px;
  border: 1px solid #d6d6d6;
  position: relative;
  background-color: #fff;
}

.schedule h2 {
  text-align: center;
  margin-bottom: 12px;
}

.schedule_n {
  padding-top: 6px;
  padding-bottom: 0px;
}

.date-slider {
  text-align: center;
  font-size: 0;
  width: 184px;
  margin: 0 auto;
  padding: 0 15px;
}

.date-slider li.slick-active {
  width: 40px;
}

.date-slider li.slick-current {
  width: 82px;
}

.date-slider li.slick-current .time-slied__short-date {
  display: none;
}

.date-slider li.slick-current .time-slied__full-date {
  display: block;
}

.date-slider .slick-arrow {
  width: 8px;
  height: 8px;
}

.date-slider .slick-arrow:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("/upload/images/icons/date-slider-arrow_green.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.date-slider .slick-prev {
  left: 0;
}

.date-slider .slick-next {
  right: 0;
}

.date-slider .slick-next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.date-slider_n {
  padding-left: 30px;
  padding-right: 30px;
  width: 355px;
}

.date-slider_n .slick-arrow {
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #EB5F00;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.date-slider_n .slick-arrow:before,
.date-slider_n .slick-arrow:after {
  display: none;
}

.date-slider_n .slick-arrow:before,
.date-slider_n .slick-arrow:after {
  content: "";
  display: block;
  width: 5px;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: #EB5F00;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  left: 50%;
  margin-left: -2px;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.date-slider_n .slick-arrow:before {
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  margin-top: -2px;
}

.date-slider_n .slick-arrow:after {
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  margin-top: 0px;
}

.date-slider_n .slick-arrow.slick-prev:before,
.date-slider_n .slick-arrow.slick-prev:after {
  margin-left: -3px;
}

.date-slider_n .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  margin-top: -2px;
}

.date-slider_n .slick-arrow.slick-prev:after {
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  margin-top: 0px;
}

.date-slider_n .slick-arrow:hover {
  background-color: #EB5F00;
}

.date-slider_n .slick-arrow:hover:before,
.date-slider_n .slick-arrow:hover:after {
  background-color: #fff;
}

.date-slider_n li.slick-slide {
  width: 100px;
  height: 20px;
  line-height: 20px;
}

.date-slider_n li.slick-slide:not(.slick-current) {
  cursor: pointer;
}

.date-slider_n li.slick-slide:not(.slick-current):hover .time-slied__full-date {
  text-decoration: underline;
}

.date-slider_n .slick-slide:not(.slick-current) .time-slied__full-date {
  font-weight: normal;
  font-size: 12px;
}

.time-slied__short-date {
  font-size: 13px;
  color: #EB5F00;
  display: none;
}

.time-slied__full-date {
  font-size: 13px;
  font-weight: 700;
  color: #646464;
  display: block;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  line-height: 20px;
}

.games-list {
  margin-top: 15px;
  border-top: 1px solid #e5e4e5;
}

.games-list li {
  padding: 0;
  border-bottom: 1px solid #e5e4e5;
  font-size: 0;
  text-align: center;
}

.games-list li:before {
  display: none;
}

.games-list__i {
  display: table;
  width: 100%;
  font-size: 14px;
  text-align: left;
  padding: 3px 0;
  position: relative;
}

.games-list__i--live {
  position: relative;
}

.games-list__i--live:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 1px solid #EB5F00;
  pointer-events: none;
}

.games-list__i--live .games-list_n-teams-count {
  color: #EB5F00;
}


.games-list__i:hover {
  background-color: #f8f8f8;
}

.games-list_n-time {
  display: table-cell;
  min-width: 100px;
  text-align: center;
  vertical-align: middle;
  color: #8d8d8d;
  font-weight: bold;
  font-size: 14px;
}

.games-list_n-time .games-list_n-time-sq {
  display: block;
  line-height: 14px;
  font-size: 12px;
  font-weight: normal;
}

.games-list_n-teams-info {
  display: table-cell;
  width: 100%;
}

.games-list_live {
  position: absolute;
  right: 60px;
  top: 18px;
  background: #D83D04;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  line-height: 11px;
  color: #fff;
  text-transform: uppercase;
}

.play {
  position: absolute;
  background: transparent;
  top: 42%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  transition: .25s ease;
}

.play:hover {
  border: 2px solid rgba(255, 255, 255, 1);
}

.play i {
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 35px;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
  transition: .35s ease;
}

.play:hover i {
  color: rgba(255, 255, 255, 1);
}

.play-small {
  position: absolute;
  background: transparent;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  transition: .25s ease;
}

.play-small:hover {
  border: 2px solid rgba(255, 255, 255, 1);
}

.play-small i {
  position: absolute;
  top: 13px;
  bottom: 0;
  left: 18px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  transition: .35s ease;
}

.play-small:hover i {
  color: rgba(255, 255, 255, 1);
}


.games-list_n-teams-row {
  display: table-row;
}

.games-list_n-teams-logo,
.games-list_n-teams-name,
.games-list_n-teams-count {
  display: table-cell;
  vertical-align: middle;
}

.games-list_n-teams-logo {
  padding: 4px 10px;
  max-width: 40px;
  overflow: hidden;
}

.games-list_n-teams-name {
  width: 100%;
  padding-right: 10px;
  font-weight: inherit;
}

.games-list_n-teams-name a {
  display: inline-block;
  max-width: 220px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.games-list_n-teams-logo-i {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.games-list_n-teams-count {
  font-weight: inherit;
  padding-right: 20px;
}

.games-list_n-teams-row.__win {
  font-weight: bold;
}

.next-schedule {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 100%;
}

.next-schedule__btn {
  font-weight: normal;
  padding: 3px 20px;
  height: 20px;
}

.next-schedule__btn .fa-angle-down {
  position: relative;
  top: 1px;
  font-weight: bold;
  font-size: 16px;
  line-height: 9px;
}

.Rectangle_776 {
  border-width: 1px;
  border-color: white;
  border-style: solid;
  background-color: white;
  position: absolute;
  left: 864px;
  top: 549px;
  width: 413px;
  height: 37px;
  z-index: 471;
}

.other-news__news-item {
  margin-bottom: 30px;
  width: 237px;
}

.other-news__news-item:hover .news-item__image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.other-news__news-item:hover .news-item__title a {
  text-decoration: underline;
}

.news-item__image {
  margin-bottom: 15px;
  height: 142px;
  position: relative;
  overflow: hidden;
}

.news-item__image img {
  height: 142px;
  width: 237px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.news-item__name {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #a0a0a0;
  margin-bottom: 15px;
}

.news-item__title {
  height: 40px;
}

.news-item__title a {
  color: #04005a;
  display: inline-block;
}

.news-item__title a:hover {
  text-decoration: underline;
}

.news-item__title h2 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #04005a;
  line-height: 18px;
  height: 40px;
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}

.news-item__description {
  padding-bottom: 35px;
}

.news-item__description p {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  margin: 0;
  margin-bottom: 10px;
}

.news-item__description p:last-child {
  margin-bottom: 0;
}

.news-item__description-inner {
  height: 55px;
  overflow: hidden;
}

.news-item__views {
  height: 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.news-item__views {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.views__icon {
  display: inline-block;
  color: #04005a;
}

.views__number {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.views__number:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 13px;
  margin-top: -8px;
  background-image: url("/upload/images/icons/eye-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}

p.team-videos {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #04005a;
  line-height: 24px;
  display: block;
  margin-bottom: 5px;
}

.views--parent {
  position: relative;
}

.views__date {
  padding-left: 5px;
  float: left;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #a0a0a0;
}

.news-item__name {
  color: #a0a0a0;
}

.container-no-paddings {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 66px;
}

.become-participant {
  width: 370px;
  height: 360px;
  border: 1px dashed #04005a;
  text-align: center;
}

.become-participant h2 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #04005a;
  text-align: center;
  margin-top: 85px;
  margin-bottom: 21px;
}

.partipicant-items__description {
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  margin-bottom: 54px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.btn-join {
  padding: 12px 18px;
  border: 1px solid #04005a;
  color: #04005a;
  text-align: center;
  background-color: transparent;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-join:hover {
  background-color: #04005a;
  color: #fff;
}

.tourment-table__table-item {
  width: 370px;
  text-align: center;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 50px;
}

.tourment-table__table-item thead {
  color: #fff;
}

.tourment-table__table-item thead tr {
  height: 42px;
}

.tourment-table__table-item .head__tr {
  background-attachment: fixed;
}

.tourment-table__table-item .head__tr th {
  background: inherit;
}

.tourment-table__table-item tr {
  height: 40px;
  border-bottom: 1px solid #dddddd;
}

.tourment-table__table-item tr:hover {
  background-color: #f8f8f8;
}

.tourment-table__table-item .first-three {
  font-weight: 700;
}

.tourment-table__table-item td.table-item-noborder {
  border-bottom: 0px;
  width: 10px;
  background-color: transparent;
}

.tourment-table__table-item td.table-row-icon {
  width: 30px;
  text-align: center;
}

.tourment-table__table-item td .table-item__position {
  width: 21px;
}

.tourment-table__table-item td.table-item__logo {
  vertical-align: middle;
}

.tourment-table__table-item td .command-logo {
  text-align: center;
  height: 20px;
  font-size: 0;
  position: relative;
}

.tourment-table__table-item td .command-logo:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.tourment-table__table-item td .command-logo img {
  height: auto;
  width: auto;
  max-width: 20px;
  max-height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.tourment-table__table-item td .down-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid red;
  display: inline-block;
  vertical-align: middle;
}

.tourment-table__table-item td .up-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #8cbf23;
  display: inline-block;
  vertical-align: middle;
}

.tourment-table__table-item td .circle-arrow {
  height: 8px;
  width: 8px;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 1px;
  display: inline-block;
  vertical-align: middle;
}

.tourment-table__table-item th {
  font-size: 12px;
  line-height: 12px;
  padding: 4px;
}

.tourment-table__table-item .table-item__title {
  font-weight: 400;
  font-size: 24px;
}

.tourment-table__table-item .table-item__title_text-left {
  text-align: left;
  padding-left: 10px;
}

.table-item__position {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #a0a0a0;
}

.table-item__title {
  font-weight: 700;
  font-size: 24px;
}

.tourment-table__in-tourment-tables .table-item__title {
  font-weight: 400;
  font-size: 24px;
}

.table_item__align-left {
  text-align: left;
  padding-left: 10px;
}

.table-item__name {
  white-space: nowrap;
  min-width: 160px;
  width: 100%;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.table-item__name a {
  color: #333;
}

.table-item__name a:hover {
  text-decoration: underline;
}

.tourment-table__table-item__small-text {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

.head__tr--tab .table-item__title {
  font-size: 18px;
}

.tour-team-info-wrapp .head__tr--tab .table-item__title {
  font-size: 24px;
  padding-left: 10px;
  text-align: left;
}

.tooltip {
  display: block;
  position: absolute;
  left: -5000px;
  top: -5000px;
  padding-bottom: 15px;
  margin-top: 5px;
  z-index: 2;
}

.tooltip__inner {
  position: relative;
  padding: 15px;
  background-color: rgba(70, 77, 83, 0.95);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  opacity: 1;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  font-size: 14px;
}

.tooltip.__a .tooltip__inner {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tooltip__arr {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 5px solid rgba(70, 77, 83, 0.95);
  display: inline-block;
}

.tt-result__date {
  display: block;
  color: #bebebe;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}

.tt-result__info {
  display: table;
}

.tt-result__info-team-home {
  display: table-cell;
  padding-right: 15px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 12px;
}

.tt-result__info-team-home .tt-result__info-team-logo {
  margin-left: 10px;
}

.tt-result__info-team-result {
  display: table-cell;
  vertical-align: middle;
}

.tt-result__info-team-result-i {
  padding: 2px 8px;
  font-size: 11px;
  color: #fff;
  background-color: #04005a;
}

.tt-result__info-team-guest {
  display: table-cell;
  padding-left: 15px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 12px;
}

.tt-result__info-team-guest .tt-result__info-team-logo {
  margin-right: 10px;
}

.tt-result__info-team-logo {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.tt-result__info-team-name {
  vertical-align: middle;
  display: inline-block;
}

.tt-card__time,
.tt-card__f {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.tt-card__type {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/upload/images/svg-icons/ico_ycard.svg");
  margin-left: 10px;
  margin-right: 4px;
}

.tt-card__type_red {
  background-image: url("/upload/images/svg-icons/ico_rcard.svg");
}

.tt-card__type_yred {
  background-image: url("/upload/images/svg-icons/ico_yr.svg");
  width: 18px;
  height: 23px;
}

.tt-card__type_yy {
  background-image: url("/upload/images/svg-icons/ico_y2card.svg");
  width: 18px;
  height: 23px;
}

.tt-goal__time,
.tt-goal__f {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.tt-goal__result {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 8px;
  font-size: 11px;
  color: #04005a;
  background-color: #fff;
  margin-left: 8px;
  margin-right: 3px;
}

.tt-hof {
  color: #fff;
  width: 425px;
  text-align: center;
}

.tt-hof:hover .tt-hof__fam {
  text-decoration: underline;
}

.tt-hof__inner {
  display: table;
  text-align: left;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}

.tt-hof__info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.tt-hof__photo {
  display: table-cell;
  vertical-align: middle;
}

.tt-hof__photo-i {
  display: inline-block;
  width: 95px;
  height: 95px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.tt-hof__fam {
  font-size: 22px;
  padding-bottom: 20px;
}

.tt-hof__counts {
  font-size: 14px;
}

.hof-tt .tooltip__inner {
  background-color: #000;
  border: 1px solid #b5b5b5;
  padding: 20px;
}

.hof-tt .tooltip__arr {
  width: 10px;
  height: 10px;
  border: 1px solid #b5b5b5;
  border-right: none;
  border-top: none;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -5px;
  background: #000;
}

.banner {
  background-image: url("/upload/images/banner-middle.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 75px;
}

.banner__banner-title {
  padding-top: 18px;
  padding-bottom: 15px;
  margin-left: -50px;
  padding-right: 10px;
}

.banner__banner-title h2 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 18px;
  color: #fff;
}

.banner__banner-title p {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-top: 13px;
  line-height: 17px;
  margin-bottom: 23px;
}

.banner__description {
  margin-bottom: 28px;
}

.btn__to-order {
  padding: 11px 43px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: transparent;
}

.banner_in-news {
  height: 125px;
  font-size: 0;
  margin-bottom: 35px;
  background-image: url("/upload/images/banner_news-img_small.jpg");
  background-position: center;
  background-size: cover;
}

.banner_in-news:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.banner_in-news .container {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.photos-section {
  padding-bottom: 106px;
}

.album-preview:hover .album-preview__photo img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.album-preview:hover .album-preview__info a {
  text-decoration: underline;
}

.album-preview__photo {
  line-height: 0;
  position: relative;
  overflow: hidden;
}

.album-preview__photo img {
  width: 100%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.album-preview__info {
  padding-top: 23px;
  padding-left: 41px;
  padding-right: 20px;
  padding-bottom: 24px;
  color: #fff;
}

.album-preview__info__name {
  font-size: 24px;
  margin-bottom: 12px;
}

.album-preview__info__name a {
  color: #fff;
}

.album-preview__info__name a:hover {
  text-decoration: underline;
}

.album-preview__more-info__date {
  float: left;
  font-size: 12px;
  opacity: 0.6;
}

.album-preview__more-info__photo-count {
  float: right;
  padding-left: 23px;
  position: relative;
}

.album-preview__more-info__photo-count:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 13px;
  left: 0;
  top: 2px;
  background-image: url("/upload/images/icons/eye-icon_white.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.photo-item:hover .photo-item__image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.photo-item:hover .photo-item__name a {
  text-decoration: underline;
}

.photo-item-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.photo-item-wrapper--mb {
  margin-bottom: 27px;
}

.photo-item__image {
  line-height: 0;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.photo-item__image a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.photo-item__image img {
  width: 100%;
  height: 173px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.photo-item__name a {
  font-size: 18px;
  line-height: 18px;
  color: #04005a;
  font-weight: 700;
}

.photo-item__name a:hover {
  text-decoration: underline;
}

.photo-item__date {
  font-size: 12px;
  line-height: 12px;
  color: #a0a0a0;
  display: table;
  width: 100%;
  padding-top: 5px;
}

.photo-item__date-views {
  width: 50%;
  display: table-cell;
  text-align: left;
}

.photo-item__date-item {
  width: 50%;
  display: table-cell;
  text-align: right;
}

.photo-item__date .views__number {
  padding-left: 22px;
  color: #333;
}

.photo-item__date .views__number:before {
  margin-top: -7px;
}

.app-block {
  background-image: url("/upload/images/icons/tables-background-2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 63px;
}

.app-screen {
  background-image: url("/upload/images/icons/app-screen-2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 206px;
  width: 735px;
  margin-top: -17px;
}

.app-info {
  padding-left: 18px;
  padding-top: 34px;
}

.app-info__header {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 13px;
  color: #000;
  font-weight: 700;
}

.app-info__descr {
  color: #000;
}

.app-info__btn {
  float: left;
  padding: 7px 26px;
}

.app-info__links {
  padding-top: 19px;
}

.app-info__links-list {
  padding-top: 10px;
  margin-bottom: 0;
}

.app-info__links-list li {
  margin-left: 38px;
}

.app-info__links-list li a {
  color: #04005a;
}

.birthday-persons {
  background-color: #f2f2f2;
  padding-top: 11px;
  padding-bottom: 13px;
  margin-bottom: 58px;
}

.birthday-persons-slider-wrapper {
  position: relative;
  padding-bottom: 34px;
  width: 302px;
  text-align: center;
  border: 1px solid #EB5F00;
}

.birthday-persons-slider-wrapper .slick-arrow {
  width: 22px;
  height: 22px;
  margin-top: -44px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #EB5F00;
}

.birthday-persons-slider-wrapper .slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 5px;
  background-image: url("/upload/images/icons/select-arrow-icon.png");
  background-size: cover;
}

.birthday-persons-slider-wrapper .slick-next {
  right: -11px;
}

.birthday-persons-slider-wrapper .slick-prev {
  left: -11px;
}

.birthday-persons-slider-wrapper .slick-arrow {
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #EB5F00;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.birthday-persons-slider-wrapper .slick-arrow:before,
.birthday-persons-slider-wrapper .slick-arrow:after {
  display: none;
}

.birthday-persons-slider-wrapper .slick-arrow:before,
.birthday-persons-slider-wrapper .slick-arrow:after {
  content: "";
  display: block;
  width: 5px;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: #EB5F00;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  left: 50%;
  margin-left: -2px;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.birthday-persons-slider-wrapper .slick-arrow:before {
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  margin-top: -2px;
}

.birthday-persons-slider-wrapper .slick-arrow:after {
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  margin-top: 0px;
}

.birthday-persons-slider-wrapper .slick-arrow.slick-prev:before,
.birthday-persons-slider-wrapper .slick-arrow.slick-prev:after {
  margin-left: -3px;
}

.birthday-persons-slider-wrapper .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  margin-top: -2px;
}

.birthday-persons-slider-wrapper .slick-arrow.slick-prev:after {
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  margin-top: 0px;
}

.birthday-persons-slider-wrapper .slick-arrow:hover {
  background-color: #EB5F00;
}

.birthday-persons-slider-wrapper .slick-arrow:hover:before,
.birthday-persons-slider-wrapper .slick-arrow:hover:after {
  background-color: #fff;
}

.persons-slider__top {
  text-align: center;
}

.persons-slider__top__header {
  color: #fff;
  font-size: 20px;
  width: 204px;
  margin: 0 auto;
  margin-top: -38px;
  line-height: 20px;
  padding-top: 16px;
  padding-bottom: 13px;
  margin-bottom: 8px;
}

.persons-slider__top__month {
  color: #04005a;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}

.birthday-persons-slider__item-img {
  width: 135px;
  height: 135px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  padding: 5px;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 1px solid #EB5F00;
}

.birthday-persons-slider__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.birthday-persons-slider__item-name {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
}

.birthday-persons-slider__item-company-img {
  width: 100%;
}

.birthday-persons-slider__item-company-img img {
  max-width: 50px;
  margin: 0 auto;
}

.birthday-persons-slider__item-company-name {
  color: #000;
}

.persons-slider__btn {
  position: absolute;
  width: 188px;
  bottom: -61px;
  left: 50%;
  margin-left: -94px;
}

.persons-stat__top__header {
  width: 370px;
}

.persons-stat__top__month {
  color: #c000c7;
}

.person-stat__middle {
  padding-bottom: 51px;
  padding-top: 65px;
  padding-left: 10px;
}

.person-stat__stat-colum {
  float: left;
  padding-left: 75px;
  position: relative;
}

.person-stat__stat-colum:nth-child(1) {
  width: 280px;
}

.person-stat__stat-colum:nth-child(2) {
  padding-left: 80px;
  width: 247px;
}

.person-stat__stat-colum:nth-child(3) {
  padding-left: 104px;
}

.person-stat__middle__top-line {
  margin-bottom: 44px;
}

.person-stat__stat-colum__icon {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 65px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.person-stat__stat-colum__icon--matches {
  height: 48px;
  background-image: url("/upload/images/svg-icons/matches.svg");
}

.person-stat__stat-colum__icon--goal {
  height: 46px;
  background-image: url("/upload/images/icons/ball-big.png");
}

.person-stat__stat-colum__icon--teams {
  width: 90px;
  height: 46px;
  background-image: url("/upload/images/icons/form.png");
}

.person-stat__stat-colum__icon--punch {
  height: 42px;
  background-image: url("/upload/images/icons/hand-big.png");
}

.person-stat__stat-colum__icon--seazon {
  height: 42px;
  background-image: url("/upload/images/svg-icons/dates.svg");
}

.person-stat__stat-colum__icon--players {
  width: 90px;
  height: 48px;
  background-image: url("/upload/images/icons/form-one.png");
}

.person-stat__stat-name {
  font-size: 16px;
  font-size: #000;
}

.person-stat__stat-count {
  font-size: 41px;
  line-height: 41px;
  font-weight: 700;
  color: #000000;
}

.video iframe {
  width: 100%;
  max-width: 560px;
  height: 100%;
  min-height: 315px;
  background: transparent;
}

.videos {
  float: right;
}

.v-bottom {
  padding-bottom: 30px;
}

.partners-page {
  margin-bottom: 76px;
  
}

.partners {
  background: #f2f2f2;
  padding-bottom: 52px;
  padding-top: 36px;
}

.partners-match {
  background: #f2f2f2;
  padding-bottom: 52px;
  padding-top: 36px;
  margin-top: -20px;
}

.partners-match .section__title h2 {
  padding-bottom: 30px;
}

.partners-main {
  background: #fff;
  padding-bottom: 52px;
  padding-top: 36px;
}

.partners-mains {
  background: #EBEBEB;
  margin-top: -20px;
  padding-bottom: 52px;
  padding-top: 36px;
}

.partners-tour-page {
  padding-bottom: 52px;
  padding-top: 360px;
}

.partners-main .section__title {
  margin-bottom: 40px;
}

.partners .section__title {
  margin-bottom: 40px;
}

.partners.parthner_black {
  background-color: #000;
}

.partners.parthner_black .section__title h2 {
  color: #fff;
}

.partners--ather-page {
  padding-top: 75px;
  padding-bottom: 87px;
  background-color: #f2f2f2;
  margin-bottom: 0;
}

.partners-tour-page_s {
  padding-bottom: 52px;
  padding-top: 100px;
}

.partners.parthner_black_s {
  background-color: transparent;
}

.partners.parthner_black_s .section__title h2 {
  color: #fff;
}

.partner-item {
  text-align: center;
}

.partners .partner-item {
  font-size: 0;
}

.partners .partner-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.partner-item__inner {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
}

.partenr-item__img {
  height: 90px;
  width: 120px;
  line-height: 0;
  font-size: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.partner-item__name {
  color: #000;
  line-height: 17px;
}

.partenr-item__img-mask-orig,
.partenr-item__img-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.partenr-item__img-mask {
  visibility: visible;
}

.partner-item__inner:hover .partenr-item__img-mask {
  opacity: 0;
  visibility: hidden;
}

.company-info {
  padding: 22px 0;
  background-color: #04005a;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 19px;
}

.company-info__inner {
  display: block;
  width: 100%;
  font-size: 0;
}

.tournament-descr {
  padding-left: 80px;
  position: relative;
  padding-left: 82px;
  background-image: url(/upload/images/icons/logo.png);
  background-size: 66px 77px;
  background-repeat: no-repeat;
  background-position: 0 center;
  height: 77px;
  display: inline-block;
  width: 33.33%;
}

.tournament-descr:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.tournament-descr__inner {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}

.tournament-organizer {
  position: relative;
  display: inline-block;
  width: 33.33%;
  text-align: center;
}

.tournament-organizer__inner {
  display: inline-block;
  text-align: center;
  position: relative;
  vertical-align: middle;
  font-size: 15px;
  position: relative;
}

.tournament-organizer__inner:before {
  position: relative;
  display: block;
  content: '';
  width: 204px;
  height: 19px;
  background-image: url("/upload/images/organizer-name.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

.site-maker {
  position: relative;
  display: inline-block;
  width: 33.33%;
  font-size: 15px;
  vertical-align: middle;
  text-align: right;
  padding-right: 50px;
}

.site-maker .site-maker__inner {
  display: inline-block;
  text-align: center;
  position: relative;
}

.site-maker .site-maker__inner:before {
  position: relative;
  content: '';
  display: block;
  top: 4px;
  left: 6px;
  width: 157px;
  height: 33px;
  background-image: url("/upload/images/site-maker.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

.hall-of-fame {
  margin-bottom: 91px;
}

.hall-of-fame--container {
  margin-top: 15px;
}

.hall-of-fame__table-teams,
.hall-of-fame__table-players {
  margin-bottom: 26px;
}

.table-head {
  height: 50px;
  background-attachment: fixed;
}

.table--info {
  margin-bottom: 15px;
}

.table-title {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 3;
}

.team-logo__border {
  height: 120px;
  width: 120px;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 22px;
  margin-top: 15px;
  margin-right: 26px;
  display: inline-block;
  position: relative;
}

.team-logo-big {
  text-align: center;
  height: 120px;
  font-size: 0;
}

.team-logo-big:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.team-logo-big img {
  max-width: 100%;
  max-height: 120px;
  width: 74px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.player-logo-big {
  text-align: center;
  height: 120px;
  font-size: 0;
}

.player-logo-big:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.player-logo-big img {
  max-width: 100%;
  max-height: 120px;
  width: 120px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.table--info__team-stats {
  display: inline-block;
  vertical-align: middle;
  padding-top: 11px;
  width: 175px;
}

.team-name-big {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.team-name-big a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-name-big a:hover {
  text-decoration: underline;
}

.team-games-big {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.fame-table {
  width: 100%;
}

.fame-table td {
  height: 45px;
  border-bottom: 1px solid #dddddd;
  vertical-align: middle;
}

.fame-table .table-item-noborder {
  border-bottom: 0px;
  width: 19px;
  background-color: transparent;
}

.fame-table .team-position {
  text-align: center;
}

.fame-table .team-logo {
  text-align: center;
  padding-left: 4px;
  height: 30px;
}

.fame-table .team-logo img {
  height: auto;
  width: auto;
  max-width: 20px;
  max-height: 20px;
}

.fame-table .team-games {
  text-align: right;
}

.fame-table .team-name {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.fame-table .team-name a {
  color: #333;
}

.fame-table .team-name a:hover {
  text-decoration: underline;
}

.player-team__border {
  height: 33px;
  width: 33px;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 89px;
}

.player-team__logo {
  height: 33px;
  text-align: center;
  width: 33px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.player-team__logo img {
  width: auto;
  height: auto;
}

.team-logo__border__visiable-none {
  border-color: transparent;
}

.all-photos__row {
  margin: 0 -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.all-photos {
  padding-top: 375px;
}

.all-photos__col {
  float: left;
  width: 20%;
  padding: 0 20px;
  margin-bottom: 39px;
  text-align: center;
  position: relative;
}

.all-photos__col:hover .all-photos__photo-block img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.all-photos__col:hover .all-photos__photo-name {
  text-decoration: underline;
}

.all-photos__photo-block {
  height: 200px;
  line-height: 0;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.all-photos__photo-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.all-photos__photo-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  color: #000;
}

.all-photos__photo-date {
  font-size: 14px;
  line-height: 14px;
  color: #7e7e7e;
}

.all-photos__icon {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 30px;
  top: 155px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #d06409;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d06409 0%, #b83a14 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d06409 0%, #b83a14 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d06409 0%, #b83a14 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d06409', endColorstr='#b83a14', GradientType=1);
  /* IE6-9 */
  z-index: 1;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.all-photos__download {
  width: 35px;
  height: 35px;
  background-color: transparent;
  position: absolute;
  right: 30px;
  top: 155px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-image: url("/upload/images/icons/ico_download.png");
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-size: 70%;
}

.all-photos__download:hover {
  background-size: 60%;
  border: 1px solid #fff;
}

.team-info {
  padding-top: 25px;
  background-color: #fafcfb;
}

.cup-schedule-page {
  
}

.team-info__logo {
  margin-top: 21px;
  width: 125px;
  height: 190px;
  float: left;
  margin-right: 40px;
}

.team-info__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.team-info__info {
  float: left;
  margin-top: 15px;
  width: 380px;
}

.team-info__info__team-name {
  margin-top: 0;
  line-height: 32px;
  margin-bottom: 25px;
}

.team-info__contact-info {
  margin-bottom: 10px;
}

.team-info__contact-info__left {
  float: left;
  font-size: 12px;
  margin-top: 2px;
  color: #a2a2a2;
}

.team-info__contact-info__right {
  float: left;
  padding-left: 4px;
  max-width: 260px;
}

.team-info__contact-info__right a {
  color: #04005a;
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
}

.team-info__contact-info__right a:hover {
  text-decoration: none;
}

.team-info__contact-info__right p {
  margin: 0;
  color: #000;
}

.team-info__descr__read {
  color: #04005a;
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
}

.team-info__descr__read:hover {
  text-decoration: none;
}

.team-info__social-list {
  margin-bottom: 0;
}

.team-info__social-list li {
  margin-left: 20px;
}

.team-info__social-list li:first-child {
  margin-left: 5px;
}

.team-info__social-list li a {
  text-decoration: none;
  font-size: 18px;
}

.team-info__descr {
  line-height: 21px;
  color: #000;
}

.team-info__img {
  float: right;
  width: 550px;
  height: 365px;
}

.team-info__img img {
  width: 100%;
  height: 100%;
  -o-object-position: cover;
  object-position: cover;
  -o-object-position: center;
  object-position: center;
}

.head-of-pages {
  height: 72px;
}

.tourment-tables-page {
  background-color: #ffffff;
  
}

.section__title__in-tourment-tables {
  float: left;
}

.tournament--tables {
  margin-top: 55px;
}

.select-division {
  padding-top: 4px;
  float: right;
}

.list-title {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding-right: 17px;
}

.divisions {
  display: inline-block;
}

.divisions li {
  line-height: 30px;
  display: inline-block;
  min-width: 33px;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #04005a;
  border: 2px solid transparent;
  background-color: #fff;
  height: 33px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.players li.btn-filter:hover {
  cursor: pointer;
}

#filters li {
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

#filters li.active {
  color: white;
  background-color: #EB5F00;
  line-height: 33px;
  width: 33px;
  font-size: 15px;
  font-weight: 700;
  border: 2px solid transparent;
  height: 33px;
  width: 33px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.divisions li a {
  color: #04005a;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
}

.divisions li.__anch-act {
  background-color: #EB5F00 !important;
}

.divisions li.__anch-act a {
  color: #fff;
}

.divisions li a:active {
  color: #04005a;
}

.divisions li.active {
  color: #fff;
  background-color: #EB5F00;
  border: 2px solid #EB5F00;
}

.divisions li:hover {
  border: 2px solid #EB5F00;
  cursor: default;
}

.divisions li.all-active {
  height: 33px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  width: 33px;
}

.divisions li:last-child:not(.__not-r) {
  -webkit-border-radius: 17px;
  border-radius: 17px;
  width: 56px;
}

.divisions li:last-child:not(.__not-r):hover {
  width: 56px;
  border: 2px solid #EB5F00;
}

.divisions.divisions--last-sm li:last-child {
  width: 33px;
}

.tables-item-in-tourment-tables__item {
  position: relative;
  margin-bottom: 74px;
}

.division-name {
  position: absolute;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-weight: 700;
  float: right;
  font-size: 24px;
  color: #fff;
  left: 17px;
  line-height: 40px;
  top: 0;
}

.tourment-table__in-tourment-tables {
  background-color: #ffffff;
  width: 100%;
}

.tourment-table__in-tourment-tables tr td {
  border-bottom: 1px solid #dddddd;
  text-align: center;
  height: 40px;
}

.tourment-table__in-tourment-tables tr:hover {
  background-color: #f8f8f8;
}

.tourment-table__in-tourment-tables .thead__tr {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background-attachment: fixed;
}

.tourment-table__in-tourment-tables .thead__tr th {
  background: inherit;
}

.tourment-table__in-tourment-tables thead th {
  padding-top: 3px;
  text-align: center;
}

.tourment-table__in-tourment-tables thead th.cup {
  width: 55px;
}

.tourment-table__in-tourment-tables thead th.cup-team {
  text-align: left;
}

.tourment-table__in-tourment-tables thead th.comands {
  text-align: left;
}

.tourment-table__in-tourment-tables .thead__tr th.wins {
  width: 80px;
}

.tourment-table__in-tourment-tables thead th:nth-child(1) {
  padding-left: 5px;
}

.tourment-table__in-tourment-tables thead tr {
  height: 42px;
}

.tourment-table__in-tourment-tables thead tr:hover {
  background-color: inherit;
}

.tourment-table__in-tourment-tables .team--position {
  text-align: right;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #a0a0a0;
  width: 26px;
  text-align: center;
}

.tourment-table__in-tourment-tables .team--arrow {
  width: 20px;
}

.tourment-table__in-tourment-tables .team--logo {
  width: 38px;
}

.tourment-table__in-tourment-tables .command-logo {
  text-align: center;
  height: 20px;
  font-size: 0;
  position: relative;
}

.tourment-table__in-tourment-tables .command-logo:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.tourment-table__in-tourment-tables .command-logo img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 20px;
  max-height: 20px;
}

.tourment-table__in-tourment-tables .team--name {
  width: 160px;
  text-align: left;
}

.tourment-table__in-tourment-tables .team--name .table-item__name__in-tourment-tables {
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  padding-top: 6px;
  vertical-align: middle;
}

.tourment-table__in-tourment-tables .team--result {
  width: 50px;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.tourment-table__in-tourment-tables .team--result__red {
  color: #ff0000;
}

.tourment-table__in-tourment-tables .team--result__green {
  color: #06c641;
}

.tourment-table__in-tourment-tables .team--result__dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #04005a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #04005a;
}

.tourment-table__in-tourment-tables .game--result {
  width: 46px;
}

.tourment-table__in-tourment-tables .team--balls {
  width: 75px;
  text-align: center;
}

.tourment-table__in-tourment-tables .team--games {
  width: 60px;
}

.tourment-table__in-tourment-tables .team--games-score {
  width: 160px;
}

.tourment-table__in-tourment-tables .team--games-score .team--games-score__game-results-block {
  display: inline-block;
}

.tourment-table__in-tourment-tables .team--next-team {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.tourment-table__in-tourment-tables td .down-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid red;
  display: inline-block;
}

.tourment-table__in-tourment-tables td .up-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #8cbf23;
  display: inline-block;
}

.tourment-table__in-tourment-tables td .circle-arrow {
  height: 8px;
  width: 8px;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 1px;
  display: inline-block;
}

.result-block__popup {
  visibility: hidden;
  position: absolute;
  width: 302px;
  height: 83px;
  background-color: #ffffff;
  padding-top: 12px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  left: -153px;
  margin-left: 53%;
  bottom: 7px;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.popup-date {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #bebebe;
  text-align: center;
  margin-bottom: 10px;
}

.games-list__left-part__popup {
  width: 125px;
}

.games-list__left-part__popup .games-list__team-name__popup {
  width: 74px;
}

.games-list__center-part__popup {
  width: 34px;
}

.games-list__right-part__popup {
  width: 125px;
}

.games-list__right-part__popup .games-list__team-name__popup {
  width: 74px;
}

.retungle {
  position: absolute;
  top: 83px;
  left: 146px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 5px solid #fff;
  display: inline-block;
}

.result-block__dot {
  height: 8px;
  width: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  position: relative;
}

.result-block__dot:hover .result-block__popup {
  visibility: visible;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.result-block__dot:last-child .result-block__popup {
  margin-left: -25px;
}

.result-block__dot:last-child .result-block__popup .retungle {
  margin-left: 28px;
}

.result-block__dot-red {
  border: 1px solid #ff0000;
  background-color: #ff0000;
}

.result-block__dot-green {
  border: 1px solid #06c641;
  background-color: #06c641;
}

.result-block__dot-yellow {
  border: 1px solid #f0c600;
  background-color: #f0c600;
}

.result-block__dot-gray {
  border: 1px solid #7a7a7a;
  background-color: #7a7a7a;
}

.result-block__dot-grays {
  border: 1px solid #ccc;
  background-color: transparent;
}

.games-list__go-result {
  width: 5px;
  height: 7px;
  position: absolute;
  display: block;
  right: 15px;
  font-size: 8px;
  bottom: 26px;
}

.games-list__go-result i {
  color: #04005a;
}

.games-list__go-result.__hide-res {
  display: none;
}

.tables-item-in-tourment-tables__item.__cups .division-name {
  font-size: 16px;
}

.tables-item-in-tourment-tables__item.__cups .tourment-table__in-tourment-tables .team--result {
  width: 70px;
}

.select-division_cups .divisions li:last-child {
  width: 33px;
}

.table-search-box {
  width: 60px !important;
  min-width: 60px;
  max-width: 60px;
  padding-left: 0 !important;
  padding-right: 5px !important;
  padding-top: 0;
  padding-bottom: 0;
  height: 45px;
}

.table-search {
  height: 100%;
  padding: 1px 0;
  margin-right: 5px;
  width: 60px;
}

.table-search input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.table-search input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.table-search input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.table-search input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.table-search input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.75;
}

.table-search input::placeholder {
  color: #fff;
  opacity: 0.75;
}

.table-search__input-box {
  position: absolute;
  width: 0;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  padding: 0;
  height: 45px;
}

.table-search__opener {
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  padding-left: 0;
  width: 100%;
}

.table-search__opener:hover:before {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.table-search__opener:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/upload/images/icons/search-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 25px;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.table-search__opener:after {
  content: "";
  width: 1px;
  background-color: #fff;
  height: 100%;
  top: 0%;
  position: absolute;
  left: 50px;
}

.table-search__input {
  width: 100%;
  height: 100%;
  margin-left: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}

.table-search.__a .table-search__input-box {
  width: 100%;
  padding: 10px;
  padding-left: 60px;
}

.table-search.__a .table-search__opener:before {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.tabs-container {
  position: relative;
}

.tabs-container:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #04005a;
  z-index: 1;
}

.tabs-list {
  text-align: center;
  font-size: 0;
  margin-top: 36px;
}

.tab-content>.tab-content__block {
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
  overflow: hidden;
  /* no-overflow                */
}

.tab-content>.tab-content__block--active {
  height: auto;
  /* let the content decide it  */
}

.tabs-list li {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 8px 18px;
  background-color: #04005a;
  color: #fff;
  border: 1px solid #04005a;
  margin: 0 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-weight: bold;
}

.tabs-list li.active {
  background-color: #fff;
  color: #04005a;
  border-bottom: 1px solid #fff !important;
}

.team-tab-content-tables {
  padding-top: 30px;
}

.tab-content {
  padding-top: 20px;
  padding-bottom: 20px;
}


.tab-content__block {
  display: none;
}

.tab-content__block--active {
  display: block;
}

.tour-team-info-wrapp {
  padding-top: 14px;
  padding-bottom: 14px;
}

.team-tab-header {
  margin-bottom: 45px;
}

.team-tab-content__schedule {
  padding-left: 46px;
}

.team-schedule-table__table {
  width: 100%;
  margin-bottom: 37px;
}

.team-schedule-table__table thead {
  background-image: -webkit-linear-gradient(180deg, #9219ab 0%, #be1fbf 100%);
  background-image: -ms-linear-gradient(180deg, #9219ab 0%, #be1fbf 100%);
}

.team-schedule-table__table thead tr {
  border-bottom: none;
}

.team-schedule-table__table thead th {
  border-bottom: 1px solid #ddd;
}

.team-schedule-table__table thead th:nth-child(2) {
  text-align: left;
}

.team-schedule-table__table thead th.team:nth-child(2) {
  text-align: left;
}

.team-schedule-table__table thead th.tur {
  width: 50px;
  text-align: center;
}



.team-schedule-table__table th {
  text-align: left;
  font-weight: 400;
  white-space: nowrap;
  padding-left: 15px;
}

.team-schedule-table__table td {
  font-size: 14px;
  padding-left: 15px;
}

.team-schedule-table__table td,
.team-schedule-table__table th {
  text-align: left;
}

.team-schedule-table__table td:first-child,
.team-schedule-table__table th:first-child {
  padding-left: 39px;
  text-align: left;
  width: 165px;
  min-width: 165px;
  line-height: 120%;
  padding: 8px 0;
  padding-left: 10px;
}

.team-schedule-table__table.team-schedule-table__table-big-cells td,
.team-schedule-table__table.team-schedule-table__table-big-cells th {
  vertical-align: middle;
}

.team-schedule-table__table.team-schedule-table__table-big-cells td:first-child,
.team-schedule-table__table.team-schedule-table__table-big-cells th:first-child {
  padding-left: 15px;
  width: 115px;
}

.team-schedule-table__table.team-schedule-table__table-big-cells td:nth-child(2),
.team-schedule-table__table.team-schedule-table__table-big-cells th:nth-child(2) {
  white-space: nowrap;
}

.team-schedule-table__table.team-schedule-table__table-big-cells td:nth-child(3),
.team-schedule-table__table.team-schedule-table__table-big-cells th:nth-child(3) {
  width: 100%;
  text-align: center;
}

.team-schedule-table__table.team-schedule-table__table-big-cells .team-schedule-table__versus {
  font-size: 0;
}

.team-schedule-table__table.team-schedule-table__table-big-cells .games-list__left-part {
  width: -webkit-calc(50% - 34px);
  width: calc(50% - 34px);
  font-size: 0;
}

.team-schedule-table__table.team-schedule-table__table-big-cells .games-list__team-name {
  font-size: 14px;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}

.team-schedule-table__table.team-schedule-table__table-big-cells .games-list__center-part {
  width: 60px;
}

.team-schedule-table__table.team-schedule-table__table-big-cells .games-list__right-part {
  width: -webkit-calc(50% - 26px);
  width: calc(50% - 26px);
  font-size: 0;
}

.team-schedule-table__table.team-schedule-table__table-big-cells .games-list__team-name:after {
  display: none;
}

.team-schedule-table__table.team-schedule-table__table-big-cells .games-list__game-time--score {
  font-weight: bold;
}

.team-schedule-table__table.team-schedule-table__table-big-cells .games-list__game-time--score_red {
  color: #e30611;
}

.team-schedule-table__table.team-schedule-table__table-big-cells .games-list__game-time--score_green {
  color: #299717;
}

.team-schedule-table__table.team-schedule-table__table-big-cells .games-list__game-time--score_green span {
  color: #333;
}

.team-schedule-table__table tr {
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.team-schedule-table__table tr:hover {
  background-color: #f8f8f8;
}

.team-schedule-table__table tr.tr_empt {
  border-color: transparent;
}

.team-schedule-table__table tr.tr_empt:hover {
  background-color: transparent;
}

.team-schedule-table__table tr.tr_thead-title {
  background-color: #e6e4e7;
}

.team-schedule-table__table tr.tr_thead-title:hover {
  background-color: #e6e4e7;
}

.team-schedule-table__table tr.tr_thead-title td {
  font-size: 14px;
  color: #a0a0a0;
  font-weight: 400;
}

td .games-list__left-part {
  padding-right: 4px;
}

td .games-list__left-part .games-list__team-name {
  width: 84px;
  white-space: nowrap;
}

td .games-list__right-part {
  padding-left: 4px;
}

td .games-list__right-part .games-list__team-name {
  width: 84px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.games-list__game-time--score {
  background-color: transparent;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  padding: 0;
}

.team-schedule-table--gray thead .head__tr,
.team-schedule-table--gray thead .head__tr--tab {
  background-image: none;
  background-color: #e6e4e7;
}

.team-schedule-table--gray thead .head__tr th,
.team-schedule-table--gray thead .head__tr--tab th {
  font-size: 14px;
  color: #a0a0a0;
  font-weight: 400;
}

.team-stat-list {
  list-style: none;
  width: 100%;
}

.team-stat-list li {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding-left: 25px;
  padding-right: 18px;
  padding-top: 13px;
  padding-bottom: 7px;
  line-height: 19px;
}

.team-stat-list tr {
  border-bottom: 1px solid #dddddd;
  float: none;
}

.team-stat-list td {
  line-height: 19px;
  padding-top: 13px;
  padding-bottom: 7px;
  text-align: left;
  float: none;
}

.team-stat-list td:first-child {
  padding-left: 25px;
  padding-right: 5px;
  width: 100%;
}

.team-stat-list td:last-child {
  padding-right: 18px;
  padding-left: 5px;
}

.team-stat-list li:after {
  content: '';
  display: table;
  clear: both;
}

.team-stat-wrapp {
  padding-top: 11px;
  padding-bottom: 28px;
}

.team-stat-list__left-part {
  float: left;
}

.team-stat-list__right-part {
  float: right;
  font-weight: 700;
}

.team-stat-list__right-part--good-stat {
  color: #01c500;
}

.team-stat-list__right-part--bad-stat {
  background-color: #ff0000;
}

.punishment__table td:not(:first-child),
.punishment__table th:not(:first-child) {
  text-align: center;
  position: relative;
  z-index: 2;
}

.team-schedule-table_cups .table-item__position {
  width: auto;
  white-space: nowrap;
}

.schedule-page {
  margin-bottom: 80px;
  
}

.schedule-page-title {
  margin-top: 55px;
  margin-bottom: 10px;
}

.schedule-block {
  padding-top: 39px;
  padding-bottom: 24px;
  background-color: #fff;
}

.schedule-table {
  width: 100%;
  position: relative;
}

.schedule-table:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.schedule-table.__notfilter:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.games-list__team-name__schedule-page {
  white-space: nowrap;
  width: 87px;
  text-overflow: ellipsis;
}

.schedule-head {
  display: inline-block;
  text-align: center;
  padding: 6px 0 6px 0;
  width: 100%;
}

.schedule-division-name {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-top: -5px;
  margin-left: -27px;
  color: #fff;
  text-align: left;
}

.schedule-division-name-retail {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-top: -5px;
  color: #fff;
  text-align: center;
  margin-left: -9px;
}

.schedule-page-tour {
  text-align: left;
  padding-left: 5px;
  /*padding-top: 6px*/
}

.tour-title {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  padding-right: 27px;
}

.tour-number {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
}

.tour-number .active {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #04005a;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
}

.tour-number ul a {
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  display: inline-block;
}

.schedule-in-page-schedule {
  background-color: transparent;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  width: 100%;
}

.schedule-in-page-schedule .schedule--date {
  text-align: left;
  padding-left: 15px;
  width: auto;
  padding-right: 10px;
  white-space: nowrap;
}

.schedule-in-page-schedule .schedule--court {
  width: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.schedule-in-page-schedule .schedule-game-score {
  width: 100%;
  font-size: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.schedule-in-page-schedule .schedule-game-score .games-list__center-part {
  width: 64px;
}

.schedule-in-page-schedule .schedule-game-score .games-list__right-part,
.schedule-in-page-schedule .schedule-game-score .games-list__left-part {
  width: -webkit-calc(46% - 27px);
  width: calc(46% - 27px);
  font-size: 0;
}

.schedule-in-page-schedule .schedule-game-score .games-list__right-part .games-list__team-logo,
.schedule-in-page-schedule .schedule-game-score .games-list__left-part .games-list__team-logo {
  width: 20px;
}

.schedule-in-page-schedule .schedule-game-score .games-list__right-part .games-list__team-name,
.schedule-in-page-schedule .schedule-game-score .games-list__left-part .games-list__team-name {
  display: inline-block;
  font-size: 14px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  padding-left: 0;
  padding-right: 0;
}

.schedule-in-page-schedule .schedule-game-score .games-list__left-part .games-list__team-name {
  padding-right: 5px;
}

.schedule-in-page-schedule .schedule-game-score .games-list__right-part .games-list__team-name {
  padding-left: 5px;
}

.schedule-in-page-schedule tr {
  height: 40px;
}

.schedule-in-page-schedule thead tr {
  width: 33px;
  height: 30px;
}

.schedule-in-page-schedule thead tr th {
  border-bottom: 1px solid #dddddd;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #a0a0a0;
}

.schedule-in-page-schedule td {
  border-bottom: 1px solid #dddddd;
  color: #363636;
  font-size: 14px;
}

.table-item-noborder {
  width: 19px;
  border-bottom: 0px !important;
}

.team-list-wrapp {
  padding-bottom: 31px;
  font-size: 0;
  margin-left: -35px;
}

.team-list__player {
  display: inline-block;
  width: 20%;
  margin-bottom: 40px;
  vertical-align: top;
  padding-left: 35px;
}

.team-list__player:hover .team-list__player__name a {
  text-decoration: underline;
}

.team-list__player__img {
  width: 100%;
  height: 265px;
  line-height: 0;
  margin-bottom: 15px;
  position: relative;
}

.team-list__player__img.team-list__player__img_no-img a:after {
  display: none;
}

.team-list__player__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.team-list__player__name {
  text-align: center;
}

.team-list__player__name a {
  font-weight: 700;
  color: #000;
  font-size: 15px;
  line-height: 15px;
}

.team-list__player__post {
  text-align: center;
  font-size: 15px;
  color: #000;
  line-height: 15px;
}

.team-list__player__awards-list--four-items {
  margin-left: -8px;
  margin-right: -8px;
}

.team-list__player__awards-list--four-items li {
  margin: 0 5px !important;
}

.team-list__player__awards-list {
  text-align: center;
  font-size: 0;
  margin-top: 16px;
}

.team-list__player__awards-list li {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  color: #000;
  margin: 0 10px;
  position: relative;
}

.team-list__player__awards-list li:nth-child(1) {
  padding-left: 23px;
  margin-left: 0;
}

.team-list__player__awards-list li:nth-child(1):before {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-image: url("/upload/images/svg-icons/star.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.team-list__player__awards-list li:nth-child(2) {
  padding-left: 23px;
}

.team-list__player__awards-list li:nth-child(2):before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background-image: url("/upload/images/icons/ball.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.team-list__player__awards-list li:nth-child(3) {
  padding-left: 28px;
}

.team-list__player__awards-list li:nth-child(3):before {
  position: absolute;
  content: '';
  width: 22px;
  height: 18px;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background-image: url("/upload/images/icons/hand.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.team-list__player__awards-list li:nth-child(4) {
  padding-left: 18px;
}

.team-list__player__awards-list li:nth-child(4):before {
  position: absolute;
  content: '';
  width: 14px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-image: url("/upload/images/svg-icons/hand.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.team-list__player__awards-list li:first-child {
  margin-left: 0 !important;
}

.team-list__player__awards-list li:last-child {
  margin-right: 0 !important;
}

.team-list-stat-table {
  width: 100%;
  margin-bottom: 44px;
}

.team-list-stat-table th:first-child {
  padding: 0;
  width: 65px;
}

.team-list-stat-table th:last-child {
  width: 142px;
}

.team-list-stat-table td,
.team-list-stat-table th {
  padding: 0;
}

.team-list-stat-table td:nth-child(2),
.team-list-stat-table th:nth-child(2) {
  text-align: left !important;
}

.team-list-stat-table td:not(:nth-child(2)),
.team-list-stat-table th:not(:nth-child(2)) {
  text-align: center;
}

.team-list-stat-table td:first-child,
.team-list-stat-table th:first-child {
  min-width: auto;
}

.team-list-stat-table td:nth-child(3) {
  font-weight: 700;
}

.team-list-stat-table td:first-child {
  width: 65px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  color: #a0a0a0;
}

.team-list-stat-table__player-name {
  width: 250px;
}

.team-list-stat__header {
  margin-bottom: 43px;
}

.schedule-page-title__cup-schedule {
  margin-bottom: 8px;
  margin-top: 46px;
}

.section__title__in-cup-schedule {
  padding-top: 10px;
}

.select-division__in-cup-schedule {
  padding-top: 2px;
  float: right;
  padding-bottom: 5px;
}

.select-division__in-cup-schedule .divisions li.active a {
  color: #fff;
}

.cup-schedules {
  margin-bottom: 23px;
  display: table;
}

.cup-schedule-sections {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}

.cup-schedule__title {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #04005a;
  margin-top: -4px;
  margin-bottom: 9px;
  padding-left: 6px;
}

.list-title__in-cup-schedule {
  padding-right: 8px;
}

.row__padding-bot {
  padding-bottom: 47px;
  padding-left: 15px;
  padding-right: 15px;
}

.cup-schedule__table-head {
  width: 100%;
  height: 40px;
  background-color: #efefef;
  padding-top: 9px;
  padding-left: 3px;
}

.table-head__name {
  display: inline-block;
  float: left;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding-left: 5px;
}

.table-head__date {
  padding-top: 2px;
  padding-right: 25px;
  display: inline-block;
  float: right;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.table-head__white {
  color: #fff;
}

.cup-schedule-table .schedule--court__cup-schedule {
  width: 67px;
}

.cup-schedule-table .games-list__team-name__cup-schedule {
  font-size: 15px;
  width: 139px;
}

.cup-schedule-table .games-list__game-time__cup-schedule {
  font-size: 15px;
}

.cup-schedule-table .schedule-game-score {
  width: 100%;
  font-size: 0;
}

.cup-schedule-table .games-list__left-part__cup-schedule {
  white-space: nowrap;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  text-overflow: ellipsis;
  font-size: 0;
}

.cup-schedule-table .games-list__center-part__cup-schedule {
  width: 60px;
  font-size: 0;
}

.cup-schedule-table .games-list__right-part__cup-schedule {
  white-space: nowrap;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  text-overflow: ellipsis;
  font-size: 0;
}

.cup-schedule-table tr {
  border-bottom: 1px solid #dddddd;
  height: 40px;
}

.cup-schedule-table tr td {
  text-align: center;
}

.cup-schedule-table tr td .games-list__team-name {
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  text-overflow: inherit;
}

.cup-schedule-table thead tr {
  border-bottom: 1px solid #dddddd !important;
  height: 37px;
}

.cup-schedule-table thead tr th {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #b2b2b2;
}

.cup-schedule-table thead tr th:nth-child(1) {
  padding: 0 5px;
}

.team-seazon-stat-wrapp {
  margin-bottom: 18px;
}

.team-seazon-stat-table td,
.team-seazon-stat-table th {
  text-align: center;
}

.team-seazon-stat-table td:nth-child(1),
.team-seazon-stat-table th:nth-child(1) {
  width: 325px;
  padding-left: 39px;
}

.team-seazon-stat-table td:nth-child(2),
.team-seazon-stat-table th:nth-child(2) {
  padding-right: 48px;
}

.team-seazon-stat-table td:nth-child(3),
.team-seazon-stat-table th:nth-child(3) {
  padding-right: 57px;
}

.team-seazon-header {
  margin-top: 7px;
  margin-bottom: 42px;
}

.team-seazon-goal-wrapper {
  background-color: #f2f2f2;
  margin-bottom: -20px;
  padding-bottom: 20px;
  padding-top: 42px;
}

.team-seazon-goal-placement__top-row__left,
.team-seazon-goal-placement__top-row__center {
  float: left;
  width: 25%;
}

.team-seazon-goal-placement__top-row__center {
  text-align: center;
  width: 50%;
}

.team-seazon-goal-placement__top-row__right {
  float: right;
  text-align: right;
  width: 25%;
}

.team-seazon-goal-placement__small-text {
  font-size: 12px;
  line-height: 12px;
  padding-top: 2px;
  color: #9d9d9d;
}

.team-seazon-goal-placement__big-text {
  font-size: 14px;
  color: #000;
  line-height: 14px;
}

.team-seazon-goal-placement__big-text--gray {
  color: #9d9d9d;
}

.team-seazon-goal-placement__big-text--bold {
  font-weight: 700;
}

.team-seazon-goal-placement__row {
  margin-top: 16px;
  padding-bottom: 7px;
  margin-bottom: 39px;
  position: relative;
}

.team-seazon-goal-placement__goals {
  position: absolute;
  height: 3px;
  bottom: 0;
}

.team-seazon-goal-placement__goals--scored {
  background-color: #FF6A00;
  border-right: 3px solid #fff;
}

.team-seazon-goal-placement__goals--missed {
  right: 0;
  background-color: #a21f01;
  border-left: 4px solid #fff;
}

.teams-page {
  margin-bottom: 132px;
  
}

.schedule-page-title__teams-page {
  margin-top: 66px;
  margin-bottom: 37px;
}

.container__teams-page__marginbot {
  margin-bottom: 32px;
}

.teams-page__team-logo {
  text-align: center;
  padding: 20px 30px;
}

.teams-page__team-logo img {
  max-width: 100%;
  max-height: 100%;
}

.teams-page__team-logo-inner {
  display: block;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.table-in-teams-page-item {
  margin-bottom: 25px;
  border: 1px solid #d6d6d6;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.table-in-teams-page-item:hover {
  -webkit-box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.25);
}

.table-in-teams-page-item:hover .team-name {
  text-decoration: underline;
}

.table-in-teams-page {
  width: 100%;
  margin-bottom: -1px;
}

.table-in-teams-page .row-title {
  padding-left: 10px;
  text-align: left;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #a0a0a0;
}

.table-in-teams-page .row-stats {
  padding-right: 10px;
  text-align: right;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.table-in-teams-page .team-name {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.table-in-teams-page tr {
  height: 40px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
}

.table-in-teams-page thead tr {
  background-color: #fff;
  border-bottom: 0px;
}

.table-in-teams-page thead tr th {
  text-align: center;
  height: 45px;
}

.table-in-teams-page__white-bg tr {
  background-color: #fff;
}

.photo-slider {
  width: 800px;
  margin: 0 auto;
}

.photo-slider__big {
  margin-bottom: 15px;
}

.photo-slider__big_video {
  margin-bottom: 0px;
}

.photo-slider__big .slick-arrow,
.photo-slider__little .slick-arrow {
  width: 45px;
  height: 45px;
  border: 1px solid #04005a;
  z-index: 3;
}

.photo-slider__big .slick-arrow:before,
.photo-slider__little .slick-arrow:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 11px;
  background-image: url("/upload/images/icons/photo-slider-arrow.png");
  background-size: cover;
  opacity: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.photo-slider__big .slick-next,
.photo-slider__little .slick-next {
  right: -87px;
}

.photo-slider__big .slick-next:before,
.photo-slider__little .slick-next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.photo-slider__big .slick-prev,
.photo-slider__little .slick-prev {
  left: -87px;
}

.photo-slider__big__item {
  width: 800px;
  height: 518px;
  line-height: 0;
}

.photo-slider__big__items {
  width: 800px;
  height: 450px;
  line-height: 0;
}

.photo-slider__big__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.photo-slider__little__item {
  width: 100px;
  height: 100px;
  line-height: 0;
  margin-left: 16.6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  padding-bottom: 5px;
}

.photo-slider__little__item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: transparent;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.photo-slider__little__item:hover:after {
  opacity: 1;
}

.photo-slider__little__item.slick-current:before {
  border-color: #cc5e0b;
}

.photo-slider__little__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.photo-soc-sheare {
  padding-top: 41px;
}

.photo-soc-sheare .soc-sheare {
  padding-top: 10px;
}

.photo-soc-sheare span {
  float: left;
  margin-right: 20px;
}

.photo-soc-sheare .team-info__social-list {
  font-size: 0;
}

.photo-soc-sheare .team-info__social-list li {
  margin-left: 28px;
}

.photo-soc-sheare .team-info__social-list li:first-child {
  margin-left: 0;
}

.photo-soc-sheare .team-info__social-list a {
  color: #04005a;
  font-size: 21px;
}

.photo-soc-sheare .team-info__social-list .fa-vk {
  position: relative;
  top: 0;
}

.photo-soc-sheare .btn-join {
  display: inline-block;
  padding: 7px 11px;
  font-size: 16px;
}

.team-photos__wrapper {
  padding-top: 45px;
  padding-bottom: 30px;
}

.team-minimalizm-stat-wrapp {
  padding-bottom: 20px;
}

.team-minimalizm-stat {
  margin-bottom: 48px;
}

.team-minimalizm-stat__item {
  float: left;
  width: 7.6923%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.team-minimalizm-stat__item:not(:first-child):before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0.01) 0%, rgba(230, 230, 230, 0.3) 7%, #e6e6e6 24%, #e6e6e6 74%, rgba(230, 230, 230, 0.16) 96%, rgba(125, 185, 232, 0.01) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0.01)), color-stop(7%, rgba(230, 230, 230, 0.3)), color-stop(24%, #e6e6e6), color-stop(74%, #e6e6e6), color-stop(96%, rgba(230, 230, 230, 0.16)), to(rgba(125, 185, 232, 0.01)));
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0.01) 0%, rgba(230, 230, 230, 0.3) 7%, #e6e6e6 24%, #e6e6e6 74%, rgba(230, 230, 230, 0.16) 96%, rgba(125, 185, 232, 0.01) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#031e5799', endColorstr='#037db9e8', GradientType=0);
}

.team-minimalizm-stat__name {
  font-size: 12px;
}

.team-minimalizm-stat__count {
  padding-top: 13px;
  font-size: 32px;
  font-weight: 700;
}

.team-summary-cup-stat h2 {
  margin-bottom: 43px;
}

.team-summary-cup-stat--mb {
  margin-bottom: 60px;
}

.team-summary-cup-stat-table {
  margin: 0;
}

.team-summary-cup-stat-table td,
.team-summary-cup-stat-table th {
  min-width: 50px;
  padding-left: 0;
  padding-right: 0;
}

.team-summary-cup-stat-table td:first-child,
.team-summary-cup-stat-table th:first-child {
  width: 20px;
  padding: 0;
  min-width: inherit;
}

.team-summary-cup-stat-table td:last-child,
.team-summary-cup-stat-table th:last-child {
  width: 20px;
  padding: 0;
  min-width: inherit;
}

.team-summary-cup-stat-table td:nth-child(2),
.team-summary-cup-stat-table th:nth-child(2) {
  width: 90px;
}

.team-summary-cup-stat-table td:not(:nth-child(2)),
.team-summary-cup-stat-table th:not(:nth-child(2)) {
  text-align: center;
}

.team-summary-cup-stat-table tr:last-child td,
.team-summary-cup-stat-table tr:last-child th {
  font-weight: 700;
}

.team-summary-cup-stat-table tr:nth-last-child(2) td,
.team-summary-cup-stat-table tr:nth-last-child(2) th {
  padding-top: 9px;
  padding-bottom: 52px;
}

.photos {
  
}

.teams-page-2 {
  margin-bottom: 146px;
  
}

.teams-page-3 {
  margin-bottom: 53px;
  
}

.players {
  margin-bottom: 35px;
}

.player-two tr:nth-last-child(2) td {
  padding-top: 9px;
  padding-bottom: 52px;
}

.teams-page-2-table {
  margin-top: 41px;
  width: 100%;
}

.team-table {
  margin-bottom: 40px;
}

.teams-page-2-table .name-logo {
  width: 260px;
  text-align: left;
  padding-left: 26px;
}

.teams-page-2-table .name-logo__td {
  text-align: left;
  font-size: 0;
  white-space: nowrap;
}

.teams-page-2-table .name-logo__td_img {
  text-align: center;
  font-size: 0;
}

.teams-page-2-table td.name-team {
  width: 270px;
}

.teams-page-2-table .logo-image {
  display: inline-block;
  text-align: center;
  height: 20px;
  width: 23px;
  vertical-align: middle;
  /* padding-left: 25px; */
}

.teams-page-2-table .logo-image img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

.teams-page-2-table .team-name {
  white-space: nowrap;
  /*  width: -webkit-calc(100% - 23px);
    width: calc(100% - 23px);*/
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  padding-left: 12px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.teams-page-2-table .number {
  width: 25px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #a0a0a0;
}

.teams-page-2-table .numbers {
  width: 50px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #a0a0a0;
}

.teams-page-2-table .number2 {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  text-align: left;
}

.teams-page-2-table .number_black {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #333;
  width: 80px;
}

.teams-page-2-table .fix-width {
  width: 100px;
}


.teams-page-2-table .number_black_bold {
  width: 25px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #333;
}

.teams-page-2-table .season {
  width: 41px;
}

.teams-page-2-table .cups {
  width: 79px;
}

.teams-page-2-table .games {
  width: 43px;
}

.teams-page-2-table .wins {
  width: 56px;
}

.teams-page-2-table .draw {
  width: 45px;
}

.teams-page-2-table .defeat {
  width: 67px;
}

.teams-page-2-table .m-plus {
  width: 65px;
}

.teams-page-2-table .m-minus {
  width: 56px;
}

.teams-page-2-table .sm {
  width: 64px;
}

.teams-page-2-table .yellow--card {
  width: 69px;
}

.teams-page-2-table .second-yellow-card {
  width: 81px;
}

.teams-page-2-table .red--card {
  width: 41px;
}

.teams-page-2-table .penalty {
  width: 96px;
}

.teams-page-2-table .letter-s {
  width: 35px;
}

.teams-page-2-table .letter-d {
  width: 34px;
}

.teams-page-2-table .logo-image__page-3 {
  padding-left: 3px;
}

.teams-page-2-table .name-logo__page-3 {
  padding-left: 2px;
  width: 230px;
}

.teams-page-2-table .thead__tr {
  position: relative;
  height: 40px;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 12px;
  color: #fff;
  background-attachment: fixed;
}

.teams-page-2-table .thead__tr th {
  background: inherit;
  padding-top: 5px;
  font-weight: 400;
  padding: 0 0 0 0px;
}

.teams-page-2-table .thead__tr th.sesons {
  width: 100px;
  text-align: left;
  padding-left: 10px;
}

.teams-page-2-table th.name-logo {
  background: inherit;
  padding-top: 5px;
  font-weight: 400;
  padding: 0 0 0 38px;
}

.teams-page-2-table th.name-logos {
  background: inherit;
  padding-top: 5px;
  font-weight: 400;
  padding: 0 0 0 15px;
  text-align: left;
}

.teams-page-2-table th.name-logos2 {
  background: inherit;
  padding-top: 5px;
  font-weight: 400;
  padding: 0 0 0 37px;
  text-align: left;
}

.teams-page-2-table .team {
  width: 80px;
  padding: 0 0 0 0;
  background: inherit;
  padding-top: 5px;
  font-weight: 400;
}

.teams-page-2-table tr td {
  height: 40px;
  vertical-align: middle;
  text-align: center;
  line-height: 19px;
  padding: 0 3px;
}

.teams-page-2-table tr {
  border-bottom: 1px solid #dddddd;
}


.teams-page-2-table tr.noborder {
  height: 90px;
}

.teams-page-2-table .row-player {
  padding-top: 15px;
}

.teams-page-2-table tr.noborder td {
  border-bottom: 1px solid #dddddd;
}

.teams-page-2-table tr.noborder td:nth-child(1) {
  border-bottom: none;
}

.teams-page-2-table tr.noborder td:nth-child(2) {
  border-bottom: none;
}

.teams-page-2-table tr.noborder td:nth-child(3) {
  border-bottom: none;
}

.teams-page-2-table tr.no-border {
  border-bottom: none;
}

.teams-page-2-table tr.thead__tr {
  border-bottom: none;
}

.teams-page-2-table tr td.bold {
  font-weight: 700;
}

.teams-page-2-table tr td.left {
  text-align: left;
  padding-left: 97px;
}

.teams-page-2-table tr td.left-coach {
  text-align: left;
  padding-left: 37px;
}

.teams-page-2-table tr td.left-item {
  text-align: left;
  padding-left: 91px;
}

.teams-page-2-table tr td.lefts {
  text-align: left;
  padding-left: 8px;
}

.teams-page-2-table tr td.bold span {
  font-weight: 400;
}

.teams-page-2-table tr td i {
  color: #333333;
  font-size: 12px;
}

.teams-page-2-table tr:hover {
  background-color: #f8f8f8;
}

.players tr:hover {
  background-color: #f8f8f8;
}

.teams-page-2-table .table-item-noborder__teams-page-3 {
  border-bottom: 0px;
  background-color: transparent;
  width: 3px;
}

.teams-page-4-table {
  margin-top: 41px;
  width: 100%;
}

.teams-page-4-table .name-logo {
  width: 260px;
  text-align: left;
  padding-left: 26px;
}

.teams-page-4-table .name-logo__td {
  text-align: left;
  font-size: 0;
  width: 200px;
}

.teams-page-4-table .name-logo__td_img {
  text-align: center;
  font-size: 0;
}

.teams-page-4-table td.name-team {
  width: 270px;
}

.teams-page-4-table .logo-image {
  display: inline-block;
  text-align: center;
  height: 20px;
  width: 23px;
  vertical-align: middle;
  padding-left: 25px;
}

.teams-page-4-table .logo-image img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

.teams-page-4-table .team-name {
  white-space: nowrap;
  width: -webkit-calc(100% - 23px);
  width: calc(100% - 23px);
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  padding-left: 12px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.teams-page-4-table .number {
  width: 25px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #a0a0a0;
}

.teams-page-4-table .numbers {
  width: 50px;
  margin-left: -5px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #a0a0a0;
}

.teams-page-4-table .number2 {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  text-align: left;
}

.teams-page-4-table .number_black {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #333;
  width: 80px;
}

.teams-page-4-table .fix-width {
  width: 100px;
}


.teams-page-4-table .number_black_bold {
  width: 25px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #333;
}

.teams-page-4-table .logo-image__page-3 {
  padding-left: 3px;
}

.teams-page-4-table .name-logo__page-3 {
  padding-left: 2px;
  width: 230px;
}

.teams-page-4-table .thead__tr {
  position: relative;
  height: 40px;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 12px;
  color: #fff;
  background-attachment: fixed;
}

.teams-page-4-table .thead__tr th {
  background: inherit;
  padding-top: 5px;
  font-weight: 400;
  padding: 0 0 0 0px;
}

.teams-page-4-table .thead__tr th.sesons {
  width: 100px;
  text-align: left;
  padding-left: 10px;
}

.teams-page-4-table th.name-logo {
  background: inherit;
  padding-top: 5px;
  font-weight: 400;
  padding: 0 0 0 38px;
}

.teams-page-4-table th.name-logos {
  background: inherit;
  padding-top: 5px;
  font-weight: 400;
  padding: 0 0 0 15px;
  text-align: left;
}

.teams-page-4-table .team {
  width: 80px;
  padding: 0 0 0 0;
  background: inherit;
  padding-top: 5px;
  font-weight: 400;
}

.teams-page-4-table tr td {
  height: 40px;
  width: 130px;
  vertical-align: middle;
  text-align: center;
  line-height: 19px;
  padding: 0 3px;
}

.teams-page-4-table tr {
  border-bottom: 1px solid #dddddd;
}

.teams-page-4-table tr td.bold {
  font-weight: 700;
}

.teams-page-4-table tr td.left {
  text-align: left;
  padding-left: 97px;
}

.teams-page-4-table tr td.left-item {
  text-align: left;
  padding-left: 75px;
}

.teams-page-4-table tr td.lefts {
  text-align: left;
  padding-left: 8px;
}

.teams-page-4-table tr td.bold span {
  font-weight: 400;
}

.teams-page-4-table tr td i {
  color: #333333;
  font-size: 12px;
}

.teams-page-4-table tr:hover {
  background-color: #f8f8f8;
}


.teams-page-4-table .table-item-noborder__teams-page-3 {
  border-bottom: 0px;
  background-color: transparent;
  width: 3px;
}

.scorers {
  margin-bottom: 95px;
  
}

.assistents {
  margin-bottom: 95px;
  
}

.scorers-table {
  width: 100%;
}

.scorers-table thead tr {
  padding-top: 5px;
  height: 41px !important;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 12px;
  color: #fff;
  background-attachment: fixed;
}

.scorers-table thead tr td {
  line-height: 19px;
}

.scorers-table th {
  background: inherit;
  font-weight: 400;
}

.scorers-table th.points {
  width: 200px;
}

.scorers-table th.points2 {
  width: 370px;
}

.scorers-table tr {
  height: 50px;
}

.scorers-table th.scores {
  text-align: center;
  width: 400px;
}

.scorers-table tbody tr:hover {
  background: #f8f8f8;
}

.scorers-table tr:nth-child(1) {
  height: 60px;
}

.scorers-table tr:nth-child(1) td {
  padding-top: 15px;
}

.scorers-table tr td {
  border-bottom: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
  line-height: 19px;
}

.scorers-table .player {
  text-align: right;
}

.scorers-table .games {
  text-align: left;
}

.scorers-table .division {
  text-align: center;
}

.scorers-table .team {
  text-align: left;
  padding-left: 34px;
}

.scorers-table .number_td {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #a0a0a0;
}

.scorers-table .player-photo-block {
  display: inline-block;
  text-align: center;
  height: 35px;
  vertical-align: middle;
}

.scorers-table .player-photo-block img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 100%;
  width: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

.scorers-table .star-block {
  display: none;
  text-align: center;
  height: 17px;
  vertical-align: middle;
}

.scorers-table .star-block img {
  height: 100%px;
  width: 17px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

.scorers-table .star-block__assists {
  height: 13px;
}

.scorers-table .star-block__assists img {
  width: 14px;
}

.scorers-table .logo-image {
  display: inline-block;
  text-align: center;
  height: 20px;
  vertical-align: middle;
  padding-left: 25px;
}

.scorers-table .logo-image img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

.scorers-table .team-name {
  white-space: nowrap;
  max-width: 162px;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  padding-left: 12px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.scorers-table .number {
  width: 32px;
}

.scorers-table .player-photo {
  text-align: center;
  min-width: 81px;
  max-width: 81px;
}

.scorers-table .player-name {
  text-align: left;
  padding-left: 15px;
  min-width: 270px;
  max-width: 270px;
}

.scorers-table .player-name__coach {
  text-align: left;
  padding-left: 0px;
  min-width: 345px;
  max-width: 345px;
}

.scorers-table .coach-player-name {
  text-align: left;
  padding-left: 0px;
  min-width: 345px;
  max-width: 345px;
}

.scorers-table .punishment-player-name {
  text-align: left;
  padding-left: 0px;
  min-width: 345px;
  max-width: 345px;
}

.scorers-table .player-name_td {
  text-align: left;
  white-space: nowrap;
  width: 40px;
  padding-left: 15px;
  padding-right: 20px;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.coach .player-name_td {
  white-space: normal;
}

.teams .player-name_td {
  white-space: normal;
}

.scorers-table .player-name_td__bold {
  font-weight: 700;
}

.scorers-table .star_td {
  text-align: left;
  padding-bottom: 5px;
  padding-left: 10px;
}

.scorers-table .division_td {
  width: 166px;
  text-align: center;
}

.scorers-table .team-info.scss {
  text-align: left;
}

.scorers-table .team_td {
  width: 227px;
  text-align: left;
  white-space: nowrap;
}

.scorers-table .games_td {
  text-align: center;
  width: 71px;
  padding-left: 7px;
}
.scorers-table tr td {
  border-bottom: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
  line-height: 19px;
}

.scorers-table .goals_td {
  width: 196px;
}

.scorers-table .penalty_td {
  width: 143px;
}

.scorers-table .logo-image__scorers {
  padding-left: 0;
}

.scorers-table .team-name__scorers {
  max-width: 200px;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 14px;
}

.scorers-table .star-block-visible {
  display: inline-block;
}

.scorers-table .team__assists {
  padding-left: 121px;
}

.scorers-table .team__assists-team {
  padding-left: 35px;
}

.scorers-table .team_td__assists {
  width: 386px;
  text-align: left;
  padding-left: 86px;
}

.scorers-table .division_assists {
  text-align: center;
}

.scorers-table .division_td__assists {
  text-align: center;
  width: 181px;
}

.scorers-table .games__assists {
  width: 134px;
}

.scorers-table .goal__assists {
  width: 144px;
}

.scorers-table__judjes .number {
  width: 60px;
  max-width: 60px;
}

.team-trophy-stat {
  font-size: 0;
  padding-left: 70px;
  padding-right: 70px;
}

.team-trophy-item {
  display: inline-block;
  width: 230px;
  vertical-align: top;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  margin-right: 170px;
  margin-bottom: 64px;
}

.team-trophy-item:nth-child(3n) {
  margin-right: 0;
}

.team-trophy-item__seazon-name {
  font-size: 21px;
  line-height: 25px;
  max-width: 230px;
  margin: 0 auto;
  color: #04005a;
  font-weight: 700;
  margin-bottom: 23px;
}

.team-trophy-item__img {
  position: relative;
  line-height: 0;
}

.team-trophy-item__img img {
  width: 140px;
  height: 163px;
  -o-object-fit: contain;
  object-fit: contain;
}

.team-trophy-item__img-count {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  bottom: -18px;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.4);
}

.team-trophy__seazons {
  margin-top: 38px;
}

.team-trophy__seazons-left {
  display: inline-block;
  vertical-align: top;
  color: #a0a0a0;
}

.team-trophy__seazons-right {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  line-height: 14px;
}

.team-trophy__seazons-right div {
  margin-bottom: 4px;
}

.team-warnings {
  margin-bottom: 103px;
  
}

.teams-page-2-table__team-warnings tr:hover {
  background-color: #f8f8f8;
}

.teams-page-2-table__team-warnings tr td {
  height: 50px;
}

.teams-page-2-table__team-warnings tr:nth-child(1) td {
  height: 60px;
  padding-top: 15px;
}

.teams-page-2-table__team-warnings .team-warnings-width-auto {
  width: 150px;
}

.teams-page-2-table__team-warnings .name-logo__team-warnings {
  width: 220px;
  padding-left: 38px;
}

.teams-page-2-table__team-warnings .name-logo__td__team-warnings {
  width: 300px;
  padding-left: 33px;
}

.teams-page-2-table__team-warnings .number__team-warnings {
  text-align: left;
  padding-left: 6px;
}

.teams-page-2-table__team-warnings .team-name__team-warnings {
  max-width: 300px;
}

.coachs {
  margin-bottom: 89px;
  
}

.judjes {
  margin-bottom: 89px;
  margin: 0 auto;
  padding-bottom: 100px;
  
}

.scorers-table__coach tr:hover {
  background-color: #f8f8f8;
}

.scorers-table__coach .games {
  text-align: center;
}

.scorers-table__coach .player-photo {
  text-align: center;
}

.scorers-table__coach .games_td {
  text-align: center;
}

.scorers-table__coach .teams {
  padding-left: 60px;
  text-align: left;
}

.scorers-table__coach .team {
  padding-left: 25px;
}

.scorers-table__coach .punishment-team {
  padding-left: 60px;
  text-align: left;
}

.scorers-table__coach .team_td {
  padding-left: 25px;
}

.scorers-table__coach .player-name_td {
  padding-left: 0;
}

.scorers-table__coach .division_td {
  width: 130px;
}

.scorers-table__judjes tr:hover {
  background-color: #f8f8f8;
}

.scorers-table__judjes .player-photo {
  text-align: center;
  width: 36px;
}

.scorers-table__punishment {
  overflow: hidden;
}

.scorers-table__punishment .games_td {
  padding-left: 0px;
}

.scorers-table__punishment td {
  position: relative;
}

.scorers-table__punishment td:hover::after,
.scorers-table__punishment td:focus::after {
  content: '';
  height: 10000px;
  left: 0;
  position: absolute;
  top: -5000px;
  width: 100%;
  z-index: -1;
}

.scorers-table__punishment td:hover::after td,
.scorers-table__punishment td:focus::after td {
  border-color: #f8f8f8;
}

.scorers-table__punishment .games_td:hover::after,
.scorers-table__punishment th:hover::after {
  background-color: #f8f8f8;
}

.scorers-table__punishment .games_td:focus::after,
.scorers-table__punishment th:focus::after {
  background-color: #f8f8f8;
}

.scorers-table__punishment i {
  font-size: 17px;
  color: #666666;
}

.about {
  margin-bottom: 105px;
  
}

.about-content {
  padding-left: 68px;
  padding-right: 68px;
}

.about-page-title {
  padding-top: 12px;
  padding-bottom: 11px;
}

.about-page-title h3 {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #04005a;
}

.top-about {
  padding-bottom: 13px;
}

.top-about p {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 21px;
  color: #000;
}

.about-image {
  height: 323px;
}

.about-image img {
  height: 100%;
  width: 830px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

.about-image__sub {
  margin-bottom: 35px;
}

.about-image__sub p {
  text-align: right;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  color: #999999;
  padding-right: 25px;
}

.about-text-colomns {
  -moz-column-count: 2;
  /* Для Firefox */
  -webkit-column-count: 2;
  /* Для Safari и Chrome */
  column-count: 2;
}

.about-text-colomns p {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-top: 0px;
  line-height: 21px;
}

.about-text-colomns .h3-style {
  padding-bottom: 19px;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.documents {
  margin-bottom: 81px;
  
}

.documents-content {
  width: 830px;
  margin: 0 auto;
}

.documents-content a {
  text-decoration: underline;
}

.documents-content a:active {
  color: #04005a;
}

.documents-content a:hover {
  text-decoration: none;
}

.documents-content .main-documents {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 3px;
  margin-bottom: 32px;
  width: 830px;
}

.documents-content .about-page-title {
  margin-bottom: 9px;
}

.documents-content .main-documents__items {
  width: 830px;
  margin-bottom: 42px;
}

.documents-content .main-document__item {
  width: 400px;
  display: inline-block;
  margin-bottom: 35px;
}

.documents-content .main-document__item:nth-child(even) {
  padding-left: 25px;
}

.documents-content .main-document__item-icon {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}

.documents-content .main-document__item-icon img {
  width: 32px;
  height: 42px;
}

.documents-content .main-document__item-description {
  display: inline-block;
  width: 74%;
  padding-left: 17px;
  padding-top: 7px;
}

.documents-content .main-document__item-description__wide {
  width: 90%;
}

.documents-content .main-document__item-exp {
  padding-top: 10px;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

.team-best-players-wrapp {
  padding-top: 5px;
  margin-bottom: -38px;
}

.team-best-player {
  margin-bottom: 66px;
}

.team-best-player__table .team-position {
  width: 40px;
  text-align: left;
}

.team-best-player__table .team-games {
  text-align: center;
}

.team-logo__border--new-margin {
  margin-left: 8px;
  margin-right: 37px;
}

.table--info__team-stats--no-padding {
  padding-top: 0;
}

.undisciplined-header {
  background: #8b8b8b;
}

.courts {
  margin-bottom: 110px;
  
}

.court-number {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #9d9d9d;
  margin-bottom: 17px;
}

.about-page-title__courts {
  margin-bottom: 35px;
}

.court-name {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #04005a;
  margin-bottom: 10px;
}

.court-description {
  height: 108px;
}

.court-description p {
  display: inline-block;
  color: #000;
}

.court-addres {
  display: inline-block;
  margin-bottom: 33px;
}

.court-addres i {
  font-size: 12px;
  color: #9d9d9d;
}

.court-addr-metro {
  display: inline-block;
  padding-left: 51px;
  float: right;
}

.court-metro__dot {
  height: 7px;
  width: 7px;
  border: 1px solid #ff0000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff0000;
  display: inline-block;
}

.court-map {
  width: 570px;
  height: 370px;
  margin-bottom: 22px;
}

.court-map img {
  width: 570px;
  height: 370px;
}

.courts-2 {
  padding: 318px 0 16px 0;
}

.container-margin {
  margin-bottom: 32px;
}

.court-description__courts-2 p {
  display: inline-block;
  color: #000;
}

.no-margin-top {
  margin-top: 0;
}

.court-2__addres {
  display: inline-block;
  width: 178px;
}

.court-addres__court-2 i {
  vertical-align: top;
  padding-top: 3px;
}

.court-addres__court-2 .court-addr-metro {
  vertical-align: top;
  float: right;
}

.slider-background {
  background-color: #F0F0F0;
  padding-bottom: 17px;
}

.slider-block {
  padding-top: 53px;
  padding-bottom: 10px;
}

.photo-soc-sheare__in-center {
  text-align: center;
}

.soc-sheare__in-center {
  display: inline-block;
}

.partner-logo {
  width: 230px;
  height: 200px;
}

.partner-logo img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.documents-content .about-page-title__in-partners {
  margin-bottom: 4px;
}

.partner-item {
  margin-bottom: 37px;
}

.partner-name-big {
  width: 830px;
}

.partner-name {
  width: 601px;
  float: right;
  text-align: left;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #04005a;
}

.partner-about {
  text-align: left;
}

.partner-logo {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  padding-top: 20px;
}

.partner-logo img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.partner-description {
  display: inline-block;
  width: 570px;
  padding-top: 10px;
  padding-left: 27px;
}

.partner-description p {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.partner-description ul {
  padding-left: 36px;
}

.partner-description ul li::before {
  content: '— ';
}

.partner-name-description {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #a0a0a0;
}

.partner-site {
  padding-top: 26px;
}

.partner-site a {
  color: #04005a;
}

.partner-site i {
  color: #9d9d9d;
  font-size: 15px;
}

.contacts-page {
  margin-bottom: 52px;
  
}

.contacts-page-title {
  padding-top: 13px;
  margin-bottom: 50px;
}

.contacts-page-title h3 {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #04005a;
}

.contacts-info__item {
  margin-bottom: 30px;
}

.contacts-map {
  width: 920px;
  height: 593px;
  display: inline-block;
}

.contacts-info {
  width: 246px;
  display: inline-block;
  vertical-align: top;
}

.contacts-info-office {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #04005a;
  margin-bottom: 15px;
}

.office-addres i {
  vertical-align: top;
}

.office-addres-text {
  display: inline-block;
  width: 167px;
  margin-bottom: 19px;
}

.contacts-support {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 13px;
}

.contacts-support__mail {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 20px;
}

.contacts-support__mail a {
  text-decoration: underline;
  color: #04005a;
}

.news-page {
  margin-bottom: 88px;
  
}

.small-new-in-news {
  position: relative;
  width: 237px;
  height: 353px;
  background-color: #ffffff;
}

.small-new-in-news:hover .small-new-title a {
  text-decoration: underline;
}

.small-new-in-news .small-new-image {
  width: 237px;
  margin-bottom: 12px;
  position: relative;
}


.small-new-in-news .small-new-image {
  overflow: hidden;
}

.small-new-in-news .small-new-image img {
  width: 100%;
  height: 353px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}

.small-new-in-news .small-new-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}





.small-new-in-news .small-new-image a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.small-new-in-news .small-new-image a:hover:after {
  background: rgba(255, 255, 255, 0);
}

.small-new-in-news .small-new-image img {
  width: 100%;
  height: 142px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.small-new-in-news .small-new-content {
  padding-left: 20px;
  padding-right: 20px;
}

.small-new-in-news .small-new-sec {
  margin-bottom: 8px;
}

.small-new-in-news .small-new-sec a {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #a0a0a0;
}

.small-new-in-news .small-new-sec a:visited {
  color: #a0a0a0;
}

.small-new-in-news .small-new-title {
  margin-bottom: 8px;
}

.small-new-in-news .small-new-title a {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #04005a;
}

.small-new-in-news .small-new-title a:visited {
  color: #04005a;
}

.small-new-in-news .small-new-text {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.news-item__views-bot-news {
  bottom: 18px;
}

.small-news-in-news-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.big-new-in-news-page {
  width: 859px;
  background-color: #ffffff;
  display: inline-block;
  margin-right: 70px;
  margin-bottom: 71px;
}

.big-new-in-news-page:hover .big-new-title a {
  text-decoration: underline;
}

.big-new-in-news-page .new-image {
  display: inline-block;
  width: 548px;
  position: relative;
}

.big-new-in-news-page .new-image a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.big-new-in-news-page .new-image {
  overflow: hidden;
}

.big-new-in-news-page .new-image img {
  width: 100%;
  height: 353px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}

.big-new-in-news-page .new-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.big-new-in-news-page .big-new-content {
  display: inline-block;
  width: 306px;
  padding-left: 50px;
  vertical-align: top;
  padding-top: 15px;
  position: relative;
  height: 335px;
}

.big-new-in-news-page .big-new-sec {
  margin-bottom: 18px;
}

.big-new-in-news-page .big-new-sec a {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #a0a0a0;
}

.big-new-in-news-page .big-new-sec a:visited {
  color: #a0a0a0;
}

.big-new-in-news-page .big-new-title {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  line-height: 32px;
  margin-bottom: 23px;
}

.big-new-in-news-page .big-new-title a {
  font-size: 32px;
  font-weight: 700;
  color: #04005a;
}

.big-new-in-news-page .big-new-title a:visited {
  color: #04005a;
}

.big-new-in-news-page .big-new-text {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  width: 228px;
}

.item {
  display: none;
  transition: all 0.35s linear;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  -o-transition: all 0.55s linear;
}

.item.active {
  display: flex;
}

.load-more {
  user-select: none;
  -webkit-user-select: none;
}

.small-new-in-big-small {
  float: right;
  vertical-align: middle;
}

.more-news__in-news {
  margin-left: 0;
}

.news-page-title {
  margin-top: 13px;
  margin-bottom: 22px;
}

.news-page-title .page-title {
  display: inline-block;
  vertical-align: middle;
}

.news-page-title .page-title h3 {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #04005a;
}

.news-page-title .page-title-btn-group {
  float: right;
  padding-top: 44px;
}

.news-page-title .page-title-btn-group ul li {
  display: inline-block;
}

.news-page-title .page-title-btn-group ul li a {
  color: #04005a;
  margin-left: 7px;
  padding: 8px 24px;
  border: 1px solid #04005a;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.news-page-title .page-title-btn-group ul li a.active {
  background-color: #04005a;
  color: #fff;
}

.news-page-title .page-title-btn-group ul li a:hover {
  background-color: #04005a;
  color: #fff;
}

.small-news-page {
  margin-bottom: 120px;
  
}

.nogame-tabs {
  
}

.container-with-border {
  border-bottom: 1px solid #e5e4e5;
  height: 363px;
  margin-bottom: 45px;
}

.small-news-page__small-news-title {
  margin-bottom: 54px;
  text-align: center;
}

.small-news-page__small-news-title h4 {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #04005a;
  letter-spacing: 0px;
}

.decloration {
  width: 700px;
  height: 361px;
  text-align: center;
  margin: 0 auto;
  margin-top: 67px;
  margin-bottom: 45px;
}

.decloration-title {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #04005a;
}

.decloration-image {
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  width: 255px;
}

.decloration-image img {
  width: 100%;
  height: 143px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.decloration-sec a {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #a0a0a0;
  margin-bottom: 14px;
  line-height: 22px;
}

.decloration-description {
  display: inline-block;
  width: 440px;
  text-align: left;
  padding-top: 36px;
  padding-left: 49px;
  margin-bottom: 37px;
}

.decloration-text p {
  margin-bottom: 21px;
  line-height: 23px;
  color: #000;
}

.decloration-text p a {
  color: #04005a;
  text-decoration: underline;
}

.decloration-text p a:visited {
  color: #04005a;
}

.decloration-views {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.decloration-views:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 13px;
  margin-top: -8px;
  background-image: url("/upload/images/icons/eye-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.decloration-date {
  display: inline-block;
  float: right;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #a0a0a0;
  padding-right: 11px;
}

.more-news-in-small-news {
  text-align: left;
}

.medium-news-page {
  margin-bottom: 100px;
  
}

.medium-new {
  width: 830px;
  margin: 0 auto;
  padding-top: 35px;
  margin-bottom: 100px;
}

.medium-new h3 {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #04005a;
  margin-bottom: 20px;
}

.medium-new-sec {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #a0a0a0;
  margin-bottom: 10px;
}

.medium-new-preview {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 21px;
  color: #000;
  line-height: 30px;
  margin-bottom: 22px;
}

.medium-new-big-image {
  height: 323px;
}

.medium-new-big-image img {
  height: 100%;
  width: 830px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

.medium-new-text {
  -moz-column-count: 2;
  /* Для Firefox */
  -webkit-column-count: 2;
  /* Для Safari и Chrome */
  column-count: 2;
  margin-bottom: 40px;
}

.medium-new-text img {
  float: left;
  padding: 15px;
}

.medium-new-text p {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 14px;
  color: #000;
  margin-top: 0px;
  margin-top: -3px;
  line-height: 22px;
  padding-bottom: 6px;
}

.medium-new-text h5 {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  margin-bottom: 4px;
}

.decloration-views-block__in-medium-news {
  margin-top: 50px;
}

.more-news-in-medium-news {
  margin-left: 0;
}

.sheme-section {
  
}

.member-page {
  margin-bottom: 25px;
  
}

.member {
  margin: 0 auto;
  width: 830px;
  padding-top: 10px;
}

.member h3 {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #04005a;
  margin-bottom: 31px;
  line-height: 41px;
}

.member p {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 14px;
  color: #000;
  margin-top: 0px;
  line-height: 22px;
  padding-bottom: 0px;
}

.member .member-image {
  width: 831px;
  margin-bottom: 6px;
}

.member .member-image img {
  width: 100%;
  height: 325px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.member .member-text {
  margin-bottom: 33px;
}

.about-image__sub__member {
  margin-bottom: 0;
}

.about-image__sub__member p {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 13px;
  color: #a0a0a0;
  padding-right: 100px;
  line-height: 21px;
}

.member-contacts .contacts-info__item {
  display: inline-block;
}

.member-contacts .contacts-info__item:nth-child(even) {
  margin-left: 237px;
}

i {
  color: #a0a0a0;
}

.contacts-support__mail i {
  font-size: 11px;
}

.registration-page {
  margin-bottom: 66px;
  
}

.registration-page .left-part {
  width: 315px;
  display: inline-block;
  vertical-align: top;
}

.registration-page .right-part {
  width: 315px;
  display: inline-block;
  vertical-align: top;
  padding-left: 13px;
}

.registration {
  width: 634px;
  margin: 0 auto;
}

.registration-page-title {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 24px;
}

.registration-descr {
  text-align: center;
  line-height: 22px;
  margin-bottom: 62px;
}

input:focus {
  -webkit-box-shadow: 0 0 5px rgba(69, 144, 187, 0.7);
  box-shadow: 0 0 5px rgba(69, 144, 187, 0.7);
}

.registration-form .type-of-reg {
  border: 1px solid #a0a0a0;
  width: 303px;
  height: 40px;
}

.registration-form .type-of-reg .jq-selectbox__select {
  color: #a0a0a0;
  width: 100%;
  height: 100%;
}

.registration-form .type-of-reg .jq-selectbox__select-text {
  padding: 10px;
  font-size: 14px;
}

.registration-form .type-of-reg .jq-selectbox__trigger-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #04005a;
  display: inline-block;
  top: 53%;
  margin-right: 18px;
  cursor: pointer;
}

.registration-form .type-of-reg .jq-selectbox__dropdown {
  top: 39px !important;
  width: 100%;
  left: 0px;
  background-color: #fff;
  color: #a0a0a0;
  background-color: #fff !important;
  width: 100% !important;
  margin-left: 0;
}

.registration-form .type-of-reg .jq-selectbox__dropdown li:hover {
  color: #04005a;
}

.registration-form .type-of-reg .jq-selectbox__dropdown li:hover:before {
  display: none;
}

.registration-form .type-of-reg .jq-selectbox__dropdown li:last-child {
  padding-left: 0px;
}

.registration-form .type-of-reg .jq-selectbox__dropdown li.selected {
  color: #04005a;
}

.registration-form .account {
  margin-top: 11px;
  display: inline-block;
}

.registration-form .account-no-margin {
  margin-top: 0px;
  display: inline-block;
}

.registration-form .no-margin {
  margin-bottom: 0px !important;
}

.registration-form .group-name {
  font-size: 24px;
  font-weight: 700;
  color: #04005a;
  margin-bottom: 29px;
  line-height: 19px;
}

.registration-form .registration-input {
  border: 1px solid #a0a0a0;
  width: 303px;
  height: 39px;
  margin-bottom: 20px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding-left: 13px;
}

.registration-form .pass-vis {
  vertical-align: top;
  display: inline-block;
  margin-top: 10px;
  padding-top: 3px;
  padding-left: 5px;
  font-size: 14px;
  color: #a0a0a0;
}

.registration-form .jq-checkbox {
  padding-left: 14px;
  vertical-align: middle;
}

.registration-form .jq-checkbox.checked .jq-checkbox__div:before {
  content: "\f00c";
  display: inline-block;
  margin-top: -2px;
  padding-left: 1px;
}

.registration-form .jq-checkbox__div {
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 16px;
  color: #a0a0a0;
  border: 1px solid #a0a0a0;
  display: inline-block;
}

.registration-form .jq-checkbox__div:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "";
}

.registration-form .date-input {
  position: relative;
}

.registration-form .date-input .ui-datepicker-trigger {
  position: absolute;
  width: 17px;
  height: 20px;
  background-image: url("/images/icons/date.png");
  left: 268px;
  top: 10px;
  cursor: pointer;
}

.registration-form .save-btn-reg {
  text-align: center;
  margin-top: 49px;
  border-color: #04005a;
}

.registration-form .reg-btn {
  width: 97px;
  height: 29px;
  border-color: #04005a;
  background-color: #04005a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
}

.profile {
  margin-bottom: 196px;
}

.profile .contacts-page-title {
  margin-bottom: 31px;
}

.profile .contacts-page-title h3 {
  font-size: 24px;
  font-weight: 700;
}

.profile .registration {
  margin-top: 38px;
}

.profile .registration-descr {
  margin-bottom: 74px;
}

.profile .user-email,
.profile .user-password {
  padding-left: 5px;
}

.profile .txt-in-profile {
  color: #a0a0a0;
}

.profile .change-pass a {
  text-decoration: underline;
  color: #04005a;
}

.profile .save-btn-reg {
  margin-top: 22px;
}

.profile .jq-checkbox {
  padding-left: 0;
}

.change-password {
  margin-bottom: 680px;
  margin-top: 0px;
}

.change-password .registration-descr {
  margin-bottom: 6px;
}

.change-password .contacts-page-title {
  margin-bottom: 26px;
}

.change-password .save-btn-reg {
  text-align: left;
  margin-top: 53px;
}

.change-pass {
  width: 305px;
  margin: 0 auto;
}

.registration-form .jq-selectbox__dropdown {
  background-color: #fff !important;
  width: 100% !important;
  margin-left: 0;
}

.registration-form .jq-selectbox__dropdown:before {
  content: none;
}

.registration-form .jq-selectbox__dropdown:after {
  background-color: #fff !important;
}

.registration-form .jq-selectbox__dropdown li {
  font-size: 16px;
}

.registration-form .jq-selectbox__select-text {
  text-transform: none;
}

.registration-form .jq-checkbox {
  padding-left: 0;
  margin-top: 10px;
}

.registration-form__group {
  display: block;
}

.registration-form__row {
  display: block;
  font-size: 0;
  margin-left: -25px;
  padding-bottom: 20px;
}

.registration-form__cell {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
  margin-left: 25px;
  font-size: 0;
}

.registration-form__cell_ttl {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #04005a;
  line-height: 19px;
  padding-top: 20px;
}

.registration-form__field-ttl {
  padding-top: 10px;
  font-size: 16px;
}

.registration-form__field-ttl_tr {
  text-align: right;
}

.registration-form__cell_t-center {
  text-align: center;
}

.birtdays-page {
  position: relative;
  z-index: 1;
  
}

.birthdays-page {
  margin-bottom: 66px;
  position: relative;
  z-index: 1;
}

.gray-background {
  background-color: #f7f7f7;
}

.birthdays-top {
  width: 1030px;
  margin: 0 auto;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 30px;
}

.birthdays-top h3 {
  font-size: 41px;
  font-weight: 700;
  color: #04005a;
  margin-bottom: 46px;
}

.birthdays-top .mounth {
  margin-bottom: 28px;
}

.birthdays-top .mounth ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.birthdays-top .mounth ul li {
  display: inline-block;
}

.birthdays-top .mounth ul li a {
  color: #04005a;
  margin-left: 2px;
  padding: 7px 20px;
  border: 1px solid #04005a;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  background-color: #fff;
}

.birthdays-top .mounth ul li a.active {
  background-color: #04005a;
  color: #fff;
}

.birthdays-top .mounth ul li a:hover {
  background-color: #04005a;
  color: #fff;
}

.birthdays-top .all-days {
  text-transform: none !important;
  font-weight: 400 !important;
}

.birthdays-top .days {
  margin-bottom: 36px;
}

.birthdays-top .days ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.birthdays-top .days ul li {
  display: inline-block;
}

.birthdays-top .days ul li a {
  color: #04005a;
  margin-left: 2px;
  width: 30px;
  height: 30px;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  padding-top: 7px;
}

.birthdays-top .days ul li a.active {
  background-color: #04005a;
  color: #fff;
  border: 1px solid #04005a;
}

.birthdays-top .days ul li a:hover {
  background-color: #04005a;
  color: #fff;
  border: 1px solid #04005a;
}

.birthdays-top .birthday-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 61px;
}

.birthdays-top .birthday-search .type-of-reg {
  border: 1px solid #a0a0a0;
  width: 260px;
  height: 39px;
}

.birthdays-top .birthday-search .type-of-reg .jq-selectbox__select {
  color: #a0a0a0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.birthdays-top .birthday-search .type-of-reg .jq-selectbox__select-text {
  padding-top: 10px;
  font-size: 14px;
  text-align: left;
  padding-left: 18px;
  text-transform: none;
}

.birthdays-top .birthday-search .type-of-reg .jq-selectbox__trigger-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #04005a;
  display: inline-block;
  top: 53%;
  margin-right: 18px;
  cursor: pointer;
}

.birthdays-top .birthday-search .type-of-reg .jq-selectbox__dropdown {
  top: 39px !important;
  width: 124%;
  left: 0px;
  background-color: #fff;
  color: #a0a0a0;
}

.birthdays-top .birthday-search .type-of-reg .jq-selectbox__dropdown li {
  background-color: #fff;
  width: 100%;
}

.birthdays-top .birthday-search .type-of-reg .jq-selectbox__dropdown li:hover {
  color: #04005a;
}

.birthdays-top .birthday-search .type-of-reg .jq-selectbox__dropdown li:hover:before {
  display: none;
}

.birthdays-top .birthday-search .type-of-reg .jq-selectbox__dropdown li:last-child {
  padding-left: 0px;
}

.birthdays-top .birthday-search .type-of-reg .jq-selectbox__dropdown li.selected {
  color: #04005a;
}

.birthdays-top .birthday-search .birthday-search-input-in-birthdays-page {
  width: 260px;
  height: 39px;
  vertical-align: top;
  padding-left: 38px;
  padding-top: 5px;
  border: 1px solid #a0a0a0;
}

.birthdays-top .birthday-search .search-block-in-birthdys-page {
  position: relative;
}

.birthdays-top .birthday-search .search-block-in-birthdys-page img {
  position: absolute;
  left: 16px;
  top: 13px;
}

.birthdays-bot {
  width: 1030px;
  margin: 0 auto;
  text-align: center;
  padding-top: 68px;
}

.birthdays-bot h4 {
  font-size: 34px;
  font-weight: 700;
  color: #04005a;
  letter-spacing: 0px;
  margin-bottom: 66px;
}

.birthday-boy {
  width: 20%;
  height: 200px;
  float: left;
  margin-bottom: 80px;
}

.birthday-boy__inner {
  position: relative;
  display: inline-block;
  text-align: center;
}

.birthday-boy__inner .birthday-boy-photo img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.birthday-boy__inner:hover .birthday-boy-name {
  text-decoration: underline;
}

.birthday-boy-photo {
  display: inline-block;
  width: 105px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 17px;
  position: relative;
  overflow: hidden;
}

.birthday-boy-photo img {
  width: 100%;
  height: 105px;
}

.birthday-boy-name {
  font-weight: 700;
  margin-bottom: 7px;
}

.birthday-boy-team .logo-image {
  display: inline-block;
  text-align: center;
  height: 20px;
  vertical-align: middle;
}

.birthday-boy-team .logo-image img {
  display: inline-block;
  text-align: center;
  height: 20px;
  vertical-align: middle;
}

.birthday-boy-team .team-name {
  white-space: nowrap;
  max-width: 180px;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  padding-left: 7px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.birtdays-page .jq-selectbox__dropdown {
  background-color: #fff !important;
  width: 100% !important;
  margin-left: 0;
}

.birtdays-page .jq-selectbox__dropdown:before {
  content: none;
}

.birtdays-page .jq-selectbox__dropdown:after {
  background-color: #fff !important;
}

.search-page {
  margin-bottom: 66px;
}

.search-page .gray-background {
  padding-top: 46px;
  padding-bottom: 47px;
}

.page-title {
  text-align: center;
  margin-bottom: 30px;
}

.search-block {
  width: 735px;
  margin: 0 auto;
  font-size: 0;
}

.search-block h3 {
  font-size: 32px;
  font-weight: 700;
  color: #04005a;
  margin-top: 0;
}

.search-input-block {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% - 90px - 10px);
  width: calc(100% - 90px - 10px);
  position: relative;
}

.search-input-block img {
  width: 22px;
  height: 21px;
  position: absolute;
  top: 15px;
  left: 18px;
}

.search-input {
  width: 635px;
  height: 50px;
  border: 1px solid #c2c2c2;
  margin-bottom: 12px;
  padding-left: 56px;
  font-size: 18px;
}

.search-btn {
  margin-left: 9px;
  padding: 16px 23px;
  color: #fff;
  background-color: #EB5F00;
  border: none;
  font-size: 11px;
  vertical-align: top;
  width: 90px;
  display: inline-block;
  vertical-align: top;
}

.example {
  font-size: 14px;
  color: #686868;
  padding-left: 3px;
}

.example a {
  color: #04005a;
  text-decoration: underline;
}

.search-results {
  width: 735px;
  margin: 0 auto;
  padding-top: 28px;
}

.search-result {
  margin-bottom: 21px;
  display: table;
  width: 100%;
  vertical-align: top;
}

.search-result__img {
  display: table-cell;
  padding-right: 20px;
  vertical-align: top;
}

.search-result__img-i {
  display: inline-block;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.search-result__info {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

.results-number {
  margin-bottom: 19px;
  color: #686868;
}

.result-title a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
  max-width: 535px;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  margin-bottom: -2px;
}

.result-title a:hover {
  text-decoration: underline;
}

.result-link a {
  color: #04005a;
  white-space: nowrap;
  max-width: 535px;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 5px;
}

.result-retungle {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #04005a;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
}

.result-descr {
  font-size: 14px;
  color: #686868;
  max-width: 535px;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  max-height: 33px;
  line-height: 16px;
}

.overview-page {
  padding-top: 360px;
  margin-bottom: 109px;
}

.overview {
  width: 830px;
  margin: 0 auto;
  text-align: center;
}

.overview h2 {
  font-size: 34px;
  font-weight: 700;
  color: #04005a;
}

.overview-item {
  margin-bottom: 80px;
  padding-bottom: 70px;
  border-bottom: 1px solid #d6d6d6;
}

.overview-item:last-child {
  border-bottom-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

.overview-date {
  margin-bottom: 29px;
}

.overview-descr {
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  margin-bottom: 75px;
}

.overview-item-title {
  font-size: 14px;
  font-weight: 700;
}

.overview-item-place {
  font-size: 14px;
  color: #686868;
  margin-bottom: 34px;
}

.overview-item-results__left-part,
.overview-item-results__right-part {
  font-size: 26px;
  font-weight: 700;
  width: 270px;
  height: 230px;
  display: inline-block;
}

.left-part__logo-block {
  width: 250px;
  display: inline-block;
  margin-bottom: 31px;
  position: relative;
}

.left-part__logo-block img {
  max-width: 100%;
  max-height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.overview-item-results__middle {
  display: inline-block;
  width: 228px;
  vertical-align: top;
  padding-top: 21px;
}

.overview-item-results__middle a {
  color: #04005a;
  border: 1px solid #04005a;
  padding: 10px 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.overview-item-results__middle a:hover {
  background-color: #04005a;
  color: #fff;
}

.match-score {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 14px;
}

.overview-item__match-descr {
  -moz-column-count: 2;
  /* Для Firefox */
  -webkit-column-count: 2;
  /* Для Safari и Chrome */
  column-count: 2;
  text-align: left;
  margin-bottom: 40px;
}

.overview-item__match-descr p {
  color: #000;
  line-height: 23px;
}

.overview-item__match-descr .p-no-margin {
  margin-top: 0px;
}

.overview-page-2 .overview-item-results__middle {
  padding-top: 69px;
}

.hall-of-fame-tabs__info {
  padding-top: 33px;
  background-color: #fafcfb;
}

.about-project-block {
  width: 345px;
  float: left;
}

.about-project-block h3 {
  font-size: 41px;
  font-weight: 700;
  color: #04005a;
}

.about-project-descr {
  font-size: 14px;
  color: #000;
  margin-bottom: 22px;
}

.about-project-more a {
  font-size: 14px;
  font-weight: 700;
  color: #04005a;
  text-decoration: underline;
}

.about-project-more a:hover {
  text-decoration: none;
}

.about-project-more i {
  font-size: 9px;
  color: #04005a;
}

.hall-of-fame-stats {
  width: 825px;
  float: left;
}

.hall-of-fame-stats .person-stat__middle {
  padding-bottom: 51px;
  padding-top: 55px;
  padding-left: 88px;
}

.hof-1-tab {
  width: 1030px;
  margin: 0 auto;
  text-align: center;
}

.hof-1-tab h3 {
  font-size: 41px;
  font-weight: 700;
  color: #04005a;
  margin-top: 38px;
}

.top-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 64px;
}

.hof-second-place {
  margin-top: 56px;
}

.hof-first-place {
  margin-top: 26px;
}

.hof-third-place {
  margin-top: 80px;
}

.hof-player-photo-2 {
  position: relative;
}

.hof-player-photo-2 img {
  width: 270px;
  height: 270px;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.hof-player-photo-1 {
  position: relative;
}

.hof-player-photo-1 img {
  width: 300px;
  height: 300px;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.hof-player-photo-3 {
  position: relative;
}

.hof-player-photo-3 img {
  width: 245px;
  height: 245px;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.hof-player-photo-1 .link-cover,
.hof-player-photo-2 .link-cover,
.hof-player-photo-3 .link-cover,
.hof-player-photo-next-five .link-cover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hof-player-photo-1 .link-cover:hover,
.hof-player-photo-2 .link-cover:hover,
.hof-player-photo-3 .link-cover:hover,
.hof-player-photo-next-five .link-cover:hover {
  background: rgba(255, 255, 255, 0.2);
}

.hof-place-icon-2 {
  position: absolute;
  left: 104px;
  top: 232px;
  width: 63px;
}

.hof-place-icon-2 img {
  width: 100%;
  height: 63px;
}

.hof-place-icon-1 {
  position: absolute;
  left: 124px;
  top: 262px;
  width: 63px;
}

.hof-place-icon-1 img {
  width: 100%;
  height: 63px;
}

.hof-place-icon-3 {
  position: absolute;
  left: 92px;
  top: 205px;
  width: 63px;
}

.hof-place-icon-3 img {
  width: 100%;
  height: 63px;
}

.hof-player-name {
  font-size: 21px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 16px;
}

.hof-games {
  display: inline-block;
  width: 102px;
}

.hof-games .game {
  float: left;
  color: #a0a0a0;
}

.hof-games .game-number {
  float: right;
  font-weight: 700;
}

.next-five {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 41px;
}

.hof-player-photo-next-five {
  margin-bottom: 28px;
  position: relative;
}

.hof-player-photo-next-five img {
  width: 170px;
  height: 170px;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.hof-player-name-next-five {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hof-games-next-five {
  width: 72px;
}

.last-in-table {
  display: inline-block;
  width: 570px;
  margin-bottom: 55px;
}

.hof-1-tab-table {
  width: 100%;
}

.hof-1-tab-table tr {
  height: 50px;
}

.hof-1-tab-table tr td:nth-child(n+4):nth-child(even),
.hof-1-tab-table tr th:nth-child(n+4):nth-child(even) {
  background-color: #fbfbfb;
}

.hof-1-tab-table tr td,
.hof-1-tab-table tr th {
  border-bottom: 1px solid #e5e4e5;
  padding-top: 11px;
}

.hof-1-tab-table tr:last-child td {
  border-bottom: 0px;
}

.hof-1-tab-table .player-photo {
  width: 60px;
}

.hof-1-tab-table .player-photo img {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.hof-1-tab-table .no-border {
  border-color: transparent;
}

.hof-1-tab-table .th-games {
  font-size: 12px;
  color: #a0a0a0;
  font-weight: 400;
  text-align: center;
}

.hof-1-tab-table .number {
  font-size: 12px;
  color: #a0a0a0;
  width: 22px;
}

.hof-1-tab-table .name {
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  padding-left: 5px;
}

.hof-1-tab-table .games {
  color: #363636;
  font-size: 14px;
  text-align: center;
}

.th-games-tab-2 {
  text-align: right !important;
  padding-right: 20px;
}

.hof-games-tab-2 {
  display: block;
  width: 225px;
  margin: 0 auto;
  border-bottom: 1px solid #a0a0a0;
  height: 33px;
  padding-top: 12px;
  padding-bottom: 26px;
}

.hof-games-tab-1 {
  display: block;
  width: 225px;
  margin-left: 33px;
  border-bottom: 1px solid #a0a0a0;
  height: 33px;
  padding-top: 12px;
  padding-bottom: 26px;
}

.hof-games-tab-3 {
  display: block;
  width: 225px;
  margin-left: 12px;
  border-bottom: 1px solid #a0a0a0;
  height: 33px;
  padding-top: 12px;
  padding-bottom: 26px;
}

.hof-games-next-five__tab-2 {
  display: block;
  width: 170px;
  border-bottom: 1px solid #a0a0a0;
  height: 31px;
  padding-bottom: 26px;
}

.without-border {
  border-bottom: 0px;
  padding-top: 10px;
}

.top-3__2tab {
  margin-bottom: 82px;
}

.next-five__2tab {
  margin-bottom: 87px;
}

.goals {
  width: 178px;
  text-align: right;
}

.goals__3tab {
  padding-right: 25px;
}

.th-games__4-tab {
  padding-right: 12px !important;
}

.hof-cards {
  width: 147px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hof-player-name-5-tab {
  margin-bottom: 0;
}

.hof-cards__5tab {
  margin-bottom: 11px;
}

.hof-player-name-next-five__5tab {
  margin-bottom: 7px;
}

.last-in-table-5tab {
  width: 1040px;
}

.last-in-table-5tab .hof-1-tab-table .games {
  text-align: center;
  width: 150px;
}

.last-in-table-5tab .hof-1-tab-table .th-games {
  text-align: center;
}

.hof-games__6tab {
  width: 235px;
}

.modif-tab-6 {
  width: 168px;
}

.hof-games-next-five__tab-5 {
  height: 39px;
  padding-top: 10px;
}

.last-in-table__tab-7 {
  width: 1030px;
}

.hof-7-tab-table .th-games {
  text-align: center;
  padding-right: 0;
}

.hof-7-tab-table .games {
  text-align: center;
  width: 120px;
  padding-right: 0;
}

.game__tab-8 {
  width: 130px;
  text-align: left;
}

.hof-player-name__tab-8 {
  margin-bottom: 2px;
}

.hof-cards__tab-8 {
  margin-bottom: 7px;
}

.hof-player-name-next-five__tab-8 {
  margin-bottom: 6px;
}

.hof-cards-next-five__tab-8 {
  margin-bottom: 5px;
}

.hof-8-tab-table .games {
  width: 100px;
}

.top-player-page {
  padding-top: 50px;
  padding-bottom: 0px;
  background: #fff;
}

.top-coach-page {
  padding-top: 380px;
  padding-bottom: 0px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 70%, #f7f7f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 70%, #f7f7f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 70%, #f7f7f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
  /* IE6-9 */
}

.player-page__player-info {
  width: 282px;
  text-align: center;
  display: inline-block;
}

.player-page__player-photo {
  width: 282px;
  height: 368px;
  margin-bottom: 29px;
  position: relative;
  overflow: hidden;
}

.player-page__player-photo img {
  height: 368px;
  position: absolute;
  left: 50%;
  margin-left: -141px;
  top: 0;
}

.player-page__player-name {
  font-size: 22px;
  margin-bottom: 7px;
}

.player-page__player-team {
  font-size: 14px;
  font-weight: 700;
}

.player-page__team-logo {
  width: 20px;
  margin-bottom: 29px;
  display: inline-block;
}

.player-page__team-logo img {
  width: 100%;
  height: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.player-descr__stroke {
  border-bottom: 1px solid #a0a0a0;
  width: 100%;
  padding-bottom: 8px;
  padding-top: 1px;
  margin-bottom: 9px;
}

.stroke-left-part {
  color: #a0a0a0;
  float: left;
}

.stroke-right-part {
  float: right;
  font-weight: 700;
}

.player-page__player-tables {
  margin-left: 15px;
  width: 869px;
  display: inline-block;
  vertical-align: top;
}

.player-contein {
  display: block;
  height: 350px;
  padding: 15px 0px 15px 0px;
  background: transparent;
}

.player-contein-two {
  display: block;
  height: 350px;
  padding: 15px 0px 15px 0px;
  background: #fbfbfb;
}

.top-list__item {
  border-left: 1px solid rgba(160, 160, 160, 0.27);
  text-align: center;
  margin-top: -2px;
}

.top-list__item-name {
  font-size: 12px;
  margin-bottom: 12px;
}

.top-list__item-number {
  font-size: 32px;
  font-weight: 700;
}

.pad-player {
  padding: 0 15px 0 15px;
}

.player-page__top-list {
  margin-bottom: 15px;
}

.player-page__top-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.player-page__top-list ul li {
  width: 100%;
}

.player-page__top-list ul li:first-child .top-list__item {
  border-left: none;
}

.player-page__top-table {
  width: 100%;
  margin-left: 10px;
  margin-bottom: 39px;
}

.player-page__top-table thead tr {
  height: 42px;
}

.player-page__top-table tbody .player-page__th-match {
  font-size: 0;
}

.player-page__top-table .thead__tr {
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 12px;
  color: #fff;
  background-attachment: fixed;
}

.player-page__top-table .thead__tr th {
  background: inherit;
}

.player-page__top-table tr:hover {
  background-color: #f8f8f8;
}

.player-page__top-table tr.tr_empt {
  border-color: transparent;
}

.player-page__top-table tr.tr_empt:hover {
  background-color: transparent;
}

.player-page__top-table tr.tr_thead-title {
  background-color: #e6e4e7;
}

.player-page__top-table tr.tr_thead-title:hover {
  background-color: #e6e4e7;
}

.player-page__top-table tr.tr_thead-title td {
  padding-left: 20px;
  font-size: 14px;
  color: #a0a0a0;
  font-weight: 400;
}

.player-page__top-table tr td {
  padding-top: 8px;
  border-bottom: 1px solid #ddd;
  height: 40px;
}

.player-page__top-table .no-border {
  width: 15px;
  border-color: transparent;
}

.player-page__top-table .right {
  text-align: right;
}

.player-page__top-table.__coach th.player-page__th-tour,
.player-page__top-table.__coach td.player-page__th-tour {
  width: 230px;
}

.rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0;
}

.rows .dots {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 1px dotted #ccc;
  position: relative;
  top: -3px;
  margin: 0 5px;
}

.page {
  font-weight: 700;
}

.player-page__th-tour {
  text-align: left;
  min-width: 165px;
  width: 165px;
  line-height: 120%;
  padding: 8px 0;
  padding-left: 20px;
}

.player-page__th-date {
  text-align: center;
  padding-left: 10px;
  width: auto;
  white-space: nowrap;
  padding-right: 10px;
  width: 150px;
}

.player-page__th-match {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.player-page__th-goal {
  width: 65px;
  text-align: center;
}

.player-page__th-pass {
  width: 35px;
  text-align: center;
}

.player-page__th-tour-team {
  width: 60px;
  padding-right: 15px;
  text-align: center;
}

.player-page__th-tour-td {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  width: 30px;
}

.player-page__tour-team-dot {
  width: 9px;
  height: 9px;
  border: 1px solid #a0a0a0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}

.player-page__tour-team-dot__green {
  border-color: #96ce26;
  background-color: #96ce26;
}

.player-page__cup-table--head {
  height: 40px;
  width: 100%;
  margin-left: 10px;
  background-color: #e6e4e7;
  font-weight: 700;
  padding-left: 23px;
  padding-top: 11px;
}

.player-page-tables {
  padding-top: 41px;
  margin-bottom: 79px;
}

.player-page-tables__title {
  color: #04005a;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 29px;
}

.player-page-tables__title {
  color: #04005a;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 29px;
}

.player-page__player-tables .center {
  text-align: center;
}

.player-page-tables__item tr:hover td {
  background-color: #f8f8f8;
}

.player-page-tables__item tr td {
  text-align: center;
  padding-top: 3px;
}

.player-page-tables__item tr:nth-last-child(3) td {
  border-color: transparent;
}

.player-page-tables__item .player-page__same-row {
  width: 70px;
}

.player-page-tables__title-tables {
  margin-bottom: 35px;
}

.player-page__tr-bold td {
  font-weight: 700;
}

.player-page__personal-rewards-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.player-page__personal-rewards-items.__bt-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.personal-rewards__item {
  text-align: center;
}

.personal-rewards-image {
  background-image: url("/upload/images/icons/personal-rewards-border__blue.png");
  width: 98px;
  height: 114px;
  font-weight: 700;
  font-size: 50px;
  color: #04005a;
  text-align: center;
  padding-top: 22px;
  display: inline-block;
}

.personal-reward-name {
  font-weight: 700;
  font-size: 21px;
  color: #04005a;
  height: 60px;
}

.personal-reward-seasons {
  padding: 0 48px;
}

.personal-reward-season {
  width: 52px;
  display: inline-block;
  color: #a0a0a0;
  vertical-align: top;
}

.personal-reward-season-name {
  display: inline-block;
}

.player-page__personal-rewards-title {
  margin-bottom: 42px;
}

.player-page__personal-rewards {
  padding-top: 25px;
  padding-bottom: 60px;
  margin-bottom: 47px;
  text-align: center;
  background-color: #f2f2f2;
}

.player-page__team-rewards {
  margin-bottom: 54px;
}

.player-page__team-reward-name {
  width: 240px;
  margin: 0 auto;
  margin-bottom: 17px;
}

.player-page__team-rewards-image {
  position: relative;
}

.player-page__team-rewards-image img {
  width: 140px;
  height: 163px;
  -o-object-fit: contain;
  object-fit: contain;
}

.player-page__personal-rewards__title {
  text-align: center;
}

.player-page__team-rewards__title {
  margin-bottom: 23px;
}

.player-page__team-rewards-image {
  margin-bottom: 35px;
}

.player-page__team-rewards-items {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.player-page__team-rewards-item {
  width: 33.3333%;
}

.player-page__cup-number {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  bottom: -18px;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.4);
}

.display-none {
  display: none;
}

.player-page__photos {
  background-color: #f2f2f2;
  padding-top: 44px;
  padding-bottom: 57px;
  margin-bottom: 20px;
}

.player-page__videos {
  background-color: #fff;
  padding-top: 44px;
  padding-bottom: 57px;
  margin-bottom: 20px;
}

.player-page__photos__title {
  margin-bottom: 28px;
}

.coach-page__coach {
  font-weight: 700;
}

.coach-page__date {
  font-weight: 700;
  padding-bottom: 15px;
}

.coach-page__date span {
  color: #a0a0a0;
  font-weight: 400;
}

.coach-page__coach-team {
  height: 30px;
}

.coach-page__coach {
  margin-bottom: 13px;
}

.coach-page__top-table .player-page__th-date {
  padding-left: 147px;
  width: 342px;
}

.coach-page__top-table .games-list__left-part__cup-schedule {
  width: 184px;
}

.coach-page__top-table .games-list__right-part__cup-schedule {
  width: 184px;
}

.coach-page__top-table .games-list__team-name__cup-schedule {
  width: 146px !important;
}

.coach-page-tables__item .player-page__same-row {
  width: 125px;
}

.text-to-left {
  text-align: left !important;
}

.judge-page__top-table .player-page__th-pass {
  width: 62px;
}

.player-page__photos__white {
  background-color: #fff;
}

.player-page__top-table .games-list__center-part {
  width: 50px;
}

.player-page__top-table .games-list__right-part {
  width: -webkit-calc(50% - 26px);
  width: calc(50% - 26px);
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.player-page__top-table .games-list__right-part .games-list__team-name {
  padding-left: 5px;
}

.player-page__top-table .games-list__left-part {
  width: -webkit-calc(50% - 26px);
  width: calc(50% - 26px);
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.player-page__top-table .games-list__left-part .games-list__team-name {
  padding-right: 5px;
}

.player-page__top-table .games-list__game-time--score.__score-green {
  color: #299717;
}

.player-page__top-table .games-list__game-time--score.__score-green span {
  color: #333;
}

.player-page__top-table .games-list__game-time--score.__score-red {
  color: #e30611;
}

.player-page__top-table .player-page__th-match .games-list__team-name {
  font-size: 14px;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}

.player-page__top-table .player-page__th-match .games-list__team-logo {
  width: 32px;
}

.player-stat {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  width: 100%;
  width: 200px;
  text-align: left;
}

.player-stats {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  width: 100%;
  width: 230px;
  text-align: left;
}

.player-stat__logo {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}

.player-stat__logo img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.player-stat__name {
  font-size: 14px;
  padding-left: 10px;
  vertical-align: top;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}

.player-page-stats .no-border {
  width: 20px;
}

.player-page-stats th,
.player-page-stats td {
  width: 100px;
}

.player-page-stats th:nth-child(2),
.player-page-stats td:nth-child(2) {
  width: 130px;
}

.player-page-stats th:nth-child(3),
.player-page-stats td:nth-child(3) {
  width: 25px;
  padding-right: 25px;
}

.player-page-stats th.player-team:nth-child(3),
.player-page-stats td.player-team:nth-child(3) {
  width: 25px;
  padding-right: 0px;
  padding-left: 32px;
}

.player-page-stats th.team:nth-child(3),
.player-page-stats td.team:nth-child(3) {
  padding-right: 0px;
  width: 230px;
}

.player-page-stats th.gol:nth-child(3) {
  width: 230px;
  padding-left: 30px;
}

.player-page-stats th:nth-child(4),
.player-page-stats td:nth-child(4) {
  width: 220px;
}

.player-page-stats th.game:nth-child(4),
.player-page-stats td.game:nth-child(4) {
  width: 80px;
}

.player-page-stats th.coach-page:nth-child(4),
.player-page-stats td.coach-page:nth-child(4) {
  width: 220px;
  padding-left: 39px;
}

.player-page-stats .player-page__same-row {
  width: 100px;
}

.player-stat__cup {
  width: 20px;
  height: 26px;
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/upload/images/svg-icons/ico_cups.svg");
}

.tour-team-page-black {
  background-color: #000;
  position: relative;
  z-index: 2;
}

.tour-team-page {
  background-image: url("/upload/images/icons/tour-team-background.png");
  height: 1324px;
  margin: 0 auto;
  background-position: center -205px;
  background-repeat: no-repeat;
}

.tour-team-select__cover {
  background-color: rgba(0, 0, 0, 0.25);
  
}

.tour-team-select {
  padding: 40px 0;
}

.select-division__tour-team-page-left {
  float: left;
}

.select-division__tour-team-page-left .list-title {
  color: #fff;
}

.select-division__tour-team-page-left .divisions li {
  color: #fff;
  background-color: transparent;
}

.select-division__tour-team-page-left .divisions li a {
  color: #fff;
}

.select-division__tour-team-page-left .divisions li:not(.active):hover {
  border-color: #fff;
}

.select-division__tour-team-page-left .divisions .active {
  background-color: #EB5F00;
}

.select-division__tour-team-page-right {
  float: right;
}

.select-division__tour-team-page-right .list-title {
  color: #fff;
}

.select-division__tour-team-page-right .divisions li {
  color: #fff;
  background-color: transparent;
}

.select-division__tour-team-page-right .divisions li a {
  color: #fff;
}

.select-division__tour-team-page-right .divisions li:last-child {
  color: #fff;
  border: 2px solid transparent;
  width: 56px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
}

.select-division__tour-team-page-right .divisions li:last-child a {
  color: #fff;
}

.select-division__tour-team-page-right .divisions li.notretail {
  width: 33px;
}

.select-division__tour-team-page-right .divisions li.notretail:hover {
  width: 33px;
}

.select-division .divisions li.notretail {
  width: 33px;
}

.select-division .divisions li.notretail:hover {
  width: 33px;
}

.tourment-tables-page .divisions li.notretail {
  width: 33px;
}

.tourment-tables-page .divisions li.notretail:hover {
  width: 33px;
}

.select-division__tour-team-page-right .divisions li:not(.active):hover {
  border-color: #fff;
}

.select-division__tour-team-page-right .divisions .active {
  background-color: #EB5F00;
}

.tour-team-page__content {
  text-align: center;
}

.tour-team-page__content .page-title {
  font-weight: 700;
  font-size: 70px;
  color: #fff;
}

.tour-team-page__player-in-court {
  display: inline-block;
  position: absolute;
  left: 222px;
  top: 96px;
}

.tour-team-page__player-in-court:hover {
  z-index: 999999;
}

.tour-team-page__player-in-court:hover .oppacity-block {
  visibility: visible;
  opacity: 0.5;
}

.tour-team-page__player-in-court:hover .player-in-tour__reason {
  visibility: visible;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.tour-team-page__player-in-court:hover .player-in-court__info .player-in-court__name a {
  text-decoration: underline;
}

.tour-team-page__player-in-court:hover .player-in-court__info:after {
  content: "";
  background-image: url("/upload/images/icons/big-shadow.png");
  width: 176px;
  height: 37px;
  position: absolute;
  top: 31px;
  left: -14px;
}

.tour-team-page__player-in-court__1 {
  left: 633px;
}

.tour-team-page__player-in-court__2 {
  left: 420px;
  top: 297px;
}

.tour-team-page__player-in-court__3 {
  left: 171px;
  top: 495px;
}

.tour-team-page__player-in-court__4 {
  left: 672px;
  top: 495px;
}

.tour-team-page__player-in-court__5 {
  left: 420px;
  top: 713px;
}

.tour-team-page__court {
  height: 1000px;
  width: 85%;
  background-image: url("/upload/images/icons/big-court.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
}

.player-in-court__info {
  position: relative;
  min-width: 153px;
  padding: 5px 15px;
  margin-top: -15px;
  text-align: center;
  height: 35px;
  background: #b35c1c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #b35c1c 0%, #a4441c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b35c1c 0%, #a4441c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b35c1c 0%, #a4441c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b35c1c', endColorstr='#a4441c', GradientType=1);
  /* IE6-9 */
}

.player-in-court__info:before {
  content: "";
  background-image: url("/upload/images/icons/small-shadow.png");
  width: 182px;
  height: 37px;
  position: absolute;
  top: 31px;
  left: -14px;
}

.player-in-court__name {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
  position: relative;
}

.player-in-court__photo {
  position: relative;
  font-size: 0;
}

.player-in-court__photo .player-in-court__ava {
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.player-in-court__photo:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.player-in-court__photo img {
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: auto;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  max-width: 120px;
  max-height: 120px;
}

.player-in-court__number {
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: red;
  position: absolute;
  width: 31px;
  height: 31px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: center;
  top: 3px;
  left: 105px;
  padding-top: 2px;
}

.player-in-court___team {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}

.player-in-court___team img {
  padding-top: 2px;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.player-in-tour__reason {
  width: 696px;
  border: 2px solid #fff;
  background-color: #000;
  position: absolute;
  left: 50%;
  margin-left: -348px;
  text-align: left;
  color: #fff;
  visibility: hidden;
  top: 155px;
  font-size: 0;
}

.player-in-tour__reason:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #000;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 20px;
  z-index: 9999;
}

.player-in-tour__reason:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -7px;
}

.tour-team-page__socials {
  text-align: center;
}

.tour-team-page__socials .soc-sheare {
  color: #fff;
}

.tour-team-page__socials .soc-sheare__title {
  opacity: 0.7;
}

.team-tour__social-list {
  float: none;
  display: inline-block;
}

.team-tour__social-list li {
  margin-left: 30px;
  opacity: 0.70;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.team-tour__social-list li:hover {
  opacity: 1;
}

.team-tour__social-list a {
  font-size: 22px !important;
}

.section__title__in-tour-team-page h2 {
  color: #fff;
}

.partners--tour-team-page {
  background-color: #000;
  padding-bottom: 50px;
}

.partners--tour-team-page .partner-item__name {
  color: #a0a0a0;
}

.oppacity-block {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.player-in-tour__team-logo {
  width: 72px;
  height: 72px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
  text-align: center;
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.player-in-tour__team-logo img {
  height: 62px;
  width: 62px;
  -o-object-fit: contain;
  object-fit: contain;
}

.player-in-tour__descr {
  vertical-align: middle;
  display: inline-block;
  width: -webkit-calc(100% - 72px - 12px - 20px);
  width: calc(100% - 72px - 12px - 20px);
  font-size: 14px;
  margin-left: 20px;
  padding-right: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.sheme-of-cup-wr {
  padding-bottom: 60px;
}

.sheme-of-cup-wr--darken {
  background-color: #FF6A00;
  margin-top: 34px;
  padding-top: 47px;
  padding-bottom: 34px;
  margin-bottom: 13px;
}

.sheme-of-cup-wr--darken .sheme-game__header {
  background-color: #e3e3e3;
}

.sheme-of-cup-wr--darken .sheme-line-horizont,
.sheme-of-cup-wr--darken .sheme-line-horizont:before {
  background-color: #bbbbbb !important;
}

.sheme-block {
  width: 1001px;
  margin: 0 auto;
}

.sheme-block__header {
  font-size: 21px;
  color: #04005a;
  font-weight: 700;
}

.sheme {
  padding-top: 10px;
  position: relative;
}

.sheme-container {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sheme-col {
  -webkit-flex-basis: 270px;
  -ms-flex-preferred-size: 270px;
  flex-basis: 270px;
  max-width: 270px;
}

.sheme-col:nth-child(1) .sheme-game:first-child .sheme-line-horizont:before,
.sheme-col:nth-child(2) .sheme-game:first-child .sheme-line-horizont:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 155px;
  top: 0;
  right: 0;
  background-color: #e5e4e5;
}

.sheme-col:nth-child(1) .sheme-game:last-child .sheme-line-horizont:before,
.sheme-col:nth-child(2) .sheme-game:last-child .sheme-line-horizont:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 155px;
  bottom: 0;
  right: 0;
  background-color: #e5e4e5;
}

.sheme-tour__header {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
}

.sheme-game {
  margin-bottom: 42px;
}

.sheme-game:last-child {
  margin-bottom: 0;
}

.sheme-game__header {
  font-size: 12px;
  color: #363636;
  background-color: #efefef;
  padding: 10px 14px 10px 18px;
}

.sheme-game__team {
  padding: 10px 14px 6px 18px;
}

.sheme-game__team__logo {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  text-align: center;
  line-height: 0;
}

.sheme-game__team__logo img {
  max-width: 100%;
}

.sheme-game__team__name {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sheme-game__team__result {
  display: inline-block;
  vertical-align: middle;
  float: right;
  text-align: right;
}

.sheme-line-horizont {
  position: relative;
  width: 320px;
  height: 1px;
  background-color: #e5e4e5;
}

.sheme-line-horizont--middle {
  width: 367px;
  margin-left: -50px;
}

.sheme-game__team--winner {
  font-weight: 700;
}

.third-place {
  width: 270px;
  position: absolute;
  bottom: 1px;
  right: 0;
}

.third-place .sheme-line-horizont {
  width: 100%;
}

.nogame-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 134px;
  margin-bottom: 55px;
}

.nogame-info__team-logo {
  margin: 0 auto;
  height: 150px;
  width: 150px;
  margin-bottom: 32px;
  position: relative;
}

.nogame-info__team-logo img {
  max-width: 100%;
  max-height: 150px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.nogame-info__team-name {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 7px;
}

.nogame-info__match-name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: -2px;
}

.nogame-info__match-stadium {
  font-size: 14px;
  color: #686868;
}

.nogame-info__left-part,
.nogame-info__right-part {
  text-align: center;
  width: 300px;
  padding-top: 45px;
}

.nogame-info__center-part {
  padding-top: 39px;
  width: 315px;
  text-align: center;
}

.nogame-info__match-stadium {
  margin-bottom: 40px;
}

.nogame-info__match-date {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: -3px;
}

.nogame-info__match-time {
  font-size: 26px;
}

.nogame-info__team-stats {
  display: inline-block;
}

.nogame-info__team-stats ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nogame-info__team-stats ul li {
  margin-left: 14px;
}

.nogame-info__team-stats ul li:first-child {
  margin-left: 0;
}

.nogame-info__dot {
  position: relative;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  background-color: transparent;
}

.nogame-info__dot_red {
  background-color: red;
}

.nogame-info__dot_green {
  background-color: #0dbb00;
}

.nogame-info__dot_yellow {
  background-color: #f0c600;
}

.nogame-info__dot_gray {
  background-color: #b3b3b3;
}

.match-no-game-1-tab {
  padding-top: 30px;
}

.match-nogame-tab-content {
  width: 830px;
  margin: 0 auto;
}

.match-nogame-tab-content-stat {
  width: 1200px;
  margin: 0 auto;
}

.match-nogame-preview-text {
  margin-bottom: 45px;
}

.match-nogame-tab-title {
  font-size: 28px;
  font-weight: 700;
  color: #04005a;
  text-align: center;
  margin-bottom: 30px;
}

.match-nogame__disqualification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.disqualificated__player {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  padding: 0px 30px;
  margin-bottom: 5px;
  padding-bottom: 8px;
}

.disqualificated__player-photo {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
}

.disqualificated__player-photo img {
  max-width: 35px;
  max-height: 35px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.disqualificated__player-name {
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  padding-left: 21px;
}

.disqualification__left-part {
  width: 50%;
  text-align: left;
}

.disqualification__right-part {
  width: 50%;
  text-align: right;
}

.gray-bcg {
  background-image: url("/upload/images/icons/gray-bcg-best-players.png");
  background-repeat: repeat-x;
  padding-top: 55px;
  padding-bottom: 40px;
  margin-bottom: 97px;
  background-size: 100% auto;
}

.match-nogame-tab-title__best-players {
  margin-bottom: 46px;
}

.match-nogame__best-player {
  text-align: center;
  margin-right: 55px;
}

.best-player__player-role {
  color: #a0a0a0;
  margin-bottom: 17px;
}

.best-player__player-photo {
  width: 105px;
  height: 105px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e5e4e5;
  margin-bottom: 35px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.match-nogame__best-player:hover .best-player__player-name a {
  text-decoration: underline;
}


.best-player__player-photo a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.best-player__player-photo a:hover:after {
  background: rgba(255, 255, 255, 0);
}

.best-player__player-photo img {
  max-height: 105px;
  max-width: 105px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.best-players__player-stats {
  padding-left: 12px;
}

.best-player__player-name {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

.best-players__player-stat-num {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 3px;
}

.player-stats__star {
  display: inline-block;
  position: relative;
  padding-left: 3px;
}

.player-stats__star:before {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  left: -10px;
  top: 12px;
  margin-top: -10px;
  background-image: url(/upload/images/svg-icons/star.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.player-stats__ball {
  display: inline-block;
  position: relative;
  padding-left: 14px;
}

.player-stats__ball:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  left: 0;
  top: 10px;
  margin-top: -8px;
  background-image: url(/upload/images/icons/ball.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.player-stats__boot {
  display: inline-block;
  position: relative;
  padding-left: 16px;
}

.player-stats__boot:before {
  position: absolute;
  content: '';
  width: 22px;
  height: 18px;
  left: 0;
  top: 9px;
  margin-top: -9px;
  background-image: url(/upload/images/icons/hand.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.best-player__parts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

.match-nogame__best-players--left {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.match-nogame__best-players--right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.match-nogame__best-player__right {
  margin-right: 0;
  margin-left: 35px;
}

.stats__more-gray-bcg {
  background-image: url("/upload/images/icons/gray-bcg-nomatch.png");
  background-repeat: repeat-x;
  padding-top: 47px;
  padding-bottom: 30px;
}

.stats-challange-item {
  margin-bottom: 33px;
}

.stats-challenge-item__name {
  color: #a0a0a0;
}

.stats-challenge-item__first-team {
  text-align: left;
  font-weight: 700;
}

.stats-challenge-item__second-team {
  text-align: right;
  font-weight: 700;
}

.stats-challenge-item__lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.first-team__line {
  width: 60%;
  height: 7px;
  background-color: #FF6A00;
  border-right: 4px solid #ffffff;
}

.second-team__line {
  width: 40%;
  height: 7px;
  background-color: #a21f01;
  border-left: 4px solid #ffffff;
}

.stats-challenge-item__numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.match-nogame-tab-title__stats-challange {
  margin-bottom: 31px;
}

.who-wins__gray-bgc {
  background-color: #FF6A00;
  padding-top: 45px;
  padding-bottom: 40px;
}

.who-wins__results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.who-wins__teams {
  border: 1px solid #e5e4e5;
  background-color: #fff;
  text-align: center;
  width: 240px;
  height: 64px;
  padding-top: 17px;
}

.who-wins__dead-heat {
  border: 1px solid #e5e4e5;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  width: 240px;
  height: 64px;
  padding-top: 20px;
  background-color: transparent;
}

.who-wins__team-logo {
  width: 28px;
  height: 28px;
  display: inline-block;
}

.who-wins__team-logo img {
  max-height: 28px;
  max-width: 28px;
  -o-object-fit: cover;
  object-fit: cover;
}

.who-wins__team-name {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  vertical-align: bottom;
}

.match-nogame-tab-title__who-wins {
  margin-top: 10px;
}

.who-wins__line {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.who-wins__team {
  text-align: center;
}

.who-wins__team__1 {
  width: 34%;
}

.who-wins__team__2 {
  width: 1%;
}

.who-wins__team__3 {
  width: 65%;
}

.who-wins__first-team-line {
  height: 7px;
  width: 100%;
  background-color: #FF6A00;
}

.who-wins__dead-heat-line {
  height: 7px;
  width: 100%;
  background-color: transparent;
}

.who-wins__second-team-line {
  height: 7px;
  width: 100%;
  background-color: #a21f01;
}

.personal-meetings {
  padding-top: 47px;
  margin-bottom: 45px;
}

.match-nogame-tab-title__personal-meetings {
  margin-bottom: 0;
}

.personal-meetengs__item {
  border-bottom: 1px solid #e5e4e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 10px;
  height: 50px;
}

.personal-meetengs__item-date,
.personal-meetengs__item-division {
  padding-top: 5px;
}

.personal-meetengs__number {
  text-align: center;
  color: #a0a0a0;
  margin-bottom: 30px;
}

.personal-meetengs__item-team-logo {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
}

.personal-meetengs__item-team-logo img {
  max-height: 27px;
  max-width: 27px;
}

.personal-meetengs__item-score {
  display: inline-block;
  position: relative;
}

.personal-meetengs__item-score:hover {
  text-decoration: underline;
}

.winner {
  font-weight: 700;
}

.nogame-score h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.nogame-score p {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.match-page__lines {
  width: 830px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 69px;
}

.match-page__line-1,
.match-page__line-2,
.match-page__line-3,
.match-page__line-4,
.match-page__line-5 {
  height: 16px;
  background-color: #EB5F00;
  width: 20%;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  float: left;
  text-align: right;
  color: #fff;
  font-size: 11px;
  padding-right: 5px;
  padding-top: 1px;
  position: relative;
}

.nogame-info__match-page {
  margin-bottom: 82px;
}

.match-page__team-1-logo {
  width: 30px;
  height: 30px;
  position: absolute;
  opacity: 0.4;
  top: -36px;
  left: 3px;
}

.match-page__team-1-logo img {
  max-height: 30px;
  max-width: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.match-page__team-2-logo {
  top: 20px;
  left: 3px;
}

.match-page-simb {
  z-index: 1;
}

.match-page-simb.__a,
.match-page-simb:hover {
  z-index: 2;
}

.match-page__yellow-card {
  position: absolute;
  width: 12px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/upload/images/svg-icons/ico_ycard.svg");
  top: -22px;
  left: 0;
}

.match-page__yellow-card img {
  width: 20px;
  height: 20px;
}

.match-page__yellow-card:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #F7941D;
  display: inline-block;
  position: absolute;
  left: 3px;
  top: auto;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  bottom: -2px;
}

.match-page__yellow-card.team_down {
  top: auto;
  bottom: -22px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.match-page__yellow-card.team_down:after {
  bottom: -2px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.match-page__red-card {
  background-image: url("/upload/images/svg-icons/ico_rcard.svg");
}

.match-page__red-card:after {
  border-top-color: #be1e2d;
}

.match-page__yd-card {
  width: 18px;
  height: 23px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -25px;
  left: 0;
  background-image: url("/upload/images/svg-icons/ico_y2card.svg");
}

.match-page__yd-card:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #F7941D;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: auto;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  bottom: -2px;
}

.match-page__yd-card.team_down {
  top: auto;
  bottom: -25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.match-page__yd-card.team_down:after {
  bottom: -2px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.match-page__yred-card {
  width: 18px;
  height: 23px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -25px;
  left: 0;
  background-image: url("/upload/images/svg-icons/ico_yr.svg");
}

.match-page__yred-card:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #F7941D;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: auto;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  bottom: -2px;
}

.match-page__yred-card.team_down {
  top: auto;
  bottom: -25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.match-page__yred-card.team_down:after {
  bottom: -2px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.match-page__redy-card {
  width: 18px;
  height: 23px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -25px;
  left: 0;
  background-image: url("/upload/images/svg-icons/ico_ry.svg");
}

.match-page__redy-card:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #F7941D;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: auto;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  bottom: -2px;
}

.match-page__redy-card.team_down {
  top: auto;
  bottom: -25px;
}

.match-page__redy-card.team_down:after {
  top: -2px;
  left: 4px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.match-page__ball {
  position: absolute;
  top: 21px;
  left: 0;
}

.match-page__ball img {
  height: 17px;
  width: 17px;
}

.match-page__ball:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid #a0a0a0;
  display: inline-block;
  position: absolute;
  left: 6px;
  top: -4px;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}

.match-page__ball.team_up {
  top: -25px;
}

.match-page__ball.team_up:before {
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: auto;
  bottom: -5px;
}

.match-page__score-up {
  position: absolute;
  bottom: 26px;
  color: #333333;
  font-size: 16px;
}

.match-page__score-down {
  position: absolute;
  top: 26px;
  color: #333333;
  font-size: 16px;
}

.tab-2__title {
  font-size: 41px;
  font-weight: 700;
  color: #04005a;
  text-align: center;
  margin-bottom: 40px;
}

.match-page__photo-slider {
  text-align: center;
  margin-bottom: 49px;
  margin-bottom: 93px;
}

.match-page__match-descr {
  -moz-column-count: 2;
  /* Для Firefox */
  -webkit-column-count: 2;
  /* Для Safari и Chrome */
  column-count: 2;
  margin-top: 68px;
  margin-bottom: 60px;
  position: relative;
}

.match-page__match-descr p {
  color: #000;
  margin-top: 0px;
}

.match-page--title {
  font-size: 28px;
  font-weight: 700;
  color: #04005a;
  text-align: center;
  margin-bottom: 10px;
}

.match-page--title-stat {
  font-size: 18px;
  font-weight: 700;
  color: #04005a;
  text-align: center;
  margin-top: 40px;
}

.match-page--title-stat img {
  width: 35px;
  padding-right: 5px;
}

.match-page--doing__item {
  height: 68px;
  width: 390px;
  border-bottom: 1px solid #e5e4e5;
  padding-left: 17px;
  padding-right: 51px;
}

.match-page--doing__item--names {
  display: inline-block;
  float: left;
  margin-top: 13px;
}

.match-page--doing__item-name-1 {
  font-size: 15px;
  font-weight: 700;
}

.match-page--doing__item-name-2 {
  color: #a0a0a0;
}

.match-page--doing__item--score {
  float: right;
  margin-top: 24px;
}

.match-page--doing__item--score-image {
  display: inline-block;
}

.match-page--doing__item--score-image img {
  width: 17px;
  height: 17px;
}

.match-page--doing__item--score-num {
  display: inline-block;
  margin-left: 3px;
}

.match-page--doing__items__center-part-time {
  height: 68px;
  font-weight: 700;
  padding-top: 23px;
}

.match-page--doing__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.match-page--doing__item__right {
  padding-left: 51px;
  padding-right: 17px;
}

.match-page--doing__item__right .match-page--doing__item--score {
  float: left;
}

.match-page--doing__item__right .match-page--doing__item--names {
  float: right;
}

.match-page--doing {
  margin-bottom: 65px;
}

.match-page--doing__punishment {
  margin-bottom: 69px;
}

.match-page--doing__punishment .match-page--doing__item {
  height: 50px;
  padding-left: 17px;
  padding-right: 10px;
}

.match-page--doing__punishment .match-page--title {
  margin-bottom: 30px;
}

.match-page--doing__punishment .match-page--doing__item--names {
  margin-top: 16px;
}

.match-page--doing__punishment .match-page--doing__item--score {
  margin-top: 18px;
}

.match-page--doing__punishment .match-page--doing__items__center-part-time {
  height: 50px;
  padding-top: 18px;
}

.match-page--doing__punishment .match-page--doing__item__right {
  padding-left: 10px;
  padding-right: 17px;
}

.match-page--doing__punishment .match-page--doing__item__right .match-page--doing__item--score {
  float: left;
}

.match-page--doing__punishment .match-page--doing__item__right .match-page--doing__item--names {
  float: right;
}

.math-p-stat {
  background: #FCFCFC;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
}

.math-p-stat-2 {
  background: #FBFBFB;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 80px;
}


.composition-gray-bcg {
  background-image: url("/upload/images/icons/composition-bcg.png");
  background-repeat: repeat-x;
  padding-top: 60px;
  padding-bottom: 21px;
}

.match-page__composition {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 28px;
}

.match-page__first-team-composition {
  width: 400px;
}

.match-page__second-team-composition {
  width: 400px;
}

.first-team-composition__item {
  width: 100%;
  border-bottom: 1px solid #e5e4e5;
  height: 50px;
  padding-left: 15px;
}

.first-team-composition__number {
  color: #a0a0a0;
  display: inline-block;
  font-size: 12px;
  padding-top: 17px;
  width: 14px;
}

.first-team-composition__player-photo {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-left: 22px;
  margin-top: 6px;
  position: relative;
}

.first-team-composition__player-photo img {
  max-height: 35px;
  max-width: 35px;
  -o-object-fit: cover;
  object-fit: cover;
}

.first-team-composition__player-name {
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  width: 220px;
  padding-left: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.first-team-composition__player-role {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.first-team-composition__player-role img {
  max-height: 20px;
  max-width: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.first-team-composition__player-like {
  display: inline-block;
  margin-left: 18px;
}

.player-like__icon {
  display: inline-block;
}

.player-like__icon img {
  width: 15px;
  height: 16px;
}

.player-like__num {
  color: #a0a0a0;
  display: inline-block;
  vertical-align: middle;
  padding-top: 4px;
}

.match-page--title__composition {
  margin-bottom: 36px;
}

.match-page__first-team-composition .first-team-composition__item:last-child,
.match-page__second-team-composition .first-team-composition__item:last-child {
  border-bottom: none;
}

.match-page__composition__coach .first-team-composition__item {
  border-bottom: 1px solid #e5e4e5 !important;
  border-top: 1px solid #e5e4e5;
}

.match-page__composition__coach .first-team-composition__player-photo {
  margin-left: 40px;
}

.match-page--title__coach {
  font-size: 24px;
  margin-bottom: 20px;
}

.match-page__stats-judjes__gray-bcg {
  background: #f8f8f8;
  padding-top: 47px;
  padding-bottom: 60px;
}

.match-page__stats-judjes__gray-bcga {
  background: #f1f1f1;
  padding-top: 47px;
  padding-bottom: 60px;
}

.match-page__stats-items {
  margin-bottom: 92px;
}

.match-page__stats-item {
  width: 100%;
  height: 50px;
  padding: 0 30px;
  border-bottom: 1px solid #e5e4e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 14px;
}

.match-page__stats-item:last-child {
  border-bottom: none;
}

.match-page__stats-item__first-team {
  font-weight: 700;
  width: 15%;
  text-align: left;
}

.match-page__stats-item__second-team {
  font-weight: 700;
  width: 15%;
  text-align: right;
}

.match-page__stats-item__stat-name {
  color: #363636;
  width: 70%;
  text-align: center;
}

.match-page--title__stats {
  margin-bottom: 19px;
}

.match-page__judjes {
  width: 430px;
  margin: 0 auto;
  margin-bottom: 46px;
}

.match-judjes {
  padding: 10px 0 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.match-page__conteiner-players {
  margin: 0 auto;
  display: table;
  position: relative;
}

.match-page__judje-face {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
}

.match-page__judje-faces {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  display: table;
  position: relative;
}

.match-page__judje-faces img {
  max-height: 110px;
  max-width: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}

.match-page__judje-face img {
  max-height: 35px;
  max-width: 35px;
  -o-object-fit: cover;
  object-fit: cover;
}

.match-page__judje-name {
  display: inline-block;
  font-weight: 700;
  margin-left: 22px;
}

.match-page__judje-names {
  display: block;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.match-page__1-judje {
  float: left;
}

.match-page__2-judje {
  float: right;
}

.match-page__1-judjes {
  float: left;
  margin-right: 50px;
}

.match-page__2-judjes {
  float: left;
  margin-left: 50px;
}

.match-page--title__judges {
  margin-bottom: 34px;
}

.match-page__judjes__judje-stats {
  width: 430px;
  margin: 0 auto;
}

.match-page__judjes__judje-stats-player {
  width: 430px;
  margin: 0 auto;
  float: left;
}

.judje-stats__item {
  width: 100%;
  height: 50px;
  padding: 0 5px;
  border-bottom: 1px solid #e5e4e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 14px;
}


.print-btn {
  width: 142px;
  height: 47px;
  border: 1px solid #04005a;
  background-color: transparent;
  color: #04005a;
  text-align: left;
  padding-left: 49px;
  line-height: 15px;
}

.print-btn .print-btn__ico {
  width: 24px;
  height: 25px;
  display: inline-block;
  background-image: url("/upload/images/icons/printer.png");
  position: absolute;
  left: 16px;
  top: 12px;
}

.print-btn:hover {
  color: #fff;
  background: #04005a;
}

.print-btn:hover .print-btn__ico {
  background-image: url("/upload/images/icons/printer_inv.png");
}

.button-print {
  position: absolute;
  left: 859px;
  top: -3px;
}

.who-wins__teams__btn {
  padding-top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.who-wins__teams__btn:hover {
  border-color: #000;
}

.pUp {
  position: fixed;
  font-size: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  overflow-y: auto;
}

.pUp a {
  font-size: 1.2rem;
}

.pUp._a {
  display: block;
}

.pUp._a .pUp__overlay {
  display: block;
}

.pUp:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.pUp__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(4, 0, 9, 0.4);
  display: none;
}

.pUp__x {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px;
  color: #000;
  z-index: 100;
  line-height: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pUp__x:after,
.pUp__x:before {
  content: "";
  display: block;
  height: 1px;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 0.5rem;
}

.pUp__x:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pUp__x:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.pUp__x:hover {
  -webkit-transform: rotate(15deg) scale(1.25);
  -ms-transform: rotate(15deg) scale(1.25);
  transform: rotate(15deg) scale(1.25);
}

.pUp__content {
  display: none;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  max-width: 90vw;
  top: 0;
  left: 0;
  padding: 35px 35px 15px;
  color: #fff;
  background: #fff;
  z-index: 100;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  color: #000;
  text-align: left;
  width: 525px;
}

.pUp__content._a {
  opacity: 1;
}

.pUp__content-inner {
  display: block;
  position: relative;
  clear: both;
}

.pUp__content-inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  clear: none;
}

.pUp__title {
  display: block;
  padding-bottom: 20px;
  text-align: center;
}

.pUp__title span {
  font-size: 28px;
  color: #04005a;
  line-height: 1.5;
  display: inline-block;
  font-weight: 700;
}

.pUp__content_report .pUp__btn-send-report {
  padding-left: 50px;
  padding-right: 50px;
}

button,
input {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.input-box {
  display: inline-block;
  position: relative;
}

.input-box .input {
  position: relative;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  padding: 0 1rem;
  border: 1px solid #a0a0a0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 18px;
  color: #333;
}

.input-box .input::-webkit-input-placeholder {
  font-size: 14px;
  text-align: left;
}

.input-box .input::-moz-placeholder {
  font-size: 14px;
  text-align: left;
}

.input-box .input:-moz-placeholder {
  font-size: 14px;
  text-align: left;
}

.input-box .input:-ms-input-placeholder {
  font-size: 14px;
  text-align: left;
}

.input-box.__req:before {
  content: "*";
  display: inline-block;
  position: absolute;
  right: 100%;
  margin-right: 2px;
  top: 0;
  font-size: 20px;
  line-height: 20px;
  color: #cf1010;
}

.textarea {
  position: relative;
  width: 100%;
  border: 1px solid #a0a0a0;
  resize: none;
  min-height: 5rem;
  padding: 1rem;
  display: inline-block;
  font-size: 1.5rem;
  font-family: inherit;
}

.textarea::-webkit-input-placeholder {
  font-size: 14px;
  text-align: left;
}

.textarea::-moz-placeholder {
  font-size: 14px;
  text-align: left;
}

.textarea:-moz-placeholder {
  font-size: 14px;
  text-align: left;
}

.textarea:-ms-input-placeholder {
  font-size: 14px;
  text-align: left;
}

.form .form__title {
  position: relative;
}

.form .form__row {
  position: relative;
  padding-bottom: 20px;
}

.form .form__row.__btns {
  text-align: center;
}

.form .form__cell {
  position: relative;
}

.form .input-box {
  display: block;
}

.form .input-box .input {
  position: relative;
  width: 100%;
}

.hof-content {
  background-color: #000;
  background-image: url("/upload/images/hof/hof_bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  
}

.hof-section .tabs-list li {
  border-color: #024f9d;
}

.hof-section .tabs-container:before {
  background-color: #024f9d;
}

.hof-prev {
  color: #fff;
  font-size: 0;
  height: 135px;
  padding-top: 35px;
}

.hof-prev:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  /*height: 100%;*/
}

.hof-prev__title {
  font-size: 38px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.hof-prev__txt {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: right;
  line-height: bold;
}

.hof-prev__txt-i {
  text-align: left;
  display: inline-block;
  width: 300px;
  font-weight: bold;
  line-height: 30px;
}

.hof-tab {
  padding-top: 50px;
}

.hof-title {
  color: #fff;
  font-size: 41px;
  line-height: 140%;
  text-align: center;
  margin: 0;
  font-weight: bold;
  padding-bottom: 10px;
}

.hof-reward {
  height: 580px;
  font-size: 0;
  text-align: center;
}

.hof-reward:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.hof-reward__inner {
  margin-left: -85px;
  text-align: center;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.hof-reward__i {
  width: 210px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 85px;
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 20px 15px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hof-reward__i:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.hof-reward__i_second {
  padding-top: 40px;
  background-image: url("/upload/images/hof/hof_frame-2.png");
}

.hof-reward__i_first {
  width: 240px;
  padding-top: 30px;
  background-image: url("/upload/images/hof/hof_frame-1.png");
}

.hof-reward__i_first .hof-reward__i-foto {
  margin-bottom: 40px;
}

.hof-reward__i_third {
  padding-top: 20px;
  background-image: url("/upload/images/hof/hof_frame-3.png");
}

.hof-reward__i-foto {
  width: 175px;
  height: 175px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  background-image: url("/upload/images/list-player-no-image.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 5px 0px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 5px 0px rgba(0, 0, 0, 0.7);
  margin-bottom: 5px;
  display: inline-block;
}

.hof-reward__i-count {
  font-size: 54px;
  line-height: 54px;
  display: block;
  font-weight: bold;
}

.hof-reward__i-fam {
  font-size: 21px;
  line-height: 21px;
  display: block;
  font-weight: bold;
  padding-top: 10px;
  margin-top: 7px;
  position: relative;
}

.hof-reward__i-fam:before {
  content: "";
  display: block;
  top: 0px;
  height: 1px;
  width: 50%;
  margin-left: -25%;
  left: 50%;
  background-color: #fff;
  position: absolute;
}

.hof-reward__i-fam-txt {
  max-width: 50%;
  display: inline-block;
  word-wrap: normal;
  overflow-wrap: normal;
}

.hof-statistics {
  text-align: center;
  padding-top: 90px;
}

.hof-statistics__inner {
  width: 650px;
  display: inline-block;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}

.hof-statistics-table {
  display: table;
  width: 100%;
  color: #fff;
  padding-bottom: 50px;
  position: relative;
}

.hof-statistics-table__tr {
  display: table-row;
  position: relative;
  height: 45px;
}

.hof-statistics-table__td {
  padding: 10px 15px;
  display: table-cell;
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-top: 1px solid transparent;
}

.hof-statistics-table__td:nth-child(1) {
  width: 10%;
  font-size: 0;
}

.hof-statistics-table__td:nth-child(2) {
  width: 8%;
  padding-left: 10px;
  text-align: center;
}

.hof-statistics-table__td:nth-child(3) {
  text-align: left;
}

.hof-statistics-table__td:nth-child(4) {
  width: 30%;
  text-align: center;
  padding-right: 0px;
}

.hof-statistics-table__td:first-child {
  padding-left: 15px;
  border-left: 1px solid transparent;
}

.hof-statistics-table__td:last-child {
  border-right: 1px solid transparent;
}

.hof-statistics-table__thead {
  display: table-header-group;
  background-color: #04005a;
}

.hof-statistics-table__thead .hof-statistics-table__tr:first-child {
  position: relative;
}

.hof-statistics-table__thead .hof-statistics-table__td {
  border-top: 1px solid #024f9d;
  border-bottom: 1px solid #024f9d;
}

.hof-statistics-table__thead .hof-statistics-table__td:nth-child(3) {
  text-align: center;
  padding-left: 0;
  padding-right: 35px;
}

.hof-statistics-table__thead .hof-statistics-table__td:first-child {
  border-left: 1px solid #024f9d;
}

.hof-statistics-table__thead .hof-statistics-table__td:last-child {
  border-right: 1px solid #024f9d;
}

.hof-statistics-table__tbody {
  display: table-row-group;
  background-color: rgba(18, 18, 18, 0.78);
}

.hof-statistics-table__tbody .hof-statistics-table__tr {
  height: 35px;
}

.hof-statistics-table__tbody .hof-statistics-table__tr:hover .hof-statistics-table__td,
.hof-statistics-table__tbody .hof-statistics-table__tr.__a .hof-statistics-table__td {
  border-top: 1px solid #024f9d !important;
  border-bottom: 1px solid #024f9d !important;
  background-color: #04005a;
}

.hof-statistics-table__tbody .hof-statistics-table__tr:hover .hof-statistics-table__td:first-child,
.hof-statistics-table__tbody .hof-statistics-table__tr.__a .hof-statistics-table__td:first-child {
  border-left: 1px solid #024f9d !important;
}

.hof-statistics-table__tbody .hof-statistics-table__tr:hover .hof-statistics-table__td:last-child,
.hof-statistics-table__tbody .hof-statistics-table__tr.__a .hof-statistics-table__td:last-child {
  border-right: 1px solid #024f9d !important;
}

.hof-statistics-table__tbody .hof-statistics-table__tr .hof-statistics-table__td:nth-child(1) {
  position: relative;
}

.hof-statistics-table__cup {
  display: block;
  width: 18px;
  height: 23px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: 50%;
  margin-left: 50%;
  top: -17px;
  left: -9px;
}

.hof-statistics-table__cup.hof__cup-f {
  background-image: url("/upload/images/hof/hof_cup-1.png");
}

.hof-statistics-table__cup.hof__cup-s {
  background-image: url("/upload/images/hof/hof_cup-2.png");
}

.hof-statistics-table__cup.hof__cup-t {
  background-image: url("/upload/images/hof/hof_cup-3.png");
}

.hof-statistics-table__tfooter {
  display: table-caption;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
}

.hof-statistics-table__paginator {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  display: inline-block;
}

.hof-statistics-table__paginator ul {
  display: block;
  font-size: 0;
}

.hof-statistics-table__paginator li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  line-height: 28px;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hof-statistics-table__paginator li:not(.__ndot):hover {
  text-decoration: underline;
  cursor: pointer;
}

.hof-statistics-table__paginator li.__a {
  background-color: #04005a;
  border-color: #024f9d;
}

.hof-statistics-table__paginator li.__a:hover {
  cursor: default;
  text-decoration: none;
}

.hof-statistics-table__paginator-nav {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}

.hof-statistics-table__paginator-nav:before,
.hof-statistics-table__paginator-nav:after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #808080;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  -webkit-transform-origin: 100%;
  -ms-transform-origin: 100%;
  transform-origin: 100%;
  left: 0px;
}

.hof-statistics-table__paginator-nav:before {
  margin-top: 1px;
}

.hof-statistics-table__paginator-nav:hover:before,
.hof-statistics-table__paginator-nav:hover:after {
  background-color: #fff;
}

.hof-statistics-table__paginator-nav-prev {
  left: 20px;
}

.hof-statistics-table__paginator-nav-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.hof-statistics-table__paginator-nav-prev:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
}

.hof-statistics-table__paginator-nav-next {
  right: 20px;
}

.hof-statistics-table__paginator-nav-next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}

.hof-statistics-table__paginator-nav-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}

.hof-statistics-table__arr {
  position: absolute;
  width: 25px;
  height: 45px;
  top: 50%;
  margin-top: -13px;
  cursor: pointer;
}

.hof-statistics-table__arr:before,
.hof-statistics-table__arr:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #808080;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  -webkit-transform-origin: 100%;
  -ms-transform-origin: 100%;
  transform-origin: 100%;
  left: -7px;
}

.hof-statistics-table__arr:before {
  margin-top: 1px;
}

.hof-statistics-table__arr:hover:before,
.hof-statistics-table__arr:hover:after {
  background-color: #fff;
}

.hof-statistics-table__arr_prev {
  left: 20px;
}

.hof-statistics-table__arr_prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.hof-statistics-table__arr_prev:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
}

.hof-statistics-table__arr_next {
  right: 20px;
}

.hof-statistics-table__arr_next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}

.hof-statistics-table__arr_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}

.hof-statistics-table__search {
  position: absolute;
  width: 10%;
  height: 100%;
  left: -15px;
  font-size: 0;
  left: 0;
  top: 0;
  padding: 0;
  overflow: hidden;
  height: 45px;
}

.hof-statistics-table__search-opener {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  padding-left: 0;
  width: 100%;
}

.hof-statistics-table__search-opener:hover:before {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.hof-statistics-table__search-opener:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/upload/images/icons/search-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hof-statistics-table__search-opener:after {
  content: "";
  width: 1px;
  background-color: #fff;
  height: 70%;
  top: 15%;
  position: absolute;
  right: 0;
}

.hof-statistics-table__search-input-box {
  padding: 10px;
  width: 90%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.hof-statistics-table__search-input {
  width: 100%;
  height: 100%;
  margin-left: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}

.hof-statistics-table__search.__a {
  width: 100%;
  background-color: #04005a;
  border: 1px solid #024f9d;
  font-size: 0;
}

.hof-statistics-table__search.__a .hof-statistics-table__search-opener {
  width: 10%;
  margin-left: -1px;
}

.hof-statistics-table__search.__a .hof-statistics-table__search-opener:before {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.judjes .tabs-list {
  text-align: left;
}

.judjes-list {
  padding-top: 40px;
}

.judjes-list__box {
  margin-left: -35px;
  font-size: 0;
}

.judjes-list__i {
  display: inline-block;
  width: 20%;
  padding-left: 35px;
  font-size: 15px;
  vertical-align: top;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.judjes-list__i:hover .judjes-list__fam {
  text-decoration: underline;
}

.judjes-list__photo {
  height: 265px;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.judjes-list__photo-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding-left: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.judjes-list__fam {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.judjes-list__stat {
  display: block;
  font-size: 0;
  padding-bottom: 20px;
}

.judjes-list__stat-i {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-left: 15px;
}

.judjes-list__stat-inner {
  display: inline-block;
}

.judjes-list__stat-text {
  font-size: 14px;
}

.judjes-list__stat-text b {
  color: #646464;
}

.judjes-list__stat-i_y,
.judjes-list__stat-i_yy,
.judjes-list__stat-i_r {
  padding-left: 21px;
  position: relative;
}

.judjes-list__stat-i_y:before,
.judjes-list__stat-i_y:after,
.judjes-list__stat-i_yy:before,
.judjes-list__stat-i_yy:after,
.judjes-list__stat-i_r:before,
.judjes-list__stat-i_r:after {
  content: "";
  display: block;
  width: 13px;
  height: 23px;
  background: #f9d644;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

.judjes-list__stat-i_y:after,
.judjes-list__stat-i_yy:after,
.judjes-list__stat-i_r:after {
  display: none;
}

.judjes-list__stat-i_yy {
  padding-left: 27px;
}

.judjes-list__stat-i_yy:before {
  margin-top: -10px;
  left: 9px;
}

.judjes-list__stat-i_yy:after {
  display: block;
  margin-top: -14px;
}

.judjes-list__stat-i_r:before {
  background: #f00;
}

.ui-datepicker {
  width: 290px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  padding: 5px;
  padding-top: 6px;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar thead th {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 2px;
  color: #a0a0a0;
  font-weight: normal;
}

.ui-datepicker-calendar tbody td {
  text-align: center;
  border: 1px solid #a2a2a2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-datepicker-calendar tbody td.ui-datepicker-today {
  background: #FF6A00;
}

.ui-datepicker-calendar tbody td:hover {
  background: #04005a;
}

.ui-datepicker-calendar tbody td:hover a {
  color: #fff;
}

.ui-datepicker-calendar tbody td a {
  color: #04005a;
}

.ui-datepicker-calendar tbody td.ui-state-disabled {
  cursor: default;
}

.ui-datepicker-calendar tbody td.ui-state-disabled:hover {
  background: inherit;
}

.ui-datepicker-calendar tbody td.ui-state-disabled:hover a {
  color: inherit;
}

.ui-datepicker-header {
  display: block;
  position: relative;
  text-align: center;
  background: #04005a;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px;
  color: #fff;
}

.ui-datepicker-title {
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  font-size: 0;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: -10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  border-color: #fff;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  left: 50%;
  margin-left: -4px;
}

.ui-datepicker-prev {
  left: 10px;
  top: 50%;
}

.ui-datepicker-prev:before {
  margin-top: -5px;
  border-right: 4px solid #fff;
  margin-left: -8px;
}

.ui-datepicker-next {
  right: 10px;
  top: 50%;
}

.ui-datepicker-next:before {
  margin-top: -5px;
  border-left: 4px solid #fff;
  margin-left: -1px;
}

/* ie styles */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .player-top__list li {
    width: 95.33px !important;
  }

  .player-bot__list li {
    width: 129px !important;
  }

  .goalkeeper-top__list li {
    width: 85.8px !important;
  }

  .goalkeeper-bot__list li {
    width: 116px !important;
  }

  .coach-top__list li {
    width: 143px !important;
  }

  .coach-bot__list li {
    width: 194px !important;
  }

  .judje-top__list li {
    width: 171px !important;
  }

  .btn--skin {
    line-height: 15px;
    padding-top: 16px;
  }

  .judje-top__list li {
    width: 171px !important;
  }

  .player-team__border .player-team__border img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
}

/* vendors */
/* ********************** */
body {
  min-width: 1200px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after,
.row:after {
  content: " ";
  display: table;
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.full-table {
  width: 100% !important;
}

.red-card,
.yellow-card {
  width: 13px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.red-card {
  background-image: url("/upload/images/svg-icons/ico_rcard.svg");
}

.yellow-card {
  background-image: url("/upload/images/svg-icons/ico_ycard.svg");
}

.yellow-card--double {
  width: 18px;
  height: 23px;
  background-image: url("/upload/images/svg-icons/ico_y2card.svg");
}

.yellow-card--red {
  width: 18px;
  height: 23px;
  background-image: url("/upload/images/svg-icons/ico_yr.svg");
}

a.default_link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

a.default_link:hover {
  text-decoration: underline;
}

a.default_link_bold {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

a.default_link_bold:hover {
  text-decoration: underline;
}

.diskval {
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
}

.diskval:after,
.diskval:before {
  content: "";
  display: block;
  width: 14px;
  height: 4px;
  background-color: #7d7d7d;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  top: 50%;
  margin-top: -6px;
  margin: 0;
  position: absolute;
  margin-left: 0;
  margin-left: -2px;
}

.diskval:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -3px;
}

.diskval:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}

a.default_link_nColor {
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

a.default_link_nColor:hover {
  text-decoration: underline;
}

a.default_link.__revert,
a.default_link_nColor.__revert {
  text-decoration: underline;
}

a.default_link.__revert:hover,
a.default_link_nColor.__revert:hover {
  text-decoration: none;
}

a.default_link-only-title {
  color: inherit;
  cursor: default;
}

a.default_link-only-title:hover {
  text-decoration: none;
}

a.link-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 1;
}

a.link-cover.__nolink {
  display: none;
}

a.link-cover_round {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.title-prew .title-prew__title-h2 {
  font-size: 41px;
  font-weight: 700;
  color: #04005a;
  text-align: center;
  margin-top: 60px;
  display: block;
}

.title-prew .title-prew__prew {
  color: #7e7e7e;
  font-size: 14px;
  display: block;
  text-align: center;
  padding-top: 5px;
}

.header-title-right-prev {
  font-weight: bold;
  font-size: 20px;
  color: #04005a;
}

.tab-title-h3 {
  font-size: 30px;
  font-weight: bold;
  color: #04005a;
  margin-bottom: 40px;
}

.tab-title-h3.__nomargin {
  margin: 0;
}

[data-jstab="box"] [data-jstab-tab] {
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

[data-jstab="box"] [data-jstab-tab].__a {
  height: auto;
  opacity: 1;
  overflow: unset;
}

.g-talign__center {
  text-align: center;
}

.g-padding__bottom40 {
  padding-bottom: 40px;
}

.clear_h40 {
  display: block;
  clear: both;
  width: 100%;
  height: 40px;
}

table {
  position: relative;
}

@media (max-width: 768px) {
  .go_up {
    display: none;
  }
}

@charset "UTF-8";

/* FIXED FANCYBOX*/
.fancybox-container .fancybox-caption {
  padding-top: 20px;
  font-size: 16px;
}

.fancybox-container.fancybox-is-open .fancybox-bg {
  opacity: 0.95
}

.fancybox-container .fancybox-infobar {
  left: 15px;
  margin-left: 0;
}

.fancybox-share__button--vk {
  background-color: rgb(39, 135, 245);
}

.fancybox-button:after,
.fancybox-button:before {
  display: none;
}

.fancybox-button:hover:not([disabled]) {
  background-color: transparent;
  color: #ffffff;
}

.fancybox-navigation .fancybox-button:hover:not([disabled]) {
  color: #ffffff;
}

.fancybox-navigation .fancybox-button,
.fancybox-navigation .fancybox-button div {
  background-color: transparent;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right div,
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left div {
  transition: none;
  background-color: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right div:hover:not([disabled]),
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left div:hover:not([disabled]) {
  transition: none;
  background-color: rgba(30, 30, 30, 0.8);
}


/* ---------- NEW_GALLERY --------- */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 200px;
  counter-reset: countPhotos;
}

.photo-grid .photo-grid__item {
  counter-increment: countPhotos;
}

.photo-grid .photo-grid__item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1
}

.photo-grid .photo-grid__item:nth-child(2) {
  grid-column: 1;
  grid-row: 2
}

.photo-grid .photo-grid__item:nth-child(3) {
  grid-column: 2;
  grid-row: 2
}

.photo-grid .photo-grid__item:nth-child(4) {
  grid-column: 3/5;
  grid-row: 1/3
}

.photo-grid .photo-grid__item:nth-child(5) {
  grid-column: 5;
  grid-row: 1/3
}

.photo-grid .photo-grid__item:nth-child(6) {
  grid-column: 6;
  grid-row: 1
}

.photo-grid .photo-grid__item:nth-child(7) {
  grid-column: 6;
  grid-row: 2
}

.photo-grid .photo-grid__item:nth-child(8) {
  grid-column: 1;
  grid-row: 3
}

.photo-grid .photo-grid__item:nth-child(9) {
  grid-column: 1;
  grid-row: 4
}

.photo-grid .photo-grid__item:nth-child(10) {
  grid-column: 2/4;
  grid-row: 3
}

.photo-grid .photo-grid__item:nth-child(11) {
  grid-column: 2;
  grid-row: 4
}

.photo-grid .photo-grid__item:nth-child(12) {
  grid-column: 3;
  grid-row: 4
}

.photo-grid .photo-grid__item:nth-child(13) {
  grid-column: 4;
  grid-row: 3
}

.photo-grid .photo-grid__item:nth-child(14) {
  grid-column: 4;
  grid-row: 4
}

.photo-grid .photo-grid__item:nth-child(15) {
  grid-column: 5;
  grid-row: 3/5
}

.photo-grid .photo-grid__item:nth-child(16) {
  grid-column: 6;
  grid-row: 3
}

.photo-grid .photo-grid__item:nth-child(17) {
  grid-column: 6;
  grid-row: 4
}

.photo-grid .photo-grid__item:nth-child(18) {
  grid-column: 1;
  grid-row: 5
}

.photo-grid .photo-grid__item:nth-child(19) {
  grid-column: 1;
  grid-row: 6
}

.photo-grid .photo-grid__item:nth-child(20) {
  grid-column: 2;
  grid-row: 5/7
}

.photo-grid .photo-grid__item:nth-child(21) {
  grid-column: 3/5;
  grid-row: 5
}

.photo-grid .photo-grid__item:nth-child(22) {
  grid-column: 3;
  grid-row: 6
}

.photo-grid .photo-grid__item:nth-child(23) {
  grid-column: 4;
  grid-row: 6
}

.photo-grid .photo-grid__item:nth-child(24) {
  grid-column: 5/7;
  grid-row: 5/7
}

.photo-grid .photo-grid__item {
  position: relative;
  border: 4px solid transparent;
  overflow: hidden
}

.photo-grid .photo-grid__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .5s ease
}

.photo-grid .photo-grid__item img:hover {
  transform: scale(1.2)
}

/*@media (max-width: 1050px){*/
/*  .photo-grid.mobile-style{ display:flex;flex-wrap:wrap }*/
/*  .photo-grid.mobile-style .item{width:25%;height:128px }*/
/*}*/
/*@media (max-width: 700px){*/
/*  .photo-grid{grid-auto-rows:140px}*/
/*}*/
/*@media (max-width: 700px){*/
/*  .images.mobile-style { display:flex;flex-wrap:wrap }*/
/*  .images.mobile-style .item{ width:33%;height:108px }*/
/*}*/
/* End */


/* Start:/local/templates/basketball/css/filter.css?1751280238305*/
#portfoliolist {
  position: relative;
  width: 100%;
  display: table;
}
#portfoliolist .portfolio {
  position: relative;
  width: 100%;
  display: none;
  float: left;
  overflow: hidden;
  z-index: 2;
}

.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
}



/* End */


/* Start:/local/templates/basketball/css/newStyle365mg.css?17594930551490*/

.custom_dropdown_cont .custom_dropdown {
    position: relative;
    padding: 0;
    margin-right: 12px;
}

.custom_dropdown_cont .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: -12px;
    display: block;
    width: 7px;
    height: 5px;
    margin-top: -1px;
    margin-left: 0;
    background-image: url(/local/templates/basketball/css/../images/icons/select-arrow-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
}

.custom_dropdown_cont.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.custom_dropdown_cont .dropdown-menu {
    top: calc(100% + 20px) !important;
    left: 50% !important;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: transparent;
    -webkit-transition: -webkit-opacity 0.2s, -webkit-visibility 0.2s;
    transition: -webkit-opacity 0.2s, -webkit-visibility 0.2s;
    transition: opacity 0.2s;
    transition: opacity 0.2s, -webkit-opacity 0.2s, visibility 0.2s,
    -webkit-visibility 0.2s;
    transform: translate(-50%, 0) !important;
}

.custom_dropdown_cont .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
}
/* End */


/* Start:/local/templates/basketball/css/custom/style.css?175923550123927*/
.partner-item__inner {
  height: 130px;
  max-width: 130px;
}
.partner-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto 37px;
  padding: 0 30px;
  text-align: center;
}
.form .input-box .input.error,
.form .input-box textarea.error {
  border: 1px solid red;
}
.captcha-item > div {
  width: 100% !important;
  text-align: center;
}
.next-schedule__btn .fa-angle-up {
  position: relative;
  top: 1px;
  font-weight: 700;
  font-size: 16px;
  line-height: 9px;
}
.games-list_n-teams-name {
  width: 215px;
}
.prev-schedule__btn {
  font-weight: 400;
  padding: 3px 20px;
  height: 20px;
}
.prev-schedule__btn .fa-angle-up {
  position: relative;
  top: 1px;
  font-weight: 700;
  font-size: 16px;
  line-height: 9px;
}
.sheme-game__team__name {
  width: 178px;
}
.match-page__team-1-logo img,
.match-page__team-2-logo img {
  position: relative;
  left: -40px;
}
.match-nogame-tab-title.tech {
  font-weight: 100;
}
.match-page--doing__item-name-1.no-assistent {
  margin: 9px 0 0 0;
}
.match-page--doing__items__center-part-time {
  height: 59px;
}
.match-page--doing__punishment .match-page--doing__item--names {
  margin-top: 13px;
}
.match-page--doing__punishment .match-page--doing__item--score {
  margin-top: 13px;
}
.match-page--doing__punishment .match-page--doing__items__center-part-time {
  height: 48px;
}
.match-page--doing__item--names {
  margin-top: 8px;
}
.match-page--doing__item--score {
  margin-top: 18px;
}
.match-page--doing__item {
  height: 60px;
}
.birthday-persons-slider__item-img img,
.player-logo-big img {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.third-place.float-right-table {
  top: -80px !important;
}
.photo-item__name a {
  display: block;
  height: 40px;
}
.birthday-persons-slider-wrapper {
  height: 305px;
}
.photo-item__image {
  margin-bottom: 3px;
}
.album-preview__photo {
  max-width: 570px;
  max-height: 381px;
}
.album-preview__more-info__photo-count:before {
  top: 5px;
}
.banner_in-news {
  margin-top: 3px;
}
.album-banner img {
  display: block;
  margin: 0 auto;
}
.tourment-table__in-tourment-tables .team--result__yellow {
  color: #f0c600;
}
.tourment-table__in-tourment-tables .team--result__black {
  color: #000000;
}
.schedule-in-page-schedule.hide {
  display: none;
}
.documents-content .main-document__item-description {
  width: 90%;
}
.all-photos__photo-date {
  margin: 10px 0;
}
.soc-sheare span {
  margin-top: 5px;
}
.soc-sheare .uSocial-Share {
  float: left;
}
.soc-sheare .uSocial-Share .uscl-item {
  margin: 0 25px 0 0;
}
.soc-sheare .uSocial-Share .uscl-item span[data-item="ok"],
.soc-sheare .uSocial-Share .uscl-item span[data-item="vk"],
.soc-sheare .uSocial-Share .uscl-item span[data-item="fb"],
.soc-sheare .uSocial-Share .uscl-item span[data-item="twi"] {
  width: 21px;
  height: 21px;
  background: #04005a !important;
  font-size: 18px;
  line-height: 23px;
  border-radius: 4px !important;
}
.soc-sheare .uSocial-Share .uscl-item span[data-item="vk"] {
  background: none !important;
  color: #04005a !important;
  font-size: 24px;
}
.soc-sheare .uSocial-Share .uscl-item span[data-item="fb"] {
  border-radius: 3px !important;
}
.pUps-ection div[data-idpp='i_on_photo'] .pUp__title span {
  font-size: 24px;
}
#preloader {
  display: none;
  position: fixed;
  z-index: 99999999;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
}
#preloader .lds-rolling {
  margin: 0 auto;
}
#preloader .lds-css {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.alert-danger,
.alert-success {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 5px;
  border-radius: 5px;
}
.alert-danger p,
.alert-success p {
  margin: 10px;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 10px;
}
select ~ .jq-selectbox__dropdown ul {
  max-height: 300px;
}
.header {
  z-index: 101;
}
.header__logo {
  width: 480px;
  height: 73px;
}
.registration-form__cell.long {
  width: 96%;
}
.schedule-division-name-retail {
  margin-left: -30px;
}
.description__title h2,
.big-new-in-news-page .big-new-title a {
  font-size: 24px;
}
.overview-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.long-field {
  width: 100% !important;
}
.table-item__first3 {
  font-weight: 700;
}
.player-logo-big img,
.disqualificated__player-photo img {
  object-position: top center;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  -moz-object-fit: cover;
  object-fit: cover;
}
.disqualificated__player-photo img {
  width: 35px;
}
.tourment-table__in-tourment-tables .team--result__yellow {
  color: #f0c600;
}
.table-item__title {
  <!--text-transform: lowercase;-->
}
.table-item__title:first-letter {
  text-transform: uppercase;
}
.match-page__ball.team_up,
.match-page__yellow-card {
  top: -23px;
}
.birthday-persons-slider__item-img img {
  object-position: top center;
}
.player-page__th-tour {
  min-width: 182px;
  width: 182px;
}
.tour-number .active {
  margin-left: 0;
  margin-right: 0;
}
.scorers-table tr:nth-child(1) {
  height: 50px;
}
.scorers-table tr:nth-child(1) td {
  padding-top: 0;
}
.tour-number ul a {
  margin: 0 2px;
  text-align: center;
}
.tour-number li {
  width: 20px;
  height: 20px;
}
.decloration,
.container-with-border {
  height: auto;
}
.decloration-views-block {
  margin: 20px 0 0 0;
}
.decloration-image .soc-sheare,
.decloration-views-block__in-medium-news .soc-sheare {
  margin-top: 20px;
}
.decloration-image .soc-sheare >span,
.decloration-views-block__in-medium-news .soc-sheare >span {
  display: block;
  text-align: left;
}
.decloration-views-block__in-medium-news .soc-sheare {
  margin-top: 5px;
}
.select-division__in-cup-schedule {
  clear: both;
}
#filters .filter.empty {
  color: #fff !important;
  cursor: default;
}
#filters .filter.empty:hover {
  border: 2px solid #fff;
}
.third-place-container {
  float: right;
}
.third-place.float-right-table {
  position: relative;
  margin: 25px 0;
  top: -150px;
}
.who-wins__team__1,
.who-wins__team__2,
.who-wins__team__3 {
  width: 0;
}
.who-wins__teams__btn[disabled] {
  opacity: 0.5;
  cursor: default;
}
.who-wins__teams[disabled]:hover,
.who-wins__dead-heat[disabled]:hover {
  border: 1px solid #e5e4e5;
}
.best-player__player-photo {
  margin-bottom: 0;
}
.first-team__line,
.second-team__line {
  width: 0;
}
.personal-meetengs__item-team-logo +.personal-meetengs__item-score {
  position: relative;
  top: 2px;
}
.personal-meetengs__item-team-logo img {
  padding: 2px 0 0;
}
.third-team__line {
  height: 7px;
  background-color: #cccccc;
  width: 100%;
}
.match-page__judje-face img:last-child {
  object-position: top center;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  -moz-object-fit: cover;
  object-fit: cover;
  width: 35px;
  border-radius: 50%;
}
.player-like__icon img[disabled] {
  opacity: 0.3;
}
.first-team-composition__player-photo img {
  top: 3px;
  object-position: top center;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  -moz-object-fit: cover;
  object-fit: cover;
  width: 35px;
  border-radius: 50%;
}
.first-team-composition__player-like {
  position: relative;
  top: -2px;
}
.first-team-composition__number {
  padding-top: 15px;
}
.composition-gray-bcg {
  background-image: none;
}
.tabs-list li[disabled] {
  opacity: 0.3;
}
.player-page__photos__title {
  margin-bottom: 0;
}
.player-page__personal-rewards-items {
  display: -webkit-box !important;
  -webkit-box-pack: start;
}
.player-page__personal-rewards-items .personal-rewards__item {
  margin: 0 100px 0 0;
}
.player-descr__stroke {
  text-align: left;
}
.player-descr__stroke .stroke-left-part {
  width: 35%;
}
.player-descr__stroke .stroke-right-part {
  width: 65%;
  text-align: right;
}
.scorers-table .player-photo-block {
  position: relative;
}
.scorers-table .player-photo-block img {
  object-position: top center;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  -moz-object-fit: cover;
  object-fit: cover;
  height: 35px;
}
.scorers-table .player-photo-block img:first-child {
  position: absolute;
  z-index: 3;
  top: 0;
}
.scorers-table .player-photo-block img:last-child {
  position: relative;
  z-index: 0;
  top: 0;
}
.player-in-court__photo .player-in-court__ava {
  background-position: top center;
}
.player-in-court__photo {
  width: 160px;
}
.player-in-court__info:before {
  left: 34px;
}
.player-in-court__info {
  min-width: 250px;
  left: -45px;
}
.schedule_n .ajax-indicator {
  margin: 0 auto;
  display: block;
}
.tour-team-page .tour-team-page__socials {
  text-align: center;
  display: flex;
}
.tour-team-page .tour-team-page__socials .soc-sheare {
  margin: 0 auto;
}
.tour-team-page .tour-team-page__socials .soc-sheare span {
  opacity: 0.7;
}
.tour-team-page .tour-team-page__socials .soc-sheare .uSocial-Share {
  float: right;
  margin: -3px 0 0 20px;
}
.tour-team-page .tour-team-page__socials .soc-sheare .uSocial-Share .ico_uscl_soc {
  color: #000 !important;
  opacity: 0.7;
  background: #fff !important;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tour-team-page .tour-team-page__socials .soc-sheare .uSocial-Share .ico_uscl_soc.uscl-vk {
  background: none !important;
  color: #fff !important;
  font-size: 28px;
  position: relative;
  top: 0;
  left: -3px;
}
.tour-team-page .tour-team-page__socials .soc-sheare .uSocial-Share .ico_uscl_soc:hover {
  opacity: 1;
}
.select-division__tour-team-page-right .divisions li.last {
  width: 33px;
}
.tour-team-page__court .tours {
  opacity: 1;
}
.tour-team-page__court .tours.hidden {
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.scorers-table__punishment.teams-page-2-table tr td {
  padding: 0;
  line-height: 14px;
}
.hof-reward__i-foto {
  background-position: top center;
}
.hof-statistics .hof-search__result {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  color: #fff;
  z-index: 999999;
}
.hof-statistics .hof-search__result +.hof-search__result-overlay {
  background-color: #121212;
  width: 100%;
  height: 540px;
  position: absolute;
  top: 45px;
  left: 0;
  display: none;
}
.hof-statistics .hof-search__result .hof-statistics-table,
.hof-statistics .hof-search__result .hof-statistics-table__tbody .hof-statistics-table__tr .hof-statistics-table__td:nth-child(1),
.hof-statistics .hof-search__result .hof-statistics-table__thead .hof-statistics-table__tr:first-child,
.hof-statistics .hof-search__result .hof-statistics__inner {
  position: relative;
}
.hof-statistics .hof-search__result .hof-reward__i-fam-txt {
  max-width: 50%;
  display: inline-block;
  word-wrap: normal;
  overflow-wrap: normal;
}
.hof-statistics .hof-search__result .hof-statistics {
  padding-top: 90px;
}
.hof-statistics .hof-search__result .hof-statistics__inner {
  width: 650px;
  display: inline-block;
  padding-left: 100px;
  padding-right: 100px;
}
.hof-statistics .hof-search__result .hof-statistics-table {
  display: table;
  width: 100%;
  color: #fff;
  padding-bottom: 50px;
}
.hof-statistics .hof-search__result .hof-statistics-table__tr {
  display: table-row;
  position: relative;
  height: 45px;
}
.hof-statistics .hof-search__result .hof-statistics-table__td {
  padding: 10px 15px;
  display: table-cell;
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  border-top: 1px solid transparent;
}
.hof-statistics .hof-search__result .hof-statistics-table__td:nth-child(1) {
  width: 10%;
  font-size: 0;
}
.hof-statistics .hof-search__result .hof-statistics-table__td:nth-child(2) {
  width: 14%;
  padding-left: 10px;
  text-align: center;
}
.hof-statistics .hof-search__result .hof-statistics-table__td:nth-child(3) {
  text-align: left;
}
.hof-statistics .hof-search__result .hof-statistics-table__td:nth-child(4) {
  width: 30%;
  text-align: center;
  padding-right: 0;
}
.hof-statistics .hof-search__result .hof-statistics-table__td:first-child {
  padding-left: 15px;
  border-left: 1px solid transparent;
}
.hof-statistics .hof-search__result .hof-statistics-table__td:last-child {
  border-right: 1px solid transparent;
}
.hof-statistics .hof-search__result .hof-statistics-table__thead {
  display: table-header-group;
  background-color: #04005a;
}
.hof-statistics .hof-search__result .hof-statistics-table__thead .hof-statistics-table__td {
  border-top: 1px solid #024f9d;
  border-bottom: 1px solid #024f9d;
}
.hof-statistics .hof-search__result .hof-statistics-table__thead .hof-statistics-table__td:nth-child(3) {
  text-align: center;
  padding-left: 0;
  padding-right: 35px;
}
.hof-statistics .hof-search__result .hof-statistics-table__thead .hof-statistics-table__td:first-child {
  border-left: 1px solid #024f9d;
}
.hof-statistics .hof-search__result .hof-statistics-table__thead .hof-statistics-table__td:last-child {
  border-right: 1px solid #024f9d;
}
.hof-statistics .hof-search__result .hof-statistics-table__tbody {
  display: table-row-group;
  background-color: rgba(18,18,18,0.78);
}
.hof-statistics .hof-search__result .hof-statistics-table__tbody .hof-statistics-table__tr {
  height: 35px;
}
.hof-statistics .hof-search__result .hof-statistics-table__tbody .hof-statistics-table__tr.__a .hof-statistics-table__td,
.hof-statistics .hof-search__result .hof-statistics-table__tbody .hof-statistics-table__tr:hover .hof-statistics-table__td {
  border-top: 1px solid #024f9d !important;
  border-bottom: 1px solid #024f9d !important;
  background-color: #04005a;
}
.hof-statistics .hof-search__result .hof-statistics-table__tbody .hof-statistics-table__tr.__a .hof-statistics-table__td:first-child,
.hof-statistics .hof-search__result .hof-statistics-table__tbody .hof-statistics-table__tr:hover .hof-statistics-table__td:first-child {
  border-left: 1px solid #024f9d !important;
}
.hof-statistics .hof-search__result .hof-statistics-table__tbody .hof-statistics-table__tr.__a .hof-statistics-table__td:last-child,
.hof-statistics .hof-search__result .hof-statistics-table__tbody .hof-statistics-table__tr:hover .hof-statistics-table__td:last-child {
  border-right: 1px solid #024f9d !important;
}
.hof-statistics .hof-search__result .hof-statistics-table__cup {
  display: block;
  width: 18px;
  height: 23px;
  background-size: 100% 100%;
  position: absolute;
  margin-top: 50%;
  margin-left: 50%;
  top: -17px;
  left: -9px;
}
.hof-statistics .hof-search__result .hof-statistics-table__cup.hof__cup-f {
  background-image: url(/local/templates/basketball/css/custom/../../images/hof/hof_cup-1.png);
}
.hof-statistics .hof-search__result .hof-statistics-table__cup.hof__cup-s {
  background-image: url(/local/templates/basketball/css/custom/../../images/hof/hof_cup-2.png);
}
.hof-statistics .hof-search__result .hof-statistics-table__cup.hof__cup-t {
  background-image: url(/local/templates/basketball/css/custom/../../images/hof/hof_cup-3.png);
}
.hof-statistics .hof-search__result .hof-statistics-table__tfooter {
  display: table-caption;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
}
.hof-statistics .hof-search__result .hof-statistics-table__paginator {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  display: inline-block;
}
.hof-statistics .hof-search__result .hof-statistics-table__paginator ul {
  display: block;
  font-size: 0;
}
.hof-statistics .hof-search__result .hof-statistics-table__paginator li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  line-height: 28px;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.hof-statistics .hof-search__result .hof-statistics-table__paginator li:not(.__ndot):hover {
  text-decoration: underline;
  cursor: pointer;
}
.hof-statistics .hof-search__result .hof-statistics-table__paginator li.__a {
  background-color: #04005a;
  border-color: #024f9d;
}
.hof-statistics .hof-search__result .hof-statistics-table__paginator li.__a:hover {
  cursor: default;
  text-decoration: none;
}
.hof-statistics .hof-search__result .hof-statistics-table__paginator-nav {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}
.hof-statistics .hof-search__result .hof-statistics-table__paginator-nav:after,
.hof-statistics .hof-search__result .hof-statistics-table__paginator-nav:before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: gray;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  -webkit-transform-origin: 100%;
  -ms-transform-origin: 100%;
  transform-origin: 100%;
  left: 0;
}
.hof-statistics .hof-search__result .hof-statistics-table__paginator-nav:before {
  margin-top: 1px;
}
.hof-statistics .hof-search__result .hof-statistics-table__paginator-nav:hover:after,
.hof-statistics .hof-search__result .hof-statistics-table__paginator-nav:hover:before {
  background-color: #fff;
}
.hof-statistics .hof-search__result .hof-statistics-table__paginator-nav-prev {
  left: 20px;
}
.hof-statistics .hof-search__result .hof-statistics-table__paginator-nav-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.hof-statistics .hof-search__result .hof-statistics-table__paginator-nav-prev:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
}
.hof-statistics .hof-search__result .hof-statistics-table__paginator-nav-next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}
.hof-statistics .hof-search__result .hof-statistics-table__paginator-nav-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.hof-statistics .hof-search__result .hof-statistics-table__arr {
  position: absolute;
  width: 25px;
  height: 45px;
  top: 50%;
  margin-top: -13px;
  cursor: pointer;
}
.hof-statistics .hof-search__result .hof-statistics-table__arr:after,
.hof-statistics .hof-search__result .hof-statistics-table__arr:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: gray;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  -webkit-transform-origin: 100%;
  -ms-transform-origin: 100%;
  transform-origin: 100%;
  left: -7px;
}
.hof-statistics .hof-search__result .hof-statistics-table__arr:before {
  margin-top: 1px;
}
.hof-statistics .hof-search__result .hof-statistics-table__arr:hover:after,
.hof-statistics .hof-search__result .hof-statistics-table__arr:hover:before {
  background-color: #fff;
}
.hof-statistics .hof-search__result .hof-statistics-table__arr_prev {
  left: 20px;
}
.hof-statistics .hof-search__result .hof-statistics-table__arr_prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.hof-statistics .hof-search__result .hof-statistics-table__arr_prev:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
}
.hof-statistics .hof-search__result .hof-statistics-table__arr_next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}
.hof-statistics .hof-search__result .hof-statistics-table__arr_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.hof-statistics .hof-search__result .hof-statistics-table__search {
  position: absolute;
  width: 10%;
  font-size: 0;
  left: 0;
  top: 0;
  padding: 0;
  overflow: hidden;
  height: 45px;
}
.hof-statistics .hof-search__result .hof-statistics-table__search-opener {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  padding-left: 0;
  width: 100%;
}
.hof-statistics .hof-search__result .hof-statistics-table__search-opener:hover:before {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.hof-statistics .hof-search__result .hof-statistics-table__search-opener:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/local/templates/basketball/css/custom/../../images/icons/search-icon.png);
  background-size: contain;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.hof-statistics .hof-search__result .hof-statistics-table__search-opener:after {
  content: "";
  width: 1px;
  background-color: #fff;
  height: 70%;
  top: 15%;
  position: absolute;
  right: 0;
}
.hof-statistics .hof-search__result .hof-statistics-table__search-input-box {
  padding: 10px;
  width: 90%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.hof-statistics .hof-search__result .hof-statistics-table__search-input {
  width: 100%;
  height: 100%;
  margin-left: 0;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}
.hof-statistics .hof-search__result .hof-statistics-table__search.__a {
  width: 100%;
  background-color: #04005a;
  border: 1px solid #024f9d;
  font-size: 0;
}
.hof-statistics .hof-search__result .hof-statistics-table__search.__a .hof-statistics-table__search-opener {
  width: 10%;
  margin-left: -1px;
}
.hof-statistics .hof-search__result .hof-statistics-table__search.__a .hof-statistics-table__search-opener:before {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.birthdays-top .birthday-search .type-of-reg .jq-selectbox__select-text {
  padding-top: 8px;
}
.birthdays-top .birthday-search .birthday-search-input-in-birthdays-page {
  padding-top: 0;
}
.hof-reward__i-fam-txt {
  max-width: 100%;
}
.birthdays-top .birthday-search .search-block-in-birthdys-page img {
  top: 12px;
}
.birthday-boy__inner .birthday-boy-photo img,
.best-player__player-photo img {
  object-position: top center;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  -moz-object-fit: cover;
  object-fit: cover;
}
.best-player__player-photo img {
  max-height: inherit;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sheme-col.serebro-left {
  position: relative;
  left: -380px;
}
.hof-content .tab-content {
  padding-bottom: 100px;
}
.match-page--doing__item__right {
  text-align: right;
}
a.default_link {
  display: block;
}
.player-page__player-team a.default_link {
  display: inline-block;
  vertical-align: middle;
}
.third-place.float-right-table {
  position: relative;
  left: -380px;
}
.scorers-table .player-name__coach,
.scorers-table .punishment-player-name {
  min-width: 250px;
}
.scorers-table .team,
.scorers-table__coach .punishment-team {
  padding-left: 40px;
}
.scorers-table__judjes .number {
  max-width: 40px;
}
.scorers-table__coach .table-search-box {
  width: 40px !important;
  min-width: 40px;
}
.schedule-page-tour {
  text-align: right;
  padding-right: 15px;
}
.team-seazon-goal-placement__goals--gray {
  background-color: darkgray;
}
.court-description {
  height: auto;
}
.v-bottom {
  padding-bottom: 30px;
}
p.team-videos {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #04005a;
  line-height: 24px;
  display: block;
  margin-bottom: 5px;
}
.views__date {
  padding-left: 5px;
  float: left;
  font-family: "PT Sans", sans-serif, "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #a0a0a0;
}
a.default_link.__revert {
  display: inline-block;
}
.decloration-views,
.views__number {
  display: none;
}
/* End */


/* Start:/local/templates/basketball/css/YouTubePopUp.css?17512806972656*/
@charset "UTF-8";

.YouTubePopUp-Wrap{
    position:fixed;
    width:100%;
    height:100%;
    background-color:#000;
    background-color:rgba(0,0,0,0.8);
    top:0;
    left:0;
    z-index:9999999999999;
}

.YouTubePopUp-animation{
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.logged-in .YouTubePopUp-Wrap{ /* For WordPress */
    top:32px;
    z-index:99998;
}

.YouTubePopUp-Content{
    max-width:980px;
    display:block;
    margin:0 auto;
    height:100%;
    position:relative;
}

.YouTubePopUp-Content iframe{
    max-width:100% !important;
    width:100% !important;
    display:block !important;
    height:550px !important;
    border:none !important;
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.YouTubePopUp-Hide{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.YouTubePopUp-Close{
    position:absolute;
    top:-600px;
    cursor:pointer;
    bottom:0;
    right: 0px;
    margin:auto 0;
    width:24px;
    height:24px;
    background:url(/upload/images/cd-icon-close.svg) no-repeat;
    background-size:24px 24px;
    -webkit-background-size:24px 24px;
    -moz-background-size:24px 24px;
    -o-background-size:24px 24px;
}

.YouTubePopUp-Close:hover{
    opacity:0.5;
}

@media all and (max-width: 768px) and (min-width: 10px){
    .YouTubePopUp-Content{
        max-width:90%;
    }
}

@media all and (max-width: 600px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:320px !important;
    }

    .YouTubePopUp-Close{
        bottom:362px;
    }
}

@media all and (max-width: 480px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:220px !important;
    }

    .YouTubePopUp-Close{
        bottom:262px;
    }
}

/* End */


/* Start:/local/templates/basketball/assets/css/main.css?175647037046490*/
@charset "UTF-8";:root{--blue: #36328f;--green: #00ad4d}@media (max-width: 768px){.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1{width:100%}.col-lg-offset-12,.col-lg-offset-11,.col-lg-offset-10,.col-lg-offset-9,.col-lg-offset-8,.col-lg-offset-7,.col-lg-offset-6,.col-lg-offset-5,.col-lg-offset-4,.col-lg-offset-3,.col-lg-offset-2,.col-lg-offset-1,.col-lg-offset-0{margin-left:0}.col-12{width:100%;padding-left:15px;padding-right:15px}.col-11{width:91.66666667%}.col-10{width:83.33333333%}.col-9{width:75%}.col-8{width:66.66666667%}.col-7{width:58.33333333%}.col-6{width:50%}.col-5{width:41.66666667%}.col-4{width:33.33333333%}.col-3{width:25%}.col-2{width:16.66666667%}.col-1{width:8.33333333%}}@media (min-width: 769px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}.clearfix:after{content:"";display:table;clear:both}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.float-left{float:left}.float-right{float:right}.float-none{float:none}.wrapper{min-height:100dvh;display:flex;flex-direction:column}.wrapper main{flex:1 1 auto}.wrapper .first__section{padding-top:350px}@media (max-width: 768px){.wrapper .first__section{padding-top:80px}}@media (max-width: 768px){html,body,.header__wide-banner,.header{min-width:auto}.lock body{overflow:hidden;padding:0!important}.app-screen{width:auto}.small-news-in-news-page{flex-direction:column}.decloration{width:auto}.icon-menu{display:block}.container{padding:0 22px}section{margin-bottom:40px}.block--title .section__title{transform:translate(-15px)}.more-elements{display:none}.table-wrapper{overflow:auto visible;width:calc(100% + 44px);margin:0 -22px;padding:0 22px;position:relative;--arrow-top: 0;--arrow-position: absolute}.table-wrapper .player-page__top-table,.table-wrapper .tourment-table__in-tourment-tables,.table-wrapper .teams-page-2-table{min-width:858px;margin:0}.table-wrapper.no-icon:after{display:none}.table-wrapper:after{content:"";top:var(--arrow-top);right:0;width:30px;height:36px;position:var(--arrow-position);z-index:2;display:inline-block;background-color:#ffffffb3;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='15' viewBox='0 0 7 9' fill='none' %3E%3Cstyle%3E @keyframes move %7B 0%25, 100%25 %7B transform: translateX(0); %7D 50%25 %7B transform: translateX(50%25); %7D %7D %23scroll-arrow %7B animation: move 2s ease-in-out infinite; %7D %3C/style%3E%3Cpath id='scroll-arrow' fill-rule='evenodd' clip-rule='evenodd' d='M2.48039 8.65076L0.961874 7.34917L3.40405 4.49997L0.961874 1.65076L2.48039 0.349174L6.03821 4.49997L2.48039 8.65076Z' fill='%23eb5f00' /%3E%3C/svg%3E")}.table-wrapper .player-page__top-table{min-width:858px;margin:0}.assistents,.scorers{padding:95px 0 0}}.mobile__title{display:none}@media (max-width: 768px){.mobile__title{display:block}}.mobile__link{display:none;color:var(--green);align-items:center;font-size:14px;font-style:normal;font-weight:700;line-height:110%;gap:8px;margin-top:15px}.mobile__link:after{content:"";width:10px;height:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' viewBox='0 0 10 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.87897 0.500488L9.1879 0.500488C9.63641 0.500488 10 0.864079 10 1.31259V8.62152C10 9.07003 9.63641 9.43362 9.1879 9.43362C8.73938 9.43362 8.37579 9.07003 8.37579 8.62152V3.27318L1.14849 10.5005L0 9.352L7.22731 2.12469L1.87897 2.12469C1.43046 2.12469 1.06687 1.7611 1.06687 1.31259C1.06687 0.864079 1.43046 0.500488 1.87897 0.500488Z' fill='%2300AD4D'/%3E%3C/svg%3E")}@media (max-width: 768px){.mobile__link{display:flex}}.court-map{width:100%;height:600px}.court-map img{width:100%;height:100%;object-fit:cover}.court-description{height:auto}.icon-menu{display:none;position:relative;width:24px;height:24px;padding:10.5px;cursor:pointer;z-index:5;background-color:transparent;border-radius:10px;border:none}.icon-menu span,.icon-menu:before,.icon-menu:after{content:"";transition:all .3s ease 0s;right:50%;position:absolute;width:100%;height:2px;background-color:#fff;transform:translate(50%);border-radius:2px}.icon-menu:before{top:3px}.icon-menu:after{bottom:3px}.icon-menu span{top:calc(50% - 1px)}.menu-open .icon-menu span{width:0}.menu-open .icon-menu:before,.menu-open .icon-menu:after{right:2px}.menu-open .icon-menu:before{transform:rotate(-45deg) translate(-17%,350%)}.menu-open .icon-menu:after{transform:rotate(45deg) translate(-20%,-350%)}@media (max-width: 768px){.header{position:fixed;z-index:123;top:0;padding-top:15px}.header__wide-banner{display:none}.header-nav{display:flex;flex-direction:column}.header-nav>li,.header-nav li.header-nav__li-first{width:100%;padding:10px 0;border-bottom:1px solid var(--blue);text-align:start;position:relative}.header-nav>li._icon:after,.header-nav li.header-nav__li-first._icon:after{content:"";top:16px;right:0;width:8px;height:8px;left:auto;display:block;position:absolute;background-color:transparent;background-repeat:no-repeat;background-size:contain;padding:0;margin:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath d='M4 3.67987L6.82269 0.857189C7.09201 0.587862 7.52868 0.587862 7.79801 0.857189C8.06733 1.12652 8.06733 1.56318 7.79801 1.83251L4.48766 5.14285C4.21833 5.41218 3.78167 5.41218 3.51234 5.14285L0.201995 1.83251C-0.0673316 1.56318 -0.0673316 1.12652 0.201995 0.857189C0.471323 0.587862 0.907988 0.587862 1.17732 0.857189L4 3.67987Z' fill='white'/%3E%3C/svg%3E")}.header-nav>li:hover>a:before,.header-nav>li.active>a:before,.header-nav li.header-nav__li-first:hover>a:before,.header-nav li.header-nav__li-first.active>a:before{content:none}.header-nav>li._icon._open>.header-nav__drop-list,.header-nav li.header-nav__li-first._icon._open>.header-nav__drop-list{display:block;padding-left:20px;visibility:visible;opacity:1}.header-nav>li._icon._open:after,.header-nav li.header-nav__li-first._icon._open:after{transform:rotate(-180deg)}.header-nav>li:nth-last-child(2),.header-nav>li:last-child,.header-nav li.header-nav__li-first:nth-last-child(2),.header-nav li.header-nav__li-first:last-child{width:100%;text-align:start}.header-nav>li>a,.header-nav li.header-nav__li-first>a{font-size:14px}.header-nav__drop-list{display:none;position:static}.header-nav__drop-list>li>a{padding:5px 0;font-size:14px;width:fit-content}.header-nav__drop-list>[data-anchorbox] a{display:flex;align-items:center;justify-content:center;line-height:normal;width:100%}.header-nav__drop-list_group-title{margin-left:0}.header__top{display:inline-flex;flex-direction:column;width:100%;padding:22px}.header__top .header__top__category{display:flex;flex-direction:column}.header__top__category{display:flex;flex-direction:column;gap:10px}.header__top__select,.header .custom_dropdown_cont{width:100%}.header__top__select .jq-selectbox__select-text,.header__top__select .dropdown-toggle,.header .custom_dropdown_cont .jq-selectbox__select-text,.header .custom_dropdown_cont .dropdown-toggle{border-bottom:1px solid #39c578;text-transform:uppercase;font-size:14px;padding-bottom:10px;width:100%;text-align:start;padding-left:0;position:relative}.header__top__select .jq-selectbox__select-text span,.header__top__select .dropdown-toggle span,.header .custom_dropdown_cont .jq-selectbox__select-text span,.header .custom_dropdown_cont .dropdown-toggle span{border:none}.header .jq-selectbox__select{padding-right:0}.header .jq-selectbox__trigger .jq-selectbox__trigger-arrow{width:8px;height:5px}.header .jq-selectbox__dropdown{position:static!important;margin:0;width:100%}.header .jq-selectbox__dropdown:before{content:none}.header .main-menu__box .main-menu__stext{border-bottom:1px solid #39c578;text-transform:uppercase;font-size:14px;padding-bottom:10px;width:100%;margin-right:0}.header .main-menu__box .main-menu__stext:after{right:0}.header__top-select-col{margin:0;height:auto}.header__bottom-cover{display:none}.header__bottom-cover.__fix{position:relative}.header__bottom-cover.__fix .header-nav__logo-fix{display:none}.menu-open .header__bottom-cover{display:flex;flex-direction:column;overflow-y:auto;max-height:calc(100vh - 57px);max-height:calc(100dvh - 57px)}.header__bottom{padding:15px 0}.header__middle{display:flex;align-items:center;justify-content:space-between;padding-bottom:15px}.header__middle:after{content:none}.header__middle__right{padding:22px}.header__middle__right a{margin:0;width:100%}.header__logo{font-size:20px;text-transform:uppercase;background-size:auto;color:transparent;background-image:url(/local/templates/basketball/assets/css/./../../images/logo_main-mobile.png);height:32px;width:200px;padding-left:0;background-size:contain}.header .header__top__icons-list{margin:25px 0;display:inline-flex;gap:10px;align-items:center}.header .header__top__icons-list li{margin:0}.header .header__top__icons-list li .header-icon-list__icon{font-size:18px;width:35px;height:35px;display:flex;align-items:center;justify-content:center;border:1px solid #fff;top:auto}.header .header__top__links{display:flex;flex-direction:column;position:static;inset:auto;gap:10px}.header .header__top__links .header__top__search-popup{display:flex;position:static;flex-direction:row-reverse;width:100%;height:auto;font-size:18px;padding:8px 15px;border:1px solid #39c578;align-items:center;margin:0}.header .header__top__links .header__top__search-popup form{display:flex;flex-direction:row-reverse;align-items:center;margin:0}.header .header__top__links .header__top__search-popup .header__search-input{border:none;font-size:14px}.header .header__top__links .header__top__search-popup .header__search-btn{width:18px;height:18px}.header .header__top__links .header__top__search-popup:after{content:none}.header .header__top__links .header__top__link--search{display:none}.header .header__top__links .header__top__link_login{margin:0}.icon-menu{display:block}.custom_dropdown_cont.show .dropdown-menu.show:before{content:none}.custom_dropdown_cont .dropdown-menu.show{position:static!important;transform:none!important}.custom_dropdown_cont .dropdown-menu.show:before{content:none}.main-menu__box .main-menu__cover{margin:0;position:static;transform:none;width:100%}.main-menu__box .main-menu:before,.main-menu__box .main-menu:after{content:none}}@media (max-width: 768px){.footer{padding:32px 0}.footer .clearfix{display:flex;flex-direction:column;gap:30px}.footer .clearfix:after{content:none}.footer .clearfix .float-left{display:grid;gap:20px;width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.footer .clearfix .float-left .footer-nav-list{margin:0}.footer .clearfix .float-left .footer-nav-list li{margin-bottom:10px;font-size:14px}.footer .clearfix .float-left .footer-nav-list li:last-child{margin-bottom:0}.footer .clearfix .footer-contacts{padding:0;text-align:start;font-size:18px}.footer .clearfix .footer-contacts a{margin-bottom:0}.footer .clearfix .footer-contacts a+a{margin-top:30px}.footer .clearfix .footer-social-contacts{display:flex;flex-direction:column;gap:30px}.footer .clearfix .footer-social-contacts .footer-social-list li{margin-bottom:0}.footer .clearfix .footer-social-contacts .footer-social-list li a{font-size:14px}.footer .clearfix .footer-social-contacts .footer-social-list li+li{margin-top:12px}.footer .clearfix .footer-social-contacts .footer-social-list li .footer-social__icon{width:16px;height:16px;font-size:16px}.footer .clearfix .footer-social-contacts .footer-copyright{font-size:12px}}@media (max-width: 768px){.team-info .tabs-container .container>.clearfix{gap:0}.tabs-list{margin:0 -22px -9px;padding:0 22px 10px;display:flex;align-items:center;gap:5px;overflow:auto}.tabs-list::-webkit-scrollbar{height:0;width:0}.tabs-list li{margin:0 0 -1px;white-space:nowrap}}@media (max-width: 768px){.big--news{padding-top:85px;background:none}.big--news .date-slider_n{width:100%}.big--news .date-slider .slick-prev{left:10px}.big--news .games-list_n-teams-name{width:100%}.big--news .games-list_n-teams-name .default_link{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.big--news .date-slider .slick-next{right:10px}.big--news .slick-slide,.big--news .slick-slide.slick-active{display:none}.big--news .slick-slide.slick-current.slick-active{display:block}.big--news .big-news{display:flex;flex-direction:column-reverse;gap:40px;padding:0;margin:0}.big--news .big-news:after{content:none}.big--news .big-news__main-new{display:flex;flex-direction:column}.big--news .big-news__main-new .block-name{display:none}.big--news .big-news__other-news .other-news__news-item,.big--news .main-new__image,.big--news .main-new__description{width:100%}.big--news .news-item__image,.big--news .main-new__image{width:100%;height:auto;position:relative;margin-bottom:10px}.big--news .news-item__image a img,.big--news .main-new__image a img{width:100%;height:auto}.banner.banner_in-news{margin:0;height:60px;background-size:contain}.news-item__title,.news-item__title h2{height:auto}.news-item__description{padding:0}.news-item__description-inner{height:auto}.news-item__views{bottom:auto;position:static}.news-item__views .views__date{float:right}.main-new__description .description-item p{margin:5px 0}.big-news__other-news{display:none}}@media (max-width: 390px){.games-list_n-teams-name .default_link{max-width:125px}}@media (max-width: 768px){.tourment-table__table-item{width:100%;margin-bottom:15px}.section__title h2{font-size:20px;text-align:start}.become-participant{width:100%}.table-item{border:1px solid #e5e4e5;margin-bottom:15px}.table-item .tourment-table__table-item{margin-bottom:0}.table-item .tourment-table__table-item tr:last-of-type{border-bottom:none}}@media (max-width: 768px){.photos-section{padding-bottom:0}.photos-section .photo-item-wrapper{margin-bottom:15px;display:none}.photo-item{width:100%;display:flex;flex-direction:column;gap:5px}.photo-item .photo-item-wrapper--mb{margin-bottom:15px}.photo-item__image{width:100%;padding-bottom:56%;position:relative;margin-bottom:0;order:1}.photo-item__image a img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.photo-item__date{order:2}.photo-item__name{order:3}}@media (max-width: 768px){.hall-of-fame{margin-bottom:40px}.hall-of-fame__table-players,.hall-of-fame__table-teams{margin-bottom:15px}.hall-of-fame__table-players .table-head,.hall-of-fame__table-teams .table-head{height:35px;display:flex;align-items:center;justify-content:center}.hall-of-fame__table-players .table-head .table-title,.hall-of-fame__table-teams .table-head .table-title{font-size:16px;line-height:normal}.table--info{display:flex;padding:10px;gap:15px;margin-bottom:0}.table--info .team-logo__border{margin:0;width:70px;height:70px;position:relative}.table--info .player-team__border{display:none}.table--info .team-logo__border__visiable-none,.table--info .team-logo__border{margin:0;width:70px;height:70px;position:relative}.table--info .table--info__team-stats .team-name-big{font-size:16px}.table--info .table--info__team-stats .team-games-big{font-size:30px}.table-item-noborder{width:0}.team-logo-big{width:calc(100% - 5px);height:calc(100% - 5px);left:2.5px;top:2.5px;border-radius:50%;overflow:hidden;position:absolute}.team-logo-big.player-logo-big{width:100%;height:100%;left:0;top:0}.team-logo-big.player-logo-big img{object-position:top;object-fit:cover}.team-logo-big img{width:100%;height:100%;object-fit:contain;object-position:center}.table_item__align-left{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.table-item__name{min-width:auto}.fame-table td{height:36px}}@media (max-width: 390px){.table_item__align-left{max-width:100px}}@media (max-width: 768px){.birthday-persons{padding:58px 0 42px}.birthday-persons .birthday-persons-slider-wrapper{width:100%}.birthday-persons .birthday-persons-slider__item-company-img img{max-height:25px;object-fit:contain}}@media (max-width: 768px){.persons-stat__top__header{width:auto;margin-top:40px;margin-bottom:25px}.person-stat__middle{padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.person-stat__middle__top-line{margin:0}.person-stat__stat-colum{padding-left:43px!important;width:auto!important}.person-stat__stat-colum__icon{width:30px;height:30px}.person-stat__stat-count{font-size:20px;line-height:normal}.person-stat__stat-name{font-size:14px}.person-stat__middle__top-line,.person-stat__middle__bottom-line{display:inline-flex;flex-direction:column}.person-stat-wrapper .persons-slider__bottom{display:none}.pUps-ection{margin-bottom:0}.birthday-persons-slider-wrapper{margin-bottom:50px}}@media (max-width: 768px){.partners{padding:40px 0;margin:0}.partners.parthner_black,.partners.partners-tour-page_s{margin:0}}@media (max-width: 768px){.company-info{margin-bottom:0}.company-info__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px}.tournament-descr{width:100%}.tournament-organizer{width:100%;padding:0}.site-maker{width:100%;padding:0;text-align:center}}@media (max-width: 768px){.top-player-page{padding-top:95px;background:none}.player-page__top-table thead tr,.player-page__top-table tr td{height:36px}.top-list__item-number{font-size:24px}.player-contein-two{height:auto}.top-list__item{height:100%}.player-page__player-info{margin-bottom:40px;width:100%}.player-page__player-info .player-page__player-photo{margin:0 auto}.player-page__player-info .player-page__player-photo img{margin-left:0;transform:translate(-50%)}.player-page__player-tables{margin:0;width:100%}.player-page__player-tables .player-page__top-list{margin-bottom:15px}.player-page__player-tables .player-page__top-list ul{display:grid;grid-template-columns:repeat(3,1fr);row-gap:15px}.player-page__player-tables .player-page__top-list ul li:nth-of-type(1) .top-list__item{border-left:1px solid rgba(160,160,160,.27)}.player-page__player-tables .player-page__top-list ul li:nth-of-type(3n) .top-list__item,.player-page__player-tables .player-page__top-list ul li:nth-last-of-type(1) .top-list__item{border-right:1px solid rgba(160,160,160,.27)}.player-page__top-table .thead__tr,.table-wrapper .thead__tr,.scorers-table thead tr{background-attachment:scroll;background:#eb5f00;height:36px!important}.player-page__top-table .thead__tr td,.player-page__top-table .thead__tr th,.table-wrapper .thead__tr td,.table-wrapper .thead__tr th,.scorers-table thead tr td,.scorers-table thead tr th{height:36px;padding:0 6px}.player-page-tables__title{font-size:20px;text-align:start}.player-page__top-table.player-page-tables__item.player-page-stats tr td a{white-space:nowrap}.player-page-tables{width:100%;padding:0}.player-page-tables .player-page__top-list{margin-bottom:15px}.player-page-tables .player-page__top-list .player-bot__list{display:grid;grid-template-columns:repeat(3,1fr);row-gap:15px}.player-page-tables .player-page__top-list .player-bot__list li:nth-of-type(1) .top-list__item{border-left:1px solid rgba(160,160,160,.27)}.player-page-tables .player-page__top-list .player-bot__list li:nth-of-type(3n) .top-list__item,.player-page-tables .player-page__top-list .player-bot__list li:nth-last-of-type(1) .top-list__item{border-right:1px solid rgba(160,160,160,.27)}.player-page__photos,.player-page__videos{padding:20px 22px}}@media (max-width: 768px){.player-page__personal-rewards-items{flex-wrap:wrap;align-items:flex-start!important;gap:30px;justify-content:center!important}.player-page__personal-rewards-items .personal-rewards__item{margin:0}.personal-rewards__item{flex:0 0 calc(50% - 15px)}.personal-rewards-image{width:86px;height:100px;background-size:contain;font-size:30px}.personal-reward-name{width:100%;font-size:16px;height:auto;margin-bottom:10px}.personal-reward-seasons{padding:0}.personal-reward-season{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}.personal-reward-season-name{font-size:12px}.player-page__team-rewards-image{margin-bottom:20px}.player-page__team-rewards-image img{width:123px;height:123px;object-fit:contain}.player-page__cup-number{position:static;margin:8px auto}.personal-reward-name{font-size:16px}.personal-reward-season{font-size:12px}.team-trophy-stat{padding:0;margin:0;display:flex;flex-wrap:wrap;gap:30px;justify-content:start}.team-trophy-item{margin:0;flex:0 0 calc(50% - 15px);display:flex;flex-direction:column;align-items:center;justify-content:start}.team-trophy-item__seazon-name{font-size:16px}.team-trophy__seazons{display:flex;flex-direction:column;align-items:center}.team-trophy__seazons .team-trophy__seazons-right{font-size:12px}.h1-style{font-size:20px;padding:0 22px;text-align:start;margin-bottom:34px}.h1-style.team-list-stat__header,.team-summary-cup-stat .h1-style,.team-tab-content-tables{padding:0}.player-page__personal-rewards{padding:32px 0}.player-stats{padding:0 10px}}@media (max-width: 768px){.teams-page-2{padding:95px 0 0}.team-info{padding-top:95px}.team-info .container>.clearfix{display:flex;flex-wrap:wrap;gap:20px}.team-info__logo{margin:0;width:70px;flex:0 0 70px}.team-info__logo img{height:auto}.team-info__contact-info__left{margin-right:4px}.team-info__contact-info__right{max-width:none;padding:0;font-size:12px}.team-info__info{width:100%;flex:0 0 calc(100% - 90px);margin:0}.team-info__img{width:100%;height:auto;flex:0 0 100%}.team-info__descr{font-size:12px}.tab-content{padding:0}.title__main{font-size:20px;margin-bottom:15px}.team-tab-content__schedule{padding-left:15px}.tour-team-info-wrapp{padding:0}.table-wrapper .tourment-table__table-item{min-width:850px}.tourment-table__table-item thead tr,.tourment-table__table-item tr td{height:36px}.tourment-table__table-item .head__tr{background-attachment:scroll;background:#eb5f00}.team-list-wrapp{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.team-list__player{width:100%;padding:0;margin:0}.team-list__player__img{width:100%;position:relative;padding-bottom:136%;height:auto}.team-list__player__img img{position:absolute;left:0;top:0;width:100%;height:100%}.team-list__player__name a{font-size:14px}.team-list__player__awards-list{margin-top:3px}.team-list__player__awards-list--four-items,.team-list__player__awards-list{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;margin-top:3px}.team-list__player__awards-list--four-items li,.team-list__player__awards-list li{font-size:12px;position:relative;margin:0!important;padding-left:20px!important}.team-list__player__awards-list--four-items li:before,.team-list__player__awards-list li:before{margin-top:0!important;transform:translateY(-50%);width:14px!important;height:14px!important}.team-list-wrapp{margin:0;padding:0}.team-photos__wrapper{padding:0}.photo-slider{width:100%}.photo-slider__big__item{height:auto}.team-minimalizm-stat{display:grid;grid-template-columns:repeat(3,1fr);row-gap:15px}.team-minimalizm-stat .team-minimalizm-stat__item{width:100%}.team-minimalizm-stat .team-minimalizm-stat__item:nth-of-type(1){border-left:1px solid rgba(160,160,160,.27)}.team-minimalizm-stat .team-minimalizm-stat__item:nth-of-type(3n),.team-minimalizm-stat .team-minimalizm-stat__item:nth-last-of-type(1){border-right:1px solid rgba(160,160,160,.27)}.team-best-player{margin-bottom:15px}.table-head{height:auto;background-attachment:local}.table-head .table-title{height:35px;display:flex;align-items:center;justify-content:center}.team-summary-cup-stat-table th,.team-summary-cup-stat-table td{padding-left:15px}.math-p-stat,.math-p-stat-2{padding-left:22px;padding-right:22px}.team-stat-list li{padding-left:0;padding-right:0}}@media (max-width: 768px){.tourment-tables-page{padding-top:95px}.tournament--tables{margin-top:0}.tourment-table__in-tourment-tables .table-item__title{font-size:20px}.tables-item-in-tourment-tables__item{margin-bottom:15px}}@media (max-width: 768px){.schedule-page,.cup-schedule-page{padding:95px 0 0;margin-bottom:40px}.schedule-page .cup-schedule__table-head,.schedule-page .cup-schedule-table,.cup-schedule-page .cup-schedule__table-head,.cup-schedule-page .cup-schedule-table{min-width:auto}.schedule-page-title{margin:0}.schedule-block{padding:0;margin:0}.table-wrapper .schedule-table{min-width:600px;margin-bottom:25px}.table-wrapper .schedule-table .schedule-head{padding:1px 0}.table-wrapper .schedule-table .schedule-head .col-lg-2{width:16.66666667%}.table-wrapper .schedule-table .schedule-head .col-lg-10{width:83.33333333%}.schedule-in-page-schedule .schedule--date{padding:0 5px}.schedule-in-page-schedule .schedule--court{width:20px;padding:0 5px}.schedule-in-page-schedule .schedule-game-score{padding:0 5px}.schedule-in-page-schedule .schedule-game-score .games-list__center-part{width:34px}}@media (max-width: 768px){.teams-page{padding:95px 0 0;margin-bottom:40px}.teams-page .container__teams-page__marginbot{margin-bottom:15px}.teams-page .container__teams-page__marginbot .row{display:grid;gap:15px;grid-template-columns:repeat(2,1fr);margin:0}.teams-page .container__teams-page__marginbot .row .col-lg-3{padding:0}.teams-page .cup-schedule__title{font-size:16px}.teams-page .teams-page__team-logo{padding:10px 15px}.teams-page .teams-page__team-logo-inner{height:50px}.teams-page-4-table{min-width:800px;margin-top:0}}@media (max-width: 768px){.judjes,.teams-page-3{padding:95px 0 0}.header-title-right-prev,.divisions{margin-bottom:15px}.table-search__input-box{height:36px}.teams-page-2-table{margin:0}.tab-title-h3.__nomargin{margin:15px 0}.judjes-list__box{margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.judjes-list__i{padding:0;width:100%;margin:0}.judjes-list__photo{width:100%;position:relative;padding-bottom:136%;height:auto;margin-bottom:3px}.judjes-list__fam{font-size:14px}.judjes-list__stat-text{font-size:12px}.coachs{padding:95px 0 0;margin-bottom:40px}}@media (max-width: 768px){.all-photos{padding:95px 0 0}.all-photos__row{margin:0;gap:15px;display:grid;grid-template-columns:repeat(2,1fr)}.all-photos__col{width:100%;padding:0;margin:0}.all-photos__photo-block{margin-bottom:5px}.all-photos__download{right:5px;top:160px}}@media (max-width: 768px){.about{padding:95px 0 0;margin-bottom:40px}.about-content{padding:0}.about-page-title h3{margin:0}.top-about p{font-size:16px}.about-image{height:auto}.about-image img{width:100%;height:auto}.about-image__sub{margin-bottom:15px}.about-text-colomns{column-count:1}}@media (max-width: 768px){.documents{padding:95px 0 0;margin-bottom:40px}.documents-content{width:100%}.documents-content .about-page-title{padding:0}.documents-content .main-documents{width:100%;margin-bottom:15px}.documents-content .main-documents__items{width:100%;margin-bottom:15px;display:flex;flex-direction:column;gap:15px}.documents-content .main-document__item{padding:0;margin:0;width:100%;display:flex;gap:15px}.documents-content .main-document__item:nth-child(2n){padding:0}.documents-content .main-document__item-description{padding:0}}@media (max-width: 768px){.partners-page{padding:95px 0 0}.partner-item{display:flex;flex-direction:column;margin-bottom:30px;padding:0}.partner-name-big{width:100%}.partner-name{width:100%;float:left;margin-bottom:10px}.partner-logo{width:100%;height:auto;padding:0;margin-bottom:5px;max-width:100px}.partner-logo img{width:100%;height:auto}.partner-description{width:100%;padding:0;font-size:12px}.partner-site{padding:0;margin-top:5px}.partners--ather-page .row.text-center,.partners--ather-page .row.partners__mobile,.partners-main .row.text-center,.partners-main .row.partners__mobile,.partners .row.text-center,.partners .row.partners__mobile{margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.partners--ather-page .row.text-center .partenr-item__img,.partners--ather-page .row.partners__mobile .partenr-item__img,.partners-main .row.text-center .partenr-item__img,.partners-main .row.partners__mobile .partenr-item__img,.partners .row.text-center .partenr-item__img,.partners .row.partners__mobile .partenr-item__img{margin:0 auto}}@media (max-width: 768px){.courts{padding:95px 0 0;margin-bottom:40px}.court-description img{width:100%;height:auto}.court-map{width:100%;height:250px}.court-map img{width:100%;height:auto}}@media (max-width: 768px){.contacts-page{padding:95px 0 0;margin:0 0 40px}.contacts-page-title h3{margin:0}.contacts-map{width:100%;height:250px}.contacts-map img{width:100%;height:auto}}@media (max-width: 768px){.tour-team-page{height:auto}.tour-team-page__content .page-title{font-size:35px}.tour-team-page__court{width:100%;height:auto;padding-bottom:120%}.tour-team-page__player-in-court{left:26%;top:6%;width:90px;transform:translate(-50%)}.tour-team-page__player-in-court__1{left:74%}.tour-team-page__player-in-court__2{left:50%;top:26%}.tour-team-page__player-in-court__3{top:42%;left:23%}.tour-team-page__player-in-court__4{left:77%;top:42%}.tour-team-page__player-in-court__5{left:50%;top:60%}.tour-team-select{padding:0}.tour-team-select__cover{padding:95px 0 0}.oppacity-block{display:none}.player-in-court__photo{width:auto}.player-in-court__photo .player-in-court__ava{width:60px;height:60px}.player-in-court__number{width:24px;height:24px;font-size:12px;left:70%}.player-in-court__info{margin-top:5px;min-width:auto;padding:4px;height:auto;display:flex;align-items:center;gap:4px;left:auto}.player-in-court__info:before,.player-in-court__info:after{content:none}.player-in-court___team{width:20px;height:20px;flex:0 0 20px;position:relative}.player-in-court___team img{width:14px;height:14px;padding:0;position:absolute;left:2px;top:2px}.player-in-court__name{font-size:9px;letter-spacing:-.4px}.player-in-tour__reason{position:static;margin:0;left:auto;width:100%;visibility:visible;border:none;background-color:#0e6394;padding:0 4px 4px}.player-in-tour__reason:before,.player-in-tour__reason:after{content:none}.player-in-tour__team-logo{display:none}.player-in-tour__descr{margin:0;padding:0;font-size:8px;font-style:normal;font-weight:400;line-height:120%;width:100%}}@media (max-width: 768px){.hof-content{padding:95px 0 0;background-position:center -40%}.hof-section~.tab-content{margin-bottom:0}.hof-prev{padding:0;margin-bottom:15px;height:auto}.hof-prev__title{width:100%}.hof-prev__txt{display:block}.hof-tab{padding:0}.hof-title{font-size:30px}.hof-reward{height:auto}.hof-reward:before{content:none}.hof-reward__inner{margin:0;display:flex;gap:8px;padding:0 22px}.hof-reward__i{margin:0;flex:0 0 calc(33% - 4px);width:calc(33% - 4px);height:auto;display:flex;flex-direction:column;padding:10px}.hof-reward__i_second{margin-top:15px}.hof-reward__i_second.hof-reward__i-foto,.hof-reward__i_first .hof-reward__i-foto{margin-bottom:5px}.hof-reward__i_third{margin-top:30px}.hof-reward__i-foto{width:100%;padding-bottom:100%;height:auto;margin-bottom:5px}.hof-reward__i-count{font-size:30px;line-height:30px}.hof-reward__i-fam{font-size:16px;line-height:130%;padding-top:5px;margin-top:5px;max-width:none}.hof-statistics{padding-top:40px}.hof-statistics__inner{padding:0 22px;width:100%}.hof-tt .tooltip__inner{padding:8px}.tt-hof{width:100%}.tt-hof__info{padding-left:10px}.tt-hof__fam{font-size:16px}.hof-reward__i-fam-txt{max-width:100%}.hof-statistics-table__td .hof-statistics-table__cup{margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}}@media (max-width: 768px){.news-page{padding:95px 0 0}.news-page-title{padding:0;margin:0}.news-page-title .page-title{margin:0 0 15px}.news-page-title .page-title h3{margin:0}.news-page-title .page-title-btn-group{padding:0;margin-bottom:15px}.news-page-title .page-title-btn-group ul{display:flex;flex-wrap:wrap;height:auto;gap:5px}.news-page-title .page-title-btn-group ul li a{display:block;margin:0}.big-new-in-news-page{margin:0 0 15px;display:inline-flex;flex-direction:column;width:100%}.big-new-in-news-page .new-image{width:100%;margin-bottom:15px;height:auto}.big-new-in-news-page .new-image img{height:auto}.big-new-in-news-page .big-new-content{padding:0;width:100%;height:auto}.big-new-in-news-page .big-new-sec{margin-bottom:5px}.big-new-in-news-page .big-new-title{margin-bottom:15px}.big-new-in-news-page .big-new-title a{font-size:24px}.big-new-in-news-page .big-new-text{width:100%;margin-bottom:5px}.small-new-in-news{width:100%;height:auto;margin-bottom:15px}.small-new-in-news .small-new-image{width:100%;height:auto;padding-bottom:56%;position:relative}.small-new-in-news .small-new-image img{position:absolute;left:0;top:0;width:100%;height:100%}.small-new-in-news .small-new-content{padding:0}.small-news-in-news-page{width:100%}}.match-page__composition-team-name{display:none;font-size:20px;font-family:PT Sans,sans-serif,PT Sans,sans-serif;font-weight:700;color:#04005a;margin:15px 0;gap:15px}.match-page__composition-team-name .mobile-tema__logo{width:30px;height:30px;position:relative}.match-page__composition-team-name .mobile-tema__logo img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:contain}.match-page__score-up,.match-page__score-down{left:50%;transform:translate(-50%)}@media (max-width: 768px){.nogame-tabs{padding:95px 0 0}.math-p-stat-2,.math-p-stat,.stats__more-gray-bcg,.gray-bcg,.match-page__stats-judjes__gray-bcga{background:transparent}.nogame-info{padding:0}.nogame-info__match-page{margin-bottom:40px}.nogame-info__left-part,.nogame-info__right-part{width:100px;display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:20px}.nogame-info__team-logo{width:50px;height:50px}.nogame-info__team-name{font-size:16px}.nogame-info__team-stats{width:100%;margin-top:auto}.nogame-info__team-stats ul{display:flex;align-items:center;justify-content:space-between}.nogame-info__team-stats ul li{margin:0}.nogame-info__dot{width:6px;height:6px}.nogame-info__match-name{font-size:14px}.nogame-info__match-stadium{font-size:10px}.nogame-score,.nogame-score h3{font-size:30px}.match-page__conteiner-players{display:flex;gap:10px;justify-content:space-between;flex-wrap:wrap}.match-page__stats-judjes__gray-bcg{background:transparent}.match-page__2-judjes{order:2;margin:0}.match-page__1-judjes{order:1;margin:0}.match-page__judjes__judje-stats-player{order:3}.match-page__score-up,.match-page__score-down{font-size:12px}.match-page__wrapper{width:100%}.match-page__lines{width:100%;padding:0}.match-page__team-1-logo{z-index:2;left:-18px}.match-page__team-1-logo img{left:0}.match-page__team-2-logo{z-index:2;left:-18px}.match-page__team-2-logo img{left:0}.match-no-game-1-tab{padding-top:0}.match-nogame-tab-content{width:100%}.match-nogame-tab-title{margin-bottom:15px;font-size:20px;text-align:start;order:0;flex:0 0 100%}.match-nogame-tab-title__best-players{margin-bottom:15px;font-size:20px}.who-wins__gray-bgc{margin-bottom:15px}.who-wins__results{display:flex;flex-wrap:wrap;gap:5px}.who-wins__teams{order:1;flex:1 1 auto}.who-wins__team-logo{width:16px;height:16px}.who-wins__team-logo img{max-height:16px;max-width:16px}.who-wins__team-name{font-size:12px}.match-nogame__best-players--left,.match-nogame__best-players--right{display:flex;flex-direction:column;gap:15px;justify-content:flex-start}.match-nogame__best-players--left .match-nogame__best-player{margin-right:15px}.match-nogame__best-players--right .match-nogame__best-player{margin-left:15px}.disqualificated__player{padding:0 10px;display:flex;align-items:center}.disqualificated__player-name{padding-left:5px}.best-player__parts{padding:0}.best-player__player-photo{margin-bottom:10px}.personal-meetengs,.personal-meetengs__item-date,.personal-meetengs__item-division{font-size:12px}.personal-meetengs__item-team-logo{width:20px;height:20px}.personal-meetengs__item-team-logo img{max-width:20px;max-height:20px}.match-page__match-descr{margin-top:0;column-count:auto;margin-bottom:25px}.match-page__composition{display:flex;flex-direction:column}.match-page__first-team-composition,.match-page__second-team-composition{width:100%}.match-page__stats-judjes{margin:0}.match-page__stats-judjes__gray-bcg{margin-bottom:0}.match-page__stats-items{margin-bottom:25px}.match-page__stats-item{padding:14px 10px}.match-page__judjes{width:100%;margin-bottom:15px}.match-page__judjes__judje-stats{width:100%}.match-page__1-judje{display:flex;flex-direction:column;align-items:center}.match-page__judje-name{margin:0}.match-page__2-judje{display:flex;flex-direction:column;align-items:center}.match-page--doing{margin-bottom:25px}.match-page--doing__item--score-image img{width:12px;height:12px}.match-page--doing__item--score-num{font-size:12px}.match-page--title{font-size:20px;text-align:start}.match-page--title__composition{margin-bottom:15px}.match-page__composition-team-name{display:flex}.first-team-composition__item{padding:0;display:flex;align-items:center;gap:5px}.first-team-composition__number{padding:0}.first-team-composition__player-photo{margin:0}.first-team-composition__player-name{width:auto;flex:1 1 auto;padding:0}.first-team-composition__player-like{margin:0}.match-page--doing__item{width:100%;padding-left:0;padding-right:5px;display:flex;align-items:center;gap:5px}.match-page--doing__item--score,.match-page--doing__item--names{margin-top:0}.match-page--doing__item-name-2{font-size:10px}.match-page--doing__item-name-1{font-size:12px}.match-page--doing__item__right{padding-right:0;padding-left:5px;flex-direction:row-reverse}.all-photos__row{margin:0}.all-photos__row .v-bottom{padding:0}.all-photos__row iframe{width:100%;height:auto}.col-lg-pull-5{right:auto}.col-lg-push-5{left:auto}.cup-schedule-table,.cup-schedule__table-head{min-width:500px}.match-page--doing__items__left-part,.match-page--doing__items__right-part{flex:1 1 50%}.tab-content>.tab-content__block--active{padding-left:22px;padding-right:22px}.tab-content>.tab-content__block.tab-content__block--active{padding-left:0;padding-right:0}.photo-slider__big__items{height:100%}.photo-slider__big__items iframe{object-fit:contain;width:100%}.match-nogame-tab-content-stat{width:100%}.match-nogame-tab-content{padding-left:22px;padding-right:22px}.match-page--title-stat{margin:20px 0}.match-page__photo-slider{padding-left:22px;padding-right:22px}.photo-slider__big{height:auto}.photo-slider__big iframe{height:200px}}.match-page__lines{display:flex}.match-page__line-1,.match-page__line-2,.match-page__line-3,.match-page__line-4,.match-page__line-5{width:auto;flex:1 1 auto}@media (max-width: 768px){.sheme-section{padding:95px 22px 0}.portfolio-wrapper{overflow:visible}.sheme-block{width:calc(100vw + 22px);padding:0 0 0 22px;margin:0 22px 0 -22px;overflow:auto}.sheme{width:1001px;position:relative}.cup-schedule-page{padding:95px 0 0}}@media (max-width: 768px){.player-page__photos__white{padding-left:22px;padding-right:22px}.photos{padding:95px 22px 0}.photos .slick-prev,.photos .slick-next{display:none}.title-prew{margin-bottom:15px}.title-prew .title-prew__title-h2{margin:0;font-size:30px}.photo-slider__big .slick-next,.photo-slider__little .slick-next{display:none!important}.photo-soc-sheare{display:flex;flex-direction:column;gap:20px;padding-top:15px}.photo-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:100px;gap:4px}.photo-grid .photo-grid__item{border:none}.photo-grid .photo-grid__item:nth-child(1){grid-column:1/3;grid-row:1}.photo-grid .photo-grid__item:nth-child(2){grid-column:1/3;grid-row:2}.photo-grid .photo-grid__item:nth-child(3){grid-column:3/5;grid-row:1/3}.photo-grid .photo-grid__item:nth-child(4){grid-column:1/1;grid-row:3/5}.photo-grid .photo-grid__item:nth-child(5){grid-column:2/4;grid-row:3/5}.photo-grid .photo-grid__item:nth-child(6){grid-column:4/5;grid-row:3/5}.photo-grid .photo-grid__item:nth-child(7){grid-column:1/3;grid-row:5/7}.photo-grid .photo-grid__item:nth-child(8){grid-column:3/5;grid-row:5}.photo-grid .photo-grid__item:nth-child(9){grid-column:3/5;grid-row:6}.photo-grid .photo-grid__item:nth-child(10){grid-column:1;grid-row:7/9}.photo-grid .photo-grid__item:nth-child(11){grid-column:2/4;grid-row:7/9}.photo-grid .photo-grid__item:nth-child(12){grid-column:4;grid-row:7/9}.photo-grid .photo-grid__item:nth-child(13){grid-column:1/3;grid-row:9}.photo-grid .photo-grid__item:nth-child(14){grid-column:1/3;grid-row:10}.photo-grid .photo-grid__item:nth-child(15){grid-column:3/5;grid-row:9/11}.photo-grid .photo-grid__item:nth-child(16){grid-column:1;grid-row:11/13}.photo-grid .photo-grid__item:nth-child(17){grid-column:2/4;grid-row:11/13}.photo-grid .photo-grid__item:nth-child(18){grid-column:4;grid-row:11/13}.photo-grid .photo-grid__item:nth-child(19){grid-column:1/3;grid-row:13/15}.photo-grid .photo-grid__item:nth-child(20){grid-column:3/5;grid-row:13}.photo-grid .photo-grid__item:nth-child(21){grid-column:3/5;grid-row:14}.photo-grid .photo-grid__item:nth-child(22){grid-column:1;grid-row:15/17}.photo-grid .photo-grid__item:nth-child(23){grid-column:2/4;grid-row:15/17}.photo-grid .photo-grid__item:nth-child(24){grid-column:4;grid-row:15/17}}@media (max-width: 768px){.medium-news-page{padding:95px 0 0}.medium-new{width:100%;padding:0}.medium-new h3{padding:0;margin:0 0 15px;font-size:30px}.medium-new-preview{font-size:16px;line-height:150%}.medium-new-big-image{height:auto}.medium-new-big-image img{height:auto;width:100%}.about-image__sub p{padding:0}.medium-new-text{column-count:auto;font-size:14px}.decloration-date{font-size:12px}.small-news-page{padding:95px 0 0;margin-bottom:40px}}@media (max-width: 768px){.birtdays-page{padding:60px 0 0}.birthdays-top{width:100%;padding:20px 22px}.birthdays-top h3{font-size:30px;margin:0 0 30px}.birthdays-top .mounth ul,.birthdays-top .days ul{flex-wrap:wrap;gap:5px;justify-content:flex-start}.birthdays-top .birthday-search{padding:0;display:flex;flex-direction:column;gap:15px}.birthdays-top .birthday-search .birthday-search-input-in-birthdays-page,.birthdays-top .birthday-search .type-of-reg{width:100%}.birthdays-bot{padding:20px 22px 0;width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.birthdays-bot h4{grid-column:span 2/span 2;font-size:20px;text-align:start;margin-bottom:20px}.birthday-boy{width:100%;height:auto;margin:0}.birthday-boy__inner{display:block}.birthday-boy-photo{width:100%;padding-bottom:100%;position:relative;margin-bottom:10px}.birthday-boy-photo img{position:absolute;left:0;top:0;object-fit:cover;width:100%;height:100%}.birthday-boy-team{display:inline-flex;gap:5px}.birthday-boy-team .team-name{font-size:10px;word-break:break-word;max-width:none}.birthday-boy-team .logo-image{height:16px;width:16px;position:relative}.birthday-boy-team .logo-image img{object-fit:contain;position:absolute;left:0;top:0;height:100%;width:100%;object-position:center}}@media (max-width: 768px){.overview-page{padding:100px 22px 0}.overview{width:100%}.overview-item{padding-bottom:25px;margin-bottom:25px}.overview-item-place{margin-bottom:0}.overview-item-results{display:flex}.overview-item-results__left-part{width:35%}.overview-item-results__middle{width:30%}.overview-item-results__middle a{padding:5px 10px;font-size:8px}.overview-item-results__right-part{width:35%}.left-part__logo-block{width:100%;margin-bottom:15px}.overview-item-results__left-part .default_link,.overview-item-results__right-part .default_link{font-size:16px;line-height:1.2}}@media (max-width: 768px){.header__top__select .jq-selectbox__select-text,.header__top__select .dropdown-toggle,.header .custom_dropdown_cont .jq-selectbox__select-text,.header .custom_dropdown_cont .dropdown-toggle,.header .main-menu__box .main-menu__stext,.header .header__top__links .header__top__search-popup{border-color:#fff3}.mobile__link{color:#eb5f00}.mobile__link:after{filter:grayscale(100%) brightness(100%) invert(1) sepia(100%) saturate(300%) hue-rotate(331deg)}.schedule-in-page-schedule .schedule-game-score .games-list__center-part{width:60px}.scorers-table .scores{padding:0 10px}.all-photos__icon{right:5px;top:160px}.table-wrapper .tourment-table__table-item{min-width:100%}.team-seazon-stat-table th:nth-child(1),.team-seazon-stat-table td:nth-child(1){padding-left:10px}.team-seazon-stat-table td:nth-child(1){width:auto}.team-seazon-stat-table td:nth-child(2),.team-seazon-stat-table th:nth-child(2),.team-seazon-stat-table td:nth-child(3),.team-seazon-stat-table th:nth-child(3){padding-right:10px;padding-left:10px}.team-seazon-stat-wrapp .table-wrapper{padding:0}.team-seazon-stat-wrapp .table-wrapper:after{display:none}.games-list__i.live{position:relative}.games-list__i.live .games-list_n-teams-count{color:#eb5f00}.games-list__i.live:before{content:"";display:block;border:1px solid #eb5f00;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;pointer-events:none}}@media (max-width: 768px){.schedule-in-page-schedule .schedule-game-score .games-list__center-part{width:80px}}.schedule-in-page-schedule .schedule-game-score .games-list__center-part{width:80px}

/* End */


/* Start:/local/templates/basketball/components/bitrix/menu/horizontal_multilevel/style.css?1753267043155*/
.header-nav__drop-list_group-title li a{
    line-height: 10px;
}
.header-nav__drop-list_group-title li.__wide{
    width: auto;
    padding: 13px;
}
/* End */


/* Start:/local/templates/basketball/components/bitrix/menu/footer_menu/style.min.css?1751438178490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/basketball/components/bitrix/menu/footer_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/basketball/styles.css?1761570355779*/
.header__top-select-col a {
    text-decoration: none;
    color: white;
}
.player-logo-big img, .disqualificated__player-photo img {
    object-position: top center;
    -o-object-fit: cover;
    -ms-object-fit: cover;
    -moz-object-fit: cover;
    object-fit: cover;
}
.birthday-persons-slider__item-img img, .player-logo-big img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}
.schedule-in-page-schedule .schedule-game-score{
    width: 62%;
}
.schedule-in-page-schedule .schedule--court{
    width: 100px;
}
.hide{
    display: none;
}
.teams-page-2-table .fix-width {
    width: 102px;
}
.header__top__category{
    cursor: pointer;
}
/* End */


/* Start:/local/templates/basketball/template_styles.css?17658893006725*/
.div_padding_top{
    padding-top: 310px;
}
.header-nav li {
    cursor: pointer;
}

.team-list-stat-table td:nth-child(3){
    font-weight: unset;
}
.team-list-stat-table tr{
    border-bottom: 1px solid #dddddd;
}
table.dataTable tbody td{
    font-size: 14px;
}
.teams-page-2-table tr{
    font-size: 14px;
}
.tourment-table__in-tourment-tables tr{
    font-size: 14px;
}
.tourment-table__in-tourment-tables .table-item__title{
    font-size: 16px;
}
.schedule-division-name{
    font-size: 16px;
}
#team-schedule-table th {
    text-align: right;
}
.command-comparison-wrap {
    display: flex;
    padding: 30px 0;
}
.command-comparison-wrap .left {
    width: 35%;
    float: left;
    text-align: right;
}
.command-comparison-wrap .line-stat {
    font-size: 0;
    line-height: 32px;
    height: 32px;
    vertical-align: middle;
}
.command-comparison-wrap .line-stat .line {
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    height: 10px;
    background-color: #dbdcdd;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.command-comparison-wrap .left .line-stat .line .before {
    right: 0;
}
.command-comparison-wrap .line-stat .line .before {
    display: inline-block;
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    width: 50%;
    background-color: #007ec1;
}
.command-comparison-wrap .line-stat .numbers {
    width: 70px;
    color: #000000;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.command-comparison-wrap .center {
    width: 30%;
    float: left;
    text-align: center;
}
.command-comparison-wrap .center .stat-name {
    line-height: 32px;
    color: #000000;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.command-comparison-wrap .right {
    width: 35%;
    float: right;
    text-align: left;
}
.command-comparison-wrap .right .line-stat .line .before {
    background-color: #ee4d3e;
    left: 0;
}
.command-comparison-wrap .right .line-stat .numbers {
    float: left;
}


.tab_players {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*gap: 1rem;*/
    text-align: center;
}

.tab_players > input[type="radio"] {
    display: none;
}

.tab_players .tab-content {
    display: none;
    width: 100%;
    margin-top: 1rem;
}

#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3,
#tab-btn-4:checked~#content-4,
#tab-btn-5:checked~#content-5
{
    display: block;
    overflow: auto;
}

.tab_players > label {
    transition: color .15s ease-in-out, border-color .15s ease-in-out;
    background: 0 0;
    border-bottom: 0.125rem solid transparent;

    display: inline-block;
    color: #000000;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    border-bottom: 1px solid transparent;
    font-weight: 400;
    cursor: pointer;
    padding: 18px 10px;
    position: relative;
    margin-bottom: -1px;
}

.tab_players > label:hover {
    border-bottom-color: #0d6efd;
}

.tab_players > input[type="radio"]:checked + label {
    cursor: default;
    font-weight: bold;
    color: #212529;
    border-bottom-color: #212529;
}


.player-comparison-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
    min-width: max-content;
}
.player-comparison {
    position: relative;
}
.el-player-comparison {
    position: relative;
    width: 50%;
    float: left;
    text-align: left;
}
.el-player-comparison .user-pic {
    float: left;
    margin-right: 30px;
    position: relative;
    display: inline-block;
    width: 68px;
    height: 50px;
    margin-bottom: 10px;
}
.el-player-comparison .text {
    padding-top: 10px;
}
.el-player-comparison .name {
    color: #000000;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.el-player-comparison .ball {
    color: #000000;
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
}
.el-player-comparison:after{
    content: "";
    clear: both;
    display: table;
    width: 100%;
}
.el-player-comparison .user-pic img {
    width: 100%;
    height: auto;
}
.el-player-comparison.right {
    float: right;
    text-align: right;
}
.el-player-comparison.right .user-pic {
    float: right;
    margin-right: 0px;
    margin-left: 30px;
}
.el-player-comparison .user-pic .img {
    overflow: hidden;
    height: 70px;
    border-radius: 50%;
}
.el-shirt {
    position: relative;
    width: 33px;
    height: 24px;
}
.el-player-comparison .user-pic .el-shirt {
    position: absolute;
    bottom: 0;
    right: -16px;
}
.el-player-comparison.right .user-pic .el-shirt {
    right: inherit;
    left: -16px;
}
.el-shirt:before {
    position: absolute;
    content: attr(data-nume);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: "proxima-nova", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 19px;
    color: inherit;
}
.player-comparison .wrap-bar {
    position: absolute;
    left: 155px;
    right: 155px;
    top: 43px;
}
.player-comparison .wrap-bar .left {
    float: left;
    padding-right: 5px;
}
.player-comparison .wrap-bar .left, .player-comparison .wrap-bar .right {
    width: 50%;
    height: 10px;
    box-sizing: border-box;
    position: relative;
}
.player-comparison .wrap-bar .left span, .player-comparison .wrap-bar .right span {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
}
.player-comparison .wrap-bar .right {
    float: right;
    padding-left: 5px;
}
.t-shirt-img {
    position: relative;
    top: -7px;
    width: 100%;
}

.number_compare{
color: white;
    z-index: 10;
    left: 8px;
    top: 7px;
    font-size: 18px;
    position: absolute;
    width: 18px;
    text-align: center;
}


@media (max-width: 768px) {
    .div_padding_top{
        padding-top: unset;
    }
}
.grid{
    display: grid;
}

/* End */
/* /local/templates/basketball/css/style.css?1765867717344367 */
/* /local/templates/basketball/css/filter.css?1751280238305 */
/* /local/templates/basketball/css/newStyle365mg.css?17594930551490 */
/* /local/templates/basketball/css/custom/style.css?175923550123927 */
/* /local/templates/basketball/css/YouTubePopUp.css?17512806972656 */
/* /local/templates/basketball/assets/css/main.css?175647037046490 */
/* /local/templates/basketball/components/bitrix/menu/horizontal_multilevel/style.css?1753267043155 */
/* /local/templates/basketball/components/bitrix/menu/footer_menu/style.min.css?1751438178490 */
/* /local/templates/basketball/styles.css?1761570355779 */
/* /local/templates/basketball/template_styles.css?17658893006725 */
