@media screen and (min-width: 1680px) {
  #errorPseudoC {
    left: -30%;
    top: 20%;
  }
}

@media screen and (min-width: 1800px) {
  /* .bannerBacks:after{
        height: 335px;
    } */

  #errorPseudoC {
    left: -20%;
    top: 17%;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .bannerMain {
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .bannerMain {
    max-width: 100%;
  }
  .bannerMain.realMain .bannerBacks:before {
    margin-left: calc(calc(calc(100% - 1440px) / 2) + calc(1440px - 1140px));
  }
}

@media screen and (min-width: 2400px) {
  /* .bannerBacks:after{
        height: 460px;
    } */
  
  .scheduleWrap.scheduleMain:after{
    opacity: 0.45;
  }
  .bannerMain.realMain .bannerBacks:before {
    margin-left: calc(
      calc(calc(100% - 1440px) / 2) + calc(1440px - 1140px) + 250px
    );
  }
  #errorPseudoC {
    width: 1775px;
    height: 875px;
    left: -7%;
    top: 14%;
  }
}

@media screen and (max-width: 2000px) {
}

@media screen and (max-width: 1280px) {
  header .container {
    max-width: 1160px;
  }

}

@media screen and (max-width: 1180px) {

  .prizeTotal {
    margin-top: 110px;
  }

  .container {
    max-width: 880px;
  }

  header .container {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .logo {
    width: 200px;
    margin-right: 30px;
  }
  header ul li {
    font-size: 16px;
  }
    .bannerSchedule .bannerContent h1 {
    font-size: 64px;
  }
  .newsList.showMin .postItem:nth-child(4) {
    display: none;
  }
  .postItem {
    width: 32%;
    margin-right: 2%;
  }
  .postItem:nth-child(3n) {
    margin-right: 0;
  }
  .bannerContent h1 {
    font-size: 86px;
  }


  .hlTabs span,
  .gsTabs span {
    font-size: 20px;
  }


  .scheduleWrap.scheduleMain .slTitle span {
    font-size: 20px;
  }
}

@media screen and (max-width: 880px) {
  .container,
  header .container {
    max-width: calc(100% - 40px);
  }

  .bannerContent h1 {
    font-size: 76px;
  }

  .blockTitle,
  .wp-block-heading {
    font-size: 26px;
  }

  /* Футер */

  .footerWrap {
    margin-top: 70px;
    padding-top: 40px;
  }

  .footerOffer {
    width: calc(100% - 30px);
    max-width: 640px;
    min-height: 0;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }

  .footerOfferInfo {
    gap: 40px;
  }

  .footerOfferIntro {
    max-width: none;
  }

  .footerOfferIntro p {
    font-size: 16px;
  }

  .footerOfferBuy {
    width: 100%;
    gap: 20px;
  }

  .footerOfferPrice {
    width: 100%;
    height: 62px;
    gap: clamp(10px, 3.9vw, 15px);
  }

  .footerOfferPrice strong {
    font-size: clamp(58px, 19.57vw, 76px);
    line-height: 80%;
  }

  .footerOfferPrice span {
    padding-bottom: 1px;
    font-size: clamp(26px, 8.81vw, 34px);
  }

  .footerOfferActions {
    width: min(341px, 100%);
    height: 34px;

    grid-template-columns: 162fr 170fr;
    gap: 9px;
  }

  .footerOfferButton {
    min-width: 0;
    height: 34px;
    padding: 6px 9px;

    font-size: clamp(14px, 4.65vw, 18px);
    white-space: nowrap;
  }

  .footerOfferMedia {
    gap: 7px;
  }

  .footerOfferCard {
    height: clamp(220px, 48vw, 320px);
    border-radius: 4px;
  }

  .footerOfferCard span {
    right: 5px;
    bottom: 10px;
    left: 5px;
    font-size: clamp(8px, 2.7vw, 12px);
  }

  footer {
    margin-top: 36px;
    padding: 0 0 40px;
    gap: 30px;
  }

  .footerMarkers,
  .footerTop,
  .footerBottom {
    width: calc(100% - 30px);
    max-width: 640px;
  }

  .footerMarkers {
    height: 12px;
  }

  .footerTop {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    grid-template-areas:
      "logo telegram"
      "menus menus";
    column-gap: 20px;
    row-gap: 30px;
  }

  .fcOne {
    grid-area: logo;

    width: 182px;
    max-width: 100%;
    flex-basis: auto;
  }

  .fcTwo {
    grid-area: menus;

    width: 100%;
    margin: 0;

    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .fcTwo a {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.02em;
  }

  .footerTelegram {
    grid-area: telegram;
    margin: 0;
  }

  .footerBottom {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footerMiddle p,
  .footerLinks a {
    font-size: 8px;
  }

  .footerLinks {
    flex-direction: column;
    gap: 18px;
  }

  header ul,
  .headerMain + a {
    display: none;
  }
  .menuToggle {
    display: flex;
    flex: 0 0 24px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;

    width: 24px;
    height: 17px;
    margin: 0;
    padding: 0;

    border: 0;
    background: transparent;
    color: inherit;

    appearance: none;
    -webkit-appearance: none;

    cursor: pointer;
  }

  .menuToggle span {
    width: 24px;
    height: 2.67px;

    flex: 1 1 0;
    align-self: stretch;

    background: #f8f8f8;
    border-radius: 1px;
  }
  .newsListWrap .blockTitleWrap a {
    display: none;
  }
  .postItem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7px;
    background: rgba(123, 123, 123, 0.15);
    /* backdrop-filter: blur(5px); */
    display: flex;
    height: auto;
  }
  .postItem:before {
    background: -moz-linear-gradient(
      145deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(25, 5, 84, 1) 35%,
      rgba(49, 9, 191, 1) 100%
    );
    background: -webkit-linear-gradient(
      145deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(25, 5, 84, 1) 35%,
      rgba(49, 9, 191, 1) 100%
    );
    background: linear-gradient(
      145deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(25, 5, 84, 1) 35%,
      rgba(49, 9, 191, 1) 100%
    );
    width: 100px;
  }
  .postItem img {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 98px;
    height: calc(100% - 4px);
    z-index: 2;
    object-fit: cover;
    object-position: center;
  }

  .postPreviewContent {
    margin-left: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .postPreview {
    position: initial;
    padding: 6px 6px 0 0;
  }
  .postBottom {
    position: initial;
    padding: 20px 0 7px;
  }
  .backImage {
    height: 530px;
    margin: -25px 0 -140px;
  }

  .backImage div {
    right: auto;
    left: -650px;
    top: auto;
    bottom: -550px;
    z-index: 2;
    opacity: 0.7;
  }

  .highlightsWrap {
    z-index: 2;
  }

  .bannerContent h1 span {
    margin: -20px 0 10px;
  }
  .gsHead span {
    font-size: 16px;
  }
  .gsTitle span {
    font-size: 16px;
    margin: 0 5px 0 10px;
  }
  .gsTitle img {
    width: 35px;
    height: 35px;
  }
  .gsTitle p {
    font-size: 16px;
    width: calc(100% - 85px);
  }
  .stringWDL,
  .stringM {
    font-size: 16px;
  }


  header {
    top: 15px;

    width: calc(100% - 30px);
    height: 56px;
    max-height: 56px;

    padding: 0 15px;
  }

  header .container {
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
  }

  header .headerMain {
    min-width: 0;
  }

  header .logo {
    width: 140px;
    margin-right: 0;
  }

  header .logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .mobileMenuWrap {
    display: block;
  }
  .mobileMore {
    display: flex;
  }
}

@media screen and (max-width: 780px) {

  .finalScheduleHeading {
  align-items: center;
  gap: 15px;
}

.finalScheduleMore {
  font-size: 12px;
}

  .hlTabs,
  .scheduleWrap.scheduleMain .slPlay,
  .gsTabs {
    display: none;
  }


  .scheduleWrap.scheduleMain .today {
    font-size: 20px;
  }
  .scheduleWrap.scheduleMain .slTitle,
  .scheduleWrap.scheduleMain .slScore {
    width: 100%;
  }
  .scheduleWrap.scheduleMain .slTitle span {
    font-size: 20px;
  }
  .scheduleWrap.scheduleMain .slScore .slScoreItem:first-child p {
    display: none;
  }
  .scheduleWrap.scheduleMain .slScore .slScoreItem:first-child img {
    margin-left: 0;
  }
  .scheduleWrap.scheduleMain .slScore {
    margin-top: 15px;
    justify-content: flex-start;
  }

  .scheduleWrap.scheduleMain .slScoreItem p text {
    display: block;
  }
  .scheduleWrap.scheduleMain .slScoreItem {
    justify-content: flex-start;
    text-align: left;
    width: auto;
  }
  .scheduleWrap.scheduleMain .slScoreItem p,
  .scheduleWrap.scheduleMain .slScoreItem p text {
    font-size: 17px;
  }
  .scheduleWrap.scheduleMain .slScoreItem img {
    max-width: 45px;
    max-height: 45px;
  }
}

@media screen and (max-width: 720px) {
  .bannerContent h1 {
    font-size: 66px;
  }

}

@media screen and (min-width: 681px) and (max-width: 1439px) {


        .newsPagePattern {
        width: 50.9028vw;
        height: 47.2222vw;

        right: 0;
        top: clamp(75px, 7.2222vw, 104px);
    }

    .bannerMain.bannerNews {
        height: clamp(
            226px,
            calc(100.4px + 18.45vw),
            366px
        );
    }

    .bannerNews .bannerContent {
        height: auto;
        padding-top: clamp(
            132px,
            calc(100.6px + 4.61vw),
            167px
        );
    }

    .bannerNews .bannerContent .container {
        height: auto;
    }

    .bannerNews .bannerContent h1 {
        min-height: 0;

        font-size: clamp(
            32px,
            calc(-38px + 10.28vw),
            110px
        );

        line-height: clamp(
            34px,
            calc(-25px + 8.69vw),
            100px
        );
    }
}

@media screen and (max-width: 1050px) {
    .newsCardListCompact {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    
    .atList {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 7.14px;
        row-gap: 7.14px;
    }
    
    .atlItem {
      height: 100%;
    }
}

@media screen and (max-width: 950px) and (min-width: 681px) {
    .newsCardListLarge {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 760px) and (min-width: 681px) {
    .newsCardListCompact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 680px) {

    .prizeTotal {
      margin-top: 0;
    }

      /* Новости на главной и общей странице */

    .newsListWrapMain {
        min-height: 474.22px;
    }

    .newsListWrapMain .blockTitleWrap,
    .newsListWrapMain .newsCardList {
        width: calc(100% - 28px);
        max-width: none;
    }

    .newsListWrapMain .blockTitleWrap {
        height: 24px;
        margin-bottom: 40px;
        align-items: flex-end;
    }

    .newsListWrapMain .blockTitle {
        font-size: 20px;
        line-height: 24px;
    }

    .newsListWrapMain .blockTitleWrap > a {
        display: none;
    }

    .newsListWrapMain .mobileMore {
        order: 1;
        align-self: flex-start;

        height: 8px;
        margin: 0 0 22.07px 14px;

        display: flex;
        align-items: center;
        gap: 6px;

        color: #F8F8F8;
        opacity: 0.6;

        font-family: TT, Arial, sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0.02em;
    }

.newsListWrapMain .mobileMore::after {
    content: "";

    width: 8px;
    height: 8px;
    flex: 0 0 8px;

    background: url(../images/arrow-new.svg) center / contain no-repeat;
}

    .newsListWrapMain .newsCardList {
        order: 2;
        gap: 22.07px;
    }

    .newsPageFeed {
        gap: 20px;
    }

.newsPageFeatured {
    gap: 20px;
}

.newsPageFeaturedTitle {
    width: 173px;
    height: 14px;
    margin: 0;

    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;

    color: #56FF5F;
    font-family: TT, "TT Travels Next", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.02em;
}

.newsPageFeaturedTitle span {
  font-weight: 600;
}

.newsPageFeaturedTitle svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}

.newsPageFeaturedTitle span {
    width: 149px;
    white-space: nowrap;
}

    .newsPageFeed .newsCardList {
        gap: 20px;
    }

    .newsPageFeed .newsPageDivider {
        margin: 0;
    }

    .newsCardList {
        display: flex;
        flex-direction: column;
    }

    .newsCardList .postItem,
    .newsCardListLarge .postItem,
    .newsCardListCompact .postItem {
        width: 100%;
        height: 112px;
        min-height: 112px;
        aspect-ratio: auto;
        margin: 0;

        display: flex;
        flex-direction: row;

        background: #19191F;
        border-radius: 5px;
    }

    .newsCardList .postItem > img,
    .newsCardListCompact .postItem > img {
        position: static;

        width: 35.36%;
        height: 112px;
        aspect-ratio: auto;
        flex: 0 0 35.36%;

        object-fit: cover;
        border-radius: 5px 0 0 5px;
    }

    .newsCardList .postPreviewContent,
    .newsCardListLarge .postPreviewContent,
    .newsCardListCompact .postPreviewContent {
        width: auto;
        height: 112px;
        min-height: 0;
        margin: 0;
        padding: 17.6585px 17.6585px 26.4878px;
        flex: 1 1 auto;

        background: #19191F;
        border: 0.882927px solid #421FCB;
        border-radius: 0 5px 5px 0;

        -webkit-backdrop-filter: blur(35.3171px);
        backdrop-filter: blur(35.3171px);
    }

    .newsCardListHighlighted .postPreviewContent {
        background: #421FCB;
    }

    .newsCardList .postPreview,
    .newsCardListLarge .postPreview,
    .newsCardListCompact .postPreview {
        width: 100%;
        margin: 0;
        padding: 0;
        gap: 14.13px;
    }

    .newsCardList .postPreview h3,
    .newsCardListLarge .postPreview h3,
    .newsCardListCompact .postPreview h3,
    .newsPageFeatured .postPreview h3 {
        margin: 0;

        font-size: 14px;
        line-height: 100%;

        -webkit-line-clamp: 3;
    }

    .newsCardList .postPreview > span,
    .newsCardListLarge .postPreview > span,
    .newsCardListCompact .postPreview > span {
        margin: 0;

        font-size: 12px;
        line-height: 100%;
    }

    .newsCardList .postItem:hover {
        transform: none;
    }

.bannerMain.bannerNews {
    height: 226px;
    margin-bottom: 0;
}

.bannerNews .bannerContent {
    height: auto;
    padding-top: 132px;
}

.bannerNews .bannerContent .container {
    width: 100%;
    height: auto;
    max-width: none;
    margin: 0;
    padding: 0 0 0 14px;
}

.bannerNews .bannerContent h1 {
    width: 100%;
    min-height: 0;
    margin: 0;

    font-size: 32px;
    line-height: 34px;
    letter-spacing: -0.05em;
}

        /* Команды */

    .teamsWrap {
        width: 100vw;
        margin-top: 60px;
    }

    .teamsWrap > .container {
        width: calc(100vw - 28px);
        max-width: none;
    }

    .teamsWrap .blockTitle {
        height: 24px;
        margin-bottom: 23px;

        font-size: 20px;
        line-height: 24px;
    }


    .teamItem {
        width: auto !important;
        height: 133.54px;
        margin: 0 !important;
        padding: 15.118px 7.55898px;

        border-width: 0.629915px;
        border-radius: 10px;
    }

    .teamItemHidden {
        display: none;
    }

    .teamItem > img {
        width: 62.99px;
        height: 62.99px;
        max-width: none;
        max-height: none;
        flex-basis: 62.99px;
    }

    .teamItem h4 {
        width: 88.19px;
        min-height: 22.05px;
        margin: 6.27px 0 0;

        font-size: 10.2755px;
        line-height: 10px;
    }

    .teamItem > span {
        margin-top: auto;

        font-size: 6.85032px;
        line-height: 7px;
    }

    .teamItem ul {
        padding: 17.1258px 6.29915px 6px;
    }

    .teamItem li {
        font-size: 10.0786px;
        line-height: 180%;
    }

    .teamItem li text {
        width: 8px;
        flex-basis: 8px;
    }

    .teamItem li span {
        width: 8.57px;
        height: 6.28px;
        margin: 0 4px;
        flex-basis: 8.57px;
    }

    .teamsMore {
        margin-top: 7.14px;
        padding-top: 5.7086px;
        gap: 3.43px;

        font-size: 12px;
        line-height: 120%;
    }

.teamsMore::after {
    width: 8px;
    height: 8px;
    flex-basis: 8px;
}

    /* Прошедшие трансляции */

.highlightsWrap {
  left: 50%;

  width: 100vw;
  min-height: 498.22px;
  margin-top: 60px;
  gap: 40px;

  transform: translateX(-50%);
}

.highlightsTitleWrap {
  display: flex;
  align-items: flex-end;

  width: 100%;
  height: 48px;
  padding: 0 14px;
}

.highlightsWrap .highlightsTitle {
  display: flex;
  align-items: flex-end;

  width: 362px;
  height: 48px;
  margin: 0;
  padding: 0;

  color: #f8f8f8;

  font-family: TT, Arial, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.highlightsList {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22.07px;

  width: 362px;
  height: auto;

  overflow: visible;
}

.highlightsList .hlItem:nth-child(n + 4) {
  display: none;
}

.highlightsWrap.isExpanded .highlightsList .hlItem {
  display: flex;
}

/* Мобильная карточка */

.hlItem {
  display: flex;
  flex-direction: row;
  align-items: stretch;

  width: 100%;
  height: 112px;
  flex: 0 0 112px;

  background: #19191f;
  border-radius: 10px;
}

.hlItem:hover {
  transform: none;
}

.hlItem > img {
  width: 128.64px;
  height: 112px;
  flex: 0 0 128.64px;

  object-fit: cover;
  object-position: center;

  border-radius: 10px 0 0 10px;
}

.hlContent {
  width: 233.36px;
  height: 112px;
  padding: 17.6585px 17.6585px 26.4878px;
  flex: 1 1 auto;
  gap: 14.13px;

  background: #19191f;
  border-width: 0.882927px 0.882927px 0.882927px 0;
  border-color: #421fcb;
  border-radius: 0 10px 10px 0;
}

.hlItem:hover .hlContent {
  background: rgba(53, 30, 203, 0.4);
}

.hlContent h3 {
    display: -webkit-box;

    min-height: 0;
    max-height: none;
    overflow: hidden;

    font-size: 14px;
    line-height: 16px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hlContent span {
  font-size: 12px;
  line-height: 100%;
}

/* Показать все */

.highlightsWrap .highlightsMore {
  order: 3;

  display: flex;
  align-self: flex-start;
  align-items: center;
  gap: 6px;

  height: 14px;
  margin: 0;
  padding: 0px 15px;


  color: #f8f8f8;
  opacity: 0.6;

  font-family: TT, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.02em;
  text-align: left;

  background: transparent;
  border: 0;
  cursor: pointer;
}

.highlightsWrap .highlightsMore::after {
  content: "";

  width: 8px;
  height: 8px;
  flex: 0 0 8px;

  background: url(../images/arrow-new.svg) center / contain no-repeat;
  transition: transform 0.2s ease;
}

.highlightsWrap.isExpanded .highlightsMore::after {
  transform: rotate(180deg);
}

  .mainBannerGraphic {
    width: 492px;
    height: 616.92px;
    left: -263px;
    top: -60px;
  }

  .bannerMain.realMain {
    height: 640px;
    min-height: 640px;
    border-radius: 0 0 20px 20px;
  }

  .bannerMain.realMain .bannerBacks,
  .bannerMain.realMain .bannerBacks > div {
    border-radius: 0 0 20px 20px;
  }

  .bannerMain.realMain .bannerBacks > div {
    background-position: center center !important;
    background-size: cover !important;
  }

  .realMain .mainBannerTitle {
    margin-bottom: 0;
  }

  .mainBannerActions {
    width: calc(100% - 4px);
    height: 30px;
    margin-top: 80px;
    margin-left: 4px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  .mainBannerButton {
    width: 217.5px;
    height: 30px;
    padding: 4.5px 10.5px;
    flex: 0 0 217.5px;

    gap: 6px;
    border-radius: 54.8158px;
  }

  .mainBannerButton span {
    width: auto;
    height: 21px;
    margin: 0;
    flex: 1 1 auto;

    font-size: 16.975px;
    line-height: 20px;
    letter-spacing: -0.07em;
  }

  .mainBannerButton svg {
    width: 19.5px;
    height: 19.5px;
    flex: 0 0 19.5px;
  }

  .mainBannerMarker {
    width: 8px;
    height: 8px;
    min-width: 8px;
    flex: 0 0 8px;
  }

  /* На мобильном по макету остаётся только три маркера */
  .mainBannerMarker:nth-of-type(n + 4) {
    display: none;
  }

  .bbDesk {
    display: none;
  }
  .bbMob {
    display: block;
  }
  .bannerContent {
    padding-top: 75px;
  }
  .bannerContent h1 {
    font-size: 60px;
  }
  .realMain .bannerContent {
    padding-top: 362px;
  }

  .realMain .bannerContent .container {
    width: calc(100% - 28px);
    max-width: none;
  }

  .realMain .mainBannerTitle {
    width: 267.56px;
    height: 134.05px;
    margin-bottom: 10.22px;
    padding: 14.2689px 23.7816px;
    gap: 9.51px;

    border-radius: 19.0252px;
    box-shadow: inset 0 0 0 1px #56ff5f;
  }

  .realMain .mainBannerTitleText {
    width: 220px;
    height: 74px;
    flex-basis: 74px;

    font-size: 46.4267px;
    line-height: 37px;
    letter-spacing: -1.27803px;
  }

  .realMain .mainBannerTitleAccent {
    width: 218.93px;
    height: 22px;
    flex-basis: 22px;

    font-size: 27.362px;
    line-height: 22px;
    letter-spacing: -0.753217px;
  }

  .realMain .bannerContent .button {
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
  }

  .bannerBacks:before {
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.0086472) 6.67%,
      rgba(0, 0, 0, 0.03551) 13.33%,
      rgba(0, 0, 0, 0.0816599) 20%,
      rgba(0, 0, 0, 0.147411) 26.67%,
      rgba(0, 0, 0, 0.231775) 33.33%,
      rgba(0, 0, 0, 0.331884) 40%,
      rgba(0, 0, 0, 0.442691) 46.67%,
      rgba(0, 0, 0, 0.557309) 53.33%,
      rgba(0, 0, 0, 0.668116) 60%,
      rgba(0, 0, 0, 0.768225) 66.67%,
      rgba(0, 0, 0, 0.852589) 73.33%,
      rgba(0, 0, 0, 0.91834) 80%,
      rgba(0, 0, 0, 0.96449) 86.67%,
      rgba(0, 0, 0, 0.991353) 93.33%,
      #000000 100%
    );
    background: -webkit-linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.0086472) 6.67%,
      rgba(0, 0, 0, 0.03551) 13.33%,
      rgba(0, 0, 0, 0.0816599) 20%,
      rgba(0, 0, 0, 0.147411) 26.67%,
      rgba(0, 0, 0, 0.231775) 33.33%,
      rgba(0, 0, 0, 0.331884) 40%,
      rgba(0, 0, 0, 0.442691) 46.67%,
      rgba(0, 0, 0, 0.557309) 53.33%,
      rgba(0, 0, 0, 0.668116) 60%,
      rgba(0, 0, 0, 0.768225) 66.67%,
      rgba(0, 0, 0, 0.852589) 73.33%,
      rgba(0, 0, 0, 0.91834) 80%,
      rgba(0, 0, 0, 0.96449) 86.67%,
      rgba(0, 0, 0, 0.991353) 93.33%,
      #000000 100%
    );
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.0086472) 6.67%,
      rgba(0, 0, 0, 0.03551) 13.33%,
      rgba(0, 0, 0, 0.0816599) 20%,
      rgba(0, 0, 0, 0.147411) 26.67%,
      rgba(0, 0, 0, 0.231775) 33.33%,
      rgba(0, 0, 0, 0.331884) 40%,
      rgba(0, 0, 0, 0.442691) 46.67%,
      rgba(0, 0, 0, 0.557309) 53.33%,
      rgba(0, 0, 0, 0.668116) 60%,
      rgba(0, 0, 0, 0.768225) 66.67%,
      rgba(0, 0, 0, 0.852589) 73.33%,
      rgba(0, 0, 0, 0.91834) 80%,
      rgba(0, 0, 0, 0.96449) 86.67%,
      rgba(0, 0, 0, 0.991353) 93.33%,
      #000000 100%
    );
    opacity: 0.8;
    transform: rotate(180deg);
  }
  .bannerBacks:after {
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.0086472) 6.67%,
      rgba(0, 0, 0, 0.03551) 13.33%,
      rgba(0, 0, 0, 0.0816599) 20%,
      rgba(0, 0, 0, 0.147411) 26.67%,
      rgba(0, 0, 0, 0.231775) 33.33%,
      rgba(0, 0, 0, 0.331884) 40%,
      rgba(0, 0, 0, 0.442691) 46.67%,
      rgba(0, 0, 0, 0.557309) 53.33%,
      rgba(0, 0, 0, 0.668116) 60%,
      rgba(0, 0, 0, 0.768225) 66.67%,
      rgba(0, 0, 0, 0.852589) 73.33%,
      rgba(0, 0, 0, 0.91834) 80%,
      rgba(0, 0, 0, 0.96449) 86.67%,
      rgba(0, 0, 0, 0.991353) 93.33%,
      #000000 100%
    );
    background: -webkit-linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.0086472) 6.67%,
      rgba(0, 0, 0, 0.03551) 13.33%,
      rgba(0, 0, 0, 0.0816599) 20%,
      rgba(0, 0, 0, 0.147411) 26.67%,
      rgba(0, 0, 0, 0.231775) 33.33%,
      rgba(0, 0, 0, 0.331884) 40%,
      rgba(0, 0, 0, 0.442691) 46.67%,
      rgba(0, 0, 0, 0.557309) 53.33%,
      rgba(0, 0, 0, 0.668116) 60%,
      rgba(0, 0, 0, 0.768225) 66.67%,
      rgba(0, 0, 0, 0.852589) 73.33%,
      rgba(0, 0, 0, 0.91834) 80%,
      rgba(0, 0, 0, 0.96449) 86.67%,
      rgba(0, 0, 0, 0.991353) 93.33%,
      #000000 100%
    );
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.0086472) 6.67%,
      rgba(0, 0, 0, 0.03551) 13.33%,
      rgba(0, 0, 0, 0.0816599) 20%,
      rgba(0, 0, 0, 0.147411) 26.67%,
      rgba(0, 0, 0, 0.231775) 33.33%,
      rgba(0, 0, 0, 0.331884) 40%,
      rgba(0, 0, 0, 0.442691) 46.67%,
      rgba(0, 0, 0, 0.557309) 53.33%,
      rgba(0, 0, 0, 0.668116) 60%,
      rgba(0, 0, 0, 0.768225) 66.67%,
      rgba(0, 0, 0, 0.852589) 73.33%,
      rgba(0, 0, 0, 0.91834) 80%,
      rgba(0, 0, 0, 0.96449) 86.67%,
      rgba(0, 0, 0, 0.991353) 93.33%,
      #000000 100%
    );
  }


  .realMain + .container {
    padding-top: 60px;
  }

  .bannerContent .container > p,
  .bannerContent .container > a:not(.button) {
    font-size: 20px;
  }



  /* Мобильный hero турнира */

