@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap&subset=cyrillic');

@import url("../fonts/TTNorms/stylesheet.css");

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v51/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

input:invalid {
    box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: none !important;
    background: #162F66;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

html, body {
    overflow-x: hidden;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

* {
    padding: 0;
    margin: 0;
}

.jquery-modal.blocker {
    z-index: 10;
}

.modal {
    border-radius: 15px;
    padding: 25px 30px;
}

.modal.modal_oplata {
    max-width: 750px;
}

.modal a.close-modal {
    top: 25px;
    right: 25px;
    background-image: none;
    width: 18px;
    height: 18px;
}

.mb25 {
    margin: 0 0 25px;
}

.wrap, .personal_area_block__case, .main_template__case {
    margin: 0 auto;
}

.wrap {
    /*max-width: 1920px;*/
    max-width: 1536px;
    width: calc(100% - 100px);
}

.personal_area_block__case, .main_template__case {
    max-width: 1200px;
    width: 100%;
}

.justify-content-space-betwen {
    justify-content: space-between;
}

#tech {
    top: 50px;
}

.pointer {
    cursor: pointer;
}

a.disabled {
    pointer-events: none; /* делаем элемент неактивным для взаимодействия */
    cursor: default; /*  курсор в виде стрелки */
    opacity: .5;
}

body {
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    background-color: #0c111d;
    min-height: 100vh;
    font-family: 'TT Norms';
    color: #ded8d8;
    line-height: 1.2;
    margin: 0;
}

body p {
    line-height: 1.25;
}

h1, h2, .cl_note_bl h3, .profil_h3, .profil_form_bl h3, .profil_auth_bl h3, .ref_static_data h3, .count_perehod, .count_registrated, .ref_link_bl h3, .zarabotok_ref_skidki_bl_about h3,
.zarabotok_ref_skidki_bl_about h4, .banner_promo h3, .banner_default:before, .main_template__content h3, #verify-modal h3, .news_menu__link_active {
    font-family: 'TT Norms';
    font-weight: bold;
}

h1, .news_h2 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

a, a:hover {
    color: #ded8d8;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

.inline-bl {
    display: inline-block;
}

h1.h1_automatic {
    margin: 0 0 25px;
}

#timer_err, .automatic_wait, .success_put_reserve {
    display: none;
}

.mb_20 {
    margin: 0 0 20px;
}

footer {
    background: #0E1930;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.time_mode__bl {
    display: inline-block;
    vertical-align: top;
    display: inline-block;
    vertical-align: top;
    margin: 5px 15px 5px 0;

    display: flex;
    align-items: center;

}

.main_konkurs_link {
    display: inline-block;
    background: #00a783;
    margin: 0;
    padding: 5px 10px;
    border-radius: 50px;
    box-shadow: 0px 7px 15px rgb(0 191 150 / 25%), 0px 4px 6px rgb(0 0 0 / 6%);
}

.dropdown-content {
    background-color: #162f66;
    margin: 0;
    display: none;
    min-width: 100px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    outline: none;
}

/*==============hamburger===============*/
.hamburger {
    display: inline-block;
    right: 0px;
    position: absolute;
}

.hamburger-box {
    width: 35px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger--spin .hamburger-inner {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    border-radius: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 3px;
    background-color: #ded8d8;
    position: absolute;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger--spin .hamburger-inner::before {
    transition: top .1s .34s ease-in, opacity .1s ease-in;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom .1s .34s ease-in, transform .3s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .34s ease-in, transform .3s cubic-bezier(.55, .055, .675, .19), -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out, opacity .1s .14s ease-out;
}

/*===========end hamburger===============*/
input[type="checkbox"]#menu, .toggleMenu, .display_none_btn, .ps_from .close_icon, .ps_to .close_icon {
    display: none;
}

h1.logo, .top_menu, .top_right, .login_link, .login_link span, .top_reg_link, .lang_site, .top_reg_link, .choosen_lang_img, .sel_lang-icon, .input_img_logo, .append_voucher_code, .dash_login, .archive_news {
    display: inline-block;
    vertical-align: top;
}

img {
    max-width: 100%;
}

h1.logo {
    font-size: 24px;
    position: relative;
    color: #fff;
    /*margin: 4px 0 0 0;*/
    margin: 6px 0 0 0;
    font-family: 'TT Norms';
    font-weight: bold;
}

.logo__link, .partner_link, .partner_link:hover {
    color: #ded8d8;
    display: inline-block;
}

.logo__img {
    margin: 0 10px 0 0;
    opacity: .92;
    /* hat */
    margin: 0 5px 0 0;
    vertical-align: top;
}

h1.logo a img.sova_hat {
    width: 30px;
    margin: 0;
    top: -5px;
    position: absolute;
    left: -8px;
}

.logo__text {
    display: inline-block;
    margin: 6px 0 0;
}

h1.logo a:hover, .top_menu ul li a:hover, .login_link:hover, .top_reg_link:hover {
    text-decoration: none;
}

.footer_monitorings {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.footer__monitor_all_link {
    display: inline-block;
    margin: 7px 0 0 0px;
    opacity: 0.85;
}

.footer__monitor_all_link:hover {
    opacity: 0.5;
}

.footer__monitor_all_link_img {
    margin: 0 0 0 2px;
}

.footer_monitorings__text {
    display: inline-block;
    margin: 5px 8px 0 0;
    vertical-align: top;
}

.header {
    background: #0C162A;
    position: fixed;
    width: 100%;
    z-index: 15;
}

.top_menu {
    padding: 16px 0 15px;
    margin: 0 175px 0 0;
}

.top_menu__ul {
    margin: 0;
    padding: 0;
}

.top_menu__li {
    display: inline-block;
    font-size: 16px;
    margin: 0 37px 0 0;
}

.top_menu__li, .top_menu__link, .login_link__text, .top_reg_link {
    color: #ded8d8;
    font-size: 16px;
}

.top_menu__link:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: transparent;
    position: relative;
    left: -5px;
    top: -1px;
}

.top_menu__link:hover:before {
    background-color: #00BF96;
}

.login_link {
    font-family: 'TT Norms';
    font-weight: bold;
    margin: 5px 0 0;
    max-height: 40px;
    cursor: pointer;
}

.login_link__text, .login_link__email {
    font-size: 16px;
    margin: 10px auto 11px;
    display: inline-block;
}

.user_pic {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #1A3D8A url(http://sankciynet.com/img/user_img.svg) no-repeat;
    border-radius: 50%;
    background-position: center;
    text-align: center;
}

.none_auth {
    margin: 0 15px 0 0;
}

.user_pic.auth_user_img_bg {
    background: #1A3D8A
}

.top_reg_link, .nachat_obmen_link {
    font-family: 'TT Norms';
    font-weight: bold;
    margin: 5px 0 0 29px;
    background: #00a783;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}

.nachat_obmen_link {
    margin: 5px 0 0 0;
}

#img_ver_photo:hover {
    background-color: #11295d;
}

.top_reg_link:hover, .type_currency > div:hover, .modal_window_bg input[type="submit"]:hover, .soc_sety a:hover, .exchange_data input[type="submit"]:hover,
.personal_area_block__menu_link:hover, .main_link:hover, .pagination li a:hover, .profil_form_bl input[type="submit"]:hover, .copy_ref_link_user:hover, .ref_link_bl a:hover,
.zodanie_zayavki_na_viplatu:hover, .promo_mat_choose span:hover, .article_podrobnee_link:hover, .password_reser_form input[type="submit"]:hover, .nachat_obmen_link:hover,
.nachat_obmen_link:hover, #verification_start_btn:hover, #claim_paid:hover, .automatic_btn:hover, .claim_paid:hover, #claim_cancel:hover, .copy_pay_reqs:hover, #claim_paid_check:hover,
.verification_wait_error .try_again_ver span:hover, .partner-block__btn:hover, .downloads__btn:hover, .registration__btn:hover, .contact__subtitle .btn-link:hover, .contact__btn:hover,
.links__btn:hover, .ref__send-btn:hover, .password__btn:hover, .claim_btn:hover, .verify_load_photo:hover, #done-verify-btn:hover, .step__btn:hover, #claim-link:hover, .btn-cls:hover,
#claim-auto-link:hover, .claim-success a:hover, .verify_to:hover, .ref_btn_link:hover, .pagination a:hover, .claim-start:hover, .archive_news:hover, .submit_green_btn:hover,
.green_btn:hover, .ref_btn_link.active, .konkurs_block_first__link:hover, .konkurs_block_second__left_item_text_right:hover, .main_konkurs_link:hover, .konkurs_result:hover {
    background: #3cb097;
    box-shadow: 0px 7px 15px rgba(0, 191, 150, 0.15), 0px 4px 6px rgba(0, 0, 0, 0.06);
    color: #fff;
    text-decoration: none;
}

.login_link:hover span, .underline {
    text-decoration: underline;
    cursor: pointer;
}

.choosen_lang_img {
    background: url(http://sankciynet.com/template/img/rus.svg) center;
    width: 23px;
    height: 23px;
    background-size: cover;
}

.choosen_lang {
    position: relative;
    margin: 13px 0 0 50px;
    cursor: pointer;
}

.sel_lang-icon {
    margin: 10px 0 0 2px;
}

.choosen_lang ul {
    display: none;
    position: absolute;
}

.choosen_lang:hover ul {
    display: inline-block;
    left: 0;
    width: 100%;
    top: 19px;
    padding: 0;
    margin: 0;
    background: #132343;
}

.choosen_lang ul li {
    list-style: none;
    text-align: center;
}

.choosen_lang ul li a {
    display: block;
    text-align: center;
    padding: 3px 5px;
    width: auto;
}

.choosen_lang ul li a:hover {
    background: #1a3d8a;
}

.top_right {
    float: right;
    margin: 0;
}

.main_page, .page__case, .page_claim, .verify__main_template {
    padding: 100px 0 20px;
    min-height: 95vh;
}

.page_claim {
    padding: 100px 0 50px;
}

.main_page {
    padding: 70px 0 20px;
}

.time_mode {
    padding: 0 0 20px;
    width: 100%;
    margin: 0;
    display: block;
}

.header_work_time {
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    background: #162F66;
    text-align: center;
    padding: 6px;
}

.time_mode__text {
    display: inline-block;
    vertical-align: top;
}

.time_mode__dot {
    width: 8px;
    height: 8px;
    background: #00BF96;
    border-radius: 50%;
    display: inline-block;
    margin: 5px 5px 0 0;
    vertical-align: top;
    animation-name: blink;
    animation-timing-function: linear;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.give_away_block_first, .give_away_block_second {
    border-radius: 15px;
    margin: 0 30px 30px 0;
    /*max-width: 663px;*/
}

.ps_mobile_btn {
    background: #162F66 url("../images/icons/select_arr.svg") no-repeat calc(100% - 30px) center;
    border: none;
    border-radius: 50px;
    width: auto;
    padding: 11px 10px 10px 30px;
    cursor: pointer;
    position: relative;
}

.ps_mobile_btn span {
    padding: 2px 0 0 30px;
    font-size: 14px;
}

.give_away_block_first, .enter_data_block_col {
    background: #0E1E3F;
}

.ps_from, .ps_to {
    z-index: 1;
    position: relative;
}

.ps_from_h3_mobile, .mobile_in,
.ps_to_h3_mobile, .mobile_out {
    display: none;
}

.ps_from_mobile, .ps_to_mobile {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    height: 100vh;
    background: #0C162A;
    box-sizing: border-box;
    overscroll-behavior: contain;
    box-shadow: none;
    padding: 20px 20px 10px;
    display: none;
    border-radius: 0;
}

.mobile_modal_bg {
    background: #0C162A;
    z-index: 2000;
    padding: 0;
}

.ps_from_to_wr {
    max-width: 450px;
    margin: 0 auto;
}

.ps_from_mobile a.close-modal, .ps_to_mobile a.close-modal {
    top: 25px;
    right: 30px;
}

.ps_mobile_block {
    overflow: auto;
    max-width: 100%;
    max-height: 90vh;
    height: auto;
    width: 100%;
    margin: 10px auto 0;
    top: 0;
    left: 0%;
}

/* .md-show {
	visibility: visible;
} */
.pay__svg_coin {
    padding: 0px 0 35px;
}

.give_away_block_second {
    background: #0C162A;
}

.main_page_num_block {
    display: inline-block;
    font-size: 18px;
    background: #1A3D8A;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-weight: 500;
    padding: 7px 0;
}

.give_away_block_first__block, .enter_data_block_col__block {
    padding: 4px 50px 50px 50px;
}

.give_away_title_bl__h2 {
    margin: 0 0 30px;
}

.give_away_title_bl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.give_away_title_bl__min_max {
    color: #ded8d8;
    font-size: 12px;
    opacity: .8;
    display: inline-block;
    margin-left: auto;
    margin: 10px 0 0 auto;
}

.give_away_title_bl__min {
    margin: 0 5px 0 0;
}

.give_away_block_first .fromAmountInput, .give_away_block_first .toAmountInput {
    position: relative;
    display: block;
}

.fromAmountInput_logo, .toAmountInput_logo {
    /*position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);*/
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 3px;
    vertical-align: top;
}

.in-text, .to-text, .ref__ref-link input {
    background-color: #162F66;
    border: 1px solid #162F66;
    border-radius: 50px;
    color: #ded8d8;
    font-size: 18px;
    padding: 14px 30px 13px;
    width: 100%;
    outline: none;
    /*margin: 0 0 30px;*/
    margin: 0 0 3px;
    background-size: 20px;
    background-position: calc(100% - 30px) center;
}

.minmax_in_err, .minmax_out_err {
    /*margin: 0 0 20px;*/
    min-height: 20px;
    margin: 0 0 7px;
}

.in-text:focus, .to-text:focus, .exchange_data input[type="email"]:focus, .exchange_data input[type="text"]:focus, .exchange_data input[type="number"]:focus, .exchange_data__input:focus {
    border: 1px solid #00bf96 !important;
}

.valuta {
    position: absolute;
    right: 30px;
    top: 50%;
    text-transform: uppercase;
    display: inline-block;
    transform: translate(0, -50%);
}

.currency-dropdown {
    cursor: pointer;
}

.dropdown-content-currency {
    padding: 3px;
    min-width: auto;
    border-radius: 10px;
    background: #162F66;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 7px 15px rgb(22 47 102 / 25%), 0px 4px 6px rgb(22 47 102 / 6%);
}

.currency_dropdown_li {
    display: inline-block;
    padding: 3px 0px;
}

.currency_dropdown_li.active {
    color: #00BF96;
}

.give_away_block_first__h3 {
    margin: 0 0 15px;
}

.type_currency {
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
}

.type_currency__item, .dropdown-type-filter {
    display: inline-block;
    border-radius: 50px;
    font-size: 12px;
    background: #162F66;
    text-align: center;
    padding: 6px;
    font-family: 'TT Norms';
    font-weight: bold;
    cursor: pointer;
    width: 14%;
    margin: 0 5px 5px 0;
}

.dropdown-type-filter {
    width: 13%;
}

.type_currency > div:last-child {
    margin: 0 0 5px;
}

.type_currency__item.active, .dropdown-filter-active {
    background: #00a783;
    box-shadow: 0px 7px 15px rgba(0, 191, 150, 0.25), 0px 4px 6px rgba(0, 0, 0, 0.06);
}

.give_away_block_col {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
}

.enter_data_block_col {
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
}

.give_away_block_second {
    padding: 45px 50px 50px;
    min-height: 350px;
}

.give_away_block_second__h3 {
    margin: 0 0 30px;
}

.pay-select-ul {
    padding: 0;
    margin: 0;
}

.pay-select-li {
    list-style: none;
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 14px;
    cursor: pointer;
}

.filteredItem {
    display: none;
}

.pay-select-li .logo_icon, .input_img_logo, .ps_mobile_btn__img {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
}

.input_img_logo {
    top: 24px;
    margin: 0;
    right: 18px !important;
    left: initial;
}

/*
.give_away_block_second ul li > span{
  display: block;
  padding: 13px 0 13px 60px;
  width: 100%;
  background-size: 20px 20px;
  background-position: 30px center;
  position: relative;
}*/
.pay-select-li > .pay-select-li-span {
    display: block;
    padding: 13px 0 13px 60px;
    width: 100%;
    position: relative;
}

.give_away_block_second.away_reserve_bl .pay-select-li span {
    /*width: 100%; */
    height: 100%;
    vertical-align: top;
}

.pay-select-li.active > .pay-select-li-span, .pay-select-li:hover > .pay-select-li-span {
    background-color: #162F66;
    -webkit-transition-property: width, height, margin, box-shadow, background-color;
    transition-property: width, height, margin, box-shadow, background-color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 50px;
}

.pay-select-li.active .pay-select-li-span:after {
    width: 17px;
    height: 17px;
    background: #00BF96;
    border-radius: 50%;
    content: '';
    display: inline-block;
    border: 4px solid #1A3D8A;
    margin: 0 30px 0 0;
    position: absolute;
    right: 0;
    top: 12px;
}

.give_away_block_second.away_reserve_bl .pay-select-li.active .pay-select-li-span:after {
    top: calc(50% - 8.5px);
}

.pay-select-li span span {
    background: transparent;
}

.pay-select-li:hover span .reserve_sum, .pay-select-li span .reserve_sum {
    /* display: inline-block;
  float: right;*/
    height: auto;
    color: rgba(255, 255, 255, .5);
    display: block;
    float: none;
    margin: 5px 0 0;
    font-size: 11px;
}

.pay-select-li:hover span .reserve_sum, .pay-select-li.active span .reserve_sum {
    opacity: 1;
}

.reserve_sum__summ, .reserve_sum__currency {
    /*color: #00BF96;*/
    color: rgba(0, 191, 150, 0.5);
    margin: 0 0px 0 0;
}

/*
.give_away_block_second ul li span .reserve_sum:hover{
  color: rgba(255,255,255, 1);
}*/
.pay-select-li:hover span .reserve_sum {
    color: rgba(255, 255, 255, 1);
}

/*
.reserve_sum:hover > span{
  color: rgba(0, 191, 150, 1);
}*/
.check-claim-content {
    display: flex;
}

.check-claim-content .check-claim-side {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 5px;
    padding: 7px;
}

.check-claim-devider {
    width: 20px;
    display: flex;
    align-items: center;
    position: relative;
    top: -4px;
}

.check-claim-devider-mobile {
    display: none;
}

.pay-select-li:hover .reserve_sum > span {
    color: rgba(0, 191, 150, 1);
}

.check-claim-side__get_ps {
    display: flex;
    flex-direction: row;
    margin: 0 0 5px;
}

.check-claim-reqs {
    word-break: break-all;
    font-size: 13px;
}

.exchange__icon, .exchange__icon_img {
    max-width: 30px;
    height: 30px;
}

.exchange__icon {
    margin-right: 15px;
}

.check-claim-ps {
    margin: 0 12px 0 0;
    display: flex;
    align-items: center;
}

.check-claim-amount {
    display: flex;
    align-items: center;
}

.enter_data_block_col {
    border-radius: 15px;
    margin: 0 0 30px;
    display: block;
    height: auto;
    position: relative;
}

.course_change {
    margin: 44px 0 30px;
}

.green_color {
    color: #00BF96;
    opacity: 0.7;
}

.ways_block {
    position: relative;
}

.way_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ways_block__cur_arr {
    position: absolute;
    top: 29px;
    left: -25px;
    width: 17px;
    height: 21px;
    display: inline-block;
    background-image: url(http://sankciynet.com/img/change_cur_arr.png);
    background-size: cover;
}

.way_block__img_bl {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: 20px;
    background-position: center;
    border: 5px solid #1A3D8A;
    background: #1A3D8A;
}

.otdaete_logo_inputs > span, .poluchaete_logo_inputs > span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 20px 20px;
}

.way_block__img_bl, .way_block__name, .way_block__right_bl {
    display: inline-block;
    vertical-align: top;
}

.way_block__img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 20px;
    height: 20px;
}

.ways_block__in {
    margin: 0 0 20px;
}

.otdaete_first_bl, .poluchaete_first_bl {
    position: relative;
}

.way_block__right_bl {
    margin: 7px 0 0;
}

.note_line_mark {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 90px;
    border-top: 1px solid #00BF96;
    border-right: 1px solid #00BF96;
    border-bottom: 1px solid #00BF96;
    right: -20px;
    bottom: calc(100% - 45px);
}

.res_mark {
    height: 36px;
}

.note_line_mark:before {
    content: '';
    display: inline-block;
    background: #00BF96;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: -6px;
}

.note_line_mark:after {
    content: '';
    display: inline-block;
    background: #00BF96;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    bottom: -2px;
    left: -6px;
}

.give_away_block_first__note_bl {
    position: absolute;
    background: #162F66;
    box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1), 0px 15px 5px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 22px 30px 30px 30px;
    z-index: 5;
    width: 80%;
    max-width: 392px;
    right: 0;
    top: calc(100% + 15px);
    display: none;
}

.note_bl h3 {
    font-size: 18px;
    font-family: 'TT Norms';
    font-weight: bold;
    margin: 0 0 10px;
}

.note_bl p {
    font-size: 16px;
    opacity: .5;
    margin: 0;
}

.modal .notify_modal__h3, .notify_modal__h3 {
    margin: 0 0 20px;
}

.notify_modal__body_in {
    margin-bottom: 1.7rem
}

.close_icon, .close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 15px;
    height: 15px;
    opacity: 0.5;
    cursor: pointer;
}

.close_icon:hover, .close_icon.voucher_remove:hover, .close-modal:hover {
    opacity: 1;
}

.close_icon:before, .close_icon:after, .close-modal:before, .close-modal:after {
    position: absolute;
    left: 7px;
    top: -3px;
    content: ' ';
    height: 19px;
    width: 2px;
    background-color: #fff;
}

.close_icon:before, .close-modal:before {
    transform: rotate(45deg);
}

.close_icon:after, .close-modal:after {
    transform: rotate(-45deg);
}

.right_bl {
    float: right;
    margin: 7px 0 0;
}

.popolnit_res {
    padding: 0 0 14px;
    position: absolute;
    display: none;
    bottom: 0;
    right: 0px;
}

.give_away_block_second.away_reserve_bl ul li .popolnit_res span {
    /* background: #162F66;
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1), 0px 15px 5px rgba(0, 0, 0, 0.15);
  border-radius: 55px; */
    background: transparent;
    padding: 7px 15px;
    color: #fff;
    z-index: 5;
}

.claim_btn {
    display: block;
    cursor: pointer;
}

.away_reserve_bl ul li:hover .popolnit_res, .partner-block__btn, .verify_to {
    display: inline-block;
}

.way_block__name {
    margin: 6px 0 0 8px;
}

.exchange_data input[type="email"], .exchange_data input[type="text"], .exchange_data input[type="submit"],
.modal_window_bg input[type="email"], .modal_window_bg input[type="password"], .modal_window_bg input[type="text"],
.modal_window_bg input[type="submit"], .profil_data input[type="text"], .profil_form_bl input[type="password"],
.profil_form_bl input[type="submit"], .password_reset_form input[type="email"], .password_reser_form input[type="password"],
.password_reser_form input[type="submit"], .profil_form_bl input[type="text"], .exchange_data input[type="number"],
#img_ver_photo, #verification_start_btn, #claim_paid, .claim_paid, #claim_paid_check, .verification_wait_error .try_again_ver span,
.modal_window_bg input[type="number"], .zodanie_zayavki_na_viplatu, .copy_ref_link_user, .automatic_btn, .partner-block__btn, .downloads__btn,
.form-item input[type="text"], .form-item input[type="number"], .form-item input[type="password"], .form-item input, .registration__btn, .links__btn, .select_radius .jq-selectbox__select,
.ref__send-btn, .password__btn, .claim_btn, .verify_load_photo, #done-verify-btn, .step__btn, #claim-link, .btn-cls, #claim-auto-link, .claim-success a, .verify_to, .ref_btn_link, .claim-start,
.archive_news, .submit_green_btn, .green_btn, .form-item__input-bl_radios, .dropdown_cities, .way_notification {
    border-radius: 50px;
    font-weight: 600;
}

.form-item__input-bl_radios {
    border-radius: 25px;
}

.exchange_data input[type="email"], .exchange_data input[type="text"],
.modal_window_bg input[type="email"], .modal_window_bg input[type="password"], .modal_window_bg input[type="text"],
.modal_window_bg input[type="number"], .profil_data input[type="text"], .profil_form_bl input[type="password"], .password_reset_form input[type="email"],
.password_reser_form input[type="password"], .profil_form_bl input[type="text"], .exchange_data input[type="number"], #img_ver_photo, #claim_cancel,
.form-item input[type="text"], .form-item input[type="number"], .form-item input[type="password"], .form-item input, .form-item__input-bl_radios, .dropdown_cities, .way_notification {
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: #162F66;
    border: 1px solid #162F66;
    font-size: 16px;
    width: 100%;
    background-position: calc(100% - 30px) center;
    padding: 15px 30px 14px;
    outline: none;
}

.city_dropdown_li {
    font-size: 16px;
    width: 100%;
    padding: 10px 15px 10px 30px;
    cursor: pointer;
    margin: 0 0 4px 0;
    position: relative;
    z-index: 999;
}

.city_dropdown_li.active, .city_dropdown_li:hover {
    color: #00a783;
}

.form-item__input-bl_radios_img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
    right: 18px;
    top: 24px;
    transform: translate(0, -50%);
    position: absolute;
}

.password_reset_form input[type="email"] {
    width: 100%;
    max-width: 450px;
}

.exchange_data input#pay-email {
    background-position: 5px center;
    background-size: 20px;
}

input[type="password"] {
    background-image: url(http://sankciynet.com/img/password_icon.png);
}

.username_input {
    background-image: url(http://sankciynet.com/template/img/reg_fio.svg);
}

.form-item > input, .exchange_data input[type="submit"],
.modal_window_bg input[type="submit"], .profil_form_bl input[type="submit"],
.password_reser_form input[type="submit"], #img_ver_photo, #verification_start_btn, #claim_paid,
.claim_paid, #claim_cancel, #claim_paid_check, .registration__btn, .contact__btn,
.ref__send-btn, .password__btn, .claim_btn, .verify_load_photo, .step__btn, #claim-link, .ref__btn,
.xml_btn, a.replenish_reserve, .claim-start, .archive_news, .submit_green_btn, .green_btn, .dropdown_cities {
    color: #ded8d8;
}

#claim_paid_check {
    max-width: 300px;
}

.password_rules {
    color: rgba(255, 255, 255, .5);
}

.profil_form_bl input[type="text"], .profil_data input[type="text"], .profil_form_bl input[type="password"], .profil_form_bl input[type="submit"],
.password_reser_form input[type="submit"] {
    max-width: 335px;
}

.form-item {
    vertical-align: top;
    position: relative;
    margin: 0 0 20px;
    overflow: hidden;
    z-index: 0;
}

.exchange_data input[type="submit"], .modal_window_bg input[type="submit"], .profil_form_bl input[type="submit"], .profil_form_bl input[type="submit"], .password_reser_form input[type="submit"], #verification_start_btn, #claim_paid,
.claim_paid, #claim_paid_check, .verification_wait_error .try_again_ver span, .automatic_btn, .partner-block__btn, .downloads__btn, .registration__btn, .contact__btn, .links__btn, .ref__send-btn, .password__btn, .claim_btn, .verify_load_photo,
#done-verify-btn, .step__btn, #claim-link, .btn-cls, #claim-auto-link, .claim-success a, .verify_to, .ref_btn_link, .claim-start, .archive_news, .submit_green_btn, .green_btn {
    background: #00a783;
    border: 1px solid #00a783;
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 15px 0 14px;
    margin: 0 0 15px;
}

.dropdown_cities {
    width: 100%;
    text-align: left;
    display: inline-block;
    cursor: pointer;
}

.dropdown-content-cities {
    padding: 10px 0;
    border-radius: 15px;
}

.green_btn_enter {
    display: inline-block;
    width: 130px;
    margin: 0 0 20px;
}

.modal_oplata a, .modal_oplata a#claim-link, #claim-auto-link, .claim-start {
    width: calc(50% - 15px);
}

.modal_pay_links {
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.verify_load_photo, .pay_link_main, .btn-cls {
    background: #1a3d89;
    border: 1px solid #1a3d89;
}

#verification_start_btn {
    margin: 0 0 5px;
}

.verify_to {
    margin: 10px 0 0;
    cursor: pointer;
}

.form-label {
    position: absolute;
    pointer-events: none;
    left: 30px;
    top: 0;
    line-height: 50px;
    max-height: 50px;
    overflow: hidden;
    transition: .3s;
    margin: 0;
    opacity: 1;
}

