body {
    overflow-x: hidden
}

body.branch-banner-is-active .header {
    top: 76px
}

.header,
iframe#branch-banner-iframe {
    position: fixed
}

.header {
    z-index: 1050;
    top: 0;
    right: 0;
    left: 0;
    background: transparent;
    transition: background-color .1s ease-in-out
}

.header--scrolled {
    background-color: rgba(0, 0, 0, .8)
}

.header--scrolled .mainmenu__link--black {
    color: #fff !important
}

.header--scrolled .header__logo-svg--black--christmas path.fillable,
.header--scrolled .header__logo-svg--black path {
    fill: #fff !important
}

.header--scrolled .login-logo__svg--black path {
    stroke: #fff !important
}

.header--scrolled .link-dropdown__svg--black path {
    fill: #fff !important
}

.header--scrolled .header__burger-icon-svg path {
    stroke: #fff !important
}

.header--index-page {
    border-bottom: 1px solid hsla(0, 0%, 84.7%, .2)
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
    transition: all .4s ease
}

@media (min-width:480px) {
    .header-wrapper {
        justify-content: flex-start
    }
}

.header .header-wrapper.container {
    max-width: 100%;
    padding: 0 19px
}

@media (min-width:480px) {
    .header .header-wrapper.container {
        max-width: 100%;
        padding: 0 32px
    }
}

.header__logo {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    order: 2
}

.header__logo a {
    height: inherit;
    display: flex
}

@media (min-width:992px) {
    .header__logo {
        margin-right: 22px
    }
}

.header__logo .header__logo-svg,
.header__logo .header__logo-svg--christmas {
    width: 116px;
    height: auto
}

@media (min-width:768px) {

    .header__logo .header__logo-svg,
    .header__logo .header__logo-svg--christmas {
        width: 153px
    }
}

.header__logo .header__logo-svg--christmas {
    position: relative;
    z-index: 1
}

.header__logo canvas.snow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    z-index: 0
}

.header__logo-img {
    width: 116px;
    height: 18px;
    display: block
}

@media (min-width:768px) {
    .header__logo-img {
        width: 153px
    }
}

.header__logo-img-christmas {
    width: 116px;
    height: 30px;
    display: block
}

@media (min-width:768px) {
    .header__logo-img-christmas {
        width: 153px
    }
}

.header__mainmenu {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    flex: 1;
    order: 3
}

@media (min-width:480px) {
    .header__mainmenu {
        display: flex
    }
}

@media (min-width:768px) {
    .header__mainmenu li:first-of-type {
        order: 1
    }

    .header__mainmenu li:nth-of-type(2) {
        order: 2
    }

    .header__mainmenu li:nth-of-type(3) {
        order: 3
    }
}

@media (min-width:1250px) {

    .header__mainmenu li:first-of-type,
    .header__mainmenu li:nth-of-type(2),
    .header__mainmenu li:nth-of-type(3) {
        order: unset
    }
}

.header__lang {
    margin-right: 2rem
}

@media (min-width:992px) {
    .header__lang {
        margin-right: 0
    }
}

.header__burger {
    width: 40px;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    order: 1
}

.header__burger svg {
    width: 24px;
    height: 24px
}

@media (min-width:768px) {
    .header__burger {
        margin-right: 17px
    }

    .header__burger svg {
        width: 36px;
        height: 36px
    }
}

@media (min-width:1250px) {
    .header__burger {
        display: none
    }
}

.header__burger-icon {
    width: 18px;
    height: 13px
}

.header__logo-svg--black--christmas path.fillable,
.header__logo-svg--black path {
    fill: #000
}

.header__burger-icon-svg--black path,
.login-logo__svg--black path {
    stroke: #000
}

.link-dropdown__svg--black path {
    fill: #000
}

.header--dark {
    background-color: rgba(0, 0, 0, .8)
}

.popup {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    pointer-events: none;
    opacity: 0;
    font-size: 1.1875rem
}

.popup--opened {
    transition: all .4s ease;
    pointer-events: auto;
    opacity: 1
}

.popup__wrapper {
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%
}

.popup__close {
    position: fixed;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #48a6eb;
    cursor: pointer;
    z-index: 20
}

.popup__close-icon {
    width: 36px;
    height: 36px;
    display: block;
    background: url("/assets/icons/close.svg?rev=f80c0923") no-repeat 50%
}

.popup__body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1rem 0
}

@media (min-width:768px) {
    .popup__body {
        padding-top: 6rem
    }
}

.popup__body--docs {
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 100px
}

.popup__body--divider {
    padding-top: 0
}

.popup__current {
    display: none
}

.popup__current--active {
    display: block
}

.popup-header {
    font-weight: 300;
    font-size: 1.75rem;
    color: rgba(0, 0, 0, .9);
    margin: 0 0 2rem
}

.popup__title {
    font-weight: 600;
    font-size: 1rem;
    color: #333;
    margin-bottom: 1rem;
    margin-top: 1rem
}

.popup-content {
    font-size: 0.875rem;
    font-weight: 300;
    color: #333
}

.popup-content ul {
    padding-left: 1rem
}

.popup-content ol {
    list-style: none;
    counter-reset: li
}

.popup-content ol>li {
    position: relative;
    margin-bottom: .875rem;
    margin-top: .875rem
}

.popup-content ol>li:before {
    counter-increment: li;
    content: counters(li, ".") ". ";
    position: absolute;
    left: 0;
    transform: translate(-100%);
    top: 0;
    padding-right: 5px
}

.popup-content .p__ol {
    padding-left: 1rem
}

.popup-content .p__ol>li:before {
    font-weight: 600;
    font-size: 1rem
}

.popup-content .p__ol-2 {
    padding-left: 2rem
}

.popup-content .p__ol-2 .p__subheader:before {
    font-weight: 600
}

.popup-content .p__ol-inner {
    padding-left: 2.5rem
}

.popup-content .p__ol-inner-2 {
    padding-left: 3rem
}

.last-update {
    font-size: 0.75rem;
    line-height: 1.125rem;
    color: rgba(0, 0, 0, .65);
    font-weight: 600;
    margin-bottom: 1rem
}

.risk-title {
    font-size: 1.3125rem;
    color: #515151
}

.link-to-leverage {
    text-decoration: none;
    color: #48a6eb;
    cursor: pointer;
    font-weight: 400
}

.footer {
    position: relative;
    z-index: 100;
    background-color: #161b28
}

.footer .footer-container {
    padding-top: 16px;
    padding-bottom: 16px
}