.bannerMain.bannerTour {
  height: 602px;
  min-height: 602px;
  margin-bottom: 0;

  border-radius: 0 0 13.5088px 13.5088px;
}

.bannerTour .bannerContent {
  height: auto;
  padding-top: 209px;
}

.bannerTour .bannerContent .container {
  width: calc(100% - 28px);
  max-width: none;
  height: auto;
  margin: 0 auto;
}

/* Текст */

.bannerTourIntro {
  box-sizing: border-box;

  width: 100%;
  min-height: 148px;
  padding-top: 40.5px;
  gap: 9.4px;

  border-radius: 0 0 13.5088px 13.5088px;
}

.bannerTour .bannerTourIntro h1 {
  width: 100%;

  font-size: 32px;
  line-height: 34px;
  letter-spacing: -0.05em;
}

.bannerTour .bannerTourIntro p {
  width: min(201.62px, 100%);

  font-size: 10.0203px;
  font-weight: 600;
  line-height: 10px;
}

/* Статистика и кнопка */

.bannerTourMeta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16.74px;

  width: 100%;
  height: auto;
  margin-top: 6.86px;
}

/* Статистика сначала */

.bannerTour .bcList {
  order: 1;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9.7px;

  width: 173px;
  height: 144.4px;
  margin: 0;
  flex: 0 0 144.4px;
}