.form-item > .form-input:focus ~ .form-label,
.form-item > .form-input:not(:focus):valid ~ .form-label,
.form-item > .form-input:disabled ~ .form-label, .email_label_to_top {
    top: -16px;
    font-size: 12px;
    left: 30px;
    opacity: .5;
}

.form-item__input-radio-bl {
    margin: 0;
}

.form-item__input-radio {
    outline: none;
    width: 0.01px;
    height: 0.01px;
    line-height: 0.01px;
    opacity: 0;
    /* ставим display none, т.к. высота не меняется при line-height */
    display: none;
}

.form-item__input-radio-label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 20px;
    cursor: pointer;
    margin: 10px 0 0;
}

.form-item__input-radio-label:before {
    display: inline-block;
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #ded8d8;
    border-radius: 50%;
    top: 1.5px;
    left: 0;
}

.form-item__input-radio:checked ~ .form-item__input-radio-label:before {
    background: #00a783;
}

.password, .password input {
    width: 350px;
    max-width: 100%;
}

.exchange_data {
    margin: 44px 0 0;
}

.exchange_data__h3 {
    margin: 0 0 15px;
}

.polzovatelskoe_sogl {
    font-size: 14px;
}

.polzovatelskoe_sogl a {
    color: #00bf96;
}

.polzovatelskoe_sogl input[type=checkbox] {
    display: none;
}

.polzovatelskoe_sogl label {
    margin: 0 10px 0px 0;
    width: auto;
    padding: 0 0 0 27px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    border-radius: 50%;
}

.polzovatelskoe_sogl label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1a3d8a;
    border: 8px solid #1a3d8a;
    border-radius: 50%;
}

.polzovatelskoe_sogl input[type=checkbox]:checked + label:before {
    background-color: #00bf96;
    border: 4px solid #1a3d8a;
}

.meditation_bl {
    color: #1A3D8A;
    font-size: 14px;
}

.meditation_bl * {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.meditation_bl img {
    margin: 10px auto 5px;
}

.courses_main_page__bl {
    padding: 25px 50px 30px;
    width: 100%;
    border-radius: 15px;
    margin: 0 0 50px;
    background: #0C162A;
}

.courses_main_page__courses {
    display: grid;
    grid-gap: 20px;
    row-gap: 20px;
    /*grid-template-columns: repeat(7, 1fr);*/
    grid-template-columns: repeat( auto-fit, minmax(170px, 1fr));
}

.courses_main_page__item {
    display: inline-block;
}

footer {
    padding: 0 0 50px;
}

footer h4 {
    margin: 0;
    font-size: 14px;
}

footer .copy {
    margin: 0 0 20px;
}

.footer__monitor_link {
    margin: 0 10px 5px 0px;
    display: inline-block;
}

.footer__monitor_link_bestchange {
    margin: 0 10px 5px 0px;
}

.footer__monitor_link_glazok_img {
    margin: 5px 5px 0;
}

/*===========================
==========modal_window=======
===========================*/
.modal_window_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.45) inset;
    z-index: 8500;
}

.modal_window_bg > div {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 450px;
    height: auto;
    margin: auto;
    padding: 39px 50px 45px;
    border-radius: 0;
    background: #0E1E3F;
    border-radius: 15px;
    z-index: 9000;
    max-height: 95vh;
    overflow-y: auto;
}

#reserve_modal.modal_window_bg > div {
    max-width: 545px;
}

#reserve_modal p {
    color: #00BF96;
    opacity: 0.7;
    text-align: center;
    margin: 0 0 45px;
}

.close-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    background-size: cover;
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
}

.modal_window_bg .meditation_bl {
    position: static;
    margin: 45px auto 0;
    display: block;
    text-align: center;
    transform: translate(0px);
}

.modal_window_bg h2 {
    font-size: 28px;
    margin: 0 0 30px;
    text-align: center;
}

.soc_sety h3 {
    text-align: center;
    margin: 0 0 20px;
}

.soc_seti_links {
    display: flex;
    justify-content: space-between;
}

.soc_sety a {
    font-family: 'TT Norms';
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    background: #00BF96;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    padding: 12px 1px;
    width: calc(33% - 6px);
    text-align: center;
}

.soc_sety {
    margin: 5px 0 30px;
}

.rules_service {
    font-size: 14px;
}

.rules_service a {
    color: #fff;
}

#reserve_sum_data {
    background-image: url(http://sankciynet.com/template/img/reserve_wallet_icon.png);
}

.password_valid {
    color: #fff;
    opacity: .5;
    margin: 0 0 30px;
}

#verification_modal ul {
    padding: 0;
    margin: 0 0 20px;
}

#verification_modal ul li {
    list-style: none;
    margin: 0 0 10px;
    line-height: 1.31;
}

.pay_claim_step, .time_claim {
    margin: 0 0 25px;
}

#claim_paid, .claim_paid, .automatic_btn, .time_claim, #claim_cancel {
    padding: 13px 0 13px 39px;
    border-radius: 50px;
}

.time_claim {
    background-color: #162F66;
}

#pay_form_modal.modal_window_bg > div, #referral_pay_modal.modal_window_bg > div {
    max-width: 600px;
}

#fromAmountInput_err, #min_user_err, #tech_state_err {
    line-height: 1.45;
    padding: 0 0 5px;
}

.pay_step_num, .copy_pay_reqs, .plus_voucher {
    display: inline-block;
    background-color: #162F66;
    padding: 5px;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    margin: 0 10px 0 0;
}

.append_voucher_code {
    cursor: pointer;
}

.plus_voucher {
    width: 20px;
    height: 20px;
    padding: 0px;
    margin: 0 10px 0 30px;
    vertical-align: top;
}

.copy_pay_reqs {
    width: auto;
    margin: 0;
    float: right;
    border-radius: 20px;
    padding: 5px 10px;
    cursor: pointer;
}

#claim_paid, .claim_paid, .automatic_btn {
    display: inline-block;
}

#claim_paid, .claim_paid, #claim_cancel, .automatic_btn {
    padding: 13px 0;
    width: 48%;
    font-weight: 600;
}

#claim_cancel {
    float: right;
    text-align: center;
    cursor: pointer;
}

.pay_time_err {
    display: inline-block;
    font-weight: 600;
    padding: 12px 0;
}

.preloader_link_automatic {
    display: inline-block;
    position: relative;
    width: 65px;
    height: 65px;
}

.preloader_link_automatic div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 8px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.preloader_link_automatic div:nth-child(1) {
    animation-delay: -0.45s;
}

.preloader_link_automatic div:nth-child(2) {
    animation-delay: -0.3s;
}

.preloader_link_automatic div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.automatic_pay_wait {
    text-align: center;
}

.automatic_pay_wait p {
    font-size: 18px;
}

.automatic_pay_wait p span {
    font-size: 20px;
}

.close_icon.voucher_remove {
    position: relative;
    right: 0;
    top: 20px;
    display: inline-block;
    float: right;
    width: 15px;
    height: 15px;
    opacity: 0.5;
    cursor: pointer;
}

/*
.form-item.voucher-add-form-item input{
  width: calc(100% - 20px);
}*/
.claim_proccessing {
    text-align: center;
}

.claim_proccessing p {
    font-size: 18px;
    margin: 0 0 30px;
}

.check_double_paid {
    margin: 0 0 15px;
}

#verification_modal > div {
    max-width: 600px;
}

#verification_modal .progress_bar {
    position: relative;
}

#verification_modal #loaded_n_total {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.verification_wait {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0E1E3F;
    text-align: center;
    padding: 0 15px;
}

.verification_wait h2 {
    margin: 35px auto 80px;
}

.verification_wait .preloader_link_automatic {
    margin: 0 auto;
}

.verification_wait, .verification_wait_error {
    display: none;
}

.verification_wait_loading, .verification_wait_error {
    width: 100%;
    height: 100%;
}

.verification_wait_error p {
    font-size: 20px;
    font-weight: 600;
    margin: 75px 0 35px;
}

.verification_wait_error .try_again_ver span {
    display: inline-block;
    cursor: pointer;
    max-width: 270px;
}

#verify-modal, .modal {
    background: #0c162a;
    height: auto;
}

#main-verify ul {
    padding: 0;
    margin: 0;
}

#main-verify ul li {
    list-style: none;
}

.verify_load_photo {
    position: relative;
}

#done-verify-btn {
    cursor: pointer;
}

.verify_load_photo, #done-verify-btn {
    margin: 0;
}

#done-verify-btn {
    position: relative;
    z-index: 1;
}

#main-verify .upload-errors {
    padding: 5px 0;
}

#main-verify #progress {
    border-radius: 25px;
}

/*===============lichniy_cabinet===============*/
.personal_area_title, .main_template_title {
    text-align: center;
    padding: 50px 0 0;
}

.personal_area_title__h1, .main_template_title__h1, .news_h2 {
    padding: 55px 0 50px;
    text-align: center;
    display: block;
    width: 100%;
    text-transform: uppercase;
}

.personal_area_block, .main_template {
    background: #0E1930;
    padding: 30px 0 100px;
}

.verify__main_template {
    background: none;
    padding: 100px 0 50px;
}

.verify_block {
    background: #0E1930;
    padding: 40px 50px 50px;
    border-radius: 15px;
    max-width: 790px;
    margin: 0 auto;
}

.personal_area_block.personal_area_block__top {
    padding: 30px 0 0;
    min-height: auto;
}

.personal_area_block__menu, .personal_area_block__content, .ref_programma_content, .zarabotok_ref_skidki_bl, .promo_materialy_content, .main_template__content {
    background: #0E1E3F;
    border-radius: 15px;
    width: 100%;
}

.personal_area_block__menu {
    padding: 15px 65px;
    margin: 0 0 20px;
}

.personal_area_block__menu_ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.personal_area_block__menu_item {
    list-style: none;
    display: flex;
    text-align: center;
    align-items: center;
}

.personal_area_block__menu_link, .main_link {
    font-family: 'TT Norms';
    font-weight: bold;
    color: #ded8d8;
    border-radius: 50px;
}

.personal_area_block__menu_link {
    padding: 11px 30px;
    background: transparent;
    display: block;
}

.personal_area_block__menu_item.active a, .main_link {
    background: #00a783;
}

.personal_area_block__content, .ref_programma_content, .zarabotok_ref_skidki_bl, .promo_materialy_content, .main_template__content {
    padding: 35px 50px 50px;
}

.main_template__content, .personal_area_block {
    min-height: 73vh;
}

.personal_area_block__content_h2, .ref_programma_content h2, .zarabotok_ref_skidki_bl h2, .promo_materialy_content h2, .main_template__content h2 {
    font-size: 36px;
    margin: 0 0 15px;
}

.forusers_text__h4, .forusers_text__h5, .rules_text h4, .rules_text h5 {
    font-weight: 700;
}

.forusers_text__h5, .formonitorings_text__h5, .rules_text h5 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.forusers_text__ol, .rules_text ol {
    list-style-type: none;
}

.forusers_text__li, .rules_text li {
    width: 100%;
    margin-bottom: 20px;
}

.forusers_text .ol-group ol li .count, .rules_text .ol-group ol li .count {
    position: static;
}

.forusers_text ol li .count, .rules_text ol li .count {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.ol-group ol {
    list-style-type: none;
}

.exchangsumo_li {
    margin: 0 0 10px;
}

.forusers__case, .formonitoring__case {
    max-width: 675px;
}

.color-green, .text .count, .rules_text .count {
    color: #3cb097;
}

.downloads__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.downloads__title_file {
    width: 239px;
}

.downloads__btn {
    width: 210px;
    margin: 0 0 0 15px;
    cursor: pointer;
}

ul.errorlist {
    list-style: none;
    list-style-type: none;
    text-align: left;
    margin: 0;
}

.error-msg {
    font-size: 14px;
    margin: 3px 0 0;
    color: red;
}

.forusers_text_block, .formonitorings_text_block {
    padding: 25px 30px 5px;
}

.forusers_text_block, .formonitorings_text_block, .partner-block__item {
    background: #0e1930;
}

.partner-block__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px 30px;
    border-radius: 15px;
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
    margin: 0 25px 50px;
}

.partner-block__title {
    margin: 0 0 20px;
    font-size: 24px;
}

.partner-block__btn {
    width: 180px;
    margin: 0;
    padding: 10px 15px;
}

.main_link {
    float: right;
    color: #fff;
    padding: 15px 35px;
}

.personal_area_block__content_claim_text {
    opacity: .5;
    max-width: 390px;
}

.lichniy_cabinet_content hr, .ref_programma_content hr, .zarabotok_ref_skidki_bl hr, .promo_materialy_content hr {
    opacity: .25;
    height: 1px;
    background: #00BF96;
    opacity: 0.25;
    border-radius: 50px;
    max-width: 525px;
    display: block;
    margin: 0 0 50px;
}

.promo_materialy_content hr {
    margin: 0 0 30px;
}

.order__body_from_col, .order__body_to_col {
    min-width: 165px;
}

.order__claim_id {
    font-family: 'TT Norms';
    font-weight: bold;
    font-size: 18px;
    margin: 0 12px 0 0;
    display: inline-block;
}

.order__claim_date {
    opacity: .5;
}

.order__logo_claim {
    width: 30px;
    height: 30px;
    background-color: #1A3D8A;
    background-position: center;
    border-radius: 50%;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.odrer__icon_left_right_arr {
    width: 21px;
    height: 17px;
    margin: 3px 35px 0 0;
    background: url(http://sankciynet.com/img/icons/left_right_arr_cl.svg);
}

.zayavka_prinata, .zayavka_otklonena, .email_state_icon, .zayavka_obrabatyvayetsa {
    width: 35px;
    height: 35px;
    border-radius: 55px;
}

.zayavka_obrabatyvayetsa {
    position: relative;
    background: #727a78;
}

.zayavka_prinata, .profil_pochta_vereficicrovana {
    background: url(http://sankciynet.com/template/img/zayavka_prinata.svg) center no-repeat;
    background-color: #00BF96;
}

.zayavka_obrabatyvayetsa .spinner {
    width: 20px;
    height: 20px;
}

.spinner.spinner2 {
    border: 3px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.85);
    border-bottom-color: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    -webkit-animation: rotation 1.87s cubic-bezier(0.4, 0.4, 0.63, 0.63) infinite;
    animation: rotation 1.87s cubic-bezier(0.4, 0.4, 0.63, 0.63) infinite;
    position: absolute;
    top: 7.5px;
    left: 7.5px;

}

.zayavka_otklonena, .profil_ne_pochta_vereficicrovana {
    background: url(http://sankciynet.com/template/img/closing_pic.svg) center no-repeat;
    background-color: #F6472C;
}

.order__body_from_to {
    margin: 20px 0 50px;
}

.transaction__title, .cl_state, .cl_state_bl, .cl_note_mark, .cl_note_mark:before, .cl_note_mark:after, .odrer__icon_left_right_arr, .order__body_from_col, .order__body_to_col,
.order__claim_id, .zayavka_prinata, .zayavka_otklonena, .main_link, .pochta_vereficicrovana, .email_state_icon, .icon_profile_acc, .ref_link_user, .copy_ref_link_user, .ref_link_bl a,
.itog_zarabotka_cur, .itog_zarabotka_val, .zodanie_zayavki_na_viplatu, .promo_mat_choose span, .banner_default span, .after_banner_bl a, .article_podrobnee_link, .news_links a, .contacts_social_links a,
.otzivy_na_monitoringah a, .password_reset, .registration_block_h2 h2, .nachat_obmen_link, .width_100_min_20, .zayavka_obrabatyvayetsa .spinner, .zayavka_obrabatyvayetsa, .tech_wheel, .teck_text_h2, .ps_mobile_btn span, .transaction__count {
    display: inline-block;
    vertical-align: top;
}

.registration_block_h2.ver_none {
    margin: 0 0 5px;
}

.registration_block_h2 span {
    margin: 5px 15px 0 0;
}

.password_reset {
    cursor: pointer;
    margin: 0 0 10px;
}

.transaction__title {
    margin: 6px 0 0 15px;
}

.transaction__title_ref {
    margin: 0 15px 0 0;
}

.transaction__count {
    margin: 6px 15px 0 5px;
}

.cl_state, .email_state {
    border-radius: 55px;
    width: 200px;
    background: #162F66;
    max-height: 35px;
    position: relative;
}

.email_state.not_verified_email .email_state_text {
    margin: 1px 0 0;
}

#send_verificated_key {
    cursor: pointer;
    color: #00bf96;
}

#send_verificated_key:hover {
    text-decoration: underline;
}

.email_state {
    width: 265px;
    margin: 15px 25px 0 69px;
    position: relative;
}

.claim_state_text, .email_state_text {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin: 9px 0 0;
    width: calc(100% - 43px);
    height: 100%;
}

.data_cl {
    display: block;
    margin: 10px 0 0;
    opacity: .5;
}

.cl_state_bl {
    position: relative;
    max-width: 640px;
}

.cl_state_bl .cl_note_bl {
    position: absolute;
    background: #162F66;
    box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1), 0px 15px 5px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 22px 30px 30px 30px;
    z-index: 5;
    width: 80%;
    max-width: 392px;
    left: 245px;
    top: 0;
    display: none;
}

.cl_note_bl h3 {
    font-size: 18px;
}

.cl_note_bl p {
    color: rgba(255, 255, 255, .5);
    margin: 0;
}

.zayavka_otklonena_cl {
    cursor: pointer;
}

.cl_note_mark {
    position: absolute;
    width: 15px;
    height: 1px;
    background: #00BF96;
    left: -30px;
    top: 17px;
}

.cl_note_mark:before {
    content: '';
    background: #00BF96;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    top: -1.5px;
    left: -5px;
}

.cl_note_mark:after {
    content: '';
    background: #00BF96;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    top: -1.5px;
    right: -5px;
}

.pagination a {
    display: inline-block;
    color: #ded8d8;
    padding: 8px 10px;
    background: #00a783;
    border-radius: 20px;
    text-align: center;
    height: 35px;
    margin: 0 10px 5px 0;
}

.pagination .current {
    margin: 0 10px 0 0;
}

.profil_h3, .profil_form_bl h3, #verify-modal h3, .modal__h3 {
    font-size: 24px;
    margin: 0 0 30px;
    font-weight: bold;
}

.profil_data input[type="text"] {
    max-width: 335px;
}

.ref_zarabotok_items, .ref_users_items, .ref_score {
    margin: 0 0 15px;
}

.profil_form_bl {
    max-width: 445px;
}

.profil_email_line_mark {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 58px;
    border-top: 1px solid #00BF96;
    border-right: 1px solid #00BF96;
    border-bottom: 1px solid #00BF96;
    right: -27px;
    bottom: calc(100% - 17px);
}

.ref__cols {
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: 50px;
}

.ref__col {
    width: -webkit-calc(50% - 28px);
    width: calc(50% - 28px);
    margin-left: 14px;
    margin-right: 14px;
}

.ref__text {
    line-height: 19px;
    margin-bottom: 50px;
}

.ref__btns {
    margin-left: -13px;
    margin-right: -13px;
}

.ref__btn {
    width: -webkit-calc(50% - 26px);
    width: calc(50% - 26px);
    margin-left: 13px;
    margin-right: 13px;
}

.ref__ref-link {
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
}

.ref__copy {
    width: 43px;
    margin: 5px auto;
}

.i-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ref__input .input__title {
    display: none;
}

.ref__form-wrap {
    margin-left: -14px;
    margin-right: -14px;
}

.ref__form-col {
    width: -webkit-calc(50% - 28px);
    width: calc(50% - 28px);
    margin-left: 14px;
    margin-right: 14px;
}

.ref__form-col:nth-of-type(2) {
    padding-right: 94px;
}

.ref__select, .ref__input {
    z-index: 0;
    margin-bottom: 20px;
}

.ref__send-btn {
    width: 100%;
    -webkit-box-shadow: 0px 10px 16px rgba(0, 123, 255, 0.16), 0px 4px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 16px rgba(0, 123, 255, 0.16), 0px 4px 6px rgba(0, 0, 0, 0.06);
}

.personal_area__title {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 20px;
}

/* Form elements */
.ref__ref-link input {
    color: #fff;
    background: #122142;
}

.select select {
    display: none;
}

.select_h50 .jq-selectbox__select {
    height: 48px;
}

.select_h54 .jq-selectbox__select {
    height: 50px;
}

.select_h60 .jq-selectbox__select {
    height: 58px;
}

.select_border .jq-selectbox__select {
    border: 1px solid #162F66;
}


.select_round .jq-selectbox__select {
    border-radius: 100px;
}

.jq-selectbox {
    position: relative;
}

.jq-selectbox__select {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 20px;
    cursor: pointer;
}

