@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.matches a {
    display: inline-block;
    margin-bottom: 13px;
}

.matches__content {
    width: calc(100% - 70px);
}

.matches__top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
}

.matches__top a {
    font-size: 32px;
    color: #88a19c;
    margin-right: 20px;
    text-decoration: none;
}

.matches__top a:first-child {
    color: #fff;
}

.matches__status {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-align: right;
}

.matches__status span {
    display: block;
    font-size: 16px;
    padding-top: 5px;
}

.matches__count {
    padding-top: 22px;
    margin-bottom: 25px;
    font-size: 21px;
    letter-spacing: 2px;
}

.matches__count--m {
    display: none;
}

.matches__seasons {
    display: none;
}

.matches__lines {
    display: flex;
    margin-left: 3px;
}

.matches__lines div {
    width: 27px;
    height: 4px;
    background: #C6F956;
    margin-right: 5px;
}

.matches__lines div:last-child {
    margin-right: 0;
}

.matches__lines .active {
    background: #FF0000;
}

.matches__lines .active div {
    background: url(../images/triangle.svg) no-repeat 0 0;
    width: 14px;
    height: 13px;
    margin-top: -18px;
    margin-left: 7px;
}

.matches__text {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 15px;
    letter-spacing: 1.4px;
}

.main .col1 {
    width: 300px;
    margin: 0 15px;
    padding-top: 34px;
}

.main .col2 {
    width: calc(100% - 360px);
}

.main__text {
    color: #3E414A;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 15px;
}

.main__menu li {
    list-style: none;
    padding: 0 0 6px;
}

.main__menu li:nth-child(3) {
    padding-bottom: 0;
}

.main__menu li:nth-child(7) {
    padding-bottom: 12px;
}

.main__menu a {
    color: #3E414A;
    font-size: 24px;
    line-height: 46px;
    text-transform: uppercase;
    display: block;
    padding: 0 0 0 52px;
    text-decoration: none;
}

.main__menu a .count {
    float: right;
    font-size: 18px;
    margin-right: 20px;
}

.main__menu .active {
    background: #C6F956 url(../images/arrow.svg) no-repeat 20px 50%;
}

.col1 .main__text {
    margin-left: -15px;
    margin-bottom: 50px;
}