.bannerTour .bcItem {
  box-sizing: border-box;

  width: 173px;
  height: 42px;
  min-height: 42px;
  padding: 8.09327px 4.04663px;
  flex: 0 0 42px;
  gap: 8.95px;

  background: rgba(0, 0, 0, 0.6);
  border: 0.809327px solid rgba(86, 255, 95, 0.2);
  border-radius: 4.85596px;
}

.bannerTour .bcItem:first-child {
  height: 41px;
  min-height: 41px;
  flex-basis: 41px;
}

.bannerTour .bcItem span {
  width: 100%;
  height: 6px;

  font-size: 8.95318px;
  font-weight: 700;
  line-height: 100%;
}

.bannerTour .bcItem strong {
  width: 100%;
  height: 10px;

  font-size: 14.922px;
  font-weight: 800;
  line-height: 100%;
}

/* Кнопка после статистики */

.tourWatchRow {
  order: 2;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  width: 100%;
  height: 40px;
  flex: 0 0 40px;
}

.tourWatchButton {
  width: 218.45px;
  height: 40px;
  padding: 9.5px 10.9946px;
  flex: 0 0 218.45px;

  gap: 5.5px;
  border-radius: 54.9729px;
}

.tourWatchButton span {
  width: 171px;

  font-size: 16.02px;
  line-height: 20px;
  letter-spacing: -0.02em;
}

