*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-attachment: initial;
}

.identity_table_wrap {
    margin: 0 auto;
    width: fit-content;
}

.jackpot_win {
    font-size: 24px !important;
    font-weight: 700;
    margin-right: 5px;
}

.baner_item_text {
    display: flex;
}

/* Работает в Firefox */
/** {
    scrollbar-width: thin; !* "auto" или "thin" *!
    scrollbar-color: #08598e #e0e0e0; !* цвет бегунка и зоны отслеживания *!
}

!* Работает в Chrome, Edge и Safari *!
*::-webkit-scrollbar {
    width: 8px; !* ширина всей полосы прокрутки *!
}

*::-webkit-scrollbar-track {
    background: #e0e0e0; !* цвет зоны отслеживания *!
}

*::-webkit-scrollbar-thumb {
    background-color: #08598e; !* цвет бегунка *!
    border-radius: 20px; !* округлось бегунка *!
    border: 2px solid #e0e0e0; !* отступ вокруг бегунка *!
}*/

.picker_page {
    color: #444;
    font-size: .7em;
}

.picker_nav {
    display: flex;
}

li {
    list-style: none;
}

.left {
    display: flex;
    justify-content: flex-start;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.picker_wraper {
    max-width: 960px;
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.picker_title {
    margin-bottom: 0px;
    font-size: 4em;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.picker_subtitle {
    font-size: 1.6em;
    font-weight: bold;
    text-transform: uppercase;
}

.picker_subtitle span {
    font-weight: 400;
    text-transform: uppercase;
}

/*Steps*/
.picker_steps {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20px;
    margin: 20px 0px;
    background-color: #e0e0e0;
    border-radius: 8px;
}

.steps_item {
    width: 100px;
}

.steps_item.active {
    color: #08598e;
    font-weight: bold
}

.steps_number {
    position: relative;
    width: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    background-color: #e0e0e0;;
}

.steps_number.active {
    background-color: #08598e;
}

.steps_number:after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 2px;
    left: 2px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
}

.steps_text {
    line-height: 30px;
    font-size: 1.2em;
}

/*jackpot*/
.picker_jackpot {
    display: flex;
    justify-content: center;
    align-items: center;
}

.picker_jackpot_logo {
    width: 90px;
}

.picker_jackpot_logo img {
    width: 100%;
}

.picker_jackpot_item {
    margin-right: 30px;
}

.picker_jackpot_item:last-child {
    margin-right: 0px;
}

.jackpot_number {
    font-size: 2.8em;
    font-weight: bold;
    margin-left: 10px;
}

.jackpot_text {
    font-size: 2.8em;
    font-weight: bold;
    text-wrap: nowrap;
}

.date_timer {
    display: flex;
    align-items: center;
}

.timer_logo {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.timer_img {
    width: 100%;
}

/*Select Lines*/
.picker_select {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px 0;
}

.select_text {
    font-size: 1.6em;
    font-weight: bold;
}

.select_box {
    position: relative;
}

.select_box:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-top: 2px solid #0061A3;
    border-right: 2px solid #0061A3;
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 1;
    pointer-events: none;
    transform: translateY(-50%) rotate(135deg);
}

#lines_select {
    width: 150px;
    height: 30px;
    cursor: pointer;
    font-size: 1.4em;
    padding: 0px 0 0 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

/*Links*/
.picker_links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px 0;
}

.picker_links_text {
    display: flex;
    flex-wrap: wrap;
    line-height: 120%;
    font-size: 1.4em;
    margin-bottom: 5px;
}

#smartpicker {
    line-height: inherit;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #004877;
}

#smartpicker:hover {
    color: #ffb400;
}

#smartpicker:hover span {
    color: #004877;
}

#smartpicker span {
    color: #ffb400;
}

.how_it_work {
    display: flex;
    color: #0065a7;
    margin: 0 10px;
}

.how_it_work:hover {
    color: #004877;
}

.how_it_work_img {
    width: 16px;
    height: 16px;

}

.how_it_work_text {
    line-height: 120%;
    text-decoration: underline;
}

/*Lines*/
.picker_lines {
    width: 100%;
    margin: 0;
}

.lines_inner {

}

.lines_item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 10px 0;
    position: relative;
    cursor: pointer;
}

.lines_item:hover {
    border: 2px solid #ce0000;
}

.lines_item.active {
    border: 2px solid #ce0000;
}

.lines_item_content {
    display: flex;
    align-items: center;
}

.lines_text {
    line-height: 110%;
    font-size: 1.6em;
    margin-right: 10px;
    text-transform: capitalize;
}

.lines_list {
    display: flex;
}

.list_number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    line-height: 28px;
    font-size: 1.3em;
    font-weight: bold;
}

.list_number:last-child {
    margin-right: 0;
}

.linenumber {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 10px 5px;
    width: 36px;
    height: 36px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    line-height: 28px;
    font-size: 1.3em;
    font-weight: bold;
}

.stars {
    color: #fff;
    background: linear-gradient(180deg, #004877, #0065a7);
    border: 1px solid #08598d;
}

.lines_clear {
    margin-left: 15px;
    font-size: 1.6em;
    text-decoration: underline;
    line-height: 110%;
    color: #0065a7;
    cursor: pointer;
    text-transform: capitalize;
}

.lines_clear:hover {
    color: #004877;
}

/*Choose*/
.lines_choose {
    display: none;
    justify-content: space-between;
    padding: 15px 0;
}

.choose_item {
    display: flex;
    flex-direction: column;

}

.choose_text {
    line-height: 29px;
    font-size: 1.6em;
    text-indent: 10px;
}

.choose_field {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 10px;

}

.choose_field li {
    cursor: pointer;
}

#accountLink {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
}

@media (min-width: 500px) {
    .choose_field li:hover {
        color: #fff;
        background: linear-gradient(180deg, #004877, #0065a7);
        border: 1px solid #08598d;
        border-radius: 50%;
    }


}

.choose_field li.active {
    color: #fff;
    background: linear-gradient(180deg, #004877, #0065a7);
    border: 1px solid #08598d;
    border-radius: 50%;
}

.field_left {
    width: 60%;
    border-right: 2px solid #e0e0e0;
}

.field_rigth {
    width: 40%;
}

/*Controls*/
.picker_controls {
    display: flex;
    padding: 30px 0;
}

.controls_text {
    margin-right: 30px;
    color: #08598e;
    font-size: 2.2em;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.controls_text:last-child {
    margin-right: 0;
}

.controls_text:hover {
    color: #004877;
    text-decoration: underline;
}

.controls_text:after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: -15px;
    border-radius: 8px;
}

.controls_text:last-child.controls_text:after {
    display: none;
}

/*Tickets*/
.picker_tickets {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    margin: 15px 0;

    background: #f5f5f5;
    border-radius: 5px;
}

.tickets_content {
    width: 350px;
    height: 58px;
}

.tickets_content_item {
    display: flex;
}

.tickets_content_item:first-child {
    border-bottom: 2px solid #e0e0e0;
}

.content_item_text {
    font-size: 1.3em;
    line-height: 28px;
}

.content_item_text:first-child {
    width: 120px;
}

.tickets_arrow {
    width: 80px;
    margin: 0 30px;
}

.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: 15px;
    color: #444;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: none;
    box-shadow: 0px 2px #a68d00;
}

.tickets_link:hover {
    background: #ff5a00;
    box-shadow: 0px 2px #812e00;
}

/*Draw*/
.picker_draw {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.draw_logo {
    width: 200px;
    margin: 0 0;
}

.draw_title {
    margin: 15px 0 10px;
    font-size: 1.6em;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
}

.paragraf_text {
    font-size: 1.3em;
    color: #777;
    line-height: 18px;
    text-align: justify;
}

.draw_schedule {
    display: flex;

}

.draw_schedule_list {
    display: flex;
    flex-direction: column;
    margin-right: 15px
}

.draw_schedule_list:last-child {
    margin-right: 0px
}

.schedule_list_content {
    display: flex;
    justify-content: center;
    position: relative;
    width: 36px;
    height: 36px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #f5f5f5 url(../images/picker/x-draw-list.png) center center no-repeat;
}

.draw_schedule_list img {
    display: block;
}

.draw_schedule_list span {
    text-align: center;
    width: 36px;
    font-size: 1.3em;
    color: #777;
}

/*question*/
.picker_question {
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
}

.picker_accordion {
    max-width: 100%;
    margin: 0;
}

/*Last Draw*/
.picker_last_draw {
    margin: 30px 0;
    padding: 10px;
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 2px solid #e5e5e5;
}

.last_draw_inner {
    display: flex;
    padding: 10px 0 20px;
}

.last_draw_list {
    margin-right: 10px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    background: #e5e5e5;
    border-radius: 50%;
}

.last_draw_list:last-child {
    margin-right: 0px;
}

.last_draw_stars {
    color: #fff;
    background: linear-gradient(180deg, #004877, #0065a7);
    border: 1px solid #08598d;
}

.last_draw_table {
    width: 100%;
    padding: 15px 0;
}

.draw_table_head {
    display: flex;
    justify-content: space-between;
}

.draw_table_title {
    color: #08598e;
    font-weight: normal;
    font-size: 1.4em;
    text-align: center;
}

.draw_table_body {
    display: flex;
    justify-content: space-between;
}

.draw_table_inner {

}

.draw_table_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
}

.draw_table_text {
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
}

.picker_paragraf {

    margin: 0 0;
}

/*benefit*/

.picker_benefits {

    margin: 30px 0 15px;
    padding: 0px 15px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
}

.benefit_title {
    margin-bottom: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 1.6em;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #e5e5e5;
}

.benefits_list li {
    position: relative;
    line-height: 20px;
    font-size: 1.3em;
    margin: 0 0 10px 30px;
}

.benefits_list li:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -30px;
    background: url(../images/picker/v-why-play.png) center center no-repeat;
}

/*Promo page*/
.promo_header {
    display: flex;
    align-items: center;
}

.promo_title {
    margin: 0;
}

.picker_lines_promo {
    width: 100%;
    margin: 20px 0;
    border-bottom: 2px solid #e0e0e0;
}

.promo_subtitle {
    font-size: 1.6em;
    font-weight: bold;
}

.promo_inner {
    margin-top: 20px;
    height: 500px;
    overflow: auto;
}

.promo_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 700px;
    height: 54px;
    margin: 0 auto;
    padding: 10px 40px 10px 10px;
    position: relative;
    cursor: pointer;
    border-top: 2px solid #e0e0e0;
    text-decoration: none;
    color: #333;
}

.promo_item:hover {
    border: 2px solid #ce0000;
}

.promo_item.active {
    border: 2px solid #ce0000;
}

.promo_contet {
    display: flex;
    position: relative;
    height: 100%;
}

.promo_contet:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-top: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
    position: absolute;
    top: 10px;
    right: -20px;
    transform: rotate(45deg);
}

.promo_discount {
    line-height: 29px;
    font-size: 1.8em;
}

.promo_price {
    line-height: 29px;
    font-size: 1.8em;
    margin-left: 20px;
}

.red {
    color: #d92840;
}

.blue {
    color: #08598e;
}

/*Picker Number */
.picker_lines_number {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lines_number_title {
    margin-bottom: 20px;
    font-size: 1.8em;
    color: #444;
    font-weight: bold;
    color: #000;
}

.lines_number_item {
    padding: 0 70px;
    margin-bottom: 10px;
    width: 700px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.lines_number_item:last-child {
    margin-bottom: 0;
}

.lines_number_item:last-child p {
    font-size: 1.8em;
}

.lines_number_item:hover {
    cursor: pointer;
}

.lines_number_text {
    color: #000;
    line-height: 110%;
    font-size: 1.6em;
    text-transform: capitalize;
}

.red_arrow {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    border: 1px solid #000;
    border-radius: 50%;
}

.white_arrow {
    width: 20px;
    height: 6px;
    background-color: white;
    border-radius: 2px 100% 100% 2px;
    position: relative;
}

.white_arrow:before,
.white_arrow:after {
    content: "";
    display: block;
    position: absolute;
    right: -0px;
    height: 5px;
    width: 15px;
    background-color: white;
    border-radius: 2px 0px 0 2px;

}

.white_arrow:before {
    top: -4px;
    transform: rotate(45deg);
}

.white_arrow:after {
    bottom: -4px;
    transform: rotate(-45deg);
}

.gray_arrow {
    margin-right: 5px;
    width: 14px;
    height: 4px;
    background-color: #444;
    border-radius: 100% 3px 3px 100%;
    position: relative;
}

.gray_arrow:before,
.gray_arrow:after {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    height: 3px;
    width: 10px;
    background-color: #444;
    border-radius: 0px 2px 2px 0;

}

.gray_arrow:before {
    top: -2px;
    transform: rotate(-45deg);
}

.gray_arrow:after {
    bottom: -2px;
    transform: rotate(45deg);
}

.lines_number_button {
    margin-top: 60px;
    width: 130px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #444;
    border-radius: 8px;
    text-decoration: none;
    color: #444;
    transition: 0.2s linear;
}

.lines_number_button:hover {
    color: #fff;
    background-color: #444;
}

.lines_number_button:hover .gray_arrow {
    background-color: #fff;
}

.lines_number_button:hover .gray_arrow:before {
    background-color: #fff;
}

.lines_number_button:hover .gray_arrow:after {
    background-color: #fff;
}

.lines_number_button:hover p {
    color: #fff;
}

/*payment_lines*/
.payment_lines_inner {
    padding-top: 50px;
}

.payment_lines_inner .total {
    margin-top: 30px;
}

.payment_lines_item {
    display: flex;
    margin-bottom: 15px;
}

.payment_lines_item:last-child {
    margin-bottom: 0;
}

.lines_change {
    margin-left: 15px;
    font-size: 1.6em;
    text-decoration: underline;
    line-height: 110%;
    color: #0065a7;
    cursor: pointer;
    text-transform: capitalize;
}

.lines_change:hover {
    color: #004877;
}

/*about us */
.about {
    padding-top: 30px;
    margin: 0 auto;
}

.team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.team_item {
    margin-top: 20px;
    width: 22%;

}

.team_photo {
    width: auto;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
    background: url(../images/team/no-photos.png) #bbb center no-repeat;
    background-size: contain;
    box-shadow: 0px 0px 10px #000;
}

.team_img {
    width: 100%;
}

.team_name {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
}

.team_country {
    display: flex;
    justify-content: center;
}

.team_country_logo {
    display: flex;
    margin-right: 10px;
    width: 26px;
}

.team_country_img {
    width: 100%;
}

.team_country_text {
    line-height: 110%;
    font-size: 1.6em;
}

.play_instruction {
    padding-top: 60px;
}

.play_instruction .draw_title {
    margin: 0;
    text-align: center;
}

.instruction_inner {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.instruction_item {
    width: 250px;
    position: relative;
}

.instruction_item:after {
    content: "";
    display: block;
    background: url(../images/team/blue_arrow.png) center no-repeat;
    background-size: contain;
    width: 70px;
    height: 40px;

    position: absolute;
    bottom: 30px;
    right: -100px;
    z-index: 2;
}

.instruction_item:last-child:after {
    display: none;
}

.instruction_img {
    width: 100%;
}

.instruction_text {
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    margin-top: 5px;
}

/*language*/
.language_box {
    display: flex;
    justify-content: center;
    padding: 60px 0 30px 0;
}

.language_link {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 20px;
    font-size: 1.4em;
    text-indent: 1px;
    color: #0065a7;
}

.language_link:last-child {
    margin-right: 0px;
}

.language_link:hover {
    text-decoration: underline;
    color: #444;
}

.language_logo {
    width: 30px;
}


.highest_text {
    font-size: 20px;
}

.highest_inner {
    display: flex;
    justify-content: space-evenly;
    padding-top: 20px;
}

.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: 24px;
    font-weight: bold;
}

.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;
}
.tzahal_promo_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: right;
    margin-top: 40px;
}
.tzahal_main_text{
    font-size: 20px;
    max-width: 850px;
    font-weight: 500;
    margin-top: 20px;
}
.tzahal_promo_img{
    margin-top: 40px;
}
@media (max-width: 1000px) {
    .team_photo {
        height: 120px;
    }
    body .tzahal_main_text {
        padding: 0 20px;
    }
    .deposit_currency:after {
        top: 25px;
    }

    .team_img {
        height: 100%;
    }

    .team_country_text {
        font-size: 1.4em;
    }

    .instruction_item {
        width: 190px;
    }

    .highest_item {
        width: 270px;
        margin-right: 10px;
    }

    .highest_item:last-child {
        margin-right: 0;
    }

    .instruction_item:after {
        right: -65px;
    }

    .highest_inner {
        justify-content: space-between;
    }
}
.promo_img_small{
    max-width: 242px;
    height: 348px;
    border-radius: 8px;
}
.customer_service_title{
    text-align: center;
    line-height: 63px;
    font-size: 42px;
    font-weight: 600;
}
.tzahal_promo_imgs_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1000px;
    width: 100%;
    align-items: center;
    flex-direction: row-reverse;
}
body .promo_img_big {
    max-width: 360% !important;
}
@media(max-width: 400px) {
    body {
        .promo_img_big {
            max-width: 100% !important;
            padding: 0 10px;
        }
    }
}
@media (max-width: 880px) {
    .play_instruction {
        padding-top: 40px;
    }
    .dropdown-pc{
        display: none
    }

    .jackpot_win {
        font-size: 16px !important;
    }

    .highest_inner {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .highest_item {
        width: 300px;
        margin: 0;
        margin-bottom: 20px;
    }

    .team_country {
        flex-direction: column;
        align-items: center;
    }

    .team_country_logo {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 700px) {
    .picker_wraper {
        max-width: 100%;
        margin-top: 20px;
    }

    .picker_title {
        font-size: 3em;
    }

    .picker_steps {
        justify-content: space-between;
        padding-right: 50px;
    }

    .steps_item {
        width: auto;
    }

    .steps_text {
        text-align: center;
    }

    .picker_jackpot {
    }

    .jackpot_number {
        font-size: 2.2em;
    }

    .jackpot_text {
        font-size: 2.2em;
    }

    .date_timer {

    }

    .timer_logo {
        width: 20px;
        height: 20px;
    }

    .picker_links_text {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .picker_select {
    }

    .picker_tickets {
        width: 100%;
    }

    .tickets_content {
        width: auto;
    }

    .tickets_content_item {
    }

    .content_item_text:first-child {
        width: 50px;
    }

    .linenumber {
        width: 30px;
        height: 30px;
        margin: 0 4px 8px 4px;
    }

    .last_draw_list {
        width: 30px;
        height: 30px;
    }

    .lines_number_item {
        width: 500px;
        padding: 0 30px;
    }

    /*    payment  */
    .picker_subtitle {
        font-size: 1.2em;
    }

    .payment_lines_inner {
        width: 500px;
        padding: 50px 15px 0;
    }

    .payment_lines_item {
        position: relative;
    }

    .payment_lines_item .lines_text {
        font-size: 1.2em;
    }

    .lines_change {
        font-size: 1.2em;
        position: absolute;
        top: 0;
        right: 0;
    }

    .payment_lines_inner .total {
        font-size: 1.6em;
    }

    /*    team   */
    .team {
        justify-content: space-around;
    }

    .team_item {
        width: 28%;
    }

    .team_photo {
        height: 100px;
    }

    .instruction_inner {
        flex-direction: column;
        align-items: center;
    }

    .instruction_item {
        width: 250px;
        margin-bottom: 20px;
    }

    .instruction_item:last-child {
        margin: 0;
    }

    .instruction_item:after {
        left: 0px;
        bottom: -40px;
        width: 40px;
        transform: rotate(90deg);
    }

    .language_box {
        padding: 30px 0;
    }

    .language_link {
        margin-right: 10px;
    }


}

@media (max-width: 500px) {
    .picker_wraper {
        margin-top: 30px;
    }



    .picker_title {
        margin-bottom: 0px;
        font-size: 2.5em;
    }

    .picker_steps {
        justify-content: space-between;
        height: 22px;
        padding-right: 10px;
    }

    .steps_number {
        width: 28px;
        height: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .steps_number:after {
        width: 24px;
        height: 24px;
        font-size: 1.2em;
        line-height: 20px;
        border: 1px solid #fff;

    }

    .steps_item {
        display: flex;
        flex-wrap: wrap;
    }

    .steps_text {
        line-height: 1.1em;
    }

    .picker_jackpot {
        justify-content: center;
        width: 100%;
    }

    .picker_jackpot_item {
        margin-right: 10px;
    }

    .picker_select {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .select_text {
        margin-bottom: 10px;
    }

    .select_box {
        width: 100%;
    }

    .select_box:after {
        top: 18px;
    }

    #lines_select {
        width: 100%;
        height: 40px;
    }

    .picker_links {

    }

    .picker_links_text {

    }

    #smartpicker {
    }

    .lines_item {
        height: auto;
        padding: 10px;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 10px;
        border: 2px solid #e0e0e0;
    }

    .lines_item_content {
        flex-direction: column;
        align-items: flex-start;
    }

    .lines_text {
        margin: 0;
    }

    .lines_list {
        margin-top: 10px;
    }

    .lines_clear {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 1.4em;
        margin: 0;
    }

    .lines_choose {
        flex-wrap: wrap;
    }

    .choose_item {
        padding: 10px 0;
        margin-bottom: 10px;
        border-bottom: 2px solid #e0e0e0;
    }

    .field_left {
        width: 100%;
        border-right: none;
    }

    .choose_field {
        justify-content: center;
    }

    .field_rigth {
        width: 100%;
    }

    .picker_controls {
    }

    .controls_text {
        font-size: 2em;
        margin-right: 20px;
    }

    .controls_text:after {
        right: -10px;
    }

    .picker_tickets {
        position: fixed;
        bottom: 0;
        margin: 0;
        padding: 15px;
        z-index: 2;

    }

    .tickets_content {
        height: auto;
        margin-right: 10px;
    }

    .tickets_content_item {
        padding: 5px 0;
        justify-content: flex-start;
    }

    .content_item_text {
        line-height: 120%;
    }

    .tickets_arrow {
        height: 80px;
        display: none;
        align-items: center;
        transform: rotate(90deg);
    }

    .tickets_link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 130px;
        height: 35px;
    }

    .picker_last_draw {
        width: 100%;
        margin: 15px 0;
    }

    .picker_benefits {
        margin: 15px 0 0;
    }

    .lines_number_item {
        width: 400px;
    }

    .lines_number_item p {
        width: 225px;
    }

    /*    payment  */
    .picker_payment .picker_subtitle {
        font-size: 0.9em;
    }

    .picker_payment .picker_title {
        font-size: 2em;
    }

    .payment_lines_inner {
        width: 100%;
        padding-top: 30px;
    }

    .payment_lines_item .lines_text {
        font-size: 1em;
    }

    .payment_lines_item .lines_text:first-child {
        margin-right: 5px;
    }

    .lines_change {
        margin-left: 0;
        font-size: 1em;
    }

    .payment_lines_inner .total {
        font-size: 1.4em;
    }

    .picker_payment .paymethod_mobil_title {
        margin-top: 0;
    }

    /*    about us */
    .team_item {
        width: 45%;
    }

    .language_box {
        justify-content: space-between;
    }

    .language_link {
        flex-direction: column;
        margin: 0;
    }

    .highest_item {
        width: 100%;
    }

    .highest_text {
        font-size: 16px;
    }
}


@media (max-width: 400px) {
    .picker_jackpot_logo {
        width: 70px;
    }

    .picker_subtitle {
        font-size: 1.5em;
    }

    .picker_steps {
        height: 20px;
    }

    .steps_number {
        width: 26px;
        height: 26px;
    }

    .steps_number:after {
        width: 22px;
        height: 22px;
    }

    .steps_text {
        font-size: 1em;
        line-height: 1em;
    }

    .jackpot_number {
        font-size: 2em;
    }

    .jackpot_text {
        font-size: 2em;
    }

    .picker_links_text {
        font-size: 1.3em;
    }

    #smartpicker {
        line-height: inherit;
    }

    .lines_item {

    }

    .lines_choose {
        padding: 0
    }

    .choose_item {
        padding-top: 0;
    }

    .choose_field {

        padding: 5px 0;
    }

    .controls_text {
        font-size: 1.8em;
    }

    .draw_schedule_list {
        margin-right: 10px;
    }

    .content_item_text:first-child {
        width: 40px;
        margin-right: 10px;
    }

    .lines_number_item {
        width: 340px;
        padding: 0 20px;
    }

    /*    payment  */
    .payment_lines_item {
        align-items: center;
    }

    .payment_lines_item .lines_text {
        width: 130px
    }

    .payment_lines_item .lines_text:first-child {
        margin-right: 0px;
    }
}


*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*!* Работает в Firefox *!
* {
    scrollbar-width: thin; !* "auto" или "thin" *!
    scrollbar-color: #08598e #e0e0e0; !* цвет бегунка и зоны отслеживания *!
}

!* Работает в Chrome, Edge и Safari *!
*::-webkit-scrollbar {
    width: 8px; !* ширина всей полосы прокрутки *!
}

*::-webkit-scrollbar-track {
    background: #e0e0e0; !* цвет зоны отслеживания *!
}

*::-webkit-scrollbar-thumb {
    background-color: #08598e; !* цвет бегунка *!
    border-radius: 20px; !* округлось бегунка *!
    border: 2px solid #e0e0e0; !* отступ вокруг бегунка *!
}*/

.error {
    border-color: #ef0505 !important;
}

.picker_page {
    color: #444;
    font-size: .7em;
}

.picker_nav {
    display: flex;
}

li {
    list-style: none;
}

.left {
    display: flex;
    justify-content: flex-start;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.picker_wraper {
    max-width: 960px;
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.picker_title {
    margin-bottom: 0px;
    font-size: 4em;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.picker_subtitle {
    font-size: 1.6em;
    font-weight: bold;
    text-transform: uppercase;
}

.picker_subtitle span {
    font-weight: 400;
    text-transform: uppercase;
}

/*Steps*/
.picker_steps {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20px;
    margin: 20px 0px;
    background-color: #e0e0e0;
    border-radius: 8px;
}

.steps_item {
    width: 100px;
}

.steps_item.active {
    color: #08598e;
    font-weight: bold
}

.steps_number {
    position: relative;
    width: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    background-color: #e0e0e0;;
}

.steps_number.active {
    background-color: #08598e;
}

.steps_number:after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 2px;
    left: 2px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
}

.card_option {
    display: flex;

}

.user_cards_options {
    margin-bottom: 38.5px;
    width: 100%;
}

.radio_button {

    border-radius: 50%;
    background-color: white;
    border: 2px solid #000000;
    width: 33px;
    height: 33px;
    cursor: pointer;
}

.debit_card_text {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
}

.currency_symbol_withdraw {
    display: flex;
    height: 41px;
    width: 47.5px;
    justify-content: center;
    align-items: center;
    background-color: #e0e0e0;
    border-radius: 6px 0 0 6px;
    border-collapse: collapse;
    font-size: 25px;
    color: #7b7b7b;
}

.radio_button_active {
    background-color: #000000 !important;
}

.validation_param_error {
    color: #ef0505 !important;
}

.validation_param_error_border {
    border-color: red !important;
}
.validation_param_error_border_wide{
    border: 2px solid red !important;
}

.validation_margin_bottom {
    margin-bottom: 15px;
}

.mt-top30-50 {
    margin-top: 30px;
}

@media (max-width: 475px) {
    .mt_top0 {
        margin-top: 0 !important;
    }
    .mega_lotto_wrap{
        height: fit-content !important;
    }

    .validation_margin_bottom_margin_top {

    }

    .mt-top {
        margin-top: 10px !important;
    }

    .mt-top30-50 {
        margin-top: 50px !important;
    }
}

/*.validation_param_error_margin{*/
/*    margin-top: 10px;*/
/*    margin-bottom: 15px;*/
/*}*/
.steps_text {
    line-height: 30px;
    font-size: 1.2em;
}

.debit_card_img {
    width: 48px;
    height: 32px;
    margin-left: 22px;
    margin-right: 29px;
}

/*jackpot*/
.picker_jackpot {
    display: flex;
    justify-content: center;
    align-items: center;
}

.picker_jackpot_logo {
    width: 140px;
    margin-top: -20px;
    margin-bottom: -10px;
}

.picker_jackpot_logo img {
    width: 100%;
}

.picker_jackpot_item {
    margin-right: 30px;
}

.picker_jackpot_item:last-child {
    margin-right: 0px;
}

.jackpot_number {
    font-size: 2.8em;
    font-weight: bold;
    margin-left: 10px;
}

.jackpot_text {
    font-size: 2.8em;
    font-weight: bold;
}

.date_timer {
    display: flex;
    align-items: center;
}

.timer_logo {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.timer_img {
    width: 100%;
}

/*Select Lines*/
.picker_select {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px 0;
}

.select_text {
    font-size: 1.6em;
    font-weight: bold;
}

.select_box {
    position: relative;
}

.select_box:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-top: 2px solid #0061A3;
    border-right: 2px solid #0061A3;
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 1;
    pointer-events: none;
    transform: translateY(-50%) rotate(135deg);
}

#lines_select {
    width: 150px;
    height: 30px;
    cursor: pointer;
    font-size: 1.4em;
    padding: 0px 0 0 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

/*Links*/
.picker_links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px 0;
}

.picker_links_text {
    display: flex;
    flex-wrap: wrap;
    line-height: 120%;
    font-size: 1.4em;
    margin-bottom: 5px;
}

#smartpicker {
    line-height: inherit;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #004877;
}

#smartpicker:hover {
    color: #ffb400;
}

