.profile {
  width: 100%;
}

.profile .profile-header {
  width: 100%;
  padding-top: 40.91%;
  height: 0;
  margin-bottom: 20px;
  background-image: url('../img/profile-header-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.profile .profile-header.tournaments-profile-header {
  background-image: url('../img/profile-tournaments-header-bg.png');
  margin-bottom: 0;
  padding-top: 33.909%;
}

.profile .profile-header.rfs.rfs-background {
  background-image: url('../img/profile-image-first.jpg');
}

.profile .profile-header.rfs.blackout {
  background-image: url('../img/background-item-medium.png');
  margin-bottom: 0;
}

.profile .profile-header.blackout:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.profile .profile-header:not(.tournaments-profile-header):after {
  content: '';
  position: absolute;
  top: 10px;
  left: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: 1px solid #d6dde8;
  box-sizing: border-box;
  background-color: transparent;
}

.profile .profile-header .profile-header-image {
  width: 220px;
  height: 220px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: auto;
  top: 46px;
  z-index: 2;
}

.profile .profile-header.tournaments-profile-header .profile-header-image {
  width: 180px;
  height: 180px;
  top: 41px;
}

.profile .profile-header .profile-header-image:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  width: 250px;
  height: 250px;
  background-color: #c0c4c7;
  opacity: 0.3;
  border-radius: 125px;
}

.profile .profile-header.tournaments-profile-header .profile-header-image:before {
  width: 200px;
  height: 200px;
  top: -11px;
  left: -10px;
}

.profile .profile-header .profile-header-image > img {
  width: 100%;
  height: 100%;
  border-radius: 220px;
  z-index: 2;
  position: relative;
}

.profile .profile-header .profile-header-teamimage {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 74px;
  height: 74px;
  background-color: #ffffff;
  border-radius: 74px;
  z-index: 2;
}

.profile .profile-header .profile-header-teamimage > img {
  width: 70px;
  height: 70px;
}

.profile .profile-header .profile-header-name {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #ffffff;
  display: inline-block;
  bottom: 30px;
  position: absolute;
  z-index: 2;
}

.profile .profile-header .profile-header-info {
  width: 100%;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  bottom: 30px;
  position: absolute;
}

.profile .profile-header .profile-header-info > span {
  font-weight: 300;
  line-height: 24px;
  color: #ffffff;
  padding-left: 30px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}

.profile .profile-header .profile-header-info.black {
  color: #000000;
}

.profile .profile-header .profile-header-info.black > span {
  color: #000000;
}

.profile .profile-header .profile-header-info .profile-header-info-date {
  background-image: url('../img/calendar-icon.png');
  background-position: 2px 2px;
}

.profile .profile-header .profile-header-info .profile-header-info-geo {
  background-image: url('../img/geo-icon.png');
  background-position: 5px 2px;
}

.profile .profile-header .profile-header-info.black .profile-header-info-date {
  background-image: url('../img/calendar-icon-black.png');
}

.profile .profile-header .profile-header-info.black .profile-header-info-geo {
  background-image: url('../img/geo-icon-black.png');
}


@media (max-width: 480px) {
  .profile .profile-header.tournaments-profile-header {
    background-position: 0 0;
    position: relative;
  }

  .profile .profile-header.tournaments-profile-header .profile-header-image:before {
    border: 1px solid #ffffff;
  }

  .profile .profile-header.rfs {
    position: relative;
    background-position: 0;
    background-size: cover;
  }

  .profile .profile-header.rfs.mobile-background-center {
    background-position: center;
  }

  .profile .profile-header.rfs:after {
    border: 1px solid #f1e2d6;
  }

  .profile .profile-header:after {
    border: 1px solid #8ea288;
  }

  .profile .profile-header.tournaments-profile-header .profile-header-image {
    top: 32px;
  }

  .profile .profile-header .profile-header-info .profile-header-info-geo,
  .profile .profile-header .profile-header-info .profile-header-info-date {
    display: table;
    text-align: left;
    margin: auto;
  }

  .profile .profile-header .profile-header-info .profile-header-info-date {
    margin-bottom: 20px;
  }
}