@media (min-width:768px) {
    .footer .footer-container {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media (min-width:1250px) {
    .footer .footer-container {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.footer__logo-container {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    margin-bottom: 24px;
    min-height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (min-width:1250px) {
    .footer__logo-container {
        border: none;
        margin: 0;
        padding: 0
    }
}

.footer__logo {
    display: flex;
    align-items: center
}

@media (min-width:1250px) {
    .footer .footer__middle-wrapper-container {
        display: flex;
        justify-content: space-between
    }
}

.footer__logo-img {
    display: block;
    width: 121px;
    height: 14px
}

.footer__logo-img-christmas {
    display: block;
    width: 121px;
    height: auto
}

.footer__links {
    list-style-type: none;
    padding: 0
}

@media (min-width:768px) {
    .footer__links {
        display: flex;
        align-items: center
    }
}

@media (min-width:768px) {
    .footer__link-item {
        margin: 0 2rem
    }
}

.footer__link-item:first-child {
    margin-left: 0
}

.footer__link-item:last-child {
    margin-right: 0
}

.footer__link {
    display: block;
    color: #fff;
    font-size: 1rem;
    text-decoration: none
}

.footer__link:hover {
    text-decoration: underline
}

.footer__info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media (min-width:480px) {
    .footer__info {
        justify-content: space-between
    }
}

@media (min-width:768px) {
    .footer__info {
        flex-direction: row-reverse;
        align-items: center
    }
}

@media (min-width:1250px) {
    .footer__info {
        display: none
    }
}

.footer__address {
    order: 2;
    color: #fff;
    line-height: 1.5;
    font-size: 0.75rem;
    font-weight: 400;
    white-space: nowrap
}

@media (min-width:768px) {
    .footer__address {
        padding-bottom: 0
    }
}

.footer__address a {
    color: #fff;
    text-decoration: none
}

.footer__address a:hover {
    text-decoration: underline
}

.footer__links-to-s {
    order: 1;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    margin-bottom: 24px
}

@media (min-width:480px) {
    .footer__links-to-s {
        justify-content: start
    }
}

@media (min-width:768px) {
    .footer__links-to-s {
        margin-bottom: 0;
        justify-content: end
    }
}

.footer__link-to-s {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    opacity: .8;
    transition: all .3s ease
}

@media (min-width:480px) {
    .footer__link-to-s {
        margin-right: 24px
    }
}

.footer__link-to-s:last-child {
    margin-right: 0
}

.footer__link-to-s:hover {
    opacity: 1
}

.footer__link-to-s a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer__link-to-s svg {
    fill: currentColor
}

.footer__copyright {
    font-size: 0.75rem;
    color: #bbc4c9;
    font-weight: 300
}

.footer__copyright p:last-child {
    margin-bottom: 0
}

.footer__copyright strong {
    font-weight: 600
}

.footer .footer__info-first-block {
    display: none
}

@media (min-width:1250px) {
    .footer .footer__info-first-block {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding-bottom: 0;
        border-bottom: none;
        max-width: 743px;
        width: 100%
    }
}

@media (min-width:1250px) {
    .footer .footer__info-first-block .footer__links-to-s {
        justify-content: space-between;
        max-width: none;
        flex-grow: 0
    }
}

.footer .footer__menu-mainmenu {
    display: none
}

@media (min-width:1250px) {
    .footer .footer__menu-mainmenu {
        display: flex;
        flex-basis: 100%;
        justify-content: space-between;
        margin-bottom: 32px;
        margin-top: 50px;
        border-top: 1px solid hsla(0, 0%, 84.7%, .1);
        padding-top: 32px
    }
}

.footer .footer__menu-mainmenu ul {
    font-size: 0.75rem;
    font-weight: 600;
    margin-top: 0;
    color: #fff;
    padding: 0;
    margin-bottom: 0
}

.footer .footer__menu-mainmenu li {
    list-style: none;
    min-width: 85px;
    margin-bottom: 10px
}

.footer .footer__menu-mainmenu li:first-child {
    margin-top: 9px
}

.footer .footer__menu-mainmenu li:last-child {
    margin-bottom: 0
}

.footer .footer__menu-mainmenu li a {
    text-decoration: none;
    font-size: 0.6875rem;
    font-weight: 400;
    color: #fff
}

.footer .footer__menu-mainmenu li a:focus,
.footer .footer__menu-mainmenu li a:hover {
    border-bottom: 1px solid #fff
}

.footer .mobmenu {
    background: none;
    overflow-y: auto;
    padding-bottom: 1rem;
    right: 0;
    top: 0;
    -webkit-overflow-scrolling: touch;
    position: static;
    border-top: 1px solid hsla(0, 0%, 84.7%, .1);
    margin-top: 24px
}

.footer .mobmenu .mobmenu__item {
    border-bottom: 1px solid hsla(0, 0%, 84.7%, .1)
}

.footer .mobmenu .mobmenu__section-caption {
    padding: 0;
    font-size: 1rem;
    font-weight: 600
}

.footer .mobmenu .mobmenu__section-caption:not(:last-child) {
    border-bottom: none
}

.footer .mobmenu .mobmenu__section-item a {
    padding: 0
}

.footer .mobmenu .mobmenu__section-item:not(:last-child) {
    border-bottom: none
}

.footer .badge {
    margin-left: 6px;
    transform: translateY(-3px)
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #48a6eb;
    line-height: 1.625rem;
    outline: none;
    font-weight: 400;
    cursor: pointer;
    font-size: 1.125rem;
    padding: 7px 40px;
    white-space: nowrap;
    opacity: .9;
    text-decoration: none;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont
}

.btn:hover {
    opacity: 1
}

@media (max-width:480px) {
    .btn--fullsized {
        white-space: normal;
        text-align: center;
        padding: 7px 40px;
        width: 100%
    }
}

.btn--fullsized-container {
    text-align: center;
    width: 100%
}

@media (min-width:480px) {
    .btn--fullsized-container {
        width: auto
    }
}

.btn--outlined {
    color: #48a6eb
}

.assets-table tbody .assets-table__row:hover .assets-table__cell--actions .btn,
.btn--filled {
    opacity: 1;
    background: #48a6eb
}

.assets-table tbody .assets-table__row:hover .assets-table__cell--actions .btn:hover,
.btn--filled:hover {
    background: #249ae9;
    border-color: #249ae9
}

.btn--like-link {
    border: none;
    background: transparent;
    color: #48a6eb;
    padding: 0
}

.btn--min-size {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1rem;
    line-height: 1.5rem
}

.btn--table-size {
    padding: 5px 16px;
    line-height: 1.5rem;
    font-size: 1rem
}

.btn--description {
    margin-bottom: 16px
}

.mainmenu__register-link.btn {
    padding: 5px 16px
}

.btn--toggle {
    padding: 4px 11px;
    border: 1px solid #dcdce9;
    color: rgba(0, 0, 0, .8);
    background-color: transparent;
    font-size: 0.875rem;
    line-height: 1.25rem
}

.btn--toggle:hover {
    background: #f7f7f7
}

.btn--toggle--active,
.btn--toggle:active {
    background: #f7f7f7;
    color: #48a6eb;
    border: 1px solid #48a6eb
}

.prs-v2-table__table-padding-container {
    padding: 0
}

@media (min-width:768px) {
    .prs-v2-table__table-padding-container {
        padding: 0 24px
    }
}

@media (min-width:1328px) {
    .prs-v2-table__table-padding-container {
        padding: 0 calc(50% - 632px)
    }
}

.prs-v2-table__table-scroll-container {
    overflow-x: auto
}

.prs-v2-table__table-n-link-container {
    box-shadow: 0 4px 8px 0 rgba(50, 50, 71, .06), 0 0 4px 0 rgba(50, 50, 71, .08);
    border-radius: 4px
}

table.prs-v2-table {
    padding: 16px;
    border-radius: 4px;
    width: 100%;
    border-spacing: 0;
    text-align: left
}

@media (min-width:768px) {
    table.prs-v2-table {
        padding: 24px
    }
}

table.prs-v2-table td,
table.prs-v2-table th {
    white-space: nowrap;
    padding: 0
}

table.prs-v2-table th {
    padding: 13px 10px;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: rgba(0, 0, 0, .65)
}

table.prs-v2-table td {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid #dcdce9;
    color: rgba(0, 0, 0, .8);
    padding: 7.5px 10px
}

table.prs-v2-table tbody tr:hover {
    background: rgba(0, 0, 0, .04)
}

.prs-v2-table__table-n-link-container .prs-link {
    padding-bottom: 24px;
    text-align: center;
    text-decoration: none
}

.assets-table tbody .assets-table__cell--asset {
    display: flex;
    align-items: center;
    justify-content: start
}

.assets-table tbody .assets-table__cell--asset img {
    margin-right: 10px
}

.assets-table tbody .assets-table__cell--performance {
    display: flex
}

.assets-table tbody .assets-table__cell--actions {
    display: flex;
    justify-content: end
}

.assets-table tbody .assets-table__cell--actions .btn {
    padding: 3px 12px;
    font-size: 1rem;
    line-height: 1.5rem
}

.assets-table tbody .assets-table__row {
    padding: 7.5px 10px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    cursor: pointer
}

.assets-table tbody .assets-table__row:hover .assets-table__cell--actions .btn {
    color: #fff
}

.assets-table tbody .assets-table__row--negative .assets-table__cell--chg24 {
    color: #f44336
}

.assets-table tbody .assets-table__row--negative .assets-table__cell--performance svg path {
    stroke: #f44336;
    fill: transparent;
    stroke-width: 1.5px
}

.assets-table tbody .assets-table__row--positive .assets-table__cell--chg24 {
    color: #2da36a
}

.assets-table tbody .assets-table__row--positive .assets-table__cell--performance svg path {
    stroke: #2da36a;
    fill: transparent;
    stroke-width: 1.5px
}

.advantages {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
    overflow: hidden;
    background: #fefefe
}

.advantages .advantages__wrapper {
    padding-top: 50px;
    padding-bottom: 50px
}

.advantages .advantages__header {
    font-size: 1.75rem;
    margin-bottom: 2rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .9);
    line-height: 2.5rem;
    text-align: left
}

.advantages .advantages__header.cov {
    text-align: center
}

@media (min-width:768px) {
    .advantages .advantages__header {
        font-size: 2.75rem;
        line-height: 3.75rem;
        margin-bottom: 48px;
        text-align: center
    }
}

@media (min-width:1200px) {
    .advantages .advantages__header {
        margin: 0 auto 48px
    }
}

.advantages .advantages__blocks {
    margin-top: 32px;
    display: flex
}

.advantages .advantages__blocks.cov {
    display: -ms-grid;
    display: grid
}

@media (min-width:768px) {
    .advantages .advantages__blocks {
        margin-top: 50px
    }

    .advantages .advantages__blocks .prs-text.prs-text-comment {
        text-align: left
    }

    .advantages .advantages__blocks.cov {
        display: flex
    }
}

.advantages .advantages__description {
    color: rgba(0, 0, 0, .8);
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 auto 32px
}

@media (min-width:768px) {
    .advantages .advantages__description {
        font-size: 1.1875rem;
        line-height: 1.75rem;
        margin-bottom: 50px;
        text-align: center
    }
}

.advantages__list a.prs-link {
    display: none
}

.advantages__list.cov {
    -ms-grid-row: 2;
    grid-row: 2
}

@media (min-width:768px) {
    .advantages__list {
        flex: 0 0 50%;
        z-index: 1;
        min-width: 372px;
        padding-right: 12px;
        margin-right: 12px
    }
}

@media (min-width:1200px) {
    .advantages__list {
        flex-basis: auto;
        margin-right: 65px;
        min-width: 527px
    }
}

.advantages__ul {
    list-style-type: none;
    padding: 0 0 0 22px;
    margin-bottom: 32px;
    margin-top: 0
}

@media (min-width:1200px) {
    .advantages__ul {
        margin-bottom: 50px
    }
}

.advantages__ul.cov {
    padding: 0
}

.advantages__item {
    margin-bottom: 24px;
    color: rgba(0, 0, 0, .9);
    font-size: 0.875rem;
    line-height: 1.5;
    position: relative;
    margin-left: 23px
}

@media (min-width:768px) {
    .advantages__item {
        margin-left: 0
    }
}

@media (min-width:768px) {
    .advantages__item:last-child {
        margin-bottom: 50px
    }
}

.advantages__item:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 17px;
    background: url("/assets/icons/check.svg?rev=383d70a3") no-repeat 0 0;
    left: -23px;
    top: 0
}

.advantages__item.cov:before {
    background: none
}

.advantages__item-header {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 10px
}

.advantages__item-text {
    color: rgba(0, 0, 0, .8);
    font-weight: 400
}

@media (min-width:1200px) {
    .advantages__item-text {
        max-width: 481px
    }
}

.advantages__button {
    text-align: center
}

@media (min-width:768px) {
    .advantages__button {
        text-align: left
    }
}

.advantages__button_pc {
    display: none
}

@media (min-width:768px) {
    .advantages__button_pc {
        display: block
    }
}

.advantages__button_mobile {
    display: block
}

@media (min-width:768px) {
    .advantages__button_mobile {
        display: none
    }
}

.advantages__image {
    display: none;
    position: relative;
    flex-basis: 50%
}

.advantages__image.cov {
    -ms-grid-row: 2;
    grid-row: 2;
    padding-bottom: 32px
}

.advantages__image.open {
    display: none
}

@media (min-width:768px) {

    .advantages__image,
    .advantages__image.open {
        display: block
    }
}

.badge.badge--thin {
    color: #2da36a;
    font-size: 0.5625rem;
    font-weight: 400;
    line-height: 0.5625rem
}

.badge.badge--pill,
.badge.badge--thin {
    font-style: normal;
    display: inline-flex;
    align-items: center
}

.badge.badge--pill {
    padding: 2px 6px;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 100px;
    background: #2da36a
}

.mainmenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 100%
}

.mainmenu--left-part {
    display: none;
    flex-shrink: 0
}

@media (min-width:1250px) {
    .mainmenu--left-part {
        display: flex;
        align-items: center;
        margin-right: auto
    }
}

.mainmenu__submenu {
    display: none;
    background: rgba(0, 0, 0, .87);
    padding: 1rem 1rem .5rem;
    position: absolute;
    top: 71px;
    left: 7px;
    list-style: none
}

.mainmenu__submenu>li {
    margin-bottom: .5rem
}

.mainmenu__submenu>li>a {
    white-space: nowrap;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center
}

.mainmenu__submenu>li>a:hover {
    color: #52afef
}

.mainmenu__submenu--languages {
    top: 71px;
    left: -234px;
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    min-width: 400px;
    max-height: 400px;
    padding: 8px 28px
}

@media (min-width:768px) {
    .mainmenu__submenu--languages {
        justify-content: flex-start;
        min-width: 504px;
        max-height: 300px;
        left: -239px
    }
}

.mainmenu__submenu--languages li {
    display: flex;
    min-width: 160px;
    min-height: 44px;
    margin: 0;
    padding: 10px 16px
}

.mainmenu__submenu--languages li:first-of-type,
.mainmenu__submenu--languages li:nth-of-type(2),
.mainmenu__submenu--languages li:nth-of-type(3) {
    order: unset
}

.mainmenu__item {
    position: relative;
    height: 100%
}

.mainmenu__item .mainmenu__link>a {
    white-space: nowrap;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center
}

.mainmenu__item .mainmenu__link>a:hover {
    color: #52afef
}

@media (min-width:920px) {
    .mainmenu__item:hover:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 1px;
        right: .5rem;
        left: .5rem;
        height: 2px;
        background: #52afef
    }
}

.mainmenu__item--hoverable {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width:920px) {
    .mainmenu__item--hoverable:hover .mainmenu__submenu {
        display: block
    }

    .mainmenu__item--hoverable:hover .mainmenu__submenu--languages {
        display: flex
    }
}

.mainmenu__item--language-selector .language-selector__backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.mainmenu__item--language-selector .language-selector__backdrop.active {
    display: block
}

@media (min-width:1250px) {
    .mainmenu__item--language-selector {
        order: 0
    }
}

.mainmenu__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    padding: 28px 8px;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1rem;
    position: relative;
    white-space: nowrap
}