#smartpicker:hover span {
    color: #004877;
}

#smartpicker span {
    color: #ffb400;
}

.how_it_work {
    display: flex;
    color: #0065a7;
    margin: 0 10px;
}

.how_it_work:hover {
    color: #004877;
}

.how_it_work_img {
    width: 16px;
    height: 16px;

}

.how_it_work_text {
    line-height: 120%;
    text-decoration: underline;
}

/*Lines*/
.picker_lines {
    width: 100%;
    margin: 0;
}

.lines_inner {

}

.lines_item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 10px 0;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    border: 2px solid transparent;
    height: fit-content;
    text-wrap: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}

.lines_item:hover {
    border: 2px solid #ce0000;
}

.lines_item.active {
    border: 2px solid #ce0000;
}

.lines_item_content {
    display: flex;
    align-items: center;
}

.lines_text {
    line-height: 110%;
    font-size: 1.6em;
    margin-right: 10px;
    text-transform: capitalize;
}

.lines_list {
    display: flex;
}

.list_number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    line-height: 28px;
    font-size: 1.3em;
    font-weight: bold;
}

.list_number:last-child {
    margin-right: 0;
}

.linenumber {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 10px 5px;
    width: 36px;
    height: 36px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    line-height: 28px;
    font-size: 1.3em;
    font-weight: bold;
}

.stars {
    color: #fff;
    background: linear-gradient(180deg, #004877, #0065a7);
    border: 1px solid #08598d;
}

.lines_clear {
    margin-left: 15px;
    font-size: 1.6em;
    text-decoration: underline;
    line-height: 110%;
    color: #0065a7;
    cursor: pointer;
    text-transform: capitalize;
}

.lines_clear:hover {
    color: #004877;
}

/*Choose*/
.lines_choose {
    display: none;
    justify-content: space-between;
    padding: 15px 0;
}

.choose_item {
    display: flex;
    flex-direction: column;

}

.choose_text {
    line-height: 29px;
    font-size: 1.6em;
    text-indent: 10px;
}

.choose_field {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 10px;

}

.choose_field li {
    cursor: pointer;
}

@media (min-width: 881px) {
    .choose_field li:hover {
        color: #fff;
        background: linear-gradient(180deg, #004877, #0065a7);
        border: 1px solid #08598d;
        border-radius: 50%;
    }
}

.choose_field li.active {
    color: #fff;
    background: linear-gradient(180deg, #004877, #0065a7);
    border: 1px solid #08598d;
    border-radius: 50%;
}

.field_left {
    width: 60%;
    border-right: 2px solid #e0e0e0;
}

.field_rigth {
    width: 40%;
}

/*Controls*/
.picker_controls {
    display: flex;
    padding: 30px 0;
}

.controls_text {
    margin-right: 30px;
    color: #08598e;
    font-size: 2.2em;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.controls_text:last-child {
    margin-right: 0;
}

.controls_text:hover {
    color: #004877;
    text-decoration: underline;
}

.controls_text:after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: -15px;
    border-radius: 8px;
}

.controls_text:last-child.controls_text:after {
    display: none;
}

/*Tickets*/
.picker_tickets {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    margin: 15px 0;

    background: #f5f5f5;
    border-radius: 5px;
}

.tickets_content {
    width: 350px;
    height: 58px;
}

.tickets_content_item {
    display: flex;
}

.tickets_content_item:first-child {
    border-bottom: 2px solid #e0e0e0;
}

.content_item_text {
    font-size: 1.3em;
    line-height: 28px;
}

.content_item_text:first-child {
    width: 120px;
}

.tickets_arrow {
    width: 80px;
    margin: 0 30px;
}

.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;
}

.tickets_link:hover {
    background: #ff5a00;
    box-shadow: 0px 2px #812e00;
}

/*Draw*/
.picker_draw {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.draw_logo {
    width: 200px;
    margin: 0 0;
}

.draw_title {
    margin: 15px 0 10px;
    font-size: 1.6em;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
}

.paragraf_text {
    font-size: 1.3em;
    color: #777;
    line-height: 18px;
    text-align: justify;
}

.draw_schedule {
    display: flex;

}

.draw_schedule_list {
    display: flex;
    flex-direction: column;
    margin-right: 15px
}

.draw_schedule_list:last-child {
    margin-right: 0px
}

.schedule_list_content {
    display: flex;
    justify-content: center;
    position: relative;
    width: 36px;
    height: 36px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #f5f5f5 url(../images/picker/x-draw-list.png) center center no-repeat;
}

.draw_schedule_list img {
    display: block;
}

.draw_schedule_list span {
    text-align: center;
    width: 36px;
    font-size: 1.3em;
    color: #777;
}

/*question*/
.picker_question {
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
}

.picker_accordion {
    max-width: 100%;
    margin: 0;
}

/*Last Draw*/
.picker_last_draw {
    margin: 30px 0;
    padding: 10px;
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 2px solid #e5e5e5;
}

.last_draw_inner {
    display: flex;
    padding: 10px 0 20px;
}

.last_draw_list {
    margin-right: 10px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    background: #e5e5e5;
    border-radius: 50%;
}

.last_draw_list:last-child {
    margin-right: 0px;
}

.last_draw_stars {
    color: #fff;
    background: linear-gradient(180deg, #004877, #0065a7);
    border: 1px solid #08598d;
}

.last_draw_table {
    width: 100%;
    padding: 15px 0;
}

.draw_table_head {
    display: flex;
    justify-content: space-between;
}

.draw_table_title {
    color: #08598e;
    font-weight: normal;
    font-size: 1.4em;
    text-align: center;
}

.draw_table_body {
    display: flex;
    justify-content: space-between;
}

.draw_table_inner {

}

.draw_table_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
}

.draw_table_text {
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
}

.picker_paragraf {

    margin: 0 0;
}

/*benefit*/

.picker_benefits {

    margin: 30px 0 15px;
    padding: 0px 15px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
}

.benefit_title {
    margin-bottom: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 1.6em;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #e5e5e5;
}

.benefits_list li {
    position: relative;
    line-height: 20px;
    font-size: 1.3em;
    margin: 0 0 10px 30px;
}

.benefits_list li:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -30px;
    background: url(../images/picker/v-why-play.png) center center no-repeat;
}

/*Promo page*/
.promo_header {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.promo_title {
    margin: 0;
}

.picker_lines_promo {
    width: 100%;
    margin: 20px 0;
    border-bottom: 2px solid #e0e0e0;
}

.promo_subtitle {
    font-size: 1.6em;
    font-weight: bold;
}

.promo_inner {
    margin-top: 20px;
    height: 500px;
    overflow: auto;
}

.promo_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 700px;
    height: 54px;
    margin: 0 auto;
    padding: 10px 40px 10px 10px;
    position: relative;
    cursor: pointer;
    border-top: 2px solid #e0e0e0;
    text-decoration: none;
    color: #333;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
}

.promo_item:hover {
    border: 2px solid #ce0000;
}

.promo_item.active {
    border: 2px solid #ce0000;
}

.promo_contet {
    display: flex;
    position: relative;
    height: 100%;
}

.promo_contet:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-top: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
    position: absolute;
    top: 10px;
    right: -20px;
    transform: rotate(45deg);
}

.promo_discount {
    line-height: 29px;
    font-size: 1.8em;
}

.promo_price {
    line-height: 29px;
    font-size: 1.8em;
    margin-left: 20px;
}

.red {
    color: #d92840;
}

.blue {
    color: #08598e;
}

/*Picker Number */
.picker_lines_number {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lines_number_title {
    margin-bottom: 20px;
    font-size: 1.8em;
    color: #444;
    font-weight: bold;
    color: #000;
}

.lines_number_item {
    padding: 0 70px;
    margin-bottom: 10px;
    width: 700px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.lines_number_item:last-child {
    margin-bottom: 0;
}

.lines_number_item:last-child p {
    font-size: 1.8em;
}

.lines_number_item:hover {
    cursor: pointer;
}

.lines_number_text {
    color: #000;
    line-height: 110%;
    font-size: 1.6em;
    text-transform: capitalize;
}

.red_arrow {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    border: 1px solid #000;
    border-radius: 50%;
}

.white_arrow {
    width: 20px;
    height: 6px;
    background-color: white;
    border-radius: 2px 100% 100% 2px;
    position: relative;
}

.white_arrow:before,
.white_arrow:after {
    content: "";
    display: block;
    position: absolute;
    right: -0px;
    height: 5px;
    width: 15px;
    background-color: white;
    border-radius: 2px 0px 0 2px;

}

.white_arrow:before {
    top: -4px;
    transform: rotate(45deg);
}

.white_arrow:after {
    bottom: -4px;
    transform: rotate(-45deg);
}

.gray_arrow {
    margin-right: 5px;
    width: 14px;
    height: 4px;
    background-color: #444;
    border-radius: 100% 3px 3px 100%;
    position: relative;
}

.gray_arrow:before,
.gray_arrow:after {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    height: 3px;
    width: 10px;
    background-color: #444;
    border-radius: 0px 2px 2px 0;

}

.gray_arrow:before {
    top: -2px;
    transform: rotate(-45deg);
}

.gray_arrow:after {
    bottom: -2px;
    transform: rotate(45deg);
}

.lines_number_button {
    margin-top: 60px;
    width: 130px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #444;
    border-radius: 8px;
    text-decoration: none;
    color: #444;
    transition: 0.2s linear;
}

.lines_number_button:hover {
    color: #fff;
    background-color: #444;
}

.lines_number_button:hover .gray_arrow {
    background-color: #fff;
}

.lines_number_button:hover .gray_arrow:before {
    background-color: #fff;
}

.lines_number_button:hover .gray_arrow:after {
    background-color: #fff;
}

.lines_number_button:hover p {
    color: #fff;
}

/*payment_lines*/
.payment_lines_inner {
    padding-top: 50px;
}

.payment_lines_inner .total {
    margin-top: 30px;
}

.payment_lines_item {
    display: flex;
    margin-bottom: 15px;
}

.payment_lines_item:last-child {
    margin-bottom: 0;
}

.lines_change {
    margin-left: 15px;
    font-size: 1.6em;
    text-decoration: underline;
    line-height: 110%;
    color: #0065a7;
    cursor: pointer;
    text-transform: capitalize;
}

.lines_change:hover {
    color: #004877;
}

/*about us */
.about {
    padding-top: 30px;
    margin: 0 auto;
}

.team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.team_item {
    margin-top: 20px;
    width: 22%;

}

.team_photo {
    width: auto;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
    background: url(../images/team/no-photos.png) #bbb center no-repeat;
    background-size: contain;
    box-shadow: 0px 0px 10px #000;
}

.team_img {
    width: 100%;
}

.team_name {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
}

.team_country {
    display: flex;
    justify-content: center;
}

.team_country_logo {
    display: flex;
    margin-right: 10px;
    width: 26px;
}

.team_country_img {
    width: 100%;
}

.team_country_text {
    line-height: 110%;
    font-size: 1.6em;
}

.play_instruction {
    padding-top: 60px;
}

.play_instruction .draw_title {
    margin: 0;
    text-align: center;
}

.instruction_inner {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.instruction_item {
    width: 250px;
    position: relative;
}

.instruction_item:after {
    content: "";
    display: block;
    background: url(../images/team/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.3em;
    line-height: 120%;
    text-align: center;
    margin-top: 5px;
}

/*language*/
.language_box {
    display: flex;
    justify-content: center;
    padding: 60px 0 30px 0;
}

.language_link {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 20px;
    font-size: 1.4em;
    text-indent: 1px;
    color: #0065a7;
}

.language_link:last-child {
    margin-right: 0px;
}

.language_link:hover {
    text-decoration: underline;
    color: #444;
}

.language_logo {
    width: 30px;
}


.highest_inner {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.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: 2.4em;
    font-weight: bold;
}

.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;
}

@media (max-width: 1000px) {
    .team_photo {
        height: 120px;
    }

    .team_img {
        height: 100%;
    }

    .team_country_text {
        font-size: 1.4em;
    }

    .instruction_item {
        width: 190px;
    }

    .highest_item {
        width: 270px;
        margin-right: 10px;
    }

    .highest_item:last-child {
        margin-right: 0;
    }

    .instruction_item:after {
        right: -60px;
    }
}

@media (max-width: 880px) {
    .play_instruction {
        padding-top: 40px;
    }

    .highest_inner {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .highest_item {
        width: 300px;
        margin: 0;
        margin-bottom: 20px;
    }

    .team_country {
        flex-direction: column;
        align-items: center;
    }

    .team_country_logo {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 700px) {
    .picker_wraper {
        max-width: 100%;
        margin-top: 20px;
    }

    .picker_title {
        font-size: 3em;
    }

    .picker_steps {
        justify-content: space-between;
        padding-right: 50px;
    }

    .steps_item {
        width: auto;
    }

    .steps_text {
        text-align: center;
    }

    .picker_jackpot {
    }

    .jackpot_number {
        font-size: 2.2em;
    }

    .jackpot_text {
        font-size: 2.2em;
    }

    .date_timer {

    }

    .timer_logo {
        width: 20px;
        height: 20px;
    }

    .picker_links_text {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .picker_select {
    }

    .picker_tickets {
        width: 100%;
    }

    .tickets_content {
        width: auto;
    }

    .tickets_content_item {
    }

    .content_item_text:first-child {
        width: 50px;
    }

    .linenumber {
        width: 30px;
        height: 30px;
        margin: 0 4px 8px 4px;
    }

    .last_draw_list {
        width: 30px;
        height: 30px;
    }

    .lines_number_item {
        width: 500px;
        padding: 0 30px;
    }

    /*    payment  */
    .picker_subtitle {
        font-size: 1.2em;
    }

    .payment_lines_inner {
        width: 500px;
        padding: 50px 15px 0;
    }

    .payment_lines_item {
        position: relative;
    }

    .payment_lines_item .lines_text {
        font-size: 1.2em;
    }

    .lines_change {
        font-size: 1.2em;
        position: absolute;
        top: 0;
        right: 0;
    }

    .payment_lines_inner .total {
        font-size: 1.6em;
    }

    /*    team   */
    .team {
        justify-content: space-around;
    }

    .team_item {
        width: 28%;
    }

    .team_photo {
        height: 100px;
    }

    .instruction_inner {
        flex-direction: column;
        align-items: center;
    }

    .instruction_item {
        width: 250px;
        margin-bottom: 20px;
    }

    .instruction_item:last-child {
        margin: 0;
    }

    .instruction_item:after {
        left: 0px;
        bottom: -40px;
        width: 40px;
        transform: rotate(90deg);
    }

    .language_box {
        padding: 30px 0;
    }

    .language_link {
        margin-right: 10px;
    }


}

.inactive-number {
    pointer-events: none !important;
    color: #3333 !important;
    background-color: #3333 !important;
}

.lottery_header_jackpot_wrapper {
    width: 264px;
    margin: 0 auto;
}

@media (max-width: 500px) {
    .picker_wraper {
        margin-top: 30px;
    }

    .your_choise {
        flex-direction: column;
        align-items: center;
        margin: 30px auto 0 auto;
        text-align: center;
    }

    .your_choise-item:nth-child(n+2) {
        margin-top: 30px;
    }


    .picker_title {
        margin-bottom: 0px;
        font-size: 2.5em;
    }

    .picker_steps {
        justify-content: space-between;
        height: 22px;
        padding-right: 10px;
    }

    .steps_number {
        width: 28px;
        height: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .steps_number:after {
        width: 24px;
        height: 24px;
        font-size: 1.2em;
        line-height: 20px;
        border: 1px solid #fff;

    }

    .steps_item {
        display: flex;
        flex-wrap: wrap;
    }

    .steps_text {
        line-height: 1.1em;
    }

    .picker_jackpot {
        justify-content: center;
        width: 100%;
    }

    .picker_jackpot_item {
        margin-right: 10px;
    }

    .picker_select {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .select_text {
        margin-bottom: 10px;
    }

    .select_box {
        width: 100%;
    }

    .select_box:after {
        top: 18px;
    }

    #lines_select {
        width: 100%;
        height: 40px;
    }

    .picker_links {

    }

    .picker_links_text {

    }

    #smartpicker {
    }

    .lines_item {
        height: auto;
        padding: 10px;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 10px;
        border: 2px solid #e0e0e0;
    }

    .lines_item_content {
        flex-direction: column;
        align-items: flex-start;
    }

    .lines_text {
        margin: 0;
    }

    .lines_list {
        margin-top: 10px;
    }

    .lines_clear {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 1.4em;
        margin: 0;
    }

    .lines_choose {
        flex-wrap: wrap;
    }

    .choose_item {
        padding: 10px 0;
        margin-bottom: 10px;
        border-bottom: 2px solid #e0e0e0;
    }

    .field_left {
        width: 100%;
        border-right: none;
    }

    .choose_field {
        justify-content: center;
    }

    .field_rigth {
        width: 100%;
    }

    .picker_controls {
    }

    .controls_text {
        font-size: 2em;
        margin-right: 20px;
    }

    .controls_text:after {
        right: -10px;
    }

    .picker_tickets {
        position: fixed;
        bottom: 0;
        margin: 0;
        padding: 2px 15px;
        z-index: 2;

    }

    .tickets_content {
        height: auto;
        margin-right: 10px;
    }

    .tickets_content_item {
        padding: 5px 0;
        justify-content: flex-start;
    }

    .content_item_text {
        line-height: 120%;
    }

    .tickets_arrow {
        height: 80px;
        display: none;
        align-items: center;
        transform: rotate(90deg);
    }


    .tickets_link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 130px;
        height: 35px;
    }

    .picker_last_draw {
        width: 100%;
        margin: 15px 0;
    }

    .picker_benefits {
        margin: 15px 0 0;
    }

    .lines_number_item {
        width: 400px;
    }

    .lines_number_item p {
        width: 225px;
    }

    /*    payment  */
    .picker_payment .picker_subtitle {
        font-size: 0.9em;
    }

    .picker_payment .picker_title {
        font-size: 2em;
    }

    .payment_lines_inner {
        width: 100%;
        padding-top: 30px;
    }

    .payment_lines_item .lines_text {
        font-size: 1em;
    }

    .payment_lines_item .lines_text:first-child {
        margin-right: 5px;
    }

    .lines_change {
        margin-left: 0;
        font-size: 1em;
    }

    .payment_lines_inner .total {
        font-size: 1.4em;
    }

    .picker_payment .paymethod_mobil_title {
        margin-top: 0;
    }

    /*    about us */
    .team_item {
        width: 45%;
    }

    .language_box {
        justify-content: space-between;
    }

    .language_link {
        flex-direction: column;
        margin: 0;
    }

    .highest_item {
        width: 100%;
    }
}


@media (max-width: 400px) {
    .picker_jackpot_logo {
        width: 70px;
    }

    .picker_subtitle {
        font-size: 1.5em;
    }

    .picker_steps {
        height: 20px;
    }

    .steps_number {
        width: 26px;
        height: 26px;
    }

    .steps_number:after {
        width: 22px;
        height: 22px;
    }

    .steps_text {
        font-size: 1em;
        line-height: 1em;
    }

    .jackpot_number {
        font-size: 2em;
    }

    .jackpot_text {
        font-size: 2em;
    }

    .picker_links_text {
        font-size: 1.3em;
    }

    #smartpicker {
        line-height: inherit;
    }

    .lines_item {

    }

    .lines_choose {
        padding: 0
    }

    .choose_item {
        padding-top: 0;
    }

    .choose_field {

        padding: 5px 0;
    }

    .controls_text {
        font-size: 1.8em;
    }

    .draw_schedule_list {
        margin-right: 10px;
    }

    .content_item_text:first-child {
        width: 40px;
        margin-right: 10px;
    }

    .lines_number_item {
        width: 340px;
        padding: 0 20px;
    }

    /*    payment  */
    .payment_lines_item {
        align-items: center;
    }

    .payment_lines_item .lines_text {
        width: 130px
    }

    .payment_lines_item .lines_text:first-child {
        margin-right: 0px;
    }
}


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: #333;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

input {
    outline: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;

}

hr {
    display: block;
    width: 100%;
    height: 1px;
    margin: 40px 0;

    border: 0;
    background-color: #e5e5e5;
}

/* 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_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;
    border-radius: 50%;
}

.header_language {
    display: flex;
    align-items: center;
    margin-top: 10px;
    width: 100%;
    justify-content: flex-end;
}

.country {
    border-radius: 2px;
    margin-right: 5px;
}

.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-size: 12px;
}

/*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:hover {
    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;
}

/*section baner*/
.baner_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 0 0;
    width: 100%;
    height: 462px;
    color: #fff;
    margin: 30px auto 0;
    background: url(../images/banner-bg.png) center no-repeat;
    background-size: cover;
}

.baner_top {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 360px;
    justify-content: space-between
}

.baner_title {
    max-width: 490px;
}

.baner_subtitle {
    font-weight: 500;
    font-size: 50px !important;
    line-height: 36px;
}

.baner_price {
    font-weight: 600;
    font-size: 55px !important;
    line-height: 0.8em;
}

.baner_text {
    font-weight: 500;
    font-size: 34px !important;
    line-height: 36px;
}

.baner_button {
    width: 300px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    border: none;
    border-radius: 18px;
    background: linear-gradient(to bottom, #fea501, #ff2d00);
}

.baner_button:hover {
    cursor: pointer;
}

.baner_bottom {
    padding: 0 20px 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.baner_item {
    display: flex;
    align-items: center;
}

.baner_logo {
    width: 30px;
    display: flex;
}

.baner img {
    width: 100%;
}

.baner_item_text {
    font-size: 24px;
    font-weight: 700;
    margin: 0 10px;
}

.baner_timer {
    font-size: 28px;
}


/*section card*/

.card {
    margin-top: 25px;

}

.card_inner {
    display: flex;
    padding: 0 15px;
}

.card_item {
    margin-left: 15px;
    width: 380px;
    display: flex;
    position: relative;
    border: 1px solid #E0E0E0;
    border-radius: 10px
}

.card_item:first-child {
    margin-left: 0px;
}

.card_img {
    margin-left: 5px;
    width: 70px;
    height: auto;
}

.card_info {
    padding: 5px;

}

.card_title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.card_description {
    padding-top: 10px;
    color: #5F5F5F;
}

.card_link {
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    color: #0061A3;
    position: absolute;
    top: 5px;
    right: 15px;
}

/*select_card*/
.select_card {
    width: 100%;
    position: relative;
}

.select {
    width: 80px;
    height: 68px;
    position: absolute;
    bottom: 15px;
    padding-top: 20px;
    right: 20px;
    z-index: 1;
}

.select:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0061A3;
    border-right: 2px solid #0061A3;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    transform: translateY(-50%) rotate(135deg);
}

.select_body {
    display: flex;
    flex-direction: column;
    height: 32px;
    overflow: hidden;
}

.select_body.active {
    overflow: visible;
}

.select_option {
    margin-bottom: 5px;
}

.select_img {
    height: 100%;
}

/*section lottery*/
.lottery {
    margin-top: 75px;
}

.lottery_title {
    padding-left: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
}

.lottery_inner {
    display: flex;
    margin-top: 0px;
    justify-content: space-between;
}

.lottery_item {
    margin-left: 15px;
    width: 380px;
    height: 150px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
}

.lottery_item:first-child {
    margin-left: 0;
}

.lottery_top {
    display: flex;


}

.lottery_content {
    display: flex;
    align-items: center;
}

.lottery_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 20px;
    width: 141px;
    height: 80px;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
}

.lottery_info {
    margin-top: 0px;
}

.lottery_description {
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    padding-left: 12px;
}

.lottery_price {
    font-size: 26px;
    font-weight: bold;
    line-height: 22px;
    color: #13902A;
    padding-top: 14px;
    margin-left: -5px;
}

.lottery_bottom {
    height: initial;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #0061A3;
    border-radius: 0 0 8px 8px;
}

.button {

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F7D300;
    border-radius: 8px;
}

.lottery_button {
    margin-left: 12px;
    width: 171px;
    height: 36px;
}

.button_link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    text-decoration: none;
}

.lottery_timer {
    display: flex;
    align-items: center;

    margin-left: 40px;
}

.lottery_time {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    padding-left: 4px;
}

/*section play*/

.play {
    margin-top: 75px;
}

.red_title {

    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
    background-color: #F30000;
    border-radius: 8px;
}

.play_title {
    margin: 15px 0;

}

.play_inner {
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.play_item {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0 5px 15px;
    width: 208px;
    height: 270px;

    border: 1px solid #E0E0E0;
    border-radius: 8px;
}

.favorites {
    position: absolute;
    top: 10px;
    right: 15px;
}

.play_img {
    width: 92px;
    height: 92px;
    display: flex;
    margin: 10px auto;
    border: 2px solid #E0E0E0;
    border-radius: 100%;
}

.play_img img {
    width: 100%;
}

.play_content {
    margin-top: 18px;
}

.play_description {
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 140px;
    height: 17px;
}

.play_price {
    margin-top: 8px;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

.play_timer {
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.play_time {
    padding-left: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #0061A3;
}

.play_button {
    margin-top: 12px;
    width: 182px;
    height: 38px;
}

.details {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.details_link {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-right: 50px;
    color: #0061A3;
    text-decoration: none;
}

.details_link:hover {
    text-decoration: underline;
}

/* section winners*/

.winners_inner {
    height: fit-content;
    overflow: hidden;
    margin-top: 75px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.biggest_winners {
    width: 775px;
}

.latest_winners {
    width: 380px;
}

.winners_title {
    font-size: 15px;
    margin-bottom: 15px;
}

.biggest_winners_inner {
    height: 392px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
}

.inner_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;

}

.title_logo {
    margin-left: -60px;
}

.title_text {
    margin-left: 20px;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
}

.title_text span {
    font-size: 36px;
    font-weight: bold;
    line-height: 22px;
    color: #0061A3;
}

body .biggest_winners_info {
    display: flex;
    flex-wrap: initial !important;
}

.inner_content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
}

.content_img {

}

.content_info {
    padding: 0 15px;
}

.info_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
}

.info_description {
    width: 320px;
    font-weight: 500;
    line-height: 21px;
}

.info_more {
    margin-top: 14px;
    padding-right: 10px;
    margin-bottom: 14px;
}

.info_link {
    font-size: 14px;
}

.content_button {
    width: 232px;
    height: 40px;
    margin-left: 0px;
    margin-top: 30px;
}

.content_link {
    font-size: 14px;
}

/*results*/
.inner_results {
    padding: 20px 0px 0px 18px;
    display: flex;
    flex-direction: column;
}

.results_group {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    margin-left: 0;
}

.results_text {
    line-height: 120%;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 15px;
}

.results_number {
    direction: ltr !important;
    display: flex;
    margin-top: -3px;
    margin-left: -1px;
}

.results_number img {
    margin-right: 3px;
}

.results_info {
    margin-left: 10px;
}

.results_date {
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
    padding-left: 12px;
    margin-top: 5px;
}


/*latest winners*/

.latest_winners_prizes {
    height: 98px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.prizes_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    margin-top: 5px;
}

.prizes_wins {
    font-size: 26px;
    font-weight: bold;
    line-height: 22px;
    color: #13902A;
    margin-top: 5px;
}

.prizes_tickets {
    display: flex;
    margin-top: 5px;
}

.tickets_sum {
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    margin-right: 10px;

}

.tickets_text {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    margin-top: 8px;
}

.latest_winners_item {
    height: 78px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
}

.latest_winners_logo {
    margin-left: 14px;
    align-items: center;
    display: flex;
}

.latest_winners_content {
    height: 100%;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
}

.winners_date {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 13px;
}

.winners_text {
    display: flex;
}

.winners_text img {
    margin-top: -2px;
    height: 15px;
}

.winners_name {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin-top: -5px;
    margin-left: 5px;
}

.winners_description {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1.1px;
    color: #5F5F5F

}

.activate_subscription {
    background-color: #00a604;
    border: 1px solid #00a604;
}

/*section question*/
.question {
    margin: 75px 0;
}

.question_title {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    padding-left: 5px;
}

.question_inner {
    padding: 0 15px;
}

/* accordion*/
.accordion {
    max-width: 776px;
    margin-top: 15px;
}

.accordion_item {
    border-bottom: 1px solid #E0E0E0;
    width: 750px;
}

@media (max-width: 1230px) {
    .accordion_item {
        width: initial;
    }

    .lottery_item:nth-child(n+1) {
        margin-left: 15px;
    }
}

.accordion_item.active
.accordion_content {
    display: block
}

.accordion_item.active
.accordion_header {
    border-bottom-color: #E0E0E0
}

.accordion_item.active
.accordion_header:after {
    transform: rotate(-45deg);
}

.accordion_header {
    padding: 18px 10px 8px 20px;
    border-bottom: 1px solid transparent;
    position: relative;
    cursor: pointer;
}

.accordion_header:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #5F5F5F;
    border-right: 2px solid #5F5F5F;
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 1;
    transform: translateY(-50%) rotate(135deg);

}

.accordion_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #0061A3;

}

.accordion_content {
    padding: 15px 20px;
    display: none;

    font-size: 15px;
    color: #5F5F5F;
    font-style: italic;
    font-weight: 300;

}

/*footer*/

.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;
}

.sosial_subtitle {
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    color: #5F5F5F;
}

.social_right {

}

.social_link {
    margin-right: 9px;
    text-decoration: none;
}

.social_link:last-child {
    margin-right: 20px;
}

.footer_info {
    display: flex;
    justify-content: space-between;
}

.footer_col {
    display: flex;
    flex-direction: column;
    margin-top: 34px;
    width: initial;
}

.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;
}

.footer_link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.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;
}


