@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900&display=swap);

/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

body {
    background: #e6e7e9 !important;
    color: #282626;
    font-family: Nunito, sans-serif
}

body * {
    box-sizing: border-box;
    font-style: normal
}

a,
a:active,
a:hover {
    text-decoration: none
}

@media (min-width:980px) {
    .content-wrapper {
        max-width: 980px;
        margin: 0 auto
    }
}

.text_align_left {
    text-align: left
}

.text_align_right {
    text-align: right
}

.text_color_white {
    color: #fff
}

.button {
    background: #F22361;
    display: flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    align-items: center;
    justify-content: center;
    height: 48px;
    min-width: 150px;
    border: 0;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: .4s cubic-bezier(.25, .8, .25, 1);
    outline: none;
    color: #fff !important
}

.button:hover {
    background: #F22361
}

.button:active {
    background: #F22361
}

.scroll {
    position: fixed;
    height: 50px;
    width: 50px;
    box-shadow: 0 4px 10px rgba(107, 91, 237, .25);
    border: 1px solid rgba(107, 91, 237, .25);
    border-radius: 100em;
    bottom: 32px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: calc(50% - 25px);
    transition: .4s cubic-bezier(.25, .8, .25, 1);
    outline: none;
    opacity: 0;
    visibility: hidden
}

@media (min-width:980px) {
    .scroll {
        display: none
    }
}

.scroll_visible {
    visibility: visible;
    opacity: 1
}

.scroll:hover {
    border-color: #031e77
}

.header {
    display: none;
    background: #031e77
}

@media (min-width:980px) {
    .header {
        display: block
    }
}

@media (min-width:980px) {
    .header__wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /*padding:0 54px*/
        padding: 10px 0px;
    }
}

.nav {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.nav__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 16px 32px;
    cursor: pointer;
    transition: .4s cubic-bezier(.25, .8, .25, 1);
    position: relative
}

.nav__item:not(:last-child) {
    margin-right: 16px
}

.nav__item:not(:first-of-type):before {
    content: "";
    display: block;
    height: 16px;
    width: 2px;
    border-radius: 99px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: .4s cubic-bezier(.25, .8, .25, 1)
}

.nav__item a {
    color: #fff;
    transition: .4s cubic-bezier(.25, .8, .25, 1);
    font-weight: 700
}

.nav__item:hover a:after {
    content: "";
    display: block;
    position: absolute;
    width: 45%;
    margin: 5px auto 0px auto;
    border-bottom: 3px solid #F22361;
}

.nav__item__active a:after {
    content: "";
    display: block;
    position: absolute;
    width: 45%;
    margin: 5px auto 0px auto;
    border-bottom: 3px solid #F22361;
}


/*
.nav__item_active a {
    color: #282626
}

.nav__item:hover {
    background: #70d73d
}

.nav__item:hover:before {
    opacity: 0
}
.nav__item:hover a {
    color: #282626
}
.nav__item:active {
    background: #8fe067
}
.nav__item:active:before {
    opacity: 0
}
.nav__item:active a {
    color: #282626
}
*/

.mobile-header {
    background: #031e77;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    /*position: fixed;*/
    position: absolute;
    flex-flow: row wrap;
    width: 100%;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #dedbf6
}

@media (min-width:980px) {
    .mobile-header {
        display: none
    }
}

.mobile-header__logo {
    cursor: pointer
}

.mobile-header__button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    outline: none
}

.mobile-header__burger {
    display: none
}

.mobile-header__burger_visible {
    display: block
}

.mobile-navigation {
    list-style-type: none;
    z-index: 100;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    opacity: 0;
    transition: max-height .5s cubic-bezier(0, 1, 0, 1), padding-top .2s ease-in-out, opacity .2s ease-in-out;
    width: 100%;
    background: #031e77;
    margin: 0;
    position: relative
}

.mobile-navigation_open {
    padding: 24px 0;
    max-height: 1000px;
    opacity: 1;
    transition: max-height .5s ease-in-out, padding-top .2s ease-in-out;
    left: 0
}

.mobile-navigation__item {
    margin-top: 24px
}