@media (min-width:768px) {
    .mainmenu__link {
        min-height: 50px
    }
}

.mainmenu__link--login .mainmenu__link--inscription {
    display: none
}

@media (min-width:1250px) {
    .mainmenu__link--login .mainmenu__link--inscription {
        display: flex;
        padding: 28px 8px
    }
}

.mainmenu__link--login .mainmenu__link--logo {
    display: flex;
    padding-right: 0
}

@media (min-width:480px) {
    .mainmenu__link--login .mainmenu__link--logo {
        padding-right: 16px
    }
}

@media (min-width:768px) {
    .mainmenu__link--login .mainmenu__link--logo svg {
        width: 36px;
        height: 36px
    }
}

@media (min-width:1250px) {
    .mainmenu__link--login .mainmenu__link--logo {
        display: none
    }
}

.mainmenu__link--register {
    display: none
}

@media (min-width:768px) {
    .mainmenu__link--register {
        display: block
    }
}

.mainmenu .mainmenu__link--black {
    color: #000
}

.mainmenu .mainmenu__link--black>a {
    color: inherit
}

.mainmenu .mainmenu__item.mainmenu__link--login:hover:before {
    display: none
}

@media (min-width:1250px) {
    .mainmenu .mainmenu__item.mainmenu__link--login:hover:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 1px;
        right: .5rem;
        left: .5rem;
        height: 2px;
        background: #52afef
    }
}

.mainmenu__link-dropdown {
    display: flex;
    height: 12px;
    margin-left: 5px;
    width: 12px
}

.mainmenu__register-link {
    display: none;
    background: #48a6eb;
    width: -moz-max-content;
    width: max-content;
    opacity: .9;
    margin-left: 16px;
    padding: 5px 16px
}

.mainmenu__register-link:hover {
    opacity: 1
}

@media (min-width:480px) {
    .mainmenu__register-link {
        display: inline-flex
    }
}

@media (min-width:1250px) {
    .mainmenu__register-link {
        margin-right: 0
    }
}

@media (min-width:920px) {
    .mainmenu__item--hoverable:hover .mainmenu__link-dropdown {
        transform: rotate(180deg)
    }
}

body.branch-banner-is-active .mobmenu--opened {
    top: 76px
}

.mobmenu {
    background: #000;
    bottom: 0;
    visibility: hidden;
    left: 0;
    overflow-y: auto;
    padding-bottom: 1rem;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-overflow-scrolling: touch
}

.mobmenu__content {
    min-height: 100%;
    display: flex;
    flex-direction: column
}

.mobmenu__head {
    display: flex;
    padding: 26px 19px;
    align-items: center
}

.mobmenu__head .header__logo .header__logo-img-christmas {
    position: relative;
    z-index: 1;
    height: auto
}

.mobmenu__head .header__logo canvas.snow {
    top: auto;
    bottom: 10px
}

@media (min-width:480px) {
    .mobmenu__head {
        padding: 26px 32px
    }
}

@media (min-width:768px) {
    .mobmenu__head {
        padding: 20px 32px
    }
}

.mobmenu--opened {
    visibility: visible;
    z-index: 2
}

@media (min-width:1250px) {
    .mobmenu {
        display: none
    }
}

.mobmenu__item {
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    font-family: inherit;
    font-size: 1.125rem;
    line-height: 3.75rem;
    margin: 0;
    min-height: 3.75rem;
    padding: 0 2rem 0 1rem;
    text-align: left;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.mobmenu__section {
    line-height: normal;
    list-style: none;
    padding: 0
}

.mobmenu__section>:not(:last-child) {
    border-bottom: 1px solid transparent
}

.mobmenu__section-caption {
    color: #fff;
    display: flex;
    height: 3.75rem;
    justify-content: space-between;
    line-height: 3.75rem;
    padding: 0 2.3rem 0 1rem;
    width: 100%
}

.mobmenu__section-caption>a {
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: inherit
}

.mobmenu__section--opened>.mobmenu__section-caption>img {
    transform: rotate(180deg)
}

.mobmenu__section-caption:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .25)
}

.mobmenu__section-item {
    display: none;
    font-size: .875rem;
    height: 3.75rem;
    line-height: 3.75rem;
    opacity: 0;
    width: 100%;
    will-change: opacity, height
}

.mobmenu__section-item>a {
    color: #fff;
    display: block;
    height: 100%;
    padding-left: 2rem;
    text-decoration: none;
    width: 100%
}

.mobmenu__section--opened>.mobmenu__section-item {
    animation: opening .2s;
    opacity: 1;
    transform-origin: top;
    display: block
}

.mobmenu__section--opened>.mobmenu__section-item:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .25)
}

@keyframes opening {
    0% {
        opacity: 0;
        height: 0
    }

    to {
        opacity: 1;
        height: 3.75rem
    }
}

.mobmenu__btn-link {
    margin: 0 16px 1rem;
    width: calc(100% - 32px)
}

@media (min-width:480px) {
    .mobmenu__btn-link {
        width: 18rem;
        margin: 0 auto 1rem
    }
}

.mobmenu__btn-link--register {
    margin-top: 3.75rem
}

.mobmenu .mobmenu__btn-link--login {
    margin-bottom: 50px
}

.mobmenu__link {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 auto 1rem;
    text-align: center
}

.mobmenu__socials {
    display: flex;
    justify-content: space-evenly
}

@media (min-width:480px) {
    .mobmenu__socials {
        padding: 0 10%
    }
}

@media (min-width:768px) {
    .mobmenu__socials {
        padding: 0 30%
    }
}

.mobmenu__social {
    display: block
}

.mobmenu__social>svg {
    fill: #fff
}

.mobmenu__icons {
    align-items: flex-end;
    display: flex;
    flex: 1;
    justify-content: center
}

.mobmenu__icons>img:first-child {
    margin-right: 1rem
}

.flag {
    margin-right: 5px;
    width: 20px;
    height: 15px
}

.mainmenu__item--hoverable.mainmenu__item--language-selector {
    margin-right: 16px
}

@media (max-width:920px) {
    .show {
        display: flex
    }
}

.mainmenu .badge,
.mobmenu .badge {
    margin-left: 8px
}

.main {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
    padding-top: 7rem;
    padding-bottom: 40px;
    min-height: 230px
}

@media (min-width:768px) {
    .main {
        padding-top: 7rem;
        padding-bottom: 3rem
    }
}

.main__content {
    position: relative
}

@media (min-width:992px) {
    .main__inner {
        display: flex;
        justify-content: space-between;
        width: 100%
    }
}

@media (min-width:992px) {
    .main__header {
        margin-bottom: 0
    }
}

.main__x100 {
    font-size: 3rem
}

@media (min-width:768px) {
    .main__x100 {
        font-size: 4.5rem
    }
}

.main__title {
    font-size: 1.5rem;
    color: #fff;
    margin-top: 0;
    margin-bottom: 29px;
    line-height: 2rem;
    font-weight: 800;
    text-align: center;
    padding: 0 25px
}

@media (min-width:768px) {
    .main__title {
        font-size: 3rem;
        line-height: 4rem;
        margin-bottom: 48px
    }
}

.main__title--line-1 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .main__title--line-1 {
        margin-bottom: 0
    }
}

.main__description {
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1.75rem;
    line-height: 1.2;
    max-width: 500px;
    font-weight: 400
}

@media (min-width:768px) {
    .main__description {
        margin-bottom: 40px
    }
}

@media (min-width:1200px) {
    .main__description {
        font-size: 2.25rem
    }
}

.main__description p {
    margin: 0
}

.main__title-3 {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 570px;
    margin-bottom: 50px;
    margin-top: 0;
    font-weight: 400;
    text-align: center
}

@media (min-width:480px) {
    .main__title-3 {
        text-align: left;
        margin-right: auto;
        padding-right: 80px
    }
}

@media (min-width:768px) {
    .main__title-3 {
        font-size: 1.25rem;
        line-height: 1.75rem;
        display: block;
        margin-bottom: 50px
    }
}

@media (min-width:1200px) {
    .main__title-3 {
        padding-right: 0
    }
}

.main__registration {
    display: flex;
    flex: 1 1 100%;
    align-items: center;
    justify-content: center;
    max-width: 442px;
    margin: 0 auto
}

@media (min-width:992px) {
    .main__registration {
        max-width: 307px;
        margin: 0
    }
}

.main__tickers {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .63);
    height: 100%
}

.main__tickers--error {
    display: none
}

.main__social {
    align-self: flex-start;
    border-radius: 4px;
    background: rgba(0, 0, 0, .3);
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    padding: 5px 30px;
    width: 100%
}

@media (min-width:480px) {
    .main__social {
        width: auto;
        padding: 0 20px;
        flex-direction: row
    }
}

.main__social-title {
    color: #fff;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
    font-weight: 600;
    font-size: 1.125rem;
    text-align: center;
    margin-right: 15px;
    line-height: 1;
    margin-bottom: 10px;
    display: none
}