.profile .member-profile {
  width: 100%;
}

.profile .member-profile .member-profile-slider {
  width: 870px;
  position: relative;
}

.profile .member-profile .member-profile-slider .slick-arrow {
  position: absolute;
  width: 50px;
  height: 90px;
  top: calc(50% - 45px);
  cursor: pointer;
}

.profile .member-profile .member-profile-slider .slick-arrow.slick-prev {
  left: 0;
}

.profile .member-profile .member-profile-slider .slick-arrow.slick-next {
  right: 0;
}

.profile .member-profile .member-profile-slider .slick-arrow:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 30px;
  color: #507093;
  opacity: 0.5;
  z-index: 1;
  top: calc(50% - 15px);
  background-image: url('../img/rfs-arrows-spray.png');
  background-size: 15px 65px;
}

.profile .member-profile .member-profile-slider .slick-arrow:hover:before {
  opacity: 1;
}

.profile .member-profile .member-profile-slider .slick-arrow.slick-prev:before {
  left: 15px;
  background-position: 0 0;
}

.profile .member-profile .member-profile-slider .slick-arrow.slick-next:before {
  right: 15px;
  background-position: 0 30px;
}

.profile .member-profile .member-profile-slider .slick-dots {
  position: absolute;
  bottom: 24px;
  right: 34px;
  list-style-type: none;
}

.profile .member-profile .member-profile-slider .slick-dots > li {
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #8da2b4;
  box-sizing: border-box;
  cursor: pointer;
}

.profile .member-profile .member-profile-slider .slick-dots > li:not(:last-child) {
  margin-right: 14px;
}

.profile .member-profile .member-profile-slider .slick-dots > li.slick-active {
  background-color: #507093;
}

.profile .member-profile .member-profile-slider .slick-dots > li > button {
  width: 100%;
  height: 100%;
  visibility: hidden;
  border: none;
  background-color: transparent;
  opacity: 0;
}

