*, :before, :after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Oswald';
    font-size: 16px;
    line-height: 1.4;
    color: #202020;
    background: #ffffff;
}
img {
    display: block;
    max-width: 100%;
}
a {
    transition: 200ms linear;
}
h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    text-align: left;
    text-transform: uppercase;
}

.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.header {
    padding: 30px 0 20px 0;
    background: #202020;
}
.header__wrap {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
    padding-left: 20px;
}
.header__logo a {
    display: block;
    width: fit-content;
}
.header__logo a img {
    height: auto;
    width: 100%;
    max-width: 267px;
    object-fit: contain;
}
.header-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.header-nav ul li {
    display: block;
}
.header-nav ul li a {
    display: block;
    padding: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}
.header-nav ul li a:hover,
.header-nav ul li.current-menu-item a {
    color: #BBFF00;
}
.header-nav__burger {
    outline: none;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 46px;
    height: 46px;
    position: relative;
    z-index: 101;
}
.header-nav__burger svg {
    display: block;
    width: 100%;
    height: 100%;
}

.main {
    padding: 53px 0 138px 0;
}
.s-news__container {
    display: grid;
    grid-template-columns: 1fr 324px;
    align-items: flex-start;
    grid-gap: 20px;
}
.s-news__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    grid-gap: 20px;
}
.s-news__more {
    grid-column: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 283px;
    height: 81px;
    margin: 0 auto;
    background: #0073FF;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Roboto';
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
    border: none;
    transition: 200ms linear;
}
.s-news__more:hover {
    background: rgba(0, 115, 255, 0.7);
}
.preview-news {
    display: grid;
    grid-template-columns: 100%;
    align-items: flex-start;
    grid-gap: 10px;
    padding: 20px;
}
.preview-news__image {
    width: 100%;
    height: 247px;
    margin-top: 10px;
}
.preview-news__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.preview-news__right {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.preview-news__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none;
    color: #202020;
}
a.preview-news__title:hover {
    color: #BBFF00;
}
.preview-news__intro {
    font-size: 20px;
    line-height: 1.2;
}
.preview-news__intro p {
    margin-bottom: calc(20px * 1.2);
}
.preview-news__intro-overflow {
    overflow: hidden;
    height: calc(8 * (20px * 1.2));
}
.preview-news__intro:after {
    content: '...';
    display: block;
}
.preview-news__bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
}
.preview-news__data {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    font-family: "Open Sans", sans-serif;
}
.preview-news__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin-top: 10px;
    background: rgb(255, 255, 255);
    border-radius: 0px;
    border: 1px solid #000000;
    font-size: 16px;
    line-height: 46px;
    color: #202020;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: 200ms linear;
}
.preview-news__btn:hover {
    background: rgba(0, 0, 0, 1);
    color: #FFFFFF;
}
.preview-news__date {
    font-size: 12px;
    line-height: 16px;
}
.preview-news__cat {
    display: flex;
    align-items: center;
    flex: none;
    font-size: 12px;
    line-height: 16px;
}
.preview-news__cat:after {
    content: ',';
    display: block;
    margin-right: 5px;
}

.latest-news__title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
}
.latest-news .preview-news:not(:last-child) {
    margin-bottom: 47px;
}
.latest-news__wrap {
    display: grid;
    grid-template-columns: 100%;
    align-items: flex-start;
    grid-gap: 0px;
}
.latest-news .preview-news {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    gap: 10px 0px;
    margin: 0 !important;
    padding: 20px;
    min-height: 121px;
}
.latest-news .preview-news__title {
    grid-column: 2 span;
    display: block;
    width: fit-content;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
    color: #202020;
    text-transform: uppercase;
}
.latest-news .preview-news__title:hover {
    color: #BBFF00;
}

.preview-news__total {
    margin-top: 10px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
}
.preview-news__desc {
    margin-top: 10px;
    font-family: 'Open Sans';
}
.preview-news__desc p {
    font-size: 16px;
}

.s-news--forecasts .s-news__container {
    grid-template-columns: 1fr 342px;
}
.s-news--forecasts:after {
    content: '';
    clear: both;
}
.s-news--forecasts .s-news__wrap {
    display: block;
    max-width: 906px;
}
.s-news--forecasts .s-news__wrap .preview-news {
    grid-template-columns: 100%;
    max-width: 453px;
    width: 50%;
    /* width: calc(100% / 2 - 10px); */
    padding: 0px 40px 70px 40px;
}
.s-news--forecasts .preview-news__desc p:not(:last-child) {
    margin-bottom: calc(20px * 1.2);
}

