.forecasts-item {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px;
    margin-bottom: 16px;
    transition: 0.3s ease-out all
}

.forecasts-item:hover {
    box-shadow: 0px 0px 0px 1px #1473FB
}

.forecasts-item_video .forecasts__author {
    order: 1
}

.forecasts-item_video .forecasts-item__image-video, .forecasts-item_video .forecasts-item__video {
    order: 2
}

.forecasts-item_video .forecasts__tags {
    order: 3;
    padding-top: 16px
}

.forecasts-item_video .forecasts__commands {
    order: 4;
    padding: 16px 12px 24px 12px
}

.forecasts-item_video .forecasts__info {
    order: 5
}

.forecasts-item_video .forecasts__tags {
    line-height: 1
}

.forecasts-item_video .forecasts__tags .news-item__tags {
    line-height: 1
}

.forecasts__author {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    padding-top: 8px;
    padding-left: 8px
}

.forecasts__author .cover {
    margin-right: 18px;
    width: 54px;
    height: 54px
}

.forecasts__author .cover img {
    width: 54px;
    height: 54px;
    display: block;
    border-radius: 54px
}

.forecasts__author div {
    display: flex;
    flex-direction: column
}

.forecasts__name {
    font-family: Exo2, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #141825
}

.forecasts__rating {
    font-size: 14px;
    line-height: 26px;
    color: #B7BBC4
}

.forecasts__commands {
    border-radius: 16px;
    padding: 24px 12px;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.forecasts__commands .forecasts__command {
    width: calc(50% - 23px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.forecasts__commands .forecasts__command div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 76px;
    padding: 10px;
    overflow: hidden
}

.forecasts__commands .forecasts__command div img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 30px
}

.forecasts__commands .forecasts__command p {
    font-family: Exo2, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #141825;
    margin-top: 8px;
    text-align: center
}

.forecasts__commands .forecasts__vs {
    font-family: Exo2, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.6px;
    color: #1473FB;
    padding-top: 20px;
    width: 46px;
    padding-left: 4px;
    padding-right: 4px
}

.forecasts__text-commands {
    background: #F6F6F4;
    margin-bottom: 16px
}

.forecasts__text-commands .forecasts__command div {
    background: #fff
}

.forecasts__video-commands .forecasts__command div {
    border: 1px solid #F6F6F4
}

.forecasts__content {
    flex-grow: 1;
    margin-bottom: 16px
}

.forecasts-item__video {
    display: block;
    position: relative;
    width: 100%
}

.forecasts-item__video .video {
    width: 100%;
    height: 188px;
    border-radius: 16px;
    object-fit: cover
}

.forecasts-item__image-video {
    border-radius: 16px;
    width: 100%;
    height: 188px;
    display: block;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.forecasts-item__image-video img {
    width: 100%;
    height: 188px;
    object-fit: cover;
    border-radius: 16px
}

.forecasts-item__image-video:before {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    content: '';
    background: url(../img/video-play.svg);
    transform: translate(-50%, -50%);
    transition: 0.3s ease-out all
}

.forecasts-item__image-video:hover:before {
    transform: scale(1.05) translate(-50%, -50%)
}

.forecasts__tags {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1473FB
}

.forecasts__title {
    font-family: Exo2, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #141825;
    margin-bottom: 8px
}

.forecasts__description {
    font-size: 14px;
    line-height: 24px;
    color: #4F525A;
    overflow: hidden;
    height: 48px
}

.forecasts__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #F6F6F4
}

.forecasts__info-data {
    width: calc(33% - 6px);
    height: 54px;
    background: #F5F5F5;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center
}

.forecasts__info-data span {
    font-family: Exo2, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.002em;
    color: #141825
}

.forecasts__info-time {
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(33% - 8px);
    height: 54px;
    text-align: center
}

.forecasts__info-time .date {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.001em;
    color: #B7BBC4
}

.forecasts__info-time .time {
    font-family: Exo2, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #1473FB
}

.forecasts__info-logo {
    width: calc(33% - 8px);
    height: 54px;
    position: relative;
    background: #F5F5F5;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center
}

.forecasts__info-logo img {
    border-radius: 16px
}

.video {
    width: 100%;
    height: auto;
    min-height: 188px;
    display: block
}

.news-item {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    padding: 16px;
    transition: 0.3s ease-out all;
    position: relative
}

.news-item:hover {
    box-shadow: 0px 0px 0px 1px #1473FB
}

.news-item__image {
    border-radius: 16px;
    width: 100%;
    display: block;
    overflow: hidden;
    padding-bottom: 16px
}

.news-item__image a {
    display: block;
    width: 100%;
    height: 188px;
    position: relative
}

.news-item__image a img {
    height: 188px;
    object-fit: cover;
    border-radius: 16px
}

.news-item__image-video {
    border-radius: 16px;
    width: 100%;
    height: 188px;
    display: block;
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
    cursor: pointer
}

.news-item__image-video img {
    width: 100%;
    height: 188px;
    object-fit: cover;
    border-radius: 16px
}

.news-item__image-video:before {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    content: '';
    background: url(../img/video-play.svg);
    transform: translate(-50%, -50%);
    transition: 0.3s ease-out all
}

.news-item__image-video:hover:before {
    transform: scale(1.05) translate(-50%, -50%)
}

.news-item__video {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 16px
}

.news-item__video .video {
    width: 100%;
    height: 188px;
    border-radius: 16px;
    object-fit: cover
}

.news-item__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px
}

