.loader {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #000;
    background: #fff;
    z-index: 1000
}

.text.content-white {
    background: #fff;
    padding: 30px 15px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.text.content ul, .blog-single__text ul {
    padding: 0;
    margin: 0 0 15px;
    list-style: none
}

.text.content ul li, .blog-single__text ul li{
    position: relative;
    padding: 0 0 0 16px
}

.text.content ul li:before, .blog-single__text ul li:before{
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 0;
    margin-top: -3px;
    background-color: #1CBF6C;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: ""
}

.text.content ol, .blog-single__text ol {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
    counter-reset: counter
}

.text.content ol li, .blog-single__text ol li {
    position: relative;
    display: block;
    padding: 0 0 0 30px;
    margin: 0 0 5px
}

.text.content ol li:before, .blog-single__text ol li:before {
    position: absolute;
    display: block;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: #1CBF6C;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    counter-increment: counter;
    content: counter(counter)
}

.text.content blockquote, .blog-single__text blockquote {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    background: url(../img/blockquote_arrow.png) 100% 0 no-repeat #151721;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 35px 20px 35px 100px;
    margin: 0 0 15px;
    overflow: hidden
}

.text.content blockquote:before, .blog-single__text blockquote:before{
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 126, 255, .65)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 126, 255, .65) 0, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(left, rgba(0, 126, 255, .65) 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 126, 255, .65) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 126, 255, .65) 0, rgba(0, 0, 0, 0) 100%);
    content: "";
    z-index: 0
}

.text.content blockquote:after, .blog-single__text blockquote:after {
    position: absolute;
    left: 5px;
    top: 50%;
    width: 89px;
    height: 85px;
    background: url(../img/arrow_quote.png) no-repeat;
    margin: -40px 0 0;
    content: "";
    z-index: 1
}

.footer::before, .header::before {
    height: 3px;
    content: ""
}

.text.content blockquote p {
    position: relative;
    margin: 0;
    z-index: 2
}

.filters, .text.content .h2 {
    margin: 0 0 15px
}

.filters {
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.filters-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #2a2c36;
    margin: 0 0 20px
}

.filters-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #fa4f00;
    margin: 0 0 10px
}

.filters ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.filters ul li {
    margin: 0 0 5px
}

.filters ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fa4f00
}

.filters ul li a:hover {
    color: #fa4f00
}

.filters ul li a svg {
    color: #5CCC9E
}

.header {
    position: relative;
    background: #003266;
    padding: 0 0 20px;
    z-index: 20
}

.header::before {
    position: absolute;
    display: block;
    width: 100%;
    top: 100%;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#fa4f00), to(#e2133a));
    background: -webkit-linear-gradient(left, #fa4f00 0, #e2133a 100%);
    background: -moz-linear-gradient(left, #fa4f00 0, #e2133a 100%);
    background: -o-linear-gradient(left, #fa4f00 0, #e2133a 100%);
    background: linear-gradient(to right, #fa4f00 0, #e2133a 100%)
}

.header-logo {
    display: block;
    padding: 20px 0
}

.header-logo img {
    display: block;
    width: auto;
    height: 40px
}


.header-menu li{
    list-style: none;
}

@media (max-width: 1200px) {
    .header-menu {
        display: none;
    }
    .lang-desktop{
        display: none;
    }
    .right-header{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        
    }
    .right-header .button-mobile-menu{
        margin-top: 0.5rem;
    }
    
    .lang-container-header.mobile{
        margin-right: 0.8rem;
        min-width: 6rem;
    }
}

@media (max-width: 405px) {
    .right-header{
        /*-webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;*/
        align-items: center;
    }
    .right-header .button-mobile-menu {
        margin-top: 0.2rem;
    }
    .left-header{
        width: 60%;
    }
    .lang-container-header.mobile{
        /*margin-top: 1rem;*/
    }
}

.header-menu a .caret, .header-menu a + .caret{
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05IDZMNSAyTDEgNiIgc3Ryb2tlPSIjMDA3ZWZmIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+);
    -webkit-filter: brightness(1000%) contrast(10%);
    filter: brightness(1000%) contrast(10%);
    margin-left: 0.4rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}



.header-menu.hd ul{
    padding-left: 0rem;
}

.header-menu.hd ul li{
    padding: 0.4rem 0.3rem;
    font-size: large;
}

.header-menu.hd .sub-menu{
    padding-left: 1.5rem;
}

.header-menu a + .caret{
    display: none;
}

.header-menu.hd a .caret{
    display: none;
}

.header-menu.hd a + .caret{
    display: inline-block;
    float: right;
    margin-top: 0.3rem;
}


/* Choose lang */
.lang-container-header{

}

.lang-list-wrapper{
    margin-top: 0.6rem;
    display: flex;
    position: absolute;
    background-color: #192033;
    box-shadow: 0 0 4px #0000000a, 0 4px 32px #00000029;
    border-radius: 8px;
}

.lang-list-wrapper{
    display: none;
}

.lang-list-wrapper .lang-list{
    display: flex;
    flex-direction: column;
    padding: 0.7rem;
    text-align: start;
}

.lang-list-wrapper .lang-list > div{
    margin-top: 0.6rem;
}

.lang-choose-btn{
    background-color: #4e5d864d;
    padding: 5px 8px;
    display: inline-block;
    border-radius: 8px;
}
.lang-choose-btn a, .lang-choose-btn .lang-drop-dawn-btn{
    display: block;
    font-weight: 600;
    color: white;
    transition: opacity .2s ease-in-out;
    cursor: pointer;
}


.lang-choose-btn a:hover{
    color: #fa4f00;
    
}
.lang-choose-btn:hover{
    background-color: #2a3349;
}
.lang-choose-btn a .icon-smooth-arrow-up, .lang-choose-btn .lang-drop-dawn-btn .icon-smooth-arrow-up{
    width: 7px;
    height: 4px;
    margin: 0 7px 0 4px;
    color: #ffffff80;
    transform: rotate(180deg);
    transition: transform .2s ease-in-out;
}
.lang-choose-btn .lang-drop-dawn-btn .icon-smooth-arrow-up-footer{
    width: 7px;
    height: 4px;
    margin: 0 7px 0 4px;
    color: #ffffff80;
    transform: rotate(0deg);
    transition: transform .2s ease-in-out;
}

.lang-choose-btn a > div, .lang-choose-btn .lang-drop-dawn-btn > div{
    display: inline;
}

.lang-choose-btn a .lang-img img, .lang-choose-btn .lang-drop-dawn-btn .lang-img img{
    width: 20px;
    height: 20px;
}
.lang-choose-btn a .lang-name{
    padding-left: 0.4rem;
}





header .menu-item-has-children .sub-menu-arrowup {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5rem;
    transition: transform 0.3s ease 0s;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
}

header .menu-item-has-children._active .sub-menu-arrowup {
    transform: rotate(-180deg);
}


header .menu-item-has-children a + .caret{
    margin-left: 1rem;
    
}

header .menu-item-has-children._active a + .caret{
    transform: rotate(0deg);
}


header .menu-item-has-children .sub-menu {
    display: none;
}

header .menu-item-has-children._active .sub-menu{
    display: block;
}


header .menu-item-has-children.sub-menu-by-columns._active .sub-menu {
    display: block;
    /*flex-direction: column;
    flex-wrap: wrap;
    max-height: 14rem;
    width: 14rem;*/
    padding: 2px;
    margin-left: 1rem;
    /*overflow: scroll;*/
}

header .menu-item-has-children.sub-menu-by-columns._active .sub-menu li{
    margin-right: 1rem;
}


.header .menu-item-has-children:hover a .caret{
    -webkit-filter: brightness(100%) invert(0);
    filter: brightness(100%) invert(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.header .menu-item-has-children a .caret:hover{
    -webkit-filter: brightness(100%) invert(0);
    filter: brightness(100%) invert(0);
}



@media (min-width: 1200px){
    header .menu-item-has-children .sub-menu-arrowup{
        display: none;
    }
}


.new_menu_js{
    width: 24px;
    height: 16px;
    position: relative;
    cursor: pointer;
    background: none;
    border: none;
    -webkit-appearance: button;
}

.new_menu_js span{
    position: absolute;
    height: 2px;
    border-radius: 1px;
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}







.new_menu_js span:nth-of-type(2){
    width: 20px;
    top: 7px;
}

.new_menu_js span:nth-of-type(1),
.new_menu_js span:nth-of-type(3) {
    width: 24px;
}

.new_menu_js span:nth-of-type(1){
    top: 0;
}

.new_menu_js span:nth-of-type(3){
    top: 14px;
}

.new_menu_js.active span{
    top: 7px;
    width: 24px;
}

.new_menu_js.active span:nth-of-type(2), .new_menu_js.active span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.new_menu_js.active span:nth-of-type(1){
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.new_menu_js span{
    background: #fff;
}


@media (min-width: 1200px) {
    
    
    .header {
        padding: 0
    }

    .header-menu {
        display: block
    }

    .header-menu ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none
    }

    .header-menu ul li {
        position: relative;
        display: block
    }

    .header-menu ul li:hover > a {
        color: #fa4f00;
    }

    .header-menu ul li:hover ul {
        /*display: block*/
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 300px;
        padding: 0.7rem 0.8rem;
    }
    
    .header-menu ul li a {
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #ffffff;
        padding: 30px 10px
    }
    

    .header-menu ul li ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        width: max-content;
        background: #fff;
        padding: 10px 0;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .6);
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .6)
    }
    
    .header-menu ul li.sub-menu-by-columns ul {
        width: 25rem;
    }
    

    .header-menu ul li ul li:hover a {
        color: #000;
        background: #ffffff
    }

    .header-menu ul li ul li a {
        color: #000;
        padding: 5px 10px
    }
}


.header-menu ul li > a{
    text-transform: uppercase;
    font-weight: 600;
}

.header-menu ul li ul a{
    text-transform: none;
    font-weight: 300;
}


.section-wrapper {
    padding: 30px 0
}

.sidebar-menu {
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.sidebar-menu-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #212529;
    padding: 20px 44px;
    border-bottom: 1px solid #E6ECF1
}

.sidebar-menu ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none
}

.sidebar-menu ul li {
    position: relative;
    display: block
}

.sidebar-menu ul li:hover:after {
    left: 0;
    right: 0
}

.sidebar-menu ul li:hover a {
    color: #fa4f00
}

.sidebar-menu ul li:after {
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0;
    right: 50%;
    height: 1px;
    background: #fa4f00;
    content: "";
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.list-forecasters-btns a, .sidebar-menu ul li a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s
}

.sidebar-menu ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    font-size: 16px;
    line-height: 20px;
    color: #334150;
    padding: 10px;
    transition: .3s
}

