.content {
    width: 100%;
    max-width: 1116px;
    display: flex;
    flex-flow: column;
    margin: 20px auto;
}
.upper-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.upper-block aside {
    position: relative;
    width: 100%;
    max-width: 356px;
}
.sports-nav {
    display: flex;
    grid-gap: 10px;
    flex-flow: column;
}
.sports__item {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: flex-start;
    grid-gap: 24px;
    align-items: center;
    padding-left: 25px;
    background: #061C3F;
    border-radius: 10px;
    overflow: hidden;
}
.sports__item img {
    width: 40px;
    height: 40px;
}
.sports__item div p {
    margin: 0 0 3px 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #00FF79;
}
.sports__item div span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #00FF79;
}
.spoiler-wrap {
    margin-top: 10px;
}
.spoiler-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.spoiler-title p {
    margin: 0 0 5px 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-indent: 6px;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #061C3F;
}
.arrow-spoiler {
    transition: all 0.3s;
    transform: rotate(180deg);
}
.arrow-spoiler-active {
    transform: rotate(0deg);
}
.spoiler-content a {
    position: relative;
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-indent: 6px;
    color: #061C3F;
    text-decoration: none;
    margin-left: 10px;
}
.spoiler-content a::before {
    content: '';
    position: absolute;
    top: 9px;
    left: -8px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 25px;
    overflow: hidden;
}
.spoiler-content a:not(:last-child) {
    margin-bottom: 5px;
}
.upper-block .container {
    position: relative;
    width: 100%;
    max-width: 736px;
    display: flex;
    grid-gap: 20px;
    flex-flow: column;
}
.head-big-banner {
    position: relative;
    width: 100%;
    height: 340px;
    padding: 35px 0 0 35px;
    background: url('../img/head-big-banner.jpg') no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}
.head-big-banner .info {
    width: fit-content;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}