@media (min-width:480px) {
    .main__social-title {
        display: block;
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .main__social-title {
        text-align: left
    }
}

.main__social-links {
    display: flex;
    justify-content: center
}

@media (min-width:768px) {
    .main__social-links {
        justify-content: flex-start
    }
}

.main__social-link {
    width: 44px;
    height: 40px;
    margin-right: .5rem;
    display: flex;
    justify-content: center;
    opacity: .8;
    transition: all .3s ease;
    align-items: center
}

.main__social-link:last-child {
    margin-right: 0
}

.main__social-link:hover {
    opacity: 1
}

.main__social-link a {
    display: block;
    line-height: 1;
    color: #fff
}

.main__social-link svg {
    fill: currentColor
}

.main__view-btn {
    background: url("/assets/icons/view-trading.svg?rev=a4cc8656") no-repeat 17px 8px, #48a6eb;
    padding-left: 45px;
    background-size: 20px;
    opacity: .9;
    display: none;
    margin-bottom: 20px
}

@media (min-width:992px) {
    .main__view-btn {
        display: block;
        margin-bottom: 30px
    }
}

.main__view-btn:hover {
    opacity: 1
}

.main__mob-get-started-btn {
    margin-bottom: 30px;
    display: inline-flex;
    width: 100%;
    min-width: 216px;
    background-color: #48a6eb
}

@media (min-width:992px) {
    .main__mob-get-started-btn {
        display: none
    }
}

.main-prosp {
    background-color: rgba(0, 0, 0, .63);
    padding: 20px 30px;
    color: #fff;
    min-width: 385px;
    min-height: 450px;
    height: -moz-fit-content;
    height: fit-content;
    display: none
}

@media (min-width:992px) {
    .main-prosp {
        display: block;
        min-width: 380px;
        padding: 28px 30px 20px
    }
}

.main-prosp__million {
    font-size: 2.8125rem;
    font-weight: 600;
    line-height: 3.75rem;
    margin-bottom: 13px;
    word-break: break-word
}

.main-prosp__sign-up {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.7;
    max-width: 300px;
    word-wrap: break-word;
    margin-bottom: 11px
}

.main-prosp__divider {
    height: 1px;
    background: #979797;
    margin-bottom: 14px
}

.main-prosp__title {
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 15px
}

.main-prosp__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50%, max-content));
    padding: 0;
    list-style: none;
    margin-bottom: 31px
}

.main-prosp__list-item {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.7;
    padding-left: 10px;
    position: relative
}

.main-prosp__list-item:before {
    content: " ";
    width: 4px;
    height: 4px;
    position: absolute;
    background-color: #fff;
    border-radius: 40%;
    top: 10px;
    left: 0
}

.main-prosp__button {
    margin-bottom: 14px
}

.main-prosp__kyc-message {
    width: 100%;
    justify-content: center;
    display: block;
    text-align: center;
    margin-bottom: 28px;
    padding-left: 0
}

.main-prosp__kyc-message:before {
    display: none
}

.main-prosp__btn {
    width: 100%
}

.main-prosp__links-to-s {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 28px
}

.main-prosp__link-to-s {
    display: block;
    width: 24px;
    height: 24px;
    background: no-repeat 50%
}

.main-prosp__link-to-s--angel {
    background-image: url("/assets/icons/angel-share.svg?rev=631c5f19")
}

.main-prosp__link-to-s--ne-tw {
    background-image: url("/assets/icons/twitter-share.svg?rev=b3f4ea79")
}

.main-prosp__link-to-s--ne-fb {
    background-image: url("/assets/icons/facebook-share.svg?rev=6bbd7a42")
}

.main-prosp__link-to-s--telegram {
    background-image: url("/assets/icons/telegram-share.svg?rev=cd773fa5")
}

.main-prosp__link-to-s--youtube {
    background-image: url("/assets/icons/youtube-share.svg?rev=980f7c29")
}

.main-prosp__link-to-s--reddit {
    background-image: url("/assets/icons/reddit.svg?rev=e61944e5")
}

.main-prosp__link-to-s--discord {
    background-image: url("/assets/icons/nets/discord.svg?rev=7eddc669")
}

.giveaway-banner {
    background-color: rgba(0, 0, 0, .78);
    padding: 15px 0;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: none
}

.giveaway-banner--active {
    display: block
}

@media (min-width:992px) {

    .giveaway-banner,
    .giveaway-banner--active {
        display: none
    }
}

.giveaway-banner__close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    background: url("/assets/icons/close.svg?rev=f80c0923") no-repeat 50%/cover;
    cursor: pointer
}

.giveaway-banner__title {
    flex: 1 1 100%;
    font-size: 1.25rem;
    margin-bottom: 10px;
    text-align: center
}

.giveaway-banner__button {
    flex: 0 1 10%;
    display: flex;
    justify-content: center
}

@media (min-width:480px) {
    .giveaway-banner__button {
        padding-right: 20px
    }
}

.promo__wrapper {
    padding-bottom: 2rem
}

@media (min-width:1200px) {
    .promo__wrapper {
        max-width: 850px
    }
}

.promo__form {
    padding-bottom: 2rem;
    flex: 1 1 auto
}

@media (min-width:768px) {
    .promo__form {
        padding-bottom: 1px
    }
}

.promo__input-wrapper {
    flex: 1 1 100%;
    margin-right: 1rem;
    max-width: 300px
}

.promo__input {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid transparent;
    padding: 0 1rem;
    font-size: 0.875rem
}

.promo__input--error {
    border: 1px solid red
}

.promo__submit-wrapper {
    flex: 1 1 100%
}

.promo__submit {
    width: 150px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    background: #d8003f;
    border: 0
}

.promo__invite {
    font-size: 0.75rem;
    font-weight: 400;
    position: relative;
    margin-bottom: 2rem
}

.promo__key-header {
    font-size: 1.375rem;
    font-weight: 800;
    margin-bottom: 2rem
}

.promo__decorated-header {
    margin: 0 0 1rem;
    color: #fff;
    font-weight: 800;
    font-size: 1.5rem;
    position: relative
}

.promo__decorated-header:before {
    content: "";
    background: #1276f0;
    height: 1px;
    width: 20px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle
}

.promo__widget-counter {
    margin-bottom: 1rem
}

.promo__widget-counter iframe {
    height: 70px !important
}

.registration {
    width: 100%;
    background: rgba(8, 13, 19, .5);
    z-index: 20;
    position: relative
}

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

.registration__header-item {
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 0.9375rem;
    border-bottom: 1px solid #afbbc5;
    cursor: pointer
}

.registration__header-item--login {
    justify-content: flex-start;
    padding-left: 1.5rem;
    flex: 1 1 auto
}

.registration__header-item--register {
    justify-content: flex-end;
    background: #d8003f;
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.registration__body {
    padding: 1.5rem
}

.registration__field {
    margin-bottom: 1rem
}

.registration__input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #48a6eb;
    font-weight: 300;
    color: #fff;
    font-size: 0.9375rem;
    background: transparent;
    height: 32px;
    line-height: 2rem;
    outline: none
}

.registration__input::-moz-placeholder {
    color: hsla(0, 0%, 100%, .8)
}

.registration__input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .8)
}

.registration__input::placeholder {
    color: hsla(0, 0%, 100%, .8)
}

.registration__btn-field {
    margin-bottom: 1rem
}

.registration__btn {
    font-size: 0.9375rem;
    color: #fff;
    background-color: #48a6eb;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.registration__link {
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 300;
    color: #88cfff;
    display: block;
    margin-bottom: 1rem
}

.registration__link:hover {
    text-decoration: underline
}

.trade {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
    background: #fefefe;
    overflow: hidden
}

.trade .trade__wrapper {
    padding-top: 50px;
    padding-bottom: 50px
}

.trade .trade__header {
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: 300;
    margin-bottom: 32px;
    color: rgba(0, 0, 0, .9)
}

@media (min-width:768px) {
    .trade .trade__header {
        font-weight: 300;
        font-size: 2.75rem;
        line-height: 3.75rem;
        margin-bottom: 48px
    }
}

@media (min-width:1200px) {
    .trade .trade__header.prs-title {
        text-align: left;
        font-size: 2.75rem;
        line-height: 3.75rem;
        margin-top: 0;
        margin-bottom: 48px
    }
}

.trade .trade__second-container {
    display: flex;
    flex-direction: column
}

@media (min-width:1200px) {
    .trade .trade__second-container {
        flex-direction: row-reverse;
        justify-content: space-between
    }
}

.trade .trade__blocks {
    justify-content: space-between
}

.trade .trade__blocks,
.trade .trade__info {
    display: flex;
    flex-direction: column
}

@media (min-width:1200px) {
    .trade .trade__info {
        max-width: 504px;
        margin-right: 20px
    }
}

.trade .trade__info .trade__decorated-text {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, .65);
    text-align: center;
    margin-top: 0;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .trade .trade__info .trade__decorated-text {
        font-size: 1.1875rem;
        line-height: 1.75rem;
        margin-bottom: 23px
    }
}

@media (min-width:1200px) {
    .trade .trade__info .trade__decorated-text {
        text-align: left
    }
}

.trade .trade__description {
    color: rgba(0, 0, 0, .65);
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 32px
}

@media (min-width:768px) {
    .trade .trade__description {
        font-weight: 300;
        font-size: 1.1875rem;
        line-height: 1.75rem
    }
}

@media (min-width:1200px) {
    .trade .trade__description {
        margin-bottom: 0
    }
}

.trade .trade__description p {
    text-align: center;
    margin: 0 auto 32px;
    font-weight: 300
}

@media (min-width:768px) {
    .trade .trade__description p {
        margin-bottom: 48px
    }
}

@media (min-width:992px) {
    .trade .trade__description p {
        text-align: left;
        margin: 0 0 2rem
    }
}

.trade .trade__description p:first-child {
    text-align: left
}

@media (min-width:768px) {
    .trade .trade__description p:first-child {
        text-align: center
    }
}

@media (min-width:992px) {
    .trade .trade__description p:first-child {
        text-align: left
    }
}

.trade .trade__description p.trade__decorated-text {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .trade .trade__description p.trade__decorated-text {
        margin-bottom: 1
    }
}

@media (min-width:1200px) {
    .trade .trade__description p.trade__decorated-text {
        max-width: 500px
    }
}

.trade__number-item {
    flex: 0 0 50%;
    margin-bottom: 2rem;
    text-align: center
}

@media (min-width:768px) {
    .trade__number-item {
        margin-bottom: 48px
    }
}

@media (min-width:1200px) {
    .trade__number-item {
        text-align: left
    }
}