.sidebar-menu ul li a img {
    display: block;
    -webkit-flex-basis: 24px;
    -ms-flex-preferred-size: 24px;
    flex-basis: 24px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    margin: 0 10px 0 0
}

.sidebar-forecasts-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #1E1E1E;
    padding: 20px 0
}

.sidebar-forecasts-list-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 100px;
    background: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0 0;
    overflow: hidden
}

.sidebar-forecasts-list-item:first-child {
    margin: 0
}

.sidebar-forecasts-list-item-coefficient {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    color: #FFF;
    text-align: center
}

.sidebar-forecasts-list-item-coefficient span {
    position: relative;
    z-index: 2
}

.sidebar-forecasts-list-item-coefficient:after {
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    left: -10px;
    top: -60px;
    background: #fa4f00;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
    content: ""
}

.sidebar-bonuses-list-item, .sidebar-bookmakers-list-item {
    -webkit-align-content: center;
    min-height: 85px;
    background: #FFF
}

.list-apps-item, .sidebar-bonuses-list-item, .sidebar-bookmakers-list-item {
    display: -webkit-box;
    -webkit-border-radius: 5px
}

.sidebar-forecasts-list-item-teams {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #293034;
    margin: 0 0 5px
}

.sidebar-forecasts-list-item-date {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 12px;
    line-height: 12px;
    color: #9D9D9D
}

.sidebar-bonuses-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #1E1E1E;
    padding: 20px 0
}

.sidebar-bonuses-list-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 10px 0 0;
    border-radius: 5px
}

.sidebar-bonuses-list-item:first-child {
    margin: 0
}

.sidebar-bonuses-list-item-logo {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 10px
}

.sidebar-bonuses-list-item-logo img {
    display: block;
    width: 100%;
    height: auto
}

.sidebar-bonuses-list-item-btns {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 10px 10px 10px 0
}

.sidebar-bonuses-list-item-price {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #102938;
    padding: 0 10px 10px
}

.sidebar-bonuses-list-item-description {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #102938;
    text-align: end;
    padding: 0 10px 10px 0
}

.sidebar-bookmakers-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #1E1E1E;
    padding: 20px 0
}

.sidebar-bookmakers-list-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 10px 0 0;
    border-radius: 5px
}

.sidebar-bookmakers-list-item:first-child {
    margin: 0
}

.sidebar-bookmakers-list-item-logo {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 10px
}

.sidebar-bookmakers-list-item-logo img {
    display: block;
    width: 100%;
    height: auto
}

.sidebar-bookmakers-list-item-btns {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 10px
}

.list-apps-item {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 70px;
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    color: #2a2c36;
    background: #fff;
    padding: 0;
    margin: 5px 0 0;
    border-radius: 5px
}

