@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@700;800&family=Roboto+Condensed:wght@300;400;700&display=swap');

:root {
    --ts-green-1: #4B6941;
    --ts-green-2: #83B074;
    --ts-green-3: #D3FF8B;
    --ts-black: #141414;
    --ts-gray-1: #D2D2D2;
    --ts-gray-2: #F5F5F5;
    --ts-blue-1: #4669DC;
    --ts-blue-2: #7191FC;
    --ts-red-1: #CC4F27;
    --ts-manrope: 'Manrope', sans-serif;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    background: #E1E1E1;
    color: var(--ts-black)
}

a {
    text-decoration: none;
}

body div::-webkit-scrollbar {
    width: 5px;
}
body div::-webkit-scrollbar-track {
    background: #fff;
}
body div::-webkit-scrollbar-thumb,
body div::-webkit-scrollbar-thumb:hover {
    background: #C4C4C4;
}

@media (max-width: 767.98px) {

    body div::-webkit-scrollbar {
        width: 1px;
    }

}

.container {
    max-width: 1320px;
}

/* mobile menu */

.mobile-menu {
    position: fixed;
    z-index: 10;
    background: rgba(20, 20, 20, .8);
    padding: 20px;
    width: 100%;
    height: 100svh;
}
.mobile-menu__wrapper {
    border-radius: 3px;
    background: var(--ts-green-1);
    padding: 40px 0;
    position: relative;
}
.mobile-menu__close {
    background: url(img/close.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

/* headline */

.headline {

}
.headline__inner {
    padding: 12px 20px;
}
.headline__options {
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.headline__languages {
    position: relative;
}
.headline__timezone {
    position: relative;
}
.headline__languages-current,
.headline__timezone {
    padding: 0 15px 0 23px;
    cursor: pointer;
}
.headline__languages-current {
    background: url(img/sprite.svg#arrow_down) no-repeat right center / 10px auto,
    url(img/sprite.svg#globe) no-repeat left center / 18px auto;
}
.headline__languages-current_m {
    background: url(img/sprite.svg#arrow_down_w) no-repeat right center / 10px auto,
    url(img/sprite.svg#globe) no-repeat left center / 18px auto;
    color: #fff;
}
.headline__languages-list {
    position: absolute;
    z-index: 10;
    background: #fff;
    border-radius: 5px;
    padding: 7px 11px;
    top: 15px;
    left: -15px;
}
.headline__languages-list_m {
    top: 10px;
    left: 0;
}
.headline__languages-item {
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    color: var(--ts-black);
    padding-left: 27px;
    text-transform: none;
    background-size: auto 15px;
    background-position: left center;
    background-repeat: no-repeat;
    margin: 7px 0;
    transition: color .2s;
}
.headline__languages-item:hover {
    color: var(--ts-green-1);
}
.headline__languages-item_en {
    background-image: url(/upload/uf/18b/18bf5fa5a93d452f71ade46711f058e6.svg);
}
.headline__languages-item_de {
    background-image: url(/upload/uf/ae7/ae70f5bf149dc3b3c54fbece7ff69d97.svg);
}
.headline__languages-item_ru {
    background-image: url(/upload/uf/a79/a79f4d00a7c670cfd8c9278f347054e6.svg);
}
.headline__languages-item_hi {
    background-image: url(/upload/uf/1c6/sw9gm0l54e2x1rto23uw06xbxf16lnjb.svg);
}
.headline__timezone {
    background: url(img/sprite.svg#arrow_down) no-repeat right center / 10px auto,
    url(img/sprite.svg#watch) no-repeat left center / 18px auto;
    margin-left: 20px;
}
.headline__timezone_m {
    margin-top: 40px;
    background: url(img/sprite.svg#arrow_down_w) no-repeat right center / 10px auto,
    url(img/sprite.svg#watch) no-repeat left center / 18px auto;
    margin-left: 0;
    color: #fff;
}
.headline__timezone-list {
    position: absolute;
    z-index: 10;
    background: #fff;
    border-radius: 5px;
    padding: 7px 11px;
    top: 15px;
    left: -15px;
    max-height: 300px;
    overflow: auto;
    width: 500px;
}
.headline__timezone-list_m {
    position: fixed;
    top: 145px;
    left: 30px;
    max-height: 190px;
    width: calc(100% - 60px);
}
.headline__timezone-item {
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    color: var(--ts-black);
    text-transform: none;
    background-size: auto 15px;
    background-position: left center;
    background-repeat: no-repeat;
    margin: 7px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    transition: color .2s;
}
.headline__timezone-item:hover {
    color: var(--ts-green-1);
}

@media (max-width: 575.98px) {

    .headline > .container {
        --bs-gutter-x: 0
    }
    .headline__inner {
        padding: 7px 10px;
    }

}

/* header */

.header {
    position: relative;
}
.header_active {
    z-index: 6;
}
.header__inner {
    background: var(--ts-green-1);
    border-radius: 5px;
    height: 175px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 18px;
    padding: 0 20px;
    overflow: hidden;
    position: relative;
}
.header__inner_tennis,
.header__inner_football,
.header__inner_golf,
.header__inner_hockey,
.header__inner_basketball {
    height: 136px;
}
.header__inner:before {
    content: '';
    top: -35px;
    left: calc(50% - 430px);
    position: absolute;
    width: 136px;
    height: 136px;
    background: url(img/sprite.svg#header-ball) no-repeat center / contain;
    transition: all .5s;
}
.header__inner_tennis:before {
    top: -17px;
    left: calc(50% - 530px);
    width: 216px;
    height: 163px;
    background: url(img/tennis_bg.svg) no-repeat center / contain;
}
.header__inner_football:before {
    top: -17px;
    left: calc(50% - 530px);
    width: 141px;
    height: 141px;
    background: url(img/football_bg.svg) no-repeat center / contain;
}
.header__inner_golf:before {
    top: -17px;
    left: calc(50% - 530px);
    width: 111px;
    height: 153px;
    background: url(img/golf_bg.svg) no-repeat center / contain;
}
.header__inner_hockey:before {
    top: -17px;
    left: calc(50% - 530px);
    width: 299px;
    height: 141px;
    background: url(img/hockey_bg.svg) no-repeat center / contain;
}
.header__inner_basketball:before {
    top: -17px;
    left: calc(50% - 530px);
    width: 141px;
    height: 141px;
    background: url(img/basketball_bg.svg) no-repeat center / contain;
}
.header__inner:after {
    content: '';
    top: 90px;
    left: calc(50% + 365px);
    position: absolute;
    width: 615px;
    height: 615px;
    border-radius: 50%;
    background-color: var(--ts-blue-1);
    box-shadow: 0 0 0 140px var(--ts-black),
    0 0 0 280px var(--ts-green-1),
    0 0 0 420px var(--ts-blue-1),
    0 0 0 560px var(--ts-green-1);
    transition: all .5s;
}
.header__inner:hover:before {
    transform: scale(.9) translate(-10px, -20px);
}
.header__inner:hover:after {
    transform: scale(1.1);
}
.header__favorite {
    position: absolute;
    top: 28px;
    padding-left: 22px;
    background: url(img/sprite.svg#green-star) no-repeat left top / 16px;
    color: #fff;
    left: 20px;
    z-index: 1;
    transition: all .2s;
}
.header__favorite:hover {
    color: var(--ts-green-3);
}
.header__logo {
    position: absolute;
    top: 32px;
    background: url(img/logo.svg) no-repeat center / 338px auto;
    width: 339px;
    height: 67px;
    left: calc(50% - 157px);
    z-index: 1;
}
.header__logo_tennis {
    background: url(img/logo_tennis.svg) no-repeat center / 381px auto;
    left: calc(50% - 157px);
    width: 382px;
    height: 66px;
}
.header__logo_hockey {
    background: url(img/logo_hockey.svg) no-repeat center / 420px auto;
    left: calc(50% - 210px);
    width: 420px;
    height: 82px;
}
.header__logo_basketball {
    background: url(img/logo_basketball.svg) no-repeat center / 523px auto;
    left: calc(50% - 256px);
    width: 523px;
    height: 66px;
}
.header__logo_golf {
    background: url(img/logo_golf.svg) no-repeat center / 368px auto;
    left: calc(50% - 184px);
    width: 368px;
    height: 79px;
}
.header__logo_football {
    background: url(img/logo_football.svg) no-repeat center / 371px auto;
    left: calc(50% - 186px);
    width: 371px;
    height: 79px;
}
.header__logo:hover {
    opacity: .9;
}
.header__sub-block {
    position: absolute;
    top: 22px;
    color: #fff;
    right: 20px;
    z-index: 1;
}
.header__login {
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
    padding: 9px 26px;
    transition: all .2s;
}
.header__login:hover {
    background: rgba(255, 255, 255, .9);
}
.header__login span {
    background: url(img/sprite.svg#login) no-repeat left center / auto 14px;
    font-size: 12px;
    line-height: 14px;
    padding-left: 19px;
    color: var(--ts-black)
}
.header__hamburger {
    background: url(img/sprite.svg#hamb) no-repeat center / 29px auto;
    width: 29px;
    height: 19px;
    cursor: pointer;
}
.header__search {
    background: url(img/sprite.svg#search) no-repeat 0 0 / 24px auto;
    width: 24px;
    height: 24px;
    margin: 0 18px 0 22px;
    cursor: pointer;
}
.header__menu {
    position: absolute;
    bottom: 17px;
    z-index: 1;
    width: 100%;
    left: 0;
    padding: 0 20px;
}
.header__menu-item {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -.03em;
    text-transform: uppercase;
    color: #fff;
    margin-right: 15px;
    display: flex;
    white-space: nowrap;
    transition: color .2s;
}
.header__menu-more {
    padding-right: 10px;
    cursor: pointer;
    margin-left: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -.03em;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
.header__menu-more span {
    width: 11px;
    height: 11px;
    display: inline-block;
    position: relative;
    bottom: -8px;
    right: -3px;
    transition: .4s ease;
    margin-top: 2px;
    text-align: left;
    transform: rotate(45deg);
    float: right;
}
.header__menu-more span:before,
.header__menu-more span:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 9px;
    height: 2px;
    background-color: #fff;
    transition: .4s ease;
}
.header__menu-more span:before {
    transform: translate(0, 0);
}
.header__menu-more span:after {
    position: absolute;
    transform: rotate(90deg);
    top: -4px;
    left: 4px;
}
.header__menu-more_active span {
    transform: rotate(45deg) translate(-5px, -5px);
}
.header__menu-more_active span:before {
    transform: translate(9px, 0);
}
.header__menu-more_active span:after {
    transform: rotate(90deg) translate(8px, -1px);
}
.header__menu-item:hover,
.header__menu-more:hover,
.header__menu-item_active {
    color: var(--ts-green-3);
}
.header__menu-item svg {
    height: 20px;
    margin-right: 5px;
    opacity: .3;
    fill: #fff;
    transition: all .2s;
}
.header__menu-item:hover svg,
.header__menu-item_active svg {
    opacity: 1;
}
.header__menu-item svg,
.header__menu-item_badminton svg,
.header__menu-item_rugby svg,
.header__menu-item_snooker svg {
    width: 16px;
}
.header__menu-item_hockey svg,
.header__menu-item_cyber svg {
    width: 19px;
}
.header__menu-item_tennis svg {
    width: 18px;
}
.header__menu-item_boxing svg,
.header__menu-item_field-hockey svg {
    width: 15px;
}
.header__menu-item_wrestling svg,
.header__menu-item_kabaddi svg,
.header__menu-item_futsal svg {
    width: 20px
}
.header__menu-item_beach-volleyball svg,
.header__menu-item_beach-football svg {
    width: 14px
}
.header__menu-item_bandy svg {
    width: 13px
}
.header__sub-menu {
    max-width: 530px;
    background: var(--ts-green-1);
    border-radius: 5px;
    padding: 35px 35px 20px;
    position: absolute;
    top: 180px;
    right: calc(var(--bs-gutter-x) * .5);
    visibility: hidden;
    opacity: 0;
}
.header__sub-menu_active {
    visibility: visible;
    opacity: 1;
}
.header__sub-menu .header__menu-item {
    margin-bottom: 15px;
}

.header__sub-menu .header__menu-item:nth-child(1),
.header__sub-menu .header__menu-item:nth-child(2),
.header__sub-menu .header__menu-item:nth-child(3),
.header__sub-menu .header__menu-item:nth-child(4),
.header__sub-menu .header__menu-item:nth-child(5),
.header__sub-menu .header__menu-item:nth-child(6),
.header__sub-menu .header__menu-item:nth-child(7) {
    display: none;
}

@media (max-width: 1290px) {

    .header__menu .header__menu-item:nth-child(10) {
        display: none;
    }
    .header__sub-menu .header__menu-item:nth-child(7) {
        display: block;
    }

}

@media (max-width: 1199.98px) {

    .header__menu .header__menu-item:nth-child(8) {
        display: none;
    }
    .header__sub-menu .header__menu-item:nth-child(5) {
        display: block;
    }

}

@media (max-width: 1080.98px) {

    .header__menu .header__menu-item:nth-child(9) {
        display: none;
    }
    .header__sub-menu .header__menu-item:nth-child(6) {
        display: block;
    }

}

@media (max-width: 991.98px) {

    .header__logo {
        top: 36px;
        background-size: 290px auto;
        width: 290px;
        height: 57px;
        left: calc(50% - 125px);
    }
    .header__menu .header__menu-item:nth-child(7),
    .header__menu .header__menu-item:nth-child(6) {
        display: none;
    }
    .header__sub-menu .header__menu-item:nth-child(3),
    .header__sub-menu .header__menu-item:nth-child(4) {
        display: block;
    }

}

@media (max-width: 767.98px) {

    .header__menu-item,
    .header__menu-more {
        font-size: 14px;
    }
    .header__menu .header__menu-item:nth-child(5) {
        display: none;
    }
    .header__sub-menu .header__menu-item:nth-child(2) {
        display: block;
    }

}

@media (max-width: 575.98px) {

    .header > .container {
        --bs-gutter-x: 0
    }
    .header__inner {
        height: 100px;
        border-radius: 0;
    }
    .header__inner_tennis,
    .header__inner_football,
    .header__inner_golf,
    .header__inner_hockey,
    .header__inner_basketball {
        height: 62px;
    }
    .header__logo {
        background: url(img/sprite.svg#logo_m) no-repeat left center / 64px auto;
        width: 64px;
        height: 34px;
        left: 10px;
        top: 10px;
    }
    .header__logo_tennis {
        background: url(img/logo_m_tennis.svg) no-repeat left center / contain;
        width: 126px;
        height: 23px;
        left: 10px;
        top: 19px;
    }
    .header__logo_football {
        background: url(img/logo_m_football.svg) no-repeat left center / contain;
        width: 93px;
        height: 22px;
        left: 10px;
        top: 19px;
    }
    .header__logo_golf {
        background: url(img/logo_m_golf.svg) no-repeat left center / contain;
        width: 92px;
        height: 22px;
        left: 10px;
        top: 19px;
    }
    .header__logo_hockey {
        background: url(img/logo_m_hockey.svg) no-repeat left center / contain;
        width: 144px;
        height: 29px;
        left: 10px;
        top: 19px;
    }
    .header__logo_basketball {
        background: url(img/logo_m_basketball.svg) no-repeat left center / contain;
        width: 132px;
        height: 19px;
        left: 10px;
        top: 21px;
    }
    .header__favorite {
        left: auto;
        right: 99px;
        top: 18px
    }
    .header__sub-block {
        top: 20px;
        right: 10px;
    }
    .header__menu {
        bottom: 7px;
        padding: 0 10px;
    }
    .header__sub-menu {
        border-radius: 0;
        top: 105px;
        padding: 15px 10px 5px;
    }
    .header__sub-menu .header__menu-item {
        margin-bottom: 10px;
    }
    .header__menu .header__menu-item:nth-child(4) {
        display: none;
    }
    .header__sub-menu .header__menu-item:nth-child(1) {
        display: block;
    }
    .header__menu-item {
        margin-right: 14px;
    }

}

/* main block */

main {
    min-height: 600px;
}
.main-blocks {
    margin-top: 10px;
}

@media (max-width: 575.98px) {

    .main-blocks {
        margin-top: 0;
        overflow: hidden;
    }
    .main-blocks > .container {
        --bs-gutter-x: 0
    }

}

/* left block */

.left-block {
    margin-right: 10px;
    position: sticky;
    top: 10px;
}

/* leagues-menu */

.leagues-menu {
    border-radius: 5px;
    overflow: hidden;
}
.leagues-menu__head {
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    cursor: pointer;
    position: relative;
    background: var(--ts-blue-1) url(img/sprite.svg#cup) no-repeat left 21px center / 14px 16px;
    padding: 15px 20px 14px 41px;
}
.leagues-menu__head span {
    width: 11px;
    height: 11px;
    display: inline-block;
    position: relative;
    bottom: -7px;
    left: -7px;
    transition: .4s ease;
    margin-top: 2px;
    text-align: left;
    transform: rotate(45deg);
    float: right;
}
.leagues-menu__head span:before,
.leagues-menu__head span:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 9px;
    height: 2px;
    background-color: #fff;
    transition: .4s ease;
}
.leagues-menu__head span:before {
    transform: translate(0, 0);
}
.leagues-menu__head span:after {
    position: absolute;
    transform: rotate(90deg);
    top: -4px;
    left: 4px;
}
.leagues-menu__head_active span {
    transform: rotate(45deg) translate(-5px, -5px);
}
.leagues-menu__head_active span:before {
    transform: translate(9px, 0);
}
.leagues-menu__head_active span:after {
    transform: rotate(90deg) translate(8px, -1px);
}
.leagues-menu__body {
    overflow: hidden;
    /*max-height: 0;*/
    transition: max-height .2s ease;
}
.leagues-menu__body_active {
    /*max-height: 600px;*/
}
.leagues-menu__popular-title {
    background: var(--ts-gray-2) url(img/sprite.svg#pop) no-repeat left 20px center / 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 13px 20px 13px 41px;
}
.leagues-menu__popular-inner {
    padding: 20px 20px 7px;
    background-color: #fff;
}
.leagues-menu__popular-item {
    margin-bottom: 13px;
}
.leagues-menu__popular-item a {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    color: var(--ts-black);
    max-width: calc(100% - 20px);
}
.leagues-menu__popular-item a:hover {
    color: var(--ts-green-1);
    transition: color .2s;
}
.leagues-menu__popular-item span {
    width: 14px;
    height: 11px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.leagues-menu__countries-title {
    background: var(--ts-gray-2) url(img/sprite.svg#world) no-repeat left 20px center / 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 13px 20px 13px 41px;
}
.leagues-menu__countries-list {
    padding: 20px 11px 20px 20px;
    background-color: #fff;
}
.leagues-menu__countries-list-inner {
    overflow: auto;
    max-height: 300px;
    padding-right: 15px;
}
.leagues-menu__country-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px solid #EBEBEB;
    padding: 4px 0 6px;
    cursor: pointer;
    margin-bottom: 12px;
}
.leagues-menu__country-name:hover {
    color: var(--ts-green-1);
    transition: color .2s;
}
.leagues-menu__leagues {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease;
}
.leagues-menu__league {
    margin-bottom: 7px;
}
.leagues-menu__league:last-child {
    margin-bottom: 12px;
}
.leagues-menu__league a {
    color: #8C8C8C;
    font-weight: 300;
    font-size: 14px;
    line-height: 10px;
    text-decoration: none;
    transition: color .2s;
}
.leagues-menu__league a:hover {
    color: var(--ts-green-1)
}

@media (max-width: 767.98px) {

    .leagues-menu {
        display: none;
    }

}

/* right block */

.right-block {
    margin-left: 10px;
    /*position: sticky;*/
    /*top: 10px;*/
}

@media (max-width: 1199.98px) {

    .right-block {
        margin-left: 0;
        margin-top: 10px;
    }

}

/* banners */

.stats-banner {
    border-radius: 5px;
    color: #fff;
    background: var(--ts-blue-1) url(img/bg-stats.svg) no-repeat right bottom;
    cursor: pointer;
}
.stats-banner__title {
    font-family: var(--ts-manrope);
    font-weight: 700;
    font-size: 24px;
    line-height: 104.5%;
    letter-spacing: -.04em;
    text-transform: uppercase;
    padding: 36px 20px 15px 30px;
    max-width: 220px;
}
.stats-banner__desc {
    font-weight: 300;
    font-size: 12px;
    line-height: 120.88%;
    padding: 0 20px 115px 30px;
    max-width: 150px;
}
.stats-banner__more {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: var(--ts-black);
    background: #fff url(img/sprite.svg#time) no-repeat left 16px center / 14px;
    padding: 9px 14px 9px 39px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 26px;
    margin-bottom: 43px;
    transition: all .2s;
}
.stats-banner:hover .stats-banner__more {
    background-color: rgba(255, 255, 255, .9);
}

@media (max-width: 1199.98px) {

    .stats-banner__title {
        max-width: 100%;
    }
    .stats-banner__desc {
        padding: 0 20px 35px 30px;
        max-width: 250px;
    }

}

/* head sport */

.head-sport {
    background-color: var(--ts-blue-1);
    background-repeat: no-repeat;
    background-position: left 19px center;
    font-family: var(--ts-manrope);
    padding: 8px 10px 8px 49px;
    letter-spacing: -.04em;
    color: #fff;
    background-size: 24px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid var(--ts-blue-2);
}
.head-sport_football,
.head-game_football {
    background-image: url(img/sprite.svg#football);
}
.head-sport_hockey,
.head-game_hockey {
    background-image: url(img/sprite.svg#hockey);
}
.head-sport_tennis,
.head-game_tennis {
    background-image: url(img/sprite.svg#tennis);
}
.head-sport_basketball,
.head-game_basketball {
    background-image: url(img/sprite.svg#basketball);
}
.head-sport_volleyball,
.head-game_volleyball {
    background-image: url(img/sprite.svg#volleyball);
}
.head-sport_handball,
.head-game_handball {
    background-image: url(img/sprite.svg#handball);
}
.head-sport_badminton,
.head-game_badminton {
    background-image: url(img/sprite.svg#badminton);
}
.head-sport_boxing,
.head-game_boxing {
    background-image: url(img/sprite.svg#boxing);
}
.head-sport_table-tennis,
.head-game_table-tennis {
    background-image: url(img/sprite.svg#table-tennis);
}
.head-sport_esports,
.head-game_esports {
    background-image: url(img/sprite.svg#cyber);
}
.head-sport_baseball,
.head-game_baseball {
    background-image: url(img/sprite.svg#baseball);
}
.head-sport_rugby,
.head-game_rugby {
    background-image: url(img/sprite.svg#rugby);
}
.head-sport_american-football,
.head-game_american-football {
    background-image: url(img/sprite.svg#american-football);
}
.head-sport_futsal,
.head-game_futsal {
    background-image: url(img/sprite.svg#futsal);
}
.head-sport_bandy,
.head-game_bandy {
    background-image: url(img/sprite.svg#bandy);
}
.head-sport_water-polo,
.head-game_water-polo {
    background-image: url(img/sprite.svg#water-polo);
}
.head-sport_darts,
.head-game_darts {
    background-image: url(img/sprite.svg#darts);
}
.head-sport_beach-soccer,
.head-game_beach-soccer {
    background-image: url(img/sprite.svg#beach-football);
}
.head-sport_australian-rules,
.head-game_australian-rules {
    background-image: url(img/sprite.svg#australian-rules);
}
.head-sport_beach-volleyball,
.head-game_beach-volleyball {
    background-image: url(img/sprite.svg#beach-volleyball);
}
.head-sport_snooker,
.head-game_snooker {
    background-image: url(img/sprite.svg#snooker);
}
.head-sport_horse-racing,
.head-game_horse-racing {
    background-image: url(img/sprite.svg#horse-racing);
}
.head-sport_cricket,
.head-game_cricket {
    background-image: url(img/sprite.svg#cricket);
}
.head-sport_kabaddi,
.head-game_kabaddi {
    background-image: url(img/sprite.svg#kabaddi);
}
.head-sport_ufc,
.head-game_ufc {
    background-image: url(img/sprite.svg#ufc);
}
.head-sport h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 43px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -.04em;
}

@media (max-width: 575.98px) {

    .head-sport {
        border-radius: 0;
        background-size: 18px;
        padding: 10px 10px 10px 35px;
        background-position: left 10px center;
    }
    .head-sport h1 {
        font-size: 18px;
        line-height: 24px;
    }

}

/* head league */

.head-league {
    background-color: var(--ts-blue-1);
    background-repeat: no-repeat;
    background-position: left 19px center;
    padding: 8px 10px 8px 70px;
    letter-spacing: -.04em;
    color: #fff;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid var(--ts-blue-2);
    background-size: 38px;
}
.head-league_football {
    background-image: url(img/sprite.svg#football);
}
.head-league_volleyball {
    background-image: url(img/sprite.svg#volleyball);
}
.head-league_hockey {
    background-image: url(img/sprite.svg#hockey);
}
.head-league_tennis {
    background-image: url(img/sprite.svg#tennis);
}
.head-league_basketball {
    background-image: url(img/sprite.svg#basketball);
}
.head-league_baseball {
    background-image: url(img/sprite.svg#baseball);
}
.head-league_handball {
    background-image: url(img/sprite.svg#handball);
}
.head-league_table-tennis {
    background-image: url(img/sprite.svg#table-tennis);
}
.head-league_cricket {
    background-image: url(img/sprite.svg#cricket);
}
.head-league_rugby {
    background-image: url(img/sprite.svg#rugby);
}
.head-league_futsal {
    background-image: url(img/sprite.svg#futsal);
}
.head-league_bandy {
    background-image: url(img/sprite.svg#bandy);
}
.head-league_water-polo {
    background-image: url(img/sprite.svg#water-polo);
}
.head-league_beach-soccer {
    background-image: url(img/sprite.svg#beach-football);
}
.head-league_beach-volleyball {
    background-image: url(img/sprite.svg#beach-volleyball);
}
.head-league_snooker {
    background-image: url(img/sprite.svg#snooker);
}
.head-league_boxing {
    background-image: url(img/sprite.svg#boxing);
}
.head-league_kabaddi {
    background-image: url(img/sprite.svg#kabaddi);
}
.head-league_badminton {
    background-image: url(img/sprite.svg#badminton);
}
.head-league_ufc {
    background-image: url(img/sprite.svg#ufc);
}
.head-league__breadcrumbs a {
    text-decoration: none;
    display: inline-block;
    color: rgba(255, 255, 255, .4);
    transition: color .2s;
}
.head-league__breadcrumbs a:hover {
    color: #fff;
}
.head-league__breadcrumbs-country {
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 14px 11px;
    padding-right: 20px;
    color: rgba(255, 255, 255, .4);
}
.head-league__breadcrumbs-country:before {
    content: '/';
    color: rgba(255, 255, 255, .4);
    margin: 0 4px;
    display: inline-block;
}
.head-league h1 {
    font-family: var(--ts-manrope);
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    margin: 0;
    letter-spacing: -.04em;
}

@media (max-width: 575.98px) {

    .head-league {
        border-radius: 0;
    }

}

/* head game */

.head-game {
    background-color: var(--ts-blue-1);
    background-repeat: no-repeat;
    background-position: left 19px center;
    padding: 8px 10px 8px 70px;
    letter-spacing: -.04em;
    color: #fff;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid var(--ts-blue-2);
    background-size: 38px;
}
.head-game_football {
    background-image: url(img/sprite.svg#football);
}
.head-game__breadcrumbs a {
    text-decoration: none;
    display: inline-block;
    color: rgba(255, 255, 255, .4);
    transition: color .2s;
}
.head-game__breadcrumbs a:hover {
    color: #fff;
}
.head-game__breadcrumbs-league {
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 14px 11px;
    padding-right: 20px;
    color: rgba(255, 255, 255, .4);
}
.head-game__breadcrumbs-league:before {
    content: '/';
    color: rgba(255, 255, 255, .4);
    margin: 0 4px;
    display: inline-block;
}
.head-game h1 {
    font-family: var(--ts-manrope);
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    margin: 0;
    letter-spacing: -.04em;
}

@media (max-width: 575.98px) {

    .head-game {
        border-radius: 0;
    }
    .head-game h1 {
        font-size: 14px;
    }
    .head-game__breadcrumbs a {
        font-size: 12px;
    }

}

/* head team */

.head-team {
    padding: 20px;
    letter-spacing: -.04em;
    color: #fff;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid var(--ts-blue-2);
    background-color: var(--ts-blue-1);
}
.head-team__photo {
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: left 19px center;
    width: 84px;
    height: 84px;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 15px;
}
.head-team__photo img {
    width: 66px;
    border-radius: 5px;
}
.head-team__breadcrumbs a {
    text-decoration: none;
    display: inline-block;
    color: rgba(255, 255, 255, .4);
    transition: color .2s;
}
.head-team__breadcrumbs a:hover {
    color: #fff;
}
.head-team__breadcrumbs-country {
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 14px 11px;
    padding-right: 20px;
    color: rgba(255, 255, 255, .4);
}
.head-team__breadcrumbs-country:before {
    content: '/';
    color: rgba(255, 255, 255, .4);
    margin: 0 4px;
    display: inline-block;
}
.head-team h1 {
    font-family: var(--ts-manrope);
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    margin: 0;
    letter-spacing: -.04em;
}

@media (max-width: 575.98px) {

    .head-team {
        border-radius: 0;
    }

}

/* head filters */

.head-filters {
    background-color: var(--ts-blue-1);
    height: 60px;
    padding: 0 20px;
}
.head-filters__types {

}
.head-filters__type {
    margin-right: 18px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    padding: 2px 0;
    transition: color .2s;
}
.head-filters__type:not(.head-filters__type_active):hover {
    color: var(--ts-green-3);
}
.head-filters__type_active {
    color: #fff;
    cursor: default;
}
.head-filters__type_active .head-filters__type-name {
    border-bottom: 2px solid #fff;
}
.head-filters__type-count {
    font-weight: 300;
    color: var(--ts-blue-2);
}
.head-filters__date-filter {
    position: relative;
    z-index: 1;
}
.head-filters__date-filter_active {
    z-index: 6;
}
.head-filters__date-current {
    padding: 8px 25px;
    text-align: center;
    position: relative;
    z-index: 3;
    width: 135px;
}
.head-filters__date-prev,
.head-filters__date-next {
    display: inline-block;
    position: absolute;
    top: 6px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.head-filters__date-prev {
    background: url(img/sprite.svg#arrow_down_w) no-repeat center / 14px auto;
    transform: rotate(90deg);
    left: 0;
}
.head-filters__date-title {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.head-filters__date-title:hover {
    color: var(--ts-green-3);
}
.head-filters__date-filter_active .head-filters__date-title {
    color: var(--ts-black);
}
.head-filters__date-next {
    background: url(img/sprite.svg#arrow_down_w) no-repeat center / 14px auto;
    transform: rotate(270deg);
    right: 0;
}
.head-filters__date-filter_active .head-filters__date-prev,
.head-filters__date-filter_active .head-filters__date-next {
    display: none;
}
.head-filters__dates {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    background-color: #fff;
    padding: 35px 0 15px;
    text-transform: uppercase;
    z-index: 2;
    transition: opacity .2s;
}
.head-filters__date-filter_active .head-filters__dates {
    visibility: visible;
    opacity: 1;
}
.head-filters__date {
    font-size: 15px;
    line-height: 151%;
    letter-spacing: -0.03em;
    color: var(--ts-black);
    display: block;
    text-decoration: none;
    padding: 1px 0;
    cursor: pointer;
}
.head-filters__date:hover {
    background: #F3F3F3;
    color: var(--ts-blue-1);
}
.head-filters__date span {
    color: #BEBEBE;
}
.head-filters__date_active {
    color: var(--ts-blue-1);
    font-weight: 500;
}

@media (max-width: 575.98px) {

    .head-filters {
        height: 90px;
        padding: 0;
    }
    .head-filters__types {
        scroll-snap-type: x proximity;
        overflow-x: auto;
        border-bottom: 1px solid var(--ts-blue-2);
        padding: 11px 0 12px 10px;
    }
    .head-filters__types::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .head-filters__type {
        margin-right: 14px;
        font-size: 14px;
        line-height: 17px;
        white-space: nowrap;
    }
    .head-filters__date-current {
        margin: 6px auto 0;
    }
    .head-filters__date-title {
        font-size: 14px;
    }

}

/* content block */

.content-block {
    background: #fff;
    padding: 20px 20px 17px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 10px;
}

@media (max-width: 575.98px) {

    .content-block {
        padding: 0;
        border-radius: 0;
    }

}

/* games list by league */

.games-list-by-league {
    margin-bottom: 3px;
}

/* league list head */

.league-list-head {
    position: relative;
    padding: 10px 13px 10px 40px;
    background: var(--ts-gray-2);
    z-index: 1;
}
.league-list-head__fav-icon {
    background: url(img/sprite.svg#fav) no-repeat center / 14px;
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.league-list-head__fav-icon_active {
    background-image: url(img/sprite.svg#fav_a);
    background-size: 16px;
}
.league-list-head__name {
    padding-left: 33px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
}
.league-list-head__name a {
    color: var(--ts-black);
    display: inline-block;
    max-width: 600px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    transition: color .2s;
}
.league-list-head__name a:hover {
    color: var(--ts-green-1);
}
.league-list-head__flag {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 21px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.league-list-head__flag_simple {
    background-size: 13px;
    background-color: #fff;
    width: 21px;
    height: 21px;
    top: -2px;
    border-radius: 100%;
}
.league-list-head__flag_football {
    background-image: url(img/svg/football_dark.svg) !important;
}
.league-list-head__flag_hockey {
    background-image: url(img/svg/hockey_dark.svg) !important;
}
.league-list-head__flag_tennis {
    background-image: url(img/svg/tennis_dark.svg) !important;
}
.league-list-head__flag_basketball {
    background-image: url(img/svg/basketball_dark.svg) !important;
}
.league-list-head__flag_table-tennis {
    background-image: url(img/svg/table-tennis_dark.svg) !important;
}
.league-list-head__flag_futsal {
    background-image: url(img/svg/futsal_dark.svg) !important;
}
.league-list-head__flag_handball {
    background-image: url(img/svg/handball_dark.svg) !important;
}
.league-list-head__flag_volleyball {
    background-image: url(img/svg/volleyball_dark.svg) !important;
}
.league-list-head__flag_cricket {
    background-image: url(img/svg/cricket_dark.svg) !important;
}
.league-list-head__flag_esports {
    background-image: url(img/svg/cyber_dark.svg) !important;
}
.league-list-head__flag_snooker {
    background-image: url(img/svg/snooker_dark.svg) !important;
}
.league-list-head__show-games {
    position: relative;
    font-size: 13px;
    line-height: 15px;
    cursor: pointer;
    border-bottom: 1px dotted;
    transition: color .2s;
}
.league-list-head__show-games:hover {
    color: var(--ts-green-1);
}
.league-games {

}
.league-games_closed {
    display: none;
}

@media (max-width: 767.98px) {

    .league-list-head__name {
        width: calc(100% - 50px);
    }
    .league-list-head__name a {
        max-width: 100%;
    }

}

/* game line */

.game-line {
    position: relative;
    font-size: 14px;
    padding: 9px 0 6px 40px;
    border-top: 0.5px solid #DCDCDC;
    cursor: pointer;
    display: flex;
    line-height: 19px;
    margin-top: -1px;
}
.game-line[data-video="1"] {
    padding-right: 40px;
}
.game-line:hover {
    background: rgb(220 220 220 / 19%);
}
.game-line:last-child {
    border-bottom: none;
}
.game-line__fav {
    background: url(img/sprite.svg#fav) no-repeat center / 14px;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 19px;
    left: 13px;
    cursor: pointer;
}
.game-line__fav_active {
    background-image: url(img/sprite.svg#fav_a);
    background-size: 16px;
    width: 16px;
    height: 16px;
    top: 18px;
    left: 12px;
}
.game-line__status {
    width: 105px;
}
.game-line[data-type='live'] .game-line__status {
    color: #E15050;
}
.game-line__teams {
    width: 250px;
    text-decoration: none;
    color: var(--ts-black);
}
.game-line__team {
    max-width: 235px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    display: block;
    color: var(--ts-black);
}
.game-line__team-winner {
    font-weight: 500;
}
.game-line__scores {

}
.game-line__score {

}
.game-line__score-sum {
    width: 30px;
}
.game-line[data-type='live'] .game-line__score-sum {
    color: #E15050;
}
.game-line__score-sum_winner {
    font-weight: 500;
}
.game-line__score-stage {
    width: 30px;
    color: #BEBEBE;
}
.game-line__video {
    background: url(img/broadcast.svg) no-repeat center;
    transition: all .3s;
    width: 44px;
    height: 40px;
    position: absolute;
    right: 0;
    top: calc(50% - 20px);
    z-index: 12;
}
.game-line__video:hover {
    background-image: url(img/broadcast_dark.svg);
}

@media (max-width: 767.98px) {

    .game-line {
        font-size: 12px;
        padding: 9px 0 6px 40px;
        line-height: 16px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
    }
    .game-line__teams {
        width: 124px;
        padding-right: 10px;
    }
    .game-line__team {
        max-width: 100%;
    }
    .game-line__status {
        width: 70px;
    }
    .game-line > div,
    .game-line > a {
        flex-shrink: 0;
    }

}

/* no games today */

.games-not-found {
    padding: 75px 0;
}
.games-not-found__title {
    background: url(img/no_games.svg) no-repeat center top;
    font-size: 18px;
    line-height: 180%;
    text-align: center;
    letter-spacing: -.03em;
    padding-top: 103px;
    margin-bottom: 70px;
}
.games-not-found__dates {
    background: url(img/no_games_ball.svg) no-repeat center / 32px;
    white-space: nowrap;
}
.games-not-found__prev {
    padding-left: 27px;
    margin-right: 40px;
    cursor: pointer;
    color: var(--ts-black);
    transition: color .2s;
}
.games-not-found__next {
    padding-right: 27px;
    margin-left: 40px;
    text-align: right;
    cursor: pointer;
    color: var(--ts-black);
    transition: color .2s;
}
.games-not-found__prev:hover,
.games-not-found__next:hover {
    color: var(--ts-green-1);
}
.games-not-found__desc {
    font-size: 14px;
}
.games-not-found__date {
    font-weight: 500;
    font-size: 15px;
}

/* game common info */

.game-common {
    background: var(--ts-blue-1);
    border-bottom: 1px solid var(--ts-blue-2);
    color: #fff;
    padding: 35px 0 55px;
}
.game-common__date {
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    margin-bottom: 22px;
}
.game-common__info {

}
.game-common__team {
    width: 230px;
}
.game-common__team_1 {

}
.game-common__team_2 {

}
.game-common__team-name {

}
.game-common__team-name span {

}
.game-common__team-name a {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    margin: 0 20px;
    text-decoration: none;
    max-width: 105px;
    display: block;
    transition: color .2s;
}
.game-common__team:hover a {
    color: var(--ts-green-3);
}
.game-common__team-logo {
    width: 84px;
    height: 84px;
    background-color: #fff;
    border-radius: 5px;
}
.game-common__team-logo img {
    width: 66px;
    border-radius: 5px
}
.game-common__score {
    width: 190px;
    text-align: center;
}
.game-common__score-value {
    font-weight: 500;
    font-size: 42px;
    line-height: normal;
}
.game-common__score-status {
    font-size: 16px;
    margin-top: 5px;
}
.game-common__score-status_live {
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
}
.game-common__score-status_live:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #fff;
    animation: live_move 1s 0s infinite
}

@media (max-width: 767.98px) {

    .game-common__team {
        width: 100px;
    }
    .game-common__team-name {
        width: 100%;
    }
    .game-common__team-name a {
        font-size: 14px;
        line-height: 16px;
        margin: 0;
        max-width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .game-common__team-logo {
        width: 64px;
        height: 64px;
    }
    .game-common__team-logo img {
        width: 46px;
    }
    .game-common__score {
        width: 100px;
    }
    .game-common__score-value {
        font-size: 25px;
    }
    .game-common {
        padding: 20px 0 20px;
    }

}

@keyframes live_move {
    0%{
        width: 0;
    }
    100% {
        width: 100%;
        opacity: 0;
    }
}

/* team common info */

.team-common {
    background: var(--ts-blue-1);
    border-bottom: 1px solid var(--ts-blue-2);
    color: #fff;
    padding: 35px 0 55px;
}

/* game tabs */

.game-tabs {
    background: var(--ts-blue-1);
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.game-tabs__titles {
    padding: 18px 20px 14px;
    white-space: nowrap;
    scroll-snap-type: x proximity;
    overflow-x: auto;
}
.game-tabs__title {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    padding-bottom: 1px;
    margin-right: 20px;
    cursor: pointer;
    transition: color .2s;
}
.game-tabs__title_active {
    border-color: #fff;
    cursor: default;
}
.game-tabs__title:not(.game-tabs__title_active):hover {
    color: var(--ts-green-3);
}
.game-tabs__descriptions {
    background: #fff;
    padding: 20px;
}
.game-tabs__description {
    display: none;
}
.game-tabs__description_active {
    display: block;
}
.game-tabs__description-inner {

}
.game-tabs__description-title {
    background: var(--ts-gray-2);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 18px;
    text-transform: uppercase;
}
.game-tabs__video {
    background: var(--ts-blue-1) url(img/video.svg) no-repeat center top 20px / 40px auto;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 500;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 3px;
}
.game-tabs__score {
    font-size: 14px;
    line-height: 19px;
    border-bottom: 1px solid #EBEBEB;
    padding: 10px 20px;
}
.game-tabs__score-names {
    width: 250px;
}
.game-tabs__score-name {
    max-width: 235px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    display: block;
}
.game-tabs__score-name_winner {
    font-weight: 500;
}
.game-tabs__score-detail {

}
.game-tabs__score-base {
    font-weight: 600;
    width: 30px;
}
.game-tabs__score-base_value {

}
.game-tabs__score-sets {
    color: #BEBEBE;
}
.game-tabs__score-set {

}
.game-tabs__materials {
    margin-top: 25px;
}
.game-tabs__material {
    margin-bottom: 35px;
}
.game-tabs__material-photo {
    border-radius: 3px;
    background: #EBEBEB;
    width: 250px;
    height: 140px;
    margin-right: 15px;
    display: none;
}
.game-tabs__material-text {
    /*width: calc(100% - 275px);*/

}
.game-tabs__material-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: var(--ts-black);
    display: block;
    transition: color .2s;
}
.game-tabs__material-title:hover {
    color: var(--ts-green-1);
}
.game-tabs__material-desc {
    font-size: 16px;
    margin-bottom: 25px;
}
.game-tabs__material-author {
    color: #AFAFAF;
    font-size: 14px;
}

@media (max-width: 991.98px) {

    .game-tabs__material {
        margin-bottom: 20px;
    }
    .game-tabs__material-photo {
        display: none;
    }
    .game-tabs__material-text {
        width: 100%;
    }
    .game-tabs__material-title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .game-tabs__material-author {
        font-size: 12px;
    }

}

.game-tabs__description select {
    box-shadow: none;
    outline: none;
    border: 1px solid #141414;
    cursor: pointer;
    padding: 5px 6px;
    color: #141414;
    border-radius: 0;
}
.game-tabs__table {
    /*margin-top: 25px;*/
}
.game-tabs__table table {
    width: 100%;
    background: #F5F5F5;
}
.game-tabs__table-head {
    background: var(--ts-black);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 178%;
    text-transform: uppercase;
}
.game-tabs__table table td {
    border: 1px solid rgba(220, 220, 220, .3);
    padding: 0 13px;
    height: 35px;
    text-align: center;
}
.game-tabs__average-res {
    width: 36px
}
.game-tabs__average-percent {
    width: 60px;
}
.game-tabs__table-team {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
    line-height: 30px;
    padding-left: 30px;
}
.game-tabs__average {
    overflow: auto;
    white-space: nowrap;
}
.game-tabs__average table {
    width: 100%;
    background: #F5F5F5;
}
.game-tabs__average table td {
    border: 1px solid rgba(220, 220, 220, .3);
    padding: 0 13px;
    height: 35px;
}
.game-tabs__average-head {
    background: var(--ts-black);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 178%;
    text-transform: uppercase;
}
.game-tabs__average-head select {
    box-shadow: none;
    outline: none;
    border: none;
    margin-left: 10px;
    cursor: pointer;
    padding: 0 5px;
    background-color: #f5f5f5;
    color: #141414;
    border-radius: 3px;
}
.game-tabs__average-blue-bg {
    background-color: var(--ts-blue-1);
    color: #fff;
}
.game-tabs__average-red-bg {
    background-color: var(--ts-red-1);
    color: #fff;
}
.game-tabs__average-green-bg {
    background-color: var(--ts-green-2);
    color: #fff;
}
.game-tabs__average-type {
    font-size: 14px;
    font-weight: 400;
    line-height: 157%;
    text-transform: uppercase;
}
.game-tabs__average-gray {
    font-size: 12px;
    line-height: 157%;
    letter-spacing: -.36px;
}
.game-tabs__average-head-link {
    background: var(--ts-blue-1);
    color: #fff;
    padding: 2px 4px;
    display: inline-block;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 500;
    min-width: 35px;
}
.game-tabs__average-head-link:hover {
    opacity: .8
}

/* footer */

.footer {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.footer__inner {
    background: url(img/bg-footer.svg) no-repeat center bottom,
    var(--ts-green-1) url(img/bg-footer_2.svg) no-repeat center top -21px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 100px;
    padding: 0 65px;
    color: #fff;
}
.footer_tennis .footer__inner {
    background: var(--ts-green-1) url(img/bg-footer_tennis.svg) no-repeat center top -10px;
}
.footer_hockey .footer__inner {
    background: var(--ts-green-1) url(img/bg-footer_hockey.svg) no-repeat center;
}
.footer_football .footer__inner {
    background: var(--ts-green-1) url(img/bg-footer_football.svg) no-repeat center;
}
.footer_golf .footer__inner {
    background: var(--ts-green-1) url(img/bg-footer_golf.svg) no-repeat center;
}
.footer_basketball .footer__inner {
    background: var(--ts-green-1) url(img/bg-footer_basketball.svg) no-repeat center;
}
.footer__inner:before {
    content: '';
    position: absolute;
    width: 263px;
    height: 263px;
    left: -167px;
    top: -27px;
    background: var(--ts-blue-1);
    border-radius: 50%;
    z-index: 0;
}
.footer__copy {
    background: url(img/sprite.svg#logo_circle) no-repeat left center / 38px auto;
    line-height: 38px;
    padding-left: 50px;
    position: relative;
}
.footer_tennis .footer__copy,
.footer_football .footer__copy,
.footer_hockey .footer__copy,
.footer_golf .footer__copy,
.footer_basketball .footer__copy {
    background: none;
    padding-left: 0;
}
.footer__menu {
    padding-left: 24px
}
.footer__menu a {
    color: #fff;
    margin-left: 15px;
    transition: opacity .2s;
}
.footer__menu a:hover {
    opacity: .8;
}

@media (max-width: 575.98px) {

    .footer .footer__inner {
        background: var(--ts-green-1);
        height: 60px;
    }
    .footer__inner {
        padding: 0 14px;
    }

}

/* backdrop */

.backdrop-bg {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, .8);
    z-index: 5;
    transition: all .2s;
}
.backdrop-bg_active {
    visibility: visible;
    opacity: 1;
}

/* search */

.search-modal {

}
.search-modal .modal-dialog {
    max-width: 610px;
}
.search-modal .modal-content {
    border-radius: 3px;
    overflow: hidden;
    border: none;
}
.search-modal__header {
    background: var(--ts-blue-1) url(img/search.svg) no-repeat left 78px center / auto 100%;
    height: 101px;
    padding: 12px 52px;
    position: relative;
}
.search-modal__title {
    font-family: var(--ts-manrope);
    font-weight: 700;
    font-size: 24px;
    line-height: 116%;
    letter-spacing: -.04em;
    text-transform: uppercase;
    color: #fff;
}
.search-modal__close {
    position: absolute;
    top: 20px;
    right: 17px;
    background: url(img/close.svg) no-repeat center / contain;
    width: 17px;
    height: 17px;
    cursor: pointer;
}
.search-modal__body {
    background: #ebebeb;
    padding: 30px 35px;
}
.search-modal__body input {
    border-radius: 3px;
    background: #fff;
    width: 100%;
    height: 60px;
    box-shadow: none;
    outline: none;
    border: none;
    font-weight: 300;
    font-size: 18px;
    padding: 20px 160px 20px 17px;
}
.search-modal__body input::placeholder {
    color: #c8c8c8;
}
.search-modal__body select {
    /*background: url(img/search_arrow.svg) no-repeat right center;*/
    box-shadow: none;
    outline: none;
    border: none;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #c8c8c8;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    position: absolute;
    right: 50px;
    top: 53px;
    /*cursor: pointer;*/
    text-align: right;
}
.search-modal__result {
    margin: 22px 17px 0;
    max-height: 270px;
    overflow: auto;
}
.search-modal__result-team {
    margin: 8px 0;
}
.search-modal__result-team-photo {
    width: 35px;
    height: 35px;
    background-size: cover;
    border-radius: 100%;
    margin-right: 9px;
}
.search-modal__result-team-info {

}
.search-modal__result-team-name {
    font-weight: 500;
    font-size: 14px;
    color: var(--ts-black);
    line-height: 100%;
}
.search-modal__result-team-sport {
    font-weight: 300;
    font-size: 10px;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {

    .search-modal__header {
        height: 58px;
        padding: 12px 52px 12px 20px;
    }
    .search-modal__body {
        padding: 20px 20px;
    }
    .search-modal__body select {
        font-size: 12px;
        right: 30px;
        top: 38px;
    }
    .search-modal__body input {
        height: 50px;
        font-size: 14px;
        padding: 20px 140px 20px 10px;
    }
    .search-modal__result {
        margin: 15px 0 0;
        max-height: 200px;
    }
    .search-modal__result-team-name {
        font-size: 12px;
    }
    .search-modal__result-team-photo {
        width: 32px;
        height: 32px;
    }

}

.game-tabs__full-block {
    transition: height 0.3s ease;
    width: 100%;
    border: 0;
    min-height: 400px;
}

/*.frame-box {*/
/*    overflow: hidden;*/
/*}*/
/*.frame-box iframe {*/
/*    margin-top: -25px;*/
/*}*/











