.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.word-wrap {
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.text-overflow {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.content-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.content-wrapper:after, .content-wrapper:before {
    content: " ";
    display: table
}

.content-wrapper:after {
    clear: both
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-container:after, .flex-container:before {
    content: none
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.bg-white {
    background: #fff
}

.bg-gray {
    background: #f2f5fb
}

.text-blue {
    color: #126cab !important
}

.text-green {
    color: #7fba2f !important
}

.text-nowrap {
    white-space: nowrap
}

.sr-only {
    display: none
}

[role=button] {
    text-decoration: none;
    cursor: pointer
}

.fl-col-6 {
    display: inline-block;
    vertical-align: top;
    width: 50%
}

@media (max-width:680px) {
    .fl-col-6 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%
    }
}

.fl-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.fl-row:after, .fl-row:before {
    content: none
}

@media (max-width:680px) {
    .fl-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.mt-1 {
    margin-top: 1rem
}

.mt-2 {
    margin-top: 2rem
}

.mt-3 {
    margin-top: 3rem
}

.mb-2 {
    margin-bottom: 1rem;
    margin-bottom: 2rem
}

.w-1 {
    width: 100%
}

.overlay-panel-bottom {
    position: fixed;
    z-index: 999;
    background-color: #f2f5fb;
    left: 0;
    right: 0;
    bottom: 0;
    color: #333;
    -webkit-box-shadow: 0 -3px 15px -2px rgba(0, 0, 0, .14);
    box-shadow: 0 -3px 15px -2px rgba(0, 0, 0, .14)
}

.flex-basis-auto {
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important
}

.flex-top {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.btn-icon-close:after, .btn-icon-close:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 2px solid;
    left: 0;
    top: 50%;
    margin-top: -1px
}

.btn-icon-close:after {
    -webkit-transform: rotate(45deg) scaleX(.6);
    -ms-transform: rotate(45deg) scaleX(.6);
    transform: rotate(45deg) scaleX(.6)
}

.btn-icon-close:before {
    -webkit-transform: rotate(-45deg) scaleX(.6);
    -ms-transform: rotate(-45deg) scaleX(.6);
    transform: rotate(-45deg) scaleX(.6)
}

@media (max-width:1070px) {
    .visible-large {
        display: none !important
    }
}

.footer {
    clear: both;
    padding-top: 0;
    padding-bottom: 5rem;
    background-position: 50% 0;
    background-color: #f2f5fb;
    background-repeat: no-repeat;
    background-size: cover
}

.footer__wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__logo, .footer__wrapper {
    padding-left: 1rem;
    padding-right: 1rem
}

.footer__logo {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 2rem 0;
    text-align: left
}

@media (max-width:960px) {
    .footer__logo {
        width: 27rem;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

@media (max-width:680px) {
    .footer__logo {
        text-align: center !important
    }
}

.jur-ba .footer__logo .logo__link, .jur-eu .footer__logo .logo__link, .jur-la .footer__logo .logo__link {
    max-width: 27rem;
    height: 35px
}

.jur-ba .footer__logo .logo__link img, .jur-eu .footer__logo .logo__link img, .jur-la .footer__logo .logo__link img {
    margin: 0;
    height: 100%;
    display: inline-block
}

.jur-ba .footer__logo .logo__link {
    height: 43px
}

.footer__contacts {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    text-align: right
}

@media (min-width:681px) and (max-width:960px) {
    .footer__contacts {
        -ms-flex-preferred-size: 67%;
        flex-basis: 67%
    }
}

@media (max-width:680px) {
    .footer__contacts {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center !important
    }
}

.footer__phone {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 43%;
    margin: 2rem 0;
    padding: 0 1rem;
    font-size: 2rem;
    line-height: 1;
    white-space: nowrap;
    color: #000;
    text-decoration: none;
    text-align: right;
    cursor: default
}

.footer__phone[href*=tel]:hover {
    color: #000
}

@media (max-width:960px) {
    .footer__phone {
        font-size: 2rem;
        line-height: 1.5
    }
}

@media (max-width:680px) {
    .footer__phone {
        text-align: center !important;
        font-size: 2rem;
        width: 100%;
        margin: 1rem 0 1.5rem
    }
}

@media (min-width:681px) and (max-width:960px) {
    .footer__phone {
        width: auto
    }
}

.footer__socials {
    display: inline-block;
    vertical-align: middle;
    margin: 2rem 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    width: 57%;
    text-align: right
}

@media (min-width:681px) and (max-width:960px) {
    .footer__socials {
        width: 100%;
        margin-bottom: 0
    }
}

.footer__socials li {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 1rem
}

.footer__socials li a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 2rem;
    text-align: center;
    color: rgba(0, 0, 0, .15)
}

.footer__socials li a .fa {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% 200%;
    will-change: auto
}

.footer__socials li a .fa:before {
    content: none
}

.index-page .footer.active .footer__socials li a .fa-telegram-square, .inner-page .footer .footer__socials li a .fa-telegram-square {
    background-image: url(../../bundles/appfront/img/redesign/socials/telegram.svg)
}

.index-page .footer.active .footer__socials li a .fa-vk-square, .inner-page .footer .footer__socials li a .fa-vk-square {
    background-image: url(../../bundles/appfront/img/redesign/socials/vk.svg)
}

.index-page .footer.active .footer__socials li a .fa-facebook-square, .inner-page .footer .footer__socials li a .fa-facebook-square {
    background-image: url(../../bundles/appfront/img/redesign/socials/facebook.svg)
}

.index-page .footer.active .footer__socials li a .fa-twitter, .inner-page .footer .footer__socials li a .fa-twitter {
    background-image: url(../../bundles/appfront/img/redesign/socials/twitter.svg)
}

.index-page .footer.active .footer__socials li a .fa-youtube-play, .inner-page .footer .footer__socials li a .fa-youtube-play {
    background-image: url(../../bundles/appfront/img/redesign/socials/youtube.svg)
}

.index-page .footer.active .footer__socials li a .fa-instagram, .inner-page .footer .footer__socials li a .fa-instagram {
    background-image: url(../../bundles/appfront/img/redesign/socials/instagram.svg)
}

.footer__socials li a:hover .fa {
    background-position: 50% 100%
}

@media (max-width:680px) {
    .footer__socials {
        text-align: center !important;
        margin: 1rem 0 1.5rem
    }
}

@media (max-width:480px) {
    .footer__socials {
        width: 100%;
        margin: 1rem 0
    }
}

.footer__links {
    margin-top: .5rem;
    margin-bottom: 1rem;
    float: left;
}

.footer__links a {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 1.3rem 1rem;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #6d7376;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-decoration: underline;
}

.footer__links a:first-child {
    margin-left: 1rem;
}

.footer__links a:active, .footer__links a:focus, .footer__links a:hover, .footer__links a:visited:active, .footer__links a:visited:hover {
    text-decoration: none;
}

.footer__links a:visited {
    color: #6d7376;
}

@media (max-width:480px) {
    .footer__links a {
        font-size: 1.2rem;
        line-height: 1.66666667;
    }
}

.footer__support {
    float: right;
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.footer__support a {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 1.3rem 1rem;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #bf9537;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-decoration: underline;
}

.footer__support a:last-child {
    margin-right: 1rem;
}

.footer__support a:active, .footer__support a:focus, .footer__support a:hover, .footer__support a:visited:active, .footer__support a:visited:hover {
    text-decoration: none;
}

.footer__support a:visited {
    color: #bf9537;
}

@media (max-width:480px) {
    .footer__support a {
        font-size: 1.2rem;
        line-height: 1.66666667;
    }
}

.footer__risk-warning {
    margin-top: 2rem;
    padding: 0 1rem;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #697d8c;
}

.footer__risk-warning b {
    color: #000;
}

@media (max-width:480px) {
    .footer__risk-warning {
        line-height: 1.66666667;
    }
}

.footer__registration {
    margin-top: 2rem;
    padding: 0 1rem;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #667285;
}

.footer__registration b, .footer__registration strong {
    font-weight: 400;
    color: #667285;
}

.footer__registration br:first-child {
    display: none;
}

@media (max-width:480px) {
    .footer__registration {
        line-height: 1.66666667;
    }
}

.footer__sponsorship {
    margin: 3.5rem 0 0;
    padding: 6rem 0 4rem;
    background-color: #fff;
    will-change: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

@media (max-width:680px) {
    .footer__sponsorship {
        margin: 2rem 0 4rem;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
}

.footer__copyright {
    padding: 0 1rem;
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #697d8c;
}

.footer__copyright br {
    display: none
}

@media (max-width:480px) {
    .footer__copyright {
        line-height: 1.66666667
    }
}

.footer p {
    margin: 0
}

@media (max-width:680px) {
    .footer__sponsorship {
        padding-top: 7rem;
        padding-bottom: 4rem
    }

    .footer__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

.sponsorship__list {
    list-style-type: none;
    font-size: 0;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 1rem
}

.sponsorship__item, .sponsorship__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sponsorship__item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.sponsorship__link {
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.sponsorship__link:hover {
    opacity: .7
}

.sponsorship__logo {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 22%;
    min-width: 6rem;
    height: 7rem
}

.sponsorship__logo.dakar {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
    height: 8rem
}

.index-page .footer.active .sponsorship__logo.dakar, .inner-page .sponsorship__logo.dakar {
    background-image: url(../../bundles/appfront/img/redesign/dakar-branding/dakar-emblem.png)
}

.sponsorship__logo.police {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain
}

.index-page .footer.active .sponsorship__logo.police, .inner-page .sponsorship__logo.police {
    background-image: url(../../bundles/appfront/img/redesign/sponsorship/police.png)
}

.sponsorship__logo.kulebin {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    height: 6rem;
    width: 24%
}

.index-page .footer.active .sponsorship__logo.kulebin, .inner-page .sponsorship__logo.kulebin {
    background-image: url(../../bundles/appfront/img/redesign/sponsorship/kulebin.png)
}

.sponsorship__logo.zalgiris {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 20%;
    margin: 0 1%;
    height: 8rem
}

.index-page .footer.active .sponsorship__logo.zalgiris, .inner-page .sponsorship__logo.zalgiris {
    background-image: url(../../bundles/appfront/img/redesign/zalgiris-branding/zalgiris-emblem-footer.png)
}

.sponsorship__content {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 70%;
    margin-top: .5rem;
    padding-left: 2.5rem;
    padding-right: 2rem;
    white-space: normal
}

.sponsorship__heading {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    color: #000
}

.sponsorship__desc {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #222
}

.sponsorship__item.columns-1-3 {
    width: 33.33333333%
}

.sponsorship__item.columns-1-3 .sponsorship__heading {
    min-height: 60px
}

.sponsorship__item.columns-1-4 {
    width: 25%
}

@media only screen and (-o-min-device-pixel-ratio:1.25), only screen and (-o-min-device-pixel-ratio:5/4), only screen and (-webkit-min-device-pixel-ratio:1.25), only screen and (min--moz-device-pixel-ratio:1.25), only screen and (min-device-pixel-ratio:1.25), only screen and (min-resolution:1.25dppx), only screen and (min-resolution:120dpi) {
    .footer.active .sponsorship__logo.dakar {
        background-image: url(../../bundles/appfront/img/redesign/dakar-branding/dakar-emblem%402x.png)
    }

    .footer.active .sponsorship__logo.police {
        background-image: url(../../bundles/appfront/img/redesign/sponsorship/police%402x.png)
    }

    .footer.active .sponsorship__logo.kulebin {
        background-image: url(../../bundles/appfront/img/redesign/sponsorship/kulebin%402x.png)
    }
}

@media (max-width:960px) and (min-width:761px) {
    .sponsorship__logo {
        display: block;
        width: 82px;
        height: 8rem;
        background-size: auto;
        margin: 0 1rem
    }

    .sponsorship__content {
        max-width: none;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (max-width:760px) {
    .sponsorship__heading {
        min-height: inherit !important
    }

    .sponsorship__logo.kulebin {
        background-size: auto !important
    }

    .sponsorship__item {
        vertical-align: top;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100% !important
    }
}

@media (max-width:1070px) {
    .sponsorship__item.bmw {
        display: block;
        text-align: center;
        width: 100% !important;
        margin-bottom: 0
    }

    .sponsorship__item.bmw a {
        white-space: normal
    }
}

.sponsorship__item.bmw {
    margin-top: -.2rem
}

.sponsorship__item .bmw-banner-container {
    display: inline-block
}

.sponsorship__item .bmw-banner-container img {
    vertical-align: middle;
    margin: 0 1rem 1.5rem
}

.sponsorship__item .bmw-banner-container:after {
    background: url(../../bundles/appfront/img/redesign/sponsorship/bmw-sponsor-car.png) 50% 50% no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 1rem 1rem;
    width: 147px;
    height: 126px
}

@media (max-width:680px) {
    .sponsorship__item .bmw-banner-container {
        padding-top: 125px;
        margin-bottom: 0;
        background: url(../../bundles/appfront/img/redesign/sponsorship/bmw-sponsor-car.png) 50% 0 no-repeat
    }

    .sponsorship__item .bmw-banner-container:after {
        display: none
    }
}

.floating-question {
    position: fixed;
    bottom: 0;
    width: 348px;
    max-width: 100%;
    right: 0;
    height: 0;
    z-index: 3000;
    text-align: left
}

.floating-question:not(.active) {
    display: none;
    pointer-events: none
}

.floating-question:not(.active) .floating-question__button {
    display: none
}

.floating-question__error {
    margin-top: 1.1rem;
    color: red
}

.floating-question .blinger-block {
    margin-bottom: -1rem
}


.floating-question iframe {
    width: 100%;
    border: none;
    display: block;
    -webkit-transition: height .2s ease;
    -o-transition: .2s ease height;
    transition: height .2s ease
}

.floating-question .styledSelect ul {
    top: auto;
    bottom: 0
}

.floating-question__button {
    position: absolute;
    width: 42px;
    height: 42px !important;
    color: #1378bf;
    top: auto;
    padding: 0;
    -webkit-transition: all .2s;
    -o-transition: .2s all;
    transition: all .2s;
    bottom: 20px;
    right: 20px;
    left: auto;
    -webkit-box-shadow: 0 15px 15px -7px rgba(136, 191, 50, .6);
    box-shadow: 0 15px 15px -7px rgba(136, 191, 50, .6);
    border-radius: 50%;
    background: #93c536;
    cursor: pointer
}

.floating-question__button .fa {
    padding: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 0;
    right: 0;
    border-color: transparent;
    color: #fff;
    margin: 0;
    -webkit-animation: launcher-button-init .7s cubic-bezier(.62, .28, .23, .99), launcher-button 6s 2s infinite;
    animation: launcher-button-init .7s cubic-bezier(.62, .28, .23, .99), launcher-button 6s 2s infinite
}

.floating-question__button.js-open-livechat-panel {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: floating-question-slide;
    animation-name: floating-question-slide
}

.floating-question__button:hover {
    background-color: #98c838
}

.floating-question__button-label {
    position: absolute;
    top: 100%;
    left: 4px;
    display: block;
    width: 16.5rem;
    height: 3rem;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top left 0;
    -ms-transform-origin: top left 0;
    transform-origin: top left 0
}

.floating-question__button-label .fa {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 7px 0 1.4rem;
    padding: 0;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.8rem;
    border: 1px solid #fff;
    border-radius: 50%
}

.floating-question.active .floating-question__button {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.floating-question__panel {
    -webkit-transition: all .2s;
    -o-transition: .2s all;
    transition: all .2s;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    border: 1px solid #d7dadb;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    min-height: 124px;
    -webkit-box-shadow: 1px 1px 20px -7px rgba(79, 79, 79, .66);
    box-shadow: 1px 1px 20px -7px rgba(79, 79, 79, .66);
    right: auto !important;
    opacity: 1 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 87vh
}

.floating-question.opened .floating-question__panel {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.floating-question.closed .floating-question__panel {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.floating-question__content {
    position: relative;
    padding: 4.4rem 2.2rem 2.2rem;
    max-height: 87vh;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.floating-question.opened .floating-question__content:before {
    background: #fff url(../../bundles/appfront/img/floating-question-bg.png) 100% 0 no-repeat
}

.floating-question-success-btns {
    margin-top: 1.2rem
}

.floating-question__title {
    font-size: 2rem;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 47px;
    background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), color-stop(30%, #fff));
    background: -o-linear-gradient(bottom, hsla(0, 0%, 100%, 0) 0, #fff 30%);
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 0, #fff 30%);
    padding: 2.2rem 3rem 2.2rem 2.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1
}

html[lang=de] .floating-question__title {
    font-size: 1.9rem
}

.floating-question__section {
    font-size: 1.4rem;
    color: #000
}

.floating-question__section p:first-child {
    margin-bottom: 1.1rem
}

.floating-question__section .btn-open-chat {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 11.6rem;
    padding: 1.2rem 2.2rem;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    border-radius: 2px;
    margin-right: -60%;
    color: #000;
    background-color: #fff;
    border: 1px solid #d7dadb;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 500
}

.floating-question__section .btn-open-chat:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 1rem 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 1rem 0 rgba(0, 0, 0, .12)
}

.floating-question__section .btn-call {
    width: 100%
}

.floating-question__section .btn-call, .floating-question__section .btn-reset {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 11.6rem;
    padding: 1.2rem 2.2rem;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    border-radius: 2px;
    position: relative;
    margin-top: 1.5rem;
    color: #fff;
    background-color: #126cab;
    border: 1px solid #126cab;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.floating-question__section .btn-call:hover, .floating-question__section .btn-reset:hover {
    background-color: #126cab;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 1rem 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 1rem 0 rgba(0, 0, 0, .12)
}

.floating-question__section .btn-close {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 11.6rem;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    border-radius: 2px;
    color: #000;
    background-color: #fff;
    border: 1px solid #d7dadb;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 500;
    margin-right: 0;
    min-width: 10rem;
    padding: 1rem 2rem;
    cursor: pointer
}

.floating-question__section .btn-close:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 1rem 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 1rem 0 rgba(0, 0, 0, .12)
}

.floating-question__section .btn-link {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 11.6rem;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    border-radius: 2px;
    color: #000;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 500;
    margin-right: 0;
    min-width: 10rem;
    padding: 1rem 2rem;
    cursor: pointer;
    border: none;
    background: none;
    text-decoration: underline
}

.floating-question__section .btn-link:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 1rem 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 1rem 0 rgba(0, 0, 0, .12)
}

.floating-question__section .btn-link:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #126cab
}

.floating-question__section .visibility-hidden {
    visibility: hidden
}

.floating-question__section .btn-call-status {
    position: absolute;
    left: 50%;
    margin-left: -6px
}

.floating-question .form {
    background: none;
    border: 0;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%
}

.floating-question .form .form-group {
    margin-top: 1.2rem
}

.floating-question .form label {
    display: block;
    font-size: 1.2rem;
    margin: 0 0 6px
}

.floating-question .form .control-phone {
    display: block;
    white-space: nowrap
}

.floating-question .form .styledSelect {
    width: 10rem;
    margin: 0 7px 0 0
}

.floating-question .form .styledSelect.open ul {
    width: 29rem;
    z-index: 100
}

.floating-question .form .fText {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 21.4rem;
    max-width: calc(100% - 10.7rem);
    height: 3.6rem !important;
    line-height: 3.6rem !important;
    padding: 0 1.4rem;
    font-size: 1.6rem;
    color: #000;
    background: #fff;
    border-radius: 0;
    outline: none
}

.floating-question .form .fText:not(.dq-validate-error) {
    border: 1px solid #d7dadb
}

.floating-question .form #anonymous-captcha-container {
    border: none
}

.floating-question .form #anonymous-captcha-container .fText {
    border: 1px solid #d7dadb
}

.floating-question__close {
    position: absolute;
    top: 18px;
    right: 22px;
    direction: ltr;
    font-size: 2rem;
    opacity: .7;
    z-index: 2;
    cursor: pointer
}

.floating-question__close:hover {
    opacity: 1
}

.floating-question__close .floating-question__button {
    position: relative;
    top: auto;
    left: auto !important;
    right: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin-right: 1px
}

.floating-question__close .floating-question__button-label {
    left: 4px
}

.floating-question.opened .floating-question__close .floating-question__button {
    -webkit-transform: translate(-100%) !important;
    -ms-transform: translate(-100%) !important;
    transform: translate(-100%) !important
}

html[lang=de] .floating-question__button, html[lang=it] .floating-question__button, html[lang=lt] .floating-question__button, html[lang=pt] .floating-question__button, html[lang=ru] .floating-question__button {
    height: 18.5rem
}

html[lang=de] .floating-question__button-label, html[lang=it] .floating-question__button-label, html[lang=lt] .floating-question__button-label, html[lang=pt] .floating-question__button-label, html[lang=ru] .floating-question__button-label {
    width: 18.5rem
}

html[lang=es] .floating-question__button, html[lang=id] .floating-question__button {
    height: 20rem
}

html[lang=es] .floating-question__button-label, html[lang=id] .floating-question__button-label {
    width: 20rem
}

html[lang=ua] .floating-question__button, html[lang=uk] .floating-question__button {
    height: 22.5rem
}

html[lang=ua] .floating-question__button-label, html[lang=uk] .floating-question__button-label {
    width: 22.5rem
}

@media (max-height:480px) and (orientation:portrait) {
    .floating-question.opened .floating-question__panel {
        top: 2rem
    }
}

.flex-captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 325px;
    margin-bottom: 7px
}

.flex-captcha .captcha_reload img {
    display: block
}

.flex-captcha .form-control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 3.6rem !important;
    line-height: 3.6rem !important;
    padding: 0 1.4rem;
    font-size: 1.6rem;
    color: #000;
    background: #fff;
    border-radius: 0;
    outline: none;
    margin: 0 5px 0 7px
}

.flex-captcha .form-control:not(.dq-validate-error) {
    border: 1px solid #d7dadb
}

.button-status-loading {
    position: relative
}

.button-status-loading .button-text {
    visibility: hidden
}

.button-status-loading:after {
    -webkit-animation: button-loader-spin 2s linear infinite;
    animation: button-loader-spin 2s linear infinite;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f110";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

@-webkit-keyframes button-loader-spin {
    0% {
        -webkit-transform: translate(-50%) rotate(0deg);
        transform: translate(-50%) rotate(0deg)
    }

    to {
        -webkit-transform: translate(-50%) rotate(359deg);
        transform: translate(-50%) rotate(359deg)
    }
}

@keyframes button-loader-spin {
    0% {
        -webkit-transform: translate(-50%) rotate(0deg);
        transform: translate(-50%) rotate(0deg)
    }

    to {
        -webkit-transform: translate(-50%) rotate(359deg);
        transform: translate(-50%) rotate(359deg)
    }
}

@-webkit-keyframes floating-question-slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes floating-question-slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

#blinger-widget {
    right: 0 !important;
    width: 0;
    height: 0
}

.floating-question-rings {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .6;
    z-index: -1;
    top: 0;
    display: block
}

.floating-question-rings .floating-question-ring {
    border: 1px solid #88bf32;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-animation: launcher-button-pulsate 3s infinite;
    animation: launcher-button-pulsate 3s infinite
}

.floating-question-rings .floating-question-ring:first-child {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.floating-question-rings .floating-question-ring:nth-child(2) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.floating-question-rings .floating-question-ring:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.launcher .launcher-powered {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 33px;
    font-size: 14px;
    text-align: center;
    color: #afafaf;
    -webkit-animation: launcher-powered-init .25s;
    animation: launcher-powered-init .25s
}

.launcher.blinger-launcher-ring-false .launcher-button {
    bottom: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-animation: inherit;
    animation: inherit
}

.launcher.blinger-launcher-ring-false .launcher-powered {
    right: 6px;
    bottom: 0
}

.launcher.blinger-launcher-ring-false .launcher-button-wrapper {
    bottom: auto
}

.launcher .launcher-powered.closing {
    -webkit-animation: launcher-powered-close .25s cubic-bezier(.16, .44, .2, .96);
    animation: launcher-powered-close .25s cubic-bezier(.16, .44, .2, .96)
}

@-webkit-keyframes launcher-powered-init {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes launcher-powered-init {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes launcher-powered-close {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
}

@keyframes launcher-powered-close {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
}

@-webkit-keyframes launcher-button-rotate {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes launcher-button-rotate {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes launcher-button-pulsate {
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0
    }
}

@keyframes launcher-button-pulsate {
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0
    }
}

@-webkit-keyframes launcher-button-init {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    30% {
        -webkit-transform: scale(.5) rotate(-180deg);
        transform: scale(.5) rotate(-180deg);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
        opacity: 1
    }
}

@keyframes launcher-button-init {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    30% {
        -webkit-transform: scale(.5) rotate(-180deg);
        transform: scale(.5) rotate(-180deg);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes launcher-button {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    5% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes launcher-button {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    5% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.rf-christmas-ball-block {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 60px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: floating-question-slide;
    animation-name: floating-question-slide
}

.rf-christmas-ball-block:not(.active) {
    display: none;
    pointer-events: none
}

.rf-christmas-ball-link {
    width: 81px;
    height: 100px;
    display: block;
    background: url(../../bundles/appfront/img/christmas-ball.png) no-repeat
}

.rf-christmas-ball-link:before {
    background-color: #ff5252;
    border-radius: 50%;
    -webkit-animation: pulse-red 2s infinite;
    animation: pulse-red 2s infinite;
    height: 50px;
    width: 50px;
    position: absolute;
    z-index: -1;
    content: "";
    bottom: 21px;
    left: 16px
}

.rf-christmas-ball-close {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    right: 8px;
    opacity: .1;
    cursor: pointer
}

.rf-christmas-ball-close:after, .rf-christmas-ball-close:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    height: 2px;
    background: #888;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rf-christmas-ball-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rf-christmas-ball-block:hover .rf-christmas-ball-close {
    opacity: 1
}

@-webkit-keyframes pulse-red {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 82, 82, .7);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, .7)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 20px rgba(255, 82, 82, 0);
        box-shadow: 0 0 0 20px rgba(255, 82, 82, 0)
    }

    to {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0)
    }
}

@keyframes pulse-red {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 82, 82, .7);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, .7)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 20px rgba(255, 82, 82, 0);
        box-shadow: 0 0 0 20px rgba(255, 82, 82, 0)
    }

    to {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0)
    }
}

.warning-popup {
    max-width: 40rem
}

.warning-popup__title {
    text-align: center
}

.warning-popup__text {
    margin-bottom: 3rem;
    text-align: center
}

.warning-popup__separator {
    clear: both;
    height: 2px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-width: 0;
    background: #dfe7ea
}

.warning-popup input[type=text] {
    width: 100%;
    margin-bottom: 3rem;
    font-size: 1.6rem;
    border-bottom: 1px solid #e6ebef
}

.warning-popup__buttons {
    margin-top: 2rem;
    text-align: center
}

.warning-popup__buttons:after, .warning-popup__buttons:before {
    content: " ";
    display: table
}

.warning-popup__buttons:after {
    clear: both
}

.warning-popup .button {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.42857143;
    font-weight: 500;
    text-decoration: none
}

.warning-popup .button-primary {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5rem 2rem;
    border-radius: 2px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #fff;
    background-color: #7fba2f;
    border: 1px solid #7fba2f
}

.warning-popup .button-primary:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-right: -1px
}

.warning-popup .button-primary:active, .warning-popup .button-primary:hover, .warning-popup .button-primary:visited, a.warning-popup .button-primary:active, a.warning-popup .button-primary:hover, a.warning-popup .button-primary:visited {
    color: #fff
}

.warning-popup .button-primary__blue {
    background-color: #1270b2;
    border-color: #1270b2
}

.warning-popup .button-secondary {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5rem 2rem;
    border-radius: 2px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #0578be;
    background-color: transparent;
    border: 1px solid #f0f3f5
}

.warning-popup .button-secondary:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-right: -1px
}

.warning-popup .button-secondary, .warning-popup .button-secondary:active, .warning-popup .button-secondary:hover, .warning-popup .button-secondary:visited {
    color: #0578be
}

.warning-popup .button-secondary:hover {
    border-color: #0578be;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.warning-popup .button-default {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5rem 2rem;
    border-radius: 2px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #fff;
    background-color: #126cab;
    border: 1px solid #126cab
}

.warning-popup .button-default:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-right: -1px
}

.warning-popup .button-default, .warning-popup .button-default:active, .warning-popup .button-default:hover, .warning-popup .button-default:visited {
    color: #fff
}

.warning-popup .button[disabled=disabled] {
    opacity: .65;
    cursor: not-allowed
}

.warning-popup .button:focus {
    outline: none
}

.warning-popup .likeBigButton {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5rem 2rem;
    border-radius: 2px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    background-color: #126cab;
    border: 1px solid #126cab
}

.warning-popup .likeBigButton:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-right: -1px
}

.warning-popup .likeBigButton, .warning-popup .likeBigButton:active, .warning-popup .likeBigButton:hover, .warning-popup .likeBigButton:visited, a.warning-popup .likeBigButton, a.warning-popup .likeBigButton:active, a.warning-popup .likeBigButton:hover, a.warning-popup .likeBigButton:visited {
    color: #fff
}

.warning-popup #branch-banner .button {
    z-index: 1
}

.warning-popup__submit {
    min-width: 15rem
}

.warning-popup__cancel {
    float: right;
    margin-left: -100%;
    line-height: 5rem
}

.warning-popup__cancel, .warning-popup__cancel:active, .warning-popup__cancel:focus, .warning-popup__cancel:hover, .warning-popup__cancel:visited {
    color: #126cab
}

.warning-popup__cancel span, .warning-popup__link span {
    line-height: 1;
    border-bottom: 1px dotted;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.warning-popup__link span {
    text-transform: capitalize
}

.warning-popup .or {
    margin: 1rem 0;
    font-size: 80%
}

.warning-popup .form-group {
    max-width: 80%;
    margin: auto
}

.warning-popup .form-group .help-block {
    font-size: 80%
}

.warning-popup .form-group .help-block.has-error {
    color: red
}

.warning-popup .form-group .input {
    margin-bottom: 2rem
}

@media (max-width:680px) {
    .warning-popup__cancel, .warning-popup__submit {
        display: block;
        width: 100%
    }

    .warning-popup__cancel {
        float: none;
        margin-top: 2rem;
        margin-left: 0
    }

    .warning-popup__text br {
        display: none
    }
}

@media (min-width:481px) {
    .warning-popup__text {
        min-width: 360px
    }
}

.warning-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 4rem;
    padding-bottom: 2rem;
    background: rgba(105, 125, 140, .95);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    will-change: auto
}

.warning-panel.inactive {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.warning-panel .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: auto
}

.warning-panel__message {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%
}

.warning-panel__message, .warning-panel__more {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding-left: 1rem;
    padding-right: 1rem
}

.warning-panel__more {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%
}

.warning-panel__title {
    margin: 1rem 0;
    font-size: 2.2rem;
    line-height: 1.36363636;
    font-weight: 300;
    color: #fff
}

.warning-panel__title b {
    font-weight: 500;
    white-space: normal;
    margin-right: 1rem
}

.warning-panel__title .flag {
    margin: -4rem 0;
    font-size: 1.3rem
}

.warning-panel__text {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #dadfe2
}

.warning-panel__text p {
    margin: 0
}

.warning-panel__text a {
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 1px solid
}

.warning-panel__text a:hover {
    text-decoration: none
}

.warning-panel__text a, .warning-panel__text a:visited {
    color: #fff
}

.warning-panel__btns {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 1rem -1rem
}

.warning-panel__btn {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1rem;
    min-height: 6rem;
    padding: 1rem 2rem;
    border: none;
    border-radius: 4px;
    text-align: center;
    font-size: 2.2rem;
    line-height: .90909091;
    font-weight: 400;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #4e6576;
    background-color: #f2f5fb;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    text-decoration: none
}

.warning-panel__btn:focus, .warning-panel__btn:hover, .warning-panel__btn:visited {
    color: #4e6576;
    text-decoration: none
}

.warning-panel__btn_green {
    background: #7fba2f;
    background-image: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(#98c838), to(#7fba2f));
    background-image: -o-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background-image: linear-gradient(90deg, #7fba2f, #98c838, #7fba2f);
    color: #fff
}

.warning-panel__btn_green:active, .warning-panel__btn_green:focus, .warning-panel__btn_green:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#98c838), color-stop(#98c838), to(#98c838));
    background-image: -o-linear-gradient(left, #98c838, #98c838, #98c838);
    background-image: linear-gradient(90deg, #98c838, #98c838, #98c838)
}

.warning-panel__btn_red {
    background: #c1272d;
    color: #fff
}

.warning-panel__btn_red:active, .warning-panel__btn_red:focus, .warning-panel__btn_red:hover {
    opacity: .7
}

.warning-panel__table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    table-layout: fixed;
    width: 83.33333333%;
    margin-left: 8.33333333%;
    margin-right: 8.33333333%;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #dadfe2;
    border-collapse: collapse
}

.warning-panel__table th {
    text-align: right;
    width: 40%;
    padding: 1rem 10% .9rem 0
}

.warning-panel__table td, .warning-panel__table th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    color: inherit;
    background-color: transparent
}

.warning-panel__table td {
    width: 30%;
    padding: 1rem 0 .9rem 1.5rem
}

.warning-panel__table tbody tr:not(:first-child) td, .warning-panel__table tbody tr:not(:first-child) th {
    border-top: 1px solid rgba(230, 235, 239, .2)
}

.warning-panel__table .list-styled li {
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

.warning-panel__table .list-styled li:before {
    font-size: .7rem
}

.warning-panel__table .list-styled li, body.rtl .warning-panel__table .list-styled li {
    padding-right: 0;
    padding-left: 1rem
}

.warning-panel__table .list-styled li:before, body.rtl .warning-panel__table .list-styled li:before {
    left: 0;
    right: auto
}

.warning-panel__sign {
    display: block;
    font-size: 1rem;
    width: 2.2em;
    height: 2.2em;
    margin-bottom: -.9rem;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.warning-panel__sign_yes {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20'%3E%3Cpath fill='none' stroke='%237fba2f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M1.3 11.3l7.5 7.4L26.1 1.4'/%3E%3C/svg%3E")
}

.warning-panel__sign_multi-docs {
    margin-top: -.7rem;
    font-size: 1.6rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.3 36.3'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'%3E%3Cpath d='M1.3 35h16.2V18.8h-6.3v-6.3h-10V35z'/%3E%3Cpath d='M17.5 18.8h-6.3v-6.3l6.3 6.3z'/%3E%3Cpath d='M17.5 31.3H25V15h-6.3V8.8h-10v3.7'/%3E%3Cpath d='M25 15h-6.3V8.8L25 15z'/%3E%3Cpath d='M25 27.5h7.5V11.3h-6.3V5h-10v3.8'/%3E%3Cpath d='M32.5 11.3h-6.3V5l6.3 6.3z'/%3E%3Cpath d='M32.5 23.8H40V7.5h-6.3V1.3h-10V5'/%3E%3Cpath d='M40 7.5h-6.3V1.3L40 7.5z'/%3E%3C/g%3E%3C/svg%3E")
}

.warning-panel__sign_docs {
    margin-top: -.3rem;
    font-size: 1.1rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.3 28.8'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'%3E%3Cpath d='M1.25 27.55H17.5V11.3h-6.25V5.05h-10v22.5z'/%3E%3Cpath d='M17.5 11.3h-6.3V5l6.3 6.3z'/%3E%3Cpath d='M17.5 23.8H25V7.55h-6.25V1.3h-10v3.75'/%3E%3Cpath d='M25 7.55h-6.25V1.3L25 7.55z'/%3E%3C/g%3E%3C/svg%3E")
}

.warning-panel__logo {
    max-width: 100%
}

.warning-panel__logo[src*=eu] {
    width: 18rem
}

.warning-panel__logo[src*=bz] {
    width: 19rem
}

.warning-panel_full_view {
    top: 0;
    overflow: auto;
    padding-top: 2rem
}

.warning-panel_full_view:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-right: -1px
}

.warning-panel_full_view .warning-panel__content {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.warning-panel_full_view .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.warning-panel_full_view .warning-panel__btns {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 8.33333333%;
    margin-right: 8.33333333%;
    padding-left: 33.33333333%
}

.warning-panel_full_view .warning-panel__btn {
    margin: 1.5rem 0 1.5rem 1.5rem;
    font-size: 1.8rem;
    line-height: 1.11111111
}

@media (max-width:800px) {
    .warning-panel__table {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .warning-panel_full_view .warning-panel__btns {
        margin-left: 0;
        margin-right: 0;
        padding-left: 40%
    }
}

@media (max-width:680px) {
    .warning-panel {
        padding-bottom: 0
    }

    .warning-panel__title {
        margin: 0;
        font-size: 1.6rem;
        line-height: 1.25
    }

    .warning-panel__title .flag {
        font-size: .8rem
    }

    .warning-panel__text {
        margin-top: 2rem;
        margin-bottom: 2rem;
        font-size: 1.2rem;
        line-height: 1.66666667
    }

    .warning-panel__table {
        font-size: 1.2rem;
        line-height: 1.33333333
    }

    .warning-panel__table th {
        width: 33%;
        padding-right: 0;
        white-space: normal;
        overflow-wrap: break-word;
        word-wrap: break-word
    }

    .warning-panel__table td {
        width: 33.5%;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .warning-panel_full_view .warning-panel__btns {
        padding-left: 0
    }

    .warning-panel__btn, .warning-panel_full_view .warning-panel__btn {
        min-height: auto;
        min-height: 0;
        padding: 1rem;
        font-size: 1.4rem;
        line-height: 1.14285714
    }

    .warning-panel_full_view:not([dir=rtl]) .warning-panel__btn:first-child {
        margin-left: 0
    }
}

@media (max-width:480px) {
    .warning-panel .content-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .warning-panel__message, .warning-panel__more {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .warning-panel_full_view .content-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.warning-panel[dir=rtl] .warning-panel__title b {
    margin-left: 1rem;
    margin-right: 0
}

.warning-panel_full_view[dir=rtl] .warning-panel__table th {
    text-align: left;
    padding-left: 10%;
    padding-right: 0
}

.warning-panel_full_view[dir=rtl] .warning-panel__table td {
    padding-left: 0;
    padding-right: 1.5rem
}

.warning-panel_full_view[dir=rtl] .warning-panel__table .list-styled li, body.rtl .warning-panel_full_view[dir=rtl] .warning-panel__table .list-styled li {
    padding-left: 0;
    padding-right: 1rem
}

.warning-panel_full_view[dir=rtl] .warning-panel__table .list-styled li:before, body.rtl .warning-panel_full_view[dir=rtl] .warning-panel__table .list-styled li:before {
    left: auto;
    right: 0
}

.warning-panel_full_view[dir=rtl] .warning-panel__btns {
    padding-right: 33.33333333%;
    padding-left: 0
}

.warning-panel_full_view[dir=rtl] .warning-panel__btn {
    margin-right: 1.5rem;
    margin-left: 0
}

@media (max-width:800px) {
    .warning-panel_full_view[dir=rtl] .warning-panel__btns {
        padding-right: 40%;
        padding-left: 0
    }
}

@media (max-width:680px) {
    .warning-panel_full_view[dir=rtl] .warning-panel__table th {
        padding-left: 0;
        padding-right: 1rem
    }

    .warning-panel_full_view[dir=rtl] .warning-panel__table td {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .warning-panel_full_view[dir=rtl] .warning-panel__btns {
        padding-right: 0
    }

    .warning-panel_full_view[dir=rtl] .warning-panel__btn:first-child {
        margin-right: 0
    }
}