.jq-selectbox__trigger {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: 63px;
    background-color: #2ebf96;
    border-radius: 0 50px 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.jq-selectbox__trigger-arrow {
    width: 14px;
    height: 8px;
    background: url("http://sankciynet.com/template/img/triangle.svg") no-repeat center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.jq-selectbox__dropdown {
    display: block !important;
    z-index: 1;
    position: absolute;
    top: 100% !important;
    left: 0;
    right: 0;
    border: 1px solid #162F66;
    border-radius: 15px;
    background-color: #0e1930;
    padding: 10px 10px 10px 0;
    margin-top: 2px;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.jq-selectbox__dropdown ul {
    max-height: 150px !important;
    overflow-y: auto;
}

.jq-selectbox__dropdown li {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 3px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.jq-selectbox__dropdown li:last-of-type {
    margin-bottom: 0;
}

.jq-selectbox__dropdown li:hover {
    color: #2ebf96;
}

.jq-selectbox_toggle .jq-selectbox__trigger-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.jq-selectbox_toggle .jq-selectbox__dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}


.ref__type {
    position: relative;
}

.select__wrap_ref {
    margin: 0 0 20px;
    border: 1px solid #162f66;
    border-radius: 50px;
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
}

.select__inner {
    display: flex;
    padding: 13.5px 30px;
}

.select__icon_img {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
}

.select__triangle {
    width: 63px;
    background-color: #2ebf96;
    background-color: #00a783;
    border-radius: 0 50px 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.select__triangle:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 14px;
    height: 8px;
    background: url(http://sankciynet.com/img/triangle.svg) no-repeat center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.ref__type.select_open .select__triangle:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*
.select__list {
    z-index: 2;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 3px;
    border: 1px solid #162F66;
    border-radius: 15px;
    background-color: #0e1930;
    padding: 10px 10px 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    height: 284px;
    overflow-y: auto; }
  .select__item {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .select__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    width: auto; }
  .select_open .select__list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
*/
.select__list {
    border-radius: 15px;
    background-color: #0e1930;
    padding: 10px 10px 10px 0;
    max-height: 284px;
}

.select__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    width: auto;
}

.tabs__item {
    display: none;
    margin: 0 0 20px;
}

.profit-row {
    display: flex;
    width: 100%;
    margin: 0 0 10px;
    max-width: calc(100vw - 40px);
}

.profit-col {
    width: 50%;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    max-width: 50%;
}

.profit-col__right {
    text-align: right;
}

.input__wrap {
    display: inline-flex;
    min-width: 0;
    word-wrap: break-word;
    width: 100%;
    margin: 0 0 5px;
}

.input__placeholder {
    display: inline-block;
    min-width: 0;
    word-wrap: break-word;
    width: 100%;
    margin: 0 0 5px;
}

.input__req_copy {
    display: flex;
    background-color: #162F66;
    border: 1px solid #162F66;
    border-radius: 15px;
    color: #ded8d8;
    padding: 7px 10px 6px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.input__req_copy-req {
    display: block;
    word-break: break-word;
}

.input__req_copy-copy {
    width: auto;
}

.input__area {
    opacity: 0;
}

.ref_input__area.input__area {
    opacity: 1;
}

.ref_sum.input__area {
    color: #fff;
    background: transparent;
    margin: 0 0 30px;
    border: none;
    outline: none;
    width: 100%;
}

.textarea {
    position: relative;
    width: 100%;
}

.textarea__placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.textarea__area {
    display: block;
    font-size: 16px;
    font-family: "Museo Sans", sans-serif;
    background: white;
    width: 100%;
    resize: none;
    border: 1px solid white;
}

.textarea_error .textarea__area {
    border-color: #f00;
}

.checkbox {
    position: relative;
    cursor: pointer;
}

.checkbox__input {
    display: none;
}

.checkbox__toggler {
    position: relative;
}

.checkbox__toggler:before, .checkbox__toggler:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #39A0EE;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.checkbox__toggler:before {
    top: 5px;
    left: 5px;
    z-index: 2;
    width: 15px;
    height: 15px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.checkbox__toggler:after {
    z-index: 1;
    width: 25px;
    height: 25px;
    opacity: .25;
}

.checkbox__wrap {
    padding-left: 35px;
    min-height: 25px;
    padding-top: 4px;
}

.checkbox__wrap a {
    font-weight: 700;
    border-color: #697A89;
}

.checkbox__wrap a:hover {
    border-color: transparent;
}

.checkbox_checked .checkbox__toggler:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.checkbox_small .checkbox__wrap {
    font-size: 14px;
    padding-left: 23px;
    min-height: 17px;
    padding-top: 1px;
}

.checkbox_small .checkbox__toggler:after {
    width: 17px;
    height: 17px;
}

.checkbox_small .checkbox__toggler:before {
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
}

.radio {
    position: relative;
}

.radio__input {
    display: none;
}

.radio__toggler {
    position: relative;
}

.radio__toggler:before, .radio__toggler:after {
    content: '';
    position: absolute;
}

.radio__toggler:before {
    z-index: 2;
}

.radio__toggler:after {
    z-index: 1;
}

.profil_email_line_mark:before {
    content: '';
    display: inline-block;
    background: #00BF96;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: -6px;
}

.profil_email_line_mark:after {
    content: '';
    display: inline-block;
    background: #00BF96;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    bottom: -2px;
    left: -6px;
}

#profil_select_lang, #data_ref_currency {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background: url(http://sankciynet.com/template/img/select_arr.svg) no-repeat calc(100% - 30px) center;
    background-color: #162F66;
    border: none;
    border-radius: 50px;
    width: auto;
    padding: 16px 10px 15px 30px;
    color: #fff;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}

#profil_select_lang {
    width: 178px;
    margin: 0 0 50px;
}

#data_ref_currency {
    width: 100%;
    margin: 0 0 20px;
}

.profile_ch_lang {
    margin: 14px 0 0 18px;
}

.profil_auth_bl, .ref_static_data, .zarabotok_ref_skidki_bl_about {
    padding: 39px 50px 50px 50px;
    background: rgba(22, 47, 102, 0.5);
    border-radius: 15px;
    max-width: 525px;
    float: right;
}

.ref_static_data {
    float: none;
}

.profil_auth_bl h3, .ref_static_data h3, .ref_link_bl h3, .zarabotok_ref_skidki_bl_about h3, .banner_promo h3, .main_template__content h3,

.404
_title {
    font-size: 24px;
    margin: 0 0 15px;
}

.profil_auth_bl_p {
    color: rgba(255, 255, 255, .5);
    margin: 0 0 30px;
}

.icon_profile_acc {
    width: 60px;
    height: 60px;
    background-color: #162F66;
    display: inline-flex;
    border-radius: 55px;
}

.google_icon, .facebook_icon, .vk_icon {
    background-image: url(http://sankciynet.com/template/img/google_icon.svg);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
}

.facebook_icon {
    background-image: url(http://sankciynet.com/template/img/facebook_icon.svg);
}

.vk_icon {
    background-image: url(http://sankciynet.com/template/img/vk_icon.svg);
}

.soc_connect_profile > div {
    display: flex;
    align-items: center;
}

.name_profile_acc {
    display: inline-flex;
    margin: 0 0 0 20px;
    flex-direction: column;
}

.soc_connect_profile, .username_acc, .name_acc {
    display: flex;
    justify-content: space-between;
}

.name_acc {
    color: rgba(255, 255, 255, .5);
}

.soc_connect_profile {
    margin: 0 0 30px;
}

.last_soc_pr.soc_connect_profile {
    margin: 0;
}

.tie_state {
    width: 180px;
    background: #162F66;
    border-radius: 55px;
    display: flex;
    cursor: pointer;
}

.tied_acc {
    height: 50px;
}

.tied_acc .tie_state_text {
    width: 100%;
    background: #00bf96;
    border-radius: 55px;
}

.tie_state_icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    vertical-align: top;
    background-color: #00BF96;
    border-radius: 55px;
}

.tie_state_text {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    width: calc(100% - 50px);
}

.untied_acc {
    background-image: url(http://sankciynet.com/template/img/closing_pic.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.count_perehod ~ p, .count_registrated ~ p, .count_perehod, .count_registrated {
    width: calc(100% - 15px);
}

.count_perehod, .count_registrated {
    background: #0E1E3F;
    border-radius: 15px;
    font-size: 36px;
    color: #fff;
    padding: 21px 0;
    text-align: center;
}

.count_registrated, .count_registrated ~ p {
    float: right;
}

.ref_static_data p {
    margin: 15px 0 0;
    font-size: 16px;
}

.ref_static_data p a, a.ref_pr_link {
    color: #00BF96;
}

.ref_claims_count {
    padding: 0 0 5px;
}

.ref_table {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
}

.ref_table__head, .ref_table__body_items, .ref_table__body_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ref_table__head_item, .ref_table__body_item_cell {
    width: 25%;
    display: inline-flex;
    padding: 0 5px 5px 0;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    max-width: 100%;
}

.ref_table__body_item_cell_num, .ref_table__head_item_num {
    width: 87px;
}

.ref_table__head_item_email, .ref_table__head_item_val, .ref_table__head_item_time,
.ref_table__body_item_cell_email, .ref_table__body_item_cell_val, .ref_table__body_item_cell_time {
    width: calc(33.33% - 27px);
}

.ref_table__head_item_val, .ref_table__body_item_cell_val {
    width: calc(25.33% - 27px);
}

.padding_left_15 {
    padding: 0 0 0 15px;
}

a.ref_pr_link {
    font-size: 16px;
    color: #00BF96;
    margin: 0 0 20px;
    display: block;
}

.ref_static_data h3, .ref_link_bl h3, .banner_promo h3, .main_template__content h3 {
    margin: 0 0 30px;
}

.ref_link_bl {
    background: #162F66;
    border-radius: 15px;
    margin: 0 0 30px;
    padding: 39px 50px 50px 50px;
}

.ref_link_user, .copy_ref_link_user, .ref_link_bl a, .zodanie_zayavki_na_viplatu {
    border-radius: 50px;
}

.ref_link_user {
    background: #0E1E3F;
    padding: 15px 15px 14px 30px;
    width: 595px;
    font-size: 18px;
    max-width: 100%;
}

.copy_ref_link_user {
    background: #00BF96;
    padding: 15px 0 14px;
    min-width: 200px;
    text-align: center;
    margin: 0 0 0 18px;
    cursor: pointer;
}

.ref_link_bl p {
    margin: 30px 0 20px;
}

.ref_link_bl a {
    background: #0E1E3F;
    color: #fff;
    padding: 10px 25px;
    margin: 0 17px 0 0;
}

.zarabotok_ref_skidki_bl {
    background: #0E1E3F;
    margin: 0 0 30px;
}

.ref_users_items, .ref_zarabotok_count {
    line-height: 1.45;
}

.ref_zarabotok_count {
    max-width: 525px;
}

.ref_zarabotok_count_right {
    text-align: right;
}

.ref_pr_link {
    color: #00BF96;
}

.success_put_reserve {
    margin: 0 0 22px 0;
    color: green;
}

.itog_zarabotka_line {
    position: relative;
    margin: 0 0 15px;
}

.itog_zarabotka_line:before {
    position: absolute;
    bottom: 0;
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #00BF96;
    opacity: 0.25;
}

.zarabotok_ref_skidki_bl_about h4 {
    font-size: 18px;
    margin: 0 0 17px;
}

.zarabotok_ref_skidki_bl_about p {
    margin: 0 0 10px;
}

.itog_zarabotka_cur, .itog_zarabotka_val {
    background: #122652;
    position: relative;
    margin: 0px 0 0px;
}

.itog_zarabotka_val {
    float: right;
}

.zodanie_zayavki_na_viplatu {
    margin: 10px 0 0;
    font-size: 16px;
    padding: 15px;
    width: 100%;
    max-width: 425px;
    background: #00BF96;
    text-align: center;
    cursor: pointer;
}

.promo_mat_choose span {
    border-radius: 50px;
    background: #0E1E3F;
    padding: 10px 28px;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.promo_mat_choose span.active {
    background: #00BF96;
}

.promo_mat_choose {
    margin: 0 0 30px;
    width: 100%;
}

.promo_materialy_content p {
    opacity: .5;
    margin: 0;
    max-width: 495px;
}

.banner_promo {
    margin: 50px 0 0;
}

.banner_default {
    height: 120px;
    display: flex;
    width: calc(100% - 15px);
    position: relative;
    background-color: #162F66;
    border-radius: 15px;
    text-align: center;
    align-items: center;
    margin: 0 0 30px;
}

.banner_default:before {
    width: 100%;
    position: absolute;
    content: 'SOVA';
    top: 50%;
    left: 50%;
    opacity: 0.7;
    transform: translate(-50%, -50%);
    opacity: 0.07;
    font-size: 72px;
}

.banner_default span {
    margin: auto;
}

.banner_300_250 {
    height: 270px;
}

.right_banners > div {
    float: right;
}

.full_width_banners > div.banner_default {
    width: 100%;
}

.after_banner_bl {
    max-width: 545px;
}

.after_banner_bl p {
    opacity: .5;
    margin: 0 0 20px;
}

.after_banner_bl a {
    color: #00BF96;
    margin: 0 0 10px;
}

.article_item {
    width: 100%;
    display: flex;
    margin: 0 0 30px;
}

.article_item_img {
    max-width: 20%;
    margin: 0 20px 0 0;
}

.article_item h3 {
    margin: 0 0 15px;
}

.article_item h3 a, .article_item h3 a:hover {
    color: #fff;
}

.article_text, .article_date {
    margin: 0 0 5px;
}

.article_date {
    color: rgba(255, 255, 255, .5);
}

.article_podrobnee_link {
    border-radius: 50px;
    background: #162F66;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.article_img {
    margin: 0 0 5px 5px;
    max-width: 50%;
    float: right;
}

/* news */
.news_menu__item {
    list-style: none;
    margin: 0 0 14px;
}

.news_menu__link {
    font-size: 24px;
    opacity: .5;
}

.news_menu__link_active {
    opacity: 1;
}

.news {
    background: #0e1930;
    max-width: 350px;
    margin: 0 0 20px;
}

.news__item {
    padding: 15px;
}

.news__item_active {
    background: #0E1E3F;
}

.news__link {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 5px;
}

.news__date {
    font-size: 14px;
    opacity: .5;
}

.news_img {
    margin: 0 0 15px;
}

.news_h1 {
    font-size: 30px;
    margin: 0 0 15px;
}

.news_p, .news_p * {
    font-size: 18px;
    line-height: 1.4;
}

.news_archive_item {
    padding: 10px 0;
}

.news_archive_item__time {
    opacity: .5;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.news_date {
    margin: 0 0 10px;
    opacity: .5;
}

.news_date i {
    font-size: 18px;
}

.news_date span {
    display: inline-block;
    margin: 1px 0 0px 5px;
    vertical-align: top;
}

.archive_news {
    max-width: 350px;
}

.news_links a, .article_p {
    color: #d5dae4;
}

.to_prev_news {
    margin: 0 15px 0 0;
}

.to_prev_news, .to_next_news {
    position: relative;
    padding: 0 11px;
    margin: 0 0 10px;
}

.to_prev_news:before, .to_next_news:before {
    position: absolute;
    top: -1px;
}

.to_prev_news:before {
    content: '<';
    left: -1px;
}

.to_next_news:before {
    content: '>';
    right: -1px;
}

.article_p {
    font-size: 18px;
    line-height: 1.3;
}

.accordeon_questions {
    width: 100%;
    min-height: 0;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

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

.accordeon_questions__li {
    position: relative;
    padding: 0;
    margin: 0 0 30px;
}

.accordeon_questions__li i:before, .accordeon_questions__li i:after {
    content: "";
    position: absolute;
    background-color: #eee;
    width: 3px;
    height: 9px;
}

.main_template__content .accordeon_questions__h2 {
    font-size: 20px;
    display: block;
    margin: 0;
    padding: 10px 25px;
    cursor: pointer;
    color: #e1e4ec;
    border-radius: 55px;
    background: #17367a;
    border-top: 1px solid #214187;
    border-bottom: 1px solid #102960;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.accordeon_questions__li.accordeon_questions__open .accordeon_questions__h2 {
    background: #2951a8;
}


.accordeon_questions__msg, .accordeon_questions__li i:before, .accordeon_questions__li i:after {
    transition: all 0.5s ease-in-out;
}

.accordeon_questions__li.accordeon_questions__open .accordeon_questions__msg {
    position: relative;
    display: block;
    padding: 15px 25px 30px;
    max-height: 800px;
    opacity: 1;
}

.accordeon_questions__h2 i:before {
    transform: translate(2px, 0) rotate(-45deg);
}

.accordeon_questions__h2 i:after {
    transform: translate(-2px, 0) rotate(45deg);
}

.accordeon_questions__li i {
    position: absolute;
    top: 50%;
    transform: translate(-5px, calc(50% - -4px)) rotate(180deg);
    right: 25px;
    transition: .5s;
}

.accordeon_questions__li.accordeon_questions__open .accordeon_questions__h2 i {
    transform: translate(-8px, calc(50% - 3px)) rotate(0deg);
}

.accordeon_questions__msg {
    display: none;
}

.contacts__list {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 45px;
}

.contacts__item {
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
    margin-left: 25px;
    margin-right: 25px;
}

.contact__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.contact__item:last-of-type {
    margin-bottom: 0;
}

.contact__wrap {
    padding: 20px 30px;
    background-color: #122142;
    margin-bottom: 30px;
}

.contact__wrap_min_height {
    min-height: 260px;
}


.contact__title {
    font-size: 24px;
    font-weight: 700;
    color: #ded8d8;
    margin-bottom: 30px;
}

.contact__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #007BFF;
}

.contact__subtitle {
    padding-left: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}

.contact__subtitle span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 15px 5px 0;
}

.contact__subtitle .btn-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 30px;
    padding-right: 30px;
    background: #00a783;
    border: 1px solid #00a783;
    border-radius: 50px;
    cursor: pointer;
}

a.contact__subtitle_link:hover {
    color: #fff;
}


.contact__btn {
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    border-radius: 50px;
    cursor: pointer;
}

.contact__text {
    font-size: 16px;
    line-height: 19px;
    background: #122142;
    border-radius: 15px;
    padding: 24px 30px;
}

.icon-clock {
    width: 20px;
    height: 20px;
}

.icon-email {
    width: 18px;
    height: 15px;
}

.icon-chat {
    width: 18px;
    height: 16px;
}

.contacts a, .links__title {
    color: #ded8d8;
}

.contacts a:focus {
    box-shadow: none;
}

.links__btn_forum_img {
    margin: 0 15px 0 0;
    vertical-align: top;
}

.links__btn_forum_text {
    display: inline-block;
    line-height: 31px;
}

.contacts_social_links a {
    width: 30px;
    margin: 0 15px 0 0;
}

.links__title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.links__wrap {
    margin-left: -25px;
    margin-right: -25px;
}

.links__col {
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
    margin-left: 25px;
    margin-right: 25px;
    background: #122142;
    border-radius: 15px;
    padding: 30px;
}

.links__list {
    margin-bottom: -20px;
}

.links__list.row {
    margin-left: -15px;
    margin-right: -15px;
}

.links__list.row .links__item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.links__list.row .links__name {
    margin-top: 0;
    margin-bottom: 10px;
}

.links__item {
    margin-bottom: 30px;
}

.links__item_more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.links__name {
    width: 100%;
    margin-top: 15px;
}

.contacts__links_name {
    margin: 0;
}

.links__btn {
    line-height: 1.1;
    width: 100%;
    max-width: 220px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
}

.contacts__links .links__logo {
    margin: 0 0 0 auto;
}

.top_links_block {
    margin: 0 0 50px;
}

.otzivy_na_monitoringah a {
    margin: 0 0 10px;
    height: auto;
}

.otzivy_na_monitoringah a img {
    height: 25px;
    margin: 0 10px 0 0;
}

#progressBar, .find {
    margin: 10px 0 10px;
    height: 20px;
    position: relative;
    background: linear-gradient(to right, #0e89bc 50%, #344872 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 1s ease;
    border-radius: 30px;
}

#progressBar.done, .find.done {
    background: lightgreen;
}

#login_errors_text {
    color: #fa0000;
    text-align: center;
    margin: 0 0 20px;
}

.not_valid_reg_login, .not_valid_field {
    color: #fa0000;
    text-align: center;
    font-weight: bold;
}

.ver_err_mess {
    margin: 0 0 5px;
}

.not_valid_field {
    font-size: 14px;
    padding: 3px 0 0 30px;
    text-align: left;
}

.ver_err_start.not_valid_field {
    padding: 0;
    text-align: center;
}

.not_valid_reg_login.t_left {
    text-align: left;
}

/*.profil_form_bl .not_valid_reg_login{
  margin: 0 0 20px;
}*/
.pay-select-li.curr_none {
    display: none;
}

.width_100_min_20 {
    width: calc(100% - 20px);
}

.voucher-add-form-item .form-item {
    margin: 0 3px 20px 0;
}

#break, #sleep {
    position: fixed;
    top: 50px;
    z-index: 100;
    width: 100%;
    height: 80vh;
    background: #0e1e3fe0;
    box-shadow: 0px 7px 15px rgb(12, 22, 42), 0px 4px 6px rgba(0, 0, 0, 0.06);
    display: none;
}

#break > div, #sleep > div {
    max-width: 1000px;
    width: 95%;
    text-align: center;
    margin: 25vh auto 0;
}

#sleep > div {
    margin: 18vh auto 0;
}

#sleep span {
    font-weight: 900;
}

.tech_wheel {
    width: 35px;
    height: 35px;
    margin: 0 15px 0 0;
    -webkit-animation: rotation 5s cubic-bezier(0.4, 0.4, 0.63, 0.63) infinite;
    animation: rotation 5s cubic-bezier(0.4, 0.4, 0.63, 0.63) infinite;
}

.time_info_tech {
    font-size: 18px;
    margin: 0 0 15px;
}

#break a, #sleep a {
    color: #fff;
}

#break h2, #sleep h2 {
    margin: 0 0 10px;
}

#sleep img {
    width: 100px;
}

#sleep p {
    font-size: 20px;
}

#timer_tech {
    font-size: 20px;
    font-weight: 600;
    color: #00BF96;
}

.teck_text_h2 {
    margin: 3px 0 0;
}

.fio_personal {
    margin: 0 0 50px;
}

.block {
    position: relative;
    background-color: #0c162a;
    border-radius: 15px;
    -webkit-box-shadow: 0px 20px 25px rgb(0 0 0 / 5%), 0px 10px 10px rgb(0 0 0 / 2%);
    box-shadow: 0px 20px 25px rgb(0 0 0 / 5%), 0px 10px 10px rgb(0 0 0 / 2%);
    width: 100%;
    padding: 40px 50px 50px;
    margin: 0 auto 50px;
}

.block__xs {
    max-width: 430px;
}

.claim_block {
    position: relative;
    background-color: #0c162a;
    border-radius: 15px;
    -webkit-box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.02);
    width: 100%;
    padding: 40px 50px 50px;
    margin-left: auto;
    margin-right: auto;
}

.claim_form_num {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: bold;
}

.block__title, .claim_block__title {
    font-size: 24px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.case .input__title {
    text-align: right;
    margin: 0 0 10px;
}

.claim__from_to {
    margin: 0 0 10px;
}

.claim__from_to_requisits {
    display: flex;
}

.claim__from_to_requisit, .claim__from_to_requisit_value {
    display: inline-block;
}

.claim__from_to_requisit {
    margin: 0 5px;
}

.claim__from_to_item_img {
    display: inline-block;
    max-width: 21px;
    height: 21px;
    margin: 0 3px 0 0;
}

/*=========claim_page===========*/
.claim_block_sm {
    max-width: 790px;
}

.claim__ol {
    display: block;
    margin: 0 0 15px;
}

.claim__li {
    list-style: none;
    margin: 0 0 10px;
}

.claim__li_num {
    width: 25px;
    height: 25px;
    background: #1a3d89;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.timer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    width: 100%;
    padding: 0 14px;
}

.step {
    margin-top: 30px;
}

.step__head {
    margin-bottom: 20px;
}

.step__count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #1a3d89;
    border-radius: 50px;
    font-family: "TT Norms", sans-serif;
}

.step__title {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-left: 20px;
    opacity: .7;
}

.step__btns {
    margin-left: -13px;
    margin-right: -13px;
}

.step__btn {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
}

.pay_form_btn {
    margin: 0 3% 15px 0;
}

.pay__input {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
}

.pay__copy {
    cursor: pointer;
    margin-left: auto;
}

.pay__copy img {
    width: 25px;
    min-width: 25px;
}

.pay__copy.btn_copy-sm {
    width: 13px;
}

.btn_copy {
    cursor: pointer;
}

.pay__qc {
    width: 140px;
    margin-left: auto;
}

.pay__data {
    margin-top: 10px;
    border-radius: 15px;
    padding: 10px 30px 10px 0;
}

.pay__data-item, .pay__data-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pay__data-item_notification {
    margin: 0 0 10px;
}

.pay__data-text {
    flex: 0 0 auto;
}

.pay__data-desc {
    margin-left: 12px;
}

.pay__data-btn {
    margin-left: 15px;
}

.pay__data-btn img {
    width: 25px;
    min-width: 25px;
}

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

.pay__data-text_width_full, .pay__input_width_full {
    width: 100%;
}

.pay__data-title {
    margin: 0 0 5px;
}

.pay__data_summ_copy-text {
    display: flex;
    background-color: #162F66;
    border: 1px solid #162F66;
    border-radius: 15px;
    color: #ded8d8;
    padding: 7px 10px 6px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.pay__data-desc_mrg_none {
    margin: 0;
}

.flex_wrap {
    flex-wrap: wrap;
}

.pay__data-item {
    margin: 0 0 10px;
}

.i-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.i-mid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cliam_block__steps {
    padding: 0 14px;
}

/*========claim =========*/
.claim_success {
    margin: 0 auto 20px;
    display: block;
}

.claim-success_mt20 {
    margin: 20px 0 0px;
}

.claim-success h2 {
    margin: 0 0 20px;
}

.claim-success a {
    max-width: 300px;
    margin: 10px auto 0;
}

.claim-work_time {
    margin: 15px auto 0;
    opacity: .7;
}

.pay__where .pay__input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 43px;
}

.question {
    position: relative;
}

.question_toggle .question__wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.question__icon {
    width: 30px;
    height: 30px;
    color: #fff;
    background: #1a3d89;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.question__wrap {
    z-index: 5;
    position: absolute;
    top: -12px;
    left: -352px;
    width: 395px;
    background: #0e1930;
    padding: 22px 30px 25px;
    -webkit-box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.02);
    border-radius: 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.question__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.question__text {
    line-height: 19px;
}

.question__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.order__status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 50px;
}

.order__status_error .order__status-icon {
    background: #F6472C;
}

.order__status_successful .order__status-icon {
    background: #007BFF;
}