.s-news--article .s-news__container{
    grid-template-columns: 1fr 342px;
}
.s-news--article .latest-news__wrap  {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0px;
}
.page-news {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
}
.page-news img {
    width: 100%;
    margin-top: 10px;
}
.page-news p {
    margin: 0;
}
.page-news__desc {
    font-family: 'Open Sans';
    margin-top: 30px;
}
.page-news__desc p:not(:last-child) {
    margin-bottom: 20px;
}
.page-news-data {
    display: flex;
    align-items: center;
    gap: 0px;
    width: fit-content;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Open Sans';
}
.page-news-data__cat {
    display: flex;
    align-items: center;
}
.page-news-data__cat:after {
    content: ',';
    display: block;
    margin-right: 5px;
}

.footer__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer__links {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.footer__links a {
    padding: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #7F7F7F;
    text-transform: uppercase;
    text-decoration: none;
}
.footer__links a:hover {
    color: #BBFF00;
}
.footer__social {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer__social a {
    padding: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #7F7F7F;
    text-transform: uppercase;
    text-decoration: none;
}
.footer__social a:hover {
    color: #BBFF00;
}
.footer__copyright {
    font-weight: 700;
    font-size: 22.5px;
    line-height: 30px;
    color: #FFFFFF;
}

.page-bonus__wrap {
    display: grid;
    grid-template-columns: 1fr 324px;
    align-items: flex-start;
    grid-gap: 20px;
}
.page-bonus-item {
    padding: 0 20px 80px 020px;
    max-width: 498px;
    width: calc(50% - 10px);
}
.page-bonus-item__wrap {
    display: grid;
    grid-template-columns: 100%;
    align-items: flex-end;
    grid-gap: 20px;
}
.page-bonus-item__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    border-radius: 0px;
    padding: 10px;
}
.page-bonus-item__logo img {
    height: 32px;
    max-width: 100%;
    object-fit: contain;
}
.page-bonus-item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 78px;
    border: 1px solid #000000;
    border-radius: 0px;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}
.page-bonus-item__link:hover {
    background-color: #000000;
    color: #FFFFFF;
}
.page-bonus-item__bonus {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4;
    color: #3C3C3C;
}
.page-bonus-item__desc {
    font-family: 'Open Sans';
    font-size: 24px;
    line-height: 32px;
    color: #3C3C3C;
}
.page-bonus-item__desc p:not(:last-child) {
    margin-bottom: 27px;
}

.page-events__wrap {
    display: grid;
    grid-template-columns: 1fr 324px;
    align-items: flex-start;
    grid-gap: 20px;
}
.page-events__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    grid-gap: 20px;
}
.page-events-item {
    display: grid;
    grid-template-columns: 100%;
    align-items: flex-start;
    grid-gap: 10px;
    padding: 40px 20px;
    border: 1px solid #000000;
}
.page-events-item__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #202020;
    text-align: center;
}
.page-events-item__data {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 1.4;
    color: #3C3C3C;
    text-align: center;
}
.page-events-item__link {
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    width: fit-content;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #FF9000;
    text-decoration: none;
}
.page-events-item__link:hover {
    opacity: 0.7;
}

