@font-face {
    font-family: 'RockStar';
    src: local("RockStar");
    src: url("https://n1.partners/css/fonts/RockStar-UltraBlack.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

.small-container {
    max-width: 1106px;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (max-width: 1240px) {
    .small-container {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media only screen and (max-width: 720px) {
    .small-container {
        padding-left: 110px;
        padding-right: 110px;
    }
}

@media only screen and (max-width: 600px) {
    .small-container {
        padding-left: 15px;
        padding-right: 20%;
    }
}

.news {
    margin: auto;
}

.news__title {
    text-align: center;
}

.news__subtitle {
    text-align: center;
    max-width: 650px;
    margin: auto;
}

.news__card {
    position: relative;
    background-color: #fff;
}

.news__img {
    width: 100%;
    height: 188px;
    object-fit: cover;

    @media screen and (min-width: 960px) {
        height: 238px;
    }

    @media screen and (min-width: 1248px) {
        height: 206px;
    }

    @media screen and (min-width: 1440px) {
        height: 238px;
    }

    @media screen and (min-width: 1600px) {
        height: 274px;
    }
}

.news__card-content {
    position: relative;
    padding: 16px 16px 89px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    @media screen and (min-width: 960px) {
        padding: 28px 32px 89px;
    }
}

.news__card-date {
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: #808191;
    margin-bottom: 12px;
}

.news__card-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.news__card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    border-top: 1px solid #27272D;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;

    @media screen and (min-width: 960px) {
        padding: 20px 0;
    }
}

.news__card-footer:hover span {
    color: #ff230a;
}

.news__card-footer:hover path {
    stroke: #ff230a;
}

.news__more-details {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.news__arrow path {
    stroke: #fff;
    -webkit-transition: stroke .3s ease;
    transition: stroke .3s ease;
}

.news__more-btn-wrap {
    margin-bottom: 140px;
}

.news__more-btn {
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 16px 55px;
}

@media screen and (max-width: 1440px) {
    .news__title {
        font-size: 48px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 960px) {
    .news__more-btn-wrap {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 720px) {
    .news__title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 560px) {
    .news__title {
        font-size: 36px;
        margin-bottom: 18px;
    }
}

.current-news__date {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.45;
    margin-bottom: 12px;
    text-align: left;
}

.current-news__title {
    font-family: "Druk Wide Cy";
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 32px;
    text-transform: unset;

    @media screen and (min-width: 720px) {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    @media screen and (min-width: 960px) {
        margin-bottom: 48px;
    }

    @media screen and (min-width: 1248px) {
        font-size: 42px;
        line-height: 52px;
    }
}

.current-news__img-wrapper {
    position: relative;
}

.current-news__img-wrapper::before {
    content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: -40px;
    height: 300px;
    background: #fff;
    z-index: 0;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.current-news__img-container {
    position: relative;
    max-width: 1370px;
    padding: 0 40px;
    margin: auto;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    /* min-height: 524px; */
    min-height: 315px;
}

.current-news__img {
    min-height:  315px;
}

.current-news__text-container {
    max-width: 1106px;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.current-news__text-container p {
    font-size: 16px;
    line-height: 24px;
    color: #151515;
    opacity: 0.65;
    margin-bottom: 16px;
}

.current-news__text-wrapper {
    background: #fff;
    padding-top: 64px;
    padding-bottom: 80px;
}

.current-news__text {
    font-size: 16px;
    line-height: 24px;
    color: #151515;
    opacity: 0.65;
    margin-bottom: 16px;
}

.current-news__recent {
    background: #fff;
    margin-bottom: 140px;
    position: relative;
}

.current-news__recent::before {
    content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: -40px;
    height: 200px;
    background: #151515;
    z-index: 0;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.current-news__recent-container {
    max-width: 1370px;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.current-news__recent-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

.current-news__recent-title {
    color: #151515;
    font-size: 36px;
    margin: 0;
    text-transform: none;
}

.current-news__btn {
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 57px;
    color: #151515;
    border: 1px solid #151515;
}

.current-news__btn:hover {
    color: #fff;
}

.current-news__mobile-btn {
    position: relative;
    display: none;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 57px;
    color: #fff;
    border: 1px solid #fff;
    margin: auto;
    margin-top: 10px;
}

.current-news__cards-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.current-news__card {
    position: relative;
    margin: 10px;
    width: calc(100% / 3 - 20px);
    background-color: #202020;
}

.current-news__card-img {
    width: 100%;
}

.current-news__card-content {
    position: relative;
    padding: 28px 32px 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.current-news__card-date {
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: #808191;
    opacity: 0.45;
    margin-bottom: 12px;
}

.current-news__card-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.current-news__card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    border-top: 1px solid #27272D;
    padding: 21px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.current-news__card-footer:hover span {
    color: #ff230a;
}

.current-news__card-footer:hover path {
    stroke: #ff230a;
}

.current-news__more-details {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.current-news__arrow path {
    stroke: #fff;
    -webkit-transition: stroke .3s ease;
    transition: stroke .3s ease;
}

@media screen and (max-width: 1240px) {
    .current-news__text-container {
        padding-left: 150px;
        padding-right: 150px;
    }

    .current-news__recent::before {
        left: -50px;
        right: -50px;
        height: 250px;
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
}

@media screen and (max-width: 960px) {
    .current-news__card {
        width: calc(100% / 2 - 20px);
    }

    .current-news__card:last-child {
        display: none;
    }

    .current-news__img-container {
        padding: 0 25px;
    }

    .current-news__recent-container {
        padding: 0 25px;
    }

    .current-news__img-wrapper::before {
        height: 30vw;
    }
}

@media only screen and (max-width: 720px) {
    .current-news__text-wrapper {
        padding-top: 42px;
        padding-bottom: 110px;
    }

    .current-news__text-container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 600px) {
    .current-news__img-container {
        padding: 0 15px;
    }

    .current-news__recent-container {
        padding: 0 15px;
    }

    .current-news__text-wrapper {
        padding-top: 32px;
        padding-bottom: 82px;
    }

    .current-news__cards-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-left: 0;
    }

    .current-news__card {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .current-news__btn {
        display: none;
    }

    .current-news__mobile-btn {
        display: block;
    }

    .current-news__recent::before {
        left: -50px;
        right: -50px;
        height: 400px;
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
}

.small-container {
    max-width: 1106px;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.img-in-content {
    width: calc(100vw - 300px);
}

@media only screen and (max-width: 1240px) {
    .small-container {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media only screen and (max-width: 720px) {
    .small-container {
        padding-left: 110px;
        padding-right: 110px;
    }

    .img-in-content {
        width: calc(100vw - 50px);
    }
}

@media only screen and (max-width: 600px) {
    .small-container {
        padding-left: 15px;
        padding-right: 20%;
    }
}

@media only screen and (max-width: 425px) {
    .horizontal-line-wrapper {
        width: 200px;
        overflow: hidden;
    }
}

.tournament__header {
    margin-bottom: 0;
    position: relative;
}

.tournament__container {
    margin: auto;
}

.tournament__date {
    font-family: 'RockStar';
    font-size: 32px;
    font-weight: 700;
    margin-top: 12px;
}

.tournament__text {
    font-family: 'RockStar';
    text-align: center;
    color: #151515;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.tournament__title {
    color: #151515;
}

.tournament__hero {
    padding-top: 200px;
    background: #f4f4f4;
    padding-bottom: 100px;
}

.tournament__airplane {
    width: 200px;
    position: absolute;
    bottom: -25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.tournament__table {
    color: #151515;
    width: 100%;
}

.tournament__table td {
    font-size: 18px;
    padding: 10px;
}

.tournament__table tr:hover {
    background-color: #d6d8dc;
}

.tournament__table tr:hover .tournament__category-name {
    background-color: #f4f4f4 !important;
}

.tournament__table-head {
    background: #151515;
}

.tournament__table-head:hover {
    background: #151515 !important;
}

.tournament__table-head th {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
    padding: 10px;
}

.tournament__table-head th:first-child {
    border-radius: 10px 0 0 0;
}

.tournament__table-head th:last-child {
    border-radius: 0 0 10px 0;
}

.tournament__category-name {
    font-weight: 700;
}

.tournament__category-name svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.tournament__category-first-row {
    border-top: 1px solid #151515;
}

@media screen and (max-width: 475px) {
    .tournament__table td {
        font-size: 14px;
        padding: 4px;
    }

    .tournament__table-head th {
        font-size: 14px;
    }

    .tournament__airplane {
        bottom: -20%;
    }
}