/*page lottery syndicate*/
.page {
    margin-top: 30px;
}

.page_inner {
    position: relative;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

.title_page {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3em;
    /* identical to box height, or 120% */

    text-transform: uppercase;
}

.subtitle_page {
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */

    text-transform: uppercase;
}

.page_link {
    margin: 0;
    position: absolute;
    top: 0px;
    right: 15px;
}

.search_box {
    position: relative;
    margin-bottom: 55px;
}

.search_title {
    margin-top: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.search {
    position: relative;
    padding: 0 15px;
    margin-top: 8px;
    font-size: 18px;
    width: 100%;
    height: 52px;

    /* SW/grey/light */

    border: 1px solid #E0E0E0;
    border-radius: 8px;
}

.search_button {
    font-size: 16px;
    border: none;
    color: #5F5F5F;
    background-color: transparent;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.page_item {
    min-height: 300px;
    height: auto;
    margin-bottom: 30px;
    display: flex;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
}

.page_item:last-child {
    margin-bottom: 0;
}

.item_account {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    padding: 40px 20px;

}

.account_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border: 2px solid #E0E0E0;
    border-radius: 50%;
    padding: 15px;
}

.account_logo img {


}

.account_title {
    margin: 5px 0 0 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    /* identical to box height, or 22px */
    text-align: center;
    text-transform: uppercase;
}

.account_text {
    margin: 5px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

.account_link {
    margin: 10px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    /* identical to box height, or 17px */

    text-decoration-line: underline;

    /* SW/blue */

    color: #0061A3;
}

.item_content {
    width: 627px;
    display: flex;
    margin: 30px 0;
    flex-direction: column;
    position: relative;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;

}

.content_title {
    display: flex;
    justify-content: center;
    position: relative;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;

    padding-bottom: 8px;

    /*border-bottom: 1px solid #E0E0E0;*/
}

.content_title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 570px;
    height: 1px;
    background-color: #E0E0E0;
}

.content_information {
    margin: 12px 32px;
}

.info_text {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;

    color: #5F5F5F;
    margin-bottom: 15px;
}

.info_item {
    display: flex;
    margin-bottom: 12px;
}

.info_item:last-child {
    margin-bottom: 0;
}

.info_item img {
    width: 50px;
    height: 25px;
}

.content_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    margin-left: 12px;

}

.content_number {
    color: #13902A;
}

.item_statistics {
    display: flex;
    flex-direction: column;
    padding: 30px 0 0 45px;
}

.statistics_jackpot {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    margin-top: -5px;

    text-transform: uppercase;
    color: #13902A;
}

.statistics_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    width: 200px;
    margin: 10px 0 15px 3px;
}

.statistics_button {
    margin-top: 10px;
    width: 180px;
    height: 40px;
}

.statistics_link {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
}

.pagination {
    margin-top: 30px;
}

.pagination_inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination_item {
    margin-right: 60px;
    cursor: pointer;
}

.pagination_item:last-child {
    margin-right: 00px;
}

.pagination_link {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-decoration: none;
    color: #000;

}


/*syndicate_details page*/

.syndicate_details {
    margin-top: -10px;
    margin-bottom: 65px;
}

.syndicate_details_inner {
    display: flex;
    justify-content: space-between;
}

.syndicate_details_title {
    margin: 10px 0 0 30px;
}

.syndicate_details_item {

}

.draw_inner {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-left: 30px;
}

.draw_item {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 15px;
    width: 781px;
    height: 68px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

.draw_text {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    margin: auto 0;
    padding-left: 30px;
    width: 500px;
}

.draw_prise {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    margin: auto 0;
    margin-left: 40px;
    text-wrap: nowrap;
}

.draw_button {
    min-width: 90px;
    height: 30px;
    margin: auto 20px;
}

.draw_link {
    text-transform: uppercase;
}

.best_deal {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    margin-left: 5px;
    margin-bottom: 10px;

    text-transform: uppercase;
}

.draw_days {
    margin-top: 60px;
}

.draw_days_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}

.draw_days_inner {
    display: flex;
}

.draw_days_item {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-right: 35px;
}

.draw_days_item:last-child {
    margin-right: 0;
}

.draw_days_text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 40px;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
}

.draw_days_img {
    margin: 10px 0 5px 0;
    text-align: center;
}


.question_syndicate_details {
    margin-top: 25px;
    padding-left: 20px;
}

.package {
    margin-right: 15px;
    width: 325px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding-bottom: 20px;
}

.package_account {
    position: relative;
}

.package_account:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 290px;
    height: 1px;
    background-color: #E0E0E0;
}

.package_logo {
    margin: 15px 40px 0 40px;
}

.package_title {
    font-size: 20px;
    margin: 10px 0 0 0px;
}

.package_text {
    margin: 5px 0 18px 0px;
}

.package_statistics {
    padding: 20px 0 0 45px;
}

.about_package {
    margin-top: 20px;
    width: 200px;
}

.about_package_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;

    text-transform: uppercase;
}

.about_package_text {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-left: 20px;
    margin-bottom: 10px;
}

.about_package_text:before {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    border-top: 1px solid #13902A;
    border-right: 1px solid #13902A;
    position: absolute;
    top: 10px;
    left: -15px;
    z-index: 1;
    transform: translateY(-50%) rotate(135deg);
}

.about_package_item img {
    margin-right: 10px;
}

.lotteries_included {
    width: 325px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    margin: 30px 15px 0 35px;
}

.lotteries_included_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    margin-top: 15px;

    text-transform: uppercase;
}

.lotteries_included_item {
    border-bottom: 2px solid #e0e0e0;
}

.lotteries_included_item:last-child {
    border-bottom: none;
}

.included_top {
    padding-left: 30px;
}

.included_img {
    border: none;
    margin: 5px 0 0 15px;
    width: 80px;

}

.included_img img {
    width: 80px;
}

.included_info {
    padding-left: 10px;
    margin-top: 20px;
}

.included_content {

}

.included_content img {
    width: 17px;
}

.included_description {
    font-size: 12px;
    padding-left: 5px;
}

.lotteries_included_line {
    margin-top: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
}

.lotteries_included_text {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
}

.modal_window_form_lottery {
    margin-left: auto;
    margin-right: auto;
    width: 790px;
    height: 96vh;
    background: white;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    align-self: center;
}

@media (max-width: 790px) {
    .modal_window_form_lottery {
        width: 96vw;
    }
}

.your_choise-item-syndicate-img {
    border: 2px solid #e0e0e0;
    border-radius: 100px;
    padding: 10px;
    flex-basis: initial;
    height: fit-content;
}

.your_choise_flex {
    justify-content: center;
    max-width: 936px;
    margin: 30px auto 0;
}

.your_choise-item_syndicate_img_wrapper {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
}

.your_choise-item-syndicate:nth-child(n + 2) {
    text-align: center;
    align-self: baseline;
    margin: 50px 50px 0;
}

.your_choise-item-syndicate-lotteries {
    margin-left: 20px !important;
}

.your_choise-item-group-name {
    margin-right: 0px !important;
}

.syndicate_lottery_images {
    width: 90px;
    padding: 10px;
    height: 282px;
}

.syndicate_name_payment {
    font-size: 18px;
    font-weight: 500;
    color: #333333e6;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.you_will_play {
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #333333b5;
}

.group_name_text {
    font-weight: 500;
    color: #333333b5;
    font-size: 14px;
    margin-top: 5px;
}

.syndicate_img_payment {
    width: 120px;
}

.close_modal {
    position: absolute;
    align-self: flex-end;
}

.content_modal {
    display: flex;
    flex-direction: column;
}

.user_played_lottery_img {
    width: 100px;
    align-self: center;
}

.syndicate_lottery_images_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 1000px) {

    .you_will_play {
        text-align: center;
    }
}

@media (max-width: 701px) {
    .your_choise-item-syndicate:nth-child(n + 2) {
        flex-basis: 100%;
        margin: 0;
    }

    .your_choise {
        justify-content: center;
    }

    .your_choise-item-group-name {
        margin-bottom: 40px !important;
    }

    .your_choise_flex {
        justify-content: center;
    }

    .your_choise-item-syndicate-img {
        margin-bottom: 20px;
    }
}

#submit_crypto_startajob_syndicate {
    width: 340px;
}

.played_lines_header {
    display: flex;
    flex-direction: column;
}

.played_lines_header_description {
    font-size: 30px;
    color: #08598e;
    text-align: center;
    font-weight: 500;
}

.lottery_number {
    width: 27px;
    position: relative;
    height: 27px;
    display: flex;
    color: black;
    justify-content: center;
    align-items: center;
    background-color: rgb(247, 247, 247);
    border-radius: 6px;
}

.lottery_lines_description {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.played_lines_no_and_nums_header {
    display: flex;
    justify-content: flex-start;
    flex-basis: 50%;
    margin-left: 21.5px;
    padding-left: 21.5px;
}

.played_lines_no_and_nums_header:nth-child(even) {
    padding-left: 0;
    margin-left: 125px !important;
}

.row_number {
    margin-right: 25.5px;
}

.line_number {
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.lottery_number_stars {
    background-color: #08598e;
}

.user_played_lotteries_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.lottery_line {
    display: flex;
    flex-direction: row;
    padding: 10px;
    border-bottom: 1px dotted #999;
    width: 345px;
    justify-content: space-evenly;
    margin: 0 10px;
}

@media (max-width: 760px) {
    .user_played_lotteries_wrapper {
        justify-content: center;
    }


    .played_lines_no_and_nums_header {
        justify-self: center;
        flex-basis: 100%;
        max-width: 345px;
        padding: 0;
        margin-left: 65px;
    }

    .played_lines_no_and_nums_header:nth-child(even) {
        display: none;
    }

    .lottery_lines_description {
        justify-content: center;
    }
}

@media (max-width: 435px) {
    .played_lines_no_and_nums_header {

    }
}

.included_bottom {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    justify-content: space-between !important;
    max-width: 300px;
}

.included_price {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    margin: -2px 0 0 50px;
}

.included_timer {
    margin-left: 40px;
    display: flex;
    align-items: center;
}

.included_timer img {
    width: 13px;
}

.included_time {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;

    color: #0061A3;
}

/*my_account*/
.my_account {
    padding: 0 30px;
    display: flex;
}

/* left side*/
.my_account_left {
    max-width: 325px;
    margin-right: 60px;
}

.my_account_info {
    padding: 0px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
}

.my_account_description {
    padding: 16px 0;
    text-align: center;
    border-bottom: 2px solid #E0E0E0;
}

.my_account_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
}

.my_account_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 12px 0 2px;
}

.my_account_link {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #0061A3;
}

.my_account_link:hover {
    color: #0011A3;
}

.my_account_balance {
    padding: 20px 32px;
    border-bottom: 2px solid #E0E0E0;
}

.balance_title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}

.balance_money {
    margin: 10px 0 15px;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;

    color: #13902A;
}

.my_account_button {
    width: 229px;
    height: 52px;
}

.my_account_button_link {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}

.my_account_winning {
    padding: 15px 32px 10px;
}

.winning_item {
    padding-top: 5px;
}

.winning_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;

    color: #5F5F5F;
}

.my_account_activity {
    position: relative;
    margin-top: 30px;
    padding: 30px 30px 100px 48px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
}

.activity_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin-top: 13px;
}

.Earnings {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;

    color: #13902A;
}

.Refered {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;

    text-transform: uppercase;
}

.flex_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.activity_view {
    position: initial;
    font-size: 16px;
    top: 124px;
    right: 30px;
    margin-top: 13px;
}

.actyvity_link {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}

.activity_link_works {
    display: block;
    margin-top: 12px;
    font-size: 16px;
}

/* right side*/
.my_account_right {
    width: 755px;
    padding: 15px 0;
}

/*personality*/
.personality {
    padding-top: 97px;
}

.personality_item {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 2px solid #e0e0e0;
}

.personality_info {
    display: flex;
    align-items: center;
}

.personality_logo {
    width: 50px;
    height: 50px;
}

.personality_img {
    width: 100%;
}

.personality_text {
    margin-left: 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.personality_money {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    margin-left: 10px;
    text-transform: uppercase;

    color: #13902A;
}

.personality_links {
    display: flex;
    flex-direction: column;
    width: 120px
}

.personality_link {
    font-size: 16px;
}

.personality_error {
    position: absolute;
    top: 35px;
    right: 5px;

}

.personality_error:hover {
    cursor: pointer
}

.error_text {
    display: block;
    width: 115px;
    padding: 3px 0px;
    text-align: center;

    position: absolute;
    top: -30px;
    right: 0px;;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    opacity: 0;

    color: #F30000;
    border: 2px solid #F30000;
    transition: opacity .1s linear;
}

.error_text:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #F30000;
    border-right: 2px solid #F30000;
    background-color: #fff;
    position: absolute;
    bottom: -10px;
    right: 10px;
    z-index: 1;
    transform: translateY(-50%) rotate(135deg);
}

/* entries */
.entries_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin-top: 34px;
    text-transform: uppercase;
}

.entries {
    padding: 24px 30px;

}

.table {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e0e0e0;
    border-radius: 8px 8px 0px 0px;
}

.table_head {
    display: flex;
    border-bottom: 1px solid #e0e0e0;

}

.table_title {
    min-width: 143px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    border-left: 1px solid #e0e0e0;
}

.table_title:first-child {
    width: 174px;
    border-left: none;
}

.table_title:nth-child(2) {
    width: 234px;
}

.table_inner {
    display: flex;
    height: 65px;
    border-bottom: 1px solid #e0e0e0;
}

.table_inner:last-child {
    border-bottom: none;
}

.table_item {
    min-width: 143px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #e0e0e0;
}

.table_item:first-child {
    width: 174px;
    border-left: none;
}

.table_item:nth-child(2) {
    width: 234px;
}

.table_logo {
    width: 80px;
}

.table_link {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #0061A3;
    cursor: pointer;
}

.table_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #5F5F5F;
    margin-top: 2px;
}

.table_view_all {
    float: right;
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #0061A3;
}

.personal_information_mb {
    margin-bottom: 60px;
}

/* personal_information */
.personal_information {
    padding: 0px 0 0 30px;
    position: relative;
}

.personal_information_title {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;
}

.personal_help_link:hover {
    text-decoration: underline;
}

.personal_help_link:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0061A3;
    border-right: 2px solid #0061A3;
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 1;
    transform: translateY(-50%) rotate(45deg);
}

.personal_information_inner {
    position: relative;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}

.personal_information_left {
    width: 30%;
    padding: 8px 30px 0 0;
    border-right: 2px solid #e0e0e0;
}

.information_item {
    padding: 25px 15px;
    height: 79px;
    color: #5F5F5F;
    border-bottom: 2px solid #e0e0e0;
}

.information_item:hover {
    cursor: pointer;
}

.information_item.active {
    color: #000;
}

.information_text {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;

    text-transform: uppercase;
}

.personal_information_right {
    position: relative;
    padding: 20px 0 40px 0px;
    width: 760px;
}

.personal_help_link {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    position: absolute;
    padding-right: 20px;
    color: #0061A3;
    text-decoration: none;
    margin: 0;
    top: 0px;
    right: 40px;
}

/* form */
.information_form {
    display: block;
}

.subtitle_form {
    display: none;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    margin: 22px 0 25px;
    text-transform: uppercase;
}

#personal_information_form {
    display: block;
    padding: 25px 30px 0 0;
}

#address_information_form {
    display: none;
    padding: 25px 30px 0 0;
}

#login_information_form {
    display: none;
    padding: 25px 30px 0 0;
}

#card_information_empty {
    display: none;
    justify-content: space-between;
    padding: 40px 30px 20px 15px;
}

#card_information_form {
    display: none;
    padding: 0 30px 0 0;
}

.personal_input {
    width: 100%;
    height: 68px;
    padding: 14px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;

    color: #000;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.flex_box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.login_text {
    width: auto;
}

.card_text {
    width: auto;
}

.box_text {
    width: auto;
}

.personal_date {
    position: relative;
    width: 233px;
    background-color: #fff;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.selected_wrap {
    position: relative;
}


.phone_box {
    position: relative;
}

.personal_country_code {
    display: flex;
    align-items: center;
    height: 60px;
    position: absolute;
    left: 20px;
    top: 5%;
    border-right: 2px solid #e0e0e0;
    background-color: #fff;

}

.card_information_text {
    width: 130px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    text-decoration-line: underline;
    color: #5F5F5F;
}

.default {
    color: #000;
}

.verified {
    color: #13902A;
}

.not_verified {
    color: #F30000;
}

.personal_button {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-top: 15px;
    text-transform: uppercase;
    width: 320px;
    height: 52px;
    background: #F7D300;
    border-radius: 8px;
    border: none;
}

.personal_button:hover {
    cursor: pointer;
}

#pesonal_cancel {
    width: 233px;
    background: #E0E0E0;
    color: #5F5F5F;
}

#personal_phone_number {
    padding-left: 145px;
}

#personal_login_number {
    padding-left: 145px;
}

#personal_password {
    margin: 0 0 5px 0;
}

#personal_re-enter_password {
    margin: 0 0 5px 0;
}

.personal_pasword_text {
    margin-bottom: 16px;
}

#personal_card_year {
    margin-left: 15px;
}

.checbox {
    display: flex;
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
}

.checkbox_input {
    width: 30px;
    height: 30px;
}

.checkbox_label {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    margin-right: 30px;
}

.add_card_link {
    width: 350px;
    text-align: right;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #0061A3;
    text-transform: uppercase;
}

.add_card_title {
    margin-bottom: 65px;
}

.checkbox_card_information {
    display: flex;
    align-items: center;
}

#checkbox_card {
    left: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
}

.checkbox_label_card {
    margin-left: 15px;
}

.card_information_button {
    width: 340px;
    margin-top: 45px;
}


/*card_information_filled*/
#card_information_filled {
    display: none;
    padding: 25px 0px;
}

.form_subtitle {

}

.card_information_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    height: 68px;

}

.card_information_desc {
    display: flex;
    align-items: center;
    padding: 22px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    height: 100%;
}

.card_information_logo {
    display: flex;
}

.card_information_name {
    font-size: 20px;
    margin-left: 30px;
}

.add_card {
    margin-top: 18px;
    float: right;
}

/* IDENTITY VERIFICATION */
.identity {
    padding: 0px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.button_back_identity {
    align-self: flex-start;
}

.identity_wrap {
    padding: 30px 0px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.identity_table_wrap {
    padding: 30px 25px 0 10px;
    direction: ltr;
}

.identity_table {
    display: flex;
    border: 2px solid #e0e0e0;
}

.identity_table_head {
    border: 2px solid #e0e0e0;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
}

.identity_table_inner {
    display: flex;
    flex-direction: column;
    width: 180px;
    border-right: 2px solid #e0e0e0;
}

.identity_table_inner:first-child {
    width: 383px
}

.identity_table_inner:last-child {
    width: 200px;
    border-right: none;
}

.identity_table_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    border-bottom: 2px solid #e0e0e0;
    text-align: center;
}

.pasport_title {
    display: none;
}

.identity_table_item {
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.identity_table_card {
    display: flex;
}

.identity_card_logo {
    display: flex;
    width: 30px;
}

.identity_table_logo {
    display: flex;
    width: 20px;
}

.identity_table_img {
    width: 100%;
}

.identity_card_name {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin-left: 10px;
    text-transform: uppercase;
}

.not_verified_table_text {
    text-align: center;
    color: #F30000;
}

.upload_file {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.visible {
    display: block;
}

.invisible {
    display: none;
}

.identity_table_text {
    font-size: 16px;
}

.status_text {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
}

.pending_verification {
    color: #ffe133;
}

.id_image_validation_param {
    text-align: center;
    color: #F30000;
    display: none;
}

.identity_table_link {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-decoration-line: underline !important;
    color: #0061A3 !important;
    cursor: pointer;
}

.pasport_head {
    display: none;
}


/*withdraw*/
.withdraw_right {
    padding: 30px 50px 0;
    width: 70%;

}

.withdraw_item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px;
    height: 60px;
    color: #5F5F5F;
    border-bottom: 2px solid #e0e0e0;
}

.withdraw_item:hover {
    cursor: pointer;
}

.withdraw_item.active {
    color: #000;
}

.withdraw_item:after {
    content: "";
    display: none;
    width: 8px;
    height: 8px;
    border-top: 2px solid #5F5F5F;
    border-right: 2px solid #5F5F5F;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    transform: translateY(-50%) rotate(45deg);
}

.withdraw_logo {
    display: flex;
    width: 30px;
    margin-right: 8px;
}

.withdraw_img {
    width: 100%;
}

.withdraw_request {
    text-align: center;
}

.withdraw_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
}

.withdraw_text {
    /*margin: 30px 0 10px;*/
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;

    text-transform: uppercase;
}

.withdraw_price {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
    color: #13902A;
}

.withdraw_box {
    position: relative;
    margin-bottom: 10px;
}

.withdraw_currency {
    position: absolute;
    height: 100%;
    bottom: 0;
    right: 0;
}

.withdraw_currency:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    background-color: #fff;
    position: absolute;
    bottom: 20px;
    right: 40px;
    z-index: 1;
    pointer-events: none;
    transform: translateY(-50%) rotate(135deg);
}

