﻿.c-preloader
{
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 10px;
}
.ps
{
    overflow: hidden!important;
    touch-action: auto;
    -ms-overflow-style: none;
}
@supports(
-ms-overflow-style: none)
{
.ps
{
    overflow: auto!important;
}
}
@media(-ms-high-contrast: none), screen and (-ms-high-contrast: active)
{
    .ps
    {
        overflow: auto!important;
    }
}
.ps.ps--active-x>.ps__scrollbar-x-rail, .ps.ps--active-y>.ps__scrollbar-y-rail
{
    background-color: transparent;
    display: block;
}
.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail
{
    background-color: #eee;
    opacity: .9;
}
.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x
{
    background-color: #999;
    height: 11px;
}
.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail
{
    background-color: #eee;
    opacity: .9;
}
.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y
{
    background-color: #999;
    width: 11px;
}
.ps>.ps__scrollbar-x-rail
{
    bottom: 0;
    display: none;
    height: 15px;
    opacity: 0;
    position: absolute;
    transition: background-color .2s linear,opacity .2s linear;
}
.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x
{
    background-color: #aaa;
    border-radius: 6px;
    bottom: 2px;
    height: 6px;
    position: absolute;
    transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
}
.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x, .ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x
{
    height: 11px;
}
.ps>.ps__scrollbar-y-rail
{
    display: none;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: background-color .2s linear,opacity .2s linear;
    width: 15px;
}
.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y
{
    background-color: #aaa;
    border-radius: 6px;
    position: absolute;
    right: 2px;
    transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
    width: 6px;
}
.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y, .ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y
{
    width: 11px;
}
.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail
{
    background-color: #eee;
    opacity: .9;
}
.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x
{
    background-color: #999;
    height: 11px;
}
.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail
{
    background-color: #eee;
    opacity: .9;
}
.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y
{
    background-color: #999;
    width: 11px;
}
.ps:hover>.ps__scrollbar-x-rail, .ps:hover>.ps__scrollbar-y-rail
{
    opacity: .6;
}
.ps:hover>.ps__scrollbar-x-rail:hover
{
    background-color: #eee;
    opacity: .9;
}
.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x
{
    background-color: #999;
}
.ps:hover>.ps__scrollbar-y-rail:hover
{
    background-color: #eee;
    opacity: .9;
}
.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y
{
    background-color: #999;
}
.v--modal-overlay[data-modal=captcha_modal]
{
    background: rgba(0,0,0,.65);
    z-index: 100150!important;
}
.v--modal-overlay[data-modal=captcha_modal] .v--modal-background-click
{
    align-items: center;
    display: flex;
    justify-content: center;
}
.v--modal-overlay[data-modal=captcha_modal] .v--modal_captcha
{
    height: auto!important;
    left: auto!important;
    top: auto!important;
    width: auto!important;
}
.captcha-modal
{
    background: #000;
    border: 1px solid hsla(0,0%,100%,.75);
    border-radius: 4px;
    padding: 28px 8px;
}
.captcha-modal, .captcha-modal *
{
    box-sizing: border-box;
}
.captcha-modal__img-wrap
{
    margin-bottom: 8px;
    text-align: center;
}
.captcha-modal__img
{
    width: auto;
}
.captcha-modal__text
{
    color: #fff;
    font-size: 16px;
    padding-bottom: 8px;
    text-align: center;
}
.captcha-modal__loader
{
    margin-bottom: 8px;
}
.captcha-modal__error
{
    color: #ff1844;
    font-size: 12px;
    max-width: 170px;
}
.captcha-modal__label
{
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    margin-bottom: 8px;
    text-align: center;
}
.captcha-modal__input
{
    display: block;
}
.captcha-modal__button, .captcha-modal__input
{
    font-size: 16px;
    height: 32px;
    padding: 0 8px;
    width: 100%;
}
.captcha-modal__button
{
    background: linear-gradient(0deg,#111,#444 66%) 0 100% no-repeat;
    background-size: 100% 150%;
    border: none;
    color: #fff;
    cursor: pointer;
    outline-color: #fff;
    transition: background-position .3s;
    will-change: background-position;
}
.captcha-modal__button:hover
{
    background-position: 0 0;
}
.captcha-modal__button .modal__button_small
{
    margin-bottom: 8px;
}
.captcha-modal .captcha-timer
{
    display: block;
    height: 52px;
    margin: 0 auto;
    width: 52px;
}
.captcha-modal .captcha-timer__circle
{
    fill: transparent;
    stroke: #5d4f4a;
    stroke-width: 2px;
}
.captcha-modal .captcha-timer__circle_over
{
    stroke: #ed8646;
    stroke-dasharray: 150 150;
    stroke-dashoffset: 0;
}
.captcha-modal .captcha-timer__text
{
    font-size: 16px;
    fill: #fff;
    text-anchor: middle;
}
.identification-popup-info[data-v-72bf7fd0]
{
    align-items: center;
    background-color: #f3f8fc;
    display: flex;
    padding: .625em .9375em;
}
@media(max-width: 767px)
{
    .identification-popup-info[data-v-72bf7fd0]
    {
        padding: .9375em;
    }
}
.identification-popup-info__ico[data-v-72bf7fd0]
{
    flex-shrink: 0;
    height: 1em;
    width: 1em;
}
@media(min-width: 1025px)
{
    .identification-popup-info__ico[data-v-72bf7fd0]
    {
        margin-inline-end: .5em;
    }
}
.identification-popup-info__text[data-v-72bf7fd0]
{
    margin-bottom: 5px;
    margin-top: 0;
}
.identification-popup-info__text[data-v-72bf7fd0]:last-child
{
    margin-bottom: 0;
}
.identification-popup-info[data-v-72bf7fd0] .identification-popup-info__link
{
    color: #367aba;
    text-decoration: underline;
    transition: color .2s ease-in-out;
}
.identification-popup-info[data-v-72bf7fd0] .identification-popup-info__link:hover
{
    color: #7ba630;
}
@media(min-width: 1025px)
{
    .identification-popup-list[data-v-72bf7fd0]
    {
        padding-inline-start: 1.375em;
    }
}
.identification-popup-list__item[data-v-72bf7fd0]
{
    color: #234f7b;
    line-height: 1.375em;
}
@media(max-width: 767px)
{
    .identification-popup-list__item[data-v-72bf7fd0]
    {
        font-size: .75em;
        line-height: 1.3333333333em;
    }
}
.identification-popup-rules-box[data-v-72bf7fd0]
{
    background-color: #f3f8fc;
    padding: .9375em;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box[data-v-72bf7fd0]
    {
        background-color: transparent;
        padding: 0;
    }
}
.identification-popup-rules-box[data-v-72bf7fd0]:before
{
    background-color: #d9d9d9;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -.9375em;
    width: 100%;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box[data-v-72bf7fd0]:before
    {
        display: none;
    }
}
.identification-popup-rules-box__text[data-v-72bf7fd0]
{
    margin-bottom: 5px;
    margin-top: 0;
}
.identification-popup-rules-box__list[data-v-72bf7fd0]
{
    margin-bottom: 0;
    margin-top: 0;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box__list[data-v-72bf7fd0]
    {
        margin-bottom: 1.25em;
    }
}
.identification-popup-link[data-v-72bf7fd0]
{
    align-items: center;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: inherit;
    justify-content: center;
    padding: .375em 1.25em;
    text-align: center;
    transition: background-color .2s ease-in-out;
}
@media(max-width: 767px)
{
    .identification-popup-link[data-v-72bf7fd0]
    {
        padding: .375em .625em;
    }
}
.identification-popup-link__label[data-v-72bf7fd0]
{
    line-height: inherit;
    text-transform: uppercase;
}
@media(max-width: 767px)
{
    .identification-popup-link__label[data-v-72bf7fd0]
    {
        font-size: .8125em;
    }
}
.identification-popup-link--theme-default[data-v-72bf7fd0]
{
    background-color: #367aba;
}
.identification-popup-link--theme-default[data-v-72bf7fd0]:hover
{
    background-color: #234f7b;
}
@media(max-width: 767px)
{
    .identification-popup-link--theme-default .identification-popup-link__label[data-v-72bf7fd0]
    {
        text-transform: inherit;
    }
}
.identification-popup-link--theme-secondary[data-v-72bf7fd0]
{
    background-color: #7ba630;
}
@media(max-width: 767px)
{
    .identification-popup-link--theme-secondary[data-v-72bf7fd0]
    {
        font-weight: 500;
    }
}
.identification-popup-link--theme-secondary[data-v-72bf7fd0]:hover
{
    background-color: #536f1f;
}
.identification-popup-link--theme-secondary[data-v-72bf7fd0]:after
{
    background-color: #536f1f;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}
.identification-popup-link--radius[data-v-72bf7fd0]
{
    border-radius: .375em;
}
.identification-popup-link--size-s .identification-popup-link__label[data-v-72bf7fd0]
{
    font-size: .875em;
}
.identification-popup-info[data-v-63dfd66c]
{
    align-items: center;
    background-color: #f3f8fc;
    display: flex;
    padding: .625em .9375em;
}
@media(max-width: 767px)
{
    .identification-popup-info[data-v-63dfd66c]
    {
        padding: .9375em;
    }
}
.identification-popup-info__ico[data-v-63dfd66c]
{
    flex-shrink: 0;
    height: 1em;
    width: 1em;
}
@media(min-width: 1025px)
{
    .identification-popup-info__ico[data-v-63dfd66c]
    {
        margin-inline-end: .5em;
    }
}
.identification-popup-info__text[data-v-63dfd66c]
{
    margin-bottom: 5px;
    margin-top: 0;
}
.identification-popup-info__text[data-v-63dfd66c]:last-child
{
    margin-bottom: 0;
}
.identification-popup-info[data-v-63dfd66c] .identification-popup-info__link
{
    color: #367aba;
    text-decoration: underline;
    transition: color .2s ease-in-out;
}
.identification-popup-info[data-v-63dfd66c] .identification-popup-info__link:hover
{
    color: #7ba630;
}
@media(min-width: 1025px)
{
    .identification-popup-list[data-v-63dfd66c]
    {
        padding-inline-start: 1.375em;
    }
}
.identification-popup-list__item[data-v-63dfd66c]
{
    color: #234f7b;
    line-height: 1.375em;
}
@media(max-width: 767px)
{
    .identification-popup-list__item[data-v-63dfd66c]
    {
        font-size: .75em;
        line-height: 1.3333333333em;
    }
}
.identification-popup-rules-box[data-v-63dfd66c]
{
    background-color: #f3f8fc;
    padding: .9375em;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box[data-v-63dfd66c]
    {
        background-color: transparent;
        padding: 0;
    }
}
.identification-popup-rules-box[data-v-63dfd66c]:before
{
    background-color: #d9d9d9;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -.9375em;
    width: 100%;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box[data-v-63dfd66c]:before
    {
        display: none;
    }
}
.identification-popup-rules-box__text[data-v-63dfd66c]
{
    margin-bottom: 5px;
    margin-top: 0;
}
.identification-popup-rules-box__list[data-v-63dfd66c]
{
    margin-bottom: 0;
    margin-top: 0;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box__list[data-v-63dfd66c]
    {
        margin-bottom: 1.25em;
    }
}
.identification-popup-title[data-v-63dfd66c]
{
    color: #000;
    line-height: normal;
    text-align: center;
}
@media(max-width: 767px)
{
    .identification-popup-title[data-v-63dfd66c]
    {
        color: #595959;
    }
}
.identification-popup-title--theme-primary[data-v-63dfd66c]
{
    color: #1b537e;
    text-transform: uppercase;
}
.identification-popup-info[data-v-8345595e]
{
    align-items: center;
    background-color: #f3f8fc;
    display: flex;
    padding: .625em .9375em;
}
@media(max-width: 767px)
{
    .identification-popup-info[data-v-8345595e]
    {
        padding: .9375em;
    }
}
.identification-popup-info__ico[data-v-8345595e]
{
    flex-shrink: 0;
    height: 1em;
    width: 1em;
}
@media(min-width: 1025px)
{
    .identification-popup-info__ico[data-v-8345595e]
    {
        margin-inline-end: .5em;
    }
}
.identification-popup-info__text[data-v-8345595e]
{
    margin-bottom: 5px;
    margin-top: 0;
}
.identification-popup-info__text[data-v-8345595e]:last-child
{
    margin-bottom: 0;
}
.identification-popup-info[data-v-8345595e] .identification-popup-info__link
{
    color: #367aba;
    text-decoration: underline;
    transition: color .2s ease-in-out;
}
.identification-popup-info[data-v-8345595e] .identification-popup-info__link:hover
{
    color: #7ba630;
}
@media(min-width: 1025px)
{
    .identification-popup-list[data-v-8345595e]
    {
        padding-inline-start: 1.375em;
    }
}
.identification-popup-list__item[data-v-8345595e]
{
    color: #234f7b;
    line-height: 1.375em;
}
@media(max-width: 767px)
{
    .identification-popup-list__item[data-v-8345595e]
    {
        font-size: .75em;
        line-height: 1.3333333333em;
    }
}
.identification-popup-rules-box[data-v-8345595e]
{
    background-color: #f3f8fc;
    padding: .9375em;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box[data-v-8345595e]
    {
        background-color: transparent;
        padding: 0;
    }
}
.identification-popup-rules-box[data-v-8345595e]:before
{
    background-color: #d9d9d9;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -.9375em;
    width: 100%;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box[data-v-8345595e]:before
    {
        display: none;
    }
}
.identification-popup-rules-box__text[data-v-8345595e]
{
    margin-bottom: 5px;
    margin-top: 0;
}
.identification-popup-rules-box__list[data-v-8345595e]
{
    margin-bottom: 0;
    margin-top: 0;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box__list[data-v-8345595e]
    {
        margin-bottom: 1.25em;
    }
}
.identification-popup-ico-box__img[data-v-8345595e]
{
    height: 5.3125em;
    width: 5.3125em;
    fill: transparent;
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .identification-popup-ico-box__img[data-v-8345595e]
    {
        height: 3.5em;
        width: 3.5em;
    }
}
.identification-popup-info[data-v-5893a8b3]
{
    align-items: center;
    background-color: #f3f8fc;
    display: flex;
    padding: .625em .9375em;
}
@media(max-width: 767px)
{
    .identification-popup-info[data-v-5893a8b3]
    {
        padding: .9375em;
    }
}
.identification-popup-info__ico[data-v-5893a8b3]
{
    flex-shrink: 0;
    height: 1em;
    width: 1em;
}
@media(min-width: 1025px)
{
    .identification-popup-info__ico[data-v-5893a8b3]
    {
        margin-inline-end: .5em;
    }
}
.identification-popup-info__text[data-v-5893a8b3]
{
    margin-bottom: 5px;
    margin-top: 0;
}
.identification-popup-info__text[data-v-5893a8b3]:last-child
{
    margin-bottom: 0;
}
.identification-popup-info[data-v-5893a8b3] .identification-popup-info__link
{
    color: #367aba;
    text-decoration: underline;
    transition: color .2s ease-in-out;
}
.identification-popup-info[data-v-5893a8b3] .identification-popup-info__link:hover
{
    color: #7ba630;
}
@media(min-width: 1025px)
{
    .identification-popup-list[data-v-5893a8b3]
    {
        padding-inline-start: 1.375em;
    }
}
.identification-popup-list__item[data-v-5893a8b3]
{
    color: #234f7b;
    line-height: 1.375em;
}
@media(max-width: 767px)
{
    .identification-popup-list__item[data-v-5893a8b3]
    {
        font-size: .75em;
        line-height: 1.3333333333em;
    }
}
.identification-popup-rules-box[data-v-5893a8b3]
{
    background-color: #f3f8fc;
    padding: .9375em;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box[data-v-5893a8b3]
    {
        background-color: transparent;
        padding: 0;
    }
}
.identification-popup-rules-box[data-v-5893a8b3]:before
{
    background-color: #d9d9d9;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -.9375em;
    width: 100%;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box[data-v-5893a8b3]:before
    {
        display: none;
    }
}
.identification-popup-rules-box__text[data-v-5893a8b3]
{
    margin-bottom: 5px;
    margin-top: 0;
}
.identification-popup-rules-box__list[data-v-5893a8b3]
{
    margin-bottom: 0;
    margin-top: 0;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box__list[data-v-5893a8b3]
    {
        margin-bottom: 1.25em;
    }
}
.identification-popup-close[data-v-5893a8b3]
{
    align-items: center;
    background-color: transparent;
    border: 0;
    color: #234f7b;
    cursor: pointer;
    display: flex;
    font-size: inherit;
    justify-content: center;
    padding: 0;
}
.identification-popup-close__ico[data-v-5893a8b3]
{
    height: 1em;
    width: 1em;
    fill: currentColor;
    transition: all .2s ease-in-out;
}
@media(max-width: 767px)
{
    .identification-popup-close__ico[data-v-5893a8b3]
    {
        height: .9375em;
        width: .9375em;
    }
}
.identification-popup-close[data-v-5893a8b3]:hover
{
    color: #367aba;
}
.identification-popup-info[data-v-0eed5490]
{
    align-items: center;
    background-color: #f3f8fc;
    display: flex;
    padding: .625em .9375em;
}
@media(max-width: 767px)
{
    .identification-popup-info[data-v-0eed5490]
    {
        padding: .9375em;
    }
}
.identification-popup-info__ico[data-v-0eed5490]
{
    flex-shrink: 0;
    height: 1em;
    width: 1em;
}
@media(min-width: 1025px)
{
    .identification-popup-info__ico[data-v-0eed5490]
    {
        margin-inline-end: .5em;
    }
}
.identification-popup-info__text[data-v-0eed5490]
{
    margin-bottom: 5px;
    margin-top: 0;
}
.identification-popup-info__text[data-v-0eed5490]:last-child
{
    margin-bottom: 0;
}
.identification-popup-info[data-v-0eed5490] .identification-popup-info__link
{
    color: #367aba;
    text-decoration: underline;
    transition: color .2s ease-in-out;
}
.identification-popup-info[data-v-0eed5490] .identification-popup-info__link:hover
{
    color: #7ba630;
}
@media(min-width: 1025px)
{
    .identification-popup-list[data-v-0eed5490]
    {
        padding-inline-start: 1.375em;
    }
}
.identification-popup-list__item[data-v-0eed5490]
{
    color: #234f7b;
    line-height: 1.375em;
}
@media(max-width: 767px)
{
    .identification-popup-list__item[data-v-0eed5490]
    {
        font-size: .75em;
        line-height: 1.3333333333em;
    }
}
.identification-popup-rules-box[data-v-0eed5490]
{
    background-color: #f3f8fc;
    padding: .9375em;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box[data-v-0eed5490]
    {
        background-color: transparent;
        padding: 0;
    }
}
.identification-popup-rules-box[data-v-0eed5490]:before
{
    background-color: #d9d9d9;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -.9375em;
    width: 100%;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box[data-v-0eed5490]:before
    {
        display: none;
    }
}
.identification-popup-rules-box__text[data-v-0eed5490]
{
    margin-bottom: 5px;
    margin-top: 0;
}
.identification-popup-rules-box__list[data-v-0eed5490]
{
    margin-bottom: 0;
    margin-top: 0;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box__list[data-v-0eed5490]
    {
        margin-bottom: 1.25em;
    }
}
.identification-popup-text[data-v-0eed5490]
{
    color: #333438;
    font-size: inherit;
    line-height: normal;
    text-align: center;
}
@media(max-width: 767px)
{
    .identification-popup-text[data-v-0eed5490]
    {
        color: #595959;
    }
}
.identification-popup-text[data-v-0eed5490] .identification-popup-text__link
{
    color: #367aba;
    text-decoration: underline;
    transition: color .2s ease-in-out;
}
.identification-popup-text[data-v-0eed5490] .identification-popup-text__link:hover
{
    color: #7ba630;
}
.identification-popup-info .identification-popup-text[data-v-0eed5490], .identification-popup-rules .identification-popup-text[data-v-0eed5490], .identification-popup-rules-box .identification-popup-text[data-v-0eed5490]
{
    text-align: start;
}
@media(min-width: 1025px)
{
    .identification-popup-congratulations .identification-popup-text[data-v-0eed5490]
    {
        text-align: start;
    }
}
.identification-popup-text--size-l[data-v-0eed5490]
{
    font-size: 1.0625em;
}
@media(max-width: 767px)
{
    .identification-popup-text--size-l[data-v-0eed5490]
    {
        font-size: inherit;
    }
}
.identification-popup-text--size-xs[data-v-0eed5490]
{
    font-size: .75em;
}
.identification-popup-text--theme-primary[data-v-0eed5490]
{
    color: #234f7b;
}
.identification-popup-text--error[data-v-0eed5490]
{
    color: #c30909;
}
.identification-popup-text--semibold[data-v-0eed5490]
{
    font-weight: 600;
}
.identification-popup-text--medium[data-v-0eed5490]
{
    font-weight: 500;
}
.identification-popup-info[data-v-02732f16]
{
    align-items: center;
    background-color: #f3f8fc;
    display: flex;
    padding: .625em .9375em;
}
@media(max-width: 767px)
{
    .identification-popup-info[data-v-02732f16]
    {
        padding: .9375em;
    }
}
.identification-popup-info__ico[data-v-02732f16]
{
    flex-shrink: 0;
    height: 1em;
    width: 1em;
}
@media(min-width: 1025px)
{
    .identification-popup-info__ico[data-v-02732f16]
    {
        margin-inline-end: .5em;
    }
}
.identification-popup-info__text[data-v-02732f16]
{
    margin-bottom: 5px;
    margin-top: 0;
}
.identification-popup-info__text[data-v-02732f16]:last-child
{
    margin-bottom: 0;
}
.identification-popup-info[data-v-02732f16] .identification-popup-info__link
{
    color: #367aba;
    text-decoration: underline;
    transition: color .2s ease-in-out;
}
.identification-popup-info[data-v-02732f16] .identification-popup-info__link:hover
{
    color: #7ba630;
}
@media(min-width: 1025px)
{
    .identification-popup-list[data-v-02732f16]
    {
        padding-inline-start: 1.375em;
    }
}
.identification-popup-list__item[data-v-02732f16]
{
    color: #234f7b;
    line-height: 1.375em;
}
@media(max-width: 767px)
{
    .identification-popup-list__item[data-v-02732f16]
    {
        font-size: .75em;
        line-height: 1.3333333333em;
    }
}
.identification-popup-rules-box[data-v-02732f16]
{
    background-color: #f3f8fc;
    padding: .9375em;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box[data-v-02732f16]
    {
        background-color: transparent;
        padding: 0;
    }
}
.identification-popup-rules-box[data-v-02732f16]:before
{
    background-color: #d9d9d9;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -.9375em;
    width: 100%;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box[data-v-02732f16]:before
    {
        display: none;
    }
}
.identification-popup-rules-box__text[data-v-02732f16]
{
    margin-bottom: 5px;
    margin-top: 0;
}
.identification-popup-rules-box__list[data-v-02732f16]
{
    margin-bottom: 0;
    margin-top: 0;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box__list[data-v-02732f16]
    {
        margin-bottom: 1.25em;
    }
}
.identification-popup-timer[data-v-02732f16]
{
    align-items: center;
    color: #8c8c8c;
    display: flex;
    font-family: Roboto,Roboto Condensed,sans-serif;
    justify-content: center;
    text-align: center;
}
.identification-popup-timer__ico[data-v-02732f16]
{
    height: 1em;
    width: 1em;
    fill: currentColor;
}
@media(min-width: 1025px)
{
    .identification-popup-timer__ico[data-v-02732f16]
    {
        margin-inline-end: 5px;
    }
}
.identification-popup-timer__value[data-v-02732f16]
{
    font-size: 1.0625em;
}
@font-face
{
    font-display: swap;
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 400;
    src: url(https://22bett22.com/genfiles/cms/1/desktop/fonts/RobotoCondensed/RobotoCondensed-Regular.woff2) format("woff2"),url(https://22bett22.com/genfiles/cms/1/desktop/fonts/RobotoCondensed/RobotoCondensed-Regular.woff) format("woff");
}
@font-face
{
    font-display: swap;
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 500;
    src: url(https://22bett22.com/genfiles/cms/1/desktop/fonts/RobotoCondensed/RobotoCondensed-Medium.woff2) format("woff2"),url(https://22bett22.com/genfiles/cms/1/desktop/fonts/RobotoCondensed/RobotoCondensed-Medium.woff) format("woff");
}
.identification-popup-info[data-v-71bc918e]
{
    align-items: center;
    background-color: #f3f8fc;
    display: flex;
    padding: .625em .9375em;
}
@media(max-width: 767px)
{
    .identification-popup-info[data-v-71bc918e]
    {
        padding: .9375em;
    }
}
.identification-popup-info__ico[data-v-71bc918e]
{
    flex-shrink: 0;
    height: 1em;
    width: 1em;
}
@media(min-width: 1025px)
{
    .identification-popup-info__ico[data-v-71bc918e]
    {
        margin-inline-end: .5em;
    }
}
.identification-popup-info__text[data-v-71bc918e]
{
    margin-bottom: 5px;
    margin-top: 0;
}
.identification-popup-info__text[data-v-71bc918e]:last-child
{
    margin-bottom: 0;
}
.identification-popup-info[data-v-71bc918e] .identification-popup-info__link
{
    color: #367aba;
    text-decoration: underline;
    transition: color .2s ease-in-out;
}
.identification-popup-info[data-v-71bc918e] .identification-popup-info__link:hover
{
    color: #7ba630;
}
@media(min-width: 1025px)
{
    .identification-popup-list[data-v-71bc918e]
    {
        padding-inline-start: 1.375em;
    }
}
.identification-popup-list__item[data-v-71bc918e]
{
    color: #234f7b;
    line-height: 1.375em;
}
@media(max-width: 767px)
{
    .identification-popup-list__item[data-v-71bc918e]
    {
        font-size: .75em;
        line-height: 1.3333333333em;
    }
}
.identification-popup-rules-box[data-v-71bc918e]
{
    background-color: #f3f8fc;
    padding: .9375em;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box[data-v-71bc918e]
    {
        background-color: transparent;
        padding: 0;
    }
}
.identification-popup-rules-box[data-v-71bc918e]:before
{
    background-color: #d9d9d9;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -.9375em;
    width: 100%;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box[data-v-71bc918e]:before
    {
        display: none;
    }
}
.identification-popup-rules-box__text[data-v-71bc918e]
{
    margin-bottom: 5px;
    margin-top: 0;
}
.identification-popup-rules-box__list[data-v-71bc918e]
{
    margin-bottom: 0;
    margin-top: 0;
}
@media(max-width: 767px)
{
    .identification-popup-rules-box__list[data-v-71bc918e]
    {
        margin-bottom: 1.25em;
    }
}
.identification-popup-get-bonus[data-v-71bc918e]
{
    background-color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 32.375em;
    padding: 2.5em 1.5625em;
    position: relative;
    width: 100%;
}
@media(max-width: 767px)
{
    .identification-popup-get-bonus[data-v-71bc918e]
    {
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        max-width: 91%;
        padding: 2.8125em .9375em 1.875em;
    }
}
.identification-popup-get-bonus [data-v-71bc918e]
{
    box-sizing: border-box;
}
.identification-popup-get-bonus__close[data-v-71bc918e]
{
    height: 1.25em;
    position: absolute;
    top: .9375em;
    width: 1.25em;
}
@media(min-width: 1025px)
{
    .identification-popup-get-bonus__close[data-v-71bc918e]
    {
        inset-inline-end: .9375em;
    }
}
@media(max-width: 767px)
{
    .identification-popup-get-bonus__close[data-v-71bc918e]
    {
        top: .9375em;
    }
}
.identification-popup-get-bonus__title[data-v-71bc918e]
{
    font-size: 1.4375em;
    margin-bottom: .652173913em;
    margin-top: 0;
}
@media(max-width: 767px)
{
    .identification-popup-get-bonus__title[data-v-71bc918e]
    {
        font-size: 1.125em;
        margin-bottom: 5px;
    }
}
.identification-popup-get-bonus__icons[data-v-71bc918e]
{
    margin-bottom: .9375em;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
}
@media(max-width: 767px)
{
    .identification-popup-get-bonus__icons[data-v-71bc918e]
    {
        margin-bottom: 5px;
    }
}
.identification-popup-get-bonus__text[data-v-71bc918e]
{
    margin-bottom: .9375em;
    margin-top: 0;
}
.identification-popup-get-bonus__btn[data-v-71bc918e], .identification-popup-get-bonus__link[data-v-71bc918e]
{
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    min-height: 2.5em;
    min-width: 7.5em;
    position: relative;
    width: -moz-max-content;
    width: max-content;
}
@media(max-width: 767px)
{
    .identification-popup-get-bonus__btn[data-v-71bc918e], .identification-popup-get-bonus__link[data-v-71bc918e]
    {
        min-height: 1.875em;
    }
}
.identification-popup-get-bonus__btn[data-v-71bc918e]:last-child, .identification-popup-get-bonus__link[data-v-71bc918e]:last-child
{
    margin-top: auto;
}
.identification-popup-get-bonus__btn[data-v-71bc918e]:not(:last-child), .identification-popup-get-bonus__link[data-v-71bc918e]:not(:last-child)
{
    margin-bottom: .9375em;
}
.identification-popup-get-bonus__timer[data-v-71bc918e]:not(:last-child)
{
    margin-bottom: 1.25em;
}