@media (min-width:1200px) {

    .trade .trade__number-item:nth-of-type(3),
    .trade .trade__number-item:nth-of-type(4) {
        margin-bottom: 0
    }
}

.trade__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:992px) {
    .trade__image {
        flex-basis: 50%
    }
}

@media (min-width:1200px) {
    .trade__image {
        max-width: 673px
    }
}

.trade__img {
    width: 100%;
    box-shadow: 0 0 4px rgba(50, 50, 71, .08), 0 4px 8px rgba(50, 50, 71, .06);
    border-radius: 4px;
    margin-bottom: 32px
}

@media (min-width:768px) {
    .trade__img {
        width: 534px;
        height: auto;
        margin-bottom: 50px
    }
}

@media (min-width:1200px) {
    .trade__img {
        width: 673px;
        height: auto;
        margin-bottom: 0
    }
}

.trade__learn-more {
    padding-top: 32px;
    display: block;
    margin: 0 auto;
    max-width: -moz-max-content;
    max-width: max-content
}

@media (min-width:768px) {
    .trade__learn-more {
        padding-top: 23px
    }
}

@media (min-width:1200px) {
    .trade__learn-more {
        margin: 0
    }
}

.trade__percent {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 2.5rem;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .trade__percent {
        font-size: 2.75rem;
        line-height: 3.75rem
    }
}

@media (min-width:1200px) {
    .trade__percent {
        margin-bottom: 16px
    }
}

.trade__percent--colored {
    color: #48a6eb;
    font-weight: 400
}

.trade__percent-description {
    line-height: 1.3;
    text-align: center;
    font-family: inherit;
    color: rgba(0, 0, 0, .65);
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 300;
    margin: 0
}

@media (min-width:768px) {
    .trade__percent-description {
        font-size: 1.1875rem
    }
}

@media (min-width:1200px) {
    .trade__percent-description {
        text-align: left
    }
}

.trade__numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto
}

@media (min-width:1200px) {
    .trade__numbers {
        margin-bottom: 50px
    }
}

.trade__buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

@media (min-width:992px) {
    .trade__buttons {
        padding-top: 10px
    }
}

@media (min-width:1200px) {
    .trade__buttons {
        align-items: flex-start;
        padding-top: 0
    }
}

.trade__buttons .index-action {
    text-align: center
}

.trade__buttons .trade__start {
    background: #48a6eb
}

@media (min-width:1200px) {
    .trade__buttons .prs-text-comment {
        text-align: left
    }
}

.trade .trade__description p:first-child {
    text-align: center
}

@media (min-width:1200px) {
    .trade .trade__description p:first-child {
        text-align: left;
        margin-bottom: 21px;
        font-size: 1.1875rem;
        line-height: 1.75rem
    }
}

.trade__number-item:last-child {
    margin-bottom: 34px
}

@media (min-width:768px) {
    .trade__number-item:last-child {
        margin-bottom: 56px
    }
}

.profit {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
    background: #222330;
    background: url("/assets/images/profit.jpg?rev=b9256c70") no-repeat 50%/cover
}

.profit__wrapper {
    padding-top: 50px;
    padding-bottom: 50px
}

@media (min-width:1200px) {
    .profit__wrapper {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.profit__header {
    font-size: 1.75rem;
    line-height: 2.5rem;
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 300;
    margin-top: 0;
    text-align: center
}

@media (min-width:768px) {
    .profit__header {
        font-size: 2.75rem;
        margin-bottom: 3rem;
        line-height: 3.75rem
    }
}

.profit__description {
    font-weight: 300;
    font-size: 1rem;
    color: #fff;
    line-height: 1.5;
    text-align: center
}

@media (min-width:768px) {
    .profit__description {
        font-size: 1.1875rem;
        margin-bottom: 0;
        text-align: center
    }
}

@media (min-width:1200px) {
    .profit__description {
        padding: 0
    }
}

@media (min-width:992px) {
    .profit__charts {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }
}

@media (min-width:1200px) {
    .profit__charts {
        flex-wrap: nowrap;
        margin-bottom: 0
    }
}

.profit__text {
    margin-bottom: 24px
}

@media (min-width:768px) {
    .profit__text {
        margin-bottom: 50px
    }
}

@media (min-width:992px) {
    .profit__text {
        flex: 1 1 100%
    }
}

@media (min-width:1200px) {
    .profit__text {
        width: 570px;
        flex: 0 1 auto;
        padding: 0 70px;
        order: 2;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch
    }
}

.profit__chart {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .65);
    padding: 24px 10px 20px;
    display: flex;
    flex-direction: column;
    max-width: 520px;
    margin: 0 auto 24px
}

@media (min-width:768px) {
    .profit__chart {
        padding: 24px 17px 21px 25px;
        max-width: 535px;
        margin: 0 auto 50px
    }
}

@media (min-width:992px) {
    .profit__chart {
        padding: 1.5rem 2.5rem 2.5rem;
        flex: 0 0 calc(50% - 1.5rem);
        max-width: none;
        margin: 0 0 2rem
    }
}

@media (min-width:1200px) {
    .profit__chart {
        width: 355px;
        height: 333px;
        flex: 0 1 auto
    }
}

@media (min-width:992px) {
    .profit__chart--higher {
        margin-bottom: 0;
        margin-right: 3rem
    }
}

@media (min-width:1200px) {
    .profit__chart--higher {
        order: 1;
        margin-right: 0;
        padding: 23px 17px 39px 22px
    }
}

.profit__chart--lower {
    margin-bottom: 0;
    padding: 24px 10px 68px
}

@media (min-width:768px) {
    .profit__chart--lower {
        padding: 24px 24px 102px
    }

    .profit__chart--lower .profit__chart-img img {
        margin-left: -1px;
        margin-top: 2px
    }
}

@media (min-width:1200px) {
    .profit__chart--lower {
        padding: 22px 24px 72px 19px;
        order: 3
    }
}

.profit__chart-header {
    font-weight: 300;
    font-size: 1.1875rem;
    line-height: 1.75rem;
    color: #fff;
    margin-bottom: 23px
}

@media (min-width:768px) {
    .profit__chart-header {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .profit__chart-header {
        font-size: 1.1875rem;
        line-height: 1.75rem
    }
}

.profit__chart-img {
    flex: 1 1 100%;
    justify-content: center;
    align-items: flex-end;
    position: relative
}

@media (min-width:768px) {
    .profit__chart-img {
        display: flex
    }
}

.profit__chart-img img {
    max-width: 100%;
    width: 100%
}

@media (min-width:768px) {
    .profit__chart-img img {
        margin-left: -10px;
        margin-top: -1px
    }
}

.profit__chart-text {
    width: 100%;
    top: 0;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
    color: #fff;
    font-weight: 300;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.3125rem
}

@media (min-width:768px) {
    .profit__chart-text {
        position: absolute;
        margin-bottom: 0;
        max-width: 160px
    }
}

.profit__chart-text--higher {
    left: 0
}

.profit__chart-text--lower {
    right: 0
}

@media (min-width:768px) {
    .profit__chart-text--lower {
        text-align: right
    }
}

.profit__buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (min-width:480px) {
    .profit__buttons {
        flex-direction: row;
        justify-content: flex-start
    }
}

@media (min-width:1200px) {
    .profit__buttons {
        justify-content: center;
        flex: 1 1 100%;
        align-items: flex-end
    }
}

.profit__buttons--show-mobile {
    flex: 1 0 100%;
    justify-content: center;
    padding-top: 24px
}

@media (min-width:768px) {
    .profit__buttons--show-mobile {
        padding-top: 50px
    }
}

@media (min-width:992px) {
    .profit__buttons--show-mobile {
        justify-content: center
    }
}

@media (min-width:1200px) {
    .profit__buttons--show-mobile {
        display: none
    }
}

.profit__buttons--hide-mobile {
    display: none
}

@media (min-width:1200px) {
    .profit__buttons--hide-mobile {
        display: flex;
        align-items: flex-end;
        padding-bottom: 30px
    }
}

.profit__learn-more {
    padding-top: 24px
}

@media (min-width:480px) {
    .profit__learn-more {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .profit__learn-more {
        padding-top: 26px
    }
}

.profit .btn {
    width: 100%
}

@media (min-width:480px) {
    .profit .btn {
        width: auto
    }
}

.market__section {
    padding: 3rem 0 2rem
}

.market p:last-child {
    margin-bottom: 0
}

.market p.market__text-thin {
    max-width: 700px
}

.market p.market__text-margin {
    margin-bottom: 3rem
}

.market a {
    color: rgba(0, 0, 0, .65)
}

.market__header {
    font-size: 1.75rem;
    color: rgba(0, 0, 0, .9);
    margin-bottom: 2rem;
    font-weight: 300
}

@media (min-width:768px) {
    .market__header {
        font-size: 2.75rem
    }
}

.market__text {
    font-size: 1rem;
    font-weight: 300;
    color: rgba(0, 0, 0, .65);
    line-height: 1.5
}

@media (min-width:768px) {
    .market__text {
        font-size: 1.1875rem
    }
}

.market__text-thin {
    max-width: 700px;
    margin-bottom: 3rem
}

.market__header-2 {
    font-size: 1.5rem;
    color: rgba(0, 0, 0, .9);
    margin-bottom: 2rem;
    font-weight: 300
}

@media (min-width:768px) {
    .market__header-2 {
        font-size: 2rem
    }
}

@media (min-width:768px) {
    .market__text-blocks {
        display: flex
    }
}

.market__text-block {
    flex: 0 0 50%
}

@media (min-width:768px) {
    .market__text-block:first-child {
        padding-right: 2rem
    }
}

@media (min-width:992px) {
    .market__text-block:first-child {
        padding-right: 7rem
    }
}

@media (min-width:768px) {
    .market__text-block:last-child {
        padding-left: 4rem
    }
}

.market__img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.market__link {
    display: block;
    color: rgba(0, 0, 0, .65)
}

.market__moments {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
    background-color: #f3f3f3
}

@media (min-width:768px) {
    .market__moments {
        background: url("/assets/images/market-moment-bg.jpg?rev=953d6451") no-repeat 100%/cover, #f3f3f3;
        background-position: -600px;
        background-size: auto 100%
    }
}

@media (min-width:1200px) {
    .market__moments {
        background: url("/assets/images/market-moment-bg.jpg?rev=953d6451") no-repeat 100%/cover, #f3f3f3;
        background-position: 50%;
        background-size: cover
    }
}

.market__moments-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1rem
}

.market__moments-header {
    font-weight: 300;
    color: rgba(0, 0, 0, .9);
    margin-bottom: 2rem;
    font-size: 1.75rem;
    max-width: 500px;
    line-height: 1.2
}

@media (min-width:768px) {
    .market__moments-header {
        font-size: 2rem
    }
}

.market__moments-description {
    max-width: 550px;
    margin-bottom: 3rem;
    color: rgba(0, 0, 0, .65);
    font-size: 1rem
}

@media (min-width:768px) {
    .market__moments-description {
        font-size: 1.1875rem
    }
}

.market__moments-buttons {
    display: block
}

@media (min-width:768px) {
    .market__moments-buttons {
        display: flex
    }
}

.market__btn-open {
    color: rgba(0, 0, 0, .65);
    border-color: #000;
    margin-right: 2rem
}

.market__btn-view {
    background: #48a6eb
}

.prs-title {
    font-family: inherit;
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .9);
    text-align: center;
    margin: 0 0 32px
}

@media (min-width:768px) {
    .prs-title {
        font-size: 2.75rem;
        line-height: 3.75rem;
        margin-bottom: 48px
    }
}

.prs-title--secondary {
    color: #fff
}

.prs-text,
.prs-text>p {
    font-family: inherit;
    color: rgba(0, 0, 0, .8);
    line-height: 1.5;
    font-size: 1rem;
    text-align: left;
    font-weight: 400;
    margin: 0
}

.prs-text--secondary,
.prs-text>p--secondary {
    color: #fff
}

.prs-text>p a,
.prs-text a {
    color: #48a6eb;
    text-decoration: none
}

.prs-text>p a:hover,
.prs-text a:hover {
    text-decoration: underline
}

@media (min-width:768px) {

    .prs-text,
    .prs-text>p {
        font-size: 1.1875rem
    }
}

.prs-text-comment {
    color: rgba(0, 0, 0, .8);
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center
}

@media (min-width:480px) {
    .prs-text-comment {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.prs-text-bullet {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400
}

@media (min-width:768px) {
    .prs-hide-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical
    }
}

.prs-container {
    padding: 0 16px
}

@media (min-width:768px) {
    .prs-container {
        padding: 0 24px
    }
}

@media (min-width:1328px) {
    .prs-container {
        padding: 0 calc(50% - 632px)
    }
}

.prs-container--dark-bg {
    background-color: #f7f7f7
}

section.awards__container {
    padding-bottom: 50px;
    padding-top: 50px
}

@media (min-width:768px) {
    .prs-title.awards__about-title {
        text-align: center
    }
}

.awards__items {
    display: -ms-grid;
    display: grid;
    grid-template-column: none;
    -ms-grid-rows: auto 50px auto 50px auto;
    grid-template-rows: auto auto auto;
    grid-gap: 50px;
    margin-bottom: 50px
}

@media (min-width:768px) {
    .awards__items {
        -ms-grid-columns: 1fr 29px 1fr 29px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-gap: 29px
    }

    .awards__items>:first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .awards__items>:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .awards__items>:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5
    }
}

@media (min-width:1200px) {
    .awards__items {
        grid-gap: 100px
    }
}

.awards__items.white .awards__item-description,
.awards__items.white .awards__item-title {
    color: #fff
}

.awards__items.white .awards__item-img svg {
    fill: #fff
}

.awards__item {
    display: -ms-grid;
    display: grid;
    grid-template-column: auto;
    -ms-grid-rows: 88px auto 1fr;
    grid-template-rows: 88px auto 1fr
}

.awards__item-img {
    -ms-grid-column-align: center;
    justify-self: center
}

.awards__item-title {
    color: rgba(0, 0, 0, .9);
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .awards__item-title {
        margin-bottom: 10px
    }
}

.awards__item-description {
    color: rgba(0, 0, 0, .65);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center
}

.platform-description-section {
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px
}

.platform-description-section .platform-description-section__title {
    margin-bottom: 2rem;
    width: 100%
}

@media (min-width:768px) {
    .platform-description-section .platform-description-section__title {
        margin-bottom: 3rem
    }
}

@media (min-width:1200px) {
    .platform-description-section .platform-description-section__title {
        padding-top: 0
    }
}

.platform-description-section .platform-description-section__description {
    text-align: center;
    margin-bottom: 50px;
    width: 100%
}

@media (min-width:768px) {
    .platform-description-section .platform-description-section__description {
        margin-bottom: 50px
    }
}

.platform-description-section .platform-description-section__img {
    margin-bottom: 50px
}

.platform-description-section .assets-section__comment {
    color: rgba(0, 0, 0, .9)
}

.platform-description-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 32px 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 32px;
    grid-column-gap: 8px;
    margin-bottom: 32px;
    grid-template-areas: "average-order executed-orders" "average-trading integrated-liquidity"
}