.profile .member-profile .member-profile-header {
  height: 490px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.profile .member-profile .member-profile-cover {
  width: 100%;
  height: 490px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.profile.subject .member-profile .member-profile-header {
  height: auto;
  padding-bottom: 58px;
  margin-bottom: 24px;
}

.profile .member-profile .member-profile-header .member-profile-header-image {
  float: left;
  width: 364px;
  text-align: center;
  position: relative;
}

.profile.subject .member-profile .member-profile-header .member-profile-header-image {
  width: 300px;
}

.profile .member-profile .member-profile-header .member-profile-header-image > img {
  margin: 76px auto 0;
  width: 260px;
  height: 260px;
}

.profile.subject .member-profile .member-profile-header .member-profile-header-image > img {
  margin-top: 20px;
  width: 260px;
  height: auto;
  border-radius: 0;
  border: 1px solid #cccccc;
}

.profile .member-profile .member-profile-header .member-profile-header-teamimage {
  position: absolute;
  bottom: 0;
  right: 50px;
  text-align: center;
  width: 74px;
  height: 74px;
  background-color: #ffffff;
  border-radius: 74px;
  z-index: 2;
}

.profile .member-profile .member-profile-header .member-profile-header-teamimage > img {
  width: 70px;
  height: 70px;
}

.profile .member-profile .member-profile-header .member-profile-header-cont {
  float: left;
  width: calc(100% - 364px);
  margin-top: 90px;
  height: 246px;
}

.profile .member-profile .member-profile-header .article-tag-cont {
  width: 364px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.profile.subject .member-profile .member-profile-header .member-profile-header-cont > div:not(:last-child) {
  margin-bottom: 22px;
}

.profile.subject .member-profile .member-profile-header .member-profile-header-cont > div > span {
  display: inline-block;
}

.profile .member-profile .member-profile-header .member-profile-header-desc {
  margin: 20px 58px 0;
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}

.profile.subject .member-profile .member-profile-header .member-profile-header-cont {
  margin-top: 20px;
  width: calc(100% - 300px);
}

.profile .member-profile .member-profile-header .member-profile-header-cont .member-profile-header-cont-title {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  color: #2160ae;
}

.profile .member-profile .member-profile-header .member-profile-header-cont > div {
  font-size: 18px;
  font-weight: bold;
}

.profile .member-profile .member-profile-header .member-profile-header-cont > div > span {
  font-size: 18px;
  color: #6d6d6d;
  font-weight: normal;
  display: inline-block;
  width: 190px;
}

.profile .member-profile .member-profile-section {
  position: relative;
  background-color: #ffffff;
  padding: 0 28px;
}

.profile .member-profile .member-profile-section-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 82px;
  text-transform: uppercase;
  color: #3a3a3a;
  position: relative;
}

.profile .member-profile .member-profile-section-dropdown {
  position: relative;
  top: 18px;
}

.profile .member-profile .member-profile-bio {
  background-color: #ffffff;
  padding: 0 28px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #3a3a3a;
}

.profile .member-profile .member-profile-media,
.profile .member-profile .member-profile-media .member-profile-section-title {
  padding: 0 14px;
  border-bottom: 1px solid transparent;
}

.profile .member-profile .media-box .media-box-desc-date.white,
.profile .member-profile .media-box .media-box-desc-date.white {
  color: #c6c6c6;
}

.profile .national-profile {
  width: 870px;
  padding-bottom: 20px;
}

.profile .national-profile .content-news-list {
  padding: 0;
}
/* Карточка главного тренера */

.profile .national-profile-coach .national-profile-coach-box {
  display: block;
  width: 100%;
  height: 83px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  background-image: url('../img/representative-profile-bg.png');
}

.profile .national-profile-coach .national-profile-coach-image {
  width: 100%;
}

.profile .national-profile-coach .national-profile-coach-name {
  padding-left: 44px;
  padding-top: 10px;
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
}

.profile .national-profile-coach .national-profile-coach-position {
  padding-left: 44px;
  padding-top: 8px;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}

/**/

.profile .national-profile-inner {
  background-image: url('../img/member-national-card-bg.png');
  width: 100%;
}

.profile .national-profile .national-profile-image {
  width: 399px;
  height: 490px;
}

.profile .national-profile .national-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.profile .national-profile .national-profile-cont {
  width: calc(100% - 399px);
  height: 490px;
  padding-left: 32px;
  box-sizing: border-box;
  position: relative;
}

.profile .national-profile .national-profile-cont-main {
  height: 298px;
  padding-top: 36px;
  box-sizing: border-box;
}

.profile .national-profile .name {
  display: block;
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 24px;
  max-width: 300px;
}

.profile .national-profile .number {
  position: absolute;
  right: 42px;
  top: 32px;
  font-size: 40px;
  font-weight: 700;
  color: #bfbfbf;
}

.profile .national-profile .position {
  display: inline-block;
  padding: 0 16px;
  margin-bottom: 36px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  line-height: 28px;
  background-color: #ff4708;
}

.profile .national-profile .player-socials {
  position: absolute;
  display: flex;
  top: 130px;
  right: 42px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile .national-profile .player-socials-item:not(:last-child) {
  margin-right: 10px;
}

.profile .national-profile .player-socials-link {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

.profile .national-profile .player-socials-link:hover {
  box-shadow: none;
}

.profile .national-profile .player-socials-link-vk {
  background: url('../img/socials/vk-logo-white.png') center no-repeat;
}

.profile .national-profile .player-socials-link-insta {
  background: url('../img/socials/insta-logo-white.png') center no-repeat;
}

.profile .national-profile .player-socials-link-twitter {
  background: url('../img/socials/twitter-logo-white.png') center no-repeat;
}

.profile .national-profile .player-socials-link-fb {
  background: url('../img/socials/facebook-logo-white.png') center no-repeat;
}

.profile .national-profile .blocks {

}

.profile .national-profile .blocks > div {
  float: left;
}

.profile .national-profile .blocks > div:not(:last-child) {
  margin-right: 20px;
}

.profile .national-profile .blocks .title {
  font-size: 12px;
  color: #b9cce1;
  margin-bottom: 10px;
}

.profile .national-profile .blocks .value {
  font-size: 17px;
  color: #ffffff;
}

.profile .national-profile .blocks .value span {
  font-size: 14px;
  font-weight: 300;
}

.profile .national-profile .blocks .club {
  max-width: 170px;
}

.profile .national-profile .national-profile-cont-stats {
  height: 192px;
  box-sizing: border-box;
}

.profile .national-profile .national-profile-cont-stats .filter-stats {
  margin-bottom: 20px;
}

.profile .national-profile .national-profile-cont-stats .national-stats-dropdown-menu {
  float: left;
}

.profile .national-profile .rfs-dropdown .rfs-dropdown-title {
  padding-left: 0;
}

.profile .national-profile .player-card-stat-blocks > div {
  float: left;
  height: 54px;
  padding: 10px 0 8px 60px;
  box-sizing: border-box;
  position: relative;
  margin-right: 16px;
}

.profile .national-profile .player-card-stat-blocks > div:not(.clear):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background-image: url('../img/member-national-card-icons.png');
}

.profile .national-profile .player-card-stat-blocks .digit {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
  color: #232323;
}

.profile .national-profile .player-card-stat-blocks .desc {
  font-size: 12px;
  color: #969696;
}

.profile .national-profile .player-card-stat-blocks .debut {
  width: 144px;
}

.profile .national-profile .player-card-stat-blocks .debut:before {
  background-color: #009ee0;
  background-position: 0 0;
}

.profile .national-profile .player-card-stat-blocks .games {
  width: 110px;
}

.profile .national-profile .player-card-stat-blocks .games:before {
  background-color: #47ad68;
  background-position: -58px 0;
}

.profile .national-profile .player-card-stat-blocks .goals {
  width: 120px;
  margin-right: 0 !important;
}

.profile .national-profile .player-card-stat-blocks .goals:before {
  background-color: #ff612b;
  background-position: -116px 0;
}

.profile .rfs-tabs {
  list-style-type: none;
}

.profile .rfs-tabs li {
  float: left;
  position: relative;
}

.profile .rfs-tabs li:not(:last-child) {
  margin-right: 14px;
}

.profile .rfs-tabs li a {
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  line-height: 70px;
  color: #70757a;
  text-transform: uppercase;
  cursor: pointer;
}

.profile .rfs-tabs li.active a {
  color: #1c94c1;
}

@media (max-width: 480px) {
  .profile .profile-header {
    background-size: cover;
    background-position: 50%;
    padding-top: 74.16%;
    margin-bottom: 0;
  }

  .profile .profile-header.tournaments-profile-header {
    padding-top: 74.16%;
  }

  .profile .profile-header.dsk {
    padding-top: 40.91%;
  }

  .profile .profile-header.tournaments-profile-header.dsk {
    padding-top: 33.909%;
  }

  .profile .profile-header.dsk .profile-header-info {
    display: flex;
    justify-content: center;
    gap: 60px;
  }

  .profile .profile-header.dsk .profile-header-info .profile-header-info-date,
  .profile .profile-header.dsk .profile-header-info .profile-header-info-geo {
    margin: 0;
  }

  .profile .profile-header:not(.tournaments-profile-header):not(.rfs):after {
    display: none;
  }

  .profile .member-profile .member-profile-header {
    height: 260px;
    box-shadow: 0 2px 0 0 #c9c9c9;
  }

  .profile .member-profile .member-profile-header .member-profile-header-image {
    width: 240px;
  }

  .profile .member-profile .member-profile-header .member-profile-header-teamimage {
    right: 14px;
  }

  .profile .member-profile .member-profile-header .member-profile-header-teamimage .t-shirt {
    margin: 0 auto;
    line-height: 70px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: 70%;
  }

  .profile .member-profile .member-profile-header .member-profile-header-image > img {
    margin-top: 25px;
    width: 190px;
    height: 190px;
  }

  .profile .member-profile .member-profile-header .member-profile-header-cont {
    width: calc(100% - 240px);
    margin-top: 25px;
  }

  .profile .member-profile .member-profile-header .member-profile-header-cont .member-profile-header-cont-title {
    font-size: 20px;
  }

  .profile .member-profile .member-profile-header .member-profile-header-cont > div {
    margin-bottom: 6px;
  }

  .profile .member-profile .member-profile-header .member-profile-header-cont > div > span {
    width: 240px;
  }

  .profile .member-profile .member-profile-header .member-profile-header-teamimage {
    line-height: 70px;
  }

  .profile .member-profile .member-profile-header .member-profile-header-teamimage > img {
    width: 50px;
    height: 50px;
  }

  .profile .member-profile .member-profile-bio {
    padding-top: 20px;
  }
}

.national .national-header {
  height: 420px;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  display: block;
}

.national .national-header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.national .national-header.washover:hover:after {
  opacity: 0;
  cursor: pointer;
}

.national .national-header .national-header-image {
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 32px;
  z-index: 2;
  text-align: center;
  /*background-image: url('../img/national-header-logo-bg.png');*/
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.national .national-header .national-header-image > img {
  max-width: 100%;
  max-height: 100%;
}

.national .national-header .national-header-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding-left: 177px;
  box-sizing: border-box;
  height: 68px;
}

.national .national-header .national-header-title.without-logo {
  padding-left: 20px;
}

.national .national-header .national-header-title .national-header-title-text {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 19px;
}

.national .national-header .national-header-title .national-header-title-text.club {
  margin-top: 9px;
}

.national .national-header .national-header-title .national-header-title-city {
  color: #b5b6b8;
}

@media (max-width: 480px) {
  .national .national-header {
    height: 240px;
    margin-bottom: 16px;
  }

  .national .national-header.dsk {
    height: 420px;
    margin-bottom: 0;
  }
}

.federation .federation-header {
  height: 338px;
  position: relative;
  background-size: 870px 338px;
  background-repeat: no-repeat;
}

.federation .federation-header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
}

.federation .federation-header .federation-header-image {
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: -15px;
  left: 32px;
  z-index: 2;
  text-align: center;
  background-repeat: no-repeat;
}

.federation .federation-header .federation-header-image:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 1px;
  width: 98%;
  background-color: #dce2e9;
  height: 100%;
  z-index: 1;
  border-radius: 100%;
}

.federation .federation-header .federation-header-image > img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.federation .federation-header .federation-header-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 68px;
  color: #ffffff;
  padding-left: 177px;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .federation .federation-header {
    height: 172px;
    background-size: 100%;
  }

  .federation .federation-header .federation-header-title {
    display: none;
  }

  .federation .federation-header .federation-header-image {
    top: calc(50% - 60px);
    left: calc(50% - 60px);
  }
}

