html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
b,
u,
i,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
button {
  margin: 0;
  padding: 0;
  border: none medium;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  font-family: Roboto-Regular;
  color: #000;
  overflow-y: scroll;
  background: #1f1f1f;
}
*,
*:focus {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
input,
textarea {
  background: none;
  border: none medium;
  resize: none;
  padding: 0;
}
header,
footer,
nav,
canvas {
  display: block;
}
ol,
ul {
  list-style: none;
}
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
label {
  border: none;
  outline: none;
  cursor: pointer;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #000;
}
h1,
h2,
h3,
h4,
b,
strong {
  font-weight: normal;
}
h1,
h2,
h3,
h4 {
  line-height: 1;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 40px;
}
@media screen and (max-width: 1365px) {
  .content-wrapper {
    max-width: 920px;
  }
}
@media screen and (max-width: 739px) {
  .content-wrapper {
    padding: 0 10px;
  }
}
.content-wrapper--border {
  position: relative;
  background: #fff;
  padding: 10px;
  overflow: hidden;
}
@media screen and (max-width: 739px) {
  .content-wrapper--border {
    padding: 0;
  }
}
.content-wrapper--border:before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  border: 1px solid rgba(0,0,0,0.3);
  pointer-events: none;
}
@media screen and (max-width: 739px) {
  .content-wrapper--border:before {
    display: none;
  }
}
.text-red {
  color: #f23b42;
}
.soc {
  display: flex;
}
.soc__link {
  cursor: pointer;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 25px;
}
.soc__link:last-child {
  margin-right: 0;
}
.soc__link--fb {
  background-image: url("../../f/i/icon-fb.svg");
}
.soc__link--tw {
  background-image: url("../../f/i/icon-tw.svg");
}
.soc__link--inst {
  background-image: url("../../f/i/icon-inst.svg");
}
.soc__link--vk {
  background-image: url("../../f/i/icon-vk.svg");
}
.soc--black .soc__link--fb {
  background-image: url("../../f/i/icon-fb_black.svg");
}
.soc--black .soc__link--tw {
  background-image: url("../../f/i/icon-tw_black.svg");
}
.soc--black .soc__link--inst {
  background-image: url("../../f/i/icon-inst_black.svg");
}
.soc--black .soc__link--vk {
  background-image: url("../../f/i/icon-vk_black.svg");
}
.soc--nearer .soc__link {
  margin-right: 18px;
}
.soc--nearer .soc__link:last-child {
  margin-right: 0;
}
.btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 37px;
  min-width: 207px;
  padding: 0 20px;
  background: #f23b42;
  color: #fff;
  font-family: Roboto-Regular;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 1365px) {
  .btn {
    min-width: 188px;
  }
}
@media screen and (max-width: 739px) {
  .btn {
    height: 30px;
    line-height: 30px;
    border-radius: 25px;
    font-size: 13px;
    min-width: 140px;
    padding: 0 15px;
  }
}
.btn:hover {
  color: #fff;
}
.btn:visited {
  color: #fff;
}
.btn--filter {
  margin-top: 4px;
  border-radius: 0;
  height: 46px;
  line-height: 46px;
  text-transform: none;
  text-align: left;
  font-size: 17px;
  flex-grow: 1;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 739px) {
  .btn--filter {
    margin-top: 21px;
    width: 100%;
    border-left: none;
  }
}
.btn--filter:first-child {
  border-left: none;
}
.btn--transparent {
  background: none;
  border: 2px solid #fff;
  line-height: 41px;
}
@media screen and (max-width: 739px) {
  .btn--transparent {
    line-height: 26px;
  }
}
.btn--transparent-black {
  background: none;
  border: 2px solid #000;
  color: #000;
  line-height: 41px;
}
@media screen and (max-width: 739px) {
  .btn--transparent-black {
    line-height: 26px;
  }
}
.btn--transparent-black:hover {
  color: #000;
}
.btn[disabled] {
  pointer-events: none;
  background: #b3b3b3;
}
.btn-arrow {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  background: none;
  cursor: pointer;
}
.btn-arrow:after {
  content: '';
  position: absolute;
  top: 26px;
  left: 16px;
  width: 21px;
  height: 2px;
  background: #fff;
}
.btn-arrow:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 19px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.btn-arrow--prev {
  transform: rotate(180deg);
}
.btn-arrow--black {
  border: 2px solid #000;
}
.btn-arrow--black:after {
  background: #000;
}
.btn-arrow--black:before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
@media screen and (max-width: 1365px) {
  .btn-arrow--small-on-laptop {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 1365px) {
  .btn-arrow--small-on-laptop:before {
    top: 10px;
    left: 10px;
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 1365px) {
  .btn-arrow--small-on-laptop:after {
    top: 16px;
    left: 9px;
    width: 15px;
  }
}
.btn-play {
  display: inline-block;
  width: 69px;
  height: 69px;
  background: url("../../f/i/icon-play.svg") no-repeat center center;
  cursor: pointer;
}
.__lock .btn-more {
  display: none;
}
.btn-more {
  width: 100%;
  box-shadow: -1px 0 0 0 rgba(0,0,0,0) inset, 0 -1px 0 0 #b2b2b2 inset, -1px -1px 0 0 rgba(0,0,0,0), -1px 0 0 0 rgba(0,0,0,0), 0 -1px 0 0 #b2b2b2;
  background: none;
  font-family: Roboto-Regular;
  font-size: 24px;
  text-transform: uppercase;
  color: #f23b42;
  height: 78px;
  line-height: 76px;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .btn-more {
    height: 71px;
    line-height: 69px;
  }
}
@media screen and (max-width: 739px) {
  .btn-more {
    font-size: 16px;
  }
}
.video__wrapper {
  position: relative;
  padding-bottom: 56.5%;
}
@media screen and (max-width: 739px) {
  .video__wrapper--stream {
    padding-bottom: 150%;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
}
.video__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video__btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video__title-bottom {
  font-size: 24px;
  line-height: 1.25;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin: 11px 0;
}
@media screen and (max-width: 739px) {
  .video__title-bottom {
    font-size: 16px;
  }
}
.news-preview-item__wrapper {
  position: relative;
  padding-bottom: 56.5%;
}
.news-preview-item__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.video-list {
  display: flex;
  flex-wrap: wrap;
  margin: 22px 0 0 -17px;
  width: calc(100% + 34px);
}
@media screen and (max-width: 1023px) {
  .video-list {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 739px) {
  .video-list {
    margin-top: 10px;
  }
}
.video-list--no-bottom-m {
  margin-bottom: -27px;
}
@media screen and (max-width: 1023px) {
  .video-list--no-bottom-m {
    margin-bottom: 0;
  }
}
.video-list--no-first-item-on-desk .video-list__item:first-child {
  display: none;
}
@media screen and (max-width: 1023px) {
  .video-list--no-first-item-on-desk .video-list__item:first-child {
    display: block;
  }
}
.video-list__item {
  display: block;
  width: 33.3333%;
  margin-bottom: 27px;
  padding: 0 17px;
  min-width: 364px;
  flex: none;
}
@media screen and (max-width: 1365px) {
  .video-list__item {
    width: 50%;
    margin-bottom: 20px;
    min-width: 0;
  }
}
@media screen and (max-width: 1023px) {
  .video-list__item {
    padding: 0;
    width: 100%;
    cursor: pointer;
  }
}
@media screen and (max-width: 739px) {
  .video-list__item {
    margin-bottom: 10px;
  }
}
.video-list__item:hover .video-list__item-title {
  text-decoration: underline;
}
.video-list__item--big {
  width: 66.6666%;
}
@media screen and (max-width: 1365px) {
  .video-list__item--big {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .video-list__item--big {
    display: none;
  }
}
.video-list__item--big .video__wrapper {
  padding-bottom: 67%;
}
.video-list__item--big .video-list__item-title {
  font-size: 24px;
  line-height: 1.25;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .video-list__item--big .video-list__item-title {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-family: Roboto-Regular;
    letter-spacing: 0.025em;
  }
}
.video-list__item-title {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  margin-top: 16px;
}
@media screen and (max-width: 739px) {
  .video-list__item-title {
    margin-top: 10px;
  }
}
.video-list__item-time {
  font-size: 14px;
  line-height: 16px;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  color: #0d0d0d;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  padding: 8px 17px;
  border-radius: 999px;
}
@media screen and (max-width: 739px) {
  .video-list__item-time {
    top: 10px;
    left: 10px;
  }
}
.video-list__slider-btns {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .video-list__slider-btns {
    display: none;
  }
}
.video-list__slider-btns .btn-arrow {
  position: absolute;
  top: -204px;
}
@media screen and (max-width: 1365px) {
  .video-list__slider-btns .btn-arrow {
    top: -187px;
  }
}
.video-list__slider-btns .btn-arrow--prev {
  left: -79px;
}
@media screen and (max-width: 1365px) {
  .video-list__slider-btns .btn-arrow--prev {
    left: -50px;
  }
}
.video-list__slider-btns .btn-arrow--next {
  right: -79px;
}
@media screen and (max-width: 1365px) {
  .video-list__slider-btns .btn-arrow--next {
    right: -50px;
  }
}
.video-list .slick-list {
  flex-grow: 1;
}
.video-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.news-preview-list {
  display: flex;
  flex-wrap: wrap;
  margin: 22px 0 0 -17px;
  width: calc(100% + 34px);
}
@media screen and (max-width: 1023px) {
  .news-preview-list {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 739px) {
  .news-preview-list {
    margin-top: 10px;
  }
}
.news-preview-list--no-bottom-m {
  margin-bottom: -27px;
}
@media screen and (max-width: 1023px) {
  .news-preview-list--no-bottom-m {
    margin-bottom: 0;
  }
}
.news-preview-list--no-first-item-on-desk .news-preview-list__item:first-child {
  display: none;
}
@media screen and (max-width: 1023px) {
  .news-preview-list--no-first-item-on-desk .news-preview-list__item:first-child {
    display: block;
  }
}
.news-preview-list__item {
  display: block;
  width: 33.3333%;
  margin-bottom: 27px;
  padding: 0 17px;
  min-width: 364px;
  flex: none;
}
@media screen and (max-width: 1365px) {
  .news-preview-list__item {
    width: 50%;
    margin-bottom: 20px;
    min-width: 0;
  }
}
@media screen and (max-width: 1023px) {
  .news-preview-list__item {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 739px) {
  .news-preview-list__item {
    margin-bottom: 10px;
  }
}
.news-preview-list__item:hover .news-preview-list__item-title {
  text-decoration: underline;
}
.news-preview-list__item--big {
  width: 66.6666%;
}
@media screen and (max-width: 1365px) {
  .news-preview-list__item--big {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .news-preview-list__item--big {
    display: none;
  }
}
.news-preview-list__item--big .news-preview-item__wrapper {
  padding-bottom: 67%;
}
.news-preview-list__item--big .news-preview-list__item-title {
  font-size: 24px;
  line-height: 1.25;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .news-preview-list__item--big .news-preview-list__item-title {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-family: Roboto-Regular;
    letter-spacing: 0.025em;
  }
}
.news-preview-list__item-title {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  margin-top: 16px;
}
@media screen and (max-width: 739px) {
  .news-preview-list__item-title {
    margin-top: 10px;
  }
}
.news-preview-list__item-time {
  font-size: 14px;
  line-height: 16px;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  color: #0d0d0d;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  padding: 8px 17px;
  border-radius: 999px;
}
@media screen and (max-width: 739px) {
  .news-preview-list__item-time {
    top: 10px;
    left: 10px;
  }
}
.news-preview-list__slider-btns {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .news-preview-list__slider-btns {
    display: none;
  }
}
.news-preview-list__slider-btns .btn-arrow {
  position: absolute;
  top: -173px;
}
@media screen and (max-width: 1365px) {
  .news-preview-list__slider-btns .btn-arrow {
    top: -181px;
  }
}
.news-preview-list__slider-btns .btn-arrow--prev {
  left: -79px;
}
@media screen and (max-width: 1365px) {
  .news-preview-list__slider-btns .btn-arrow--prev {
    left: -50px;
  }
}
.news-preview-list__slider-btns .btn-arrow--next {
  right: -79px;
}
@media screen and (max-width: 1365px) {
  .news-preview-list__slider-btns .btn-arrow--next {
    right: -50px;
  }
}
.subscription {
  background: #1f1f1f;
}
.subscription__wrapper {
  position: relative;
  padding: 58px 70px;
}
@media screen and (max-width: 1365px) {
  .subscription__wrapper {
    padding: 46px 180px 46px 70px;
  }
}
@media screen and (max-width: 1023px) {
  .subscription__wrapper {
    padding: 88px 50px 46px;
    text-align: center;
  }
}
@media screen and (max-width: 739px) {
  .subscription__wrapper {
    padding: 91px 25px 29px;
  }
}
.subscription__wrapper:before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  border: 1px solid rgba(255,255,255,0.3);
  pointer-events: none;
}
.subscription__content {
  position: relative;
}
.subscription__title {
  font-size: 24px;
  line-height: 1.45;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1365px) {
  .subscription__title {
    line-height: 1.25;
  }
}
@media screen and (max-width: 739px) {
  .subscription__title {
    line-height: 22px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .subscription__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 739px) {
  .subscription__title {
    text-transform: none;
  }
}
.subscription__form {
  margin-top: 39px;
}
@media screen and (max-width: 1365px) {
  .subscription__form {
    margin-top: 20px;
  }
}
@media screen and (max-width: 739px) {
  .subscription__form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    height: 71px;
    width: 100%;
    max-width: 260px;
    margin: 20px auto 0;
  }
}
.subscription__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.subscription__img:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 73px;
  width: 220px;
  height: 220px;
  background: url("../../f/i/icon-mail.svg") no-repeat center center;
}
@media screen and (max-width: 1365px) {
  .subscription__img:after {
    right: 29px;
    width: 131px;
    height: 129px;
    top: 40%;
    background-size: contain;
  }
}
@media screen and (max-width: 1023px) {
  .subscription__img:after {
    right: 50%;
    transform: translateX(50%);
    width: 60px;
    height: 57px;
    top: 26px;
  }
}
.subscription__img:before {
  content: '';
  position: absolute;
  background: url("../../f/i/circles2.svg") no-repeat center center;
  top: 50%;
  transform: translateY(-50%);
  right: -432px;
  width: 1464px;
  height: 1730px;
}
@media screen and (max-width: 1365px) {
  .subscription__img:before {
    display: none;
  }
}
.form__input {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  height: 45px;
  width: 195px;
  line-height: 45px;
  border-radius: 37px;
  padding: 0 20px;
  overflow: hidden;
  margin-right: 15px;
}
@media screen and (max-width: 739px) {
  .form__input {
    height: 30px;
    line-height: 30px;
    border-radius: 25px;
    margin-right: 0;
    width: 100%;
  }
}
.form__input input {
  width: 100%;
}
.figters-list-ballot {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  width: calc(100% + 60px);
  justify-content: center;
}
@media screen and (max-width: 1365px) {
  .figters-list-ballot {
    margin-left: -54px;
    width: calc(100% + 108px);
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1023px) {
  .figters-list-ballot {
    margin-left: -26px;
    width: calc(100% + 52px);
  }
}
@media screen and (max-width: 739px) {
  .figters-list-ballot {
    margin-left: -14px;
    width: calc(100% + 28px);
  }
}
.figters-list-ballot__item {
  width: 20%;
  margin-bottom: 48px;
}
@media screen and (max-width: 1365px) {
  .figters-list-ballot__item {
    width: 33.3333%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 739px) {
  .figters-list-ballot__item {
    margin-bottom: 15px;
  }
}
.figters-list-ballot__item.active .figters-list-ballot__item-content {
  position: relative;
}
.figters-list-ballot__item.active .figters-list-ballot__item-content:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(63,59,242,0.6);
}
@media screen and (max-width: 739px) {
  .figters-list-ballot__item.active .figters-list-ballot__item-content:before {
    width: 75px;
    height: 75px;
  }
}
.figters-list-ballot__item.active .figters-list-ballot__item-img {
  position: relative;
}
.figters-list-ballot__item.active .figters-list-ballot__item-img:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  box-sizing: border-box;
  border: 2px solid #f23b42;
  border-radius: 50%;
}
@media screen and (max-width: 739px) {
  .figters-list-ballot__item.active .figters-list-ballot__item-img:before {
    width: 69px;
    height: 69px;
    top: 3px;
    border: 1px solid #f23b42;
  }
}
.figters-list-ballot__item.active .figters-list-ballot__item-img:after {
  content: '';
  position: absolute;
  z-index: 1;
  transform: rotate(45deg);
  top: 53px;
  left: 71px;
  width: 19px;
  height: 40px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 739px) {
  .figters-list-ballot__item.active .figters-list-ballot__item-img:after {
    top: 25px;
    left: 35px;
    width: 8px;
    height: 18px;
  }
}
.figters-list-ballot__item-content {
  cursor: pointer;
  position: relative;
}
.figters-list-ballot__item-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 739px) {
  .figters-list-ballot__item-img {
    width: 75px;
    height: 75px;
  }
}
.figters-list-ballot__item-name {
  font-size: 24px;
  line-height: 28px;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  text-align: center;
  max-width: 190px;
  margin: 16px auto 0;
  padding: 0 10px;
}
@media screen and (max-width: 739px) {
  .figters-list-ballot__item-name {
    font-size: 11px;
    line-height: 13px;
  }
}
@media screen and (max-width: 739px) {
  .figters-list-ballot__item-name {
    margin: 8px auto 0;
  }
}
.slider-dots {
  display: flex;
  font-size: 0;
  line-height: 0;
}
.slider-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  opacity: 0.3;
  margin-right: 10px;
}
.slider-dots--main-slider {
  position: absolute;
  left: 0;
  bottom: 56px;
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 739px) {
  .slider-dots--main-slider {
    opacity: 1;
  }
}
.slider-dots--main-slider button {
  background: #fff;
}
.slider-dots--centered {
  justify-content: center;
}
.slider-dots--centered button {
  margin: 0 5px;
}
.slider-dots .slick-active button {
  opacity: 1;
}
.__lock .progress {
  display: flex;
}
.progress {
  display: none;
  align-items: center;
  justify-content: center;
  height: 78px;
}
@media screen and (max-width: 1365px) {
  .progress {
    height: 71px;
  }
}
.progress__dot {
  margin: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  opacity: 0.3;
  animation-name: process-animation;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.progress__dot:nth-child(1) {
  animation-delay: 0;
}
.progress__dot:nth-child(2) {
  animation-delay: 1s;
}
.progress__dot:nth-child(3) {
  animation-delay: 2s;
}
@media screen and (max-width: 1023px) {
  .hide-on-tablet {
    display: none;
  }
}
.show-on-tablet {
  display: none;
}
@media screen and (max-width: 1023px) {
  .show-on-tablet {
    display: block;
  }
}
.ballot-results-list__item {
  font-size: 24px;
  line-height: 1.45;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin-top: 50px;
}
@media screen and (max-width: 1365px) {
  .ballot-results-list__item {
    line-height: 1.25;
  }
}
@media screen and (max-width: 739px) {
  .ballot-results-list__item {
    line-height: 22px;
    font-size: 18px;
  }
}
@media screen and (max-width: 739px) {
  .ballot-results-list__item {
    margin-top: 10px;
  }
}
.ballot-results-list__item-value {
  text-transform: none;
  font-weight: 600;
  margin-left: 40px;
}
@media screen and (max-width: 739px) {
  .ballot-results-list__item-value {
    margin-left: 10px;
  }
}
.ballot-results-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ballot-results-tiles__item {
  width: calc(50% - 10px);
  margin-top: 20px;
  background: #f1f1f1;
  padding: 50px 40px;
}
@media screen and (max-width: 1365px) {
  .ballot-results-tiles__item {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 739px) {
  .ballot-results-tiles__item {
    padding: 20px 10px;
    width: 100%;
  }
}
.ballot-results-tiles__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f23b42;
  padding-bottom: 12px;
  margin-bottom: 29px;
}
@media screen and (max-width: 1365px) {
  .ballot-results-tiles__item-header {
    padding-bottom: 19px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .ballot-results-tiles__item-header {
    padding-bottom: 10px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 739px) {
  .ballot-results-tiles__item-header {
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
}
.ballot-results-tiles__item-title {
  font-size: 24px;
  line-height: 1.45;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  flex-grow: 1;
}
@media screen and (max-width: 1365px) {
  .ballot-results-tiles__item-title {
    line-height: 1.25;
  }
}
@media screen and (max-width: 739px) {
  .ballot-results-tiles__item-title {
    line-height: 22px;
    font-size: 18px;
  }
}
.ballot-results-tiles__item-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 290px;
  height: 290px;
  margin: 0 auto;
}
@media screen and (max-width: 1365px) {
  .ballot-results-tiles__item-img {
    width: 160px;
    height: 160px;
  }
}
.ballot-results-tiles__item-text {
  font-size: 24px;
  line-height: 28px;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  margin: 16px auto 0;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 739px) {
  .ballot-results-tiles__item-text {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 739px) {
  .ballot-results-tiles__item-text {
    margin: 8px auto 0;
  }
}
@-moz-keyframes process-animation {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes process-animation {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-o-keyframes process-animation {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes process-animation {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
header {
  height: 102px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #1f1f1f;
  border-bottom: 1px solid #f23b42;
  position: relative;
}
@media screen and (max-width: 739px) {
  header {
    height: 74px;
  }
}
header.is-stick {
  position: fixed;
}
header.is-stick ~ .main-page {
  padding-top: 102px;
}
@media screen and (max-width: 739px) {
  header.is-stick ~ .main-page {
    padding-top: 74px;
  }
}
.header-banner {
  width: 100%;
  display: block;
  font-size: 0;
  margin: 0 auto;
}
.header-banner img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .header-banner__img {
    display: none;
  }
}
.header-banner__img-mob {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header-banner__img-mob {
    display: inline;
  }
}
.header__content {
  display: flex;
  align-items: center;
  padding: 20px 0 18px;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .header__content {
    padding: 21px 0 17px;
  }
}
@media screen and (max-width: 739px) {
  .header__content {
    padding: 16px 0 15px;
  }
}
@media screen and (max-width: 1365px) {
  .header__content.active .header__btn-mob {
    border: none;
  }
}
@media screen and (max-width: 1365px) {
  .header__content.active .header__btn-mob:before,
  .header__content.active .header__btn-mob:after {
    width: 100%;
    left: 0px;
  }
}
@media screen and (max-width: 1365px) {
  .header__content.active .header__btn-mob:before {
    transform: rotate(45deg);
    top: 10px;
  }
}
@media screen and (max-width: 1365px) {
  .header__content.active .header__btn-mob:after {
    top: 10px;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 739px) {
  .header__content.active .header__links {
    display: flex;
  }
}
@media screen and (max-width: 1365px) {
  .header__content.active .header__nav {
    display: block;
  }
}
.header__logo {
  display: block;
  background: url("../../f/i/logo_new2.svg") no-repeat left center;
  background-size: contain;
  width: 220px;
  height: 64px;
}
@media screen and (max-width: 739px) {
  .header__logo {
    width: 170px;
    height: 42px;
    background-size: contain;
    background-position: 0 0;
  }
}
.header__links {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media screen and (max-width: 739px) {
  .header__links {
    display: none;
    position: absolute;
    flex-wrap: wrap;
    flex-direction: column;
    top: 74px;
    left: 0;
    width: 100%;
    height: calc(100vh - 74px);
    z-index: 2;
    background: #1f1f1f;
  }
}
.header__nav {
  flex-grow: 1;
}
@media screen and (max-width: 1365px) {
  .header__nav {
    transform: none;
    display: none;
    position: fixed;
    height: calc(100vh - 102px);
    top: 102px;
    left: 0;
    width: 100%;
    background: #1f1f1f;
    z-index: 1;
  }
}
@media screen and (max-width: 739px) {
  .header__nav {
    height: auto;
    position: relative;
    top: 0;
    order: 1;
  }
}
.header__soc {
  margin-left: auto;
}
@media screen and (max-width: 739px) {
  .header__soc {
    order: 3;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.3);
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
    padding: 28px 0;
  }
}
.header__lang {
  margin-left: 64px;
}
@media screen and (max-width: 739px) {
  .header__lang {
    margin-left: 0;
    margin-top: auto;
    order: 2;
  }
}
.header__btn-mob {
  display: none;
}
@media screen and (max-width: 1365px) {
  .header__btn-mob {
    margin-left: 45px;
    display: block;
    width: 39px;
    height: 21px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: relative;
    background: none;
  }
}
@media screen and (max-width: 739px) {
  .header__btn-mob {
    margin-left: auto;
  }
}
.header__btn-mob:before,
.header__btn-mob:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}
.lang-en .header__logo {
  background-image: url("../../f/i/logo-en_new.png");
}
.header-nav__list {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 1365px) {
  .header-nav__list {
    display: block;
  }
}
.header-nav__link {
  font-size: 18px;
  line-height: 21px;
  font-family: Roboto-Light;
  display: block;
  color: #707070;
  margin: 0 15px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 1365px) {
  .header-nav__link {
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    margin: 26px 0;
  }
}
@media screen and (max-width: 739px) {
  .header-nav__link {
    margin: 10px 0;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    font-family: Roboto-Light;
  }
}
.header-nav__link:hover {
  color: #fff;
}
.header-nav__link.active {
  color: #fff;
  position: relative;
}
.header-nav__link.active:after {
  content: '';
  position: absolute;
  bottom: -39px;
  left: -10px;
  width: calc(100% + 20px);
  height: 6px;
  background: #f23b42;
}
@media screen and (max-width: 1365px) {
  .header-nav__link.active:after {
    display: none;
  }
}
.header-nav__laptop-active-link {
  display: none;
}
.lang-toggler {
  display: flex;
  border: 1px solid rgba(255,255,255,0.2);
}
.lang-toggler__item {
  font-size: 18px;
  line-height: 21px;
  font-family: Roboto-Light;
  color: rgba(255,255,255,0.3);
  margin: 6px;
}
.lang-toggler__item:hover {
  color: rgba(255,255,255,0.3);
}
.lang-toggler__item.active {
  color: #fff;
}
.main-content-footer {
  padding: 0 0 50px;
  margin-top: 50px;
  color: rgba(0,0,0,0.3);
}
@media screen and (max-width: 739px) {
  .main-content-footer {
    padding: 0 0 20px;
    margin-top: 20px;
  }
}
.main-content-footer__content {
  border-top: 2px solid rgba(0,0,0,0.3);
  display: flex;
}
@media screen and (max-width: 1365px) {
  .main-content-footer__content {
    display: block;
  }
}
.main-content-footer__structure-links {
  display: flex;
}
@media screen and (max-width: 739px) {
  .main-content-footer__structure-links {
    flex-wrap: wrap;
  }
}
.main-content-footer__links-list {
  padding-top: 55px;
  width: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 1365px) {
  .main-content-footer__links-list {
    padding-top: 25px;
  }
}
@media screen and (max-width: 739px) {
  .main-content-footer__links-list {
    padding-top: 20px;
    margin-right: 0;
    width: 100%;
  }
}
.main-content-footer__links-list-title {
  font-size: 18px;
  line-height: 22px;
  font-family: Montserrat-Bold;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin-bottom: 26px;
}
@media screen and (max-width: 739px) {
  .main-content-footer__links-list-title {
    line-height: 21px;
  }
}
@media screen and (max-width: 739px) {
  .main-content-footer__links-list-title {
    margin-bottom: 10px;
  }
}
.main-content-footer__links-item {
  font-size: 18px;
  line-height: 22px;
  font-family: Montserrat-Regular;
  letter-spacing: 0.025em;
  color: rgba(0,0,0,0.3);
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 739px) {
  .main-content-footer__links-item {
    line-height: 21px;
  }
}
.main-content-footer__links-item:hover {
  color: rgba(0,0,0,0.3);
  text-decoration: underline;
}
.main-content-footer__soc-links {
  padding-top: 55px;
  margin-left: auto;
}
@media screen and (max-width: 1365px) {
  .main-content-footer__soc-links {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 25px;
  }
}
@media screen and (max-width: 739px) {
  .main-content-footer__soc-links {
    align-items: flex-start;
  }
}
.main-content-footer__copyright {
  font-size: 18px;
  line-height: 22px;
  font-family: Montserrat-Regular;
  letter-spacing: 0.025em;
  margin-top: 28px;
  text-align: right;
}
@media screen and (max-width: 739px) {
  .main-content-footer__copyright {
    line-height: 21px;
  }
}
@media screen and (max-width: 1365px) {
  .main-content-footer__copyright {
    margin-top: 19px;
  }
}
.upblock {
  background: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.upblock.is-open {
  display: flex;
}
.upblock__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media screen and (max-width: 739px) {
  .upblock__close {
    right: 15px;
    top: 13px;
  }
}
.upblock__close:after,
.upblock__close:before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 24px;
  height: 2px;
  background: rgba(0,0,0,0.3);
  transform: rotate(45deg);
}
.upblock__close:before {
  transform: rotate(-45deg);
}
.upblock__close:hover:after,
.upblock__close:hover:before {
  background: rgba(0,0,0,0.8);
}
.upblock__wrapper {
  position: relative;
  background: #fff;
  width: 650px;
  padding: 59px 59px 55px;
  z-index: 100;
}
@media screen and (max-width: 739px) {
  .upblock__wrapper {
    width: 290px;
    padding: 55px 15px 32px;
  }
}
.upblock__title {
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #1a1717;
  padding-bottom: 16px;
}
@media screen and (max-width: 739px) {
  .upblock__title {
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    padding-bottom: 20px;
  }
}
.upblock__title--ok {
  background: url("/f/i/check-square.svg") no-repeat center top;
  background-size: 47px 47px;
  padding-top: 77px;
}
@media screen and (max-width: 739px) {
  .upblock__title--ok {
    padding-top: 72px;
  }
}
.upblock__desc {
  font-size: 18px;
  line-height: 1.167;
  text-align: center;
  letter-spacing: 0.025em;
  margin-top: -5px;
  padding-bottom: 21px;
  color: #1a1717;
}
@media screen and (max-width: 739px) {
  .upblock__desc {
    margin-top: 0;
    padding-bottom: 30px;
  }
}
.upblock__controls {
  padding-top: 9px;
  text-align: center;
}
@media screen and (max-width: 739px) {
  .upblock__controls {
    padding-top: 5px;
  }
}
.upblock__button {
  min-width: 286px;
}
@media screen and (max-width: 739px) {
  .upblock__button {
    min-width: 194px;
    height: 35px;
    line-height: 35px;
  }
}
.upblock__button--small {
  min-width: 144px;
}
@media screen and (max-width: 739px) {
  .upblock__button--small {
    min-width: 194px;
  }
}
.upblock__step {
  display: none;
}
.b-figter {
  text-align: center;
  max-width: 160px;
  margin: 0 auto;
  padding-bottom: 16px;
}
@media screen and (max-width: 739px) {
  .b-figter {
    max-width: 90px;
  }
}
.b-figter__photo {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  background: rgba(0,0,0,0.1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 739px) {
  .b-figter__photo {
    width: 74px;
    height: 74px;
    margin: 0 auto;
  }
}
.b-figter__name {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.025em;
  padding-top: 10px;
  color: #1a1717;
}
@media screen and (max-width: 739px) {
  .b-figter__name {
    font-size: 11px;
    line-height: 13px;
    padding-top: 8px;
    color: #000;
  }
}
.other-content-top {
  position: relative;
  padding-top: 240px;
}
@media screen and (max-width: 1365px) {
  .other-content-top {
    padding-top: 251px;
  }
}
@media screen and (max-width: 739px) {
  .other-content-top {
    padding-top: 150px;
  }
}
.other-content-top--empty {
  padding-top: 60px;
}
@media screen and (max-width: 1365px) {
  .other-content-top--empty {
    padding-top: 60px;
  }
}
@media screen and (max-width: 739px) {
  .other-content-top--empty {
    padding-top: 10px;
  }
}
.other-content-top:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -104vw;
  pointer-events: none;
  background: url("../../f/i/circles.svg") no-repeat 0 0;
  width: 1920px;
  height: 2327px;
  pointer-events: none;
}
.other-content-top--empty:after {
  display: none;
}
.other-content-top__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.other-content-top--empty .other-content-top__link {
  display: none;
}
.other-content-top__img {
  width: 100%;
}
.other-content-top__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  background: linear-gradient(360deg, #1f1f1f 0%, rgba(31,31,31,0) 45.5%);
}
.other-content {
  margin: 0;
}
.other-content__wrapper {
  position: relative;
}
.other-content__content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.other-content--horizontal .other-content__wrapper {
  padding-top: 14.5%;
}
@media screen and (max-width: 739px) {
  .other-content--horizontal .other-content__wrapper {
    padding-top: 68.66%;
  }
}
.other-content--no-after-main-block {
  margin: 25px 0 0;
}
.main-page {
  overflow: hidden;
  padding-bottom: 60px;
}
@media screen and (max-width: 739px) {
  .main-page {
    padding-bottom: 20px;
  }
}
.main-slider {
  width: 100%;
  margin-bottom: -34px;
  position: relative;
}
.main-slider:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1265px;
  pointer-events: none;
  background: url("../../f/i/circles.svg") no-repeat 0 0;
  width: 1920px;
  height: 2327px;
}
.main-slider--tournament:after {
  display: none;
}
.main-slider__item-content {
  position: relative;
  height: calc(100vh - 65px);
}
@media screen and (max-width: 739px) {
  .main-slider__item-content {
    height: calc(100vh - 40px);
  }
}
.main-slider__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
/*@media $tablet
			background-size 120% auto
			background-position center 20%*/
}
@media screen and (max-width: 739px) {
  .main-slider__item-img {
    background-size: cover;
    background-position: center;
  }
}
.main-slider__item-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  background: linear-gradient(0deg, #1f1f1f 0%, rgba(31,31,31,0) 50.05%);
}
.main-slider__item-text {
  position: absolute;
  width: 100%;
  bottom: 101px;
  left: 0;
  color: #fff;
}
@media screen and (max-width: 1365px) {
  .main-slider__item-text {
    bottom: 69px;
  }
}
@media screen and (max-width: 739px) {
  .main-slider__item-text {
    bottom: 103px;
  }
}
.main-slider__item-text-inner {
  width: calc(100% - 200px);
}
@media screen and (max-width: 1365px) {
  .main-slider__item-text-inner {
    width: 100%;
  }
}
@media screen and (max-width: 739px) {
  .main-slider__item-text-inner {
    text-align: center;
  }
}
.main-slider__item-text-inner--tournament {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  .main-slider__item-text-inner--tournament {
    text-align: left;
  }
}
@media screen and (max-width: 739px) {
  .main-slider__item-text-inner--tournament {
    text-align: center;
  }
}
.main-slider__item-title {
  font-size: 44px;
  line-height: 51px;
  font-family: Roboto-Medium;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .main-slider__item-title {
    font-size: 32px;
    line-height: 37px;
  }
}
@media screen and (max-width: 739px) {
  .main-slider__item-title {
    font-size: 22px;
    line-height: 26px;
  }
}
.main-slider__item-time {
  font-size: 44px;
  line-height: 51px;
  font-family: Roboto-Medium;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .main-slider__item-time {
    font-size: 32px;
    line-height: 37px;
  }
}
@media screen and (max-width: 739px) {
  .main-slider__item-time {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1023px) {
  .main-slider__item-time {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 739px) {
  .main-slider__item-time {
    margin-bottom: 24px;
  }
}
.main-slider__item-info {
  font-size: 18px;
  line-height: 21px;
  font-family: Roboto-Light;
  letter-spacing: 0.025em;
  margin-bottom: 45px;
}
@media screen and (max-width: 739px) {
  .main-slider__item-info {
    display: none;
  }
}
.main-slider__item-info p {
  margin-bottom: 11px;
}
.main-slider__item-link {
  z-index: 1;
  position: relative;
  margin: 0 8px;
}
@media screen and (max-width: 1365px) {
  .main-slider__item-link {
    margin: 0 16px 0 0;
  }
}
@media screen and (max-width: 739px) {
  .main-slider__item-link {
    margin: 8px;
  }
}
.main-slider__controls {
  position: relative;
}
@media screen and (max-width: 739px) {
  .main-slider__controls {
    display: none;
  }
}
.main-slider__arrows {
  position: absolute;
  right: 40px;
  bottom: 107px;
  width: 147px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1365px) {
  .main-slider__arrows {
    bottom: 73px;
  }
}
.main-slider__counter {
  position: absolute;
  right: 40px;
  bottom: 325px;
  font-size: 44px;
  line-height: 51px;
  font-family: Roboto-Medium;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .main-slider__counter {
    font-size: 32px;
    line-height: 37px;
  }
}
@media screen and (max-width: 739px) {
  .main-slider__counter {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1365px) {
  .main-slider__counter {
    bottom: 81px;
    right: 217px;
  }
}
.main-slider--with-stream {
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width: 739px) {
  .main-slider--with-stream {
    display: block;
  }
}
.main-slider--with-stream .video__wrapper {
  width: 34vw;
  height: 27.92vw;
  padding-bottom: 0;
  min-height: 420px;
  min-width: 310px;
}
@media screen and (max-width: 739px) {
  .main-slider--with-stream .video__wrapper {
    width: 100%;
    margin-left: 0;
    height: 0;
    min-height: auto;
    padding-bottom: 131.3%;
  }
}
.main-slider--with-stream .main-slider__wrapper {
  width: 66vw;
  max-width: calc(100vw - 310px);
  flex: none;
}
@media screen and (max-width: 739px) {
  .main-slider--with-stream .main-slider__wrapper {
    width: 100%;
    max-width: none;
  }
}
.main-slider--with-stream .main-slider__item-content {
  height: 27.92vw;
}
@media screen and (max-width: 739px) {
  .main-slider--with-stream .main-slider__item-content {
    height: calc(100vh - 65px);
  }
}
.main-slider--with-stream .main-slider__item-text {
  bottom: 40px;
}
@media screen and (max-width: 739px) {
  .main-slider--with-stream .main-slider__item-text {
    bottom: 103px;
  }
}
.main-slider--with-stream .main-slider__arrows {
  bottom: 40px;
}
.main-slider--with-stream .main-slider__item-title {
  font-size: 26px;
  line-height: 32px;
  font-family: Roboto-Medium;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1365px) {
  .main-slider--with-stream .main-slider__item-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 739px) {
  .main-slider--with-stream .main-slider__item-title {
    font-size: 18px;
    line-height: 21px;
  }
}
.main-slider--with-stream .main-slider__item-time {
  font-size: 26px;
  line-height: 32px;
  font-family: Roboto-Medium;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1365px) {
  .main-slider--with-stream .main-slider__item-time {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 739px) {
  .main-slider--with-stream .main-slider__item-time {
    font-size: 18px;
    line-height: 21px;
  }
}
.main-content__wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1365px) {
  .main-content__wrapper {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1023px) {
  .main-content__wrapper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 739px) {
  .main-content__wrapper {
    padding: 0 10px;
  }
}
.main-content__block {
  position: relative;
}
.main-content-block {
  margin: 42px 0;
}
.main-content-block:after {
  content: '';
  clear: both;
  display: table;
}
@media screen and (max-width: 739px) {
  .main-content-block {
    margin: 18px 0;
  }
}
.main-content-block:first-child {
  margin-top: 65px;
}
@media screen and (max-width: 1365px) {
  .main-content-block:first-child {
    margin-top: 42px;
  }
}
@media screen and (max-width: 739px) {
  .main-content-block:first-child {
    margin-top: 28px;
  }
}
.main-content-block--backgrounded {
  background: #f1f1f1;
  padding: 42px 0;
}
@media screen and (max-width: 739px) {
  .main-content-block--backgrounded {
    padding: 18px 0;
  }
}
.main-content-block__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f23b42;
  padding-bottom: 12px;
  margin-bottom: 29px;
}
@media screen and (max-width: 1365px) {
  .main-content-block__header {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .main-content-block__header {
    padding-bottom: 10px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 739px) {
  .main-content-block__header {
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
}
.main-content-block__title {
  font-size: 24px;
  line-height: 1.45;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  flex-grow: 1;
}
@media screen and (max-width: 1365px) {
  .main-content-block__title {
    line-height: 1.25;
  }
}
@media screen and (max-width: 739px) {
  .main-content-block__title {
    line-height: 22px;
    font-size: 18px;
  }
}
.main-content-block__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-content-block__layout--404 {
  padding-bottom: 30px;
}
@media screen and (max-width: 1365px) {
  .main-content-block__layout--404 {
    padding-bottom: 20px;
  }
}
.main-content-block__caption--404 {
  font-size: 342px;
  line-height: 1;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 9px;
  letter-spacing: 0.025em;
  max-width: 700px;
  width: 100%;
  border-bottom: 2px solid #f23b42;
  color: #495264;
}
@media screen and (max-width: 1365px) {
  .main-content-block__caption--404 {
    font-size: 250px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-content-block__caption--404 {
    font-size: 200px;
    padding-top: 24px;
    padding-bottom: 20px;
    max-width: 498px;
  }
}
@media screen and (max-width: 739px) {
  .main-content-block__caption--404 {
    font-size: 100px;
    padding-top: 0;
    padding-bottom: 22px;
    max-width: 250px;
    border-bottom-width: 3px;
  }
}
.main-content-block__subtitle--404 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  padding: 49px 0 51px;
  text-align: center;
}
@media screen and (max-width: 739px) {
  .main-content-block__subtitle--404 {
    font-size: 18px;
    line-height: 1.28;
    padding: 25px 0;
  }
}
.main-content-block__button {
  min-width: 328px;
}
@media screen and (max-width: 739px) {
  .main-content-block__button {
    min-width: 220px;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
  }
}
.main-content-block__b-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main-content-block__b-btns-btn {
  margin: 25px 10px 0;
}
@media screen and (max-width: 739px) {
  .main-content-block__b-btns-btn {
    margin: 10px 5px 0;
  }
}
.main-content-block__header-link {
  font-size: 24px;
  line-height: 1.25;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin-left: 30px;
  color: #f23b42;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 739px) {
  .main-content-block__header-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1365px) {
  .main-content-block__header-link {
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 1023px) {
  .main-content-block__header-link {
    margin-left: 0;
    margin-top: 10px;
    display: block;
    padding-bottom: 0;
    width: 100%;
  }
}
.main-content-block__header-link:before {
  content: '';
  position: absolute;
  height: 44px;
  width: 2px;
  background: #f23b42;
  top: -17px;
  left: -17px;
}
@media screen and (max-width: 1023px) {
  .main-content-block__header-link:before {
    display: none;
  }
}
.main-content-block__header-link:hover {
  color: #f23b42;
  text-decoration: underline;
}
.main-content-block__header-link-label {
  color: #b3b3b3;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.025em;
  position: absolute;
  left: 1px;
  top: -19px;
  text-transform: none;
}
@media screen and (max-width: 1023px) {
  .main-content-block__header-link-label {
    display: none;
  }
}
.main-content-block__header-toggler-btn {
  background: none;
  text-transform: uppercase;
  margin-right: 24px;
  position: relative;
  color: rgba(0,0,0,0.2);
}
.main-content-block__header-toggler-btn:before {
  content: '';
  position: absolute;
  height: 59px;
  width: 2px;
  background: #f23b42;
  top: -17px;
  left: -17px;
}
@media screen and (max-width: 739px) {
  .main-content-block__header-toggler-btn:before {
    display: none;
  }
}
.main-content-block__header-toggler-btn:first-child:before {
  display: none;
}
.main-content-block__header-toggler-btn:last-child {
  margin-right: 0;
}
.main-content-block__header-toggler-btn.active {
  color: #000;
  pointer-events: none;
}
.main-content-block__video-btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 120px;
  width: 330px;
}
@media screen and (max-width: 1365px) {
  .main-content-block__video-btns {
    height: 104px;
    width: 297px;
  }
}
@media screen and (max-width: 739px) {
  .main-content-block__video-btns {
    height: 64px;
    width: 198px;
  }
}
.main-content-block__news-list {
  display: flex;
  margin: 29px 0 0 -17px;
  width: calc(100% + 34px);
}
@media screen and (max-width: 1365px) {
  .main-content-block__news-list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1023px) {
  .main-content-block__news-list {
    margin: 29px 0 0;
    width: 100%;
  }
}
.main-content-block__news-list--no-bottom-m {
  margin-bottom: -27px;
}
@media screen and (max-width: 1365px) {
  .main-content-block__news-list--no-bottom-m {
    margin-bottom: 0;
  }
}
.main-content-block__news-list .video-list,
.main-content-block__news-list .news-preview-list {
  margin-left: 0;
  margin-top: 0;
}
.main-content-block__figters-btn {
  text-align: center;
}
.main-content-block__article-info {
  margin: -3px 0;
}
.main-content-block__article {
  margin: 35px 0;
}
.main-content-block__iframe {
  width: 100%;
}
.main-bg-top {
  position: relative;
  padding-top: 240px;
}
.main-bg-top:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -104vw;
  pointer-events: none;
  background: url("../../f/i/circles.svg") no-repeat 0 0;
  width: 1920px;
  height: 2327px;
  pointer-events: none;
}
.main-bg-top__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.main-bg-top__img {
  width: 100%;
}
.main-bg-top__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  background: linear-gradient(360deg, #1f1f1f 0%, rgba(31,31,31,0) 45.5%);
}
.main-content-block-filter {
  position: relative;
}
.main-content-block-filter__filter-opener {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../../f/i/icon-filters.svg") no-repeat 0 0;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter.active {
    position: fixed;
    top: 74px;
    left: 0;
    width: 100%;
    height: calc(100% - 74px);
    background: #1f1f1f;
    z-index: 11;
    overflow-y: scroll;
    padding-bottom: 20px;
  }
}
.main-content-block-filter.active .main-content-block-filter__filter-opener {
  position: relative;
  background: #fff;
  z-index: 3;
  display: none;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter.active .main-content-block-filter__filter-opener {
    position: fixed;
    background: #1f1f1f;
    width: 50px;
    height: 50px;
    top: 16px;
    right: 3px;
    display: block;
  }
}
.main-content-block-filter.active .main-content-block-filter__filter-opener:before,
.main-content-block-filter.active .main-content-block-filter__filter-opener:after {
  content: '';
  position: absolute;
  top: 10px;
  left: -16px;
  width: 39px;
  height: 3px;
  background: #b3b3b3;
  transform: rotate(45deg);
}
@media screen and (max-width: 739px) {
  .main-content-block-filter.active .main-content-block-filter__filter-opener:before,
  .main-content-block-filter.active .main-content-block-filter__filter-opener:after {
    background: #fff;
    top: 21px;
    left: 4px;
  }
}
.main-content-block-filter.active .main-content-block-filter__filter-opener:after {
  transform: rotate(-45deg);
}
.main-content-block-filter__form {
  display: none;
}
.main-content-block-filter.active .main-content-block-filter__form {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: -13px;
  top: -22px;
  background: #fff;
  box-shadow: 0px 0px 45px 4px rgba(0,0,0,0.18);
  z-index: 2;
  width: 620px;
}
.main-content-block-filter.active .main-content-block-filter__form--small {
  width: 414px;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter.active .main-content-block-filter__form {
    position: relative;
    right: 0;
    top: 0;
    background: #1f1f1f;
    display: block;
    padding: 18px 13px 18px 16px;
    box-shadow: none;
    width: 100%;
  }
}
.main-content-block-filter__block-item {
  position: relative;
}
.main-content-block-filter__block-input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.main-content-block-filter__block-caption {
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  padding: 5px 0 4px;
  color: #f23b42;
  opacity: 0.3;
  display: none;
}
.main-content-block-filter__block-input:checked + .main-content-block-filter__block-caption {
  padding-right: 20px;
  margin-right: 15px;
  display: block;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__block-input:checked + .main-content-block-filter__block-caption {
    margin-right: 0;
    padding-right: 25px;
  }
}
.main-content-block-filter__container {
  max-height: 142px;
  overflow-y: visible;
  margin-top: -5px;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__container {
    margin-top: 0;
  }
}
.main-content-block-filter__container::-webkit-scrollbar {
  width: 5px;
}
.main-content-block-filter__container::-webkit-scrollbar-track {
  background: #fbc4c6;
}
.main-content-block-filter__container::-webkit-scrollbar-thumb {
  background: #f23b42;
}
.main-content-block-filter__container-wrapper.is-open .main-content-block-filter__container {
  overflow-y: scroll;
}
.main-content-block-filter__container-wrapper.is-open .main-content-block-filter__block-caption {
  display: block;
}
.main-content-block-filter__container-wrapper.is-open .main-content-block-filter__block-caption.is-filtred {
  display: none;
}
.main-content-block-filter__container-wrapper.is-open .main-content-block-filter__block-caption.is-filtred-with-text {
  display: none;
}
.main-content-block-filter__container-label {
  position: relative;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.025em;
  color: rgba(0,0,0,0.3);
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__container-label {
    color: #fff;
  }
}
.main-content-block-filter__container-label:after {
  content: '';
  position: absolute;
  right: 24px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #f23b42;
  border-bottom: 2px solid #f23b42;
  transform: rotate(45deg);
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__container-label:after {
    right: 15px;
    top: 23px;
  }
}
.main-content-block-filter__container-wrapper.is-open .main-content-block-filter__container-label:after {
  transform: rotate(225deg);
  top: 29px;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__container-wrapper.is-open .main-content-block-filter__container-label:after {
    top: 28px;
  }
}
.main-content-block-filter__container-label--with-text-filter:after {
  top: 76px;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__container-label--with-text-filter:after {
    top: 75px;
  }
}
.main-content-block-filter__container-wrapper.is-open .main-content-block-filter__container-label--with-text-filter:after {
  top: 81px;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__container-wrapper.is-open .main-content-block-filter__container-label--with-text-filter:after {
    top: 75px;
  }
}
.main-content-block-filter__container-wrapper {
  position: relative;
  padding: 10px 19px;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__container-wrapper {
    padding: 10px 0 11px;
  }
}
.main-content-block-filter__container-wrapper:after {
  content: '';
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 2px;
  background: #f23b42;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__container-wrapper:after {
    background: #fff;
    left: 0;
    right: 0;
  }
}
.main-content-block-filter__container-wrapper:nth-last-child(2):after {
  display: none;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__container-wrapper:nth-last-child(2):after {
    display: block;
  }
}
.main-content-block-filter__item {
  position: relative;
  margin-left: 30px;
  padding-right: 5px;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__item {
    margin-left: 0;
    border-bottom: 2px solid #fff;
    padding: 10px 0 3px;
  }
}
.main-content-block-filter__item:before {
  content: '';
  position: absolute;
  height: 59px;
  width: 2px;
  background: #f23b42;
  top: 0;
  left: -17px;
  z-index: 2;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__item:before {
    display: none;
  }
}
.main-content-block-filter__item:hover .main-content-block-filter__item-variants-wrapper {
  display: block;
}
@media screen and (max-width: 1365px) {
  .main-content-block-filter__item:hover .main-content-block-filter__item-variants-wrapper {
    display: none;
  }
}
@media screen and (max-width: 1365px) {
  .main-content-block-filter__item.active .main-content-block-filter__item-variants-wrapper {
    display: block;
  }
}
@media screen and (max-width: 1365px) {
  .main-content-block-filter__item.active .main-content-block-filter__item-btn:after {
    transform: rotate(225deg);
    top: 0px;
  }
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__item.active .main-content-block-filter__item-btn:after {
    top: 13px;
  }
}
.main-content-block-filter__item-input {
  position: absolute;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
}
.main-content-block-filter__item-label {
  color: #b3b3b3;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.025em;
  z-index: 2;
  position: relative;
  white-space: nowrap;
}
.main-content-block-filter__item-btn {
  font-size: 24px;
  line-height: 1.25;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #f23b42;
  position: relative;
  padding-bottom: 8px;
  white-space: nowrap;
  background: none;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__item-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__item-btn {
    font-size: 24px;
    line-height: 1.25;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.main-content-block-filter__item-btn:hover {
  color: #f23b42;
  text-decoration: underline;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__item-btn:hover {
    text-decoration: none;
  }
}
.main-content-block-filter__item-btn:after {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-right: 2px solid #f23b42;
  border-bottom: 2px solid #f23b42;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin-left: 10px;
  top: -5px;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__item-btn:after {
    top: 7px;
    right: 3px;
  }
}
.main-content-block-filter__item-variants-wrapper {
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 1;
  background: #fff;
  top: -15px;
  box-shadow: 0px 0px 45px 4px rgba(0,0,0,0.18);
  max-height: 275px;
  padding-top: 64px;
  width: calc(100% + 60px);
  left: -30px;
  display: none;
}
@media screen and (max-width: 1365px) {
  .main-content-block-filter__item-variants-wrapper {
    box-shadow: none;
  }
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__item-variants-wrapper {
    background: transparent;
    position: relative;
    padding-top: 0;
    max-height: 160px;
  }
}
.main-content-block-filter__item-variants-wrapper:after {
  content: '';
  pointer-events: none;
  width: 100%;
  position: absolute;
  height: calc(100% - 70px);
  max-height: 120px;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__item-variants-wrapper:after {
    background: linear-gradient(to bottom, rgba(31,31,31,0) 0%, #1f1f1f 100%);
  }
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__item-variants-wrapper:before {
    content: '';
    pointer-events: none;
    width: 100%;
    position: absolute;
    height: calc(100% - 70px);
    max-height: 120px;
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgba(31,31,31,0) 0%, #1f1f1f 100%);
    z-index: 1;
  }
}
.main-content-block-filter__item-variants {
  max-height: 210px;
  overflow-y: scroll;
  margin-right: -17px;
  position: relative;
  padding: 0 0 15px;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__item-variants {
    max-height: 160px;
    padding: 0;
  }
}
.main-content-block-filter__item-variant {
  font-size: 24px;
  line-height: 1.25;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #f23b42;
  cursor: pointer;
  padding: 0 15px 0 30px;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__item-variant {
    font-size: 16px;
  }
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__item-variant {
    font-size: 24px;
    line-height: 1.25;
  }
}
.main-content-block-filter__item-variant:hover {
  text-decoration: underline;
}
.main-content-block-filter__btn-mob-submit {
  display: none;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__btn-mob-submit {
    display: block;
    margin: 30px auto 0;
    text-transform: none;
    width: 190px;
  }
}
.main-content-block-filter__btns {
  display: flex;
}
@media screen and (max-width: 739px) {
  .main-content-block-filter__btns {
    display: block;
  }
}
.main-content-block-filter__text-filter {
  border: 1px solid #f23b42;
  height: 35px;
  padding: 0 34px;
  margin: 5px 0 10px;
  position: relative;
}
.main-content-block-filter__text-filter:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #f23b42;
}
.main-content-block-filter__text-filter:after {
  content: '';
  position: absolute;
  background: #f23b42;
  transform: rotate(45deg);
  height: 2px;
  width: 8px;
  top: 22px;
  left: 20px;
}
.main-content-block-filter__text-filter-input {
  font-size: 24px;
  line-height: 33px;
  width: 100%;
  color: #f23b42;
  text-transform: uppercase;
}
.main-content-block-filter__text-filter-clear {
  position: absolute;
  top: 5px;
  right: 7px;
  width: 23px;
  height: 23px;
  background: none;
  cursor: pointer;
  display: none;
}
.main-content-block-filter__text-filter-clear.is-active {
  display: block;
}
.main-content-block-filter__text-filter-clear:before,
.main-content-block-filter__text-filter-clear:after {
  content: '';
  position: absolute;
  background: #f23b42;
  height: 2px;
  width: 29px;
  top: 10px;
  left: -3px;
}
.main-content-block-filter__text-filter-clear:before {
  transform: rotate(45deg);
}
.main-content-block-filter__text-filter-clear:after {
  transform: rotate(-45deg);
}
.fighter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 68px;
}
@media screen and (max-width: 1365px) {
  .fighter {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .fighter {
    position: relative;
  }
}
@media screen and (max-width: 739px) {
  .fighter {
    margin-top: 17px;
  }
}
.fighter__photo-wrapper {
  width: 38%;
}
@media screen and (max-width: 1365px) {
  .fighter__photo-wrapper {
    width: 21.5%;
  }
}
@media screen and (max-width: 1023px) {
  .fighter__photo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 84px;
  }
}
.fighter__photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  padding-top: 100%;
}
.fighter__info {
  font-size: 24px;
  line-height: 28px;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  width: 48%;
}
@media screen and (max-width: 739px) {
  .fighter__info {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1365px) {
  .fighter__info {
    width: 72.8%;
  }
}
@media screen and (max-width: 1023px) {
  .fighter__info {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .fighter__info-item {
    padding-left: 110px;
  }
}
@media screen and (max-width: 739px) {
  .fighter__info-item {
    padding-left: 100px;
    line-height: 22px;
  }
}
.fighter__info-main {
  min-height: 84px;
}
.fighter__table-info {
  margin-top: 21px;
}
.fighter__table-combat {
  width: 100%;
  margin-top: 41px;
}
@media screen and (max-width: 1023px) {
  .fighter__table-combat {
    margin: 40px -40px 0;
    width: calc(100% + 80px);
  }
}
@media screen and (max-width: 739px) {
  .fighter__table-combat {
    margin: 0;
    width: 100%;
  }
}
.fighter-table-info {
  display: flex;
  flex-wrap: wrap;
}
.fighter-table-info__item {
  width: 33.3333%;
  text-align: center;
  position: relative;
  border-top: 1px solid #b2b2b2;
  padding: 20px 10px 40px;
}
@media screen and (max-width: 739px) {
  .fighter-table-info__item {
    padding: 15px;
  }
}
.fighter-table-info__item:before,
.fighter-table-info__item:after {
  content: '';
  position: absolute;
  top: 22px;
  height: calc(100% - 44px);
  width: 1px;
  background: #b2b2b2;
}
@media screen and (max-width: 739px) {
  .fighter-table-info__item:before,
  .fighter-table-info__item:after {
    top: 10px;
    height: calc(100% - 20px);
  }
}
.fighter-table-info__item:before {
  left: 0;
}
.fighter-table-info__item:after {
  right: -1px;
}
.fighter-table-info__item-key {
  font-size: 24px;
  line-height: 28px;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  margin-bottom: 2px;
}
@media screen and (max-width: 739px) {
  .fighter-table-info__item-key {
    font-size: 11px;
    line-height: 13px;
  }
}
.fighter-table-info__item-value {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-family: Roboto-Medium;
}
@media screen and (max-width: 739px) {
  .fighter-table-info__item-value {
    font-size: 38px;
    line-height: 45px;
  }
}
@media screen and (max-width: 739px) {
  .fighter-table-info__item-value {
    font-size: 20px;
  }
}
.fighter-table-combat {
  display: table;
}
@media screen and (max-width: 739px) {
  .fighter-table-combat {
    display: block;
    border-top: 1px solid #f23b42;
  }
}
.fighter-table-combat__header {
  display: table-row;
}
@media screen and (max-width: 739px) {
  .fighter-table-combat__header {
    display: none;
  }
}
.fighter-table-combat__row {
  display: table-row;
}
@media screen and (max-width: 739px) {
  .fighter-table-combat__row {
    display: block;
    border-bottom: 1px solid #b2b2b2;
    padding: 5px 0;
  }
}
.fighter-table-combat__cell {
  display: table-cell;
  border-top: 1px solid #b2b2b2;
  text-align: center;
  padding: 0 5px;
}
@media screen and (max-width: 739px) {
  .fighter-table-combat__cell {
    display: block;
    border: none;
    padding: 0;
  }
}
.fighter-table-combat__row:last-child .fighter-table-combat__cell {
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 739px) {
  .fighter-table-combat__row:last-child .fighter-table-combat__cell {
    border: none;
  }
}
.fighter-table-combat__item--header {
  font-size: 24px;
  line-height: 28px;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 739px) {
  .fighter-table-combat__item--header {
    font-size: 11px;
    line-height: 13px;
  }
}
@media screen and (max-width: 1365px) {
  .fighter-table-combat__item--header {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
  }
}
.fighter-table-combat__header .fighter-table-combat__cell {
  border-top: 1px solid #f23b42;
  position: relative;
  padding: 11px 5px 15px;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  .fighter-table-combat__header .fighter-table-combat__cell {
    padding: 0;
  }
}
.fighter-table-combat__header .fighter-table-combat__cell:last-child:after {
  display: none;
}
.fighter-table-combat__header .fighter-table-combat__cell:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 0;
  height: calc(100% - 15px - 22px);
  width: 1px;
  background: #f23b42;
}
@media screen and (max-width: 1365px) {
  .fighter-table-combat__header .fighter-table-combat__cell:after {
    top: 11px;
    height: calc(100% - 22px);
  }
}
.fighter-table-combat__item {
  padding: 20px 0;
}
@media screen and (max-width: 739px) {
  .fighter-table-combat__item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
  }
}
.fighter-table-combat__item.win {
  color: #119f49;
}
.fighter-table-combat__item.defeat {
  color: #f23b42;
}
.fighter-table-combat__item-key {
  display: none;
}
@media screen and (max-width: 739px) {
  .fighter-table-combat__item-key {
    display: block;
    color: #000;
    margin-right: 20px;
  }
}
@media screen and (max-width: 739px) {
  .fighter-table-combat__item-value {
    text-align: right;
  }
}
.fighters-list {
  display: flex;
  flex-wrap: wrap;
  margin: 29px 0 0;
}
.fighters-list--no-bottom-m {
  margin-bottom: -27px;
}
@media screen and (max-width: 1023px) {
  .fighters-list--no-bottom-m {
    margin-bottom: -18px;
  }
}
.fighters-list__item {
  display: block;
  position: relative;
  margin-bottom: 27px;
  flex: none;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 1023px) {
  .fighters-list__item {
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
}
.fighters-list__item:nth-child(3n+1) {
  width: 31%;
}
.fighters-list__item:nth-child(3n+2) {
  width: 37.5%;
  padding-left: 68px;
}
.fighters-list__item:nth-child(3n+2):before,
.fighters-list__item:nth-child(3n+2):after {
  content: '';
  position: absolute;
  top: 3px;
  height: calc(100% - 37px);
  width: 1px;
  background: #b2b2b2;
}
@media screen and (max-width: 1365px) {
  .fighters-list__item:nth-child(3n+2):before,
  .fighters-list__item:nth-child(3n+2):after {
    display: none;
  }
}
.fighters-list__item:nth-child(3n+2):before {
  left: 0;
}
.fighters-list__item:nth-child(3n+2):after {
  right: -1px;
}
.fighters-list__item:nth-child(3n) {
  width: 31.5%;
  padding-left: 70px;
}
@media screen and (max-width: 1365px) {
  .fighters-list__item:nth-child(odd) {
    width: 47.2%;
    padding-left: 0;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1365px) {
  .fighters-list__item:nth-child(odd):before {
    display: block;
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    left: auto;
    height: calc(100% - 37px);
    width: 1px;
    background: #b2b2b2;
  }
}
@media screen and (max-width: 1023px) {
  .fighters-list__item:nth-child(odd):before {
    top: -3px;
    height: calc(100% - 12px);
  }
}
@media screen and (max-width: 1365px) {
  .fighters-list__item:nth-child(even) {
    width: 52.8%;
    padding-left: 68px;
  }
}
@media screen and (max-width: 739px) {
  .fighters-list__item:nth-child(even) {
    padding-left: 29px;
  }
}
.fighters-item {
  padding: 27px 0 43px;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .fighters-item {
    padding: 26px 0 23px;
  }
}
@media screen and (max-width: 1023px) {
  .fighters-item {
    padding: 2px 0 0px;
  }
}
.fighters-item__photo {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.fighters-item__name {
  font-size: 24px;
  line-height: 28px;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  margin-top: 10px;
}
@media screen and (max-width: 739px) {
  .fighters-item__name {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 739px) {
  .fighters-item__name {
    margin-top: 7px;
  }
}
.fighters-item__info {
  font-size: 24px;
  line-height: 28px;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  color: rgba(0,0,0,0.3);
  margin-top: 19px;
}
@media screen and (max-width: 739px) {
  .fighters-item__info {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023px) {
  .fighters-item__info {
    margin-top: 16px;
  }
}
@media screen and (max-width: 739px) {
  .fighters-item__info {
    margin-top: 9px;
  }
}
.fights-list__item {
  display: block;
}
.fights-list__item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #b2b2b2;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .fights-list__item-inner {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1023px) {
  .fights-list__item-inner {
    flex-direction: column;
    align-items: center;
    padding-bottom: 31px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 739px) {
  .fights-list__item-inner {
    padding-bottom: 16px;
    margin-bottom: 15px;
  }
}
.fights-list .fighters-item {
  flex-grow: 1;
}
@media screen and (max-width: 1023px) {
  .fights-list .fighters-item {
    text-align: center;
  }
}
.fights-list__item .fighters-item:last-child {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .fights-list__item .fighters-item:last-child {
    text-align: center;
  }
}
@media screen and (max-width: 1365px) {
  .fights-list__item .fighters-item:last-child .fighters-item__info {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1023px) {
  .fights-list__item .fighters-item:last-child .fighters-item__info {
    display: block;
  }
}
.fights-list__item .fighters-item:last-child .fights-list__item-info-result {
  left: auto;
  right: 135px;
}
@media screen and (max-width: 1365px) {
  .fights-list__item .fighters-item:last-child .fights-list__item-info-result {
    right: 125px;
  }
}
@media screen and (max-width: 1023px) {
  .fights-list__item .fighters-item:last-child .fights-list__item-info-result {
    right: 0;
    top: 0;
  }
}
.fights-list__item-info {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1365px) {
  .fights-list__item-info {
    top: 26px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1023px) {
  .fights-list__item-info {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    margin: 21px 0 17px;
  }
}
@media screen and (max-width: 739px) {
  .fights-list__item-info {
    margin: 15px 0 8px;
  }
}
.fights-list__item-info--result {
  top: calc(50% - 25px);
}
@media screen and (max-width: 1365px) {
  .fights-list__item-info--result {
    top: 26px;
  }
}
@media screen and (max-width: 1023px) {
  .fights-list__item-info--result {
    top: -8px;
  }
}
.fights-list__item-info-text-main,
.fights-list__item-info-text-main2 {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
@media screen and (max-width: 739px) {
  .fights-list__item-info-text-main,
  .fights-list__item-info-text-main2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
  }
}
.fights-list__item-info-text-main2 {
  font-size: 30px;
}
@media screen and (max-width: 739px) {
  .fights-list__item-info-text-main2 {
    font-size: 20px;
  }
}
.fights-list__item-info-text {
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.025em;
  margin-top: 3px;
}
@media screen and (max-width: 739px) {
  .fights-list__item-info-text {
    font-size: 18px;
    line-height: 30px;
  }
}
.fights-list__item-info-result {
  font-size: 24px;
  line-height: 1.25;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  left: calc(100% + 56px);
  color: #000;
}
@media screen and (max-width: 739px) {
  .fights-list__item-info-result {
    font-size: 16px;
  }
}
@media screen and (max-width: 1365px) {
  .fights-list__item-info-result {
    left: calc(100% + 17px);
  }
}
.fights-list__item-info-result:first-child {
  left: 135px;
  top: 66px;
}
@media screen and (max-width: 1365px) {
  .fights-list__item-info-result:first-child {
    left: 125px;
    top: 109px;
  }
}
@media screen and (max-width: 1023px) {
  .fights-list__item-info-result:first-child {
    left: 0;
    top: 0;
  }
}
.fights-list__item-info-result.win {
  color: #119f49;
}
.fights-list__item-info-result.defeat {
  color: #f23b42;
}
@media screen and (max-width: 1023px) {
  .fights-list__item-info-result {
    display: inline;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .fights-list__item-info-result {
    display: block;
    margin-top: 6px;
  }
}
.article-info {
  font-size: 16px;
  line-height: 19px;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  display: flex;
  color: #0d0d0d;
}
.article-info__share {
  margin-left: 15px;
  padding-left: 16px;
  display: flex;
  border-left: 1px solid #b2b2b2;
}
.article-info__share-links {
  margin-left: 20px;
}
@media screen and (max-width: 739px) {
  .article-info__share-links {
    margin-left: 0;
  }
}
@media screen and (max-width: 739px) {
  .article-info__share-text {
    display: none;
  }
}
.article {
  color: #000;
}
.article img {
  width: 100%;
}
.article__img--float-right {
  float: right;
  width: auto;
  max-width: 35%;
  margin: 0 0 5px 20px;
}
@media screen and (max-width: 1365px) {
  .article__img--float-right {
    max-width: 40%;
  }
}
@media screen and (max-width: 739px) {
  .article__img--float-right {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.article h2 {
  font-size: 26px;
  line-height: 32px;
  font-family: Roboto-Medium;
  letter-spacing: 0.025em;
  margin: 47px 0 23px;
  max-width: 730px;
}
@media screen and (max-width: 1365px) {
  .article h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 739px) {
  .article h2 {
    font-size: 18px;
    line-height: 21px;
  }
}
@media screen and (max-width: 1365px) {
  .article h2 {
    margin: 20px 0 17px;
  }
}
.article h3 {
  font-size: 24px;
  line-height: 1.25;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  margin: 45px 0 8px;
  max-width: 730px;
}
@media screen and (max-width: 739px) {
  .article h3 {
    font-size: 16px;
    line-height: 23px;
  }
}
@media screen and (max-width: 1365px) {
  .article h3 {
    margin: 8px 0;
  }
}
.article p {
  font-size: 16px;
  line-height: 23px;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  max-width: 730px;
  margin: 20px 0;
}
@media screen and (max-width: 1365px) {
  .article p {
    margin: 13px 0;
  }
}
@media screen and (max-width: 739px) {
  .article p {
    margin: 11px 0;
  }
}
.article ol,
.article ul {
  margin: 20px 0;
  max-width: 730px;
  list-style-position: outside;
  padding-left: 20px;
}
@media screen and (max-width: 1365px) {
  .article ol,
  .article ul {
    margin: 13px 0;
  }
}
@media screen and (max-width: 739px) {
  .article ol,
  .article ul {
    margin: 11px 0;
  }
}
.article ol {
  list-style-type: decimal;
}
.article ul {
  list-style: none;
}
.article li {
  font-size: 16px;
  line-height: 23px;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  margin: 10px 0;
}
@media screen and (max-width: 1365px) {
  .article li {
    margin: 13px 0;
  }
}
@media screen and (max-width: 739px) {
  .article li {
    margin: 11px 0;
  }
}
.article ul li {
  position: relative;
}
.article ul li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  top: 9px;
  left: -21px;
}
.article b {
  font-weight: bold;
}
.article hr {
  border-top: 1px solid #b2b2b2;
  margin: 8px 0 19px;
}
@media screen and (max-width: 739px) {
  .article hr {
    margin: 5px 0;
  }
}
.article a {
  color: #1fa0f3;
  text-decoration: underline;
}
.article table,
.article tr,
.article td {
  border-spacing: 0;
}
.article table {
  width: 100%;
  max-width: 730px;
  margin: 25px 0;
}
.article td {
  padding: 10px 15px 10px 0;
  width: 50%;
}
.article td p {
  margin: 0;
}
.article strong {
  font-weight: bold;
}
.news-list {
  margin: 26px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 739px) {
  .news-list {
    margin: 0;
  }
}
.news-list--no-first-border .news-item:first-child {
  border-top: none;
}
.news-item {
  display: block;
  border-top: 1px solid #b2b2b2;
  width: 100%;
}
.news-item__content {
  display: flex;
  justify-content: space-between;
  padding: 24px 0 25px;
}
@media screen and (max-width: 1023px) {
  .news-item__content {
    display: block;
  }
}
@media screen and (max-width: 739px) {
  .news-item__content {
    padding: 9px 0 10px;
  }
}
.news-item__b-img {
  width: 48.2%;
  flex: none;
  margin-right: 3.5%;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .news-item__b-img {
    width: 34.7%;
    margin-right: 6.5%;
  }
}
@media screen and (max-width: 1023px) {
  .news-item__b-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.news-item__img {
  padding-top: 56.5%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news-item__img--tournament {
  padding-top: 0;
}
.news-item__img--tournament img {
  width: 100%;
  height: auto;
}
.news-item__b-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}
.news-item__title {
  font-size: 26px;
  line-height: 32px;
  font-family: Roboto-Medium;
  letter-spacing: 0.025em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1365px) {
  .news-item__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 739px) {
  .news-item__title {
    font-size: 18px;
    line-height: 21px;
  }
}
.news-item__text {
  font-size: 16px;
  line-height: 23px;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  margin-bottom: 25px;
}
@media screen and (max-width: 739px) {
  .news-item__text {
    margin-bottom: 11px;
  }
}
.news-item__btn {
  margin-top: auto;
}
.news-item--verical {
  width: 48%;
}
@media screen and (max-width: 1365px) {
  .news-item--verical {
    width: 100%;
  }
}
.news-item--verical:nth-child(2) {
  border-top: none;
}
@media screen and (max-width: 1365px) {
  .news-item--verical:nth-child(2) {
    border-top: 1px solid #b2b2b2;
  }
}
.news-item--verical .news-item__content {
  display: block;
  padding: 24px 0 42px;
}
@media screen and (max-width: 1365px) {
  .news-item--verical .news-item__content {
    display: flex;
    padding: 24px 0 25px;
  }
}
@media screen and (max-width: 1023px) {
  .news-item--verical .news-item__content {
    display: block;
  }
}
@media screen and (max-width: 739px) {
  .news-item--verical .news-item__content {
    padding: 9px 0 10px;
  }
}
.news-item--verical .news-item__b-img {
  width: 100%;
  margin-right: 0;
  margin-bottom: 18px;
}
@media screen and (max-width: 1365px) {
  .news-item--verical .news-item__b-img {
    margin-bottom: 0;
    width: 34.7%;
    margin-right: 6.5%;
  }
}
@media screen and (max-width: 1023px) {
  .news-item--verical .news-item__b-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.spoiler-block {
  position: relative;
  box-shadow: -1px 0 0 0 rgba(0,0,0,0) inset, 0 -1px 0 0 #b2b2b2 inset, -1px -1px 0 0 rgba(0,0,0,0), -1px 0 0 0 rgba(0,0,0,0), 0 -1px 0 0 #b2b2b2;
  padding: 26px 0;
}
@media screen and (max-width: 1023px) {
  .spoiler-block {
    padding: 14px 0 15px;
  }
}
.spoiler-block:before {
  content: '';
  position: absolute;
  top: 28px;
  right: 5px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid #000;
}
@media screen and (max-width: 1023px) {
  .spoiler-block:before {
    top: 18px;
  }
}
.spoiler-block__title {
  font-size: 24px;
  line-height: 1.25;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  margin: 0;
}
@media screen and (max-width: 739px) {
  .spoiler-block__title {
    font-size: 16px;
    line-height: 23px;
  }
}
.spoiler-block__title:before,
.spoiler-block__title:after {
  content: '';
  position: absolute;
  background: #000;
  top: 13px;
  right: 11px;
  height: 2px;
  width: 11px;
}
@media screen and (max-width: 1023px) {
  .spoiler-block__title:before,
  .spoiler-block__title:after {
    top: 14px;
  }
}
.spoiler-block__title:after {
  transform: rotate(90deg);
  transition: transform 0.2s linear;
}
.spoiler-block__content {
  max-width: 730px;
  display: none;
}
.spoiler-block__content-inner {
  font-size: 16px;
  line-height: 23px;
  font-family: Roboto-Regular;
  letter-spacing: 0.025em;
  padding-top: 16px;
}
@media screen and (max-width: 1023px) {
  .spoiler-block__content-inner {
    padding-top: 10px;
  }
}
.spoiler-block.active .spoiler-block__title:after {
  transform: rotate(0);
}
@font-face {
  font-family: 'myriad pro';
  src: url("../fonts/myriadpro-boldcond.woff");
  font-style: normal;
  font-display: swap;
}
*,
*:focus,
*:after,
*:before {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.c_red {
  color: #ea0028;
}
.c_green {
  color: #92d400;
}
.c_white {
  color: #fff;
}
.page-container {
  max-width: 100%;
  flex: 1 0 auto;
  background: #000;
  padding-bottom: 50px;
}
.v-gorilla {
  background-color: #000;
}
.v-content {
  display: flex;
  padding: 0 50px;
  margin-top: -1px;
}
@media screen and (max-width: 1365px) {
  .v-content {
    flex-wrap: wrap;
    padding: 0;
  }
}
.v-left {
  position: relative;
  width: 660px;
}
@media screen and (max-width: 1365px) {
  .v-left {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
.v-left__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .v-left__info {
    display: block;
  }
}
.v-left__border {
  position: absolute;
  right: -25px;
  top: 0;
  z-index: 1;
  display: none;
}
.v-left__video {
  width: 660px;
  height: 420px;
  position: relative;
  margin-top: 58px;
}
@media screen and (max-width: 1365px) {
  .v-left__video {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .v-left__video {
    padding-bottom: 131.3%;
    height: 0;
  }
}
.v-left__video__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.v-left__shares {
  text-transform: uppercase;
  position: relative;
  padding-top: 38px;
  display: block;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .v-left__shares {
    margin-top: auto;
    padding: 25px 0;
    right: 0;
  }
}
.v-left__shares_bg {
  position: absolute;
  left: -5px;
  top: 29px;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .v-left__shares_bg {
    top: 16px;
  }
}
.v-left__shares_bg img {
  width: 100%;
  height: auto;
}
.v-left__shares_red {
  font-size: 25px;
  line-height: 28px;
  font-weight: 900;
  display: block;
  padding-bottom: 5px;
  padding-right: 30px;
}
.v-left__shares_green {
  display: block;
  font-size: 34px;
  line-height: 24px;
  padding-right: 30px;
  font-weight: 900;
}
.v-left__text {
  width: calc(100% - 150px - 80px);
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .v-left__text {
    width: 100%;
  }
}
.v-left__text img {
  width: 100%;
}
.v-right {
  position: relative;
  width: 280px;
  right: -145px;
}
@media screen and (max-width: 1365px) {
  .v-right {
    width: 100%;
    max-width: 100%;
    order: 1;
    display: flex;
    align-items: center;
    right: 0;
  }
}
.v-right__gorilla_bg {
  display: block;
  position: absolute;
  right: 14%;
  top: 50.5%;
  width: 104%;
}
@media screen and (max-width: 1365px) {
  .v-right__gorilla_bg {
    position: relative;
    right: 0;
    top: 0;
    height: auto;
    width: 35%;
  }
}
.v-right__monkey_bg {
  position: absolute;
  right: 3%;
  top: -3%;
  width: 167%;
}
@media screen and (max-width: 1365px) {
  .v-right__monkey_bg {
    position: relative;
    width: 65%;
  }
}
.v-right img {
  width: 100%;
}
.g-header {
  background-image: url("../img/header/h_bg.jpg");
  background-position: 50% 50%;
  background-color: #000;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.g-header__content {
  padding: 0 50px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 991px) {
  .g-header__content {
    padding: 0;
  }
}
.g-header__item {
  display: flex;
  white-space: nowrap;
}
.g-header__item__title {
  font-size: 29px;
}
@media screen and (max-width: 991px) {
  .g-header__item__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .g-header__item__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 470px) {
  .g-header__item__title {
    font-size: 12px;
  }
}
.g-header__item__text {
  font-size: 1.4vw;
  font-size: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .g-header__item__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .g-header__item__text {
    font-size: 12px;
  }
}
.g-header__item__inner {
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 10px 0;
  position: static;
  z-index: 1;
}
.g-header__item_more {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.g-header__item_more::before {
  content: '';
  background-image: url("../img/header/arrow-right.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 87px;
  height: 28px;
}
@media screen and (max-width: 991px) {
  .g-header__item_more::before {
    width: 50px;
    height: 20px;
  }
}
@media screen and (max-width: 470px) {
  .g-header__item_more::before {
    width: 25px;
    height: 10px;
  }
}
.g-header__item_more::after {
  content: '';
  background-image: url("../img/header/arrow-left.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 87px;
  height: 28px;
}
@media screen and (max-width: 991px) {
  .g-header__item_more::after {
    width: 50px;
    height: 20px;
  }
}
@media screen and (max-width: 470px) {
  .g-header__item_more::after {
    width: 25px;
    height: 10px;
  }
}
.g-header__item_more a {
  font-size: 24px;
  margin: 10px 15px;
  color: #000;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .g-header__item_more a {
    margin: 2px 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .g-header__item_more a {
    font-size: 14px;
  }
}
@media screen and (max-width: 470px) {
  .g-header__item_more a {
    font-size: 10px;
  }
}
.g-header__item_more a:hover {
  color: #92d400;
}
.g-header__item_right {
  display: flex;
  margin-left: 0;
  position: relative;
  z-index: 5;
  overflow: hidden;
  flex: 0 0 30%;
  max-width: 30%;
}
@media screen and (max-width: 991px) {
  .g-header__item_right {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.g-header__item_left {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  position: relative;
  z-index: 5;
  overflow: hidden;
  flex: 0 0 30%;
  max-width: 30%;
}
@media screen and (max-width: 991px) {
  .g-header__item_left {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.g-header__item_middle {
  flex: 0 0 40%;
  max-width: 40%;
  justify-content: center;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 991px) {
  .g-header__item_middle {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.g-header__item_middle::before {
  content: '';
  display: block;
  position: absolute;
  width: 150px;
  top: 0;
  left: -140px;
  bottom: 0;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .g-header__item_middle::before {
    width: 100px;
    left: -90px;
  }
}
@media screen and (max-width: 768px) {
  .g-header__item_middle::before {
    width: 50px;
    left: -40px;
  }
}
@media screen and (max-width: 470px) {
  .g-header__item_middle::before {
    width: 25px;
    left: -15px;
  }
}
.g-header__item_middle::after {
  content: '';
  display: block;
  position: absolute;
  width: 150px;
  top: 0;
  right: -140px;
  bottom: 0;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .g-header__item_middle::after {
    width: 100px;
    right: -90px;
  }
}
@media screen and (max-width: 768px) {
  .g-header__item_middle::after {
    width: 50px;
    right: -40px;
  }
}
@media screen and (max-width: 470px) {
  .g-header__item_middle::after {
    width: 25px;
    right: -15px;
  }
}
.v-disclamer {
  color: #f0f0f0;
  width: 100%;
  margin-top: 47px;
  font-family: Montserrat-Regular;
}
.v-disclamer__title {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .v-disclamer__title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .v-disclamer__title {
    font-size: 11px;
    line-height: 14px;
  }
}
.v-disclamer__title-star {
  position: relative;
  top: 5px;
}
@media screen and (max-width: 991px) {
  .v-disclamer__title-star {
    top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .v-disclamer__title-star {
    top: 2px;
  }
}
.v-disclamer__text {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .v-disclamer__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .v-disclamer__text {
    font-size: 11px;
    margin-top: 10px;
  }
}