.order__status-icon {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.order__status-title {
    color: #fff;
    font-size: 14px;
    margin-left: -20px;
    padding-left: 40px;
    padding-right: 25px;
    background: #162F66;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 50px 50px 0;
    min-width: 185px;
}

.order__question {
    margin-left: 30px;
}

.dash_login {
    width: 200px;
}

.claim_input {
    width: 100%;
    display: flex;
}

/* vprogressSpinner */
.course_change__course_text_spinner {
    display: inline-block;
    max-width: 200px;
}

.vTimer__bl {
    display: inline-block;
    position: relative;
    top: -9px;
    margin: 0 6px 0 0;
}

.vProgressSpinner {
    width: 30px;
    height: 30px;
    position: relative
}

.vProgressSpinner svg.circle-svg {
    position: relative
}

.vProgressSpinner svg.circle-svg .progress__value {
    transform: rotate(-90deg);
    transform-origin: center;
    fill: none;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease;
    stroke: #8c9caa;
    stroke-linecap: round
}

.vProgressSpinner svg.circle-svg .progress__value.is-spin {
    -webkit-animation: rotatingBack 20s linear infinite;
    -moz-animation: rotatingBack 20s linear infinite;
    -ms-animation: rotatingBack 20s linear infinite;
    -o-animation: rotatingBack 20s linear infinite;
    animation: rotatingBack 20s linear infinite
}

.vProgressSpinner svg.circle-svg .refresh__value {
    transform-origin: center;
    fill: none;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease;
    stroke: #8c9caa;
    stroke-linecap: round;
    stroke-dasharray: 5;
    opacity: 0
}

.vProgressSpinner svg.circle-svg .refresh__value.is-spin {
    -webkit-animation: rotating 1s ease-in-out infinite;
    -moz-animation: rotating 1s ease-in-out infinite;
    -ms-animation: rotating 1s ease-in-out infinite;
    -o-animation: rotating 1s ease-in-out infinite;
    animation: rotating 1s ease-in-out infinite
}

.vProgressSpinner .v-progress-text {
    font-family: "Roboto", sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    color: #8c9caa;
    width: 100%;
    height: 100%
}

.vProgressSpinner .v-progress-text b {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0b2039
}

.vProgressSpinner.is-refresh svg.circle-svg .progress__value {
    opacity: 0 !important
}

.vProgressSpinner.is-refresh svg.circle-svg .refresh__value {
    opacity: 1 !important
}

@keyframes colored {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spin {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

/* video_main_page */
.video_main_page {
    margin: 0 0 50px;
}

.video_main_page__bl {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

/* reviews_main_page */
.reviews_main_page__bl {
    padding: 25px 50px 30px;
    width: 100%;
    border-radius: 15px;
    margin: 0 0 50px;
    background: #0C162A;
}

.reviews_main_page__items {
    display: grid;
    grid-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.reviews_main_page__item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.reviews_main_page__title {
    margin: 0 0 20px;
}

.reviews_main_page__text {
    margin: 0 0 10px;
}

.reviews_main_page__time_monitoring_name {
    opacity: .8;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.icon-chat-review {
    transform: scale(-1, 1);
    margin: 0px 10px 0 0;
    position: relative;
    bottom: 1px;
}

/* konkurs_block_first */
#countdown_clock {
    text-align: center;
}

.konkurs_block__case {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.konkurs__h1 {
    margin: 0 0 55px;
    text-align: center;
}

.konkurs_block {
    background: #0E1E3F;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
}

.konkurs_block_first {
    padding: 28px 46px 50px;
    margin: 20px 0 50px;
}

.konkurs_block_second {
    padding: 30px;
    margin: 0 0 50px;
}

.konkurs_block_second__left {
    padding: 50px 0 55px 80px;
}

.konkurs_block_first__h2_title {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 55px;
    line-height: 1.18;
}

.konkurs_block_first__description {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 80px;
}

.konkurs_block_first__link {
    display: inline-block;
    background: #00a783;
    padding: 5px 30px 5px 5px;
    border-radius: 46px;
}

.konkurs_block_first__link_icon {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: #069B7B;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0 17px 0 0;
}

.konkurs_block_first__link_icon_pulse {
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.konkurs_block_first__link_text {
    display: inline-block;
    margin: 13px 0 0;
    vertical-align: top;
}

.konkurs_block_first__left {
    padding: 80px 0 0 46px;
    width: 100%;
    max-width: 415px;
}

.konkurs_block_first__right {
    padding: 0 46px 30px 0;
    max-width: calc(100% - 415px);
}

.konkurs_block_first__konkurs_items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #0A162F;
    padding: 20px;
    border-radius: 20px;
    justify-content: space-between;
}

.konkurs_block_first__konkurs_item_timer_text {
    margin: 0 0 10px;
    text-align: center;
}

.konkurs_block_first__konkurs_item_img_text_timer {
    margin: 0 0 0;
}

.konkurs_block_first__konkurs_item {
    padding: 29px 30px;
    background: #122652;
    border-radius: 20px;
    margin: 0;
    max-width: calc(33% - 13.33333px);
    width: 100%;
}

.countdown_clock__item, .countdown_clock__item_num_text {
    display: inline-block;
    vertical-align: top;
}

.countdown_clock__item_number {
    display: block;
    font-size: 40px;
    line-height: 1.17;
    margin: 0 0 8px;
}

.countdown_clock__item_text {
    display: block;
    font-size: 14px;
    line-height: 1;
    opacity: .5;
}

.countdown_clock__dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgba(0, 191, 150, 0.25);
    border-radius: 50px;
    margin: 19px 25px 0;
}

.konkurs_block_first__konkurs_item_img_text {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 21px;
}

.konkurs_block_first__konkurs_item_img_text_timer {
    margin: 0 0 10px;
}

.konkurs_block_first__konkurs_item_count {
    text-align: right;
    font-weight: bold;
    font-size: 30px;
    line-height: 130%;
}

.konkurs_block_first__konkurs_item_img {
    margin: 0 14px 0 0;
    vertical-align: top;
}

.konkurs_block_first__konkurs_item_text {
    margin: 1px 0 0;
    display: inline-block;
    width: calc(100% - 39px);
}

.konkurs_block_second__left {
    width: calc(100% - 340px);
}

.konkurs_block_second__right {
    width: 100%;
    max-width: 340px;
}

.konkurs_block_second__left_item_num {
    display: inline-block;
}

.konkurs_block_second__h2 {
    font-size: 48px;
    line-height: 1.18;
    margin: 0 0 55px;
    max-width: 400px;
}

.konkurs_block_second__left_item {
    margin: 0 0 39px;
    display: flex;
}

.konkurs_block_second__left_item_link {
    display: inline-block;
    text-decoration: underline;
    color: #00BF96;
}

.konkurs_result {
    display: block;
    background: #00a783;
    padding: 10px 15px;
    border-radius: 46px;
    font-weight: normal;
    text-align: center;
    width: auto;
    margin: 0 auto 15px;
}

.konkurs_block_second__left_item_num {
    display: inline-block;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin: 0 20px 0 0;
    padding: 6px 0 0 0;
    background: #00bf9680;
    border-radius: 50%;
    text-align: center;
}

.konkurs_block_second__left_item_text {
    display: inline-block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: lighter;
}

.konkurs_block_second__left_item_text_margin {
    display: inline-block;
    margin: 0 17px 0 0;
}

.konkurs_block_second__left_item_text_third {
    max-width: 510px;
}

.konkurs_block_second__left_item_text_left {
    max-width: 280px;
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: top;
}

.konkurs_block_second__left_item_text_right {
    display: inline-block;
    background: #00a783;
    padding: 10px 15px;
    border-radius: 46px;
    font-weight: normal;
}

.konkurs_block_second__left_items {
    margin: 0 0 15px;
    max-width: 650px;
}

.konkurs_block_second__text_custom_winner {
    color: #A2AABB;
    display: block;
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 300;
}

.konkurs_block_second__text_custom_number_times {
    display: block;
    max-width: 510px;
    font-size: 20px;
    font-weight: 300;
}

.konkurs_block_second__winners {
    margin: 50px 0 0;
    padding: 30px 40px;
    background: #122652;
    box-shadow: 0px 34px 38px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}

.konkurs_block_second__winners_h3 {
    font-size: 24px;
    margin: 0 0 40px;
}

.konkurs_block_second__winners_item {
    margin: 0 0 30px;
}

.konkurs_block_second__winners_item_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 5px 15px 0 0;
    vertical-align: top;
}

.konkurs_block_second__winners_item_num {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #00bf9629;
    text-align: center;
    border-radius: 50%;
    padding: 6px 0 0;
    margin: 0 20px 0 0;
}

.konkurs_block_second__winners_item_num_first {
    background: #00BF96;
}

.konkurs_block_second__winners_item_num_second {
    background: #00bf9699;
}

.konkurs_block_second__winners_item_icon_third {
    background: #00bf9666;
}


.konkurs_block_second__winners_item {
    display: flex;
}

.konkurs_block_second__winners_item_email {
    /*display: inline-block;
    width: calc(100% - 80px);*/
    margin: 5px 0 0;
    display: inline-flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    max-width: calc(100% - 80px);
}

.konkurs_block_second__winners_item_icon_first {
    background: url(http://sankciynet.com/img/icons/konkurs_rate_first.png) no-repeat;
}

.konkurs_block_second__winners_item_icon_second {
    background: url(http://sankciynet.com/img/icons/konkurs_rate_second.png) no-repeat;
}

.konkurs_block_second__winners_item_icon_third {
    background: url(http://sankciynet.com/img/icons/konkurs_rate_third.png) no-repeat;
}


@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.load-animate {
    animation: loader 3s infinite ease-in-out;
    -webkit-animation: loader 3s infinite ease-in-out;
    color: transparent !important;
    border: 1px solid transparent !important;
    box-shadow: none !important;
    border-radius: 6px;
    display: inline-block;
}

.load-animate.load-animate__mobile {
    display: none;
}

.load-animate.profile-pic {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.load-animate .material-icons {
    opacity: 0;
}

.load-animate img {
    opacity: 0;
}

input.load-animate::placeholder {
    animation: loader 3s infinite ease-in-out;
    -webkit-animation: loader 3s infinite ease-in-out;
    color: transparent !important;
}

.load-animate i {
    color: transparent !important;
}

@-webkit-keyframes load {
    0% {
        background-position: -680px 0;
    }
    100% {
        background-position: 680px 0;
    }
}

@keyframes load {
    0% {
        background-position: -680px 0;
    }
    100% {
        background-position: 680px 0;
    }
}

@-webkit-keyframes load-image {
    0% {
        background-position: -680px 0;
    }
    100% {
        background-position: 680px 0;
    }
}

@keyframes load-image {
    0% {
        background-position: -680px 0;
    }
    100% {
        background-position: 680px 0;
    }
}

@keyframes loader {
    0% {
        background-color: rgba(165, 165, 165, 0.1);
    }
    50% {
        background-color: rgba(165, 165, 165, 0.3);
    }
    100% {
        background-color: rgba(165, 165, 165, 0.1);
    }
}

@-webkit-keyframes loader {
    0% {
        background-color: rgba(165, 165, 165, 0.1);
    }
    50% {
        background-color: rgba(165, 165, 165, 0.3);
    }
    100% {
        background-color: rgba(165, 165, 165, 0.1);
    }
}


@media (max-width: 1745px) {
    .course_change__course_txt {
        display: block;
        margin: 0 0 1px;
    }

    .course_change {
        margin: 30px 0;
    }
}

@media (max-width: 1650px) {
    .top_menu {
        margin: 0 5% 0 0;
    }

    /*.type_currency{
    justify-content: flex-start; }*/
    .dropdown-type-filter {
        font-size: 11px;
    }
}

@media (max-width: 1550px) {
    .give_away_block_first__block, .enter_data_block_col__block {
        padding: 4px 45px 45px 45px;
    }

    .wrap {
        max-width: 1440px;
    }
}

@media (max-width: 1440px) {
    .wrap {
        width: calc(100% - 30px);
        max-width: 1170px;
    }

    .personal_area_block__case, .main_template__case {
        max-width: 1170px;
    }

    .top_menu {
        margin: 0 2% 0 0;
    }

    .top_menu__li {
        margin: 0 10px 0 0;
    }

    .top_reg_link {
        margin: 5px 0 0 20px;
    }

    .give_away_block_first__block, .enter_data_block_col__block {
        padding: 4px 38px 38px 38px;
    }

    .give_away_block_col {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .enter_data_block_col {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .logo__text {
        margin: 8px 0 0;
        font-size: 22px;
    }

    .pay-select-li {
        width: 100%;
    }

    .konkurs_block_second__left {
        padding: 50px 0 50px 60px;
    }

}

@media (max-width: 1350px) {
    .top_menu {
        margin: 0 1% 0 0;
    }

    .choosen_lang {
        margin: 13px 0 0 20px;
    }

    .way_block__name {
        margin: 6px 0 0 3px;
    }
}

@media (max-width: 1305px) {
    .logo__text {
        margin: 10px 0 0;
        font-size: 20px;
    }
}

@media (max-width: 1285px) {
    .top_menu {
        margin: 0 2.3% 0 0;
    }

    .give_away_block_first__block, .enter_data_block_col__block {
        padding: 4px 35px 35px 35px;
    }

    .give_away_block_second {
        padding: 30px 35px 35px;
    }

    .give_away_block_second ul li > .pay-select-li-span {
        display: block;
        max-width: 266px;
        padding: 13px 5px 13px 50px;
        background-position: 20px center;
    }

    .give_away_block_second ul li .logo_icon {
        left: 20px;
    }

    .exchange_data input[type="email"] {
        background-position: calc(100% - 20px) center;
    }

    .input_img_logo {
        right: 20px;
    }

    .exchange_data input.email_input {
        background-position: calc(100% - 20px) center;
    }

    .give_away_block_first, .give_away_block_second {
        margin: 0 20px 20px 0;
    }

    .ways_block__cur_arr {
        left: -20px;
    }

    .lichniy_cabinet_content hr, .ref_programma_content hr, .promo_materialy_content hr {
        max-width: 47%;
    }

    .personal_area_block, .main_template {
        padding: 30px 5px 100px;
    }

    .personal_area_block.personal_area_block__top {
        padding: 30px 5px 0;
    }
}

@media (max-width: 1220px) {
    .contacts__item, .links__col {
        width: 100%;
        max-width: 515px;
        /*margin-left: auto;*/
        margin-right: auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap, .personal_area_block__case, .main_template__case {
        max-width: 950px;
    }

    .main_page {
        min-height: auto;
    }

    #tech {
        top: 45px;
    }

    .logo__img {
        width: 20px;
        /*margin: 0 5px 0 0; */
        /*sova_hat*/
        margin: 0 3px 0 0;
    }

    h1.logo a img.sova_hat {
        width: 23px;
        margin: 0;
        width: 23px;
        left: -6px;
        top: -3px;
    }

    .logo__text {
        margin: 10px 0 0;
        font-size: 18px;
    }

    .news, .archive_news {
        max-width: 95%;
    }

    .toggleMenu {
        display: inline-block;
        width: 56px;
        margin: 10px 0 3px;
        height: 28px;
        cursor: pointer;
    }

    .header_right {
        width: 100vw;
        position: absolute;
        left: 100vw;
        height: 100vh;
        background: #0c162ae6;
        z-index: 50;
        transition: .5s ease;
        overflow-y: scroll;
    }

    .mobile_height_menu {
        min-height: 345px;
    }

    .top_menu__li {
        margin: 0 0 10px;
        display: block;
        text-align: center;
    }

    .top_menu__link {
        display: inline-block;
    }

    .top_menu {
        display: block;
        margin: 0;
    }

    .top_right {
        float: none;
        margin: 0;
        text-align: center;
        display: block;
    }

    .login_link, .top_reg_link, .lang_site {
        display: block;
        margin: 0 auto 10px;
    }

    .top_reg_link {
        width: 200px;
    }

    .lang_site {
        max-width: 60px;
        margin: 15px auto 0;
    }

    input#menu:checked ~ .header_right {
        left: calc(0vw - 80px - (100vw - 950px) / 2);
        transition: .5s ease;
    }

    input#menu:checked ~ label .hamburger--spin .hamburger-inner {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition-delay: .14s;
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    input#menu:checked ~ label .hamburger--spin .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top .1s ease-out, opacity .1s .14s ease-out;
    }

    input#menu:checked ~ label .hamburger--spin .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1);
        transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
    }

    .choosen_lang {
        margin: 13px 0 0 0px;
    }

    .type_currency_in_desktop, .type_currency_out_desktop {
        display: none;
    }

    .give_away_block_first__note_bl {
        right: 0;
        top: calc(138% + 15px);
    }

    .give_away_block_first {
        /* margin: 0 20px 0 0; */
        margin: 0;
        border-radius: 15px 15px 0px 0px;
        -moz-border-radius: 15px 15px 0px 0px;
        -webkit-border-radius: 15px 15px 0px 0px;
    }

    .give_away_block_second {
        padding: 1px 35px 35px;
        border-radius: 0px 0px 15px 15px;
        -moz-border-radius: 0px 0px 15px 15px;
        -webkit-border-radius: 0px 0px 15px 15px;
    }

    .give_away_block_second {
        background: #0e1e3f;
    }

    .ps_from, .ps_to {
        display: none;
    }

    .ps_from_mobile .close_icon, .ps_to_mobile .close_icon {
        display: inline-block;
        right: 10px;
        top: 10px;
        z-index: 1;
    }

    .mobile_in, .ps_from_h3_mobile, .type_currency_in_mobile,
    .mobile_out, .ps_to_h3_mobile, .type_currency_to_mobile, .transaction__count {
        display: block;
    }

    .type_currency_in_mobile, .type_currency_to_mobile {
        margin: 0 0 10px;
    }

    .ps_from > div, .ps_to > div {
        max-width: 400px;
        width: 100%;
        margin: 20px auto 0;
    }

    .give_away_title_bl__h2_enter_data {
        margin-bottom: 0;
    }

    .give_away_block_second__h3 {
        margin: 0 0 10px;
    }

    .give_away_block_second {
        min-height: auto;
    }

    .give_away_block_first__block, .enter_data_block_col__block {
        padding: 4px 30px 30px 30px;
    }

    .give_away_block_first__block {
        padding: 4px 30px 1px 30px;
    }

    .give_away_block_col {
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .enter_data_block_col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .give_away_block_second ul li > .pay-select-li-span {
        max-width: 100%;
    }

    .pay-select-ul {
        padding: 0 0 30px;
        align-content: flex-start;
    }

    .give_away_block_col:nth-child(3) .give_away_block_first {
        margin: 0;
    }

    .give_away_block_col:nth-child(3) .give_away_block_second {
        margin: 0 0 20px;
    }

    .give_away_block_second:nth-child(2) {
        margin: 0 0px 20px 0;
    }

    .enter_data_block_col__first, .enter_data_block_col__second {
        width: 50%;
        float: left;
    }

    .enter_data_block_col__first {
        padding: 0 15px 0 0;
    }

    .enter_data_block_col__second {
        padding: 0 0 0 15px;
    }

    .exchange_data {
        margin: 23px 0 0;
    }

    .meditation_bl {
        position: static;
        margin: 25px 0 0;
        transform: none;
    }

    .pay-select-li-span {
        vertical-align: top;
        margin: 0;
        display: block;
    }

    .reserve_sum__summ_mobile, .reserve_sum__currency_mobile {
        display: inline-block;
    }

    .away_reserve_bl ul li span.reserve_sum {
        margin: 5px 0 0;
    }

    .popolnit_res {
        padding: 0 0 10px;
    }

    .away_reserve_bl ul li .popolnit_res span {
        padding: 4px 11px;
    }

    .note_line_mark {
        position: absolute;
        display: none;
    }

    .ref__form-col:nth-of-type(2) {
        padding: 0;
    }


    .contact__wrap_min_height {
        min-height: auto;
    }

    .contacts__item, .links__col {
        margin-left: auto;
    }

    .load-animate.load-animate__mobile {
        display: inline-block;
    }

    .konkurs_block_first__left {
        padding: 20px 0 0 0px;
    }

    .konkurs_block_first__konkurs_item_timer {
        padding: 30px 20px;
    }

    .konkurs_block_first__konkurs_item {
        max-width: 227px;
    }

    .konkurs_block_first__konkurs_item_timer {
        max-width: 320px;
    }

    .konkurs_block_second__h2 {
        font-size: 36px;
        margin: 0 0 35px;
        max-width: 395px;
    }

    .konkurs_block_second__left_item_text_left {
        max-width: 350px;
        margin: 0 15px 10px 0;
    }

}

@media (max-width: 1190px) {
    .zarabotok_ref_skidki_bl_about {
        max-width: 95%;
    }
}

@media (max-width: 1100px) {

    /*.login_link span{
      margin: 10px 0 0;  }*/
    .top_menu__li {
        margin: 10px 0;
    }

    .cl_state_bl .cl_note_bl {
        left: 0;
        top: 70px;
    }

    .cl_note_mark {
        left: 8px;
        top: -18px;
        transform: rotate(90deg);
    }

    .personal_area_block__menu {
        padding: 15px 50px;
    }

    .personal_area_block__menu_link {
        padding: 11px 10px;
    }

    .promo_mat_choose span {
        padding: 10px 20px;
    }

    .article_item_img {
        max-width: 25%;
    }

    .video_main_page__iframe {
        height: 455px;
    }

}

@media (max-width: 1024px) {
    .top_menu {
        margin: 0 1% 0 0;
    }

    .choosen_lang {
        margin: 13px 0 0 10px;
    }

    .give_away_title_bl__h2 {
        margin: 0 0 20px;
    }

    .give_away_title_bl__h2_enter_data {
        margin: 0;
    }

    .course_change {
        margin: 20px 0 30px;
    }

    #img_ver_photo {
        color: #fff;
    }

    .modal_window_bg input[type="email"], .modal_window_bg input[type="password"], .modal_window_bg input[type="text"],
    .profil_data input[type="text"], .profil_form_bl input[type="password"], #profil_select_lang,
    .password_reser_form input[type="password"], .profil_form_bl input[type="text"], #img_ver_photo, .time_claim,
    .form-item input[type="text"], .form-item input[type="password"], .form-item input, .form-item input[type="number"] {
        background-position: calc(100% - 20px) center;
        padding: 15px 5px 14px 20px;
    }

    .exchange_data .form-item input[type="email"], .exchange_data .form-item input[type="text"], .exchange_data .form-item input[type="number"],
    .exchange_data .form-item .form-input, #ref-inputs .form-item .form-input {
        padding: 15px 5px 14px 30px;
    }

    .plus_voucher {
        margin: 0 10px 0 20px;
    }

    .form-item > input:focus ~ .form-label, .form-item > input:not(:focus):valid ~ .form-label, .form-item > input:disabled ~ .form-label,
    .form-item > .form-input:focus ~ .form-label, .form-item > .form-input:not(:focus):valid ~ .form-label, .form-item > .form-input:disabled ~ .form-label {
        left: 20px;
    }

    .form-label {
        left: 20px;
    }

    .exchange_data .form-label, #ref-inputs .form-label {
        left: 30px;
    }

    .exchange_data .form-item > input:focus ~ .form-label, .exchange_data .form-item > input:not(:focus):valid ~ .form-label, .exchange_data .form-item > input:disabled ~ .form-label,
    .exchange_data .form-item > .form-input:focus ~ .form-label, .exchange_data .form-item > .form-input:not(:focus):valid ~ .form-label, .exchange_data .form-item > .form-input:disabled ~ .form-label,
    #ref-inputs .form-item > input:focus ~ .form-label, #ref-inputs .form-item > input:not(:focus):valid ~ .form-label, #ref-inputs .form-item > input:disabled ~ .form-label,
    #ref-inputs .form-item > .form-input:focus ~ .form-label, #ref-inputs .form-item > .form-input:not(:focus):valid ~ .form-label, #ref-inputs .form-item > .form-input:disabled ~ .form-label {
        left: 30px;
    }

    .personal_area_title__h1, .main_template_title__h1, .news_h2 {
        padding: 35px 0 30px;
    }

    h1, .personal_area_block__content_h2, .ref_programma_content h2, .zarabotok_ref_skidki_bl h2, .promo_materialy_content h2, .main_template__content h2, .news_h2 {
        font-size: 30px;
    }

    .main_template__content .accordeon_questions h2 {
        font-size: 18px;
        margin: 0;
    }

    .personal_area_block__content_h2, .main_template__content h2 {
        margin: 0 0 10px;
    }

    .personal_area_block, .main_template {
        padding: 20px 5px 80px;
    }

    .form-item > input[type="text"].alfabank_rub, .form-item > input[type="number"].alfabank_rub {
        background-position: calc(100% - 23px) center;
    }

    .not_valid_field {
        padding: 3px 0 0 23px;
    }

    .exchange_data .not_valid_field {
        padding: 3px 0 0 30px;
    }

    .partner-block__title {
        font-size: 20px;
    }

}

@media (max-width: 992px) {
    .header_right {
        width: 100vw;
        left: 100vw;
    }

    input#menu:checked ~ .header_right {
        left: -50vw;
    }

    .header__col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .wrap, .personal_area_block__case, .main_template__case {
        max-width: 750px;
    }

    .contact__subtitle .btn-link {
        padding-left: 15px;
        padding-right: 15px;
    }

    .partner-block__item {
        width: 100%;
        margin-bottom: 0 0 30px;
    }

    .question__mobile_error.question__wrap {
        top: -12px;
        left: 0;
        width: 80vw;
    }

    .order__question {
        width: 100%;
        margin-left: 0;
        margin: 10px 0 0;
        display: block;
    }

    .question__wrap {
        left: 0;
    }

    .order__status {
        margin: 10px 0;
        width: 100%;
    }

    .main_page, .page_claim {
        padding: 95px 0 20px;
    }

    .main_page {
        padding: 65px 0 20px;
    }

    #break, #sleep {
        height: 100vh;
        top: 45px;
    }

    .personal_area_title, .main_template_title {
        padding: 0;
    }

    #sleep > div {
        margin: 18vh auto 0;
    }

    .modal_window_bg h2 {
        font-size: 24px;
        margin: 0 0 20px;
    }

    .form-item {
        margin: 0 0 15px;
    }

    .soc_sety {
        margin: 0px 0 20px;
    }

    .main_link {
        padding: 10px 30px;
    }

    .personal_area_block__menu_link {
        padding: 9px 15px;
    }

    .personal_area_block__menu {
        padding: 15px 15px;
    }

    .personal_area_block__content, .ref_programma_content, .ref_link_bl, .zarabotok_ref_skidki_bl, .promo_materialy_content, .main_template__content {
        padding: 35px 15px 30px;
    }

    .odrer__icon_left_right_arr {
        margin: 6px 25px 0 0;
    }

    .cl_state_bl {
        width: 45%;
    }

    .cl_state_bl .cl_note_bl {
        padding: 22px 30px 30px 30px;
        z-index: 5;
        width: 100%;
    }

    .personal_area_title__h1, .main_template_title__h1, .news_h2 {
        padding: 70px 0 30px;
    }

    .profil_auth_bl, .ref_static_data, .zarabotok_ref_skidki_bl_about {
        padding: 23px 25px 25px 25px;
        max-width: 95%;
    }

    .name_profile_acc {
        margin: 0px 0 0 5px;
    }

    .ref_static_data h3 {
        margin: 0 0 20px;
    }

    .ref_link_user {
        width: 470px;
    }

    .news_menu__link {
        font-size: 20px;
    }


    .courses_main_page__bl {
        padding: 25px 25px 30px;
        text-align: center;
        margin: 0 auto 30px;
    }

    .video_main_page {
        margin: 0 auto 30px;
    }

    .video_main_page__iframe {
        height: 405px;
    }

    .reviews_main_page__items {
        grid-template-columns: repeat(2, 1fr);
    }

    .reviews_main_page__bl {
        margin: 0 0 30px;
        padding: 25px;
    }


    .konkurs_block_first {
        margin: 0 0 30px;
    }

    .konkurs_block_first__left, .konkurs_block_first__right {
        max-width: 50%;
    }

    .konkurs_block_first__right {
        padding: 0 20px 20px 0;
    }

    .konkurs_block_first__h2_title {
        font-size: 36px;
    }

    .konkurs_block_first__description {
        font-size: 24px;
        margin: 0 0 30px;
    }

    .konkurs_block_first__left {
        padding: 0px 0 20px;
        max-width: 100%;
    }

    .konkurs_block_first__right {
        display: none;
    }

    .konkurs_block_first__konkurs_item {
        margin: 10px auto;
        max-width: 389px;
    }

    .konkurs_block_first__konkurs_item_timer {
        margin: 0 auto 10px;
    }

    .konkurs_block_first__konkurs_item_second {
        margin: 10px auto 0;
    }

    .konkurs__h1 {
        margin: 0 0 30px;
    }

    .konkurs_block_second__left {
        padding: 30px 0 30px 10px;
    }

    .konkurs_block_second__h2 {
        font-size: 28px;
        margin: 0 0 30px;
        max-width: 305px;
    }

    .konkurs_block_second__left {
        width: calc(100% - 345px);
    }

    .konkurs_block_second__winners {
        margin: 35px 0 0;
    }

    .check-claim-devider {
        display: none;
    }

    .check-claim-devider-mobile {
        display: block;
        text-align: center;
    }

    .check-claim-content .check-claim-side {
        width: 100%;
        margin: 0 0 5px 0;
    }

    .check-claim-content {
        flex-direction: column;
    }

}

@media (max-width: 850px) {
    .google_icon, .facebook_icon, .vk_icon {
        background-size: 27px;
    }

    .icon_profile_acc {
        width: 45px;
        height: 45px;
    }

    .tie_state_text {
        align-items: center;
        display: inline-flex;
        justify-content: center;
        width: calc(100% - 58px);
    }

    .tie_state {
        width: 145px;
    }

    .tie_state_icon {
        width: 40px;
        height: 40px;
    }

    .tied_acc {
        height: 40px;
    }
}

@media (max-width: 767px) {
    .news_menu {
        margin: 20px 0 0;
    }

    .odrer__icon_left_right_arr {
        margin: 6px 10px 0 0;
    }

    .links__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .downloads__btn {
        margin: 10px 0 0;
        padding: 7px;
    }

    .links__btn {
        margin: 0 auto;
        padding: 10px 1px;
    }

    .links__btn:after {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

    .claim_block {
        padding: 30px 40px 40px;
    }

    .block__title, .claim_block__title {
        font-size: 20px;
    }

    .block__title {
        margin: 0 0 20px;
    }

    .modal_window_bg > div {
        width: 90%;
    }

    ul.errorlist {
        margin: 0;
    }

    .step {
        margin-top: 15px;
    }

    .ref__col, .ref__form-col {
        width: -webkit-calc(100% - 28px);
        width: calc(100% - 28px);
    }

    .top_links_block {
        margin: 0 0 30px;
    }

    .contact__subtitle .btn-link {
        text-align: center;
        display: block;
        margin: 5px 0 0;
    }

    .claim_proccessing p {
        font-size: 16px;
        margin: 0 0 15px;
    }

    .otzivy_na_forumah, .otzivy_na_monitoringah {
        margin: 0 0 30px;
    }

    .contacts {
        text-align: center;
    }

    .question__mobile_error.question__wrap {
        width: 90vw;
    }

    .accordeon_questions ul li i {
        right: 15px;
    }

    .accordeon_questions__li {
        margin: 0 0 20px;
    }

    .accordeon_questions__li.accordeon_questions__open .accordeon_questions__msg {
        padding: 15px 25px 10px;
    }

    .article_item {
        margin: 0 0 25px;
    }

    .article_item_img {
        max-width: 30%;
    }

    .banner_promo {
        margin: 30px 0 0;
    }

    .promo_mat_choose span {
        margin: 0 10px 10px 0;
    }

    .promo_mat_choose {
        margin: 0 0 15px;
    }

    .count_registrated ~ p, .ref_static_data p {
        font-size: 14px;
    }

    .ref_static_data h3 {
        max-height: 60px;
    }

    .ref_static_data h3 {
        font-size: 20px;
    }

    .count_perehod ~ p, .count_registrated ~ p, .count_perehod, .count_registrated {
        width: calc(100% - 5px);
    }

    .profil_auth_bl {
        float: none;
    }

    .profil_form_bl {
        max-width: initial;
        margin: 0 0 30px;
    }

    .personal_area_block__menu_ul {
        flex-direction: column;
    }

    .give_away_block_first {
        margin: 0 0px 0 0;
    }

    .give_away_block_second, .give_away_block_col:nth-child(2) .give_away_block_second, .give_away_block_col:nth-child(3) .give_away_block_second {
        margin: 0;
    }

    .lichniy_cabinet_content hr, .ref_programma_content hr, .zarabotok_ref_skidki_bl hr, .promo_materialy_content hr {
        margin: 0 0 25px;
        max-width: 100%;
    }

    .main_link {
        float: none;
        margin: 0 0 35px;
    }

    .order__body_from_to {
        margin: 15px 0 30px;
    }

    .personal_area_block__menu_item {
        display: flex;
        margin: 0 auto;
    }

    .main_page, .page_claim {
        padding: 75px 0 20px;
    }

    .main_page {
        padding: 65px 0 20px;
    }

    .give_away_block_col, .enter_data_block_col {
        margin: 0 auto 20px;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }

    .time_mode {
        max-width: 85%;
        margin: 0 auto;
    }

    .courses_main_page__bl {
        max-width: 85%;
    }

    .enter_data_block_col__first, .enter_data_block_col__second {
        width: 100%;
        padding: 0;
    }

    .give_away_title_bl__h2_enter_data {
        margin: 0 0 10px;
    }

    .course_change {
        margin: 10px 0 20px;
    }

    .course_change__course_txt {
        display: block;
    }

    .give_away_block_second.away_reserve_bl ul li > span {
        width: 100%;
    }

    /* .give_away_block_first input{
      margin: 0 0 20px;
  }*/
    .cl_state_bl {
        width: 38%;
    }

    .personal_area_block, .main_template {
        padding: 20px 5px 50px;
    }

    h1, .personal_area_block__content_h2, .ref_programma_content h2, .zarabotok_ref_skidki_bl h2, .main_template h2, .news_h2, .news_h1 {
        font-size: 24px;
    }

    .profil_h3, .profil_form_bl h3, .main_template__content .article_item h3 {
        font-size: 20px;
        margin: 0 0 15px;
    }

    .soc_connect_profile {
        margin: 0 0 25px;
    }

    .profil_auth_bl {
        max-width: 85%;
    }

    .ref_static_data {
        height: min-content;
    }

    .count_perehod, .count_registrated {
        font-size: 30px;
        padding: 15px 0;
    }

    .ref_link_user {
        width: 100%;
    }

    .copy_ref_link_user {
        margin: 10px auto 0px;
        width: 200px;
        display: block;
    }

    .ref_table__body_item_cell_num, .ref_table__head_item_num {
        width: 63px;
    }

    .ref_table__head_item_email, .ref_table__head_item_val, .ref_table__head_item_time,
    .ref_table__body_item_cell_email, .ref_table__body_item_cell_val, .ref_table__body_item_cell_time {
        width: calc(32.33% - 21px);
    }

    .ref_table__head_item_val, .ref_table__body_item_cell_val {
        width: calc(32.33% - 21px);
    }

    .ref_static_data h3, .ref_link_bl h3, .banner_promo h3, .main_template__content h3 {
        margin: 0 0 20px;
    }

    .zarabotok_ref_skidki_bl_about {
        max-width: 100%;
        margin: 20px 0 0;
    }

    .banner_default {
        margin: 0 0 20px;
    }

    .banner_300_250 {
        height: 260px;
    }

    .modal__h3, .ps_mobile_block__title {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .modal p, .modal__p {
        font-size: 16px;
    }

    .contacts__list {
        margin-bottom: 10px;
    }

    .contacts__links .links__btn {
        margin: 0 auto 10px;
    }

    .contacts__links .links__logo {
        margin: 0 auto;
    }

    .news, .archive_news {
        max-width: 100%;
    }

    .timer {
        height: 20px;
    }

    .forusers_text__li {
        margin-bottom: 10px;
    }

    .konkurs_block_first__h2_title {
        font-size: 24px;
    }

    .konkurs_block_first__description {
        font-size: 20px;
        margin: 0px 0 20px;
    }

    .konkurs_block_first__left {
        padding: 0px 0 20px;
        max-width: 100%;
    }

    .konkurs_block_first__right {
        display: none;
    }

    .konkurs_block_first__konkurs_item {
        max-width: 335px;
    }

    .konkurs_block_second__left {
        width: 100%;
        padding: 5px 0 30px 0px;
    }

    .konkurs_block_second__h2 {
        font-size: 24px;
        margin: 0 0 20px;
        max-width: 100%;
    }

    .konkurs_block_second__left_item_text {
        display: inline-block;
        font-size: 18px;
    }

    .konkurs_block_second {
        padding: 20px;
    }

    .konkurs_block_second__winners {
        padding: 20px 30px;
        margin: 0;
    }

    .konkurs_block_second__winners_h3 {
        margin: 0 0 25px;
    }
}

@media (max-width: 670px) {
    .order__body_from_col {
        margin: 0 0 10px;
    }

    .order__body_to_col {
        margin: 0;
    }

    .cl_state_bl {
        width: 100%;
        margin: 15px 0 20px;
    }
}

@media (max-width: 576px) {
    .article_item {
        flex-direction: column;
    }

    .article_item_img {
        max-width: 100%;
        margin: 0 0 15px;
    }

    .article_item_img {
        max-width: 100%;
    }

    .banner_default:before {
        font-size: 36px;
    }

    .ref_static_data {
        max-width: 100%;
        margin: 0 auto 10px;
    }

    h2 {
        font-size: 20px;
    }

    .give_away_title_bl__h2 {
        margin: 0 0 15px;
    }

    .give_away_title_bl__h2_enter_data {
        margin: 0 0 5px;
    }

    .give_away_title_bl__min_max {
        margin: 7px 0 0 auto;
    }

    .give_away_block_col, .enter_data_block_col {
        margin: 0 auto 20px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .time_mode {
        max-width: 100%;
    }

    .give_away_block_first, .give_away_block_second {
        margin: 0 0 0px;
    }

    .give_away_block_first__block {
        padding: 4px 25px 1px 25px;
    }

    .enter_data_block_col__block {
        padding: 4px 25px 25px 25px;
    }

    .give_away_block_second {
        padding: 1px 25px 25px;
    }

    .type_currency__item {
        padding: 7px;
    }

    .profil_auth_bl {
        max-width: 95%;
    }

    .courses_main_page__bl {
        max-width: 100%;
    }

    .ref_link_bl a {
        padding: 10px 15px;
        text-align: center;
        margin: 0 5px 10px 0;
    }

    .claim__from_to_requisits {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .claim_block___from_to_title, .claim__from_to_requisit {
        margin: 0 0 5px;
    }
}

@media (max-width: 575px) {
    .padding_left_15 {
        padding: 0 0 0 0px;
    }

    .inputs_field_voucher_in .form-label, .voucher-add-form-item .form-label {
        left: 10px;
    }

    .modal_oplata a, .modal_oplata a#claim-link, #claim-auto-link, .claim-start {
        width: 100%;
    }
}

@media (max-width: 515px) {
    .order__body_from_col, .order__body_to_col {
        min-width: 39.5%;
    }
}

@media (max-width: 500px) {
    .modal_window_bg > div {
        width: 95%;
        padding: 29px 30px 35px;
    }

    .personal_area_block__content, .main_template__content {
        padding: 20px 15px 15px;
    }

    .article_img {
        margin: 0 0 10px;
        max-width: 100%;
        float: none;
    }

    .voucher-add-form-item .form-item {
        margin: 0 1px 20px 0;
    }

    .claim_block {
        padding: 25px;
    }

    .ps_from_mobile > div, .ps_to_mobile > div {
        max-width: 95%;
    }

    .video_main_page__iframe {
        height: 300px;
    }

    .block {
        padding: 25px;
    }

    .konkurs_block_first {
        padding: 25px 20px;
    }

}

@media (max-width: 470px) {
    .reviews_main_page__items {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 450px) {
    .order__body_from_col, .order__body_to_col {
        width: 100%;
    }

    .odrer__icon_left_right_arr {
        margin: 0px 15px 15px 0;
        transform: rotate(90deg);
    }

    .question__wrap {
        top: -12px;
        left: 0;
        width: 90vw;
    }

    .countdown_clock__dot {
        margin: 19px 15px 0;
    }

}

@media (max-width: 430px) {
    .dropdown-type-filter {
        text-transform: lowercase;
        font-size: 12px;
    }
}

@media (max-width: 390px) {
    .modal_window_bg input[type="number"] {
        padding: 15px 5px 14px;
    }

    .inputs_field_voucher_in > div {
        float: left;
    }

    .email_state {
        width: 265px;
        margin: 15px 0 50px 15px;
        float: right;
    }

    .profil_email_line_mark {
        width: 6px;
        bottom: calc(100% - 17px);
    }

    .profil_email_line_mark {
        right: -15px;
    }

    .soc_connect_profile {
        flex-direction: column;
    }

    .soc_connect_profile > div {
        margin: 0 0 15px;
    }

    .profil_auth_bl {
        max-width: 100%;
    }

    .personal_area_title__h1, .main_template_title__h1, .news_h2 {
        padding: 65px 0 20px;
    }

    .links__list.row .links__item {
        width: 100%;
    }

    .konkurs_block_first__konkurs_item {
        max-width: 320px;
    }

}

@media (max-width: 370px) {
    .modal_window_bg > div {
        padding: 29px 25px 35px;
    }

    .password, .password input {
        width: 300px;
        max-width: calc(100vw - 40px);
    }

    .contact__subtitle {
        font-size: 15px;
    }
}

@media (max-width: 360px) {
    .countdown_clock__dot {
        margin: 19px 5px 0;
    }
}


.online-chat-root-TalkMe #supportTrigger {
    bottom: 0px !important;
    right: 150px !important;
}

.svg-icon[data-v-8dd95f86] {
    width: 1em !important;
    max-width: 100% !important;
    max-height: 100% !important;
    color: inherit !important;
    height: 1em !important;
    vertical-align: -.2em !important
}

.svg-icon[data-v-8dd95f86], .svg-icon *[data-v-8dd95f86] {
    fill: currentColor !important
}

.online-chat-root .htmlify img.emoji {
    height: 1.8em !important;
    width: 1.8em !important;
    vertical-align: middle !important;
    margin: .2em !important
}

.online-chat-root .htmlify a {
    word-break: break-all !important
}

.online-chat-root .htmlify.pre {
    white-space: pre-wrap !important
}

.notification-message-list[data-v-c00a7ea6] {
    overflow: hidden !important
}

.trigger-popup[data-v-79add135] {
    position: absolute !important;
    width: 300px !important
}

.trigger-popup[data-v-79add135], .trigger-popup .inner[data-v-79add135] {
    top: inherit !important;
    bottom: inherit !important;
    right: inherit !important;
    left: inherit !important
}

.trigger-popup .inner[data-v-79add135] {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1) !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1) !important;
    position: absolute !important;
    border-radius: .5em !important;
    border-width: 1px !important;
    border-style: solid !important;
    min-width: 4em !important;
    max-width: 300px !important
}

.trigger-popup .inner .slot[data-v-79add135] {
    border-radius: inherit !important;
    overflow: hidden !important
}

.trigger-popup .inner .close[data-v-79add135] {
    position: absolute !important;
    right: -.5em !important;
    left: auto !important;
    top: -.5em !important;
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important;
    height: 1.5em !important;
    width: 1.5em !important;
    line-height: 1.5em !important;
    border-radius: 50% !important;
    text-align: center !important
}

.trigger-popup .inner .close.touch[data-v-79add135], .trigger-popup .inner:hover .close[data-v-79add135] {
    visibility: visible !important;
    opacity: 1 !important
}

.trigger-type.primary-right .trigger-popup .inner[data-v-79add135] {
    right: 0 !important
}

.trigger-type.primary-left.secondary-right .trigger-popup .inner[data-v-79add135] {
    margin-left: 1em !important
}

.trigger-type.primary-left.secondary-right .trigger-popup .inner[data-v-79add135]:after {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    right: 100% !important;
    border-bottom: 12px solid rgba(0, 0, 0, 0) !important;
    border-top: 12px solid rgba(0, 0, 0, 0) !important;
    border-right-style: solid !important;
    border-right-width: 12px;
    z-index: 0 !important
}

.trigger-type.primary-left.secondary-right .trigger-popup .inner[data-v-79add135]:before {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    right: 100% !important;
    border-bottom: 10px solid rgba(0, 0, 0, 0) !important;
    border-top: 10px solid rgba(0, 0, 0, 0) !important;
    border-right-style: solid !important;
    border-right-width: 10px;
    border-right-color: currentColor !important;
    z-index: 1 !important;
    margin-bottom: 2px !important
}

.trigger-type.primary-left.secondary-right .trigger-popup .inner[data-v-79add135]:after, .trigger-type.primary-left.secondary-right .trigger-popup .inner[data-v-79add135]:before {
    right: .8em !important
}

.trigger-type.primary-left.secondary-top .trigger-popup .inner[data-v-79add135] {
    margin-left: 1em !important
}

.trigger-type.primary-left.secondary-top .trigger-popup .inner[data-v-79add135]:after {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    right: 100% !important;
    border-bottom: 12px solid rgba(0, 0, 0, 0) !important;
    border-top: 12px solid rgba(0, 0, 0, 0) !important;
    border-right-style: solid !important;
    border-right-width: 12px;
    z-index: 0 !important
}

.trigger-type.primary-left.secondary-top .trigger-popup .inner[data-v-79add135]:before {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    right: 100% !important;
    border-bottom: 10px solid rgba(0, 0, 0, 0) !important;
    border-top: 10px solid rgba(0, 0, 0, 0) !important;
    border-right-style: solid !important;
    border-right-width: 10px;
    border-right-color: currentColor !important;
    z-index: 1 !important;
    margin-top: 2px !important
}

.trigger-type.primary-left.secondary-top .trigger-popup .inner[data-v-79add135]:after, .trigger-type.primary-left.secondary-top .trigger-popup .inner[data-v-79add135]:before {
    top: .8em !important
}

.trigger-type.primary-left.secondary-bottom .trigger-popup .inner[data-v-79add135] {
    margin-left: 1em !important
}

.trigger-type.primary-left.secondary-bottom .trigger-popup .inner[data-v-79add135]:after {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    right: 100% !important;
    border-bottom: 12px solid rgba(0, 0, 0, 0) !important;
    border-top: 12px solid rgba(0, 0, 0, 0) !important;
    border-right-style: solid !important;
    border-right-width: 12px;
    z-index: 0 !important
}

.trigger-type.primary-left.secondary-bottom .trigger-popup .inner[data-v-79add135]:before {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    right: 100% !important;
    border-bottom: 10px solid rgba(0, 0, 0, 0) !important;
    border-top: 10px solid rgba(0, 0, 0, 0) !important;
    border-right-style: solid !important;
    border-right-width: 10px;
    border-right-color: currentColor !important;
    z-index: 1 !important;
    margin-bottom: 2px !important
}

.trigger-type.primary-left.secondary-bottom .trigger-popup .inner[data-v-79add135]:after, .trigger-type.primary-left.secondary-bottom .trigger-popup .inner[data-v-79add135]:before {
    bottom: .8em !important
}

.trigger-type.primary-left.secondary-center .trigger-popup .inner[data-v-79add135] {
    margin-left: 1em !important
}

.trigger-type.primary-left.secondary-center .trigger-popup .inner[data-v-79add135]:after {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    right: 100% !important;
    border-bottom: 12px solid rgba(0, 0, 0, 0) !important;
    border-top: 12px solid rgba(0, 0, 0, 0) !important;
    border-right-style: solid !important;
    border-right-width: 12px;
    z-index: 0 !important
}

.trigger-type.primary-left.secondary-center .trigger-popup .inner[data-v-79add135]:before {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    right: 100% !important;
    border-bottom: 10px solid rgba(0, 0, 0, 0) !important;
    border-top: 10px solid rgba(0, 0, 0, 0) !important;
    border-right-style: solid !important;
    border-right-width: 10px;
    border-right-color: currentColor !important;
    z-index: 1 !important;
    margin-top: 2px !important
}

.trigger-type.primary-left.secondary-center .trigger-popup .inner[data-v-79add135]:after, .trigger-type.primary-left.secondary-center .trigger-popup .inner[data-v-79add135]:before {
    top: .8em !important
}

.trigger-type.primary-right.secondary-left .trigger-popup .inner[data-v-79add135] {
    margin-right: 1em !important
}

.trigger-type.primary-right.secondary-left .trigger-popup .inner[data-v-79add135]:after {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    left: 100% !important;
    border-bottom: 12px solid rgba(0, 0, 0, 0) !important;
    border-top: 12px solid rgba(0, 0, 0, 0) !important;
    border-left-width: 12px;
    border-left-style: solid !important;
    z-index: 0 !important
}

.trigger-type.primary-right.secondary-left .trigger-popup .inner[data-v-79add135]:before {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    left: 100% !important;
    border-bottom: 10px solid rgba(0, 0, 0, 0) !important;
    border-top: 10px solid rgba(0, 0, 0, 0) !important;
    border-left-width: 10px;
    border-left-style: solid !important;
    border-left-color: currentColor !important;
    z-index: 1 !important;
    margin-bottom: 2px !important
}

.trigger-type.primary-right.secondary-left .trigger-popup .inner[data-v-79add135]:after, .trigger-type.primary-right.secondary-left .trigger-popup .inner[data-v-79add135]:before {
    left: .8em !important
}

.trigger-type.primary-right.secondary-top .trigger-popup .inner[data-v-79add135] {
    margin-right: 1em !important
}

.trigger-type.primary-right.secondary-top .trigger-popup .inner[data-v-79add135]:after {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    left: 100% !important;
    border-bottom: 12px solid rgba(0, 0, 0, 0) !important;
    border-top: 12px solid rgba(0, 0, 0, 0) !important;
    border-left-width: 12px;
    border-left-style: solid !important;
    z-index: 0 !important
}

.trigger-type.primary-right.secondary-top .trigger-popup .inner[data-v-79add135]:before {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    left: 100% !important;
    border-bottom: 10px solid rgba(0, 0, 0, 0) !important;
    border-top: 10px solid rgba(0, 0, 0, 0) !important;
    border-left-width: 10px;
    border-left-style: solid !important;
    border-left-color: currentColor !important;
    z-index: 1 !important;
    margin-top: 2px !important
}

.trigger-type.primary-right.secondary-top .trigger-popup .inner[data-v-79add135]:after, .trigger-type.primary-right.secondary-top .trigger-popup .inner[data-v-79add135]:before {
    top: .8em !important
}

.trigger-type.primary-right.secondary-bottom .trigger-popup .inner[data-v-79add135] {
    margin-right: 1em !important
}

.trigger-type.primary-right.secondary-bottom .trigger-popup .inner[data-v-79add135]:after {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    left: 100% !important;
    border-bottom: 12px solid rgba(0, 0, 0, 0) !important;
    border-top: 12px solid rgba(0, 0, 0, 0) !important;
    border-left-width: 12px;
    border-left-style: solid !important;
    z-index: 0 !important
}

.trigger-type.primary-right.secondary-bottom .trigger-popup .inner[data-v-79add135]:before {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    left: 100% !important;
    border-bottom: 10px solid rgba(0, 0, 0, 0) !important;
    border-top: 10px solid rgba(0, 0, 0, 0) !important;
    border-left-width: 10px;
    border-left-style: solid !important;
    border-left-color: currentColor !important;
    z-index: 1 !important;
    margin-bottom: 2px !important
}

.trigger-type.primary-right.secondary-bottom .trigger-popup .inner[data-v-79add135]:after, .trigger-type.primary-right.secondary-bottom .trigger-popup .inner[data-v-79add135]:before {
    bottom: .8em !important
}

.trigger-type.primary-right.secondary-center .trigger-popup .inner[data-v-79add135] {
    margin-right: 1em !important
}

.trigger-type.primary-right.secondary-center .trigger-popup .inner[data-v-79add135]:after {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    left: 100% !important;
    border-bottom: 12px solid rgba(0, 0, 0, 0) !important;
    border-top: 12px solid rgba(0, 0, 0, 0) !important;
    border-left-width: 12px;
    border-left-style: solid !important;
    z-index: 0 !important
}

.trigger-type.primary-right.secondary-center .trigger-popup .inner[data-v-79add135]:before {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    left: 100% !important;
    border-bottom: 10px solid rgba(0, 0, 0, 0) !important;
    border-top: 10px solid rgba(0, 0, 0, 0) !important;
    border-left-width: 10px;
    border-left-style: solid !important;
    border-left-color: currentColor !important;
    z-index: 1 !important;
    margin-top: 2px !important
}

.trigger-type.primary-right.secondary-center .trigger-popup .inner[data-v-79add135]:after, .trigger-type.primary-right.secondary-center .trigger-popup .inner[data-v-79add135]:before {
    top: .8em !important
}

.trigger-type.primary-top.secondary-left .trigger-popup .inner[data-v-79add135] {
    margin-top: 1em !important
}

.trigger-type.primary-top.secondary-left .trigger-popup .inner[data-v-79add135]:after {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    top: -12px !important;
    border-left: 12px solid rgba(0, 0, 0, 0) !important;
    border-right: 12px solid rgba(0, 0, 0, 0) !important;
    border-bottom-width: 12px;
    border-bottom-style: solid !important;
    z-index: 0 !important
}

.trigger-type.primary-top.secondary-left .trigger-popup .inner[data-v-79add135]:before {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    top: -10px !important;
    border-left: 10px solid rgba(0, 0, 0, 0) !important;
    border-right: 10px solid rgba(0, 0, 0, 0) !important;
    border-bottom-width: 10px;
    border-bottom-style: solid !important;
    border-bottom-color: currentColor !important;
    z-index: 1 !important;
    margin-left: 2px !important
}

.trigger-type.primary-top.secondary-left .trigger-popup .inner[data-v-79add135]:after, .trigger-type.primary-top.secondary-left .trigger-popup .inner[data-v-79add135]:before {
    left: .8em !important
}

.trigger-type.primary-top.secondary-right .trigger-popup .inner[data-v-79add135] {
    margin-top: 1em !important
}

.trigger-type.primary-top.secondary-right .trigger-popup .inner[data-v-79add135]:after {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    top: -12px !important;
    border-left: 12px solid rgba(0, 0, 0, 0) !important;
    border-right: 12px solid rgba(0, 0, 0, 0) !important;
    border-bottom-width: 12px;
    border-bottom-style: solid !important;
    z-index: 0 !important
}

.trigger-type.primary-top.secondary-right .trigger-popup .inner[data-v-79add135]:before {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    top: -10px !important;
    border-left: 10px solid rgba(0, 0, 0, 0) !important;
    border-right: 10px solid rgba(0, 0, 0, 0) !important;
    border-bottom-width: 10px;
    border-bottom-style: solid !important;
    border-bottom-color: currentColor !important;
    z-index: 1 !important;
    margin-right: 2px !important
}

.trigger-type.primary-top.secondary-right .trigger-popup .inner[data-v-79add135]:after, .trigger-type.primary-top.secondary-right .trigger-popup .inner[data-v-79add135]:before {
    right: .8em !important
}

.trigger-type.primary-top.secondary-bottom .trigger-popup .inner[data-v-79add135] {
    margin-top: 1em !important
}

.trigger-type.primary-top.secondary-bottom .trigger-popup .inner[data-v-79add135]:after {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    top: -12px !important;
    border-left: 12px solid rgba(0, 0, 0, 0) !important;
    border-right: 12px solid rgba(0, 0, 0, 0) !important;
    border-bottom-width: 12px;
    border-bottom-style: solid !important;
    z-index: 0 !important
}

.trigger-type.primary-top.secondary-bottom .trigger-popup .inner[data-v-79add135]:before {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    top: -10px !important;
    border-left: 10px solid rgba(0, 0, 0, 0) !important;
    border-right: 10px solid rgba(0, 0, 0, 0) !important;
    border-bottom-width: 10px;
    border-bottom-style: solid !important;
    border-bottom-color: currentColor !important;
    z-index: 1 !important;
    margin-left: 2px !important
}

.trigger-type.primary-top.secondary-bottom .trigger-popup .inner[data-v-79add135]:after, .trigger-type.primary-top.secondary-bottom .trigger-popup .inner[data-v-79add135]:before {
    bottom: .8em !important
}

.trigger-type.primary-top.secondary-center .trigger-popup .inner[data-v-79add135] {
    margin-top: 1em !important
}

.trigger-type.primary-top.secondary-center .trigger-popup .inner[data-v-79add135]:after {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    top: -12px !important;
    border-left: 12px solid rgba(0, 0, 0, 0) !important;
    border-right: 12px solid rgba(0, 0, 0, 0) !important;
    border-bottom-width: 12px;
    border-bottom-style: solid !important;
    z-index: 0 !important
}

.trigger-type.primary-top.secondary-center .trigger-popup .inner[data-v-79add135]:before {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    top: -10px !important;
    border-left: 10px solid rgba(0, 0, 0, 0) !important;
    border-right: 10px solid rgba(0, 0, 0, 0) !important;
    border-bottom-width: 10px;
    border-bottom-style: solid !important;
    border-bottom-color: currentColor !important;
    z-index: 1 !important;
    margin-left: 2px !important
}

.trigger-type.primary-top.secondary-center .trigger-popup .inner[data-v-79add135]:after, .trigger-type.primary-top.secondary-center .trigger-popup .inner[data-v-79add135]:before {
    left: .8em !important
}

.trigger-type.primary-bottom.secondary-left .trigger-popup .inner[data-v-79add135] {
    margin-bottom: 1em !important
}

.trigger-type.primary-bottom.secondary-left .trigger-popup .inner[data-v-79add135]:after {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    bottom: -12px !important;
    border-left: 12px solid rgba(0, 0, 0, 0) !important;
    border-right: 12px solid rgba(0, 0, 0, 0) !important;
    border-top-width: 12px;
    border-top-style: solid !important;
    z-index: 0 !important
}

.trigger-type.primary-bottom.secondary-left .trigger-popup .inner[data-v-79add135]:before {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    bottom: -10px !important;
    border-left: 10px solid rgba(0, 0, 0, 0) !important;
    border-right: 10px solid rgba(0, 0, 0, 0) !important;
    border-top-width: 10px;
    border-top-style: solid !important;
    border-top-color: currentColor !important;
    z-index: 1 !important;
    margin-left: 2px !important
}

.trigger-type.primary-bottom.secondary-left .trigger-popup .inner[data-v-79add135]:after, .trigger-type.primary-bottom.secondary-left .trigger-popup .inner[data-v-79add135]:before {
    left: .8em !important
}

.trigger-type.primary-bottom.secondary-right .trigger-popup .inner[data-v-79add135] {
    margin-bottom: 1em !important
}

.trigger-type.primary-bottom.secondary-right .trigger-popup .inner[data-v-79add135]:after {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    bottom: -12px !important;
    border-left: 12px solid rgba(0, 0, 0, 0) !important;
    border-right: 12px solid rgba(0, 0, 0, 0) !important;
    border-top-width: 12px;
    border-top-style: solid !important;
    z-index: 0 !important
}

.trigger-type.primary-bottom.secondary-right .trigger-popup .inner[data-v-79add135]:before {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    bottom: -10px !important;
    border-left: 10px solid rgba(0, 0, 0, 0) !important;
    border-right: 10px solid rgba(0, 0, 0, 0) !important;
    border-top-width: 10px;
    border-top-style: solid !important;
    border-top-color: currentColor !important;
    z-index: 1 !important;
    margin-right: 2px !important
}

.trigger-type.primary-bottom.secondary-right .trigger-popup .inner[data-v-79add135]:after, .trigger-type.primary-bottom.secondary-right .trigger-popup .inner[data-v-79add135]:before {
    right: .8em !important
}

.trigger-type.primary-bottom.secondary-top .trigger-popup .inner[data-v-79add135] {
    margin-bottom: 1em !important
}

.trigger-type.primary-bottom.secondary-top .trigger-popup .inner[data-v-79add135]:after {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    bottom: -12px !important;
    border-left: 12px solid rgba(0, 0, 0, 0) !important;
    border-right: 12px solid rgba(0, 0, 0, 0) !important;
    border-top-width: 12px;
    border-top-style: solid !important;
    z-index: 0 !important
}

.trigger-type.primary-bottom.secondary-top .trigger-popup .inner[data-v-79add135]:before {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    bottom: -10px !important;
    border-left: 10px solid rgba(0, 0, 0, 0) !important;
    border-right: 10px solid rgba(0, 0, 0, 0) !important;
    border-top-width: 10px;
    border-top-style: solid !important;
    border-top-color: currentColor !important;
    z-index: 1 !important;
    margin-left: 2px !important
}

.trigger-type.primary-bottom.secondary-top .trigger-popup .inner[data-v-79add135]:after, .trigger-type.primary-bottom.secondary-top .trigger-popup .inner[data-v-79add135]:before {
    top: .8em !important
}

.trigger-type.primary-bottom.secondary-center .trigger-popup .inner[data-v-79add135] {
    margin-bottom: 1em !important
}

.trigger-type.primary-bottom.secondary-center .trigger-popup .inner[data-v-79add135]:after {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    bottom: -12px !important;
    border-left: 12px solid rgba(0, 0, 0, 0) !important;
    border-right: 12px solid rgba(0, 0, 0, 0) !important;
    border-top-width: 12px;
    border-top-style: solid !important;
    z-index: 0 !important
}

.trigger-type.primary-bottom.secondary-center .trigger-popup .inner[data-v-79add135]:before {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    bottom: -10px !important;
    border-left: 10px solid rgba(0, 0, 0, 0) !important;
    border-right: 10px solid rgba(0, 0, 0, 0) !important;
    border-top-width: 10px;
    border-top-style: solid !important;
    border-top-color: currentColor !important;
    z-index: 1 !important;
    margin-left: 2px !important
}

.trigger-type.primary-bottom.secondary-center .trigger-popup .inner[data-v-79add135]:after, .trigger-type.primary-bottom.secondary-center .trigger-popup .inner[data-v-79add135]:before {
    left: .8em !important
}

.trigger-type.primary-right .trigger-popup .inner .close[data-v-79add135], .trigger-type.secondary-right .trigger-popup .inner .close[data-v-79add135] {
    left: -.5em !important;
    right: auto !important
}

.message-list[data-v-093a984b] {
    padding: 1em !important
}

a.link[data-v-3798a266], a.link[data-v-3798a266]:hover, a.link[data-v-3798a266]:visited {
    text-decoration: none !important;
    color: inherit !important
}

.wrapper[data-v-2c91d14e] {
    position: fixed !important;
    background: rgba(0, 0, 0, .3) !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10000000000 !important
}

.wrapper > ul[data-v-2c91d14e] {
    margin: 0 !important;
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
    max-height: 100% !important;
    overflow-y: auto !important
}

.wrapper > ul > li[data-v-2c91d14e] {
    background: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important
}

.wrapper > ul > li > *[data-v-2c91d14e] {
    padding: 1em !important;
    display: block !important
}

.wrapper > ul > li > * .icon[data-v-2c91d14e] {
    margin-right: .5em !important
}

.wrapper > ul > li[data-v-2c91d14e] > :hover {
    background: #f1f2f7 !important
}

.wrapper > ul > li.devided[data-v-2c91d14e] {
    border-top: 1px solid #f1f2f7 !important
}

.online-chat-root .svg-icon-background-wrapper > *[data-v-234907ea] {
    margin: 0 auto !important
}

.trigger-round-item[data-v-ca2f23de] {
    position: relative !important;
    text-align: center !important;
    border-radius: 50% !important;
    line-height: 100% !important;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .33) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .33) !important
}