.list-apps-item:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f3f5));
    background: -webkit-linear-gradient(top, #fff 0, #f1f3f5 100%);
    background: -moz-linear-gradient(top, #fff 0, #f1f3f5 100%);
    background: -o-linear-gradient(top, #fff 0, #f1f3f5 100%);
    background: linear-gradient(to bottom, #fff 0, #f1f3f5 100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    content: "";
    z-index: 1
}

.list-apps-item:hover:not(.list-apps-header):before {
    opacity: 0
}

.list-apps-item.list-apps-header {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: #8f99a4;
    margin: 0
}

.list-apps-item > div {
    position: relative;
    padding: 0 10px;
    z-index: 2
}

.list-apps-item-image, .list-apps-item-index {
    display: none
}

.list-apps-item-title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.list-apps-item-title a {
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: #fa4f00
}

.list-apps-item-comments, .list-apps-item-rating {
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.list-apps-item-btns {
    /*-webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;*/
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width: 1200px) {
    .list-apps-item {
        min-height: 100px;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px
    }

    .list-apps-item:nth-child(4n+2) .list-apps-item-index {
        color: #E2133A
    }

    .list-apps-item:nth-child(4n+3) .list-apps-item-index {
        color: #FAD02C
    }

    .list-apps-item:nth-child(4n+4) .list-apps-item-index {
        color: #222532
    }

    .list-apps-item.list-apps-header {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px
    }

    .list-apps-item-index {
        display: block;
        -webkit-flex-basis: 60px;
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 40px;
        font-weight: 500;
        line-height: 40px;
        color: #fa4f00;
        text-align: center
    }

    .list-apps-item-image {
        display: block;
        -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        overflow: hidden;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .list-apps-item-image img {
        display: block;
        width: 100%;
        height: auto
    }

    .list-apps-item-title a {
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        color: #fa4f00
    }

    .list-apps-item-comments, .list-apps-item-rating {
        -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px
    }

    .list-apps-item-btns {
       /* -webkit-flex-basis: 250px;
        -ms-flex-preferred-size: 250px;
        flex-basis: 250px*/
    }
}

.section-app-card {
    position: relative;
    min-height: 300px;
    background: url(../img/section-app-card-bg.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.section-app-card .h1, .section-app-card h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
    margin: 0 0 30px
}

.section-app-card ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none
}

.section-app-card ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    margin: 0 0 5px
}

.section-app-card ul li img {
    width: auto;
    height: 28px
}

.section-app-card-image {
    display: none
}

@media (min-width: 1200px) {
    .section-app-card-image {
        position: absolute;
        display: block;
        top: 80px;
        right: 20px;
        bottom: 0;
        overflow: hidden
    }

    .section-app-card-image img {
        max-width: 360px;
        height: auto
    }
}

.list-bonuses {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px
}

.list-bonuses-item {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #F0F6FB;
    margin: 15px
}

.list-bonuses-item-image {
    position: relative;
    overflow: hidden
}

.list-bonuses-item-image a {
    display: block
}

.list-bonuses-item-image a img {
    display: block;
    width: 100%;
    height: auto
}

.list-bonuses-item-image a span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 130%;
    background-color: rgba(0, 0, 0, .4);
    margin-left: -40%;
    -webkit-transform: perspective(300px) rotateX(-30deg);
    -moz-transform: perspective(300px) rotateX(-30deg);
    transform: perspective(300px) rotateX(-30deg);
    z-index: 3
}

.list-bonuses-item-image a span.published:after, .list-bonuses-item-image a span.published:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#fa4f00), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #fa4f00 0, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(top, #fa4f00 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, #fa4f00 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, #fa4f00 0, rgba(0, 0, 0, 0) 100%)
}

.list-bonuses-item-image a span:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#DD0360), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #DD0360 0, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(top, #DD0360 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, #DD0360 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, #DD0360 0, rgba(0, 0, 0, 0) 100%);
    content: ""
}

.list-bonuses-item-image a span:after {
    position: absolute;
    right: 9px;
    top: 0;
    width: 5px;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#DD0360), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #DD0360 0, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(top, #DD0360 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, #DD0360 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, #DD0360 0, rgba(0, 0, 0, 0) 100%);
    content: ""
}

.list-bonuses-item-image-date {
    position: absolute;
    display: block;
    left: 20px;
    bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #E2133A;
    padding: 5px 12px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 4
}

.list-bonuses-item-introtext, .list-bonuses-item-pagetitle a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 20px;
    color: #2a2c36
}

.list-bonuses-item-introtext {
    border-bottom: 1px solid #fff
}

.list-bonuses-item-pagetitle a {
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.list-bookmakers, .section-bonus-card-property {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box
}

.list-bonuses-item-pagetitle a:hover {
    color: #fa4f00
}

.list-bonuses-item-btns {
    padding: 15px 15px 10px
}

@media (min-width: 768px) {
    .list-bonuses-item {
        width: 315px
    }
}

@media (min-width: 992px) {
    .list-bonuses-item {
        width: 280px
    }
}

@media (min-width: 1400px) {
    .list-bonuses-item {
        -webkit-flex-basis: 290px;
        -ms-flex-preferred-size: 290px;
        flex-basis: 290px
    }
    
}

.section-bonus-card {
    background: url(../img/section-bonus-card-bg.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 100px 0 0
}

.section-bonus-card h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin: 0 0 100px
}

.section-bonus-card-property {
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px 0
}

.section-bonus-card-property-item-icon {
    font-size: 34px;
    line-height: 34px;
    color: #fa4f00;
    text-align: center;
    padding: 0 0 10px
}

.section-bonus-card-property-item-title {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    color: #fff;
    text-align: center;
    padding: 0 0 10px
}

.section-bonus-card-property-item-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    text-align: center
}

.section-bookmakers-menu {
    background: #fff;
    padding: 20px;
    margin: 15px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.section-bookmakers-menu-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #2a2c36;
    margin: 0 0 20px
}

.section-bookmakers-menu-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #2a2c36;
    margin: 0 0 20px
}

.section-bookmakers-menu ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.section-bookmakers-menu ul li {
    margin: 0 0 5px
}

.section-bookmakers-menu ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fa4f00
}

.section-bookmakers-menu ul li a:hover {
    color: #fa4f00
}

.section-bookmakers-menu ul li a svg {
    color: #5CCC9E
}

@media (min-width: 1200px) {
    .list-bonuses-item {
        width: 245px
    }

    .section-bookmakers-menu {
        margin: 0 0 15px
    }
}

.list-bookmakers {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list-bookmakers-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #2a2c36;
    white-space: nowrap;
    background: #fff;
    padding: 10px 3px;
    margin: 5px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.list-bookmakers-item.border_item_bk {
    border: 2px solid #f0f6fb;
}


.list-bookmakers-item.info{
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
}

@media (max-width: 766px){
    .list-bookmakers-item.border_item_bk {
        flex-wrap: wrap;
    }
    .list-bookmakers-item.info{
        align-items: center;
        justify-content: center;
        flex-basis: 100%;
    }
}





.list-bookmakers-item.list-bookmakers-header {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: #8f99a4;
    margin: 0
}

.list-bookmakers-item > div {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 3px
}

.list-bookmakers-item-name {
    -webkit-flex-basis: 86px;
    -ms-flex-preferred-size: 86px;
    flex-basis: 86px
}

.list-bookmakers-item-name a {
    color: #8f99a4;
    position: relative;
}


.list-bookmakers-item-name img {
    display: block;
    width: 100%;
    max-width: 70px;
    height: auto
}

.list-bookmakers-item-bonus, .list-bookmakers-item-deposit, .list-bookmakers-item-rating {
    -webkit-flex-basis: 5rem;
    -ms-flex-preferred-size: 5rem;
    flex-basis: 5rem;
}

.list-bookmakers-item-reviews {
    display: none
}

.list-bookmakers-item-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.list-bookmakers-item-btns .btn {
    padding: 1rem 3rem;
    font-size: 1.2rem;
    font-weight: 900;
}

.list-bookmakers-item-btns .btn:nth-child(2){
    /*padding: 1rem 2rem;*/
    
}
.list-bookmakers-item-btns .btn:nth-child(3){
    /*padding: 1rem 2rem;*/

}

.list-bookmakers-item-btns .btn-link.collapsed .fa-circle-plus {
    display: inline-block
}

.list-bookmakers-item-btns .btn-link .fa-circle-plus, .list-bookmakers-item-btns .btn-link.collapsed .fa-circle-minus {
    display: none
}



.list-bookmakers .collapse.show{
    margin-top: -0.3em;
}

.list-bookmakers-full {
    background: #fff;
    padding: 10px 6px
}

.list-bookmakers-full-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #2a2c36;
    margin: 0 0 20px
}