.tourWatchButton svg {
  width: 19.96px;
  height: 19.96px;
  flex: 0 0 19.96px;
}

.tourWatchMarker {
  display: block;

  width: 8px;
  height: 8px;
  flex: 0 0 8px;
}

  .scheduleWrap.scheduleMain .slbText,
  .scheduleWrap.scheduleMain .slBottom > a,
  .scheduleWrap.scheduleMain .slBottom span,
  .scheduleWrap.scheduleMain .slBottom .slbText a {
    display: block;
  }
  .scheduleWrap.scheduleMain .slBottom span,
  .scheduleWrap.scheduleMain .slBottom .slbText a {
    margin-top: -7px;
  }
  .bannerMain.bannerSchedule {
  height: 174px;
  min-height: 174px;
}

.bannerSchedule .bannerContent {
  padding-top: 100px;
}

.bannerSchedule .bannerContent .container {
  box-sizing: border-box;

  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 0 14px;
}

.bannerSchedule .bannerContent h1 {
  display: block;

  width: 100%;
  height: 34px;
  margin: 0;

  overflow: visible;
  text-overflow: clip;

  font-family: TT, "TT Travels Next", Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 34px;
  letter-spacing: -0.05em;

  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: initial;
}
  .notLikeTabs {
    display: block;
  }
  .scheduleWrap.scheduleMain .live .slTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .scheduleWrap.scheduleMain .live .slTitle .liveM {
    display: block;
  }

  .errorPageWrap {
    background: url(../images/404m.webp);
  }
  #errorPseudoA {
    width: 100%;
    height: 65%;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.0086472) 6.67%,
      rgba(0, 0, 0, 0.03551) 13.33%,
      rgba(0, 0, 0, 0.0816599) 20%,
      rgba(0, 0, 0, 0.147411) 26.67%,
      rgba(0, 0, 0, 0.231775) 33.33%,
      rgba(0, 0, 0, 0.331884) 40%,
      rgba(0, 0, 0, 0.442691) 46.67%,
      rgba(0, 0, 0, 0.557309) 53.33%,
      rgba(0, 0, 0, 0.668116) 60%,
      rgba(0, 0, 0, 0.768225) 66.67%,
      rgba(0, 0, 0, 0.852589) 73.33%,
      rgba(0, 0, 0, 0.91834) 80%,
      rgba(0, 0, 0, 0.96449) 86.67%,
      rgba(0, 0, 0, 0.991353) 93.33%,
      #000000 100%
    );
    background: -webkit-linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.0086472) 6.67%,
      rgba(0, 0, 0, 0.03551) 13.33%,
      rgba(0, 0, 0, 0.0816599) 20%,
      rgba(0, 0, 0, 0.147411) 26.67%,
      rgba(0, 0, 0, 0.231775) 33.33%,
      rgba(0, 0, 0, 0.331884) 40%,
      rgba(0, 0, 0, 0.442691) 46.67%,
      rgba(0, 0, 0, 0.557309) 53.33%,
      rgba(0, 0, 0, 0.668116) 60%,
      rgba(0, 0, 0, 0.768225) 66.67%,
      rgba(0, 0, 0, 0.852589) 73.33%,
      rgba(0, 0, 0, 0.91834) 80%,
      rgba(0, 0, 0, 0.96449) 86.67%,
      rgba(0, 0, 0, 0.991353) 93.33%,
      #000000 100%
    );
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.0086472) 6.67%,
      rgba(0, 0, 0, 0.03551) 13.33%,
      rgba(0, 0, 0, 0.0816599) 20%,
      rgba(0, 0, 0, 0.147411) 26.67%,
      rgba(0, 0, 0, 0.231775) 33.33%,
      rgba(0, 0, 0, 0.331884) 40%,
      rgba(0, 0, 0, 0.442691) 46.67%,
      rgba(0, 0, 0, 0.557309) 53.33%,
      rgba(0, 0, 0, 0.668116) 60%,
      rgba(0, 0, 0, 0.768225) 66.67%,
      rgba(0, 0, 0, 0.852589) 73.33%,
      rgba(0, 0, 0, 0.91834) 80%,
      rgba(0, 0, 0, 0.96449) 86.67%,
      rgba(0, 0, 0, 0.991353) 93.33%,
      #000000 100%
    );
  }
  #errorPseudoB {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.0086472) 6.67%,
      rgba(0, 0, 0, 0.03551) 13.33%,
      rgba(0, 0, 0, 0.0816599) 20%,
      rgba(0, 0, 0, 0.147411) 26.67%,
      rgba(0, 0, 0, 0.231775) 33.33%,
      rgba(0, 0, 0, 0.331884) 40%,
      rgba(0, 0, 0, 0.442691) 46.67%,
      rgba(0, 0, 0, 0.557309) 53.33%,
      rgba(0, 0, 0, 0.668116) 60%,
      rgba(0, 0, 0, 0.768225) 66.67%,
      rgba(0, 0, 0, 0.852589) 73.33%,
      rgba(0, 0, 0, 0.91834) 80%,
      rgba(0, 0, 0, 0.96449) 86.67%,
      rgba(0, 0, 0, 0.991353) 93.33%,
      #000000 100%
    );
    background: -webkit-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.0086472) 6.67%,
      rgba(0, 0, 0, 0.03551) 13.33%,
      rgba(0, 0, 0, 0.0816599) 20%,
      rgba(0, 0, 0, 0.147411) 26.67%,
      rgba(0, 0, 0, 0.231775) 33.33%,
      rgba(0, 0, 0, 0.331884) 40%,
      rgba(0, 0, 0, 0.442691) 46.67%,
      rgba(0, 0, 0, 0.557309) 53.33%,
      rgba(0, 0, 0, 0.668116) 60%,
      rgba(0, 0, 0, 0.768225) 66.67%,
      rgba(0, 0, 0, 0.852589) 73.33%,
      rgba(0, 0, 0, 0.91834) 80%,
      rgba(0, 0, 0, 0.96449) 86.67%,
      rgba(0, 0, 0, 0.991353) 93.33%,
      #000000 100%
    );
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.0086472) 6.67%,
      rgba(0, 0, 0, 0.03551) 13.33%,
      rgba(0, 0, 0, 0.0816599) 20%,
      rgba(0, 0, 0, 0.147411) 26.67%,
      rgba(0, 0, 0, 0.231775) 33.33%,
      rgba(0, 0, 0, 0.331884) 40%,
      rgba(0, 0, 0, 0.442691) 46.67%,
      rgba(0, 0, 0, 0.557309) 53.33%,
      rgba(0, 0, 0, 0.668116) 60%,
      rgba(0, 0, 0, 0.768225) 66.67%,
      rgba(0, 0, 0, 0.852589) 73.33%,
      rgba(0, 0, 0, 0.91834) 80%,
      rgba(0, 0, 0, 0.96449) 86.67%,
      rgba(0, 0, 0, 0.991353) 93.33%,
      #000000 100%
    );
    opacity: 0.8;
  }
  #errorPseudoC {
    width: 1575px;
    height: 395px;
    left: 50%;
    bottom: -150px;
    top: auto;
    background: -moz-linear-gradient(
      119deg,
      #5500ff 17.59%,
      rgba(85, 0, 255, 0) 77.84%
    );
    background: -webkit-linear-gradient(
      119deg,
      #5500ff 17.59%,
      rgba(85, 0, 255, 0) 77.84%
    );
    background: linear-gradient(
      119deg,
      #5500ff 17.59%,
      rgba(85, 0, 255, 0) 77.84%
    );
    opacity: 0.8;
    filter: blur(100px);
    transform: translateX(-50%) rotate(-16.4deg);
  }
  .errorContent h1 {
    font-size: 16px;
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 75px;
    transform: translateX(-50%);
  }
  .errorContent img {
    position: absolute;
    margin: 0 0 0 65px;
    bottom: -10px;
    left: 50%;
    width: 135%;
    transform: translateX(-50%);
    max-width: none;
  }

}