.news-item__tags {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1473FB
}

.news-item__tags span {
    margin-right: 8px
}

.news-item__tags span:last-child {
    margin-right: 0
}

.news-item__date {
    font-size: 14px;
    line-height: 26px;
    color: #B7BBC4;
    display: flex;
    align-items: center
}

.news-item__date .date {
    margin-right: 4px
}

.news-item__title {
    font-family: Exo2, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #141825;
    margin-bottom: 8px
}

.news-item__description {
    font-size: 14px;
    line-height: 24px;
    color: #4F525A;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis
}

.news-item__description p, .news-item__description span {
    display: inline
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease-out all;
    height: 48px;
    padding: 0 20px 0px 20px;
    border-radius: 12px;
    border: none;
    user-select: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.004em
}

.btn-default {
    color: #fff;
    background: #1473FB
}

.btn-default:hover {
    background: #2D80F9
}

.btn-default:active {
    background: #0F67E6
}

.btn-default:disabled {
    color: #B7BBC4;
    background: #E2E2E2
}

.btn-disabled {
    color: #141825;
    background: rgba(226, 226, 226, 0.5)
}

.btn-disabled:hover {
    color: #fff;
    background: #2D80F9
}

.btn-disabled:active {
    color: #fff;
    background: #0F67E6
}

.btn-disabled:disabled {
    color: #B7BBC4;
    background: #E2E2E2
}

.btn-white {
    color: #141825;
    background: #fff;
    border: 1px solid #E2E2E2
}

.btn-white:hover {
    color: #1473FB;
    border-color: #2D80F9;
    background: transparent
}

.btn-white:active {
    color: #fff;
    background: #1473FB;
    border-color: #1473FB
}

.btn-white:disabled {
    color: #B7BBC4;
    background: #E2E2E2;
    border-color: #E2E2E2
}

.btn-secondary {
    background: #FEDE36;
    border: 1px solid #E2E2E2
}

.btn-secondary:hover {
    color: #1473FB;
    border-color: #2D80F9;
    background: transparent
}

.btn-secondary:active {
    color: #FEDE36;
    background: #FEDE36;
    border-color: #FEDE36
}

.btn-secondary:disabled {
    color: #B7BBC4;
    background: #E2E2E2;
    border-color: #E2E2E2
}

.aside-block-wrapper {
    padding-bottom: 24px
}

.aside-block-wrapper h4 {
    font-family: Exo2, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.2px;
    color: #141825;
    margin-bottom: 16px
}

.aside-block-wrapper .news-item .news-item__title {
    min-height: unset
}

.aside-block-wrapper .news-item:last-child {
    margin-bottom: 0
}

.aside-block-wrapper .forecasts-item:last-child, .aside-block-wrapper .news-popular-item:last-child {
    margin-bottom: 0
}

.aside-block-wrapper__sticky {
    position: sticky;
    top: 74px;
    background: #EEEEEE;
    z-index: 4;
    padding-top: 16px
}

.follow-us-social {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 32px 36px;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 20px
}

.follow-us-social ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.follow-us-social li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    background: #F6F6F4;
    border-radius: 12px;
    margin-right: 16px;
    transition: 0.3s ease-out all
}

.follow-us-social li:hover a svg {
    color: #1473FB
}

.follow-us-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 8px 6px
}

.follow-us-social li a svg {
    color: #141825;
    transition: 0.3s ease-out all
}