.trigger-round-item .icon-wrapper[data-v-ca2f23de] {
    line-height: .7em !important;
    font-family: arial, "sans-serif" !important
}

.trigger-round-item .icon[data-v-ca2f23de] {
    font-size: .6em !important
}

.trigger-round-item img[data-v-ca2f23de] {
    border-radius: 50% !important;
    width: 100% !important;
    height: 100% !important
}

.badge[data-v-277e771e] {
    height: 1.588em !important;
    line-height: 1.588em !important;
    min-width: 1.588em !important;
    text-align: center !important;
    display: inline-block !important;
    border-radius: 50% !important;
    -webkit-animation: badge-data-v-277e771e 10s infinite;
    animation: badge-data-v-277e771e 10s infinite
}

.primary-left-right .classic-trigger-badge .badge-number[data-v-277e771e] {
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important
}

@-webkit-keyframes badge-data-v-277e771e {
    50% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    55% {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }
    60% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@keyframes badge-data-v-277e771e {
    50% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    55% {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }
    60% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

.round-trigger-badge[data-v-c6c4ab38] {
    font-size: .2em !important;
    line-height: 1em !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important
}

.trigger-menu[data-v-90d07840] {
    margin: 0 !important;
    position: absolute !important;
    top: 1em !important
}

.trigger-menu > li[data-v-90d07840] {
    list-style: none !important;
    padding: 0 !important;
    margin: .18em 0 0 !important;
    -webkit-transition: -webkit-transform .1s linear !important;
    transition: -webkit-transform .1s linear !important;
    -o-transition: transform .1s linear !important;
    transition: transform .1s linear !important;
    transition: transform .1s linear, -webkit-transform .1s linear !important
}

.trigger-menu > li[data-v-90d07840]:hover {
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important
}

.trigger-menu > li:hover .descr[data-v-90d07840] {
    display: block !important
}

.descr[data-v-90d07840] {
    display: none !important;
    position: absolute !important;
    left: 100% !important;
    margin-left: .5em !important
}

.descr > span[data-v-90d07840] {
    background: #fff !important;
    border: 1px solid #e1e5eb !important;
    color: #000 !important;
    padding: .5em 1em !important;
    white-space: nowrap !important;
    border-radius: .5em !important;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .13) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .13) !important
}

.trigger-type.primary-bottom .trigger-menu[data-v-90d07840], .trigger-type.secondary-bottom .trigger-menu[data-v-90d07840] {
    bottom: 1em !important;
    top: auto !important
}

.trigger-type.primary-bottom .trigger-menu > li[data-v-90d07840], .trigger-type.secondary-bottom .trigger-menu > li[data-v-90d07840] {
    margin-top: 0 !important;
    margin-bottom: .18em !important
}

