html,
html a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

input {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;

}

ol li {
    position: relative;
    margin-left: 140px;
}

ol li img {
    position: absolute;
    top: 0;
    right: calc(100% + 40px);
    width: 100px;
    object-fit: contain;
}

.h1,
h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.h2,
h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

.h3,
h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.8;
}

hr {
    display: block;
    width: 100%;
    height: 1px;
    margin: 40px 0;

    border: 0;
    background-color: #e5e5e5;
}

.twitter {
    display: none;
}

.no-gutters {
    padding: 0 15px;
}

.policy_title {
    margin: 10px 20px 0 20px;
    color: #344e78;
    font-weight: normal;
    font-size: 24px;
    border-bottom: 1px solid #e0e0e0;
}

.page-global-title {
    color: #444;
    margin-bottom: 10px;
}

.WidgetContent {
    padding-bottom: 10px;
}

.WidgetContent a {
    font-size: 18px;
}

.WidgetContent a:hover {
    text-decoration: underline;
}

.WidgetContent h5 {
    font-size: 18px;
    font-weight: 400;
}

.navigation-posts {
    margin-bottom: 10px;
    font-size: 18px;
}

.post-link {
    color: #444;
}

.post-link:hover {
    color: #444;
}

.post-body {
    margin: 20px 0;
}

.post-body p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
}

.post-author a {
    color: #444;
    text-decoration: underline;
}

.post-item-list {
    margin-top: 10px;
}

.post-meta {
    font-size: 14px;
}

.WidgetHeader {
    text-indent: 20px;
    margin-bottom: 10px;
}

.fa-w-14,
.fa-w-16 {
    margin-right: 10px;
}

#comment-form {
    margin-top: 10px;
}

.form-control {
    line-height: 120%;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

#commentCaptcha {
    display: none;
    justify-content: center;
    align-items: center;
}

label {
    margin-bottom: 0;
    font-size: 20px;
}

#simpleCaptchaValue {
    font-size: 20px;
    padding: 0.375rem 0.75rem;
    line-height: 120%;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

#btnSaveAjax {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 160px;
    padding: 0.5rem;
    background-color: #F7D300;
    border-radius: 8px;
    border: none;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 22px;
}

img {
    width: auto;
    height: auto;
    vertical-align: baseline;
}

.paragraf_text {
    font-size: 1.3em;
    color: #444;
    line-height: 120%;
}

.content_page {
    display: flex;
}

.content_img {
    margin-left: 20px;
}

a {
    color: #0061A3;
}

