.games__item_cell.result.result__lose {
    background-color: rgba(136, 0, 0, 0.15);
}
.games__item_cell.result.result__win {
    background-color: rgba(0, 113, 19, 0.15);
}

.command-item__photo {
  top: auto;
  bottom: 0;
  height: auto; 
}

.player-rent .command-item:hover .command-item__photo {
    opacity: 1;
}

.player-rent .command-item:hover {
    cursor: default;
}

.season-tourney {
    position: relative;
}
.season-full {
    position: relative;
}
.season-players {
    position: relative;
}
.spinner-bg {
    position: absolute;
    background-color: #f4f4f4;
    opacity: 0.8;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
}
.spinner {
    position: absolute;
    width: 70px;
    text-align: center;
    top: 50%;
    right: 50%;
    z-index: 200;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
}

.forum-last a, .sponsor-partner a {
    text-decoration: none;
}
.profile__post_main .post {
    width: 100%;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: default;
}

.mfp-content {
  z-index: 9999;
}

.mfp-content .mfp-close {
  z-index: 9999;
}
.mfp-content .mfp-close .icon {
    cursor: default;
}

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  top: 0;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  width: 50vw;
  height: 100vh;
  cursor: default;
}

.mfp-arrow:before {
  content: '';
  display: block;
  width: 60px;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: 35px;
  margin-left: 35px;
  /* border: medium inset transparent; */
}

.mfp-arrow:after {
  top: calc(50% + 8px);
}

.mfp-arrow-left:before {
  left: 50px;
  right: unset;
}

.mfp-arrow-left:after {
  left: 56px;
  right: unset;
}

.mfp-arrow-right:before {
  right: 50px;
  left: unset;
}

.mfp-arrow-right:after {
  right: 56px;
  left: unset;
}

#forum-login + .error {
  color: red;
}

.video-preview-item__video {
    background: url(../img/index/video-preview.gif) center / cover no-repeat;
}

.video-preview-item__cover {
  margin-bottom: 10px;
}

.players-wrapper {
  background-color: #fff;
}

.game-teamlist .teamlist__head .teamlist__logo img {
  min-width: 60px;
}

#profile-edit fieldset, .forum-login fieldset {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.forum__login .error {
  color: red;
}

.forum-login .site-form__input {
  border-radius: 0;
}