.list-bookmakers-full-introtext {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #8f99a4;
    margin: 0 0 20px
}

.list-bookmakers-full-property {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    margin: 0 0 20px
}

.list-bookmakers-full-property ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.list-bookmakers-full-property ul li {
    margin: 0 0 10px
}

.list-bookmakers-full-property ul li svg {
    margin: 0 10px 0 0
}

.list-bookmakers-full-advantage {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #2a2c36;
    margin: 0 0 20px
}

.list-bookmakers-full-advantage ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.list-bookmakers-full-advantage ul li {
    margin: 0 0 10px
}

.list-bookmakers-full-advantage ul li svg {
    margin: 0 10px 0 0
}

.list-bookmakers-full-payments {
    margin: 0 0 20px
}

.list-bookmakers-full-payments .row {
    padding: 0 40px
}

.list-bookmakers-full-payments img {
    display: block;
    width: 100%;
    max-width: 100px;
    height: auto;
    margin: auto
}


.load-more-wrapper{
    margin-bottom: 10px;
    width: 100%;
}

li.load-more-wrapper{
   /* margin-left: 1rem;*/
}

.btn_load_more{
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.08);
    box-shadow: 0 2px 3px rgba(0,0,0,.08);
    border-radius: 6px;
    border: 1px;
    width: 100%;
    padding: 14px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fa4f00;
}
.btn_load_more span{
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fa4f00;
}

.btn_load_more svg{
    margin-left: 6px;
}


@media (min-width: 992px) {
    .list-bookmakers-item {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        padding: 10px
    }
	
    .list-bookmakers-item.list-bookmakers-header {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }

    .list-bookmakers-item > div {
        padding: 0 10px
    }

    .list-bookmakers-item-name {
        /*-webkit-flex-basis: 140px;
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px*/
    }

    .list-bookmakers-item-name img {
        display: block;
        width: 100%;
        max-width: 120px;
        height: auto
    }

    .list-bookmakers-item-bonus, .list-bookmakers-item-deposit, .list-bookmakers-item-rating {
        -webkit-flex-basis: 5rem;
        -ms-flex-preferred-size: 5rem;
        flex-basis: 5rem
    }

    .list-bookmakers-item-reviews {
        display: block;
        -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px
    }

    .list-bookmakers-full {
        background: #fff;
        padding: 20px
    }

    .list-bookmakers-full-title {
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
        color: #2a2c36;
        margin: 0 0 20px
    }

    .list-bookmakers-full-introtext {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #333436;
        margin: 0 0 20px
    }

    .list-bookmakers-full-property {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #000;
        margin: 0 0 20px
    }

    .list-bookmakers-full-property ul {
        display: block;
        width: 50%;
        padding: 0;
        margin: 0;
        list-style: none
    }

    .list-bookmakers-full-property ul li {
        margin: 0 0 10px
    }

    .list-bookmakers-full-property ul li svg {
        margin: 0 10px 0 0
    }

    .list-bookmakers-full-advantage {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: #2a2c36;
        margin: 0 0 20px
    }

    .list-bookmakers-full-advantage ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

    .list-bookmakers-full-advantage ul li {
        position: relative;
        padding: 0 0 0 33px;
        margin: 0 0 10px
    }

    .list-bookmakers-full-advantage ul li:before {
        position: absolute;
        content: "";
        width: 23px;
        height: 22px;
        left: 0;
        top: 0;
        background-image: url(../img/list.svg);
        background-repeat: no-repeat;
        -webkit-background-size: 23px 23px;
        -o-background-size: 23px;
        background-size: 23px
    }
	.section-bookmaker-card-advantage {
		font-size: 16px!important;
	}
}

@media (min-width: 1000px){
    .list-bookmakers-item-bonus, .list-bookmakers-item-deposit, .list-bookmakers-item-rating{
        -webkit-flex-basis: 2rem;
        -ms-flex-preferred-size: 2rem;
        flex-basis: 2rem
    }
}

@media (min-width: 1200px) {
    .list-bookmakers-item-btns .btn {
        font-size: 14px;
        padding: 10px;
    }
    .list-bookmakers-item-btns .btn.collapsed {
        font-size: 1.15rem;
        padding: 6px 12px;
    }
}



/* Bookmakers on main page */

.text-grey{
    color: gray;
}

.bk_list_main .list-bookmakers-item, .list-bookmakers.new_bk-list {
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px
}
.list-bookmakers-item.border_item_bk{
    position: relative;
    flex-wrap: wrap;
    
}



.list-bookmakers-item.border_item_bk .label_bk{
    border-radius: .22222rem;
    padding: .11111rem .44444rem;
    position: absolute;
    top: 0.4rem;
    left: -0.5rem;
    font-size: .66667rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    line-height: .77778rem;
    z-index: 100;
}


.bk-properties{
    display: flex;
    background: #F5F9FD;
    border-radius: 5px;
    flex-basis: 70%;
}

.bk-properties .bk-property{
    display: flex;
    padding: 8px;
}

.bk-properties .bk-prop-up, .bk-properties .bk-prop-down{
    display: flex;
    flex-direction: row;
    flex-basis: 50%;
}

.bk-properties .bk-prop-down{
    border-left: 1px solid #f1e7e7;
}