.trigger-type.primary-top .trigger-menu[data-v-90d07840] {
    top: 0 !important
}

.trigger-type.primary-bottom .trigger-menu[data-v-90d07840] {
    bottom: 0 !important
}

.trigger-type.secondary-right .trigger-menu[data-v-90d07840] {
    right: 100% !important
}

.trigger-type.primary-left .trigger-menu[data-v-90d07840] {
    right: 0 !important
}

.trigger-type.primary-right .descr[data-v-90d07840], .trigger-type.secondary-right .descr[data-v-90d07840] {
    left: auto !important;
    margin-left: 0 !important;
    right: 100% !important;
    margin-right: .5em !important
}

.trigger-menu[data-v-77d0b810], .trigger-menu li[data-v-77d0b810] {
    margin: 0 !important
}

.trigger-menu li[data-v-77d0b810] {
    list-style: none !important;
    padding: 0 !important;
    -webkit-transition: background .1s ease !important;
    -o-transition: background .1s ease !important;
    transition: background .1s ease !important;
    white-space: normal !important
}

.trigger-menu li .icon[data-v-77d0b810] {
    font-size: 1.2em !important;
    margin-right: .8em !important
}

.trigger-menu li > *[data-v-77d0b810] {
    padding: .8em 1.5em !important
}

.dropdown-container[data-v-d4e13c28] {
    position: absolute !important
}

.trigger-type.secondary-right .dropdown-container[data-v-d4e13c28] {
    right: 0 !important
}

.trigger-type.secondary-left .dropdown-container[data-v-d4e13c28] {
    left: 0 !important
}

.trigger-type.secondary-bottom .dropdown-container[data-v-d4e13c28] {
    bottom: 0 !important
}

.trigger-type.secondary-top .dropdown-container[data-v-d4e13c28] {
    top: 0 !important
}

.trigger-type.primary-bottom .dropdown-container[data-v-d4e13c28], .trigger-type.primary-bottom .dropdown-container .inner[data-v-d4e13c28] {
    bottom: 100% !important
}

.trigger-type.primary-top .dropdown-container[data-v-d4e13c28] {
    top: 100% !important
}

.trigger-type.primary-right .dropdown-container[data-v-d4e13c28] {
    right: 100% !important
}

.trigger-type.primary-right .dropdown-container .inner[data-v-d4e13c28] {
    right: 0 !important
}

.trigger-type.primary-left .dropdown-container[data-v-d4e13c28] {
    left: 100% !important
}

.trigger-type.primary-left-right.secondary-bottom .dropdown-container .inner[data-v-d4e13c28] {
    bottom: 0 !important
}

.trigger-type.primary-top-bottom.secondary-right .dropdown-container .inner[data-v-d4e13c28] {
    right: 0 !important
}

.trigger-classic[data-v-2a68904f] {
    position: relative !important;
    padding: 1em !important;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2) !important
}

.classic-trigger-badge[data-v-2a68904f], .icon[data-v-2a68904f] {
    top: .5em !important;
    font-size: 1.5em !important;
    position: absolute !important
}

.text[data-v-2a68904f] {
    padding-left: 2.4em !important;
    white-space: nowrap !important
}

.classic-trigger-badge[data-v-2a68904f] {
    left: 100% !important;
    margin-left: .3em !important
}

.classic-trigger-badge > *[data-v-2a68904f] {
    font-size: .7em !important
}

.trigger-type.primary-right.secondary-center .classic-dropdown-container[data-v-2a68904f], .trigger-type.primary-right.secondary-top .classic-dropdown-container[data-v-2a68904f] {
    right: 0 !important
}

.trigger-type.primary-right.secondary-bottom .classic-dropdown-container[data-v-2a68904f] {
    right: 100% !important;
    top: 0 !important;
    bottom: auto !important
}

.trigger-type.primary-right .classic-dropdown-container[data-v-2a68904f] {
    -webkit-transform-origin: top right !important;
    -ms-transform-origin: top right !important;
    transform-origin: top right !important;
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important
}

.trigger-type.primary-left.secondary-bottom .classic-dropdown-container[data-v-2a68904f] {
    left: 0 !important;
    top: auto !important;
    bottom: 0 !important
}

.trigger-type.primary-left.secondary-center .classic-dropdown-container[data-v-2a68904f], .trigger-type.primary-left.secondary-top .classic-dropdown-container[data-v-2a68904f] {
    top: 100% !important
}

.trigger-type.primary-left .classic-dropdown-container[data-v-2a68904f] {
    -webkit-transform-origin: top left !important;
    -ms-transform-origin: top left !important;
    transform-origin: top left !important;
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important
}

.trigger-type.secondary-right .classic-trigger-badge[data-v-2a68904f], .trigger-type.secondary-top .classic-trigger-badge[data-v-2a68904f] {
    right: 100% !important;
    margin-right: .5em !important;
    left: auto !important;
    margin-left: 0 !important
}

.trigger[data-v-7b5c2eca] {
    position: fixed !important
}

.trigger.hidden[data-v-7b5c2eca] {
    visibility: hidden !important;
    opacity: 0 !important
}

.n[data-v-9f47d1b4], .s[data-v-9f47d1b4] {
    cursor: ns-resize !important
}

.e[data-v-9f47d1b4], .w[data-v-9f47d1b4] {
    cursor: ew-resize !important
}

.n.e[data-v-9f47d1b4], .s.w[data-v-9f47d1b4] {
    cursor: nesw-resize !important
}

.n.w[data-v-9f47d1b4], .s.e[data-v-9f47d1b4] {
    cursor: nwse-resize !important
}

.resize-helper[data-v-9f47d1b4] {
    position: absolute !important
}

.resize-helper.active[data-v-9f47d1b4] {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.resize-helper.angle[data-v-9f47d1b4], .resize-helper.n[data-v-9f47d1b4], .resize-helper.s[data-v-9f47d1b4] {
    height: 3px !important
}

.resize-helper.n[data-v-9f47d1b4], .resize-helper.s[data-v-9f47d1b4] {
    left: 0 !important;
    right: 0 !important
}

.resize-helper.e[data-v-9f47d1b4], .resize-helper.w[data-v-9f47d1b4] {
    top: 0 !important;
    bottom: 0 !important
}

.resize-helper.angle[data-v-9f47d1b4], .resize-helper.e[data-v-9f47d1b4], .resize-helper.w[data-v-9f47d1b4] {
    width: 3px !important
}

.resize-helper.n.e[data-v-9f47d1b4], .resize-helper.n.w[data-v-9f47d1b4] {
    bottom: auto !important
}

.resize-helper.s.e[data-v-9f47d1b4], .resize-helper.s.w[data-v-9f47d1b4] {
    top: auto !important
}

.resize-helper.n[data-v-9f47d1b4] {
    top: 0 !important
}

.resize-helper.s[data-v-9f47d1b4] {
    bottom: 0 !important
}

.resize-helper.e[data-v-9f47d1b4] {
    left: auto !important;
    right: 0 !important
}

.resize-helper.w[data-v-9f47d1b4] {
    right: auto !important;
    left: 0 !important
}

.draggable[data-v-77861090] {
    position: absolute !important
}

.draggable.fixed[data-v-77861090] {
    position: fixed !important
}

.draggable.drag-active[data-v-77861090] {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.draggable.drag-active.scale-when-drag[data-v-77861090] {
    -webkit-transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    transform: scale(1.05) !important
}

.draggable.scale-when-drag[data-v-77861090] {
    -webkit-transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease !important;
    transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease !important;
    -o-transition: transform .2s ease, box-shadow .2s ease !important;
    transition: transform .2s ease, box-shadow .2s ease !important;
    transition: transform .2s ease, box-shadow .2s ease, -webkit-transform .2s ease, -webkit-box-shadow .2s ease !important
}

.device-type-desktop .widget-root[data-v-231b8cd4] {
    opacity: .9 !important
}

.loader[data-v-103ae815] {
    font-size: 5em !important
}

.online-chat-widget-container[data-v-7a7fbc67] {
    -webkit-transition: border-radius .2s ease !important;
    -o-transition: border-radius .2s ease !important;
    transition: border-radius .2s ease !important;
    overflow: hidden !important
}

.touch.online-chat-widget-draggable-wrapper[data-v-7a7fbc67] {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 2147483647 !important
}

.touch.online-chat-widget-draggable-wrapper .online-chat-widget-container[data-v-7a7fbc67] {
    border: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.online-chat-widget-draggable-wrapper.stick-to-top > .widget-root[data-v-7a7fbc67] {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.online-chat-widget-draggable-wrapper.stick-to-bottom > .widget-root[data-v-7a7fbc67] {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.operator-avatar[data-v-4adb32b8] {
    display: inline-block !important;
    position: relative !important;
    width: 2em !important;
    height: 2em !important
}

.operator-avatar img[data-v-4adb32b8] {
    border-radius: 30em !important;
    line-height: 0 !important;
    width: 100% !important;
    height: 100% !important
}

.operator-avatar.with-border[data-v-4adb32b8] {
    padding: 2px !important;
    border-radius: 30em !important
}

.popup-notification[data-v-a0d44b2a] {
    padding: 1em !important;
    position: fixed !important;
    left: 1em !important;
    bottom: 1em !important;
    width: 300px !important;
    border-radius: .5em !important
}

.device-type-mobile .popup-notification[data-v-a0d44b2a] {
    width: auto !important;
    right: 1em !important
}

.avatar[data-v-a0d44b2a] {
    width: 2.5em !important;
    height: 2.5em !important
}

.operator-name[data-v-a0d44b2a] {
    opacity: .8 !important
}

div.support-widget-not-ready {
    opacity: 0 !important
}

/*!
* CleanSlate
*   github.com/premasagar/cleanslate
*
*/
.online-chat-root, .online-chat-root * {
    scroll-behavior: initial !important
}

.online-chat-root input::-webkit-input-placeholder, .online-chat-root textarea::-webkit-input-placeholder {
    -webkit-box-flex: initial !important;
    -webkit-flex: initial !important;
    flex: initial !important;
    background-attachment: scroll !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    border-radius: 0 !important;
    border: none !important;
    bottom: auto !important;
    clear: none !important;
    clip: auto !important;
    color: inherit !important;
    counter-increment: none !important;
    counter-reset: none !important;
    cursor: auto !important;
    direction: inherit !important;
    display: inline !important;
    float: none !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    font-variant: normal !important;
    font-weight: inherit !important;
    height: auto !important;
    left: auto !important;
    letter-spacing: normal !important;
    line-height: inherit !important;
    list-style-type: inherit !important;
    list-style-position: outside !important;
    list-style-image: none !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 1;
    outline: medium none invert !important;
    overflow: visible !important;
    padding: 0 !important;
    position: static !important;
    quotes: "" "" !important;
    right: auto !important;
    table-layout: auto !important;
    text-align: inherit !important;
    text-decoration: inherit !important;
    text-indent: 0 !important;
    text-transform: none !important;
    top: auto !important;
    unicode-bidi: normal !important;
    vertical-align: baseline !important;
    visibility: inherit !important;
    white-space: normal !important;
    width: auto !important;
    word-spacing: normal !important;
    z-index: auto !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
    background-size: auto !important;
    border-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-column-gap: normal !important;
    column-gap: normal !important;
    -webkit-column-rule: medium none #000 !important;
    column-rule: medium none #000 !important;
    -webkit-column-span: 1 !important;
    column-span: 1 !important;
    -webkit-columns: auto !important;
    columns: auto !important;
    -webkit-font-feature-settings: normal !important;
    font-feature-settings: normal !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    -webkit-hyphens: manual !important;
    hyphens: manual !important;
    -webkit-perspective: none !important;
    perspective: none !important;
    -webkit-perspective-origin: 50% 50% !important;
    perspective-origin: 50% 50% !important;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    text-shadow: none !important;
    -webkit-transition: all 0s ease 0s !important;
    transition: all 0s ease 0s !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important;
    -webkit-transform-style: flat !important;
    transform-style: flat !important;
    word-break: normal !important;
    -webkit-align-content: initial !important;
    align-content: initial !important;
    -webkit-box-align: initial !important;
    -webkit-align-items: initial !important;
    align-items: initial !important;
    -webkit-align-self: initial !important;
    align-self: initial !important;
    alignment-baseline: initial !important;
    user-select: initial !important;
    -webkit-user-select: initial !important;
    -webkit-flex-wrap: initial !important;
    flex-wrap: initial !important;
    -webkit-text-fill-color: initial
}

.online-chat-root input::-moz-placeholder, .online-chat-root textarea::-moz-placeholder {
    flex: initial !important;
    background-attachment: scroll !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    border-radius: 0 !important;
    border: none !important;
    bottom: auto !important;
    clear: none !important;
    clip: auto !important;
    color: inherit !important;
    counter-increment: none !important;
    counter-reset: none !important;
    cursor: auto !important;
    direction: inherit !important;
    display: inline !important;
    float: none !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    font-variant: normal !important;
    font-weight: inherit !important;
    height: auto !important;
    left: auto !important;
    letter-spacing: normal !important;
    line-height: inherit !important;
    list-style-type: inherit !important;
    list-style-position: outside !important;
    list-style-image: none !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 1;
    outline: medium none invert !important;
    overflow: visible !important;
    padding: 0 !important;
    position: static !important;
    quotes: "" "" !important;
    right: auto !important;
    table-layout: auto !important;
    text-align: inherit !important;
    text-decoration: inherit !important;
    text-indent: 0 !important;
    text-transform: none !important;
    top: auto !important;
    unicode-bidi: normal !important;
    vertical-align: baseline !important;
    visibility: inherit !important;
    white-space: normal !important;
    width: auto !important;
    word-spacing: normal !important;
    z-index: auto !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
    background-size: auto !important;
    border-image: none !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    -moz-column-gap: normal !important;
    column-gap: normal !important;
    -moz-column-rule: medium none #000 !important;
    column-rule: medium none #000 !important;
    -moz-column-span: 1 !important;
    column-span: 1 !important;
    -moz-columns: auto !important;
    columns: auto !important;
    font-feature-settings: normal !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    hyphens: manual !important;
    perspective: none !important;
    perspective-origin: 50% 50% !important;
    backface-visibility: visible !important;
    text-shadow: none !important;
    -moz-transition: all 0s ease 0s !important;
    transition: all 0s ease 0s !important;
    transform: none !important;
    transform-origin: 50% 50% !important;
    transform-style: flat !important;
    word-break: normal !important;
    align-content: initial !important;
    align-items: initial !important;
    align-self: initial !important;
    alignment-baseline: initial !important;
    -moz-user-select: initial !important;
    user-select: initial !important;
    -webkit-user-select: initial !important;
    flex-wrap: initial !important;
    -webkit-text-fill-color: initial
}

.online-chat-root input:-ms-input-placeholder, .online-chat-root textarea:-ms-input-placeholder {
    -ms-flex: initial !important;
    flex: initial !important;
    background-attachment: scroll !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    border-radius: 0 !important;
    border: none !important;
    bottom: auto !important;
    clear: none !important;
    clip: auto !important;
    color: inherit !important;
    counter-increment: none !important;
    counter-reset: none !important;
    cursor: auto !important;
    direction: inherit !important;
    display: inline !important;
    float: none !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    font-variant: normal !important;
    font-weight: inherit !important;
    height: auto !important;
    left: auto !important;
    letter-spacing: normal !important;
    line-height: inherit !important;
    list-style-type: inherit !important;
    list-style-position: outside !important;
    list-style-image: none !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 1;
    outline: medium none invert !important;
    overflow: visible !important;
    padding: 0 !important;
    position: static !important;
    quotes: "" "" !important;
    right: auto !important;
    table-layout: auto !important;
    text-align: inherit !important;
    text-decoration: inherit !important;
    text-indent: 0 !important;
    text-transform: none !important;
    top: auto !important;
    unicode-bidi: normal !important;
    vertical-align: baseline !important;
    visibility: inherit !important;
    white-space: normal !important;
    width: auto !important;
    word-spacing: normal !important;
    z-index: auto !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
    background-size: auto !important;
    border-image: none !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    column-gap: normal !important;
    column-rule: medium none #000 !important;
    column-span: 1 !important;
    columns: auto !important;
    font-feature-settings: normal !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    -ms-hyphens: manual !important;
    hyphens: manual !important;
    perspective: none !important;
    perspective-origin: 50% 50% !important;
    backface-visibility: visible !important;
    text-shadow: none !important;
    -ms-transition: all 0s ease 0s !important;
    transition: all 0s ease 0s !important;
    -ms-transform: none !important;
    transform: none !important;
    -ms-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important;
    transform-style: flat !important;
    word-break: normal !important;
    -ms-flex-line-pack: initial !important;
    align-content: initial !important;
    -ms-flex-align: initial !important;
    align-items: initial !important;
    -ms-flex-item-align: initial !important;
    align-self: initial !important;
    alignment-baseline: initial !important;
    -ms-user-select: initial !important;
    user-select: initial !important;
    -webkit-user-select: initial !important;
    -ms-flex-wrap: initial !important;
    flex-wrap: initial !important;
    -webkit-text-fill-color: initial
}

.online-chat-root input::-ms-input-placeholder, .online-chat-root textarea::-ms-input-placeholder {
    -ms-flex: initial !important;
    flex: initial !important;
    background-attachment: scroll !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    border-radius: 0 !important;
    border: none !important;
    bottom: auto !important;
    clear: none !important;
    clip: auto !important;
    color: inherit !important;
    counter-increment: none !important;
    counter-reset: none !important;
    cursor: auto !important;
    direction: inherit !important;
    display: inline !important;
    float: none !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    font-variant: normal !important;
    font-weight: inherit !important;
    height: auto !important;
    left: auto !important;
    letter-spacing: normal !important;
    line-height: inherit !important;
    list-style-type: inherit !important;
    list-style-position: outside !important;
    list-style-image: none !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 1;
    outline: medium none invert !important;
    overflow: visible !important;
    padding: 0 !important;
    position: static !important;
    quotes: "" "" !important;
    right: auto !important;
    table-layout: auto !important;
    text-align: inherit !important;
    text-decoration: inherit !important;
    text-indent: 0 !important;
    text-transform: none !important;
    top: auto !important;
    unicode-bidi: normal !important;
    vertical-align: baseline !important;
    visibility: inherit !important;
    white-space: normal !important;
    width: auto !important;
    word-spacing: normal !important;
    z-index: auto !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
    background-size: auto !important;
    border-image: none !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    column-gap: normal !important;
    column-rule: medium none #000 !important;
    column-span: 1 !important;
    columns: auto !important;
    font-feature-settings: normal !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    -ms-hyphens: manual !important;
    hyphens: manual !important;
    perspective: none !important;
    perspective-origin: 50% 50% !important;
    backface-visibility: visible !important;
    text-shadow: none !important;
    -ms-transition: all 0s ease 0s !important;
    transition: all 0s ease 0s !important;
    -ms-transform: none !important;
    transform: none !important;
    -ms-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important;
    transform-style: flat !important;
    word-break: normal !important;
    -ms-flex-line-pack: initial !important;
    align-content: initial !important;
    -ms-flex-align: initial !important;
    align-items: initial !important;
    -ms-flex-item-align: initial !important;
    align-self: initial !important;
    alignment-baseline: initial !important;
    -ms-user-select: initial !important;
    user-select: initial !important;
    -webkit-user-select: initial !important;
    -ms-flex-wrap: initial !important;
    flex-wrap: initial !important;
    -webkit-text-fill-color: initial
}

.online-chat-root, .online-chat-root a, .online-chat-root audio, .online-chat-root b, .online-chat-root button, .online-chat-root div, .online-chat-root form, .online-chat-root h1, .online-chat-root h2, .online-chat-root h3, .online-chat-root h4, .online-chat-root h5, .online-chat-root h6, .online-chat-root hr, .online-chat-root i, .online-chat-root iframe, .online-chat-root img, .online-chat-root input, .online-chat-root input::placeholder, .online-chat-root label, .online-chat-root li, .online-chat-root ol, .online-chat-root option, .online-chat-root p, .online-chat-root path, .online-chat-root pre, .online-chat-root select, .online-chat-root span, .online-chat-root strong, .online-chat-root sup, .online-chat-root svg, .online-chat-root table, .online-chat-root tbody, .online-chat-root td, .online-chat-root textarea, .online-chat-root textarea::placeholder, .online-chat-root tfoot, .online-chat-root th, .online-chat-root thead, .online-chat-root tr, .online-chat-root ul {
    -webkit-box-flex: initial !important;
    -webkit-flex: initial !important;
    -ms-flex: initial !important;
    flex: initial !important;
    background-attachment: scroll !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    border-radius: 0 !important;
    border: none !important;
    bottom: auto !important;
    clear: none !important;
    clip: auto !important;
    color: inherit !important;
    counter-increment: none !important;
    counter-reset: none !important;
    cursor: auto !important;
    direction: inherit !important;
    display: inline !important;
    float: none !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    font-variant: normal !important;
    font-weight: inherit !important;
    height: auto !important;
    left: auto !important;
    letter-spacing: normal !important;
    line-height: inherit !important;
    list-style-type: inherit !important;
    list-style-position: outside !important;
    list-style-image: none !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 1;
    outline: medium none invert !important;
    overflow: visible !important;
    padding: 0 !important;
    position: static !important;
    quotes: "" "" !important;
    right: auto !important;
    table-layout: auto !important;
    text-align: inherit !important;
    text-decoration: inherit !important;
    text-indent: 0 !important;
    text-transform: none !important;
    top: auto !important;
    unicode-bidi: normal !important;
    vertical-align: baseline !important;
    visibility: inherit !important;
    white-space: normal !important;
    width: auto !important;
    word-spacing: normal !important;
    z-index: auto !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
    background-size: auto !important;
    -o-border-image: none !important;
    border-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-column-gap: normal !important;
    -moz-column-gap: normal !important;
    column-gap: normal !important;
    -webkit-column-rule: medium none #000 !important;
    -moz-column-rule: medium none #000 !important;
    column-rule: medium none #000 !important;
    -webkit-column-span: 1 !important;
    -moz-column-span: 1 !important;
    column-span: 1 !important;
    -webkit-columns: auto !important;
    -moz-columns: auto !important;
    columns: auto !important;
    -webkit-font-feature-settings: normal !important;
    font-feature-settings: normal !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    -webkit-hyphens: manual !important;
    -ms-hyphens: manual !important;
    hyphens: manual !important;
    -webkit-perspective: none !important;
    perspective: none !important;
    -webkit-perspective-origin: 50% 50% !important;
    perspective-origin: 50% 50% !important;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    text-shadow: none !important;
    -webkit-transition: all 0s ease 0s !important;
    -o-transition: all 0s ease 0s !important;
    transition: all 0s ease 0s !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transform-origin: 50% 50% !important;
    -ms-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important;
    -webkit-transform-style: flat !important;
    transform-style: flat !important;
    word-break: normal !important;
    -webkit-align-content: initial !important;
    -ms-flex-line-pack: initial !important;
    align-content: initial !important;
    -webkit-box-align: initial !important;
    -webkit-align-items: initial !important;
    -ms-flex-align: initial !important;
    align-items: initial !important;
    -webkit-align-self: initial !important;
    -ms-flex-item-align: initial !important;
    align-self: initial !important;
    alignment-baseline: initial !important;
    -moz-user-select: initial !important;
    -ms-user-select: initial !important;
    user-select: initial !important;
    -webkit-user-select: initial !important;
    -webkit-flex-wrap: initial !important;
    -ms-flex-wrap: initial !important;
    flex-wrap: initial !important;
    -webkit-text-fill-color: initial
}

.online-chat-root, .online-chat-root div, .online-chat-root form, .online-chat-root h1, .online-chat-root h2, .online-chat-root h3, .online-chat-root h4, .online-chat-root h5, .online-chat-root h6, .online-chat-root hr, .online-chat-root ol, .online-chat-root option, .online-chat-root p, .online-chat-root pre, .online-chat-root ul {
    display: block !important
}

.online-chat-root b, .online-chat-root strong {
    font-weight: 700 !important
}

.online-chat-root br {
    display: inline !important;
    display: initial !important
}

.online-chat-root h1, .online-chat-root h2, .online-chat-root h3, .online-chat-root h4, .online-chat-root h5, .online-chat-root h6 {
    font-weight: 700 !important
}

.online-chat-root h1 {
    font-size: 2em !important;
    padding: .67em 0 !important
}

.online-chat-root h2 {
    font-size: 1.5em !important;
    padding: .83em 0 !important
}

.online-chat-root h3 {
    font-size: 1.17em !important;
    padding: .83em 0 !important
}

.online-chat-root h4 {
    font-size: 1em !important
}

.online-chat-root h5 {
    font-size: .83em !important
}

.online-chat-root p {
    margin: 1em 0 !important
}

.online-chat-root table {
    display: table !important
}

.online-chat-root thead {
    display: table-header-group !important
}

.online-chat-root tbody {
    display: table-row-group !important
}

.online-chat-root tfoot {
    display: table-footer-group !important
}

.online-chat-root tr {
    display: table-row !important
}

.online-chat-root td, .online-chat-root th {
    display: table-cell !important;
    padding: 2px !important
}

.online-chat-root ol, .online-chat-root ul {
    margin: 1em 0 !important
}

.online-chat-root ol li, .online-chat-root ol ol li, .online-chat-root ol ol ol li, .online-chat-root ol ol ul li, .online-chat-root ol ul ul li, .online-chat-root ul li, .online-chat-root ul ol ol li, .online-chat-root ul ul li, .online-chat-root ul ul ol li, .online-chat-root ul ul ul li {
    list-style-position: inside !important;
    margin-top: .08em !important
}

.online-chat-root ol ol, .online-chat-root ol ol ol, .online-chat-root ol ol ul, .online-chat-root ol ul, .online-chat-root ol ul ul, .online-chat-root ul ol, .online-chat-root ul ol ol, .online-chat-root ul ul, .online-chat-root ul ul ol, .online-chat-root ul ul ul {
    padding-left: 40px !important;
    margin: 0 !important
}

.online-chat-root nav ol, .online-chat-root nav ul {
    list-style-type: none !important
}

.online-chat-root ul {
    list-style-type: disc !important
}

.online-chat-root ol {
    list-style-type: decimal !important
}

.online-chat-root ol ul, .online-chat-root ul ul {
    list-style-type: circle !important
}

.online-chat-root ol ol ul, .online-chat-root ol ul ul, .online-chat-root ul ol ul, .online-chat-root ul ul ul {
    list-style-type: square !important
}

.online-chat-root li {
    display: list-item !important;
    min-height: auto !important;
    min-width: auto !important;
    padding-left: 20px !important
}

.online-chat-root strong {
    font-weight: 700 !important
}

.online-chat-root em {
    font-style: italic !important
}

.online-chat-root pre {
    font-family: monospace !important
}

.online-chat-root a {
    color: #00f !important;
    text-decoration: underline !important
}

.online-chat-root a:visited {
    color: #529 !important
}

.online-chat-root a, .online-chat-root a *, .online-chat-root button, .online-chat-root input[type=button], .online-chat-root input[type=checkbox], .online-chat-root input[type=radio], .online-chat-root input[type=submit], .online-chat-root select {
    cursor: pointer !important
}

.online-chat-root button, .online-chat-root input[type=submit] {
    text-align: center !important;
    padding: 2px 6px 3px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    font-family: arial, helvetica, sans-serif !important;
    font-size: small !important;
    -webkit-appearance: initial !important;
    -webkit-box-shadow: 1px 1px 0 #eee !important;
    box-shadow: 1px 1px 0 #eee !important;
    outline: medium none invert !important;
    outline: initial !important
}

.online-chat-root button {
    padding: 1px 6px 2px !important;
    margin-right: 5px !important
}

.online-chat-root input[type=hidden] {
    display: none !important
}

.online-chat-root textarea {
    -webkit-appearance: textarea !important;
    background: #fff !important;
    padding: 2px !important;
    margin-left: 4px !important;
    word-wrap: break-word !important;
    white-space: pre-wrap !important;
    font-size: 11px !important;
    font-family: inherit !important;
    line-height: 13px !important;
    resize: both !important
}

.online-chat-root input, .online-chat-root select, .online-chat-root textarea {
    border: 1px solid #ccc !important
}

.online-chat-root select {
    font-size: 11px !important;
    font-family: inherit !important;
    display: inline-block;
    -webkit-appearance: initial !important
}

.online-chat-root input:focus, .online-chat-root textarea:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline: initial !important
}

.online-chat-root input[type=email], .online-chat-root input[type=text] {
    background: #fff !important;
    padding: 1px !important;
    font-family: inherit !important;
    font-size: small !important
}

.online-chat-root input[type=checkbox], .online-chat-root input[type=radio] {
    border: 1px solid #2b2b2b !important;
    border-radius: 4px !important;
    outline: medium none invert !important;
    outline: initial !important
}

.online-chat-root input[type=radio] {
    margin: 2px 2px 3px !important
}

.online-chat-root input, .online-chat-root select {
    vertical-align: middle !important
}

.online-chat-root table {
    border-collapse: collapse !important;
    border-spacing: 0 !important
}

.online-chat-root hr {
    display: block !important;
    height: 1px !important;
    border: 0 !important;
    border-top: 1px solid #ccc !important;
    margin: 1em 0 !important
}

.online-chat-root [dir=rtl] {
    direction: rtl !important
}

.online-chat-root mark {
    background-color: #ff9 !important;
    color: #000 !important;
    font-style: italic !important;
    font-weight: 700 !important
}

.online-chat-root menu {
    padding-left: 40px !important;
    padding-top: 8px !important
}

.online-chat-root [hidden] {
    display: none !important
}

.online-chat-root sub, .online-chat-root sup {
    font-size: 75% !important;
    line-height: 0 !important;
    position: relative !important;
    vertical-align: baseline !important
}

.online-chat-root sup {
    top: -.5em !important
}

.online-chat-root sub {
    bottom: -.25em !important
}

.online-chat-root img {
    border: 0 !important
}

.online-chat-root textarea {
    overflow: auto !important;
    vertical-align: top !important
}

.online-chat-root pre {
    white-space: pre !important
}

.online-chat-root {
    font-size: medium !important;
    line-height: 1 !important;
    font-family: Times New Roman, Times, serif !important;
    color: #000 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    list-style-type: disc !important;
    direction: ltr !important;
    text-align: left !important;
    pointer-events: initial !important;
    color: #595959 !important
}

.online-chat-root * {
    pointer-events: inherit !important
}

.online-chat-root.inherit {
    font-family: inherit !important;
    color: inherit !important
}

.online-chat-root:after, .online-chat-root :after, .online-chat-root:before, .online-chat-root :before {
    content: unset !important
}

.online-chat-root .d-flex.vertical {
    height: 100% !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.online-chat-root .d-flex.horizontal {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    width: 100% !important
}

.online-chat-root .d-flex.wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.online-chat-root .d-flex.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.online-chat-root .d-flex > .filler {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 !important;
    -ms-flex: 1 1 !important;
    flex: 1 1 !important
}

.online-chat-root .d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-direction: normal !important
}

.online-chat-root .flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.online-chat-root .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.online-chat-root .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.online-chat-root .flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.online-chat-root .flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.online-chat-root .flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.online-chat-root .flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.online-chat-root .flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.online-chat-root .flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.online-chat-root .flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.online-chat-root .flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.online-chat-root .flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.online-chat-root .justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.online-chat-root .justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.online-chat-root .justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.online-chat-root .justify-conten-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.online-chat-root .justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.online-chat-root .align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.online-chat-root .align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.online-chat-root .align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.online-chat-root .align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.online-chat-root .align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.online-chat-root .align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.online-chat-root .align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.online-chat-root .align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.online-chat-root .align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.online-chat-root .align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.online-chat-root .align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.online-chat-root .align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.online-chat-root .align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.online-chat-root .align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.online-chat-root .align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.online-chat-root .align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.online-chat-root .align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.online-chat-root .h-100 {
    height: 100% !important
}

.online-chat-root .w-100 {
    width: 100% !important
}

.online-chat-root .mt-2 {
    margin-top: .5em !important
}

.online-chat-root .mt-3 {
    margin-top: .75em !important
}

.online-chat-root .mt-4 {
    margin-top: 1em !important
}

.online-chat-root .mt-8 {
    margin-top: 2em !important
}

.online-chat-root .ml-2 {
    margin-left: .5em !important
}

.online-chat-root .ml-4 {
    margin-left: 1em !important
}

.online-chat-root .mb-2 {
    margin-bottom: .5em !important
}

.online-chat-root .mb-4 {
    margin-bottom: 1em !important
}

.online-chat-root .mb-8 {
    margin-bottom: 2em !important
}

.online-chat-root .mb-10 {
    margin-bottom: 2.5em !important
}

.online-chat-root .mr-2 {
    margin-right: .5em !important
}

.online-chat-root .mr-3 {
    margin-right: .75em !important
}

.online-chat-root .mr-4 {
    margin-right: 1em !important
}

.online-chat-root .p-0 {
    padding: 0 !important
}

.online-chat-root .list-enter-active, .online-chat-root .list-leave-active {
    -webkit-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important
}

.online-chat-root .list-enter, .online-chat-root .list-leave-to {
    opacity: 0 !important;
    -webkit-transform: translateY(30px) !important;
    -ms-transform: translateY(30px) !important;
    transform: translateY(30px) !important
}

.online-chat-root .zoom-enter-active, .online-chat-root .zoom-leave-active {
    -webkit-transition: -webkit-transform .1s linear !important;
    transition: -webkit-transform .1s linear !important;
    -o-transition: transform .1s linear !important;
    transition: transform .1s linear !important;
    transition: transform .1s linear, -webkit-transform .1s linear !important
}

.online-chat-root .zoom-enter, .online-chat-root .zoom-leave-to, .online-chat-root .zoom-slowly-enter, .online-chat-root .zoom-slowly-leave-to {
    -webkit-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    transform: scale(0) !important
}

.online-chat-root .zoom-slowly-enter-active, .online-chat-root .zoom-slowly-leave-active {
    -webkit-transition: -webkit-transform .2s linear !important;
    transition: -webkit-transform .2s linear !important;
    -o-transition: transform .2s linear !important;
    transition: transform .2s linear !important;
    transition: transform .2s linear, -webkit-transform .2s linear !important
}

.online-chat-root .fade-enter-active, .online-chat-root .fade-leave-active {
    -webkit-transition: opacity .1s !important;
    -o-transition: opacity .1s !important;
    transition: opacity .1s !important
}

.online-chat-root .fade-enter, .online-chat-root .fade-leave-to {
    opacity: 0 !important
}

.online-chat-root .overlay {
    background: rgba(0, 0, 0, .6) !important
}

.online-chat-root .chat-modal-enter-active, .online-chat-root .chat-modal-leave-active {
    -webkit-transition: background .2s !important;
    -o-transition: background .2s !important;
    transition: background .2s !important
}

.online-chat-root .chat-modal-enter-active > *, .online-chat-root .chat-modal-leave-active > * {
    -webkit-transition: opacity .2s, -webkit-transform .2s !important;
    transition: opacity .2s, -webkit-transform .2s !important;
    -o-transition: transform .2s, opacity .2s !important;
    transition: transform .2s, opacity .2s !important;
    transition: transform .2s, opacity .2s, -webkit-transform .2s !important
}

.online-chat-root .chat-modal-enter, .online-chat-root .chat-modal-leave-to {
    background: rgba(0, 0, 0, 0) !important
}

.online-chat-root .chat-modal-enter > *, .online-chat-root .chat-modal-leave-to > * {
    opacity: 0 !important;
    -webkit-transform: translateY(-6em) !important;
    -ms-transform: translateY(-6em) !important;
    transform: translateY(-6em) !important
}

.online-chat-root .trigger-menu-enter-active, .online-chat-root .trigger-menu-enter-active .trigger-round-item, .online-chat-root .trigger-menu-leave-active, .online-chat-root .trigger-menu-leave-active .trigger-round-item {
    -webkit-transition: -webkit-transform .15s linear !important;
    transition: -webkit-transform .15s linear !important;
    -o-transition: transform .15s linear !important;
    transition: transform .15s linear !important;
    transition: transform .15s linear, -webkit-transform .15s linear !important
}

.online-chat-root .trigger-menu-enter .trigger-round-item, .online-chat-root .trigger-menu-leave-to .trigger-round-item {
    -webkit-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    transform: scale(0) !important
}

.online-chat-root .rotate-z-enter-active, .online-chat-root .rotate-z-leave-active {
    -webkit-transition: -webkit-transform .15s !important;
    transition: -webkit-transform .15s !important;
    -o-transition: transform .15s !important;
    transition: transform .15s !important;
    transition: transform .15s, -webkit-transform .15s !important
}

.online-chat-root .rotate-z-enter {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important
}

.online-chat-root .rotate-z-leave-to {
    -webkit-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important
}

.online-chat-root input[type=file] {
    border: 0 !important
}

.online-chat-root input[type=checkbox] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important
}

.online-chat-root input[type=radio] {
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    appearance: radio !important
}

.online-chat-root .like-input, .online-chat-root .like-input:focus, .online-chat-root input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]), .online-chat-root input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]):focus, .online-chat-root select, .online-chat-root select:focus, .online-chat-root textarea, .online-chat-root textarea:focus {
    background: #fff !important;
    color: #595959 !important;
    padding: .8em 1em !important;
    border-radius: .25em !important;
    -webkit-transition: border-color .2s ease !important;
    -o-transition: border-color .2s ease !important;
    transition: border-color .2s ease !important;
    width: 100% !important;
    font-size: inherit !important;
    margin: 0 !important
}