.forum-login button {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.input__search input[type='search'], .input__search input[type='submit'] {
  border-radius: 0 !important;
  -webkit-appearance: none;
}

label.error:before {
    border: 1px solid red;
}

.site-form__input.error, .site-form__textarea.error {
    border-color: #d04035;
    background-color: #f6dede;
}
.site-form-row--checkbox label.error {
  left: 0;
  top: 0;
}

.site-form__label-checkbox.error:before {
  border: 1px solid #d04035 !important;
  background-color: #f6dede !important;
}

body.no-scroll, html.no-scroll {
    overflow: hidden;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

.main-slider__slide {
  opacity: 0.5;
}
.main-slider__thumb, .main-slider__slide > .container {
  opacity: 0;
}
.main-slider {
  max-height: 580px;
  overflow: hidden;
}

.ui-accordion .ui-accordion-content {
    padding: 15px;
}
.table-accordion__head {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0 !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-accordion__head div {
  border-right: 1px solid #e7e7e7;
}

.table-accordion__head div:last-child {
  border-right: 0;
}

.table-accordion__head table, .ui-accordion-content table {
  width: 100%;
  border-collapse: collapse;
}

/* .ui-accordion-content table tr {
  box-shadow: 0px 5px 0px -4px #e7e7e7;
  font-size: 14px;
} */

.ui-accordion-content table tr {
  font-size: 14px;
}

.ui-accordion-content table tr:nth-child(even) {
  background: #e7e7e7;
}

.ui-accordion-content table tr td {
  width: 100%;
  padding: 3px;
}

.table-accordion-col {
  padding: 10px;
  height: 100%;
  height: 60px;
}

.table-accordion-col--arrow {
  width: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table-accordion-col--game {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}
.table-accordion-col--count {
  width: 65px;
  min-width: 65px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table-accordion-col--count span {
  background: #e7e7e7;
  font-size: 16px;
  padding: 5px;
  border-radius: 4px;
}

.table-accordion-col .table-accordion-date {
  display: block;
  font-size: 14px;
  width: 100%;
}

.table-accordion-icon {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0MC44MTEgMjQwLjgxMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQwLjgxMSAyNDAuODExOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPHBhdGggaWQ9IkV4cGFuZF9Nb3JlIiBkPSJNMjIwLjA4OCw1Ny42NjdsLTk5LjY3MSw5OS42OTVMMjAuNzQ2LDU3LjY1NWMtNC43NTItNC43NTItMTIuNDM5LTQuNzUyLTE3LjE5MSwwICAgYy00Ljc0LDQuNzUyLTQuNzQsMTIuNDUxLDAsMTcuMjAzbDEwOC4yNjEsMTA4LjI5N2wwLDBsMCwwYzQuNzQsNC43NTIsMTIuNDM5LDQuNzUyLDE3LjE3OSwwTDIzNy4yNTYsNzQuODU5ICAgYzQuNzQtNC43NTIsNC43NC0xMi40NjMsMC0xNy4yMTVDMjMyLjUyOCw1Mi45MTUsMjI0LjgyOCw1Mi45MTUsMjIwLjA4OCw1Ny42Njd6IiBmaWxsPSIjZmI2ZDFiIi8+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) center /cover no-repeat;
}
@media (max-width:767px) {
  .main-slider {
    max-height: 245px;
  }
}

figure.table-command-logo__wrapper {
  margin: 0;
  min-width: 32px;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media-preview-page .video-preview-item__video {
    height: 210px;
}

figure.table-command-logo__wrapper img {
  max-width: 23px;
  max-height: 26px;
}

.season-tourney .tourney__item_cell.team-pos .team-pos__wrapper .team-pos__team-logo {
    min-width: 23px;
    width: 23px;
}
.mmenu-drop-list-item  {
  padding-left: 5px;
}

.input__search input[type='search'], .input__search input[type='submit'] {
  color: #fff;
}

.high-rating .high-rating__photo {
    max-width: 310px;
}



@media (max-width: 1305px) {
  .rating-block-wrapper h2, .vote-wrapper h2 {
    font-size: 26px;
  }
  .vote-wrapper h3 {
    font-size: 21px;
  }
}

@media  (min-width: 1200px) and (max-width: 1345px) {
	.command-item {
		min-height: 397px;
	}

}

@media  (min-width: 767px) {
    .forum-login.site-form .p {
        margin-bottom: 0;
    }
}

.forum-login.site-form [type="checkbox"]:checked + label:after, .forum-login.site-form[type="checkbox"]:not(:checked) + label:after {
    top: 7px;
}

.forum-login.site-form .info.error {
    color: red;
}

.forum-login.site-form .site-form-checkbox-text {
    padding-left: 28px;
}


@media  (min-width: 767px) and (max-width: 1024px) {
  .matches-tabs-item {
    height: calc(100% - 16px);
  }
  .matches-tabs-item__info {
    min-height: 181px;
  }
  .col-xs-12.m-visible.content {
    display: block;
  }
  .tile-blocks-item {
    min-height: 345px;
  }
  .subnav__filter_wrapper {
    flex-wrap: wrap;
  }
  .subnav__select {
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .subnav__select .caption {
    margin-right: 5px;
  }
  .media-preview-page .video-preview-item__video {
    height: 200px;
  }
  .vote-wrapper {
    padding: 30px 35px;
  }
}

@media  (min-width: 767px) and (max-width: 800px) {
  .matches-tabs {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  }
  .game-screen__top .team.team-home .team__logo,
  .game-screen__top .team.team-guest .team__logo {
      height: 125px;
      display: flex;
      margin-left: 0;
      margin-right: 0;
      align-items: center;
  }
  .game-screen__top .team.team-home .team__logo img,
  .game-screen__top .team .team__logo img {
      max-width: 160px;
      max-height: 125px;
  }
  .game-screen__top .team.team-guest .team__info,
  .game-screen__top .team.team-home .team__info {
      width: 100%;
      text-align: center;
  }
  .game-screen__top .team .team__info .team__success {
      justify-content: center;
  }
  .media-preview-page .video-preview-item__video {
    height: 220px;
  }
  .block-ba-last {
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
  }
  .tile-blocks-item {
    min-height: 265px;
  }
  .index-tv {
    height: 430px;
  }
  .index-gallery-main, .index-gallery-albums {
    padding-right: 0;
    padding-left: 0;
    padding: 30px 0;
  }
  .index-gallery-main-item__pic img, .index-gallery-albums-item__pic img {
    width: 100%;
  }
  .index-gallery-albums-item__pic {
    height: auto;
  }
  .news-card__recent .main-data-item {
    height: calc(100% - 50px);
  }
    .block-ba {
      height: 350px;
  }
  .sponsor-list {
    height: 300px;
  }
  .high-rating {
    margin-top: 105px;
  }
  .rating-block-wrapper {
    padding-top: 10px !important;
    margin-bottom: 50px;
  }
  .rating-block {
    padding: 40px 0 50px;
  }
}

.datepicker--cells .datepicker--cell-day.-selected- {
  background-color: #f5bf85 !important;
}
.datepicker--cells .datepicker--cell-day {
  font-weight: 300;
}
.datepicker--cells .datepicker--cell-day.-current- {
  background-color: #44434c !important;
}

.datepicker--cell.datepicker--cell-day.ural {
    background-color: #fb8f1b;
}

.header-tab-content .header-tab-news .header-main-data-item {
  height: 287px;
}

#scroll-up {
	position:fixed;
	bottom:30px;
	right:-80px;
  background: #eb6120;
  opacity: 0.8;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  display: none;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 11;
}
#scroll-up svg {
  transform: rotate(90deg);
  width: 35px;
  height: 35px;
}
#scroll-up:hover {
  opacity: 1;
}

@media (max-width: 380px) {
  .index-tv {
      height: 175px;
  }
  .index-tv__title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .footer-social-list-item__link svg, .footer-social-list-item__link {
    width: 30px;
  }
  .footer-social-list {
    width: 100%;
  }
}
.bg-header.ipad-pro {
  height: 60px;
}

.header-mobile.ipad-pro {
    display: block !important;
    background-color: #eb6120;
}

.block-padding {
  padding: 60px 0 50px;
}

.edited-by-moderator {
	color: red;
}

.content img {
    display: block;
    margin-bottom: 10px !important;
}

  .vote-form [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    top: -2px;
  }
  .vote-form [type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
    padding-right: 0;
    padding-left: 28px;
    font-size: 16px;
    width: 100%;
  }
  .vote-form [type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
    top: 4px;
  }
  .vote-form [type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
  	top: 7px;
  }


.vote-form [type="radio"]:checked + label:after, .vote-form [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQzOC41MzMgNDM4LjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDM4LjUzMyA0MzguNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQwOS4xMzMsMTA5LjIwM2MtMTkuNjA4LTMzLjU5Mi00Ni4yMDUtNjAuMTg5LTc5Ljc5OC03OS43OTZDMjk1LjczNiw5LjgwMSwyNTkuMDU4LDAsMjE5LjI3MywwICAgYy0zOS43ODEsMC03Ni40Nyw5LjgwMS0xMTAuMDYzLDI5LjQwN2MtMzMuNTk1LDE5LjYwNC02MC4xOTIsNDYuMjAxLTc5LjgsNzkuNzk2QzkuODAxLDE0Mi44LDAsMTc5LjQ4OSwwLDIxOS4yNjcgICBjMCwzOS43OCw5LjgwNCw3Ni40NjMsMjkuNDA3LDExMC4wNjJjMTkuNjA3LDMzLjU5Miw0Ni4yMDQsNjAuMTg5LDc5Ljc5OSw3OS43OThjMzMuNTk3LDE5LjYwNSw3MC4yODMsMjkuNDA3LDExMC4wNjMsMjkuNDA3ICAgczc2LjQ3LTkuODAyLDExMC4wNjUtMjkuNDA3YzMzLjU5My0xOS42MDIsNjAuMTg5LTQ2LjIwNiw3OS43OTUtNzkuNzk4YzE5LjYwMy0zMy41OTYsMjkuNDAzLTcwLjI4NCwyOS40MDMtMTEwLjA2MiAgIEM0MzguNTMzLDE3OS40ODUsNDI4LjczMiwxNDIuNzk1LDQwOS4xMzMsMTA5LjIwM3ogTTM2MS40NDUsMTg1Ljg2M0wyMDYuNDIsMzQwLjg4OWMtMy42MTcsMy42Mi03Ljk5Miw1LjQyOC0xMy4xMzQsNS40MjggICBjLTQuOTQ4LDAtOS4yMjktMS44MDgtMTIuODQ3LTUuNDI4TDc3LjA4MywyMzcuNTM5Yy0zLjQyMi0zLjQyOS01LjEzNy03LjcwMy01LjEzNy0xMi44NDdjMC01LjMyOCwxLjcwOS05LjcwOSw1LjEzNy0xMy4xMzYgICBsMjUuOTgxLTI1LjY5M2MzLjYyMS0zLjYxNiw3Ljg5OC01LjQyNCwxMi44NS01LjQyNHM5LjIzNSwxLjgwOSwxMi44NSw1LjQyNGw2NC41MjUsNjQuNTIzbDExNi40ODUtMTE2LjE5OSAgIGMzLjYxNy0zLjYxNyw3Ljg5OC01LjQyNiwxMi44NDctNS40MjZjNC45NDUsMCw5LjIzMywxLjgwOSwxMi44NDcsNS40MjZsMjUuOTgxLDI1LjY5N2MzLjQzMiwzLjQyNCw1LjE0LDcuODAxLDUuMTQsMTMuMTI5ICAgQzM2Ni41ODksMTc4LjE1NCwzNjQuODgxLDE4Mi40MzcsMzYxLjQ0NSwxODUuODYzeiIgZmlsbD0iI2ZiNmQxYiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) center center / cover no-repeat;
    position: absolute;
    top: 1px;
    left: 3px;
    border-radius: 100%;
    transition: all 0.2s ease;
}

.content img {
    height: auto !important;
    max-width: 100%;
}

.header-mobile .mmenu-list-wrapper {
  z-index: 1000;
}


@media (max-width: 767px) {
    footer.footer.footer-mobile .footer-content .footer-list {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }
    .game-screen__top .team.team-home .team__logo,
    .game-screen__top .team.team-guest .team__logo {
        height: 125px;
        display: flex;
        margin-left: 0;
        margin-right: 0;
        align-items: center;
    }
    .game-screen__top .team.team-home .team__logo img,
    .game-screen__top .team .team__logo img {
        max-width: 160px;
        max-height: 125px;
    }
    .game-screen__top .team.team-guest .team__info,
    .game-screen__top .team.team-home .team__info {
        width: 100%;
        text-align: center;
    }
    .game-screen__top .team .team__info .team__success {
        justify-content: center;
    }
    .block-ba {
        display: none;
    }
}

.header-top-menu .header-top-menu__search .input__search input[type=search] {
    padding-right: 13px;
}

.header-tab-content .header-tab-column__title__mb10 {
    margin-bottom: 10px;
}
.header-tab-content .sponsor-item-image {
    background-color: transparent;
    min-height: 108px;
    margin-bottom: 40px;
    padding: 0;
}
.header-tab-content .sponsor-item-image:hover {
    box-shadow: none;

}
.header-tab-content .sponsor-item-image__big-in-menu {
    max-height: 100px;
    align-items: flex-start;
}

.header-top-menu .header-top-menu__controls svg.icon {
    min-width: 17px;
    width: 17px;
}

.header-top-menu .header-top-menu__social-list {
  min-width: 238px;
}

.contacts-block img, .header-tab-content img {
  max-width: 100%;
}

.players-card-options li {
  display: block;
  margin-top: 0;
}

.players-card-options li strong {
  margin-top: 9px;
  display: inline-block;
}

#subnavFilter {
  max-width: 100%;
}

@media (max-width:1200px) {
  .supported-width {
    padding: 40px;
    text-align: center;
    position: fixed;
    left: 0;
    top:0;
    z-index: 9999;
    background: rgba(0,0,0,0.85);
    width: 100%;
    height: 100%;
    font-size: 21px;
    font-weight: 300;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    color: #fff;
    justify-content: center;
  }
  .supported-width img {
    max-width: 100px;
    display: inline-block;
    margin-bottom: 15px;
  }
}
.header-tab-content {
  top: 99%;
}
.header-bottom-menu a {
  margin-bottom: -1px;
}

.block-ba img {
  max-height: 426px;
}

.header--fixed {
    z-index: 1060;
}
.header-mobile .header-logo {
    z-index: 1050;
}

.person-tabs-content .main-data-item {
  margin-top: 0;
}

.sponsor-item-image {
  position: relative;
}

.sponsor-item-image:after {
  content: 'Реклама';
  position: absolute;
  bottom: 2px;
  left: 7px;
  font-size: 14px;
  color: #777777;
}

.header  .sponsor-item-image:after {
  bottom: -12px;
  left: 0;
}

.sponsor-content h4 {
  position: relative;
}

.sponsor-tab h4:after {
  content: 'Реклама';
  position: absolute;
  bottom: auto;
  top: -45px;
  left: 0;
  font-size: 14px;
  color: #777777;
}

.sponsor-tab img {
  margin-bottom: 30px !important;
}

.sponsor-partner .row:nth-child(2) .sponsor-item-image:after {
  content: none;
}

.header-tab-content .col-md-6 .row:nth-child(2) .sponsor-item-image:after {
  content: none;
}

.sponsor-list .col-xs-12:nth-child(2) .sponsor-item-image:after {
  content: none;
}

.sponsor-content .sponsor-tab:nth-child(1) h4:after {
  content: none;
}