.subject-header {
  width: 100%;
  height: 68px;
  margin-bottom: 20px;
}

.subject-header .subject-header-logo {
  width: 68px;
  background-color: #ffffff;
}

.subject-header .subject-header-logo img {
  width: 64px;
  height: 64px;
  margin: 2px;
}

.subject-header .subject-header-title {
  width: calc(100% - 68px - 30px);
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  padding-left: 30px;
  line-height: 68px;
  background-color: #70aa46;
}

.club-header {
  width: 100%;
  height: 86px;
  margin-bottom: 36px;
}

.club-header .club-header-logo {
  width: 86px;
  background-color: #ffffff;
}

.club-header .club-header-logo img {
  width: 86px;
  height: 86px;
}

.club-header .club-header-cover {
  width: calc(100% - 86px - 30px);
  padding-left: 30px;
  height: 86px;
  background-image: url('../img/club-header-cover.png');
  background-repeat: no-repeat;
  background-size: 100% 86px;
}

.club-header .club-header-cover .club-header-cover-title {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 24px;
}

.club-header .club-header-cover .club-header-cover-city {
  color: #b5b6b8;
}

.match-header {
  width: 100%;
  margin-bottom: 20px;
}

.match-header .match-header-inner {
  width: 100%;
  height: 354px;
  /*background-color: #424d58;*/
}

