.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
}


.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%;
    margin-left: auto;
    margin-right: auto;
}

.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)
}

.overlay-panel-center {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.uk-border-raduis-20 {
    border-radius: 20px
}

.uk-mb-60 {
    margin-bottom: 60px
}

@media (max-width: 480px) {
    .uk-mb-small-30 {
        margin-bottom:30px!important
    }
}

.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
    }
}

html {
    height: 100%;
    font-size: 62.5%
}

html.fancybox-lock body {
    height: auto
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Roboto,arial,sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #697d8c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff
}

@media (max-width: 680px) {
    body {
        font-size:1.2rem;
        line-height: 1.66666667
    }

    body.isblocked {
        position: fixed;
        overflow: hidden;
        width: 100vw
    }
}

img[src*="roboforecast/images/risk-warning"] {
    width: 100%
}

.header__phone .phone-schedule {
    font-size: 11px;
    display: block;
    color: #aaa;
    line-height: 1;
    position: absolute;
    top: 5px;
    right: 0
}

.header__phone .phone-schedule .phone-schedule-weekday {
    margin-right: 10px
}

@media (min-width: 600px) {
    .header__phone .phone-schedule .phone-schedule-weekday {
        display:block;
        margin-right: 0
    }
}

#contacts .phone-schedule .phone-schedule {
    margin-left: 4rem;
    opacity: .7
}

#contacts .phone-schedule .phone-schedule-weekday,#contacts .phone-schedule .phone-schedule-weekend {
    display: block
}

.footer__contacts .phone-schedule {
    display: block;
    margin-top: -27px
}

@media (max-width: 960px) {
    .footer__contacts .phone-schedule {
        font-size:small
    }
}

@media (min-width: 681px) {
    .footer__contacts .phone-schedule {
        margin-right:1rem
    }
}

.footer__contacts .phone-schedule .phone-schedule-weekend {
    margin-left: 10px
}

.logo {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    min-width: 19rem;
    font-size: 0;
    white-space: nowrap
}

.logo:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-right: -1px
}

.logo__link {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    text-decoration: none
}

.logo__link:hover {
    text-decoration: none
}

.logo__img {
    display: block;
    height: 100%;
    max-width: 100%;
    margin-top: -.5rem;
    height: 14.44444%
}

.jur-ba .logo__link,.jur-eu .logo__link,.jur-la .logo__link {
    width: 100%;
    max-width: 240px
}

@media (min-width: 668px) {
    .jur-bz .header__wrapper .bz-desktop-logo {
        display:inline-block
    }

    .jur-bz .header__wrapper .bz-mobile-logo {
        display: none!important
    }
}

.jur-bz .header__wrapper .logo__link {
    display: inline-block
}

.jur-bz .header__wrapper .logo__link img {
    height: 35px
}

@media (max-width: 668px) {
    .jur-bz .header__wrapper .logo {
        -ms-flex-preferred-size:auto;
        flex-basis: auto;
        width: auto!important
    }

    .jur-bz .header__wrapper .logo:before {
        content: "";
        display: none
    }

    .jur-bz .header__wrapper .logo .bz-desktop-logo {
        display: none!important
    }

    .jur-bz .header__wrapper .logo .bz-mobile-logo {
        height: 60px;
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .rtl.jur-bz .header__wrapper .logo .bz-mobile-logo {
        margin-right: -40px
    }

    .jur-bz .header__wrapper .logo .bz-mobile-logo a {
        display: inline-block
    }

    .jur-bz .header__wrapper .logo .bz-mobile-logo img {
        height: 30px
    }

    .jur-bz .header__wrapper .logo .twelve-years-promo-page-link img {
        margin-left: 1rem
    }
}

@media (max-width: 479px) {
    .jur-bz .header__wrapper .logo .bz-mobile-logo img {
        height:25px
    }
}

.jur-bz .footer__wrapper .footer__logo {
    width: 32rem
}

.jur-bz .footer__wrapper .footer__logo.twelve-years-promo {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jur-bz .footer__wrapper .footer__logo.twelve-years-promo img {
    height: 35px
}

.jur-bz .footer__wrapper .footer__logo.twelve-years-promo .twelve-years-promo-page-link img {
    margin: -.5rem 1rem 0;
    width: auto!important
}

@media (max-width: 480px) {
    .jur-bz .footer__wrapper .footer__logo.twelve-years-promo img {
        height:28px
    }
}

.lang__flag {
    background: url(/dist/images/sprite.css-0868a47d.0868a47d.svg) no-repeat
}

.lang__flag_ae {
    background-position: 20% 0
}

.lang__flag_ae-dims {
    width: 40px;
    height: 40px
}

.lang__flag_br {
    background-position: 40% 75%
}

.lang__flag_br-dims {
    width: 40px;
    height: 40px
}

.lang__flag_cs {
    background-position: 0 25%
}

.lang__flag_cs-dims {
    width: 40px;
    height: 40px
}

.lang__flag_cz {
    background-position: 20% 25%
}

.lang__flag_cz-dims {
    width: 40px;
    height: 40px
}

.lang__flag_de {
    background-position: 40% 0
}

.lang__flag_de-dims {
    width: 40px;
    height: 40px
}

.lang__flag_ee {
    background-position: 40% 25%
}

.lang__flag_ee-dims {
    width: 40px;
    height: 40px
}

.lang__flag_en {
    background-position: 0 50%
}

.lang__flag_en-dims {
    width: 40px;
    height: 40px
}

.lang__flag_es {
    background-position: 20% 50%
}

.lang__flag_es-dims {
    width: 40px;
    height: 40px
}

.lang__flag_hr {
    background-position: 40% 50%
}

.lang__flag_hr-dims {
    width: 40px;
    height: 40px
}

.lang__flag_hu {
    background-position: 60% 0
}

.lang__flag_hu-dims {
    width: 40px;
    height: 40px
}

.lang__flag_id {
    background-position: 60% 25%
}

.lang__flag_id-dims {
    width: 40px;
    height: 40px
}

.lang__flag_it {
    background-position: 60% 50%
}

.lang__flag_it-dims {
    width: 40px;
    height: 40px
}

.lang__flag_jp {
    background-position: 0 75%
}

.lang__flag_jp-dims {
    width: 40px;
    height: 40px
}

.lang__flag_kk {
    background-position: 20% 75%
}

.lang__flag_kk-dims {
    width: 40px;
    height: 40px
}

.lang__flag_lt {
    background-position: 0 0
}

.lang__flag_lt-dims {
    width: 40px;
    height: 40px
}

.lang__flag_lv {
    background-position: 60% 75%
}

.lang__flag_lv-dims {
    width: 40px;
    height: 40px
}

.lang__flag_my {
    background-position: 80% 0
}

.lang__flag_my-dims {
    width: 40px;
    height: 40px
}

.lang__flag_nl {
    background-position: 80% 25%
}

.lang__flag_nl-dims {
    width: 40px;
    height: 40px
}

.lang__flag_pl {
    background-position: 80% 50%
}

.lang__flag_pl-dims {
    width: 40px;
    height: 40px
}

.lang__flag_pt {
    background-position: 80% 75%
}

.lang__flag_pt-dims {
    width: 40px;
    height: 40px
}

.lang__flag_ro {
    background-position: 0 100%
}

.lang__flag_ro-dims {
    width: 40px;
    height: 40px
}

.lang__flag_ru {
    background-position: 20% 100%
}

.lang__flag_ru-dims {
    width: 40px;
    height: 40px
}

.lang__flag_se {
    background-position: 40% 100%
}

.lang__flag_se-dims {
    width: 40px;
    height: 40px
}

.lang__flag_tc {
    background-position: 60% 100%
}

.lang__flag_tc-dims {
    width: 40px;
    height: 40px
}

.lang__flag_th {
    background-position: 80% 100%
}

.lang__flag_th-dims {
    width: 40px;
    height: 40px
}

.lang__flag_ua {
    background-position: 100% 0
}

.lang__flag_ua-dims {
    width: 40px;
    height: 40px
}

.lang__flag_uz {
    background-position: 100% 25%
}

.lang__flag_uz-dims {
    width: 40px;
    height: 40px
}

.lang__flag_vn {
    background-position: 100% 50%
}

.lang__flag_vn-dims {
    width: 40px;
    height: 40px
}

.jur-bz .header__lang .lang__label,.jur-bz .lang__label,.jur-sc .header__lang .lang__label,.jur-sc .lang__label {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    font-weight: 500;
    color: #168ac9
}

.jur-bz .header__lang .lang__label+.fa,.jur-bz .lang__label+.fa,.jur-sc .header__lang .lang__label+.fa,.jur-sc .lang__label+.fa {
    display: inline-block;
    margin: -4px 0 0 -3px;
    font-size: 1.4rem
}

.lang,.lang__select {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap
}

.lang__select {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-left: 4rem;
    padding-right: 3rem;
    will-change: auto;
    -webkit-transition: all .3s linear;
    -o-transition: all linear .3s;
    transition: all .3s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lang__select:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-right: -1px
}

.jur-bz .lang__select {
    padding-left: 2.5rem
}

.lang__flag {
    position: absolute;
    left: 2rem;
    top: 50%;
    width: 4em;
    height: 4em;
    font-size: 1rem;
    border-radius: 50%;
    -webkit-transform: translate(-5px,-50%);
    -ms-transform: translate(-5px,-50%);
    transform: translate(-5px,-50%)
}

.lang__flag_cn {
    background-position: 0 25%
}

.lang__flag_tw {
    background-position: 60% 100%
}

.lang__flag_et {
    background-position: 40% 25%
}

.lang__flag_uk {
    background-position: 0 50%
}

.lang__label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    vertical-align: middle;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 2.14285714;
    color: #647a8a;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all .3s linear;
    -o-transition: all linear .3s;
    transition: all .3s linear
}

.lang__label+.fa {
    display: none;
    vertical-align: middle;
    font-size: 1.2rem;
    color: #8899a6;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear
}

.lang__overlay {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    display: none;
    white-space: normal;
    will-change: auto;
    -webkit-transition: all .3s linear;
    -o-transition: all linear .3s;
    transition: all .3s linear
}

.lang__overlay.active {
    display: block;
    z-index: 999999
}

.lang__list {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    background-color: #fff;
    -webkit-box-shadow: rgba(0,0,0,.15) 0 1px 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.15)
}

.jur-bz .lang__list {
    padding: 2rem 0
}

.lang__item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 1rem 0;
    text-align: left;
    white-space: nowrap;
    line-height: normal
}

.jur-bz .lang__item {
    padding: 0
}

.lang__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 1rem 3rem 1rem 6rem;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #647a8a;
    -webkit-transition: color .5s linear;
    -o-transition: color .5s linear;
    transition: color .5s linear
}

.jur-bz .lang__link {
    padding-left: 3rem
}

.lang__link:visited {
    color: #647a8a
}

.lang__link:hover {
    color: #126cab;
    text-decoration: underline;
    -webkit-transition: color .5s linear;
    -o-transition: color .5s linear;
    transition: color .5s linear
}