@media screen and (max-width: 580px) {
  .backImage {
    /* height: 380px; */
    margin: -25px -60px -90px;
    background-image: var(--mobile-bg) !important;
  }

  .backImage div {
    position: absolute;
    width: 500px;
    height: 500px;
    left: 50%;
    top: 500px;
    transform: translateX(-50%);
    background: -moz-linear-gradient(
      119deg,
      #5500ff 17.59%,
      rgba(85, 0, 255, 0) 77.84%
    );
    background: -webkit-linear-gradient(
      119deg,
      #5500ff 17.59%,
      rgba(85, 0, 255, 0) 77.84%
    );
    background: linear-gradient(
      119deg,
      #5500ff 17.59%,
      rgba(85, 0, 255, 0) 77.84%
    );
    opacity: 0.8;
    filter: blur(100px);
  }


  .newsListWrap.hasPseudo.hasPseudoMob:before {
    top: -180px;
    bottom: auto;
    left: 90px;
  }
  .scheduleWrap.scheduleMain:after {
    position: absolute;
    width: 500px;
    height: 500px;
    left: 50%;
    top: -400px;
    background: -moz-linear-gradient(
      119deg,
      #5500ff 17.59%,
      rgba(85, 0, 255, 0) 77.84%
    );
    background: -webkit-linear-gradient(
      119deg,
      #5500ff 17.59%,
      rgba(85, 0, 255, 0) 77.84%
    );
    background: linear-gradient(
      119deg,
      #5500ff 17.59%,
      rgba(85, 0, 255, 0) 77.84%
    );
    opacity: 0.8;
    filter: blur(100px);
    transform: translateX(-50%);
  }



  .errorContent img {
    margin: 0 0 0 55px;
    bottom: 0;
  }
  .bannerContent h1 {
    font-size: 54px;
  }
}

@media screen and (max-width: 520px) {
  .bannerContent h1 {
    font-size: 45px;
  }
  
  .postid-519 .bannerBacks video {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 480px) {

      .newsPagePattern {
        width: 382px;
        height: 512px;

        right: 0;
        top: 0;
    }

  .button .colorBack {
    width: calc(100% - 7px);
  }
  .bannerMain {
    height: 570px;
    margin-bottom: 40px;
  }
  .bannerContent .button {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .bannerContent {
    height: calc(100% - 75px);
  }
  .bannerContent .container {
    height: 100%;
  }
  .blockTitle,
  .wp-block-heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .blockTitleWrap {
    margin-bottom: 20px;
  }
  .postPreview span {
    font-size: 12px;
  }
  .postPreview h3 {
    font-size: 15px;
  }
  .postBottom {
    font-size: 12px;
  }
  .postBottom span:before,
  .toComments:before {
    width: 15px;
    height: 14px;
  }

  .siBottom a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
  }
  .breadCrumbs li {
    font-size: 12px;
  }
  .bannerContent .container > p,
  .bannerContent .container > a:not(.button) {
    font-size: 16px;
  }
  .tagsSingle > span {
    margin-right: 15px;
    font-size: 14px;
}

.tagsSingle .tagsList a {
    padding: 2px 10px;
    font-size: 14px;
}

  .authorWrap {
    margin: 15px 0 25px;
  }
  .authorImage {
    width: 46px;
    height: 46px;
  }
  .authorWrap > span {
    font-size: 14px;
  }


  .newComment textarea,
  .authorWrap div + div span {
    font-size: 14px;
  }
  .authorWrap div + div text {
    font-size: 12px;
  }
  .commentItem p {
    font-size: 14px;
  }
  .commentButtons > * {
    font-size: 16px;
  }

  .newComment,
  .commentItem {
    padding: 15px;
  }
  .commentItem .commentItem:before {
    width: 10px;
  }
  .bannerContent h1 span {
    margin: -7px 0 10px;
    font-size: 20px;
  }
  .bannerContent .container > .bcText {
    font-size: 15px;
    margin: -20px 0 35px;
    line-height: 120%;
  }



  .scheduleWrap.scheduleMain .blockTitleWrap a {
    display: none;
  }
  .scheduleWrap.scheduleMain .today,
  .scheduleWrap.scheduleMain .slTitle span {
    font-size: 14px;
  }
  .scheduleWrap.scheduleMain .slScoreItem img {
    max-width: 35px;
    max-height: 35px;
    margin: 0 10px;
  }
  .scheduleWrap.scheduleMain .slScoreItem span,
  .scheduleWrap.scheduleMain .slScoreItem:first-child:after {
    font-size: 16px;
  }
  .scheduleWrap.scheduleMain .slScoreItem:first-child:after {
    margin: 0 5px 0 7px;
  }


  .notLikeTabs {
    margin-top: -70px;
  }

  .scheduleWrap.scheduleMain .mobileMore {
    display: flex;
  }
  .errorContent img {
    margin: 0 0 0 50px;
    bottom: 0;
  }
}

@media screen and (max-width: 440px) {
  .bannerContent h1 {
    font-size: 35px;
  }
  .realMain .bannerContent h1 {
    font-size: 44px;
  }
  .realMain .bannerContent .button {
    height: 50px;
  }
  .realMain .button text {
    font-size: 20px;
  }
}

@media screen and (max-width: 420px) {
  .errorContent h1 {
    width: 100%;
    text-align: center;
  }
  .errorContent img {
    margin: 0 0 0 42px;
    bottom: 10px;
  }
}

@media screen and (max-width: 380px) {
  .postItem:before {
    width: 90px;
  }
  .postItem img {
    width: 88px;
  }
  .postPreviewContent {
    margin-left: 100px;
  }

  .blockTitleWrap {
    flex-wrap: wrap;
  }
  .blockTitleWrap .blockTitle {
    width: 100%;
    margin-bottom: 10px;
  }
  .blockTitleWrap > a,
  .blockTitleWrap > span,
  .blockTitleWrap > .isSelect {
    font-size: 14px;
  }

  .backImage {
    height: 310px;
    margin: -25px -60px -70px;
  }


  .errorContent img {
    margin: 0 0 0 38px;
    bottom: 20px;
  }
}

@media screen and (max-width: 320px) {
  .errorContent img {
    margin: 0 0 0 34px;
    bottom: 25px;
  }
}

@media screen and (max-width: 780px) {

      .newsPagePattern {
        width: 380px;
        height: 320px;

        right: 0;
        top: 0;

        background-position: center top;
        background-size: cover;

        opacity: 0.7;
    }

  .roadmapWrap {
    width: 100vw;
    margin-top: 60px;
  }

  .roadmapWrap .blockTitleWrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    margin: 0 0 20px;
  }

  .roadmapWrap .blockTitleWrap .blockTitle {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 14px;
    font-size: 20px;
    line-height: 24px;
  }

  .roadmapWrap .isSelect {
    box-sizing: border-box;
    width: 199px;
    padding-left: 14px;
  }

  .roadmapWrap .isSelect li {
    min-width: 50px;
    font-size: 14px;
  }

    .roadmapBlock {
    width: 100%;
    height: 262px;
    padding: 0 14px;
    box-sizing: border-box;

    overflow-x: auto;
    overflow-y: hidden;

    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-padding-inline: 14px;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    }

  .roadmapBlock::-webkit-scrollbar {
    display: none;
  }

    .roadmapList {
    width: 798.86px;
    min-width: 798.86px;
    height: 262px;
    margin: 0;
    aspect-ratio: auto;
    }
}