.match-header .match-header-inner .match-header-inner-team2,
.match-header .match-header-inner .match-header-inner-team1 {
  float: left;
  width: calc((100% - 210px) / 2);
  text-align: center;
  box-sizing: border-box;
}

.match-header .match-header-inner .match-header-inner-team1 .match-header-inner-team1-logo {
  margin: 14px 49px 14px 100px;
}

.match-header .match-header-inner .match-header-inner-team2 .match-header-inner-team2-logo {
  margin: 14px 100px 14px 49px;
}

.match-header .match-header-inner .match-header-inner-team2 .match-header-inner-team2-logo,
.match-header .match-header-inner .match-header-inner-team1 .match-header-inner-team1-logo {
  background-color: #fff;
  width: 180px;
  height: 180px;
  border-radius: 180px;
}

.match-header .match-header-inner .match-header-inner-team2 .match-header-inner-team2-logo img,
.match-header .match-header-inner .match-header-inner-team1 .match-header-inner-team1-logo img {
  width: 160px;
  height: 160px;
  border-radius: 160px;
  margin-top: 10px;
}

.match-header .match-header-inner .match-header-inner-team2-title,
.match-header .match-header-inner .match-header-inner-team1-title {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  width: 367px;
  display: block;
  cursor: pointer;
}