@media (max-width: 600px) {
    body>.lang__overlay {
        position:fixed;
        z-index: 10;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        overflow: hidden;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        background: rgba(0,0,0,.15);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    html[lang=ae] body>.lang__overlay {
        text-align: left
    }

    html:not([lang=ae]) body>.lang__overlay {
        text-align: right
    }

    body>.lang__overlay .lang__list {
        display: inline-block;
        overflow: hidden;
        overflow-y: visible;
        max-width: 75%;
        height: 100%;
        padding: 1.1rem 0
    }

    body>.lang__overlay .lang__item {
        padding: 0
    }

    .lang__flag {
        -webkit-transform: scale(.8) translateY(-50%);
        -ms-transform: scale(.8) translateY(-50%);
        transform: scale(.8) translateY(-50%);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        left: 1.9rem
    }

    body.branch-banner-is-active .lang__overlay {
        padding-top: 76px
    }
}

.search {
    position: relative
}

.search,.search__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.search__wrap {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 1rem;
    text-align: right;
    font-size: 1.6rem;
    max-width: 40rem;
    z-index: 9999
}

.search__wrap input {
    z-index: 9999
}

.search__input {
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    width: 5rem;
    padding: 1.5rem 0;
    font-size: 1.4rem;
    line-height: normal;
    color: #0578be;
    background: transparent;
    border-radius: 4px;
    will-change: auto
}

.search__input::-webkit-input-placeholder {
    color: transparent
}

.search__input:-moz-placeholder,.search__input::-moz-placeholder {
    color: transparent
}

.search__input:-ms-input-placeholder {
    color: transparent
}

.search__input.active,.search__input:focus {
    width: 100%;
    padding: 1.5rem 16.66666667% 1.5rem 2rem;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-color: #fff;
    -webkit-box-shadow: rgba(0,0,0,.15) 0 1px 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.15)
}

.search__input:focus {
    outline: none
}

.search__input:focus~.search__submit {
    display: inline-block;
    right: 1rem;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.search__input:focus~.search__icon {
    display: none
}

@media (max-width: 668px) {
    .search__input {
        padding:1rem 16.66666667% 1rem 2rem!important
    }
}

.search__label {
    position: absolute;
    z-index: 1;
    left: 3rem;
    top: 1px;
    opacity: 0;
    height: 100%;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: inherit;
    color: #a1aeb7;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

.search__label:before {
    vertical-align: middle
}

.search__label:after {
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    content: "";
    vertical-align: middle
}

.search__label.active {
    opacity: 1;
    -webkit-transition: all .2s .2s;
    -o-transition: all .2s .2s;
    transition: all .2s .2s
}

.search__submit {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    padding: 0;
    color: #126cab;
    text-align: center;
    background: transparent;
    border: none;
    width: 5rem;
    right: 1rem;
    display: none;
    cursor: pointer
}

.search__submit.active {
    display: inline-block;
    vertical-align: middle
}

.search__submit:focus {
    outline: none
}

.search__submit .fa {
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.search__submit .fa:before {
    vertical-align: middle
}

.search__submit .fa:after {
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    content: "";
    vertical-align: middle
}

.search__icon {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    padding: 0;
    color: #126cab;
    text-align: center;
    background: transparent;
    border: none;
    display: inline-block;
    vertical-align: middle;
    right: 0;
    width: 7rem;
    opacity: 1;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity linear .1s;
    transition: opacity .1s linear
}

.search__icon:before {
    vertical-align: middle
}

.search__icon:after {
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    content: "";
    vertical-align: middle
}

.search__icon.hidden {
    opacity: 0;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity linear .1s;
    transition: opacity .1s linear
}

.pt-risk-block {
    background: #fff;
    color: #000;
    z-index: 30;
    margin: 0 8px;
    padding: 20px;
    border: 1px solid #dadfe2
}

.pt-risk-block .block {
    width: auto
}

.pt-risk-block .block1 {
    font-size: 11px;
    line-height: 15px
}

.pt-risk-block .block2 {
    float: right;
    padding: 0;
    margin: 0 0 0 10px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    width: 49%
}

.pt-risk-block .block2 b {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -17px
}

.pt-risk-block .box {
    border: 3px solid #000;
    position: relative;
    padding: 0;
    min-height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: contain;
    overflow: hidden
}

.pt-risk-block .box:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background: url(/bundles/appfront/img/redesign/pt-risk.png) 0 10px no-repeat;
    background-size: 85px
}

.pt-risk-block .box:after {
    content: "";
    position: absolute;
    width: 100%;
    display: block;
    height: 3px;
    background: #fff;
    top: 0;
    left: 0
}

.pt-risk-block.fixed .box p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    margin: 5px 90px 5px 7px
}

.pt-risk-block .block3 {
    font-size: 11px;
    line-height: 15px
}

.pt-risk-block strong {
    font-size: 18px;
    position: relative;
    line-height: 20px;
    font-weight: 600;
    padding: 4px 35px 0 7px;
    text-align: left;
    display: block;
    color: #000;
    text-transform: none
}

.pt-risk-block .block3 ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.pt-risk-block .block3 li {
    position: relative;
    background: none;
    padding: 0 0 0 10px
}

.pt-risk-block .block3 li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #ed1c24;
    border-radius: 50%
}

@media (max-width: 640px) {
    #pt_risk_header_location>.content-wrapper {
        display:none
    }

    html[lang=pt] .pt-risk-block {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    html[lang=pt] .pt-risk-block .block1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 0 10px
    }

    html[lang=pt] .pt-risk-block .block2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: auto;
        margin: 15px 0 0
    }

    html[lang=pt] .pt-risk-block .block2 b {
        font-weight: 600
    }

    html[lang=pt] .pt-risk-block .block3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: 7px 0 0
    }
}

@media (min-width: 1900px) {
    html[lang=pt] .pt-risk-block {
        position:fixed;
        left: 28px;
        bottom: 0;
        width: 220px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    html[lang=pt] .pt-risk-block .block1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 7px 10px
    }

    html[lang=pt] .pt-risk-block .block2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: auto;
        margin: 15px 0 0
    }

    html[lang=pt] .pt-risk-block .block2 b {
        font-weight: 600
    }

    html[lang=pt] .pt-risk-block .box {
        height: 220px
    }

    html[lang=pt] .pt-risk-block .box:before {
        width: 214px;
        height: 214px;
        top: -9px;
        bottom: auto;
        background-size: auto
    }

    html[lang=pt] .pt-risk-block .box strong {
        font-size: 16px;
        padding: 20px 108px 20px 18px
    }

    html[lang=pt] .pt-risk-block .box p {
        font-size: 14px;
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: 0;
        margin: 0 0 6px
    }

    html[lang=pt] .pt-risk-block .block3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: 5px 10px 7px
    }

    .jur-eu .pt-risk-block {
        z-index: 1000
    }
}

.header__wrapper {
    position: relative;
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    height: 8rem;
    background-color: hsla(0,0%,100%,.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.header__wrapper,.header__wrapper .mango-call-site {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem
}

.header__wrapper .mango-call-site {
    display: inline-block;
    vertical-align: middle;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    font-size: 1.4rem;
    line-height: 2.14285714;
    text-align: center;
    white-space: nowrap
}

.header__wrapper .mango-call-site:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-right: -1px
}

.header__wrapper .mango-call-site a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    text-align: left;
    color: #126cab;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    white-space: nowrap
}

.header__nav {
    display: none;
    height: 100%;
    width: 6rem;
    border: none;
    background-color: transparent
}

.header__gif {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-size: 0;
    position: relative;
    z-index: 999;
    display: inline-block
}

.header__gif:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.header__gif_inner {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    font-size: 1rem
}

.header__logo_10-years {
    display: none
}

.header__search.active .header__gif {
    opacity: 0;
    z-index: 0
}

.header__phone a {
    color: #000;
    text-decoration: none
}

.header__logo {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left
}

@media (max-width: 960px) {
    .header__logo {
        width:20rem;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media (max-width: 480px) {
    .header__logo {
        text-align:center
    }
}

.header__lang {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left
}

.header__lang__popup {
    position: absolute;
    top: 0;
    right: 5em;
    padding: 0;
    height: 64px
}

.header__lang__popup .lang__overlay.active {
    right: 0
}

.header__lang:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-right: -1px
}

.header__lang .lang__select:hover {
    background-color: #fff;
    -webkit-box-shadow: rgba(0,0,0,.15) 0 1px 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
    -webkit-transition: all .3s linear;
    -o-transition: all linear .3s;
    transition: all .3s linear
}

.header__lang .lang__overlay {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    right: 1rem;
    display: block;
    min-width: 350px;
    padding-right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1
}

.jur-bz .header__lang .lang__overlay {
    min-width: 280px
}

.header__lang .lang__overlay:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 50%;
    margin-right: 2rem;
    height: 5px;
    background: #fff
}

.header__lang .lang__overlay.active {
    visibility: visible;
    opacity: 1;
    z-index: 10
}

.header__lang .lang__overlay.active~.lang__select {
    background-color: #fff;
    -webkit-box-shadow: rgba(0,0,0,.15) 0 1px 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
    -webkit-transition: all .3s linear;
    -o-transition: all linear .3s;
    transition: all .3s linear
}

.header__lang .lang__overlay.active~.lang__select .fa {
    color: #126cab;
    -webkit-transition: color .5s linear;
    -o-transition: color .5s linear;
    transition: color .5s linear
}

.header__lang .lang__item {
    width: 50%
}

@media (max-width: 760px) {
    .header__lang .lang__overlay {
        min-width:100%
    }

    .header__lang .lang__overlay:after {
        right: 0
    }

    .header__lang .lang__list {
        padding-top: 0;
        padding-bottom: 0
    }

    .header__lang .lang__item {
        width: 100%
    }

    .header__lang .lang__item:nth-child(2n) .lang__flag {
        left: 2rem
    }
}