.withdraw_currency_choice {
    position: relative;
    text-align: center;
    height: 100%;
    width: 145px;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    background-color: #fff;
    border: 2px solid #e0e0e0;

    border-radius: 0 8px 8px 0;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

#withdrawable_balance {
    height: 52px;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;

    color: #000000;
}

.withdraw_balance_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;

    color: #5F5F5F;
    margin-bottom: 30px;
}

.withdraw_details_text {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #5F5F5F;
}

.withdraw_information_item {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    align-items: flex-end;
}

.withdraw_information_desc {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 22px 30px;
    height: 68px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
}

.withdraw_card_name {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    margin-left: 30px;
}

.withdraw_operation {
    width: 420px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
}

.withdraw {
    color: #0061A3;
}

.withdraw_information_logo {
    width: 24px;
    height: 24px;
}

.withdraw_information_img {
    width: 100%;
}

#withdraw_form {
    display: block;
}

#transactions_form {
    display: none;
}

.transactions_title {
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase;
}

.transactions_table {
    padding: 30px 15px 42px 0;
}

.transactions_table_wrap {
    display: flex;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    width: fit-content;
    margin: 0 auto;
}

.transactions_table_inner {
    width: auto !important;
    border: 0;
    border-left: 2px solid #e0e0e0;
}

.transactions_table_inner:first-child {
    width: 130px;
    border-left: none;
}

.transactions_table_inner:nth-child(3) {
    width: 280px;
}

.transactions_table_head {
    padding: 16px 0;
    height: 52px;
    border-bottom: 2px solid #e0e0e0;
}

.transactions_table_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    padding: 0 10px;
}

.transactions_table_item {
    padding: 15px;
    height: 74px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-bottom: 2px solid #e0e0e0;
}

.transactions_table_item:last-child {
    border-bottom: none;
}

.transactions_table_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
}

.transactions_table_subtext {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
}


/*transaction_information*/
.transaction_information {
    position: relative;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}

.button_back_history {
    align-self: flex-start;
}

.transaction_help_link {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    color: #0061A3;
    position: absolute;
    top: 8px;
    right: 60px;
    text-decoration: none;
}

.transaction_help_link:hover {
    text-decoration: underline;
}

.transaction_help_link:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0061A3;
    border-right: 2px solid #0061A3;
    position: absolute;
    top: 50%;
    right: -20px;
    z-index: 1;
    transform: translateY(-50%) rotate(45deg);
}

.transaction_information_inner {
    position: relative;
    padding: 25px 15px;
}

.transaction_history {

}

.transactions_history_table {
    padding: 15px 30px;
    margin-bottom: 30px;
}

.transactions_history_inner {
    width: 262px;
    border-right: 2px solid #e0e0e0;
}

.transactions_history_inner:last-child {
    border-right: none;
}

.transactions_history_title {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
}

.transactions_history_item {
    padding: 15px;
    height: 52px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-bottom: 2px solid #e0e0e0;
}

.transactions_history_item:last-child {
    border-bottom: none;
}

/* lottery_syndicate */
.lottery_syndicate {
    padding: 0 30px;
    position: relative;
}

.lottery_syndicate_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;
}

.lottery_syndicate_subtitle {
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase;
}

.lottery_syndicate_link {
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    text-decoration-line: underline;
    position: absolute;
    top: 5px;
    right: 30px;
    color: #0061A3;
}

.lottery_syndicate_help_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #0061A3;
    text-decoration: none;
    position: absolute;
    top: 35px;
    right: 90px;
}

.lottery_syndicate_help_link:hover {
    text-decoration: underline
}

.lottery_syndicate_help_link:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0061A3;
    border-right: 2px solid #0061A3;
    background-color: #fff;
    position: absolute;
    top: 10px;
    right: -20px;
    z-index: 1;
    transform: translateY(-50%) rotate(45deg);
}

.lottery_syndicate_wrap {
    position: relative;
    padding: 30px 8px;
}

.lottery_syndicate_table {
    margin-top: 15px;
    display: flex;
    border: 2px solid #e0e0e0;
    border-radius: 8px 8px 0 0;
}

.lottery_syndicate_inner {
    width: 120px;
    border-right: 2px solid #e0e0e0;
}

.lottery_syndicate_inner:first-child {
    width: 235px;
}

.lottery_syndicate_inner:nth-child(2) {
    width: 190px;
}

.lottery_syndicate_inner:nth-child(3) {
    width: 160px;
}

.lottery_syndicate_inner:nth-child(6) {
    width: 190px;
}

.lottery_syndicate_inner:last-child {
    width: 110px;
    border-right: none;
}

.lottery_syndicate_head {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    border-bottom: 2px solid #e0e0e0;
}

.syndicate_table_title {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
}

.lottery_syndicate_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 125px;
}

.syndicate_table_content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.syndicate_table_logo {
    display: flex;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    min-width: 60px;

}

.syndicate_table_img {
    width: 100%;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    cursor: pointer;
}

.syndicate_table_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}

.upper {
    text-transform: uppercase;
}

.second_syndicate_table {
    margin: 0;
    border-top: none;
    border-radius: 0;
}

.second_syndicate_table
.lottery_syndicate_head {
    display: none
}

.discount {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.paymethod_title {

    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    /* or 31px */

    text-transform: uppercase;
}

.payment_inner {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.payment_item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.payment_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 40px;
}

.payment_img img {
    height: 100%;
}

.payment_text {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    margin-left: 20px;
}

.total {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    margin-top: 50px;
}

.payment_method {
    margin: 75px 0;
    padding-left: 15px;
}

.payment_back {
    display: none;
    margin: 0 0 20px 22px;
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    text-decoration: none;
    letter-spacing: -0.4px;

    color: #0061A3;
}

.included_middle {
    display: flex;
    flex-direction: column;
    padding: 20px 50px;
}

.payment_back:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0061A3;
    border-right: 2px solid #0061A3;
    position: absolute;
    top: 50%;
    left: -15px;
    z-index: 1;
    transform: translateY(-50%) rotate(-135deg);
}

.payment_method_inner {
    display: flex;
    justify-content: space-between;
}

.payment_method_item {
    padding-top: 30px;
}

.method_choice {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    cursor: pointer;
}

.method_choice.active {
    color: #0061A3;
}

/*.method_choice.active:before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0061A3;
    border-right: 2px solid #0061A3;
    position: absolute;
    top: 50%;
    right: -85px;
    z-index: 1;
    transform: translateY(-50%) rotate(45deg);
}*/
.method_choice.active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 350px;
    height: 2px;
    background-color: #E0E0E0;
}

.method_img {

}

.method_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-left: 10px;
}

.form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    padding: 30px 0 30px 28px;

    width: 760px;

    border-left: 2px solid #E0E0E0;
}

.form_title {
    display: none;
}

.form_text {
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 10px;
}

.form_input {
    width: 730px;
    height: 68px;
    padding: 14px 30px;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 120%;
    margin-bottom: 15px;
    border: 2px solid #E0E0E0;
    background-color: #fff;
    border-radius: 8px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

#month {
    width: 357px;
    margin-right: 0px;
}

#year {
    margin-left: 15px;
    width: 357px;
}

#cvv {
    margin-bottom: 30px
}

.form_button {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    height: 52px;

    text-align: center;
    letter-spacing: -0.41px;
    text-transform: uppercase;

    border: none;
    cursor: pointer;
}

#submit {
    margin-right: 155px;
    width: 340px;
}

#cancel {
    width: 233px;
    background: #E0E0E0;
    color: #5F5F5F;
}

#first_form {
    display: flex;
}

#second_form {
    display: none;
    margin-bottom: 10px;
}

.form_subtitle {
    margin: 10px 0 15px;
    width: 700px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
}

#email {
    margin-bottom: 10px;
}

#password {
    margin-bottom: 5px
}

.pasword_text {
    width: 700px;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;

    color: #5F5F5F;
}

#login {
    margin: 30px 350px 10px 0;
    width: 340px;
}

.privacy_link {
    margin-right: 240px;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;

    color: #5F5F5F;
    text-decoration: none;
}

.privacy_link:hover {
    color: #F7D300;
    text-decoration: underline;

}

.have_link {
    margin-right: 35px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;

    color: #0061A3;
}

.signup_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #0061A3;
}

/*payment*/
.wraper {
    position: relative;
    margin: 0 auto 105px;
    max-width: 1012px;
}

.payment_wraper_item {
    text-align: center;
    padding: 60px 0 45px;
}

.payment_wraper_item:first-child {
    border-bottom: 2px solid #E0E0E0;
}

.green {
    color: #13902A;
}

.payment_description {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
}

.payment_jackpot {
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    margin: 45px 0 30px;
}

.payment_wraper_text {
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 15px;
    /* or 31px */

    text-transform: uppercase;
}

.payment_button {
    width: 320px;
    height: 52px;
    margin: 55px auto 0;
    text-transform: uppercase;
}

.payment_button a {
    font-size: 24px;
}

.verification_button {
    width: 328px;
    height: 52px;
    margin: 30px auto 105px;
    text-transform: uppercase;
}

.verification_button a {
    font-size: 24px;
}

/*Sign Up*/
.wraper_title {
    padding: 30px 0 0 30px;
}

.help_link {
    font-size: 22px;
    position: absolute;
    top: 30px;
    right: 30px;
    margin: 0;
}

.help_link:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0061A3;
    border-right: 2px solid #0061A3;
    position: absolute;
    top: 50%;
    right: -20px;
    z-index: 1;
    transform: translateY(-50%) rotate(45deg);
}

#signup {
    position: relative;
    padding: 30px 0px 0px 0px;
    margin: 0;
    width: 100%;
    border: none;
    margin-bottom: 0px;
}

.country_code {
    display: flex;
    align-items: center;
    height: 60px !important;
    position: absolute;
    left: 50px;
    top: 73px !important;
    border-right: 2px solid #e0e0e0;
}

.country_img {
    display: flex;
    border-radius: 2px;
    width: 31px;
}

.country_code_choice {
    padding-right: 5px;
    margin-right: 10px;
    border: none !important;
    outline: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
    line-height: 110%;
    background-color: #fff;
}

#phone_number {
    width: 100%;
    padding: 0 50px 0 195px;
}

#email_address {
    width: 100%;
    padding: 24px;
}

.agree_text {
    text-align: center;
    margin-top: 30px;
}

.agree_link {
    text-decoration: none;
    color: #0061A3;
}

.agree_link:hover {
    text-decoration: underline;
}

.create_account {
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-top: 60px;
}

.create_account:before,
.create_account:after {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    width: 177px;
    height: 1px;
    background-color: #e0e0e0;
}

.create_account:before {
    left: 160px;
}

.create_account:after {
    right: 160px;
}

.create_button {
    width: 388px;
    height: 52px;
    margin: 30px auto 0;
    background: #0061A3;
    border-radius: 8px;
}

.create_link {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

/*Welcome*/
#welcome {
    border: none;
    width: 100%;
    margin: 0;
    padding: 30px 8px 0 30px;
}

.your_number {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.change_link {
    font-weight: 400;
    font-size: 22px;
    margin: 0 auto;

}

.phone_number {
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    margin-left: 25px;
    margin-bottom: 10px;
}

#sigin_password {
    width: 100%;
    margin: 0;
    margin-right: 20px;
}

.password_link {
    font-size: 22px;
    width: 100%;
    margin-right: 20px;
    text-align: end;
}

.welcome_button {
    width: 320px;
    height: 52px;
    margin: 30px auto 0;
    text-transform: uppercase;

}

.welcome_button a {
    font-size: 24px;
}

/*create_account*/
#create_account {
    position: relative;
    border: none;
    width: 100%;
    margin: 0 0 80px 0;
    padding: 30px;
}

.full {
    width: 100%;
}

#country {
    width: 952px;
}

.shift {
    margin-bottom: 20px;
}

.signin_already {
    width: 480px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto 0;
    padding-top: 25px;
    border-top: 1px solid #e0e0e0;

}

.already_text {
    width: auto;
    margin: 0;
}

.arrow {
    position: relative;
    padding-right: 10px;
}

.arrow:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0061A3;
    border-right: 2px solid #0061A3;
    position: absolute;
    bottom: 0;
    right: -10px;
    z-index: 1;
    transform: translateY(-50%) rotate(45deg);
}

/*verification*/

#verification {
    text-align: center;
    border: none;
    margin: 0 auto;
    padding: 30px 30px 10px 30px;
}

.change_number {
    margin: 0 auto 62px;
}

.verification_number {
    width: 100%;
    margin: 5px auto 16px;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    text-transform: lowercase;
}

.sms_code {
    width: 190px;
    margin: 18px auto 18px;

}

.number_input {
    width: 50px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.send_again {
    display: flex;
    margin: 47px auto 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.select_lottery {
    margin: 0 auto 40px auto;
    width: 250px;
}

.send_again:hover {
    cursor: pointer
}

.send_text {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.22px;
    margin-left: 20px;
}

.question_verification {
    max-width: 830px;
    margin: 0 auto;
}

.confirmation {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 20px;
}

/* currency */
.deposit_currency {
    position: relative;
    display: flex;
    justify-content: center;
}

/*.deposit_currency:after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0061A3;
    border-right: 2px solid #0061A3;
    position: relative;

    pointer-events: none;
    top: 30px;
    right: 30px;
    z-index: 1;
    transform: translateY(-50%) rotate(135deg);
}*/
#currency_price {
    margin: 0;
    width: 100%;
    border: 2px solid #e0e0e0 !important;
    border-right: none;
    border-radius: 8px;
    outline: none;
    max-width: 400px;
}

.currency_choice {
    position: initial;
    height: 68px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    border: 2px solid #e0e0e0 !important;
    background-color: #fff;
    border-left: none;
    border-radius: 8px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    margin-right: 15px;
    padding: 0 !important;
    width: 100px;
}

.deposit_title {
    font-weight: 500;
    margin: 28px 0 15px;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase;
}

.currency_choice option {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.deposit_method {
    margin-top: 30px;
}


/*All Lotteries*/
.page_lottery {
    padding: 0 15px;
}

.lotteries {
    padding-top: 20px;
}

.lotteries_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 3px solid #f30000;
}

.lotteries_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    color: #000;
}

.lotteries_title:first-child {
    width: 20%;
}

.lotteries_title:nth-child(2) {
    width: 8%;
    text-align: end;
}

.lotteries_title:last-child {
    width: 32%;
    text-align: start;
}

.lotteries_item {
    margin-top: 5px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: .3s;
}

.lotteries_item:hover {
    cursor: pointer;
    box-shadow: 0px 0px 100px 100px #e0e0e0;
}

.lotteries_item:hover .lotteries_button {
    /*    background: #fd34da;*/
}

.lotteries_country {
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lotteries_county-logo {
    width: 30px;
    height: auto;
}

.lotteries_country-name {
    text-align: center;
}

.lotteries_lotto {
    display: flex;
    align-items: center;
    width: 270px;
}

.lotteries_lotto-logo {
    width: 80px;
    height: auto;
}

.lotteries_lotto-name {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    color: #444;
    margin-left: 10px;
}

.lotteries_price {
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    color: #08598e;
    width: 140px;
}

.lotteries_text {
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    color: #000;
    width: 80px;
}

.lotteries_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 30px;
    color: #000;
    background: #F7D300;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    border: none;
    border-radius: 8px;
}

.lotteries_button:hover {
    background: #F7d000;
    cursor: pointer;
}

.lottery_join {
    padding-top: 40px;
}

.lottery_join-title {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 120%;
    color: #000;
    border-bottom: 3px solid #f30000;
}

.join_question-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.list_item {
    font-size: 16px;
    font-weight: bold;
    list-style: none;
    position: relative;
    padding: 6px 0px 6px 10px;
}

.list_item:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: -30px;
    background: url(../images/thank_v_s.png) center no-repeat;
}

.join_pick-lottery {
    display: flex;
    justify-content: space-between;
}

/*Slot Mashine*/
#PageContainer, #PageContainerInner {
    height: auto;
}

#PageContainerInner {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

#PageContainer {
    background: none;
}

#prizes_list {
    position: relative;
    left: 0;
    top: 30px;
    background: url(../images/WinChart.png) center no-repeat;
    padding: 55px 10px 0;
    width: 400px;
    height: 440px;
}

#prizes_list .tdPayout {
    display: flex;
    align-items: center;
}

.tdPayout img {
    display: flex;
}

.tdPayout b {
    margin: 0 5px;
}

#slotMachineContainer {
    position: relative;
    left: 0;
    top: 0;
    width: 525px;
    height: 525px;
    background: url(../images/Won.png) center no-repeat;
}

#slotMachineContainer #ReelContainer {
    position: absolute;
    left: 45px;
    top: 120px;
}

#slotMachineContainer #loggedOutMessage,
#slotMachineContainer #failedRequestMessage {
    top: 214px;
    left: 82px;
}

#slotMachineContainer #betContainer {
    top: 453px;
    left: 30px;
}

#slotMachineContainer #spinButton {
    left: 372px;
    top: 443px;
}

/*Promotions get more*/
.get_more_spin {

}

.get_more_spin .card_description {
    font-size: 16px;
}

.get_more_spin .lotteries_button {
    width: 350px;
    height: 50px;
    margin: 30px auto 30px;
    font-size: 20px;
}

.promotion_inner {
    border-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*    padding-top: 20px;*/
    margin: 0 auto;
    margin: 0 auto;
}

.promotion_item {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    display: flex;
    width: 870px;
    justify-content: space-between;
    padding: 10px 20px 10px 60px;
    /*   border: 1px solid #e2e2e2;*/
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 40px;
    margin-left: 85px;
}

.promotion_left-col {
    display: flex;
    flex-direction: column;
}

.promo_offer {
    position: absolute;
    left: -87px;
    top: 10px;
}

.promotions_social {
    width: 135px;
}

.promotion_discount {
    width: 120px;
}

.promotion_left-col .join_question-title {
    margin: 0;
    text-align: center;
}

.promotion_left-col img {
    margin-top: 10px;
}

.promotion_middle-col {
    width: 300px;
}

.promotion_right-list {
    display: flex;
    align-items: center;
    margin-top: 10px;
    position: relative;
}

.number_list {
    width: 30px;
    height: 30px;
    background-color: #f30000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-right: 50px;
}

.hand {
    position: absolute;
    top: 0;
    width: 30px;

}

.promotion_right_link {
    height: 30px;
    margin-right: 10px;
}

.link_us {
}

.promotion_right-list .lotteries_button {
    width: 180px;
    height: 30px;
    color: #777;
    background: #cecece;
}

.promotion_right-list .lotteries_button:hover {
    cursor: not-allowed;
}

/*Lottery result*/

.lottery-winners-page .lotteries_title:last-child {
    width: 43%;
}

.lottery_result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
}

.lottery_result-item {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    background: #e5e5e5;
    border-radius: 50%;
}

.lottery_result-blue {
    color: #fff;
    background: linear-gradient(180deg, #004877, #0065a7);
    border: 1px solid #08598d;
}

.lottery_winners {
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
}

.lottery_winners-item {
    position: relative;
    width: 310px;
    height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lottery_winners-content {
    position: relative;
}

.winner {
    position: absolute;
    left: 0;
    top: 0;
}

.winners_photo {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    width: 310px;
    height: 150px;
}

.lottery_winners-description {
    position: relative;
    padding: 10px 0;
}

.lotto_logo {
    position: absolute;
    top: 15px;
    right: 15px;
}

.lottery_winners-name {
    width: 250px;
    height: 36px;
    font-size: 15px;
}

.lottery_winners-text {
    font-size: 22px;
}

.lottery_winners-item .lotteries_button {
    width: 100px;
    height: 40px;
    position: absolute;
    bottom: 0;
}


@media (max-width: 1230px) {
    .baner_wrap {
        padding: 0;
    }

    .baner_inner {
        max-width: 960px;
        height: 380px;
    }

    .baner_top {
        padding-top: 15px;
        height: 300px;
    }

    .baner_title {
        max-width: 400px;
    }

    .baner_subtitle {
        font-size: 42px;
        line-height: 30px;
    }

    .baner_price {
        font-size: 46px;
    }

    .baner_text {
        font-size: 26px;
        line-height: 30px;
    }

    .baner_button {
        width: 250px;
        height: 58px;
        font-size: 28px;
    }

    .page_inner {
        padding: 0;
    }

    .payment_method_inner {
    }

    .payment_method {
        margin: 40px auto;
        padding: 0;
    }

    .payment_method_choice {
        margin-right: 40px;
    }

    .method_choice.active:before {
        right: -20px;
    }

    .method_choice.active:after {
        width: 100%;
    }

    .form {
        width: 650px;
    }

    .form_input {
        width: 100%;
    }

    #month {
        width: 300px;
    }

    #year {
        margin-left: 20px;
        width: 300px;
    }

    #submit {
        margin-right: 50px;
    }

    #cancel {
        width: 230px;
    }

    #login {
        margin: 30px 0 10px;
    }

    .privacy_link {
        margin-right: 200px;
    }

    .card_inner {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }

    .card_item {
        width: 330px;
        margin-bottom: 15px;
    }

    .lottery {
        margin-top: 40px;
    }

    .lottery_inner {
        justify-content: center;
        flex-wrap: wrap;
    }

    .lottery_item {
        width: 300px;
    }

    .lottery_top {
        padding: 5px 15px;
        justify-content: space-between;
    }

    .lottery_img {
        margin: 0;
        width: 120px;
    }

    .lottery_info {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .lottery_bottom {
        padding: 0 15px;
    }

    .lottery_button {
        width: 150px;
    }

    .play {
        margin-top: 40px;
    }

    .play_item {
        width: auto;
        padding: 0 10px;

    }

    .play_button {
        width: 150px;
    }

    .winners_inner {
        height: 460px;
        margin-top: 40px;
        justify-content: center;
    }

    .biggest_winners {
        width: auto;
        margin-right: 15px;
    }

    .biggest_winners_inner {
        padding: 0 15px;
    }

    .inner_results {
        padding: 0;
        padding-top: 15px;
    }

    .results_img {
        width: 370px;
    }

    .results_img img {
        width: 100%;
    }

    .inner_content {
        padding-top: 15px;
    }

    .content_info {
        padding: 0;
    }

    .latest_winners {
        width: auto;
    }

    .latest_winners_item {
        padding: 0 10px;
    }

    .latest_winners_logo {
        margin-left: 0;
    }

    .question {
        margin: 0;
        margin-top: 40px;
    }

    .question_title {
        text-align: center;
    }

    .accordion {
        margin: 15px auto;
    }

    .footer {
        margin-top: 40px;
    }

    .footer_inner {
        padding-top: 40px;
    }

    .footer_social {
        flex-wrap: wrap;
    }

    .footer_info {
        flex-wrap: wrap;
    }

    /*syndycate*/
    .page_item {
        justify-content: space-evenly;
    }

    .item_account {
        padding: 20px;
        align-self: center;
        width: 100%;
    }

    .account_logo {
        margin: 0;
    }

    .account_title {
        margin-left: 0;
    }

    .account_text {
        margin-left: 0;
    }

    .account_link {
        margin-left: 0;
    }

    .item_content {
        margin: 20px 0;
        max-width: 515px;
        padding: 0 10px;
    }

    .content_title:after {
        display: none;
    }

    .content_information {
        margin: 0 20px;
        padding: 15px 0px;
        border-top: 1px solid #e0e0e0;
    }

    .item_statistics {
        padding: 0 20px;
        justify-content: center;
    }

    /*  syndicate details  */
    .syndicate_details {
        width: 900px;
        margin: 0 auto;
    }

    .syndicate_details_inner {
    }

    .draw_inner {
        padding-left: 0;
    }

    .syndicate_details_title {
        margin-left: 0;
    }

    .draw_item {
        width: auto;
        align-items: center;
        padding: 0 20px;
    }

    .draw_text {
        margin: 0;
        padding: 0;
        width: 310px;
    }

    .draw_prise {
        margin: 0;
    }

    .draw_button {
        margin: 0;
    }

    .draw_days_inner {
        justify-content: space-between;
    }

    .draw_days_item {
        margin-right: 10px;
    }

    .package {
        width: auto;
        margin-right: 0;
    }

    .package_text {
        margin: 5px 0 0 0;
    }

    .package_statistics {
        padding-top: 20px;
    }

    .package_account:after {
        width: 200px;
    }

    .lotteries_included {
        margin: 30px 0 0 0;
    }

    .lotteries_included_item {
        padding: 0 15px;
    }

    .included_top {
        justify-content: center;
        padding: 0;
    }

    .included_bottom {
        justify-content: center;
    }

    .included_price {
        margin: 0;
    }

    .country_wrap {
        width: 100%
    }

    #country {
        width: 100%;
    }

    /*    account    */
    .my_account_right {
        width: 70%;
    }

    .entries {
        padding: 24px 0;
    }

    .table {
        align-items: center;
    }

    .table_head {
        width: 100%;
        justify-content: space-between;
    }

    .table_title {
        min-width: 110px;
    }

    .table_title:first-child {
        width: auto;
    }

    .table_title:nth-child(2) {
        width: 210px;
    }

    .table_body {
        width: 100%
    }

    .table_inner {
        justify-content: space-between;
    }

    .table_item {
        min-width: 110px
    }

    .table_item:first-child {
        width: auto;
    }

    .table_item:nth-child(2) {
        width: 210px;
    }

    /*    personal information*/
    .personal_information {
        padding: 0;
    }

    .personal_information_inner {
        justify-content: center;
    }

    .personal_information_left {
        width: auto;
        padding: 0 20px 0 0;
        margin-right: 20px;
    }

    .information_item {
        padding: 20px 15px;
        height: auto;
    }

    .information_text {
        font-size: 20px;
        width: 240px;
    }

    .personal_information_right {
        width: 100%;
    }

    #personal_information_form {
        padding-top: 0;
    }

    .personal_date {
        width: 180px;
    }

    #personal_month {
        margin: 0 10px;
    }

    .mobil_row {
        position: relative;
    }

    .mobil_row .card_information_text {
        position: absolute;
        bottom: 30%;
        right: 0;
    }

    .card_information_text {
        width: auto;
    }

    #address_information_form {
        padding: 0 30px 0 0;
    }

    #login_information_form {
        padding: 0 30px 0 0;
    }

    .pasword_text {
        width: 100%;
    }

    #card_information_empty {
        padding: 0 30px 0 0;
        flex-direction: column;
    }

    .add_card_link {
        text-align: left;
    }

    .add_card_title {
        margin-bottom: 30px;
    }

    .checkbox_label_card {
        margin-left: 0;
    }

    .valid_until {
        width: 100%;
    }

    .valid_column {
        flex-direction: column;
    }

    #personal_card_year {
        margin-left: 0;
    }

    #personal_card_month {
        width: 290px;
    }

    #personal_card_year {
        width: 290px;
    }

    .cvv {
        width: 100%;
    }

    .cvv input {
        width: 100%;
    }

    /*  card filled  */
    #card_information_filled {
        padding: 0 30px 0 0;
    }

    .card_information_item {
        height: 60px;
    }

    .card_information_desc {
        padding: 10px
    }

    .card_information_name {
        margin-left: 10px;
        font-size: 18px;
    }

    .card_information_text {
        font-size: 18px;
    }

    /*    verification*/
    .identity_table_wrap {
        padding: 30px 0 0 0;
    }

    .identity_table_inner {
        min-width: 140px;
    }

    .identity_table_inner:first-child {
        width: 100%;
    }

    /*    subscription*/
    .lottery_syndicate_table {
        border: none;
        justify-content: center;
    }

    .second_syndicate_table {
        margin-top: 30px;
    }

    .second_syndicate_table .lottery_syndicate_head {
        display: flex;
    }

    .lottery_syndicate_inner:first-child {
        width: auto;
        border-radius: 8px 0 0 8px;
    }

    .lottery_syndicate_inner:nth-child(2) {
        width: 150px;
    }

    .lottery_syndicate_inner:nth-child(3) {
        width: auto;
    }

    .lottery_syndicate_inner:nth-child(6) {
        width: auto;
    }

    .lottery_syndicate_inner:last-child {
        width: auto;
        border-right: 2px solid #e0e0e0;
        border-radius: 0 8px 8px 0;
    }

    .lottery_syndicate_inner {
        width: auto;
        border: 2px solid #e0e0e0;
        border-right: none;
    }

    .lottery_syndicate_head {
        padding: 15px 10px;
    }

    .lottery_syndicate_item {
        padding: 15px 10px;
    }

    .syndicate_table_content {
        flex-direction: column;
    }

    .syndicate_table_logo {
        margin: 0;
        margin-bottom: 10px;
    }

    .syndicate_table_text {
        font-size: 14px;
    }

    .status_text {
        font-size: 14px;
    }

    /*    transaction   */
    .withdraw_right {
        padding: 28px 0 0 0;
        width: auto;
    }

    .withdraw_request .transactions_table_wrap {
        border: none;
    }

    .transactions_table_wrap {
        justify-content: center;
    }

    .transactions_table_inner {
        width: auto;
        border: 2px solid #e0e0e0;
        border-left: none;

    }

    .transactions_table_inner:first-child {
        width: auto;
        border-left: 2px solid #e0e0e0;
        border-radius: 8px 0 0 8px;
    }

    .transactions_table_inner:nth-child(3) {
        width: auto;
    }

    .transactions_table_inner:last-child {
        border-radius: 0 8px 8px 0;
    }
}