@media (max-width: 426px) {
    .bk_list_main .bk-properties .bk-prop-up, .bk_list_main .bk-properties .bk-prop-down{
        flex-direction: column;
    }
    .list-bookmakers.new_bk-list .bk-properties .bk-prop-up, .list-bookmakers.new_bk-list .bk-properties .bk-prop-down{
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    
    /*.list-bookmakers.new_bk-list .bk-properties .bk-prop-up, .list-bookmakers.new_bk-list .bk-properties .bk-prop-down{
        flex-direction: column;
    }*/
}



.bk-properties .bk-property img{
    width: 22px;
}

.bk-properties .bk-property.bk-deposit img{
    width: 30px;
}

.bk-properties .bk-property:not(:first-child){
    border-left: 1px solid #f1e7e7;
}


.bk-properties .bk-type.bk-property{
    flex-basis: 30%;
    justify-content: center;
    min-width: 1rem;

}

.bk-properties .bk-bonus.bk-property{
    justify-content: center;
    flex-grow: 1;
}

.bk-properties .bk-payments.bk-property{
    justify-content: center;
    flex-grow: 1;
}

.bk-properties .bk-deposit.bk-property{
    flex-basis: 30%;
    justify-content: center;
}

.list-bookmakers.new_bk-list.short-bk .bk-properties .bk-deposit.bk-property{
    flex-basis: initial;
    justify-content: center;
    min-width: auto;
}

.bk-properties .bk-type.bk-property span{
    padding: 0.5rem 0.3rem;
}


@media (max-width: 767px) {
    
    .bk-properties .bk-type.bk-property{
    
    }
    
    .bk-properties .bk-bonus.bk-property{
    
    }
    
}





.bk-properties .bk-property .property-ico{
    flex-shrink: 0;
    margin-right: 10px;
    padding-top: 0.5rem;
}

.bk-properties .bk-deposit.bk-property .property-ico{
    padding-top: 0.3rem;
}


.bk-properties .bk-property .property-desc{
    color: #000;
    font-weight: 500;
}
.bk-properties .bk-property .property-desc b{
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.16667;
    color: #000;
    /*color: #797979;*/
}

.bk_list_main .list-bookmakers-item.info, .list-bookmakers.new_bk-list .list-bookmakers-item.info{
    flex-basis: 73%;
}


.bk_list_main .list-bookmakers-full, .list-bookmakers.new_bk-list .list-bookmakers-full{
    background: #fff;
    padding: 1rem;
}

@media (min-width: 765px) {
    .bk_list_main .list-bookmakers-item > div, .list-bookmakers.new_bk-list .list-bookmakers-item > div {
        padding: 0;
    }
    
    .bk_list_main .list-bookmakers-item-name, .list-bookmakers.new_bk-list .list-bookmakers-item-name{
        margin-right: 1rem;
    }
    .bk_list_main .list-bookmakers-item-rating, .list-bookmakers.new_bk-list .list-bookmakers-item-rating {
        min-width: 4rem;
        text-align: start;
    }
    .list-bookmakers.new_bk-list.short-bk .list-bookmakers-item-rating{
        min-width: auto;
        flex-basis: auto;
    }
    
    
    
}

@media (max-width: 768px){
    .bk_list_main .list-bookmakers-item.border_item_bk .info,
    {
        flex-wrap: wrap;
        /*font-size: smaller;*/
    }
    
    .list-bookmakers.new_bk-list .list-bookmakers-item.border_item_bk .info{
        flex-wrap: wrap;
        font-size: ;
    }
    
    .list-bookmakers-item-name, .list-bookmakers-item-rating{
        flex-grow: 0;
    }
    
    .list-bookmakers.new_bk-list.short-bk .bk-properties .bk-type.bk-property{
        
    }
    .list-bookmakers.new_bk-list.short-bk .bk-properties{
        flex-basis: 80%;
    }
    .list-bookmakers.new_bk-list.short-bk .bk-properties .bk-type.bk-property span{
        padding: 0.5rem 0.1rem;
    }
}




@media (max-width: 1400px) {
    .bk_list_main .list-bookmakers-item-name, .list-bookmakers.new_bk-list .list-bookmakers-item-name{
        margin-right: 0;
    }
    .bk_list_main .list-bookmakers-item.border_item_bk .info,
    .list-bookmakers.new_bk-list .list-bookmakers-item.border_item_bk .info{
        /*flex-basis: 100%;
        justify-content: center;
        flex-wrap: wrap;*/
        flex-basis: 76%;
    }
    .list-bookmakers.new_bk-list .list-bookmakers-item.border_item_bk .info{
        flex-grow: 1;
    }
}

@media (max-width: 993px) {
    .bk_list_main .list-bookmakers-item.border_item_bk .info,
    .list-bookmakers.new_bk-list .list-bookmakers-item.border_item_bk .info{
        flex-basis: 100%;
    }
}

@media (max-width: 1200px){
    .bk_list_main .list-bookmakers-item-btns .btn,
    .list-bookmakers.new_bk-list .list-bookmakers-item-btns .btn{
        font-size: 1rem;
        padding: 0.3rem;
    }
}


@media (max-width: 766px){
    .bk_list_main .list-bookmakers-item .bk-properties,
    .list-bookmakers.new_bk-list .list-bookmakers-item .bk-properties{
        flex-basis: 100%;
        display: flex;
    }
    
    .list-bookmakers.new_bk-list .list-bookmakers-item .bk-properties{
        flex-direction: column;
        align-items: normal;
    }
    
    .bk_list_main .list-bookmakers-item-btns .btn, .list-bookmakers.new_bk-list .list-bookmakers-item-btns .btn{
        font-size: 1rem;
        padding: 0.3rem;
    }
}

.list-bookmakers.new_bk-list .list-bookmakers-item.border_item_bk{
    flex-wrap: wrap;
    
}

.list-bookmakers.new_bk-list .list-bookmakers-item.info{
    flex-basis: 75%;
    /*flex-basis: 80%;*/
    justify-content: center;
}

.list-bookmakers.new_bk-list .list-bookmakers-item-btns{

}



.list-bookmakers.new_bk-list .list-bookmakers-item-name{
    margin-right: 0;
}

/*.list-bookmakers-item > div {
    flex-basis: unset;
}*/
@media (min-width: 1000px){
    .bk_list_main .list-bookmakers-item > div, .list-bookmakers.new_bk-list .list-bookmakers-item > div {
        flex-grow: 1;
    }
}


@media (max-width: 996px){
    .list-bookmakers-item.list-bookmakers-header{
        flex-wrap: wrap;
    }
    
    .list-bookmakers-item > div{
        /*font-size: 15px;
        height: 45px;
        display: flex;*/
        align-items: center;
    }
}

@media (max-width: 767px){
    [class="list-bookmakers-item"]{
        display: block!important;
    }
    [class="list-bookmakers-item"] > .list-bookmakers-item-btns{
        display:flex;
    }
    [class="list-bookmakers-item"] > div{
        display:inline-block;
    }
    [class="list-bookmakers-item info"] > div{
        /*display:inline-block;*/
    }
    .list-bookmakers-item-name img{
        display: inline!important;
    }
    .list-apps-item{
        display: block!important;
        padding: 10px 0!important;
    }
    .list-apps-item > .list-apps-item-index{
        display:none;
    }
    .list-apps-item > .list-apps-item-image{
        display:none;
    }
    .list-apps-item > .list-apps-item-btns{
        display:flex;
        justify-content: center;
        margin-top: 10px;
    }
    .list-apps-item > div{
        display:inline-block;
    }
    .list-apps-header .list-apps-item-btns{
        display: none!important;
    }
}
@media (max-width: 360px){
    .list-bookmakers-item>div {
        font-size: 13px;
    }
}

/***************************************/
/* Last style */
.list-bookmakers.new_bk-list{

}




.age-limit-container{
    display: flex;
    justify-content: end;
    padding-right: 3.5rem;
    padding-bottom: 2rem;
}
.age-limit-container .label-block{
    width: 8rem;
    display: flex;
    flex-direction: row;
    gap: 8px;
}



.age-limit-container .label-block .text{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
}

@media (max-width: 1400px){
    .age-limit-container .label-block .text{
        font-size: x-small;
    
    }
    .age-limit-container .label-block .sign-icon img{
        width: 30px;
    }
    .age-limit-container{
        padding-right: 0.8rem;
        padding-bottom: 1rem;
        padding-top: 2rem;
    }
    .bg_top{
        padding: 0 0 175px 0;
        position: relative;
    }
}

/***************************************/


.section-bookmaker-card {
    min-height: 300px;
    background-position: top center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.section-bookmaker-card .h1, .section-bookmaker-card h1 {
    color: #fff;
    margin: 0 0 20px
}

.section-bookmaker-card-property {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    margin: 0 0 10px
}

.section-bookmaker-card-property ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.section-bookmaker-card-property ul li {
    margin: 0 0 10px
}

.section-bookmaker-card-property ul li svg {
    margin: 0 10px 0 0
}

.section-bookmaker-card-advantage {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    margin: 0 0 20px
}

.section-bookmaker-card-advantage ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.section-bookmaker-card-advantage ul li {
    position: relative;
    padding: 0 0 0 33px;
    margin: 0 0 10px
}

.section-bookmaker-card-advantage ul li:before {
    position: absolute;
    content: "";
    width: 23px;
    height: 22px;
    left: 0;
    top: 0;
    background-image: url(../img/list.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 23px 23px;
    -o-background-size: 23px;
    background-size: 23px
}

.section-bookmaker-card-btns {
    text-align: center
}

.section-bookmaker-card-btns .btn-lg {
    width: 100%;
    margin: 0 0 10px
}

.section-bookmaker-card-btns .btn-link {
    position: relative;
    margin: 0 0 10px
}

.section-bookmaker-card-btns .btn-link:hover span {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px)
}

.section-bookmaker-card-btns .btn-link svg {
    margin: 0 5px 0 0
}

.section-bookmaker-card-btns .btn-link span {
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

@media (min-width: 1200px) {
    .section-bookmaker-card-property {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .section-bookmaker-card-property ul {
        display: block;
        width: 50%
    }

    .section-bookmaker-card-btns {
        text-align: left
    }

    .section-bookmaker-card-btns .btn-lg {
        width: auto;
        margin: 0 10px 0 0
    }

    .section-bookmaker-card-btns .btn-link {
        margin: 0
    }
}

.section-bookmaker-apps {
    background: url(../img/section-bookmaker-apps-bg.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.section-bookmaker-apps .text.content .h1, .section-bookmaker-apps .text.content h1 {
    color: #fff;
    margin: 30px 0
}

.section-bookmaker-apps .tab-content {
    padding: 20px 0 0
}

.section-bookmaker-apps .tab-content ul {
    padding: 0;
    margin: 0 0 20px;
    list-style: none
}

.section-bookmaker-apps .tab-content ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    margin: 0 0 5px
}

.section-bookmaker-apps .tab-content ul li img {
    width: auto;
    height: 18px
}

.section-bookmaker-apps-image {
    display: none
}

.list-bookmaker-info-item {
    margin: 30px 0 0
}

.list-bookmaker-info-item:first-child {
    margin: 0
}

.list-bookmaker-info-item h2 {
    margin: 0 0 15px
}

.section-bookmaker-applications {
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
    color: #000
}

@media (min-width: 1200px) {
    .section-bookmaker-apps-image {
        position: relative;
        display: block;
        min-height: 421px;
        background: url(../img/section-bookmaker-apps-image.png) 100% 0 no-repeat;
        overflow: hidden
    }

    .section-bookmaker-apps-image img {
        position: absolute;
        display: block;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto
    }

    .section-bookmaker-applications {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px
    }
}

.section-bookmaker-company-advantage {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #8f99a4;
    margin: 0 0 30px
}

.section-bookmaker-company-advantage ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none
}

.section-bookmaker-company-advantage ul li {
    position: relative;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 20px 0 30px;
    margin: 0 0 10px
}

.section-bookmaker-company-advantage ul li.double {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.section-bookmaker-company-advantage ul li span {
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    color: #8f99a4
}

.section-bookmaker-company-advantage ul li:before {
    position: absolute;
    content: "";
    width: 23px;
    height: 22px;
    left: 0;
    top: 10px;
    background-image: url(../img/list.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 23px 23px;
    -o-background-size: 23px;
    background-size: 23px
}


.section-bookmaker-company-advantage ul li a{
    color: #8f99a4;
}

.section-bookmaker-company-advantage ul li a:hover{
    color: #fa4f00;
}


.section-bookmaker-company-card {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #2a2c36;
    overflow: hidden;
    background: #F0F6FB;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 20px;
    margin: 0 0 10px;
    height: 34rem;
   position: relative;
}
.section-bookmaker-company-card.unfold {
    height: auto;
}

.section-bookmaker-company-card .load-more-wrapper{
    display: block;
    position: absolute;
    bottom: 0;
    width: 85%;
}

.section-bookmaker-company-card .load-more-wrapper button{
    border: 1px solid #fa4f0040;
    border-radius: 4px;
    color: #fa4f00;
    background: #f0f6fb;
    width: 100%;
}


.bookmaker-company-card-container{
    column-count: 2;
    column-gap: 20%;
}

.contact_info{
}

.section-bookmaker-company-card-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #2a2c36;
    text-align: center;
    padding: 20px 0;
    min-height: 8rem;
}

.section-bookmaker-company-card-image {
    position: relative;
    min-height: 370px;
    text-align: center;
    padding: 0 10px
}

.section-bookmaker-company-card-image img {
    max-width: 100%;
    height: auto;
    max-height: 280px;
    margin: 0 0 10px
}

.section-bookmaker-company-card p {
    margin: 0 0 20px;
}

@media (min-width: 1200px) {
    .section-bookmaker-company-advantage ul li {
        position: relative;
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }

    .section-bookmaker-company-advantage ul li.double {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }

    .section-bookmaker-company-card {
        min-height: 430px;
        margin: 0
    }
}

.section-complaint {
    position: relative;
    background: url(../img/section-complaint-bg.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px 15px;
    margin: 30px 0;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px;
    overflow: hidden
}

.section-complaint:before {
    position: absolute;
    height: 100%;
    width: 90%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #080c16), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, #080c16 40%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(left, #080c16 40%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, #080c16 40%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #080c16 40%, rgba(0, 0, 0, 0) 100%);
    content: ""
}

.section-complaint .text {
    position: relative
}

.section-complaint .text.content {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff
}

.section-complaint .text.content .h2, .section-complaint .text.content h2 {
    color: #fff;
    margin: 0 0 30px
}

.section-complaint .text.content p {
    margin: 0 0 30px
}

.bookmaker-menu {
    margin: 0 0 15px
}

.bookmaker-menu a {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0 0 5px
}

@media (min-width: 1200px) {
    .bookmaker-menu {
        margin: 0 0 15px
    }

    .bookmaker-menu a {
        display: inline-block;
        width: auto;
        margin: 0 2px 0 0
    }
}

.section-home-blog .carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.section-home-blog .carousel-item-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    background: rgba(0, 0, 0, .6);
    padding: 15px
}

.section-home-blog .carousel-indicators {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    top: 0;
    bottom: auto;
    margin: 15px 30px
}

.section-home-blog .carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    background: #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 1
}

.section-home-blog .carousel-indicators [data-bs-target].active {
    background: #fa4f00
}

.section-home-blog .carousel-indicators [data-bs-target] span {
    display: none
}

@media (min-width: 1200px) {
    .section-home-blog .carousel-inner {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }

    .section-home-blog .carousel-indicators {
        position: relative;
        top: auto;
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #fff;
        margin: 0
    }

    .section-home-blog .carousel-indicators [data-bs-target] {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        height: auto;
        font-size: 14px;
        line-height: 17px;
        text-align: start;
        text-indent: 0;
        color: #000;
        background: 0 0;
        padding: 0 15px;
        margin: 0;
        border: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .section-home-blog .carousel-indicators [data-bs-target]:after {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: #F1F2F2;
        content: ""
    }

    .section-home-blog .carousel-indicators [data-bs-target]:first-child:after {
        display: none
    }

    .section-home-blog .carousel-indicators [data-bs-target] span {
        display: inline
    }

    .section-home-blog .carousel-indicators [data-bs-target].active {
        background: #F1F2F2
    }

    .section-home-blog .carousel-indicators [data-bs-target].active:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 4px;
        background: #fa4f00;
        content: ""
    }
}

.list-blog-item, .list-forecasters {
    background: #fff;
    -webkit-border-radius: 5px
}

.list-blog-item {
    border-radius: 5px;
    padding: 0 15px;
    margin: 15px 0 0
}

.list-blog-item:first-child {
    margin: 0
}

.list-blog-item-title a {
    display: block;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    color: #2a2c36;
    padding: 15px 0
}

.list-forecasters, .list-forecasts {
    display: -moz-box;
    display: -ms-flexbox
}

.list-blog-item-publishedon {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: #8f99a4
}

.list-blog-item-introtext {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #8f99a4;
    padding: 0 0 15px
}

.list-blog-item-btns {
    text-align: right;
    padding: 0 0 15px
}

.list-forecasters {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px
}

.list-forecasters-title {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #131313;
    border-bottom: 1px solid #F1F2F2;
    padding: 15px;
}

.list-forecasters-item {
    -webkit-flex-basis: 85px;
    -ms-flex-preferred-size: 85px;
    flex-basis: 85px;
    margin: 15px
}

.list-forecasters-item-photo {
    width: 85px;
    height: 85px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 10px
}

.list-forecasters-item-photo img {
    display: block;
    width: 100%;
    height: auto
}

.list-forecasters-item-fullname {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #131313;
    text-align: center
}

.list-forecasters-slogan {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.list-forecasters-btns {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    padding: 15px
}

.list-forecasters-btns a {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    color: #fa4f00;
    border-bottom: 1px dotted #fff;
    transition: .3s
}

.list-forecasters-btns a:hover {
    border-bottom: 1px dotted #fa4f00
}

.list-forecasters-content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    padding: 15px
}

.nav-forecasts {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav-forecasts .nav-item {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%
}

.nav-forecasts .nav-link {
    position: relative;
    width: 100%;
    min-height: 100px;
    font-size: 14px;
    line-height: 14px;
    color: #7F8FA4;
    text-align: center;
    background: #EAECF0;
    border: 2px solid #EAECF0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 70px 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.nav-forecasts .nav-link:hover {
    border: 2px solid #fa4f00
}

.nav-forecasts .nav-link.active {
    background: #fff;
    border: 2px solid #fa4f00
}

.nav-forecasts .nav-link.active:after {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: -16px;
    left: -webkit-calc(50% - 16px);
    left: -moz-calc(50% - 16px);
    left: calc(50% - 16px);
    background: url(../img/nav-forecasts-active.svg) 50% 50% no-repeat;
    content: ""
}

.nav-forecasts .nav-link img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.nav-forecasts .nav-link span {
    display: none
}

@media (min-width: 1200px) {
    .nav-forecasts .nav-link span {
        display: inline
    }
}

.list-forecasts {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px
}

.list-forecasts-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    margin: 15px
}

.list-forecasts-item-team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-forecasts-item-team-logo {
    -webkit-flex-basis: 40px;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.list-forecasts-item-team-logo img {
    display: block;
    width: 100%;
    height: auto
}

.list-forecasts-item-team-name {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px
}

.list-forecasts-item-team-name b {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #222F4D
}

.list-forecasts-item-team-name span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #ADB6CB
}

.list-forecasts-item-team-coefficient {
    -webkit-flex-basis: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 0 10px 10px;
    border-left: 2px solid #F0F6FB
}

.list-forecasts-item-team-coefficient b {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #222F4D
}

.list-forecasts-item-team-coefficient span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #ADB6CB
}

.list-forecasts-item-date {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 12px;
    line-height: 12px;
    color: #ADB6CB;
    text-align: center;
    padding: 15px 0;
    border-bottom: 2px solid #F2F6FC
}

.list-forecasts-item-title {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #222F4D;
    padding: 15px
}

.list-forecasts-item-btns {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 15px
}

@media (min-width: 1200px) {
    .list-forecasts-item {
        -webkit-flex-basis: 255px;
        -ms-flex-preferred-size: 255px;
        flex-basis: 255px
    }
}

@media (min-width: 1400px) {
    .list-forecasts-item {
        -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px
    }
}

.section-forecast-card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #232A3F;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 50px 0 0
}

.section-forecast-card-header-team {
    -webkit-flex-basis: 88px;
    -ms-flex-preferred-size: 88px;
    flex-basis: 88px;
    margin: 0 10px
}

.section-forecast-card-header-team-logo img {
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto
}

.section-forecast-card-header-team-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin: 16px 0 0
}

.section-forecast-card-header-date {
    -webkit-flex-basis: 88px;
    -ms-flex-preferred-size: 88px;
    flex-basis: 88px;
    margin: 0 10px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, .6);
    text-align: center
}