@media (min-width: 1025px) {
    .header-nav__burger {
        display: none;
    }
}
@media (max-width: 1200px) {
    .preview-news--big {
        grid-column: 2 span;
    }
    .page-bonus-item__bonus {
        font-size: 43px;
        line-height: 66px;
    }
}
@media (max-width: 1024px) {
    h1 {
        font-size: 30px;
    }
    .container {
        padding: 0 15px;
    }
    .main {
        padding: 30px 0 90px 0;
    }
    .header {
        padding: 15px 0;
    }
    .header__wrap {
        position: relative;
        display: grid;
        grid-template-columns: 1fr auto;
        padding: 0;
    }
    .header__logo a img {
        height: 65px;
    }
    .header-nav.active ul {
        display: flex;
    }
    .header-nav ul {
        position: absolute;
        left: -15px;
        top: -20px;
        z-index: 99;
        width: calc(100% + 30px);
        border-radius: 0px;
        background-color: #202020;
        flex-direction: column;
        align-items: flex-start;
        padding: 100px 20px;
        display: none;
    }
    .header-nav ul li a {
        padding: 0;
        font-size: 24px;
        line-height: 1.25;
    }
    .s-news__container {
        grid-template-columns: 100%;
        gap: 100px;
    }
    .preview-news {
        grid-template-columns: 100%;
        padding: 0px;
    }
    .preview-news__image {
        width: 100%;
    }
    .preview-news__right {
        gap: 11px;
    }
    .preview-news--big {
        grid-column: 3 span;
    }
    .latest-news {
        grid-row: 2;
    }
    .latest-news__wrap {
        grid-template-columns: 1fr 1fr;
    }
    .latest-news .preview-news {
        padding: 20px 0;
        min-height: auto;
    }
    .s-news__more {
        grid-column: 1;
        grid-row: 2;
    }
    .page-news {
        padding: 20px 0;
    }
    .page-news__image {
        float: none;
        max-width: 100%;
        aspect-ratio: inherit;
    }
    .s-news--article .latest-news__wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .s-news--forecasts .s-news__container {
        grid-template-columns: 100%;
    }

    .page-bonus__wrap {
        grid-template-columns: 100%;
        grid-gap: 60px;
    }
    .page-bonus-item__wrap {
        grid-template-columns: 100%;
    }
    .page-bonus-item__logo {
        width: 100%;
    }
    .page-bonus-item__link {
        grid-row: 4;
    }

    .page-events__wrap {
        grid-template-columns: 100%;
        grid-gap: 100px;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 34px;
        line-height: 1.25;
    }
    .main {
        padding: 45px 0 100px 0;
    }
    body {
        font-size: 15px;
        line-height: 18px;
    }
    .header-nav ul li a {
        font-size: 20px;
    }
    .s-news__wrap {
        grid-template-columns: 100%;
        grid-gap: 30px;
    }
    .page-news h1 {
        font-size: 24px;
        line-height: 1.25;
    }
    .page-news__desc p{
        font-size: 16px;
    }
    .page-news__desc p:not(:last-child) {
        margin-bottom: calc(16px * 1.25);
    }
    .preview-news--big {
        grid-column: 2 span;
    }
    .preview-news--big .preview-news__image {
        height: 453px;
    }
    .preview-news__image {
        min-height: auto;
        height: 206px;
    }
    .preview-news__title {
        font-size: 20px;
        line-height: 1.25;
    }
    .preview-news__intro {
        font-size: 16px;
        line-height: 1.25;
    }
    .preview-news__date,
    .preview-news__cat {
        font-size: 14px;
    }
    .s-news__more {
        max-width: 425px;
        width: 100%;
        height: 60px;
        font-size: 24px;
        line-height: 1.25;
    }
    .latest-news__wrap {
        grid-template-columns: 100%;
    }
    .s-news--article .latest-news__wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    
    .s-news--forecasts .s-news__wrap .preview-news {
        width: 100%;
        max-width: 100%;
        padding: 0 0 40px 0;
    }
    .preview-news__desc p {
        font-size: 16px;
    }
    .s-news--forecasts .preview-news__desc p:not(:last-child) {
        margin-bottom: calc(16px * 1.2);
    }

    .footer__wrap {
        padding: 20px 0;
        gap: 15px;
    }
    .footer__social a,
    .footer__links a {
        padding: 0;
    }


    .page-bonus-item {
        max-width: 100%;
        width: 100%;
        padding: 0 0 40px 0;
    }
    .page-bonus-item__wrap {
        border-radius: 0px;
    }
    .page-bonus-item__wrap > *{
        position: relative;
        z-index: 10;
    }
    .page-bonus-item__desc {
        font-size: 20px;
    }
    .page-bonus-item__desc p:not(:last-child) {
        margin-bottom: 16px;
    }
    .page-bonus-item__bonus {
        font-size: 34px;
    }
    .page-bonus-item__link {
        height: 58px;
    }

    
    .page-events-item {
        grid-template-columns: 100%;
        border-radius: 0px;
        padding: 20px;
    }
    .page-events-item__title {
        font-size: 20px;
        line-height: 1;
    }
    .page-events-item__data {
        font-size: 16px;
        line-height: 1;
    }
    .page-events-item__link {
        font-size: 16px;
        line-height: 1;
    }
}
@media (max-width: 525px) {
    .header-nav ul li a {
        font-size: 16px;
    }
    .footer__social {
        gap: 20px;
    }
    .footer__social img {
        width: 46px;
    }

    .s-news__wrap {
        grid-template-columns: 100%;
    }
    .preview-news--big {
        grid-column: 1;
    }
    .preview-news--big .preview-news__image {
        height: 300px;
    }
    .preview-news--big .preview-news__title {
        font-size: 26px;
        line-height: 34px;
    }

    .page-events__items {
        grid-template-columns: 100%;
        grid-gap: 10px;
    }
}