.items-c {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.item {
    width: calc(33.3% - 15px);
    margin: 0 7px 15px;
    padding: 35px 26px 26px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.item img {
    height: 60px;
}

.item__title {
    color: #144339;
    font-size: 22px;
    padding-top: 15px;
    letter-spacing: 0.3px;
    padding-bottom: 21px;
    font-family: var(--font);
    font-weight: bold;
}

.item__text {
    color: #72727C;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 40px;
    height: 90px;
}



.item__detail {
    padding-top: 15px;
    text-align: center;
    color: #144339;
    opacity: 0.6;
    font-family: var(--font);
    font-weight: bold;
}

.item .btn {
    width: 100%;
}

.item__detail--expired {
    color: #FF0000;
    font-family: var(--font);
    font-weight: bold;
}

.pager {
    /* display: flex; */
    /* justify-content: space-between; */
    max-width: 530px;
    margin: 30px auto;
    text-align: center;
}

.pager .next,
.pager .prev {
    width: 80px;
    height: 60px;
    display: block;
    background: url(../images/next.svg) no-repeat 0 0;
    cursor: pointer;
}

.pager .prev {
    transform: rotate(180deg);

}

.back,
.more {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    text-decoration: underline;
    text-align: center;
    color: #144339;
    text-transform: uppercase;
    opacity: 0.6;
    font-family: var(--font);
    font-weight: bold;
}

.detail {
    display: flex;
    justify-content: space-between;
    margin-right: 2px;
    margin-bottom: 20px;
}

.detail .back {
    margin-bottom: 12px;
    text-align: start;
}

.detail__col {
    width: 311px;
    padding-top: 40px;
}

.detail__text {
    width: calc(100% - 350px);
    padding-bottom: 20px;
    font-size: 15px;
    color: #4f4f4f;
    letter-spacing: 0.5px;
    line-height: 1.5;
    /* margin-top: -40px; */
}

.detail__text h2 {
    font-size: 32px;
    padding-bottom: 20px;
    margin: 0;
}

.detail__col .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.detail__text p,
.detail__text ol li {
    padding: 0 0 20px 0;
    font-family: inherit;
    font-family: 'Raleway', sans-serif;
}

.detail__text ul,
.detail__text ol {
    padding-left: 25px;
    margin-top: -12px;
    padding-right: 40px;
    margin-bottom: 28px;
}

.detail__text ul li,
.detail__text ol li {
    padding-bottom: 0;
}

.detail__text .btn {
    max-width: 220px;
    margin-right: 53px;
    display: inline-block;
    line-height: 50px;
}

.btn-white {
    border: 1px solid #FF0000;
    background-image: none;
    line-height: 50px;
    padding: 0 12px 0 18px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    letter-spacing: 4.2px;
    font-family: var(--font);
    font-weight: bold;
}

.banner {
    width: 100%;
    margin-bottom: 20px;
}

.detail__text-title {
    font-size: 68px;
    color: #3E414A;
    line-height: 0.9;
    margin-bottom: 20px;
}


.detail__col-title {
    font-size: 46px;
    line-height: 0.9;
    margin-bottom: 10px;
    font-family: var(--font);
    font-weight: bold;

}

.detail__col-title span {
    color: #348D8B;
    font-family: var(--font);
    font-weight: bold;
}

.popup {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup__content {
    width: 617px;
    background: url(../images/popup_bg.jpg) no-repeat 0 0;
    background-size: cover;
    text-align: center;
    box-sizing: border-box;
    padding: 70px;
}

.points-modal__content.copied .popup_copy_status {
    display: block;

}

.popup__title {
    font-size: 26px;
}

.popup_copy {
    position: relative;
}

.popup_copy_status {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: max-content;
    opacity: 0;
    display: none;
    color: #72727C;
    font-family: 'Raleway', sans-serif;
    animation: copyHide 1.5s;
}

.btn.disabled {
    pointer-events: none;
}

.btn.disabled:before,
.btn.disabled:after {
    background: #bbbbbb;
}

@keyframes copyHide {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.promo_code {
    font-size: 64px;
    padding: 0 0;
    font-family: var(--font);
    font-weight: bold;
}

.popup .btn {
    max-width: 233px;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.popup .btn:after {
    background: #fff;
    ;
}

.matches_mobile {
    display: none;
}

.main__menu-mob {
    display: none;
}

.subscribe {
    display: none;
}

.footer {
    display: none;
}

.user__mobile {
    display: none;
}

.btn-c {
    margin-top: 40px;
}

.legal {
    font-size: 12px;
    margin-top: 40px;
}

.items-c .legal,
.detail__col .legal {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    min-height: 36px;
}

@media (min-width: 1440px) and (max-width: 1620px) {
    div.menu-icon {
        margin-left: 13px;
        margin-right: -15px;
    }
}

@media (max-width: 1439px) {
    div.menu-icon {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {


    .detail__text {
        padding-bottom: 0;
        font-size: 14px;
    }

    .detail__text h2 {
        padding-bottom: 10px;
    }

    .detail__text p {
        padding-bottom: 15px;
    }

    .detail__text ol,
    .detail__text ul {
        margin-bottom: 15px;
        padding-right: 20px;
    }

    .detail__col {
        padding-top: 0;
    }

    .matches--detail {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .user__status {
        /* display: none; */
        padding-left: 15px;
    }

    .user__mobile {
        /* display: block; */
        width: 100%;
        color: #72727C;
        font-family: 'Raleway', sans-serif;
        padding-left: 75px;
        box-sizing: border-box;
        font-size: 12px;
        margin-bottom: 37px;
    }

    .user-container {
        display: block;
        padding-top: 34px;
    }

    .user-container .user {
        padding: 12px 20px;
        width: 335px;
        margin-left: auto;
        margin-right: auto;
    }

    .user__text {
        /* padding-bottom: 0; */
    }

    .user__name {
        padding-top: 4px;

    }

    .user-container .matches {
        display: block;
        margin: 18px auto 0;
        width: 335px;
        padding: 12px 20px;
    }

    .matches__top {
        flex-wrap: wrap;
        row-gap: 22px;
    }

    .matches__top a {
        font-size: 22px;
    }

    .matches__list {
        order: 1;
        flex-basis: 100%;
    }

    .matches__count {
        display: none;
    }

    .matches__count--m {
        display: block;
        color: #fff;
        text-align: end;
        font-size: 18px;
    }

    .matches__content {
        width: 100%;
    }

    .matches__status {
        order: 0;
        margin-left: auto;
    }

    .matches__seasons {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        column-gap: 10px;
    }

    .matches__season {
        flex-grow: 1;
        padding: 10px 5px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
        text-decoration: none;
    }

    .matches__season.active {
        color: #14433A;
        background-color: #C6F956;
    }

    .matches__lines .active div {
        display: none;
    }

    .matches__lines div {
        flex-grow: 1;
    }

    .matches__text {
        font-size: 15px;
    }

    .matches__soc {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-end;
        column-gap: 22px;
    }

    .matches__soc a {
        display: none;
    }

    a.matches__soc--tg,
    a.matches__soc--vk {
        display: block;
    }

    .matches_mobile {
        background: #1B614C url(../images/bg.png) no-repeat 0 0;
        background-size: cover;
        width: 335px;
        margin: 19px auto 0;
        display: block;
        position: relative;
        min-height: 350px;
        box-sizing: border-box;
        padding: 32px 23px 15px;
    }

    .matches_mobile>img {
        position: absolute;
        top: 30px;
        right: -20px;
    }

    .matches_mobile .title {
        font-size: 30px;
        color: #fff;
        margin-bottom: 10px;
    }

    .matches_mobile .line {
        color: #A9A9B5;
        font-family: 'Raleway', sans-serif;
        font-size: 12px;
    }

    .matches_mobile .text {
        color: #969696;
        font-size: 12px;
        font-family: 'Raleway', sans-serif;
        padding-bottom: 35px;
    }

    .matches_mobile .line span {
        font-size: 16px;
        color: #fff;
        font-family: 'Bebas Neue Cyrillic', sans-serif;
        display: block;
        margin-bottom: 17px;
        margin-top: 9px;
    }

    .matches_mobile .soc {
        display: flex;
        justify-content: flex-end;
        padding-top: 19px;
    }

    .matches_mobile .soc a {
        display: block;
        margin-left: 28px;
    }

    .main__menu {
        display: none;
    }

    .main__menu-mob {
        display: flex;
        width: 100%;
        margin-bottom: 20px;

    }

    .main__menu-mob a {
        font-size: 25px;
        text-decoration: none;
        color: #9c9da1;
        min-height: 46px;
        display: inline-block;
    }

    .main__menu-mob li {
        list-style: none;
        margin-right: 18px;
    }

    .main__menu-mob .active {
        color: #3E414A;
        background: url(../images/arrow-top.svg) no-repeat 50% 100%;
    }

    .main__menu-mob span {
        font-size: 12px;
        position: relative;
        top: -10px;
        right: -4px;
    }

    .main .col1 {
        width: 330px;
        margin: 0 auto;
        padding-top: 0px;
    }

    .main .col2 {
        width: 330px;
        margin: 0 auto;
    }

    .col1 .main__text {
        margin-left: 0;
    }

    .col2 .main__text {
        display: none;
    }

    .item {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .main {
        display: block;
    }

    .wrapper {
        background: #f9f9f9;
    }

    .user-container .user,
    .matches_mobile,
    .main,
    .main .col1,
    .main .col2,
    .user-container .matches {
        width: 80%;
    }

    .item {
        padding: 35px 44px 26px;
    }

    .subscribe {
        width: 335px;
        background: url(../images/subscribe.jpg) no-repeat 0 0;
        background-size: cover;
        padding: 33px 40px 52px;
        display: block;
        margin: 94px auto 0;
        box-sizing: border-box;
        position: relative;
    }

    .subscribe input {
        padding: 15px 0 7px;
        width: 100%;
        font-size: 22px;
        color: #fff;
        background: none;
        border: none;
        border-bottom: 1px solid #72727C;
    }

    ::placeholder {
        color: #fff;
    }

    .subscribe__title {
        color: #fff;
        font-size: 22px;
        margin-bottom: 34px;
    }

    .subscribe__ok {
        background: url(../images/ok.png) no-repeat 0 0;
        background-size: 18px;
        padding-left: 30px;
        color: #A9A9B5;
        font-family: 'Raleway', sans-serif;
        font-size: 12px;
        margin-top: 40px;
        padding-bottom: 60px;
    }

    .subscribe .btn {
        max-width: 130px;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
    }

    .footer {
        display: block;
        margin-top: -220px;
        padding-top: 320px;
        padding-bottom: 20px;
        background: #161515;
        color: #fff;
    }

    .footer__container {
        width: 335px;
        margin: 0 auto;

    }

    .footer__logo {
        display: flex;
        color: #72727C;
        align-items: center;
        text-decoration: none;
        margin-bottom: 60px;
    }

    .footer__logo span {
        font-family: 'Raleway', sans-serif;
        font-size: 15px;
        margin-left: 15px;
        text-decoration: none;
    }

    .footer__line,
    .footer__line-value {
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        ;
    }

    .footer__line {
        color: #72727C;
        margin-bottom: 38px;
    }

    .footer__line-value {
        color: #fff;
        padding-top: 15px;
        ;
    }

    .footer__menu {
        padding-top: 15px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: flex-start;
        justify-content: space-between;
        column-gap: 5px;
        row-gap: 38px;
    }

    .footer__menu-title {
        font-size: 22px;
        /* border-bottom: 1px solid #72727C; */
        padding-bottom: 15px;
        margin-bottom: 15px;
        /* background: url(../images/plus.svg) no-repeat 100% 0; */
    }

    .footer-menu__list {
        margin: 0;
        padding: 0;
        padding-top: 20px;
        padding-right: 10px;
        list-style: none;
    }

    .footer-menu__list li+li {
        margin-top: 20px;
    }

    .footer-menu__list a {
        color: #72727C;
        text-decoration: none;
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
    }

    .footer__soc {
        margin-top: 65px;
        padding: 25px 0 0;
        display: flex;
        /* justify-content: space-between; */
        justify-content: flex-end;
        column-gap: 25px;
    }

    .footer__soc img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .footer__copyright {
        margin-top: 55px;
        font-family: 'Raleway', sans-serif;
        color: #72727C;
        font-size: 14px;
        line-height: 1.5;
    }

    .detail {
        display: block;
        /* padding-top: 20px; */
    }

    .detail .back {
        margin-bottom: 12px;
        text-align: center;
    }

    .items-c_holder {
        padding-bottom: 40px;
    }

    .detail__text,
    .detail__col {
        width: 100%;
        /* margin-bottom: 75px; */
        /* padding-top: 16px; */
    }

    .detail__col {
        padding-bottom: 40px;
    }

    .detail__text-title {
        font-size: 32px;
    }

    .detail__col-title {
        font-size: 32px;
    }

    .main .col1,
    .main .col2 {
        width: 100%;
    }

    .pager {
        margin-top: 18px;
    }
}

@media (max-width: 767px) {

    .user-container .user,
    .matches_mobile,
    .main,
    .main .col1,
    .main .col2,
    .user-container .matches {
        width: 335px;
    }

    .btn-c {
        display: block;
    }

    .btn-c .btn,
    .btn-c .btn-white {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        box-sizing: border-box;
        text-align: center;
    }

    .popup__title {
        font-size: 24px;
    }

    .promo_code {
        font-size: 53px;
    }

    .popup__content {
        max-width: calc(100% - 30px);
        padding: 70px 30px;
    }

    .detail {
        /* padding-top: 12px; */
        padding: 12px 10px 0 10px;
    }

    .detail__text h2 {
        font-size: 24px;
        color: #3E414A;
    }
}