.section-forecast-card-header-date b {
    display: block;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    color: #FFF
}

.section-forecast-card-body {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #232A3F;
    padding: 20px 0 130px
}

.section-forecast-card-body-coefficient {
    -webkit-flex-basis: 88px;
    -ms-flex-preferred-size: 88px;
    flex-basis: 88px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin: 0 10px
}

.section-forecast-card-body-coefficient span {
    color: rgba(255, 255, 255, .6)
}

.section-forecast-card-body-other {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 40%;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px
}

.section-forecast-card-body-other:nth-child(4) {
    top: 64px;
    left: 5%
}

.section-forecast-card-body-other:nth-child(5) {
    top: 64px;
    right: 5%
}

.section-forecast-card-body-other:nth-child(6) {
    top: 114px;
    left: 5%
}

.section-forecast-card-body-other:nth-child(7) {
    top: 114px;
    right: 5%
}

.section-forecast-card-body-other:nth-child(8) {
    top: 164px;
    left: 5%
}

.section-forecast-card-body-other:nth-child(9) {
    top: 164px;
    right: 5%
}

.section-forecast-card-body-other-title {
    min-width: 30px;
    font-size: 12px;
    line-height: 34px;
    color: rgba(255, 255, 255, .4);
    text-align: center
}

.section-forecast-card-body-other-number {
    min-width: 50px;
    font-size: 12px;
    font-weight: 600;
    line-height: 34px;
    color: #FFF;
    text-align: center;
    padding: 0 10px
}