.follow-us-social li:last-child {
    margin-right: 0
}

.follow-us-social__title {
    font-family: Exo2, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #141825;
    text-align: center;
    margin-bottom: 24px
}

.bookmakers-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    background: #F5F5F5;
    padding: 6px;
    margin-bottom: 6px;
    min-height: 74px
}

@media (min-width: 1280px) {
    .bookmakers-list-item {
        padding: 10px 20px
    }
}

.bookmakers-list-item:last-child {
    margin-bottom: 0
}

.bookmakers-list-item .bookmakers-list-item__button-overview {
    display: none;
    width: 100px;
    min-width: 100px;
    white-space: nowrap
}

@media (min-width: 767px) {
    .bookmakers-list-item .bookmakers-list-item__button-overview {
        display: block
    }
}

@media (min-width: 1024px) {
    .bookmakers-list-item .bookmakers-list-item__button-overview {
        width: 90px;
        min-width: 90px
    }
}

@media (min-width: 1280px) {
    .bookmakers-list-item .bookmakers-list-item__button-overview {
        width: 140px;
        min-width: 140px
    }
}

.bookmakers-list-item .bookmakers-list-item__button-overview .button {
    width: 100%;
    padding: 0 10px;
    background: transparent
}

.bookmakers-list-item .bookmakers-list-item__button-on-site {
    width: 100px;
    min-width: 100px;
    white-space: nowrap;
    margin-left: 8px
}

@media (min-width: 1024px) {
    .bookmakers-list-item .bookmakers-list-item__button-on-site {
        width: 90px;
        min-width: 90px
    }
}

@media (min-width: 1280px) {
    .bookmakers-list-item .bookmakers-list-item__button-on-site {
        width: 140px;
        min-width: 140px
    }
}

.bookmakers-list-item .bookmakers-list-item__button-on-site .button {
    width: 100%;
    padding: 0 10px
}

.bookmakers-list-item__img {
    background: #fff;
    height: 52px;
    display: block;
    align-self: center;
    justify-content: center;
    position: relative;
    border-radius: 16px
}



.bookmakers-list-item__img img {
    width: 100%;
    height: 100%;
    display: block;
    align-self: center;
    object-fit: cover;
    border-radius: 16px
}

.bookmakers-list-item__label {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #B7BBC4
}

@media (min-width: 767px) {
    .bookmakers-list-item__label {
        display: none
    }
}

.bookmakers-list-item__info {
    font-family: Exo2, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.002em;
    color: #141825;
    display: flex;
    align-items: center;
    white-space: nowrap
}

@media (min-width: 767px) {
    .bookmakers-list-item__info {
        justify-content: unset;
        font-size: 16px;
        line-height: 26px
    }
}

.bookmakers-list-item__info img {
    display: none
}

@media (min-width: 767px) {
    .bookmakers-list-item__info img {
        display: block;
        margin-right: 8px
    }
}

.bookmakers-list-item__info span {
    white-space: nowrap
}

.bookmakers-list-item__info .star-ratings {
    display: flex !important;
    align-items: center !important;
    margin-right: 8px;
    overflow: hidden
}

@media (min-width: 991px) {
    .bookmakers-list-item__info .star-ratings {
        width: 20px
    }
}

@media (min-width: 1280px) {
    .bookmakers-list-item__info .star-ratings {
        width: unset
    }
}

.bookmakers-list-item__info .star-ratings .star-container {
    height: 20px
}

.bookmakers-list-item__info .star-ratings .star-container svg path {
    stroke: #1473FB;
    stroke-width: 2px
}

.bookmakers-list-item__rating {
    display: none;
    position: relative
}

@media (min-width: 767px) {
    .bookmakers-list-item__rating {
        display: block;
        margin-right: 8px;
        flex-grow: 1
    }
}

@media (min-width: 1280px) {
    .bookmakers-list-item__rating {
        width: 160px;
        min-width: 160px
    }
}