.head-big-banner .info span {
    margin-bottom: 81px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 55px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-shadow: 0px 0px 6px #061C3F;
}
.head-big-banner .info a {
    width: 190px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #061C3F;
    text-decoration: none;
    background: #00FF79;
    border-radius: 10px;
    overflow: hidden;
}
.top-events {
    display: flex;
    grid-gap: 20px;
    flex-flow: column;
}
.top-events--title {
    display: flex;
    align-items: center;
}
.top-events--title span {
    display: flex;
    flex: 1 1 auto;
    border: 2px dashed #00FF79;
    margin: 0 10px;
}
.top-events--title a {
    display: flex;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #061C3F;
    text-decoration: none;
}
.top-events--body {
    display: flex;
    grid-gap: 24px;
    justify-content: center;
    align-items: center;
}
.button-wrap {
    display: flex;
    grid-gap: 18px;
    justify-content: center;
    align-items: center;
}
.button-wrap p {
    margin: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    color: #061C3F;
}
.input-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
label {
    width: 34px;
    height: 20px;
    position: relative;
    display: block;
    background: #E2E1E1;
    border-radius: 200px;
    cursor: pointer;
    transition: 0.3s;
}
label:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #FFFFFF;
    border-radius: 180px;
    transition: 0.3s;
}
input {
    width: 0;
    height: 0;
    visibility: hidden;
}
input:checked+label:after {
    left: 16px;
    /* transform: translateX(-100%); */
}
.sep {
    width: 1px;
    height: 29px;
    background: #00FF79;
}
.top {
    width: 92px;
    height: 29px;
    display: flex;
    grid-gap: 5px;
    justify-content: center;
    align-items: center;
    background: #D9D9D9;
    border: 1px solid #FF0000;
    border-radius: 100px;
    overflow: hidden;
    text-decoration: none;
}
.top span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #061C3F;
}
.events-live {
    display: flex;
    flex-flow: column;
    height: 252px;
}
.events-footbol {
    border: 1px solid #00FF79;
    border-radius: 10px;
    overflow: hidden;
}
.events-basketbol {
    border: 1px solid #FF0000;
    border-radius: 10px;
    overflow: hidden;
}
.events__title {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 7px;
}
.events__title--footbol {
    background: #00FF79;
}
.events__title--basketbol {
    background: #FF0000;
}
.events__title span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #061C3F;
}
.events__league {
    position: relative;
    display: flex;
    grid-gap: 7px;
    align-items: center;
    padding: 0 7px;
}
.events__league--footbol {
    background: #BDFFDC;
}
.events__league--basketbol {
    background: #FB9595;
}
.league--name {
    width: 55%;
    display: flex;
    grid-gap: 7px;
    justify-content: flex-start;
    align-items: center;
}
.teams--number {
    width: 45%;
    display: flex;
}
.teams--number span {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
}
.events__league span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #061C3F;
}
.ivent__item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 10px 7px;
}
.ivent--date {
    display: flex;
    grid-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.ivent--date span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #061C3F;
}
.ivent--info {
    display: flex;
    justify-content: space-between;
    width: 55%;
}
.ivent--info .info-wrap {
    display: flex;
    grid-gap: 27px;
}
.ivent--teams {
    display: flex;
    grid-gap: 14px;
    flex-flow: column;
}
.ivent--teams div {
    display: flex;
    grid-gap: 10px;
    align-items: center;
}
.ivent--teams div span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #061C3F;
}
.ivent--score {
    width: 45%;
    display: flex;
}
.ivent--score span {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #061C3F;
}
.ivent-score--mob,
.sports-nav-mob,
.spoiler-wrap-mob {
    display: none;
}
h2,
h1 {
    position: relative;
    margin-left: 18px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    text-transform: capitalize;
    color: #061C3F;
}
h2::before,
h1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -18px;
    width: 8px;
    height: 100%;
    background: #00FF79;
    border-radius: 100px;
}
section p,
section li {
    margin: 10px 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #061C3F;
}
@media screen and (min-width: 576px) {
    .page-template-main .main-content-wrap {
        margin-top: -60px;
    }
}
.main-content-wrap {
    display: flex;
    grid-gap: 20px;
    flex-flow: column;
}
.banner {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}
.banner1 {
    margin: 0 auto;
    padding: 40px 103px;
    background: url('../img/banner1.jpg') no-repeat;
    background-size: cover;
}
.banner1-info {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
.banner1-info p {
    width: 100%;
    text-align: left;
    margin: 0 0 10px 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    text-indent: 6px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.banner1-info span {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 44px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    text-indent: 6px;
    text-transform: capitalize;
    color: #DC2837;
}
.banner1-info a {
    width: 190px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #061C3F;
    border: 3px solid #1782F0;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
}
.two-column-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.two-column-block div {
    width: 48%;
}
.two-column-block p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #061C3F;
}
.black-list {
    display: flex;
    grid-gap: 10px;
    flex-flow: column;
}
.black-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 50px;
    background: #061C3F;
    border-radius: 10px;
    overflow: hidden;
}
.black-list__item span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #00FF79;
}
.black-list__item p {
    width: 100%;
    max-width: 831px;
    /* margin: 0 24px; */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
.black-list__item a {
    width: 119px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #061C3F;
    border: 3px solid #1782F0;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
}
.banner2 {
    background: url('../img/banner2.jpg') no-repeat;
    background-size: cover;
}
.banner2 div {
    width: fit-content;
    margin: 40px 0 0 190px;
}
.banner2 div p {
    margin: 0 0 10px 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    text-indent: 6px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.banner2 div span {
    margin-bottom: 44px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    text-indent: 6px;
    text-transform: capitalize;
    color: #DC2837;
}
.banner2 div a {
    width: 190px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #061C3F;
    background: #00FF79;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
}
.faq {
    display: flex;
    grid-gap: 10px;
    flex-flow: column;
    margin-top: 20px;
}
.faq__item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background: #061C3F;
    border-radius: 10px;
    overflow: hidden;
}
.faq__item  div {
    width: 100%;
    display: flex;
    grid-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    padding: 0 80px;
    background: #FFFFFF;
}
.faq__item span {
    width: 40px;
    height: 40px;
    border-radius: 25px;
    overflow: hidden;
    background: #00FF79;
}
.faq__item  h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    color: #061C3F;
}
.faq__item  p {
    width: 100%;
    max-width: 831px;
    margin: 20px 0 0 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

@media screen and (max-width: 576px) {
    section > h2,
    section > h1 {
        font-size: 20px;
        line-height: 24px;
    }
    section ul {
        margin: 0;
        padding-left: 20px;
    }
    section > p,
    section li {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
    }
    .content {
        margin: 10px auto;
        padding: 0 5px;
    }
    .upper-block {
        flex-flow: column-reverse;
    }
    .upper-block .container {
        grid-gap: 5px;
    }
    .head-big-banner {
        height: fit-content;
        min-height: 170px;
        padding: 15px 0 0 15px;
    }
    .head-big-banner .info {
        max-width: 190px;
    }
    .head-big-banner .info span {
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 30px;
    }
    .head-big-banner .info a {
        width: 106px;
        height: 30px;
        font-weight: 600;
        font-size: 14px;
        line-height: 12px;
        border-radius: 5px;
    }
    .top-events {
        display: none;
    }
    .events-live {
        height: fit-content;
    }
    .events-live .events__league:nth-child(4),
    .events-live .ivent__item:last-child {
        display: none;
    }
    .league--name {
        width: 100%;
    }
    .teams--number {
        display: none;
    }
    .noun-football-field,
    .ivent--score {
        display: none;
    }
    .ivent--info {
        width: 100%;
    }
    .ivent-score--mob {
        width: 100%;
        display: flex;
        flex: 1 1 auto;
        grid-gap: 28px;
        justify-content: center;
        align-items: center;
        margin: 8px 0 10px 0;
    }
    .ivent-score--mob div {
        display: flex;
        grid-gap: 4px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 30px;
    }
    .ivent-score--mob div span {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-align: center;
        text-transform: capitalize;
    }
    .events-footbol .ivent-score--mob div {
        background: #BDFFDC;
    }
    .events__league .ivent-score--mob div span:first-child {
        color: #6B7D8E;
    }
    .events-footbol .ivent-score--mob div span:last-child {
        color: #DC2837;
    }
    .events-footbol .ivent__item {
        background: #D9D9D9;
    }
    .info-wrap > img {
        display: none;
    }
    .events-basketbol .ivent-score--mob div {
        background: #FB9595;
    }
    .events-basketbol .ivent-score--mob div span:last-child {
        color: #061C3F;
    }
    .events-basketbol .ivent__item {
        background: #D9D9D9;
    }
    .sports-nav {
        display: none;
    }
    .sports-nav-mob {
        display: flex;
        flex-flow: column;
        grid-gap: 5px;
    }
    .spoiler-wrap {
        display: none;
    }
    .spoiler-wrap-mob {
        display: block;
        margin-top: 10px;
        padding: 16px 20px;
        background: #C0DAF7;
        border: 1px solid #1782F0;
    }
    .spoiler-wrap-mob .spoiler-content {
        display: none;
    }
    .spoiler-wrap-mob .arrow-spoiler {
        transform: rotate(0);
    }
    .spoiler-wrap-mob .arrow-spoiler-active {
        transform: rotate(180deg);
    }
    .banner {
        height: 200px;
    }
    .banner1 {
        padding: 42px 13px;
    }
    .banner1-info p {
        font-size: 20px;
        line-height: 24px;
    }
    .banner1-info span {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 21px;
    }
    .banner1-info a {
        width: 95px;
        height: 25px;
        font-size: 10px;
        line-height: 12px;
    }
    .banner2 {
        height: 160px;
        background: url('../img/banner2-mob.jpg') no-repeat;
    }
    .banner2 div {
        margin: 25px 0 0 45px;
    }
    .banner2 div p {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        text-indent: 6px;
    }
    .banner2 div span {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        text-indent: 6px;
    }
    .banner2 div a {
        width: 95px;
        height: 25px;
        font-weight: 900;
        font-size: 10px;
        line-height: 12px;
    }
    .two-column-block div {
        width: 100%;
    }
    .two-column-block p {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
    }
    .black-list__item {
        padding: 10px;
    }
    .black-list__item span {
        font-size: 20px;
        line-height: 24px;
    }
    .black-list__item p {
        width: 100%;
        max-width: 240px;
        font-size: 10px;
        line-height: 12px;
    }
    .black-list__item a {
        width: 70px;
        height: 28px;
        font-weight: 700;
        font-size: 11px;
        line-height: 13px;
    }
    .faq__item div {
        padding: 0 17px;
    }
    .faq__item span {
        width: 24px;
        height: 24px;
    }
    .faq__item h3 {
        font-size: 14px;
        line-height: 17px;
    }
    .faq__item p {
        margin: 5px 15px 10px 46px;
        font-size: 16px;
        line-height: 19px;
    }
}