.section-forecast-card-body-other-icon img {
    display: block;
    width: 34px;
    height: 34px
}

.section-forecast-card-footer {
    background: #232A3F;
    border-top: 1px solid #E6E6E6;
    padding: 50px 0
}

.section-forecast-card-footer-bonus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-forecast-card-footer-bonus-icon {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 10px
}

.section-forecast-card-footer-bonus-icon img {
    display: block;
    margin: 0 auto
}

.section-forecast-card-footer-bonus-title {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 10px
}

.section-forecast-card-footer-bonus-title span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    background: #F0F6FB;
    text-align: center;
    padding: 10px
}

.section-forecast-card-footer-bonus-title div {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    background: #FFC225;
    text-align: center;
    padding: 10px
}

.section-forecast-card-footer-bonus-btns {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 10px
}

.section-forecast-card-footer-bonus-btns a {
    display: block;
    width: 100%
}

.lang_list_footer_btn_container{
    margin-top: 1.5rem;
}

.lang_list_footer_btn_container .lang-list-wrapper{
    bottom: 7.5rem;
}


@media (min-width: 1200px) {
    .section-forecast-card-header-team {
        -webkit-flex-basis: 140px;
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
        margin: 0 30px
    }

    .section-forecast-card-header-team-name {
        font-size: 18px
    }

    .section-forecast-card-header-date {
        -webkit-flex-basis: 140px;
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
        margin: 0 30px
    }

    .section-forecast-card-body {
        padding: 20px 0
    }

    .section-forecast-card-body-coefficient {
        -webkit-flex-basis: 140px;
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
        margin: 0 30px
    }

    .section-forecast-card-body-other {
        width: auto
    }

    .section-forecast-card-body-other:nth-child(4) {
        top: -100px;
        left: 20px
    }

    .section-forecast-card-body-other:nth-child(5) {
        top: -100px;
        right: 20px
    }

    .section-forecast-card-body-other:nth-child(6) {
        top: -46px;
        left: 20px
    }

    .section-forecast-card-body-other:nth-child(7) {
        top: -46px;
        right: 20px
    }

    .section-forecast-card-body-other:nth-child(8) {
        top: 8px;
        left: 20px
    }

    .section-forecast-card-body-other:nth-child(9) {
        top: 8px;
        right: 20px
    }

    .section-forecast-card-footer-bonus-btns, .section-forecast-card-footer-bonus-icon, .section-forecast-card-footer-bonus-title {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    
}


@media (min-width: 375px) {
    
    .lang_list_footer_btn_container .lang-list-wrapper{
        bottom: 7.5rem;
    }
}

.list-foreast-history {
    background: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 0
}

.list-foreast-history-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #414141;
    background: #F0F6FB;
    text-align: center;
    padding: 5px 0
}