@media (max-width: 1100px) {
    .lotteries_title:first-child {
        width: 22%;
    }
}


@media (max-width: 1000px) {

    .package_description {
        margin: 10px 0 15px 0;
    }

    .lottery_item {
        width: auto;
        margin-bottom: 15px;
    }

    .lottery_item:last-child {
        margin-bottom: 0px;
    }

    .lottery_info {
        margin-left: 0px;
        padding-left: 0;
    }

    .lottery_price {
        font-size: 22px;
        margin: 0;
    }

    .lottery_bottom {
        justify-content: space-around;
    }

    .lottery_button {
        margin: 0;
    }

    .lottery_timer {
        margin: 0;
    }

    .play_inner {
        padding: 0;
    }

    .winners_inner {
        overflow: auto;
        height: auto;
        flex-direction: column;
    }

    .biggest_winners {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .biggest_winners_info {
        justify-content: center;
    }

    .latest_winners_item {
        justify-content: center;
    }

    .footer_inner {
        padding: 0;
    }

    /*syndycate*/
    .content_title {
        font-size: 20px;
    }

    .arrow {
        padding-right: 0;
    }

    .content_text {
        font-size: 16px;
    }

    .content_information {
        margin: 0 10px;
    }

    .statistics_jackpot {
        font-size: 24px;
    }

    .statistics_button {
        width: 150px;
    }

    /*syndycate details*/
    .syndicate_details {
        width: 650px;
        position: relative;
    }

    .syndicate_details_inner {
        flex-direction: column-reverse;
        padding-top: 30px;
    }

    .syndicate_details_title {
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

    .draw_days {
        margin-top: 30px;
    }

    .draw_days_item {
        margin-right: 0;
        margin-left: 0;
    }

    .package {
        margin-top: 20px;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
    }

    .package_account:after {
        width: 95%;
    }

    .lotteries_included {
        margin: 0px auto;
    }

    .about_package {
        width: auto;
        margin: 0;
    }

    .package_statistics {
        flex-direction: row;
        align-items: baseline;
        justify-content: space-between;
        padding: 20px;
    }

    /*  payment  */
    .payment_method {
        margin-bottom: 0;
    }

    .payment_method_choice {
        margin-right: 20px;
    }

    .method_choice {
        padding: 15px;
    }

    .method_choice.active:before {
        right: 0px;
    }

    .method_choice.active:after {
        width: 95%;
    }


    .form {
        width: 500px;
        padding: 20px 0 20px 20px;
    }

    .form_input {
        height: 56px;
    }

    #month {
        width: 229px;
    }

    #year {
        width: 229px;
    }

    #submit {
        max-width: 230px;
        margin-right: 40px;
    }

    #cancel {
        width: 200px;
    }

    .privacy_link {
        margin-right: 50px;
    }

    .country_code {
        height: 48px;
    }

    .create_account:before {
        left: 80px;
    }

    .create_account:after {
        right: 80px;
    }

    #create_account {
        margin: 0;
    }

    .currency_choice {
        height: 56px;
    }

    /*    account*/
    .my_account {
        position: relative;
        padding: 50px 0 0;
        justify-content: space-between;
        flex-direction: column;
    }

    .my_account_left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        max-width: 650px;
        margin: 0px auto;
    }

    .my_account_info {
        display: flex;
        justify-content: center;
        padding: 15px 0px;
    }

    .my_account_description {
        padding: 0 15px;
        border-bottom: none;
        border-right: 2px solid #E0E0E0;
    }

    .my_account_balance {
        padding: 0 15px;
        border-bottom: none;
        border-right: 2px solid #E0E0E0;
    }

    .my_account_winning {
        padding: 0 15px;
    }

    .winning_item {
        padding: 0;
    }

    .my_account_activity {
        margin-top: 20px;
        padding: 15px;
    }

    .my_account_right {
        width: 650px;
        margin: 0 auto;
    }

    .my_account_mobil_title {
        position: absolute;
        top: 10px;
        left: 20px;
    }

    .personality {
        padding-top: 20px;
    }

    .entries {
        position: relative;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .table_view_all {
        position: absolute;
        right: 10px;
        bottom: -10px;
    }

    /*    personal information*/
    .direction_column {
        flex-direction: column;
    }

    .personal_selected {
        width: 100%;
    }

    .personal_date {
        width: 100%;
    }

    #personal_month {
        margin: 0 0 15px 0;

    }

    #personal_change {
        display: block;
        margin: 15px auto 0;
    }

    #address_change {
        display: block;
        margin: 15px auto 0;
    }

    #change {
        display: block;
        margin: 15px auto 0;
    }

    /*  personal information  */
    #personal_card_month {
        width: 100%;
    }

    #personal_card_year {
        width: 100%;
    }

    #add_card {
        margin: 45px auto 0;
    }

    #pesonal_cancel {
        margin: 15px auto 0;
    }

    /*  card filled  */
    .card_information_item {
        flex-wrap: wrap;
        height: auto;
    }

    .card_information_desc {
        width: 100%;
        margin-bottom: 10px;
    }

    /*    verification*/
    .identity_table {
        flex-direction: column;
        padding: 0px 20px;

        border-radius: 8px;
    }

    .identity_table_head {
        margin-bottom: 30px;
        border: 2px solid #e0e0e0;
    }

    .identity_table_inner {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        border-right: none;
        border-bottom: 2px solid #e0e0e0;
    }

    .identity_table_inner:last-child {
        border: none;
    }

    .identity_table_inner:last-child {
        width: 100%;
    }

    .identity_table_title {
        height: auto;
        padding: 15px 0;
        border: none;
    }

    .identity_table_item {
        height: auto;
        padding: 15px 0;
    }

    .pasport_title {
        display: flex;
    }

    /*    history*/
    .subtitle_page {
        font-size: 14px;
    }

    .transaction_information {
        padding: 0;
    }

    .transaction_information_inner {
        padding: 25px 0;
    }

    .transactions_history_table {
        display: flex;
        justify-content: center;
        padding: 15px 0px;
    }

    .transactions_history_inner {
        width: auto;
    }

    .transactions_table_head {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
    }

    .transactions_history_item {
        padding: 0;
        height: 60px;
        padding: 0 15px;
    }

    /*    subscription*/
    .lottery_syndicate_wrap {
        padding: 30px 0;
    }

    .lottery_syndicate_table {
        padding: 0 15px;
        flex-direction: column;
        border: 2px solid #e0e0e0;
        border-radius: 8px;
    }

    .lottery_syndicate_inner {
        border: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 2px solid #e0e0e0;
    }

    .lottery_syndicate_inner:nth-child(2) {
        width: auto;
    }

    .lottery_syndicate_inner:last-child {
        border: none;
    }

    .lottery_syndicate_head {
        border: none;
    }

    .lottery_syndicate_item {
        width: 220px;
        height: auto;
    }

    .syndicate_table_content {
        flex-direction: row;
    }

    .syndicate_table_logo {
        margin: 0;
        margin-right: 10px
    }

    .lottery_syndicate_inner:first-child .syndicate_table_text {
        font-size: 16px;
    }

    /*    transaction   */
    .withdraw_right {
        padding: 28px 0 0 0;
    }

    .transactions_table {
        padding: 30px 0;
    }

    .transactions_table_item {
        padding: 10px;
    }

    .transactions_table_text {
        font-size: 14px;
    }

    /*    picker payment*/
    .picker_payment .payment_method {
        margin: 40px 0 0 0;
    }

    .picker_payment .payment_method_inner {
        justify-content: center;
    }

    .picker_payment .method_choice {
        width: 300px;
    }

    .picker_payment .form {
        width: auto;
    }

    .picker_payment .selected_wrap {
        width: 100%;
    }

    .picker_payment #month,
    .picker_payment #year {
        width: 100%;
        margin-left: 0;
    }

    /*    Promotions */
    .promotion_item {
        width: 750px;
        height: auto;
        margin-left: 65px;
        margin-bottom: 20px;
        padding-left: 40px;
    }

    .promo_offer {
        width: 100px;
        left: -67px;
    }

    .promotion_middle-col {
        width: 250px;
    }

    /*    Slot Mashine*/
    #PageContainer, #PageContainerInner {
        width: auto;
    }

    /*Lottery result*/
    .lotteries_title:first-child {
        width: 25%;
    }

    .lotteries_title:nth-child(2) {
        width: 11%;
    }

    .lottery_result {
        width: 250px;
    }

    .lottery_result-item {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .lottery_winners-item {
        width: 250px;
        height: 380px;
    }

    .winners_photo {
        width: 250px;
    }

    .lottery_winners-name {
        width: 200px;
    }
}

@media (max-width: 960px) {
    #PageContainerInner {
        flex-direction: column-reverse;
        align-items: center;
        padding-bottom: 60px;
    }
}

@media (max-width: 880px) {
    .baner_inner {
        max-width: 100%;
        height: 300px;;
    }
    .header_logo {
        height: 100%;
    }
    .baner_top {
        height: 220px;

    }

    .baner_title {
        max-width: 300px;
    }

    .baner_subtitle {
        font-size: 34px;
    }

    .baner_price {
        font-size: 36px;
    }

    .baner_text {
        font-size: 22px;
        line-height: 20px;
    }

    .baner_button {
        width: 200px;
        height: 48px;
        font-size: 22px;
        border-radius: 10px;
    }

    .baner_bottom {
        padding: 0 20px 0px;
    }

    .baner_item_text {
        font-size: 16px;
    }

    .baner_timer {
        font-size: 18px;
    }

    /*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: 350px;
        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: 0;
    }

    .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;
        background-color: initial !important;
    }

    .account a {
        color: #fff;
    }

    .biggest_winners_inner {
        height: auto;
    }

    .content_button {
        margin-bottom: 15px;
    }

    /*syndycate*/
    .page_item {
        height: auto;
    }

    .content_title {
        flex-wrap: wrap;
    }

    /*    payment*/
    .payment_method_choice {
        margin-right: 0;
    }

    .method_choice.active:before {
        right: 30px;
    }

    .payment_method_inner {
        flex-direction: column;
    }

    .form {
        border: none;
        width: 100%;
        padding-left: 0;
    }

    .selected_wrap {
        width: 100%;
    }

    #month {
        width: 100%;
    }

    #year {
        width: 100%;
        margin-left: 0;
    }

    #submit {
        margin: 0 100px 20px;
    }

    #cancel {
        width: 100%;
        margin: 0 100px;
    }

    .form_subtitle {
        width: 100%;
    }

    .pasword_text {
        width: 100%;
    }

    #login {
        margin: 30px 120px 10px;
        width: 100%;
    }

    .create_account:before {
        left: 30px;
    }

    .create_account:after {
        right: 30px;
    }

    /*    transaction   */
    .withdraw_card_name {
        font-size: 16px;
    }

    .withdraw_details_text {
        font-size: 14px;
    }

    .transactions_table_item {
        height: 56px;
    }

    .transactions_table_title {
        font-size: 14px;
    }

    .transactions_table_text {
        font-size: 12px;
    }

    .picker_payment .method_choice {
        width: 100%;
    }

    /*    Promotions */
    .promotion_item {
        flex-direction: column;
        align-items: center;
        width: 500px;
        padding: 20px;
    }

    .promotion_middle-col {
        width: auto;
        margin: 10px 0;
    }

    /*Lottery result*/
    .lotteries_title:first-child {
        width: 28%;
    }

    .lottery_winners {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .lottery_winners-item {
        width: 330px;
        height: 360px;
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .lottery_winners-item:last-child {
        margin-bottom: 0px;
    }

    .winners_photo {
        width: 310px;
    }

    .lottery_winners-name {
        width: 250px;
    }

    .page_lottery {
        padding: 0;
    }


}

@media (max-width: 779px) {
    .join_pick-lottery {
        flex-wrap: wrap;
    }

    .join_pick-lottery .item_account {
        width: 50%;
        padding: 0;
        padding-top: 20px;
    }

    .third_col {
        align-items: start;
        flex-direction: row;
        margin: 20px auto;
    }

    /*syndycate*/
    .page_item {
        flex-direction: column;
    }

    .item_statistics {
        padding-bottom: 20px;
        align-items: center;
    }

    .item_content {
        max-width: 100%;
        width: 100%;
        border: none;
    }

    .content_information {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .info_item {
        width: 450px;
    }

    .create_account:before, .create_account:after {
        width: 150px;
    }

    .create_account:before {
        left: 0px;
    }

    .create_account:after {
        right: 0px;
    }

    /*    personal iformation*/
    .personal_pasword_text {
        font-size: 16px;
    }

    .personal_input {
        height: 56px;
    }

    #personal_login_number {
        padding-left: 135px;
    }

    .personal_country_code {
        height: 48px;
        left: 10px;
    }

    .checkbox_label {
        margin-right: 20px;
        display: flex;
        align-items: center;
        font-size: 18px;
    }

    .personal_information_inner {
        flex-direction: column;
    }

    .personal_information_left {
        padding: 0;
        margin: 0;
        border-right: none;
    }

    .personal_information_right {
        padding: 50px 0 0 0;
    }

    .personal_help_link {
        top: -280px;
        right: 20px;
    }

    #personal_information_form {
        padding: 0;
    }

    #address_information_form {
        padding: 0;
    }

    #login_information_form {
        padding: 0;
    }

    #card_information_empty {
        padding: 0;
        flex-direction: row;
    }

    .card_text {
        width: auto;
    }

    .add_card_link {
        width: auto;
    }

    #card_information_form {
        padding: 0;
    }

    #card_information_filled {
        padding: 0;
    }

    .card_information_item {
    }

    .card_information_desc {
        width: auto;
        margin-bottom: 0;
    }

    .card_information_name {
        font-size: 14px;
    }

    .card_information_logo {
        width: 30px;
    }

    .card_information_logo img {
        width: 100%;
    }

    .card_information_text {
        font-size: 14px;
    }

    /*    history*/
    .transactions_table_head {
        height: 55px;
    }

    .transactions_history_title {
        font-size: 18px;
    }

    .transactions_history_item {
        height: 55px;
    }

    .transactions_table_text {
        font-size: 16px;
    }

    /*Lottery result*/
    .lottery-winners-page .lotteries_item {
        height: auto;
    }

    .lottery-winners-page .lotteries_lotto {
        width: auto;
    }

    .lottery-winners-page .lotteries_lotto-name {
        display: none;
    }

    .lotteries_title:first-child {
        width: 20%;
        text-align: end;
    }

    .lotteries_title:nth-child(2) {
        width: 20%;
    }

    .lottery-winners-page .lotteries_title:nth-child(2) {
        text-align: start;
        width: 15%;
    }

    .lottery-winners-page .lotteries_title:last-child {
        width: 46%;
    }

    .lottery_result {
        flex-wrap: wrap;
        width: 200px;
    }

    .lottery_result-item {
        margin: 5px auto;
    }


}


@media (max-width: 700px) {
    .card_inner {
        flex-direction: column;
        align-items: center;
    }

    .card_item {
        margin-left: 0;
        padding: 5px;
        width: 380px;
    }

    .card_img {
        margin-left: 0;
        margin-right: 5px;
    }

    .lottery_inner {
        flex-direction: column;
        align-items: center;
    }

    .lottery_item {
        margin-left: 0;
        width: 380px;
    }

    .lottery_top {
        justify-content: space-around;
    }

    .lottery_img {
        width: 140px;
    }

    .biggest_winners_info {
        flex-direction: column;
        align-items: center;
    }

    .info_description {
        width: auto;
    }

    /*syndycate details*/
    .syndicate_details {
        width: 100%;
    }

    .create_account:before, .create_account:after {
        width: 100px;
    }

    /*        acoount   */
    .my_account_left {
        max-width: 100%;
        margin: 0;
    }

    .my_account_info {
        flex-direction: column;
        padding: 0 15px;
    }

    .my_account_description {
        padding: 15px;
        border-right: none;
        border-bottom: 2px solid #E0E0E0;
    }

    .my_account_balance {
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-right: none;
        border-bottom: 2px solid #E0E0E0;
    }

    .my_account_winning {
        padding: 15px;

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .winning_item {
        width: 160px;
    }

    .my_account_right {
        width: 100%;
    }

    /*    history*/
    .transactions_history_inner:nth-child(2) {
        width: 160px;

    }

    .transactions_table_head {
        padding: 0 10px;
    }

    .transactions_history_title {
        font-size: 14px;
    }

    .transactions_history_item {
        padding: 0 10px;
    }

    .transactions_table_text {
        font-size: 14px;
    }

    .button_back {
        font-size: 18px;
    }

    /*    subscription    */
    .lottery_syndicate {
        padding-top: 40px;
    }

    .lottery_syndicate_help_link {
        right: 20px;
    }

    /*        All loteries*/
    .lotteries_title:first-child {
        width: 22%;
    }

    .lotteries_county-logo {
        width: 20px;
    }

    .lotteries_country-name {
        font-size: 12px;
    }

    .lotteries_lotto {
        width: 230px;
    }

    .lotteries_lotto-logo {
        width: 60px;
    }

    .lotteries_lotto-name {
        font-size: 14px;
    }

    .lotteries_price {
    }

    .lotteries_text {
        font-size: 14px;
        width: 70px;
    }

    /*Lottery result*/
    .lottery-winners-page .lotteries_title:nth-child(2) {
        width: 20%;
    }
}

.dropdown_languages_mobile {
    margin: 0 !important;
    display: none;
}

@media (max-width: 610px) {
    .baner_inner {
        width: 100%;
    }

    .dropdown_languages_mobile {
        display: block;
    }

    .baner_subtitle {
        font-size: 24px;
        line-height: 24px;
    }

    .baner_price {
        font-size: 26px;
    }

    .baner_text {
        font-size: 16px;
    }

    .baner_button {
        width: 150px;
        height: 38px;
        font-size: 18px;

    }

    .baner_logo {
        width: 25px;
    }

    .baner_item_text {
        font-size: 14px;
    }

    .baner_timer {
        font-size: 14px;
    }

    .header_inner {
        justify-content: center;
    }

    .header_item:first-child {
        width: 100%;
    }

    .social {
        display: none;
    }

    .signin_already {
        width: auto;
        padding: 25px 20px 0;
    }

    .lottery_group {
        padding-top: 20px;
    }

    /*  syndicate detail  */
    .draw_item {
        height: auto;
        padding: 20px;
        flex-wrap: wrap;
    }

    .draw_text {
        width: 100%;
        margin-bottom: 10px;
    }

    .draw_days_inner {
        flex-direction: column;
    }

    .draw_days_item {
        flex-direction: row;
        align-items: center;
    }

    .draw_days_item:last-child {
        margin-bottom: 0;
    }

    .draw_days_text {
        margin-right: 10px;
    }

    .draw_days_img {
        margin: 0;
        margin-right: 10px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .draw_days_img img {
        width: 100%;
    }

    .about_package {
        width: 200px;
    }

    .wraper_title {
        padding-top: 0;
    }

    .create_account {
        font-size: 20px;
    }

    #create_account {
        padding: 30px 0 0 0;
    }

    .deposit_title {
        font-size: 22px;
    }

    /*        acoount   */
    .table_title {
        font-size: 10px;
        min-width: 80px;
        height: auto;
        padding: 10px 0;
    }

    .table_title:nth-child(2) {
        width: 150px;
    }

    .table_inner {
        height: auto;
    }

    .table_item {
        min-width: 80px;
        padding: 10px 0;
    }

    .table_item:nth-child(2) {
        width: 150px;
    }

    .table_logo {
        width: 60px;
    }

    .table_link {
        font-size: 10px;
    }

    .table_text {
        font-size: 12px;
    }

    /*  personal  */
    .personal_information_title {
        font-size: 26px;

    }

    .card_text {
        font-size: 18px;
    }

    .add_card_link {
        font-size: 18px;
    }

    .card_information_desc {
        width: 100%;
        margin-bottom: 10px;
    }

    /*  verification  */
    .identity {
        padding: 0;
    }

    .identity_wrap {
        padding: 0;
    }

    .identity_table_inner:first-child .identity_table_item {
        width: auto;
    }

    .identity_table_item {
        width: 200px;
    }

    /*    All Lotteries    */
    .lotteries_top {
        padding: 10px 15px;
        justify-content: space-between;
    }

    .lotteries_title:first-child {
        width: auto;
    }

    .lotteries_title:nth-child(2) {
        width: auto;
    }

    .lotteries_title:last-child {
        width: auto;
    }

    .lotteries_item {
        position: relative;
        height: 110px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .lotteries_country {
        position: absolute;
        left: 20px;
        top: 60px;
    }

    .lotteries_country-name {
        display: none;
    }

    .lotteries_lotto {
        width: 25%;
    }

    .lotteries_lotto-logo {
        width: 70px;
    }

    .lotteries_lotto-name {
        display: none;
    }

    .lotteries_price {
        display: flex;
        align-items: center;
        height: 35px;
        width: 45%;
        justify-content: center;
    }

    .lotteries_text {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 35px;
        width: 25%;
    }

    .lotteries_button {
        width: 120px;
        margin: 0 auto;
    }

    /*    Promotion    */
    .promotion_item {
        margin-left: 50px;
        width: 400px;
    }

    .promo_offer {
        width: 80px;
        left: -53px;
    }

    .promotions_social {
        margin: 0;
    }

    .promotion_right-list .lotteries_button {
        position: static;
    }

    .get_more_spin .lotteries_button {
        position: static;
    }


    /*    Spin Mashine*/
    #slotMachineContainer {
        width: 400px;
        height: 400px;
        background-size: contain;
    }

    #slotMachineContainer #ReelContainer {
        width: 330px;
        height: 220px;
        left: 33px;
        top: 90px;
    }

    #slotMachineContainer #ReelContainer .reel {
        width: 100px;
    }

    #slotMachineContainer #ReelContainer #reel1 {
        left: 0px;
        top: -133px;
        background-size: contain;
    }

    #slotMachineContainer #ReelContainer #reel2 {
        left: 115px;
        top: -233px;
        background-size: contain;
    }

    #slotMachineContainer #ReelContainer #reel3 {
        left: 225px;
        top: -533px;
        background-size: contain;
    }

    #slotMachineContainer #ReelContainer #reelOverlay {
        background-size: cover;
    }

    #slotMachineContainer #loggedOutMessage, #slotMachineContainer #failedRequestMessage {
        top: 160px;
        left: 22px;
    }

    #slotMachineContainer #betContainer {
        width: 250px;
        height: 50px;
        top: 345px;
        left: 30px;
    }

    #slotMachineContainer #betContainer span {
        top: 25px;
    }

    #slotMachineContainer #betContainer #lastWin {
        left: 0;
    }

    #slotMachineContainer #betContainer #credits {
        left: 80px;
    }

    #slotMachineContainer #betContainer #bet {
        left: 180px;
    }

    #slotMachineContainer #betContainer #betSpinUp,
    #slotMachineContainer #betContainer #betSpinDown {
        width: 25px;
        height: 20px;
        left: 230px;
    }

    #slotMachineContainer #betContainer #betSpinUp {
        top: 5px;
    }

    #slotMachineContainer #betContainer #betSpinDown {
        top: 25px;
    }

    #slotMachineContainer #spinButton {
        width: 90px;
        height: 50px;
        left: 288px;
        top: 346px;
        background-size: cover;
    }

    #slotMachineContainer #spinButton.disabled {
        background-position: 0 -218px;
    }

    /*Lottery result*/
    .lottery-winners-page .lotteries_price {
        display: inline;
    }

    .lottery-winners-page .lotteries_text {
        width: 25%;
        order: 1;
    }

    .lottery-winners-page .lotteries_top {
        justify-content: space-between;
    }

    .lottery-winners-page .lotteries_title:nth-child(2) {
        order: 1;
        width: auto;
    }

    .lottery-winners-page .lotteries_title:last-child {
        text-align: center;
        width: auto;
    }

    .lottery-winners-page .lotteries_item {
        height: 150px;
    }

    .lottery-winners-page .lotteries_lotto {
        width: 25%;
    }

    .lottery-winners-page .lotteries_button {
        order: 2;
    }
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