/* container */
.container {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

/* header */

.header {}

.header_inner {
    height: 80px;
    display: flex;
    justify-content: space-between;

}

.header_item {
    display: flex;
    align-items: flex-end;
}

.header_logo {}

.header_account {
    margin-left: 30px;
    padding-bottom: 14px;
    font-weight: 400;
}

.mobil_acount {
    display: none;
}

.account_name {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 10px;
}

.acount_logout {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-decoration: none;
    color: #0061A3;
}

.account_balance {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 5px;
}

.social {
    width: 100px;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 20px;
    margin-top: 20px;
}

.header_social {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_social_item {}

.header_social_link {
    display: flex;
}

.header_social_img {
    width: 20px;
}

.header_language {
    display: flex;
    align-items: center;
    margin-top: 10px;
    width: 100%;
    justify-content: flex-end;
}

.country {
    border-radius: 2px;
}

.lang_img {
    margin-right: 5px;
}

.lang_choice {
    border: none;
    outline: none;
    cursor: pointer;

    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    padding-right: 10px;
    background: #fff;
}

/*navigation*/
.header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F30000;
    height: 34px;
    border-radius: 10px;
    margin-top: 10px;
}

.nav {
    display: flex;
}

.nav_link {
    padding: 0 25px 0 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;

    text-transform: uppercase;
    text-decoration: none;
    color: #fff;

    border-right: 1px solid #fff;
}

.nav_link:hover {
    color: #fff;
    text-decoration: underline;
}

.account {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 100%;
    background-color: #0061A3;
    border-radius: 10px;
}

.account .nav_link {
    border-right: none;
}

/* nav-toggle*/
.nav-toggle {
    display: none;
    width: 20px;
    padding: 0;

    font-size: 0;
    color: transparent;

    border: 0;
    background: none;
    cursor: pointer;

    position: relative;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.nav-toggle:focus {
    outline: none;
}

.nav-toggle.active .nav-toggle__item {
    background: none;
}

.nav-toggle.active .nav-toggle__item:before {
    transform-origin: left top;
    transform: rotate(40deg);
}

.nav-toggle.active .nav-toggle__item:after {
    transform-origin: left bottom;
    transform: rotate(-40deg);
}

.nav-toggle__item {
    display: block;
    width: 100%;
    height: 2px;

    background-color: #F30000;

    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;

    border-radius: 25px;
    transition: background .2s linear;
}

.nav-toggle__item:before,
.nav-toggle__item:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;

    background-color: #F30000;
    left: 0;
    z-index: 2;

    border-radius: 25px;
    transition: transform .2s linear;
}

.nav-toggle__item:before {
    top: -6px;
}

.nav-toggle__item:after {
    bottom: -6px;
}

.button_back {
    font-size: 22px;
    background: none;
    border: none;
    text-decoration: underline;
    color: #142DB1;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    padding: 0 0 0 30px;
    position: relative;
}

.button_back:before {
    content: "<<";
    display: block;
    position: absolute;
    left: 0;
    top: 0;

}

.button_back:hover {
    cursor: pointer;
}

/*footer*/
.footer {
    margin-bottom: 50px;
    background: url(/assets/images/stars.svg) repeat-x;
}

.footer_inner {
    padding: 136px 0px 0 0;

}

.footer_social {
    display: flex;
    justify-content: space-between;
}

.social_left {
    display: flex;
    align-items: flex-start;
}

.social_text {
    padding-left: 8px;
}

.social_title {
    margin-top: -2px;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #000;
}

.sosial_subtitle {
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    color: #5F5F5F;
}

.social_right {}

.social_link {
    margin-right: 6px;
    text-decoration: none;
}

.social_link:last-child {
    margin-right: 40px;
}

.footer_info {
    display: flex;
    justify-content: space-between;
}

.footer_col {
    display: flex;
    flex-direction: column;
    margin-top: 34px;
    width: 250px;
}

.footer_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 10px;
}

.footer_links {}

.col_links {
    display: flex;
    flex-direction: column;
}

.footer_link {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
    color: #000;
    padding-top: 5px;
}

.home_link {
    display: none;
}

.footer_link:last-child {
    font-weight: bold;
}

.second_col {
    padding-left: 12px;
}

.footer_text {
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    width: 250px;
    margin: 5px 0px 0px -3px;
}

.footer_address {
    font-size: 13px;
    font-weight: 500;
    line-height: 130%;
    width: 250px;
    margin: 3px 0px 0px -3px;
}

.third_col {
    align-items: flex-end;
}

.third_col_group {}

.payment_title {
    padding-right: 15px;
}

.pay_methots {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 152px;
    margin: -6px 15px 23px 0px;
}

.pay_link {
    padding-top: 5px;
}

.security_title {
    padding-right: 25px;
}

.footer_security {
    display: flex;
    width: 152px;
    margin: -4px 16px 0 0;
}

.footer_security .footer_link:first-child {
    margin-right: 10px;
}

.play_instruction {
    padding-top: 60px;
}

.draw_title {
    margin: 25px 0 10px;
    font-size: 1.4em;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
}

.instruction_item .draw_title {
    margin: 0;
    text-align: center;
}

.instruction_inner {
    padding-top: 20px;
    display: flex;
    justify-content: space-around;
}

.instruction_item {
    width: 250px;
    position: relative;
}

.instruction_item:after {
    content: "";
    display: block;
    background: url(blog/en/image.axd?picture=/blog/blue_arrow.png) center no-repeat;
    background-size: contain;
    width: 70px;
    height: 40px;

    position: absolute;
    bottom: 30px;
    right: -90px;
    z-index: 2;
}

.instruction_item:last-child:after {
    display: none;
}

.instruction_img {
    width: 100%;
}

.instruction_text {
    font-size: 1.2em;
    line-height: 120%;
    text-align: center;
    margin-top: 5px;
}

.highest_text {
    font-size: 1.4em;
}

.highest_inner {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
}