.form-comments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.form-comments-title {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #131313;
    border-bottom: 1px solid #F1F2F2;
    padding: 15px
}

.form-comments-body {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 15px
}

.list-comments-item {
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    margin: 5px 0 0
}

.list-comments-item-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    margin: 0 0 10px
}

.list-comments-item-publishedon {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: #8f99a4
}

.list-comments-item-introtext {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #8f99a4
}

.section-contacts, .section-page {
    background: #fff;
    padding: 30px 0
}

.footer {
    position: relative;
    background: #003266;
    padding: 20px 0
}

.footer::before {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 100%;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#fa4f00), to(#e2133a));
    background: -webkit-linear-gradient(left, #fa4f00 0, #e2133a 100%);
    background: -moz-linear-gradient(left, #fa4f00 0, #e2133a 100%);
    background: -o-linear-gradient(left, #fa4f00 0, #e2133a 100%);
    background: linear-gradient(to right, #fa4f00 0, #e2133a 100%)
}

.footer-logo {
    display: block
}

.footer-logo img {
    display: block;
    width: auto;
    height: 40px;
    margin: auto
}

.footer-menu {
    display: none
}

.footer .confirm18, .footer .copyright {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    padding: 0 20px;
    margin: 20px 0 0
}

@media (min-width: 1200px) {
    .footer-logo img {
        margin: 0
    }

    .footer-menu {
        display: block
    }

    .footer-menu ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none
    }

    .footer-menu ul li {
        position: relative;
        display: block
    }

    .footer-menu ul li:hover a {
        color: #fff
    }

    .footer-menu ul li a {
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #ffffff;
        padding: 10px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -moz-transition: .5s;
        transition: .5s
    }

    .footer .copyright {
        text-align: left;
        padding: 0
    }

    .footer .confirm18 {
        text-align: right;
        padding: 0
    }
}

.pages_posts_footer > div{
    /*margin-right: 50px;*/
}

.pages_posts_footer .h_footer_items{
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: #ffffff;
    
    margin-bottom: 5px;

    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.pages_posts_footer ul{
    padding-left: 0;

}

.pages_posts_footer ul li{
    list-style: none;
}

.pages_posts_footer ul li a{
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #ffffff;
    padding-top: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.pages_posts_footer ul li:hover a{
    color: #fa4f00;
}

@media (max-width: 1200px) {
    
    .pages_posts_footer {
        margin-top: 2rem;
    }

}

@media (max-width: 768px){
    
    .pages_posts_footer{
        width: 100%;
    }
    
    .pages_posts_footer > div:nth-child(1){
        width: 38%;
    }
    .pages_posts_footer > div:nth-child(2){
        width: 34%;
    }
    
    .pages_posts_footer > div:nth-child(3){
        width: 28%;
    }
    
    .pages_posts_footer > div:nth-child(4){
        margin-top: 1rem;
        width: 100%;
        
    }
    .pages_posts_footer > div:nth-child(4) > div{
        margin: auto 40%;
        width: 34%;
    }
    .pages_posts_footer > div:nth-child(4) > ul{
        margin: auto 40%;
        width: 34%;
    }
    
    
}

@media (max-width: 720px){
    .pages_posts_footer{
        width: 100%;
    }
}

@media (max-width: 426px){
    
    .row.pages_posts_footer{
        width: 105%;
    }
    
    .pages_posts_footer > div:nth-child(1){
        width: 52%;
    }
    .pages_posts_footer > div:nth-child(2){
        width: 47%;
    }
    
    .pages_posts_footer > div:nth-child(3){
        width: 52%;
    }
    .pages_posts_footer > div:nth-child(4){
        width: 48%;
        margin-top: 0;
    }
    .pages_posts_footer > div:nth-child(4) > div{
        margin: auto;
        width: auto;
    }
    .pages_posts_footer > div:nth-child(4) > ul{
        margin: auto;
        width: auto;
    }
    
}



.pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}


a.android_custom_svg{
    background: white;
    width: 178px;
    height: 60px;
    border-radius: 0.4rem;
}

/* New design main page */
.section-wrapper.main_page {
    padding: 0 ;
}

.section-wrapper.main_page .container{
    margin-top: 2rem;
    /*margin-bottom: 3rem;*/
}



.bg_top{
    padding: 0 0 145px 0;
    position: relative;
}

@media (min-width: 1400px) {
    .bg_top .wrap{
        width: 630px;
    }
    
    .bk_list_main .wrap{
        width: 1200px;
    }
}

.bg_top .wrap, .bk_list_main .wrap{
    margin: 0 auto;
    text-align: left;
}

.bg_top .wrap .top_cont{
    padding: 100px 0 0 0;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 900px;
}
.bg_top .wrap .top_cont h1{
    color: #ffffff;
    font-size: 50px;
    line-height: 55px;
    /* text-transform: capitalize; */
    text-align: center;
    margin: 0 0 26px 0;

}
.bg_top .top_cont .top-cont-text {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
.bk_list_main{
    position: relative;
    z-index: 9;
    margin: -190px 0 0 0;
    padding: 0 0 1px 0;
    min-height: 180px;
}

.container-btn-up-bk{
    display: flex;
    justify-content: space-around;
    width: 55%;
    margin: auto;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.container-btn-up-bk a{
    flex-basis: 45%;
}

@media (max-width: 992px){
    .container-btn-up-bk{
        justify-content: center;
        width: auto;
    }
    .container-btn-up-bk a{
        flex-basis: auto;
    }
    
}

.wpDataTables .wpdt-link-content{

}

.wpDataTables .wpdt-link-content button{

}

.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable td.wpdt-cell a[data-link-content="wpdt-link-content"] button.action-wpdata-tables{
    padding: 0.8rem 2rem;
    background-color: #fa4f00;
}

.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable td.wpdt-cell a[data-link-content="wpdt-link-content"] button.action-wpdata-tables:hover{
    background-color: #006bd9;
}


.btn-container-custom-blue{
    display: flex;
}
.btn-container-custom-blue.center{
    justify-content: center;
}
.btn-container-custom-blue.short > a, .btn-container-custom-blue.center > a{
    flex-basis: content;
}

.btn{
    font-weight: 900;
    
}
.btn.btn-outline-primary{
    --bs-btn-color: #fa4f00;
}
.btn.btn-primary{
    --bs-btn-bg: #fa4f00;
}