.mobile-navigation__link {
    font-size: 20px;
    line-height: 33px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: .4s cubic-bezier(.25, .8, .25, 1)
}

.mobile-navigation__link:hover {
    color: #F22361;
    text-decoration: none
}

.rights {
    visibility: hidden;
    opacity: 0;
    transition: .4s cubic-bezier(.25, .8, .25, 1);
    height: 0
}

@media (min-width:980px) {
    .rights {
        height: auto;
        position: absolute;
        padding: 24px;
        width: 490px;
        background: #fff;
        box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
        border-radius: 4px;
        z-index: 2;
        color: #282626;
        right: 50px;
        top: 225px
    }
    .rights_visible {
        visibility: visible;
        opacity: 1
    }
    .rights__close {
        position: absolute;
        top: 16px;
        right: 16px;
        cursor: pointer
    }
    .rights__title {
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 33px;
        font-weight: 700;
        text-align: center
    }
    .rights__descr {
        font-weight: 600;
        line-height: 150%;
        text-align: center;
        letter-spacing: -.04em
    }
}

.promo {
    /*background: url(../img/Banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    color: #000;
    margin-top: 58px;
    padding: 24px 16px;
    position: relative;*/
}

.promo-wrapper {
    background: url(../img/Banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    color: #000;
    /* margin-top: 58px;*/
    padding: 24px 16px;
    position: relative
}

@media (min-width:980px) {
    .promo {
        /*  padding: 24px 54px;*/
        margin-top: 0
    }
}

.promo__rights {
    display: none
}

@media (min-width:980px) {
    .promo__rights {
        display: block;
        position: absolute;
        right: 32px;
        bottom: 8px;
        font-weight: 700;
        cursor: pointer;
        transition: .4s cubic-bezier(.25, .8, .25, 1);
        font-size: 12px;
        opacity: .5
    }
    .promo__rights:hover {
        opacity: 1
    }
    .promo__rights:active {
        color: #F22361
    }
}

.promo__title {
    color: #000;
    line-height: 22px;
    font-weight: 700;
    font-size: 16px;
    margin: 0
}

@media (min-width:980px) {
    .promo__title {
        font-size: 24px;
        margin-bottom: 24px
    }
}

.promo__list {
    margin: 16px 0 0;
    font-weight: 700;
    font-size: 12px;
    list-style-type: none;
    padding: 0
}

@media (min-width:980px) {
    .promo__list {
        font-size: 16px
    }
}

.promo__item:not(:last-child) {
    margin-bottom: 6px
}

.bookmakers__item {
    padding: 10px 9px;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    background: #fff;
    border-bottom: 1px solid hsla(0, 0%, 87.8%, .5);
    max-width: 980px;
    margin: 0 auto 10px auto;
    align-items: center
}

@media (min-width:980px) {
    .bookmakers__item {
        display: grid;
        grid-template-columns: 1fr 2.5fr 1fr 1fr;
        grid-gap: 72px;
        /*padding: 10px 24px*/
    }
}

.bookmakers__item_primary {
    background: #031e77;
    color: #fff
}

.bookmakers__item_primary:hover {
    background: #031e77 !important;
    color: #fff !important;
}

.bookmakers__item_offer {
    border: 1px solid;
    border-color: #F22361;
    background: #f9e1e9;
    color: #000000
}

.bookmakers__item_offer:hover {
    border: 1px solid;
    border-color: #F22361;
    background: #f9e1e9 !important;
    color: #000000 !important;
}


.bookmakers__item_primary .bookmakers__preview {
    background: transparent !important
}

.bookmakers__item_primary .bookmakers__preview .bookmakers__img {
    border-radius: 10px !important;
}

.bookmakers__item_primary .bookmakers__link {
    color: #fff
}

@media (min-width:980px) {
    .bookmakers__left {
        display: none
    }
}

.bookmakers__button {
    width: 100%
}

@media (min-width:980px) {
    .bookmakers__button {
        width: auto
    }
}

.bookmakers__preview {
    border-radius: 10px;
    /*background: #f9f9f9;*/
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    /* height: 83px;*/
    position: relative;
    width: 100%;
    margin-bottom: 24px
}

@media (min-width:980px) {
    .bookmakers__preview {
        height: 114px;
        margin-bottom: 0;
        padding: 0;
        width: 250px
    }
}

.bookmakers__recommend {
    position: absolute;
    color: #ffcb00;
    font-size: 10px;
    line-height: 130%;
    font-weight: 700;
    margin-top: -30px;
    /*right: -98px*/
}

.bookmakers__recommend_desktop {
    display: none
}

@media (min-width:980px) {
    .bookmakers__recommend_mobile {
        display: none
    }
    .bookmakers__recommend_desktop {
        font-size: 12px;
        display: flex;
        margin-top: -28px;
        /*margin-top: -48px;*/
        /* right: -116px*/
        position: relative;
    }
}

.bookmakers__recommend-icon {
    position: relative;
    top: 18px;
    width: 12px
}

@media (min-width:980px) {
    .bookmakers__recommend-icon {
        top: 8px;
        width: 20px
    }
}

.bookmakers__img {
    /*max-height: 68px*/
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
}

@media (min-width:980px) {
    .bookmakers__img {
        max-height: 100%;
        max-width: 100%
    }
}

@media (min-width:980px) {
    .bookmakers__rank_mobile {
        display: none
    }
}

.bookmakers__rank_desktop {
    display: none
}

@media (min-width:980px) {
    .bookmakers__rank_desktop {
        text-align: left;
        display: flex;
        flex-flow: column;
        justify-content: center
    }
}

.bookmakers__stars {
    position: relative
}

.bookmakers__star:not(:last-child) {
    margin-right: 4.5px
}

.bookmakers__nums {
    margin-top: 6px;
    font-weight: 600
}

@media (min-width:980px) {
    .bookmakers__nums {
        font-size: 24px;
        font-weight: 700
    }
}

.bookmakers__title {
    font-weight: 700;
    /* max-width: 160px*/
}

@media (min-width:980px) {
    .bookmakers__title {
        max-width: unset
    }
}

.bookmakers__descr {
    font-weight: 700;
    /* max-width: 160px*/
}

@media (min-width:980px) {
    .bookmakers__descr {
        max-width: unset;
        position: relative
    }
}

@media (min-width:0px) {
    .bookmakers__descr_desktop {
        font-size: 20px;
        line-height: 130%;
        font-weight: 900
    }
}

.bookmakers__left {
    width: 100%;
}

.bookmakers__right {
    text-align: left;
    line-height: 1.8em;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    position: relative;
    float: left;
}

@media (min-width:980px) {
    .bookmakers__right {
        text-align: left;
        align-items: flex-start;
        justify-content: center
    }
}

.bookmakers__actions {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

@media (min-width:980px) {
    .bookmakers__actions {
        margin-top: 0
    }
}

.bookmakers__link {
    font-weight: 300;
    display: flex;
    align-items: center;
    transition: .4s cubic-bezier(.25, .8, .25, 1);
    margin-top: 10px;
    color: #282626
}

.bookmakers__link:hover {
    color: #F22361
}

.bookmakers__link:active {
    color: #F22361
}

.bookmakers__link-icon {
    margin-left: 6px
}

.footer {
    padding: 32px 16px;
    text-align: center;
    margin-top: 46px
}

@media (min-width:980px) {
    .footer__top {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.footer__descr {
    color: #a2a2a2;
    margin-bottom: 0
}

@media (min-width:980px) {
    .footer__descr {
        max-width: 1034px;
        margin: 0 auto
    }
}

.footer__bottom {
    margin-top: 32px
}

@media (min-width:980px) {
    .footer__bottom {
        display: flex;
        align-items: center;
        max-width: 60%;
        margin: 32px auto 0;
        justify-content: center
    }
}

.footer__age {
    height: 40px;
    width: 40px;
    font-size: 12px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    border-radius: 100em;
    margin: 16px auto
}

@media (min-width:980px) {
    .footer__age {
        margin: 0 78px 0 0
    }
}

.footer__logo {
    margin-bottom: 6px
}

.titles {
    display: none
}

@media (min-width:980px) {
    .titles {
        display: block;
        display: grid;
        grid-template-columns: 184px 272.84px 109.14px 150px;
        grid-gap: 72px;
        padding: 16px 24px;
        max-width: 980px;
        margin: 0 auto
    }
}

.titles__item {
    font-weight: 700;
    text-align: center
}

.article {
    /*margin-top: 48px;*/
    padding: 0 10px;
    text-align: left;
}

@media (min-width:980px) {
    .article {
        padding: 0
    }
}

.article__heading {
    font-size: 24px;
    font-weight: 900;
    line-height: 160%;
    margin: 0
}

.article__text {
    margin: 24px 0
}

.blog {
    margin-top: -5px;
    padding: 32px 16px 0px 16px;
}

@media (min-width:980px) {
    .blog {
        margin-top: -5px;
        padding: 0
    }
}

.blog__title {
    font-weight: 900;
    margin: 0
}

@media (min-width:980px) {
    .blog__title {
        font-size: 40px;
        line-height: 55px
    }
}

.blog__info {
    color: #a1a1a1;
    margin: 24px 0
}

@media (min-width:980px) {
    .blog__info {
        /*font-size: 24px;*/
        line-height: 130%
    }
}

.blog__date {
    margin-right: 44px
}

.blog__img {
    height: auto;
    width: 60%
}

.blog__text {
    text-align: left;
    line-height: 160%;
    margin: 24px 0 0
}


/* thiyag */

.foooter_main {
    float: left;
    margin: 0px;
    padding: 20px 0px;
    width: 100%;
    background: #031e77;
}

.foooter_main ul {
    float: left;
    margin: 0px;
    padding: 0px;
    width: auto;
}

.foooter_main ul li {
    float: left;
    margin: 0px 15px;
    padding: 0px;
    width: 100%;
    ;
    list-style-type: none;
}

.foooter_main ul li a {
    color: #fff;
}

.foooter_main ul li a:hover {
    color: #F22361;
}

.footer_title {
    font-size: 1.2rem !important;
    font-weight: 600;
    color: #fff;
    margin: 0px 0px 5px 0px;
}

.disclosuresection {
    background-color: #f1f1f1;
    padding: 10px;
    text-align: center;
    font-size: 10px;
}

.footer_disclosuresection {
    background-color: #4e4a4a;
    padding: 10px;
    text-align: center;
}

.disclosure_text {
    text-align: center;
    float: left;
    width: 90%;
    margin-right: 5%;
}

.footer__descr {
    color: #fff !important;
}

.logofooter {
    clear: both;
}

.footer_socials {
    float: left !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    list-style-type: none;
}

.footer_socials_item {
    color: #fff;
    font-size: 1.2rem;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.copyright {
    width: 100%;
    text-align: center;
    padding: 15px 0px 0px 0px;
    color: #cdcdcd;
}

.copyright a {
    color: #1d1c1c;
}

.footer-col {
    width: 245px;
    float: left;
    position: relative;
    padding: 5px 0px 0px 15px;
}

.content-container {
    background-color: #fff;
    padding: 10px 10px 10px 10px;
}

.bookmakers__wrapper {
    padding: 0px 10px 0px 10px;
}

.counter_col {
    /*background-color: #70d73d;*/
    background-color: #F22361;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    float: left;
    position: absolute;
    left: -10px;
    top: -10px;
    padding: 4px 0 0 0;
}

.counter_col_hot {
    /*background-color: #70d73d;*/
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    float: left;
    position: absolute;
    left: -5px;
    top: -5px;
    padding: 0px 0 0 0;
}

.submenu {
    background: #f22362;
    display: inline-block;
    text-align: left;
    width: 100%;
}

.subnav {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.subnavcontainer {
    width: 100%;
    float: left;
}

.nav__sub__item {
    color: #fff;
    padding: 8px 32px;
}

.nav__sub__item:hover a:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    margin: 1px auto 0px auto;
    border-bottom: 3px solid #fff !important;
}

.nav__sub__item__active a:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    margin: 1px auto 0px auto;
    border-bottom: 3px solid #fff !important;
}

.nav__item__active__right a:after {
    content: "";
    display: block;
    position: absolute;
    width: 25%;
    margin: 5px auto 0px 80%;
    border-bottom: 3px solid #70d73d;
}

.bookmakers__item:hover {
    background-color: #f5f5f5;
}

.bookmakers__item:hover .counter_col {
    background-color: #031e77;
    color: #fff;
}

.blog-container {
    background: #fff;
    padding: 10px 15px;
}

.btn_arrow {
    float: left;
    padding-left: 6%;
    display: block;
    position: absolute;
}

.vignettes {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: -5px;
}

.vignettes_content {
    width: 33.33%;
    height: 280px;
    position: relative;
    display: inline-block;
    padding: 0px 10px 10px 0px;
    float: left;
}

.vignettes_content:last-child {
    padding: 0px 0px 10px 0px;
}

.vignettes_content .firstrow {
    height: 160px;
    margin-bottom: 10px;
}

.vignettes_content .firstrow .col-left {
    width: 33.33%;
    float: left;
}

.vignettes_content .firstrow .col-left img {
    width: 100%;
    max-height: 150px;
}

.vignettes_content .firstrow .col-right {
    width: 66.66%;
    float: left;
    padding: 0px 0px 0px 10px
}

.vignettes_content .firstrow .col-right h3 {
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin: 0;
}

.vignettes_content .firstrow .col-right p {
    width: 100%;
    text-align: left;
    font-size: 15px;
    margin: 3px 0px;
}

.vignettes_content:last-child .firstrow .col-right p {
    /*  padding-right: 10px;*/
}

.vignettes_content .secondrow {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vignettes_content .secondrow .button {
    width: 50%;
    margin: auto;
    position: relative;
    display: flex;
}

.vignettes_content .secondrow .link {
    font-weight: 300;
    display: flex;
    align-items: center;
    transition: .4s cubic-bezier(.25, .8, .25, 1);
    margin-top: 10px;
    color: #282626;
    margin: auto;
    padding: 10px 0px 0px 5px;
}

.vignettes_content .secondrow .button .btn_arrow {
    margin: 0;
    float: right;
    text-align: end;
    position: absolute;
    display: flex;
    right: 25px;
}

.vignettes_content .secondrow .link:hover {
    color: #F22361
}

@media (min-width:980px) {
    .vignettes_content .secondrow .button .btn_arrow {
        margin: 0;
        float: right;
        text-align: end;
        position: absolute;
        display: flex;
        right: 25px;
    }
}

@media (max-width:970px) {
    .blog__img {
        height: auto;
        width: 100%
    }
    .promo {
        padding-top: 40px
    }
    .promo-wrapper {
        margin: 45px 10px 10px 10px;
        padding: 10px 10px 10px 10px;
    }
    /*.bookmakers__link {
        display: none;
    }*/
    .bookmakers__button {
        padding: 23px 20px 20px 20px;
        height: auto;
        font-size: 20px;
        font-weight: 800;
    }
    .btn_arrow {
        /* float: right;     */
        /* padding: 0 50px; */
        display: block !important;
        position: absolute;
        width: 20%;
        text-align: right;
        /* right: 15%; */
        margin-left: 28%;
        z-index: 1;
    }
    @supports (-webkit-touch-callout: none) {
        /* CSS specific to iOS devices */
        .btn_arrow {
            margin-top: -25px;
            margin-left: 26% !important;
        }
        .modalactions .button .btn_arrow {
            padding-top: 4px !important;
        }
        .vignettes_content .secondrow .button .btn_arrow {
            margin-top: -25px !important;
        }
    }
    .submenu {
        display: none;
    }
    .blog {
        margin-top: 50px;
    }
    .promo__title {
        max-width: 67%;
    }
    .promo__list {
        max-width: 160px;
    }
    .bookmakers__right {
        width: 100%;
    }
    .bookmakers__rank_mobile {
        position: relative;
        display: flex;
    }
    .bookmakers__stars {
        width: 50%;
    }
    .bookmakers__nums {
        margin-top: -3px !important;
        width: 50%;
        text-align: right;
        padding: 0px 10px 20px 0px;
    }
    .bookmakers__item_primary .bookmakers__nums {
        margin-top: -8px !important;
        padding: 0px 10px 20px 0px !important;
    }
    .vignettes_content {
        width: 100%;
        padding: 0px 10px 0px 10px !important;
        margin-bottom: 18px;
    }
    .vignettes_content:last-child {
        margin-bottom: 12px;
    }
    .vignettes_content .firstrow {
        height: 150px;
        margin-bottom: 15px;
    }
    .vignettes_content .firstrow .col-left img {
        max-height: 150px;
    }
    .vignettes_content .secondrow .button {
        width: 100%;
        padding: 23px 20px 20px 20px;
        height: auto;
        font-size: 20px;
        font-weight: 800;
    }
    .modal {
        width: 100% !important;
    }
    .vignettes {
        margin-bottom: 0px !important;
    }
}

.modal {
    background: #031e77;
    color: #fff;
    width: 450px;
    padding: 15px;
}

.modaltext h3 {
    font-size: 24px;
    margin-bottom: 0px;
}

.modaltext p {
    margin-top: 5px;
    font-size: 18px;
}

.modalactions {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.modalactions .link {
    font-weight: 300;
    display: flex;
    align-items: center;
    transition: .4s cubic-bezier(.25, .8, .25, 1);
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
}

.modalactions .button {
    width: 100%;
}

.modalactions .button .btn_arrow {
    display: block !important;
    position: absolute;
    width: 20%;
    text-align: right;
    /* right: 15%; */
    margin-left: 28%;
}

.modal a.close-modal[class*="icon-"] {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 1.7;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    background: #900;
    border: 2px solid #fff;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    -ms-border-radius: 26px;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.blocker {
    z-index: 9999;
}



/*cookies */

#cookieConsent {
    display: none;
    max-width: 1020px;
    margin: auto;
}

.cookieConsent .tc-privacy-banner {
    
}

.cookieConsent .tc-privacy-footer {
    bottom: 0px;
}

.cookieConsent .tc-privacy-banner {
    width: 100%;
    text-align: left;
    /* opacity: 0.9; */
    font-size: 16px;
    background: #fff;
    position: fixed;
    z-index: 999998;
    max-width: 1020px;
    border: 1px solid #e6e7e9;
    border-radius: 5px;
    bottom: 20px;
}

.tc-reset-css {
    border: none;
    background: none;
}

.cookieConsent .tc-privacy-block-button,
.cookieConsent .tc-privacy-block-text {
    vertical-align: middle;
}

.cookieConsent .tc-privacy-block-text {
    width: 85%;
    display: inline-block;
}

.cookieConsent .tc-privacy-text {
    color: #000;
    padding: 10px;
    font-size: 0.75em;
    text-align: left;
    
}
.cookieConsent .tc-privacy-text p{
    padding: 0px 0px 0px 15px;
    margin: 0;
}

.cookieConsent .tc-privacy-block-button {
    width: 14%;
    display: inline-block;
    right: 10px;
}

.cookieConsent .tc-privacy-block-button,
.cookieConsent .tc-privacy-block-text {
    vertical-align: middle;
}

#footer_privacy_button {
    background: #000;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 5px;
}

.cookieConsent .tc-privacy-button:last-child {
    margin: 10px 0px;
}

.cookieConsent .tc-privacy-button {
    float: right;
    margin: 10px 0px 10px 10px;
    display: block;
    cursor: pointer;
    font-size: 0.75em;
    padding: 5px 10px;
}

@media (max-width: 970px){

.cookieConsent .tc-privacy-block-text{
    width: 100%;
}

.cookieConsent .tc-privacy-block-button{
    width: 100%;
    display: inline-block;
    right: 10px;
    margin: auto;
    text-align: center;
}
.cookieConsent .tc-privacy-button{
    display: inline-block;
    float: none;
}
}

/*cookies */