.online-chat-root .like-input.with-icon, .online-chat-root .like-input:focus.with-icon, .online-chat-root input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]).with-icon, .online-chat-root input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]):focus.with-icon, .online-chat-root select.with-icon, .online-chat-root select:focus.with-icon, .online-chat-root textarea.with-icon, .online-chat-root textarea:focus.with-icon {
    padding-left: 3em !important
}

.online-chat-root .like-input.with-icon-right, .online-chat-root .like-input:focus.with-icon-right, .online-chat-root input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]).with-icon-right, .online-chat-root input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]):focus.with-icon-right, .online-chat-root select.with-icon-right, .online-chat-root select:focus.with-icon-right, .online-chat-root textarea.with-icon-right, .online-chat-root textarea:focus.with-icon-right {
    padding-right: 3em !important
}

.online-chat-root .like-input.error, .online-chat-root .like-input:focus.error, .online-chat-root input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]).error, .online-chat-root input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]):focus.error, .online-chat-root select.error, .online-chat-root select:focus.error, .online-chat-root textarea.error, .online-chat-root textarea:focus.error {
    border-color: #e74c3c !important
}

.online-chat-root .like-input, .online-chat-root button, .online-chat-root input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]), .online-chat-root select, .online-chat-root textarea {
    line-height: 1.25em !important
}

.online-chat-root .date-input > * {
    padding-left: .2em !important;
    padding-right: .2em !important
}

.online-chat-root .date-input > :first-child {
    padding-left: 0 !important
}

.online-chat-root .date-input > :last-child {
    padding-right: 0 !important
}

.online-chat-root .chat-form.stepped {
    overflow: hidden !important;
    border: 1px solid #e1e5eb !important;
    border-radius: 1em !important;
    -webkit-box-shadow: 0 0 10px rgba(225, 229, 235, .7) !important;
    box-shadow: 0 0 10px rgba(225, 229, 235, .7) !important
}

.online-chat-root .chat-form.stepped .like-input, .online-chat-root .chat-form.stepped button.continue, .online-chat-root .chat-form.stepped input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]), .online-chat-root .chat-form.stepped select, .online-chat-root .chat-form.stepped textarea {
    border-radius: 0 !important;
    border: 0 !important
}

.online-chat-root .chat-form.stepped .date-input > * {
    padding: 0 !important
}

.online-chat-root .chat-form.stepped .chat-form-item {
    border-bottom: 1px solid #e1e5eb !important
}

.online-chat-root .chat-form.stepped .chat-form-item:last-child {
    border-bottom: 0 !important
}

.online-chat-root .chat-form.stepped .chat-form-item .continue-button-wrapper {
    border-top: 1px solid #e1e5eb !important
}

.online-chat-root .chat-form.stepped select {
    -webkit-transition: background .1s ease !important;
    -o-transition: background .1s ease !important;
    transition: background .1s ease !important
}

.online-chat-root .chat-form.stepped select:hover {
    background: #f9f9f9 !important
}

.online-chat-root .chat-form.full .chat-form-item {
    margin-bottom: 1em !important
}

.online-chat-root .chat-form .required .like-input, .online-chat-root .chat-form .required input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]), .online-chat-root .chat-form .required select, .online-chat-root .chat-form .required textarea {
    padding-right: 2em !important
}

.online-chat-root .input-items > label {
    margin-top: .8em !important;
    display: block !important
}

.online-chat-root .input-items > label > input {
    width: 1em !important;
    margin-right: 1em !important
}

.online-chat-root input::-webkit-input-placeholder {
    white-space: nowrap !important
}

.online-chat-root input::-moz-placeholder {
    white-space: nowrap !important
}

.online-chat-root input:-ms-input-placeholder {
    white-space: nowrap !important
}

.online-chat-root input::-ms-input-placeholder {
    white-space: nowrap !important
}

.online-chat-root input::placeholder {
    white-space: nowrap !important
}

.online-chat-root select {
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important
}

.online-chat-root textarea {
    resize: none !important
}

.online-chat-root input::-webkit-inner-spin-button, .online-chat-root input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.online-chat-root input[type=number] {
    -moz-appearance: textfield
}

.online-chat-root .absolute-full-size {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important
}

.online-chat-root .relative {
    position: relative !important
}

.online-chat-root .clear {
    clear: both !important
}

.online-chat-root .float-right {
    float: right !important
}

.online-chat-root .text-muted {
    color: #818ea3 !important
}

.online-chat-root .text-red {
    color: #e74c3c !important
}

.online-chat-root .text-white {
    color: #fff !important
}

.online-chat-root .lh-primary {
    line-height: 1.35em !important
}

.online-chat-root .lh-1 {
    line-height: 1em !important
}

.online-chat-root .text-center {
    text-align: center !important
}

.online-chat-root .text-right {
    text-align: right !important
}

.online-chat-root .text-left {
    text-align: left !important
}

.online-chat-root h2, .online-chat-root h3 {
    line-height: 1.5em !important
}

.online-chat-root .text-truncate {
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    max-width: 100% !important;
    white-space: nowrap !important
}

.online-chat-root .font-size-small {
    font-size: .8em !important
}

.online-chat-root h1, .online-chat-root h2, .online-chat-root h3, .online-chat-root h4, .online-chat-root h5, .online-chat-root h6 {
    font-weight: 400 !important
}

.online-chat-root .font-weight-bold {
    font-weight: 700 !important
}

.online-chat-root .text-nowrap {
    white-space: nowrap !important
}

.online-chat-root p:first-child {
    margin-top: 0 !important
}

.online-chat-root p:last-child {
    margin-bottom: 0 !important
}

.online-chat-root .pb-1 {
    padding-bottom: .25rem !important
}

.online-chat-root .pb-2 {
    padding-bottom: .5rem !important;
    padding-bottom: 1rem !important;
    padding-bottom: 1.5rem !important
}

.online-chat-root .btn, .online-chat-root button, .online-chat-root input[type=submit] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    position: relative !important;
    padding: .8em 1em !important;
    font-size: 1em !important;
    font-family: inherit !important;
    background: #fff !important;
    color: #595959 !important;
    margin: 0 !important;
    border-radius: .25em;
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important
}

.online-chat-root .btn:active:not(.primary):not(.inverse), .online-chat-root .btn:focus:not(.primary):not(.inverse), .online-chat-root .btn:hover:not(.primary):not(.inverse), .online-chat-root button:active:not(.primary):not(.inverse), .online-chat-root button:focus:not(.primary):not(.inverse), .online-chat-root button:hover:not(.primary):not(.inverse), .online-chat-root input[type=submit]:active:not(.primary):not(.inverse), .online-chat-root input[type=submit]:focus:not(.primary):not(.inverse), .online-chat-root input[type=submit]:hover:not(.primary):not(.inverse) {
    background: #fff !important;
    color: #595959 !important
}

.online-chat-root .btn, .online-chat-root .btn *, .online-chat-root button, .online-chat-root button *, .online-chat-root input[type=submit], .online-chat-root input[type=submit] * {
    cursor: pointer !important
}

.online-chat-root .btn:hover, .online-chat-root button:hover, .online-chat-root input[type=submit]:hover {
    opacity: .9 !important
}

.online-chat-root .btn:hover:not(.primary):not(.inverse), .online-chat-root button:hover:not(.primary):not(.inverse), .online-chat-root input[type=submit]:hover:not(.primary):not(.inverse) {
    opacity: 1 !important
}

.online-chat-root .btn:hover.primary.inverse, .online-chat-root button:hover.primary.inverse, .online-chat-root input[type=submit]:hover.primary.inverse {
    opacity: 1 !important
}

.online-chat-root .btn[disabled], .online-chat-root button[disabled], .online-chat-root input[type=submit][disabled] {
    opacity: .7 !important;
    pointer-events: none !important;
    cursor: not-allowed !important
}

.online-chat-root .btn[disabled] *, .online-chat-root button[disabled] *, .online-chat-root input[type=submit][disabled] * {
    pointer-events: none !important
}

.online-chat-root .btn[disabled].primary.inverse, .online-chat-root button[disabled].primary.inverse, .online-chat-root input[type=submit][disabled].primary.inverse {
    color: #818ea3 !important
}

.online-chat-root .btn.load > *, .online-chat-root button.load > *, .online-chat-root input[type=submit].load > * {
    visibility: hidden !important
}

.online-chat-root .btn.load > .loader, .online-chat-root button.load > .loader, .online-chat-root input[type=submit].load > .loader {
    visibility: visible !important
}

.online-chat-root .d-none {
    display: none !important
}

.online-chat-root .d-inline-block {
    display: inline-block !important
}

.online-chat-root .d-block {
    display: block !important
}

.online-chat-root [style*="display: none"] {
    display: none !important
}

.online-chat-root .spin {
    -webkit-animation: online-chat-spin 2s linear infinite !important;
    animation: online-chat-spin 2s linear infinite !important
}

@-webkit-keyframes online-chat-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes online-chat-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.online-chat-root .snippet-wrapper {
    line-height: 1 !important
}

.online-chat-root a.link-dashed {
    border-bottom: 1px dashed !important;
    text-decoration: none !important
}

.online-chat-root a.link-dashed:hover {
    cursor: pointer !important;
    border-bottom-color: rgba(0, 0, 0, 0) !important
}

.online-chat-root .circle-border.like-link-light-border svg {
    font-size: .9em !important;
    -webkit-transform: translateY(-.15em) !important;
    -ms-transform: translateY(-.15em) !important;
    transform: translateY(-.15em) !important
}

.online-chat-root.inline-mode, .online-chat-root.inline-mode .online-chat-components-wrapper, .online-chat-root.inline-mode .online-chat-widget-container, .online-chat-root.inline-mode .online-chat-widget-draggable-wrapper {
    height: 100% !important
}

.online-chat-root.inline-mode .widget-header {
    cursor: auto !important;
    cursor: initial !important
}

.online-chat-root.inline-mode .widget-root {
    position: relative !important
}

.online-chat-root .margin-in-chat-block {
    margin-bottom: 2em !important
}

.online-chat-root .margin-in-chat-block:not(:first-child) {
    margin-top: 2em !important
}

.online-chat-root ul.simple-list li {
    line-height: 1.5 !important;
    padding: 0 !important
}

.online-chat-root .overflow-auto {
    overflow: auto !important
}

.online-chat-root .overflow-hidden {
    overflow: hidden !important
}

.online-chat-root .typo {
    line-height: 1.5em !important;
    word-spacing: .3em !important
}

.online-chat-root .typo * {
    letter-spacing: inherit !important
}

.online-chat-root .cursor-pointer, .online-chat-root .cursor-pointer * {
    cursor: pointer !important
}

.online-chat-root .pointer-events-none {
    pointer-events: none !important
}

.online-chat-root .none {
    display: none !important
}

.online-chat-root * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important
}

.online-chat-root .widget-content-padding {
    padding: 1.5em 1.5em 0 !important
}

.online-chat-root .widget-content-padding:after {
    content: " " !important;
    height: 1.5em !important;
    width: 100% !important;
    display: block !important
}

.online-chat-root img {
    max-width: 100% !important
}

.online-chat-root .circle-border {
    border-radius: 50px !important
}

.online-chat-root a:hover {
    text-decoration: none !important
}

.online-chat-root .z-index {
    z-index: 1999999999 !important
}

.online-chat-root .content-border-radius-bottom, .online-chat-root .content-border-radius-top {
    overflow: hidden !important
}

.online-chat-root .opacity05 {
    opacity: .5 !important
}

html.mobile-online-chat-opened, html.mobile-online-chat-opened body {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    min-width: 1px !important;
    min-height: 0 !important
}

html.mobile-online-chat-opened > body > :not(.online-chat-root):not(.online-chat-keep-visible) {
    pointer-events: none !important
}