@media (max-width: 600px) {
    .header__lang {
        -ms-flex-preferred-size:auto;
        flex-basis: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        padding: 0
    }

    .header__lang__popup {
        right: 1em
    }

    .header__lang .lang__select {
        width: 6rem;
        padding-left: 0!important
    }

    .jur-bz .header__lang .lang__select {
        width: 5.5rem;
        padding-left: 1rem!important;
        padding-right: 2rem!important
    }

    .header__lang .lang__select:hover {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .header__lang .lang__label {
        opacity: 0;
        visibility: hidden
    }

    .header__lang .lang__label+.fa {
        display: none
    }
}

.header__search {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 100%
}

@media (max-width: 760px) {
    .header__search {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%
    }
}

@media (min-width: 761px) and (max-width:900px) {
    .header__search {
        display:none
    }
}

@media (max-width: 599px) {
    .header__search {
        display:none
    }
}

.header__support {
    position: relative;
    z-index: 1;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -o-transition: all linear .3s;
    transition: all .3s linear;
    will-change: auto
}

@media (max-width: 992px) {
    .header__support {
        -ms-flex-negative:0;
        flex-shrink: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (max-width: 760px) {
    .header__support {
        -ms-flex-preferred-size:auto;
        flex-basis: auto
    }
}

@media (max-width: 668px) {
    .header__support {
        display:none
    }
}

.header__link {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    min-width: 100px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.4rem;
    line-height: 2.14285714;
    text-align: center
}

.header__link:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-right: -1px
}

.header__link,.header__link:focus,.header__link:hover {
    text-decoration: none
}

.header__link-title {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    text-align: left;
    color: #126cab;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word
}

@media (max-width: 760px) and (min-width:600px) {
    .header__link {
        display:none
    }
}

.header__phone {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: 100%;
    padding-left: 3rem;
    margin-right: 1rem;
    font-size: 2.2rem;
    line-height: 1.36363636;
    text-align: right;
    color: #000;
    will-change: auto;
    -webkit-transition: all .3s linear;
    -o-transition: all linear .3s;
    transition: all .3s linear;
    white-space: nowrap;
    position: relative
}

.header__phone:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-right: -1px
}

.header__phone span {
    display: inline-block;
    vertical-align: middle
}

.header__phone .mango-call-site {
    margin-top: -5px;
    margin-left: 11px;
    display: none
}

@media (max-width: 668px) {
    .header__phone .mango-call-site {
        display:inline-block
    }
}

@media (max-width: 1200px) {
    .header__gif {
        display:none
    }
}

@media (max-width: 680px) {
    .header__lang,.header__wrapper {
        padding-right:0
    }

    .header__lang .lang__overlay {
        right: 0
    }

    .header__gif {
        display: none
    }
}

@media (max-width: 960px) {
    .header__phone {
        opacity:0;
        width: 0;
        overflow: hidden
    }

    .header__lang {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media (max-width: 668px) {
    .header__wrapper {
        height:9.5rem;
        padding: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header__lang,.header__logo,.header__nav {
        height: 64px
    }

    .header__nav {
        display: block;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 20h20V0H0v20z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(1.25 0 0 -1.25 0 25)'%3E%3Cpath fill='none' stroke='%231378bf' stroke-width='2' stroke-miterlimit='10' d='M1 19h18M1 10h18M1 1h18' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 2rem
    }

    .header__phone {
        display: block;
        height: auto;
        opacity: 1;
        text-align: center!important;
        top: 5.2rem;
        width: 100%;
        padding: 0;
        left: 0;
        position: absolute
    }

    .header__phone span {
        top: 12rem
    }
}

@media (min-width: 561px) and (max-width:599px) {
    .header__wrapper {
        height:11rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header__lang,.header__logo,.header__nav,.header__support {
        height: 80px
    }

    .header__phone {
        display: block;
        height: auto;
        opacity: 1;
        text-align: center!important;
        top: 6.5rem;
        width: 100%;
        padding: 0;
        left: 0
    }

    .header__phone span {
        top: 12rem
    }
}

@media (max-width: 599px) {
    .header__phone {
        position:absolute
    }

    .header__phone .phone-schedule {
        position: static;
        top: inherit;
        right: inherit
    }
}

@media (min-width: 600px) and (max-width:760px) {
    .header__phone {
        font-size:1.8rem;
        opacity: 1;
        width: auto;
        padding-left: 1rem
    }

    .header__lang__flag {
        left: .5rem
    }

    .header__lang__select {
        padding-left: 4rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 760px) and (max-width:960px) {
    .header__support {
        -ms-flex-preferred-size:21.66666667%;
        flex-basis: 21.66666667%;
        width: 25%
    }

    .header__phone {
        opacity: 1;
        width: auto
    }
}

@media (min-width: 960px) and (max-width:1200px) {
    .header__phone {
        opacity:1
    }
}

.nav {
    height: 7rem
}

.nav__panel {
    background-image: -webkit-gradient(linear,left top,right top,from(#005999),to(#126cab));
    background-image: -o-linear-gradient(left,#005999,#126cab);
    background-image: linear-gradient(90deg,#005999,#126cab)
}

.nav__wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 7rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body.jur-eu .nav__wrapper:before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    display: block;
    width: 13.1em;
    height: 12.2em;
    font-size: 1rem;
    background-image: url(/bundles/appfront/img/redesign/eu-flag.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    visibility: visible;
    opacity: 1;
    will-change: auto;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity linear .1s;
    transition: opacity .1s linear
}

.nav__logo {
    position: absolute;
    left: -2rem;
    top: 50%;
    width: 4rem;
    height: 4rem;
    -webkit-transform: translate(-100%,-50%);
    -ms-transform: translate(-100%,-50%);
    transform: translate(-100%,-50%);
    background-image: url(/bundles/appfront/img/brand/brand-ico.svg?ver=678);
    background-size: 100% 200%;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity linear .1s;
    transition: opacity .1s linear
}

.nav__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    list-style-type: none;
    font-size: 0
}

.nav__list_for_mobile {
    display: none
}

.nav__list_for_desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0;
    vertical-align: middle
}

.nav__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2rem;
    padding-left: 2rem;
    vertical-align: middle;
    overflow: hidden
}

.nav__parent-link {
    text-decoration: none;
    color: #fff
}

.nav__parent-link:visited {
    color: #fff
}

.nav__parent-link:hover {
    color: #fff
}

.nav__title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 7rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    border-bottom: 4px solid transparent
}

.nav__title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-right: -1px
}

.nav__title>span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px)
}

.nav__item.active .nav__title {
    color: #fff;
    border-color: #7fba2f
}

.nav__overlay {
    position: absolute;
    z-index: 10;
    top: 7rem;
    right: 0;
    left: 0;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    -webkit-box-shadow: rgba(0,0,0,.117647) 0 3px 7px;
    box-shadow: 0 3px 7px rgba(0,0,0,.117647);
    will-change: auto
}

.nav.active .nav__item:hover .nav__title {
    color: #fff;
    border-color: #7fba2f
}

.nav.active .nav__item:hover .nav__overlay {
    display: block
}

.nav__sub-title {
    display: block;
    margin: 0 0 3rem;
    white-space: normal;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    color: #7fba2f;
    text-decoration: none
}

.nav__sub-title:active,.nav__sub-title:focus,.nav__sub-title:visited {
    color: #7fba2f
}

.nav__sub-section {
    height: auto;
    white-space: normal;
    line-height: normal
}

.nav__sub-list,.nav__sub-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.nav__sub-list {
    display: inline-block;
    list-style-type: none;
    vertical-align: top
}

.nav__sub-list_col_3 {
    width: 30.76923077%;
    padding-right: 0;
    padding-left: 7.69230769%
}

.nav__sub-list_col_3:last-child {
    width: 38.46153846%;
    padding-right: 7.69230769%;
    padding-left: 7.69230769%
}

.nav__sub-list_col_4 {
    width: 23.52941176%;
    padding-right: 0;
    padding-left: 5.88235294%
}

.nav__sub-list_col_4:last-child {
    width: 29.41176471%;
    padding-right: 5.88235294%;
    padding-left: 5.88235294%
}

.nav__sub-list.active .nav__sub-title,.nav__sub-list.active .nav__sub-title:active,.nav__sub-list.active .nav__sub-title:focus,.nav__sub-list.active .nav__sub-title:visited {
    color: #126cab
}

.nav__sub-item {
    height: auto;
    margin-bottom: 1rem;
    list-style-type: none;
    line-height: normal
}

.nav__sub-item,.nav__sub-link {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal
}

.nav__sub-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.5rem;
    color: #000;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.nav__sub-link:visited {
    color: #000
}

.nav__sub-link.active,.nav__sub-link:focus,.nav__sub-link:hover {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
    color: #000
}

.nav__btns {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-right: 2rem;
    white-space: nowrap
}

.nav__btn,.nav__btns {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%
}

.nav__btn {
    display: inline-block;
    vertical-align: middle;
    padding-right: 3rem;
    padding-left: 3rem;
    text-decoration: none;
    text-align: center;
    background-color: #7fba2f;
    font-weight: 700;
    color: #fff!important
}

.nav__btn:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-right: -1px
}

.nav__btn:focus,.nav__btn:hover {
    text-decoration: none
}

.nav__btn.js-auth-open {
    background-color: #168ac9
}

.nav__btn.js-auth-open.active {
    z-index: 10;
    background-color: #03599d;
    -webkit-box-shadow: rgba(0,0,0,.55) 0 1px 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.55)
}

.nav__btn.js-auth-open.active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: -1;
    display: block;
    -webkit-transform: translate(-50%,-10px) rotate(45deg);
    -ms-transform: translate(-50%,-10px) rotate(45deg);
    transform: translate(-50%,-10px) rotate(45deg);
    border: 10px solid #03599d;
    -webkit-box-shadow: #03599d -4px 0 0,#03599d 0 -4px 0,rgba(0,0,0,.55) 0 1px 4px;
    box-shadow: -4px 0 0 #03599d,0 -4px 0 #03599d,0 1px 4px rgba(0,0,0,.55)
}

.nav__btn-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 1;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word
}

@media (min-width: 991px) {
    .nav__panel.afix {
        position:fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 11;
        -webkit-box-shadow: 0 3px 0 rgba(0,0,0,.15);
        box-shadow: 0 3px 0 rgba(0,0,0,.15)
    }

    .nav__panel.afix .nav__wrapper:before {
        content: none
    }
}

@media (min-width: 1360px) {
    .nav__panel.afix .nav__logo {
        visibility:visible;
        opacity: 1
    }
}