.bookmakers-list-item__bonus {
    padding-right: 4px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

@media (min-width: 767px) {
    .bookmakers-list-item__bonus {
        padding-right: 0;
        margin-left: unset;
        margin-right: unset;
        margin-right: 8px
    }
}

@media (min-width: 767px) {
    .bookmakers-list-item__bonus {
        min-width: 110px;
        flex-grow: 1
    }
}

@media (min-width: 1280px) {
    .bookmakers-list-item__bonus {
        width: calc((100% - 309px) / 2)
    }
}

.bookmakers-list-item__review {
    display: none;
    position: relative
}

@media (min-width: 767px) {
    .bookmakers-list-item__review {
        flex-grow: 1;
        display: block;
        min-width: 60px
    }
}

@media (min-width: 1280px) {
    .bookmakers-list-item__review {
        width: calc((100% - 309px) / 2)
    }
}

.bookmakers-list-item__info_bonus {
    flex-direction: column;
    align-items: flex-start
}

@media (min-width: 767px) {
    .bookmakers-list-item__info_bonus {
        flex-direction: row;
        align-items: center
    }
}

.bookmakers-list-item__info_bonus img {
    display: block
}

.bookmakers-list-item__info_bonus .bookmakers-list-item__info_label {
    display: flex;
    align-items: center
}

.bookmakers-list-item__label_name {
    position: absolute;
    top: -40px;
    left: 0;
    display: none
}

@media (min-width: 767px) {
    .bookmakers-list-item__label_name {
        display: block
    }
}

.bookmakers-list-item__label_rating {
    position: absolute;
    top: -53px;
    left: 0;
    display: none
}

@media (min-width: 767px) {
    .bookmakers-list-item__label_rating {
        display: block
    }
}

.bookmakers-list-item__label_reviews {
    position: absolute;
    top: -53px;
    left: 0;
    display: none
}

@media (min-width: 767px) {
    .bookmakers-list-item__label_reviews {
        display: block
    }
}

.bookmakers-list-item__desc-label {
    position: absolute;
    top: -53px;
    left: 0;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #B7BBC4;
    display: none
}

@media (min-width: 767px) {
    .bookmakers-list-item__desc-label {
        display: block
    }
}

.news-popular-item {
    margin-bottom: 26px;
    position: relative
}

.news-popular-item h6 {
    margin-bottom: 12px
}

.news-popular-item h6 a {
    font-family: Exo2, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.002em;
    color: #141825;
    transition: 0.3s ease-out all
}

.news-popular-item:hover a {
    color: #1473FB
}

.news-popular-item__tags {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #1473FB;
    text-transform: uppercase;
    margin-bottom: 8px
}

.news-popular-item__info {
    font-size: 14px;
    line-height: 1;
    color: #B7BBC4;
    display: flex;
    align-items: center
}

.news-popular-item__date {
    display: flex;
    align-items: center;
    margin-right: 14px
}

.news-popular-item__date img {
    margin-right: 4px
}

.news-popular-item__date .date {
    margin-right: 4px
}

.news-popular-item__read-time {
    display: flex;
    align-items: center
}

.news-popular-item__read-time img {
    margin-right: 4px
}

.bookmakers-grid-item {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #fff;
    padding: 16px;
    margin-bottom: 16px;
    transition: 0.3s ease-out all
}

.bookmakers-grid-item:hover {
    box-shadow: 0px 0px 0px 1px #1473FB
}

.bookmakers-grid-item a {
    width: 100%;
    justify-content: center;
    margin: 5px
}

.bookmakers-grid-item a .button {
    width: 100%;
    justify-content: center
}

.bookmakers-grid-item a:first-child .button {
    background: transparent
}

.bookmakers-grid-item__block {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bookmakers-grid-item__img {
    background: #fff;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 94px
}

.bookmakers-grid-item__img img {
    width: 100%;
    height: 94px;
    display: block;
    object-fit: cover;
    border-radius: 16px
}

.bookmakers-grid-item__label {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #B7BBC4
}

.bookmakers-grid-item__info {
    font-family: Exo2, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.002em;
    color: #141825;
    display: flex;
    align-items: center;
    margin-bottom: 16px
}

.bookmakers-grid-item__info .star-ratings {
    margin-right: 8px
}

.bookmakers-grid-item__info .star-ratings .star-container {
    height: 22px
}

.bookmakers-grid-item__info .star-ratings .star-container svg path {
    stroke: #1473FB;
    stroke-width: 2px
}

.bookmakers-grid-item__review, .bookmakers-grid-item__bonus {
    font-family: Exo2, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.002em;
    color: #141825;
    text-align: left;
    width: 50%;
    padding-top: 10px;
    margin-bottom: 20px
}

.bookmakers-grid-item__review div, .bookmakers-grid-item__bonus div {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start
}

.bookmakers-grid-item__review div img, .bookmakers-grid-item__bonus div img {
    margin-right: 4px
}

.checkbox-radio {
    display: flex;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    user-select: none;
    padding-bottom: 0;
    letter-spacing: -0.001em;
    color: #141825;
    cursor: pointer;
    transition: 0.3s ease-out all;
    margin-bottom: 12px
}

.checkbox-radio.checkbox-radio__error .checkbox-view {
    border-color: red
}

.checkbox-radio span {
    cursor: pointer;
    font-size: 12px;
    line-height: 22px;
    color: #141825
}

.checkbox-radio input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px
}

.checkbox-view {
    position: relative;
    height: 24px;
    width: 24px;
    min-width: 24px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    cursor: pointer;
    margin-right: 8px;
    transition: 0.3s ease-out all;
    background-position: -1px
}

.checkbox-radio:hover .checkbox-view {
    border-color: #1473FB
}

.checkbox-radio input:checked ~ .checkbox-view {
    background-image: url(../img/checked.svg);
    border-color: #1473FB
}

.checkbox-radio input:checked ~ .checkbox-view.radio-view {
    border: 7px solid #1473FB
}

.checkbox-radio input:disabled + .checkbox-view {
    border-color: #9E9E9E
}

.checkbox-radio input:disabled + .checkbox-view:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 3px;
    width: 9px;
    height: 2px;
    border-radius: 20px;
    background-color: #9E9E9E
}