@media (min-width:768px) {
    .platform-description-items {
        margin-bottom: 50px;
        grid-column-gap: 168px
    }
}

@media (min-width:1200px) {
    .platform-description-items {
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 50px;
        grid-template-areas: "average-order executed-orders integrated-liquidity average-trading"
    }
}

.platform-description-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    justify-items: center;
    align-content: baseline
}

.platform-description-item>:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.platform-description-item>:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1
}

.platform-description-item:first-of-type {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: average-order
}

.platform-description-item:nth-of-type(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: integrated-liquidity
}

.platform-description-item:nth-of-type(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: executed-orders
}

.platform-description-item:nth-of-type(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: average-trading
}

@media (min-width:1200px) {
    .platform-description-item:first-of-type {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .platform-description-item:nth-of-type(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 5
    }

    .platform-description-item:nth-of-type(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .platform-description-item:nth-of-type(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 7
    }
}

.platform-description-value {
    font-weight: 300;
    font-size: 1.75rem;
    line-height: 2.5rem;
    text-align: center
}

@media (min-width:768px) {
    .platform-description-value {
        font-size: 2.75rem;
        line-height: 3.75rem
    }
}

.platform-description-message {
    display: block;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center
}

@media (min-width:768px) {
    .platform-description-message {
        font-weight: 300;
        font-size: 1.1875rem;
        line-height: 1.75rem
    }
}

@media (min-width:1200px) {
    .platform-description-message {
        display: -ms-grid;
        display: grid
    }
}

.platform-button-container {
    display: flex;
    flex-direction: column
}

@media (min-width:992px) {
    .platform-button-container {
        flex-direction: row;
        width: -moz-max-content;
        width: max-content
    }
}

.platform-button-container a:last-child {
    color: #48a6eb
}

.platform-button-container a:first-child {
    margin: 0 0 20px
}

@media (min-width:992px) {
    .platform-button-container a:first-child {
        flex-direction: row;
        margin: 0 20px 0 0
    }
}

.platform-description-btn {
    margin-bottom: 1rem;
    width: 100%
}

@media (min-width:768px) {
    .platform-description-btn {
        width: auto;
        min-width: 225px
    }
}

.prm-link,
.prs-link {
    color: #48a6eb;
    cursor: pointer;
    text-decoration: none
}

.prs-link {
    font-weight: 400;
    display: block;
    font-size: 1rem
}

.prs-link:hover {
    text-decoration: underline
}

.prs-link:after {
    content: "";
    display: inline-block;
    margin-left: .313rem;
    width: 6px;
    height: 10px;
    background: url("/assets/images/arrow.svg?rev=fe0c3f21") no-repeat 0 0
}

button.prs-link {
    -webkit-appearance: none;
    font-family: inherit;
    font-size: inherit;
    background: none;
    border: 0;
    padding: 0
}

.advantages-section {
    background: #f7f7f7;
    padding-bottom: 50px;
    padding-top: 50px
}

@media (min-width:768px) {
    .advantages-section__title {
        text-align: center
    }
}

.cards__boxes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 32px auto 32px auto 32px auto;
    grid-template-rows: auto auto auto auto;
    grid-gap: 32px
}

.cards__boxes>:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.cards__boxes>:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1
}

.cards__boxes>:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1
}

.cards__boxes>:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1
}

@media (min-width:768px) {
    .cards__boxes {
        grid-gap: 24px;
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto 24px auto;
        grid-template-rows: auto auto
    }

    .cards__boxes>:first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .cards__boxes>:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .cards__boxes>:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .cards__boxes>:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }
}

@media (min-width:1200px) {
    .cards__boxes {
        -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto
    }

    .cards__boxes>:first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .cards__boxes>:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .cards__boxes>:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5
    }

    .cards__boxes>:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 7
    }
}

.card-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 16px auto 16px 1fr 16px auto;
    grid-template-rows: auto auto 1fr auto;
    justify-items: center;
    grid-gap: 16px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .11);
    border-radius: 4px;
    padding: 24px
}

.card-box>:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.card-box>:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1
}

.card-box>:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1
}

.card-box>:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1
}

.card-box .card-box__title {
    color: rgba(0, 0, 0, .9);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375rem;
    text-align: center;
    margin: 0
}

@media (max-width:768px) {
    .card-box .card-box__title {
        margin-bottom: 0 !important
    }
}

.card-box .card-box__desc {
    color: rgba(0, 0, 0, .8);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-align: center
}

.card-box--short {
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr
}

.card-box__action {
    font-size: 0.875rem
}

.advantages-section__button {
    margin-top: 50px
}

.header:not(.header--scrolled) .header__logo-svg--christmas path.snowdrift-back {
    fill: #b0c1e9
}

.slider-section {
    position: relative;
    min-height: 533px;
    justify-content: center
}

@media (min-width:480px) {
    .slider-section {
        min-height: 574px
    }
}

@media (min-width:768px) {
    .slider-section {
        min-height: 575px
    }
}

@media (min-width:1200px) {
    .slider-section {
        min-height: 614px
    }
}

@media (min-width:1250px) {
    .slider-section {
        background-image: url("bg-main-ta.svg?rev=01637bb0");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }
}

.slider-element {
    display: none;
    height: auto;
    left: 0;
    opacity: 0;
    padding-bottom: 40px !important;
    padding-top: 7rem !important;
    top: 0;
    transition: opacity 1s, visibility 1s;
    visibility: hidden;
    width: 100%
}

@media (min-width:768px) {
    .slider-element {
        padding-bottom: 3rem !important
    }
}

.slider-element--visible {
    display: flex;
    opacity: 1;
    visibility: visible
}

.carousel-assets-ad {
    box-sizing: border-box;
    display: flex;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
    overflow-x: hidden;
    padding: 0 !important
}

.carousel-assets-ad__left-part {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    background-image: url("bg-main-ta.svg?rev=01637bb0");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7rem 16px 5.75rem
}

@media (min-width:768px) {
    .carousel-assets-ad__left-part {
        align-items: flex-start;
        text-align: left;
        padding: 7rem 0 0 1.5rem;
        min-height: 614px
    }
}