@media (max-width: 1200px) {
    .nav__item {
        padding-right:1rem;
        padding-left: 1rem
    }

    .nav__item:first-child {
        padding-left: 2rem
    }

    .nav__btn {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .nav__logo {
        display: none
    }
}

@media (max-width: 960px) {
    .nav__btn-label,.nav__sub-link,.nav__title {
        font-size:1.4rem
    }
}

@media (max-width: 880px) {
    .nav__sub-list_col_4 {
        width:23.80952381%;
        padding-right: 0;
        padding-left: 4.76190476%
    }

    .nav__sub-list_col_4:last-child {
        width: 28.57142857%;
        padding-right: 4.76190476%;
        padding-left: 4.76190476%
    }
}

@media (max-width: 680px) {
    .nav {
        height:auto
    }

    .nav__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }

    .nav__btns {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 100vw;
        padding: 0!important;
        height: 6rem;
        max-height: 100%
    }

    .nav__btn {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .nav__item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .nav__list {
        width: 100%
    }

    .nav__overlay {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .nav__sub-title {
        margin-bottom: 1rem
    }

    .nav__search {
        display: block;
        height: 7rem;
        margin: 0 7rem 0 3rem
    }

    .nav__search .search__wrap {
        max-width: auto;
        max-width: none;
        padding: 0;
        height: 3.6rem
    }

    .nav__search .search__input {
        width: 100%!important
    }

    .nav__search .search__label {
        left: 2rem
    }
}

.nav_for_mobile {
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100vw;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    background: #005999;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.nav_for_mobile.active {
    display: block
}

.nav__close {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 7rem;
    height: 7rem;
    font-size: 2.4rem;
    line-height: 7rem;
    color: #7fba2f;
    border: none;
    background-color: transparent
}

.nav__close:focus {
    outline: none
}

.nav__scrollable {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    background: #005999
}

@media (max-width: 668px) {
    .nav {
        height:auto
    }

    .nav__wrapper {
        height: 4rem
    }

    .nav__list_for_desktop {
        display: none
    }

    .nav__list_for_mobile {
        display: block;
        padding: 0 0 3rem;
        text-align: left
    }

    .nav__item {
        padding: 0
    }

    .nav__item:first-child {
        padding: 0
    }

    .nav__item.active .nav__title {
        color: #fff;
        border-color: transparent
    }

    .nav__item.active>.nav__dropdown {
        display: block
    }

    .nav__item.active .nav__sub-list.active .nav__dropdown {
        display: block
    }

    .nav__title {
        position: relative;
        z-index: 1;
        width: 100%;
        padding-left: 3rem;
        height: auto;
        text-transform: uppercase
    }

    .nav__title>span {
        padding-top: 1rem;
        padding-bottom: 1.3rem
    }

    .nav__overlay {
        position: static;
        padding-top: 3rem;
        padding-bottom: 3rem;
        border-radius: 0
    }

    .nav__dropdown {
        display: none
    }

    .nav__dropdown.active {
        display: block
    }

    .nav__sub-list {
        width: 100%!important;
        padding: 0!important
    }

    .nav__sub-title {
        margin: 0;
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .nav__sub-link,.nav__sub-title {
        padding-left: 3rem
    }

    .nav__sub-link.active {
        font-weight: 700
    }

    .nav__close {
        display: block
    }
}

body.branch-banner-is-active .nav_for_mobile {
    top: 76px
}

body.hide_all>* {
    display: none
}

.jur-eu .nav__logo {
    background-image: url(/bundles/appfront/img/brand/brand-ico-eu.svg?ver=678)
}

.button {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
    border: none;
    border-radius: 4px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.11111111;
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -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
}

.button:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-right: -1px
}

.button,.button:active,.button:focus,.button:hover,.button:visited {
    color: #fff;
    text-decoration: none
}

.button_big {
    font-size: 2.2rem;
    line-height: .90909091;
    font-weight: 500
}

.button_green {
    color: #fff;
    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)
}

.button_green:visited,a.button_green:visited {
    color: #fff
}

.button_green:hover,a.button_green:hover {
    color: #fff;
    background: #98c838;
    -webkit-box-shadow: 0 3px 0 rgba(0,0,0,.05);
    box-shadow: 0 3px 0 rgba(0,0,0,.05)
}

.button_green:active,a.button_green:active {
    color: #fff;
    background: #7fba2f;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button_blue {
    color: #fff;
    background: #126cab;
    background-image: -webkit-gradient(linear,left top,right top,from(#126cab),color-stop(#168ac9),to(#126cab));
    background-image: -o-linear-gradient(left,#126cab,#168ac9,#126cab);
    background-image: linear-gradient(90deg,#126cab,#168ac9,#126cab)
}

.button_blue:visited,a.button_blue:visited {
    color: #fff
}

.button_blue:hover,a.button_blue:hover {
    color: #fff;
    background: #168ac9;
    -webkit-box-shadow: 0 3px 0 rgba(0,0,0,.05);
    box-shadow: 0 3px 0 rgba(0,0,0,.05)
}

.button_blue:active,a.button_blue:active {
    color: #fff;
    background: #1378bf;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button[disabled=disabled] {
    background: #dadfe2;
    cursor: not-allowed
}

.button:focus {
    outline: none
}

@media (max-width: 680px) {
    .button {
        padding:1.5rem;
        font-size: 1.5rem;
        line-height: 1.33333333
    }

    .button_big {
        padding: 2rem;
        font-size: 1.6rem;
        line-height: 1.25
    }
}

.input {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: .6rem 0;
    font-weight: 400;
    line-height: normal;
    font-size: 1.4rem;
    color: currentColor;
    outline: 0;
    background: transparent;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0
}

.input::-webkit-input-placeholder {
    font-weight: 400;
    line-height: normal;
    white-space: normal;
    color: #a1aeb7
}

.input:-moz-placeholder,.input::-moz-placeholder {
    font-weight: 400;
    line-height: normal;
    white-space: normal;
    color: #a1aeb7
}

.input:-ms-input-placeholder {
    font-weight: 400;
    line-height: normal;
    white-space: normal;
    color: #a1aeb7
}

.input:invalid:not(output) {
    -webkit-box-shadow: none;
    box-shadow: none
}

.input:-moz-ui-invalid:not(output) {
    box-shadow: none
}

.input:-moz-ui-invalid:-moz-focusring:not(output) {
    box-shadow: none
}

.input[type=email]::-ms-clear,.input[type=number]::-ms-clear,.input[type=search]::-ms-clear,.input[type=tel]::-ms-clear,.input[type=text]::-ms-clear,.input[type=url]::-ms-clear {
    display: none
}

.input[type=password]::-ms-reveal {
    display: none
}

.user-lk {
    position: absolute;
    top: 100%;
    left: 0;
    right: 2rem;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    display: inline-block;
    white-space: normal;
    will-change: auto;
    -webkit-transition: all .3s linear;
    -o-transition: all linear .3s;
    transition: all .3s linear
}

.user-lk.active {
    visibility: visible;
    opacity: 1;
    z-index: 10
}

.user-lk__panel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 5rem 3rem 2.5rem;
    white-space: normal;
    border: none;
    background-color: #fff;
    -webkit-box-shadow: rgba(0,0,0,.15) 0 1px 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.15)
}

.user-lk__input {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    border-bottom: 1px solid #e6ebef
}

.user-lk__submit {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    padding: 2rem;
    border: none;
    border-radius: 4px;
    text-align: center;
    font-size: 2.2rem;
    line-height: .90909091;
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #fff;
    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);
    -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;
    cursor: pointer
}

.user-lk__submit:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-right: -1px
}

.user-lk__submit,.user-lk__submit:active,.user-lk__submit:focus,.user-lk__submit:hover,.user-lk__submit:visited {
    color: #fff;
    text-decoration: none
}

.user-lk__submit:hover {
    color: #fff;
    background: #98c838;
    -webkit-box-shadow: 0 3px 0 rgba(0,0,0,.05);
    box-shadow: 0 3px 0 rgba(0,0,0,.05)
}

.user-lk__submit:active {
    color: #fff;
    background: #7fba2f;
    -webkit-box-shadow: none;
    box-shadow: none
}

.user-lk__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 1rem 0;
    text-align: center;
    font-size: 1.6rem
}

@media (max-width: 680px) {
    .user-lk {
        right:auto
    }

    .user-lk__panel {
        padding: 3rem 2rem 1rem
    }

    .user-lk__input {
        font-size: 1.4rem
    }

    .user-lk__submit {
        padding: 1rem;
        font-size: 1.6rem;
        line-height: 1.25
    }
}