@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: center;
        flex-direction: column;
        align-items: center;
        width: 160px;
        text-wrap: nowrap;
    }

    .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;
        justify-content: space-between;
    }

    .pay_methots {
        margin: 0;
    }

    .footer_title {
        padding: 0;
        width: 160px;
    }

    .col_links {
        width: 160px;
    }

    /*    payment: ;*/
    .paymethod_title {
        font-size: 24px;
    }
}

.language-items-mobile {
    right: 0 !important;
    left: initial !important;
}

@media (max-width: 500px) {
    .container {
        width: 100%;
        padding: 0 16px;
    }

    .header_nav {
        top: 70px;
    }

    .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;
    }

    /*section baner*/
    .baner_wrap {
        padding: 0;
    }

    .baner_inner {
        display: none;
        padding: 0px 0 0;
        width: 100%;
        height: 180px;
        margin: 30px auto 0;
    }

    .baner_top {

    }

    .baner_title {
        width: 200px;
        line-height: 0px
    }

    .baner_subtitle {
        margin-top: 0px;
        font-size: 24px;
        line-height: 20px;
    }

    .baner_price {
        margin-top: 5px;
        font-size: 26px;
    }

    .baner_text {
        margin-top: 0px;
        font-size: 16px;
        line-height: 14px;
    }

    .baner_button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        margin-top: 5px;
        width: 120px;
        height: 30px;
        font-size: 14px;
        border-radius: 10px;
    }

    .baner_bottom {
        margin-top: 0px;
        padding: 0 10px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .baner_item {
        display: flex;
        align-items: center;
    }

    .baner_logo {
        display: flex;
        width: 20px;
    }

    .baner img {
        width: 100%;
    }

    .baner_item_text {
        font-size: 12px;
        font-weight: 700;
    }

    .baner_timer {
        font-size: 14px;
    }

    /*card*/
    .card {
        margin-top: 15px;
    }

    .card_inner {

    }

    .card_item {
        width: 100%;
    }

    .card_link {
        top: 3px;
        right: 10px;
    }

    /*select_card*/
    .select {
        width: 55px;
        height: 52px;
        bottom: 0px;
        right: 5px;
        padding-top: 15px;
    }

    .select_body {
        height: 20px;
    }

    .select_option {
        margin-bottom: 0px;
    }

    .select_img {
        height: 20px;
    }

    /*lottery*/
    .lottery {
        margin-top: 16px;
    }

    .lottery_title {
        padding: 0;
        font-size: 18px;
        line-height: 24px;
    }

    .lottery_inner {
        flex-wrap: wrap;
        margin-top: 18px;
    }

    .lottery_item {
        margin: 0 0 15px 0;
        width: 100%;
    }

    .lottery_top {
        justify-content: space-evenly;
    }

    .lottery_img {
        margin: 0;
        width: 127px;
    }

    .lottery_img img {
        width: 70px;

    }

    .lottery_info {
        margin-top: 0px;
    }

    .lottery_content {
        margin-left: 10px;
    }

    .lottery_price {
        padding-left: 12px;
        font-size: 24px;
        margin: 0;
    }

    .lottery_button {
        width: 144px;
        height: 34px;
    }

    .button_link {
        padding-left: 0px;
    }

    .lottery_timer {
        margin-left: 52px;
    }

    /*play*/
    .play {
        margin-top: 18px;
    }

    .play_title {
        font-size: 16px;
        margin: 15px 0;
    }

    .play_inner {
        padding: 0px;
        height: fit-content;
        overflow: hidden;
    }

    .play_item {
        width: 155px;
        height: 230px;
        margin-bottom: 16px;
    }

    .favorites {
        width: 11px;
        top: 8px;
        right: 8px;
    }

    .play_img {
        width: 80px;
        height: 80px;
        margin: 15px 0 0 0;
    }

    .play_content {
        margin-top: 10px;
        display: flex;
        justify-content: flex-end;
    }

    .play_content img {
        margin: 0 5px 0 -5px;
    }

    .play_description {
        font-size: 12px;
        font-weight: 700;
    }

    .play_price {
        font-size: 18px;
    }

    .play_timer {

    }

    .play_timer img {
        width: 12px;
    }

    .play_time {
        font-size: 14px;
    }

    .play_button {
        margin-top: 10px;
        width: 139px;
        height: 36px;
    }

    .button_link {

    }

    .details_link {
        font-size: 16px;
        margin-right: 20px;
    }

    /*winners*/
    .winners {
        height: 1190px;
        overflow: hidden;
    }

    .winners_inner {
        margin-top: 30px;
        padding: 0;
        height: auto;
        flex-direction: column;

    }

    /*biggest_winners*/
    .biggest_winners {
        width: 100%;
    }

    .biggest_winners_inner {
        height: auto;
    }

    .winners_title {
        height: 50px;
        font-size: 14px;
    }

    .title_logo {
        margin: 0;
    }

    .title_logo img {
        width: 40px;
    }

    .title_text {
        font-size: 27px;
        margin-top: -5px;
    }

    .title_text span {
        font-size: 27px;
    }

    .inner_results {
        padding: 8px 0px 0;
        flex-wrap: wrap;
    }

    .results_img img {
        width: 100%;
    }

    .results_img {
        width: 100%;
    }

    .title_text_sum {
        font-size: 27px;
    }

    .results_group {
        margin-top: 14px;
        margin-left: 25px;
    }

    .results_info {
        margin-left: 15px;
    }

    .inner_content {
        padding-top: 15px;
        width: 100%;
        align-items: flex-start;
    }

    .content_info {
        width: 100%;
    }

    .info_title {
        margin-bottom: 8px;
        text-align: center;
        padding-left: 8px;
    }

    .info_description {
        width: 100%;
    }

    .info_more {
        margin-top: 8px;
        padding-right: 0px;
        justify-content: center;
    }

    .details_link {
        font-size: 14px;
        margin: 0;
        margin-left: 8px;
    }

    .content_button {
        height: 36px;
        margin: 15px auto;

    }

    .content_link {
        padding: 0;
    }

    /*latest_winners*/
    .latest_winners {
        width: 100%;
        margin-top: 33px;
    }

    .latest_winners_prizes {
        margin-bottom: 18px;
    }

    .latest_winners_item {
        margin-bottom: 8px;
    }

    /*question*/
    .question {
        display: none;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .question_inner {
        padding: 0px;
    }

    .question_title {
        font-size: 18px;
        padding: 0;
    }

    /*accordion*/
    .accordion {
        width: 100%;
        margin: 0;
        padding-top: 10px;
    }

    .accordion_item {

    }

    .accordion_header {
        padding: 12px 0px 11px 0px;
        text-align: left;
    }

    .accordion_header:after {
        top: 50%;
        right: 10px;
    }

    .accordion_title {
        font-size: 16px;
        width: 320px;
    }

    .accordion_content {
        padding: 10px 15px;
        font-size: 14px;
    }


    /*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;
        height: 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: 0;
        width: 160px;
    }

    .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;
    }


    /*page lottery syndicate*/
    .page_inner {
        padding: 0;
        padding-top: 45px;
    }

    .title_page {
        font-size: 24px;
    }

    .subtitle_page {
        font-size: 14px;
    }

    .page_link {
        top: 20px;
        right: 0px;
    }

    .search_box {
        margin-bottom: 30px;
    }

    .search_title {
        margin-top: 24px;
    }

    .search {
        width: 100%;
    }

    .search_button {
        font-size: 14px;
        bottom: 20px;
        right: 10px;
    }

    .page_item {
        height: auto;
        flex-direction: column;
    }

    .account_logo {
        margin: 15PX auto;
    }

    .account_title {
        margin: 0;
    }

    .account_text {
        margin: 0;
        margin-top: 2px;
    }

    .account_link {
        margin: 0;
        margin-top: 5px;
    }

    .content_title img {
        height: 20px;
    }

    .content_information {
        margin: 0 10px;
    }

    .info_item img {
        width: 35px;
        height: 15px;
    }

    .statistics_button {
        width: 100%;
        height: 48px;
    }

    .pagination {
        display: none;
    }

    .pagination_inner {
    }

    .pagination_link {
        font-size: 14px;
    }

    .question_syndicate {
        display: block;
    }

    /*syndicate_details*/
    .syndicate_details {
        margin-bottom: 0;
    }

    .package_account:after {
        left: 10px;
    }

    .package_statistics {
        flex-direction: column;
    }

    .package_jackpot {
        font-size: 30px;
    }

    .package_description {
        margin: 10px 0 25px 0;
    }

    .about_package {
        width: auto;
        margin-top: 20px;
    }

    .syndicate_details_title {
        font-size: 24px;
    }

    .draw_inner {
        padding-top: 18px;
        padding-left: 0px;
    }

    .draw_text {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .best_deal {
        font-size: 20px;
        margin-left: 0;
        margin-bottom: 7px;
    }

    .draw_days {
        margin-top: 20px;
    }

    .draw_days_text {
        margin-right: 5px;

    }

    .draw_days_img {
        margin-left: 10px;
    }

    .lotteries_included {
        width: 100%;
        border: 2px solid #e0e0e0;
    }

    .lotteries_included_title {
        margin-top: 12px;
        margin-bottom: 10px;
    }

    .included_top {
        padding-left: 0;
        padding-top: 15px;
        justify-content: flex-start;
    }

    .included_img {
        margin: -20px 0 0 45px;
        width: auto;
        height: auto;
    }

    .included_img img {
        width: 80px;
        height: auto;
    }

    .included_info {
        padding-left: 53px;
        margin-top: 0px;
    }

    .included_content {
        margin: 0;
    }

    .lotteries_included_line {
        margin-top: 8px;

    }

    .lotteries_included_text {

    }

    .included_bottom {
        padding-top: 12px;
        padding-bottom: 15px;
    }

    .included_price {
        margin: -2px 0 0 22px;
    }

    .included_timer {
        margin-left: 32px;
    }

    .question_syndicate_details {
        display: block;
        padding-left: 0;
    }

    .my_account {
        position: relative;
        padding: 35px 0px;
        flex-direction: column;
    }

    .my_account_mobil_title {
        position: absolute;
        top: 0;
        left: 0;
    }

    /* left side*/
    .my_account_left {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 40px;
    }

    .my_account_info {
        padding: 0px;
    }

    .my_account_balance {
        padding: 20px 0px;
    }

    .balance_title {
        margin-left: 48px;
    }

    .balance_money {
        margin-left: 30px;
        text-wrap: nowrap;
        width: fit-content;
    }

    .my_account_button {
        margin: 0 auto;
        width: 311px;
        height: 48px;
    }

    .my_account_winning {
        padding: 15px 0px;
    }

    .winning_text {
        margin-left: 30px;
    }

    .my_account_activity {
        padding: 30px 0px;
    }

    .activity_text {
        margin-left: 48px;
    }

    .flex-wrapper {
        justify-content: flex-start;
    }

    .activity_view {
        margin-right: 48px;
    }

    .activity_view {
        right: 45px;
    }

    .actyvity_link {
        margin-left: 48px;
    }

    .activity_link_works {
        margin-left: 48px;
    }

    /* right side*/
    .my_account_right {
        width: 100%;
        padding: 15px 0 0;
    }

    /*personality*/
    .personality {
        padding-top: 0px;
    }

    .personality_item {
        height: 70px;
        padding: 0px;
    }

    .personality_logo {
        width: 40px;
        height: 40px;
    }

    .personality_text {
        margin-left: 8px;
        font-size: 18px;
    }

    .personality_money {
        font-size: 20px;
    }

    .personality_links {
        width: auto;
        align-items: flex-end;
    }

    .personality_link {
        font-size: 12px;
    }

    .personality_error {
        top: 22px;
        right: 90px;
    }

    .error_text {
        background-color: #fff;
    }


    /* entries */
    .entries_title {
        font-size: 20px;
        margin-top: 20px;
    }

    .entries {
        padding: 20px 0;
    }

    .table {
        width: 100%;
    }

    .table_head {
        justify-content: space-evenly;
    }

    .table_title {
        padding: 5px;
        max-width: 80px;
        font-size: 8px;
        text-align: center;
    }

    .table_title:nth-child(2) {
        width: 80px;
    }

    .table_inner {
        justify-content: space-evenly;
    }

    .table_item {
        padding: 5px;
        max-width: 80px;
    }

    .table_item:nth-child(2) {
        width: 80px;
    }

    .table_text {
        font-size: 10px;
    }


    /* personal_information */
    .personal_information_title {
        display: none;
        font-size: 24px;
        margin-bottom: 64px;
        margin-top: 25px;
    }

    .personal_information_inner {
        padding: 0px 0;
        flex-direction: column;
    }

    .personal_information_left {
        width: 100%;
        padding: 10px 0 0;
        border-right: none;
    }

    .information_item {
        padding: 16px;
        height: 56px;
        color: #5F5F5F;
        border-bottom: 2px solid #e0e0e0;
    }

    .information_text {
        font-size: 20px;
    }

    .personal_information_right {
        padding: 0px 0 40px 0px;
        width: 100%;
    }

    .personal_help_link {
        display: none;
        font-size: 14px;
        padding-right: 15px;
        top: -32px;
        right: 8px;
    }

    /* form */
    #personal_information_form {
        display: block;
        padding: 0px 0px 0 0;
    }

    .subtitle_form {
        display: block;
        margin-top: 0;
    }

    #address_information_form {
        display: none;
        padding: 10px 0px 0 0;
    }

    #login_information_form {
        display: none;
        padding: 10px 0px 0 0;
    }

    #card_information_empty {
        display: none;
        flex-wrap: wrap;
        padding: 40px 0px 0px 0px;
        flex-direction: column;
    }

    #card_information_form {
        display: none;
        padding: 0 00px 0 0;
    }

    .personal_back {
        margin: -3px 0 0px 20px;
    }

    .personal_input {
        width: 100%;
        height: 52px;
        padding: 8px 16px;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .flex_box {
        flex-direction: column;
    }

    .mobil_row {
        position: relative;
        flex-direction: row;
    }

    .login_text {

        margin: 0px 0 8px;
    }

    .personal_date {
        width: 100%;
        margin-bottom: 8px;
        font-size: 16px;
    }

    .box_text {
        margin: 15px 0 10px;
    }

    .personal_country_code {
        height: 42px;
        top: 10%;
        left: 15px;
    }

    .card_information_text {
        width: auto;
        font-size: 14px;
    }

    .personal_button {
        display: block;
        font-size: 18px;
        margin: 25px auto 0;
        width: 328px;
        height: 48px;
    }

    #personal_change {
        width: 100%;
    }

    #address_change {
        width: 100%;
    }

    #change {
        width: 100%;
    }

    #add_card {
        width: 100%;
    }

    #personal_login_number {
        font-size: 18px;
    }

    #personal_password {
        margin: 0 0 2px 0;
    }

    #personal_re-enter_password {
        margin: 0 0 2px 0;
    }

    .personal_pasword_text {
        margin-bottom: 0px;
    }

    .valid_until {
        width: 100%;
    }

    .selected_wrap {
        width: 100%;
    }


    #personal_card_month {
        width: 100%;
    }

    #personal_card_year {
        width: 100%;
        margin-left: 0px;
    }

    /*    checkbox ;*/
    .checbox {
        margin-top: 12px;
        margin-bottom: 15px;
        width: 100%;
    }

    .checkbox_input {

        width: 20px;
        height: 20px;
    }

    .checkbox_label {
        font-size: 16px;
        margin-right: 9px;
    }

    .card_text {
        margin: 0 0 30px 0;
    }

    .add_card_link {
        font-size: 14px;
        float: right;
    }

    .add_card_title {
        margin-top: 22px;
        margin-bottom: 34px;
    }

    .checkbox_card_information {
        display: flex;
        align-items: center;
    }

    #checkbox_card {
        left: 0;
        bottom: 0;
        width: 28px;
        height: 28px;
    }

    .checkbox_label_card {
        margin-left: 15px;
        margin-top: 7px;
        font-size: 12px;
    }

    .card_information_button {
        width: 328px;
        margin-top: 32px;
    }

    #pesonal_cancel {
        width: 100%;
    }

    .cvv {
        width: 100%;
    }


    /*card_information_filled*/
    #card_information_filled {
        display: none;
        padding: 0px 0px;
    }

    .form_subtitle {

    }

    .card_information_item {
        flex-wrap: wrap;
        margin-bottom: 25px;
        height: auto;

    }

    .card_information_desc {
        width: 100%;
        margin-bottom: 8px;
        padding: 16px;
        border: 1px solid #e0e0e0;
        height: 52px;
    }

    .card_information_logo {
        width: 24px
    }

    .card_information_img {
        width: 100%;
    }

    .card_information_name {
        font-size: 16px;
        margin-left: 8px;
    }

    .add_card {
        margin-top: 18px;
        float: right;
    }


    /* IDENTITY VERIFICATION */
    .identity {
        padding: 0px 0px;
    }

    .identity_wrap {
        padding: 28px 0px;
    }

    .identity_table_wrap {
        padding: 22px 0px 0 0px;
    }

    .identity_table {
        display: flex;
        flex-direction: column;
        padding: 0px 8px;
        border: 1px solid #e0e0e0;
        border-radius: 8px 8px 8px 8px;
    }

    .identity_table_head {
        border: 1px solid #e0e0e0;
        margin-bottom: 25px;
    }

    .identity_table_inner {
        padding: 16px 8px;
        border-bottom: 1px solid #e0e0e0;
    }

    .identity_table_inner:first-child {
        width: auto;
    }

    .identity_table_inner:last-child {
        width: auto;
        border: none;
    }

    .table_card_inner:first-child {
        flex-direction: row;
        align-items: flex-start;

    }

    .identity_table_title {
        width: 100%;
        justify-content: flex-start;
        height: auto;
        font-size: 12px;
        border-bottom: none;

    }

    .identity_table_item {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .identity_table_item:first-child {
        width: 100%;
    }

    .identity_table_card {
        width: 100%;
        align-items: flex-end;
        margin-top: 10px;
        height: 52px;
        padding: 16px 10px 16px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
    }

    .identity_card_logo {
        width: 30px;
    }

    .identity_table_logo {
        display: flex;
        width: 20px;
    }

    .identity_table_img {
        width: 100%;
    }

    .identity_card_name {
        font-size: 14px;
    }

    .not_verified_table_text {
        font-size: 12px;
        text-align: center;
    }

    .upload_file {
        flex-direction: row;
        margin-top: 5px;
    }

    .identity_table_text {
        font-size: 14px;
    }

    .status_text {
        font-size: 12px;
    }

    .identity_table_link {
        font-size: 12px;
        margin-left: 5px;
    }

    .pasport_head {
        display: none;
    }


    /*withdraw*/
    .withdraw_right {
        padding: 0;
        width: 100%;
    }

    .withdraw_item {
        padding: 20px 15px;
        height: 64px;
    }

    .withdraw_item:after {
        display: block;
    }

    .withdraw_logo {
        width: 24px;
    }

    .withdraw_request {
        text-align: start;
    }

    .withdraw_text {
        margin: 23px 0 10px;
    }

    .withdraw_box {
        position: relative;
        margin-bottom: 7px;
    }

    .withdraw_currency_choice {
        text-align: left;
        padding-left: 35px;
        width: 115px;
    }

    .withdraw_balance_text {
        padding-bottom: 30px;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 30px;
    }

    .withdraw_details_text {
        font-size: 14px;
    }

    .withdraw_information_item {
    }

    .withdraw_information_desc {
        margin-bottom: 7px;
        padding: 16px;
        height: 52px;
        border: 1px solid #e0e0e0;
    }

    .withdraw_card_name {
        font-size: 14px;
        margin-left: 8px;
    }

    .withdraw_operation {
        width: 240px;
    }

    .withdraw_information_logo {
        width: 20px;
        height: 20px;
    }

    #withdraw_form {
        display: none;
    }

    #transactions_form {
        display: none;
    }

    .transactions_title {
        font-size: 20px;
    }

    .transactions_table {
        padding: 15px 0px 32px 0;
    }

    .transactions_table_inner {

        border: 1px solid #e0e0e0;
        border-left: none;
    }

    .transactions_table_inner:first-child {

        border-left: 1px solid #e0e0e0;
    }

    .transactions_table_head {
        border-bottom: 1px solid #e0e0e0;
        padding-right: 0;
        padding-left: 0;
    }

    .transactions_table_title {
        font-size: 10px;
    }

    .transactions_table_item {
        padding: 5px;
        height: 60px;
        border-bottom: 1px solid #e0e0e0;
    }

    .transactions_table_text {
        text-transform: inherit;
        font-size: 10px;
    }

    .transactions_table_subtext {
        font-size: 10px;
    }


    /*transaction_information*/
    .transaction_information {
        padding: 25px 0px 0;
    }

    .transaction_help_link {
        font-size: 14px;
        top: 0px;
        right: 25px;
    }

    .transaction_help_link:after {
        right: -25px;
    }

    .transaction_information_inner {
        padding: 35px 0 0px;
    }

    .transactions_history_table {
        padding: 15px 0px;
        margin-bottom: 20px;
    }

    .transactions_history_inner {
        width: 85px;
        border-right: 1px solid #e0e0e0;
    }

    .transactions_history_inner:first-child {
        width: 70px;
    }

    .transactions_history_inner:nth-child(2) {
        width: 105px;
    }

    .transactions_history_title {
        font-size: 10px;
    }

    .transactions_history_item {
        padding: 3px 7px;
        height: 35px;
        border-bottom: 1px solid #e0e0e0;
    }


    /* lottery_syndicate */
    .lottery_syndicate {
        padding: 30px 0px;
    }

    .lottery_syndicate_title {
        font-size: 24px;
    }

    .lottery_syndicate_subtitle {
        font-size: 20px;
    }

    .lottery_syndicate_link {
        font-size: 14px;
        top: -3px;
        right: 0px;
    }

    .lottery_syndicate_help_link {
        font-size: 15px;
        top: 33px;
        right: 26px;
    }

    .lottery_syndicate_help_link:after {
        top: 10px;
        right: -18px;
    }

    .lottery_syndicate_wrap {
        padding: 30px 0px;
    }

    .lottery_syndicate_table {
        padding: 0 8px;
        flex-direction: column;
        margin-top: 33px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
    }

    .lottery_syndicate_inner {
        min-height: 48px;
        border-bottom: 1px solid #e0e0e0;
    }

    .lottery_syndicate_inner:first-child {
        width: auto;

    }

    .lottery_syndicate_inner:first-child
    .syndicate_table_text {
        font-size: 16px;
    }

    .lottery_syndicate_inner:nth-child(2) {
        width: auto;
    }

    .lottery_syndicate_inner:nth-child(3) {
        width: auto;
    }

    .lottery_syndicate_inner:nth-child(6) {
        width: auto;
    }

    .lottery_syndicate_inner:last-child {
        width: auto;
        border-bottom: none;
    }

    .lottery_syndicate_head {
        height: auto;
        border-bottom: none;
    }

    .syndicate_table_title {
        font-size: 12px;
    }

    .lottery_syndicate_item {
        width: 180px;
        align-items: center;
        display: flex;
        height: auto;
    }

    .syndicate_table_content {
    }

    .syndicate_table_logo {
        width: 50px;
        height: 50px;
        margin-right: 12px;
        min-width: 50px;
    }

    .syndicate_table_img {
        width: 100%;
    }

    .second_syndicate_table {
        margin-top: 32px;
        border-top: 1px solid #e0e0e0;
        border-radius: 8px;
    }

    .second_syndicate_table
    .lottery_syndicate_head {
        display: flex;
    }

    /* method   */
    .method {
        padding-top: 20px;
    }

    .discount {
        margin-top: 23px;
    }

    .paymethod_title {
        font-size: 18px;
    }

    .payment_inner {
        margin-top: 18px;
    }

    .payment_item {
        margin-bottom: 8px;
    }

    .payment_text {
        font-size: 20px;
    }

    .total {
        font-size: 22px;
        margin: 18px 0 0 -5px;
    }

    .payment_method {
        margin: 0;
    }

    .paymethod_mobil_title {
        margin-top: 52px;
    }

    .payment_method_item {
        padding-top: 10px;
    }

    .payment_back {
        display: none;
    }

    .method_choice {
        padding: 12px 0;
    }

    .method_choice.active:before {
        right: 20px;
    }

    .method_choice.active:after {
        left: 0;
        width: 100%;
    }

    .form {
        display: none;
        margin: 0px 0 0 -2px;
        padding: 0px 0 30px 0px;
        width: 100%;
        border-left: none;
    }

    .form_title {
        display: block;
        width: 100%;
        margin: 20px 0 0px 0;
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        text-transform: uppercase;
    }

    .form_text {
        width: auto;
        font-size: 16px;
        margin: 12px 0 8px 0;
    }

    .form_input {
        width: 100%;
        height: 52px;
        font-weight: 400;
        font-size: 24px;
        margin-bottom: 0px;
        padding: 0 16px;
    }

    #country {
        width: 100%;
    }

    #month {
        width: 100%;
        margin: 0;
        margin-bottom: 8px;
    }

    #year {
        width: 100%;
        margin: 0;
    }

    #submit {
        height: 48px;
        margin: 0 auto 20px;
        font-size: 18px;
    }

    #cancel {
        margin: 0 auto;
        height: 48px;
        font-size: 18px;
    }

    .paymethod_form_title {
        margin-top: 14px;
        width: 100%;
    }

    .form_subtitle {
        margin-bottom: 12px;
        font-size: 14px;
        width: 100%;
    }

    #email {
        margin-bottom: 0;
    }

    .pasword_text {
        width: 100%;
        font-size: 14px;
    }

    #login {
        margin: 20px auto;
        width: 100%;
        height: 48px;
        font-size: 18px;
    }

    .privacy_link {
        font-size: 14px;
        width: auto;
        margin-right: 0px;
    }

    .have_link {
        font-size: 14px;
        margin: 0px 20px;
        width: 150px;
    }

    .signup_link {
        font-size: 14px;
        width: 50px;
    }

    #first_form {
        display: none;
    }

    #second_form {
        display: none;
    }

    /*payment*/
    .page {
        margin-top: 24px;
    }

    .wraper {
        text-align: center;
        margin-bottom: 40px;

    }

    .payment_wraper_item {
        padding: 26px 0 0px;
    }

    .payment_wraper_item:first-child {
        border-bottom: 2px solid #E0E0E0;
    }

    .payment_description {
        font-size: 24px;
    }

    .green {
        color: #13902A;
        font-size: 28px;
    }

    .wrap {
        display: flex;
        flex-direction: column-reverse;
        margin-top: -5px
    }

    .payment_jackpot {
        font-size: 24px;
        margin: 0;
    }

    .payment_wraper_text {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .payment_button {
        height: 48px;
        margin: 25px auto 0;
    }

    .payment_button a {
        font-size: 18px;
    }

    .verification_button {
        height: 48px;
        margin: 45px auto 55px;
    }

    .verification_button a {
        font-size: 20px;
    }

    /*Sign Up*/
    .wraper_title {
        padding: 25px 0 0 0px;
        text-align: left;
        font-size: 22px;
    }

    .help_link {
        font-size: 14px;
        top: -5px;
        right: 28px;
    }

    .help_link:before {
        right: -15px;
    }

    #signup {
        display: block;
        padding: 0px 0px 0px 0px;
        margin-bottom: 30px;
    }

    .signup_text {
        text-align: left;
        margin-top: 20px;
    }

    .country_code {
        height: 40px;
        left: 12px;
        top: 32px;
    }

    .country_code_choice {
        padding-right: 0px;
        margin-right: 5px;
        font-size: 24px;
    }

    #phone_number {
        padding: 0px 30px 0px 135px;
        font-size: 20px;
    }

    #email_address {
        padding: 4px 14px;
        font-size: 24px;
    }

    .agree_text {
        width: 300px;
        margin: 20px auto 0;
    }

    .create_account {
        font-size: 18px;
        margin-top: 30px;
    }

    .create_account:before,
    .create_account:after {
        width: 45px;
    }

    .create_account:before {
        left: 0px;
    }

    .create_account:after {
        right: 0px;
    }

    .create_button {
        width: 320px;
        height: 48px;
        margin: 15px auto 0;
    }

    .create_link {
        font-size: 18px;
    }


    /*Welcome*/
    #welcome {
        display: block;
        margin: 0;
        padding: 0px 0px 0 0px;
    }

    .your_number {
        display: flex;
        align-items: center;
        padding-top: 0px;
    }

    .change_link {
        font-size: 15px;
        margin: 0;

    }

    .phone_number {
        font-size: 24px;
        margin-left: 13px;
        margin-bottom: 0;
    }

    #sigin_password {
        width: 100%;
        margin: 0;
        margin-right: 20px;
    }

    .password_link {
        font-size: 14px;
        display: flex;
        justify-content: flex-end;
        margin: 0px;
    }

    .welcome_button {
        width: 328px;
        height: 48px;
        margin: 25px auto 0;

    }

    .welcome_button a {
        font-size: 18px;
    }


    /*create_account*/
    #create_account {
        display: block;
        text-align: left;
        margin: 0 0 0px 0;
        padding: 0px;
    }

    .shift {
        margin-bottom: 00px;
    }

    .signin_already {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
        padding-top: 30px;

    }

    .already_text {
        margin: 0;
    }


    /*verification*/
    #verification {
        display: block;
        padding: 8px 0 0 0;
    }

    .change_number {
        margin: 0 auto 30px;
    }

    .verification_number {
        margin: 5px auto 10px;
        font-size: 24px;
    }

    .sms_code {
        margin: 13px auto 15px;

    }

    .number_input {
        width: 30px;
    }

    .send_again {
        margin: 26px auto 30px;
    }

    .send_again img {
        width: 20px;
    }

    .send_text {
        font-size: 16px;
        margin-left: 10px;
    }

    .question_verification {
        display: block;
        text-align: left;
    }

    .confirmation {
        font-size: 14px;
        margin: 15px 0 20px 0;
    }

    /* currency */
    .deposit_currency:after {
        display: none;
    }

    .currency_choice {
        height: 52px;
        padding: 0px 15px 0px 0;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .deposit_title {
        margin: 33px 0 8px;
        font-size: 14px;
    }

    .currency_choice option {
        font-size: 18px;
    }

    /*All  Loteries*/
    .lotteries_item {
        padding: 10px;
    }

    .lotteries_country {
        width: 70px;
        left: 10px;
    }

    .lotteries_lotto-name {
        margin-left: 5px;
    }

    .lotteries_price {
    }

    .lotteries_button {
        left: 35%;
    }

    .join_pick-lottery .account_logo {
        margin: 10px auto;
        padding: 5px;
        width: 100px;
        height: 100px;
    }

    .join_pick-lottery img {
        width: 100%;
    }

    /*    Promotion */
    .get_more_spin .lotteries_button {
        width: 343px;
    }

    .promotion_item {
        padding: 10px;
        width: 300px;
        margin-left: 40px;
    }

    .promo_offer {
        width: 70px;
        left: -47px;
    }

    .promotion_right-col .info_title {
        padding: 0;
        margin: 0;
        margin-bottom: 15px;
        text-align: start;
    }

    /*   Spin Mashine*/
    #PageContainerInner {
        padding: 10px 0;
    }

    #slotMachineContainer {
        width: 343px;
        background-size: contain;
        height: 380px;
    }

    #slotMachineContainer #ReelContainer {
        width: 285px;
        height: 186px;
        left: 28px;
        top: 97px;
    }

    #slotMachineContainer #ReelContainer .reel {
        width: 80px;
    }

    #slotMachineContainer #ReelContainer #reel1 {
        left: 5px;
        top: -100px;
    }

    #slotMachineContainer #ReelContainer #reel2 {
        left: 102px;
        top: -260px;
    }

    #slotMachineContainer #ReelContainer #reel3 {
        left: 198px;
        top: -420px;
    }

    #slotMachineContainer #loggedOutMessage, #slotMachineContainer #failedRequestMessage {
        top: 150px;
        left: -5px;
    }

    #slotMachineContainer #betContainer {
        width: 230px;
        height: 50px;
        top: 310px;
        left: 20px;
    }

    #slotMachineContainer #betContainer span {
        font-size: 20px;
        width: 50px;
    }

    #slotMachineContainer #betContainer #lastWin {
        left: 15px;
    }

    #slotMachineContainer #betContainer #credits {
        left: 90px;
    }

    #slotMachineContainer #betContainer #bet {
        left: 150px;
    }

    #slotMachineContainer #betContainer #betSpinUp, #slotMachineContainer #betContainer #betSpinDown {
        left: 200px;
    }

    #slotMachineContainer #spinButton {
        width: 80px;
        left: 245px;
        top: 310px;
    }

    #slotMachineContainer #spinButton.disabled {
        background-position: 0 -191px;
    }

    #prizes_list {
        padding: 50px 0px 10px;
        top: 0;
        width: 343px;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        background-size: contain;
    }

    #prizes_list .trPrize {
        display: flex;
        align-items: center;
        height: auto;
    }

    #prizes_list .tdReels {
        width: 120px;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    #prizes_list .tdReels div.reelIcon {
        margin: 0;

    }

    #prizes_list .tdPayout {
        height: 30px;
        line-height: 30px;
    }

    .tdPayout img {
        height: 30px;
    }

    /*Lottery result*/
    .lottery-winners-page .lotteries_lotto {
        width: 20%;
    }

    .lottery-winners-page .lotteries_text {
        width: 20%;
    }

    .lottery_result {
        width: 180px;
    }

    .lottery_result-item {
        width: 26px;
        height: 26px;
    }

}