@media (min-width:1250px) {
    .carousel-assets-ad__left-part {
        margin-right: 15px;
        max-width: 592px;
        background: none
    }
}

@media (min-width:1328px) {
    .carousel-assets-ad__left-part {
        padding-left: 0
    }
}

.carousel-assets-ad__right-part {
    display: flex;
    flex: 1
}

.carousel-assets-ad .main__title {
    color: rgba(0, 0, 0, .9)
}

@media (min-width:768px) {
    .carousel-assets-ad .main__title {
        text-align: left;
        padding-left: 0
    }
}

.carousel-assets-ad .main__title-3 {
    margin-bottom: 3rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 60ch;
    padding-right: 0;
    text-align: center;
    color: rgba(0, 0, 0, .9)
}

@media (min-width:768px) {
    .carousel-assets-ad .main__title-3 {
        text-align: left
    }
}

.carousel-assets-ad--init {
    height: 100%
}

.carousel-assets-ad--init .main__inner {
    flex-direction: column;
    width: 100%
}

@media (min-width:1200px) {
    .carousel-assets-ad--init .main__inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1264px
    }
}

@media (min-width:1250px) {
    .carousel-assets-ad--init .main__inner {
        flex-direction: row
    }
}

@media (min-width:992px) {
    .carousel-assets-ad--init {
        justify-content: flex-start;
        overflow: visible;
        padding-right: 0
    }
}

.carousel-assets-ad--init .carousel-assets-ad__right-part {
    padding: 0
}

@media (min-width:768px) {
    .carousel-assets-ad--init .carousel-assets-ad__right-part {
        padding-top: 50px
    }
}

@media (min-width:1250px) {
    .carousel-assets-ad--init .carousel-assets-ad__right-part {
        display: flex;
        padding: 94px 0 40px 24px
    }
}

@media (min-width:768px) {
    .main__title--wide {
        padding-right: 150px
    }
}

@media (min-width:992px) {
    .main__title--wide {
        padding-right: 0
    }
}

.button__group {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%
}

@media (min-width:768px) {
    .button__group {
        align-items: flex-start
    }
}

.thumbnails {
    border-radius: 12px;
    bottom: 20px;
    display: flex;
    left: 52%;
    position: absolute;
    transform: translateX(-50%)
}

@media (min-width:768px) {
    .thumbnails {
        left: 51%;
        bottom: 40px
    }
}

@media (min-width:1250px) {
    .thumbnails {
        bottom: 64px;
        margin-left: -15px
    }
}

.thumbnail {
    cursor: pointer;
    padding: 4px
}

.thumbnail:last-child span {
    margin-right: 0
}

.thumbnail span {
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, .8);
    border-radius: 50%;
    display: block;
    height: 8px;
    margin-right: 16px;
    transition: background-color .225s;
    width: 8px
}

.thumbnail--active span {
    background-color: hsla(0, 0%, 100%, .8)
}

.assets-section {
    background: #fff;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.assets-text__container {
    align-items: center
}

.assets-button__container {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width:768px) {
    .assets-button__container {
        margin-top: 50px
    }
}

@media (min-width:1250px) {
    .assets-button__container {
        align-items: flex-start
    }
}

.assets-button__container-before-table {
    margin-top: 0;
    display: none
}

@media (min-width:1250px) {
    .assets-button__container-before-table {
        display: flex
    }
}

.assets-button__container-after-table {
    display: flex
}

@media (min-width:1250px) {
    .assets-button__container-after-table {
        display: none
    }
}

@media (min-width:1250px) {
    .assets-section__title {
        line-height: 3.75rem
    }
}

.assets-section__text {
    margin: 0 auto 3.125rem;
    text-align: center;
    width: 100%
}

@media (min-width:1250px) {
    .guide-cards-description {
        min-width: 57ch
    }
}

.guide-cards-column {
    margin-right: 0;
    width: 100%
}

.guide-cards-column .next-button,
.guide-cards-column .prev-button {
    margin-right: 0;
    position: absolute;
    bottom: 0;
    transform: translateY(-50%)
}

.guide-cards-column .prev-button {
    left: 25%
}

.guide-cards-column .next-button {
    right: 25%
}

@media (min-width:768px) {

    .guide-cards-column .next-button,
    .guide-cards-column .prev-button {
        margin-right: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .guide-cards-column .prev-button {
        left: -40px
    }

    .guide-cards-column .next-button {
        right: -40px
    }
}

.guide-cards-wrapper {
    position: relative;
    width: 100%
}

.slider-wrapper {
    padding: 0 0 48px;
    position: relative
}

@media (min-width:768px) {
    .slider-wrapper {
        width: 580px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:1250px) {
    .slider-wrapper {
        width: 1147px
    }
}

.slider-wrapper.small-mode {
    max-width: 920px;
    margin: 0 auto
}

.slider-wrapper .slider-neslider {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 24px
}

@media (min-width:768px) {
    .slider-wrapper .slider-neslider {
        -ms-grid-columns: 1fr 32px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 50px;
        grid-column-gap: 32px
    }
}

@media (min-width:1250px) {
    .slider-wrapper .slider-neslider {
        -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-row-gap: 80px;
        grid-column-gap: 24px
    }
}

.slider-wrapper .slider-neslider .video-card-wrapper {
    padding: 0;
    width: 100%
}

.slider-wrapper .slider-neslider .video-card-wrapper .video-card {
    width: 100%
}

.slider-wrapper .slider-neslider .video-card-wrapper .video-card .img-wrapp {
    height: unset
}

@media (min-width:768px) {
    .slider-wrapper .slider-neslider .video-card-wrapper .video-card {
        width: 274px
    }
}

.slider-wrapper .slider-neslider .video-card-wrapper .video-card img {
    -o-object-fit: cover;
    object-fit: cover
}

.slider-wrapper .slider-neslider .video-card-wrapper .video-card .video-card__text {
    height: 190px
}

.slider {
    display: flex;
    overflow: hidden
}

.slider .video-card-wrapper {
    min-width: 290px
}

@media (min-width:1250px) {
    .slider .video-card-wrapper {
        min-width: 382px
    }
}

.next-button,
.prev-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    height: 24px;
    outline: none;
    padding: 0;
    width: 24px;
    z-index: 2
}

.next-button[disabled]:before,
.prev-button[disabled]:before {
    opacity: .15
}

@media (min-width:768px) {

    .next-button[disabled],
    .prev-button[disabled] {
        display: none
    }
}

.next-button:before,
.prev-button:before {
    border-radius: 50%;
    background: url("/assets/images/cpa/chevron.svg?rev=5f03468c") no-repeat 50%;
    content: "";
    display: block;
    height: 100%;
    width: 100%
}

.prev-button {
    margin-right: 50px
}

.prev-button:before {
    transform: rotate(180deg)
}

.video-card-wrapper {
    padding: 24px 12px
}

@media (min-width:768px) {
    .video-card-wrapper {
        padding: 24px 12px
    }
}

#tns1>.tns-item.video-card-wrapper {
    padding-right: 8px
}

@media (min-width:768px) {
    #tns1>.tns-item.video-card-wrapper {
        padding: 24px 12px
    }
}

.video-card {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(50, 50, 71, .08), 0 4px 8px rgba(50, 50, 71, .06);
    display: inline-block;
    height: 100%;
    width: 100%;
    vertical-align: top;
    white-space: normal;
    transition-duration: .3s
}

.video-card:hover {
    box-shadow: 0 0 8px rgba(50, 50, 71, .15), 0 8px 16px rgba(58, 58, 83, .1)
}

.video-card .img-wrapp {
    position: relative;
    display: block;
    overflow: hidden
}

@media (min-width:1250px) {
    .video-card .img-wrapp {
        height: 200px
    }
}

.video-card .img-wrapp:after {
    content: "";
    display: block;
    background-image: url("/assets/images/trading-academy/yt-logo.svg?rev=17402ea3");
    background-size: cover;
    width: 30px;
    height: 21px;
    position: absolute;
    bottom: 14px;
    right: 14px
}

.video-card .img-wrapp img {
    border-radius: 4px 4px 0 0;
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.video-card__text {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 154px;
    padding: 16px 24px 24px;
    color: rgba(0, 0, 0, .65)
}

.video-card__text .text-wrapper {
    margin-bottom: auto
}

.video-card__title {
    margin-bottom: auto;
    font-size: 1.25rem;
    line-height: 1.75rem
}

.video-card__description,
.video-card__title {
    font-weight: 300;
    white-space: normal;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical
}

.video-card__description {
    margin-top: 12px;
    color: rgba(0, 0, 0, .65);
    font-size: .875rem;
    line-height: 1.25rem
}

.player-container {
    align-items: center;
    background: rgba(0, 0, 0, .5);
    display: none;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: visibility .225s, opacity .225s;
    visibility: hidden;
    width: 100%;
    z-index: 1050
}

@media (min-width:768px) {
    .player-container {
        padding: 0 2rem
    }
}

.player-container--active {
    display: flex;
    opacity: 1;
    visibility: visible
}

.player-wrapper {
    margin: 0 -20px;
    max-width: 1100px;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    width: 100%
}

.player-wrapper:before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
    width: 100%
}

.player {
    height: 100%;
    left: 0;
    max-height: 730px;
    position: absolute;
    top: 0;
    width: 100%
}

.courses-container {
    flex-direction: column
}

.courses-container .slider-wrapper {
    width: 100%
}

@media (min-width:768px) {
    .courses-container .slider-wrapper {
        width: -moz-fit-content;
        width: fit-content
    }
}

.courses-container .slider-wrapper .next-button,
.courses-container .slider-wrapper .prev-button {
    margin-right: 0;
    position: absolute;
    bottom: 0;
    transform: translateY(-50%)
}

.courses-container .slider-wrapper .prev-button {
    left: calc(50% - 84px)
}

.courses-container .slider-wrapper .next-button {
    right: calc(50% - 84px)
}

@media (min-width:1250px) {
    .courses-container .slider-wrapper {
        padding-left: 36px;
        padding-right: 36px
    }

    .courses-container .slider-wrapper .next-button,
    .courses-container .slider-wrapper .prev-button {
        margin-right: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .courses-container .slider-wrapper .prev-button {
        left: 0
    }

    .courses-container .slider-wrapper .next-button {
        right: 0
    }
}

.courses-tab {
    display: none
}

.courses-tab--active {
    display: block
}

.category-selector-wrap {
    margin-bottom: 24px;
    padding: 0 16px
}

@media (min-width:768px) {
    .category-selector-wrap {
        padding: 0
    }
}

.category-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    padding: 0;
    justify-content: start;
    max-width: 676px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .category-selector {
        padding: 0;
        justify-content: center
    }
}

