@charset "UTF-8";
@font-face {
  font-family: 'Manrope';
  src: url("../fonts/manrope/Manrope-Bold.woff2") format("woff2"), url("../fonts/manrope/Manrope-Bold.woff") format("woff"), url("../fonts/manrope/Manrope-Bold.eot") format("eot"), url("../fonts/manrope/Manrope-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/manrope/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/manrope/Manrope-ExtraBold.woff") format("woff"), url("../fonts/manrope/Manrope-ExtraBold.eot") format("eot"), url("../fonts/manrope/Manrope-ExtraBold.ttf") format("ttf");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/manrope/Manrope-Medium.woff2") format("woff2"), url("../fonts/manrope/Manrope-Medium.woff") format("woff"), url("../fonts/manrope/Manrope-Medium.eot") format("eot"), url("../fonts/manrope/Manrope-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/manrope/Manrope-Regular.woff2") format("woff2"), url("../fonts/manrope/Manrope-Regular.woff") format("woff"), url("../fonts/manrope/Manrope-Regular.eot") format("eot"), url("../fonts/manrope/Manrope-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/manrope/Manrope-Semibold.woff2") format("woff2"), url("../fonts/manrope/Manrope-Semibold.woff") format("woff"), url("../fonts/manrope/Manrope-Semibold.eot") format("eot"), url("../fonts/manrope/Manrope-Semibold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/manrope/Manrope-Thin.woff2") format("woff2"), url("../fonts/manrope/Manrope-Thin.woff") format("woff"), url("../fonts/manrope/Manrope-Thin.eot") format("eot"), url("../fonts/manrope/Manrope-Thin.ttf") format("ttf");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Dited';
  src: url("../fonts/dited/Dited.woff2") format("woff2"), url("../fonts/dited/Dited.woff") format("woff"), url("../fonts/dited/Dited.eot") format("eot"), url("../fonts/dited/Dited.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Slick';
  src: url("../fonts/slick/Slick.svg") format("svg"), url("../fonts/slick/Slick.woff") format("woff"), url("../fonts/slick/Slick.eot") format("eot"), url("../fonts/slick/Slick.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Direct';
  src: url("../fonts/direct/Direct-Bold.woff2") format("woff2"), url("../fonts/direct/Direct-Bold.woff") format("woff"), url("../fonts/direct/Direct-Bold.eot") format("eot"), url("../fonts/direct/Direct-Bold.ttf") format("ttf");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'dsBroadBrush';
  src: url("../fonts/dsBroadBrush/dsBroadBrush.woff2") format("woff2"), url("../fonts/dsBroadBrush/dsBroadBrush.woff") format("woff"), url("../fonts/dsBroadBrush/dsBroadBrush.eot") format("eot"), url("../fonts/dsBroadBrush/dsBroadBrush.ttf") format("ttf"), url("../fonts/dsBroadBrush/dsBroadBrush.svg") format("svg");
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

.regulation.is-hidden .regulation__close {
  opacity: 0;
  visibility: hidden;
}

.regulation.is-hidden .regulation__title {
  opacity: 0;
  visibility: hidden;
}

.regulation.is-hidden .regulation__item {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes bubbleCheck {
  0% {
    visibility: visible;
  }
  65% {
    -webkit-transform: scale(1.16);
            transform: scale(1.16);
  }
  75% {
    -webkit-transform: scale(0.89);
            transform: scale(0.89);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bubbleCheck {
  0% {
    visibility: visible;
  }
  65% {
    -webkit-transform: scale(1.16);
            transform: scale(1.16);
  }
  75% {
    -webkit-transform: scale(0.89);
            transform: scale(0.89);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

::-webkit-input-placeholder {
  color: #94979B;
  opacity: 1;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

::-moz-placeholder {
  color: #94979B;
  opacity: 1;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

:-moz-placeholder {
  color: #94979B;
  opacity: 1;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

:-ms-input-placeholder {
  color: #94979B;
  opacity: 1;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

::-ms-input-placeholder {
  color: #94979B;
  opacity: 1;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus::-moz-placeholder {
  opacity: 0;
}

:focus:-moz-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

:focus::-ms-input-placeholder {
  opacity: 0;
}

html.no-scroll,
body.no-scroll {
  height: 100%;
}

html, body {
  width: 100%;
  text-rendering: optimizeLegibility;
}

body {
  min-width: 320px;
  min-height: 100%;
  font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #000000;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}

textarea {
  resize: vertical;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

[class*='-page']:not(.index-page) .grid-lines__line::before,
[class*='-page']:not(.index-page) .grid-lines__line::after {
  background-color: rgba(255, 255, 255, 0.15);
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  background-color: #00286B;
  overflow-x: hidden;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1266px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.page-main {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main.is-offset {
  -webkit-transition-duration: 400ms;
       -o-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transform: translateX(340px);
      -ms-transform: translateX(340px);
          transform: translateX(340px);
  pointer-events: none;
  opacity: .5;
}

.section {
  position: relative;
  /* min-height: 600px; */
}

::-moz-selection {
  background: #4B76D0;
}

::selection {
  background: #D4E2FF;
}

button {
  outline: none;
  border: none;
  background: unset;
  cursor: pointer;
}

a {
  outline: none;
  text-decoration: none;
}

.slick-slide,
select,
option,
input {
  outline: none;
}

.liveblog__global-wrapper .subbed_player {
  display: none !important;
}

li, ul, p {
  list-style: none;
  margin: 0;
  padding: 0;
}

video:focus {
  outline: none;
}

.aside-right {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 360px;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aside-right__slider-slide--content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 289px;
  padding: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #DCDCDC;
  background-color: #ffffff;
}

.aside-right__slider {
  width: 100%;
  max-height: 578px;
  /* навигация правого слайдера */
}

.aside-right__slider .slides-bottom__content-title {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #686868;
}

.aside-right__slider .slides-bottom__content-date {
  margin: 12px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  color: #C1C1C1;
}

.aside-right__slider .slides-bottom__content-text {
  min-height: 20px;
  margin: 0 0 12px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  color: #C1C1C1;

  display: none;
}

.aside-right__slider .slides-bottom__content .line-logo--live {
  position: absolute;
  top: 52px;
  right: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 20px;
  -webkit-writing-mode: none;
      -ms-writing-mode: none;
          writing-mode: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-color: #D21845;
  border-radius: 2px;
}

.aside-right__slider .slides-bottom__content .line-logo--live span {
  display: block;
  border: 3px solid #ffffff;
  border-radius: 50%;
  margin: 0 0 0 2px;
  -webkit-animation: dots-live 3s ease-in-out infinite;
          animation: dots-live 3s ease-in-out infinite;
}

.aside-right__slider .slides-bottom__content .line-logo--live p {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
}

.aside-right__slider .slides-bottom__content-info--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.aside-right__slider .slides-bottom__content-info--top, .aside-right__slider .slides-bottom__content-info--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aside-right__slider .slides-bottom__content-info--top li:first-of-type, .aside-right__slider .slides-bottom__content-info--bottom li:first-of-type {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  margin: 0 5px 0 2px;
	display: flex;
    align-items: center;
}

.aside-right__slider .slides-bottom__content-info--top li:first-of-type img, .aside-right__slider .slides-bottom__content-info--bottom li:first-of-type img {
  max-height: 50px;
  margin: 0 auto;
  object-fit: contain;
}

.aside-right__slider .slides-bottom__content-info--top li:nth-of-type(2), .aside-right__slider .slides-bottom__content-info--bottom li:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 10px;
  padding: 5px 0 0;
  box-sizing: border-box;
}

.aside-right__slider .slides-bottom__content-info--top li:nth-of-type(2) b, .aside-right__slider .slides-bottom__content-info--bottom li:nth-of-type(2) b {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.aside-right__slider .slides-bottom__content-info--top li:nth-of-type(2) p, .aside-right__slider .slides-bottom__content-info--bottom li:nth-of-type(2) p {
  margin: 5px 0 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #686868;
}

.aside-right__slider .slides-bottom__content-info--top li:last-of-type, .aside-right__slider .slides-bottom__content-info--bottom li:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 74px;
  min-width: 37px;
  height: 100%;
  border-radius: 5px;
  background-color: #EBEBEB;
}

.aside-right__slider .slides-bottom__content-info--top li:last-of-type.slides-bottom__content-info--win, .aside-right__slider .slides-bottom__content-info--bottom li:last-of-type.slides-bottom__content-info--win {
  background-color: #7B7B7B;
}

.aside-right__slider .slides-bottom__content-info--top li:last-of-type.slides-bottom__content-info--win .slides-bottom__content-info--score p, .aside-right__slider .slides-bottom__content-info--bottom li:last-of-type.slides-bottom__content-info--win .slides-bottom__content-info--score p {
  color: #F7C71E;
}

.aside-right__slider .slides-bottom__content-info--top li:last-of-type .slides-bottom__content-info--score p, .aside-right__slider .slides-bottom__content-info--bottom li:last-of-type .slides-bottom__content-info--score p {
  margin: 0;
  font-family: 'Dited', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: normal;
  text-align: center;
  color: #000000;
}

.aside-right__slider .slides-bottom__content-info--bottom {
  margin: 15px 0;
}

.aside-right__slider .slides-bottom__content-links--wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 12px;
}

.aside-right__slider .slides-bottom__content-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}

.aside-right__slider .slides-bottom__content-link--buy.slides-bottom__content-link:last-of-type {
  padding-left: 44px;
}

.aside-right__slider .slides-bottom__content-link:first-of-type {
  height: 34px;
  padding-left: 44px;
  font-weight: 600;
  line-height: normal;
  color: #686868;
}

.aside-right__slider .slides-bottom__content-link:first-of-type .slides-bottom__content-link--image,
.aside-right__slider .slides-bottom__content-link--buy .slides-bottom__content-link--image {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #003389;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}







.aside-right__slider .slides-bottom__content-link:first-of-type:hover .slides-bottom__content-link--image,
.aside-right__slider .slides-bottom__content-link--buy.slides-bottom__content-link:last-of-type:hover .slides-bottom__content-link--image {
    background-color: #4B76D0;
}

.aside-right__slider .slides-bottom__content-link:first-of-type:hover .slides-bottom__content-link--image svg,
.aside-right__slider .slides-bottom__content-link--buy.slides-bottom__content-link:last-of-type:hover .slides-bottom__content-link--image svg {
  -webkit-animation: header-slider-link 0.5s ease-in-out infinite;
          animation: header-slider-link 0.5s ease-in-out infinite;
}


.page-main .first .slides-top__content .slides-top__content-link--image {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #003389;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}















.aside-right__slider .slides-bottom__content-link:first-of-type .slides-bottom__content-link--image svg {
  fill: #ffffff;
}

.aside-right__slider .slides-bottom__content-link:nth-of-type(2), .aside-right__slider .slides-bottom__content-link:last-of-type {
  padding-left: 34px;
  color: #C1C1C1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.aside-right__slider .slides-bottom__content-link:nth-of-type(2):hover , .aside-right__slider .slides-bottom__content-link:last-of-type:hover {
  color: #878787;
}

.aside-right__slider .slides-bottom__content-link:nth-of-type(2):hover .slides-bottom__content-link--image svg, .aside-right__slider .slides-bottom__content-link:last-of-type:hover .slides-bottom__content-link--image svg {
  transform: scale(1.1);
}

.aside-right__slider .slides-bottom__content-link:nth-of-type(2) .slides-bottom__content-link--image, .aside-right__slider .slides-bottom__content-link:last-of-type .slides-bottom__content-link--image {
  position: absolute;
  top: calc(50% - 7px);
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  height: 15px;
}

.aside-right__slider .slides-bottom__content-link--buy.slides-bottom__content-link:last-of-type .slides-bottom__content-link--image {
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
}

.aside-right__slider .slides-bottom__content-link:nth-of-type(2) .slides-bottom__content-link--image svg, .aside-right__slider .slides-bottom__content-link:last-of-type .slides-bottom__content-link--image svg {
  fill: #C1C1C1;
  -webkit-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.aside-right__slider .slides-bottom__content-timer {
  display: none;
}

.aside-right__slider .slides-bottom__content-timer--text {
  position: absolute;
  top: -180px;
  right: 0;
  height: auto;
  min-height: unset;
}

.aside-right__slider .slides-bottom__content-timer--text p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: normal;
  text-align: right;
  color: #C1C1C1;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-info--top li:last-of-type,
.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-info--bottom li:last-of-type {
  background-color: #EBEBEB;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-info--top li:last-of-type .slides-bottom__content-info--score p,
.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-info--bottom li:last-of-type .slides-bottom__content-info--score p {
  color: #000000;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-links--wrap .slides-bottom__content-link:nth-of-type(1),
.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-links--wrap .slides-bottom__content-link:nth-of-type(3),
.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-links--wrap .slides-bottom__content-link:nth-of-type(4) {
  display: none;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content {
  min-height: 289px;
  padding: 22px 22px 0;
  width:100%;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-info--bottom {
  margin: 15px 0 5px;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-links--wrap {
  padding-top: 12px;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-link:first-of-type, .aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-link:nth-of-type(2) {
  height: 34px;
  padding-left: 44px;
  font-weight: 600;
  line-height: normal;
  color: #686868;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-link:first-of-type:hover .slides-bottom__content-link--image svg, .aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-link:nth-of-type(2):hover .slides-bottom__content-link--image svg {
  -webkit-animation: header-slider-link 0.5s ease-in-out infinite;
          animation: header-slider-link 0.5s ease-in-out infinite;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-link:first-of-type .slides-bottom__content-link--image, .aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-link:nth-of-type(2) .slides-bottom__content-link--image {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #D7F7E4;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-link:first-of-type .slides-bottom__content-link--image svg, .aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-link:nth-of-type(2) .slides-bottom__content-link--image svg {
  fill: #1D6130;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-link:nth-of-type(2) .slides-bottom__content-link--image {
  background-color: #EBEBEB;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-link:nth-of-type(2):hover .slides-bottom__content-link--image {
  background-color: #DCDCDC;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-link:nth-of-type(2) .slides-bottom__content-link--image svg {
  fill: #686868;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-timer.is-countdown {
  position: absolute;
  top: -150px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background-color: unset;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-timer.is-countdown .countdown-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-timer.is-countdown .countdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  clear: both;
  width: 100%;
  min-width: 110px;
  margin-right: -15px;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-timer.is-countdown .countdown-show1 .countdown-section,
.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-timer.is-countdown .countdown-show2 .countdown-section,
.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-timer.is-countdown .countdown-show3 .countdown-section,
.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-timer.is-countdown .countdown-show4 .countdown-section,
.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-timer.is-countdown .countdown-show5 .countdown-section {
  width: 45%;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-timer.is-countdown .countdown-section:not(:last-of-type) {
  margin: 0 10px 0 0;
  border-right: 1px solid #000C35;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-timer.is-countdown .countdown-amount,
.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-timer.is-countdown .countdown-period {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 14px;
  color: #000C35;
}

.aside-right__slider .aside-right__slider-slide.timer-visible .slides-bottom__content-timer.is-countdown .countdown-period {
  margin: 0 5px;
}

.aside-right__slider .slick-next,
.aside-right__slider .slick-prev {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 32px;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aside-right__slider .slick-next::before,
.aside-right__slider .slick-prev::before {
  content: '';
}

.aside-right__slider .slick-next:hover,
.aside-right__slider .slick-prev:hover {
  background-color: #f9fafd;
}

.aside-right__slider .slick-next.slick-disabled,
.aside-right__slider .slick-prev.slick-disabled {
  cursor: auto;
  background-image: none;
}

.aside-right__slider .slick-next.slick-disabled:hover,
.aside-right__slider .slick-prev.slick-disabled:hover {
  background-color: #ffffff;
}

.aside-right__slider .slick-next {
  width: calc(100% - 1px);
  height: 32px;
  bottom: -46px;
  border-top: 0.05px solid #DCDCDC;
  border-bottom: 0.05px solid #DCDCDC;
  background-image: url(/images/icon/arrow-slider-bottom.svg);
}

.aside-right__slider .slick-prev {
  top: -16px;
  border-bottom: 1px solid #DCDCDC;
  background-image: url(/images/icon/arrow-slider-top.svg);
}

.aside-right__slider.slick-vertical .slick-slide {
  border: none;
}

.aside-right__slider .slick-slide {
  min-height: 289px;
}

.page-main__wrap-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: auto;
  background-color: #F7F7F7;
}

.page-main__wrap-right .right-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 360px;
  min-height: 150px;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #EBEBEB;
}

.page-main__wrap-right .right-bar__centers {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  margin: 0;
  min-height: 150px;
}

.right-bar__wrap .section {
    min-height: initial;
}

.page-main__wrap-right .right-bar__wrap {
  width: 100%;
  max-width: 360px;
  overflow: hidden;
}

.page-main__wrap-right .right-bar .aside-right__slider {
  margin: 29px 0 30px;
}

.page-main .bottom-link.fourth {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 140px;
  margin: -1px 0 0;
  padding: 0;
}

.page-main .bottom-link .fourth-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

.page-main .bottom-link .fourth-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  padding: 10px 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  background-color: #ffffff;
}

.page-main .bottom-link .fourth-content__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  max-width: 339px;
  height: auto;
  min-height: 120px;
  margin-right: 0;
}

.fourth-content__list-item.fourth-content__list-item--50 {
  width: 50% !important;
  max-width: 50% !important;
}

.page-main .bottom-link-match .fourth-content__list-item.fourth-content__list-item--50 {
  margin-right: 0;
}

.page-main .bottom-link .fourth-content__list-item:not(:nth-of-type(3n)) {
  margin: 0 21px 0 0;
}

.page-main .bottom-link-match .fourth-content__list-item.fourth-content__list-item--50:not(:nth-of-type(2n)) {
  margin: 0 21px 0 0;
}
.page-main .bottom-link .fourth-content__list-item.fourth-content__list-item--50:not(:nth-of-type(2n)) {
  margin: 0 21px 0 0;
}

.page-main .bottom-link .fourth-content__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #003389;
  border: 10px solid #C3D6FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .bottom-link .fourth-content__list-item a svg {
  margin-left: 14px;
  fill: #003389;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .bottom-link .fourth-content__list-item a:hover {
  border: 5px solid #4B76D0;
}

.page-main .bottom-link .fourth-content__list-item a:hover svg {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.index-page .aside.third-right,
.right-bar .aside.third-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  padding: 0 20px 0 23px;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index-page .aside.third-right {
  height: 650px;
  max-width: 50%;
}

.index-page .aside .third-right--top,
.right-bar .aside .third-right--top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  min-height: 66px;
  margin-bottom: 7px;
}

.index-page .aside .third-right--top:before,
.right-bar .aside .third-right--top:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 340px;
  height: 33px;
  content: '';
  background-color: #D4E2FF;
  z-index: 0;
}

.index-page .aside .third-right--top h2,
.right-bar .aside .third-right--top h2 {
  margin: 0 0 0 27px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #003389;
  z-index: 1;
}

.index-page .aside .third-right--bottom__row-one,
.right-bar .aside .third-right--bottom__row-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index-page .aside .third-right--bottom__row-one .third-right--bottom__row-input,
.right-bar .aside .third-right--bottom__row-one .third-right--bottom__row-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.index-page .aside .third-right--bottom__row-one .third-right--bottom__row-input p,
.right-bar .aside .third-right--bottom__row-one .third-right--bottom__row-input p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.index-page .aside .third-right--bottom__row-one .third-right--bottom__row-input p:hover,
.right-bar .aside .third-right--bottom__row-one .third-right--bottom__row-input p:hover {
  background-color: rgba(72, 113, 199, 0.3);
}

.index-page .aside .third-right--bottom__row-one .third-right--bottom__row-input:hover svg,
.right-bar .aside .third-right--bottom__row-one .third-right--bottom__row-input:hover svg {
  fill: #003389;
}

.index-page .aside .third-right--bottom__row-one .third-right--bottom__row-input ul,
.right-bar .aside .third-right--bottom__row-one .third-right--bottom__row-input ul {
  position: absolute;
  top: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  z-index: 100;
}

.index-page .aside .third-right--bottom__row-one .third-right--bottom__row-input ul li,
.right-bar .aside .third-right--bottom__row-one .third-right--bottom__row-input ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.index-page .aside .third-right--bottom__row-one .third-right--bottom__row-input ul li p,
.right-bar .aside .third-right--bottom__row-one .third-right--bottom__row-input ul li p {
  margin: 0;
  padding: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.index-page .aside .third-right--bottom__row-one .third-right--bottom__row-input ul li:hover,
.right-bar .aside .third-right--bottom__row-one .third-right--bottom__row-input ul li:hover {
  background-color: rgba(72, 113, 199, 0.3);
}

.index-page .aside .third-right--bottom__row-one .third-right--bottom__row-input.active-select p,
.right-bar .aside .third-right--bottom__row-one .third-right--bottom__row-input.active-select p {
  color: rgba(82, 82, 82, 0.3);
}

.index-page .aside .third-right--bottom__row-one .third-right--bottom__row-input.active-select p:hover,
.right-bar .aside .third-right--bottom__row-one .third-right--bottom__row-input.active-select p:hover {
  background-color: unset;
}

.index-page .aside .third-right--bottom__row-one .third-right--bottom__row-input.active-select ul,
.right-bar .aside .third-right--bottom__row-one .third-right--bottom__row-input.active-select ul {
  visibility: visible;
}

.index-page .aside .third-right--bottom__row-one .third-right--bottom__row-input.active-select ul p,
.right-bar .aside .third-right--bottom__row-one .third-right--bottom__row-input.active-select ul p {
  color: #7B7B7B;
}

.index-page .aside .third-right--bottom__row-one .third-right--bottom__row-input.active-select svg,
.right-bar .aside .third-right--bottom__row-one .third-right--bottom__row-input.active-select svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.index-page .aside .third-right--bottom__row-one .third-right--bottom__row-input.active-select:hover svg,
.right-bar .aside .third-right--bottom__row-one .third-right--bottom__row-input.active-select:hover svg {
  fill: #EBEBEB;
}

.index-page .aside .third-right--bottom__row-one .third-right--bottom__row-input svg,
.right-bar .aside .third-right--bottom__row-one .third-right--bottom__row-input svg {
  position: absolute;
  top: calc(50% - 4px);
  right: 26px;
  display: block;
  content: '';
  width: 12px;
  height: 6px;
  background-image: url(../images/icon/selects-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  fill: #EBEBEB;
  cursor: pointer;
}

.index-page .aside .third-right--bottom__row-switch,
.right-bar .aside .third-right--bottom__row-switch {
  display: none;
  width: 100%;
  max-width: 339px;
}

.index-page .aside .third-right--bottom__row-tabs,
.right-bar .aside .third-right--bottom__row-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 60px;
  margin: 10px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #7B7B7B;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.index-page .aside .third-right--bottom__row-tabs.tabs-active,
.right-bar .aside .third-right--bottom__row-tabs.tabs-active {
  background-color: #ffffff;
  color: #003389;
}

.index-page .aside .third-right--bottom__row-tabs:hover,
.right-bar .aside .third-right--bottom__row-tabs:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.index-page .aside .third-right--bottom__row-two,
.right-bar .aside .third-right--bottom__row-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--wrap,
.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--wrapper,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--wrap,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--wrap button, .index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--wrap p,
.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--wrapper button,
.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--wrapper p,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--wrap button,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--wrap p,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--wrapper button,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--wrapper p {
  margin: 0 5px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #7B7B7B;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--wrap,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: auto;
  min-height: 67px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--wrap .third-right--bottom__row-key button,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--wrap .third-right--bottom__row-key button {
  font-weight: normal;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--wrap .third-right--bottom__row-key:first-of-type,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--wrap .third-right--bottom__row-key:first-of-type {
  border-right: 1px solid #686868;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--wrap:nth-of-type(2),
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--wrap:nth-of-type(2) {
  width: 40%;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-key,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid transparent;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-key.key-active,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-key.key-active {
  border-top: 2px solid #4871C7;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-key.key-active button,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-key.key-active button {
  color: #4871C7;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--wrap .third-right--bottom__row-key,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--wrap .third-right--bottom__row-key {
  min-height: 66px;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--wrap .third-right--bottom__row-key button,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--wrap .third-right--bottom__row-key button {
  width: 100%;
  line-height: 37px;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--wrap .third-right--bottom__row-key:first-of-type button,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--wrap .third-right--bottom__row-key:first-of-type button {
  margin-right: 0;
  border-right: 1px solid #EBEBEB;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--wrap .third-right--bottom__row-key:hover,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--wrap .third-right--bottom__row-key:hover {
  border-top: 2px solid rgba(72, 113, 199, 0.3);
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--wrap .third-right--bottom__row-key.key-active:hover,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--wrap .third-right--bottom__row-key.key-active:hover {
  border-top: 2px solid #4871C7;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left {
  width: 100%;
  max-width: 339px;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left {
  margin-right: 10px;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: 100%;
  max-height: 450px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #EBEBEB;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__link,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: auto;
  min-height: 89px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__link:hover .left-lists--item__image img,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__link:hover .left-lists--item__image img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__image,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 117px;
  min-height: 80px;
  overflow: hidden;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__image.background-none img,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__image.background-none img {
  top: 10px;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__image img,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__image img {
  position: absolute;
  top: 0px;
  display: block;
  width: 72%;
  max-width: 117px;
  height: auto;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__wrap,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 160px;
  height: 100%;
  min-height: 89px;
  margin: 0 5px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__wrap b, .index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__wrap p,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__wrap b,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__wrap p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__wrap p,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__wrap p {
  margin: 5px 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #686868;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__wrap span,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__wrap span {
  margin: 0 5px;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__wrap-gools,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__wrap-gools {
  position: absolute;
  top: calc(50% - (55px / 2));
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__wrap-gools b,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__wrap-gools b {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #7B7B7B;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__wrap-gools p,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists .left-lists--item__wrap-gools p {
  margin: -2px 0 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: normal;
  text-align: center;
  color: #686868;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists.key-list-active,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists.key-list-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists:nth-of-type(2),
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists:nth-of-type(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists:nth-of-type(2) .left-lists--item,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-left--lists:nth-of-type(2) .left-lists--item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: auto;
  min-height: 90px;
  background-color: #ffffff;
  border-bottom: 1px solid #EBEBEB;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right {
  position: relative;
  display: block;
  width: 100%;
  max-width: 339px;
  max-height: 515px;
  overflow: hidden;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right.has-scroll .third-right--bottom__row-right--lists,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right.has-scroll .third-right--bottom__row-right--lists {
  -webkit-transform: translateY(-45.5%);
      -ms-transform: translateY(-45.5%);
          transform: translateY(-45.5%);
  overflow: hidden;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--table,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 0 75px;
  list-style: none;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  overflow: hidden;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 0 0 75px;
  list-style: none;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 38px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #003389;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 2px solid transparent;
  border-bottom: 1px solid #EBEBEB;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__place, .index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__clubs, .index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__games, .index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__score,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__place,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__clubs,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__games,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  min-height: 38px;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__place p, .index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__clubs p, .index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__games p, .index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__score p,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__place p,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__clubs p,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__games p,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__score p {
  margin: 0;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__place,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__place {
  max-width: 50px;
  padding: 0 8px 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__clubs,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__clubs {
  max-width: 220px;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__clubs-image,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__clubs-image {
  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;
  margin-right: 15px;
  /* min-width: 47px; */
  width: 47px;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__clubs-image img,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__clubs-image img {
    width: auto;
    max-height: 27px;
    object-fit: contain;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__games,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__games {
  max-width: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__score,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 21px;
  max-width: 37px;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:first-of-type,
.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:nth-of-type(2),
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:first-of-type,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:nth-of-type(2) {
  border-left: 2px solid #4B76D0;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:nth-of-type(3),
.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:nth-of-type(4),
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:nth-of-type(3),
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:nth-of-type(4) {
  border-left: 2px solid #DEE8FF;
}


.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:nth-of-type(17),
.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:nth-of-type(18),
.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:nth-of-type(19),
.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:nth-of-type(20),
.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:nth-of-type(21),
.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:nth-of-type(22),
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:nth-of-type(17),
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:nth-of-type(18),
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:nth-of-type(19),
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:nth-of-type(20),
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:nth-of-type(21),
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item:nth-of-type(22) {
  border-left: 2px solid #FFB9C3;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item.akhmat,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item.akhmat {
  background-color: #4B76D0;
	color: white;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--links,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--links {
  position: absolute;
  bottom: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 21px;
  border-bottom: none;
  border-top: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--links button,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--links button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--links button svg:nth-of-type(1),
.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--links button svg:nth-of-type(2),
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--links button svg:nth-of-type(1),
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--links button svg:nth-of-type(2) {
  position: absolute;
  top: -2px;
  bottom: unset;
  width: 20px;
  height: 13px;
  fill: #EBEBEB;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--links button svg:nth-of-type(2),
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--links button svg:nth-of-type(2) {
  top: unset;
  bottom: -2px;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right:hover .third-right--bottom__row-right--links button,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right:hover .third-right--bottom__row-right--links button {
  background-color: rgb(212 226 255);
}

.index-page .aside .third-right--bottom__row-two .has-scroll .third-right--bottom__row-right--links button svg:nth-of-type(1),
.index-page .aside .third-right--bottom__row-two .has-scroll .third-right--bottom__row-right--links button svg:nth-of-type(2),
.right-bar .aside .third-right--bottom__row-two .has-scroll .third-right--bottom__row-right--links button svg:nth-of-type(1),
.right-bar .aside .third-right--bottom__row-two .has-scroll .third-right--bottom__row-right--links button svg:nth-of-type(2) {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.index-page .aside .third-right--bottom__row-two .has-scroll .third-right--bottom__row-right--links button svg:nth-of-type(2),
.right-bar .aside .third-right--bottom__row-two .has-scroll .third-right--bottom__row-right--links button svg:nth-of-type(2) {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.right-bar .aside.third-right {
  margin: 60px 0 0;
  padding: 0;
}

.right-bar .aside .third-right--top h2 {
  margin: 0;
  padding: 0 20px;
  font-size: 36px;
}

.right-bar .aside .third-right--top:before {
  left: 11px;
  width: 100%;
  max-width: 320px;
}

.right-bar .aside .third-right--top:after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  max-width: 170px;
  border-bottom: 2px solid #F2BBC2;
}

.right-bar .aside .third-right--bottom__row-one {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.right-bar .aside .third-right--bottom__row-input {
  max-width: 359px !important;
}

.right-bar .aside .third-right--bottom__row-input:nth-of-type(2) {
  margin-bottom: 20px;
}

.right-bar .aside .third-right--bottom__row-input ul {
  max-width: 360px !important;
}

.right-bar .aside .third-right--bottom__row-two {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  overflow: hidden;
}

.right-bar .aside .third-right--bottom__row-right, .right-bar .aside .third-right--bottom__row-left {
  max-width: 360px !important;
  max-height: unset !important;
}

.right-bar .aside .third-right--bottom__row-right--table, .right-bar .aside .third-right--bottom__row-right--lists, .right-bar .aside .third-right--bottom__row-left--table, .right-bar .aside .third-right--bottom__row-left--lists {
  padding: 0 !important;
}

.right-bar .aside .third-right--bottom__row-right--links, .right-bar .aside .third-right--bottom__row-left--links {
  display: none !important;
}

.right-bar .aside .third-right--bottom__row-left--wrap {
  max-width: 360px !important;
}

.right-bar .aside .third-right--bottom__row-left--wrap .third-right--bottom__row-key button {
  margin-right: 0;
}

.right-bar .aside .third-right--bottom__row-left--lists {
  max-width: 360px !important;
}

.trainers-page .aside.third-right,
.personals-page .aside.third-right,
.results-page .aside.third-right {
  margin: 30px 0 0;
}

.trainers-page .third-right--bottom__row-two .third-right--bottom__row-right--wrapper,
.personals-page .third-right--bottom__row-two .third-right--bottom__row-right--wrapper,
.results-page .third-right--bottom__row-two .third-right--bottom__row-right--wrapper {
  max-width: 360px;
}

.second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  /*padding-top: 45px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* background-color: #F7F7F7; */
}

.second-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}

.second-top--wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-left: 120px;
  z-index: 1;
}

.second-top--wrap:before {
  position: absolute;
  top: 0;
  left: -120px;
  display: block;
  content: '';
  width: 360px;
  height: 3px;
  background-color: #F2BBC2;
  z-index: -1;
}

.second-top--wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 33px;
  background-color: #D4E2FF;
  z-index: -2;
}

.second-top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 340px;
  padding-left: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.second-top__left h2 {
  margin: 5px 0 5px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #003389;
}

.second-top__left-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 10px 10px 47px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #7b7b7b;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.second-top__left-link--image:first-of-type {
  position: absolute;
  top: calc(50% - 18px);
  left: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #C1C1C1;
  border-radius: 17px;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.second-top__left-link--image:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10px;
  margin-left: 10px;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.second-top__left-link--image:last-of-type svg {
  -webkit-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.second-top__left-link:hover {
  color: #7B7B7B;
}

.second-top__left-link:hover .second-top__left-link--image:first-of-type {
  border: 1px solid #A9A9A9;
}

.second-top__left-link:hover .second-top__left-link--image:last-of-type {
  -webkit-animation: section-link 0.6s ease-in-out infinite;
          animation: section-link 0.6s ease-in-out infinite;
}

@-webkit-keyframes section-link {
  0% {
    margin-left: 10px;
  }
  50% {
    margin-left: 13px;
  }
  100% {
    margin-left: 10px;
  }
}

@keyframes section-link {
  0% {
    margin-left: 10px;
  }
  50% {
    margin-left: 13px;
  }
  100% {
    margin-left: 10px;
  }
}

.second-top__right {
  width: 100%;
}

.second-top__right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  min-height: 65px;
  margin: 0;
  padding: 0 38px 0;
  list-style: none;
}

.second-top__right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #4B76D0;
}

.second-top__right-item--link {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #4B76D0;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.second-top__right-item--link:hover {
  color: #003389;
}

.second-bottom {
  padding: 0 0 0 20px;
}

.second-bottom__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 620px;
  margin: 0;
  padding: 0 0 0 711px;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.second-bottom__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: calc(50% - 16px);
  height: auto;
  min-height: 300px;
  margin: 0 16px 21px 0;
}

.second-bottom__list-item--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 341px;
  height: auto;
  min-height: 300px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.second-bottom__list-item--link:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.second-bottom__list-item:not(:first-of-type) .second-bottom__list-item--link .second-bottom__list-item--top img {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.second-bottom__list-item:not(:first-of-type) .second-bottom__list-item--link:hover .second-bottom__list-item--top img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.second-bottom__list-item:not(:first-of-type) .second-bottom__list-item--top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 341px;
  height: auto;
  height: -webkit-fill-available;
  min-height: 150px;
  max-height: 160px;
  overflow: hidden;
}

.second-bottom__list-item:not(:first-of-type) .second-bottom__list-item--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 341px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.second-bottom__list-item:not(:first-of-type) .second-list__bottom-item:nth-of-type(2) {
  height: auto;
}

.second-bottom__list-item:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 689px;
  height: auto;
  min-height: 620px;
}

.second-bottom__list-item:first-of-type .second-bottom__list-item--link {
  max-width: 689px;
  height: auto;
  min-height: 620px;
}

.second-bottom__list-item:first-of-type .second-bottom__list-item--link:hover .second-bottom__list-item--top img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.second-bottom__list-item:first-of-type .second-bottom__list-item--top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 689px;
  height: 482px;
  overflow: hidden;
}

.second-bottom__list-item:first-of-type .second-bottom__list-item--top:before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 50%;
    content: '';
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 12, 53, 0.66)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 12, 53, 0.66) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 12, 53, 0.66) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 12, 53, 0.66) 100%);
    z-index: 1;
}

.second-bottom__list-item:first-of-type .second-bottom__list-item--top img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.second-bottom__list-item:first-of-type.background-none {
  position: absolute;
}

.second-bottom__list-item:first-of-type.background-none .second-bottom__list-item--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.second-bottom__list-item:first-of-type.background-none .second-bottom__list-item--top img {
  height: auto !important;
}

.second-bottom__list-item:first-of-type.background-none .second-list__bottom-item:first-of-type {
  top: -480px;
}

.search .second-bottom__list-item:first-of-type.background-none .second-list__bottom-item:first-of-type {
  top: -145px;
}

.second-bottom__list-item.background-none {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.second-bottom__list-item.background-none .second-bottom__list-item--link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  background-color: #003389;
}

.second-bottom__list-item.background-none .second-list__bottom-item {
  top: 27px;
  left: 25px;
}

.second-bottom__list-item.background-none .second-bottom__list-item--top {
  position: absolute;
  top: 0;
  height: auto;
  min-height: 100%;
}

.second-bottom__list-item.background-none .second-bottom__list-item--top img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}

.second-bottom__list-item.background-none .second-list__bottom {
  background-color: unset;
}

.second-bottom__list-item.background-none .second-list__bottom-items {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.second-bottom__list-item.background-none .second-list__bottom-items:before {
  display: none;
}

.second-bottom__list-item.background-none .second-list__bottom-item:first-of-type {
  position: absolute;
  top: -145px;
  background: none;
}

.second-bottom__list-item.background-none .second-list__bottom-item:first-of-type svg {
  fill: #ffffff;
  opacity: 0.66;
}

.second-bottom__list-item.background-none .second-list__bottom-item:first-of-type p {
  color: rgba(255, 255, 255, 0.66);
}

.second-bottom__list-item.background-none .second-list__bottom-item:nth-of-type(2) {
  margin-bottom: 30px;
}

.second-bottom__list-item.background-none .second-list__bottom-item:nth-of-type(2) p {
  color: #ffffff;
}

.second-bottom__list-item.background-none .second-list__bottom-item:last-of-type {
  top: auto;
  right: auto;
  bottom: 25px;
  left: 25px;
  padding: 0;
  background-color: transparent;
}

.second-bottom__list-item.background-none .second-list__bottom-item:last-of-type p {
  color: #ffffff;
}

.second-bottom__list .second-list__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 140px;
  background-color: #ffffff;
}

.second-bottom__list .second-list__bottom-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 10px 24px 17px;
  list-style: none;
  z-index: 1;
}

.second-bottom__list .second-list__bottom-items:before {
  position: absolute;
  top: 28px;
  left: 40px;
  display: block;
  content: '';
  width: 80%;
  border-bottom: 1px solid #EBEBEB;
  z-index: 0;
}

.second-bottom__list .second-list__bottom-item:first-of-type {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 37px;
  padding: 0 25px 0 30px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4B76D0;
  z-index: 1;
  background: #ffffff;
}

.second-bottom__list .second-list__bottom-item:first-of-type svg {
  position: absolute;
  top: calc(50% - 7px);
  left: 2px;
  fill: #4B76D0;
}

.second-bottom__list .second-list__bottom-item:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 5px 0 0;
}

.second-bottom__list .second-list__bottom-item:nth-of-type(2) p {
  max-height: 74px;
  margin: 0 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #000C35;
  overflow: hidden;
}

.second-bottom__list .second-list__bottom-item:last-of-type {
  position: absolute;
  top: 19px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 25px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
  z-index: 10;
  background: #ffffff;
}

.right-bar .second-top {
  margin-bottom: 10px;
}

.right-bar .second-top--wrap {
  margin: 0 10px;
}

.right-bar .second-top--wrap:before {
  left: -10px;
  width: 170px;
}

.right-bar .second-top--wrap:after {
  width: 320px;
  height: 22px;
}

.right-bar .second-top--wrap .second-top__left {
  padding-left: 10px;
}

.right-bar .second-top--wrap .second-top__left h2 {
  font-size: 36px;
  line-height: 42px;
}

.right-bar .second-top--wrap .second-top__left-link {
  display: none;
}

.right-bar .second-top--wrap .second-top__right {
  display: none;
}

.right-bar .second-bottom {
  padding: 0;
}

.right-bar .second-bottom__list {
  min-height: 200px;
  padding: 0;
}

.right-bar .second-bottom__list-item {
  display: none;
}

.right-bar .second-bottom__list-item:first-of-type, .right-bar .second-bottom__list-item:nth-of-type(2) {
  position: relative;
  top: unset;
  left: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 360px;
  height: auto;
  min-height: 300px;
  margin: 0;
}

.right-bar .second-bottom__list-item:first-of-type.background-none .second-bottom__list-item--top img, .right-bar .second-bottom__list-item:nth-of-type(2).background-none .second-bottom__list-item--top img {
  height: auto !important;
}

.right-bar .second-bottom__list-item:first-of-type .second-bottom__list-item--link, .right-bar .second-bottom__list-item:nth-of-type(2) .second-bottom__list-item--link {
  max-width: 360px;
}

.right-bar .second-bottom__list-item:first-of-type .second-bottom__list-item--top, .right-bar .second-bottom__list-item:nth-of-type(2) .second-bottom__list-item--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
  height: 100%;
  max-height: 170px;
  background-size: cover;
}

.right-bar .second-bottom__list-item:nth-of-type(2).background-none .second-bottom__list-item--top img {
  height: 100% !important;
}

.right-bar .second-bottom__list-item:first-of-type {
  margin: 0 0 20px;
}

.right-bar .second-bottom__list-item:first-of-type .second-bottom__list-item--link {
  min-height: 300px;
}

.right-bar .second-bottom__list-item:first-of-type.background-none .second-list__bottom-item:first-of-type {
  top: -160px;
}

.right-bar .second-bottom__list-item:not(:first-of-type) .second-bottom__list-item--top {
  max-width: 360px;
  background-size: cover;
}

.right-bar .second-bottom__list-item:not(:first-of-type) .second-bottom__list-item--bottom {
  max-width: 360px;
}

.chronicle {
  position: relative;
  margin: 40px 0 0;
}

.chronicle:before, .chronicle:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  z-index: 0;
}

.chronicle:before {
  left: 0;
  width: 100%;
  max-width: 170px;
  border-bottom: 3px solid #F2BBC2;
  z-index: 1;
}

.chronicle:after {
  left: 10px;
  width: 100%;
  max-width: 320px;
  height: 22px;
  background-color: #D4E2FF;
}

.chronicle > h2 {
  position: relative;
  margin: 0 0 21px 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #003389;
  z-index: 2;
}

.chronicle__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chronicle__list .chronicle__list-item:last-of-type {
  margin-bottom: 0;
}

.chronicle__list-link {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.chronicle__list-link:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.chronicle__list-link:hover .chronicle__list-item--top img {
    transform: scale(1.02);
}

.chronicle__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 310px;
  margin-bottom: 10px;
}

.chronicle__list-item--top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 185px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  background-color: #C1C1C1;
  overflow: hidden;
}

.chronicle__list-item--top img {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    transform: scale(1.01);
}

.chronicle__list-item--bottom {
  background-color: #ffffff;
}

.chronicle__list .chronicle-list__bottom {
  background-color: #ffffff;
}

.chronicle__list .chronicle-list__bottom-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: auto;
  min-height: 130px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chronicle__list .chronicle-list__bottom-items:before {
  position: absolute;
  top: 28px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  content: '';
  z-index: 1;
}

.chronicle__list .chronicle-list__bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chronicle__list .chronicle-list__bottom-item svg {
  margin-right: 10px;
  fill: #C1C1C1;
}

.chronicle__list .chronicle-list__bottom-item p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.chronicle__list .chronicle-list__bottom-item b {
  height: auto;
  min-height: 60px;
  padding: 5px 27px 12px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #7B7B7B;
}

.chronicle__list .chronicle-list__bottom-item:nth-of-type(1), .chronicle__list .chronicle-list__bottom-item:nth-of-type(3) {
  position: absolute;
  top: 20px;
  z-index: 10;
  background-color: #ffffff;
}

.chronicle__list .chronicle-list__bottom-item:nth-of-type(1) {
  left: 0;
  padding: 0 20px;
}

.chronicle__list .chronicle-list__bottom-item:nth-of-type(3) {
  right: 0;
  padding: 0 20px;
}

.news-internal .chronicle__list-item {
  margin: 0 10px 10px 0;
}

.news-internal .chronicle__list-item:nth-of-type(3) {
  margin-right: 0;
}

.command {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px 0 0;
}

.command:before, .command:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  z-index: 0;
}

.command:before {
  left: 0;
  width: 100%;
  max-width: 170px;
  border-bottom: 3px solid #F2BBC2;
  z-index: 1;
}

.command:after {
  left: 10px;
  width: 100%;
  max-width: 320px;
  height: 22px;
  background-color: #D4E2FF;
}

.command h2 {
  position: relative;
  margin: 5px 0 10px 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #686868;
  z-index: 2;
}

.command > b {
  width: 100%;
  padding: 10px 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #003389;
  border-top: 3px solid #003389;
  background-color: #D4E2FF;
}

.command__list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.command__list--wrap {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.command__list--wrap:last-of-type {
  margin: 0;
}

.command__list--wrap:last-of-type .command__list {
  margin: 0;
}

.command__list--opened {
  overflow: hidden;
}

.command__list--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
  background-color: #ffffff;
}

.command__list--button:hover {
  background-color: #D4E2FF;
}

.command__list--button.open .command__list--close {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 1;
  visibility: visible;
}

.command__list--button.open .command__list--open {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}

.command__list--close, .command__list--open {
  -webkit-transition-duration: transform, opacity, visibility;
       -o-transition-duration: transform, opacity, visibility;
          transition-duration: transform, opacity, visibility;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.command__list--close {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
}

.command__list-item {
  margin-bottom: 1px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.command__list-item--link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: auto;
  max-height: 140px;
}

.command__list-item--link:hover .trainers__list-item--right {
  background-position: 50% 0%;
}

.command__list-item--link:hover:before {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.command__list-item--link:hover .command__list-item--position {
  color: #D4E2FF;
}

.command__list-item--link:hover .command__list-item--right img {
  top: 15px;
}

.command__list-item--link:hover .command__list-item--right img.background-none {
  top: 25px;
}

.command__list-item--link:before {
  position: absolute;
  top: calc(50% - 30%);
  right: 7%;
  display: block;
  width: 187px;
  height: 92px;
  content: '';
  background-image: url(../images/content/command/player-background.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.command__list-item--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  padding: 17px 20px;
  z-index: 2;
}

.command__list-item--name {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: normal;
  color: #7B7B7B;
}

.command__list-item--position {
  min-height: 84px;
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
  line-height: 84px;
  color: #ffffff;
  text-shadow: #4B76D0 0 2px 0, #4B76D0 -2px 2px 0, #4B76D0 2px 0 0, #4B76D0 2px 2px 0, #4B76D0 -2px 0 0, #4B76D0 -2px -2px 0, #4B76D0 0 -2px 0, #4B76D0 2px -2px 0;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.command__list-item--right {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
 width: 50%;
    height: auto;
    min-height: 151px;
    margin-right: 30px;
  overflow: hidden;
  background-position: 50% -5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  z-index: 2;
  -webkit-transition-property: background-position;
  -o-transition-property: background-position;
  transition-property: background-position;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.command__list-item--right img {
  position: absolute;
  top: 20px;
  width: 100%;
  height: auto;
  -webkit-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.command__list-item--right img.background-none {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  max-height: 95%;
  object-fit: contain;
  top: 30px;
  /* opacity: 0.9; */
}

.trainers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px 0 0;
}

.trainers:before, .trainers:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  z-index: 0;
}

.trainers:before {
  left: 0;
  width: 100%;
  max-width: 170px;
  border-bottom: 3px solid #F2BBC2;
  z-index: 1;
}

.trainers:after {
  left: 10px;
  width: 100%;
  max-width: 320px;
  height: 22px;
  background-color: #D4E2FF;
}

.trainers h2 {
  position: relative;
  margin: 5px 0 10px 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #686868;
  z-index: 2;
}

.trainers > b {
  width: 100%;
  padding: 10px 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #003389;
  border-top: 3px solid #003389;
  background-color: #D4E2FF;
}

.trainers__list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.trainers__list--wrap {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.trainers__list--wrap:last-of-type {
  margin: 0;
}

.trainers__list--wrap:last-of-type .trainers__list {
  margin: 0;
}

.trainers__list--opened {
  overflow: hidden;
}

.trainers__list--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
  background-color: #ffffff;
}

.trainers__list--button:hover {
  background-color: #E4FFE9;
}

.trainers__list--button.open .trainers__list--close {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 1;
  visibility: visible;
}

.trainers__list--button.open .trainers__list--open {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}

.trainers__list--close, .trainers__list--open {
  -webkit-transition-duration: transform, opacity, visibility;
       -o-transition-duration: transform, opacity, visibility;
          transition-duration: transform, opacity, visibility;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.trainers__list--close {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
}

.trainers__list-item {
  margin-bottom: 1px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.trainers__list-item--link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: auto;
  min-height: 140px;
}

.trainers__list-item--link:hover .trainers__list-item--right {
  background-position: 50% 0%;
}

.trainers__list-item--link:hover:before {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.trainers__list-item--link:before {
  position: absolute;
  top: calc(50% - 30%);
  right: 7%;
  display: block;
  /* display: none; */
  width: 196px;
  height: 85px;
  content: '';
  border: 4px solid #EBEBEB;
  z-index: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.trainers__list-item--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 58%;
  height: auto;
  padding: 17px 0 17px 20px;
  z-index: 2;
}

.trainers__list-item--name, .trainers__list-item--position {
  margin-bottom: 15px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: normal;
  color: #7B7B7B;
}

.trainers__list-item--position {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.trainers__list-item--right {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  min-height: 140px;
  margin-right: 35px;
  overflow: hidden;
  background-image: url(../images/content/trainers/main/main-coach.png);
  background-position: 50% -5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  z-index: 2;
  -webkit-transition-property: background-position;
  -o-transition-property: background-position;
  transition-property: background-position;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  z-index: 0;
}

.infrastructure-aside {
  position: relative;
  margin: 60px 0 0;
}

.infrastructure-aside:before, .infrastructure-aside:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  z-index: 0;
}

.infrastructure-aside:before {
  left: 0;
  width: 100%;
  max-width: 170px;
  border-bottom: 3px solid #F2BBC2;
  z-index: 1;
}

.infrastructure-aside:after {
  left: 10px;
  width: 100%;
  max-width: 320px;
  height: 22px;
  background-color: #C3D6FF;
}

.infrastructure-aside h2 {
  position: relative;
  margin: 0 0 21px 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #003389;
  z-index: 2;
}

.infrastructure-aside__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.infrastructure-aside__list .infrastructure-aside__list-item:last-of-type {
  margin: 0;
}

.infrastructure-aside__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 300px;
  margin-bottom: 10px;
}

.infrastructure-aside__list-item--link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: auto;
  min-height: 300px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #C1C1C1;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.infrastructure-aside__list-item--link:before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49.72%, rgba(82, 82, 82, 0)), to(rgba(82, 82, 82, 0.5)));
  background: -webkit-linear-gradient(top, rgba(82, 82, 82, 0) 49.72%, rgba(82, 82, 82, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(82, 82, 82, 0) 49.72%, rgba(82, 82, 82, 0.5) 100%);
  background: linear-gradient(180deg, rgba(82, 82, 82, 0) 49.72%, rgba(82, 82, 82, 0.5) 100%);
  z-index: 2;
}

.infrastructure-aside__list-item--link:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  background-position: 50% 95%;
}

.infrastructure-aside__list-item--link b {
  margin: 5px 24px 25px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  z-index: 3;
}

.infrastructure-aside__list-item.item-one .infrastructure-aside__list-item--link {
  background-image: url(../images/content/infrastructure/infrastructure-one.png);
}

.infrastructure-aside__list-item.item-two .infrastructure-aside__list-item--link {
  background-image: url(../images/content/infrastructure/infrastructure-two.png);
}

.infrastructure-aside__list-item.item-three .infrastructure-aside__list-item--link {
  background-image: url(../images/content/infrastructure/infrastructure-three.png);
}

.page-main .bottom-link-match.fourth {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 140px;
  margin: -1px 0 0;
  padding: 0;
}

.page-main .bottom-link-match .fourth-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

.page-main .bottom-link-match .fourth-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  padding: 10px 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  background-color: #ffffff;
}

.page-main .bottom-link-match .fourth-content__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  max-width: 338px;
  height: auto;
  min-height: 120px;
}

.page-main .bottom-link-match .fourth-content__list-item:not(:nth-of-type(3n)) {
  margin: 0 21px 0 0;
}

.page-main .bottom-link-match .fourth-content__list-item.fourth-content__list-item--50 {
  margin-right: 0;
}

.page-main .bottom-link-match .fourth-content__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #003389;
  border: 10px solid #C3D6FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .bottom-link-match .fourth-content__list-item a svg {
  margin-left: 14px;
  fill: #003389;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .bottom-link-match .fourth-content__list-item a:hover {
  border: 5px solid #4B76D0;
}

.page-main .bottom-link-match .fourth-content__list-item a:hover svg {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.page-main .bottom-link.show {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 140px;
  margin: -1px 0 0;
  padding: 0;
}

.page-main .bottom-link .show-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

.page-main .bottom-link .show-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
  padding: 10px 11px;
  list-style: none;
  background-color: #ffffff;
}

.page-main .bottom-link .show-content__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 120px;
}

.page-main .bottom-link .show-content__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #003389;
  border: 10px solid #C3D6FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .bottom-link .show-content__list-item a svg {
  margin-left: 14px;
  fill: #003389;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .bottom-link .show-content__list-item a:hover {
  border: 5px solid #4B76D0;
}

.page-main .bottom-link .show-content__list-item a:hover svg {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.page-main .bottom-link.show-news {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 140px;
  margin: -1px 0 0;
  padding: 0;
}

.page-main .bottom-link .show-news--content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

.page-main .bottom-link .show-news--content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
  padding: 10px 11px;
  list-style: none;
  background-color: #ffffff;
}

.page-main .bottom-link .show-news--content__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 120px;
}

.page-main .bottom-link .show-news--content__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #003389;
  border: 10px solid #C3D6FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .bottom-link .show-news--content__list-item a svg {
  margin-right: 14px;
  fill: #003389;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .bottom-link .show-news--content__list-item a:hover {
  border: 5px solid #4B76D0;
}

.page-main .bottom-link .show-news--content__list-item a:hover svg {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

.photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7F7F7;
}

.photo-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}

.photo-top--wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-left: 120px;
  z-index: 1;
}

.photo-top--wrap:before {
  position: absolute;
  top: 0;
  left: -120px;
  display: block;
  content: '';
  width: 360px;
  height: 3px;
  background-color: #F2BBC2;
  z-index: -1;
}

.photo-top--wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 33px;
  background-color: #D4E2FF;
  z-index: -2;
}

.photo-top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 340px;
  padding-left: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.photo-top__left h2 {
  margin: 0 0 5px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #003389;
}

.photo-top__left-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 10px 10px 47px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #686868;
}

.photo-top__left-link--image:first-of-type {
  position: absolute;
  top: calc(50% - 18px);
  left: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #C1C1C1;
  border-radius: 17px;
}

.photo-top__left-link--image:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10px;
  margin-left: 10px;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.photo-top__right {
  width: 100%;
}

.photo-top__right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  min-height: 65px;
  margin: 0;
  padding: 0 38px 0;
  list-style: none;
}

.photo-top__right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #3B8E53;
}

.photo-top__right-item--link {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #3B8E53;
}

.photo-bottom {
  padding: 0 0 0 20px;
}

.photo-bottom__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 620px;
  margin: 0;
  padding: 0 0 0 702px;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.photo-bottom__list-item {
  width: 100%;
  max-width: 341px;
  height: auto;
  min-height: 300px;
  margin: 0 16px 21px 0;
}

.photo-bottom__list-item--link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 341px;
  height: auto;
  min-height: 300px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.photo-bottom__list-item--link:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.photo-bottom__list-item--link:hover .photo-bottom__list-item--top {
  background-position-y: 5%;
}

.photo-bottom__list-item--link:hover .photo-bottom__list-item--top img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.photo-bottom__list-item--quantity {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 25px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  z-index: 10;
}

.photo-bottom__list-item--quantity svg {
  margin-right: 10px;
}

.photo-bottom__list-item--quantity p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.photo-bottom__list-item--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 341px;
  height: 100%;
  min-height: 120px;
  max-height: 170px;
  overflow: hidden;
}

.photo-bottom__list-item--top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.photo-bottom__list-item--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 341px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.photo-bottom__list .photo-list__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 120px;
  background-color: #ffffff;
}

.photo-bottom__list .photo-list__bottom-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 10px 24px 17px;
  list-style: none;
}

.photo-bottom__list .photo-list__bottom-items:before {
  position: absolute;
  top: 28px;
  left: 40px;
  display: block;
  content: '';
  width: 80%;
  border-bottom: 1px solid #EBEBEB;
  z-index: 0;
}

.photo-bottom__list .photo-list__bottom-item:first-of-type {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px 0 30px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #003389;
  z-index: 1;
  background: #ffffff;
}

.photo-bottom__list .photo-list__bottom-item:first-of-type svg {
  position: absolute;
  top: calc(50% - 3px);
  left: 2px;
  fill: #003389;
}

.photo-bottom__list .photo-list__bottom-item:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.photo-bottom__list .photo-list__bottom-item:nth-of-type(2) p {
  margin: 0 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #000C35;
}

.photo-bottom__list .photo-list__bottom-item:last-of-type {
  position: absolute;
  top: 10px;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 0 0 15px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7B7B7B;
  z-index: 10;
  background: #ffffff;
}

.right-bar .photo {
  margin: 30px 0 0;
}

.right-bar .photo-top {
  margin-bottom: 10px;
}

.right-bar .photo-top--wrap {
  margin: 0 10px;
}

.right-bar .photo-top--wrap:before {
  left: -10px;
  width: 170px;
}

.right-bar .photo-top--wrap:after {
  width: 320px;
  height: 22px;
}

.right-bar .photo-top--wrap .photo-top__left {
  padding-left: 10px;
}

.right-bar .photo-top--wrap .photo-top__left h2 {
  font-size: 36px;
  line-height: 42px;
}

.right-bar .photo-top--wrap .photo-top__left-link {
  display: none;
}

.right-bar .photo-top--wrap .photo-top__right {
  display: none;
}

.right-bar .photo-bottom {
  padding: 0;
}

.right-bar .photo-bottom__list {
  min-height: 200px;
  padding: 0;
}

.right-bar .photo-bottom__list-item {
  display: none;
}

.right-bar .photo-bottom__list-item:first-of-type, .right-bar .photo-bottom__list-item:nth-of-type(2) {
  position: relative;
  top: unset;
  left: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 360px;
  height: auto;
  min-height: 300px;
  margin: 0 0 21px 0;
}

.right-bar .photo-bottom__list-item:nth-of-type(2) {
  margin: 0;
}

.right-bar .photo-bottom__list-item--link {
  width: 100%;
  max-width: 360px;
}

.right-bar .photo-bottom__list-item--top {
  max-width: 360px;
  height: 100%;
  min-height: 120px;
  max-height: 170px;
  background-size: cover;
}

.right-bar .photo-bottom__list-item--bottom {
  max-width: 360px;
}

.video-blocks__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 341px;
  height: auto;
  min-height: 339px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.video-blocks__link:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.video-blocks__link:hover .video-blocks__top:before {
  background-size: 17px 21px;
  border: 2px solid #EBEBEB;
  -webkit-box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.25);
          box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.25);
}

.video-blocks__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 341px;
  height: auto;
  min-height: 190px;
  max-height: 220px;
  overflow: hidden;
  background-color: #858585;
}

.video-blocks__top:before {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  display: block;
  content: '';
  width: 80px;
  height: 80px;
  border: 4px solid #EBEBEB;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(235, 235, 235, 0.33);
  background-image: url(../images/icon/image-play.svg);
  background-position: 55% center;
  background-repeat: no-repeat;
  background-size: 16px 20px;
  mix-blend-mode: normal;
  -webkit-transition-property: border, background-size, -webkit-box-shadow;
  transition-property: border, background-size, -webkit-box-shadow;
  -o-transition-property: box-shadow, border, background-size;
  transition-property: box-shadow, border, background-size;
  transition-property: box-shadow, border, background-size, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  z-index: 5;
}

.video-blocks__top img {
  width: 100%;
  height: 100%;
  /* margin-top: -11px; */
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.video-blocks__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 341px;
  min-height: 120px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  background-color: #ffffff;
}

.video-blocks__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 10px 24px 17px;
  list-style: none;
}

.video-blocks__list-category, .video-blocks__list-time {
  position: relative;
  width: auto;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #003389;
}

.video-blocks__list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.video-blocks__list-text p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: normal;
  color: #000C35;
}

.video-blocks__list-time {
  position: absolute;
  top: 10px;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-left: 15px;
  font-weight: 800;
  color: #7B7B7B;
}

.video-aside {
  position: relative;
  margin: 26px 0 0;
}

.video-aside:before, .video-aside:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  z-index: 0;
}

.video-aside:before {
  left: 0;
  width: 100%;
  max-width: 170px;
  border-bottom: 3px solid #F2BBC2;
  z-index: 1;
}

.video-aside:after {
  left: 10px;
  width: 100%;
  max-width: 320px;
  height: 22px;
  background-color: #C3D6FF;
}

.video-aside h2 {
  position: relative;
  margin: 0 0 10px 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #686868;
  z-index: 2;
}

.video-aside__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.video-aside__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 300px;
  margin-bottom: 10px;
}

.video-aside__list-item:last-of-type {
  margin-bottom: 0;
}

.video-aside .video-blocks__link, .video-aside .video-blocks__top, .video-aside .video-blocks__bottom {
  max-width: 359px;
}

.section-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 29px 0 29px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-share__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-share__text svg {
  fill: #686868;
}

.section-share__text p {
  margin: 0 0 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #686868;
}

.section-share__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
}

.section-share__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  margin: 5px;
  border: 1px solid #003389;
  background: none;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-share__link.twitter {
  margin: 5px;
  border-radius: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-share__link svg {
  margin-left: -1px;
  fill: #003389;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.section-share__link:hover {
  border: 2px solid #003389;
  -webkit-box-shadow: 0px 5px 5px rgba(59, 142, 83, 0.1);
          box-shadow: 0px 5px 5px rgba(59, 142, 83, 0.1);
}

.section-share__link:hover svg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.section-video {
  position: relative;
  padding: 30px 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(transparent));
  background-image: -webkit-linear-gradient(white 0%, transparent 100%);
  background-image: -o-linear-gradient(white 0%, transparent 100%);
  background-image: linear-gradient(white 0%, transparent 100%);
}

.section-video:after {
  position: absolute;
  top: 30px;
  left: 10px;
  display: block;
  width: 100%;
  max-width: 340px;
  height: 33px;
  content: '';
  background-color: #D4E2FF;
  z-index: 0;
}

.section-video h2 {
  position: relative;
  margin: 0 0 20px 27px;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #686868;
  z-index: 2;
}

.section-video__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-video__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 342px;
  height: auto;
  min-height: 300px;
  margin: 0 17px 10px 0;
}

.section-video__list-item:last-of-type {
  margin: 0 0 10px;
}

.section-video .video-blocks__link, .section-video .video-blocks__top, .section-video .video-blocks__bottom {
  max-width: 359px;
}

.section-video .video-blocks__list-text {
  font-size: 16px;
  line-height: 19px;
}

.section-video .video-blocks__list-time {
  color: #C1C1C1;
}

.page-main .bottom-link.show-video {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 140px;
  margin: -1px 0 0;
  padding: 0;
}

.page-main .bottom-link .show-video--content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

.page-main .bottom-link .show-video--content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
  padding: 10px 11px;
  list-style: none;
  background-color: #ffffff;
}

.page-main .bottom-link .show-video--content__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 120px;
}

.page-main .bottom-link .show-video--content__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #003389;
  border: 10px solid #C3D6FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .bottom-link .show-video--content__list-item a svg {
  margin-right: 14px;
  fill: #003389;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .bottom-link .show-video--content__list-item a:hover {
  border: 5px solid #4B76D0;
}

.page-main .bottom-link .show-video--content__list-item a:hover svg {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

.section-news--latest {
  position: relative;
  padding: 30px 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-news--latest:after {
  position: absolute;
  top: 30px;
  left: 10px;
  display: block;
  width: 100%;
  max-width: 340px;
  height: 33px;
  content: '';
  background-color: #D7F7E4;
  z-index: 0;
}

.section-news--latest h2 {
  position: relative;
  margin: 0 0 20px 27px;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #686868;
  z-index: 2;
}

.section-news--latest__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-news--latest__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 339px;
  height: auto;
  max-height: 300px;
  margin: 0 17px 10px 0;
}

.section-news--latest__list-item:last-of-type {
  margin: 0 0 10px;
}

.section-news--latest__list-item--background .news-blocks__link {
  position: relative;
  max-height: 300px;
}

.section-news--latest__list-item--background .news-blocks__top {
  position: relative;
  height: 100%;
  max-height: unset;
}

.section-news--latest__list-item--background .news-blocks__bottom {
  position: absolute;
  bottom: 0;
  background-color: transparent;
}

.section-news--latest__list-item--background .news-blocks__list-category {
  display: none;
  color: #ffffff;
}

.section-news--latest__list-item--background .news-blocks__list-text {
  color: #ffffff;
}

.section-news--latest__list-item--background .news-blocks__list-time {
  position: initial;
  padding-left: 0;
  color: #ffffff !important;
}

.section-news--latest .news-blocks__link, .section-news--latest .news-blocks__top, .section-news--latest .news-blocks__bottom {
  max-width: 359px;
}

.section-news--latest .news-blocks__list-text {
  font-size: 16px;
  line-height: 19px;
}

.section-news--latest .news-blocks__list-time {
  color: #C1C1C1;
}

.news-blocks__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 341px;
  height: auto;
  max-height: 300px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.news-blocks__link:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.news-blocks__link:hover .news-blocks__top img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.news-blocks__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 341px;
  height: auto;
  min-height: 170px;
  max-height: 180px;
  overflow: hidden;
  background-color: #3B8E53;
}

.news-blocks__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.news-blocks__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 341px;
  min-height: 120px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  background-color: #ffffff;
}

.news-blocks__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 10px 24px 17px;
  list-style: none;
}

.news-blocks__list-category, .news-blocks__list-time {
  position: relative;
  width: auto;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3B8E53;
}

.news-blocks__list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: normal;
  color: #7B7B7B;
}

.news-blocks__list-time {
  position: absolute;
  top: 10px;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-left: 15px;
  font-weight: 800;
  color: #7B7B7B;
}

.fourth-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fourth-right--top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 128px;
  padding: 15px 0 0;
}

.fourth-right--top:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: '';
  width: 337px;
  height: 33px;
  background-color: #C3D6FF;
  z-index: 0;
}

.fourth-right--top h2 {
  margin: 0 0 5px 27px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #003389;
  z-index: 2;
}

.fourth-right--top .fourth-right--top__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 27px;
  padding: 10px 10px 10px 47px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #7B7B7B;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.fourth-right--top .fourth-right--top__link:hover {
  color: #7B7B7B;
}

.fourth-right--top .fourth-right--top__link:hover .fourth-right--top__link--image:first-of-type {
  border: 1px solid #7B7B7B;
}

.fourth-right--top .fourth-right--top__link:hover .fourth-right--top__link--image:last-of-type {
  -webkit-animation: section-link 0.6s ease-in-out infinite;
          animation: section-link 0.6s ease-in-out infinite;
}

@keyframes section-link {
  0% {
    margin-left: 10px;
  }
  50% {
    margin-left: 13px;
  }
  100% {
    margin-left: 10px;
  }
}

.fourth-right--top .fourth-right--top__link--image:first-of-type {
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #C1C1C1;
  border-radius: 17px;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.fourth-right--top .fourth-right--top__link--image:first-of-type svg {
  fill: #7B7B7B;
}

.fourth-right--top .fourth-right--top__link--image:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10px;
  margin-left: 10px;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fourth-right--top .fourth-right--top__link--image:last-of-type svg {
  stroke: #DCDCDC;
}

.fourth-right--bottom {
  display: block;
  width: 100%;
  height: auto;
  min-height: 531px;
}

.fourth-right--bottom__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fourth-right--bottom__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* margin-bottom: 2px; */
  min-height: 176px;
  padding: 0 166px 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.fourth-right--bottom__list-item:not(:last-of-type) {
  border-bottom: 1px solid #EBEBEB;
}

.fourth-right--bottom__list-item b {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #000C35;
}

.fourth-right--bottom__list-item b:first-of-type {
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4B76D0;
}

.fourth-right--bottom__list-item p {
  margin: 12px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7B7B7B;
}

.fourth-right--bottom__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 14px 0 0;
  padding: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #7B7B7B;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.fourth-right--bottom__list-item a:hover {
  color: #C4C4C4;
}

.fourth-right--bottom__list-item a:hover svg {
  -webkit-animation: section-link 0.6s ease-in-out infinite;
          animation: section-link 0.6s ease-in-out infinite;
}

@keyframes section-link {
  0% {
    margin-left: 8px;
  }
  50% {
    margin-left: 11px;
  }
  100% {
    margin-left: 8px;
  }
}

.fourth-right--bottom__list-item a svg {
  margin: 1px 0 0 8px;
}

.fourth-right--bottom__list-item--logo {
  position: absolute;
  top: calc(50% - 40px);
  right: 25px;
  width: 116px;
  height: 79px;
}

.fourth-right--bottom__list-item--logo .image-news--logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 116px;
  height: auto;
  margin: auto 0;
}

.ruks {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px 0 0;
}

.ruks:before, .ruks:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  z-index: 0;
}

.ruks:before {
  left: 0;
  width: 100%;
  max-width: 170px;
  border-bottom: 3px solid #F2BBC2;
  z-index: 1;
}

.ruks:after {
  left: 10px;
  width: 100%;
  max-width: 320px;
  height: 22px;
  background-color: #D4E2FF;
}

.ruks h2 {
  position: relative;
  margin: 5px 0 10px 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #686868;
  z-index: 2;
}

.ruks > b {
  width: 100%;
  padding: 10px 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #003389;
  border-top: 3px solid #003389;
  background-color: #D4E2FF;
}

.ruks__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ruks__list-item {
  margin-bottom: 1px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.ruks__list-item--link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: auto;
  min-height: 140px;
  overflow: hidden;
}

.ruks__list-item--link:hover .ruks__list-item--right {
  background-position: 50% -10%;
}

.ruks__list-item--link:hover:before {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.ruks__list-item--link:before {
  position: absolute;
  top: calc(50% - 30%);
  right: 7%;
  display: block;
  width: 196px;
  height: 85px;
  content: '';
  border: 4px solid #EBEBEB;
  z-index: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.ruks__list-item--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 58%;
  height: auto;
  padding: 17px 0 17px 20px;
  z-index: 2;
}

.ruks__list-item--name, .ruks__list-item--position {
  margin-bottom: 15px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: normal;
  color: #7B7B7B;
}

.ruks__list-item--position {
  max-width: 190px;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.ruks__list-item--right {
  position: absolute;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
    height: auto;
    min-height: 152px;
  margin-right: 15px;
  overflow: hidden;
  background-image: url(../images/content/trainers/main/main-coach.png);
  background-position: 50% -20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  z-index: 2;
  -webkit-transition-property: background-position;
  -o-transition-property: background-position;
  transition-property: background-position;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  z-index: 0;
}

.sixth-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sixth-right--top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 81px;
  padding: 15px 0 0;
}

.sixth-right--top:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: '';
  width: 337px;
  height: 33px;
  background-color: #C3D6FF;
  z-index: 0;
}

.sixth-right--top h2 {
  margin: 0 0 5px 27px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #003389;
  z-index: 2;
}

.sixth-right--top .sixth-right--top__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 27px;
  padding: 10px 10px 10px 47px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #686868;
}

.sixth-right--top .sixth-right--top__link--image:first-of-type {
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #C1C1C1;
  border-radius: 17px;
}

.sixth-right--top .sixth-right--top__link--image:first-of-type svg {
  fill: #686868;
}

.sixth-right--top .sixth-right--top__link--image:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10px;
  margin-left: 10px;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sixth-right--top .sixth-right--top__link--image:last-of-type svg {
  stroke: #DCDCDC;
}

.sixth-right--bottom__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sixth-right--bottom__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2px;
  min-height: 139px;
  padding: 0 106px 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}

.sixth-right--bottom__list-item b {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 25px;
  color: #7B7B7B;
}

.sixth-right--bottom__list-item p {
  margin: 0 0 12px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #C1C1C1;
}

.sixth-right--bottom__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 14px 0 0;
  padding: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #C1C1C1;
}

.sixth-right--bottom__list-item a svg {
  margin: 1px 0 0 8px;
}

.sixth-right--bottom__list-item--logo {
  position: absolute;
  top: calc(50% - 33px);
  right: 25px;
}

.sixth-right--bottom__list-item--logo svg {
  fill: #F7F7F7;
}

.sixth-right--bottom__list-item.vote-stat {
  padding: 0;
}

.sixth .vote-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 284px;
  margin: 0;
  padding: 0;
  border: 10px solid #C3D6FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition-property: border;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.sixth .vote-link:hover {
  border: 10px solid #4B76D0;
}

.sixth .vote-link--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 12px 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sixth .vote-link--header__date p {
  margin: 0 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.sixth .vote-link--header__result p,
.sixth .vote-link--header__title h3 {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  text-transform: none;
  color: #7B7B7B;
}

.sixth .vote-link--header__title {
  max-width: 70%;
  min-height: 50px;
}

.sixth .vote-link--main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 153px;
  padding: 10px 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sixth .vote-link--main__stat {
  width: 100%;
}

.sixth .vote-link--main__stat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 0 5px;
  padding: 0;
  list-style: none;
  border-left: 1px solid #C1C1C1;
}

.sixth .vote-link--main__stat-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sixth .vote-link--main__stat-list li.player-win p {
  color: #4B76D0;
  background-color: #C3D6FF;
}

.sixth .vote-link--main__stat-list li.player-win b {
  color: #4B76D0;
}

.sixth .vote-link--main__stat-list li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 12px 10px 0;
  max-width: 220px;
  min-width: 20px;
  height: 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7B7B7B;
  background-color: #EBEBEB;
}

.sixth .vote-link--main__stat-list li b {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.sixth .vote-link--main__player {
  position: absolute;
  right: 14px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 60%;
}

.sixth .vote-link--main__player-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

.sixth .vote-link--main__player-info--number {
  margin: 0 0 5px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 60px;
  line-height: 60px;
  text-align: right;
  color: #4B76D0;
}

.sixth .vote-link--main__player-info--name {
  width: 100%;
  max-width: 160px;
  margin: 0 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  text-align: right;
  color: #000000;
}

.sixth .vote-link--main__player-info--position {
  width: 100%;
  max-width: 160px;
  margin: 0 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  color: #7B7B7B;
}

.sixth .vote-link--main__player-photo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px -10px 10px;
  width: 185px;
  height: 180px;
}

.sixth .vote-link--main__player-photo img {
  position: absolute;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sixth .big-vote {
  height: 426px;
}

.sixth .big-vote .vote-link {
  height: 100%;
}

.sixth .big-vote .vote-link--header__title {
  max-width: 70%;
  min-height: 75px;
}

.sixth .big-vote .vote-link--main {
  min-height: 270px;
}

.sixth .big-vote .vote-link--main__player-info {
  margin: 0 0 10px;
}

.sixth .big-vote .vote-link--main__player-photo {
  width: 205px;
  height: 250px;
}

.sixth .big-vote .vote-link--main__player-photo img {
  height: 200px;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(130, 130, 130, 0.75);
  z-index: 1000;
}

.overlay.is-showed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal {
  position: fixed;
  top: 25%;
  left: calc(50% - 205px);
  display: none;
  width: 100%;
  max-width: 410px;
  z-index: 1001;
  overflow: auto;
}

.modal.is-showed {
  display: block;
}

.modal--check-in {
  top: 5%;
}

.modal--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 78px;
  padding: 0 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  border-bottom: 2px solid #003389;
}

.modal__header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__header-title--text {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #7B7B7B;
}

.modal__header-title img {
  width: 19px;
  height: 23px;
  margin: 0 8px 0 0;
}

.modal__header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal__header-link a {
  margin: 3px 0 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  text-decoration: underline;
  color: #C1C1C1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.modal__header-link a:hover {
  color: #A9A9A9;
}

.modal__header-link img {
  width: 19px;
  height: 23px;
  margin: 0 0 0 6px;
}

.modal__main {
  display: block;
  background-color: #ffffff;
}

.modal__main-form {
  display: block;
}

.modal__main-form--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 22px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__main-text {
  width: 100%;
  margin: 22px 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.modal__main-text--recovery {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: none;
  letter-spacing: 0;
}

.modal__main-input {
  width: 100%;
  min-height: 60px;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #686868;
  background-color: #F7F7F7;
}

.modal__main-input::-webkit-input-placeholder {
  color: #C1C1C1;
}

.modal__main-input::-ms-input-placeholder {
  color: #C1C1C1;
}

.modal__main-input::placeholder {
  color: #C1C1C1;
}

.modal__main-input.modal__main-input--repeat {
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__main-input.modal__main-input--repeat.password__two-eror {
  border: 1px solid #fc0d1c;
}

.modal__main-remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 41px;
}

.modal__main-remember--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 50%;
}

.modal__main-remember--input {
  opacity: 0;
  width: 0;
}

.modal__main-remember--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: auto;
  cursor: pointer;
}

.modal__main-remember--label span {
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 10px 2px 0;
  background-color: #ffffff;
  border: 2px solid #C1C1C1;
  border-radius: 50%;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.modal__main-remember--label p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.modal__main-remember--label:hover span {
  border: 2px solid #A9A9A9;
}

.modal__main-remember--label:hover p {
  color: #A9A9A9;
}

.modal__main-remember input[type='checkbox']:checked + label span {
  background-color: #003389;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 4px #003389;
          box-shadow: 0px 0px 4px #003389;
}

.modal__main-remember--link {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #003389;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.modal__main-remember--link:hover {
  color: rgba(0, 51, 137, 0.7);
}

.modal__main-gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 90px;
  width: 100%;
}

.modal__main-gender--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 50%;
}

.modal__main-gender--input {
  opacity: 0;
  width: 0;
}

.modal__main-gender--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: auto;
  margin: 0 25px 0 0;
  cursor: pointer;
}

.modal__main-gender--label span {
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 0 2px 10px;
  background-color: #ffffff;
  border: 2px solid #C1C1C1;
  border-radius: 50%;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.modal__main-gender--label p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.modal__main-gender--label:hover span {
  border: 2px solid #A9A9A9;
}

.modal__main-gender--label:hover p {
  color: #A9A9A9;
}

.modal__main-gender input[type='radio']:checked + label span {
  background-color: #3B8E53;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 4px #26A93F;
          box-shadow: 0px 0px 4px #26A93F;
}

.modal__main-gender--link {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #3B8E53;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.modal__main-gender--link:hover {
  color: #29AF50;
}

.modal__main-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #686868;
  background-color: #D4E2FF;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.modal__main-submit:hover {
  background-color: rgba(75, 118, 208, 0.5);
}

.modal--check-in .modal__main-submit {
  background-color: #C4C4C4;
  pointer-events: none;
}

.modal--check-in .modal__main-submit.next {
  pointer-events: all;
  background-color: #B2EFC4;
}

.login-error {
    padding: 22px 22px 0;
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: red;
}

.login-error a {
    color: red;
    text-decoration: underline;
}

.login-error strong {
    font-size: 14px;
    line-height: 18px;
}

.fifth-bottom .slick-initialized .slick-slide {
  max-width: 320px;
  padding: 15px 0 0;
}

.fifth-bottom .slick-initialized .slick-slide .instagram,
.fifth-bottom .slick-initialized .slick-slide.twitter {
  background-color: #ffffff;
}

.slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
}

.page-main .instagram .header .user-picture {
  width: 30px;
  height: 30px;
}

.page-main .instagram .header .profile_link {
  margin: 0 0 0 12px;
}

.page-main .fifth-bottom--list__item {
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}

.instagram,
.twitter {
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 8px #EBEBEB, 0px 0px 8px #EBEBEB;
          box-shadow: 0px 10px 8px #EBEBEB, 0px 0px 8px #EBEBEB;
  margin: 0 12px 0 12px;
}

.instagram {
    margin: 0;
}

.instagram .header {
  padding: 9px;
}

.instagram .content,
.twitter .content {
  padding: 0 0 12px 0;
}

.instagram video {
  display: block;
  width: 100%;
  height: auto;
}

.instagram .content .text {
  padding: 10px 18px 10px 18px;
  margin: 0 0 5px 0;
  color: #000000;
}

.instagram .footer {
  padding: 0px 0px 0px 18px;
  font-weight: 600;
}

.instagram .footer .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px 0;
}

.instagram .footer .buttons .buttons__item {
  margin: 0 12px 0 0;
}

.instagram .footer .buttons .buttons__item:last-child {
  margin: 0 18px 0 auto;
}

.instagram .footer .likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.instagram .footer .likes__text {
  margin: 0;
}

.twitter {
  color: #000000;
}
.twitter iframe {
   width: 100%;
}

.twitter.slick-slide {
  padding: 0 !important;
  margin-top: 15px;
}

.twitter .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px;
}

.twitter .user-picture {
  width: 36px;
  height: 36px;
  margin: 0 12px 0 0;
  border-radius: 50%;
}

.twitter .username {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.twitter .username__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.twitter .username__full {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.twitter .username__name {
  font-weight: 600;
  margin: 0 3px 0 0;
  line-height: 16px;
  color: #000000;
}

.twitter .username__badge {
  width: 15px;
  height: 15px;
}

.twitter .username__twitter-icon {
  width: auto;
  height: 13px;
}

.twitter .username__tag {
  line-height: 17px;
  color: #697882;
}

.twitter .text {
  padding: 10px 18px 10px 18px;
  color: #000000;
}

.twitter .meta {
  padding: 0 0 0 19px;
}

.page-header {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  z-index: 1000;
  /* Стили для вспылвающего меню */
  /* .menu-list {

    &__close {
      position: absolute;
      top: 25px;
      right: 25px;
      display: flex;

      svg {
        margin: 0;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease;
      }

      &:hover {
        svg {
          transform: scale(1.13);
        }
      }
    }

    &__items {
      display: none;
      flex-grow: 1;
      flex-shrink: 8;
      flex-direction: column;

      &-top {
        position: relative;
        display: flex;
        align-items: flex-end;
        width: 100%;
        height: auto;
        min-height: 180px;
        padding: 10px 10px 33px 86px;
        background-color: $color-green-1;
        box-sizing: border-box;
        border-right: 1px solid $color-gray-5;

        svg {
          width: 20px;
          margin: 0 28px 32px 0;
        }

        p {
          margin: 0;
          font-family: 'Manrope', Arial, Helvetica, sans-serif;
          font-style: normal;
          font-weight: 800;
          font-size: 48px;
          line-height: 56px;
          color: $color-white;
        }

        .menu-list__close {
          svg {
            margin: 0;
          }
        }

        form {
          position: relative;
          display: flex;
          width: 100%;
          margin-right: 140px;
          border-bottom: 1px solid $color-white;

          input {
            width: 100%;
            padding: 0 40px 0 0;
            border: none;
            background: unset;
            font-family: 'Manrope', Arial, Helvetica, sans-serif;
            font-style: normal;
            font-weight: 100;
            font-size: 48px;
            line-height: 63px;
            color: $color-white;

            &::placeholder {
              font-family: 'Manrope', Arial, Helvetica, sans-serif;
              font-style: normal;
              font-weight: 100;
              font-size: 48px;
              line-height: 63px;
              color: $color-white;
            }

            &:nth-of-type(2) {
              position: absolute;
              top: 0;
              right: 0;
              width: 40px;
              height: 100%;
              padding: 0;
              color: transparent;
              background-image: url(../images/icon/arrow-right.svg);
              background-position: center;
              background-repeat: no-repeat;
              background-size: 25px;
              cursor: pointer;

              &:hover {
                animation: search-arrow-animate 0.5s ease-in-out infinite;

                @keyframes search-arrow-animate {
                  0% { background-position: center; }
                  25% { background-position: 65% center; }
                  50% { background-position: 100% center; }
                  75% { background-position: 65% center; }
                  100% { background-position: center; }
                }
              }
            }
          }
        }
      }

      &-bottom {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: auto;
        min-height: 90vh;
        padding: 45px 104px 33px 136px;
        background-color: $color-white;
        box-sizing: border-box;
        border-right: 1px solid $color-gray-5;

        .menu-items__lists {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          width: 100%;
          height: auto;
          margin: 10px 0 0;
          padding: 5px 0 5px;
          border-top: 1px solid $color-gray;
          list-style: none;

          &-item {
            display: flex;
            width: 33%;
            height: auto;
          }

          &-link {
            display: flex;
            align-items: center;
            height: 16px;
            margin: 12px 0;
            padding-bottom: 2px;
            font-family: 'Manrope', Arial, Helvetica, sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 16px;
            color: $color-green-1;
            border-bottom: 1px solid transparent;
            transition-property: border-bottom;
            transition-duration: 0.3s;
            transition-timing-function: ease;
            border-bottom: 1px solid rgba($color-brown, 0.1);

            &:hover {
              // border-bottom: 1px solid $color-gray;
              border-bottom: 1px solid rgba($color-brown, 0.5);
            }
          }
        }
      }

      &-content {
        display: flex;
        width: 100%;
        min-height: 100px;
      }

      &-list {
        width: 100%;
        min-height: 160px;
        margin: 0;
        padding: 0;
        list-style: none;


        &__items-text {
          margin-top: 0;
          font-family: 'Manrope', Arial, Helvetica, sans-serif;
          font-style: normal;
          font-weight: 100;
          font-size: 18px;
          line-height: 37px;
          color: $color-brown;
        }
      }

      &-text {
        margin-top: 0;
        font-family: 'Manrope', Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 100;
        font-size: 18px;
        line-height: 37px;
        color: $color-brown;
      }

      &-link {
        font-family: 'Manrope', Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 100;
        font-size: 24px;
        line-height: 49px;
        color: $color-brown;
        border-bottom: 1px solid transparent;
        transition-property: border-bottom;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        border-bottom: 1px solid rgba($color-brown, 0.1);

        &:hover {
          border-bottom: 1px solid rgba($color-brown, 0.5);
        }
      }

      &-fish {
        margin: 0;
        font-family: 'Manrope', Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 100;
        font-size: 24px;
        line-height: 49px;
        color: $color-brown;
        border-bottom: 1px solid transparent;
        transition-property: border-bottom;
        transition-duration: 0.3s;
        transition-timing-function: ease;
      }






      &.is-visible {
        // display: flex;
        // background-color: $color-white;
      }

      &-is--stab {
        display: flex;
        flex-grow: 0;
        flex-shrink: 3;
        min-width: 360px;
        margin: 0;
        padding: 0;
        visibility: hidden;
      }
    }
  } */
  /* &__nav {
    display: flex;
    flex-grow: 1;
    flex-shrink: 6;
    justify-content: space-around;
    margin: 0;
    padding: 0 4px 0 4px;
    list-style: none;
    border-bottom: 1px solid rgba(228, 255, 233, 0.5);
    order: 3;

    li {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 5px;
      margin: 0;
      min-height: 59px;
      box-sizing: border-box;

      &:hover {
        .menu-list__items {
          visibility: visible;
          opacity: 1;
        }
      }

      a {
        display: flex;
        align-items: center;
        height: auto;
        min-height: 55px;
        font-family: 'Manrope', Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        line-height: normal;
        text-align: justify;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: $color-white;
        border-bottom: 3px solid transparent;
        transition-property: border;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        box-sizing: border-box;

        &:hover {
          border-bottom: 3px solid $color-light-green;
        }

        &.communication {
          svg {
            margin: 0 0 2px 8px;
            fill: transparent;
          }

          &:hover {
            svg {
              fill: $color-white;
            }
          }
        }
      }

      .menu-list__items {
        display: block;
        position: absolute;
        top: 0;
        left: 0px;
        width: calc(100% - 360px);
        padding: 0px;
        opacity: 1;
        visibility: hidden;
        z-index: -1;

        &-top {
          padding: 150px 10px 33px 86px;
        }
      }



      .menu-list {

        &__close {
          position: absolute;
          top: 95px;
          right: 25px;
          display: flex;

          svg {
            margin: 0;
            transition-property: transform;
            transition-duration: 0.3s;
            transition-timing-function: ease;
          }

          &:hover {
            svg {
              transform: scale(1.13);
            }
          }
        }

        &__items {
          display: block;
          position: absolute;
          top: 0;
          left: 0px;
          width: calc(100% - 360px);
          padding: 0px;
          opacity: 1;
          visibility: hidden;
          z-index: -1;

          &-top {
            position: relative;
            display: flex;
            align-items: flex-end;
            width: 100%;
            height: auto;
            min-height: 180px;
            padding: 150px 10px 33px 86px;
            background-color: $color-green-1;
            box-sizing: border-box;
            border-right: 1px solid $color-gray-5;

            svg {
              width: 20px;
              margin: 0 28px 32px 0;
            }

            p {
              margin: 0;
              font-family: 'Manrope', Arial, Helvetica, sans-serif;
              font-style: normal;
              font-weight: 800;
              font-size: 48px;
              line-height: 56px;
              color: $color-white;
            }

            .menu-list__close {
              svg {
                margin: 0;
              }
            }

            form {
              position: relative;
              display: flex;
              width: 100%;
              margin-right: 140px;
              border-bottom: 1px solid $color-white;

              input {
                width: 100%;
                padding: 0 40px 0 0;
                border: none;
                background: unset;
                font-family: 'Manrope', Arial, Helvetica, sans-serif;
                font-style: normal;
                font-weight: 100;
                font-size: 48px;
                line-height: 63px;
                color: $color-white;

                &::placeholder {
                  font-family: 'Manrope', Arial, Helvetica, sans-serif;
                  font-style: normal;
                  font-weight: 100;
                  font-size: 48px;
                  line-height: 63px;
                  color: $color-white;
                }

                &:nth-of-type(2) {
                  position: absolute;
                  top: 0;
                  right: 0;
                  width: 40px;
                  height: 100%;
                  padding: 0;
                  color: transparent;
                  background-image: url(../images/icon/arrow-right.svg);
                  background-position: center;
                  background-repeat: no-repeat;
                  background-size: 25px;
                  cursor: pointer;

                  &:hover {
                    animation: search-arrow-animate 0.5s ease-in-out infinite;

                    @keyframes search-arrow-animate {
                      0% { background-position: center; }
                      25% { background-position: 65% center; }
                      50% { background-position: 100% center; }
                      75% { background-position: 65% center; }
                      100% { background-position: center; }
                    }
                  }
                }
              }
            }
          }

          &-bottom {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 100%;
            height: auto;
            min-height: 90vh;
            padding: 45px 104px 33px 136px;
            background-color: $color-white;
            box-sizing: border-box;
            border-right: 1px solid $color-gray-5;

            .menu-items__lists {
              display: flex;
              flex-wrap: wrap;
              justify-content: space-between;
              width: 100%;
              height: auto;
              margin: 10px 0 0;
              padding: 5px 0 5px;
              border-top: 1px solid $color-gray;
              list-style: none;

              &-item {
                display: flex;
                width: 33%;
                height: auto;
              }

              &-link {
                display: flex;
                align-items: center;
                height: 16px;
                margin: 12px 0;
                padding-bottom: 2px;
                font-family: 'Manrope', Arial, Helvetica, sans-serif;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 16px;
                color: $color-green-1;
                border-bottom: 1px solid transparent;
                transition-property: border-bottom;
                transition-duration: 0.3s;
                transition-timing-function: ease;
                border-bottom: 1px solid rgba($color-brown, 0.1);

                &:hover {
                  // border-bottom: 1px solid $color-gray;
                  border-bottom: 1px solid rgba($color-brown, 0.5);
                }
              }
            }
          }

          &-content {
            display: flex;
            width: 100%;
            min-height: 100px;
          }

          &-list {
            width: 100%;
            min-height: 160px;
            margin: 0;
            padding: 0;
            list-style: none;


            &__items-text {
              margin-top: 0;
              font-family: 'Manrope', Arial, Helvetica, sans-serif;
              font-style: normal;
              font-weight: 100;
              font-size: 18px;
              line-height: 37px;
              color: $color-brown;
            }
          }

          &-text {
            margin-top: 0;
            font-family: 'Manrope', Arial, Helvetica, sans-serif;
            font-style: normal;
            font-weight: 100;
            font-size: 18px;
            line-height: 37px;
            color: $color-brown;
          }

          &-link {
            min-height: 49px;
            font-family: 'Manrope', Arial, Helvetica, sans-serif;
            font-style: normal;
            font-weight: 100;
            font-size: 24px;
            line-height: 49px;
            color: $color-brown;
            border-bottom: 1px solid transparent;
            transition-property: border-bottom;
            transition-duration: 0.3s;
            transition-timing-function: ease;
            border-bottom: 1px solid rgba($color-brown, 0.1);

            &:hover {
              border-bottom: 1px solid rgba($color-brown, 0.5);
            }
          }

          &-fish {
            margin: 0;
            font-family: 'Manrope', Arial, Helvetica, sans-serif;
            font-style: normal;
            font-weight: 100;
            font-size: 24px;
            line-height: 49px;
            color: $color-brown;
            border-bottom: 1px solid transparent;
            transition-property: border-bottom;
            transition-duration: 0.3s;
            transition-timing-function: ease;
          }






          &.is-visible {
            // display: flex;
            // background-color: $color-white;
          }

          &-is--stab {
            display: flex;
            flex-grow: 0;
            flex-shrink: 3;
            min-width: 360px;
            margin: 0;
            padding: 0;
            visibility: hidden;
          }
        }
      }



    }

    &-search {
      order: 4;

      button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 66px;
        height: auto;
        min-height: 60px;
        border-bottom: 1px solid rgba(228, 255, 233, 0.5);
        box-sizing: border-box;
        background: unset;

        img {
          width: auto;
          height: auto;
          transition-property: box-shadow;
          transition-duration: 0.3s;
          transition-timing-function: ease;
        }

        &:hover {
          img {
            box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.2);
          }
        }
      }
    }
  } */
}

.page-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  min-height: 59px;
  max-height: 60px;
  margin: 0 auto;
  padding-left: 133px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(44.2%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 44.2%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 44.2%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 44.2%);
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  z-index: 10;
}

.page-header__inner.page-header__inner-background {
  background-color: #3B8E53;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  background-image: unset;
}

.page-header__inner.page-header__inner--burger-active {
  background-color: #003389;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  background-image: unset;
}

.page-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 229px;
  max-height: 60px;
  z-index: 10;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.page-header__logo:hover .page-header__logo-text p {
  color: #FFFFFF;
}

.page-header__logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  max-height: 59px;
  padding-right: 26px;
  border-right: 1px solid rgba(228, 255, 233, 0.5);
  border-bottom: 1px solid rgba(228, 255, 233, 0.5);
}

.page-header__logo-text p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  text-align: justify;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #EBEBEB;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header__logo-image {
 position: absolute;
    top: -3px;
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95px;
    height: 95px;
}

.page-header__logo-image img {
  -webkit-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  object-fit: contain;
}

.page-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 6;
      flex-shrink: 6;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0;
  padding: 0 4px 0 4px;
  list-style: none;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background-image: url(../images/content/background-header-menu.png);
}

.page-header__nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  margin: 0;
  min-height: 59px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-header__nav .nav-item:nth-of-type(1) {
  -webkit-box-flex: 1.5;
      -ms-flex-positive: 1.5;
          flex-grow: 1.5;
}

.page-header__nav .nav-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 59px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: normal;
  text-align: justify;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 3px solid transparent;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.page-header__nav .nav-item > a:hover {
  border-bottom: 3px solid #4B76D0;
}

.page-header__nav .nav-item > a.communication svg {
  margin: 0 0 2px 8px;
  fill: transparent;
}

.page-header__nav .nav-item > a.communication:hover svg {
  fill: #ffffff;
}

.page-header__nav .nav-item.hober a {
  border-bottom: 3px solid #4B76D0;
}

.page-header__nav .nav-item.hober:hover .menu-list__items.menu-list__news,
.page-header__nav .nav-item.hober:hover .menu-list__items.menu-list__club,
.page-header__nav .nav-item.hober:hover .menu-list__items.menu-list__comands,
.page-header__nav .nav-item.hober:hover .menu-list__items.menu-list__season,
.page-header__nav .nav-item.hober:hover .menu-list__items.menu-list__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-header__nav .page-header__nav-link.communication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1.2;
      -ms-flex-positive: 1.2;
          flex-grow: 1.2;
  height: auto;
  min-height: 59px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: normal;
  text-align: justify;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 3px solid transparent;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-header__nav .page-header__nav-link.communication svg {
  margin: 0 0 2px 8px;
  fill: transparent;
}

.page-header__nav .page-header__nav-link.communication:hover svg {
  fill: #ffffff;
}

.page-header__nav.page-header__nav--mobile-active {
  position: absolute;
  top: 60px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: calc(100% - 360px);
  padding: 0 4px 0 98px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #003389;
  z-index: 2;
}

.page-header__nav-burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
  -ms-flex-negative: 10;
      flex-shrink: 10;
  height: 60px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(228, 255, 233, 0.5);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.page-header__nav-burger span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 2px;
  margin: 2.5px 0;
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header__nav-burger:hover span {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.page-header__nav-burger.page-header__nav-burger--active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translateY(5px);
      -ms-transform: rotate(45deg) translateY(5px);
          transform: rotate(45deg) translateY(5px);
}

.page-header__nav-burger.page-header__nav-burger--active span:nth-of-type(2) {
  display: none;
}

.page-header__nav-burger.page-header__nav-burger--active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translateY(-5px);
      -ms-transform: rotate(-45deg) translateY(-5px);
          transform: rotate(-45deg) translateY(-5px);
}

.page-header__nav-search {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.page-header__nav-search button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 66px;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: unset;
  background-image: url(../images/content/background-header-menu.png);
}

.page-header__nav-search button img {
  width: auto;
  height: auto;
  -webkit-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header__nav-search button:hover img {
  -webkit-transform: scale(1.22);
      -ms-transform: scale(1.22);
          transform: scale(1.22);
}

.page-header__nav-search.hober-search .menu-list__items.menu-list__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-header__nav-search.hober-search .menu-list__close {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0;
}

.page-header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 3;
      flex-shrink: 3;
  width: 240px;
  width: 360px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #4B76D0;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-header__social li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  margin: 0;
  padding: 0;
}

.page-header__social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  outline: none;
}

.page-header__social li a img {
  -webkit-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}


.page-header__social li a:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.page-header .page-header__language-button button {
  height: 100%;
  width: 60px;
  border: none;
  color: #ffffff;
  background-color: #3B8E53;
  border-right: 1px solid #275E37;
  border-left: 1px solid #275E37;
}

.page-header .page-header__language-button button.active-lang {
  top: 0;
  display: block;
}

.page-header .page-header__language-button:hover button {
  display: block;
}

.page-header__language-button {
  position: relative;
  margin: 0;
  padding: 0;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-header__language-button button {
  position: absolute;
  top: 60px;
  display: none;
  height: 100%;
  width: 60px;
  border: none;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #3B8E53;
  border-right: 1px solid #275E37;
  border-left: 1px solid #275E37;
}

.page-header__language-button button.active-lang {
  top: 0;
  display: block;
}

.page-header__language-button button:hover {
  background-color: #1D6130;
}

.page-header__language-button button:nth-of-type(2) {
  position: absolute;
  top: 60px;
  display: none;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid #275E37;
}

.page-header__language-button:hover button {
  display: block;
}

.page-header__entrance-link {
  margin: 0;
  padding: 0;
  width: 60px;
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-header__entrance-link--tab img {
    width: 18px;
    height: 15px;
}

.page-header__entrance-link--tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 60px;
  background-color: #4B76D0;
  border-bottom: 1px solid #003389;
  box-sizing: border-box;
}

.page-header__entrance-link--tab-wrap {
    position: absolute;
    top: 60px;
    right: 0;
    display: none;
    width: 120px;
    height: 60px;
    border-bottom: 1px solid #3B8E53;
    box-sizing: border-box;
    z-index: 10;
}

.page-header__entrance-link:hover .page-header__entrance-link--tab-logo img {
    transform: none;
}

.page-header__entrance-link--tab-wrap:hover .page-header__entrance-link--tab-out img {
    transform: scale(1.2);
}

.page-header__entrance-link--tab-logo img {
    width: 18px;
    height: 18px;
    padding: 5px;
    border: 1px solid #003389;
    border-radius: 50%;
}

.page-header__entrance-link--tab-out img {
    width: 18px;
    height: 15px;
    margin: 0 10px 2px 0;
    border: 0;
    border-radius: 0;
}

.page-header__entrance-link--tab-out {
    width: 100%;
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    border-bottom: initial;
    box-shadow: -4px 6px 7px rgba(0, 51, 137, 0.4);
}

.page-header__entrance-link a img {
  -webkit-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}


.page-header__entrance-link a:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.page-header .page-header__crumbs {
  position: absolute;
  top: 92px;
  left: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}

.page-header .page-header__crumbs a, .page-header .page-header__crumbs p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 15px;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: normal;
  color: #ffffff;
}

.page-header .page-header__crumbs a span, .page-header .page-header__crumbs p span {
  margin: 0 8px;
}

.page-header .page-header__crumbs a {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition-property: border-bottom color;
  -o-transition-property: border-bottom color;
  transition-property: border-bottom color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header .page-header__crumbs a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.page-header .page-header__menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  height: 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-header .menu-list__items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 230px;
  border-bottom: 2px solid #4B76D0;
}

.page-header .menu-list__items-top {
  max-width: 360px;
  width: 100%;
  padding: 81px 20px 33px 175px;
}

.page-header .menu-list__items-top > svg {
  position: absolute;
  margin: 7px 0 0;
  left: 133px;
}

.page-header .menu-list__items-top p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 32px;
  line-height: 37px;
  color: #4B76D0;
}

.page-header .menu-list__items.menu-list__news {
  display: none;
}

.page-header .menu-list__items.menu-list__news .menu-list__items-bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 190px;
  padding: 93px 20px 13px 30px;
  border-right: none;
  background-color: #003389;
}

.page-header .menu-list__items.menu-list__news .menu-list__items-bottom--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100px;
  height: 20px;
  margin: 3px 55px 0 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header .menu-list__items.menu-list__news .menu-list__items-bottom--link:hover {
  border-bottom: 1px solid white;
}

.page-header .menu-list__items.menu-list__news .menu-list__items-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  max-height: 120px;
}

.page-header .menu-list__items.menu-list__news .menu-list__items-item {
  width: auto;
}

.page-header .menu-list__items.menu-list__news .menu-list__items-link {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header .menu-list__items.menu-list__news .menu-list__items-link:hover {
  border-bottom: 1px solid white;
}

.page-header .menu-list__items.menu-list__club {
  display: none;
}

.page-header .menu-list__items.menu-list__club .menu-list__items-bottom {
  background-color: #003389;
  min-height: 190px;
  padding: 93px 50px 13px 37px;
  border-right: none;
}

.page-header .menu-list__items.menu-list__club .menu-list__items-bottom--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 105px;
  height: 20px;
  margin: 3px 55px 0 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header .menu-list__items.menu-list__club .menu-list__items-bottom--link:hover {
  border-bottom: 1px solid white;
}

.page-header .menu-list__items.menu-list__club .menu-list__items-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  max-height: 90px;
}

.page-header .menu-list__items.menu-list__club .menu-list__items-item {
  width: auto;
}

.page-header .menu-list__items.menu-list__club .menu-list__items-link {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header .menu-list__items.menu-list__club .menu-list__items-link:hover {
  border-bottom: 1px solid white;
}

.page-header .menu-list__items.menu-list__comands {
  display: none;
}

.page-header .menu-list__items.menu-list__comands .menu-list__items-bottom {
  background-color: #003389;
  min-height: 190px;
  padding: 93px 20px 13px 37px;
  border-right: none;
}

.page-header .menu-list__items.menu-list__comands .menu-list__items-bottom--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 105px;
  height: 20px;
  margin: 3px 55px 0 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header .menu-list__items.menu-list__comands .menu-list__items-bottom--link:hover {
  border-bottom: 1px solid white;
}

.page-header .menu-list__items.menu-list__comands .menu-list__items-fish {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: 21px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #4B76D0;
}

.page-header .menu-list__items.menu-list__season .menu-list__items-fish {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: 21px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #4B76D0;
}

.page-header .menu-list__items.menu-list__comands .menu-list__items-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  max-height: 170px;
  flex-direction: row;
  justify-content: space-between;
}

.page-header .menu-list__items.menu-list__comands .menu-list__items-item {
  width: auto;
  padding: 0 15px 15px;
  box-sizing: border-box;
}

.page-header .menu-list__items.menu-list__comands .menu-list__items-link {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header .menu-list__items.menu-list__comands .menu-list__items-link:hover {
  border-bottom: 1px solid white;
}

.page-header .menu-list__items.menu-list__comands .menu-level-below__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: none;
  margin: 0;
}

.page-header .menu-list__items.menu-list__season .menu-level-below__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: none;
  margin: 0;
}

.page-header .menu-list__items.menu-list__comands .menu-level-below__list-item {
  width: 100%;
}

.page-header .menu-list__items.menu-list__season .menu-level-below__list-item {
  width: 100%;
}

.page-header .menu-list__items.menu-list__comands .menu-level-below__list-link {
  position: relative;
  margin: 4px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header .menu-list__items.menu-list__season .menu-level-below__list-link {
  position: relative;
  margin: 4px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}


.page-header .menu-list__items.menu-list__comands .menu-level-below__list-link:hover {
  border-bottom: 1px solid white;
}

.page-header .menu-list__items.menu-list__comands .menu-level-below__list-link svg {
  position: absolute;
  top: 0;
  left: -25px;
  fill: #ffffff;
}

.page-header .menu-list__items.menu-list__season {
  display: none;
}

.page-header .menu-list__items.menu-list__season .menu-list__items-bottom {
  background-color: #003389;
  min-height: 190px;
  padding: 93px 40px 13px 30px;
  border-right: none;
}

.page-header .menu-list__items.menu-list__season .menu-list__items-bottom--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 105px;
  height: 20px;
  margin: 3px 55px 0 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header .menu-list__items.menu-list__season .menu-list__items-bottom--link:hover {
  border-bottom: 1px solid white;
}

.page-header .menu-list__items.menu-list__season .menu-list__items-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0 7px;
  max-height: 70px;
}

.page-header .menu-list__items.menu-list__season .menu-list__items-item {
  width: auto;
}

.page-header .menu-list__items.menu-list__season .menu-list__items-link {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header .menu-list__items.menu-list__season .menu-list__items-link:hover {
  border-bottom: 1px solid white;
}

.page-header .menu-list__items.menu-list__media {
  display: none;
}

.page-header .menu-list__items.menu-list__media .menu-list__items-bottom {
  background-color: #003389;
  min-height: 190px;
  padding: 93px 20px 13px 30px;
  border-right: none;
}

.page-header .menu-list__items.menu-list__media .menu-list__items-bottom--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 105px;
  height: 20px;
  margin: 3px 55px 0 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header .menu-list__items.menu-list__media .menu-list__items-bottom--link:hover {
  border-bottom: 1px solid white;
}

.page-header .menu-list__items.menu-list__media .menu-list__items-fish {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: 21px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #4B76D0;
}

.page-header .menu-list__items.menu-list__media .menu-list__items-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  max-height: 130px;
}

.page-header .menu-list__items.menu-list__media .menu-list__items-item {
  width: auto;
}

.page-header .menu-list__items.menu-list__media .menu-list__items-link {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header .menu-list__items.menu-list__media .menu-list__items-link:hover {
  border-bottom: 1px solid white;
}

.page-header .menu-list__items.menu-list__media .menu-level-below__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: none;
  margin: 0;
}

.page-header .menu-list__items.menu-list__media .menu-level-below__list-item {
  width: 100%;
}

.page-header .menu-list__items.menu-list__media .menu-level-below__list-link {
  position: relative;
  margin: 4px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header .menu-list__items.menu-list__media .menu-level-below__list-link:hover {
  border-bottom: 1px solid white;
}

.page-header .menu-list__items.menu-list__media .menu-level-below__list-link svg {
  position: absolute;
  top: -1px;
  left: -30px;
  fill: #ffffff;
}

.page-header .menu-list__items.menu-list__search {
  display: none;
}

.page-header .menu-list__items.menu-list__search .menu-list__items-top {
  max-width: 100%;
  padding: 0px 60px 33px 60px;
}

.page-header .menu-list__items.menu-list__search .menu-list__items-top svg {
  margin: 15px 0 0;
  left: 89px;
}

.page-header .menu-list__items.menu-list__search .menu-list__items-top form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  height: 66px;
  background-color: #003389;
  border-bottom: 1px solid rgba(228, 255, 233, 0.5);
}

.page-header .menu-list__items.menu-list__search .menu-list__items-top form input {
  width: 100%;
  padding: 5px 50px 0 10px;
  border: none;
  background: unset;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 35px;
  line-height: 56px;
  color: #ffffff;
}

.page-header .menu-list__items.menu-list__search .menu-list__items-top form input:-webkit-autofill, .page-header .menu-list__items.menu-list__search .menu-list__items-top form input:-webkit-autofill:hover, .page-header .menu-list__items.menu-list__search .menu-list__items-top form input:-webkit-autofill:focus, .page-header .menu-list__items.menu-list__search .menu-list__items-top form input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 40px #D4E2FF !important;
  -webkit-text-fill-color: #ffffff !important;
}

.page-header .menu-list__items.menu-list__search .menu-list__items-top form input::-webkit-input-placeholder {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 35px;
  line-height: 66px;
  color: #ffffff;
}

.page-header .menu-list__items.menu-list__search .menu-list__items-top form input::-ms-input-placeholder {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 35px;
  line-height: 66px;
  color: #ffffff;
}

.page-header .menu-list__items.menu-list__search .menu-list__items-top form input::placeholder {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 35px;
  line-height: 66px;
  color: #ffffff;
}

.page-header .menu-list__items.menu-list__search .menu-list__items-top form input:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 10px;
  width: 40px;
  height: 100%;
  padding: 0;
  color: transparent;
  background-image: url(../images/icon/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  cursor: pointer;
}

.page-header .menu-list__items.menu-list__search .menu-list__items-top form input:nth-of-type(2):hover {
  -webkit-animation: search-arrow-animate 0.5s ease-in-out infinite;
          animation: search-arrow-animate 0.5s ease-in-out infinite;
}

.page-header .menu-list__items-header {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 360px;
    min-height: 80px;
    margin: 0;
    padding: 81px 20px 33px 175px;
    box-sizing: border-box;
    background-color: #003389;
    z-index: 2;
}

.page-header__nav-search.hober-search  .menu-list__items-header {
    max-width: initial;
}

.page-header .menu-list__items-header svg {
    position: absolute;
    top: 88px;
    left: 135px;
    fill: #4B76D0;
}

.page-header .menu-list__items-header h2 {
    margin: 0;
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 32px;
    line-height: 37px;
    color: #4B76D0;
}

@-webkit-keyframes search-arrow-animate {
  0% {
    background-position: center;
  }
  25% {
    background-position: 65% center;
  }
  50% {
    background-position: 100% center;
  }
  75% {
    background-position: 65% center;
  }
  100% {
    background-position: center;
  }
}

@keyframes search-arrow-animate {
  0% {
    background-position: center;
  }
  25% {
    background-position: 65% center;
  }
  50% {
    background-position: 100% center;
  }
  75% {
    background-position: 65% center;
  }
  100% {
    background-position: center;
  }
}

.page-header .menu-list__items.menu-list__search .menu-list__items-bottom {
  background-color: #4B76D0;
  min-height: 190px;
  padding: 93px 20px 13px 30px;
  border-right: none;
}

.page-header .menu-list__items.menu-list__search .menu-list__items-bottom--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 105px;
  height: 20px;
  margin: 3px 55px 0 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header .menu-list__items.menu-list__search .menu-list__items-bottom--link:hover {
  border-bottom: 1px solid white;
}

.page-header .menu-list__items.menu-list__search .menu-list__items-fish {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: 21px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #4B76D0;
}

.page-header .menu-list__items.menu-list__search .menu-list__items-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0 0 0 5px;
  max-height: 90px;
}

.page-header .menu-list__items.menu-list__search .menu-list__items-item {
  width: auto;
}

.page-header .menu-list__items.menu-list__search .menu-list__items-link {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header .menu-list__items.menu-list__search .menu-list__items-link:hover {
  border-bottom: 1px solid white;
}

.page-header .menu-list__items.menu-list__search .menu-level-below__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: none;
  margin: 0;
}

.page-header .menu-list__items.menu-list__search .menu-level-below__list-item {
  width: 100%;
}

.page-header .menu-list__items.menu-list__search .menu-level-below__list-link {
  position: relative;
  margin: 4px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header .menu-list__items.menu-list__search .menu-level-below__list-link:hover {
  border-bottom: 1px solid white;
}

.page-header .menu-list__items.menu-list__search .menu-level-below__list-link svg {
  position: absolute;
  top: 0;
  left: -30px;
  fill: #ffffff;
}

.page-header .menu-list__items {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  width: calc(100% - 360px);
  z-index: -1;
}

.page-header .menu-list__items-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #003389;
}

.page-header .menu-list__items-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: auto;
  min-height: 90vh;
  padding: 45px 104px 13px 136px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #DCDCDC;
}

.page-header .menu-list__items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  padding: 5px 0 5px;
}

.page-header .menu-list__items-item {
  width: 100%;
  height: auto;
  min-height: unset;
  padding: 0;
  list-style: none;
}

.page-header .menu-list__items-fish {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 24px;
  line-height: 49px;
  color: #7B7B7B;
  border-bottom: 1px solid transparent;
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header .menu-list__items-link {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 24px;
  line-height: 49px;
  color: #7B7B7B;
  border-bottom: 1px solid transparent;
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  border-bottom: 1px solid rgba(82, 82, 82, 0.1);
}

.page-header .menu-list__items-link:hover {
  border-bottom: 1px solid rgba(82, 82, 82, 0.5);
}

.page-header .menu-list__items-text {
  margin-top: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 18px;
  line-height: 37px;
  color: #7B7B7B;
}

.page-header .menu-list__close {
  position: absolute;
  top: 85px;
  right: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none !important;
  width: 29px;
  height: 19px;
  min-height: 19px;
  border: none;
  z-index: 10;
}

.page-header .menu-list__close svg {
  margin: 0 !important;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-header .menu-list__close:hover svg {
  -webkit-transform: scale(1.13);
      -ms-transform: scale(1.13);
          transform: scale(1.13);
}

.page-header .menu-level-below__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  padding: 5px 0 5px;
  border-top: 1px solid #EBEBEB;
  list-style: none;
}

.page-header .menu-level-below__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: auto;
}

.page-header .menu-level-below__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16px;
  margin: 12px 0;
  padding-bottom: 2px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #3B8E53;
  border-bottom: 1px solid transparent;
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  border-bottom: 1px solid rgba(82, 82, 82, 0.1);
}

.index-page .page-header .menu-list__items-bottom {
  min-height: 469px;
}

.index-page .page-header__crumbs {
  display: none;
}

.index-page .page-header .menu-list__search .menu-list__items-bottom {
  min-height: 461px !important;
}

.command-page .page-header__nav li a {
  border-bottom: 3px solid transparent;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.command-page .page-header__nav li:nth-of-type(3) a {
  border-bottom: 3px solid #4B76D0 ;
}

.wrapper {
  position: relative;
}

.wrapper:before, .wrapper:after {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  display: none;
  width: calc((100% - 1440px) / 2);
  height: 100vh;
  content: '';
  background-image: url(../images/content/bg_l.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.wrapper:after {
  left: unset;
  right: 1px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.page-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 12;
}

.page-main__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: calc(100% - 360px);
  height: auto;
  padding-bottom: 180px;
  background-color: #F7F7F7;
  overflow: hidden;
}

.page-main__wrap.index-page {
  max-width: unset;
  padding-bottom: unset;
  background-image: linear-gradient(150.01deg, #FFF 13.17%, rgba(235, 241, 255, 0.46) 34.59%, rgba(195, 214, 255, 0.12) 57.73%, rgba(222, 231, 251, 0.1) 73.16%, #ebf1ff40 95.94%);
}

.footer__link__img-sponsor {
    max-width: 140px;
}


.page-main.index-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.page-main .first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* background-color: #F7F7F7; */
  /* Левый слайдер */
  /* контент верхнего левого слайдера */
  /* Правый слайдер */
}

.page-main .first-left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  max-width: calc(100% - 360px);
  position: relative;
  /* управление верхнего левого слайдера */
  /* Нумерация */
}

.page-main .first-left__slider {
  width: 100%;
  height: auto;
  max-height: 699px;
}

.page-main .first-left__slider-slide {
  position: relative;
  width: 100%;
  height: 699px;
}

.page-main .first-left__slider-slide.sticky-background-none {
  background-color: #3B8E53;
}

.page-main .first-left__slider-slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-main .first-left__slider-slide:before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 50%;
  content: '';
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 51, 137, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 51, 137, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 51, 137, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 51, 137, 0.5) 100%); */
}

.page-main .first-left__slider-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 51, 137, 0.7)), color-stop(5%, rgba(0, 51, 137, 0.35)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 51, 137, 0.9)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.7) 0, rgba(0, 51, 137, 0.35) 5%, rgba(0, 0, 0, 0) 50%, rgba(0, 51, 137, 0.9) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.7) 0, rgba(0, 51, 137, 0.35) 5%, rgba(0, 0, 0, 0) 50%, rgba(0, 51, 137, 0.9) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.7) 0, rgba(0, 51, 137, 0.35) 5%, rgba(0, 0, 0, 0) 50%, rgba(0, 51, 137, 0.9) 100%);
}

.page-main .first-left .slick-prev,
.page-main .first-left .slick-next {
  left: unset;
  top: unset;
  bottom: 48px;
  right: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  padding-bottom: 3px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  z-index: 1;
  opacity: 0.75;
}

.page-main .first-left .slick-prev:hover,
.page-main .first-left .slick-next:hover {
  border: 1px solid white;
  opacity: 1;
}

.page-main .first-left .slick-prev:before,
.page-main .first-left .slick-next:before {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  content: '';
  background-image: url(../images/icon/arrow-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.75;
}

.page-main .first-left .slick-prev:before:hover,
.page-main .first-left .slick-next:before:hover {
  opacity: 1;
}

.page-main .first-left .slick-next {
  right: 75px;
}

.page-main .first-left .slick-next:before {
  background-image: url(../images/icon/arrow-right.svg);
}

.page-main .first-left .first-left__slider-slide--number {
  position: absolute;
  bottom: 120px;
  right: 75px;
  width: 60px;
  height: 17px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: right;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 10;
}

.page-main .first .slides-top__content {
  position: absolute;
  bottom: 50px;
  left: 40px;
  z-index: 2;
}

.page-main .first .slides-top__content-text--image {
  position: relative;
  margin-bottom: 12px;
  padding-left: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-main .first .slides-top__content-text--image svg {
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: auto;
  height: auto;
  fill: #FFFFFF;
}

.page-main .first .slides-top__content-text--image p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.page-main .first .slides-top__content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 698px;
  margin-bottom: 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
}

.page-main .first .slides-top__content .slides-top__content-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  padding-left: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  color: #ffffff;
}

.page-main .first .slides-top__content .slides-top__content-link:hover .slides-top__content-link--image {
    background-color: #4B76D0;
}

.page-main .first .slides-top__content .slides-top__content-link:hover .slides-top__content-link--image svg {
  -webkit-animation: header-slider-link 0.5s ease-in-out infinite;
          animation: header-slider-link 0.5s ease-in-out infinite;
}

@keyframes header-slider-link {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0px);
  }
}

.page-main .first .slides-top__content .slides-top__content-link--image {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #003389;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .first .slides-top__content .slides-top__content-link--image svg {
  fill: #ffffff;
}

.page-main .first-right {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-main .third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: -1px auto 0;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* background-color: #F7F7F7; */
}

.page-main .third-left {
  position: relative;
  width: 100%;
  max-width: 710px;
  height: 648px;
  background-color: #003389;
  background-image: url(/images/content/video-reports/backgroubd-video-logo.png);
  background-position: left center;
  background-repeat: no-repeat;
  z-index: 2;
}

/* .page-main .third-left:before, .page-main .third-left:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  width: 132px;
  height: 176px;
  background-image: url(../images/content/third-left-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
}

.page-main .third-left:before {
  right: 130px;
  z-index: 2;
}

.page-main .third-left:after {
  right: 53px;
  z-index: 1;
} */

.page-main .third-left--top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 158px;
}

.page-main .third-left--top:before, .page-main .third-left--top:after {
  position: absolute;
  top: 29px;
  display: block;
  content: '';
}

.page-main .third-left--top:before {
  left: 0;
  width: 360px;
  background-color: #F2BBC2;
  height: 3px;
  z-index: 2;
}

.page-main .third-left--top:after {
  left: 120px;
  width: 240px;
  height: 33px;
  background-color: #E50020;
  z-index: 1;
}

.page-main .third-left--top h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 423px;
  margin: 0 auto;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 10;
}

.page-main .third-left--top .third-left--top__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 423px;
  margin: 0 auto;
  padding: 10px 10px 10px 47px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #ffffff;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .third-left--top .third-left--top__link:hover {
  color: #DCDCDC;
}

.page-main .third-left--top .third-left--top__link:hover .third-left--top__link--image:first-of-type {
  border: 1px solid #DCDCDC;
}

.page-main .third-left--top .third-left--top__link:hover .third-left--top__link--image:last-of-type {
  -webkit-animation: section-link 0.6s ease-in-out infinite;
          animation: section-link 0.6s ease-in-out infinite;
}

@keyframes section-link {
  0% {
    margin-left: 10px;
  }
  50% {
    margin-left: 13px;
  }
  100% {
    margin-left: 10px;
  }
}

.page-main .third-left--top .third-left--top__link--image:first-of-type {
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #EBEBEB;
  border-radius: 17px;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .third-left--top .third-left--top__link--image:first-of-type svg {
  fill: #ffffff;
}

.page-main .third-left--top .third-left--top__link--image:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10px;
  margin-left: 10px;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-main .third-left--top .third-left--top__link--image:last-of-type svg {
  stroke: #DCDCDC;
}

.page-main .third-left--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 15px 40px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-main .third-left--bottom__video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  width: 669px;
  max-width: 669px;
  height: 100%;
  height: 431px;
  max-height: 431px;
}

.page-main .third-left--bottom__video-pseudo {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  min-height: 431px;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 410px;
  background-color: #134F24;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast.video-broadcast__ether {
  background-color: #7B7B7B;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast.video-broadcast__ether .video-broadcast__info {
  padding: 10px 60px 20px;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast.video-broadcast__ether .video-broadcast__info-data--text {
  color: #EBEBEB;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast.video-broadcast__ether .video-broadcast__info-data--composition {
  display: none;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast.video-broadcast__ether .video-broadcast__info-data--ether {
  display: block;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast.video-broadcast__ether .video-broadcast__time {
  display: none;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 410px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background-color: #000000;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__content iframe {
  width: 100%;
  height: 410px;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__content p {
  width: 100%;
  font-size: 0;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__content > div {
  display: flex;
  width: 100%;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__content-play {
  position: absolute;
  top: 10px;
  left: 50px;
  display: block;
  width: 80px;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  content: '';
  background-color: rgba(92, 92, 92, 0.33);
  background-image: url(/images/icon/image-play-green.svg);
  background-position: 51% 50%;
  background-repeat: no-repeat;
  background-size: 16px 20px;
  -webkit-transition-property: border, background-size, background-color, -webkit-box-shadow;
  transition-property: border, background-size, background-color, -webkit-box-shadow;
  -o-transition-property: border, background-size, box-shadow, background-color;
  transition-property: border, background-size, box-shadow, background-color;
  transition-property: border, background-size, box-shadow, background-color, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  z-index: 10;
  cursor: pointer;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__content-play.none-play {
  display: none;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__content-video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #000000;
  overflow: hidden;
  cursor: pointer;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__content-video:hover .video-broadcast__content-video--blur:after {
  border: 2px solid #EBEBEB;
  background-size: 18px 22px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.5);
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__content-video--blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-size: auto 130%;
  background-position: center;
  background-repeat: no-repeat;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__content-video iframe {
  width: 100%;
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__info {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 140px 50px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0.66)), color-stop(0%, rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 11;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__info.none-play {
  display: none;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__info-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__info-data--text, .page-main .third-left--bottom__video-pseudo .video-broadcast__info-data--composition, .page-main .third-left--bottom__video-pseudo .video-broadcast__info-data--ether {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #E4FFE9;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__info-data--text {
  padding: 0;
  margin: 0;
  font-weight: 800;
  color: #C1C1C1;
  z-index: 10;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__info-data--composition {
  font-weight: bold;
  z-index: 10;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__info-data--ether {
  position: relative;
  display: none;
  padding: 0 20px 0 0;
  font-weight: bold;
  color: #FFCAD6;
  -webkit-animation: text-ether 1.5s ease-in-out infinite;
          animation: text-ether 1.5s ease-in-out infinite;
}

@-webkit-keyframes text-ether {
  0% {
    text-shadow: 0 0 0 #D21845;
  }
  25% {
    text-shadow: 0 0 5px #D21845;
  }
  50% {
    text-shadow: 0 0 10px #D21845;
  }
  75% {
    text-shadow: 0 0 5px #D21845;
  }
  100% {
    text-shadow: 0 0 0 #D21845;
  }
}

@keyframes text-ether {
  0% {
    text-shadow: 0 0 0 #D21845;
  }
  25% {
    text-shadow: 0 0 5px #D21845;
  }
  50% {
    text-shadow: 0 0 10px #D21845;
  }
  75% {
    text-shadow: 0 0 5px #D21845;
  }
  100% {
    text-shadow: 0 0 0 #D21845;
  }
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__info-data--ether:before {
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #D21845;
  border-radius: 50%;
  content: '';
  z-index: 10;
  -webkit-animation: dots-ether 1.5s ease-in-out infinite;
          animation: dots-ether 1.5s ease-in-out infinite;
}

@-webkit-keyframes dots-ether {
  0% {
    -webkit-box-shadow: 0 0 0 #D21845;
            box-shadow: 0 0 0 #D21845;
  }
  25% {
    -webkit-box-shadow: 0 0 5px #D21845;
            box-shadow: 0 0 5px #D21845;
  }
  50% {
    -webkit-box-shadow: 0 0 10px #D21845;
            box-shadow: 0 0 10px #D21845;
  }
  75% {
    -webkit-box-shadow: 0 0 5px #D21845;
            box-shadow: 0 0 5px #D21845;
  }
  100% {
    -webkit-box-shadow: 0 0 0 #D21845;
            box-shadow: 0 0 0 #D21845;
  }
}

@keyframes dots-ether {
  0% {
    -webkit-box-shadow: 0 0 0 #D21845;
            box-shadow: 0 0 0 #D21845;
  }
  25% {
    -webkit-box-shadow: 0 0 5px #D21845;
            box-shadow: 0 0 5px #D21845;
  }
  50% {
    -webkit-box-shadow: 0 0 10px #D21845;
            box-shadow: 0 0 10px #D21845;
  }
  75% {
    -webkit-box-shadow: 0 0 5px #D21845;
            box-shadow: 0 0 5px #D21845;
  }
  100% {
    -webkit-box-shadow: 0 0 0 #D21845;
            box-shadow: 0 0 0 #D21845;
  }
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__info-title--text {
  margin: 10px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  z-index: 10;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 60px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-main .third-left--bottom__video-pseudo .video-broadcast__time-text {
  min-height: 17px;
  margin: 5px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #EBEBEB;
}

.page-main .third-left--bottom__video-pseudo.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-main .third-left--bottom__video-pseudo--link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 431px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background-color: #000000;
}

.page-main .third-left--bottom__video-pseudo--link svg {
  z-index: 10;
  padding: 0 10px 0 49px;
}

.page-main .third-left--bottom__video-pseudo--link svg circle {
  fill: #EBEBEB;
  fill-opacity: 0.33;
  stroke: #EBEBEB;
  -webkit-transition-property: fill, fill-opacity, strock;
  -o-transition-property: fill, fill-opacity, strock;
  transition-property: fill, fill-opacity, strock;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .third-left--bottom__video-pseudo--link svg path {
  stroke: #EBEBEB;
  stroke-width: 2;
  -webkit-transition-property: strock, stroke-width;
  -o-transition-property: strock, stroke-width;
  transition-property: strock, stroke-width;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .third-left--bottom__video-pseudo--link b {
  margin: 5px 0;
  padding: 0 10px 0 49px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  z-index: 10;
}

.page-main .third-left--bottom__video-pseudo--link:hover svg circle {
  fill: #EBEBEB;
  fill-opacity: 0.13;
  stroke: #EBEBEB;
}

.page-main .third-left--bottom__video-pseudo--link:hover svg path {
  stroke: #EBEBEB;
  stroke-width: 4;
}

.page-main .third-left--bottom__video-pseudo--link:hover img {
  -webkit-filter: blur(2.5px);
          filter: blur(2.5px);
}

.page-main .third-left--bottom__video-pseudo--link img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  -o-transition-property: filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .third-left--bottom__video-pseudo--command, .page-main .third-left--bottom__video-pseudo--data {
  margin: 15px 0 5px;
  padding: 0 10px 0 49px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #E4FFE9;
  z-index: 10;
}

.page-main .third-left--bottom__video-pseudo--data {
  margin: 15px 0 35px;
  padding: 0 10px 0 49px;
  font-weight: 800;
  color: #C1C1C1;
  z-index: 10;
}

.page-main .fourth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 45px 0 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* background-color: #F7F7F7; */
}

.page-main .fourth-left {
  position: relative;
  width: 100%;
  max-width: 702px;
  height: 100%;
  min-height: 670px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-main .fourth-left--top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 143px;
  padding: 15px 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-main .fourth-left--top:before, .page-main .fourth-left--top:after {
  position: absolute;
  top: 10px;
  display: block;
  content: '';
}

.page-main .fourth-left--top:before {
  left: -20px;
  width: 360px;
  background-color: #F2BBC2;
  height: 3px;
  z-index: 2;
}

.page-main .fourth-left--top:after {
  left: 100px;
  width: 240px;
  height: 33px;
  background-color: #C3D6FF;
  z-index: 1;
}

.page-main .fourth-left--top h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: auto;
  margin: 0 30px 0 129px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #003389;
  z-index: 10;
}

.page-main .fourth-left--top__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 30px 0 129px;
  padding: 10px 10px 10px 47px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #7B7B7B;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .fourth-left--top__link:hover {
  color: #7B7B7B;
}

.page-main .fourth-left--top__link:hover .fourth-left--top__link--image:first-of-type {
  border: 1px solid #A9A9A9;
}

.page-main .fourth-left--top__link:hover .fourth-left--top__link--image:last-of-type {
  -webkit-animation: section-link 0.6s ease-in-out infinite;
          animation: section-link 0.6s ease-in-out infinite;
}

@keyframes section-link {
  0% {
    margin-left: 10px;
  }
  50% {
    margin-left: 13px;
  }
  100% {
    margin-left: 10px;
  }
}

.page-main .fourth-left--top__link--image:first-of-type {
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #C1C1C1;
  border-radius: 17px;
}

.page-main .fourth-left--top__link--image:first-of-type svg {
  fill: #7B7B7B;
}

.page-main .fourth-left--top__link--image:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10px;
  margin-left: 10px;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-main .fourth-left--top__link--image:last-of-type svg {
  stroke: #DCDCDC;
}

.page-main .fourth-left--bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 682px;
  min-height: 530px;
  overflow: hidden;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .fourth-left--bottom:hover {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.page-main .fourth-left--bottom:hover > img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.page-main .fourth-left--bottom__score {
  position: absolute;
  top: 20px;
  left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-main .fourth-left--bottom__score-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}

.page-main .fourth-left--bottom__score-image svg {
  margin-bottom: 2px;
  fill: #ffffff;
}

.page-main .fourth-left--bottom__score svg {
  margin-top: 2px;
  fill: #ffffff;
}

.page-main .fourth-left--bottom__score p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.page-main .fourth-left--bottom__wrap {
  width: 100%;
  background-color: #ffffff;
  z-index: 2;
}

.page-main .fourth-left--bottom__content-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 10px 25px 25px;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-main .fourth-left--bottom__content-list:before {
  position: absolute;
  top: 35px;
  left: 30px;
  display: block;
  content: '';
  width: 90%;
  border-bottom: 1px solid #EBEBEB;
}

.page-main .fourth-left--bottom__content-item--one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  margin: 17px 0;
  background-color: #ffffff;
  z-index: 2;
}

.page-main .fourth-left--bottom__content-item--one .fourth-left--bottom__content-item--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12px;
  height: 14px;
  margin-right: 10px;
}

.page-main .fourth-left--bottom__content-item--one svg {
  fill: #4B76D0;
}

.page-main .fourth-left--bottom__content-item--one p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  text-transform: uppercase;
  color: #4B76D0;
}

.page-main .fourth-left--bottom__content-item--two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  min-height: 45px;
}

.page-main .fourth-left--bottom__content-item--two p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  color: #000C35;
}

.page-main .fourth-left--bottom__content-item--three {
  position: absolute;
  top: 27px;
  right: 0;
  padding: 0 20px 0 25px;
  background-color: #ffffff;
  z-index: 2;
}

.page-main .fourth-left--bottom__content-item--three p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.page-main .fourth-left--bottom > img {
  position: absolute;
  top: -5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .fourth-left--bottom::before {
  position: absolute;
  top: -5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 51, 137, 0) 0%, rgba(0, 12, 53, 0.66) 100%);
  mix-blend-mode: normal;
  content: '';
  z-index: 1;
}

.page-main .fifth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 68px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* background-color: #ffffff; */
}

.page-main .fifth-top {
  margin: 0 91px 0 106px;
}

.page-main .fifth-top--wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px 30px;
}

.page-main .fifth-bottom {
    padding: 0 20px;
}

.page-main .fifth-top--wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 958px;
  height: 33px;
  content: '';
  background-color: #C3D6FF;
  z-index: 0;
}

.page-main .fifth-top--wrap:after {
  position: absolute;
  top: 0;
  left: -121px;
  display: block;
  width: 360px;
  height: 3px;
  content: '';
  background-color: #F2BBC2;
  z-index: 0;
}

.page-main .fifth-top__left {
  margin: 0 37px;
  z-index: 2;
}

.page-main .fifth-top__left h2 {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #003389;
}

.page-main .fifth-top__left h2 span {
    color: #E50020;
}

.page-main .fifth-top__right {
  margin: 9px 20px 0 20px;
  z-index: 2;
}

.page-main .fifth-top__right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-main .fifth-top__right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 26px;
}

.page-main .fifth-top__right-item svg {
  margin-right: 8px;
  fill: #4B76D0;
}

.page-main .fifth-top__right-item--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 26px;
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-decoration: underline;
  color: #4B76D0;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .fifth-top__right-item--link:hover {
  color: #003389;
}

.page-main .fifth-top__right-item--link:hover svg {
  fill: #003389;
}

.page-main .fifth-bottom--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: 370px;
  margin: 34px 80px 15px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

.page-main .fifth-bottom--list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 290px;
  height: auto;
  min-height: 150px;
  margin: 0 12px 0 12px;
}

.page-main .fifth-bottom--list__item-top {
  width: 100%;
  height: auto;
  min-height: 159px;
  background-color: #ffffff;
}

.page-main .fifth-bottom--list__item-content {
  width: 100%;
  height: auto;
  min-height: 159px;
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.page-main .fifth-bottom--list__item-footer {
  width: 100%;
  height: auto;
  min-height: 51px;
  background-color: #ffffff;
}

.page-main .fifth .slick-list {
  padding: 0 2.5px 20px !important;
}

.page-main .fifth .slick-next, .page-main .fifth .slick-prev {
  right: -50px;
  width: 34px;
  height: 34px;
  background-color: #C3D6FF;
  border-radius: 17px;
  opacity: 0.75;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .fifth .slick-next:before, .page-main .fifth .slick-prev:before {
  width: 20px;
  height: 20px;
  color: transparent;
  background-image: url(../images/icon/arrow-right-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.page-main .fifth .slick-next:hover, .page-main .fifth .slick-prev:hover {
  opacity: 1;
}

.page-main .fifth .slick-prev {
  left: -50px;
}

.page-main .fifth .slick-prev:before {
  background-image: url(../images/icon/arrow-left-blue.svg);
}

.page-main .sixth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 59px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* background-color: #F7F7F7; */
}

.page-main .sixth-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 718px;
  height: 100%;
  min-height: 520px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-main .sixth-left--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  margin: 0 0 76px 20px;
}

.page-main .sixth-left--top:before {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: '';
  width: 230px;
  height: 33px;
  background-color: #C3D6FF;
  z-index: 1;
}

.page-main .sixth-left--top h2 {
  position: relative;
  margin: 0 0 0 25px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 66px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #003389;
  z-index: 2;
}

.page-main .sixth-left--logo {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  height: 209px;
  margin: 0 0 21px 0;
  list-style: none;
  background-color: #ffffff;
}

.page-main .sixth-left--logo p {
  max-width: 140px;
  margin-left: 8px;
  font-family: 'direct', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
}

.page-main .sixth-left--bottom {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 20px;
}

.page-main .sixth-left--bottom__left {
  width: 100%;
  /* max-width: 330px; */
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-main .sixth-left--bottom__left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #EBEBEB;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.page-main .sixth-left--bottom__left-item:nth-of-type(1) {
  z-index: 1;
}

.page-main .sixth-left--bottom__left-item:nth-of-type(2) {
  z-index: 2;
}

.page-main .sixth-left--bottom__left-item:nth-of-type(3) {
  z-index: 3;
}

.page-main .sixth-left--bottom__left-item--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.page-main .sixth-left--bottom__left-item--link:hover {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.page-main .sixth-left--bottom__left-item--link:hover .sixth-left--bottom__left-item--image img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.page-main .sixth-left--bottom__left-item--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  max-width: 141px;
  height: 176px;
  overflow: hidden;
}

.page-main .sixth-left--bottom__left-item--image img {
  width: initial;
  height: 98%;
  max-height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-main .sixth-left--bottom__left-item--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 15px 17px 15px 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-main .sixth-left--bottom__left-item--content b {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  /* font-weight: bold;
  font-size: 12px;
  line-height: 14px; */
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.page-main .sixth-left--bottom__left-item--content b span {
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
}

.page-main .sixth-left--bottom__left-item--content p {
  margin: 5px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #C1C1C1;
}

.page-main .sixth-left--bottom__left-item--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-main .sixth-left--bottom__left-item--wrap p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7B7B7B;
}

.page-main .sixth-left--bottom__left-item--wrap p:first-of-type {
  width: 100%;
  max-width: 37px;
  margin-right: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.27%, #F7F7F7), color-stop(50.28%, #EBEBEB));
  background: -webkit-linear-gradient(top, #F7F7F7 50.27%, #EBEBEB 50.28%);
  background: -o-linear-gradient(top, #F7F7F7 50.27%, #EBEBEB 50.28%);
  background: linear-gradient(180deg, #F7F7F7 50.27%, #EBEBEB 50.28%);
  border: 2px solid #4B76D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #686868;
}

.page-main .sixth-left--bottom__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 35px 0;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 349px;
    height: 100%;
    min-height: 424px;
    margin: 0 0 0 21px;
    padding: 35px 0;
    box-sizing: border-box;
    list-style: none;
    /* flex-direction: column; */
    background-color: #ffffff;
}

.index-page .sixth-left--bottom__right img {
  max-width: 120px;
}

.page-main .sixth-left--bottom__right p {
  max-width: 140px;
  margin-left: 8px;
  font-family: 'direct', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
}

.page-main .instagram-media {
  min-width: initial !important;
  margin: 0 !important;
}

.page-main .twitter-tweet {
  margin: 0 !important;
}

.page-main .instagram .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-main .instagram .header .user-picture {
  margin: 0;
  border-radius: 50%;
}

.page-main .instagram .header .profile_link {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.page-main .instagram .content .media iframe {
  max-width: 290px;
  border: none;
}

.page-main .instagram-media .header a.FollowButton, .page-main .instagram-media .header a.ViewProfileButton {
  display: none;
}

.page-main .index-banner .block-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  background-color: #1D6130;
  background-attachment: fixed;
  background-position: left center;
  background-image: url(../images/content/banner-bg.jpg);
}

.page-main .index-banner .block-image img {
  width: auto;
  height: auto;
  margin: 0;
}

.leadership-page.page-main__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: calc(100% - 360px);
  height: auto;
  padding-bottom: 140px;
  background-color: #F7F7F7;
}

.leadership-page .first {
  width: 100%;
  min-height: 230px;
}

.leadership-page .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  background-image: url(../images/content/leadership-first--background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.leadership-page .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.leadership-page .first-content h2 {
  position: relative;
  margin: 0 51px 33px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}

.leadership-page .second {
  width: 100%;
  padding: 0;
}

.leadership-page .second-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.leadership-page .second-content__list {
  width: 100%;
  padding: 0;
  margin: 20px 11px 0;
  list-style: none;
}

.leadership-page .second-content__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leadership-page .second-content__list-item--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 11px;
  border-top: 3px solid #003389;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.leadership-page .second-content__list-item--link:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.leadership-page .second-content__list-item--link:hover .second-content__list-item--image img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.leadership-page .second-content__list-item--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 485px;
  overflow: hidden;
}

.leadership-page .second-content__list-item--image img {
  width: 100%;
  max-width: 485px;
  height: auto;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.leadership-page .second-content__list-item--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  margin-left: 65px;
}

.leadership-page .second-content__list-item--info b {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: normal;
  color: #7B7B7B;
}

.leadership-page .second-content__list-item--info p {
  margin: 10px 0 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.leadership-page .third {
  width: 100%;
  min-height: 250px;
  padding: 0;
}

.leadership-page .third-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.leadership-page .third-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
}

.leadership-page .third-content__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 338px;
  margin: 0 10px 20px 11px;
}

.leadership-page .third-content__list-item--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
 justify-content: flex-end;
  width: 100%;
  max-width: 338px;
  padding: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.leadership-page .third-content__list-item--link:hover {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.leadership-page .third-content__list-item--link:hover .third-content__list-item--image img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.leadership-page .third-content__list-item--link:hover .third-content__list-item--image.image-none img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.leadership-page .third-content__list-item--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 430px;
  border-bottom: 3px solid #003389;
  box-sizing: border-box;
  overflow: hidden;
}

.leadership-page .third-content__list-item--image img {
  width: 100%;
  height: auto;
  max-height: 430px;
  object-fit: cover;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.leadership-page .third-content__list-item--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  min-height: 100px;
  padding: 10px 10px 0 10px;
}

.leadership-page .third-content__list-item--info b {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #7B7B7B;
}

.leadership-page .third-content__list-item--info p {
  margin: 10px 0 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.infrastructure-page.page-main__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: calc(100% - 360px);
  height: auto;
  padding-bottom: 140px;
  background-color: #F7F7F7;
}

.infrastructure-page.page-main__wrap .first {
  width: auto;
  max-width: unset;
  min-height: 230px;
  margin: 0;
}

.infrastructure-page.page-main__wrap .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  background-image: url(../images/content/leadership-first--background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.infrastructure-page.page-main__wrap .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.infrastructure-page.page-main__wrap .first-content h2 {
  position: relative;
  margin: 0 51px 33px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}

.infrastructure-page.page-main__wrap .second {
  width: auto;
  max-width: unset;
  padding: 0;
  margin: 0;
}

.infrastructure-page.page-main__wrap .second-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.infrastructure-page.page-main__wrap .second-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 20px 20px 0;
  list-style: none;
}

.infrastructure-page.page-main__wrap .second-content__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  max-width: 509px;
  height: auto;
  min-height: 299px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.infrastructure-page.page-main__wrap .second-content__list-item--link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 299px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.infrastructure-page.page-main__wrap .second-content__list-item--link:before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  z-index: 1;
}

.infrastructure-page.page-main__wrap .second-content__list-item--link:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.infrastructure-page.page-main__wrap .second-content__list-item--link:hover img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.infrastructure-page.page-main__wrap .second-content__list-item--link img {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.infrastructure-page.page-main__wrap .second-content__list-item.item-one {
  width: 100%;
  max-width: unset;
}

.infrastructure-page.page-main__wrap .second-content__list-item:nth-of-type(2n) {
  margin-right: 2%;
}

.infrastructure-page.page-main__wrap .second-content__list-item b {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  z-index: 10;
}

.infrastructure-page.page-main__wrap .second-content__list-item--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  margin-left: 65px;
}

.infrastructure-page.page-main__wrap .second-content__list-item--info b {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: normal;
  color: #7B7B7B;
}

.infrastructure-page.page-main__wrap .second-content__list-item--info p {
  width: 250px;
  margin: 10px 0 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.search__results-infr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 10px;
}

.search__results-infr:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 540px;
  height: 33px;
  background-color: #D4E2FF;
  z-index: 0;
}

.search__results-infr h2 {
  display: inline-block;
  margin: 5px 0 5px 38px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #686868;
  position: relative;
  z-index: 3;
}

.search__results-infr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.search__results-infr__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  max-width: 509px;
  height: auto;
  min-height: 299px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.search__results-infr__list-item--link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 299px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.search__results-infr__list-item--link:before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  z-index: 1;
}

.search__results-infr__list-item--link:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.search__results-infr__list-item--link:hover img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.search__results-infr__list-item--link img {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.search__results-infr__list-item.item-one {
  width: 100%;
  max-width: unset;
}

.search__results-infr__list-item:nth-of-type(2n) {
  margin-right: 2%;
}

.search__results-infr__list-item b {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  z-index: 10;
}

.search__results-infr__list-item--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  margin-left: 65px;
}

.search__results-infr__list-item--info b {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: normal;
  color: #7B7B7B;
}

.search__results-infr__list-item--info p {
  width: 250px;
  margin: 10px 0 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.history-page.page-main__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: calc(100% - 360px);
  height: auto;
  padding-bottom: 140px;
  background-color: #F7F7F7;
}

.history-page.page-main__wrap .first {
  width: auto;
  max-width: unset;
  min-height: 230px;
  margin: 0;
}

.history-page.page-main__wrap .first-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: auto;
  height: 100%;
  max-height: 230px;
  background-image: url(../images/content/history/history-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.history-page.page-main__wrap .first-content h2 {
  position: relative;
  margin: 0 51px 33px;
  font-family: 'dsBroadBrush', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: normal;
  color: #ffffff;
}

.history-page.page-main__wrap .second {
  width: auto;
  max-width: unset;
  padding: 0;
  margin: 0;
}

.history-page.page-main__wrap .second__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 18px 11px;
  padding: 0;
  list-style: none;
}

.history-page.page-main__wrap .second__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
}

.history-page.page-main__wrap .second__list-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 228px;
  padding-top: 30px;
}

.history-page.page-main__wrap .second__list-left b {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #C1C1C1;
}

.history-page.page-main__wrap .second__list-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 3px solid #C1C1C1;
}

.history-page.page-main__wrap .second__list-right h2 {
  margin: 0;
  padding: 28px 22px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
  background-color: #ffffff;
}

.history-page.page-main__wrap .second__list-right p {
  margin: 0;
  padding: 0 22px  28px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
  background-color: #ffffff;
}

.history-page.page-main__wrap .second__list-right p strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -22px -30px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  color: #C1C1C1;
  background-color: #F7F7F7;
}

.history-page.page-main__wrap .second__list-right img {
  width: 100%;
  height: auto;
}

.history-page.page-main__wrap .second__list-right figcaption {
  position: absolute;
  bottom: -27px;
  width: 100%;
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #C1C1C1;
}

.history-page.page-main__wrap .second__list-right figcaption.exclusion {
  position: relative;
  bottom: unset;
  padding: 14px 0 25px;
  background-color: #ffffff;
}

.command-page.page-main__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: calc(100% - 360px);
  height: auto;
  padding-bottom: 140px;
  background-color: #F7F7F7;
}

.command-page.page-main__wrap .first {
  width: auto;
  max-width: unset;
  min-height: 378px;
  margin: 0;
}

.command-page.page-main__wrap .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  background-image: url(../images/content/command/command-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.command-page.page-main__wrap .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.command-page.page-main__wrap .first-content h2 {
  position: relative;
  margin: 0 51px 50px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}

.command-page.page-main__wrap .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}

.command-page.page-main__wrap .second-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -30px 10px 0;
  background-color: #ffffff;
}

.command-page.page-main__wrap .second-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.command-page.page-main__wrap .second-top__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 218px;
}

.command-page.page-main__wrap .second-top__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  -webkit-transition-property: border-bottom, opacity;
  -o-transition-property: border-bottom, opacity;
  transition-property: border-bottom, opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.7;
}

.command-page.page-main__wrap .second-top__list-item a:hover {
  opacity: 1;
  border-bottom: 2px solid rgba(72, 113, 199, 0.3);
}

.command-page.page-main__wrap .second-top__list-item:nth-of-type(1) {
  position: relative;
}

.command-page.page-main__wrap .second-top__list-item:nth-of-type(1) a:after {
  position: absolute;
  top: calc(50% - 19px);
  right: 0;
  display: block;
  width: 0;
  height: 38px;
  content: '';
  border-right: 1px solid #EBEBEB;
}

.command-page.page-main__wrap .second-top__list-item.active a {
  opacity: 1;
  border-bottom: 2px solid #003389;
}

.command-page.page-main__wrap .second-bottom {
  margin: 0;
  padding: 0;
  display: none;
}

.command-page.page-main__wrap .second-bottom.active {
  display: block;
}

.command-page.page-main__wrap .second-bottom__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* для "плиток" с игроками */
}

.command-page.page-main__wrap .second-bottom__content-title {
  position: relative;
  margin: 20px 18px 0 18px;
}

.command-page.page-main__wrap .second-bottom__content-title b {
  margin: 10px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 98px;
  line-height: 98px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #F7F7F7;
  text-shadow: rgba(220, 220, 220, 0.2) 0 2px 0, rgba(220, 220, 220, 0.2) -2px 2px 0, rgba(220, 220, 220, 0.2) 2px 0 0, rgba(220, 220, 220, 0.2) 2px 2px 0, rgba(220, 220, 220, 0.2) -2px 0 0, rgba(220, 220, 220, 0.2) -2px -2px 0, rgba(220, 220, 220, 0.2) 0 -2px 0, rgba(220, 220, 220, 0.2) 2px -2px 0;
}

.command-page.page-main__wrap .second-bottom__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -14px 0 0;
  padding: 0;
  list-style: none;
  z-index: 1;
}

.command-page.page-main__wrap .second-bottom__content .second-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: calc(33% - 20px);
  margin: 0 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}

.command-page.page-main__wrap .second-bottom__content .second-items__link {
  height: 100%;
  min-height: 327px;
  padding: 20px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.command-page.page-main__wrap .second-bottom__content .second-items__link:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.command-page.page-main__wrap .second-bottom__content .second-items__link:hover .second-items__top img {
  -webkit-transform: scale(1.015) translateY(-1.5px);
      -ms-transform: scale(1.015) translateY(-1.5px);
          transform: scale(1.015) translateY(-1.5px);
}

.command-page.page-main__wrap .second-bottom__content .second-items__link:hover .second-items__bottom-number {
  color: #D4E2FF;
}

.command-page.page-main__wrap .second-bottom__content .second-items__link.foto-none:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.command-page.page-main__wrap .second-bottom__content .second-items__link.foto-none:hover .second-items__top img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.command-page.page-main__wrap .second-bottom__content .second-items__link.foto-none:hover .second-items__bottom-number {
  color: #E8FBF0;
}

.command-page.page-main__wrap .second-bottom__content .second-items__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  border-bottom: 3px solid #003389;
  background-image: url(../images/content/command/player-background.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}

.command-page.page-main__wrap .second-bottom__content .second-items__top img {
  position: absolute;
  bottom: -5px;
  margin: 0px -1% 0;
  min-width: 102%;
  height: auto;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.command-page.page-main__wrap .second-bottom__content .second-items__top.capitan {
  border-bottom: 3px solid #3B8E53;
}

.command-page.page-main__wrap .second-bottom__content .second-items__top.background-none img {
  bottom: 0;
  max-height: 95%;
  width: auto;
  object-fit: contain;
  /* opacity: 0.8; */
}

.command-page.page-main__wrap .second-bottom__content .second-items__top-text {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 5px 0;
  background-color: #003389;
}

.command-page.page-main__wrap .second-bottom__content .second-items__top-text P {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.command-page.page-main__wrap .second-bottom__content .second-items__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 98px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.command-page.page-main__wrap .second-bottom__content .second-items__bottom-name {
  width: 100%;
  /* max-width: 140px; */
  margin-top: 8px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #7B7B7B;
}

.command-page.page-main__wrap .second-bottom__content .second-items__bottom-macth {
  max-width: 175px;
  margin: 5px 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.command-page.page-main__wrap .second-bottom__content .second-items__bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* max-width: 140px; */
  width: 100%;
}

.command-page.page-main__wrap .second-bottom__content .second-items__bottom-wrap img {
  margin-right: 5px;
  width: 18px;
  height: 12px;
  border: 1px solid #C1C1C1;
}

.command-page.page-main__wrap .second-bottom__content .second-items__bottom-wrap p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7B7B7B;
}

.command-page.page-main__wrap .second-bottom__content .second-items__bottom-number {
  position: absolute;
  top: calc(50% - 49px);
  right: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 100px;
  line-height: 117px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: #4B76D0 0 2px 0, #4B76D0 -2px 2px 0, #4B76D0 2px 0 0, #4B76D0 2px 2px 0, #4B76D0 -2px 0 0, #4B76D0 -2px -2px 0, #4B76D0 0 -2px 0, #4B76D0 2px -2px 0;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.player-page .first {
  width: auto;
  max-width: unset;
  min-height: 640px;
  margin: 0;
}

.player-page .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  background-image: url(../images/content/player-page/player-page-logo.png);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.player-page .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 51, 137, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 51, 137, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 51, 137, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 51, 137, 0.5) 100%);
  mix-blend-mode: normal;
}

.player-page .first-content__left {
  position: relative;
  margin: 0 20px 120px 61px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #ffffff;
}

.player-page .first-content__left-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
}

.player-page .first-content__left-top p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 90px;
  line-height: 105px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.player-page .first-content__left-top--wrap {
  position: relative;
  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;
  width: 270px;
  height: 100%;
  max-height: 177px;
  margin: 5px 0 0 40px;
}

.player-page .first-content__left-top--wrap:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border-left: 1px solid #D4E2FF;
}

.player-page .first-content__left-top--wrap p {
  margin: 10px 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: unset;
  text-transform: none;
}

.player-page .first-content__left-top--wrap b {
  width: 100%;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
}

.player-page .first-content__left-top--region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.player-page .first-content__left-top--region img {
  margin: 10px 10px 0 20px;
  border: 1px solid #C1C1C1;
}

.player-page .first-content__left-top--region p {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.player-page .first-content__left-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 150px;
}

.player-page .first-content__left-bottom p {
    margin: 0 0 13px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.player-page .first-content__left-bottom--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.player-page .first-content__left-bottom--goals, .player-page .first-content__left-bottom--passes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 88px;
  height: auto;
  min-height: 111px;
  border: 1px solid #ffffff;
}

.player-page .first-content__left-bottom--goals p, .player-page .first-content__left-bottom--passes p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.player-page .first-content__left-bottom--goals p:nth-of-type(1), .player-page .first-content__left-bottom--passes p:nth-of-type(1) {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: unset;
}

.player-page .first-content__left-bottom--goals {
  margin-right: 9px;
}

.player-page .first-content__center {
  position: absolute;
  left: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 380px;
  height: 100%;
  max-height: 563px;
  z-index: 0;
}

.player-page .first-content__center img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
}

.player-page .first-content__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 61px 105px 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #ffffff;
}

.player-page .first-content__right-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}

.player-page .first-content__right-info p {
  margin: 5px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  text-align: right;
  text-transform: uppercase;
  color: #ffffff;
}

.player-page .first-content__right-info p:nth-of-type(2) {
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.player-page .first-content__right-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  min-height: 186px;
}

.player-page .first-content__right-socials--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 0 0 0 5px;
  -webkit-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  opacity: 1;
}

.player-page .first-content__right-socials--no-visible {
  display: block;
  visibility: hidden;
  -webkit-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  opacity: 0;
}

.player-page .first-content__right-socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: auto;
  min-height: 50px;
  margin-bottom: 10px;
  border: 1px solid #D4E2FF;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.player-page .first-content__right-socials a svg {
  fill: #D4E2FF;
  -webkit-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.player-page .first-content__right-socials a p {
  margin: 0;
  color: #D4E2FF;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.player-page .first-content__right-socials a:hover {
  border-color: #ffffff;
}

.player-page .first-content__right-socials a:hover svg {
  fill: #ffffff;
}

.player-page .first-content__right-socials a:hover p {
  color: #ffffff !important;
}

.player-page .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}

.player-page .second-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -66px 10px 44px;
  padding-top: 15px;
  background-color: #ffffff;
}

.player-page .second-top__left, .player-page .second-top__center, .player-page .second-top__right {
  width: 100%;
  max-width: 340px;
  height: auto;
  min-height: 110px;
  padding-left: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.player-page .second-top__left-list, .player-page .second-top__center-list, .player-page .second-top__right-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.player-page .second-top__left-list--item, .player-page .second-top__center-list--item, .player-page .second-top__right-list--item {
  margin: 0 40px 15px 0;
}

.player-page .second-top__left-list--item p, .player-page .second-top__center-list--item p, .player-page .second-top__right-list--item p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #7B7B7B;
}

.player-page .second-top__left-list--item p:nth-of-type(1), .player-page .second-top__center-list--item p:nth-of-type(1), .player-page .second-top__right-list--item p:nth-of-type(1) {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.player-page .second-top__left {
  padding-left: 0;
}

.player-page .second-top__left-list--item:nth-of-type(3) {
  margin: 0 10px 15px 0;
}

.player-page .second-top__center-list {
  position: relative;
}

.player-page .second-top__center-list::before {
  position: absolute;
  top: calc(50% - 51px);
  left: -25px;
  display: block;
  content: '';
  width: 0;
  height: 85px;
  border-left: 1px solid #EBEBEB;
}

.player-page .second-top__center-list--item {
  width: 35%;
}

.player-page .second-top__center-list--item:nth-of-type(1) p, .player-page .second-top__center-list--item:nth-of-type(2) p {
  font-size: 14px;
  line-height: 25px;
  color: #7B7B7B;
}

.player-page .second-top__center span {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.05em;
  color: #003389;
}

.player-page .second-top__right {
  position: relative;
}

.player-page .second-top__right::before {
  position: absolute;
  top: calc(50% - 51px);
  left: -25px;
  display: block;
  content: '';
  width: 0;
  height: 85px;
  border-left: 1px solid #EBEBEB;
}

.player-page .second-top__right-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.player-page .second-top__right-list--item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 15px;
}

.player-page .second-top__right-list--item span {
  position: absolute;
  top: 28px;
  right: 28px;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #003389;
  border-radius: 50%;
  -webkit-animation: dots-shadow 1.5s ease-in-out infinite;
          animation: dots-shadow 1.5s ease-in-out infinite;
}

@-webkit-keyframes dots-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 #003389;
            box-shadow: 0 0 0 #003389;
  }
  25% {
    -webkit-box-shadow: 0 0 5px #003389;
            box-shadow: 0 0 5px #003389;
  }
  50% {
    -webkit-box-shadow: 0 0 10px #003389;
            box-shadow: 0 0 10px #003389;
  }
  75% {
    -webkit-box-shadow: 0 0 5px #003389;
            box-shadow: 0 0 5px #003389;
  }
  100% {
    -webkit-box-shadow: 0 0 0 #003389;
            box-shadow: 0 0 0 #003389;
  }
}

@keyframes dots-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 #003389;
            box-shadow: 0 0 0 #003389;
  }
  25% {
    -webkit-box-shadow: 0 0 5px #003389;
            box-shadow: 0 0 5px #003389;
  }
  50% {
    -webkit-box-shadow: 0 0 10px #003389;
            box-shadow: 0 0 10px #003389;
  }
  75% {
    -webkit-box-shadow: 0 0 5px #003389;
            box-shadow: 0 0 5px #003389;
  }
  100% {
    -webkit-box-shadow: 0 0 0 #003389;
            box-shadow: 0 0 0 #003389;
  }
}

.player-page .second-top__right-list--item:nth-of-type(3) {
  position: absolute;
  top: -5px;
  right: 0;
  margin: 0;
  overflow: hidden;
}

.player-page .second-season, .player-page .second-bibliography, .player-page .second-statistics, .player-page .second-progress, .player-page .second-clubs, .player-page .second-team {
  position: relative;
  margin: 0 15px;
}

.player-page .second-season:before, .player-page .second-bibliography:before, .player-page .second-statistics:before, .player-page .second-progress:before, .player-page .second-clubs:before, .player-page .second-team:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 340px;
  height: 33px;
  content: '';
  background-color: #D4E2FF;
  mix-blend-mode: multiply;
}

.player-page .second-season h2, .player-page .second-bibliography h2, .player-page .second-statistics h2, .player-page .second-progress h2, .player-page .second-clubs h2, .player-page .second-team h2 {
  margin: 5px 0 20px 27px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #003389;
}

.player-page .second-season {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 15px 44px;
}

.player-page .second-season:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 340px;
  height: 33px;
  content: '';
  background-color: #D4E2FF;
  mix-blend-mode: multiply;
}

.player-page .second-season__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.player-page .second-season__top h2 {
  margin: 0 0 0 27px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #003389;
}

.player-page .second-season__top .third-right--bottom__row-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.player-page .second-season__top .third-right--bottom__row-input p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.player-page .second-season__top .third-right--bottom__row-input p:hover {
  background-color: rgba(72, 113, 199, 0.3);
}

.player-page .second-season__top .third-right--bottom__row-input:hover svg {
  fill: #003389;
}

.player-page .second-season__top .third-right--bottom__row-input ul {
  position: absolute;
  top: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  z-index: 100;
}

.player-page .second-season__top .third-right--bottom__row-input ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.player-page .second-season__top .third-right--bottom__row-input ul li:hover {
  background-color: rgba(72, 113, 199, 0.3);
}

.player-page .second-season__top .third-right--bottom__row-input.active-select p {
  color: rgba(82, 82, 82, 0.3);
}

.player-page .second-season__top .third-right--bottom__row-input.active-select p:hover {
  background-color: unset;
}

.player-page .second-season__top .third-right--bottom__row-input.active-select ul {
  visibility: visible;
}

.player-page .second-season__top .third-right--bottom__row-input.active-select svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.player-page .second-season__top .third-right--bottom__row-input.active-select:hover svg {
  fill: #EBEBEB;
}

.player-page .second-season__top .third-right--bottom__row-input svg {
  position: absolute;
  top: calc(50% - 4px);
  right: 26px;
  display: block;
  content: '';
  width: 12px;
  height: 6px;
  background-image: url(../images/icon/selects-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  fill: #EBEBEB;
}

.player-page .second-season__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.player-page .second-season__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 10px 0 16px;
  list-style: none;
  background-color: #ffffff;
}

.player-page .second-season__bottom-list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 117px;
  max-width: 143px;
  height: auto;
  min-height: 91px;
}

.player-page .second-season__bottom-list--item.item--big {
  max-width: 183px;
}

.player-page .second-season__bottom-list--item.no-result p {
  color: #C1C1C1;
}

.player-page .second-season__bottom-list--item:nth-of-type(3), .player-page .second-season__bottom-list--item:nth-of-type(5) {
  position: relative;
}

.player-page .second-season__bottom-list--item:nth-of-type(3):before, .player-page .second-season__bottom-list--item:nth-of-type(5):before {
  position: absolute;
  top: calc(50% - 32px);
  left: -20px;
  content: '';
  display: block;
  width: 0;
  height: 70px;
  border-left: 1px solid #EBEBEB;
}

.player-page .second-season__bottom-list--item:nth-of-type(3) {
  margin-left: 80px;
}

.player-page .second-season__bottom-list--item:nth-of-type(3):before {
  left: -70px;
}

.player-page .second-season__bottom-list--item p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  color: #003389;
}

.player-page .second-season__bottom-list--item p:nth-of-type(2) {
  margin: 0;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #C1C1C1;
}

.player-page .second-season__bottom-list--item p span {
  color: #003389;
}

.player-page .second-season__bottom-list--item p span.no-penalty {
  color: #C1C1C1;
}

.player-page .second-season__bottom-list--item p .light {
  font-weight: 100;
}

.player-page .second-season__bottom-list--item p .light.no-penalty {
  color: #C1C1C1;
}

.player-page .second-bibliography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 34px;
}

.player-page .second-bibliography__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  margin: 0;
  padding: 20px;
  list-style: none;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
}

.player-page .second-bibliography__list h1, .player-page .second-bibliography__list h2, .player-page .second-bibliography__list h3, .player-page .second-bibliography__list h4, .player-page .second-bibliography__list h5, .player-page .second-bibliography__list h6 {
  margin: 0 0 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
}

.player-page .second-bibliography__list h2 {
  font-size: 22px;
  line-height: 38px;
}

.player-page .second-bibliography__list h3 {
  font-size: 20px;
  line-height: 36px;
}

.player-page .second-bibliography__list h4 {
  font-size: 18px;
  line-height: 34px;
}

.player-page .second-bibliography__list h5 {
  font-size: 16px;
  line-height: 32px;
}

.player-page .second-bibliography__list h5 {
  font-size: 14px;
  line-height: 30px;
}

.player-page .second-bibliography__list p, .player-page .second-bibliography__list b {
  margin: 10px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
}

.player-page .second-bibliography__list b {
  font-weight: bold;
}

.player-page .second-statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 34px;
}

.player-page .second-statistics__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}

.player-page .second-statistics__nav:hover .slick-next,
.player-page .second-statistics__nav:hover .slick-prev {
  opacity: 1;
}

.player-page .second-statistics__nav li {
  min-width: 229px;
}

.player-page .second-statistics__nav li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 229px;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid transparent;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  background-color: #ffffff;
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.player-page .second-statistics__nav li a:before {
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  display: block;
  height: 38px;
  content: '';
  border-right: 1px solid #EBEBEB;
}

.player-page .second-statistics__nav li a:hover {
  border-bottom-color: #4B76D0 ;
}

.player-page .second-statistics__nav li:last-of-type a:before {
  display: none;
}

.player-page .second-statistics__nav li.active a {
  border-bottom: 2px solid #003389;
}

.player-page .second-statistics__nav li.active a:hover {
  border-bottom-color: #003389;
}

.player-page .second-statistics__nav .slick-next,
.player-page .second-statistics__nav .slick-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 50px;
  height: 100%;
  color: #000000;
  background-image: -webkit-gradient(linear, right top, left top, from(white), color-stop(50%, rgba(255, 255, 255, 0.8)), to(transparent));
  background-image: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
  background-image: -o-linear-gradient(right, white 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
  background-image: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
  -webkit-transition-property: left, right, opacity;
  -o-transition-property: left, right, opacity;
  transition-property: left, right, opacity;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  z-index: 10;
  opacity: 0;
}

.player-page .second-statistics__nav .slick-next:before,
.player-page .second-statistics__nav .slick-prev:before {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  content: '';
}

.player-page .second-statistics__nav .slick-next.slick-disabled {
  right: -50px;
}

.player-page .second-statistics__nav .slick-prev.slick-disabled {
  left: -50px;
}

.player-page .second-statistics__nav .slick-next {
  right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
}

.player-page .second-statistics__nav .slick-next:before {
  border-left-color: #7B7B7B;
  border-right: 0;
}

.player-page .second-statistics__nav .slick-prev {
  left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, rgba(255, 255, 255, 0.8)), to(transparent));
  background-image: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
  background-image: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
  background-image: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
}

.player-page .second-statistics__nav .slick-prev:before {
  border-right-color: #7B7B7B;
  border-left: 0;
}

.player-page .second-statistics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.player-page .second-statistics__list-item {
  display: none;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.player-page .second-statistics__list-item.is-showed {
  display: block;
}

.player-page .second-statistics__list-item .list-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 930px;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: normal;
}

.player-page .second-statistics__list-item .list-table__item {
  background-color: #ffffff;
  /* &:nth-of-type(1),
              &:nth-of-type(2)  {
                background-color: transparent;

                .list-table__item-wrap {
                  position: relative;
                  border-bottom: none;
                  overflow-y: auto;

                  li {
                    min-height: 63px;

                    &:nth-of-type(1) {
                      position: sticky;
                      justify-content: flex-start;
                      width: 200px;
                      max-width: 200px;
                      flex-shrink: 0;
                      left: 0;
                      background-color: $color-gray-4;
                      z-index: 10;
                    }

                    p {
                      font-weight: normal;
                    }
                  }
                }
              }

              &.list-table__item--no-visible {
                display: none;
              } */
}

.player-page .second-statistics__list-item .list-table__item.list-table__item--head {
  background-color: transparent;
}

.player-page .second-statistics__list-item .list-table__item.list-table__item--head .list-table__item-wrap tr, .player-page .second-statistics__list-item .list-table__item.list-table__item--head .list-table__item-wrap th {
  height: 60px;
}

.player-page .second-statistics__list-item .list-table__item-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0 0 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  border-bottom: 1px solid #EBEBEB;
}

.player-page .second-statistics__list-item .list-table__item-wrap th, .player-page .second-statistics__list-item .list-table__item-wrap td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 59px;
  max-width: 85px;
  height: auto;
  min-height: 39px;
  z-index: 2;
}

.player-page .second-statistics__list-item .list-table__item-wrap th:nth-of-type(1), .player-page .second-statistics__list-item .list-table__item-wrap td:nth-of-type(1) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 200px;
  max-width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  left: 0;
  z-index: 10;
}

.player-page .second-statistics__list-item .list-table__item-wrap th p, .player-page .second-statistics__list-item .list-table__item-wrap td p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #686868;
}

.player-page .second-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px;
}

.player-page .second-progress > p {
  margin: 15px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #686868;
}

.player-page .second-progress__win {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.player-page .second-progress__win:nth-of-type(1) .second-progress__win-item--left p, .player-page .second-progress__win:nth-of-type(1) .second-progress__win-item--left b {
  width: 140px;
}

.player-page .second-progress__win:nth-of-type(1) .second-progress__win-item--left .second-progress__win-item--right {
  right: 0;
}

.player-page .second-progress__win:nth-of-type(3) .second-progress__win-item:nth-of-type(1) .second-progress__win-item--wrap {
  max-width: 190px;
}

.player-page .second-progress__win:nth-of-type(3) .second-progress__win-item--right {
  top: calc(50% - 85px);
  right: 10px;
}

.player-page .second-progress__win-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 336px;
  min-width: 330px;
  height: auto;
  min-height: 208px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}

.player-page .second-progress__win-item:nth-of-type(2n) {
  margin: 0 20px;
}

.player-page .second-progress__win-item--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.player-page .second-progress__win-item--left p, .player-page .second-progress__win-item--left b {
  margin: 0 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.player-page .second-progress__win-item--left b {
  color: #686868;
}

.player-page .second-progress__win-item--wrap {
  width: 100%;
  max-width: 150px;
}

.player-page .second-progress__win-item--wrap:nth-of-type(2) p {
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  letter-spacing: unset;
  color: #3B8E53;
}

.player-page .second-progress__win-item--right {
  position: absolute;
  top: calc(50% - 80px);
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.player-page .second-progress__win-item--right img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /* max-width: 169px; */
  height: auto;
}

.player-page .second-clubs, .player-page .second-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 34px;
}

.player-page .second-clubs__list, .player-page .second-team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.player-page .second-clubs__list--wrap, .player-page .second-team__list--wrap {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: wrap;
}

.player-page .second-clubs__list-item, .player-page .second-team__list-item {
  background-color: #ffffff;
}

.player-page .second-clubs__list-item.second-clubs__list-item--head, .player-page .second-team__list-item.second-clubs__list-item--head {
  background-color: transparent;
}

.player-page .second-clubs__list-item--wrap, .player-page .second-team__list-item--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #EBEBEB;
}

.player-page .second-clubs__list-item--wrap th,
.player-page .second-clubs__list-item--wrap td, .player-page .second-team__list-item--wrap th,
.player-page .second-team__list-item--wrap td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 220px;
  height: auto;
  min-height: 39px;
}

.player-page .second-clubs__list-item--wrap th:nth-of-type(1),
.player-page .second-clubs__list-item--wrap td:nth-of-type(1), .player-page .second-team__list-item--wrap th:nth-of-type(1),
.player-page .second-team__list-item--wrap td:nth-of-type(1) {
  padding-left: 15px;
}

.player-page .second-clubs__list-item--wrap th:nth-of-type(2),
.player-page .second-clubs__list-item--wrap td:nth-of-type(2), .player-page .second-team__list-item--wrap th:nth-of-type(2),
.player-page .second-team__list-item--wrap td:nth-of-type(2) {
  max-width: unset;
}

.player-page .second-clubs__list-item--wrap th:nth-of-type(3), .player-page .second-clubs__list-item--wrap th:nth-of-type(4),
.player-page .second-clubs__list-item--wrap td:nth-of-type(3),
.player-page .second-clubs__list-item--wrap td:nth-of-type(4), .player-page .second-team__list-item--wrap th:nth-of-type(3), .player-page .second-team__list-item--wrap th:nth-of-type(4),
.player-page .second-team__list-item--wrap td:nth-of-type(3),
.player-page .second-team__list-item--wrap td:nth-of-type(4) {
  max-width: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.player-page .second-clubs__list-item--wrap th p,
.player-page .second-clubs__list-item--wrap td p, .player-page .second-team__list-item--wrap th p,
.player-page .second-team__list-item--wrap td p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.player-page .second-team {
  margin-bottom: 100px;
}

.player-page.player-reserve .first-content__center {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 550px;
  max-height: 513px;
}

.player-page.player-reserve .first-content__center img {
  height: 510px;
}

.trainers-page .first {
  width: auto;
  max-width: unset;
  min-height: 378px;
  margin: 0;
}

.trainers-page .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  background-image: url(../images/content/command/command-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.trainers-page .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.trainers-page .first-content h2 {
  position: relative;
  margin: 0 51px 55px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}

.trainers-page .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}

.trainers-page .second-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -30px 10px 40px;
  background-color: #ffffff;
}

.trainers-page .second-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.trainers-page .second-top__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 218px;
}

.trainers-page .second-top__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  -webkit-transition-property: border-bottom, opacity;
  -o-transition-property: border-bottom, opacity;
  transition-property: border-bottom, opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.7;
}

.trainers-page .second-top__list-item a:hover {
  opacity: 1;
  border-bottom: 2px solid rgba(72, 113, 199, 0.3);
}

.trainers-page .second-top__list-item:nth-of-type(1) {
  position: relative;
}

.trainers-page .second-top__list-item:nth-of-type(1) a:after {
  position: absolute;
  top: calc(50% - 19px);
  right: 0;
  display: block;
  width: 0;
  height: 38px;
  content: '';
  border-right: 1px solid #EBEBEB;
}

.trainers-page .second-top__list-item.active a {
  opacity: 1;
  border-bottom: 2px solid #003389;
}

.trainers-page .second-bottom {
  margin: 0 0 20px;
  padding: 0;
  display: none;
}

.trainers-page .second-bottom.active {
  display: block;
}

.trainers-page .second-bottom__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* для "плиток" с игроками */
}

.trainers-page .second-bottom__content-title {
  position: relative;
  margin: 20px 18px 0 18px;
}

.trainers-page .second-bottom__content-title:before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100, rgba(255, 255, 255, 0.7)));
  background-image: -webkit-linear-gradient(transparent 0, rgba(255, 255, 255, 0.7) 100);
  background-image: -o-linear-gradient(transparent 0, rgba(255, 255, 255, 0.7) 100);
  background-image: linear-gradient(transparent 0, rgba(255, 255, 255, 0.7) 100);
}

.trainers-page .second-bottom__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: -14px 0 0;
  padding: 0;
  list-style: none;
  z-index: 1;
}

.trainers-page .second-bottom__content .second-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 339px;
  max-width: calc(33% - 20px);
  margin: 0 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}

.trainers-page .second-bottom__content .second-items__link {
  min-height: 329px;
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.trainers-page .second-bottom__content .second-items__link:hover {
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
}

.trainers-page .second-bottom__content .second-items__link:hover .second-items__top-wrap img {
  -webkit-transform: scale(1.015) translateY(-1.5px);
  -ms-transform: scale(1.015) translateY(-1.5px);
  transform: scale(1.015) translateY(-1.5px);
}

.trainers-page .second-bottom__content .second-items__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  max-height: 450px;
  padding-top: 20px;
  border-bottom: 3px solid #003389;
  background-color: #ffffff;
  overflow: hidden;
}

.trainers-page .second-bottom__content .second-items__top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /* min-height: 450px; */
  max-height: 450px;
  background-color: #F2F2F2;
}

.trainers-page .second-bottom__content .second-items__top img {
  position: absolute;
  bottom: 0px;
  margin: 0 0 0 -2%;
  min-width: 104%;
  height: auto;
  object-fit: contain;
  -webkit-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.trainers-page .second-bottom__content .second-items__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 106px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.trainers-page .second-bottom__content .second-items__bottom-name {
  margin-top: 8px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #7B7B7B;
}

.trainers-page .second-bottom__content .second-items__bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.trainers-page .second-bottom__content .second-items__bottom-wrap img {
  border: 1px solid #C1C1C1;
}

.trainers-page .second-bottom__content .second-items__bottom-position {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.trainers-page .second-bottom__content .second-items__bottom-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trainers-page .second-bottom__content .second-items__bottom-state img {
  margin-left: 5px;
  width: 18px;
  height: 12px;
}

.trainers-page .second-bottom__content .second-items__bottom-state p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7B7B7B;
}

.trainer-page .first {
  width: auto;
  max-width: unset;
  min-height: 636px;
  margin: 0;
}

.trainer-page .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  background-image: url(../images/content/player-page/player-page-logo.png);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.trainer-page .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.trainer-page .first-content__left {
  position: relative;
  margin: 0 20px 210px 41px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #ffffff;
}

.trainer-page .first-content__left-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trainer-page .first-content__left-top p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 90px;
  line-height: 105px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.trainer-page .first-content__left-top--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 320px;
  height: auto;
  margin: 0 0 0 40px;
}

.trainer-page .first-content__left-top--wrap p {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: unset;
  text-transform: none;
}

.trainer-page .first-content__left-top--name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.trainer-page .first-content__left-top--name:before {
  position: absolute;
  top: 5%;
  left: -20px;
  content: '';
  display: block;
  width: 0;
  height: 90%;
  border-left: 1px solid #D4E2FF;
}

.trainer-page .first-content__left-top--name b {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
}

.trainer-page .first-content__left-top--region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 23px;
}

.trainer-page .first-content__left-top--region img {
  margin: 0 10px 0 0;
  border: 1px solid #C1C1C1;
}

.trainer-page .first-content__left-top--region p {
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.trainer-page .first-content__left-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.trainer-page .first-content__left-bottom p {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.trainer-page .first-content__left-bottom--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trainer-page .first-content__left-bottom--goals, .trainer-page .first-content__left-bottom--passes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 88px;
  height: auto;
  min-height: 111px;
  border: 1px solid #ffffff;
}

.trainer-page .first-content__left-bottom--goals p, .trainer-page .first-content__left-bottom--passes p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.trainer-page .first-content__left-bottom--goals p:nth-of-type(1), .trainer-page .first-content__left-bottom--passes p:nth-of-type(1) {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: unset;
}

.trainer-page .first-content__left-bottom--goals {
  margin-right: 9px;
}

.trainer-page .first-content__center {
  position: absolute;
  left: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 490px;
  z-index: 0;
}

.trainer-page .first-content__center img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-bottom: -10px;
}

.trainer-page .first-content__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 61px 310px 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #ffffff;
}

.trainer-page .first-content__right-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.trainer-page .first-content__right-info p {
  margin: 5px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  text-align: right;
  text-transform: uppercase;
  color: #ffffff;
}

.trainer-page .first-content__right-info p:nth-of-type(2) {
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.trainer-page .first-content__right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 50px;
  height: auto;
  min-height: 50px;
  margin-bottom: 10px;
  border: 1px solid #B2EFC4;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.trainer-page .first-content__right a svg {
  fill: #B2EFC4;
  -webkit-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.trainer-page .first-content__right a:hover {
  border-color: #ffffff;
}

.trainer-page .first-content__right a:hover svg {
  fill: #ffffff;
}

.trainer-page .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}

.trainer-page .second-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -33px 10px 44px;
  background-color: #ffffff;
}

.trainer-page .second-top__left, .trainer-page .second-top__center, .trainer-page .second-top__right {
  width: 100%;
  max-width: 340px;
  height: auto;
  padding-left: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.trainer-page .second-top__left-list, .trainer-page .second-top__center-list, .trainer-page .second-top__right-list {
  position: relative;
  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;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trainer-page .second-top__left-list--item, .trainer-page .second-top__center-list--item, .trainer-page .second-top__right-list--item {
  margin: 15px 40px 11px 0;
}

.trainer-page .second-top__left-list--item p, .trainer-page .second-top__center-list--item p, .trainer-page .second-top__right-list--item p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #7B7B7B;
}

.trainer-page .second-top__left-list--item p:nth-of-type(1), .trainer-page .second-top__center-list--item p:nth-of-type(1), .trainer-page .second-top__right-list--item p:nth-of-type(1) {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.trainer-page .second-top__left {
  padding-left: 0;
}

.trainer-page .second-top__center-list, .trainer-page .second-top__right-list {
  position: relative;
}

.trainer-page .second-top__center-list::before, .trainer-page .second-top__right-list::before {
  position: absolute;
  top: calc(50% - 30%);
  left: -25px;
  display: block;
  content: '';
  width: 0;
  height: 60%;
  border-left: 1px solid #EBEBEB;
}

.trainer-page .second-bibliography, .trainer-page .second-progress, .trainer-page .second-clubs {
  position: relative;
  margin: 0 15px;
}

.trainer-page .second-bibliography:before, .trainer-page .second-progress:before, .trainer-page .second-clubs:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 340px;
  height: 33px;
  content: '';
  background-color: #D4E2FF;
  mix-blend-mode: multiply;
}

.trainer-page .second-bibliography h2, .trainer-page .second-progress h2, .trainer-page .second-clubs h2 {
  margin: 6px 0 20px 27px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #686868;
}

.trainer-page .second-bibliography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 34px;
}

.trainer-page .second-bibliography__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  margin: 0;
  padding: 22px 22px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

.trainer-page .second-bibliography__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
}

.trainer-page .second-bibliography__list-item h1, .trainer-page .second-bibliography__list-item h2, .trainer-page .second-bibliography__list-item h3, .trainer-page .second-bibliography__list-item h4, .trainer-page .second-bibliography__list-item h5, .trainer-page .second-bibliography__list-item h6 {
  margin: 0 0 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
}

.trainer-page .second-bibliography__list-item h2 {
  font-size: 22px;
  line-height: 38px;
}

.trainer-page .second-bibliography__list-item h3 {
  font-size: 20px;
  line-height: 36px;
}

.trainer-page .second-bibliography__list-item h4 {
  font-size: 18px;
  line-height: 34px;
}

.trainer-page .second-bibliography__list-item h5 {
  font-size: 16px;
  line-height: 32px;
}

.trainer-page .second-bibliography__list-item h5 {
  font-size: 14px;
  line-height: 30px;
}

.trainer-page .second-bibliography__list-item b {
  margin: 20px 0 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
}

.trainer-page .second-bibliography__list-item p {
  margin: 10px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
}

.trainer-page .second-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px;
}

.trainer-page .second-progress > p {
  margin: 15px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #686868;
}

.trainer-page .second-progress__win {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trainer-page .second-progress__win:nth-of-type(1) .second-progress__win-item--left p, .trainer-page .second-progress__win:nth-of-type(1) .second-progress__win-item--left b {
  width: 140px;
}

.trainer-page .second-progress__win:nth-of-type(1) .second-progress__win-item--left .second-progress__win-item--right {
  right: 0;
}

.trainer-page .second-progress__win:nth-of-type(3) .second-progress__win-item:nth-of-type(1) .second-progress__win-item--wrap {
  max-width: 190px;
}

.trainer-page .second-progress__win:nth-of-type(3) .second-progress__win-item--right {
  top: calc(50% - 85px);
  right: 10px;
}

.trainer-page .second-progress__win-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 336px;
  height: auto;
  min-height: 208px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.trainer-page .second-progress__win-item:nth-of-type(2n) {
  margin: 0 20px;
}

.trainer-page .second-progress__win-item--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.trainer-page .second-progress__win-item--left p, .trainer-page .second-progress__win-item--left b {
  margin: 0 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.trainer-page .second-progress__win-item--left b {
  color: #686868;
}

.trainer-page .second-progress__win-item--wrap {
  width: 100%;
  max-width: 150px;
}

.trainer-page .second-progress__win-item--wrap:nth-of-type(2) p {
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  letter-spacing: unset;
  color: #3B8E53;
}

.trainer-page .second-progress__win-item--right {
  position: absolute;
  top: calc(50% - 80px);
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trainer-page .second-progress__win-item--right img {
  width: 100%;
  /* max-width: 169px; */
  height: auto;
}

.trainer-page .second-clubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 34px;
}

.trainer-page .second-clubs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trainer-page .second-clubs__list--wrap {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: wrap;
}

.trainer-page .second-clubs__list-item {
  background-color: #ffffff;
}

.trainer-page .second-clubs__list-item.second-clubs__list-item--head {
  background-color: transparent;
}

.trainer-page .second-clubs__list-item--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #EBEBEB;
}

.trainer-page .second-clubs__list-item--wrap th,
.trainer-page .second-clubs__list-item--wrap td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 220px;
  height: auto;
  min-height: 39px;
}

.trainer-page .second-clubs__list-item--wrap th:nth-of-type(1),
.trainer-page .second-clubs__list-item--wrap td:nth-of-type(1) {
  padding-left: 15px;
}

.trainer-page .second-clubs__list-item--wrap th:nth-of-type(2),
.trainer-page .second-clubs__list-item--wrap td:nth-of-type(2) {
  max-width: 370px;
}

.trainer-page .second-clubs__list-item--wrap th:nth-of-type(3),
.trainer-page .second-clubs__list-item--wrap td:nth-of-type(3) {
  max-width: 320px;
}

.trainer-page .second-clubs__list-item--wrap th p,
.trainer-page .second-clubs__list-item--wrap td p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.personals-page .first {
  width: auto;
  max-width: unset;
  min-height: 378px;
  margin: 0;
}

.personals-page .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  background-image: url(../images/content/command/command-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.personals-page .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.personals-page .first-content h2 {
  position: relative;
  margin: 0 51px 55px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}

.personals-page .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}

.personals-page .second-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -30px 10px 0px;
  background-color: #ffffff;
}

.personals-page .second-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.personals-page .second-top__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 218px;
}

.personals-page .second-top__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  -webkit-transition-property: border-bottom, opacity;
  -o-transition-property: border-bottom, opacity;
  transition-property: border-bottom, opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.7;
}

.personals-page .second-top__list-item a:hover {
  opacity: 1;
  border-bottom: 2px solid rgba(72, 113, 199, 0.3);
}

.personals-page .second-top__list-item:nth-of-type(1) {
  position: relative;
}

.personals-page .second-top__list-item:nth-of-type(1) a:after {
  position: absolute;
  top: calc(50% - 19px);
  right: 0;
  display: block;
  width: 0;
  height: 38px;
  content: '';
  border-right: 1px solid #EBEBEB;
}

.personals-page .second-top__list-item.active a {
  opacity: 1;
  border-bottom: 2px solid #003389;
}

.personals-page .second-bottom {
  margin: 0 0 20px;
  padding: 0;
  display: none;
}

.personals-page .second-bottom.active {
  display: block;
}

.personals-page .second-bottom__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* для "плиток" с игроками */
}

.personals-page .second-bottom__content-title {
  position: relative;
  margin: 20px 18px 0 18px;
}

.personals-page .second-bottom__content-title b {
  margin: 10px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 91px;
  line-height: 95px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #F7F7F7;
  text-shadow: rgba(220, 220, 220, 0.2) 0 2px 0, rgba(220, 220, 220, 0.2) -2px 2px 0, rgba(220, 220, 220, 0.2) 2px 0 0, rgba(220, 220, 220, 0.2) 2px 2px 0, rgba(220, 220, 220, 0.2) -2px 0 0, rgba(220, 220, 220, 0.2) -2px -2px 0, rgba(220, 220, 220, 0.2) 0 -2px 0, rgba(220, 220, 220, 0.2) 2px -2px 0;
}

.personals-page .second-bottom__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: -14px 0 0;
  padding: 0;
  list-style: none;
  z-index: 1;
}

.personals-page .second-bottom__content .second-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 339px;
  margin: 0 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}

.personals-page .second-bottom__content .second-items__link {
  height: 100%;
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.personals-page .second-bottom__content .second-items__link:hover {
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
}

.personals-page .second-bottom__content .second-items__link:hover .second-items__top-wrap img {
  bottom: 0px;
}

.personals-page .second-bottom__content .second-items__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  max-height: 450px;
  padding-top: 20px;
  border-bottom: 3px solid #003389;
  background-color: #ffffff;
  overflow: hidden;
}

.personals-page .second-bottom__content .second-items__top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 450px;
  max-height: 450px;
  background-color: #F2F2F2;
}

.personals-page .second-bottom__content .second-items__top img {
  position: absolute;
  bottom: -4px;
  margin: 0 0 0 -2%;
  min-width: 104%;
  height: auto;
  -webkit-transition-property: bottom;
  -o-transition-property: bottom;
  transition-property: bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.personals-page .second-bottom__content .second-items__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 98px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.personals-page .second-bottom__content .second-items__bottom-name {
  margin-top: 8px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #7B7B7B;
}

.personals-page .second-bottom__content .second-items__bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.personals-page .second-bottom__content .second-items__bottom-position {
  /* max-width: 223px; */
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.personals-page .second-bottom__content .second-items__bottom-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.personals-page .second-bottom__content .second-items__bottom-state img {
  margin-left: 5px;
  width: 18px;
  height: 12px;
  border: 1px solid #C1C1C1;
}

.personals-page .second-bottom__content .second-items__bottom-state p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7B7B7B;
}

.personal-page .first {
  width: auto;
  max-width: unset;
  min-height: 636px;
  margin: 0;
}

.personal-page .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  background-image: url(../images/content/player-page/player-page-logo.png);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.personal-page .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.personal-page .first-content__left {
  position: relative;
  margin: 0 20px 210px 41px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #ffffff;
}

.personal-page .first-content__left-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.personal-page .first-content__left-top p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 90px;
  line-height: 105px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.personal-page .first-content__left-top--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 320px;
  height: auto;
  margin: 0 0 0 40px;
}

.personal-page .first-content__left-top--wrap p {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: unset;
  text-transform: none;
}

.personal-page .first-content__left-top--name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.personal-page .first-content__left-top--name:before {
  position: absolute;
  top: 5%;
  left: -20px;
  content: '';
  display: block;
  width: 0;
  height: 90%;
  border-left: 1px solid #D4E2FF;
}

.personal-page .first-content__left-top--name b {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
}

.personal-page .first-content__left-top--region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}

.personal-page .first-content__left-top--region img {
  margin: 0 10px 0 0;
  border: 1px solid #C1C1C1;
}

.personal-page .first-content__left-top--region p {
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.personal-page .first-content__left-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.personal-page .first-content__left-bottom p {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.personal-page .first-content__left-bottom--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.personal-page .first-content__left-bottom--goals, .personal-page .first-content__left-bottom--passes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 88px;
  height: auto;
  min-height: 111px;
  border: 1px solid #ffffff;
}

.personal-page .first-content__left-bottom--goals p, .personal-page .first-content__left-bottom--passes p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.personal-page .first-content__left-bottom--goals p:nth-of-type(1), .personal-page .first-content__left-bottom--passes p:nth-of-type(1) {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: unset;
}

.personal-page .first-content__left-bottom--goals {
  margin-right: 9px;
}

.personal-page .first-content__center {
  position: absolute;
  left: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 490px;
  z-index: 0;
}

.personal-page .first-content__center img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-bottom: -10px;
}

.personal-page .first-content__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 61px 340px 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #ffffff;
}

.personal-page .first-content__right-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.personal-page .first-content__right-info p {
  margin: 5px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  text-align: right;
  text-transform: uppercase;
  color: #ffffff;
}

.personal-page .first-content__right-info p:nth-of-type(2) {
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.personal-page .first-content__right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 50px;
  height: auto;
  min-height: 50px;
  margin-bottom: 10px;
  border: 1px solid #B2EFC4;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.personal-page .first-content__right a svg {
  fill: #B2EFC4;
  -webkit-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.personal-page .first-content__right a:hover {
  border-color: #ffffff;
}

.personal-page .first-content__right a:hover svg {
  fill: #ffffff;
}

.personal-page .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}

.personal-page .second-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -33px 10px 44px;
  background-color: #ffffff;
}

.personal-page .second-top__left, .personal-page .second-top__center, .personal-page .second-top__right {
  width: 100%;
  max-width: 340px;
  height: auto;
  padding-left: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.personal-page .second-top__left-list, .personal-page .second-top__center-list, .personal-page .second-top__right-list {
  position: relative;
  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;
  margin: 0;
  padding: 0;
  list-style: none;
}

.personal-page .second-top__left-list--item, .personal-page .second-top__center-list--item, .personal-page .second-top__right-list--item {
  margin: 15px 40px 11px 0;
}

.personal-page .second-top__left-list--item p, .personal-page .second-top__center-list--item p, .personal-page .second-top__right-list--item p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #7B7B7B;
}

.personal-page .second-top__left-list--item p:nth-of-type(1), .personal-page .second-top__center-list--item p:nth-of-type(1), .personal-page .second-top__right-list--item p:nth-of-type(1) {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.personal-page .second-top__left {
  padding-left: 0;
}

.personal-page .second-top__center-list, .personal-page .second-top__right-list {
  position: relative;
}

.personal-page .second-top__center-list::before, .personal-page .second-top__right-list::before {
  position: absolute;
  top: calc(50% - 30%);
  left: -25px;
  display: block;
  content: '';
  width: 0;
  height: 60%;
  border-left: 1px solid #EBEBEB;
}

.personal-page .second-bibliography, .personal-page .second-progress, .personal-page .second-clubs {
  position: relative;
  margin: 0 15px;
}

.personal-page .second-bibliography:before, .personal-page .second-progress:before, .personal-page .second-clubs:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 340px;
  height: 33px;
  content: '';
  background-color: #D4E2FF;
  mix-blend-mode: multiply;
}

.personal-page .second-bibliography h2, .personal-page .second-progress h2, .personal-page .second-clubs h2 {
  margin: 6px 0 20px 27px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #686868;
}

.personal-page .second-bibliography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 34px;
}

.personal-page .second-bibliography__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  margin: 0;
  padding: 22px 22px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

.personal-page .second-bibliography__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
}

.personal-page .second-bibliography__list-item h1, .personal-page .second-bibliography__list-item h2, .personal-page .second-bibliography__list-item h3, .personal-page .second-bibliography__list-item h4, .personal-page .second-bibliography__list-item h5, .personal-page .second-bibliography__list-item h6 {
  margin: 0 0 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
}

.personal-page .second-bibliography__list-item h2 {
  font-size: 22px;
  line-height: 38px;
}

.personal-page .second-bibliography__list-item h3 {
  font-size: 20px;
  line-height: 36px;
}

.personal-page .second-bibliography__list-item h4 {
  font-size: 18px;
  line-height: 34px;
}

.personal-page .second-bibliography__list-item h5 {
  font-size: 16px;
  line-height: 32px;
}

.personal-page .second-bibliography__list-item h5 {
  font-size: 14px;
  line-height: 30px;
}

.personal-page .second-bibliography__list-item b {
  margin: 20px 0 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
}

.personal-page .second-bibliography__list-item p {
  margin: 10px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
}

.personal-page .second-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px;
}

.personal-page .second-progress > p {
  margin: 15px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #686868;
}

.personal-page .second-progress__win {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.personal-page .second-progress__win:nth-of-type(1) .second-progress__win-item--left p, .personal-page .second-progress__win:nth-of-type(1) .second-progress__win-item--left b {
  width: 140px;
}

.personal-page .second-progress__win:nth-of-type(1) .second-progress__win-item--left .second-progress__win-item--right {
  right: 0;
}

.personal-page .second-progress__win:nth-of-type(3) .second-progress__win-item:nth-of-type(1) .second-progress__win-item--wrap {
  max-width: 190px;
}

.personal-page .second-progress__win:nth-of-type(3) .second-progress__win-item--right {
  top: calc(50% - 85px);
  right: 10px;
}

.personal-page .second-progress__win-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 341px;
  height: auto;
  min-height: 208px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.personal-page .second-progress__win-item:nth-of-type(2n) {
  margin: 0 20px;
}

.personal-page .second-progress__win-item--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.personal-page .second-progress__win-item--left p, .personal-page .second-progress__win-item--left b {
  margin: 0 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.personal-page .second-progress__win-item--left b {
  color: #686868;
}

.personal-page .second-progress__win-item--wrap {
  width: 100%;
  max-width: 150px;
}

.personal-page .second-progress__win-item--wrap:nth-of-type(2) p {
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  letter-spacing: unset;
  color: #3B8E53;
}

.personal-page .second-progress__win-item--right {
  position: absolute;
  top: calc(50% - 80px);
  right: 20px;
}

.personal-page .second-clubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 34px;
}

.personal-page .second-clubs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.personal-page .second-clubs__list--wrap {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: wrap;
}

.personal-page .second-clubs__list-item {
  background-color: #ffffff;
}

.personal-page .second-clubs__list-item.second-clubs__list-item--head {
  background-color: transparent;
}

.personal-page .second-clubs__list-item--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #EBEBEB;
}

.personal-page .second-clubs__list-item--wrap th,
.personal-page .second-clubs__list-item--wrap td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 220px;
  height: auto;
  min-height: 39px;
}

.personal-page .second-clubs__list-item--wrap th:nth-of-type(1),
.personal-page .second-clubs__list-item--wrap td:nth-of-type(1) {
  padding-left: 15px;
}

.personal-page .second-clubs__list-item--wrap th:nth-of-type(2),
.personal-page .second-clubs__list-item--wrap td:nth-of-type(2) {
  max-width: 370px;
}

.personal-page .second-clubs__list-item--wrap th:nth-of-type(3),
.personal-page .second-clubs__list-item--wrap td:nth-of-type(3) {
  max-width: 320px;
}

.personal-page .second-clubs__list-item--wrap th p,
.personal-page .second-clubs__list-item--wrap td p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.leadership-card-page .first {
  width: auto;
  max-width: unset;
  min-height: 666px;
  margin: 0;
}

.leadership-card-page .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  background-image: url(../images/content/player-page/player-page-logo.png);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.leadership-card-page .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(130, 130, 130, 0.5)), to(rgba(78, 78, 78, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(130, 130, 130, 0.5) 0%, rgba(78, 78, 78, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(130, 130, 130, 0.5) 0%, rgba(78, 78, 78, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(130, 130, 130, 0.5) 0%, rgba(78, 78, 78, 0.5) 100%);
  mix-blend-mode: normal;
}

.leadership-card-page .first-content__left {
  position: relative;
  margin: 0 0 230px 41px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #ffffff;
}

.leadership-card-page .first-content__left-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leadership-card-page .first-content__left-top p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 90px;
  line-height: 105px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.leadership-card-page .first-content__left-top--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  min-width: 400px;
  height: auto;
  margin: 0 0 0 40px;
}

.leadership-card-page .first-content__left-top--wrap p {
  max-width: 350px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: unset;
  text-transform: none;
}

.leadership-card-page .first-content__left-top--name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  margin-bottom: 20px;
}

.leadership-card-page .first-content__left-top--name:before {
  position: absolute;
  top: 5%;
  left: -20px;
  content: '';
  display: block;
  width: 0;
  height: 90%;
  border-left: 1px solid #D4E2FF;
}

.leadership-card-page .first-content__left-top--name b {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
}

.leadership-card-page .first-content__left-top--region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 23px;
}

.leadership-card-page .first-content__left-top--region img {
  margin: 0 10px 0 0;
  border: 1px solid #C1C1C1;
}

.leadership-card-page .first-content__left-top--region p {
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.leadership-card-page .first-content__left-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.leadership-card-page .first-content__left-bottom p {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.leadership-card-page .first-content__left-bottom--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leadership-card-page .first-content__left-bottom--goals, .leadership-card-page .first-content__left-bottom--passes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 88px;
  height: auto;
  min-height: 111px;
  border: 1px solid #ffffff;
}

.leadership-card-page .first-content__left-bottom--goals p, .leadership-card-page .first-content__left-bottom--passes p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.leadership-card-page .first-content__left-bottom--goals p:nth-of-type(1), .leadership-card-page .first-content__left-bottom--passes p:nth-of-type(1) {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: unset;
}

.leadership-card-page .first-content__left-bottom--goals {
  margin-right: 9px;
}

.leadership-card-page .first-content__center {
  position: absolute;
  left: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 540px;
  z-index: 0;
  left: 32%;
  max-width: 700px;
  height: 100%;
  max-height: 500px;
}

.leadership-card-page .first-content__center img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: initial;
  height: 100%;
  margin-bottom: -10px;
}

.leadership-card-page .first-content__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 61px 340px 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #ffffff;
}

.leadership-card-page .first-content__right-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.leadership-card-page .first-content__right-info p {
  margin: 5px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  text-align: right;
  text-transform: uppercase;
  color: #ffffff;
}

.leadership-card-page .first-content__right-info p:nth-of-type(2) {
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.leadership-card-page .first-content__right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 50px;
  height: auto;
  min-height: 50px;
  margin-bottom: 10px;
  border: 1px solid #B2EFC4;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.leadership-card-page .first-content__right a svg {
  fill: #B2EFC4;
  -webkit-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.leadership-card-page .first-content__right a:hover {
  border-color: #ffffff;
}

.leadership-card-page .first-content__right a:hover svg {
  fill: #ffffff;
}

.leadership-card-page .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}

.leadership-card-page .second-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -33px 10px 44px;
  background-color: #ffffff;
}

.leadership-card-page .second-top__left, .leadership-card-page .second-top__center, .leadership-card-page .second-top__right {
  width: auto;
  max-width: 340px;
  height: auto;
  padding-left: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.leadership-card-page .second-top__left-list, .leadership-card-page .second-top__center-list, .leadership-card-page .second-top__right-list {
  position: relative;
  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;
  margin: 0;
  padding: 0;
  list-style: none;
}

.leadership-card-page .second-top__left-list--item, .leadership-card-page .second-top__center-list--item, .leadership-card-page .second-top__right-list--item {
  margin: 15px 40px 11px 0;
}

.leadership-card-page .second-top__left-list--item p, .leadership-card-page .second-top__center-list--item p, .leadership-card-page .second-top__right-list--item p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #7B7B7B;
}

.leadership-card-page .second-top__left-list--item p:nth-of-type(1), .leadership-card-page .second-top__center-list--item p:nth-of-type(1), .leadership-card-page .second-top__right-list--item p:nth-of-type(1) {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.leadership-card-page .second-top__left {
  max-width: 650px;
  padding-left: 0;
}

.leadership-card-page .second-top__center-list, .leadership-card-page .second-top__right-list {
  position: relative;
}

.leadership-card-page .second-top__center-list::before, .leadership-card-page .second-top__right-list::before {
  position: absolute;
  top: calc(50% - 30%);
  left: -25px;
  display: block;
  content: '';
  width: 0;
  height: 60%;
  border-left: 1px solid #EBEBEB;
}

.leadership-card-page .second-bibliography, .leadership-card-page .second-clubs, .leadership-card-page .second-awards, .leadership-card-page .second-achievements {
  position: relative;
  margin: 0 15px;
}

.leadership-card-page .second-bibliography:before, .leadership-card-page .second-clubs:before, .leadership-card-page .second-awards:before, .leadership-card-page .second-achievements:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 340px;
  height: 33px;
  content: '';
  background-color: #D4E2FF;
  mix-blend-mode: multiply;
}

.leadership-card-page .second-bibliography > h2, .leadership-card-page .second-clubs > h2, .leadership-card-page .second-awards > h2, .leadership-card-page .second-achievements > h2 {
  margin: 6px 0 20px 27px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #686868;
}

.leadership-card-page .second-bibliography, .leadership-card-page .second-awards, .leadership-card-page .second-achievements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 34px;
  /* &__list {

        &-item {
          display: flex;
          flex-direction: column;
          padding: 0 22px 20px 20px;
          margin: 0;
          font-family: 'Manrope', Arial, Helvetica, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 23px;
          color: $color-brown;
          background-color: $color-white;

          b {
            margin: 20px 0 20px;
            font-family: 'Manrope', Arial, Helvetica, sans-serif;
            font-style: normal;
            font-weight: bold;
            font-size: 24px;
            line-height: 40px;
            color: $color-brown;
          }

          p {
            margin: 10px 0;
            font-family: 'Manrope', Arial, Helvetica, sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 23px;
            color: $color-brown;
          }
        }
      } */
}

.leadership-card-page .second-bibliography__list, .leadership-card-page .second-awards__list, .leadership-card-page .second-achievements__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  list-style: none;
}

.leadership-card-page .second-bibliography__list-item, .leadership-card-page .second-awards__list-item, .leadership-card-page .second-achievements__list-item {

  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
  background-color: #ffffff;
}

.leadership-card-page .second-bibliography__list-item h1, .leadership-card-page .second-bibliography__list-item h2, .leadership-card-page .second-bibliography__list-item h3, .leadership-card-page .second-bibliography__list-item h4, .leadership-card-page .second-bibliography__list-item h5, .leadership-card-page .second-bibliography__list-item h6, .leadership-card-page .second-awards__list-item h1, .leadership-card-page .second-awards__list-item h2, .leadership-card-page .second-awards__list-item h3, .leadership-card-page .second-awards__list-item h4, .leadership-card-page .second-awards__list-item h5, .leadership-card-page .second-awards__list-item h6, .leadership-card-page .second-achievements__list-item h1, .leadership-card-page .second-achievements__list-item h2, .leadership-card-page .second-achievements__list-item h3, .leadership-card-page .second-achievements__list-item h4, .leadership-card-page .second-achievements__list-item h5, .leadership-card-page .second-achievements__list-item h6 {
  margin: 0 0 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
}

.leadership-card-page .second-bibliography__list-item h2, .leadership-card-page .second-awards__list-item h2, .leadership-card-page .second-achievements__list-item h2 {
  font-size: 22px;
  line-height: 38px;
}

.leadership-card-page .second-bibliography__list-item h3, .leadership-card-page .second-awards__list-item h3, .leadership-card-page .second-achievements__list-item h3 {
  font-size: 20px;
  line-height: 36px;
}

.leadership-card-page .second-bibliography__list-item h4, .leadership-card-page .second-awards__list-item h4, .leadership-card-page .second-achievements__list-item h4 {
  font-size: 18px;
  line-height: 34px;
}

.leadership-card-page .second-bibliography__list-item h5, .leadership-card-page .second-awards__list-item h5, .leadership-card-page .second-achievements__list-item h5 {
  font-size: 16px;
  line-height: 32px;
}

.leadership-card-page .second-bibliography__list-item h5, .leadership-card-page .second-awards__list-item h5, .leadership-card-page .second-achievements__list-item h5 {
  font-size: 14px;
  line-height: 30px;
}

.leadership-card-page .second-bibliography__list-item b, .leadership-card-page .second-awards__list-item b, .leadership-card-page .second-achievements__list-item b {
  margin: 0 0 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
}

.leadership-card-page .second-bibliography__list-item p, .leadership-card-page .second-awards__list-item p, .leadership-card-page .second-achievements__list-item p {
  margin: 10px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
}

.leadership-card-page .second-bibliography__list-item ul, .leadership-card-page .second-awards__list-item ul, .leadership-card-page .second-achievements__list-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.leadership-card-page .second-clubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 34px;
}

.leadership-card-page .second-clubs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.leadership-card-page .second-clubs__list--wrap {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: wrap;
}

.leadership-card-page .second-clubs__list-item {
  background-color: #ffffff;
}

.leadership-card-page .second-clubs__list-item.second-clubs__list-item--head {
  background-color: transparent;
}

.leadership-card-page .second-clubs__list-item--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #EBEBEB;
}

.leadership-card-page .second-clubs__list-item--wrap th,
.leadership-card-page .second-clubs__list-item--wrap td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 220px;
  height: auto;
  min-height: 39px;
}

.leadership-card-page .second-clubs__list-item--wrap th:nth-of-type(1),
.leadership-card-page .second-clubs__list-item--wrap td:nth-of-type(1) {
  padding-left: 15px;
}

.leadership-card-page .second-clubs__list-item--wrap th:nth-of-type(2),
.leadership-card-page .second-clubs__list-item--wrap td:nth-of-type(2) {
  margin-right: 20px;
  max-width: 750px;
}

.leadership-card-page .second-clubs__list-item--wrap th:nth-of-type(3),
.leadership-card-page .second-clubs__list-item--wrap td:nth-of-type(3) {
  max-width: unset;
}

.leadership-card-page .second-clubs__list-item--wrap th p,
.leadership-card-page .second-clubs__list-item--wrap td p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.leadership-card-page .second-awards__list {
  padding: 0 20px 20px;
}

.leadership-card-page .second-awards__list b,
.leadership-card-page .second-awards__list strong {
  margin: 20px 0 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
}

.leadership-card-page .second-awards__list p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
}

.leadership-card-page .second-awards__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.leadership-card-page .second-awards__list ul li {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
}

.leadership-card-page .second-awards__list:last-of-type {
  padding-bottom: 25px;
}

.contacts-page .first {
  width: auto;
  max-width: unset;
  min-height: 230px;
  margin: 0;
}

.contacts-page .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  background-image: url(../images/content/leadership-first--background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contacts-page .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.contacts-page .first-content h2 {
  position: relative;
  margin: 0 51px 33px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}

.contacts-page .second {
  position: absolute;
  top: 230px;
  left: 0;
  padding-top: 18px;
}

.contacts-page .second-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 238px;
  z-index: 10;
}

.contacts-page .second-content > svg {
  width: 184px;
  height: 224px;
}

.contacts-page .second-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 21px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #003389;
  -webkit-transition-property: -webkit-text-decoration;
  transition-property: -webkit-text-decoration;
  -o-transition-property: text-decoration;
  transition-property: text-decoration;
  transition-property: text-decoration, -webkit-text-decoration;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.contacts-page .second-content a svg {
  margin-right: 5px;
}

.contacts-page .second-content a:hover {
  text-decoration: underline;
}

.contacts-page .third {
  padding: 18px 0 0 238px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  z-index: 1;
}

.contacts-page .third-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-right: 10px;
  padding: 28px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  border-top: 3px solid #003389;
}

.contacts-page .third-content h2 {
  margin: 0 0 18px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
}

.contacts-page .third-content .contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 30px 0 20px;
  list-style: none;
  border-top: 1px solid #EBEBEB;
}

.contacts-page .third-content .contacts-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.contacts-page .third-content .contacts-list li p {
      width: 100%;
    max-width: unset;
    margin: 0;
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    color: #7B7B7B;
    margin-bottom: 12px;
}

.contacts-page .third-content .contacts-list li p:first-of-type {
  font-weight: normal;
  max-width: 200px;
}

.contacts-page .third-content .contacts-list li a {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 35px;
  color: #7B7B7B;
  border-bottom: 1px solid transparent;
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.contacts-page .third-content .contacts-list li a:hover {
  border-bottom: 1px solid #7B7B7B;
}

.contacts-page .fifth {
  width: auto;
  max-width: unset;
  padding: 18px 0 0 238px;
  margin: 0;
  background: none;
}

.contacts-page .fifth-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-page .fifth-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 20px 10px 20px 0;
  list-style: none;
}

.contacts-page .fifth-content__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 226px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.contacts-page .fifth-content__list-item--link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 226px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.contacts-page .fifth-content__list-item--link:before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  z-index: 1;
}

.contacts-page .fifth-content__list-item--link:hover img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.contacts-page .fifth-content__list-item--link img {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.contacts-page .fifth-content__list-item.item-one {
  width: 100%;
  max-width: unset;
}

.contacts-page .fifth-content__list-item.item-one__bottom, .contacts-page .fifth-content__list-item.item-two__bottom, .contacts-page .fifth-content__list-item.item-three__bottom {
  min-height: 72px;
  margin-bottom: 20px;
}

.contacts-page .fifth-content__list-item.item-one__bottom .contacts-list, .contacts-page .fifth-content__list-item.item-two__bottom .contacts-list, .contacts-page .fifth-content__list-item.item-three__bottom .contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 27px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

.contacts-page .fifth-content__list-item.item-one__bottom .contacts-list li, .contacts-page .fifth-content__list-item.item-two__bottom .contacts-list li, .contacts-page .fifth-content__list-item.item-three__bottom .contacts-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.contacts-page .fifth-content__list-item.item-one__bottom .contacts-list li p, .contacts-page .fifth-content__list-item.item-two__bottom .contacts-list li p, .contacts-page .fifth-content__list-item.item-three__bottom .contacts-list li p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 35px;
  color: #7B7B7B;
}

.contacts-page .fifth-content__list-item.item-one__bottom .contacts-list li p:nth-of-type(1), .contacts-page .fifth-content__list-item.item-two__bottom .contacts-list li p:nth-of-type(1), .contacts-page .fifth-content__list-item.item-three__bottom .contacts-list li p:nth-of-type(1) {
  width: 100%;
  max-width: 200px;
}

.contacts-page .fifth-content__list-item.item-one__bottom .contacts-list li p:nth-of-type(2), .contacts-page .fifth-content__list-item.item-two__bottom .contacts-list li p:nth-of-type(2), .contacts-page .fifth-content__list-item.item-three__bottom .contacts-list li p:nth-of-type(2) {
  font-weight: 800;
}

.contacts-page .fifth-content__list-item.item-one__bottom .contacts-list li a, .contacts-page .fifth-content__list-item.item-two__bottom .contacts-list li a, .contacts-page .fifth-content__list-item.item-three__bottom .contacts-list li a {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 35px;
  color: #7B7B7B;
  border-bottom: 1px solid transparent;
  -webkit-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.contacts-page .fifth-content__list-item.item-one__bottom .contacts-list li a:hover, .contacts-page .fifth-content__list-item.item-two__bottom .contacts-list li a:hover, .contacts-page .fifth-content__list-item.item-three__bottom .contacts-list li a:hover {
  border-bottom: 1px solid #7B7B7B;
}

.contacts-page .fifth-content__list-item.item-one__bottom .contacts-list .contacts-list__web a, .contacts-page .fifth-content__list-item.item-two__bottom .contacts-list .contacts-list__web a, .contacts-page .fifth-content__list-item.item-three__bottom .contacts-list .contacts-list__web a {
  color: #003389;
}

.contacts-page .fifth-content__list-item.item-one__bottom .contacts-list .contacts-list__web a:hover, .contacts-page .fifth-content__list-item.item-two__bottom .contacts-list .contacts-list__web a:hover, .contacts-page .fifth-content__list-item.item-three__bottom .contacts-list .contacts-list__web a:hover {
  border-bottom: 1px solid #003389;
}

.contacts-page .fifth-content__list-item:nth-of-type(2n) {
  margin-right: 20px;
}

.contacts-page .fifth-content__list-item b {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  z-index: 10;
}

.akhmat-arena.page-main__wrap {
  padding-bottom: 0;
}

.akhmat-arena .first {
  width: auto;
  max-width: unset;
  min-height: 378px;
  margin: 0;
}

.akhmat-arena .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  background-image: url(../images/content/infrastructure/akhmat-arena/akhmat-arena-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.akhmat-arena .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.akhmat-arena .first-content h1 {
  position: relative;
  margin: 0 51px 33px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}

.akhmat-arena .first-content__link {
  position: absolute;
  bottom: 40px;
  right: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.akhmat-arena .first-content__link a, .akhmat-arena .first-content__link svg {
  -webkit-transition-property: color, fill, -webkit-text-decoration;
  transition-property: color, fill, -webkit-text-decoration;
  -o-transition-property: color, text-decoration, fill;
  transition-property: color, text-decoration, fill;
  transition-property: color, text-decoration, fill, -webkit-text-decoration;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.akhmat-arena .first-content__link a {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #D7F7E4;
}

.akhmat-arena .first-content__link svg {
  margin: 0 10px 2px 0;
  fill: #D7F7E4;
}

.akhmat-arena .first-content__link:hover a {
  color: #ffffff;
  text-decoration: underline;
}

.akhmat-arena .first-content__link:hover svg {
  fill: #ffffff;
}

.akhmat-arena .second {
  width: auto;
  max-width: unset;
  padding: 0;
  margin: 0;
}

.akhmat-arena .second-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 17px 10px 0;
  padding: 0 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.akhmat-arena .second-top h2 {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
}

.akhmat-arena .second-top p {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
}

.akhmat-arena .second-slider__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 0;
  /* управление слайдера */
  /* Нумерация */
}

.akhmat-arena .second-slider__wrap .second-slider__list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.akhmat-arena .second-slider__wrap .second-slider__item {
  width: 100%;
}

.akhmat-arena .second-slider__wrap .second-slider__item-image img {
  width: 100%;
  height: 100%;
  height: 724px;
  -o-object-fit: cover;
     object-fit: cover;
}

.akhmat-arena .second-slider__wrap .slick-prev,
.akhmat-arena .second-slider__wrap .slick-next {
  left: unset;
  top: unset;
  bottom: 20px;
  right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  padding-bottom: 3px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  z-index: 1;
  opacity: 0.75;
}

.akhmat-arena .second-slider__wrap .slick-prev:hover,
.akhmat-arena .second-slider__wrap .slick-next:hover {
  border: 1px solid white;
  opacity: 1;
}

.akhmat-arena .second-slider__wrap .slick-prev:before,
.akhmat-arena .second-slider__wrap .slick-next:before {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  content: '';
  background-image: url(../images/icon/arrow-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.75;
}

.akhmat-arena .second-slider__wrap .slick-prev:before:hover,
.akhmat-arena .second-slider__wrap .slick-next:before:hover {
  opacity: 1;
}

.akhmat-arena .second-slider__wrap .slick-next {
  right: 25px;
}

.akhmat-arena .second-slider__wrap .slick-next:before {
  background-image: url(../images/icon/arrow-right.svg);
}

.akhmat-arena .second-slider__wrap .second-slider__slide--number {
  position: absolute;
  bottom: 80px;
  right: 25px;
  width: 60px;
  height: 17px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: right;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 10;
}

.akhmat-arena .second-info {
  margin: 0 10px 15px;
  padding: 5px 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.akhmat-arena .second-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.akhmat-arena .second-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}

.akhmat-arena .second-info__item p, .akhmat-arena .second-info__item b {
  width: 50%;
  margin: 0;
}

.akhmat-arena .second-info__item p {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #7B7B7B;
}

.akhmat-arena .second-info__item b {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: normal;
  color: #003389;
}

.akhmat-arena .second-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 10px 0;
  padding: 0;
}

.akhmat-arena .second-content-delimetr {
  margin: 0 0 20px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.akhmat-arena .second-content figure {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.akhmat-arena .second-content figure img {
  width: 100%;
  height: 100%;
}

.akhmat-arena .second-content h3 {
  margin: 0 0 0;
  padding: 20px 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
  background-color: #ffffff;
}

.akhmat-arena .second-content b, .akhmat-arena .second-content p {
  display: block;
  width: 100%;
  margin: 0;
  padding: 14px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
  background-color: #ffffff;
}

.akhmat-arena .second-content b {
  margin: 0;
  font-weight: bold;
}

.akhmat-arena .second-passege {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 10px 15px;
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.akhmat-arena .second-passege h3 {
  margin-bottom: 0;
  padding: 20px 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
}

.akhmat-arena .four {
  min-height: 450px;
  margin: 59px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.akhmat-arena .four-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.akhmat-arena .four-content:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 340px;
  height: 33px;
  content: '';
  background-color: #D4E2FF;
  z-index: 1;
}

.akhmat-arena .four-content h2 {
  margin: 7px 27px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #686868;
  z-index: 2;
}

.akhmat-arena .four-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.akhmat-arena .four-content__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 510px;
  height: auto;
  min-height: 329px;
}

.akhmat-arena .four-content__list-item:nth-of-type(2n+1) {
  margin-right: 20px;
}

.akhmat-arena .four-content__list-item--link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: auto;
  min-height: 329px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 103% 103%;
  background-size: cover;
  -webkit-transition-property: background-position, -webkit-box-shadow;
  transition-property: background-position, -webkit-box-shadow;
  -o-transition-property: background-position, box-shadow;
  transition-property: background-position, box-shadow;
  transition-property: background-position, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.akhmat-arena .four-content__list-item--link:before {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  width: 100%;
  height: auto;
  min-height: 329px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49.72%, rgba(82, 82, 82, 0)), to(rgba(82, 82, 82, 0.5)));
  background: -webkit-linear-gradient(top, rgba(82, 82, 82, 0) 49.72%, rgba(82, 82, 82, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(82, 82, 82, 0) 49.72%, rgba(82, 82, 82, 0.5) 100%);
  background: linear-gradient(180deg, rgba(82, 82, 82, 0) 49.72%, rgba(82, 82, 82, 0.5) 100%);
  z-index: 1;
}

.akhmat-arena .four-content__list-item--link:hover {
  background-position: 50% 100%;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.akhmat-arena .four-content__list-item--link b {
  margin: 20px 24px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  z-index: 2;
}

.akhmat-arena .four-content__list-item.item-two .four-content__list-item--link {
  background-image: url(../images/content/infrastructure/infrastructure-two.png);
}

.akhmat-arena .four-content__list-item.item-three .four-content__list-item--link {
  background-image: url(../images/content/infrastructure/infrastructure-three.png);
}

.results-page .first {
  width: auto;
  max-width: unset;
  min-height: 378px;
  margin: 0;
}

.results-page .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  background-image: url(../images/content/results-page--logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.results-page .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.results-page .first-content h2 {
  position: relative;
  margin: 0 25px 50px 51px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}

.results-page .first-content__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  max-width: 353px;
  margin: 0 25px 60px;
  z-index: 2;
}

.results-page .first-content__switch > a {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.66);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.results-page .first-content__switch > a.active {
  color: #ffffff;
}

.results-page .first-content__switch > a.active:hover {
  color: #ffffff;
}

.results-page .first-content__switch > a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.results-page .first-content__switch-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.results-page .first-content__switch-content.active span {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.results-page .first-content__switch-content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  border-radius: 5px;
  background-color: #4B76D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.results-page .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}

.results-page .second-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -30px 10px 0;
  background-color: #ffffff;
}

.results-page .second-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.results-page .second-top__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 280px;
}

.results-page .second-top__list-item.item-right {
  max-width: 100%;
}

.results-page .second-top__list-item.item-right .second-top__list-item-input {
  max-width: 100%;
}

.results-page .second-top__list-item.item-right .second-top__list-item-input ul {
  max-width: 100%;
}

.results-page .second-top__list-item.item-left, .results-page .second-top__list-item.item-center {
  border-right: 1px solid #EBEBEB;
}

.results-page .second-top__list .second-top__list-item-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  background-color: #ffffff;
}

.results-page .second-top__list .second-top__list-item-input p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.results-page .second-top__list .second-top__list-item-input p:hover {
  background-color: rgba(72, 113, 199, 0.3);
}

.results-page .second-top__list .second-top__list-item-input:hover svg {
  fill: #003389;
}

.results-page .second-top__list .second-top__list-item-input ul {
  position: absolute;
  top: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  z-index: 100;
}

.second-top__list .second-top__list-item-input ul {
  overflow: auto;
  max-height: 300px;
}

.results-page .second-top__list .second-top__list-item-input ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.results-page .second-top__list .second-top__list-item-input ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 0 26px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.results-page .second-top__list .second-top__list-item-input ul li:hover {
  background-color: rgba(72, 113, 199, 0.3);
}

.results-page .second-top__list .second-top__list-item-input.active-select p {
  color: rgba(82, 82, 82, 0.3);
}

.results-page .second-top__list .second-top__list-item-input.active-select p:hover {
  background-color: unset;
}

.results-page .second-top__list .second-top__list-item-input.active-select ul {
  visibility: visible;
}

.results-page .second-top__list .second-top__list-item-input.active-select svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.results-page .second-top__list .second-top__list-item-input.active-select:hover svg {
  fill: #EBEBEB;
}

.results-page .second-top__list .second-top__list-item-input svg {
  position: absolute;
  top: calc(50% - 4px);
  right: 26px;
  display: block;
  content: '';
  width: 12px;
  height: 6px;
  background-image: url(../images/icon/selects-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  fill: #EBEBEB;
}

.results-page .second-content {
  margin: 0;
  padding: 0;
  display: none;
}

.results-page .second-content.active {
  display: block;
}

.results-page .second-content__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.results-page .second-content__content-title {
  position: relative;
  margin: 20px 18px 0 18px;
}

.results-page .second-content__content-title b {
  margin: 10px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 99px;
  line-height: 99px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #F7F7F7;
  text-shadow: #4B76D0  0 2px 0, #4B76D0  -2px 2px 0, #4B76D0  2px 0 0, #4B76D0  2px 2px 0, #4B76D0  -2px 0 0, #4B76D0  -2px -2px 0, #4B76D0  0 -2px 0, #4B76D0  2px -2px 0;
}

.results-page .second-content__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  margin: -22px 0 0;
  padding: 0;
  list-style: none;
  white-space: normal;
  z-index: 1;
}

.results-page .second-content__content-list--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: -22px 0 0;
  z-index: 1;
}

.results-page .second-content__content-list .second-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.results-page .second-content__content-list .second-items__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 10px;
  padding: 20px;
  border-bottom: 1px solid #EBEBEB;
  list-style: none;
  background-color: #ffffff;
}

.results-page .second-content__content-list .second-items__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 300px;
}

.results-page .second-content__content-list .second-items__list-item:nth-of-type(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.results-page .second-content__content-list .second-items__list-item:nth-of-type(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 370px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.results-page .second-content__content-list .second-items__list-item:nth-of-type(2) p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.results-page .second-content__content-list .second-items__list-item:nth-of-type(3) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.results-page .second-content__content-list .second-items__list-item--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
}

.results-page .second-content__content-list .second-items__list-item--image:nth-of-type(1) {
  margin: 0 25px 0 12px;
}

.results-page .second-content__content-list .second-items__list-item--image:nth-of-type(2) {
  margin: 0 12px 0 25px;
}

.results-page .second-content__content-list .second-items__list-item--image img {
  width: initial;
  height: 40px;
  object-fit: contain;
}

.results-page .second-content__content-list .second-items__list-item--results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 21px 0 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  color: #686868;
  background-color: #EBEBEB;
}

.results-page .second-content__content-list .second-items__list-item--results.win {
  color: #003389;
  background-color: #d4e2ff;
}

.results-page .second-content__content-list .second-items__list-item--results.loss {
  color: #D21845;
}

.results-page .second-content__content-list .second-items__list-item--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.results-page .second-content__content-list .second-items__list-item--info span {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: unset;
  text-transform: none;
  color: #686868;
}

.results-page .second-content__content-list .second-items__list-item b {
  width: 100%;
  max-width: 90px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #7B7B7B;
}

.results-page .second-content__content-list .second-items__list-item b:nth-of-type(2) {
  text-align: left;
}

.results-page .second-content__content-list .second-items__list-item .slides-content__content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  color: #C1C1C1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.results-page .second-content__content-list .second-items__list-item .slides-content__content-link--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #EBEBEB;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.results-page .second-content__content-list .second-items__list-item .slides-content__content-link--image svg {
  fill: #7B7B7B;
}

.results-page .second-content__content-list .second-items__list-item .slides-content__content-link:hover {
  color: #686868;
}

.results-page .second-content__content-list .second-items__list-item .slides-content__content-link:hover .slides-content__content-link--image {
  background-color: #C1C1C1;
}

.results-page .second-content__content p {
  margin: 20px 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  line-height: normal;
  color: #7B7B7B;
}

.calendar-page .first {
  width: auto;
  max-width: unset;
  min-height: 378px;
  margin: 0;
}

.calendar-page .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  background-image: url(../images/content/results-page--logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.calendar-page .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.calendar-page .first-content h2 {
  position: relative;
  margin: 0 25px 50px 51px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}

.calendar-page .first-content__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  max-width: 353px;
  margin: 0 25px 60px;
  z-index: 2;
}

.calendar-page .first-content__switch > a {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.66);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.calendar-page .first-content__switch > a.active {
  color: #ffffff;
}

.calendar-page .first-content__switch > a.active:hover {
  color: #ffffff;
}

.calendar-page .first-content__switch > a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.calendar-page .first-content__switch-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.calendar-page .first-content__switch-content.active span {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.calendar-page .first-content__switch-content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  border-radius: 5px;
  background-color: #4B76D0 ;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.calendar-page .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}

.calendar-page .second-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -30px 10px 0;
  background-color: #ffffff;
}

.calendar-page .second-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.calendar-page .second-top__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 280px;
}

.calendar-page .second-top__list-item.item-right {
  max-width: 100%;
}

.calendar-page .second-top__list-item.item-right .second-top__list-item-input {
  max-width: 100%;
}

.calendar-page .second-top__list-item.item-right .second-top__list-item-input ul {
  max-width: 100%;
}

.calendar-page .second-top__list-item.item-left, .calendar-page .second-top__list-item.item-center {
  border-right: 1px solid #EBEBEB;
}

.calendar-page .second-top__list .second-top__list-item-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  background-color: #ffffff;
}

.calendar-page .second-top__list .second-top__list-item-input p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.calendar-page .second-top__list .second-top__list-item-input p:hover {
  background-color: rgba(72, 113, 199, 0.3);
}

.calendar-page .second-top__list .second-top__list-item-input:hover svg {
  fill: #003389;
}

.calendar-page .second-top__list .second-top__list-item-input ul {
  position: absolute;
  top: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  z-index: 100;
}

.calendar-page .second-top__list .second-top__list-item-input ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.calendar-page .second-top__list .second-top__list-item-input ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 0 26px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.calendar-page .second-top__list .second-top__list-item-input ul li:hover {
  background-color: rgba(72, 113, 199, 0.3);
}

.calendar-page .second-top__list .second-top__list-item-input.active-select p {
  color: rgba(82, 82, 82, 0.3);
}

.calendar-page .second-top__list .second-top__list-item-input.active-select p:hover {
  background-color: unset;
}

.calendar-page .second-top__list .second-top__list-item-input.active-select ul {
  visibility: visible;
}

.calendar-page .second-top__list .second-top__list-item-input.active-select svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.calendar-page .second-top__list .second-top__list-item-input.active-select:hover svg {
  fill: #EBEBEB;
}

.calendar-page .second-top__list .second-top__list-item-input svg {
  position: absolute;
  top: calc(50% - 4px);
  right: 26px;
  display: block;
  content: '';
  width: 12px;
  height: 6px;
  background-image: url(../images/icon/selects-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  fill: #EBEBEB;
}

.calendar-page .second-content {
  margin: 0;
  padding: 0;
  display: none;
}

.calendar-page .second-content.active {
  display: block;
}

.calendar-page .second-content__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

.calendar-page .second-content__content-title {
  position: relative;
  margin: 20px 18px 0 18px;
}

.calendar-page .second-content__content-title b {
  margin: 10px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 99px;
  line-height: 99px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #F7F7F7;
  text-shadow: #4B76D0 0 2px 0, #4B76D0 -2px 2px 0, #4B76D0 2px 0 0, #4B76D0 2px 2px 0, #4B76D0 -2px 0 0, #4B76D0 -2px -2px 0, #4B76D0 0 -2px 0, #4B76D0 2px -2px 0;
}

.calendar-page .second-content__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -22px 0 0;
  padding: 0;
  list-style: none;
  z-index: 1;
}

.calendar-page .second-content__content-list .second-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.calendar-page .second-content__content-list .second-items__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 10px;
  padding: 20px;
  border-bottom: 1px solid #EBEBEB;
  list-style: none;
  background-color: #ffffff;
}

.calendar-page .second-content__content-list .second-items__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 290px;
}

.calendar-page .second-content__content-list .second-items__list-item:nth-of-type(1) {
  max-width: 180px;
}

.calendar-page .second-content__content-list .second-items__list-item:nth-of-type(2) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.calendar-page .second-content__content-list .second-items__list-item:nth-of-type(2) p {
  min-width: 203px;
  margin: 0;
  padding: 0 14px 0 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #7B7B7B;
  box-sizing: border-box;
}

.calendar-page .second-content__content-list .second-items__list-item:nth-of-type(2) b {
  text-align: right;
}

.calendar-page .second-content__content-list .second-items__list-item:nth-of-type(2) .second-items__list-item--stadium {
  flex-direction: row-reverse;
}

.calendar-page .second-content__content-list .second-items__list-item:nth-of-type(2) .second-items__list-item--stadium img {
  margin: 0 0 0 5px;
}

.calendar-page .second-content__content-list .second-items__list-item:nth-of-type(3) {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* max-width: 370px; */
  margin-left: 25px;
}

.calendar-page .second-content__content-list .second-items__list-item:nth-of-type(3)::before {
  position: absolute;
  top: 50%;
  left: -17px;
  display: block;
  width: 10px;
  height: 2px;
  content: '';
  background-color: #7B7B7B;
}

.calendar-page .second-content__content-list .second-items__list-item:nth-of-type(3) p {
  min-width: 203px;
  margin: 0;
  padding: 0 0 0 14px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #7B7B7B;
  box-sizing: border-box;
}

.calendar-page .second-content__content-list .second-items__list-item:nth-of-type(4) {
  max-width: 200px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.calendar-page .second-content__content-list .second-items__list-item--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.calendar-page .second-content__content-list .second-items__list-item--image:nth-of-type(1) {
  margin: 0 25px 0 13px;
}

.calendar-page .second-content__content-list .second-items__list-item--image:nth-of-type(2) {
  margin: 0 12px 0 25px;
}

.calendar-page .second-content__content-list .second-items__list-item--image img {
  width: initial;
  height: 40px;
  object-fit: contain;
}

.calendar-page .second-content__content-list .second-items__list-item--results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 21px 0 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  color: #686868;
  background-color: #EBEBEB;
}

.calendar-page .second-content__content-list .second-items__list-item--results.home {
  color: #3B8E53;
  background-color: #D7F7E4;
}

.calendar-page .second-content__content-list .second-items__list-item--results.loss {
  color: #D21845;
}

.calendar-page .second-content__content-list .second-items__list-item--results.win {
  color: #3B8E53;
  background-color: #D7F7E4;
}

.calendar-page .second-content__content-list .second-items__list-item--results.loss {
  color: #D21845;
}

.calendar-page .second-content__content-list .second-items__list-item--info {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  color: #686868;
}

.calendar-page .second-content__content-list .second-items__list-item--command {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3px 0 0 10px;
}

.calendar-page .second-content__content-list .second-items__list-item--stadium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calendar-page .second-content__content-list .second-items__list-item--stadium img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px 0 0;
}

.calendar-page .second-content__content-list .second-items__list-item--stadium b {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  color: #686868;
}

.calendar-page .second-content__content-list .second-items__list-item--turs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 90px;
  margin-left: auto;
}

.calendar-page .second-content__content-list .second-items__list-item--turs p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
  color: #7B7B7B;
}

.calendar-page .second-content__content-list .second-items__list-item--station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 5px 0 0;
}

.calendar-page .second-content__content-list .second-items__list-item--station img {
  margin-right: 10px;
}

.calendar-page .second-content__content-list .second-items__list-item--station b {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.calendar-page .second-content__content-list .second-items__list-item .slides-content__content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  color: #C1C1C1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.calendar-page .second-content__content-list .second-items__list-item .slides-content__content-link--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #EBEBEB;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.calendar-page .second-content__content-list .second-items__list-item .slides-content__content-link--image svg {
  fill: #7B7B7B;
}

.calendar-page .second-content__content-list .second-items__list-item .slides-content__content-link:hover {
  color: #686868;
}

.calendar-page .second-content__content-list .second-items__list-item .slides-content__content-link:hover .slides-content__content-link--image {
  background-color: #C1C1C1;
}

.calendar-page .second-content__content p {
  margin: 20px 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  line-height: normal;
  color: #7B7B7B;
}

.news-page .first {
  width: auto;
  max-width: unset;
  min-height: 230px;
  margin: 0;
}

.news-page .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  background-image: url(../images/content/leadership-first--background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-page .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 51, 137, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 51, 137, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 51, 137, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 51, 137, 0.5) 100%);
  mix-blend-mode: normal;
}

.news-page .first-content h2 {
  position: relative;
  margin: 0 51px 30px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}

.news-page .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}

.news-page .second-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 10px;
  background-color: #ffffff;
}

.news-page .second-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.news-page .second-top__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 280px;
}

.news-page .second-top__list-item:last-of-type {
  max-width: unset;
}

.news-page .second-top__list-item:last-of-type .second-top__list-item-input {
  max-width: unset;
}

.news-page .second-top__list-item:last-of-type .second-top__list-item-input ul {
  max-width: unset;
}

.news-page .second-top__list-item.item-left, .news-page .second-top__list-item.item-center {
  border-right: 1px solid #EBEBEB;
}

.news-page .second-top__list .second-top__list-item-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  background-color: #ffffff;
}

.news-page .second-top__list .second-top__list-item-input p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.news-page .second-top__list .second-top__list-item-input p:hover {
  background-color: rgba(72, 113, 199, 0.3);
}

.news-page .second-top__list .second-top__list-item-input:hover svg {
  fill: #003389;
}

.news-page .second-top__list .second-top__list-item-input ul {
  position: absolute;
  top: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  z-index: 100;
}

.news-page .second-top__list .second-top__list-item-input ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.news-page .second-top__list .second-top__list-item-input ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 0 26px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.news-page .second-top__list .second-top__list-item-input ul li:hover {
  background-color: rgba(72, 113, 199, 0.3);
}

.news-page .second-top__list .second-top__list-item-input.active-select p {
  color: rgba(82, 82, 82, 0.3);
}

.news-page .second-top__list .second-top__list-item-input.active-select p:hover {
  background-color: unset;
}

.news-page .second-top__list .second-top__list-item-input.active-select ul {
  visibility: visible;
}

.news-page .second-top__list .second-top__list-item-input.active-select svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.news-page .second-top__list .second-top__list-item-input.active-select:hover svg {
  fill: #EBEBEB;
}

.news-page .second-top__list .second-top__list-item-input svg {
  position: absolute;
  top: calc(50% - 4px);
  right: 26px;
  display: block;
  content: '';
  width: 12px;
  height: 6px;
  background-image: url(../images/icon/selects-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  fill: #EBEBEB;
  cursor: pointer;
}

.news-page .second-content {
  margin: 0;
  padding: 0;
  display: block;
}

.news-page .second-content__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-page .second-content__content .second {
  border: none;
}

.news-page .second-content__content .second-top {
  display: none;
}

.news-page .second-content__content .second-bottom {
  padding: 0;
}

.news-page .second-content__content .second-bottom__list {
  min-height: unset;
  padding: 0;
}

.news-page .second-content__content .second-bottom__list-item {
max-width: 339px;
    margin: 0 10px 21px 10px;
    width: calc(33.333% - 20px);
}

.news-page .second-content__content .second-bottom__list-item:first-of-type {
  position: relative;
  width: calc(33.333% - 20px);
  max-width: 339px;
  height: auto;
  min-height: 300px;
  margin: 0 10px 21px 10px;
}

.news-page .second-content__content .second-bottom__list-item.big {
    width: calc(66.666% - 20px);
    max-width: initial;
    height: auto;
    min-height: 100px;
    max-height: 300px;
    margin: 0 10px 21px 10px;
}

.news-page .second-content__content .second-bottom__list-item.big .second-bottom__list-item--link {
  position: relative;
  -webkit-transition-property: background-size;
  -o-transition-property: background-size;
  transition-property: background-size;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  overflow: hidden;
}

.news-page .second-content__content .second-bottom__list-item.big .second-bottom__list-item--top {
  width: 151%;
  max-width: 698px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 300px;
}

.news-page .second-content__content .second-bottom__list-item.big .second-bottom__list-item--top img {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.news-page .second-content__content .second-bottom__list-item.big .second-bottom__list-item--bottom {
  position: absolute;
  bottom: 0;
  min-height: 100%;
  background: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), color-stop(20%, transparent), color-stop(60%, transparent), color-stop(70%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.66)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, transparent 20%, transparent 60%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.66) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, transparent 20%, transparent 60%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.66) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, transparent 20%, transparent 60%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.66) 100%);
  z-index: 2;
}

.news-page .second-content__content .second-bottom__list-item.big .second-list__bottom-items:before {
  display: none;
}

.news-page .second-content__content .second-bottom__list-item.big .second-list__bottom-item:first-of-type {
  color: #C1C1C1;
  background: none;
}

.news-page .second-content__content .second-bottom__list-item.big .second-list__bottom-item:first-of-type svg {
  fill: #C1C1C1;
}

.news-page .second-content__content .second-bottom__list-item.big .second-list__bottom-item:nth-of-type(2) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 50px;
}

.news-page .second-content__content .second-bottom__list-item.big .second-list__bottom-item:nth-of-type(2) p {
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}

.news-page .second-content__content .second-bottom__list-item.big .second-list__bottom-item:last-of-type {
  top: unset;
  right: unset;
  bottom: 20px;
  left: 24px;
  padding: 0;
  color: #ffffff;
  background: none;
}

.news-page .second-content__content .second-bottom__list-item.big.background-none .second-list__bottom-item:first-of-type {
  top: 20px;
}

.news-page .second-content__content .second-bottom__list-item.big.background-none .second-list__bottom-item:nth-of-type(2) {
  padding-bottom: 40px;
}

.news-page .second-content__content .second-bottom__list-item.big.background-none .second-list__bottom-item:nth-of-type(3) {
  bottom: 10px;
}

.news-page .second-content__content .second-bottom__list-item.background-none .second-bottom__list-item--top {
  height: 100%;
  max-height: 300px;
}

.news-page .second-content__content .second-bottom__list-item.background-none .second-bottom__list-item--bottom {
  position: absolute;
}

.news-page .second-content__content .second-bottom__list-item--link {
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 300px;
}

.news-page .second-content__content .second-bottom__list-item--link:hover .second-bottom__list-item--top {
  background-size: 102%;
  -webkit-transition-property: background-size;
  -o-transition-property: background-size;
  transition-property: background-size;
}

.eror-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: unset;
  padding-bottom: 0;
}

.eror-page .page-header__crumbs {
  display: none;
}

.eror-page .first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7F7F7;
  /* Левый слайдер */
  /* Правый слайдер */
}

.eror-page .first-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 360px);
  max-width: 1080px;
  height: 100vh;
  max-height: 699px;
  background-image: url(../images/content/404-background.png);
  background-position: center;
  background-size: cover;
}

.eror-page .first-left__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 60px 105px 0;
}

.eror-page .first-left__content-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
}

.eror-page .first-left__content b {
  padding-bottom: 25px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.eror-page .first-left__content p {
  margin: 20px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}

.eror-page .first-right {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 360px;
  min-width: unset;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.eror-page .first .slick-slider .slick-list {
  max-height: 699px;
}

.eror-page .first .aside-right__slider .slick-prev {
  top: 16px;
}

.eror-page .first .aside-right__slider .slick-next {
  bottom: -15px;
  border-top: 1px solid #DCDCDC;
  border-bottom: none;
}

.eror-page .first .slick-slider {
  width: 100%;
  max-height: unset;
  padding: 32px 0 30px 0;
}

.news-internal .second-top,
.vote-page .second-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 10px;
  background-color: #ffffff;
}

.news-internal .second-top__list,
.vote-page .second-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-internal .second-top__list-item,
.vote-page .second-top__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 280px;
}

.news-internal .second-top__list-item:last-of-type,
.vote-page .second-top__list-item:last-of-type {
  max-width: unset;
}

.news-internal .second-top__list-item:last-of-type .second-top__list-item-input,
.vote-page .second-top__list-item:last-of-type .second-top__list-item-input {
  max-width: unset;
}

.news-internal .second-top__list-item:last-of-type .second-top__list-item-input ul,
.vote-page .second-top__list-item:last-of-type .second-top__list-item-input ul {
  max-width: unset;
}

.news-internal .second-top__list .second-top__list-item-input,
.vote-page .second-top__list .second-top__list-item-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.news-internal .second-top__list .second-top__list-item-input p,
.vote-page .second-top__list .second-top__list-item-input p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.news-internal .second-top__list .second-top__list-item-input p:hover,
.vote-page .second-top__list .second-top__list-item-input p:hover {
  background-color: #E4FFE9;
}

.news-internal .second-top__list .second-top__list-item-input:hover svg,
.vote-page .second-top__list .second-top__list-item-input:hover svg {
  fill: #29AF50;
}

.news-internal .second-top__list .second-top__list-item-input ul,
.vote-page .second-top__list .second-top__list-item-input ul {
  position: absolute;
  top: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  z-index: 100;
}

.news-internal .second-top__list .second-top__list-item-input ul li,
.vote-page .second-top__list .second-top__list-item-input ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.news-internal .second-top__list .second-top__list-item-input ul li:hover,
.vote-page .second-top__list .second-top__list-item-input ul li:hover {
  background-color: #E4FFE9;
}

.news-internal .second-top__list .second-top__list-item-input.active-select p,
.vote-page .second-top__list .second-top__list-item-input.active-select p {
  color: rgba(82, 82, 82, 0.3);
}

.news-internal .second-top__list .second-top__list-item-input.active-select p:hover,
.vote-page .second-top__list .second-top__list-item-input.active-select p:hover {
  background-color: unset;
}

.news-internal .second-top__list .second-top__list-item-input.active-select ul,
.vote-page .second-top__list .second-top__list-item-input.active-select ul {
  visibility: visible;
}

.news-internal .second-top__list .second-top__list-item-input.active-select svg,
.vote-page .second-top__list .second-top__list-item-input.active-select svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.news-internal .second-top__list .second-top__list-item-input.active-select:hover svg,
.vote-page .second-top__list .second-top__list-item-input.active-select:hover svg {
  fill: #EBEBEB;
}

.news-internal .second-top__list .second-top__list-item-input svg,
.vote-page .second-top__list .second-top__list-item-input svg {
  position: absolute;
  top: calc(50% - 4px);
  right: 26px;
  display: block;
  content: '';
  width: 12px;
  height: 6px;
  background-image: url(../images/icon/selects-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  fill: #EBEBEB;
}

.news-internal .second-content,
.vote-page .second-content {
  margin: 0;
  padding: 0;
  display: block;
}

.news-internal .second-content.second-past .second,
.vote-page .second-content.second-past .second {
  background-color: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.news-internal .second-content.second-past .second-bottom,
.vote-page .second-content.second-past .second-bottom {
  padding: 0;
}

.news-internal .second-content.second-past .second-bottom__list,
.vote-page .second-content.second-past .second-bottom__list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: 300px;
  padding: 0;
}

.news-internal .second-content.second-past .second-bottom__list-item,
.vote-page .second-content.second-past .second-bottom__list-item {
  max-width: 341px;
}

.news-internal .second-content.second-past .second-bottom__list-item:nth-of-type(3),
.vote-page .second-content.second-past .second-bottom__list-item:nth-of-type(3) {
  margin: 0 0 21px;
}

.news-internal .second-content.second-past .second-bottom__list-item:first-of-type,
.vote-page .second-content.second-past .second-bottom__list-item:first-of-type {
  position: unset;
  min-height: 300px;
  max-width: 341px;
}

.news-internal .second-content.second-past .second-bottom__list-item--link,
.vote-page .second-content.second-past .second-bottom__list-item--link {
  min-height: 300px;
}

.news-internal .second-content.second-past .second-bottom__list-item--top,
.vote-page .second-content.second-past .second-bottom__list-item--top {
  height: 150px;
}

.news-internal .second-content.second-past .second-bottom__list-item.background-none .second-bottom__list-item--top,
.vote-page .second-content.second-past .second-bottom__list-item.background-none .second-bottom__list-item--top {
  height: 100%;
  max-height: unset;
}

.news-internal .second-content.second-past .second-bottom__list-item.background-none .second-list__bottom-item:first-of-type p,
.vote-page .second-content.second-past .second-bottom__list-item.background-none .second-list__bottom-item:first-of-type p {
  color: rgba(255, 255, 255, 0.66);
}

.news-internal .second-content.second-past .second-bottom__list-item.background-none .second-list__bottom-item:nth-of-type(2) p,
.vote-page .second-content.second-past .second-bottom__list-item.background-none .second-list__bottom-item:nth-of-type(2) p {
  color: #ffffff;
}

.news-internal .second-content.second-past .second-bottom__list-item.background-none .second-list__bottom-item:last-of-type p,
.vote-page .second-content.second-past .second-bottom__list-item.background-none .second-list__bottom-item:last-of-type p {
  color: #ffffff;
}

.news-internal .second-content.second-past .second-bottom__list-item p,
.vote-page .second-content.second-past .second-bottom__list-item p {
  padding: 10px 0;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #000C35;
}

.news-internal .second-content.second-past .second .second-list__bottom-item:first-of-type p,
.vote-page .second-content.second-past .second .second-list__bottom-item:first-of-type p {
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #003389;
}

.news-internal .second-content.second-past .second .second-list__bottom-item:last-of-type p,
.vote-page .second-content.second-past .second .second-list__bottom-item:last-of-type p {
  padding: 0;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.news-internal .second-content__content,
.vote-page .second-content__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-internal .second-content__content:before,
.vote-page .second-content__content:before {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  width: 100%;
  max-width: 340px;
  height: 33px;
  content: '';
  background-color: #C3D6FF;
  z-index: 1;
}

.news-internal .second-content__content h2,
.vote-page .second-content__content h2 {
  position: relative;
  margin: 5px 10px 24px;
  padding: 0 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #003389;
  z-index: 2;
}

.news-internal .second-content__content .second,
.vote-page .second-content__content .second {
  border: none;
}

.news-internal .second-content__content .second-top,
.vote-page .second-content__content .second-top {
  display: none;
}

.news-internal .second-content__content .second,
.vote-page .second-content__content .second {
  border: none;
  min-height: unset;
  margin-bottom: 10px;
}

.news-internal .second-content__content__list,
.vote-page .second-content__content__list {
  min-height: unset;
  padding: 0;
}

.news-internal .second-content__content__list-item,
.vote-page .second-content__content__list-item {
  max-width: 339px;
  margin: 0 10px 21px 10px;
}

.news-internal .second-content__content__list-item:first-of-type,
.vote-page .second-content__content__list-item:first-of-type {
  position: relative;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 300px;
  margin: 0 10px 21px 10px;
}

.news-internal .second-content__content__list-item.big,
.vote-page .second-content__content__list-item.big {
  width: 100%;
  max-width: 698px;
  height: auto;
  min-height: 300px;
  margin: 0 10px 21px 10px;
}

.news-internal .second-content__content__list-item.big-item,
.vote-page .second-content__content__list-item.big-item {
  display: none;
  max-width: 339px;
  margin: 0 10px 21px 10px;
}

.news-internal .second-content__content__list-item.big-item-item--link,
.vote-page .second-content__content__list-item.big-item-item--link {
  background-image: url(../images/content/news/main-news-1.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition-property: background-size;
  -o-transition-property: background-size;
  transition-property: background-size;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.news-internal .second-content__content__list-item.big-item-item:nth-of-type(1), .news-internal .second-content__content__list-item.big-item-item:nth-of-type(2), .news-internal .second-content__content__list-item.big-item-item:nth-of-type(3),
.vote-page .second-content__content__list-item.big-item-item:nth-of-type(1),
.vote-page .second-content__content__list-item.big-item-item:nth-of-type(2),
.vote-page .second-content__content__list-item.big-item-item:nth-of-type(3) {
  display: block;
}

.news-internal .second-content__content__list-item.big-item-item.big,
.vote-page .second-content__content__list-item.big-item-item.big {
  width: 100%;
  max-width: 698px;
  height: auto;
  min-height: 300px;
  margin: 0 10px 21px 10px;
}

.news-internal .second-content__content__list-item.big-item-item.big .second-bottom__list-item--link,
.vote-page .second-content__content__list-item.big-item-item.big .second-bottom__list-item--link {
  background-image: url(../images/content/news/main-news-1.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition-property: background-size;
  -o-transition-property: background-size;
  transition-property: background-size;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.news-internal .second-content__content__list-item.big-item-item.big .second-bottom__list-item--link:hover,
.vote-page .second-content__content__list-item.big-item-item.big .second-bottom__list-item--link:hover {
  background-size: 101%;
}

.news-internal .second-content__content__list-item.big-item-item.big .second-bottom__list-item--top,
.vote-page .second-content__content__list-item.big-item-item.big .second-bottom__list-item--top {
  display: none;
  background-image: none;
}

.news-internal .second-content__content__list-item.big-item-item.big .second-bottom__list-item--bottom,
.vote-page .second-content__content__list-item.big-item-item.big .second-bottom__list-item--bottom {
  min-height: 300px;
  background: none;
}

.news-internal .second-content__content__list-item.big-item-item.big--top,
.vote-page .second-content__content__list-item.big-item-item.big--top {
  display: none;
  background-image: none;
}

.news-internal .second-content__content__list-item.big-item-item.big--bottom,
.vote-page .second-content__content__list-item.big-item-item.big--bottom {
  min-height: 300px;
  background: none;
}

.news-internal .second-content__content__list-item.big-item .second-list__bottom-items:before,
.vote-page .second-content__content__list-item.big-item .second-list__bottom-items:before {
  display: none;
}

.news-internal .second-content__content__list-item.big-item .second-list__bottom-item:first-of-type,
.vote-page .second-content__content__list-item.big-item .second-list__bottom-item:first-of-type {
  color: #C1C1C1;
  background: none;
}

.news-internal .second-content__content__list-item.big-item .second-list__bottom-item:first-of-type svg,
.vote-page .second-content__content__list-item.big-item .second-list__bottom-item:first-of-type svg {
  fill: #C1C1C1;
}

.news-internal .second-content__content__list-item.big-item .second-list__bottom-item:nth-of-type(2),
.vote-page .second-content__content__list-item.big-item .second-list__bottom-item:nth-of-type(2) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 50px;
}

.news-internal .second-content__content__list-item.big-item .second-list__bottom-item:nth-of-type(2) p,
.vote-page .second-content__content__list-item.big-item .second-list__bottom-item:nth-of-type(2) p {
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}

.news-internal .second-content__content__list-item.big-item .second-list__bottom-item:last-of-type,
.vote-page .second-content__content__list-item.big-item .second-list__bottom-item:last-of-type {
  top: unset;
  right: unset;
  bottom: 20px;
  left: 24px;
  padding: 0;
  color: #ffffff;
  background: none;
}

.news-internal .second-content__content__list-item.big.background-none .second-bottom__list-item--link,
.vote-page .second-content__content__list-item.big.background-none .second-bottom__list-item--link {
  background-size: 100%;
  -webkit-transition-property: background-size;
  -o-transition-property: background-size;
  transition-property: background-size;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.news-internal .second-content__content__list-item.big.background-none .second-bottom__list-item--link:hover,
.vote-page .second-content__content__list-item.big.background-none .second-bottom__list-item--link:hover {
  background-size: 102%;
}

.news-internal .second-content__content__list-item.big--link,
.vote-page .second-content__content__list-item.big--link {
  max-width: 100%;
  height: auto;
  min-height: 300px;
}

.news-internal .second-content__content__list-item.big--link:hover .second-bottom__list-item--top,
.vote-page .second-content__content__list-item.big--link:hover .second-bottom__list-item--top {
  background-size: 102%;
  -webkit-transition-property: background-size;
  -o-transition-property: background-size;
  transition-property: background-size;
}

.news-internal .second-content__content__list-item.big--top,
.vote-page .second-content__content__list-item.big--top {
  height: -webkit-fill-available;
  min-height: 120px;
  max-height: 170px;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  background-size: 100%;
  background-position: top center;
}

.news-internal .first,
.vote-page .first {
  width: auto;
  max-width: unset;
  min-height: 378px;
  margin: 0;
}

.news-internal .first-content,
.vote-page .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
/*   height: 100%; */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-top: 108px;
  box-sizing: border-box;
}

.news-internal .first-content:before,
.vote-page .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.news-internal .first-content__info,
.vote-page .first-content__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 51px 20px;
}

.news-internal .first-content__info p,
.vote-page .first-content__info p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #EBEBEB;
}

.news-internal .first-content__info p:first-of-type,
.vote-page .first-content__info p:first-of-type {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #ffffff;
}

.news-internal .first-content__info p:nth-of-type(2),
.vote-page .first-content__info p:nth-of-type(2) {
  font-weight: bold;
}

.news-internal .first-content__info svg,
.vote-page .first-content__info svg {
  margin: 0 10px 2px 0;
}

.news-internal .first-content h1,
.vote-page .first-content h1 {
  position: relative;
  margin: 0 130px 30px 51px;
  padding-right: 50px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
}

.news-internal .first-content__share,
.vote-page .first-content__share {
  display: none;
  position: absolute;
  right: 42px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #B2EFC4;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  -o-transition-property: border, box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.news-internal .first-content__share svg,
.vote-page .first-content__share svg {
  margin-left: -1px;
  fill: #B2EFC4;
  -webkit-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.news-internal .first-content__share:hover,
.vote-page .first-content__share:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
}

.news-internal .first-content__share:hover svg,
.vote-page .first-content__share:hover svg {
  fill: #ffffff;
}

.news-internal .first-content__image,
.vote-page .first-content__image {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  mix-blend-mode: soft-light;
  opacity: 1;
}

.news-internal .second,
.vote-page .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  padding: 0;
  margin: 17px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
  /* background-color: $color-white;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.025); */
}

.news-internal .second > h1,
.news-internal .second > h2,
.news-internal .second > h3,
.vote-page .second > h1,
.vote-page .second > h2,
.vote-page .second > h3 {
  margin-bottom: 20px;
  padding: 0 20px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
}

.news-internal .second > h4,
.news-internal .second > h5,
.news-internal .second > h6,
.vote-page .second > h4,
.vote-page .second > h5,
.vote-page .second > h6 {
  margin-bottom: 20px;
  padding: 0 20px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  color: #7B7B7B;
}

.news-internal .second b,
.vote-page .second b {
  display: block;
  margin: 15px 0 15px;
  padding: 0 20px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
  white-space: normal;
}

.news-internal .second p,
.vote-page .second p {
  margin: 0;
  padding: 10px 20px 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
  white-space: normal;
}

.news-internal .second em,
.vote-page .second em {
  margin: 0;
  padding: 10px 20px 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
  white-space: normal;
}

.news-internal .second figure,
.vote-page .second figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

.news-internal .second figure img,
.vote-page .second figure img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}

.news-internal .second figure figcaption,
.vote-page .second figure figcaption {
  width: 100%;
  padding: 12px 20px 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  color: #C1C1C1;
}

.news-internal .second-part__text,
.vote-page .second-part__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 28px 20px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.news-internal .second-part__text b,
.vote-page .second-part__text b {
  margin-bottom: 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
}

.news-internal .second-part__text p,
.vote-page .second-part__text p {
  margin: 0;
  padding: 10px 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
}

.news-internal .second-part__one, .news-internal .second-part__two, .news-internal .second-part__three,
.vote-page .second-part__one,
.vote-page .second-part__two,
.vote-page .second-part__three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 17px 10px 0;
}

.news-internal .news__content-wrapper,
.vote-page .news__content-wrapper {
  display: block;
  margin: 10px 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    color: #7B7B7B;
    white-space: normal;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.025);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.025);
}

.news-internal .news__content-wrapper > h1,
.news-internal .news__content-wrapper > h2,
.news-internal .news__content-wrapper > h3,
.vote-page .news__content-wrapper > h1,
.vote-page .news__content-wrapper > h2,
.vote-page .news__content-wrapper > h3 {
  margin-bottom: 20px;
  padding: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
}

.news-internal .news__content-wrapper > h4,
.news-internal .news__content-wrapper > h5,
.news-internal .news__content-wrapper > h6,
.vote-page .news__content-wrapper > h4,
.vote-page .news__content-wrapper > h5,
.vote-page .news__content-wrapper > h6 {
  margin-bottom: 20px;
  padding: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  color: #7B7B7B;
}

.news-internal .news__content-wrapper b,
.vote-page .news__content-wrapper b {
  display: block;
  margin: 24px 0 22px;
  padding: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
  white-space: normal;
}

.news-internal .news__content-wrapper p,
.vote-page .news__content-wrapper p {
  display: block;
  margin: 0;
  padding: 10px 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
  white-space: normal;
}

.news-internal .news__content-wrapper span,
.vote-page .news__content-wrapper span {
  font-family: 'Manrope', Arial, Helvetica, sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 23px !important;
  color: #7B7B7B !important;
  white-space: normal;
}

.news-internal .news__content-wrapper p.alignleft, .news-internal .news__content-wrapper p.alignnone,
.vote-page .news__content-wrapper p.alignleft,
.vote-page .news__content-wrapper p.alignnone {
  float: left;
}

.news-internal .news__content-wrapper p.alignright,
.vote-page .news__content-wrapper p.alignright {
  float: right;
}

.news-internal .news__content-wrapper p img,
.vote-page .news__content-wrapper p img {
  padding: 20px 0 0;
}

.news-internal .news__content-wrapper em,
.vote-page .news__content-wrapper em {
  /* display: block; */
  margin: 0;
  padding: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
  white-space: normal;
}

.news-internal .news__content-wrapper figure,
.vote-page .news__content-wrapper figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

.news-internal .news__content-wrapper figure.alignleft, .news-internal .news__content-wrapper figure.alignnone,
.vote-page .news__content-wrapper figure.alignleft,
.vote-page .news__content-wrapper figure.alignnone {
  float: left;
  margin: 0 20px 0;
}

.news-internal .news__content-wrapper figure.alignright,
.vote-page .news__content-wrapper figure.alignright {
  float: right;
  margin: 0 20px 0;
}

.news-internal .news__content-wrapper figure.aligncenter,
.vote-page .news__content-wrapper figure.aligncenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.news-internal .news__content-wrapper figure img,
.vote-page .news__content-wrapper figure img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}

.news-internal .news__content-wrapper figure figcaption,
.vote-page .news__content-wrapper figure figcaption {
  width: 100%;
  padding: 12px 20px 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  color: #C1C1C1;
}

.news-internal .news__content-wrapper img .alignleft,
.vote-page .news__content-wrapper img .alignleft {
  display: block;
  float: left;
}

.news-internal .news__content-wrapper a,
.vote-page .news__content-wrapper a {
  color: #7B7B7B;
  text-decoration: underline;
}

.news-internal .news__content-wrapper a:hover,
.vote-page .news__content-wrapper a:hover {
  color: #000000;
}

.news-internal .news__content-wrapper-part__text,
.vote-page .news__content-wrapper-part__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 28px 20px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.news-internal .news__content-wrapper-part__text b,
.vote-page .news__content-wrapper-part__text b {
  margin-bottom: 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
}

.news-internal .news__content-wrapper-part__text p,
.vote-page .news__content-wrapper-part__text p {
  margin: 0;
  padding: 10px 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
}

.news-internal .news__content-wrapper-part__one, .news-internal .news__content-wrapper-part__two, .news-internal .news__content-wrapper-part__three,
.vote-page .news__content-wrapper-part__one,
.vote-page .news__content-wrapper-part__two,
.vote-page .news__content-wrapper-part__three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 17px 10px 0;
}

.news-internal .news__content-wrapper img:hover,
.vote-page .news__content-wrapper img:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.news-internal .second-past .second,
.vote-page .second-past .second {
  margin: 17px 0 0;
}

.news-internal .fourth-right--bottom__list-item {
    padding: 10px 166px 10px 25px;
}

.news-internal .fourth-right--bottom__list-item b:first-of-type {
    padding: 0;
    font-size: 10px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #4B76D0;
}

.news-internal .fourth-right--bottom__list-item p {
    margin: 12px 0;
    padding: 0;
    font-weight: bold;
    font-size: 10px;
    line-height: normal;
    color: #7B7B7B;
}

.news-internal .fourth-right--bottom__list-item b {
    margin: 0;
    padding: 0;
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    color: #000C35;
}

.vote-page .second-past .second {
  margin: 17px 0 0 12px;
}

.news-full-image {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  margin: 0 0 10px;
}

.news-full-image__link svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-animation: news-full-animate 3s linear infinite;
          animation: news-full-animate 3s linear infinite;
}

@-webkit-keyframes news-full-animate {
  0% {
    fill: #ffffff;
  }
  25% {
    fill: #F2F2F2;
  }
  50% {
    fill: #F9F9F9;
  }
  75% {
    fill: #F2F2F2;
  }
  100% {
    fill: #ffffff;
  }
}

@keyframes news-full-animate {
  0% {
    fill: #ffffff;
  }
  25% {
    fill: #F2F2F2;
  }
  50% {
    fill: #F9F9F9;
  }
  75% {
    fill: #F2F2F2;
  }
  100% {
    fill: #ffffff;
  }
}

.photo-reports .first {
  width: auto;
  max-width: unset;
  min-height: 230px;
  margin: 0;
}

.photo-reports .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  background-image: url(../images/content/leadership-first--background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-reports .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.photo-reports .first-content h2 {
  position: relative;
  margin: 0 51px 30px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}

.photo-reports .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}

.photo-reports .second-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 10px;
  background-color: #ffffff;
}

.photo-reports .second-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.photo-reports .second-top__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 280px;
}

.photo-reports .second-top__list-item:last-of-type {
  max-width: unset;
}

.photo-reports .second-top__list-item:last-of-type .second-top__list-item-input {
  max-width: unset;
}

.photo-reports .second-top__list-item:last-of-type .second-top__list-item-input ul {
  max-width: unset;
}

.photo-reports .second-top__list-item.item-left, .photo-reports .second-top__list-item.item-center {
  border-right: 1px solid #EBEBEB;
}

.photo-reports .second-top__list .second-top__list-item-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  background-color: #ffffff;
}

.photo-reports .second-top__list .second-top__list-item-input p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.photo-reports .second-top__list .second-top__list-item-input p:hover {
  background-color: rgba(72, 113, 199, 0.3);
}

.photo-reports .second-top__list .second-top__list-item-input:hover svg {
  fill: #003389;
}

.photo-reports .second-top__list .second-top__list-item-input ul {
  position: absolute;
  top: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  z-index: 100;
}

.photo-reports .second-top__list .second-top__list-item-input ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.photo-reports .second-top__list .second-top__list-item-input ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 0 26px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.photo-reports .second-top__list .second-top__list-item-input ul li:hover {
  background-color: rgba(72, 113, 199, 0.3);
}

.photo-reports .second-top__list .second-top__list-item-input.active-select p {
  color: rgba(82, 82, 82, 0.3);
}

.photo-reports .second-top__list .second-top__list-item-input.active-select p:hover {
  background-color: unset;
}

.photo-reports .second-top__list .second-top__list-item-input.active-select ul {
  visibility: visible;
}

.photo-reports .second-top__list .second-top__list-item-input.active-select svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.photo-reports .second-top__list .second-top__list-item-input.active-select:hover svg {
  fill: #EBEBEB;
}

.photo-reports .second-top__list .second-top__list-item-input svg {
  position: absolute;
  top: calc(50% - 4px);
  right: 26px;
  display: block;
  content: '';
  width: 12px;
  height: 6px;
  background-image: url(../images/icon/selects-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  fill: #EBEBEB;
}

.photo-reports .second-bottom {
  margin: 0;
  padding: 0;
  display: block;
}

.photo-reports .second-bottom__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.photo-reports .second-bottom__content .photo {
  border: none;
}

.photo-reports .second-bottom__content .photo-top {
  display: none;
}

.photo-reports .second-bottom__content .photo-bottom {
  padding: 0;
}

.photo-reports .second-bottom__content .photo-bottom__list {
  min-height: unset;
  padding: 0;
}

.photo-reports .second-bottom__content .photo-bottom__list-item {
      margin: 0 10px 21px 10px;
    width: calc(33.333% - 20px);
}

.photo-reports .second-bottom__content .photo-bottom__list-item.big-photo, .photo-reports .second-bottom__content .photo-bottom__list-item:first-of-type {
  width: 100%;
  max-width: 700px;
  height: auto;
  min-height: 300px;
  margin: 0 10px 21px 10px;
  margin: 0 10px 21px 10px;
    width: calc(66.63% - 20px);
}

.photo-reports .second-bottom__content .photo-bottom__list-item.big-photo .photo-bottom__list-item--link, .photo-reports .second-bottom__content .photo-bottom__list-item:first-of-type .photo-bottom__list-item--link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.photo-reports .second-bottom__content .photo-bottom__list-item.big-photo .photo-bottom__list-item--link, .photo-reports .second-bottom__content .photo-bottom__list-item:first-of-type .photo-bottom__list-item--link {
  background-image: url(../images/content/news/main-news-1.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition-property: background-size;
  -o-transition-property: background-size;
  transition-property: background-size;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.photo-reports .second-bottom__content .photo-bottom__list-item.big-photo .photo-bottom__list-item--link:hover, .photo-reports .second-bottom__content .photo-bottom__list-item:first-of-type .photo-bottom__list-item--link:hover {
  background-size: 101%;
}

.photo-reports .second-bottom__content .photo-bottom__list-item.big-photo .photo-bottom__list-item--top, .photo-reports .second-bottom__content .photo-bottom__list-item:first-of-type .photo-bottom__list-item--top {
  display: none;
}

.photo-reports .second-bottom__content .photo-bottom__list-item.big-photo .photo-bottom__list-item--bottom, .photo-reports .second-bottom__content .photo-bottom__list-item:first-of-type .photo-bottom__list-item--bottom {
  max-width: 700px;
  background-color: unset;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}

.photo-reports .second-bottom__content .photo-bottom__list-item.big-photo .photo-list__bottom-items, .photo-reports .second-bottom__content .photo-bottom__list-item:first-of-type .photo-list__bottom-items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.photo-reports .second-bottom__content .photo-bottom__list-item.big-photo .photo-list__bottom-items:before, .photo-reports .second-bottom__content .photo-bottom__list-item:first-of-type .photo-list__bottom-items:before {
  width: 40%;
  left: 50%;
  display: none;
}

.photo-reports .second-bottom__content .photo-bottom__list-item.big-photo .photo-list__bottom-item:first-of-type, .photo-reports .second-bottom__content .photo-bottom__list-item:first-of-type .photo-list__bottom-item:first-of-type {
  color: #C1C1C1;
  background: none;
  padding: 0 0 0 30px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 77%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.photo-reports .second-bottom__content .photo-bottom__list-item.big-photo .photo-list__bottom-item:first-of-type:after, .photo-reports .second-bottom__content .photo-bottom__list-item:first-of-type .photo-list__bottom-item:first-of-type:after {
  width: 100%;
  content: '';
  border-bottom: 1px solid #ffffff;
}

.photo-reports .second-bottom__content .photo-bottom__list-item.big-photo .photo-list__bottom-item:first-of-type svg, .photo-reports .second-bottom__content .photo-bottom__list-item:first-of-type .photo-list__bottom-item:first-of-type svg {
  top: calc(50% - 10px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 3px;
  fill: #ffffff;
}

.photo-reports .second-bottom__content .photo-bottom__list-item.big-photo .photo-list__bottom-item:first-of-type p, .photo-reports .second-bottom__content .photo-bottom__list-item:first-of-type .photo-list__bottom-item:first-of-type p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 10px 35px 10px 0;
  color: #ffffff;
}

.photo-reports .second-bottom__content .photo-bottom__list-item.big-photo .photo-list__bottom-item:nth-of-type(2), .photo-reports .second-bottom__content .photo-bottom__list-item:first-of-type .photo-list__bottom-item:nth-of-type(2) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  bottom: -17px;
  width: 100%;
  height: auto;
}

.photo-reports .second-bottom__content .photo-bottom__list-item.big-photo .photo-list__bottom-item:nth-of-type(2) p, .photo-reports .second-bottom__content .photo-bottom__list-item:first-of-type .photo-list__bottom-item:nth-of-type(2) p {
  overflow: hidden;
  max-height: 200px;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
}

.photo-reports .second-bottom__content .photo-bottom__list-item.big-photo .photo-list__bottom-item:last-of-type, .photo-reports .second-bottom__content .photo-bottom__list-item:first-of-type .photo-list__bottom-item:last-of-type {
  position: initial;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  color: #ffffff;
  background: none;
}

.photo-reports .second-bottom__content .photo-bottom__list-item--link {
  max-width: 100%;
  height: auto;
  min-height: 300px;
}

.photo-reports .second-bottom__content .photo-bottom__list-item--link:hover .photo-bottom__list-item--top {
  background-size: 102%;
  -webkit-transition-property: background-size;
  -o-transition-property: background-size;
  transition-property: background-size;
}

.photo-reports .second-bottom__content .photo-bottom__list-item--top {
  height: -webkit-fill-available;
  min-height: 150px;
  max-height: 170px;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  background-size: 100%;
  background-position: top center;
}

.photo-gallery .page-main__wrap .second-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 10px;
  background-color: #ffffff;
}

.photo-gallery .page-main__wrap .second-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.photo-gallery .page-main__wrap .second-top__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 280px;
}

.photo-gallery .page-main__wrap .second-top__list-item:last-of-type {
  max-width: unset;
}

.photo-gallery .page-main__wrap .second-top__list-item:last-of-type .second-top__list-item-input {
  max-width: unset;
}

.photo-gallery .page-main__wrap .second-top__list-item:last-of-type .second-top__list-item-input ul {
  max-width: unset;
}

.photo-gallery .page-main__wrap .second-top__list .second-top__list-item-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.photo-gallery .page-main__wrap .second-top__list .second-top__list-item-input p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.photo-gallery .page-main__wrap .second-top__list .second-top__list-item-input p:hover {
  background-color: #E4FFE9;
}

.photo-gallery .page-main__wrap .second-top__list .second-top__list-item-input:hover svg {
  fill: #29AF50;
}

.photo-gallery .page-main__wrap .second-top__list .second-top__list-item-input ul {
  position: absolute;
  top: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  z-index: 100;
}

.photo-gallery .page-main__wrap .second-top__list .second-top__list-item-input ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.photo-gallery .page-main__wrap .second-top__list .second-top__list-item-input ul li:hover {
  background-color: #E4FFE9;
}

.photo-gallery .page-main__wrap .second-top__list .second-top__list-item-input.active-select p {
  color: rgba(82, 82, 82, 0.3);
}

.photo-gallery .page-main__wrap .second-top__list .second-top__list-item-input.active-select p:hover {
  background-color: unset;
}

.photo-gallery .page-main__wrap .second-top__list .second-top__list-item-input.active-select ul {
  visibility: visible;
}

.photo-gallery .page-main__wrap .second-top__list .second-top__list-item-input.active-select svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.photo-gallery .page-main__wrap .second-top__list .second-top__list-item-input.active-select:hover svg {
  fill: #EBEBEB;
}

.photo-gallery .page-main__wrap .second-top__list .second-top__list-item-input svg {
  position: absolute;
  top: calc(50% - 4px);
  right: 26px;
  display: block;
  content: '';
  width: 12px;
  height: 6px;
  background-image: url(../images/icon/selects-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  fill: #EBEBEB;
}

.photo-gallery .page-main__wrap .second-content {
  margin: 0;
  padding: 0;
  display: block;
}

.photo-gallery .page-main__wrap .second-content__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.photo-gallery .page-main__wrap .second-content__content:before {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  width: 100%;
  max-width: 340px;
  height: 33px;
  content: '';
  background-color: #D7F7E4;
  z-index: 1;
}

.photo-gallery .page-main__wrap .second-content__content h2 {
  position: relative;
  margin: 5px 10px 24px;
  padding: 0 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #686868;
  z-index: 2;
}

.photo-gallery .page-main__wrap .second-content__content .second {
  border: none;
}

.photo-gallery .page-main__wrap .second-content__content .second-top {
  display: none;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom {
  padding: 0;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list {
  min-height: unset;
  padding: 0;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item {
  display: none;
  max-width: 339px;
  margin: 0 10px 21px 10px;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item:first-of-type {
  position: relative;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 300px;
  margin: 0 10px 21px 10px;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item:nth-of-type(1), .photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item:nth-of-type(2), .photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item:nth-of-type(3) {
  display: block;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item.big {
  width: 100%;
  max-width: 698px;
  height: auto;
  min-height: 300px;
  margin: 0 10px 21px 10px;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item.big .second-bottom__list-item--link {
  background-image: url(../images/content/news/main-news-1.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition-property: background-size;
  -o-transition-property: background-size;
  transition-property: background-size;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item.big .second-bottom__list-item--link:hover {
  background-size: 101%;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item.big .second-bottom__list-item--top {
  display: none;
  background-image: none;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item.big .second-bottom__list-item--bottom {
  min-height: 300px;
  background: none;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item.big .second-list__bottom-items:before {
  display: none;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item.big .second-list__bottom-item:first-of-type {
  color: #C1C1C1;
  background: none;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item.big .second-list__bottom-item:first-of-type svg {
  fill: #C1C1C1;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item.big .second-list__bottom-item:nth-of-type(2) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 50px;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item.big .second-list__bottom-item:nth-of-type(2) p {
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item.big .second-list__bottom-item:last-of-type {
  top: unset;
  right: unset;
  bottom: 20px;
  left: 24px;
  padding: 0;
  color: #ffffff;
  background: none;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item.background-none .second-bottom__list-item--link {
  background-size: 100%;
  -webkit-transition-property: background-size;
  -o-transition-property: background-size;
  transition-property: background-size;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item.background-none .second-bottom__list-item--link:hover {
  background-size: 102%;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item--link {
  max-width: 100%;
  height: auto;
  min-height: 300px;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item--link:hover .second-bottom__list-item--top {
  background-size: 102%;
  -webkit-transition-property: background-size;
  -o-transition-property: background-size;
  transition-property: background-size;
}

.photo-gallery .page-main__wrap .second-content__content .second-bottom__list-item--top {
  height: -webkit-fill-available;
  min-height: 120px;
  max-height: 170px;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  background-size: 100%;
  background-position: top center;
}

.photo-gallery .first {
  width: auto;
  max-width: unset;
  min-height: 378px;
  margin: 0;
}

.photo-gallery .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-gallery .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.photo-gallery .first-content__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 51px 20px;
}

.photo-gallery .first-content__info p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #EBEBEB;
}

.photo-gallery .first-content__info p:first-of-type {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #ffffff;
}

.photo-gallery .first-content__info p:nth-of-type(2) {
  font-weight: bold;
}

.photo-gallery .first-content__info svg {
  margin: 0 10px 2px 0;
}

.photo-gallery .first-content h1 {
  position: relative;
  margin: 0 130px 30px 51px;
  padding-right: 50px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
}

.photo-gallery .first-content__share {
  position: absolute;
  right: 42px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #B2EFC4;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  -o-transition-property: border, box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.photo-gallery .first-content__share svg {
  margin-left: -1px;
  fill: #B2EFC4;
  -webkit-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.photo-gallery .first-content__share:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
}

.photo-gallery .first-content__share:hover svg {
  fill: #ffffff;
}

.photo-gallery .first-content__image {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  mix-blend-mode: lighten;
  opacity: 0.17;
}

.photo-gallery .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}

.photo-gallery .second-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 9px 0 40px;
  padding: 0;
  list-style: none;
}

.photo-gallery .second-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: auto;
  margin: 10px;
}

.photo-gallery .second-list__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.page-main__wrap.video-reports {
  padding-bottom: 0;
}

.video-reports .first {
  width: auto;
  max-width: unset;
  min-height: 380px;
  margin: 0;
}

.video-reports.page-main__wrap {
  overflow: initial;
}

.video-reports .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  background-image: url(../images/content/video-reports/video-gallery-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-reports .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.video-reports .first-content h2 {
  position: relative;
  margin: 136px 51px 30px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}

.video-reports .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}

.video-reports .second .video-broadcast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #003389;
}

.video-reports .second .video-broadcast iframe {
  width: 100%;
}

.video-reports .second .video-broadcast.video-broadcast__ether {
  background-color: #7B7B7B;
}

.video-reports .second .video-broadcast.video-broadcast__ether .video-broadcast__info {
  padding: 10px 60px 20px;
}

.video-reports .second .video-broadcast.video-broadcast__ether .video-broadcast__info-data--text {
  color: #EBEBEB;
}

.video-reports .second .video-broadcast.video-broadcast__ether .video-broadcast__info-data--composition {
  display: none;
}

.video-reports .second .video-broadcast.video-broadcast__ether .video-broadcast__info-data--ether {
  display: block;
}

.video-reports .second .video-broadcast.video-broadcast__ether .video-broadcast__time {
  display: none;
}

.video-reports .second .video-broadcast__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 410px;
  margin: -160px 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background-color: #000000;
}

.video-reports .second .video-broadcast__content-play {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  display: block;
  width: 80px;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #EBEBEB;
  border-radius: 50%;
  content: '';
  background-color: rgba(235, 235, 235, 0.33);
  background-image: url(../images/icon/image-play.svg);
  background-position: 51% 50%;
  background-repeat: no-repeat;
  background-size: 16px 20px;
  -webkit-transition-property: border, background-size, background-color, -webkit-box-shadow;
  transition-property: border, background-size, background-color, -webkit-box-shadow;
  -o-transition-property: border, background-size, box-shadow, background-color;
  transition-property: border, background-size, box-shadow, background-color;
  transition-property: border, background-size, box-shadow, background-color, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  z-index: 10;
  cursor: pointer;
}

.video-reports .second .video-broadcast__content-play.none-play {
  display: none;
}

.video-reports .second .video-broadcast__content-video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #000000;
  overflow: hidden;
  cursor: pointer;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.video-reports .second .video-broadcast__content-video:hover .video-broadcast__content-video--blur:after {
  border: 2px solid #EBEBEB;
  background-size: 18px 22px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.5);
}

.video-reports .second .video-broadcast__content-video--blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.video-reports .second .video-broadcast__content-video iframe {
  width: 100%;
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-reports .second .video-broadcast__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.video-reports .second .video-broadcast__info-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-reports .second .video-broadcast__info-data--text, .video-reports .second .video-broadcast__info-data--composition, .video-reports .second .video-broadcast__info-data--ether {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #D4E2FF;
}

.video-reports .second .video-broadcast__info-data--text {
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
  border-right: 1px solid #ffffff;
}

.video-reports .second .video-broadcast__info-data--composition {
  font-weight: bold;
}

.video-reports .second .video-broadcast__info-data--ether {
  position: relative;
  display: none;
  padding: 0 20px 0 0;
  font-weight: bold;
  color: #FFCAD6;
  -webkit-animation: text-ether 1.5s ease-in-out infinite;
          animation: text-ether 1.5s ease-in-out infinite;
}

@keyframes text-ether {
  0% {
    text-shadow: 0 0 0 #D21845;
  }
  25% {
    text-shadow: 0 0 5px #D21845;
  }
  50% {
    text-shadow: 0 0 10px #D21845;
  }
  75% {
    text-shadow: 0 0 5px #D21845;
  }
  100% {
    text-shadow: 0 0 0 #D21845;
  }
}

.video-reports .second .video-broadcast__info-data--ether:before {
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #D21845;
  border-radius: 50%;
  content: '';
  z-index: 10;
  -webkit-animation: dots-ether 1.5s ease-in-out infinite;
          animation: dots-ether 1.5s ease-in-out infinite;
}

@keyframes dots-ether {
  0% {
    -webkit-box-shadow: 0 0 0 #D21845;
            box-shadow: 0 0 0 #D21845;
  }
  25% {
    -webkit-box-shadow: 0 0 5px #D21845;
            box-shadow: 0 0 5px #D21845;
  }
  50% {
    -webkit-box-shadow: 0 0 10px #D21845;
            box-shadow: 0 0 10px #D21845;
  }
  75% {
    -webkit-box-shadow: 0 0 5px #D21845;
            box-shadow: 0 0 5px #D21845;
  }
  100% {
    -webkit-box-shadow: 0 0 0 #D21845;
            box-shadow: 0 0 0 #D21845;
  }
}

.video-reports .second .video-broadcast__info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-reports .second .video-broadcast__info-title--text {
  margin: 10px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
}

.video-reports .second .video-broadcast__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 60px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.video-reports .second .video-broadcast__time-text {
  min-height: 17px;
  margin: 5px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #EBEBEB;
}

.video-reports .second-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding: 10px 10px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EBEBEB;
}

.video-reports .second-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.video-reports .second-top__list.second-bottom__content-list-actual {
  background-color: #EBEBEB;
}

.video-reports .second-top__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 280px;
}

.video-reports .second-top__list-item:last-of-type {
  max-width: unset;
}

.video-reports .second-top__list-item:last-of-type .second-top__list-item-input {
  max-width: unset;
}

.video-reports .second-top__list-item:last-of-type .second-top__list-item-input ul {
  max-width: unset;
}

.video-reports .second-top__list-item.item-left, .video-reports .second-top__list-item.item-center {
  border-right: 1px solid #EBEBEB;
}

.video-reports .second-top__list .second-top__list-item-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  background-color: #ffffff;
}

.video-reports .second-top__list .second-top__list-item-input p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.video-reports .second-top__list .second-top__list-item-input p:hover {
  background-color: rgba(72, 113, 199, 0.3);
}

.video-reports .second-top__list .second-top__list-item-input:hover svg {
  fill: #003389;
}

.video-reports .second-top__list .second-top__list-item-input ul {
  position: absolute;
  top: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  z-index: 100;
}

.video-reports .second-top__list .second-top__list-item-input ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.video-reports .second-top__list .second-top__list-item-input ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 0 26px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.video-reports .second-top__list .second-top__list-item-input ul li:hover {
  background-color: rgba(72, 113, 199, 0.3);
}

.video-reports .second-top__list .second-top__list-item-input.active-select p {
  color: rgba(82, 82, 82, 0.3);
}

.video-reports .second-top__list .second-top__list-item-input.active-select p:hover {
  background-color: unset;
}

.video-reports .second-top__list .second-top__list-item-input.active-select ul {
  visibility: visible;
}

.video-reports .second-top__list .second-top__list-item-input.active-select svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.video-reports .second-top__list .second-top__list-item-input.active-select:hover svg {
  fill: #EBEBEB;
}

.video-reports .second-top__list .second-top__list-item-input svg {
  position: absolute;
  top: calc(50% - 4px);
  right: 26px;
  display: block;
  content: '';
  width: 12px;
  height: 6px;
  background-image: url(../images/icon/selects-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  fill: #EBEBEB;
}

.video-reports .second-bottom {
  margin: 0;
  padding: 0;
  display: block;
}

.video-reports .second-bottom__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.video-reports .second-bottom__content-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 14px;
}

.video-reports .second-bottom__content-title.second-bottom__content-title--actual {
  margin: 0;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EBEBEB;
}

.video-reports .second-bottom__content-title.second-bottom__content-title--actual b {
  color: #EBEBEB;
  text-shadow: #C1C1C1 0 2px 0, #C1C1C1 -2px 2px 0, #C1C1C1 2px 0 0, #C1C1C1 2px 2px 0, #C1C1C1 -2px 0 0, #C1C1C1 -2px -2px 0, #C1C1C1 0 -2px 0, #C1C1C1 2px -2px 0;
}

.video-reports .second-bottom__content-title b {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 74px;
  line-height: 86px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #F7F7F7;
  text-shadow: #4B76D0 0 2px 0, #4B76D0 -2px 2px 0, #4B76D0 2px 0 0, #4B76D0 2px 2px 0, #4B76D0 -2px 0 0, #4B76D0 -2px -2px 0, #4B76D0 0 -2px 0, #4B76D0 2px -2px 0;
}

.video-reports .second-bottom__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: -18px 0 0;
  padding: 0;
  list-style: none;
  z-index: 1;
}

.video-reports .second-bottom__content-list.second-bottom__content-list-actual {
  background-color: #EBEBEB;
}

.video-reports .second-bottom__content-item {
  width: 100%;
  max-width: 341px;
  height: auto;
  min-height: 339px;
  margin: 0 8px 21px 10px;
}

.video-reports .second-bottom__content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 140px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}

.video-reports .second-bottom__content-button:last-of-type {
  margin-bottom: 0;
}

.video-reports .second-bottom__content-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 120px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #003389;
  border: 10px solid #C3D6FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.video-reports .second-bottom__content-button a svg {
  margin-left: 14px;
  fill: #003389;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.video-reports .second-bottom__content-button a:hover {
  border: 5px solid #4B76D0;
}

.video-reports .second-bottom__content-button a:hover svg {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.statistics-page .statistics-logo {
  width: auto;
  max-width: unset;
  min-height: 378px;
  margin: 0;
}

.statistics-page .statistics-logo__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  min-height: 378px;
  background-image: url(../images/content/results-page--logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.statistics-page .statistics-logo__content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.statistics-page .statistics-logo__content h2 {
  position: relative;
  margin: 0 51px 60px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}

.statistics-page .statistics-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 60px;
  padding: 0;
  margin: 0;
}

.statistics-page .statistics-filter__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -30px 10px 28px;
  background-color: #ffffff;
}

.statistics-page .statistics-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.statistics-page .statistics-filter__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 280px;
}

.statistics-page .statistics-filter__list-item:last-of-type {
  max-width: unset;
}

.statistics-page .statistics-filter__list-item:last-of-type .second-top__list-item-input {
  max-width: unset;
}

.statistics-page .statistics-filter__list-item:last-of-type .second-top__list-item-input ul {
  max-width: unset;
}

.statistics-page .statistics-filter__list-item.item-left, .statistics-page .statistics-filter__list-item.item-center {
  border-right: 1px solid #EBEBEB;
}

.statistics-page .statistics-filter__list .second-top__list-item-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  background-color: #ffffff;
}

.statistics-page .statistics-filter__list .second-top__list-item-input p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.statistics-page .statistics-filter__list .second-top__list-item-input p:hover {
  background-color: rgba(72, 113, 199, 0.3);
}

.statistics-page .statistics-filter__list .second-top__list-item-input:hover svg {
  fill: #003389;
}

.statistics-page .statistics-filter__list .second-top__list-item-input ul {
  position: absolute;
  top: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  z-index: 100;
}

.statistics-page .statistics-filter__list .second-top__list-item-input ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.statistics-page .statistics-filter__list .second-top__list-item-input ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 0 26px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.statistics-page .statistics-filter__list .second-top__list-item-input ul li:hover {
  background-color: rgba(72, 113, 199, 0.3);
}

.statistics-page .statistics-filter__list .second-top__list-item-input.active-select p {
  color: rgba(82, 82, 82, 0.3);
}

.statistics-page .statistics-filter__list .second-top__list-item-input.active-select p:hover {
  background-color: unset;
}

.statistics-page .statistics-filter__list .second-top__list-item-input.active-select ul {
  visibility: visible;
}

.statistics-page .statistics-filter__list .second-top__list-item-input.active-select svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.statistics-page .statistics-filter__list .second-top__list-item-input.active-select:hover svg {
  fill: #EBEBEB;
}

.statistics-page .statistics-filter__list .second-top__list-item-input svg {
  position: absolute;
  top: calc(50% - 4px);
  right: 26px;
  display: block;
  content: '';
  width: 12px;
  height: 6px;
  background-image: url(../images/icon/selects-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  fill: #EBEBEB;
}

.statistics-page .statistics-filter-content {
  margin: 0;
  padding: 0;
  display: block;
}

.statistics-page .statistics-filter-content__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.statistics-page .statistics-filter-content__content .second {
  border: none;
}

.statistics-page .statistics-filter-content__content .second-top {
  display: none;
}

.statistics-page .statistics-filter-content__content .second-bottom {
  padding: 0;
}

.statistics-page .statistics-filter-content__content .second-bottom__list {
  min-height: unset;
  padding: 0;
}

.statistics-page .statistics-filter-content__content .second-bottom__list-item {
  max-width: 339px;
  margin: 0 10px 21px 10px;
}

.statistics-page .statistics-filter-content__content .second-bottom__list-item:first-of-type {
  position: relative;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 300px;
  margin: 0 10px 21px 10px;
}

.statistics-page .statistics-filter-content__content .second-bottom__list-item.big {
  width: 100%;
  max-width: 698px;
  height: auto;
  min-height: 300px;
  margin: 0 10px 21px 10px;
}

.statistics-page .statistics-filter-content__content .second-bottom__list-item.big .second-bottom__list-item--link {
  background-image: url(../images/content/news/main-news-1.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition-property: background-size;
  -o-transition-property: background-size;
  transition-property: background-size;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.statistics-page .statistics-filter-content__content .second-bottom__list-item.big .second-bottom__list-item--link:hover {
  background-size: 101%;
}

.statistics-page .statistics-filter-content__content .second-bottom__list-item.big .second-bottom__list-item--top {
  display: none;
  background-image: none;
}

.statistics-page .statistics-filter-content__content .second-bottom__list-item.big .second-bottom__list-item--bottom {
  min-height: 300px;
  background: none;
}

.statistics-page .statistics-filter-content__content .second-bottom__list-item.big .second-list__bottom-items:before {
  display: none;
}

.statistics-page .statistics-filter-content__content .second-bottom__list-item.big .second-list__bottom-item:first-of-type {
  color: #C1C1C1;
  background: none;
}

.statistics-page .statistics-filter-content__content .second-bottom__list-item.big .second-list__bottom-item:first-of-type svg {
  fill: #C1C1C1;
}

.statistics-page .statistics-filter-content__content .second-bottom__list-item.big .second-list__bottom-item:nth-of-type(2) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 50px;
}

.statistics-page .statistics-filter-content__content .second-bottom__list-item.big .second-list__bottom-item:nth-of-type(2) p {
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}

.statistics-page .statistics-filter-content__content .second-bottom__list-item.big .second-list__bottom-item:last-of-type {
  top: unset;
  right: unset;
  bottom: 20px;
  left: 24px;
  padding: 0;
  color: #ffffff;
  background: none;
}

.statistics-page .statistics-filter-content__content .second-bottom__list-item.background-none .second-bottom__list-item--link {
  background-size: 100%;
  -webkit-transition-property: background-size;
  -o-transition-property: background-size;
  transition-property: background-size;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.statistics-page .statistics-filter-content__content .second-bottom__list-item.background-none .second-bottom__list-item--link:hover {
  background-size: 102%;
}

.statistics-page .statistics-filter-content__content .second-bottom__list-item--link {
  max-width: 100%;
  height: auto;
  min-height: 300px;
}

.statistics-page .statistics-filter-content__content .second-bottom__list-item--link:hover .second-bottom__list-item--top {
  background-size: 102%;
  -webkit-transition-property: background-size;
  -o-transition-property: background-size;
  transition-property: background-size;
}

.statistics-page .statistics-filter-content__content .second-bottom__list-item--top {
  height: -webkit-fill-available;
  min-height: 120px;
  max-height: 170px;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  background-size: 100%;
  background-position: top center;
}

.statistics-page .statistics-section {
  width: auto;
  max-width: unset;
  min-height: 378px;
  margin: 0;
}

.statistics-page .statistics-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.statistics-page .statistics-section__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 27px;
}

.statistics-page .statistics-section__title:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 340px;
  height: 33px;
  background-color: #D4E2FF;
  z-index: 1;
}

.statistics-page .statistics-section__h2 {
  margin: 6px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #686868;
  z-index: 3;
}

.statistics-page .statistics-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.statistics-page .statistics-table__table-block {
  width: 100%;
  border-collapse: collapse;
}

.statistics-page .statistics-table__thead-big th, .statistics-page .statistics-table__thead-mini th {
  padding: 20px 5px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #686868;
}

.statistics-page .statistics-table__thead-big th.statistics-table__player, .statistics-page .statistics-table__thead-mini th.statistics-table__player {
  padding: 20px 2px 20px 20px;
  text-align: left;
  width: 344px;
}

.statistics-page .statistics-table__thead-big th:first-of-type, .statistics-page .statistics-table__thead-mini th:first-of-type {
  padding: 20px 5px 20px 15px;
}

.statistics-page .statistics-table__thead-big th:last-of-type, .statistics-page .statistics-table__thead-mini th:last-of-type {
  padding: 20px 15px 20px 5px;
}

.statistics-page .statistics-table__thead-mini {
  display: none;
}

.statistics-page .statistics-table tbody tr {
  background-color: #ffffff;
  border-bottom: 1px solid #EBEBEB;
}

.statistics-page .statistics-table tbody td {
  border-left: none;
  border-right: none;
  padding: 10px 5px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #7B7B7B;
}

.statistics-page .statistics-table tbody td:first-of-type {
  padding: 10px 5px 10px 15px;
}

.statistics-page .statistics-table tbody td:last-of-type {
  padding: 10px 15px 10px 5px;
}

.statistics-page .statistics-table tbody td.statistics-table__player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 2px 10px 20px;
  text-align: left;
}

.statistics-page .statistics-table tbody td.statistics-table__player a {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #7B7B7B;
}

.statistics-page .statistics-table tbody td.statistics-table__player img {
  height: 100%;
  margin: auto 10px auto 0;
  border: 1px solid #C1C1C1;
}

.statistics-page .statistics-table tbody td.statistics-table__position {
  text-transform: uppercase;
}

.standings-page .standings-logo {
  width: auto;
  max-width: unset;
  min-height: 378px;
  margin: 0;
}

.standings-page .standings-logo__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  min-height: 378px;
  background-image: url(../images/content/results-page--logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.standings-page .standings-logo__content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
 background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
 background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
 background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.standings-page .standings-logo__content h2 {
  position: relative;
  margin: 0 51px 60px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}

.standings-page .standings-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 60px;
  padding: 0;
  margin: 0;
}

.standings-page .standings-filter__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -30px 10px 28px;
  background-color: #ffffff;
}

.standings-page .standings-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.standings-page .standings-filter__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 280px;
}

.standings-page .standings-filter__list-item:last-of-type {
  max-width: unset;
}

.standings-page .standings-filter__list-item:last-of-type .second-top__list-item-input {
  max-width: unset;
}

.standings-page .standings-filter__list-item:last-of-type .second-top__list-item-input ul {
  max-width: unset;
}

.standings-page .standings-filter__list-item.item-left, .standings-page .standings-filter__list-item.item-center {
  border-right: 1px solid #EBEBEB;
}

.standings-page .standings-filter__list .second-top__list-item-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  background-color: #ffffff;
}

.standings-page .standings-filter__list .second-top__list-item-input p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.standings-page .standings-filter__list .second-top__list-item-input p:hover {
  background-color: rgba(72, 113, 199, 0.3);
}

.standings-page .standings-filter__list .second-top__list-item-input:hover svg {
  fill: #003389;
}

.standings-page .standings-filter__list .second-top__list-item-input ul {
  position: absolute;
  top: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  z-index: 100;
}

.standings-page .standings-filter__list .second-top__list-item-input ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.standings-page .standings-filter__list .second-top__list-item-input ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 0 26px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.standings-page .standings-filter__list .second-top__list-item-input ul li:hover {
  background-color: rgba(72, 113, 199, 0.3);
}

.standings-page .standings-filter__list .second-top__list-item-input.active-select p {
  color: rgba(82, 82, 82, 0.3);
}

.standings-page .standings-filter__list .second-top__list-item-input.active-select p:hover {
  background-color: unset;
}

.standings-page .standings-filter__list .second-top__list-item-input.active-select ul {
  visibility: visible;
}

.standings-page .standings-filter__list .second-top__list-item-input.active-select svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.standings-page .standings-filter__list .second-top__list-item-input.active-select:hover svg {
  fill: #EBEBEB;
}

.standings-page .standings-filter__list .second-top__list-item-input svg {
  position: absolute;
  top: calc(50% - 4px);
  right: 26px;
  display: block;
  content: '';
  width: 12px;
  height: 6px;
  background-image: url(../images/icon/selects-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  fill: #EBEBEB;
}

.standings-page .standings-filter-content {
  margin: 0;
  padding: 0;
  display: block;
}

.standings-page .standings-filter-content__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.standings-page .standings-filter-content__content .second {
  border: none;
}

.standings-page .standings-filter-content__content .second-top {
  display: none;
}

.standings-page .standings-filter-content__content .second-bottom {
  padding: 0;
}

.standings-page .standings-filter-content__content .second-bottom__list {
  min-height: unset;
  padding: 0;
}

.standings-page .standings-filter-content__content .second-bottom__list-item {
  max-width: 339px;
  margin: 0 10px 21px 10px;
}

.standings-page .standings-filter-content__content .second-bottom__list-item:first-of-type {
  position: relative;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 300px;
  margin: 0 10px 21px 10px;
}

.standings-page .standings-filter-content__content .second-bottom__list-item.big {
  width: 100%;
  max-width: 698px;
  height: auto;
  min-height: 300px;
  margin: 0 10px 21px 10px;
}

.standings-page .standings-filter-content__content .second-bottom__list-item.big .second-bottom__list-item--link {
  background-image: url(../images/content/news/main-news-1.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition-property: background-size;
  -o-transition-property: background-size;
  transition-property: background-size;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.standings-page .standings-filter-content__content .second-bottom__list-item.big .second-bottom__list-item--link:hover {
  background-size: 101%;
}

.standings-page .standings-filter-content__content .second-bottom__list-item.big .second-bottom__list-item--top {
  display: none;
  background-image: none;
}

.standings-page .standings-filter-content__content .second-bottom__list-item.big .second-bottom__list-item--bottom {
  min-height: 300px;
  background: none;
}

.standings-page .standings-filter-content__content .second-bottom__list-item.big .second-list__bottom-items:before {
  display: none;
}

.standings-page .standings-filter-content__content .second-bottom__list-item.big .second-list__bottom-item:first-of-type {
  color: #C1C1C1;
  background: none;
}

.standings-page .standings-filter-content__content .second-bottom__list-item.big .second-list__bottom-item:first-of-type svg {
  fill: #C1C1C1;
}

.standings-page .standings-filter-content__content .second-bottom__list-item.big .second-list__bottom-item:nth-of-type(2) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 50px;
}

.standings-page .standings-filter-content__content .second-bottom__list-item.big .second-list__bottom-item:nth-of-type(2) p {
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}

.standings-page .standings-filter-content__content .second-bottom__list-item.big .second-list__bottom-item:last-of-type {
  top: unset;
  right: unset;
  bottom: 20px;
  left: 24px;
  padding: 0;
  color: #ffffff;
  background: none;
}

.standings-page .standings-filter-content__content .second-bottom__list-item.background-none .second-bottom__list-item--link {
  background-size: 100%;
  -webkit-transition-property: background-size;
  -o-transition-property: background-size;
  transition-property: background-size;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.standings-page .standings-filter-content__content .second-bottom__list-item.background-none .second-bottom__list-item--link:hover {
  background-size: 102%;
}

.standings-page .standings-filter-content__content .second-bottom__list-item--link {
  max-width: 100%;
  height: auto;
  min-height: 300px;
}

.standings-page .standings-filter-content__content .second-bottom__list-item--link:hover .second-bottom__list-item--top {
  background-size: 102%;
  -webkit-transition-property: background-size;
  -o-transition-property: background-size;
  transition-property: background-size;
}

.standings-page .standings-filter-content__content .second-bottom__list-item--top {
  height: -webkit-fill-available;
  min-height: 120px;
  max-height: 170px;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  background-size: 100%;
  background-position: top center;
}

.standings-page .standings-section {
  width: auto;
  max-width: unset;
  min-height: 378px;
  margin: 0;
}

.standings-page .standings-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.standings-page .standings-section__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 27px;
}

.standings-page .standings-section__title:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 340px;
  height: 33px;
  background-color: #D4E2FF;
  z-index: 1;
}

.standings-page .standings-section__h2 {
  margin: 6px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #686868;
  z-index: 3;
}

.standings-page .standings-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.standings-page .standings-table__table-block {
  width: 100%;
  border-collapse: collapse;
}

.standings-page .standings-table__thead-big th, .standings-page .standings-table__thead-mini th {
  padding: 20px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #686868;
}

.standings-page .standings-table__thead-big th.standings-table__number, .standings-page .standings-table__thead-mini th.standings-table__number {
  width: 25px !important;
}

.standings-page .standings-table__thead-big th.standings-table__command, .standings-page .standings-table__thead-mini th.standings-table__command {
  padding: 20px 2px 20px 70px;
  text-align: left;
  max-width: 278px;
}

.standings-page .standings-table__thead-big th:first-of-type, .standings-page .standings-table__thead-mini th:first-of-type {
  padding: 20px 9px 20px 10px;
}

.standings-page .standings-table__thead-big th:last-of-type, .standings-page .standings-table__thead-mini th:last-of-type {
  width: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.standings-page .standings-table__thead-mini {
  display: none;
}

.standings-page .standings-table tbody tr {
  background-color: #ffffff;
  border-bottom: 1px solid #EBEBEB;
}

.standings-page .standings-table tbody tr:nth-of-type(1) td:first-of-type {
  background-color: #d4e2ff;
}

/* .standings-page .standings-table tbody tr:nth-of-type(1) td:first-of-type, .standings-page .standings-table tbody tr:nth-of-type(2) td:first-of-type, .standings-page .standings-table tbody tr:nth-of-type(3) td:first-of-type {
  background-color: #4B76D0;
}

.standings-page .standings-table tbody tr:nth-of-type(4) td:first-of-type, .standings-page .standings-table tbody tr:nth-of-type(5) td:first-of-type {
  background-color: #DEE8FF;
}

.standings-page .standings-table tbody tr:nth-of-type(13) td:first-of-type, .standings-page .standings-table tbody tr:nth-of-type(14) td:first-of-type {
  background-color: #FBD4DA;
}

.standings-page .standings-table tbody tr:nth-of-type(15) td:first-of-type, .standings-page .standings-table tbody tr:nth-of-type(16) td:first-of-type {
  background-color: #FFB9C3;
} */

.standings-page .standings-table tbody tr.akhmat td:not(:nth-of-type(2)) {
  font-weight: 800;
  color: #000000;
}

.standings-page .standings-table tbody tr.akhmat td:nth-of-type(2) {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
}

.standings-page .standings-table tbody td {
  height: 40px;
  border-left: none;
  border-right: none;
  padding: 5px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #003389;
}

.standings-page .standings-table tbody td:first-of-type {
  padding: 5px;
}

.standings-page .standings-table tbody td:last-of-type {
  padding: 5px 0 5px 25px;
}

.standings-page .standings-table tbody td.standings-table__number {
  width: 25px !important;
}

.standings-page .standings-table tbody td.standings-table__command {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 2px 5px 20px;
  text-align: left;
  max-width: 278px;
}

.standings-page .standings-table tbody td .standings-table__command-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  margin: 0 10px 0 0;
}

.standings-page .standings-table tbody td .standings-table__command-logo img {
  width: initial;
  height: 40px;
  object-fit: contain;
}

.standings-page .standings-table tbody td.standings-table__bolls {
  text-transform: uppercase;
}

.video-gallery .video-broadcast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #003389;
}

.video-gallery .video-broadcast.video-broadcast__ether {
  background-color: #7B7B7B;
}

.video-gallery .video-broadcast.video-broadcast__ether .video-broadcast__info {
  padding: 10px 60px 20px;
}

.video-gallery .video-broadcast.video-broadcast__ether .video-broadcast__info-data--text {
  color: #EBEBEB;
}

.video-gallery .video-broadcast.video-broadcast__ether .video-broadcast__info-data--composition {
  display: none;
}

.video-gallery .video-broadcast.video-broadcast__ether .video-broadcast__info-data--ether {
  display: block;
}

.video-gallery .video-broadcast.video-broadcast__ether .video-broadcast__time {
  display: none;
}

.video-gallery .video-broadcast__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 410px;
  margin: 162px 60px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background-color: #000000;
}

.video-gallery .video-broadcast__content-play {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  display: block;
  width: 80px;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #EBEBEB;
  border-radius: 50%;
  content: '';
  background-color: rgba(235, 235, 235, 0.33);
  background-image: url(../images/icon/image-play.svg);
  background-position: 51% 50%;
  background-repeat: no-repeat;
  background-size: 16px 20px;
  -webkit-transition-property: border, background-size, background-color, -webkit-box-shadow;
  transition-property: border, background-size, background-color, -webkit-box-shadow;
  -o-transition-property: border, background-size, box-shadow, background-color;
  transition-property: border, background-size, box-shadow, background-color;
  transition-property: border, background-size, box-shadow, background-color, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  z-index: 10;
  cursor: pointer;
}

.video-gallery .video-broadcast__content-play.none-play {
  display: none;
}

.video-gallery .video-broadcast__content-video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #000000;
  overflow: hidden;
  cursor: pointer;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.video-gallery .video-broadcast__content-video:hover .video-broadcast__content-video--blur:after {
  border: 2px solid #EBEBEB;
  background-size: 18px 22px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.5);
}

.video-gallery .video-broadcast__content-video--blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.video-gallery .video-broadcast__content-video iframe {
  width: 100%;
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-gallery .video-broadcast__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.video-gallery .video-broadcast__info-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-gallery .video-broadcast__info-data--text, .video-gallery .video-broadcast__info-data--composition, .video-gallery .video-broadcast__info-data--ether {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #D4E2FF;
}

.video-gallery .video-broadcast__info-data--text {
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
  border-right: 1px solid #ffffff;
}

.video-gallery .video-broadcast__info-data--composition {
  font-weight: bold;
}

.video-gallery .video-broadcast__info-data--ether {
  position: relative;
  display: none;
  padding: 0 20px 0 0;
  font-weight: bold;
  color: #FFCAD6;
  -webkit-animation: text-ether 1.5s ease-in-out infinite;
          animation: text-ether 1.5s ease-in-out infinite;
}

@keyframes text-ether {
  0% {
    text-shadow: 0 0 0 #D21845;
  }
  25% {
    text-shadow: 0 0 5px #D21845;
  }
  50% {
    text-shadow: 0 0 10px #D21845;
  }
  75% {
    text-shadow: 0 0 5px #D21845;
  }
  100% {
    text-shadow: 0 0 0 #D21845;
  }
}

.video-gallery .video-broadcast__info-data--ether:before {
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #D21845;
  border-radius: 50%;
  content: '';
  z-index: 10;
  -webkit-animation: dots-ether 1.5s ease-in-out infinite;
          animation: dots-ether 1.5s ease-in-out infinite;
}

@keyframes dots-ether {
  0% {
    -webkit-box-shadow: 0 0 0 #D21845;
            box-shadow: 0 0 0 #D21845;
  }
  25% {
    -webkit-box-shadow: 0 0 5px #D21845;
            box-shadow: 0 0 5px #D21845;
  }
  50% {
    -webkit-box-shadow: 0 0 10px #D21845;
            box-shadow: 0 0 10px #D21845;
  }
  75% {
    -webkit-box-shadow: 0 0 5px #D21845;
            box-shadow: 0 0 5px #D21845;
  }
  100% {
    -webkit-box-shadow: 0 0 0 #D21845;
            box-shadow: 0 0 0 #D21845;
  }
}

.video-gallery .video-broadcast__info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-gallery .video-broadcast__info-title--text {
  margin: 10px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
}

.video-gallery .video-broadcast__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 60px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.video-gallery .video-broadcast__time-text {
  min-height: 17px;
  margin: 5px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #EBEBEB;
}

.video-gallery .ytp-large-play-button {
  display: none !important;
}

.video-gallery .ytp-large-play-button svg {
  display: none !important;
}

.ytp-large-play-button {
  display: none !important;
}

.ytp-large-play-button svg {
  display: none !important;
}

.match-page {
  padding-bottom: 30px;
}

.match-page .match-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: unset;
  min-height: 378px;
  margin: 0;
}

.match-page .match-logo__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-image: url(../images/content/results-page--logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.match-page .match-logo__content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.match-page .match-logo__content-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  margin: 0 26px;
  z-index: 10;
}

.match-page .match-logo .line-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 50px;
  margin: 0 15px 0 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #D21845;
}

.match-page .match-logo .line-logo.line-logo--live {
  -webkit-animation: logo-live 3s ease-in-out infinite;
          animation: logo-live 3s ease-in-out infinite;
}

@-webkit-keyframes logo-live {
  0% {
    -webkit-box-shadow: 0 0 0 #D21845;
            box-shadow: 0 0 0 #D21845;
  }
  50% {
    -webkit-box-shadow: 0 0 5px #D21845;
            box-shadow: 0 0 5px #D21845;
  }
  100% {
    -webkit-box-shadow: 0 0 0 #D21845;
            box-shadow: 0 0 0 #D21845;
  }
}

@keyframes logo-live {
  0% {
    -webkit-box-shadow: 0 0 0 #D21845;
            box-shadow: 0 0 0 #D21845;
  }
  50% {
    -webkit-box-shadow: 0 0 5px #D21845;
            box-shadow: 0 0 5px #D21845;
  }
  100% {
    -webkit-box-shadow: 0 0 0 #D21845;
            box-shadow: 0 0 0 #D21845;
  }
}

.match-page .match-logo .line-logo.line-logo--live span {
  display: block;
  border: 3px solid #ffffff;
  border-radius: 50%;
  margin: 0 0 0 2px;
  -webkit-animation: dots-live 3s ease-in-out infinite;
          animation: dots-live 3s ease-in-out infinite;
}

@-webkit-keyframes dots-live {
  0% {
    border-color: #ffffff;
  }
  50% {
    border-color: #EC597C;
  }
  100% {
    border-color: #ffffff;
  }
}

@keyframes dots-live {
  0% {
    border-color: #ffffff;
  }
  50% {
    border-color: #EC597C;
  }
  100% {
    border-color: #ffffff;
  }
}

.match-page .match-logo .line-logo span {
  display: block;
  border: 3px solid #ffffff;
  border-radius: 50%;
  margin: 0 0 0 2px;
}

.match-page .match-logo .line-logo p {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
}

.match-page .match-logo .line-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.match-page .match-logo .line-content__command {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.match-page .match-logo .line-content__owner, .match-page .match-logo .line-content__guest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 44px;
}

.match-page .match-logo .line-content__owner p, .match-page .match-logo .line-content__guest p {
  margin: 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #D4E2FF;
}

.match-page .match-logo .line-content__period--one, .match-page .match-logo .line-content__period--two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 48%;
}

.match-page .match-logo .line-content.additional-time .line-content__period--one,
.match-page .match-logo .line-content.additional-time .line-content__period--two {
  max-width: unset;
}

.match-page .match-logo .line-content__lines {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.match-page .match-logo .line-content__events {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.match-page .match-logo .line-content__events--none {
  width: 100%;
}

.match-page .match-logo .line-content__events--goal:hover, .match-page .match-logo .line-content__events--replacement:hover, .match-page .match-logo .line-content__events--yellow:hover, .match-page .match-logo .line-content__events--red:hover {
  position: relative;
  background-color: #4B76D0;
  border-radius: 2px;
}

.match-page .match-logo .line-content__events--goal:hover > p, .match-page .match-logo .line-content__events--replacement:hover > p, .match-page .match-logo .line-content__events--yellow:hover > p, .match-page .match-logo .line-content__events--red:hover > p {
  position: absolute;
  top: 0;
  left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-color: #4B76D0;
  border-radius: 2px;
}

.match-page .match-logo .line-content__events--goal svg, .match-page .match-logo .line-content__events--replacement svg {
  width: 14px;
  height: 15px;
  margin: 2px 0;
  fill: #ffffff;
}

.match-page .match-logo .line-content__events--yellow svg {
  width: 8px;
  height: 12px;
  margin: 2px 0;
  fill: #F7C71E;
}

.match-page .match-logo .line-content__events--red svg {
  width: 8px;
  height: 12px;
  margin: 2px 0;
  fill: #D21845;
}

.match-page .match-logo .line-content__events-time--one p {
  padding-right: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.match-page .match-logo .line-content__events-time--two .line-content__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.match-page .match-logo .line-content__events-time--two .line-content__time svg {
  display: block;
  width: 17px;
  height: 17px;
  margin: 0 0s 2px;
  fill: #ffffff;
}

.match-page .match-logo .line-content__event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: auto;
  min-height: 19px;
  padding: 5px;
}

.match-page .match-logo .line-content__event > p {
  display: none;
  margin: 0;
  padding: 0 5px 0 5px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  color: #ffffff;
  z-index: 10;
}

.match-page .match-logo .line-content__event.line-content__events--none:hover {
  position: unset;
  background-color: none;
}

.match-page .match-logo .line-content__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.match-page .match-logo .line-content__time p {
  margin: 8px 5px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}

.match-page .match-statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: unset;
  min-height: 333px;
  margin: -110px 0 0;
  z-index: 10;
}

.match-page .match-statistics__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 10px 34px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.match-page .match-statistics__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 51px;
  border-bottom: 1px solid #EBEBEB;
}

.match-page .match-statistics__header-prev, .match-page .match-statistics__header-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 250px;

  display: none !important;
}

.match-page .match-statistics__header-prev .match-statistics__header-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
  border-radius: 5px;

  display: none !important;
}

.match-page .match-statistics__header-prev .match-statistics__header-link:hover .match-statistics__header-link--arrow:before {
  left: 10px;
  border-top-color: #686868;
}

.match-page .match-statistics__header-prev .match-statistics__header-link:hover .match-statistics__header-link--arrow:after {
  left: 18px;
}

.match-page .match-statistics__header-prev .match-statistics__header-link:hover .match-statistics__header-link--information {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.match-page .match-statistics__header-prev .match-statistics__header-link:hover .match-statistics__header-info {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.match-page .match-statistics__header-prev .match-statistics__header-link:not(:hover) .match-statistics__header-info {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.match-page .match-statistics__header-prev .match-statistics__header-link--arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 100%;
  background-color: #ffffff;
  z-index: 10;
}

.match-page .match-statistics__header-prev .match-statistics__header-link--arrow:before, .match-page .match-statistics__header-prev .match-statistics__header-link--arrow:after {
  position: absolute;
  top: calc(50% - 10px);
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  content: '';
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-property: border, left;
  -o-transition-property: border, left;
  transition-property: border, left;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .match-statistics__header-prev .match-statistics__header-link--arrow:before {
  top: calc(50% - 10px);
  left: 13px;
  border: 8px solid transparent;
  border-top-color: #C1C1C1;
}

.match-page .match-statistics__header-prev .match-statistics__header-link--arrow:after {
  position: absolute;
  top: calc(50% - 6px);
  left: 21px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}

.match-page .match-statistics__header-prev .match-statistics__header-link--arrow:hover:before {
  left: 10px;
  border-top-color: #686868;
}

.match-page .match-statistics__header-prev .match-statistics__header-link--arrow:hover:after {
  left: 18px;
}

.match-page .match-statistics__header-prev .match-statistics__header-link--arrow:hover img,
.match-page .match-statistics__header-prev .match-statistics__header-link--arrow:hover > p {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.match-page .match-statistics__header-prev .match-statistics__header-link--information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transform: translateX(-110px);
      -ms-transform: translateX(-110px);
          transform: translateX(-110px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in, linear;
       -o-transition-timing-function: ease-in, linear;
          transition-timing-function: ease-in, linear;
  z-index: 1;
}

.match-page .match-statistics__header-prev .match-statistics__header-link--information img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: initial;
  height: 25px;
  margin: 13px 12px 13px;
}

.match-page .match-statistics__header-prev .match-statistics__header-link--information p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #7B7B7B;
}

.match-page .match-statistics__header-prev .match-statistics__header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-110px);
      -ms-transform: translateX(-110px);
          transform: translateX(-110px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.match-page .match-statistics__header-prev .match-statistics__header-info p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.match-page .match-statistics__header-prev .match-statistics__header-info p span {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: unset;
  text-transform: none;
}

.match-page .match-statistics__header-next .match-statistics__header-link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 5px;
}

.match-page .match-statistics__header-next .match-statistics__header-link:hover .match-statistics__header-link--arrow:before {
  left: unset;
  right: 10px;
  border-top-color: #686868;
}

.match-page .match-statistics__header-next .match-statistics__header-link:hover .match-statistics__header-link--arrow:after {
  left: unset;
  right: 18px;
}

.match-page .match-statistics__header-next .match-statistics__header-link--arrow:before, .match-page .match-statistics__header-next .match-statistics__header-link--arrow:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition-property: border, right;
  -o-transition-property: border, right;
  transition-property: border, right;
}

.match-page .match-statistics__header-next .match-statistics__header-link--arrow:before {
  left: unset;
  right: 13px;
}

.match-page .match-statistics__header-next .match-statistics__header-link--arrow:after {
  left: unset;
  right: 21px;
}

.match-page .match-statistics__header-next .match-statistics__header-link--information {
  -webkit-transform: translateX(110px);
      -ms-transform: translateX(110px);
          transform: translateX(110px);
}

.match-page .match-statistics__header-next .match-statistics__header-info {
  -webkit-transform: translateX(110px);
      -ms-transform: translateX(110px);
          transform: translateX(110px);
}

.match-page .match-statistics__header-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
}

.match-page .match-statistics__header-link:hover .match-statistics__header-link--arrow:before {
  left: 10px;
  border-top-color: #686868;
}

.match-page .match-statistics__header-link:hover .match-statistics__header-link--arrow:after {
  left: 18px;
}

.match-page .match-statistics__header-link:hover .match-statistics__header-link--information {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.match-page .match-statistics__header-link:hover .match-statistics__header-info {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.match-page .match-statistics__header-link:not(:hover) .match-statistics__header-info {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.match-page .match-statistics__header-link--arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 100%;
  background-color: #ffffff;
  z-index: 10;
}

.match-page .match-statistics__header-link--arrow:before, .match-page .match-statistics__header-link--arrow:after {
  position: absolute;
  top: calc(50% - 10px);
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  content: '';
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-property: border, left;
  -o-transition-property: border, left;
  transition-property: border, left;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .match-statistics__header-link--arrow:before {
  top: calc(50% - 10px);
  left: 13px;
  border: 8px solid transparent;
  border-top-color: #C1C1C1;
}

.match-page .match-statistics__header-link--arrow:after {
  position: absolute;
  top: calc(50% - 6px);
  left: 21px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}

.match-page .match-statistics__header-link--arrow:hover:before {
  left: 10px;
  border-top-color: #686868;
}

.match-page .match-statistics__header-link--arrow:hover:after {
  left: 18px;
}

.match-page .match-statistics__header-link--arrow:hover img,
.match-page .match-statistics__header-link--arrow:hover > p {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.match-page .match-statistics__header-link--information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transform: translateX(-130px);
      -ms-transform: translateX(-130px);
          transform: translateX(-130px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in, linear;
       -o-transition-timing-function: ease-in, linear;
          transition-timing-function: ease-in, linear;
  z-index: 1;
}

.match-page .match-statistics__header-link--information img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 25px;
  margin: 13px 12px 13px;
}

.match-page .match-statistics__header-link--information p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #7B7B7B;
}

.match-page .match-statistics__header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-130px);
      -ms-transform: translateX(-130px);
          transform: translateX(-130px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.match-page .match-statistics__header-info p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.match-page .match-statistics__header-info p span {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: unset;
  text-transform: none;
}

.match-page .match-statistics__header-present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.match-page .match-statistics__header-present img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;

  margin: 0 10px;
}

.match-page .match-statistics__header-present p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.match-page .match-statistics__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.match-page .match-statistics__content-owner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  max-width: 40%;
  padding: 60px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match-page .match-statistics__content-owner--command {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
}

.match-page .match-statistics__content-owner--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 160px;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 10px 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match-page .match-statistics__content-owner--image img {
    width: 100px;
    height: initial;
    max-height: 100px;
    object-fit: contain;
}

.match-page .match-statistics__content-owner--wrap b {
  margin: 0 0 5px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
}

.match-page .match-statistics__content-owner--wrap p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #686868;
}

.match-page .match-statistics__content-owner--developments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.match-page .match-statistics__content-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  max-width: 20%;
  padding: 65px 0 20px;
}

.match-page .match-statistics__content-score--scoreboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.match-page .match-statistics__content-score--scoreboard p {
  margin: 0;
  font-family: 'Dited', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: normal;
  color: #7B7B7B;
}

.match-page .match-statistics__content-score--scoreboard p:nth-of-type(1), .match-page .match-statistics__content-score--scoreboard p:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 78px;
  border-radius: 5px;
  color: #000000;
  background-color: #EBEBEB;
}

.match-page .match-statistics__content-score--scoreboard p:nth-of-type(2) {
  margin: 0 10px;
}

.match-page .match-statistics__content-score--scoreboard.match-statistics__content-score--win p:nth-of-type(1) {
  color: #F7C71E;
  background-color: #7B7B7B;
}

.match-page .match-statistics__content-score--scoreboard.match-statistics__content-score--lose p:nth-of-type(1) {
  color: #000000;
  background-color: #EBEBEB;
}

.match-page .match-statistics__content-score--scoreboard.match-statistics__content-score--lose p:nth-of-type(3) {
  color: #F7C71E;
  background-color: #7B7B7B;
}

.match-page .match-statistics__content-score--data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 26px;
}

.match-page .match-statistics__content-score--data p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #7B7B7B;
}

.match-page .match-statistics__content-score--time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 26px;
}

.match-page .match-statistics__content-score--time p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  color: #7B7B7B;
}

.match-page .match-statistics__content-guest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  max-width: 40%;
  padding: 60px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match-page .match-statistics__content-guest--command {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 100px;
}

.match-page .match-statistics__content-guest--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 160px;
  height: 100%;
  padding: 0 0 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match-page .match-statistics__content-guest--image img {
  width: 100px;
  height: initial;
  max-height: 100px;
  object-fit: contain;
}

.match-page .match-statistics__content-guest--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.match-page .match-statistics__content-guest--wrap b {
  margin: 0 0 5px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 32px;
  text-align: right;
  color: #000000;
}

.match-page .match-statistics__content-guest--wrap p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #686868;
}

.match-page .match-statistics__content-guest--developments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.match-page .match-statistics__content-guest .developments-list__item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.match-page .match-statistics__content-guest .developments-list__item-events {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.match-page .match-statistics__content-guest .developments-list__item-minuts {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.match-page .match-statistics__content-developments--mobile {
  display: none;
  border-top: 1px solid #EBEBEB;
}

.match-page .match-statistics__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 49px;
  border-top: 1px solid #EBEBEB;
}

.match-page .match-statistics__footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.match-page .match-statistics__penalty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.match-page .match-statistics__penalty-header {
  margin: 26px 0;
}

.match-page .match-statistics__penalty-header--text {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #7B7B7B;
}

.match-page .match-statistics__penalty-header--text.match-statistics__penalty-header--finished {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #C1C1C1;
}

.match-page .match-statistics__penalty-goal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 57px;
  border: 5px solid #EBEBEB;
  border-bottom: none;
}

.match-page .match-statistics__penalty-goal--text {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #686868;
}

.match-page .match-statistics__penalty-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 920px;
  margin: 0 70px;
  padding: 0 90px;
  background: -webkit-radial-gradient(50% -30%, 560px, #D7F9E5 0%, rgba(215, 249, 229, 0) 100%);
  background: -o-radial-gradient(50% -30%, 560px, #D7F9E5 0%, rgba(215, 249, 229, 0) 100%);
  background: radial-gradient(560px at 50% -30%, #D7F9E5 0%, rgba(215, 249, 229, 0) 100%);
  border: 2px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match-page .match-statistics__penalty-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 2px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match-page .match-statistics__penalty-goalkeeper-zone {
  display: block;
  width: 283px;
  height: 45px;
  margin: 0 0 40px;
  border: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match-page .match-statistics__penalty-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0 50px 0;
}

.match-page .match-statistics__penalty-owner, .match-page .match-statistics__penalty-guest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.match-page .match-statistics__penalty-owner.host_start {
    margin: 30px 0 0;
}

.match-page .match-statistics__penalty-owner--item, .match-page .match-statistics__penalty-guest--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 0 35px;
}

.match-page .match-statistics__penalty-owner--number, .match-page .match-statistics__penalty-owner--player, .match-page .match-statistics__penalty-guest--number, .match-page .match-statistics__penalty-guest--player {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 29px;
  text-align: right;
  color: #C1C1C1;
}

.match-page .match-statistics__penalty-owner--number, .match-page .match-statistics__penalty-guest--number {
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  line-height: 14px;
  border-right: 1px solid #686868;
}

.match-page .match-statistics__penalty-owner--player, .match-page .match-statistics__penalty-guest--player {
  color: #686868;
}

.match-page .match-statistics__penalty-owner svg, .match-page .match-statistics__penalty-guest svg {
  width: 16px;
  height: 17px;
  margin: 0 15px;
}

.match-page .match-statistics__penalty-owner--score, .match-page .match-statistics__penalty-guest--score {
  min-width: 29px;
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #4B76D0 ;
}

.match-page .match-statistics__penalty-center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90%;
  min-height: 90%;
  width: auto;
  min-width: 12px;
  margin: 0 20px;
}

.match-page .match-statistics__penalty-center span {
  position: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid #4B76D0 ;
  border-radius: 50%;
  z-index: 2;
}

.match-page .match-statistics__penalty-center:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  margin: 0 auto;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(165, 228, 176, 0)), color-stop(51.56%, #4B76D0 ), to(rgba(165, 228, 176, 0)));
  background: -webkit-linear-gradient(top, rgba(165, 228, 176, 0) 0%, #4B76D0  51.56%, rgba(165, 228, 176, 0) 100%);
  background: -o-linear-gradient(top, rgba(165, 228, 176, 0) 0%, #4B76D0  51.56%, rgba(165, 228, 176, 0) 100%);
  background: linear-gradient(180deg, rgba(165, 228, 176, 0) 0%, #4B76D0  51.56%, rgba(165, 228, 176, 0) 100%);
  z-index: 1;
}

.match-page .match-statistics__penalty-guest {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.match-page .match-statistics__penalty-guest.host_start {
  margin: 30px 0 0 0;
}

.match-page .match-statistics__penalty-guest--item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.match-page .match-statistics__penalty-guest--item:last-of-type {
  margin: 0;
}

.match-page .match-statistics__penalty-guest--number {
  margin: 0 0 0 8px;
  padding: 0 0 0 8px;
  border: none;
  border-left: 1px solid #686868;
}

.match-page .developments-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.match-page .developments-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.match-page .developments-list__item-minuts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 150px;
  padding: 0 20px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match-page .developments-list__item-minuts b {
  margin: 0 3px 0 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 29px;
  color: #7B7B7B;
}

.match-page .developments-list__item-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.match-page .developments-list__item-player p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 29px;
  color: #686868;
}

.match-page .developments-list__item-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 120px;
  padding: 0 10px;
}

.match-page .developments-list__item-events img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 17px;
  margin: 0 2px;
}


.match-page .developments-list__item-events img.developments-list__item-red--card {
  width: 26px;
  height: 26px;
  margin: 0;
}

.match-page .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match-page .list-item > p {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.match-page .list-item:nth-of-type(1) {
  -ms-flex-negative: 3;
      flex-shrink: 3;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.match-page .list-item:nth-of-type(2) {
  position: relative;
  -ms-flex-negative: 4;
      flex-shrink: 4;
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}

.match-page .list-item:nth-of-type(2):before, .match-page .list-item:nth-of-type(2):after {
  position: absolute;
  top: calc( 50% - 16px);
  left: 0;
  display: block;
  height: 30px;
  content: '';
  border-left: 1px solid #EBEBEB;
}

.match-page .list-item:nth-of-type(2):after {
  left: inherit;
  right: 0;
}

.match-page .list-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.match-page .list-item__wrap p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.match-page .list-item__wrap svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 10px;
}

.match-page .list-item__image--25 svg {
  width: 25px;
  height: auto;
}

.match-page .list-item__image--24 img {
  width: 24px;
  height: auto;
  margin: 0 0 0 10px;
}

.match-page .list-item__image--14 img {
  width: 14px;
  height: auto;
  margin: 0 0 0 10px;
}

.match-page .match-compositions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 43px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match-page .match-compositions__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.match-page .match-compositions__title {
  position: relative;
  width: 100%;
}

.match-page .match-compositions__title:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 340px;
  height: auto;
  min-height: 33px;
  content: '';
  background-color: #D4E2FF;
  z-index: 1;
}

.match-page .match-compositions__title h2 {
  position: inherit;
  margin: 5px 27px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #686868;
  z-index: 3;
}

.match-page .match-compositions__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.match-page .match-compositions__content-list--owner {
  margin-right: 10px;
}

.match-page .match-compositions__content-judges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.match-page .compositions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.match-page .compositions-list__command {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 0 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}

.match-page .compositions-list__command img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  margin: 0 10px 0 0;
}

.match-page .compositions-list__command b {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  color: #7B7B7B;
}

.match-page .compositions-list__command p {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #C1C1C1;
  border-left: 1px solid #EBEBEB;
}

.match-page .compositions-list__composition, .match-page .compositions-list__main-coach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 0 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match-page .compositions-list__composition p, .match-page .compositions-list__main-coach p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #686868;
}

.match-page .compositions-list__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match-page .compositions-list__table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.match-page .compositions-list__table-wrap tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.match-page .compositions-list__table-wrap tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 46px;
  background-color: #ffffff;
  border-bottom: 1px solid #EBEBEB;
}

.match-page .compositions-list__table-wrap tbody tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 39px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.match-page .compositions-list__table-wrap tbody tr td a {
    color: #000000;
}

.match-page .compositions-list__table-number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 45px;
  padding: 0 0 0 18px;
  color: #000000;
}

.match-page .compositions-list__table-player {
  width: 100%;
  max-width: 270px;
  padding: 0 10px;
  color: #7B7B7B;
}

.match-page .compositions-list__table-player img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 19px;
  height: 13px;
  margin: 0 10px 2px 3px;
  border: 1px solid #C1C1C1;
}

.match-page .compositions-list__table-player .no-flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  width: 21px;
  height: 15px;
  margin: 0 10px 2px 3px;
}

.match-page .compositions-list__table-player span {
  color: #003389;
}

.match-page .compositions-list__table-events {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #686868;
}

.match-page .compositions-list__table-events--red, .match-page .compositions-list__table-events--yellow, .match-page .compositions-list__table-events--ball, .match-page .compositions-list__table-events--penalty, .match-page .compositions-list__table-events--replacement, .match-page .compositions-list__table-events--autogoal {
  position: relative;
}

.match-page .compositions-list__table-events--red:before, .match-page .compositions-list__table-events--yellow:before, .match-page .compositions-list__table-events--ball:before, .match-page .compositions-list__table-events--penalty:before, .match-page .compositions-list__table-events--replacement:before, .match-page .compositions-list__table-events--autogoal:before {
  position: absolute;
  right: 7px;
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
}

.match-page .compositions-list__table-events--red {
  padding: 0 23px 0 0;
}

.match-page .compositions-list__table-events--red:before {
  top: calc(50% - 13px);
  right: 0;
  width: 26px;
  height: 26px;
  background-image: url(../images/icon/text-tranlation/red-card.png);
  background-size: 26px 26px;
}

.match-page .compositions-list__table-events--yellow {
  padding: 0 23px 0 0;
}

.match-page .compositions-list__table-events--yellow:before {
  top: calc(50% - 13px);
  right: 0;
  width: 26px;
  height: 26px;
  background-image: url(../images/icon/text-tranlation/yellow-card.png);
  background-size: 26px 26px;
}

.match-page .compositions-list__table-events--ball {
  padding: 0 28px 0 0;
}

.match-page .compositions-list__table-events--ball:before {
  top: calc(50% - 8px);
  width: 16px;
  height: 17px;
  background-image: url(../images/icon/text-tranlation/goal-green.png);
  background-size: 16px 17px;
}

.match-page .compositions-list__table-events--penalty {
  padding: 0 32px 0 0;
}

.match-page .compositions-list__table-events--penalty:before {
  top: calc(50% - 8px);
  width: 20px;
  height: 17px;
  background-image: url(../images/icon/text-tranlation/goal-green--penalty.png);
  background-size: 20px 17px;
}

.match-page .compositions-list__table-events--autogoal {
  padding: 0 32px 0 0;
}

.match-page .compositions-list__table-events--autogoal:before {
  top: calc(50% - 8px);
  width: 20px;
  height: 17px;
  background-image: url(/images/icon/text-tranlation/goal-green--autogoal.png);
  background-size: 20px 17px;
}

.match-page .compositions-list__table-events--replacement {
  padding: 0 24px 0 0;
}

.match-page .compositions-list__table-events--replacement:before {
  top: calc(50% - 13px);
  right: 0;
  width: 26px;
  height: 26px;
  background-image: url(../images/icon/text-tranlation/replacement.png);
  background-size: 26px 26px;
}

.match-page .compositions-list__table-position {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 60px;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #C1C1C1;
}

.match-page .compositions-judges__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.match-page .compositions-judges__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  width: 100%;
  max-width: 32.8%;
  height: auto;
  min-height: 60px;
  margin: 0 7px 10px 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match-page .compositions-judges__list-item:nth-of-type(3n) {
  margin: 0 0 10px;
}

.match-page .compositions-judges__list-item--judge {
  position: relative;
}

.match-page .compositions-judges__list-item--judge:before {
  position: absolute;
  top: 16px;
  right: 14px;
  display: block;
  width: 21px;
  height: 15px;
  content: '';
  background-image: url(../images/icon/text-tranlation/compositions--judge.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px 15px;
}

.match-page .compositions-judges__list-item--assistant {
  position: relative;
}

.match-page .compositions-judges__list-item--assistant:before {
  position: absolute;
  top: 12px;
  right: 13px;
  display: block;
  width: 18px;
  height: 17px;
  content: '';
  background-image: url(../images/icon/text-tranlation/compositions--assistant.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 17px;
}

.match-page .compositions-judges__list-item p {
  max-width: 87%;
  margin: 0 0 5px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.match-page .compositions-judges__list-item b {
  max-width: 87%;
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.match-page .match-text--translation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match-page .match-text--translation__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.match-page .match-text--translation__title {
  position: relative;
  width: 100%;
}

.match-page .match-text--translation__title:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 340px;
  height: auto;
  min-height: 33px;
  content: '';
  background-color: #D4E2FF;
  z-index: 1;
}

.match-page .match-text--translation__title h2 {
  position: inherit;
  margin: 5px 27px 30px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #686868;
  z-index: 3;
}

.match-page .match-text--translation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
         flex-direction: column-reverse;
}

.match-page .match-text--translation__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.match-page .match-text--translation__content-list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.match-page .match-text--translation__content-list--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}

.match-page .match-text--translation__content-list--text p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #686868;
}

.match-page .text-translation__item-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.match-page .text-translation__item-one:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  height: 95%;
  content: '';
  border: 1px solid #C1C1C1;
}

.match-page .text-translation__item-one--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
}

.match-page .text-translation__item-one--text p {
  margin: 0;
  padding: 13px 0 13px 2px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #686868;
  text-align: center;
  background-color: #F7F7F7;
  z-index: 10;
}

.match-page .text-translation__item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 70px;
  padding: 13px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.match-page .text-translation__item-two img {
  display: block;
  width: 26px;
  height: 26px;
}

.match-page .text-translation__item-three {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 13px 50px 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  border-bottom: 1px solid #EBEBEB;
}

.match-page .text-translation__item-three.admin {
  min-height: 70px;
}

.match-page .text-translation__item-three p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #686868;
}

.match-page .text-translation__item-three p:not(:last-of-type) {
  margin: 0 0 30px;
}

.match-page .text-translation__item-three .save-row,
.match-page .text-translation__item-three .edit-row,
.match-page .text-translation__item-three .delete-row {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  padding: 0;
}

.match-page .text-translation__item-three .save-row svg,
.match-page .text-translation__item-three .edit-row svg,
.match-page .text-translation__item-three .delete-row svg {
  width: 20px;
  height: 20px;
  fill: #878787;
  -webkit-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .text-translation__item-three .save-row:hover svg,
.match-page .text-translation__item-three .edit-row:hover svg,
.match-page .text-translation__item-three .delete-row:hover svg {
  fill: #686868;
}

.match-page .text-translation__item-three .delete-row {
  top: 40px;
}

.match-page .liveblog__global-wrapper {
  margin: 0 0 40px;
  border: 10px solid #878787;
}

.match-page .liveblog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #686868;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match-page .liveblog__minute {
  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;
  width: 110px;
  height: 40px;
  background-color: #ffffff;
}

.match-page .liveblog__minute-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 115px;
  padding-left: 30px;
}

.match-page .liveblog__minute-wrapper.minute--no-visible .liveblog__minute-text-additional {
  pointer-events: none;
  color: #909090;
}

.match-page .liveblog__minute-wrapper.minute--no-visible .liveblog__additional-wrapper {
  position: relative;
  pointer-events: none;
}

.match-page .liveblog__minute-wrapper.minute--no-visible .liveblog__additional-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(144, 144, 144, 0.6);
}

.match-page .liveblog__minute-text {
  margin: 13px 0 9px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.match-page .liveblog__minute input {
  width: 50px;
  height: 40px;
  padding: 0;
  text-align: center;
  border: none;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  background-color: #ffffff;
}

.match-page .liveblog__minute-after {
  position: absolute;
  top: 125px;
  left: -37px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #909090;
}

.match-page .liveblog__additional-wrapper {
  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;
  width: 110px;
  height: 40px;
  background-color: #ffffff;
}

.match-page .liveblog__additional-wrapper input {
  width: 50px;
  height: 40px;
  padding: 0;
  text-align: center;
  border: none;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  background-color: #ffffff;
}

.match-page .liveblog__additional-radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.match-page .liveblog__additional-radio-wrapper.no-time .liveblog__additional-radio-text {
  color: #909090;
}

.match-page .liveblog__additional-radio-wrapper.no-time .first-content__switch {
  pointer-events: none;
}

.match-page .liveblog__additional-radio-wrapper.no-time .first-content__switch > a {
  color: #909090 !important;
}

.match-page .liveblog__additional-radio-wrapper.no-time .first-content__switch-content {
  border: 2px solid #909090;
}

.match-page .liveblog__additional-radio-wrapper.no-time .first-content__switch-content span {
  background-color: #909090;
}

.match-page .liveblog__additional-radio-text {
  margin: 19px 0 6px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.match-page .liveblog__additional-select .first-content__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  max-width: 115px;
  margin: 5px 0;
  z-index: 2;
}

.match-page .liveblog__additional-select .first-content__switch > a {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .liveblog__additional-select .first-content__switch > a.active {
  color: #ffffff;
}

.match-page .liveblog__additional-select .first-content__switch > a.active:hover {
  color: #ffffff;
}

.match-page .liveblog__additional-select .first-content__switch > a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.match-page .liveblog__additional-select .first-content__switch-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 18px;
  border: 2px solid #D4E2FF;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.match-page .liveblog__additional-select .first-content__switch-content.active {
  border: 2px solid #C1C1C1;
}

.match-page .liveblog__additional-select .first-content__switch-content.active span {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background-color: #C1C1C1;
}

.match-page .liveblog__additional-select .first-content__switch-content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .liveblog__additional-select .first-content__switch input {
  width: 0;
  height: 0;
}

.match-page .liveblog__live-wrapper {
  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;
  width: 110px;
  height: 40px;
  background-color: #ffffff;
}

.match-page .liveblog__live-wrapper input {
  width: 50px;
  height: 40px;
  padding: 0;
  text-align: center;
  border: none;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  background-color: #ffffff;
}

.match-page .liveblog__live-radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.match-page .liveblog__live-radio-wrapper.no-time .liveblog__additional-radio-text {
  color: #909090;
}

.match-page .liveblog__live-radio-wrapper.no-time .first-content__switch {
  pointer-events: none;
}

.match-page .liveblog__live-radio-wrapper.no-time .first-content__switch > a {
  color: #909090 !important;
}

.match-page .liveblog__live-radio-wrapper.no-time .first-content__switch-content {
  border: 2px solid #909090;
}

.match-page .liveblog__live-radio-wrapper.no-time .first-content__switch-content span {
  background-color: #909090;
}

.match-page .liveblog__live-radio-text {
  margin: 19px 0 6px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.match-page .liveblog__live-radio-after {
  position: absolute;
  top: 19px;
  left: 3px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.match-page .liveblog__live-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  margin: 0 0 0 -22px;
  border-bottom: 1px solid #C1C1C1;
}

.match-page .liveblog__live-select .live-content__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  max-width: 115px;
  margin: 5px 0 0 22px;
  z-index: 2;
}

.match-page .liveblog__live-select .live-content__switch > a {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .liveblog__live-select .live-content__switch > a.active {
  color: #ffffff;
}

.match-page .liveblog__live-select .live-content__switch > a.active:hover {
  color: #ffffff;
}

.match-page .liveblog__live-select .live-content__switch > a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.match-page .liveblog__live-select .live-content__switch-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 18px;
  border: 2px solid #D4E2FF;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.match-page .liveblog__live-select .live-content__switch-content.active {
  border: 2px solid #C1C1C1;
}

.match-page .liveblog__live-select .live-content__switch-content.active span {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background-color: #C1C1C1;
}

.match-page .liveblog__live-select .live-content__switch-content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .liveblog__live-select .live-content__switch input {
  width: 0;
  height: 0;
}

.match-page .liveblog__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.match-page .liveblog__options-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 0 0 20px;
}

.match-page .liveblog__attributes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding: 0 22px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match-page .liveblog__attributes-event {
  width: 49%;
}

.match-page .liveblog__attributes-event--title {
  margin: 9px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.match-page .liveblog__event {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
}

.match-page .liveblog__event-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  cursor: pointer;
}

.match-page .liveblog__event-one .selected_element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0;
}

.match-page .liveblog__event-one .selected_element p {
  margin: 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .liveblog__event-one > p,
.match-page .liveblog__event-one > p > p {
  margin: 0 5px 0 18px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #C1C1C1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .liveblog__event-one img {
  width: 26px;
  height: 26px;
  margin: 0 6px 0 0;
}

.match-page .liveblog__event-one:hover > p {
  color: #7B7B7B;
}

.match-page .liveblog__event-one:hover svg {
  fill: #7B7B7B;
}

.match-page .liveblog__event-one svg {
  margin: 0 10px 0;
  fill: #C1C1C1;
  -webkit-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .liveblog__event-list {
  position: absolute;
  top: 40px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  overflow: auto;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}

.match-page .liveblog__event-list.list-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
}

.match-page .liveblog__event-list.list-visible li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  cursor: pointer;
}

.match-page .liveblog__event-list.list-visible li p {
  margin: 0 5px 0 18px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #C1C1C1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .liveblog__event-list.list-visible li:hover > p {
  color: #7B7B7B;
}

.match-page .liveblog__event-list.list-visible li img {
  width: 26px;
  height: 26px;
  margin: 0 6px 0 0;
}

.match-page .liveblog__player-list, .match-page .liveblog__replay-list {
  position: absolute;
  top: 39px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}

.match-page .liveblog__player-list.list-visible, .match-page .liveblog__replay-list.list-visible {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  max-height: 493px;
  overflow-Y: scroll;
  z-index: 1;
}

.match-page .liveblog__player-list li, .match-page .liveblog__replay-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 0px #EBEBEB;
          box-shadow: 0px 1px 0px #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}

.match-page .liveblog__player-list li:nth-of-type(1), .match-page .liveblog__replay-list li:nth-of-type(1) {
  border-top: 1px solid #EBEBEB;
}

.match-page .liveblog__player-list li:nth-of-type(1) p:first-of-type, .match-page .liveblog__player-list li:nth-of-type(1) p:last-of-type, .match-page .liveblog__replay-list li:nth-of-type(1) p:first-of-type, .match-page .liveblog__replay-list li:nth-of-type(1) p:last-of-type {
  width: 0 !important;
  min-width: 0;
  padding: 0;
  margin: 0;
}

.match-page .liveblog__player-list li:nth-of-type(1) b, .match-page .liveblog__replay-list li:nth-of-type(1) b {
  max-width: 100%;
  padding: 0 0 0 36px;
}

.match-page .liveblog__player-list li p:first-of-type, .match-page .liveblog__replay-list li p:first-of-type {
  width: 100%;
  max-width: 30px;
  padding: 0 0 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .liveblog__player-list li p:last-of-type, .match-page .liveblog__replay-list li p:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 45px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: rgba(193, 193, 193, 0.7);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .liveblog__player-list li img, .match-page .liveblog__replay-list li img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 19px;
  height: 13px;
  margin: 0 10px 2px 3px;
  border: 1px solid #C1C1C1;
}

.match-page .liveblog__player-list li b, .match-page .liveblog__replay-list li b {
  width: 100%;
  max-width: 240px;
  padding: 0 0 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: rgba(82, 82, 82, 0.7);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .liveblog__player-list li:hover p, .match-page .liveblog__replay-list li:hover p {
  color: #000000;
}

.match-page .liveblog__player-list li:hover p:last-of-type, .match-page .liveblog__replay-list li:hover p:last-of-type {
  color: #C1C1C1;
}

.match-page .liveblog__player-list li:hover b, .match-page .liveblog__replay-list li:hover b {
  color: #7B7B7B;
}

.match-page .liveblog__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 22px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match-page .liveblog__bottom span {
  margin: 9px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.match-page .liveblog__bottom textarea {
  min-height: 17px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #7B7B7B;
  background-color: #ffffff;
}

.match-page .liveblog__send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.match-page .liveblog__send-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  padding: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #A9A9A9;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .liveblog__send-message:hover {
  background-color: rgba(144, 144, 144, 0.6);
}

.match-page .select__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49%;
  height: 40px;
  margin: 10px 0 15px;
}

.match-page .select__team-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 22px 0 0;
}

.match-page .select__team-left--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.match-page .select__team-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 22px 0 0;
  padding: 0 0 0 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #C1C1C1;
}

.match-page .select__team-right--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.match-page .select__team-right--row:nth-of-type(1) {
  margin: 0 0 8px 0;
}

.match-page .select__team input {
  background: #7B7B7B;
  border: 3px solid #C1C1C1;
  width: 0;
  height: 0;
  opacity: 0;
}

.match-page .select__team input[type='radio']:checked + label {
  background: #003389;
  border: 3px solid #ffffff;
}

.match-page .select__team .label-point {
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  background: #686868;
  border: 3px solid #C1C1C1;
  border-radius: 50%;
}

.match-page .select__team label {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}

.match-page .select__player {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 49%;
  height: 39px;
  margin: 0 0 1px 2%;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 0px #EBEBEB;
          box-shadow: 0px 1px 0px #EBEBEB;
  cursor: pointer;
  z-index: 2;
}

.match-page .select__player.no-teams {
  pointer-events: none;
}

.match-page .select__player.no-teams::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  content: '';
  background-color: rgba(144, 144, 144, 0.6);
}

.match-page .select__player > p {
  margin: 0 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #C1C1C1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .select__player .selected_element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
}

.match-page .select__player .selected_element > p {
  margin: 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.match-page .select__player .selected_element img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 19px;
  height: 13px;
  margin: 0 10px 2px 3px;
  border: 1px solid #C1C1C1;
}

.match-page .select__player .selected_element b {
  width: 100%;
  max-width: 240px;
  padding: 0 0 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .select__player img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 19px;
  height: 13px;
  margin: 0 10px 2px 3px;
  border: 1px solid #C1C1C1;
}

.match-page .select__player b {
  width: 100%;
  max-width: 240px;
  padding: 0 0 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: rgba(82, 82, 82, 0.7);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .select__player-arrow {
  margin: 0 20px 0 0;
  fill: #C1C1C1;
  -webkit-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .select__player:hover p {
  color: #7B7B7B;
}

.match-page .select__player:hover .select__player-arrow {
  fill: #7B7B7B;
}

.match-page .select__replay {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 49%;
  height: 39px;
  margin: 15px 0 15px 2%;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 0px #EBEBEB;
          box-shadow: 0px 1px 0px #EBEBEB;
  cursor: pointer;
}

.match-page .select__replay--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 22px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.match-page .select__replay.no-replay {
  pointer-events: none;
}

.match-page .select__replay.no-replay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  content: '';
  background-color: rgba(144, 144, 144, 0.6);
}

.match-page .select__replay > p {
  margin: 0 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #C1C1C1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .select__replay .selected_element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
}

.match-page .select__replay .selected_element > p {
  margin: 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.match-page .select__replay .selected_element img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 19px;
  height: 13px;
  margin: 0 10px 2px 3px;
  border: 1px solid #C1C1C1;
}

.match-page .select__replay .selected_element b {
  width: 100%;
  max-width: 240px;
  padding: 0 0 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .select__replay img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 19px;
  height: 13px;
  margin: 0 10px 2px 3px;
  border: 1px solid #C1C1C1;
}

.match-page .select__replay b {
  width: 100%;
  max-width: 240px;
  padding: 0 0 0 10px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: rgba(82, 82, 82, 0.7);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .select__replay-arrow {
  margin: 0 20px 0 0;
  fill: #C1C1C1;
  -webkit-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .select__replay:hover p {
  color: #7B7B7B;
}

.match-page .select__replay:hover .select__player-arrow {
  fill: #7B7B7B;
}

.match-page .decrease_minute,
.match-page .increase_minute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  background-color: #EBEBEB;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .decrease_minute:hover,
.match-page .increase_minute:hover {
  background-color: #D4E2FF;
}

.match-page .decrease_minute:hover p,
.match-page .increase_minute:hover p {
  color: #003389;
}

.match-page .decrease_minute p,
.match-page .increase_minute p {
  margin: 0;
  padding: 0 0 2px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
  color: #C4C4C4;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.match-page .increase_minute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  background-color: #EBEBEB;
}

.press-page .first {
  width: auto;
  max-width: unset;
  min-height: 230px;
  margin: 0;
}

.press-page .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  background-image: url(../images/content/leadership-first--background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.press-page .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.press-page .first-content h1 {
  position: relative;
  margin: 0 51px 30px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}

.press-page .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}

.press-page .second-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 10px;
  background-color: #ffffff;
}

.press-page .second-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.press-page .second-top__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 280px;
}

.press-page .second-top__list-item:last-of-type {
  max-width: unset;
}

.press-page .second-top__list-item:last-of-type .second-top__list-item-input {
  max-width: unset;
}

.press-page .second-top__list-item:last-of-type .second-top__list-item-input ul {
  max-width: unset;
}

.press-page .second-top__list-item.item-left, .press-page .second-top__list-item.item-center {
  border-right: 1px solid #EBEBEB;
}

.press-page .second-top__list .second-top__list-item-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  background-color: #ffffff;
}

.press-page .second-top__list .second-top__list-item-input p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.press-page .second-top__list .second-top__list-item-input p:hover {
  background-color: #E4FFE9;
}

.press-page .second-top__list .second-top__list-item-input:hover svg {
  fill: #29AF50;
}

.press-page .second-top__list .second-top__list-item-input ul {
  position: absolute;
  top: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 60px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  z-index: 100;
}

.press-page .second-top__list .second-top__list-item-input ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.press-page .second-top__list .second-top__list-item-input ul li:hover {
  background-color: #E4FFE9;
}

.press-page .second-top__list .second-top__list-item-input.active-select p {
  color: rgba(82, 82, 82, 0.3);
}

.press-page .second-top__list .second-top__list-item-input.active-select p:hover {
  background-color: unset;
}

.press-page .second-top__list .second-top__list-item-input.active-select ul {
  visibility: visible;
}

.press-page .second-top__list .second-top__list-item-input.active-select svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.press-page .second-top__list .second-top__list-item-input.active-select:hover svg {
  fill: #EBEBEB;
}

.press-page .second-top__list .second-top__list-item-input svg {
  position: absolute;
  top: calc(50% - 4px);
  right: 26px;
  display: block;
  content: '';
  width: 12px;
  height: 6px;
  background-image: url(../images/icon/selects-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  fill: #EBEBEB;
}

.press-page .second-bottom {
  margin: 0;
  padding: 0;
  display: block;
}

.press-page .second-bottom__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.press-page .press {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7F7F7;
}

.press-page .press .press-top {
  display: none;
}

.press-page .press-bottom {
  padding: 0;
}

.press-page .press-bottom__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.press-page .press-bottom__list-item {
  width: 100%;
  max-width: 339px;
  height: auto;
  min-height: 300px;
  margin: 0 10px 21px;
}

.press-page .press-bottom__list-item.big-press {
  width: 100%;
  max-width: 698px;
  height: auto;
  min-height: 300px;
  margin: 0 10px 21px 10px;
}

.press-page .press-bottom__list-item.big-press .press-bottom__list-item--link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 100%;
}

.press-page .press-bottom__list-item.big-press .press-bottom__list-item--top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 300px;
}

.press-page .press-bottom__list-item.big-press .press-bottom__list-item--top img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.press-page .press-bottom__list-item.big-press .press-bottom__list-item--bottom {
  max-width: 698px;
  background-color: unset;
}

.press-page .press-bottom__list-item.big-press .press-list__bottom-items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.press-page .press-bottom__list-item.big-press .press-list__bottom-items:before {
  width: 40%;
  left: 50%;
  display: none;
}

.press-page .press-bottom__list-item.big-press .press-list__bottom-item:first-of-type {
  display: none;
}

.press-page .press-bottom__list-item.big-press .press-list__bottom-item:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  bottom: -17px;
  width: 100%;
  height: auto;
}

.press-page .press-bottom__list-item.big-press .press-list__bottom-item:nth-of-type(2) p {
  overflow: hidden;
  max-height: 200px;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
}

.press-page .press-bottom__list-item.big-press .press-list__bottom-item:last-of-type {
  position: initial;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
  padding: 0;
  color: #ffffff;
  background: none;
}

.press-page .press-bottom__list-item.big-press .press-list__bottom-item:last-of-type p {
  margin: 0;
}

.press-page .press-bottom__list-item:nth-of-type(2n) .press-bottom__list-item--top {
  background-color: #0F8B26;
}

.press-page .press-bottom__list-item:nth-of-type(3n+2) .press-bottom__list-item--top {
  background-color: #1D6130;
}

.press-page .press-bottom__list-item--link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 341px;
  height: auto;
  min-height: 300px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.press-page .press-bottom__list-item--link:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.press-page .press-bottom__list-item--link:hover .press-bottom__list-item--top img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.press-page .press-bottom__list-item--quantity {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 25px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  z-index: 10;
}

.press-page .press-bottom__list-item--quantity svg {
  margin-right: 10px;
  fill: #C1C1C1;
}

.press-page .press-bottom__list-item--quantity p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C1C1C1;
}

.press-page .press-bottom__list-item--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 341px;
  height: auto;
  height: -webkit-fill-available;
  min-height: 120px;
  max-height: 300px;
  background-color: #3B8E53;
  overflow: hidden;
}

.press-page .press-bottom__list-item--top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 10;
}

.press-page .press-bottom__list-item--bottom {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 341px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.press-page .press-bottom__list .press-list__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 120px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.66)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.66) 0%, transparent 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.66) 0%, transparent 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.66) 0%, transparent 100%);
}

.press-page .press-bottom__list .press-list__bottom-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 10px 24px 17px;
  list-style: none;
}

.press-page .press-bottom__list .press-list__bottom-item:first-of-type {
  position: relative;
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px 0 30px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 1;
}

.press-page .press-bottom__list .press-list__bottom-item:first-of-type svg {
  position: absolute;
  top: calc(50% - 9px);
  left: 2px;
  fill: #ffffff;
}

.press-page .press-bottom__list .press-list__bottom-item:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.press-page .press-bottom__list .press-list__bottom-item:nth-of-type(2) p {
  margin: 0 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.press-page .press-bottom__list .press-list__bottom-item:last-of-type {
  position: absolute;
  top: 10px;
  right: 25px;
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 15px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 10;
}

.press-page .fourth {
  padding: 25px 0;
}

.press-page .fourth-right--top {
  display: none;
}

.vote-page {
  padding-bottom: 10px;
}

.vote-page .first {
  width: auto;
  max-width: unset;
  min-height: 378px;
  margin: 0;
}

.vote-page .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  background-image: url(../images/content/news/internals/news-1/news-1-logo.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vote-page .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 137, 0.5)), to(rgba(0, 12, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 51, 137, 0.5) 0%, rgba(0, 12, 53, 0.5) 100%);
  mix-blend-mode: normal;
}

.vote-page .first-content__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 51px 20px;
}

.vote-page .first-content__info p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #EBEBEB;
}

.vote-page .first-content__info p:first-of-type {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #ffffff;
}

.vote-page .first-content__info p:nth-of-type(2) {
  font-weight: bold;
}

.vote-page .first-content__info svg {
  margin: 0 10px 2px 0;
  fill: #EBEBEB;
}

.vote-page .first-content h1 {
  position: relative;
  margin: 0 130px 30px 51px;
  padding-right: 50px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
}

.vote-page .first-content__share {
  position: absolute;
  right: 42px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #B2EFC4;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  -o-transition-property: border, box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.vote-page .first-content__share svg {
  margin-left: -1px;
  fill: #B2EFC4;
  -webkit-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.vote-page .first-content__share:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
}

.vote-page .first-content__share:hover svg {
  fill: #ffffff;
}

.vote-page .voting {
  margin: 17px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #003389;
  min-height: 150px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.vote-page .voting--text.voting--no-visible, .vote-page .voting--match.voting--no-visible, .vote-page .voting--month-player.voting--no-visible, .vote-page .voting--best-goal.voting--no-visible {
  display: none;
}

.vote-page .voting--text form, .vote-page .voting--match form, .vote-page .voting--month-player form, .vote-page .voting--best-goal form {
  background-color: #ffffff;
}

.vote-page .voting--text form.voting__results .voting__results--background, .vote-page .voting--match form.voting__results .voting__results--background, .vote-page .voting--month-player form.voting__results .voting__results--background, .vote-page .voting--best-goal form.voting__results .voting__results--background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vote-page .voting--text form.voting__results .voting__percent, .vote-page .voting--match form.voting__results .voting__percent, .vote-page .voting--month-player form.voting__results .voting__percent, .vote-page .voting--best-goal form.voting__results .voting__percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vote-page .voting--text form.voting__results .voting--text__label,
.vote-page .voting--text form.voting__results .voting--month-player__label,
.vote-page .voting--text form.voting__results .voting--best-goal__label, .vote-page .voting--match form.voting__results .voting--text__label,
.vote-page .voting--match form.voting__results .voting--month-player__label,
.vote-page .voting--match form.voting__results .voting--best-goal__label, .vote-page .voting--month-player form.voting__results .voting--text__label,
.vote-page .voting--month-player form.voting__results .voting--month-player__label,
.vote-page .voting--month-player form.voting__results .voting--best-goal__label, .vote-page .voting--best-goal form.voting__results .voting--text__label,
.vote-page .voting--best-goal form.voting__results .voting--month-player__label,
.vote-page .voting--best-goal form.voting__results .voting--best-goal__label {
  padding-right: 60px;
}

.vote-page .voting--text form.voting__results .voting--text__label:after,
.vote-page .voting--text form.voting__results .voting--month-player__label:after,
.vote-page .voting--text form.voting__results .voting--best-goal__label:after, .vote-page .voting--match form.voting__results .voting--text__label:after,
.vote-page .voting--match form.voting__results .voting--month-player__label:after,
.vote-page .voting--match form.voting__results .voting--best-goal__label:after, .vote-page .voting--month-player form.voting__results .voting--text__label:after,
.vote-page .voting--month-player form.voting__results .voting--month-player__label:after,
.vote-page .voting--month-player form.voting__results .voting--best-goal__label:after, .vote-page .voting--best-goal form.voting__results .voting--text__label:after,
.vote-page .voting--best-goal form.voting__results .voting--month-player__label:after,
.vote-page .voting--best-goal form.voting__results .voting--best-goal__label:after {
  display: none;
}

.vote-page .voting--text form.voting__results .voting--text__label.label-checked,
.vote-page .voting--text form.voting__results .voting--month-player__label.label-checked,
.vote-page .voting--text form.voting__results .voting--best-goal__label.label-checked, .vote-page .voting--match form.voting__results .voting--text__label.label-checked,
.vote-page .voting--match form.voting__results .voting--month-player__label.label-checked,
.vote-page .voting--match form.voting__results .voting--best-goal__label.label-checked, .vote-page .voting--month-player form.voting__results .voting--text__label.label-checked,
.vote-page .voting--month-player form.voting__results .voting--month-player__label.label-checked,
.vote-page .voting--month-player form.voting__results .voting--best-goal__label.label-checked, .vote-page .voting--best-goal form.voting__results .voting--text__label.label-checked,
.vote-page .voting--best-goal form.voting__results .voting--month-player__label.label-checked,
.vote-page .voting--best-goal form.voting__results .voting--best-goal__label.label-checked {
  background-image: none;
}

.vote-page .voting--text__title, .vote-page .voting--match__title, .vote-page .voting--month-player__title, .vote-page .voting--best-goal__title {
  margin: 0;
  padding: 28px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #7B7B7B;
  background-color: #ffffff;
}

.vote-page .voting--text__voice-counted, .vote-page .voting--match__voice-counted, .vote-page .voting--month-player__voice-counted, .vote-page .voting--best-goal__voice-counted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #7B7B7B;
  background-color: #ffffff;
}

.vote-page .voting--text__voice-counted.no-visible, .vote-page .voting--match__voice-counted.no-visible, .vote-page .voting--month-player__voice-counted.no-visible, .vote-page .voting--best-goal__voice-counted.no-visible {
  display: none;
}

.vote-page .voting--text__submit, .vote-page .voting--match__submit, .vote-page .voting--month-player__submit, .vote-page .voting--best-goal__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  margin: 11px 0 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #003389;
  background-color: #4B76D0;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.vote-page .voting--text__submit:hover, .vote-page .voting--match__submit:hover, .vote-page .voting--month-player__submit:hover, .vote-page .voting--best-goal__submit:hover {
  background-color: #D4E2FF;
}

.vote-page .voting--text__submit.no-visible, .vote-page .voting--match__submit.no-visible, .vote-page .voting--month-player__submit.no-visible, .vote-page .voting--best-goal__submit.no-visible {
  display: none;
}

.vote-page .voting--text form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vote-page .voting--text__variant {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  margin: 12px 20px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vote-page .voting--text__label {
  display: block;
  padding: 16px 40px 16px 20px;
  border: 2px solid #EBEBEB;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7F7F7;
  -webkit-transition-property: background-color, border;
  -o-transition-property: background-color, border;
  transition-property: background-color, border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.vote-page .voting--text__label.label-checked {
  border: 2px solid #4B76D0;
}

.vote-page .voting--text__label.label-checked:after {
  bottom: 39%;
  right: 15px;
  width: 8px;
  height: 8px;
  border: 2px solid #4B76D0;
  background-color: #4B76D0;
}

.vote-page .voting--text__label:after {
  position: absolute;
  bottom: 39%;
  right: 16px;
  display: block;
  width: 6px;
  height: 6px;
  content: '';
  border: 2px solid #C1C1C1;
  border-radius: 50%;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.vote-page .voting--text__label:hover {
  border: 2px solid #4B76D0;
  background-color: #F2F2F2;
}

.vote-page .voting--text__label:hover:after {
  border: 2px solid #4B76D0;
}

.vote-page .voting--text__description {
  position: relative;
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
  z-index: 2;
}

.vote-page .voting--text__input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 50;
}

.vote-page .voting--text__input:checked {
  border: 1px solid #4B76D0 ;
}

.vote-page .voting--match form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vote-page .voting--match__variant {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vote-page .voting--match__variant:first-of-type .voting--match__label {
  border-top: 1px solid #EBEBEB;
}

.vote-page .voting--match__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  padding: 16px 30px 16px 5px;
  border-bottom: 1px solid #EBEBEB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}

.vote-page .voting--match__photo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 130px;
  min-height: 90px;
  margin: 0;
  overflow: hidden;
}

.vote-page .voting--match__photo.no-photo img {
  height: 95px;
}

.vote-page .voting--match__photo img {
  position: absolute;
  top: 6px;
  display: block;
  width: auto;
  height: 145px;
  -o-object-fit: cover;
     object-fit: cover;
}

.vote-page .voting--match__name {
  width: 100%;
  max-width: 120px;
  margin: 0;
  overflow: hidden;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.vote-page .voting--match__position {
  width: 100%;
  max-width: 190px;
  margin: 0 20px;
  overflow: hidden;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.vote-page .voting--match__scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.vote-page .voting--match__scale.no-visible {
  display: none;
}

.vote-page .voting--match__scale label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background-color: #EBEBEB;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.vote-page .voting--match__scale label.label-checked {
  background-color: #B2EFC4;
}

.vote-page .voting--match__scale label:hover {
  background-color: #B2EFC4;
}

.vote-page .voting--match__scale label p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.vote-page .voting--match__scale label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 50;
}

.vote-page .voting--match__results {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 397px;
  height: 30px;
  background-color: #EBEBEB;
}

.vote-page .voting--match__results--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.vote-page .voting--match__results--wrap.no-visible {
  display: none;
}

.vote-page .voting--match__results .active_background {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 30px;
  background: #B2EFC4;
  z-index: 1;
  visibility: visible;
}

.vote-page .voting--match__results-scale {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
  z-index: 5;
}

.vote-page .voting--match__submit {
  margin: 2px 0 0;
}

.vote-page .voting--month-player form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vote-page .voting--month-player__variant {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vote-page .voting--month-player__variant:first-of-type .voting--month-player__label {
  border-top: 1px solid #EBEBEB;
}

.vote-page .voting--month-player__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #EBEBEB;
  -webkit-transition-property: background-color, border;
  -o-transition-property: background-color, border;
  transition-property: background-color, border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.vote-page .voting--month-player__label.label-checked {
  border-top: 1px solid #4B76D0 !important;
  border-bottom: 1px solid #4B76D0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(75, 118, 208, 0.5)), to(rgba(75, 118, 208, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(75, 118, 208, 0.5) 0%, rgba(75, 118, 208, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(75, 118, 208, 0.5) 0%, rgba(75, 118, 208, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(75, 118, 208, 0.5) 0%, rgba(75, 118, 208, 0.5) 100%);
}

.vote-page .voting--month-player__label.label-checked:after {
  bottom: 17px;
  right: 15px;
  width: 8px;
  height: 8px;
  border: 2px solid #ffffff;
  background-color: #003389;
  -webkit-animation: dots-label-checked 1.5s ease-in-out infinite;
          animation: dots-label-checked 1.5s ease-in-out infinite;
}

@-webkit-keyframes dots-label-checked {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(0, 51, 137, 0.8);
            box-shadow: 0 0 0 rgba(0, 51, 137, 0.8);
  }
  25% {
    -webkit-box-shadow: 0 0 5px rgba(75, 118, 208, 0.8);
            box-shadow: 0 0 5px rgba(75, 118, 208, 0.8);
  }
  50% {
    -webkit-box-shadow: 0 0 10px rgba(0, 51, 137, 0.8);
            box-shadow: 0 0 10px rgba(0, 51, 137, 0.8);
  }
  75% {
    -webkit-box-shadow: 0 0 5px rgba(75, 118, 208, 0.8);
            box-shadow: 0 0 5px rgba(75, 118, 208, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 0 rgba(0, 51, 137, 0.8);
            box-shadow: 0 0 0 rgba(0, 51, 137, 0.8);
  }
}

@keyframes dots-label-checked {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(0, 51, 137, 0.8);
            box-shadow: 0 0 0 rgba(0, 51, 137, 0.8);
  }
  25% {
    -webkit-box-shadow: 0 0 5px rgba(75, 118, 208, 0.8);
            box-shadow: 0 0 5px rgba(75, 118, 208, 0.8);
  }
  50% {
    -webkit-box-shadow: 0 0 10px rgba(0, 51, 137, 0.8);
            box-shadow: 0 0 10px rgba(0, 51, 137, 0.8);
  }
  75% {
    -webkit-box-shadow: 0 0 5px rgba(75, 118, 208, 0.8);
            box-shadow: 0 0 5px rgba(75, 118, 208, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 0 rgba(0, 51, 137, 0.8);
            box-shadow: 0 0 0 rgba(0, 51, 137, 0.8);
  }
}

.vote-page .voting--month-player__label.label-checked:hover:after {
  border: 2px solid #ffffff;
}

.vote-page .voting--month-player__label:after {
  position: absolute;
  bottom: 18px;
  right: 16px;
  display: block;
  width: 6px;
  height: 6px;
  content: '';
  border: 2px solid #C1C1C1;
  border-radius: 50%;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.vote-page .voting--month-player__label:hover {
  border-top: 1px solid #4B76D0 !important;
  border-bottom: 1px solid #4B76D0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(75, 118, 208, 0.5)), to(rgba(75, 118, 208, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(75, 118, 208, 0.5) 0%, rgba(75, 118, 208, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(75, 118, 208, 0.5) 0%, rgba(75, 118, 208, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(75, 118, 208, 0.5) 0%, rgba(75, 118, 208, 0.5) 100%);
}

.vote-page .voting--month-player__label:hover:after {
  border: 2px solid #4B76D0;
}

.vote-page .voting--month-player__photo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 130px;
  min-height: 90px;
  margin: auto 0 0;
  z-index: 2;
}

.vote-page .voting--month-player__photo img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.vote-page .voting--month-player__player-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 190px;
  margin: 0 20px;
  z-index: 2;
}

.vote-page .voting--month-player__name {
  width: 100%;
  max-width: 120px;
  margin: 2px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.vote-page .voting--month-player__position {
  width: 100%;
  max-width: 190px;
  margin: 2px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #7B7B7B;
}

.vote-page .voting--month-player__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  z-index: 2;
}

.vote-page .voting--month-player__text p {
  width: 100%;
  max-width: 520px;
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
}

.vote-page .voting--month-player__input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 50;
}

.vote-page .voting--month-player__input:checked {
  border: 1px solid #4B76D0 ;
}

.vote-page .voting--month-player__submit {
  margin: 0;
}

.vote-page .voting--best-goal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vote-page .voting--best-goal__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 40px 51px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}

.vote-page .voting--best-goal__video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #000000;
  overflow: hidden;
  cursor: pointer;
}

.vote-page .voting--best-goal__video:hover.blur-visible p {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.vote-page .voting--best-goal__video:hover .voting--best-goal__video--blur:after {
  border: 2px solid #EBEBEB;
  background-size: 18px 22px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.5);
}

.vote-page .voting--best-goal__video img {
  width: 100%;
  height: 100%;
  -webkit-filter: none;
          filter: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.vote-page .voting--best-goal__video--blur {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.vote-page .voting--best-goal__video--blur:after {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  display: block;
  width: 80px;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #EBEBEB;
  border-radius: 50%;
  content: '';
  background-color: rgba(235, 235, 235, 0.33);
  background-image: url(../images/icon/image-play.svg);
  background-position: 51% 50%;
  background-repeat: no-repeat;
  background-size: 16px 20px;
  -webkit-transition-property: border, background-size, background-color, -webkit-box-shadow;
  transition-property: border, background-size, background-color, -webkit-box-shadow;
  -o-transition-property: border, background-size, box-shadow, background-color;
  transition-property: border, background-size, box-shadow, background-color;
  transition-property: border, background-size, box-shadow, background-color, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  z-index: 10;
}

.vote-page .voting--best-goal__video.blur-visible p {
  -webkit-filter: blur(7px);
          filter: blur(7px);
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  -o-transition-property: filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.vote-page .voting--best-goal__video.blur-visible img {
  -webkit-filter: blur(6px);
          filter: blur(6px);
}

.vote-page .voting--best-goal__video p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}

.vote-page .voting--best-goal__video iframe {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vote-page .voting--best-goal__variant:not(:first-of-type) {
  margin: 30px 0 0;
}

.vote-page .voting--best-goal__variant-description {
  width: 100%;
  margin: 11px 0 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
}

.vote-page .voting--best-goal__vote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 50px 0 0;
}

.vote-page .voting--best-goal__vote form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vote-page .voting--best-goal__variant-text {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  margin: 12px 20px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vote-page .voting--best-goal__label {
  display: block;
  padding: 16px 40px 16px 20px;
  border: 2px solid #EBEBEB;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7F7F7;
  -webkit-transition-property: background-color, border;
  -o-transition-property: background-color, border;
  transition-property: background-color, border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.vote-page .voting--best-goal__label.label-checked {
  border: 2px solid #4B76D0 ;
}

.vote-page .voting--best-goal__label.label-checked:after {
  bottom: 17px;
  right: 15px;
  width: 8px;
  height: 8px;
  border: 2px solid #4B76D0 ;
  background-color: #4B76D0 ;
}

.vote-page .voting--best-goal__label:after {
  position: absolute;
  bottom: 18px;
  right: 16px;
  display: block;
  width: 6px;
  height: 6px;
  content: '';
  border: 2px solid #C1C1C1;
  border-radius: 50%;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.vote-page .voting--best-goal__label:hover {
  border: 2px solid #4B76D0 ;
  background-color: #F2F2F2;
}

.vote-page .voting--best-goal__label:hover:after {
  border: 2px solid #4B76D0 ;
}

.vote-page .voting--best-goal__description {
  position: relative;
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #7B7B7B;
  z-index: 2;
}

.vote-page .voting--best-goal__percent {
  position: absolute;
  bottom: 18px;
  right: 16px;
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  color: #686868;
}

.vote-page .voting--best-goal__input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 50;
}

.vote-page .voting--best-goal__input:checked {
  border: 1px solid #4B76D0 ;
}

.vote-page .voting__results--background {
  display: none;
  position: absolute;
  top: 2px;
  left: 2px;
  height: calc(100% - 4px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(195, 214, 255, 0.5)), to(rgba(195, 214, 255, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(195, 214, 255, 0.5) 0%, rgba(195, 214, 255, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(195, 214, 255, 0.5) 0%, rgba(195, 214, 255, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(195, 214, 255, 0.5) 0%, rgba(195, 214, 255, 0.5) 100%);
  z-index: 1;
}

.vote-page .voting__percent {
  position: absolute;
  bottom: 18px;
  right: 16px;
  display: none;
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  color: #686868;
}

.vote-page .second {
    padding: 0 0 80px;
}

.page-footer {
    background-color: #00286B;
}

.page-footer__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 10;
}

.page-footer__wrap .footer__link-luminosity:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.page-footer__wrap .footer__link-luminosity img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.page-footer__wrap .page-footer__top {
  width: 100%;
  height: auto;
}

.page-footer__wrap .page-footer__top .page-footer__top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 179px;
  margin: 0;
  padding: 0 30px;
  background-color: #EBEBEB;
  list-style: none;
}

.page-footer__wrap .page-footer__top .page-footer__top-list a {
  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;
  min-width: 240px;
  min-height: 145px;
}

.page-footer__wrap .page-footer__content {
  width: 100%;
  background-color: #ffffff;
}

.page-footer__wrap .page-footer__logo-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.page-footer__wrap .page-footer__logo-image img {
  display: block;
  width: 80px;
  height: auto;
}

.page-footer__wrap .content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-footer__wrap .content-list__items {
  width: 100%;
  max-width: 180px;
  padding: 0 18px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-footer__wrap .content-list__items:nth-of-type(2), .page-footer__wrap .content-list__items:nth-of-type(4), .page-footer__wrap .content-list__items:nth-of-type(5), .page-footer__wrap .content-list__items:nth-of-type(7) {
  background-color: #EBF1FF;
}

.page-footer__wrap .content-list__items.big {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 364px !important;
  background-color: unset;
  z-index: 2;
}

.page-footer__wrap .content-list__items.big:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background-color: #EBF1FF;
  z-index: -1;
}

.page-footer__wrap .content-list__items.big .content-list__header {
  margin-bottom: 27px;
}

.page-footer__wrap .content-list__items.big .content-list__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-footer__wrap .content-list__items.big .content-list__content-wrap p,
.page-footer__wrap .content-list__items.big .content-list__content-wrap .content-list__content {
  width: 50%;
  max-width: 170px;
}

.page-footer__wrap .content-list__items.big .content-list__content-wrap p {
  margin-bottom: 9px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4B76D0;
}

.page-footer__wrap .content-list__items.big .content-list__content-wrap p:nth-of-type(2) {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #C1C1C1;
}

.page-footer__wrap .content-list__items.big .content-list__content-wrap .content-list__content:nth-of-type(2) {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-footer__wrap .content-list__header {
  position: relative;
  margin: 57px 0 54px;
}

.page-footer__wrap .content-list__header p {
  margin: 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  text-align: justify;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7B7B7B;
}

.page-footer__wrap .content-list__header .content-list__header-hidden {
  display: none;
}

.page-footer__wrap .content-list__header:before {
  position: absolute;
  bottom: -9px;
  left: 0;
  display: block;
  content: '';
  width: 90px;
  border-bottom: 2px solid #4B76D0;
}

.page-footer__wrap .content-list__content {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-footer__wrap .content-list__content-item img {
  margin-right: 13px;
}

.page-footer__wrap .content-list__content-link {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 25px;
  color: #7B7B7B;
  border-bottom: 1px solid rgba(193, 193, 193, 0.3);
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.page-footer__wrap .content-list__content-link:hover {
  border-bottom: 1px solid #c1c1c1;
}

.page-footer__wrap .content-list__content-wrap--2 {
  margin: 29px 0 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-footer__wrap .content-list__content-wrap--2 p {
  margin: 0 0 9px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  text-align: justify;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #686868;
}

.page-footer__wrap .content-list__content-wrap--2 .content-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-footer__wrap .content-list__content-wrap--2 .content-list__content-item:first-of-type {
  margin-right: 9px;
}

.page-footer__wrap .content-list__content-wrap--2 .content-list__content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: none;
}

.page-footer__wrap .page-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 60px;
  padding: 0 78px 0 36px;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F7F7F7;
  border-bottom: 2px solid #E50020;
}

.page-footer__wrap .page-footer__bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* .page-footer__wrap .page-footer__bottom-item--creature, */
.page-footer__wrap .page-footer__bottom-item--realization {
  display: none;
}

.page-footer__wrap .page-footer__bottom-item p, .page-footer__wrap .page-footer__bottom-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  color: #686868;
  -webkit-transition: color 300ms easy;
  -o-transition: color 300ms easy;
  transition: color 300ms easy;
  text-decoration: none;
}

.page-footer__wrap .page-footer__bottom-item a {
  /* display: none; */
  margin: 0 0 0 2px;
  /* text-decoration: underline; */
}
.page-footer__wrap .page-footer__bottom-item a:hover,
.page-footer__wrap .page-footer__bottom-item a:hover p {
    color: #003389;
}
.page-footer__wrap .page-footer__bottom-item a svg {
    margin: 0 0 0 4px;
    stroke: #9C9C9C;
}
.page-footer__wrap .page-footer__bottom-item a:hover svg {
    stroke: #003389;
}

.page-footer__wrap .page-footer__bottom-item.page-footer__bottom-item--app {
  display: none;
  margin: 10px 20px;
}

.page-footer__wrap .page-footer__bottom-item.page-footer__bottom-item--app .content-list__content-wrap--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

.photo-top--wrap.photo-top__wrapper--last:before {
    opacity: 0;
    display: none;
}

.photo-top__left.photo-top__left--last h2 {
    position: relative;
    margin: 5px 10px 10px;
    padding: 0 27px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #686868;
    z-index: 2;
}

.photo-top__left.photo-top__left--last {
    padding: 0;
    max-width: 100%;
}


.photo-top--wrap.photo-top__wrapper--last {
    margin: 0;
}

.search .chronicle:after,
.photo-top--wrap.photo-top__wrapper--last:after,
.photo-top__left.photo-top__left--last:after {
    display: none;
}

ul.photo-bottom__list.photo-bottom__list--last-photo {
    padding: 0;
}

ul.photo-bottom__list.photo-bottom__list--last-photo {
    padding: 0;
}
.photo-bottom.photo-bottom--last {
    padding-left: 10px;
}

.photo-bottom__list-item--last-photo {
    margin-right: 15px;
}

.photo-bottom__list-item--last-photo {
    margin-right: 15px;
    min-width: 251px;
    width: calc(33.33% - 15px);
}

.search__results-chronicle {
    margin: 0 10px 30px 10px;
}

.search__results-chronicle__list-item {
    max-width: 32%;
    margin-right: 1.9%;
}

.search__results-chronicle__list-item:nth-of-type(3n) {
    margin-right: 0;
}

.search__results-chronicle__list {
    flex-direction: row;
    flex-wrap: wrap;
}

.search__results-chronicle:before {
    display: none;
}

.chronicle .title-main {
    margin-left: 0;
}
.fifth-bottom--list .slick-track {
    display: flex;
}

.search .page-header__inner {
    min-height: 60px;
}

/*.search .page-header__nav {
  background-image: url(../images/content/background-header-menu.png);
}*/

.search .page-header .menu-list__items-header {
    max-width: initial;
}

#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before,
.wp-admin #wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before {
    content: "" !important;
    top: -4px !important;
    left: -7px;
    background-image: url(../images/icon/text-tranlation/goal.png) !important;
    background-size: 100% !important;
    width: 32px !important;
    height: 32px !important;
    display: block !important;
}

.free_version_banner {
    display: none;
}

#poststuff {
    border: none !important;
}

.index-banner img {
    max-height: 265px;
    width: initial;
}


.index-banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    background-color: #1D6130;
    background-attachment: fixed;
    background-position: left center;
    background-image: url(../images/content/banner-bg.jpg);
}

@charset "UTF-8";
/*
Theme Name: Akhmat
Theme URI: https://2dit.ru/
Author: https://2dit.ru/
Author URI: https://2dit.ru/
Description: Тема для сайта Ахмата
Requires at least: WordPress 4.9.6
Version: 1.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Akhmat
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */

.search .page-header__crumbs {
    display: none !important;
}


 .page-block-search.page-header .menu-list__items.menu-list__search {
    display: block;
    width: 100%;
}

.search  header .page-header__nav-search {
    pointer-events: none;
}

.search header .page-header__nav-search button {
    pointer-events: none;
}
.page-main__wrap.command-page.index-page.search_page.page-header__nav-search.page-header__nav-link.page-header.page-block-search {
    order: 0;
}

.search .page-main__wrap-right {
    padding-top: 90px;
    padding-bottom: 30px;
    border-left: 1px solid #EBEBEB;
}

.search  button.page-header__nav-link img {
    visibility: hidden;
}

/*body.search .page-header__nav-search .menu-list__items {
    display: block;
    min-height: 0;
}

body.search .page-header .menu-list__items-bottom {
    display: none;
}

.search .second-top--wrap:before {
    display: none;
}

.search  .second-top--wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    max-width: 960px;
    margin-left: 10px;
    z-index: 1;
}
*/
.page-main__wrap.command-page.index-page.search_page.page-header__nav-search.page-header__nav-link {
    padding-top: 263px;
}


.search .second-bottom__content {
    margin-top: 35px;
}

.title-main__main-h2{
    margin: 5px 0 5px;
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #686868;
    position: relative;
    z-index: 3;
        display: inline-block;


}

.title-main{
       padding-left: 38px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
}
.title-main:after{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 108%;
    height: 33px;
    background-color: #D4E2FF;
    z-index: 0;

}


.search .search__results > div {
    margin-bottom: 30px;
}


.search .video-blocks__list {
    box-sizing: border-box;
}

.page-header .menu-list__items.menu-list__search .menu-list__items-top form input:nth-of-type(2) {
    font-size: 0;
}


.search ul.search__results-video-blocks__list {
    padding: 0;
    width: 100%;
}

.search li.video-blocks__list-item.video-blocks__list-category {
    list-style: none;
}

.search .second-bottom__list-item:first-of-type .second-bottom__list-item--top {
    width: 100%;
    max-width: 682px;
    height: 160px;
    overflow: hidden;
}

.search .trainers-page .second-bottom__content .second-items__bottom-state {
    position: absolute;
    right: 0;
}

.search .trainers-page .second-bottom__content .second-items__top {
    padding-top: 0;
}

.search .page-header .menu-list__items.menu-list__search .menu-list__items-top {
    padding: 0 70px 25px 135px;
}

.count--results {
    margin: 30px 41px;
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 37px;
    color: #7B7B7B;
}

.count--results span {
    font-weight: bold;
}

.search .aside-right__slider .slick-next.slick-disabled,
.search .aside-right__slider .slick-prev.slick-disabled {
    cursor: auto;
    background-image: none !important;
}

.search .page-main__wrap .aside-right__slider {
    width: auto;
    max-width: 100%;
    margin: 20px 11px 30px;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.search .page-main__wrap .aside-right__slider .slick-prev {
    top: 50%;
    left: 0;
    width: 32px;
    height: 100%;
    border: none;
    border-right: 1px solid #DCDCDC;
    background-image: url(/images/icon/arrow-slider-left.svg);
    background-size: 11px 16px;
}

.search .page-main__wrap .aside-right__slider .slick-next {
    top: 50%;
    right: 0;
    width: 32px;
    height: 100%;
    border: none;
    border-left: 1px solid #DCDCDC;
    background-image: url(/images/icon/arrow-slider-right.svg);
    background-size: 11px 16px;
}

.search .page-main__wrap .aside-right__slider {
    max-height: 289px;
    overflow: hidden;
}

.search .page-main__wrap .slick-list {
    padding: 0 31px 0 32px !important;
}

.search .page-main__wrap .aside-right__slider-slide--content {
    border: none;
    border-right: 1px solid #DCDCDC;
}

.search .page-header__nav-burger {
    z-index: 9;
}

.search .page-header .menu-list__items.menu-list__search .menu-list__items-top form {
    max-width: 880px;
}
.page-main__wrap.command-page.index-page.search_page.page-header__nav-search.page-header__nav-link {
    padding-top: 244px;
}




.wp-block-table {
    display: flex;
    overflow: auto;
}
.wp-block-table tbody {
    display: block;
    width: 100%;
    max-width: 1060px;
    min-width: 920px;
}
.wp-block-table td {
    border: 1px solid #c1c1c1;
    text-align: center;
		    padding: 0 7px;
}


.team-2-83,
.team-1-83 {
  background-color: #EBF1FF !important;
}



.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__clubs p {
  max-width: 100px;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__place,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__place {
  padding: 0 8px 0 16px;
}

.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__clubs-image,
.right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__clubs-image {
  margin-right: 8px;
}
.index-page .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__clubs-image, .right-bar .aside .third-right--bottom__row-two .third-right--bottom__row-right--lists .right-lists--item__clubs-image {
  width: 45px;
}






.academy-teams-page .second {
  padding: 10px 0 0;
}

.academy-teams-page .first {
  width: auto;
  max-width: unset;
  min-height: 230px;
  margin: 0;
}

.academy-teams-page .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 49, 129, 0.2)), to(rgba(58, 49, 129, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(58, 49, 129, 0.2) 0%, rgba(58, 49, 129, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(58, 49, 129, 0.2) 0%, rgba(58, 49, 129, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(58, 49, 129, 0.2) 0%, rgba(58, 49, 129, 0.5) 100%);
  mix-blend-mode: normal;
}

.academy-teams-page .first-content h2 {
  position: relative;
  margin: 0 51px 30px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}


.academy-teams-image {
  display: flex;
  width: 100%;
  margin-bottom: 78px;
  padding: 10px;
  box-sizing: border-box;
}

.academy-teams-image img {
  display: flex;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.academy-teams-text {
  display: block;
  margin: 0 10px;
  padding: 10px 20px 0 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #9094A0;
  white-space: normal;
  background-color: white;
}

.academy-teams-text:last-of-type {
  padding: 10px 20px 10px 20px;
}

.academy-teams-table {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px 10px 34px;
  box-sizing: border-box;
}

.academy-teams-table h2:before {
  position: absolute;
  top: 0;
  left: -27px;
  display: block;
  width: 100%;
  max-width: 340px;
  height: 33px;
  content: '';
  background-color: #EAF3FF;
  mix-blend-mode: multiply;
}

.academy-teams-table h2 {
  position: relative;
  margin: 41px 0 20px 27px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3596D2;
}

.academy-teams__list-wrap {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: wrap;
}

.academy-teams__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.academy-teams__list--about {
  min-width: 690px;
}

.academy-teams__list-item {
  background-color: #ffffff;
}

.academy-teams__list-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #EBEBEB;
}

.academy-teams__list-item-wrap td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: auto;
  min-height: 39px;
}

.academy-teams__td-one-trainers {
  margin-left: 84px;
  margin-right: 20px;
}

td.academy-teams__td-one-trainers--about {
  max-width: 290px;
  margin-left: 25px;
}

td.academy-teams__td-two-trainers,
td.medium-width-cell {
  max-width: 250px;
  margin-right: 89px;
}

td.academy-teams__td-two-trainers--about {
  max-width: 140px;
  margin: 0 40px 0 0;
}

.academy-teams__list-item-wrap p {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #313131;
}

.academy-teams__td-two-trainers span {
  color: #9094A0;
}

.academy-teams-table b {
  margin: 20px 27px 20px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #313131;
}


td.number-row {
  max-width: 30px;
  margin-left: 46px;
}

td.number-row-photo {
  display: flex;
  max-width: 107px;
  height: auto;
}

td.number-row-photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.academy-teams--trainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start !important;
}

.academy-teams--trainer p {
  font-size: 24px;
}

.academy-teams--trainer span {
  color: #9094A0;
}

td.number-row p {
  color: #80A2E8;
}

td.academy-teams__td-two-teams {
  max-width: 100%;
  margin-left: 10px;
}

.capitan-row span {
  color: #3596D2;
}


.second-progress.second-progress--academy-teams {
  margin: 0 10px 35px;
  box-sizing: border-box;
}

.fourth-content__list-item--back a svg {
  margin: 0 14px 0 0;
  -webkit-transform:  rotate(180deg);
    -ms-transform:  rotate(180deg);
    transform:  rotate(180deg);
}

.bottom-link .fourth-content__list-item.fourth-content__list-item--back a:hover svg {
  -webkit-transform: translateX(-10px) rotate(180deg);
    -ms-transform: translateX(-10px) rotate(180deg);
    transform: translateX(-10px) rotate(180deg);
}

.academy-teams-page .second-progress__win-item {
  max-width: 310px;
  min-width: 300px;
}



/* Страница трансферы */

.transfers-page .first {
  width: auto;
  max-width: unset;
  min-height: 230px;
  margin: 0;
}

.transfers-page .first-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  background-image: url(/images/content/transfers/transfer-first-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.transfers-page .first-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 49, 129, 0.2)), to(rgba(58, 49, 129, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(58, 49, 129, 0.2) 0%, rgba(58, 49, 129, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(58, 49, 129, 0.2) 0%, rgba(58, 49, 129, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(58, 49, 129, 0.2) 0%, rgba(58, 49, 129, 0.5) 100%);
  mix-blend-mode: normal;
}

.transfers-page .first-content h2 {
  position: relative;
  margin: 0 51px 30px;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}

.transfers-wrap {
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}

.transfers-ears-list-wrap {
display: flex;
width: 100%;
padding: 16px 10px;
box-sizing: border-box;
}

.transfer-ears-list {
display: flex;
align-items: center;
overflow: auto;

overflow: hidden;
}

.transfer-ears-item {
position: relative;
display: flex;

min-height: auto;
}

.transfer-ears-item:not(:last-of-type):before {
position: absolute;
top: 50%;
right: 0;
display: block;
width: 1px;
height: 37px;
background-color: #EBEBEB;
transform: translateY(-50%);
content: "";
z-index: 1;
}

.transfer-ears-item-link {
position: relative;
display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
align-items: center;
min-width: 218px;


width: 100%;

background: #ffffff;
min-height: 60px;
border-bottom: 2px solid transparent;
font-family: 'Manrope', Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 16px;
text-align: center;
color: #313131;
}

.transfer-ears-item--active {
border-bottom: 2px solid #80A2E8;
}


.transfer-content-wrap {
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 10px;
box-sizing: border-box;
}

.transfer-filter-list {
display: flex;
align-items: center;
}

.transfer-filter-item-link {
display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
align-items: center;
padding: 7px 20px 18px;
box-sizing: border-box;
font-family: 'Manrope', Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
color: #9094A0;
}

.transfer-filter-item--active {
color: #80A2E8;
}


.transfer-player-list-wrap {
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}

.transfer-player-list {
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
justify-content: flex-start;
}

.transfer-player-list--visible {
display: flex;
}

.transfer-player-list-item {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #FFFFFF;
border-bottom: 1px solid #E0E0E0;
box-shadow: 0px 1px 0px #EBEBEB;
}

.transfer-player-item-photo {
/* display: flex; */
max-width: 107px;
/* flex-shrink: 0; */
}

.transfer-player-item-name {
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
max-width: 395px;
margin: 10px 30px;
}

.transfer-player-item-name b {
margin-bottom: 14px;
font-family: 'Manrope', Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 24px;
line-height: 1.2;
color: #313131;
}

.transfer-player-item-name p {
font-family: 'Manrope', Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 1.2;
color: #9094A0;
}

.transfer-player-item-details {
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
width: 100%;
max-width: 137px;
margin: 0 10px 0 0;
}

.transfer-player-item-date,
.transfer-player-item-terms {
font-family: 'Manrope', Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
color: #313131;
}

.transfer-player-item-date {
margin-bottom: 10px;
font-weight: bold;
}

.transfer-player-list--gone .transfer-player-item-date {
margin-bottom: 30px;
}

.transfer-player-item-icon {
display: block;
flex-shrink: 0;
min-width: 39px;
min-height: 26px;
margin: 10px 10px 10px 0;
background: url('/images/icon/arrow-transfer.png') no-repeat center;
background-size: cover;
}

.transfer-player-item-logo {
/* display: flex;
flex-shrink: 0; */
max-width: 85px;
}

.transfer-player-item-logo--in {
margin: 10px 33px 10px 42px;
}

.transfer-player-item-logo--out {
margin: 10px 42px 10px 12px;
}


.medium-width-cell {
  display: none !important;
}