.button:hover {
    text-decoration: none;
    /*color: #0061A3 !important;*/
    background: /*#fff*/ #FFB400 !important;
    /*border: 1px solid #0061A3 !important;*/
    transition: 0.3s;
    overflow: hidden;
    border-width: 1px;
}

.button_link:hover {
    text-decoration: none;
    /*    color: #0061A3 !important;*/
}

#submit_crypto_startajob {
    width: 340px;
}

@media (max-width: 500px) {
    .lottery_item:nth-child(n+1) {
        margin-left: 0px;
    }

    .scan_img {
        width: 300px;
    }

    #submit_crypto_startajob {
        height: 48px;
        margin: 0 auto 20px;
        font-size: 18px;
    }

    .affiliate_text {
        margin-left: 48px;
    }

    .balance_money_deposit {
        margin-left: 0;
    }

}

#submit_crypto_startajob_deposit {
    width: 340px;
}

@media (max-width: 500px) {

    #submit_crypto_startajob_deposit {
        height: 48px;
        margin: 0 auto 20px;
        font-size: 18px;
    }

    .mtl_0 {
        margin-left: 0 !important;

    }

    .balance_title_text {
        margin-left: 0;

    }

    .balance_item {
        display: flex;
        width: 100%;
        text-align: left;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}

.lottery_price {
    padding-top: 0px;
}

.lottery_item {
    width: 380px;
    margin-right: 0;
    max-height: 147.6px;
}

.lottery_bottom {
    height: 56px;
}

@media (max-width: 500px) {
    .withdraw_title {
        font-size: 16px;
    }

    .payment_method_choice {
        margin-bottom: 20px;
    }
}

@media (max-width: 880px) and (min-width: 610px) {
    .identity {
        margin-top: 60px;
    }
}

.ticketsLink {
    text-wrap: nowrap;
}

.social_img {
    border: 0;
}

.social_link {
    border: 0;
}

.social_right {
    border: 0;
}

.affiliate_program {
    text-align: center;
}

.included_time {
    margin-left: 5px;
}

@media (max-width: 372px) {
    .syndicate_details_item {
        margin-top: 40px;
    }
}

.lottery_syndicate_img {
    width: 60px !important;
    height: 30px !important;
    margin-left: 10px !important;
}

.disabled_lottery {
    opacity: 0.5 !important;
    pointer-events: none !important;
    cursor: initial !important;
}

.disabled_lottery_no_op {
    pointer-events: none !important;
    cursor: initial !important;
}

.disabled_lottery_all_lotteries {
    opacity: 0.5 !important;
    pointer-events: none !important;
    cursor: initial !important;
}

.select_arrow_bottom {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB2aWV3Qm94PSIwIDAgNC45NSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO30uY2xzLTJ7ZmlsbDojNDQ0O308L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+YXJyb3dzPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSIyLjM5MiIgaGVpZ2h0PSIxLjczIiBzdHlsZT0iIiB5PSI1LjE3NSIgeD0iMS4yNDEiLz4KICA8cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+Cjwvc3ZnPg==") no-repeat;
    background-position: right -5px;
}

#syndicate_submit {
    width: 340px;
}

.subscriptions_table_row {
    border-bottom: 1px solid #e0e0e0;
}

.subscriptions_table_data {
    padding: 20px 40px;
    text-align: center;
    text-wrap: nowrap;
}

#subscriptions_table_wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    width: fit-content;
    margin: 50px auto;
}

@media (max-width: 900px) {
    .subscriptions_table_data {
        padding: 20px 15px;
    }

}
body .phone_number{
    color: black !important;
}
@media (max-width: 600px) {
    .customer_service_title{
        line-height: 21px;
        font-size: 18px;
        font-weight: 600;
    }
    .subscriptions_table_data {
        padding: 10px 7px;
    }
    .tzahal_promo_imgs_wrap{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    body .tzahal_main_text {
        font-size: 14px;
        margin-top: 15px;
        padding: 0 15px;
    }
    #checkbox_2 {
        width: 50px;
        height: 50px;
    }

}

@media (max-width: 485px) {
    .subscriptions_table_data {
        padding: 10px 5px;
    }

    .subscriptions_table_data {
        font-size: 12px;
    }

    .subscription_table_head {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .subscriptions_table_data {
        padding: 10px 2px;
    }
}

.withdraw_text_intendant {
    padding: 0 20px;
    margin-bottom: 40px;
}

.voucher_gif {
    width: 30px;
    margin-left: -5px;
}

.account_free_vouchers_text {
    color: #01d301;
    align-self: flex-end;
    padding-bottom: 3px;
    font-weight: bold;
}

.account_free_vouchers {
    display: flex;
    position: relative;
    cursor: pointer;
}

.free_gifts_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
}

.select_voucher {
    border-radius: 4px !important;
    border: 2px solid #e0e0e0;
    width: fit-content;
    padding: 5px 30px;
    font-size: 12px;
}

.voucher_select_gif {
    height: 50px;
}

.voucher_text_combo_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.vouchers_wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.vouchers_text {
    color: #01d301;
    font-size: 14px;
    font-weight: bold;
}

.account_free_vouchers:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    height: fit-content;
    position: relative;
    margin-top: 16px;
    margin-left: 5px;
    cursor: pointer;
}

.voucher_list_wrapper {
    position: absolute;
    right: initial;
    top: 25px;
    height: 80px;
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff;
    border-radius: 2px;
    width: 100%;
    z-index: 200;
    overflow-y: auto;
    max-height: 150px;
    display: block;
}

.voucher_dropdown {
    padding: 5px 20px;
    text-align: center;
    display: block;
    transition: 0.2s ease-in-out;
}

.voucher_dropdown:hover {
    background-color: #16181b;;
}

.voucher_dropdown_item:hover {
    background-color: #16181b;;
}

.voucher_dropdown_item {
    transition: 0.2s ease-in-out;
    display: block;
    width: fit-content;
}

.dropdown-vouchers {
    top: 80px;
    overflow-y: auto;
}

.header_account_mobile {
    display: none;
    padding: 10px 25px;
    height: fit-content;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.account_balance:nth-child(n + 1) {
    margin-top: 5px;
}

@media (max-width: 880px) {

    .header_account {
        display: none;
    }

    .header_account_mobile {
        display: flex;
    }
}

@media (max-width: 500px) {
    .country_code {
        font-size: 16px !important;
        padding-left: 0;
        padding-right: 0;
    }

    #ddlCountryButton {
        padding-bottom: 0;
    }

    #country-flag {
        bottom: initial;
        bottom: 4px !important;
    }

    #country-code {
        font-size: 16px !important;
    }

    #phone_number {
        padding-left: 140px;
        padding-right: 30px;
        font-size: 16px !important;
    }

    .your_choise-jackpot {
        font-size: 40px;
    }
}

@media (max-width: 800px) {
    .landing_wrapper {
        width: 50% !important;
    }
}

@media (max-width: 700px) {
    .landing_wrapper {
        width: 60% !important;
    }

    .mtl_0 {
        text-align: center;
        white-space: nowrap;
        text-wrap: nowrap;
    }
}

@media (max-width: 600px) {
    .landing_wrapper {
        width: 75% !important;
    }
}

.header {
    position: relative;
}

@media (max-width: 500px) {
    .landing_wrapper {
        width: 100% !important;
    }

    .dropdown-vouchers {
        left: initial !important;
        right: 0 !important;
    }

    .form_input {
        font-size: 16px !important;
    }

    .your_choise_flex {
        flex-direction: row;
    }
}

.lines_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
}

.list_number {
    margin-top: 10px;
}

.dropdown-vouchers-mobile {
    right: initial !important;
}

.total_free {
    display: flex;
    flex-direction: row;
}

@media (max-width: 360px) {
    #change-password {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .free_play_inner {
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .payment_lines_item_free {
        flex-direction: column;
        width: 220px;
        margin: 10px auto 0;
    }

    .lines_change_free {
        position: relative;
    }

    .free_lines_text {
        width: 100% !important;
        margin-top: 10px;
        position: initial;
    }

    .total_free {
        flex-direction: column;
    }
}

.card_table_mobile {
    display: none !important;
}

.card_table {
    display: block;
}

@media (max-width: 1000px) {
    .card_table_mobile {
        display: block !important;
    }

    .card_table {
        display: none;
    }

    .card_status_item_mobile {
        width: 100%;
    }

    .status_text_mobile {
        font-size: 20px;
    }
}

.lottery_history_table {
    width: 100%;
}

.lottery_history_table_data {
    padding: 10px 10px;
}

.lottery_history_table_wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.lottery_transaction_list {
    display: none;
}

.lottery_history_table_row {
    border-bottom: 1px solid #e0e0e0;
}

.lottery_history_table_row:last-child {
    border-bottom: 0;
}

@media (max-width: 865px) {
    .lottery_history_table_wrapper {
        display: none;
    }

    .lottery_transaction_list {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        width: 100%;
    }

    .lottery_transaction_list_item {
        width: 100%;
        display: flex;
        flex-direction: column;
        border-top: 1px solid #e0e0e0;
        align-items: center;
        padding: 20px;
    }

    .lottery_transaction_list_item .list_sub_item:nth-child(n + 2) {
        margin-top: 10px;
    }

}

@media (min-width: 1000px) {
    .card_table_mobile {
        display: none !important;
        width: 0 !important;
        border: 0;
    }

    .identity_table_inner_mobile {
        width: 200px;
    }
}

@media (max-width: 1000px) {
    .border_bottom_mobile {
        border-bottom: 0;
    }
}

.mult_wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    width: 400px;
    justify-content: space-evenly;

}

.mult {
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    width: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/images/gold-coin.png") 0 -62px no-repeat;
    cursor: pointer;
    transition: background-color 0.1s ease-in-out;
    z-index: -10;
    position: relative;
}

.mult_mask {
    cursor: pointer;
}

.mult_mask:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.mult_active {
    background: url("/images/gold-coin.png") 0 0 no-repeat;
}

.mult_active:hover {
    background: url("/images/gold-coin.png") 0 0 no-repeat !important;;
}

@media (max-width: 880px) {
    .game__header--img {
        display: none;
    }
}

.send_again_text_telegram {
    font-size: 26px;
}

@media (max-width: 500px) {
    .send_again_text_telegram {
        font-size: 20px;
    }

    .send_again_icon_resize_telegram {
        width: 30px !important;
        height: 30px !important;
    }
}

.iwin_banner {
    width: 100%;
    height: 462px;
    border-radius: 6px;
}

.after_faq_header {

}

.after_faq_text {

}

.after_faq_wrapper {
    max-width: 1000px;
    margin-top: 15px;
    display: flex;
}

.after_faq_topic {
    /*flex-basis: 50%;*/
}

.after_faq_topic:first-child {
    margin-right: 10px;
}

.after_faq_topic p {
    padding-right: 5px;
}

.after_faq_topic p {
    font-size: 15px;
    color: #5F5F5F;
    font-weight: 300;
}

.after_faq_title {
    color: #333;
}

.after_faq_wrapper {
    padding-left: 20px;
}