.category-selector__radio {
    height: 28px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff
}

.category-selector__radio .tag-btn {
    height: 100%;
    margin: 0;
    align-items: center;
    background-color: transparent;
    border: 1px solid #dcdce9;
    color: rgba(0, 0, 0, .65);
    cursor: pointer;
    padding: 5px 10px
}

.category-selector__radio .tag-btn--activate {
    background-color: #f7f7f7;
    border-color: #48a6eb;
    color: #48a6eb
}

.category-selector__radio label {
    align-items: center;
    background-color: transparent;
    border: 1px solid #dcdce9;
    color: rgba(0, 0, 0, .65);
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 0.8125rem;
    height: 100%;
    justify-content: center;
    padding: .5rem;
    text-align: center;
    transition: background-color .225s, color .225s, border-color .225s;
    width: 100%
}

.free-account {
    align-items: center;
    background-size: auto 100%;
    background: rgba(28, 28, 28, .65) url("/assets/images/trading-academy/free-account/bg.jpg?rev=e5fc4f2a") 50%;
    background-size: cover;
    display: flex;
    position: relative
}

.free-account:before {
    background: #222330;
    content: "";
    display: block;
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.free-account__row {
    align-items: stretch;
    color: #fff;
    display: flex;
    flex-direction: column;
    margin: 50px auto;
    width: 100%;
    z-index: 1
}

@media (min-width:768px) {
    .free-account__row {
        align-items: center
    }
}

.free-account__title {
    flex: 0 0 100%;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.43;
    margin-bottom: 4px;
    max-width: 100%;
    text-align: center
}

@media (min-width:768px) {
    .free-account__title {
        font-size: 1.75rem;
        line-height: 1.43
    }
}

.free-account__description {
    font-size: 1.1875rem;
    font-weight: 300;
    line-height: 1.47;
    margin-bottom: 32px;
    max-width: 68ch;
    text-align: center
}

.free-account__link {
    max-width: 100%
}

.blockchain-container .button__group {
    align-items: unset;
    margin-top: 50px;
    margin-bottom: 50px
}

@media (min-width:768px) {
    .blockchain-container .button__group {
        margin-top: 0
    }
}

.blockchain-slides .slider-wrapper .next-button,
.blockchain-slides .slider-wrapper .prev-button {
    margin-right: 0;
    position: absolute;
    bottom: 0;
    transform: translateY(-50%)
}

.blockchain-slides .slider-wrapper .prev-button {
    left: 25%
}

.blockchain-slides .slider-wrapper .next-button {
    right: 25%
}

@media (min-width:768px) {
    .blockchain-slides .slider-wrapper {
        padding-bottom: 50px
    }

    .blockchain-slides .slider-wrapper .next-button,
    .blockchain-slides .slider-wrapper .prev-button {
        margin-right: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .blockchain-slides .slider-wrapper .prev-button {
        left: -40px
    }

    .blockchain-slides .slider-wrapper .next-button {
        right: -40px
    }
}

.category-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, .65);
    margin-bottom: 10px;
    color: rgba(0, 0, 0, .65)
}

.category-wrapper ul {
    margin: 0 0 6px;
    padding: 0;
    display: flex;
    font-weight: 400
}

.category-wrapper ul li {
    margin-left: 12px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    list-style: none;
    position: relative
}

.category-wrapper ul li:before {
    content: "\2022";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -8px;
    top: 0
}

.category-wrapper ul li:first-child {
    margin-left: 0
}

.category-wrapper ul li:first-child:before {
    display: none
}

.card-footer {
    font-size: 0.75rem;
    display: flex;
    margin-top: auto;
    color: rgba(0, 0, 0, .65)
}

.card-footer .article-level {
    border-radius: 4px;
    background-color: #e8faf3;
    margin-right: 10px;
    padding: 3px 5px;
    box-sizing: border-box
}

.card-footer span {
    line-height: 1.25rem
}

.info-webinar-wrapp {
    width: 100%
}

@media (min-width:768px) {
    .info-webinar-wrapp {
        max-width: 630px;
        margin: 0 auto
    }
}

.info-webinar-img-block {
    position: relative;
    overflow: hidden
}

@media (min-width:768px) {
    .info-webinar-img-block {
        height: 345px
    }
}

.info-webinar-img-block img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.info-webinar-img-block .img-text-block {
    top: 22px;
    left: 25px;
    position: absolute;
    font-weight: 300;
    color: #fff
}

.info-webinar-img-block .img-text-block__title {
    font-size: 1.75rem;
    line-height: 2.5rem
}

.info-webinar-img-block .img-text-block__descr {
    font-size: 1rem;
    line-height: 1.5rem
}

.info-webinar-bottom-block {
    background-color: #f5f9ff;
    padding: 16px 22px 18px;
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .info-webinar-bottom-block {
        flex-direction: row;
        padding: 22px 38px;
        min-height: 128px
    }
}

.info-webinar-bottom-block-last-webinar {
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .info-webinar-bottom-block-last-webinar {
        flex-direction: row
    }
}

.info-webinar-bottom-block .info-webinar-bottom-block__first-part,
.info-webinar-bottom-block .info-webinar-bottom-block__second-part {
    width: 100%
}

@media (min-width:768px) {

    .info-webinar-bottom-block .info-webinar-bottom-block__first-part,
    .info-webinar-bottom-block .info-webinar-bottom-block__second-part {
        width: 50%
    }
}

.info-webinar-bottom-block .video-title {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: rgba(0, 0, 0, .9);
    text-align: center
}

@media (min-width:768px) {
    .info-webinar-bottom-block .video-title {
        text-align: left
    }
}

.info-webinar-bottom-block .video-date {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
    margin-top: 10px;
    color: rgba(0, 0, 0, .65);
    text-align: center
}

@media (min-width:768px) {
    .info-webinar-bottom-block .video-date {
        text-align: left
    }
}

.info-webinar-bottom-block .info-webinar-bottom-block__second-part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px
}

@media (min-width:768px) {
    .info-webinar-bottom-block .info-webinar-bottom-block__second-part {
        margin-top: 0;
        align-items: flex-end
    }
}

.info-webinar-bottom-block .btn-to-play {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #249ae9;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    padding: 7px 40px
}

@media (min-width:480px) {
    .info-webinar-bottom-block .btn-to-play {
        width: unset
    }
}

@media (min-width:768px) {
    .info-webinar-bottom-block .btn-to-play {
        margin-top: 0;
        width: unset
    }
}

.info-webinar-bottom-block .btn-to-play.border-btn-special {
    border: 1px solid #249ae9;
    border-radius: 4px
}

.info-webinar-container {
    display: block;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) {
    .info-webinar-container {
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1250px) {
    .info-webinar-container {
        display: none
    }
}

.info-webinar-container .info-webinar-wrapp {
    width: 100%;
    max-width: unset
}

@media (min-width:768px) {
    .info-webinar-container .info-webinar-wrapp {
        max-width: 630px
    }
}

.layout-sub-popup {
    background-color: rgba(67, 67, 67, .6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center
}

.layout-sub-popup--active {
    display: flex
}

.layout-sub-popup .wrapper-sub-popup {
    width: 408px;
    height: 320px
}

.layout-sub-popup .wrapper-sub-popup .sub-popup {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px
}

.layout-sub-popup .wrapper-sub-popup .sub-popup .wrapp-close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
    background-image: urltrading-academy/close.svg?rev=2316464e")}.layout-sub-popup .wrapper-sub-popup .sub-popup__title{font-weight:300;font-size:1.75rem;line-height:2.5rem;color:rgba(0,0,0,.9);margin-bottom:20px}.layout-sub-popup .wrapper-sub-popup .sub-popup__description{font-weight:300;font-size:1rem;line-height:1.5rem;margin-bottom:20px}.layout-sub-popup .wrapper-sub-popup .sub-popup__form{position:relative;display:flex;flex-direction:column;align-items:center}.layout-sub-popup .wrapper-sub-popup .sub-popup__form .email-title{position:absolute;font-size:0.75rem;line-height:1rem;color:rgba(0,0,0,.65);font-weight:400;top:-8px;left:10px;background-color:#fff;padding:0 4px}.layout-sub-popup .wrapper-sub-popup .sub-popup__form .email-input{border-radius:8px;width:296px;height:44px;padding:12px 11px;border:1px solid rgba(0,0,0,.65);font-size:1rem;line-height:1.25rem;color:rgba(0,0,0,.65);font-weight:400}.layout-sub-popup .wrapper-sub-popup .sub-popup__form .email-submit-btn{background:#48a6eb;border-radius:4px;color:#fff;margin-top:20px;border:0;font-size:1rem;line-height:1.5rem;font-weight:400;padding:6px 16px;width:-moz-fit-content;width:fit-content}.guide-cards-column .video-card .img-wrapp{height:150px}@media (min-width:1250px){.guide-cards-column .video-card .img-wrapp{height:200px}}.timer-webinar{display:flex;flex-wrap:wrap;justify-content:center;color:rgba(0,0,0,.65);font-size:0.75rem;font-weight:400}.timer-webinar .timer-text{text-align:center;width:100%;font-size:0.75rem;line-height:1.125rem;margin-bottom:6px}.timer-webinar .number-cell{width:47px;height:37px;border-radius:8px;background-color:rgba(72,166,235,.1);position:relative;line-height:2.3125rem;text-align:center;font-size:1.5rem;color:#48a6eb;margin-bottom:3px;margin-right:14px}.timer-webinar .number-cell.seconds:after{display:none;margin-right:0}.timer-webinar .number-cell:after{color:#48a6eb;content:":";display:block;font-weight:300;font-size:1.5rem;line-height:130%;position:absolute;right:-10px;top:0}.timer-webinar .number-cell__text{text-align:center;width:47px}.date-span{font-size:0.75rem;line-height:1.25rem;font-weight:400;color:rgba(0,0,0,.65);margin-top:15px}@media (min-width:768px){.date-span{margin-top:0}}.btn.btn--fullsized{width:100%}@media (min-width:480px){.btn.btn--fullsized{width:unset}}@media (min-width:1250px){.left-part-content{max-width:592px;padding-bottom:40px}}.info-webinar-bottom-block-upcoming-webinar{display:flex;flex-direction:column}@media (min-width:768px){.info-webinar-bottom-block-upcoming-webinar{flex-direction:row}}.info-webinar-bottom-block-upcoming-webinar .info-webinar-bottom-block__first-part .timer-wrapper{display:flex}