.checkbox-radio input:disabled ~ * {
    cursor: default
}

.radio-view {
    border-radius: 50%;
    height: 24px;
    width: 24px
}

.checkbox-radio input:checked ~ .radio-view {
    background: none
}

.checkbox-radio input:disabled ~ .radio-view:before {
    content: none
}

@media (min-width: 767px) {
    .tabs-select {
        display: none
    }
}

.tabs {
    display: none
}

@media (min-width: 767px) {
    .tabs {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        height: 50px;
        padding-left: 20px;
        border-bottom: 1px solid #F6F6F4
    }
}

.tabs__list {
    height: 100%;
    display: flex;
    align-items: center
}

.tabs__list button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #4F525A;
    margin-right: 32px;
    height: 100%;
    transition: 0.3s ease-out all
}

.tabs__list button.tabs__active {
    color: #1473FB;
    box-shadow: inset 0px -2px 0px 0px #1473FB
}

.tabs__list button:hover {
    color: #1473FB;
    box-shadow: inset 0px -2px 0px 0px #1473FB
}

.tabs__controls {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.tabs__controls button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: 0.3s ease-out all;
    width: 56px;
    height: 100%;
    box-shadow: inset 1px 0px 0px 0px #F6F6F4;
    color: #E2E2E2
}

.tabs__controls button:hover {
    color: #1473FB
}

.tabs__controls button.tabs__button_active {
    color: #1473FB
}

.sidebar-filters {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 16px
}

.sidebar-filters__item {
    transition: 0.3s ease-out all;
    margin-bottom: 24px;
    padding-left: 12px;
    position: relative
}

.sidebar-filters__item:last-child {
    margin-bottom: 0
}

.sidebar-filters__item:before {
    content: '';
    border-radius: 16px;
    height: 56px;
    width: 100%;
    display: block;
    background: #F6F6F4;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease-out all
}

.sidebar-filters__item:after {
    content: '';
    position: absolute;
    border: 4px solid transparent;
    border-right: 6px solid #1473FB;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    transition: 0.1s ease-out all
}

.sidebar-filters__button {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 26px;
    cursor: pointer
}

.sidebar-filters__button span {
    flex-grow: 1;
    text-align: left;
    padding-left: 14px;
    font-family: Exo2, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.1px;
    color: #141825
}

.sidebar-filters__button_active {
    border-bottom: 1px solid #F6F6F4
}

