.col-xl-3 .widget_text {
    margin-top: 30px;
}

.list-bookmakers-full-advantage li {
    color: #8f99a4;
}


.section-bookmaker {
    padding: 30px 0;
}

.bookmaker_specs {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.bookmaker_spec-pros, .bookmaker_spec-cons {
    width: 45%;
}

.bookmaker_spec-pros .bookmaker_spec--item {
    background: #F0F6FB;
    padding: 16px 21px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.bookmaker_spec--item img {
    margin-right: 5px;
}

.bookmaker_spec-cons .bookmaker_spec--item {
    background: #F2F2F2;
    padding: 16px 21px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.bookmaker_spec--item span {
    color: black;
}

@media (max-width: 600px) {
    .bookmaker_spec-pros, .bookmaker_spec-cons {
        width: 90%;
    }

    .author_block {
        flex-direction: column;
        gap: 14px;
    }
}

.section-bookmaker-apps-image img {
    position: absolute;
    display: block;
    top: 30px !important;
    left: 0;
    width: 100%;
    height: auto;
}

.bk_bonuses {
    margin-top: 20px;
}

.section-bookmaker-company, .section-bookmaker-info {
    background: #fff;
    padding: 30px 0
}

.section-bookmaker-company-advantage ul li {
    position: relative;
    -webkit-flex-basis: 20% !important;
    -ms-flex-preferred-size: 20% !important;
    flex-basis: 29% !important;
}

.contact_info--item {
    display: flex;
    justify-content: center;
    gap: 3px;
    align-items: center;
    margin-bottom: 17px;
}

.contact_info--item > div {
    background: #276aa5;
    color: white;
    font-size: 14px;
    padding: 9px 14px;
    border-radius: 5px;
    font-weight: 600;
    min-width: 185px;
    text-align: center;
}

.contact_info--item > span {
    width: 100px;
    font-size: 14px;
}

.contact_info--item a {
    color: white;
}


.faq {
    margin: 0 0 10px;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 5px
}

.faq_t {
    padding: 15px 40px 15px 20px;
    position: relative;
    background: #f0f6fb;
    border-radius: 6px;
    cursor: pointer;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 20px
}

.faq_t.open {
    border-radius: 6px 6px 0 0
}

.faq_t:before {
    content: " ";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 17px;
    right: 20px;
    transition: all 0.3s 0.02s ease
}

.faq_t.open:before {
    transform: rotate(180deg)
}

.faq_e {
    display:       none;
    padding:       20px;
    background:    #fff;
    border-top:    1px solid #ddd;
    border-radius: 0 0 6px 6px;
    color:         #000000
}

h3.hfaq {
    font-size: 18px;
    margin: 0;
    border-bottom: none;
    padding-bottom: 0
}

h2.faqhtwo {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    line-height: 1.2;
    color: #2a2c36;
    margin-bottom: 15px
}

.faq_section {
    background: white;
    margin-top: 30px;
    padding: 25px 0px;
}

.section-comments {
    padding-top: 30px;
    margin-bottom: 30px;
}

.comment_nickname img {
    width: 20px;
}

.comment_nickname {
    font-size: 18px;
    color: black;
    font-weight: 600;
    margin-bottom: 8px;
}

.comment_date {
    font-size: 12px;
    margin-bottom: 8px;
}

.author_block {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.author_avatar span {
    font-weight: bold;
    color: black;
    margin-top: 3px;
}

.author_avatar {
    text-align: center;
    min-width: 115px;
}

.author_desc {
    color: black;
}

.progress-bar-striped.progress-bar-animated.bg-success span {
    position: absolute;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.me-1 {
    width: 18px;
    height: 18px;
}

.author_avatar img {
    border-radius: 50%;
}


.history-confron {
    margin-top: 62px;
}

.history-confron__tab, .bookmakers__fon, .matches-rostov__cnt {
    margin-top: 33px;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    padding-top: 24px;
}

.history-confron__name {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(240, 246, 251, 1);
    padding: 8px 10px;
}

.history-confron__name p {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    color: rgba(65, 65, 65, 1);
    margin: 0;
}

.confron__info {
    margin: 0 auto;
    max-width: 864px;
    width: 100%;
    padding: 6px 10px;
    display: flex;
    align-items: center;
}

.history-confron__cnt {
    min-width: 162px;
    margin: 0 auto;
}

.history-confron__locat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.history-confron__locat p, .history-confron__locat span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}

.history-confron__locat p {
    color: rgba(0, 0, 0, 0.8);
}

.history-confron__locat span {
    color: rgba(0, 126, 255, 1);
    font-size: 13px;
}

.confron__count {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    background: rgba(240, 241, 242, 1);
    border-radius: 3px;
    padding: 3px;
    margin: 8px auto 0;
}

.confron__count span, .confron__count small {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    color: rgba(52, 152, 219, 1);
}

.bookmakers__sec {
    margin-top: 75px;
}

.bookmakers__table {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    padding: 13px 0;
}

.bookmakers__table table {
    width: 100%;
}

.bookmakers__table table thead tr {
    border-bottom: 2px solid rgba(240, 246, 251, 1);
}

.bookmakers__table table thead tr td {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(33, 37, 41, 1);
    padding: 15px 12px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.bookmakers__table table thead tr td:first-child {
    width: 175px;
    text-align: left;
}

.bookmakers__table table thead tr td:last-child {
    text-align: right;
}

.bookmak__image {
    width: 100px;
    /*height: 28px;*/
    display: flex;
}

.bookmak__image img {
    width: 100%;

}

.bookmakers__table table tbody tr {
    border-radius: 4px;
}

.bookmakers__table table tbody tr td {
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    text-align: center;
    color: rgba(41, 42, 43, 1);
    padding: 5px 8px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100px;

}

.new-players {
    background: rgba(0, 126, 255, 1);
    border-radius: 4px;
    width: 112px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-left: auto;
    transition: 0.3s;
}

.new-players:hover {
    color: #FFFFFF;
    background: #0258b1;
}

.bookmakers__table table tbody tr:nth-child(even) {
    background: linear-gradient(0deg, #F0F6FB, #F0F6FB),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);

}

.matches-rostov {
    margin-top: 35px;
}

.matches-rostov__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 517px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.matches-rostov__box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.matches-rostov__box strong {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}

.matches-rostov__fon {
    background: rgba(240, 246, 251, 1);
}

.matches-rostov__line {
    max-width: 910px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 9px 20px;
    margin: 0 auto;
}

.matches-rostov__data {
    display: flex;
    align-items: center;
    max-width: 290px;
    width: 100%;
    justify-content: space-between;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 8px;
}

.matches-rostov__data small {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: rgba(159, 159, 159, 1);
    margin-right: 10px;
}

.matches-rostov__data + .matches-rostov__data {
    margin-left: 147px;
}

.matches-rostov__name {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.matches-rostov__name span {
    color: rgba(0, 126, 255, 1);
}

.matches-rostov__name p {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    margin: 0;
}

.matches-rostov__block {
    display: flex;
    align-items: center;
    padding: 8px 0;
    justify-content: space-around;
}

.matches-rostov__number {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    justify-content: center;
    padding-right: 78px;

}

.matches-rostov__number span, .matches-rostov__number small, .matches-rostov__number p {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: rgba(0, 126, 255, 1);
    margin: 0;
}

.matches-rostov__number small {
    color: rgba(0, 0, 0, 1);
}

.matches-rostov__number p {
    color: rgba(0, 0, 0, 1);
}

/*.matches-rostov__number:nth-child(1){*/
/*    margin-left: 47px;*/
/*}*/
/*.matches-rostov__number:nth-child(2){*/
/*    margin-right: 50px;*/
/*}*/


@media (max-width: 1399px) {
    .matches-rostov__number:nth-child(1) {
        margin-left: 65px;
    }

    .matches-rostov__number:nth-child(2) {
        margin-right: -37px;
    }
}

@media (max-width: 1199px) {
    .matches-rostov__number:nth-child(1) {
        margin-left: 34px;
    }

    .matches-rostov__number:nth-child(2) {
        margin-right: 25px;
        padding-left: 85px;
    }
}

@media (max-width: 991px) {
    .matches-rostov__data + .matches-rostov__data {
        margin-left: 75px;
    }

    .matches-rostov__data {
        max-width: 250px;
    }

    .matches-rostov__flex {
        max-width: 439px;
    }

    .matches-rostov__box:nth-child(1) {
        margin-left: 25px;
    }

    .bookmakers__table table thead tr td:first-child {
        width: 130px;
    }
}

@media (max-width: 767px) {
    .history-confron__tab, .matches-rostov__cnt, .bookmakers__table {
        overflow-x: scroll;
        padding-bottom: 15px;
    }

    .tab-scr__width {
        width: 700px;
    }

    .bookmakers__table table {
        width: 700px;
    }
}

.section-content .list-bonuses-item {
    flex-basis: 280px;
}

.forecast_back .list-forecasts-item {
    background: #f0f6fb;
    flex-basis: 290px;
}

.match_col1_parent {
    display: flex;
    justify-content: space-between;
}

.match_col1 {
    width: 50%;
}

.match_col1 .match_item {
    margin-bottom: 15px;
}

.match_col1 .match_item:nth-child(odd) {
    background: #F0F6FB;
}

.no_matches {
    padding-left: 20px;
    margin-bottom: 20px;
}

.ii {
    width: 40px;
    height: 40px;
}


.language_switcher {
    position: relative;
    display: block
}

.current_lang {
    cursor: pointer;
    color: #fff;
    width: 35px;
    font-size: 18px;
    background: #222532;
    height: 30px;
    padding-left: 5px;
}

.hidden {
    display: none
}

.all_list {
    position: absolute;
    background: #e1e1e1;
    width: 50px;
    padding: 5px 8px;
    margin-top: 0;
    z-index: 99999;
}

.all_list a {
    text-decoration: none
}

.current_lang img, .all_list img, .lang_list_footer img {
    width: 23px;
    border-radius: 50%;
	height: auto;
}

.lang_list_footer a {
    color: white;
    margin-right: 10px;
    background: #1d70e6;
    padding: 2px 0px;
    border-radius: 19px;
    padding-right: 10px;
}

.lang_list_footer a:hover {
    color: white;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.aligncenter {
    clear: both;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}

@media (max-width: 400px) {
    .list-bookmakers-item-rating {
        display: none;
    }


}

@media (max-width: 1000px) {
    .language_switcher {
        margin-top: 12px;
    }
}


.hd {
    display: block !important;
}

.hd a {
    color: white;
}

.section-bookmaker-apps .col-12 {
    margin-bottom: 15px;
}


@media (max-width: 450px) {
    .section-bookmaker-apps .col-12 .d-inline-block {
        margin-top: 10px;
    }
}


.categories__banner {
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    width: 100%;
    max-width: 300px;
}

.categories__banner span {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: rgba(33, 37, 41, 1);
    padding: 22px 10px 22px 44px;
    display: block;
}

.categories__banner ul {
    border-top: 1px solid rgba(230, 236, 241, 1);
    padding-left: 44px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
}

.categories__banner ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: rgba(51, 65, 80, 1);
    position: relative;
    margin-top: 20px;
}

.categories__banner ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -8px;
    background: rgba(184, 219, 255, 1);
    width: 3px;
    height: 3px;
    border-radius: 50%;

}

.blog-single__main {
    width: 100%;
    margin-bottom: 40px;
}

.blog-single__cnt {
    background: rgba(255, 255, 255, 1);
    padding: 54px 48px 30px;

}

.blog-single__exclusive {
    background: rgba(0, 0, 0, 1);
    border-radius: 16px;
    width: 100%;
}

.exclusive__fon {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 340px;
    border-radius: 16px 16px 0 0;
    padding: 24px 24px 8px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.exclusive__fon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 18.22%, #000000 95.7%);
    border-radius: 16px 16px 0 0;

}

.exclusive {
    position: relative;
    z-index: 1;
    background: rgba(223, 58, 77, 0.3);
    padding: 5px 8px;
    width: max-content;
    height: 24px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: rgba(255, 109, 106, 1);
    border-radius: 4px;
}

.blog-exclusive__info {
    padding: 1px 24px 24px;
}

.blog-exclusive__info h1 {
    color: #FFFFFF;
    margin: 0;
}

.blog-exclusive__flex {
    margin-top: 33px;
    display: flex;
    align-items: flex-end;
    gap: 6px;
}

.blog-exclusive__user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-exclusive__user img {
    max-width: 32px;
    width: 100%;
    height: 32px;
    border-radius: 50%;
}

.blog-exclusive__name strong {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    color: rgba(237, 237, 237, 1);
}

.blog-exclusive__name span {
    display: block;
    margin-top: 5px;
    color: rgba(204, 204, 204, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
}

.exclusive-ready {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    color: rgba(204, 204, 204, 1);
    position: relative;
    padding-left: 10px;
    margin-left: 15px;
}

.exclusive-ready:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    background: rgba(204, 204, 204, 1);
    border-radius: 50%;
    width: 4px;
    height: 4px;
}

.blog-single__text {
    margin-top: 48px;
}

.blog-single__text strong {
  //font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.blog-single__text strong span {
    color: rgba(0, 119, 238, 1);
}

.blog-single__text > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(50, 50, 50, 1);
    margin-top: 20px;
}

.blog-single__text .wp-caption > img {
    border-radius: 8px;
    width: 100%;
}

.blog-single__text h2 {
    margin-top: 2.8125rem;
}

.blog-single__href {
    margin-top: 20px;
    width: 100%;
}

.blog-single__href ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    list-style-type: none;
    flex-wrap: wrap;
}

.blog-single__href ul li a {
    border: 1px solid rgba(0, 119, 238, 0.3);
    height: 28px;
    padding: 6px 16px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    color: rgba(0, 119, 238, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.blog-single__href ul li a:hover {
    border: 1px solid transparent;
}

.other-materials {
    margin-top: 40px;
}

.other-materials h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: rgba(42, 44, 54, 1);
    margin: 0;
}

.other-materials__wrap {
    /*margin: 40px auto 0;*/
    max-width: 926px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 12px;
}

.other-materials__box {
    width: calc(33% - 6px);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    position: relative;
}

.other-materials__photo {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 16px 20px 16px;
    height: 200px;
    position: relative;
}

.other-materials__photo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
    background: radial-gradient(94% 90% at 50% 6%, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.other-materials__href {
    background: rgba(0, 126, 255, 1);
    border-radius: 8px;
    height: 24px;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
}

.other-materials__href:hover {
    color: rgba(255, 255, 255, 1);
    background: #026ad4;
}

.other-materials__photo strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 1;
}

.other-materials__user {
    border-radius: 8px;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.other-materials__user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.other-materials__name span {
    color: rgba(33, 33, 33, 1);
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;

}

.other-materials__name small {
    display: block;
    margin-top: 4px;
    color: rgba(102, 102, 102, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;

}


.pagination__pages {
    margin-top: 110px;
}

.pagination__pages ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style-type: none;
    padding: 0;
}

.pagination__pages ul li {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(242, 242, 242, 1);
}

.pagination__pages ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    color: rgba(33, 33, 33, 1);
    position: relative;
    transition: 0.3s;
}

.pagination__pages ul li .pagination__active, .pagination__pages ul li a:hover {
    background: linear-gradient(0deg, rgba(0, 119, 238, 0.15), rgba(0, 119, 238, 0.15)),
    linear-gradient(0deg, #F2F2F2, #F2F2F2);
}

.pagination__arrow:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(33, 33, 33, 1);
    border-right: 2px solid rgba(33, 33, 33, 1);
    transform: rotate(45deg);
}


@media (max-width: 1199px) {
    .categories__banner {
        max-width: 100%;
    }

    .blog-single__cnt {
        padding: 30px 24px 20px;
    }
}

@media (max-width: 991px) {
    .exclusive__fon {
        height: 260px;
        background-position: center;
    }

    .blog-exclusive__flex {
        margin-top: 15px;
    }
    
    .blog-single__text .wp-caption > img {
        margin-top: 20px;
    }

    .other-materials__box {
        width: calc(50% - 6px);
    }

    .pagination__pages {
        margin-top: 40px;
    }

    .pagination__pages ul li {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .blog-single__cnt {
        padding: 20px 10px 15px;
    }

    .blog-exclusive__info h1 {
        font-size: 22px;
    }

    .blog-exclusive__info {
        padding: 1px 14px 14px;
    }

    .exclusive__fon {
        height: 220px;
        padding: 16px 14px 8px;
    }

    .blog-single__text {
        margin-top: 24px;
    }

    .blog-single__text p {
        margin-top: 12px;
    }
}

@media (max-width: 570px) {
    .other-materials__box {
        width: 100%;
        margin: 0 auto;
        max-width: 300px;
    }

    .other-materials__wrap {
        margin: 24px auto 0;
    }

    .blog-exclusive__info h1 {
        font-size: 20px;
    }

    .categories__banner ul {
        gap: 10px;
    }

    .categories__banner ul li {
        margin-top: 10px;
    }

    .pagination__pages ul {
        gap: 3px;
    }

    .pagination__pages ul li a {
        font-size: 12px;
        line-height: 14px;
    }

    .pagination__pages ul li {
        width: 23px;
        height: 23px;
    }

    .other-materials {
        margin-top: 20px;
    }

    .other-materials h3 {
        font-size: 20px;
        line-height: 22px;
    }
}

@media (max-width: 370px) {
    .blog-exclusive__flex {
        flex-wrap: wrap;
    }

    .exclusive-ready {
        margin-left: 6px;
    }

}

.nav-links {
    display: flex;
    justify-content: center;
}

.current {
    background: linear-gradient(0deg, rgba(0, 119, 238, 0.15), rgba(0, 119, 238, 0.15)), linear-gradient(0deg, #F2F2F2, #F2F2F2);
}

.page-numbers {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(242, 242, 242, 1);
    border-radius: 6px;
    color: black;
    font-size: 15px;
    font-weight: 600;
}

.social_list a img {
    border-radius: 4px;
    width: 25px;
}

.sidebar_forecast_cta {
    margin-top: 10px;
}

.sidebar_forecast_cta a {
    padding: 6px 12px;
    border-radius: 8px;
}

.sidebar_forecast_cta a:first-of-type {
    border: 1px solid #818181;

    color: #818181;
}

.sidebar_forecast_cta a:last-of-type {
    background: #276aa5;
    color: white;
}

.content-white img {
    max-width: 100%;
}

.wp-caption {
    max-width: 100%;
}

.section-bonus-card h1 {
    margin: 0 0 40px;
}

.bonus_cta {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.bonus_cta a:first-of-type {
    display: flex;
    background: #276aa5;
    padding: 6px 11px;
    color: white;
    border-radius: 5px;
    font-weight: 500;
}

.bonus_cta a:last-of-type {
    background: #276aa5;
    padding: 6px 11px;
    color: white;
    border-radius: 5px;
    font-weight: 500;
}

.bonus_cta a:last-of-type img {
    width: 20px;
}

@media (min-width: 1100px) AND (max-width: 1440px) {

    .section-bookmaker-apps .col-12 .d-inline-block {
        margin-top: 10px;
    }
}


.post_meta{
    margin-bottom: 5px;
}

.list-bookmakers-item {
    text-align: center;
}

.text.content ul li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px !important;
    left: 0;
    background-color: #1CBF6C;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
}
.list-apps-item > div {
    padding: 0 4px !important;
}
.list-apps-item-title, .list-apps-item-rating, .list-apps-item-comments {
    font-size: 16px;
}


@media (max-width: 996px) {
    .col-xl-3 .textwidget img{
        width: 100%;
    }
    .footer_langs{
        margin-top: 20px !important;
    }
}

.footer_langs{
    display: flex;
    justify-content: space-between;
}

/* 06.03.24 */

.list-forecasters-title{
	margin-bottom: 0;
}
@media (min-width: 768px){
	.list-blog-item-introtext{
		display: flex;
	}
	.list-blog-item-introtext-image{
		margin-right: 20px;
		max-width: 220px;
	}
}

.list-blog-item-introtext-image{
	margin-bottom: 10px;
}
.list-blog-item-introtext-image img{
	height: auto;
    max-width: 100%;
}
ol[start="0"] {
   counter-reset: counter -1!important;
}
ol[start="1"] {
   counter-reset: counter 0!important;
}
ol[start="2"] {
   counter-reset: counter 1!important;
}
ol[start="3"] {
   counter-reset: counter 2!important;
}
ol[start="4"] {
   counter-reset: counter 3!important;
}
ol[start="5"] {
   counter-reset: counter 4!important;
}
ol[start="6"] {
   counter-reset: counter 5!important;
}
ol[start="7"] {
   counter-reset: counter 6!important;
}
ol[start="8"] {
   counter-reset: counter 7!important;
}
ol[start="9"] {
   counter-reset: counter 8!important;
}
ol[start="10"] {
   counter-reset: counter 9!important;
}
ol[start="11"] {
   counter-reset: counter 10!important;
}
ol[start="12"] {
   counter-reset: counter 11!important;
}