.match-header .match-header-inner .match-header-inner-team1-title {
  float: left;
  margin: 0 5px;
}

.match-header .match-header-inner .match-header-inner-team2-title {
  float: right;
  margin: 0 5px;
}


.match-header .match-header-translation {
  cursor: pointer;
  width: 170px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-weight: 700;
  padding: 10px;
}


.match-header .match-header-translation .match-header-translation__logo,
.match-header .match-header-translation .match-header-translation__logo img{
  height: 25px;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .match-header .match-header-inner .match-header-inner-team1-title,
  .match-header .match-header-inner .match-header-inner-team2-title {
    width: 170px;
  }
}
.match-header .match-header-translation .match-header-translation__logo,
.match-header .match-header-translation .match-header-translation__logo img{
width: 36px;
}

.match-header .match-header-inner .match-header-inner-team2 .match-header-inner-team2-title:visited,
.match-header .match-header-inner .match-header-inner-team1 .match-header-inner-team1-title:visited {
  color: #ffffff;
}

.match-header .match-header-inner .match-header-inner-team2 .match-header-inner-team2-progress,
.match-header .match-header-inner .match-header-inner-team1 .match-header-inner-team1-progress {
}

.match-header .match-header-inner .match-header-inner-city,
.match-header .match-header-inner .match-header-inner-team2 .match-header-inner-team2-title.match-header-inner-city,
.match-header .match-header-inner .match-header-inner-team1 .match-header-inner-team1-title.match-header-inner-city {
  font-size: 18px;
  text-transform: none;
  color: #d1d3d5;
}

.match-header .match-header-inner .match-header-inner-team2 .match-header-inner-team2-progress .rfs-icon,
.match-header .match-header-inner .match-header-inner-team1 .match-header-inner-team1-progress .rfs-icon {
  width: 15px;
  height: 15px;
  background-size: 200px;
}