.card_inner {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lottery_title {
    padding: 0;
}

@media (max-width: 1020px) {
    .card_inner {
        justify-content: space-evenly;
    }

    .card_item {
        margin-top: 10px !important;
    }
}

.card_item {
    margin: 0;
}

.syndicate_entries {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    justify-content: center;
}

.syndicate_entry {
    width: 33%;
    padding: 20px 50px;
    border-right: 1px solid #e0e0e0;
    text-align: center;
    max-height: 900px;
    flex-direction: column;
    display: flex;
}

.syndicate_entry:last-child {
    border-right: 0;
}

.plus_separator {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lotteries_separator {
    position: absolute;
}

.plus_separator_img {
    z-index: 5;
}

.syndicate_img_wrapper {
    width: 130px;
    height: 130px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.syndicate_title {
    color: black;
}

.syndicate_description_wrapper {
    margin-top: 10px;
}

.lottery_syndicate_description {
    text-align: left;
    margin-top: 20px;
}

.jackpot_syndicate {
    text-align: right;
    color: #a9a7a7;
    font-size: 12px;
    margin-bottom: 5px;
}

.syndicate_lotteries_wrapper {
    margin-top: 40px;
}

.lotteries_syndicate_link {
    color: blue;
    font-size: 40px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 40px;
}

.syndicate_lottery_info_wrapper {
    display: flex;
}

.syndicate_lottery_timer_price_wrapper {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
}

.one_entry_wrap {
    width: 33%;
}

.one_entry {
    width: 100%;
}

.two_entries_wrap {
    width: 66%;
}

.two_entries {
    width: 50%;
}

.lottery_syndicate_price {
    color: #6d43f5;
    font-weight: 600;
    font-size: 16px;
}

.timer_syndicate {
    color: grey;
    font-weight: 500;
    opacity: 0.4;
    padding: 0 5px 0 0;
}

.timer_img_syndicate {
    filter: grayscale(1);
    opacity: 0.4;
}

.play_timer_syndicate {
    margin-top: 0;
}

.syndicate_lottery_info_wrapper {
    margin-top: 20px;
}

.price_profit {
    line-height: 20px;
    font-size: 15px;
}

.prev_price {
    font-weight: 600;
    text-decoration: line-through;
}

.price_per_lottery {
    font-size: 15px;
    margin-top: 10px;
}

.button_syndicate {
    margin: 10px auto 0 auto;
    font-size: 20px;
    border-radius: 6px;
    width: fit-content;
    padding: 0 20px;
}

.lotteries_separator_bottom {
    margin: 10px 0;
}

@media (max-width: 1060px) {
    .syndicate_entries {
        flex-direction: column;
        align-items: center;
        border: 0;
    }

    .one_entry_wrap {
        width: initial;
    }

    .one_entry {
        width: initial;
    }

    .two_entries_wrap {
        width: initial;
    }

    .two_entries {
        width: initial;
    }

    .syndicate_entry {
        width: 50%;
        border: 1px solid #e0e0e0;
        border-radius: 16px;
        margin-top: 20px;
    }

    .syndicate_entry:first-child {
        margin-top: 0;
    }

    .syndicate_entry:last-child {
        border-right: 1px solid #e0e0e0;
    }
}

.footer_title_underline:hover {
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 800px) {
    .syndicate_entry {
        width: 400px;
    }
}

@media (max-width: 400px) {
    .syndicate_entry {
        width: 100%;
        padding: 20px 20px;
    }
}

.lottery_entry_img {
    width: 120px;
    height: 70px;
}

.iwinWinnersImg {
    height: 190px;
    width: 320px !important;
}

.iwin_banner_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iwin_button {
    z-index: 1000;
    position: absolute;
    background-color: yellow;
    padding: 3px 20px;
    margin-bottom: 30px;
    border: 3px solid #fdbb42d1;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.iwin_button:hover {
    text-decoration: underline;
}

.baner_button_iwin {
    position: absolute !important;
    left: initial !important;
    top: initial !important;
}


.biggest_winners_inner_iwin {
    height: initial;
}

.biggest_winners_info_iwin {
    height: initial;
    max-height: 392px;
}

.not_allowed_img {
    width: 30%;
}

.apologize_text_wrapper {
    max-width: 1000px;
    margin: 20px auto;
}

.apologize_text {
    font-weight: 400;
}

.not_allowed_text, .apologize_country_text {
    font-weight: 800;
    text-decoration: underline;
}

.apologize_country_text {
    color: red;
}

.apologize_text:last-child {
    margin-top: 20px;
    margin-bottom: 40px;
}

.apologize_text_wrapper {
    padding: 0 20px;
}

@media (max-width: 500px) {
    .apologize_text {
        font-size: 18px;
    }
    .debit_card_text{
        font-size: 16px;
    }
}

.lottery_header_sorry {
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    .results_img_iwin {
        width: 100% !important;
    }
}

@media (max-width: 730px) {
    .biggest_winners_info_iwin {
        max-height: initial;
    }

    /* .info_description_iwin{
         width: 232px;    
     }*/
    /*    .info_title_iwin, .info_title_reg{
            text-align: center;
        }
        .content_link_iwin, .info_link_reg{
            text-align: center;
            margin-right: 0;
            width: 100%;
        }*/

}

.content_info_iwin {
    padding: 0 15px;
}

@media (max-width: 500px) {
    .info_description_iwin {
        width: 100%;
    }

    .content_info_iwin {
        padding: 0;
    }

}

@media (max-width: 365px) {
    .iwinWinnersImg {
        width: 90% !important;
    }

    .results_img_iwin {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.syndicate_info_wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}

.general_syndicate_info_wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: row;
    align-items: center;
}

.syndicate_detailed_info_wrapper {
    width: 100%;
    padding: 0 30px;
}

.syndicate_main_title {
    text-align: left;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap
}
.syndicate_description{
    flex-basis: 100%;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
}
.syndicate_info_text_wrapper{
    margin-left: 50px;
}
.syndicate_description_prom{
    font-size: 20px;
    margin: 20px 0 40px;
}
.lotteries_included_line {
    margin: 0;
    width: 40% !important;
    height: 2px;
}

.lotteries_included_title_new {
    margin-top: 0;
    padding: 0 10px;
}

.included_lotteries_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.included_lotteries_title {
    margin-top: 20px;
}

.syndicate_profit_info_wrapper {
    margin-top: 20px;
    width: 100%;
}
.syndicate_detailed_info_wrapper {
    margin-top: 40px;
}

.included_lottery_main_info_wrapper {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.statistics_jackpot {
    font-size: 26px;
}

.lottery_flag_name_wrapper {
    display: flex;
    margin: 5px 0;
    align-items: center;
}

.line_through_lotteries_included {
    text-decoration: line-through;
}

.included_price_new {
    margin: 0px 0 0 0;
}

.underline {
    text-decoration: underline;
}

.green_underline_text {
    text-decoration: underline;
    color: #039703;
    filter: contrast(2);
}

.syndicate_payment_type_wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 700px;
}

.draw_days_new {
    padding: 0 35px;
}

.after_payment_details_syndicate {
    padding: 0 65px;
}

.syndicate_payment_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    flex-direction: column;
}

.syndicate_page_container {
    padding: 0 100px;
}

.syndicate_payment_type:last-child {
    flex-wrap: wrap;
}

.join_button_syndicate {
    margin-top: 30px;
    font-size: 24px;
    padding: 3px 100px;
    width: initial;
    height: initial;
    border-radius: 10px;
    text-transform: uppercase;
}

.year_join_gift_wrapper {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    padding: 10px 50px 0;
}

.syndicate_payment_type {
    display: flex;
    padding-top: 20px;
}

.included_lottery_img {
    max-width: 100px;
}

.year_git_text_wrapper {
    display: flex;
    font-size: 16px;
    margin-left: 10px;
}

.year_git_text_wrapper a {
    margin-left: 5px;
}

.gift_img {
    width: 30px;
}

.syndicate_payment_type_radio {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.syndicate_img_wrapper_syndicate_page {
    width: 150px;
    height: 150px;
}

.included_lottery_general_info {
    display: flex;
    justify-content: space-between;
    padding: 0 40px 0 20px;
    width: 50%;
}
#to_pay_sum{
    margin-left: 5px;
}
.included_lotteries_wrapper {
    display: flex;
    flex-direction: column;
}

.syndicate_payment_type_info_wrapper {
    display: flex;
    align-items: flex-end;
    font-size: 24px;
}

.show_numbers {
    margin-top: 10px;
    display: block;
    color: blue !important;
    cursor: pointer;
    font-weight: 500;
}
.show_numbers:hover{
    text-decoration: underline;
}

.included_lottery_secondary_main_info_wrapper {
    font-size: 16px;
    width: 50%;
    padding-left: 20px;
    min-width: 200px;
}

.included_lottery_description {
    font-size: 18px;
    width: 50%;
    min-width: 200px;
}

.lines_per_draw_big {
    font-size: 24px;
    font-weight: 700;
}

.lines_per_month_big {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.included_lottery_wrapper {
    display: flex;
    padding-top: 20px;
}

.included_lottery_wrapper:nth-child(n + 2) {
    display: flex;
    padding-top: 40px;
}

.you_save_text {
    font-size: 16px;
    color: #9b9b9b;
    font-style: italic;
    margin-left: 10px;
}

@media (max-width: 1230px) {
    .syndicate_page_container {
        padding: 0;
    }

    .draw_days_new {
        padding: 0;
    }

    .included_lottery_general_info {
        padding: 0;
    }

    .after_payment_details_syndicate {
        padding: 0;
    }
}

.syndicate_entries_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.syndicate_details_title{
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto 20px;
}
.jackpot_text_title{
    margin-bottom: 5px;
}
@media (max-width: 1000px) {
    .syndicate_details_title {
        position: initial;
    }

    .lotteries_included_line {
        width: 35% !important;
    }

    .year_join_gift_wrapper {
        padding: 10px 0;
    }

    .syndicate_info_wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .syndicate_profit_info_wrapper {
        width: initial;
    }

    .syndicate_main_title {
        width: initial;
        flex-direction: column;
        align-items: center;
    }
    .syndicate_info_text_wrapper{
        margin-top: 20px;
    }

    .general_syndicate_info_wrapper {
        flex-direction: column;
        width: initial;
    }

    .included_lottery_general_info {
        padding: 0;
    }

    .syndicate_detailed_info_wrapper {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .join_text {
        font-size: 18px;
    }

    .lotteries_included_line {
        width: 30% !important;
    }

    .you_save_text {
        flex-basis: 100%;
        margin-left: 0;
    }

    .syndicate_payment_type_info_wrapper {
        align-items: center;
    }

    .you_save_text {
        font-size: 14px;
    }

    .join_button_syndicate {
        font-size: 16px;
        padding: 3px 50px;
    }

    .syndicate_payment_type_radio {
        margin-right: 5px;
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
    }
}

@media (max-width: 610px) {
    .included_lottery_wrapper {
        flex-direction: column;
        align-items: center;
    }

    .syndicate_payment_type {
        align-items: center;
    }

    .included_lottery_general_info {
        width: initial;
        flex-direction: column;
        align-items: center;
    }

    .included_lottery_secondary_main_info_wrapper {
        margin-top: 20px;
        padding-left: 0;
        max-width: 320px;
    }

    .included_lottery_description {
        width: initial;
        margin-top: 20px;
    }

    .draw_days_inner_new {
        width: fit-content;
        margin: 0 auto;
    }

    .draw_days_title_new {
        text-align: center;
    }

    .syndicate_payment_type_info_wrapper {
        flex-wrap: wrap;
        margin-left: 0;
        margin-top: 5px;
    }
}

.tickets_arrow_mobile {
    display: none;
}

.content_inline {
    display: flex;
}

@media (max-width: 500px) {
    .lotteries_included_line {
        width: 25% !important;
    }

    .lotteries_included_title_new {
        margin-bottom: 0;
    }

    .tickets_arrow_mobile {
        display: initial;
        transform: rotate(0deg);
        /*height: fit-content;*/
        margin: 0;
        height: 25px;
    }

    .price_arrow {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 400px) {
    .lotteries_included_line {
        width: 20% !important;
    }
}

.isr_prom_form {
    flex-direction: column;
    border-left: 0;
}

.lottery_time_prom {
    color: #CCC;
}

.syndicate_footer {
    text-align: center;
    margin: 0 -20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: initial;
    height: 100%;
}
.lotteries_separator_bottom{
    max-width: 282px;
    margin: 10px auto;
}
.lotteries_separator{
    max-width: 282px;
}
#phone {
    width: 100%;
    padding: 0 50px 0 195px;
}



.country_code_wrapper {
    height: 66px !important;
    width: 134px;
    position: absolute;
    border-right: 2px solid #e0e0e0;
}

@media (max-width: 1000px) {
    #phone {
        height: 66px !important;
    }
}

@media (max-width: 500px) {
    .country_code_wrapper {
        height: 52px !important;
        width: 134px;
        left: 0px !important;
    }
}

@media (max-width: 475px) {

    #phone {
        height: 52px !important;
    }

    .country_code_wrapper {
        width: 134px !important;
        height: 52px !important;
        left: 0px !important;
    }


}

.landing_faq_wrap {
    text-align: left;
    margin-top: 100px;
}
@media (max-width: 500px) {
    #phone{
        padding-left: 140px;
        padding-right: 10px;
        height: 52px !important;
        font-size: 16px !important;
    }
    #country-code{
        font-size: 16px !important;
    }
}
.join_syn_text{
    margin: 5px auto;
}
.join_info_price{
    font-size: 18px;
}
.landing_lottery_name{
    
}
.baner_button_iwin{
    margin-top: 200px !important;
}
@media(max-width: 700px){
    .baner_button_iwin{
        margin-top: 100px !important;
    }
}
@media(max-width: 800px){
    #banner{
        display: none;
    }
}
.syndicate_img_wrapper_home{
    margin: 0 auto;
}
.telegram_faq_click{
    cursor: pointer;
}
.telegram_faq_click:hover{
    text-decoration: underline;
}
.package-price{
    max-width: 700px;
    margin: 0 auto;
}
.lottery_name_included{
    font-size: 11px;
}
.card_item{
    height: 110px;
}

@media (min-width: 880px) {
    
    #lottery_logo{
        display: none;
    }
}
@media(max-width: 880px){
    #logo {
        display: none;
    }
    #lottery_img {
        display: none;
    }
    #lottery_logo{
        display: block;
        position: initial !important;
        margin: 0 auto;
        height: 60px;
    }
}
#personal_information_form{
    display: flex;
    flex-direction: column;
}
#address_information_form, #login_information_form, #card_information_form{
    flex-direction: column;
}
#login_change{
    margin: 15px auto 0;
}

.my_account_logo, .my_account_link {
    cursor: pointer;
}
.my_account_link_change_img{
    color: #0061A3 !important;
}
.my_account_link_change_img:hover{
    text-decoration: underline !important;
}
.personality_logo_img{
    display: flex;
    height: fit-content;
}
.my_account_logo img{
    max-width: 123px;
    max-height: 123px;
}
.personality_img{
    max-width: 50px;
    max-height: 50px;
}
.matched_line{
    border: 1px solid red;
}
/*.wpcb-color-custom--943834009.wpcb-container{
    top: 0;
    bottom: initial;
    position: relative;
}*/
.ldd{
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 10px;
}
.lddt{
    font-size: 15.5px;
}
.lddtb{
    font-size: 15px;
    margin-top: 15px;
}
.ldsd{
    max-width: 500px;
}
.lddh{
    margin-top: 50px;
}
.lddtal{
    margin-top: 15px;
}
.lddl{
    margin-top: 15px;
}
.lddr::before{
    display: inline-block;
    position: absolute;
    left: 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: black;
    content: '';
    top: 35%;
}
.lddr{
    padding-left: 40px;
    position: relative;
}
.picker_tickets{
    background: initial;   
    flex-direction: column;
}
.button_play_wrap{
    display: flex;
    width: 500px;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}
.button_play_wrap a{
    min-width: 200px;
    width: fit-content;
    height: fit-content;
    padding: 10px 40px;
    font-size: 30px;
}
.tickets_content{
    background: #f5f5f5;
}
.tickets_arrow_revert{
    transform: rotate(180deg);
}
@media(min-width: 500px){
    .ticket_arrow_button_wrap{
        display: none;
    }
    .tickets_content_mobile{
        display: none;
    }
}
@media(max-width: 500px){
    .picker_tickets{
        background: #f5f5f5;
    }
    .button_play_wrap{
        margin: 0;
    }
    .ticket_arrow_button_wrap{
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .tickets_content_mobile{
        display: block;
        width: 100%;
        margin: 10px 0 0 0 !important;
    }
    .tickets_content{
        width: 100%;
        margin-top: 10px;
    }
    .tickets_content_hide{
        display: none;
    }
    .ticket_arrow_button_wrap .tickets_arrow_mobile_right{
        transform: rotate(180deg);
    }
    .play_button_wrap, .play_button_wrap a{
        width: 85%;
        margin: 0 auto;
        height: 45px;
        font-size: 20px;
        display: flex;
    }
    .tickets_link, .tickets_arrow_mobile_hide{
        display: none;
    }
    .picker_tickets{
        display: flex;
        flex-direction: column;
        padding: 10px 5px;
        border: 3px solid #e0e0e0;
        border-radius: 0;
    }
}
    
.mega_lotto{
    width: 180px;
    max-height: 70px;
}
body{
    overflow-y: overlay !important;
}
.lottery_landing_title{
    display: flex;
    text-transform: initial;
    flex-direction: column;
}
.lottery_landing_title span{
    font-size: 22px;
}
@media(max-width: 500px){
    .lottery_landing_title{
        font-size: 22px;
    }
    .lottery_landing_title span{
        font-size: 16px;
    }
}
.played_history_date_title{
    font-size: 12px;
    color: darkgrey;
}
.history_table_logo{
    margin-bottom: 0px !important;
}
.view_ticket_button_m{
    font-size: 20px;
}
.accordion_margin{
    margin-top: 1rem; 
}
.subscription_table_list_wrapper{
    display: none;
}
@media(max-width: 600px){
    #subscriptions_table_wrapper{
        display: none !important;
    }
    .syndicate_description{
        font-size: 16px
    }
    .subscription_table_list_wrapper{
        display: flex;
        flex-direction: column;
        border: 1px solid #e0e0e0;
        margin: 20px 0;
        border-radius: 8px;
    }
    .subscription_list_item{
        padding: 30px 10px;
        border-bottom: 1px solid #e0e0e0;
    }
    .subscription_list_item:last-child{
        border-bottom: 0;
    }
    .subscription_list_item_text{
        font-size: 22px;
        text-align: center;
    }
    .subscription_list_item_text b, .subscription_list_item_text span{
        font-size: 18px;
    }
    .subscription_list_item_text{
        margin-top: 10px;
    }
    .subscription_list_item_cancel{
        margin-top: 50px;
    }
    
}
.playing_card_transaction{
    width: 27px;
    height: 27px;
}
.lottery_line_hide .lottery_number {
    background-color: white;
}
.jackpot_text_main{
    font-size: 40px; 
    text-align: center
}
body .last_draw_inner{
    max-width: 100vw;
    display: flex;
    flex-wrap: wrap;
}
body .last_draw_inner .last_draw_list{
    margin-top: 5px !important;
}
.lang_wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 800px;
    margin: 0 auto;
    direction: ltr !important;
    flex-wrap: wrap;
}
.lang_synd{
    padding-top: 20px;
}
@media(max-width: 500px){
    .lang_wrap{
        justify-content: space-evenly;
        padding: 0;
    }
    .information_item{
        height: fit-content;
    }
    .information_item .information_text{
        width: 100%;
    }
    #personal_information_form{
        padding-top: 10px;
    }
    .lang_synd{
        margin-left: 0px;
        width: 110px;
    }
}
.header_logo_synd{
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    width: 100%;
}
.whatsapp_restore_password{
    font-size: 18px;
    color: #335fa0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-weight: 500;
    cursor: pointer;
}
.whatsapp_restore_password:hover{
    text-decoration: underline;
}
.account_fit_content{
    width: fit-content !important;
}
.height100{
    height: 100% !important;
}
.flex_center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign_up_button {
    background-color: #FFA500;
    color: black;
    border-radius: 0 8px 8px 0
}
.login_button{
    
}

@media (min-width: 880px) and (max-width: 1100px) {
    .nav_link{
        font-size: 11px;
    }
}
@media(max-width: 880px){
    body .account_not_logged_in{
        background-color: initial !important;
    }
    .login_button{
        color: blue !important;
        font-weight: 800 !important;
        margin-bottom: 20px !important;
    }
    .sign_up_button{
        color: black;
        border-radius: 8px;
        min-width: 320px;
    }
}
.verification_text{
    color: green;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vh;
    margin: 100px 0;
}
.lotteryExpiredMessage{
    font-size: 14px;
    max-width: 600px;
    color: #777;
    font-style: italic;
}
.lotteryExpiredMessage span{
    color: red;
}

body .iti__selected-dial-code{
    font-size: 24px;
}
body .iti{
    width: 100%;
}
body .iti__selected-flag::after{
    background-color: transparent;
}
body .iti__selected-country-primary .iti__flag{
    transform: scale(1.5);
}
body .iti__selected-country-primary .iti__arrow{
    transform: scale(1.5);
    margin-left: 10px;
}
body .iti__selected-country{
    background-color:  rgba(0, 0, 0, 0.05) !important;
    padding-right: 10px;
}

@media(max-width: 500px){
    body .iti__selected-dial-code {
        font-size: 16px;
    }
}
.iti__search-input, .iti__selected-country{
    outline: 0;
}
.iti__tel-input{
    width: 100%;
}

.linkButt{
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
    color: blue;
    cursor: pointer;
    display: none;
}
.linkButt:hover{
    text-decoration: underline;
}

body .iti{
    direction: ltr;
}
.join_pick-lottery {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-between;
}

@media(min-width: 880px){
    body .nav_link{
        padding: 0 15px;
    }
}
@media(max-width: 880px){
    body .account{
        background-color: #0061a3 !important;
    }
    body .header_nav{
        height: fit-content;
        padding-bottom: 20px !important;
    }
}
@media(min-width: 610px){
    body .mobil_acount #language-select{
        display: none;
    }
}
@media (max-width: 880px) {
    .account_not_logged_in {
        background-color: initial !important;
    }
}

.winning_number{
    font-size: 11px;
    color: white;
    margin: 0 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f30000;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

.extra_number{
    font-size: 11px;
    color: white;
    margin: 0 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0061a3;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}
.lottery_line_hide{
    margin: 0 10px !important;
    padding: 0 10px !important;
}

.lottery_number_numbers {
    z-index: 1000000;
    left: 20px;
}

@media(max-width: 760px){
    .user_played_lotteries_wrapper .lottery_line_hide:nth-child(2), .user_played_lotteries_wrapper .lottery_line_hide:nth-child(3){
        display: none;
    }
    .user_played_lotteries_wrapper .lottery_line_hide:nth-child(1), .user_played_lotteries_wrapper .lottery_line_hide:nth-child(4){
        padding: 10px !important;
        margin: 0 10px !important;
    }
}
@media(max-width: 800px){
    .lottery_payment_info{
        display: none !important;
    }
}
.wpcb-container{
    display: none;
}
input{
    color: black !important;
}
@media(max-width: 880px){
    body header .account.active {
        background-color: #0061a3 !important;
    }
    
}
.picker_payment .switch-crypto-card-wrap{
    padding: 0 10px;
}
.switch-crypto-card-wrap{
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 20px auto 0;
}
.switch-crypto-card-wrap #card-option, .switch-crypto-card-wrap #crypto-option{
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 20px;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid rgb(224, 224, 224);
    margin-top: 10px;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 600;
}
.switch-crypto-card-wrap #crypto-option img{
    max-width: 60px;
}
.switch-crypto-card-wrap #card-option img{
    max-width: 50px;
}
@media(min-width: 500px){
    .switch-crypto-card-wrap{
        min-width: 500px;
    } 
}


.switch-crypto-card-wrap h2{
    text-align: center;
    margin: 10px 0 20px;
    text-transform: uppercase;
    color: #444;
}
.img-text-wrap{
    display: flex;
    align-items: center;
}
@media(max-width: 800px){
    .switch-crypto-card-wrap h2{
        font-size: 22px;
    }
    .switch-crypto-card-wrap #card-option, .switch-crypto-card-wrap #crypto-option{
        font-size: 16px;
    }
}
@media(max-width: 880px){
    body header .account.account_not_logged_in{
        background-color: initial!important;
    }
}

@media(max-width: 600px){
    .mobile-hidden{
        display: none;
    }
}

.cookie-container-message{
    margin: 0;
    border-radius: 0;
    border: 1px solid #f4f4f4;
    background-color: #FFFFFF;
    box-shadow: 0 -1px 10px 0 #acabab4d;
    width: 100%;
    padding: 16.5px 24px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookie-container-message a{
    white-space: nowrap;
}
.cookie-container-message button{
    min-width: 200px;
    color: #FFFFFF;
    border-color: #1863dc;
    background-color: #1863dc;
    padding: 8px 27px;
    outline: none;
    font-weight: 500;
}
.cookie-container-message button:hover{
    background-color: #4A7BD3;
}

@media(max-width: 1000px){
    .cookie-container-message button{
        padding: 8px 6px;
        min-width: 100px;
    }
    .cookie-container-message{
        font-size: 14px;
    }
    .cookie-container-message p{
        padding-right: 10px;
    }
}
.google-app-store-wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-height: 110px;
    align-self: center;
    padding-top: 4px;
    margin-right: 20px;
}
.google-app-store-wrap a{
    height: fit-content;
    width: fit-content;
}
.google-app-store-wrap img{
    width: 145px;
    max-height: 45px;
    height: 100%;
}

@media(max-width: 780px){
    .google-app-store-wrap{
        height: 110px;
        max-height: initial;
    }
}
@media(max-width: 530px){
    .google-app-store-wrap{
        height: 145px;
        align-self: flex-end;
    }
    .google-app-store-wrap a{
        width: 100%;
        height: 100%;
    }
}
@media(max-width: 500px){
    .google-app-store-wrap{
        align-items: center;
    }
}
.cards-table th, .cards-table td{
    padding: 16px;
    font-size: 20px;
}
.cards-table tr td:nth-child(-n + 1), .cards-table tr th:nth-child(-n + 1){
    border-right: 1px solid #e0e0e0;
}
.cards-table tr:nth-child(n + 1){
    border-bottom: 1px solid #e0e0e0;
}
.cards-table tr:last-child{
    border-bottom: 0;
}
.cards-table thead{
    border-bottom: 1px solid #e0e0e0;
}
.cards-table, .cards-table-wrap{
    width: 100%;
}
.cards-table-wrap{
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}
@media(max-width: 500px){
    .cards-table-wrap td, .cards-table-wrap th{
        font-size: 16px !important;
    }
}
.saved-cards-card{
    display: none;
    flex-direction: column;
}

#popup-email-enter-background{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: #ffffffbf;
    z-index: 100000;
}
#popup-email-enter-background  .popup-wrap{
    width: 800px;
    position: relative;
    background-color: white;
    border-radius: 6px;
    border: 1px solid #C8C8C8;
    padding: 40px 32px 40px 25px;
}
#popup-email-enter-background  .popup-wrap .main-text-wrap{
    display: flex;
    gap: 60px;
}
#popup-email-enter-background  .popup-wrap .main-text-wrap .text-wrap h2{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    max-width: 370px;
}
#popup-email-enter-background  .popup-wrap .main-text-wrap .text-wrap p{
    max-width: 433px;
    font-size: 32px;
    margin-top: 15px;
}
#popup-email-enter-background  .popup-wrap .main-text-wrap .text-wrap p span{
    font-weight: bold;
}
#popup-email-enter-background  .popup-wrap .main-text-wrap .img-wrap{
    margin-top: 50px;
}
#popup-email-enter-background .email-input-wrap .input-wrap{
    display: flex;
    position: relative;
    margin-top: 10px;
}
#popup-email-enter-background .email-input-wrap .input-wrap img{
    position: absolute;
    left: 34px;
    top: 22px;
}
#popup-email-enter-background .email-input-wrap div:first-child{
    font-size: 26px;
    color: #636060;
}
#popup-email-enter-background .email-input-wrap .input-wrap #email-input{
    border: 1px solid #C8C8C8;
    width: 100%;
    font-size: 32px;
    border-radius: 6px;
    padding: 17px 0 17px 80px;
    background-color: white;
}
#popup-email-enter-background  .popup-wrap .close-popup-button-wrap{
    right: 15px;
    top: 15px;
    position: absolute;
    cursor: pointer;
    border: 1px solid #2560A2;
    border-radius: 50%;
    padding: 8px;
    display: flex;
}
#popup-email-enter-background .popup-wrap .verify-email-button{
    margin-top: 50px;
    background-color: #e92416;
    color: #fff;
    font-weight: 700;
    width: 100%;
    padding: 24px 0;
    text-align: center;
    font-size: 30px;
    border-radius: 6px;
    cursor: pointer;
}
#popup-email-enter-background .popup-wrap .verify-email-button:hover, #popup-email-enter-background .popup-wrap .verify-email-button:focus{
    filter: brightness(110%);
}
#email-popup-error-elem{
    color: red;
    font-size: 24px;
    margin-top: 5px;
}
@media(max-width: 900px){
    #popup-email-enter-background  .popup-wrap{
        max-width: 375px;
        width: 100%;
    }
    #popup-email-enter-background .popup-wrap .main-text-wrap .text-wrap h2{
        font-size: 28px;
        max-width: 290px;
    }
    #popup-email-enter-background .popup-wrap .main-text-wrap .text-wrap p{
        font-size: 24px;
        max-width: 250px;
    }
    #popup-email-enter-background .email-input-wrap div:first-child{
        margin-top: 35px;
        font-size: 12px;
    }
    #popup-email-enter-background .email-input-wrap .input-wrap{
        
    }
    #popup-email-enter-background .email-input-wrap .input-wrap img {
        position: absolute;
        left: 20px;
        top: 21px;
        width: 18px;
        height: 12px;
    }
    #popup-email-enter-background .email-input-wrap .input-wrap #email-input{
        border: 1px solid #c8c8c8;
        width: 100%;
        font-size: 16px;
        border-radius: 6px;
        padding: 17px 0 17px 42px;
    }
    #popup-email-enter-background .popup-wrap .main-text-wrap {
        display: flex;
        gap: 0;
        flex-direction: column;
        position: relative;
    }
    #popup-email-enter-background .popup-wrap .main-text-wrap .img-wrap {
        margin-top: 0;
        position: absolute;
        right: 0;
        bottom: -40px;
    }
    #popup-email-enter-background .popup-wrap .main-text-wrap .img-wrap img{
        height: 70px;
    }
    .close-popup-button-wrap{
        height: 35px;
        width: 35px;
    }
    .close-popup-button-wrap  img{
        width: 100%;
        height: 100%;
    }
    .verify-email-button{
        margin-top: 40px;
    }
    #popup-email-enter-background .popup-wrap .verify-email-button{
        margin: 40px auto 0;
        width: 100%;
        font-size: 14px;
        padding: 16px 0;
        max-width: 280px;
    }
}
.iti__search-input{
    height: 68px !important;
    background: #FFFFFF;
    border: 1px solid #E0E0E0 !important;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
}
.iti__country{
    background-color: white !important;
}
.iti__country:hover{
    background-color: rgba(0, 0, 0, 0.05) !important;
}
.iti__selected-country{
    outline: none !important;
}
.iti--inline-dropdown >
input{
    padding-left: 120px !important;
}
@media(max-width: 1000px){
    .iti--inline-dropdown, .iti--inline-dropdown > input{
        max-height: 56px;
    }
}
@media(max-width: 600px){
    .iti--inline-dropdown, .iti--inline-dropdown > input{
        max-height: 52px;
    }
    .iti__search-input{
        font-size: 24px;
    }
    .iti--inline-dropdown > input{
        padding-left: 120px !important;
    }
}
@media(max-width: 500px){
    .iti__search-input{
        font-size: 16px;
    }
    .iti--inline-dropdown > input{
        padding-left: 100px !important;
    }
}
#notifications_form h2{
    text-transform: uppercase;
    font-size:  22px;
}
#notifications_form{
    display: none;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
}
#notifications_form .notification-entry-wrap{
    display: flex;
    gap: 10px;
    align-items: flex-end;
}
#notifications_form .notification-entry-wrap input[type="checkbox"]{
    width: 24px;
    height: 24px;
}
#notifications_form .notifications-wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
}


@media(max-width: 600px){
    #notifications_form h2{
        font-size: 20px;
    }
    #notifications_form .notification-entry-wrap input[type="checkbox"]{
        width: 30px;
        height: 30px;
    }
}
.draw-format-text{
    text-align: left;
    font-size: 15px;
    width: 100%;
    position: relative;
    margin-left: 15px;
}
.draw-format-text:before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: -10px;
    top: calc(50% - 3px);
}
.draw-format-text-regular{
    text-align: left;
    font-size: 15px;
    width: 100%;
}
.draw-format-text-bold{
    font-weight: bold;
    font-size: 15px;
}
.draw-format-wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lottery_number img{
    max-width: 27px;
    max-height: 27px;
    width: 27px;
    height: 27px;
}
.withdraw_method{
    gap: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.dropdown_menu_select_gap .dropdown_menu_option:nth-child(n+2){
     margin-top: 5px;
}