html.mobile-online-chat-opened > body.supportOpened > :not(.online-chat-root):not(.online-chat-keep-visible), html.mobile-online-chat-opened > body.supportOpened > :not(.online-chat-root):not(.online-chat-keep-visible) * {
    visibility: hidden !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

html.mobile-online-chat-opened > body .online-chat-recaptcha-challenge {
    z-index: 2147483647
}

@media print {
    .online-chat-root .trigger, .online-chat-root .widget-root {
        display: none !important
    }
}

.widget-header[data-v-56770018] {
    padding: 1.5em !important;
    position: relative !important
}

.widget-header.draggable[data-v-56770018] {
    cursor: move !important
}

.widget-header .widget-header-inner[data-v-56770018] {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.header-button[data-v-56770018] {
    margin: -.6em !important;
    border-radius: 50% !important;
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important;
    padding: .6em !important;
    cursor: pointer !important
}

.header-button[data-v-56770018]:hover {
    background: hsla(0, 0%, 100%, .2) !important
}

.support-close[data-v-56770018] {
    margin-left: .9em !important;
    font-size: 1.2em !important
}

.support-back[data-v-56770018] {
    margin-right: .9em !important
}

.support-back .back-icon[data-v-56770018] {
    font-size: 1.5em !important
}

.unreaded-count[data-v-56770018] {
    position: absolute !important;
    margin-left: .9em !important;
    margin-top: -.7em !important;
    font-size: .86em !important
}

.online-chat-root .chat-scroll-container.native {
    overflow-y: auto !important
}

.online-chat-root .ps {
    overflow: hidden !important;
    overflow-anchor: none !important;
    -ms-overflow-style: none !important;
    -ms-touch-action: auto !important;
    touch-action: auto !important
}

.online-chat-root .ps__rail-x {
    height: 15px !important;
    bottom: 0 !important
}

.online-chat-root .ps__rail-x, .online-chat-root .ps__rail-y {
    display: none !important;
    opacity: 0 !important;
    -webkit-transition: background-color .2s linear, opacity .2s linear !important;
    -o-transition: background-color .2s linear, opacity .2s linear !important;
    transition: background-color .2s linear, opacity .2s linear !important;
    position: absolute !important
}

.online-chat-root .ps__rail-y {
    width: 15px !important;
    right: 0 !important
}

.online-chat-root .ps--active-x > .ps__rail-x, .online-chat-root .ps--active-y > .ps__rail-y {
    display: block !important;
    background-color: rgba(0, 0, 0, 0) !important
}

.online-chat-root .ps--focus > .ps__rail-x, .online-chat-root .ps--focus > .ps__rail-y, .online-chat-root .ps--scrolling-x > .ps__rail-x, .online-chat-root .ps--scrolling-y > .ps__rail-y, .online-chat-root .ps:hover > .ps__rail-x, .online-chat-root .ps:hover > .ps__rail-y {
    opacity: .6 !important
}

.online-chat-root .ps__thumb-x, .online-chat-root .ps__thumb-y {
    background-color: #aaa !important;
    border-radius: 6px !important;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out !important;
    -o-transition: background-color .2s linear, height .2s ease-in-out !important;
    transition: background-color .2s linear, height .2s ease-in-out !important;
    position: absolute !important
}

.online-chat-root .ps__thumb-x {
    height: 6px !important;
    bottom: 2px !important
}

.online-chat-root .ps__thumb-y {
    width: 6px !important;
    right: 2px !important
}

.online-chat-root .ps__rail-x.ps--clicking .ps__thumb-x, .online-chat-root .ps__rail-x:focus > .ps__thumb-x, .online-chat-root .ps__rail-x:hover > .ps__thumb-x {
    background-color: #999 !important;
    height: 11px !important
}

.online-chat-root .ps__rail-y.ps--clicking .ps__thumb-y, .online-chat-root .ps__rail-y:focus > .ps__thumb-y, .online-chat-root .ps__rail-y:hover > .ps__thumb-y {
    background-color: #999 !important;
    width: 11px !important
}

@supports (-ms-overflow-style:none) {
    .online-chat-root .ps {
        overflow: auto !important
    }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .online-chat-root .ps {
        overflow: auto !important
    }
}

.online-chat-root .widget-tab {
    z-index: 100 !important
}

.online-chat-root .widget-tab-content {
    height: 100% !important;
    background: #fff !important;
    position: relative !important;
    -webkit-transition: border-radius .2s ease !important;
    -o-transition: border-radius .2s ease !important;
    transition: border-radius .2s ease !important
}

.online-chat-root .widget-tab-content.without-padding {
    padding: 0 !important
}

.online-chat-root .has-content-border-radius .stick-to-bottom .content-border-radius-bottom.widget-tab-content {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.chat-selectable-item[data-v-0da37ef7] {
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important;
    border-radius: .5em !important;
    margin-bottom: 1em !important;
    border: 1px solid #e1e5eb !important;
    padding: 1.25em !important;
    cursor: pointer !important;
    position: relative !important
}

.chat-selectable-item *[data-v-0da37ef7] {
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.chat-selectable-item[data-v-0da37ef7]:last-child {
    margin-bottom: 0 !important
}

.chat-selectable-item h4[data-v-0da37ef7] {
    padding: 0 !important
}

.item[data-v-5df8e436] {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.sub-title[data-v-5df8e436] {
    margin-top: .3em !important
}

.item-icon[data-v-5df8e436] {
    margin: 0 1.25em 0 0 !important;
    position: relative !important
}

.item-icon .icon[data-v-5df8e436] {
    opacity: .8 !important;
    -webkit-transition: opacity .2s ease !important;
    -o-transition: opacity .2s ease !important;
    transition: opacity .2s ease !important;
    color: #fff !important;
    font-size: 1.5em !important;
    border-radius: .5em !important;
    line-height: 1.65em !important;
    text-align: center !important;
    height: 1.667em !important;
    width: 1.667em !important
}

.item-title[data-v-5df8e436] {
    color: #0a0a0a !important
}

.chevron[data-v-5df8e436] {
    opacity: 0 !important;
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    font-size: .8em !important;
    margin-right: -1.25em !important;
    -webkit-transition: all .1s ease !important;
    -o-transition: all .1s ease !important;
    transition: all .1s ease !important
}

.item-text[data-v-5df8e436] {
    padding-right: .5em !important
}

.selectable-item[data-v-5df8e436] {
    background: #fff !important;
    padding-right: 2em !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border-top-width: 0 !important
}

.selectable-item.sub .item-icon[data-v-5df8e436] {
    margin-top: -1em !important;
    margin-bottom: -1em !important
}

div.root > :first-child .selectable-item[data-v-5df8e436] {
    border-top-width: 1px !important;
    margin-left: 0 !important;
    border-top-right-radius: .5em !important;
    border-top-left-radius: .5em !important
}

div.root > :last-child .selectable-item[data-v-5df8e436] {
    margin-right: 0 !important;
    border-bottom-right-radius: .5em !important;
    border-bottom-left-radius: .5em !important
}

.unreaded-count[data-v-5df8e436] {
    position: absolute !important;
    top: -.5em !important;
    right: -.5em !important;
    font-size: .8em !important
}

.root[data-v-5df8e436] {
    margin-bottom: 1em !important
}

.root[data-v-5df8e436]:last-child {
    margin-bottom: 0 !important
}

.root.desktop .selectable-item:hover .chevron[data-v-5df8e436], .root.desktop .selectable-item:hover .icon[data-v-5df8e436] {
    opacity: 1 !important
}

.side-menu-enter-active[data-v-b9a10580], .side-menu-leave-active[data-v-b9a10580] {
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important
}

.side-menu-enter[data-v-b9a10580], .side-menu-leave-to[data-v-b9a10580] {
    opacity: 0 !important;
    -webkit-transform: translateX(-100%) !important;
    -ms-transform: translateX(-100%) !important;
    transform: translateX(-100%) !important
}

.side-menu[data-v-b9a10580] {
    z-index: 101 !important
}

.avatar[data-v-6a80b152] {
    width: 2.5em !important;
    height: 2.5em !important;
    border-radius: 50% !important;
    border: .15em solid #fff !important;
    display: inline-block !important;
    float: left !important;
    text-align: center !important;
    margin: -.5em 0 !important
}

.avatar + .avatar[data-v-6a80b152] {
    margin-left: -.6em !important
}

.avatar.plus-more[data-v-6a80b152] {
    line-height: 2.5em !important;
    background: #fff !important;
    border: none !important
}

.round[data-v-1fddcf2a] {
    border-radius: 2em !important
}

.title[data-v-a57cd6fc] {
    font-weight: 700 !important;
    margin: 0 0 1em !important;
    padding: 0 !important
}

.wrapper[data-v-a57cd6fc] {
    border: 1px dashed #e1e5eb !important;
    padding: 2em !important;
    text-align: center !important
}

.first-message-of[data-v-a9e2445c] {
    margin-top: .5em !important
}

.text-message[data-v-a9e2445c] {
    position: relative !important;
    display: inline-block !important;
    line-height: 1.5em !important
}

.text-message.client.message.margin[data-v-a9e2445c] {
    margin-left: 2em !important
}

.text-message.operator.message.margin[data-v-a9e2445c] {
    margin-right: 2em !important
}

.text-message.default[data-v-a9e2445c] {
    padding: 1em !important
}

.text-message *[data-v-a9e2445c] {
    word-break: break-word !important
}

.text-message.only-image[data-v-a9e2445c] {
    overflow: hidden !important
}

.is-plain-text .text[data-v-a9e2445c], .is-plain-text .text *[data-v-a9e2445c] {
    white-space: pre-wrap !important
}

.reply-to-message[data-v-a9e2445c] {
    border-left: 2px solid !important;
    padding-left: .6em !important;
    margin-bottom: .5em !important
}

.reply-to-message .reply-sender[data-v-a9e2445c] {
    font-weight: 700 !important
}

.reply-to-message .reply-attachments[data-v-a9e2445c] {
    font-style: italic !important
}

.first-message-date[data-v-2c14e0b2] {
    color: #818ea3 !important;
    text-align: center !important;
    padding: 2em 0 !important
}

.message-time[data-v-2c14e0b2] {
    color: #818ea3 !important;
    font-size: .8em !important
}

.message[data-v-2c14e0b2] {
    margin-bottom: .3em !important;
    text-align: left !important
}

.chat-message-wrapper.client[data-v-2c14e0b2] {
    text-align: right !important
}

.chat-message-wrapper.client.last-message-of .message[data-v-2c14e0b2] {
    border-bottom-right-radius: 0 !important
}

.chat-message-wrapper.client .reply-button[data-v-2c14e0b2] {
    left: -2.5em !important
}

.chat-message-wrapper.operator.last-message-of .message[data-v-2c14e0b2] {
    border-bottom-left-radius: 0 !important
}

.chat-message-wrapper.operator .reply-button[data-v-2c14e0b2] {
    right: -2.5em !important
}

.chat-message-wrapper .reply-button[data-v-2c14e0b2] {
    color: #818ea3 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transition: aLL .2s linear !important;
    -o-transition: aLL .2s linear !important;
    transition: aLL .2s linear !important;
    position: absolute !important;
    top: 50% !important;
    margin-top: -1em !important;
    width: 2em !important;
    height: 2em !important;
    line-height: 2em !important;
    padding: 0 !important;
    text-align: center !important;
    border-radius: 50% !important
}

.chat-message-wrapper:hover .reply-button[data-v-2c14e0b2] {
    opacity: 1 !important;
    visibility: visible !important
}

.chat-message-wrapper:hover .reply-button[data-v-2c14e0b2]:hover {
    background: #f5f5f5 !important
}

.message-buttons-wrapper[data-v-2c14e0b2] {
    margin: 1em -.25em -.25em !important
}

.message-buttons-wrapper .message-button[data-v-2c14e0b2] {
    padding: .25em !important;
    min-width: 50% !important
}

.icon[data-v-0f4000b7], .required[data-v-0f4000b7] {
    position: absolute !important;
    top: .8em !important;
    line-height: 1.25em !important
}

.icon[data-v-0f4000b7] {
    margin-top: 2px !important;
    left: 1em !important
}

.required[data-v-0f4000b7] {
    right: 1em !important
}

.required[data-v-0f4000b7]:before {
    content: "*" !important;
    vertical-align: sub !important
}

.suggest-wrapper[data-v-56a39fc4] {
    font-size: .8em !important;
    margin-bottom: .5em !important;
    text-align: right !important;
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out !important;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out !important;
    -o-transition: opacity .2s ease-out, transform .2s ease-out !important;
    transition: opacity .2s ease-out, transform .2s ease-out !important;
    transition: opacity .2s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    -webkit-transform: translateX(100px) !important;
    -ms-transform: translateX(100px) !important;
    transform: translateX(100px) !important
}

:focus + .suggest-wrapper.empty-value[data-v-56a39fc4] {
    opacity: 1 !important;
    height: auto !important;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.chat-form.stepped .chat-form-item .suggest-wrapper[data-v-56a39fc4] {
    display: none !important
}

.chat-form.stepped .chat-form-item.last .suggest-wrapper[data-v-56a39fc4] {
    display: block !important;
    padding: 0 1em !important
}

.online-chat-root .input-items input[data-v-dfbf3f2e] {
    margin-right: .5em !important
}

.arrow[data-v-7c0da674] {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    padding: 0 1em !important;
    cursor: pointer !important;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1) !important;
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1) !important;
    transition: all .25s cubic-bezier(.645, .045, .355, 1) !important
}

.arrow span[data-v-7c0da674] {
    color: #444 !important;
    -webkit-transform: scaleY(.5) !important;
    -ms-transform: scaleY(.5) !important;
    transform: scaleY(.5) !important;
    display: inline-block !important
}

.online-chat-root .overlay[data-v-04af9384] {
    z-index: 99999999 !important;
    padding: 1.5em !important
}

.online-chat-root .append-to-body[data-v-04af9384] {
    position: fixed !important
}

.lightbox[data-v-06699aa2] {
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important
}

.lightbox[data-v-06699aa2], .lightbox > img[data-v-06699aa2] {
    max-height: 100% !important
}

.lightbox > img[data-v-06699aa2] {
    visibility: hidden !important
}

.modal[data-v-f350d50c] {
    background: #fff !important;
    overflow: hidden !important;
    max-height: 100% !important;
    width: auto !important;
    margin: 0 auto !important;
    max-width: 600px !important
}

.modal.without-padding .body > .inner[data-v-f350d50c] {
    padding: 0 !important
}

.modal.append-to-widget[data-v-f350d50c] {
    width: 100% !important
}

.body > .inner[data-v-f350d50c], .footer[data-v-f350d50c], .title[data-v-f350d50c] {
    padding: 1em !important
}

.title[data-v-f350d50c] {
    min-height: 3em !important;
    border-bottom: 1px solid #e1e5eb !important;
    font-size: 1.2em !important
}

.body[data-v-f350d50c] {
    width: 100% !important;
    position: relative !important
}

.online-chat-root .ie .body[data-v-f350d50c] {
    min-height: 300px !important
}

.disabled[data-v-3c3d0c49] {
    pointer-events: none !important;
    opacity: .6 !important
}

.with-upload[data-v-be362c1c] {
    padding-right: 2em !important
}

.upload-handler[data-v-be362c1c] {
    position: absolute !important;
    bottom: .8em !important;
    right: .5em !important
}

.textarea[data-v-be362c1c] {
    min-height: 6em !important
}

.online-chat-root .input-items input[data-v-3dfbba64] {
    margin-right: .5em !important
}

.online-chat-root .online-chat-google-recaptcha * {
    height: inherit !important
}

.online-chat-root .online-chat-google-recaptcha > div {
    -webkit-transform-origin: left top !important;
    -ms-transform-origin: left top !important;
    transform-origin: left top !important
}

.online-chat-root .online-chat-google-recaptcha iframe {
    width: 100% !important
}

.thumb-down[data-v-73a09295] {
    -webkit-transform: rotate(180deg) translateY(-7%) !important;
    -ms-transform: rotate(180deg) translateY(-7%) !important;
    transform: rotate(180deg) translateY(-7%) !important;
    -webkit-transform-origin: center !important;
    -ms-transform-origin: center !important;
    transform-origin: center !important
}

.value[data-v-73a09295] {
    font-size: 1.2em !important;
    padding-right: .2em !important;
    color: #eaeae7 !important
}

.value.selected.good[data-v-73a09295] {
    color: #2ecc71 !important
}

.value.selected.bad[data-v-73a09295] {
    color: #e74c3c !important
}

.value.selected.star[data-v-73a09295] {
    color: #ffd559 !important
}

.editable .value[data-v-73a09295] {
    cursor: pointer !important
}

.value[data-v-7e4db588] {
    font-size: 2em !important;
    padding: .5em !important
}

.chat-history-wrapper[data-v-07f98ed7] {
    position: relative !important
}

.chat-history-root[data-v-07f98ed7] {
    z-index: 1 !important
}

.chat-history-inner[data-v-07f98ed7] {
    padding-bottom: 3em !important
}

.messages-list[data-v-07f98ed7] {
    overflow: hidden !important;
    padding: 1em 1.5em !important
}

.collect-contacts[data-v-07f98ed7] {
    margin-top: 2em !important
}

.bottom-area[data-v-07f98ed7] {
    padding-bottom: 1em !important;
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
    text-align: center !important;
    font-size: .8em !important
}

.bottom-area .copyright img[data-v-07f98ed7] {
    vertical-align: middle !important;
    height: 2em !important
}

.unreaded-messages-count[data-v-07f98ed7] {
    font-size: 1.2em !important;
    position: absolute !important;
    bottom: 1.5em !important;
    right: 1.5em !important;
    background: #fff !important;
    font-weight: 700 !important;
    border-radius: 50% !important;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1) !important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1) !important;
    border: 1px solid #e1e5eb !important;
    width: 2.5em !important;
    height: 2.5em !important;
    line-height: 2.5em !important;
    text-align: center !important;
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important
}

.unreaded-messages-count[data-v-07f98ed7]:hover {
    background: #fbfbfb !important
}

.header-avatar[data-v-2e161014] {
    width: 2.5em !important;
    height: 2.5em !important;
    float: left !important;
    margin-right: 1em !important
}

.group-descr[data-v-2e161014] {
    margin-top: .6em !important;
    font-size: .9em !important;
    opacity: .8 !important
}

.operator-descr[data-v-2e161014] {
    font-weight: 700 !important
}

.item[data-v-def9f948] {
    display: inline-block !important;
    padding: .2em !important;
    -webkit-transition: all .1s ease !important;
    -o-transition: all .1s ease !important;
    transition: all .1s ease !important;
    border-radius: 50% !important
}

.item[data-v-def9f948]:hover {
    background: #ebebeb !important
}

.popover[data-v-2c27f3cf] {
    z-index: 1 !important;
    position: absolute !important;
    padding: 1em !important;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
    left: 1.5em !important;
    right: 1.5em !important;
    border-radius: .25em !important
}

.popover.top[data-v-2c27f3cf] {
    bottom: 100% !important;
    margin-bottom: 3px !important
}

.popover.bottom[data-v-2c27f3cf] {
    top: 100% !important
}

.tag[data-v-618d85b1] {
    position: relative !important;
    display: inline-block !important;
    max-width: 100% !important;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
    background: #f0f2f5 !important;
    color: #6e7c94 !important;
    border-radius: 1em !important;
    padding: .3em 1.7em .3em .6em !important;
    margin: .2em .5em .2em 0 !important
}

.tag .close[data-v-618d85b1] {
    cursor: pointer !important;
    position: absolute !important;
    right: .3em !important;
    font-size: 1em !important;
    top: .35em !important;
    -webkit-transition: all .1s ease !important;
    -o-transition: all .1s ease !important;
    transition: all .1s ease !important;
    padding: .2em !important;
    border-radius: 30px !important
}

.tag .close[data-v-618d85b1]:hover {
    background: #6e7c94 !important;
    color: #f0f2f5 !important
}

.offline-form-button[data-v-10d5a4be] {
    text-align: center !important;
    padding: 1.25em !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    -webkit-transition: opacity .2s ease !important;
    -o-transition: opacity .2s ease !important;
    transition: opacity .2s ease !important
}

.offline-form-button[data-v-10d5a4be]:hover {
    opacity: .85 !important
}

.chat-textarea-wrapper[data-v-10d5a4be] {
    position: relative !important;
    -webkit-transition: -webkit-filter .3s ease !important;
    transition: -webkit-filter .3s ease !important;
    -o-transition: filter .3s ease !important;
    transition: filter .3s ease !important;
    transition: filter .3s ease, -webkit-filter .3s ease !important
}

.chat-textarea-wrapper .textarea[data-v-10d5a4be] {
    color: inherit !important;
    background: rgba(0, 0, 0, 0) !important;
    -webkit-transition: -webkit-box-shadow .2s ease !important;
    transition: -webkit-box-shadow .2s ease !important;
    -o-transition: box-shadow .2s ease !important;
    transition: box-shadow .2s ease !important;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease !important;
    margin: 0 !important;
    border: none !important;
    resize: none !important;
    width: 100% !important;
    height: 1em !important;
    min-height: 2.9em !important;
    max-height: 9.4em !important;
    font-size: 1em !important
}

.chat-textarea-wrapper .textarea[data-v-10d5a4be]::-webkit-scrollbar {
    width: 6px !important
}

.chat-textarea-wrapper .textarea[data-v-10d5a4be]::-webkit-scrollbar-button {
    width: 6px !important;
    display: block !important;
    height: 100% !important
}

.chat-textarea-wrapper .textarea[data-v-10d5a4be]::-webkit-scrollbar-thumb {
    width: 6px !important;
    border-radius: 4px !important;
    background-color: hsla(0, 0%, 66.7%, .6) !important;
    cursor: pointer !important
}

.chat-textarea-wrapper .icons[data-v-10d5a4be] {
    position: absolute !important;
    white-space: nowrap !important;
    right: 1.5em !important;
    bottom: .2em !important
}

.chat-textarea-wrapper .icons .icon[data-v-10d5a4be] {
    display: inline-block !important;
    cursor: pointer !important;
    width: 2em !important;
    font-size: 1.4em !important;
    padding: .5em !important;
    margin-right: -.75em !important
}

.chat-textarea-wrapper .icons .icon > *[data-v-10d5a4be] {
    cursor: inherit !important
}

.chat-textarea-wrapper .overlay[data-v-10d5a4be] {
    z-index: 1 !important;
    background: hsla(0, 0%, 100%, 0) !important;
    padding: 0 1em !important
}

.chat-textarea-wrapper.blocked .blur-on-block[data-v-10d5a4be] {
    -webkit-filter: blur(2px) !important;
    filter: blur(2px) !important;
    pointer-events: none !important
}

.chat-textarea-wrapper .reply-to .reply-icon[data-v-10d5a4be] {
    font-size: 1.5em !important
}

.chat-textarea-wrapper .reply-to .text[data-v-10d5a4be] {
    padding: 0 1em 0 .5em !important;
    line-height: 1.1em !important
}

.chat-textarea-wrapper .reply-to .close[data-v-10d5a4be], .chat-textarea-wrapper .reply-to .reply-icon[data-v-10d5a4be] {
    width: 1.3em !important;
    min-width: 1.3em !important
}

.upload-overlay[data-v-2faff769] {
    pointer-events: none !important;
    padding: .75em !important
}

.upload-overlay > .upload-border[data-v-2faff769] {
    color: #fff !important;
    font-size: 2em !important;
    border: 2px dashed #fff !important;
    border-radius: .5em !important
}

.review[data-v-cb18126e] {
    padding: 1em !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    margin-bottom: 1em !important;
    border-radius: .5em !important
}

.text.margin[data-v-cb18126e] {
    margin-top: 1em !important
}

.value[data-v-cb18126e] {
    font-size: 1em !important
}

.author[data-v-cb18126e] {
    margin-bottom: .2em !important
}

.answer[data-v-cb18126e] {
    margin-top: 2em !important
}

.description[data-v-50e49172] {
    margin-bottom: 4em !important
}

.value[data-v-18d0b720] {
    font-size: 2em !important
}

.clickable-block[data-v-46fe4dea]:last-child {
    margin-bottom: 0 !important
}

.logo[data-v-802e9d5a] {
    max-width: 120px !important;
    max-height: 35px !important;
    margin: .35em 0 .8em !important;
    display: inline-block !important
}

.tab-content[data-v-617115c3] {
    overflow: hidden !important;
    max-width: 100%
}

.rate-request-in-header[data-v-141675c0] {
    padding: .75em !important
}

.chat-form[data-v-141675c0] {
    padding: 0 0 0 1em !important
}

.value[data-v-141675c0] {
    font-size: 1.5em !important;
    padding: .5em !important
}

.widget-root[data-v-c08fd266] {
    background: #fff !important;
    position: relative !important;
    -webkit-transition: opacity .1s ease, -webkit-transform .1s ease !important;
    transition: opacity .1s ease, -webkit-transform .1s ease !important;
    -o-transition: transform .1s ease, opacity .1s ease !important;
    transition: transform .1s ease, opacity .1s ease !important;
    transition: transform .1s ease, opacity .1s ease, -webkit-transform .1s ease !important
}

.tab-enter-active[data-v-c08fd266], .tab-leave-active[data-v-c08fd266] {
    -webkit-transition: opacity .3s, -webkit-transform .3s !important;
    transition: opacity .3s, -webkit-transform .3s !important;
    -o-transition: opacity .3s, transform .3s !important;
    transition: opacity .3s, transform .3s !important;
    transition: opacity .3s, transform .3s, -webkit-transform .3s !important
}

.tab-enter[data-v-c08fd266], .tab-leave-to[data-v-c08fd266] {
    opacity: 0 !important;
    -webkit-transform: translateY(100%) !important;
    -ms-transform: translateY(100%) !important;
    transform: translateY(100%) !important
}

.online-chat-root-TalkMe {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
}

.online-chat-root-TalkMe .trigger-background {
    background: #fe453d !important;
    color: #ffffff !important;
}

.online-chat-root-TalkMe .badge-background {
    background: #3fabd1 !important;
    color: #ffffff !important;
}

.online-chat-root-TalkMe a {
    color: #376dbf !important;
}

.online-chat-root-TalkMe a:visited {
    color: #376dbf !important;
}

.online-chat-root-TalkMe .link-color {
    color: #376dbf !important;
}

.online-chat-root-TalkMe a:hover {
    color: #376dbf !important;
}

.online-chat-root-TalkMe .default-font-size {
    font-size: 14px !important;
}

.online-chat-root-TalkMe .trigger-font-size {
    font-size: 15px !important;
}

.online-chat-root-TalkMe .trigger-font-family {
    font-family: Arial, Helvetica, sans-serif !important;
}

.online-chat-root-TalkMe .content-background {
    background: #ffffff !important;
}

.online-chat-root-TalkMe .top-z-index {
    z-index: 2147483649 !important;
}

.online-chat-root-TalkMe .typo {
    letter-spacing: 0.03em !important;
}

.online-chat-root-TalkMe .client-message-background {
    background: #A069F7 !important;
    color: #FFFFFF !important;
}

.online-chat-root-TalkMe .client-message-background a, .online-chat-root-TalkMe .client-message-background a:hover {
    color: #FFFFFF !important;
}

.online-chat-root-TalkMe .operator-message-background {
    background: #F3F2F7 !important;
    color: #363636 !important;
}

.online-chat-root-TalkMe .operator-message-background a, .online-chat-root-TalkMe .operator-message-background a:hover {
    color: #363636 !important;
}

.online-chat-root-TalkMe .online-chat-widget-container {
    border: 0px !important;
    background: #fff !important;
    box-shadow: 0 0 10px rgba(17, 17, 17, .2) !important;
}

.online-chat-root-TalkMe .online-chat-widget-container-border-radius {
    border-radius: 11px !important;
}

.online-chat-root-TalkMe .has-content-border-radius .content-border-radius-top {
    border-top-left-radius: 11px !important;
    border-top-right-radius: 11px !important;
}

.online-chat-root-TalkMe .has-content-border-radius .content-border-radius-bottom {
    border-bottom-left-radius: 11px !important;
    border-bottom-right-radius: 11px !important;
}

.online-chat-root-TalkMe .force-content-border-radius-bottom {
    border-bottom-left-radius: 11px !important;
    border-bottom-right-radius: 11px !important;
}

.online-chat-root-TalkMe .online-chat-widget-container.drag-active {
    box-shadow: 0 20px 20px rgba(17, 17, 17, .2) !important;
}

.online-chat-root-TalkMe .widget-header-background {
    background: #FE5752 !important;
}

.online-chat-root-TalkMe .widget-header-color {
    color: #ffffff !important;
}

.online-chat-root-TalkMe .widget-header {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
}

.online-chat-root-TalkMe .operator-avatar.with-border {
    border: 1px solid #ffffff !important;
}

.online-chat-root-TalkMe .message {
    border-radius: 23px !important;
}

.online-chat-root-TalkMe .like-link-light-border {
    border: 1px solid #376dbf2e !important;
    color: #376dbf !important;
}

.online-chat-root-TalkMe .like-link-border {
    border: 1px solid #376dbf !important;
}

.online-chat-root-TalkMe .link-color-background {
    background: #376dbf !important;
}

.online-chat-root-TalkMe .chat-selectable-item.selected, .online-chat-root-TalkMe .chat-selectable-item:hover {
    box-shadow: 0 .5em .8em #376dbf2e !important;
}

.online-chat-root-TalkMe .btn.primary.inverse, .online-chat-root-TalkMe button.primary.inverse, .online-chat-root-TalkMe input[type=submit].primary.inverse, .online-chat-root-TalkMe .btn.primary.inverse:focus, .online-chat-root-TalkMe button.primary.inverse:focus, .online-chat-root-TalkMe input[type=submit].primary.inverse:focus, .online-chat-root-TalkMe .btn.primary.inverse:active, .online-chat-root-TalkMe button.primary.inverse:active, .online-chat-root-TalkMe input[type=submit].primary.inverse:active {
    color: #4d74c7 !important;
    background: #ffffff !important;
}

.online-chat-root-TalkMe .btn.primary, .online-chat-root-TalkMe button.primary, .online-chat-root-TalkMe input[type=submit].primary, .online-chat-root-TalkMe .btn.primary:focus, .online-chat-root-TalkMe button.primary:focus, .online-chat-root-TalkMe input[type=submit].primary:focus, .online-chat-root-TalkMe .btn.primary:active, .online-chat-root-TalkMe button.primary:active, .online-chat-root-TalkMe input[type=submit].primary:active, .online-chat-root-TalkMe .btn.primary.inverse:hover, .online-chat-root-TalkMe button.primary.inverse:hover, .online-chat-root-TalkMe input[type=submit].primary.inverse:hover {
    background: #4d74c7 !important;
    color: #ffffff !important;
    border-color: #4d74c7 !important;
}

.online-chat-root-TalkMe .content-border-radius-top > .ps__rail-y {
    margin: 6px 0 !important;
}

.online-chat-root-TalkMe .chat-history-wrapper > .ps__rail-y {
    margin-top: 6px !important;
    margin-bottom: null !important;
}

.online-chat-root-TalkMe .widget-tab-content {
    margin: 0 0em 0em !important;
    overflow: hidden !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.online-chat-root-TalkMe .placeholder-color, .online-chat-root-TalkMe .placeholder-color-when-blurred:not(:focus), .online-chat-root-TalkMe input::placeholder, .online-chat-root-TalkMe textarea::placeholder {
    color: #9ca2a8 !important;
}

.online-chat-root-TalkMe .chat-textarea-wrapper.d-flex.vertical {
    height: auto !important;
    background: #F3F2F7 !important;
    color: #52555B !important;
    border: 0px solid #e1e5eb !important;
    margin: 0.1em 1em 1em 1em !important;
    border-radius: 30px !important;
    padding-top: 0 !important;
}

.online-chat-root-TalkMe .chat-textarea-wrapper textarea::placeholder {
    color: #A5A4AF !important;
}

.online-chat-root-TalkMe .chat-textarea-wrapper textarea {
    border-radius: 30px !important;
}

.online-chat-root-TalkMe input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]):not([type=button]), .online-chat-root-TalkMe textarea, .online-chat-root-TalkMe select, .online-chat-root-TalkMe .like-input, .online-chat-root-TalkMe button, .online-chat-root-TalkMe input[type=submit], .online-chat-root-TalkMe .btn {
    border: 1px solid #e1e5eb !important;
}

.online-chat-root-TalkMe input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]):not([type=button]):not(.error):hover, .online-chat-root-TalkMe input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]):not([type=button]):not(.error):focus, .online-chat-root-TalkMe textarea:not(.error):hover, .online-chat-root-TalkMe textarea:not(.error):focus, .online-chat-root-TalkMe select:not(.error):hover, .online-chat-root-TalkMe select:not(.error):focus, .online-chat-root-TalkMe .like-input:not(.error):hover, .online-chat-root-TalkMe .like-input:not(.error):focus, .online-chat-root-TalkMe button:hover:not(.primary):not(.inverse), .online-chat-root-TalkMe input[type=submit]:hover:not(.primary):not(.inverse), .online-chat-root-TalkMe .btn:hover:not(.primary):not(.inverse) {
    border-color: #b3bdcc !important;
}

.online-chat-root-TalkMe .trigger-popup .inner, .online-chat-root-TalkMe .trigger-popup .inner:before, .online-chat-root-TalkMe .trigger-popup .inner:after {
    border-color: #e1e5eb !important;
}

.online-chat-root-TalkMe .trigger-popup .inner {
    background: #ffffff !important;
    color: #ffffff !important;
}

.online-chat-root-TalkMe .trigger-popup .inner .slot {
    color: #595959 !important;
}

.online-chat-root-TalkMe .trigger-popup .inner .close {
    background: #e1e5eb !important;
    color: #595959 !important;
}

.online-chat-root-TalkMe .trigger-popup .trigger-menu li:hover {
    background: #f1f2f7 !important;
    color: #595959 !important;
}

.online-chat-root-TalkMe .popup-notification {
    background: rgba(0, 0, 0, .8) !important;
    color: #ffffff !important;
}

.online-chat-root-TalkMe .device-type-desktop .popup-notification {
    left: 14px !important;
    right: auto !important;
    bottom: 14px !important;
    top: auto !important;
}

.online-chat-root-TalkMe #supportTrigger {
    bottom: 0px !important;
    left: 150px !important;
    right: auto !important;
}

.supportNotLoaded .TalkMe-online, .supportNotLoaded .TalkMe-offline, .supportOnline .TalkMe-offline, .supportOffline .TalkMe-online {
    display: none !important;
}

.online-chat-root-TalkMe .trigger-classic {
    border-radius: 7px 7px 0 0 !important;
    border-top: 4px solid rgba(0, 0, 0, .15) !important;
}



:root{
--bs-success: #198754;
--bs-danger: #dc3545;
}

.timeline-container li.success_color,
.timeline-container li.success_color label,
.timeline-container li.success_color span {
 color:var(--bs-success)!important
}
.timeline-container li.error_color,
.timeline-container li.error_color label,
.timeline-container li.error_color span {
 color:var(--bs-danger)!important
}
.timeline-container li.error_color:before {
 border-bottom-color:var(--bs-danger)!important;
 opacity:1
}
.timeline-container li.success_color:before {
 border-bottom-color:var(--bs-success)!important;
 opacity:1
}


@keyframes flashing {
 0% {
  color:#fff;
  opacity:.3
 }
 100% {
  color:#fff;
  opacity:1
 }
}
@-webkit-keyframes flashing {
 0% {
  color:#fff;
  opacity:.3
 }
 100% {
  color:#fff;
  opacity:1
 }
}
@-o-keyframes flashing {
 0% {
  color:#fff;
  opacity:.3
 }
 100% {
  color:#fff;
  opacity:1
 }
}
@keyframes flashing-line {
 0% {
  opacity:.25
 }
 100% {
  opacity:.35
 }
}
@-webkit-keyframes flashing-line {
 0% {
  opacity:.25
 }
 100% {
  opacity:.35
 }
}
@-o-keyframes flashing-line {
 0% {
  opacity:.25
 }
 100% {
  opacity:.35
 }
}



.telegram {
    display: inline-block;
    background: #00a783;
    padding: 5px 10px 5px 10px;
    border-radius: 50px;
    box-shadow: 0px 7px 15px rgb(0 191 150 / 25%), 0px 4px 6px rgb(0 0 0 / 6%);
    margin-left: 10px;
}