.match-header .match-header-inner .match-header-inner-team2 .match-header-inner-team2-progress .rfs-icon.rfs-icon-progress-winner,
.match-header .match-header-inner .match-header-inner-team1 .match-header-inner-team1-progress .rfs-icon.rfs-icon-progress-winner {
  background-position: -1px -30px;
}

.match-header .match-header-inner .match-header-inner-team2 .match-header-inner-team2-progress .rfs-icon.rfs-icon-progress-draw,
.match-header .match-header-inner .match-header-inner-team1 .match-header-inner-team1-progress .rfs-icon.rfs-icon-progress-draw {
  background-position: -46px -30px;
}

.match-header .match-header-inner .match-header-inner-team2 .match-header-inner-team2-progress .rfs-icon.rfs-icon-progress-looser,
.match-header .match-header-inner .match-header-inner-team1 .match-header-inner-team1-progress .rfs-icon.rfs-icon-progress-looser {
  background-position: -23px -30px;
}

.match-header .match-header-inner .match-header-inner-score {
  float: left;
  width: 210px;
}

.match-header .match-header-inner .match-header-inner-time-place {
  border-top: 1px solid transparent;
}

.match-header .match-header-inner-date {
  margin-top: 60px;
  text-align: center;
  font-size: 20px;
  min-height: 24px;
  color: #ffffff;
}


.match-header.finish .match-header-inner-date,
.match-header.now .match-header-inner-date {
  font-size: 15px;
  color: #e1e2e3;
  min-height: 18px;
}

.match-header .match-header-inner .match-header-inner-time-place .match-header-inner-date {
  font-size: 15px;
  color: #ffffff;
  min-height: 18px;
}
.match-header .match-header-inner .match-header-inner-time-place .match-header-inner-roundname {
  font-size: 15px;
}

.match-header .match-header-inner-roundname {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}

.match-header.finish .match-header-inner-roundname,
.match-header.now .match-header-inner-roundname {
  font-size: 15px;
}

.match-header .match-header-inner .match-header-inner-score .match-header-inner-score-digits {
  display: block;
  width: 210px;
  margin-top: 52px;
  background-color: #5e6973;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  line-height: 100px;
  color: #222c37;
  letter-spacing: 8px;
  border-radius: 50px;
  position: relative;
  text-indent: 8px;
  margin-bottom: 10px;
}

.match-header.finish .match-header-inner .match-header-inner-score .match-header-inner-score-digits {
  background-color: #d0d7df;
  color: #222c36;
  margin-top: 52px;
}

.match-header .match-header-inner .match-header-inner-score .match-header-inner-score-digits .additional-info {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  line-height: 14px;
  bottom: 10px;
  display: block;
  width: 100%;
  left: -5px;
}

.match-header.now .match-header-inner .match-header-inner-score .match-header-inner-score-digits {
  background-color: #a7da82;
  color: #455c34;
  margin-top: 52px;
}

.match-header .match-header-inner .match-header-inner-score .match-header-inner-score-note {
  font-size: 18px;
  font-weight: 500;
  color: white;
  text-align: center;
}

.match-header.now .match-header-inner .match-header-inner-score .match-header-inner-score-note {
  color: #ffffff;
}

.match-header .match-header-info {
  width: 100%;
  padding: 14px 0;
  box-sizing: border-box;
  /*background-color: #424d58;*/
}


.match-header .match-header-info-place,
.match-header .match-header-info-place a,
.match-header .match-header-info-judge {
  text-align: center;
  font-size: 15px;
  color: #ffffff;
}

.match-header .match-header-info-place,
.match-header .match-header-inner-time-place {
  line-height: 19px;
}

.match-header .match-header-info-place b,
.match-header .match-header-info-judge b {
  font-weight: 700;
}