.highest_item {
    width: 300px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.highest_item_top {
    padding: 10px;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.highest_item_jackpot {
    font-size: 1.8em;
    font-weight: bold;
    color: #444;
}

.highest_item_link {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 100px;
}

.highest_item_bottom {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: linear-gradient(180deg, #004877, #0065a7);
    border-radius: 0 0 5px 5px;
}

.highest_item_img {
    width: 100%;
}

.highest_timer {
    display: flex;
    align-items: center;
}

.highest_timer img {
    width: 26px;
}

.lottery_time {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    padding-left: 4px;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F7D300;
    border-radius: 8px;
}

.tickets_link {
    width: 100px;
    height: 30px;
    background: #f7d300;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.5em;
    color: #444;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: none;
    box-shadow: 0px 2px #a68d00;
}

@media (max-width: 1230px) {

    .footer {
        margin-top: 40px;
    }

    .footer_inner {
        padding-top: 40px;
    }

    .footer_social {
        flex-wrap: wrap;
    }

    .footer_info {
        flex-wrap: wrap;
    }
}

@media (max-width: 1000px) {
    .footer_inner {
        padding: 0;
    }

    .instruction_item {
        width: 190px;
    }

    .instruction_item:after {
        right: -60px;
    }

    .instruction_text {
        font-size: 1em;
    }

}

@media (max-width: 990px) {
    .WidgetHeader {
        text-indent: 0;
        font-size: 2.5rem;
        color: #444;
    }

    .navigation-posts {
        margin-top: 10px;
    }

    .WidgetContent ul {
        padding-left: 20px;
    }

}

@media (max-width: 880px) {

    /*header*/
    .header_inner {
        height: auto;
    }

    .header_item {
        padding-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .header_item:first-child {
        width: 450px;
        justify-content: space-between;
    }

    .social {
        margin: 0;
    }

    .header_logo {
        width: 182px;
    }

    .header_logo img {
        width: 100%;
    }

    .nav-toggle {
        display: block;
    }

    .nav-toggle.active .nav-toggle__item:before,
    .nav-toggle.active .nav-toggle__item:after {
        background-color: #000;
    }

    .mobil_acount {
        display: block;
    }

    .mobil_acount_link {
        display: flex;
    }

    .header_account {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 100%;
    }

    .account_name {
        margin: 0;
    }

    .account_balance {
        margin: 0;
    }

    /*navigation*/
    .header_nav {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        background-color: #fff;
        height: 300px;
        margin: 0;
        position: absolute;
        top: 70px;
        left: 0;
        z-index: 2;
        box-shadow: 0px 10px 10px #eee;
    }

    .nav {
        display: none;
    }

    .nav.active {
        width: 100vw;
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }

    .nav_link {
        font-weight: 600;
        font-size: 20px;
        padding: 10px 25px;
        text-transform: capitalize;
        border: none;
        color: #000;
    }

    .nav_link:hover {
        color: #0061A3;
    }

    .account {
        display: none;
    }

    .account.active {
        width: 343px;
        height: 52px;
        margin: 20px auto;
        display: flex;
        flex-direction: column;
        border-radius: 0;
    }

    .account a {
        color: #fff;
    }

    .biggest_winners_inner {
        height: auto;
    }

    .content_button {
        margin-bottom: 15px;
    }

    .highest_inner {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .highest_item {
        width: 300px;
        margin: 0;
        margin-bottom: 20px;
    }

}

@media (max-width: 779px) {
    .float-md-right {
        float: right !important;
    }

    .third_col {
        align-items: start;
        flex-direction: row;
        margin: 20px auto;
    }

    .play_instruction {
        padding-top: 0px;
    }

    .content_page {
        flex-direction: column;
        align-items: center;
    }

    .content_img {
        margin-top: 20px;
        margin-left: 0;
    }

}

@media (max-width: 700px) {
    .instruction_inner {
        flex-direction: column;
        align-items: center;
    }

    .instruction_item {
        width: 250px;
        margin-bottom: 20px;
    }

    .instruction_item:after {
        left: 0px;
        bottom: -40px;
        width: 40px;
        transform: rotate(90deg);
    }

    .draw_title {
        font-size: 1.2em;
    }

    .paragraf_text {
        font-size: 1.2em;
    }

    .well-global-title {
        font-size: 1.2rem;
    }
}


@media (max-width: 610px) {

    ol li {
        margin-left: 0px;
        display: flex;
        flex-direction: column;
    }

    ol li img {
        position: relative;
        right: 0;
        width: 100px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .header_inner {
        justify-content: center;
    }

    .header_item:first-child {
        width: 100%;
    }

    .social {
        display: none;
    }

    .signin_already {
        width: auto;
        padding: 25px 20px 0;
    }

    .post-link {
        font-size: 2rem;
    }

    .WidgetHeader {
        font-size: 2rem;
    }

    .page-global-title {
        font-size: 2rem;
    }

}

@media (max-width: 530px) {
    .info_item {
        width: auto;
    }

    .item_content {
        margin: 0;
    }

    .content_information {
        align-items: flex-start;
        margin: 0;
    }

    .info_item img {
        width: 40px;
    }

    .question_title {
        padding: 0;
        font-size: 20px;
    }

    .footer_info {
        flex-direction: column;
        align-items: center;
    }

    .footer_col {
        margin-top: 20px;
        width: 100%;
        align-items: center;
    }

    .footer_links {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }

    .second_col {
        padding-left: 0;
    }

    .footer_text {
        width: 340px;
        margin: 0;
    }

    .footer_address {
        width: 340px;
        margin: 10px 0 0 0;
    }

    .third_col {
        justify-content: space-evenly;
        align-items: flex-start;
    }

    .footer_security {
        margin: 0;
    }

    .pay_methots {
        margin: 0;
    }

    .footer_title {
        padding: 0;
    }

    /*    payment: ;*/
    .paymethod_title {
        font-size: 24px;
    }
}

@media (max-width: 500px) {
    .container {
        width: 100%;
        padding: 0 16px;
    }

    .header_nav {
        top: 80px;
    }

    .header_account {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        margin: 0px;
        padding: 0px;
    }

    .account_name {
        margin: 0;
    }

    .account_balance {
        margin: 0;
    }

    /*footer*/
    .footer {
        margin: 0 0 40px 0;
        height: auto;
    }

    .footer_inner {
        padding: 45px 0 0 0;
        position: relative;
        background-size: contain;
    }

    .social_link img {
        width: 30px;
    }

    .social_title {
        font-size: 14px;
    }

    .sosial_subtitle {
        margin-top: -5px;
    }

    .footer_info {
        flex-direction: column;
        width: 100%;
    }

    .footer_col {
        margin-top: 12px;
        width: 100%;
    }

    .footer_title {
        margin-bottom: 6px;
    }

    .footer_link {
        font-size: 14px;
    }

    .home_link {
        display: flex;
    }

    .second_col {
        margin-top: 20px;
        padding-left: 0px;
    }

    .second_col_title {
        font-size: 14px;
        margin-bottom: 0;
        padding-left: 3px;
    }

    .footer_text {
        margin: 0;
        width: 320px;
    }

    .footer_address {
        width: 320px;
    }

    .third_col {
        flex-direction: row;
        align-items: baseline;
    }

    .third_col_group {
        display: flex;
        flex-direction: column;
    }

    .payment_title {
        margin-top: 5px;
        padding-right: 0px;
        font-size: 14px;
    }

    .pay_methots {
        margin: 3px 0px 0px 0px
    }

    .pay_link {
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .security_title {
        padding-right: 0px;
        font-size: 14px;
    }

    .social_right {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .social_right .social_link img {
        width: 24px;
    }

    .highest_item {
        width: 100%;
    }

    .tickets_link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 130px;
        height: 35px;
    }

    .page-global-title {
        font-size: 1.6rem;
    }

    .draw_title {
        font-size: 1em;
        text-align: center;
    }

    .post-link {
        font-size: 1.6rem;
    }

    .WidgetHeader {
        font-size: 1.6rem;
    }

}

@media (max-width: 400px) {
    .content_img {
        width: 300px;
    }

    .content_img img {
        width: inherit;
    }
}
h2{
    font-size: 26px;
    margin-bottom: 5px; 
    margin-top: 20px;
}
li{
    margin-bottom: 0;
}
ul{
    margin-top: 20px;
}
p{
    margin-top: 20px;
    font-size: 16px;;
}