.dakar-branding {
    position: relative;
    z-index: 0;
    height: 18em;
    margin-bottom: -8em;
    background-color: #fff;
    overflow-x: hidden;
    font-size: 1rem;
    will-change: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.dakar-branding:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    width: 87.9em;
    height: 18em;
    -webkit-transform: translate(-33%);
    -ms-transform: translate(-33%);
    transform: translate(-33%);
    background-image: url(/bundles/appfront/img/redesign/dakar-branding/dakar-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.dakar-branding__wrapper {
    padding-top: 1em;
    padding-bottom: 1em
}

.dakar-branding__content {
    white-space: nowrap;
    padding: 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.dakar-branding__emblem {
    display: inline-block;
    width: 8em;
    height: 8em;
    margin-right: 2em;
    vertical-align: middle;
    background-image: url(/bundles/appfront/img/redesign/dakar-branding/dakar-emblem.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain
}

.dakar-branding__text {
    display: inline-block;
    vertical-align: middle;
    margin-top: .5em;
    white-space: normal;
    font-size: 1.8em;
    line-height: 1.11111111;
    color: #000
}

.dakar-branding__text a {
    text-decoration: none;
    color: #000
}

@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) {
    .dakar-branding__emblem {
        background-image:url(/bundles/appfront/img/redesign/dakar-branding/dakar-emblem@2x.png)
    }
}

@media (max-width: 720px) {
    html:not([lang=ae]) .dakar-branding:before {
        left:0;
        -webkit-transform: translate(71px);
        -ms-transform: translate(71px);
        transform: translate(71px)
    }
}

@media (max-width: 680px) {
    .dakar-branding {
        font-size:.9rem;
        margin-bottom: -9em
    }
}

@media (max-width: 480px) {
    .dakar-branding {
        -webkit-transform:translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        margin-bottom: -18em
    }

    .dakar-branding:before,.dakar-branding__emblem {
        background-image: none
    }
}

.zalgiris-branding {
    position: relative;
    z-index: 0;
    height: 18em;
    margin-bottom: -8em;
    background-color: #fff;
    overflow-x: hidden;
    font-size: 1rem;
    will-change: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.zalgiris-branding:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 18em;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background-image: url(/bundles/appfront/img/redesign/zalgiris-branding/zalgiris-bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    max-width: 1220px
}

.zalgiris-branding__wrapper {
    padding-top: 1em;
    padding-bottom: 1em
}

.zalgiris-branding__content {
    white-space: nowrap;
    padding: 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.zalgiris-branding__emblem {
    display: inline-block;
    width: 8em;
    height: 8em;
    margin-right: 2em;
    margin-top: 5px;
    vertical-align: middle;
    background-image: url(/bundles/appfront/img/redesign/zalgiris-branding/zalgiris-emblem.png);
    background-repeat: no-repeat;
    background-position: 30% 50%;
    background-size: contain
}

.zalgiris-branding__text {
    display: inline-block;
    vertical-align: middle;
    margin-top: 1em;
    white-space: normal;
    font-size: 1.8em;
    line-height: 1.11111111;
    color: #000;
    width: 360px
}

.zalgiris-branding__text a {
    text-decoration: none;
    color: #000
}

@media (max-width: 680px) {
    .zalgiris-branding {
        font-size:.9rem;
        margin-bottom: -9em
    }
}

.cookies-panel__item-blue {
    border-left: 7px solid #126cab;
    border-top: 1px solid #e8e8e8
}

.cookies-panel__item-green {
    border-left: 7px solid #7fba2f;
    border-top: 1px solid #e8e8e8
}

.cookies-panel__close-btn {
    background: none;
    padding: 0;
    border: 1px solid;
    cursor: pointer;
    opacity: .8;
    position: absolute;
    right: 15px;
    margin-top: 15px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #777;
    z-index: 1
}

.cookies-panel__close-btn:hover {
    opacity: 1
}

.cookies-panel__wrapper {
    position: relative;
    padding: 1.5rem 10px;
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #333
}

.cookies-panel__descr {
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cookies-panel__allow,.cookies-panel__disallow {
    -ms-flex-preferred-size: 17.5%;
    flex-basis: 17.5%;
    margin: 5px 10px!important;
    padding: 8px 2rem;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    line-height: 22px;
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    height: 40px
}

.cookies-panel__allow {
    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
}

.cookies-panel__allow:active,.cookies-panel__allow:focus,.cookies-panel__allow: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)
}

.cookies-panel__disallow {
    border: 1px solid #a1aeb6;
    color: #555
}

.cookies-panel__disallow:active,.cookies-panel__disallow:focus,.cookies-panel__disallow:hover {
    border-color: #168ac9;
    color: #168ac9
}

.cookies-panel__title {
    vertical-align: middle;
    font-size: 16px;
    margin-bottom: 10px
}

.cookies-panel__link {
    display: inline;
    vertical-align: middle;
    text-decoration: none
}

.cookies-panel__link-txt {
    display: inline;
    line-height: 1;
    white-space: nowrap;
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,.2)
}

.cookies-panel__link-txt:hover {
    border-bottom-color: #000
}

.cookies-panel__close {
    position: absolute;
    right: 2rem;
    top: 0;
    display: block;
    width: 3rem;
    height: 3rem;
    text-align: center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M1 1l14 14M1 15L15 1' fill='none' stroke='%238F9EA9' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 1.4rem 1.4rem;
    opacity: .3;
    will-change: auto;
    -webkit-transition: all .3s linear;
    -o-transition: all linear .3s;
    transition: all .3s linear
}

.cookies-panel__close:hover {
    opacity: 1
}

[data-cfd-risk-warning] .cookies-panel__descr {
    border: 1px solid rgba(0,0,0,.2);
    padding: .5rem
}

[data-cfd-risk-warning] .cookies-panel__wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem
}

@media (max-width: 800px) {
    .cookies-panel__wrapper {
        display:block
    }

    .cookies-panel__allow,.cookies-panel__disallow {
        width: 35%
    }
}

@media (max-width: 480px) {
    .cookies-panel__wrapper {
        display:block;
        padding: 1.5rem 20px
    }

    .cookies-panel__descr {
        margin: 5px 0
    }

    .cookies-panel__allow,.cookies-panel__disallow {
        width: 100%;
        margin: 5px 0!important
    }
}

@media (max-width: 576px) {
    .cookies-panel__close {
        top:50%;
        -webkit-transform: translate(1rem,-50%);
        -ms-transform: translate(1rem,-50%);
        transform: translate(1rem,-50%)
    }
}

@-webkit-keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.by-risk-warning {
    background-color: #f2f5fb
}

.by-risk-warning .content-wrapper {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.4rem
}

.by-risk-warning .btn-icon-close {
    width: 18px;
    border-width: 0;
    margin-top: 0;
    margin-right: 5px;
    right: 0;
    position: relative
}

.by-risk-warning .btn-icon-close:before {
    -webkit-transform: rotate(-45deg) scaleX(1);
    -ms-transform: rotate(-45deg) scaleX(1);
    transform: rotate(-45deg) scaleX(1);
    border-width: 1px
}

.by-risk-warning .btn-icon-close:after {
    -webkit-transform: rotate(45deg) scaleX(1);
    -ms-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
    border-width: 1px
}

.rf-spain-popup-notification {
    top: 150px;
    height: 80vh;
    max-height: calc(100vh - 150px);
    position: fixed;
    z-index: 999;
    left: 50vw;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(0,0,0,.2);
    box-shadow: 0 8px 16px rgba(0,0,0,.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1180px;
    max-width: 90vw;
    padding: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 500px) {
    .rf-spain-popup-notification .uk-mb-60 {
        margin-bottom:30px!important
    }
}

@media (max-width: 480px) {
    .rf-spain-popup-notification {
        padding:25px
    }

    .rf-spain-popup-notification .uk-mb-60 {
        margin-bottom: 30px!important
    }
}

@media (max-height: 700px) {
    .rf-spain-popup-notification .uk-mb-60 {
        margin-bottom:30px!important
    }
}

@media (max-height: 500px) {
    .rf-spain-popup-notification .uk-mb-60 {
        margin-bottom:10px!important
    }
}

.rf-spain-popup-notification-content {
    max-width: 700px;
    width: 100%
}

.rf-spain-popup-notification-title {
    font-size: 36px;
    font-weight: 300;
    color: #000
}

@media (max-width: 480px) {
    .rf-spain-popup-notification-title {
        font-size:24px;
        line-height: 30px
    }
}

@media (max-height: 700px) {
    .rf-spain-popup-notification-title {
        font-size:30px;
        line-height: 30px
    }
}

@media (max-height: 380px) {
    .rf-spain-popup-notification-title {
        font-size:24px;
        line-height: 27px
    }
}

@media (max-height: 350px) {
    .rf-spain-popup-notification-title {
        font-size:21px;
        line-height: 24px;
        margin-bottom: 0!important
    }

    .rf-spain-popup-notification-title div {
        display: inline-block
    }

    .rf-spain-popup-notification-title div:before {
        content: "\00a0 "
    }
}

.rf-spain-popup-notification-title b {
    font-weight: 500
}

.rf-spain-popup-notification-text {
    font-size: 22px;
    color: #000;
    opacity: .7
}

@media (max-width: 480px) {
    .rf-spain-popup-notification-text {
        font-size:18px
    }
}

@media (max-height: 480px) {
    .rf-spain-popup-notification-text {
        font-size:18px
    }
}

@media (max-height: 380px) {
    .rf-spain-popup-notification-text {
        font-size:16px
    }
}

.rf-spain-popup-notification-text a {
    color: #000;
    text-decoration: underline
}

.rf-spain-popup-notification-text a:visited {
    color: #111
}

.rf-spain-popup-notification-button {
    font-size: 24px;
    font-weight: 400;
    height: 60px;
    width: 400px;
    max-width: 100%;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #697d8c 0 0 no-repeat padding-box;
    border-radius: 8px;
    display: inline-block;
    text-decoration: none
}

.rf-spain-popup-notification-button:visited {
    color: hsla(0,0%,100%,.9)
}

@media (max-width: 480px) {
    .rf-spain-popup-notification-button {
        font-size:18px
    }
}

.rf-spain-popup-notification-button:active,.rf-spain-popup-notification-button:hover {
    background: rgba(105,125,140,.67) aa
}

@media (max-height: 380px) {
    .rf-spain-popup-notification-button {
        font-size:18px;
        height: 48px;
        line-height: 48px
    }
}

@media (max-width: 500px) {
    .platform__logo-wrapper img {
        max-width:100%
    }
}

input.ui2-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

input.ui2-checkbox+.ui2-checkbox-decorator {
    border: 1px solid #a1aeb7;
    border-radius: 4px;
    vertical-align: top;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input.ui2-checkbox+.ui2-checkbox-decorator:after {
    content: "";
    display: block;
    background-image: url(/bundles/appfront/img/redesign/controls/icon-check.svg);
    width: 24px;
    height: 24px;
    opacity: 0;
    margin: -1px
}

input.ui2-checkbox:focus+.ui2-checkbox-decorator,input.ui2-checkbox:hover+.ui2-checkbox-decorator {
    border-color: #747f87
}

input.ui2-checkbox.ui2-status-error+.ui2-checkbox-decorator {
    border-color: #ed1c24
}

input.ui2-checkbox:hover+.ui2-checkbox-decorator:after {
    opacity: .7
}

input.ui2-checkbox:checked+.ui2-checkbox-decorator {
    border-color: transparent;
    border-radius: 4px;
    background-color: #2d6fc5
}

input.ui2-checkbox:checked+.ui2-checkbox-decorator:after {
    background-image: url(/bundles/appfront/img/redesign/controls/icon-check-mark-white.svg);
    opacity: 1
}

input.ui2-checkbox:checked:focus+.ui2-checkbox-decorator,input.ui2-checkbox:checked:hover+.ui2-checkbox-decorator {
    background-color: #327ad9
}

input.uk-form-danger+.ui2-checkbox-decorator {
    color: #f0506e;
    border-color: #f0506e
}

[class*=ui2-icon] {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.ui2-icon-small {
    width: 18px;
    height: 18px
}

.ui2-icon-medium {
    width: 24px;
    height: 24px
}

.ui2-icon-large {
    width: 32px;
    height: 32px
}

.ui2-mr-8 {
    margin-right: 8px
}

.ui2-mb-32 {
    margin-bottom: 32px!important
}

.ui2-max-width-280 {
    max-width: 280px!important
}

.ui2-max-width-620 {
    max-width: 620px!important
}

.deutsch_jur_popup {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto
}

.deutsch_jur_popup_content_wrapper {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 980px;
    margin: 20px;
    padding: 50px 100px 60px;
    background: #fff;
    border-radius: 5px;
    color: #000
}

.deutsch_jur_popup_close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 18px;
    height: 18px;
    opacity: .5
}

.deutsch_jur_popup_close:hover {
    opacity: .7
}

.deutsch_jur_popup_title {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px
}

.deutsch_jur_popup_lead {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px
}

.deutsch_jur_popup_descr {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    color: #697d8c
}

.deutsch_jur_popup_table {
    margin: 30px 0 40px
}

.deutsch_jur_popup_table_line {
    display: block;
    overflow: hidden
}

.deutsch_jur_popup_table_line:after {
    content: "";
    display: block;
    height: 1px;
    background: #e6ebef;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear,left top,right top,from(#fff),to(#e6ebef));
    background-image: -o-linear-gradient(left,#fff,#e6ebef);
    background-image: linear-gradient(90deg,#fff,#e6ebef);
    background-size: 30% 100%;
    clear: both
}

.deutsch_jur_popup_table_line_name {
    color: #697d8c;
    width: 25%
}

.deutsch_jur_popup_table_line_name,.deutsch_jur_popup_table_line_value {
    float: left;
    font-size: 16px;
    padding: 8px 10px;
    background: #fff;
    margin-bottom: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.deutsch_jur_popup_table_line_value {
    width: 37.5%
}

.deutsch_jur_popup_table_line_value b {
    font-size: 18px;
    font-weight: 700
}

.deutsch_jur_popup_table_headline:after,.deutsch_jur_popup_table_line:last-child:after {
    margin-bottom: 0;
    display: none
}

.deutsch_jur_popup_buttons .button_big {
    font-size: 2.2rem;
    line-height: .90909091;
    font-weight: 500
}

.deutsch_jur_popup_buttons .button_green {
    color: #fff;
    background: #7fba2f;
    background-image: -o-linear-gradient(left,#7fba2f,#98c838,#7fba2f);
    background-image: -webkit-gradient(linear,left top,right top,from(#7fba2f),color-stop(#98c838),to(#7fba2f));
    background-image: linear-gradient(90deg,#7fba2f,#98c838,#7fba2f)
}

.deutsch_jur_popup_buttons .button {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
    border: none;
    border-radius: 4px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.11111111;
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -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
}

.deutsch_jur_popup_buttons {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.deutsch_jur_popup_buttons .button_blue_outline {
    border: 1px solid #0578be;
    color: #0578be!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.deutsch_jur_popup_buttons .button {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 10px
}

@media screen and (max-width: 480px) {
    .deutsch_jur_popup_buttons .button {
        max-width:280px
    }
}

.hide-scroll {
    overflow: hidden
}

@media screen and (max-width: 800px) {
    .deutsch_jur_popup_content_wrapper {
        padding:40px
    }
}

@media screen and (max-width: 768px) {
    .deutsch_jur_popup_content_wrapper {
        padding:40px;
        margin: 10px
    }
}

@media screen and (max-width: 680px) {
    .deutsch_jur_popup {
        display:block
    }

    .deutsch_jur_popup_close {
        right: 15px;
        top: 10px
    }

    .deutsch_jur_popup_content_wrapper {
        padding: 30px 20px;
        margin: 10px
    }

    .deutsch_jur_popup_title {
        font-size: 24px;
        margin: 20px 5px 15px;
        line-height: 1.4
    }

    .deutsch_jur_popup_lead {
        font-size: 16px
    }

    .deutsch_jur_popup_table {
        margin: 20px 0
    }

    .deutsch_jur_popup_table_line_value {
        padding-top: 4px;
        width: 50%
    }

    .deutsch_jur_popup_table_line_value b {
        font-size: 16px
    }

    .deutsch_jur_popup_table_line_name {
        width: 100%;
        padding-bottom: 0
    }

    .deutsch_jur_popup_table_line_name,.deutsch_jur_popup_table_line_value {
        font-size: 14px
    }

    .deutsch_jur_popup_buttons {
        display: block
    }

    .deutsch_jur_popup_buttons .button {
        min-width: 250px
    }
}

.deutsch_jur_popup_bottom_panel {
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f3f5fb 0 0 no-repeat padding-box;
    -webkit-box-shadow: 0 -3px 15px rgba(0,0,0,.15);
    box-shadow: 0 -3px 15px rgba(0,0,0,.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto
}

.deutsch_jur_popup_bottom_panel .cookies-panel__descr {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    color: #697d8c
}

.deutsch_jur_popup_bottom_panel .cookies-panel__descr p {
    display: block!important
}

.deutsch_jur_popup_bottom_panel .cookies-panel__descr b {
    color: #000
}

.deutsch_jur_popup_bottom_panel .cookies-panel__allow {
    min-width: 180px;
    background: #126cab
}

.deutsch_jur_popup_bottom_panel .cookies-panel__allow:hover {
    background: #168ac9
}



.accounts {
    position:relative;
    z-index:0;
    color:#000;
    overflow-x:hidden;
}
.accounts:not(.active) .terminals-ico {
    background-image:none!important
}
.accounts__table {
    margin-top:3.5rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch
}
.accounts__caption {
    list-style-type:none;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -ms-flex-negative:0;
    flex-shrink:0;
    width:200px;
    margin:0 -200px 0 0;
    padding:0 0 0 1rem;
    color:#697d8c;
    -webkit-transition:color .5s linear;
    -o-transition:color .5s linear;
    transition:color .5s linear
}
.accounts__caption.caption {
    position:relative
}
.accounts__caption>li {
    position:absolute;
    padding-top:1rem;
    padding-bottom:1rem;
    font-size:1.4rem;
    line-height:1.42857143;
    color:currentColor
}
.accounts__caption>li:before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:1200px;
    height:1px;
    background-color:#e6ebef
}
.accounts__caption>li:first-child:before {
    content:none
}
.accounts__caption>li.caption__deposit {
    top:18.5rem
}
.accounts__caption>li.caption__exec {
    top:22.5rem
}
.accounts__caption>li.caption__spread {
    top:26.5rem
}
.accounts__caption>li.caption__tools {
    top:30.5rem
}
.accounts__caption>li.caption__bonuses {
    top:36.5rem
}
.jur-eu .accounts__caption>li.caption__bonuses {
    display:none
}
.accounts__caption>li.caption__terminal {
    padding-bottom:5rem;
    top:40.5rem
}
.jur-eu .accounts__caption>li.caption__terminal {
    top:36.5rem
}
.accounts__slider {
    position:relative
}
.accounts__pagination {
    position:absolute;
    bottom:100%;
    right:1rem;
    margin-right:1rem;
    margin-bottom:3rem
}
.accounts__rule-next,.accounts__rule-prev {
    display:inline-block;
    vertical-align:middle;
    padding:1rem;
    font-size:0;
    opacity:0;
    -webkit-transition:all .5s linear;
    -o-transition:all linear .5s;
    transition:all .5s linear
}
.accounts__rule-next {
    position:absolute
}
.accounts__counter {
    display:inline-block;
    vertical-align:middle;
    margin:0 1rem;
    font-size:2.2rem;
    line-height:.7;
    font-weight:300
}
.accounts__bullets {
    display:none;
    vertical-align:middle;
    white-space:nowrap
}
.accounts__bullet,.accounts__bullets.active {
    display:inline-block;
    vertical-align:middle
}
.accounts__bullet {
    width:2.6rem;
    height:2.6rem;
    font-style:normal;
    line-height:0;
    text-align:center;
    color:#126cab;
    background-color:transparent;
    opacity:.15;
    cursor:pointer
}
.accounts__bullet:before {
    content:"";
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:1px;
    margin-right:-1px
}
.accounts__bullet:after {
    content:"\02022";
    display:inline-block;
    vertical-align:middle;
    font-style:normal;
    font-size:4rem;
    color:currentColor
}
.accounts__bullet.active,.accounts__bullet:hover {
    color:#126cab;
    opacity:1
}
.accounts__wrapper {
    margin:0 -100px;
    padding:0 100px
}
.accounts__scrollable {
    position:relative;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:100%;
    height:52rem;
    padding-left:200px;
    -webkit-transition:all .5s linear;
    -o-transition:all .5s linear;
    transition:all .5s linear
}
.accounts__list {
    position:relative;
    list-style-type:none;
    height:100%;
    margin:0 0 0 -3rem;
    padding:0;
    font-size:0
}
.accounts__next,.accounts__prev {
    position:absolute;
    top:50%;
    z-index:1;
    font-size:0;
    opacity:1;
    -webkit-transition:all .5s linear;
    -o-transition:all linear .5s;
    transition:all .5s linear
}
.accounts__next {
    right:0;
    margin-right:1rem;
    -webkit-transform:translate(200%,-50%);
    -ms-transform:translate(200%,-50%);
    transform:translate(200%,-50%)
}
.accounts__prev {
    left:0;
    -webkit-transform:translate(-200%,-50%);
    -ms-transform:translate(-200%,-50%);
    transform:translate(-200%,-50%);
    margin-left:1rem
}
.accounts__btns {
    margin-top:5rem;
    margin-bottom:1.5rem;
    text-align:center;
    color:#126cab
}
.accounts__demo,.accounts__real {
    min-width:28rem;
    margin:1rem
}
.accounts__demo {
    font-size:1.6rem;
    line-height:1.25
}
@media (max-width:1460px) {
    .accounts__prev {
        -webkit-transform:translate(-100%,-50%);
        -ms-transform:translate(-100%,-50%);
        transform:translate(-100%,-50%);
        margin-left:0
    }
    .accounts__next {
        margin-right:0;
        -webkit-transform:translate(100%,-50%);
        -ms-transform:translate(100%,-50%);
        transform:translate(100%,-50%)
    }
}
@media (max-width:1370px) {
    .accounts__next,.accounts__prev {
        opacity:0
    }
    .accounts__rule-next,.accounts__rule-prev {
        opacity:1;
        position:static
    }
}
@media (max-width:680px) {
    .accounts__table {
        margin-top:5rem
    }
    .accounts__caption {
        color:transparent
    }
    .accounts__caption>li {
        padding-top:.5rem;
        padding-bottom:.5rem;
        font-size:1.2rem;
        line-height:1.66666667
    }
    .accounts__caption>li.caption__deposit {
        top:17.5rem
    }
    .accounts__caption>li.caption__exec {
        top:20.5rem
    }
    .accounts__caption>li.caption__spread {
        top:23.5rem
    }
    .accounts__caption>li.caption__tools {
        top:26.5rem
    }
    .accounts__caption>li.caption__bonuses {
        top:31.5rem
    }
    .accounts__caption>li.caption__terminal {
        padding-bottom:5rem;
        top:34.5rem
    }
    .jur-eu .accounts__caption>li.caption__terminal {
        top:31.5rem
    }
    .accounts__pagination {
        left:0;
        right:0;
        margin:0;
        text-align:right;
        white-space:nowrap;
        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
    }
    .accounts__bullets {
        display:inline-block
    }
    .accounts__counter {
        margin:0;
        font-size:1.6rem;
        line-height:1.25
    }
    .accounts__next,.accounts__prev {
        -webkit-transform:scale(.7);
        -ms-transform:scale(.7);
        transform:scale(.7)
    }
    .accounts__scrollable {
        height:43rem;
        padding-left:0
    }
    .accounts__list {
        margin-left:-1rem
    }
    .accounts__demo,.accounts__real {
        padding:2rem
    }
}
.account {
    position:absolute;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:36rem;
    height:52rem;
    padding:1rem 4rem 33.7rem;
    -webkit-transition:opacity .9s ease-in-out,-webkit-transform .8s ease-in-out;
    transition:opacity .9s ease-in-out,-webkit-transform .8s ease-in-out;
    -o-transition:opacity .9s ease-in-out,transform .8s ease-in-out;
    transition:opacity .9s ease-in-out,transform .8s ease-in-out;
    transition:opacity .9s ease-in-out,transform .8s ease-in-out,-webkit-transform .8s ease-in-out;
    -webkit-transform-style:preserve-3d;
    -webkit-backface-visibility:hidden;
    will-change:auto;
    background:#fff;
    border-radius:4px;
    border:none;
    border-bottom:3px solid rgba(0,0,0,.15);
    cursor:pointer;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    opacity:.6
}
.account:first-child:not(.active) {
    opacity:0
}
.account.active {
    opacity:1;
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
}
.account.active~.account {
    -webkit-transform:translate3d(40rem,0,0);
    transform:translate3d(40rem,0,0);
    -webkit-transition-delay:.1s;
    -o-transition-delay:.1s;
    transition-delay:.1s;
    opacity:.8;
    z-index:2
}
.account.active~.account~.account {
    -webkit-transform:translate3d(80rem,0,0);
    transform:translate3d(80rem,0,0);
    -webkit-transition-delay:.2s;
    -o-transition-delay:.2s;
    transition-delay:.2s;
    z-index:1;
    opacity:.6
}
.account.active~.account~.account:after {
    position:absolute;
    top:0;
    bottom:-3px;
    right:0;
    content:"";
    display:block;
    width:24rem;
    background-image:-webkit-gradient(linear,left top,right top,from(rgba(234,238,249,0)),to(#eaeef9));
    background-image:-o-linear-gradient(left,rgba(234,238,249,0),#eaeef9 100%);
    background-image:linear-gradient(90deg,rgba(234,238,249,0),#eaeef9 100%);
    -webkit-transition:all .6s linear;
    -o-transition:all .6s linear;
    transition:all .6s linear;
    pointer-events:none
}
.account.active~.account~.account~.account,.account.naked~.account~.account~.account {
    -webkit-transform:translate3d(120rem,0,0);
    transform:translate3d(120rem,0,0);
    -webkit-transition-delay:.3s;
    -o-transition-delay:.3s;
    transition-delay:.3s;
    opacity:0;
    z-index:0
}
.account.naked {
    background-color:transparent;
    border-color:transparent;
    -webkit-transition:opacity .3s linear,background-color 1s linear,border-color 1s linear,-webkit-transform .8s ease-in-out;
    transition:opacity .3s linear,background-color 1s linear,border-color 1s linear,-webkit-transform .8s ease-in-out;
    -o-transition:opacity .3s linear,background-color 1s linear,border-color 1s linear,transform .8s ease-in-out;
    transition:opacity .3s linear,background-color 1s linear,border-color 1s linear,transform .8s ease-in-out;
    transition:opacity .3s linear,background-color 1s linear,border-color 1s linear,transform .8s ease-in-out,-webkit-transform .8s ease-in-out;
    opacity:.8
}
.account.hide-first {
    opacity:0;
    -webkit-transition:opacity .2s linear;
    -o-transition:opacity .2s linear;
    transition:opacity .2s linear
}
.account.prev-hidden {
    opacity:0;
    -webkit-transition-delay:0s;
    -o-transition-delay:0s;
    transition-delay:0s
}
.account.fade-out {
    opacity:0;
    -webkit-transition:none;
    -o-transition:none;
    transition:none
}
.account__header {
    margin:1rem 0;
    white-space:nowrap
}
.account__title {
    display:inline;
    vertical-align:baseline;
    margin-right:.7rem;
    font-weight:400;
    font-size:3rem;
    line-height:1.76666667
}
.account__sticker {
    vertical-align:5px
}
.account__desc {
    font-size:1.4rem;
    line-height:1.42857143;
    color:#697d8c
}
.account__details {
    list-style-type:none;
    margin:0;
    padding:0
}
.account__details>li {
    position:absolute;
    left:40px;
    right:40px;
    padding-top:1rem;
    padding-bottom:1rem;
    font-size:1.4rem;
    line-height:1.42857143
}
.account__details>li dl {
    display:inline-block;
    margin:0;
    padding:0;
    white-space:nowrap
}
.account__details>li dl:after,.account__details>li dl:before {
    content:" ";
    display:table
}
.account__details>li dl:after {
    clear:both
}
.account__details>li dt {
    display:inline-block;
    padding:0;
    font-weight:400;
    color:#697d8c;
    float:left;
    margin:0 -100% 0 0;
    -webkit-transform:translate3d(-50%,0,0);
    transform:translate3d(-50%,0,0);
    opacity:0;
    will-change:auto;
    -webkit-transition:all .4s linear;
    -o-transition:all linear .4s;
    transition:all .4s linear
}
.account__details>li dt:after {
    display:inline;
    content:":";
    margin-right:3px
}
.account__details>li dd {
    display:inline;
    margin:0;
    padding:0
}
.account__details>li.account__deposit {
    top:18.5rem
}
.account__details>li.account__exec {
    top:22.5rem
}
.account__details>li.account__spread {
    top:26.5rem
}
.account__details>li.account__tools {
    top:30.5rem
}
.account__details>li.account__bonuses {
    top:36.5rem
}
.jur-eu .account__details>li.account__bonuses {
    display:none
}
.account__details>li.account__terminals {
    padding-bottom:5rem;
    top:40.5rem
}
.jur-eu .account__details>li.account__terminals {
    top:36.5rem
}
.account__terminals-list {
    list-style-type:none;
    margin:0;
    padding:0
}
.account__terminals-list>li {
    display:inline
}
.account__terminals-list>li:not(:last-child):after {
    content:",";
    display:inline;
    margin-right:3px
}
.account__terminals-list>li>a {
    position:absolute;
    margin-top:4.2rem;
    font-size:1rem;
    opacity:.6
}
.account__terminals-list>li>a:nth-child(2) {
    -webkit-transform:translateX(4em);
    -ms-transform:translateX(4em);
    transform:translateX(4em)
}
.account__terminals-list>li>a:nth-child(3) {
    -webkit-transform:translateX(8em);
    -ms-transform:translateX(8em);
    transform:translateX(8em)
}
.account__terminals-list>li:first-child>a {
    left:0
}
.account__terminals-list>li:nth-child(2)>a {
    left:4em
}
.account__terminals-list>li:nth-child(3)>a {
    left:8em
}
.account__terminals-list>li:nth-child(4)>a {
    left:12em
}
.account__terminals-list>li:nth-child(5)>a {
    left:16em
}
.account__terminals-list>li:nth-child(6)>a {
    left:20em
}
@media (max-width:1200px) {
    .account {
        width:34rem;
        padding-left:3rem;
        padding-right:3rem
    }
    .account__details>li {
        left:3rem;
        right:3rem
    }
    .account.active~.account {
        -webkit-transform:translate3d(37rem,0,0);
        transform:translate3d(37rem,0,0)
    }
    .account.active~.account~.account {
        -webkit-transform:translate3d(74rem,0,0);
        transform:translate3d(74rem,0,0)
    }
    .account.active~.account~.account~.account {
        -webkit-transform:translate3d(111rem,0,0);
        transform:translate3d(111rem,0,0)
    }
}
@media (max-width:992px) {
    .account {
        width:32rem;
        padding-left:2rem;
        padding-right:2rem
    }
    .account__details>li {
        left:2rem;
        right:2rem
    }
    .account.active~.account {
        -webkit-transform:translate3d(34rem,0,0);
        transform:translate3d(34rem,0,0)
    }
    .account.active~.account~.account {
        -webkit-transform:translate3d(68rem,0,0);
        transform:translate3d(68rem,0,0)
    }
    .account.active~.account~.account~.account {
        -webkit-transform:translate3d(102rem,0,0);
        transform:translate3d(102rem,0,0)
    }
}
@media (max-width:680px) {
    .account {
        width:28rem;
        height:43rem
    }
    .account.active~.account {
        -webkit-transform:translate3d(29rem,0,0);
        transform:translate3d(29rem,0,0)
    }
    .account.active~.account~.account {
        -webkit-transform:translate3d(58rem,0,0);
        transform:translate3d(58rem,0,0)
    }
    .account.active~.account~.account~.account {
        -webkit-transform:translate3d(87rem,0,0);
        transform:translate3d(87rem,0,0)
    }
    .account__header {
        margin:0
    }
    .account__title {
        font-size:2rem;
        line-height:2.5
    }
    .account__desc {
        font-size:1.2rem;
        line-height:1.66666667
    }
    .account__details>li {
        padding-top:.5rem;
        padding-bottom:.5rem;
        font-size:1.2rem;
        line-height:1.66666667
    }
    .account__details>li.account__deposit {
        top:17.5rem
    }
    .account__details>li.account__exec {
        top:20.5rem
    }
    .account__details>li.account__spread {
        top:23.5rem
    }
    .account__details>li.account__tools {
        top:26.5rem
    }
    .account__details>li.account__bonuses {
        top:31.5rem
    }
    .account__details>li.account__terminals {
        top:34.5rem
    }
    .jur-eu .account__details>li.account__terminals {
        top:31.5rem
    }
    .account__terminals-list>li>a {
        margin-top:3.5rem
    }
    .account__terminals-list>li:first-child>a {
        left:0
    }
    .account__terminals-list>li:nth-child(2)>a {
        left:3.4em
    }
    .account__terminals-list>li:nth-child(3)>a {
        left:6.8em
    }
    .account__terminals-list>li:nth-child(4)>a {
        left:10.2em
    }
    .account__terminals-list>li:nth-child(5)>a {
        left:13.6em
    }
    .account__terminals-list>li:nth-child(6)>a {
        left:17em
    }
    .account.naked .account__details>li dt {
        margin-right:0;
        -webkit-transform:translateZ(0);
        transform:translateZ(0);
        opacity:1
    }
}

.assets {
    padding-bottom:0;
    color:#fff
}
.assets,.assets .section__header {
    position:relative
}
.assets .section__desc {
    opacity:.75
}
.assets__bg-list {
    bottom:0;
    margin:0;
    padding:0;
    list-style-type:none;
    font-size:0
}
.assets__bg-item,.assets__bg-list {
    position:absolute;
    left:0;
    width:100%;
    height:100%
}
.assets__bg-item {
    top:0;
    display:block;
    will-change:auto;
    opacity:0;
    background-repeat:no-repeat;
    background-position:50% 100%
}
.assets__bg-item,.assets__bg-item.active {
    -webkit-transition:opacity .5s linear;
    -o-transition:opacity .5s linear;
    transition:opacity .5s linear
}
.assets__bg-item.active {
    opacity:1
}
.assets__wrapper {
    padding-bottom:0;
    overflow:hidden
}
.assets__tabs {
    position:relative;
    overflow:hidden;
    margin-bottom: 32px;
}
.assets__tab-scrollable {
    
    overflow:hidden;
    overflow-x:auto;
    padding-bottom: 10px;
}
.assets__tab-list {
    position:relative;
    margin:0;
    padding:0;
    list-style-type:none;
    white-space:nowrap;
    font-size:0;
    display: flex;
    gap: 16px 32px;
    flex-wrap: wrap;
}
.assets__tab-item {
    display:inline-block;
    vertical-align:middle;
}
.assets__tab-link {
    position:relative;
    z-index:1;
    display:block;
    font-size: 18px;
    line-height:1;
    color: #fff;
    text-decoration:none;
    padding: 5px 0;
    font-weight: 700;
}
.assets__tab-link:hover {
    color:#13DA5A;
}
.assets__tab-item.active .assets__tab-link{
    color:#13DA5A;
}
.assets__tab-border {
    position:absolute;
    bottom:0;
    display:block;
    height:1px;
    background-color:#13DA5A;
    will-change:auto;
    -webkit-transition:width .5s ease-in-out,-webkit-transform .5s ease-in-out;
    transition:width .5s ease-in-out,-webkit-transform .5s ease-in-out;
    -o-transition:width .5s ease-in-out,transform .5s ease-in-out;
    transition:width .5s ease-in-out,transform .5s ease-in-out;
    transition:width .5s ease-in-out,transform .5s ease-in-out,-webkit-transform .5s ease-in-out
}
.assets__slider {
    position:relative;
}
.assets__pagination {
    position:absolute;
    top:.2rem;
    right:1rem;
    display: none;
}
.assets__counter {
    display:inline-block;
    vertical-align:middle;
    margin:0 1rem;
    font-size:2.2rem;
    line-height:.7;
    font-weight:300
}
.assets__next,.assets__prev {
    display:inline-block;
    vertical-align:middle;
    padding:1rem;
    font-size:0
}
.assets__bullets {
    display:none;
    vertical-align:middle;
    white-space:nowrap
}
.assets__bullet {
    display:inline-block;
    vertical-align:middle;
    width:2.6rem;
    height:2.6rem;
    font-style:normal;
    line-height:0;
    text-align:center;
    color:#fff;
    background-color:transparent;
    opacity:.15;
    cursor:pointer
}
.assets__bullet:before {
    content:"";
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:1px;
    margin-right:-1px
}
.assets__bullet:after {
    content:"\02022";
    display:inline-block;
    vertical-align:middle;
    font-style:normal;
    font-size:4rem;
    color:currentColor
}
.assets__bullet.active,.assets__bullet:hover {
    color:#126cab;
    opacity:1
}
.assets__scrollable {
    position:relative;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:100%;
    height:36rem;
    padding-left:705px;
}
.assets__list {
    list-style-type:none;
    height:100%;
    margin:0;
    padding:0;
    font-size:0;
    -webkit-transform:translateY(1px);
    -ms-transform:translateY(1px);
    transform:translateY(1px)
}
.assets__btns,.assets__list {
    position:relative
}
.assets__real {
    position:absolute;
    left:50%;
    top:100%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    min-width:23%;
    min-width:calc(25% - 2rem)
}
@media (min-width:680px) and (max-width:1200px) {
    .assets__pagination {
        display:none
    }
}
@media (max-width:1240px) {
    .assets__bg-list {
        overflow:hidden
    }
    .assets__bg-item {
        width:1520px;
        -webkit-transform:translate(-150px);
        -ms-transform:translate(-150px);
        transform:translate(-150px)
    }
}
@media (max-width:1200px) {
    .assets__real {
        min-width:28rem
    }
}
@media (max-width:680px) {
    .assets {
        height:60rem;
        padding-bottom:3.4rem;
        overflow:hidden
    }
    .assets__bg-item {
        background-position:50% -18px
    }
    .assets__tabs {
        margin-bottom:1rem
    }
    .assets__tab-item {
        padding-left:1rem;
        padding-right:1rem
    }
    .assets__tab-link {
        padding-top:.8rem;
        padding-bottom:.7rem;
        font-size:1.5rem;
        line-height:1.33333333
    }
    .assets__slider {
        position:absolute;
        left:1rem;
        right:1rem;
        top:15.8rem;
        margin-bottom:0;
        padding-top:1.7rem
    }
    .assets__pagination {
        top:2rem;
        left:0;
        right:-1rem;
        -webkit-transform:translateY(-60%);
        -ms-transform:translateY(-60%);
        transform:translateY(-60%);
        text-align:right;
        white-space:nowrap;
        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
    }
    .assets__bullets {
        display:inline-block
    }
    .assets__counter {
        margin:0;
        font-size:1.6rem;
        line-height:1.25
    }
    .assets__next,.assets__prev {
        -webkit-transform:scale(.7);
        -ms-transform:scale(.7);
        transform:scale(.7)
    }
    .assets__scrollable {
        height:30rem;
        padding-left:300px
    }
    .assets__list {
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
    .assets__btns {
        position:static
    }
    .assets__real {
        -webkit-transform:translate(-50%,-75%);
        -ms-transform:translate(-50%,-75%);
        transform:translate(-50%,-75%);
        margin-top:-3rem
    }
}
@media (max-width:359px) {
    .assets__bullet {
        width:2.4rem;
        height:2.4rem
    }
    .assets__real {
        -webkit-transform:translate(-50%,-100%);
        -ms-transform:translate(-50%,-100%);
        transform:translate(-50%,-100%)
    }
}
.asset-item {
    position:absolute;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:28rem;
    height:32rem;
    -webkit-transition:opacity .6s ease-in-out,-webkit-transform .8s ease-in-out;
    transition:opacity .6s ease-in-out,-webkit-transform .8s ease-in-out;
    -o-transition:opacity .6s ease-in-out,transform .8s ease-in-out;
    transition:opacity .6s ease-in-out,transform .8s ease-in-out;
    transition:opacity .6s ease-in-out,transform .8s ease-in-out,-webkit-transform .8s ease-in-out;
    -webkit-transform-style:preserve-3d;
    -webkit-backface-visibility:hidden;
    will-change:auto;
    cursor:pointer;
    -webkit-transform:translate3d(-390px,0,0);
    transform:translate3d(-390px,0,0);
}
.asset-item:not(.detailed) {
    cursor:pointer;
    border-radius:8px;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,.3),0 3px 0 rgba(0,0,0,.15);
    box-shadow:0 0 10px rgba(0,0,0,.3),0 3px 0 rgba(0,0,0,.15);
    overflow:hidden;
}
.asset-item:not(.detailed):before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
    width:100%;
    height:100%;
    background-position:0 0;
    background-repeat:no-repeat
}
.asset-item:first-child:not(.active) {
    -webkit-transform:translate3d(-290px,0,0) !important;
    transform:translate3d(-290px,0,0) !important;
    opacity:0
}
.asset-item.active {
    -webkit-transform:translate3d(-290px,0,0) !important;
    transform:translate3d(-290px,0,0) !important;
    -webkit-box-shadow:0 0 10px transparent,0 3px 0 transparent;
    box-shadow:0 0 10px transparent,0 3px 0 transparent;
    -webkit-animation:colorchange .6s;
    animation:colorchange .6s
}
.asset-item.active~.asset-item {
    -webkit-transform:translate3d(1rem,0,0);
    transform:translate3d(1rem,0,0);
    -webkit-transition-delay:.05s;
    -o-transition-delay:.05s;
    transition-delay:.05s;
    -webkit-transition:opacity .2s ease-in-out,-webkit-transform .8s ease-in-out;
    transition:opacity .2s ease-in-out,-webkit-transform .8s ease-in-out;
    -o-transition:opacity .2s ease-in-out,transform .8s ease-in-out;
    transition:opacity .2s ease-in-out,transform .8s ease-in-out;
    transition:opacity .2s ease-in-out,transform .8s ease-in-out,-webkit-transform .8s ease-in-out;
    z-index:3
}
.asset-item.active~.asset-item~.asset-item {
    -webkit-transform:translate3d(31rem,0,0);
    transform:translate3d(31rem,0,0);
    -webkit-transition-delay:.1s;
    -o-transition-delay:.1s;
    transition-delay:.1s;
    z-index:2
}
.asset-item.active~.asset-item~.asset-item~.asset-item {
    -webkit-transform:translate3d(61rem,0,0);
    transform:translate3d(61rem,0,0);
    -webkit-transition-delay:.15s;
    -o-transition-delay:.15s;
    transition-delay:.15s;
    z-index:1
}
.asset-item.active~.asset-item~.asset-item~.asset-item~.asset-item {
    -webkit-transform:translate3d(91rem,0,0);
    transform:translate3d(91rem,0,0);
    -webkit-transition-delay:.15s;
    -o-transition-delay:.15s;
    transition-delay:.15s;
    opacity:0;
    z-index:0;
    pointer-events:none
}
.asset-item.hide-first {
    opacity:0;
    -webkit-transition:opacity .2s linear;
    -o-transition:opacity .2s linear;
    transition:opacity .2s linear
}
.asset-item.prev-hidden {
    opacity:0;
    -webkit-transition-delay:0s;
    -o-transition-delay:0s;
    transition-delay:0s;

    -webkit-transform:translate3d(-290px,0,0) !important;
    transform:translate3d(-290px,0,0) !important;
}
.asset-item.fade-out {
    opacity:0;
    -webkit-transition:none;
    -o-transition:none;
    transition:none
}
.asset-item:not(.detailed) .asset-item__lead {
    opacity:1;
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
}
.asset-item:not(.detailed) .asset-item__details {
    opacity:0;
    -webkit-transition:none;
    -o-transition:none;
    transition:none
}
.asset-item.detailed .asset-item__lead {
    opacity:1;
    -webkit-transition:opacity .3s ease-in;
    -o-transition:opacity .3s ease-in;
    transition:opacity .3s ease-in;
    
}
.asset-item.detailed .asset-item__details {
    opacity:1;
    -webkit-transition:opacity .3s ease-out;
    -o-transition:opacity .3s ease-out;
    transition:opacity .3s ease-out;
    -webkit-transition-delay:.3s;
    -o-transition-delay:.3s;
    transition-delay:.3s
}
.asset-item.prev-slide.detailed .asset-item__lead {
    opacity:0
}
.asset-item.prev-slide.detailed .asset-item__details,.asset-item.prev-slide.detailed .asset-item__lead {
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
    -webkit-transition-delay:0s;
    -o-transition-delay:0s;
    transition-delay:0s
}
.asset-item.prev-slide.detailed .asset-item__details {
    opacity:1
}
.asset-item__lead {
    height:100%;
    width:28rem;
    border-radius: 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 24px 24px;
}
.asset-item__lead:before{
    opacity: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(8, 32, 60, 0.50) 0.01%, rgba(15, 21, 30, 0.50) 99.99%);
    transition: all .5s;
    border-radius: 28px;
    z-index: 1;
}
.asset-item.detailed .asset-item__lead:before{
    opacity: 0;
}

.asset-item__lead:after{
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(130deg, rgba(19, 218, 90, 0.62) -5.27%, rgba(14, 143, 79, 0.66) 7.11%, rgba(19, 218, 90, 0.50) 100%);
    transition: all .5s;
    border-radius: 28px;
    z-index: 1;
}
.asset-item.detailed .asset-item__lead:after{
    opacity: 1;
}
.asset-item__lead > * {
    position: relative;
    z-index: 2;
}




.asset-item__heading {
    margin:0 0 2rem;
    font-weight:500;
    font-size:2.2rem;
    line-height:1.18181818;
    text-align:center
}
.asset-item__desc {
    font-size:1.4rem;
    line-height:1.42857143;
    text-align:center
}
.asset-item__details {
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:inline-block;
    height:100%;
    width: 400px;
    padding: 0;
    -webkit-transform:translate(-415px,-100%);
    -ms-transform:translate(-415px,-100%);
    transform:translate(-415px,-100%);
    opacity:0;
}
.asset-item__title {
    margin:1rem 0;
    font-weight:300;
    font-size:2.5rem;
    line-height:1
}
.asset-item__list {
    margin-top:4rem
}
.asset-item__list>li {
    padding-left:3rem;
    font-size:1.6rem;
    line-height:1.25
}
.asset-item__list>li:before {
    width:8px;
    height:8px
}
@media (max-width:680px) {
    .asset-item {
        height:30rem;
        overflow:hidden;
        -webkit-transform:translate3d(-290px,0,0);
        transform:translate3d(-290px,0,0)
    }
    .asset-item:first-child:not(.active) {
        opacity:0
    }
    .asset-item.active {
        -webkit-transform:translate3d(-290px,0,0);
        transform:translate3d(-290px,0,0)
    }
    .asset-item.active~.asset-item {
        -webkit-transform:translate3d(1rem,0,0);
        transform:translate3d(1rem,0,0)
    }
    .asset-item.active~.asset-item~.asset-item {
        -webkit-transform:translate3d(31rem,0,0);
        transform:translate3d(31rem,0,0)
    }
    .asset-item.active~.asset-item~.asset-item~.asset-item {
        -webkit-transform:translate3d(61rem,0,0);
        transform:translate3d(61rem,0,0)
    }
    .asset-item.active~.asset-item~.asset-item~.asset-item~.asset-item {
        -webkit-transform:translate3d(91rem,0,0);
        transform:translate3d(91rem,0,0)
    }
    .asset-item__heading {
        margin:0 0 2rem;
        font-weight:500;
        font-size:2.2rem;
        line-height:1.18181818;
        text-align:center
    }
    .asset-item__desc {
        font-size:1.4rem;
        line-height:1.42857143;
        text-align:center
    }
    .asset-item__lead {
        padding-top:13rem;
        background-position:50% 3rem
    }
    .asset-item__details {
        width:100%;
        padding-left:4rem;
        padding-right:4rem;
        -webkit-transform:translateY(-100%);
        -ms-transform:translateY(-100%);
        transform:translateY(-100%)
    }
    .asset-item__title {
        font-weight:400;
        font-size:1.6rem;
        line-height:1.25
    }
    .asset-item__list {
        margin-top:2rem
    }
    .asset-item__list>li {
        padding-left:2rem;
        font-size:1.3rem;
        line-height:1.53846154
    }
}
@-webkit-keyframes colorchange {
    0% {
        -webkit-box-shadow:0 0 10px rgba(0,0,0,.3),0 3px 0 rgba(0,0,0,.15);
        box-shadow:0 0 10px rgba(0,0,0,.3),0 3px 0 rgba(0,0,0,.15)
    }
    to {
        -webkit-box-shadow:0 0 10px transparent,0 3px 0 transparent;
        box-shadow:0 0 10px transparent,0 3px 0 transparent
    }
}
@keyframes colorchange {
    0% {
        -webkit-box-shadow:0 0 10px rgba(0,0,0,.3),0 3px 0 rgba(0,0,0,.15);
        box-shadow:0 0 10px rgba(0,0,0,.3),0 3px 0 rgba(0,0,0,.15)
    }
    to {
        -webkit-box-shadow:0 0 10px transparent,0 3px 0 transparent;
        box-shadow:0 0 10px transparent,0 3px 0 transparent
    }
}