.match-header .match-header-firstmatch-info {
  width: 100%;
  height: 60px;
  background-color: #444e59;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 60px;
  text-align: center;
  color: #afb3b6;
}

.match-header.finish .match-header-firstmatch-info,
.match-header.now .match-header-firstmatch-info {
  background-color: #525c66;
}

.match-header .match-header-firstmatch-info b {
  font-weight: 500;
  color: #ffffff;
}

@media (max-width: 480px) {
  .match-header .match-header-inner .match-header-inner-team2 .match-header-inner-team2-title.match-header-inner-city,
  .match-header .match-header-inner .match-header-inner-team1 .match-header-inner-team1-title.match-header-inner-city {
    font-size: 16px;
  }

  .match-header {
    height: auto;
    margin-bottom: 0;
  }

  .match-header .match-header-inner {
    height: auto;
    padding: 24px 0;
    box-sizing: border-box;
  }

  .match-header .match-header-inner-date {
    margin-top: 0;
    margin-bottom: 6px;
  }

  .match-header .match-header-inner-roundname {
    margin-bottom: 6px;
  }

  .match-header .match-header-info-place {
    line-height: 14px;
    font-size: 12px;
    margin-top: 6px;
  }

  .match-header .match-header-info-place-attendance {
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 14px;
  }

  .match-header.finish .match-header-inner .match-header-inner-score .match-header-inner-score-digits .additional-info {
    bottom: 5px;
    left: -4px;
  }

  .match-header .match-header-inner .match-header-inner-score-date {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #98999b;
    text-align: center;
  }

  .match-header.finish .match-header-inner .match-header-inner-score-date,
  .match-header .match-header-inner .match-header-inner-score-roundname {
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    display: block;
  }

  .match-header .match-header-inner .match-header-inner-score-roundname {
    color: #ffffff;
  }

  .match-header .match-header-inner .match-header-inner-score-date {
    color: #e1e2e3;
  }

  .match-header .match-header-inner .match-header-inner-team2,
  .match-header .match-header-inner .match-header-inner-team1 {
    width: 170px;
    padding: 0;
    margin: 12px 0 0;
  }

  .match-header .match-header-inner .match-header-inner-team2 .match-header-inner-team2-logo,
  .match-header .match-header-inner .match-header-inner-team1 .match-header-inner-team1-logo {
    width: 115px;
    height: 115px;
    margin: auto;
  }

  .match-header .match-header-inner .match-header-inner-team2 .match-header-inner-team2-logo img,
  .match-header .match-header-inner .match-header-inner-team1 .match-header-inner-team1-logo img {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    margin-top: 6px;
  }

  .match-header .match-header-inner .match-header-inner-team2 .match-header-inner-team2-title,
  .match-header .match-header-inner .match-header-inner-team1 .match-header-inner-team1-title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 19px;
  }

  .match-header .match-header-inner .match-header-inner-score {
    width: calc(100% - 340px);
  }

  .match-header .match-header-inner .match-header-inner-score .match-header-inner-score-digits,
  .match-header.finish .match-header-inner .match-header-inner-score .match-header-inner-score-digits {
    margin: 40px auto 6px;
    line-height: 64px;
    font-size: 32px;
    width: 140px;
    text-align: center;
  }

  .match-header .match-header-inner .match-header-inner-teams-wrapper {
    width: 600px;
    margin: 0 auto;
  }

  .match-header.now .match-header-inner .match-header-inner-score .match-header-inner-score-digits {
    margin-top: 25px;
  }

  .match-header .match-header-inner .match-header-inner-score .match-header-inner-score-note {
    font-size: 15px;
    line-height: 15px;
  }
  .match-header .match-header-inner .match-header-inner-team1 .match-header-inner-city,
  .match-header .match-header-inner .match-header-inner-team2 .match-header-inner-city {
    margin-top: 0;
    font-size: 14px;
  }
}