.sidebar-filters__button_active .sidebar-filters__button-icon {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.sidebar-filters__button-icon {
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
    filter: FlipV;
    -ms-filter: "FlipV"
}

.sidebar-filters__item_active:before, .sidebar-filters__item_active:after {
    visibility: visible;
    opacity: 1
}

.sidebar-filters__list {
    padding: 32px 20px
}

.item-grid-wrapper {
    margin-bottom: 32px;
    padding-top: 16px
}

.item-grid-wrapper .title {
    margin-bottom: 24px;
    display: block;
}

.item-grid-wrapper__content-wrapper {
    display: flex;
    flex-wrap: wrap
}

.item-grid-wrapper__content-wrapper > article {
    width: 100%
}

@media (min-width: 767px) {
    .item-grid-wrapper__content-wrapper > article {
        margin-right: 16px;
        width: calc(50% - 8px)
    }

    .item-grid-wrapper__content-wrapper > article:nth-child(2n+2) {
        margin-right: 0
    }
}

.item-grid-wrapper__content-wrapper > article:nth-child(2n+2) {
    margin-right: 0
}

@media (min-width: 1280px) {
    .item-grid-wrapper__content-wrapper > article {
        width: calc(33.333% - 11px)
    }

    .item-grid-wrapper__content-wrapper > article:nth-child(2n+2) {
        margin-right: 16px
    }

    .item-grid-wrapper__content-wrapper > article:nth-child(3n+3) {
        margin-right: 0
    }
}

.item-grid-wrapper__show-more {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    display: flex !important;
    padding-left: 50px !important;
    padding-right: 50px !important
}

.reviews-view-block {
    position: relative;
    width: 100%;
    flex-grow: 1;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 16px 16px 0 16px
}

@media (min-width: 991px) {
    .reviews-view-block {
        padding: 0
    }
}

@media (min-width: 767px) {
    .reviews-view-block h2 {
        margin-bottom: 24px
    }
}

@media (min-width: 767px) {
    .reviews-view-block {
        padding-top: 0;
        background: transparent
    }
}

.reviews-view-block:before {
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: #fff
}

@media (min-width: 767px) {
    .reviews-view-block:before {
        display: none
    }
}

.reviews-view-block:after {
    position: absolute;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: #fff
}

@media (min-width: 767px) {
    .reviews-view-block:after {
        display: none
    }
}

.reviews-view-block__list-wrapper {
    background: #fff;
    padding-top: 8px;
    position: relative
}

@media (min-width: 767px) {
    .reviews-view-block__list-wrapper {
        padding-top: 40px
    }
}

.reviews-view-block__list-wrapper_active {
    padding-bottom: 16px
}

@media (min-width: 767px) {
    .reviews-view-block__list-wrapper_active {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px
    }
}

.reviews-view-block__list-only {
    padding-top: 16px
}

@media (min-width: 767px) {
    .reviews-view-block__list-only {
        padding-top: 40px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px
    }
}

.reviews-view-block__list {
    display: flex;
    flex-direction: column
}

@media (min-width: 767px) {
    .reviews-view-block__list {
        padding-left: 20px;
        padding-right: 20px
    }
}

.reviews-view-block__list-item {
    width: 100%;
    flex-grow: 1
}

.reviews-view-block__grid-wrapper {
    background: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px
}

.reviews-view-block__grid-wrapper_active .bookmakers-grid-item {
    margin-bottom: 16px
}

.reviews-view-block__grid-wrapper_active + .reviews-view-block__show-more {
    margin-top: -16px
}

.reviews-view-block__grid {
    display: flex;
    flex-wrap: wrap;
    padding-top: 18px
}

@media (min-width: 767px) {
    .reviews-view-block__grid {
        padding-left: 20px;
        padding-right: 20px
    }
}

.reviews-view-block__grid-item {
    width: 100%;
    background: #F5F5F5
}

@media (min-width: 767px) {
    .reviews-view-block__grid-item {
        margin-right: 16px;
        width: calc(50% - 8px)
    }

    .reviews-view-block__grid-item:nth-child(2n+2) {
        margin-right: 0
    }
}

.reviews-view-block__grid-item:nth-child(2n+2) {
    margin-right: 0
}

@media (min-width: 1280px) {
    .reviews-view-block__grid-item {
        width: calc(33.333% - 11px)
    }

    .reviews-view-block__grid-item:nth-child(2n+2) {
        margin-right: 16px
    }

    .reviews-view-block__grid-item:nth-child(3n+3) {
        margin-right: 0
    }
}

.reviews-view-block__show-more {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: none;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.004em;
    color: #1473FB;
    transition: 0.3s ease-out all
}

.reviews-view-block__show-more:hover {
    color: #2D80F9
}

.reviews-view-block__show-more:hover .reviews-view-block__show-more-count {
    color: #505564
}

.reviews-view-block__show-more-count {
    color: rgba(70, 70, 70, 0.6);
    margin-left: 8px;
    transition: 0.3s ease-out all
}

.ad-container {
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden
}

.ad-container > div {
    height: auto !important
}

.ad-container img {
    width: 100% !important
}