@media screen and (max-width: 680px) {
      /* Читайте также */

    .singleRelatedSection {
        position: relative;

        width: 100vw;
        max-width: none;
        margin: 60px 0 0 calc(50% - 50vw);

        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .singleRelatedTitle {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0 14px;

        font-size: 20px;
        line-height: 24px;
    }

    .singleRelatedBody {
        width: calc(100% - 28px);

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }


    /* Показать все */

    .singleRelatedAll {
        display: flex;
        align-items: center;
        gap: 6px;

        color: rgba(248, 248, 248, 0.6);
        font-family: TT, Arial, sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0.02em;
        text-decoration: none;
    }

.singleRelatedAll i {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;

    background: url(../images/arrow-new.svg) center / contain no-repeat;
}

    .singleRelatedAll:hover {
        color: #F8F8F8;
    }


    /* Мобильный список */

    .singleRelatedList {
        width: 100%;

        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .singleRelatedCard {
        width: 100%;
        height: 112px;

        display: flex;
        flex-direction: row;

        overflow: hidden;
        background: #19191F;
        border-radius: 5px;
    }

    .singleRelatedCard > img {
        width: 128px;
        height: 112px;
        aspect-ratio: auto;
        flex: 0 0 128px;

        object-fit: cover;
        object-position: center;

        border-radius: 5px 0 0 5px;
    }

    .singleRelatedCardContent {
        width: auto;
        height: 112px;
        min-height: 0;
        padding: 17.66px 17.66px 26.49px;
        flex: 1 1 auto;

        gap: 14.13px;

        background: #19191F;
        border: 0.88px solid #421FCB;
        border-radius: 0 5px 5px 0;
        backdrop-filter: blur(35.32px);
    }

    .singleRelatedCard:hover .singleRelatedCardContent {
        background: rgba(53, 30, 203, 0.4);
    }

    .singleRelatedCardContent h3 {
        font-size: 14px;
        line-height: 100%;
        -webkit-line-clamp: 3;
    }

    .singleRelatedCardContent time {
        font-size: 12px;
        line-height: 100%;
    }


    /* На мобильном предыдущую и следующую не показываем */

    .singlePagination {
        display: none;
    }

        /* Текст одиночной новости */

  .postPage {
      width: 100%;
      max-width: 1280px;
      margin: 40px auto 0;
      gap: 20px;
  }

    .postPageContent {
        font-size: 16px;
        line-height: 140%;
    }

    .postPageContent p {
        margin-bottom: 16px;
    }

    .postPageContent ul,
    .postPageContent ol {
        margin-bottom: 16px;
        padding-left: 20px;
    }

    .postPageContent li + li {
        margin-top: 6px;
    }

    .postPageContent h2,
    .postPageContent h3,
    .postPageContent h4 {
        margin: 24px 0 16px;
    }

    .postPageContent h2 {
        font-size: 24px;
    }

    .postPageContent h3 {
        font-size: 21px;
    }

    .postPageContent h4 {
        font-size: 18px;
    }

    .singleNewsArticleDate {
        font-family: TT, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.02em;
    }

      /* Одиночная новость */

    .singleNewsHero {
        width: 100%;
        padding-top: 0;

        display: flex;
        flex-direction: column;
        align-items: stretch;

        background: #19191F;
    }


    /* Хиро с картинкой на фоне */

    .bannerMain.bannerSingle {
        position: relative;
        z-index: 1;

        width: 100%;
        min-height: 562px;
        margin: 0;
        padding: 0;

        display: block;

        overflow: hidden;
        background: transparent;
        border-radius: 0 0 20px 20px;
    }

    .bannerSingle .bannerContent {
        position: relative;
        z-index: 2;

        width: 100%;
        min-height: 562px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .singleNewsHeader {
        width: min(351px, calc(100% - 28px));
        margin: 0 14px;
        padding: 0;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 17.98px;
    }


    /* На мобильном картинка становится фоном хиро */

    .postPagePreview {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 0;

        width: 100%;
        height: 562px;
        aspect-ratio: auto;
        margin: 0;
        padding: 0;

        overflow: hidden;
        border-radius: 0 0 20px 20px;
    }

    .postPagePreview img {
        width: 100%;
        height: 100%;

        object-fit: cover;
        object-position: center top;
    }

    .postPagePreview::after {
        content: "";

        position: absolute;
        inset: 0;
        z-index: 1;

        display: block;

        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 42%,
                rgba(0, 0, 0, 0.42) 67%,
                rgba(0, 0, 0, 0.96) 100%
            );
        pointer-events: none;
    }


    /* Теги уже находятся вне картинки */

    .singleNewsTags {
        position: relative;
        z-index: 2;

        box-sizing: border-box;
        width: 100%;
        min-height: 84px;
        margin: 0;
        padding: 8px 14px;

        display: flex;
        align-items: center;

        background: #19191F;
    }

    .singleNewsTags .tagsList {
        width: 100%;
        max-width: none;

        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 5.78px;
    }

    .singleNewsTags .tagsList a {
        min-height: 16.67px;
        padding: 0 17.33px;

        border-radius: 43.33px;
        font-size: 11.56px;
    }


    /* Хлебные крошки */

    .singleNewsBreadcrumbs {
        font-size: 14px;
    }


    /* Метаданные */

    .singleNewsMain {
        gap: 12.59px;
        padding-bottom: 20px;
    }

    .singleNewsMeta {
        width: 100%;
        gap: 12.59px;

        font-size: 14px;
        white-space: nowrap;
    }

    .singleNewsComments,
    .singleNewsShare {
        gap: 2.7px;
    }

    .singleNewsComments svg,
    .singleNewsShare svg {
        width: 10.79px;
        height: 10.79px;
        flex-basis: 10.79px;
    }


    /* Заголовок */

    .singleNewsMain h1 {
        font-size: 32px;
        line-height: 100%;
    }


    /* Автор */

    .singleNewsAuthor {
        gap: 5.39px;
        font-size: 14px;
    }

    .singleNewsAuthorImage {
        width: 24.72px;
        height: 24.72px;
        flex-basis: 24.72px;
    }


    /* Теги */

    .singleNewsTags {
        width: calc(100vw - 28px);
        margin-left: 3px;
    }

    .singleNewsTags .tagsList {
        max-width: none;
        gap: 5.78px;
    }

    .singleNewsTags .tagsList a {
        min-height: 16.67px;
        padding: 0 17.33px;

        border-radius: 43.33px;
        font-size: 11.56px;
    }

        /* На мобильном обычную пагинацию не показываем */

    .pagination {
        display: none;
    }

    /* Сначала: три главные и четыре обычные новости */

    .newsPageRegularList .postItem:nth-child(n + 5) {
        display: none;
    }

    /* После нажатия раскрываем оставшиеся */

    .newsPageFeed.isExpanded
    .newsPageRegularList
    .postItem {
        display: flex;
    }

    .newsPageShowAll {
        box-sizing: border-box;

        width: 118px;
        min-height: 14px;
        margin: 20px auto 0;
        padding: 0;

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;

        appearance: none;
        border: 0;
        background: transparent;
        color: #F8F8F8;
        opacity: 0.6;
        cursor: pointer;

        font-family: TT, 'TT Travels Next', Arial, sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0.02em;

        transition: opacity 0.2s ease;
    }

    .newsPageShowAll span {
        width: 104px;
        text-align: left;
        white-space: nowrap;
    }

    .newsPageShowAll::after {
        content: "";

        width: 8px;
        height: 8px;
        flex: 0 0 8px;

        background: #FFFFFF;
        clip-path: polygon(0 25%, 100% 25%, 50% 85%);
    }

    .newsPageShowAll:hover {
        opacity: 1;
    }

    .newsPageShowAll.isLoading {
        opacity: 0.35;
        pointer-events: none;
    }

      .bannerNews + .container {
        width: calc(100% - 28px);
    }

    .newsListWrap > .blockTitle {
        margin-bottom: 20px;

        font-size: 20px;
        line-height: 24px;
    }

    .newsListWrap .tagsWrap {
        min-height: 84px;
        margin-bottom: 40px;
    }

    .newsListWrap .tagsList {
        width: 100%;
        min-height: 84px;
        gap: 5.78px;
    }

    .newsListWrap .tagsList a {
        height: 16.67px;
        padding: 0 17.3333px;

        border-radius: 43.3333px;

        font-size: 11.5556px;
        line-height: 100%;
    }

        /* Призовой фонд */

    /* Призовой фонд */

    .prizeWrap {
        width: calc(100vw - 28px);
        margin-top: 60px;
        gap: 44px;
    }

    .prizeHeading {
        width: 100%;
        height: 24px;
    }

    .prizeHeading .blockTitle {
        font-size: 20px;
        line-height: 24px;
    }


    /* Общая сумма */

    .prizeTotal {
        width: 100%;
        height: 189.53px;
        justify-content: flex-end;
    }

    .prizeTotal > img {
        top: 0;
        width: 218.32px;
        height: 172.57px;
    }

    .prizeTotalMoney {
        font-size: 51.502px;
        line-height: 52px;
    }

    .prizeTotalPoints {
        font-size: 16.053px;
        line-height: 16px;
    }


    /* Карточки */

    .prizeList {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 14.08px;
        row-gap: 13.07px;
    }

    .prizeItem {
        height: 68.16px;
        padding: 11.53px 9.55px;
        gap: 9.55px;
        border-radius: 8px;
    }

    .prizePlace {
        font-size: 14.4109px;
        line-height: 10px;
    }

    .prizeMoney {
        font-size: 14.4109px;
        line-height: 10px;
    }

    .prizePoints {
        font-size: 9.22295px;
        line-height: 6px;
    }

  .whyWrap {
    left: 50%;

    gap: 20px;

    width: calc(100vw - 28px);
    margin: 0;

    transform: translateX(-50%);
  }

  .whyWrap .whyTitle {
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 0;

    font-size: 20px;
    line-height: 24px;
  }

  .whyList {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 22.07px;

    width: 100%;
    margin: 0;
  }

  .whyItem {
    width: 100%;
    min-height: 178px;
    padding: 20px 20px 40px;
    gap: 16px;
  }

  .whyItem:nth-child(1) {
    min-height: 258px;
  }

  .whyItem:nth-child(2) {
    min-height: 178px;
  }

  .whyItem:nth-child(3) {
    min-height: 198px;
  }

  .whyNumber {
    height: 25px;

    font-size: 36px;
    line-height: 25px;
  }

  .whyItem .whyItemTitle {
    min-height: 11px;

    font-size: 15.8927px;
    line-height: 16px;
  }

  .whyItem .whyItemText {
    font-family: TT, Arial, sans-serif;
    font-size: 14.1268px;
    font-weight: 500;
    line-height: 140%;
  }
}

@media screen and (max-width: 780px) {
  .homeFinal {
    width: 100vw;
    margin-top: 60px;
    padding: 30px 0;
    gap: 60px;
    border-radius: 20px;
  }

.homeFinalGraphic {
    top: 451px;
    left: 41px;

    width: 543.73px;
    height: 646.12px;
}

  .finalSchedule,
  .eptRating {
    width: calc(100% - 28px);
  }

  .finalSchedule {
    gap: 20px;
  }

  .finalBlockTitle {
    font-size: 20px;
    line-height: 24px;
  }

.finalScheduleContent {
  gap: 20px;
}

  .finalTournamentTitle {
    font-size: 14px;
  }

  .finalScheduleGroupHead {
    height: auto;
    min-height: 10px;
    padding: 0;
    margin-bottom: 10px;
  }

  .finalScheduleGroupHead time,
  .finalScheduleGroupHead span {
    font-size: 14px;
    line-height: 120%;
  }

  .finalScheduleLiveLabel {
    display: none;
  }

  .finalScheduleMatches {
    gap: 10px;
  }

  .finalMatchMain {
    height: 107.6px;
    padding: 12.93px 12.93px 6.46px;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 12.93px;

    border-radius: 10px 10px 0 0;
  }

  .finalMatchMeta {
    width: 100%;
    height: 23.27px;
    padding: 0 12.93px;
    box-sizing: border-box;
    justify-content: space-between;
  }

  .finalMatchMeta time {
    font-size: 16px;
  }

  .finalMatchMeta span {
    display: none;
  }

  .finalMatchAction {
    position: absolute;
    top: 12.93px;
    right: 25.86px;
  }

  .finalMatch {
    position: relative;
  }

  .finalMatchAction a {
    min-width: 74.86px;
    height: 23.93px;
    padding: 0 12.93px;
    font-size: 12px;
    line-height: 1;
  }

  .finalMatchAction a::before {
    display: none;
  }

  .finalMatchTeams {
    width: 100%;
    height: 52px;
    display: grid;
    grid-template-columns: 52px 18px 18px 52px minmax(94px, 1fr);
    align-items: center;
    justify-content: center;
    gap: 18px;
  }

  .finalTeam {
    display: contents;
  }

  .finalTeamA .finalTeamLogo {
    grid-column: 1;
  }

  .finalTeamA strong {
    grid-column: 2;
  }

  .finalTeamB strong {
    grid-column: 3;
  }

  .finalTeamB .finalTeamLogo {
    grid-column: 4;
  }

  .finalTeamLogo {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .finalTeamName {
    grid-column: 5;
    grid-row: 1;
    width: 94px;

    font-size: 12px;
    text-align: left !important;
  }

  .finalTeamA .finalTeamName {
    align-self: start;
    margin-top: 9px;
  }

  .finalTeamB .finalTeamName {
    align-self: end;
    margin-bottom: 9px;
  }

  .finalTeam strong,
  .finalScoreDivider {
    font-size: 24px;
  }

  .finalScoreDivider {
    display: none;
  }

  .finalMatchBottom {
    box-sizing: border-box;
    width: 100%;
    height: 51.71px;
    padding: 12.93px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;

    border-top: 1.29px solid #421fcb;
    border-radius: 0 0 10px 10px;
    background: rgb(0 0 0 / 60%);
  }

  .finalMatchBottom > span {
    color: rgb(255 255 255 / 60%);
    font-family: TT, "TT Travels Next", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
  }

 .finalMatchBottom > a {
    width: 23px;
    height: 26px;
    flex: 0 0 23px;
}

.finalMatchBottom > a::before {
    content: "";

    display: block;
    width: 23px;
    height: 26px;

    background: url(../images/match-arrow.svg) center / contain no-repeat;
}

  .eptRating {
    gap: 30px;
  }

  .eptRating .finalBlockTitle,
  .eptTable {
    width: 100%;
  }

  .eptTable {
    gap: 12px;
  }

  .eptTableList {
    gap: 12px;
  }

  .eptTableHead {
    height: 8px;
    padding: 0;
  }

  .eptTableHead > div {
    width: auto;
  }

  .eptTableHead > div span:nth-child(2) {
    display: none;
  }

  .eptTableHead span {
    font-size: 12px;
    line-height: 120%;
  }

  .eptRow {
    height: 25px;
    gap: 10px;
  }

  .eptTeam {
    width: auto;
    gap: 10px;
  }

  .eptRank {
    flex-basis: 10px;
    font-size: 14px;
  }

  .eptLogo {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }

  .eptTeam h3 {
    font-size: 12px;
  }

  .eptPoints {
    width: 87px;
    flex-basis: 87px;
    font-size: 18px;
  }

  .eptDivider {
    height: 0.5px;
    flex-basis: 0.5px;
  }

  #teamsAll {
    height: 8px;
    font-size: 12px;
  }

  #teamsAll::after {
    width: 8px;
    height: 8px;
    flex-basis: 8px;
  }
}

@media screen and (max-width: 1320px) {
  .highlightsTitleWrap {
    padding: 0 15px;
  }

  .highlightsList {
    width: calc(100% - 30px);
  }

  .highlightsList .slick-next {
    right: 14px;
  }

  .highlightsList .slick-prev {
    left: 14px;
  }
}

@media screen and (max-width: 780px) {
  .tournamentFinal {
    width: 100vw;
    margin-top: 60px;
    padding: 30px 0;
    gap: 60px;
    border-radius: 20px;
  }

  .tournamentFinalGraphic {
    top: 451.05px;
    left: 41px;

    width: 543.73px;
    height: 646.12px;
  }

  .tournamentFinal > .finalSchedule,
  .tournamentFinal > .groupStageWrap {
    width: calc(100% - 28px);
  }

  .tournamentFinal .finalScheduleGroupHead {
    height: auto;
    min-height: 10px;
    padding: 0;
    margin-bottom: 10px;
  }

  .groupStageWrap {
    gap: 20px;
  }

  .groupStageHeading {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .groupStageWrap .gsTabs {
    width: 100%;
    justify-content: flex-start;
    gap: 18px;

    overflow-x: auto;
    scrollbar-width: none;
  }

  .groupStageWrap .gsTabs::-webkit-scrollbar {
    display: none;
  }

  .groupStageWrap .gsTabs span {
    flex: 0 0 auto;
    font-size: 12px;
  }

  .groupStageScroll {
    overflow: visible;
    padding: 0;
  }

  .groupStageBlock,
  .groupStageBlock.full {
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    margin: 0;
  }

  .groupStageItem {
    gap: 10px;
  }

  .gsHead,
  .gsRow {
    grid-template-columns:
      minmax(0, 1fr)
      64px
      44px;
  }

  .gsHead {
    min-height: 18px;
    padding-bottom: 8px;
  }

  .gsHead span {
    font-size: 12px;
  }

  .gsRows {
    gap: 8px;
  }

  .gsRow {
    min-height: 52px;
    border-left-width: 8px;
    border-radius: 8px;
  }

  .gsTitle {
    min-height: 42px;
    padding: 0 8px;
    gap: 6px;
  }

  .gsTitle span {
    width: 14px;
    flex-basis: 14px;
    font-size: 14px;
  }

  .gsTitle img {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .gsTitle p {
    font-size: 12px;
  }

  .stringWDL,
  .stringM {
    font-size: 14px;
  }

  .groupStageMore {
    font-size: 12px;
  }
}

@media screen and (max-width: 780px) {
  .playoffWrap {
    --po-card-width: 242.49px;
    --po-round-gap: 51.97px;
    --po-side-padding: 26px;
    --po-bracket-height: 393.67px;
    --po-team-height: 41.57px;
    --po-match-gap: 1.38px;
    --po-match-height: 84.52px;
    --po-group-gap: 13.86px;
    --po-two-padding: 49.19px;
    --po-two-gap: 126.1px;
    --po-pair-four: 98.5px;
    --po-pair-two: 210.6px;
    --po-logo-size: 35.8px;
    --po-score-width: 41.57px;
    --po-line-width: 1.04px;

    width: 100vw;
    margin-top: 60px;
  }

  .playoffHeading {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .playoffWrap .blockTitle {
    box-sizing: border-box;
    width: 100%;
    padding: 0 14px;
    font-size: 20px;
    line-height: 24px;
  }

  .playoffType {
    gap: 8px;
    padding-left: 14px;
    font-size: 14px;
  }

.playoffType button:not(.active) {
  opacity: 0.67;
}

  .poScroll {
    margin-top: 29px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }

  .poScroll::-webkit-scrollbar {
    display: none;
  }

  .poBracketSection + .poBracketSection {
    margin-top: 48px;
  }

  .poBracketSectionTitle,
  .poThirdPlace h3 {
    margin-bottom: 14px;
    font-size: 9.7px;
  }

  .poRoundHead {
    padding-bottom: 14px;
    border-bottom-width: 0.71px;
  }

  .poRoundHead span {
    font-size: 9.7px;
  }

  .poBracketGrid {
    margin-top: 34px;
  }

  .poTeam {
    grid-template-columns:
      calc(var(--po-logo-size) + 13.86px)
      minmax(0, 1fr)
      var(--po-score-width);
    border-radius: 6.93px;
  }

  .poTeam p {
    font-size: 8.31px;
    line-height: 8.31px;
  }

  .poTeam span {
    border-radius: 0 6.93px 6.93px 0;
    font-size: 13.86px;
  }

  .poThirdPlace {
    margin-top: 28px;
    padding-bottom: 1px;
  }

  .poThirdPlaceMatches {
    gap: 14px;
  }
}

@media screen and (max-width: 680px) {
  .aboutTournamentWrap {
    left: 50%;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;

    width: 100vw;
    min-height: 0;
    margin-top: 60px;
    overflow: visible;

    background: transparent;
    border-radius: 0;
    transform: translateX(-50%);
  }

  .aboutTournamentBack {
    position: relative;
    inset: auto;

    width: 100%;
    height: 282.68px;
    flex: 0 0 282.68px;

    overflow: hidden;
    background: #000000;
    border-radius: 20px;
  }

  .aboutTournamentBack img {
    width: 132%;
    height: 110%;

    object-fit: cover;
    object-position: center;

    transform: translate(-20.9%, -4.45%);
  }

  .atText {
    display: flex;
    flex-direction: column;
    gap: 30px;

    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
  }

  .atIntro {
    width: calc(100% - 28px);
    max-width: none;
    margin: 0 auto;
  }

  .aboutTournamentWrap .blockTitle {
    width: 100%;
    margin: 0;

    font-size: 20px;
    line-height: 24px;
  }

  .atIntroText {
    width: 100%;
    margin-top: 17px;

    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
  }

  .atIntroText p + p {
    margin-top: 12px;
  }

  .atList {
    grid-template-columns: 1fr;
    gap: 21px;

    width: calc(100% - 28px);
    margin: 0 auto;
  }

  .atlItem {
    gap: 28.25px;

    width: 100%;
    min-height: 296px;
    padding: 26.48px 17.66px 35.31px;

    border-radius: 10px;

    -webkit-backdrop-filter: blur(4.42px);
    backdrop-filter: blur(4.42px);
  }

  .atlItem h3 {
    gap: 14.12px;
  }

  .atlPhase {
    font-size: 23px;
    line-height: 100%;
  }

  .atlStage {
    font-size: 19.42px;
    line-height: 100%;
  }

  .atlBody {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
  }
}

@media (max-width: 420px) {
    .prizeTotalMoney {
        font-size: 40px;
    }
}

@media screen and (min-width: 681px) and (max-width: 1180px) {
    .teamsWrap > .container {
        width: calc(100vw - 30px);
    }

    .teamsList {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

    .teamItem {
        height: 200px;
        padding: 20px 10px;
        border-radius: 15px;
    }

    .teamItem > img {
        width: 88px;
        height: 88px;
        flex-basis: 88px;
    }

    .teamItem h4 {
        width: 100%;
        min-height: 32px;
        margin-top: 9px;

        font-size: 15px;
        line-height: 16px;
    }

    .teamItem > span {
        font-size: 10px;
        line-height: 10px;
    }

    .teamItem ul {
        padding: 22px 10px 8px;
    }

    .teamItem li {
        font-size: 13px;
        line-height: 165%;
    }
}

@media screen and (max-width: 780px) {
  .schedulePageFinal {
    width: 100vw;
    margin-top: 60px;
    padding: 30px 0;

    border-radius: 20px;
  }

  .schedulePageGraphic {
    top: 451.05px;
    left: 41px;

    width: 543.73px;
    height: 646.12px;
  }

  .schedulePageSchedule {
    width: calc(100% - 28px);
  }

  .schedulePageTabs {
    gap: 18px;

    overflow-x: auto;
    scrollbar-width: none;
  }

  .schedulePageTabs::-webkit-scrollbar {
    display: none;
  }

  .schedulePageTabs a {
    flex: 0 0 auto;

    font-size: 14px;
    line-height: 120%;
  }

  .schedulePageTabs a.active {
    font-size: 20px;
    line-height: 24px;
  }

  .schedulePageFinal .finalScheduleContent {
    gap: 20px;
  }

  .schedulePageFinal .finalScheduleGroupHead {
    margin-bottom: 14px;
  }
}

/* Промежуточный hero страницы турнира */

@media screen and (min-width: 681px) and (max-width: 1439px) {
  .bannerMain.bannerTour {
    height: clamp(602px, calc(397.4px + 30.04vw), 830px);
    min-height: clamp(602px, calc(397.4px + 30.04vw), 830px);

    border-radius: 0 0
      clamp(13.5088px, calc(-10.26px + 3.49vw), 40px)
      clamp(13.5088px, calc(-10.26px + 3.49vw), 40px);
  }

  /* Плавное кадрирование фонового изображения или видео */

  .bannerTour .bbDesk > div {
    background-position: center top !important;
    background-size: cover !important;
  }

  .bannerTour .bbDesk video {
    object-fit: cover;
    object-position: center top;
  }

  .bannerTour .bannerContent {
    height: auto;
    padding-top: clamp(
      193px,
      calc(223.4px - 2.11vw),
      209px
    );
  }

  .bannerTour .bannerContent .container {
    width: calc(
      100% -
      clamp(
        28px,
        calc(-90.4px + 17.39vw),
        160px
      )
    );
    max-width: 1280px;
    margin: 0 auto;
  }

  /* Заголовок и описание */

  .bannerTourIntro {
    width: min(797px, 100%);
    min-height: clamp(
      148px,
      calc(-65.5px + 31.36vw),
      386px
    );
    padding-top: clamp(
      0px,
      calc(76.9px - 5.35vw),
      40.5px
    );
    gap: clamp(
      9.4px,
      calc(-9.1px + 2.714vw),
      30px
    );
  }

  .bannerTour .bannerTourIntro h1 {
    width: 100%;

    font-size: clamp(
      32px,
      calc(-38px + 10.28vw),
      110px
    );
    line-height: clamp(
      34px,
      calc(-25.2px + 8.69vw),
      100px
    );
    letter-spacing: -0.05em;
  }

  .bannerTour .bannerTourIntro p {
    width: min(597px, 100%);

    font-size: clamp(
      10.0203px,
      calc(-6.11px + 2.369vw),
      28px
    );
    line-height: clamp(
      10px,
      calc(-6.16px + 2.372vw),
      28px
    );
  }

  /* Нижняя строка */

  .bannerTourMeta {
    flex-direction: row;
    align-items: center;

    width: 100%;
    height: auto;
    margin-top: clamp(
      6.86px,
      calc(-103.6px + 16.224vw),
      130px
    );
    gap: clamp(
      16.74px,
      calc(-4.14px + 3.066vw),
      40px
    );
  }

  /* Кнопка */

  .tourWatchRow {
    order: initial;

    width: clamp(
      218.45px,
      calc(133.4px + 12.484vw),
      313.2px
    );
    height: clamp(
      40px,
      calc(24.36px + 2.297vw),
      57.42px
    );
    flex: 0 0
      clamp(
        218.45px,
        calc(133.4px + 12.484vw),
        313.2px
      );
  }

  .tourWatchButton {
    width: 100%;
    height: 100%;
    padding: clamp(9.5px, 1.056vw, 15.21px)
      clamp(10.9946px, 1.487vw, 21.41px);
    flex: 1 1 auto;

    gap: clamp(5.5px, 0.501vw, 7.21px);
  }

  .tourWatchButton span {
    width: auto;
    flex: 1 1 auto;

    font-size: clamp(
      16.02px,
      calc(10.37px + 0.83vw),
      22.3172px
    );
    line-height: 120%;
  }

  .tourWatchButton svg {
    width: clamp(
      19.96px,
      calc(14.39px + 0.818vw),
      26.17px
    );
    height: clamp(
      19.96px,
      calc(15.39px + 0.818vw),
      26.17px
    );

  }

  /* Статистика */

  .bannerTour .bcList {
    order: initial;

    width: auto;
    min-width: 0;
    height: clamp(
      42px,
      calc(29.72px + 1.803vw),
      55.69px
    );
    margin: 0 0 0 auto;
    flex: 1 1 auto;
    gap: 9.43px;
  }

  .bannerTour .bcItem,
  .bannerTour .bcItem:first-child {
    width: auto;
    min-width: 0;
    height: 100%;
    min-height: 0;
    padding: clamp(8px, 0.753vw, 10.8475px) 5px;
    flex: 1 1 0;

    gap: clamp(
      8.95px,
      calc(6.21px + 0.402vw),
      12px
    );
  }

  .bannerTour .bcItem span {
    height: auto;

    font-size: clamp(
      8.95318px,
      calc(6.22px + 0.401vw),
      12px
    );
  }

  .bannerTour .bcItem strong {
    height: auto;

    font-size: clamp(
      14.922px,
      calc(10.36px + 0.67vw),
      20px
    );
    white-space: nowrap;
  }

  .tourWatchMarker {
    display: none;
  }
}

@media screen and (max-width: 880px) {
    .tournamentFinal > .groupStageWrap {
        width: calc(100% - 28px);
        max-width: none;
        margin-right: auto;
        margin-left: auto;
    }

    .groupStageScroll,
    .groupStageBlock,
    .groupStageBlock.full,
    .groupStageItem,
    .gsRows,
    .gsRow {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
    }

    .groupStageBlock,
    .groupStageBlock.full {
        grid-template-columns: minmax(0, 1fr);
        justify-items: stretch;
    }
}