@charset "UTF-8";
@font-face {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/gothaproreg.woff2) format("woff2"), url(../fonts/gothaproreg.woff) format("woff")
}

@font-face {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/gothapromed.woff2) format("woff2"), url(../fonts/gothapromed.woff) format("woff")
}

@font-face {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/gothaprobol.woff2) format("woff2"), url(../fonts/gothaprobol.woff) format("woff")
}

body {
    background: #fff
}

body, p {
    font-family: Roboto, sans-serif
}

.mt-header__menu {
    align-items: center;
    justify-content: space-between;
    display: flex;
    height: 100%;
    margin: 0 auto;
    width: 1180px
}

@media only screen and (max-width: 1199px) {
    .mt-header__menu {
        width: 100%
    }
}

.mt-header__menu-wrap {
    background: linear-gradient(257.74deg, #6b249e 37.42%, #9048c5 80.7%);
    height: 70px;
    position: relative;
    z-index: 3
}

@media only screen and (max-width: 1199px) {
    .mt-header__menu-wrap {
        height: 56px;
        padding: 0 24px
    }
}

@media only screen and (max-width: 767px) {
    .mt-header__menu-wrap {
        height: 52px;
        padding: 0 16px
    }
}

.mt-header__wrap {
    align-items: flex-start;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    flex-direction: column
}

@media only screen and (max-width: 1199px) {
    .mt-header__wrap {
        height: auto;
        width: 100%
    }
}

.mt-header__app-bar {
    position: relative;
    background-color: #8a24f3;
    padding: 12px 20px
}

.mt-header__app-bar a {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mt-header__app-bar a p {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    width: calc(100% - 70px);
    margin-right: 46px
}

@media only screen and (min-width: 1199px) {
    .mt-header__app-bar {
        display: none
    }
}

@media only screen and (max-width: 1199px) {
    .mt-header__menu {
        flex-direction: row
    }
}

.mt-header__menu__item {
    color: #fff;
    margin-right: 24px
}

@media only screen and (max-width: 1199px) {
    .mt-header__menu__item.link-hover {
        display: none
    }
}

.mt-header__menu__item:hover {
    color: #fff
}

.mt-header__menu__item.link-hover:after {
    background: #fff
}

.mt-header__menu__lang-dropdown {
    color: #fff;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end
}

.mt-header__menu__lang-dropdown a img {
    margin-right: 8px
}

@media only screen and (max-width: 767px) {
    .mt-header__menu__lang-dropdown .current-lang {
        justify-content: flex-end;
        text-decoration: none
    }
}

.mt-header__menu__lang-dropdown .current-lang, .mt-header__menu__lang-dropdown .dropdown-item {
    align-items: center;
    display: flex
}

@media only screen and (max-width: 767px) {
    .mt-header__menu__lang-dropdown {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .mt-logo-wrap {
        display: flex;
        margin-right: auto;
        width: 30px
    }
}

.mt-logo {
    margin-right: 33px
}

@media only screen and (max-width: 1199px) {
    .mt-logo {
        height: 20px;
        width: 104px
    }
}

.mt-logo__mobile {
    display: none
}

@media only screen and (max-width: 767px) {
    .mt-logo-wrap_color .mt-logo {
        display: none
    }

    .mt-logo-wrap_color .mt-logo__mobile {
        display: block;
        height: 24px;
        width: 24px
    }
}

.mt-header__submenu {
    height: 48px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 1180px
}

@media only screen and (max-width: 1199px) {
    .mt-header__submenu {
        display: none
    }
}

.mt-header__submenu__item {
    padding: 14px 0 0;
    margin-right: 24px;
    z-index: 3
}

.mt-header__submenu__item:hover .mt-header__submenu__item__pop-up-menu {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-out;
    transform: translateY(20px);
    -webkit-animation: drag-up .4s ease forwards;
    animation: drag-up .4s ease forwards
}

.mt-header__submenu__link {
    color: #fff
}

.mt-header__submenu__link:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    transition: all .3s ease;
    background-color: #87959c;
    opacity: 0;
    margin-top: 5px;
    height: 2px;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto
}

.mt-header__submenu__link:hover {
    color: #fff;
    text-decoration: none
}

.mt-header__submenu__link:hover:after {
    width: 100%;
    opacity: 1;
    transition: all .3s ease
}

.mt-header__submenu__item__pop-up-menu {
    background: hsla(0, 0%, 100%, .92);
    padding: 20px 33px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.mt-header__submenu__item__pop-up-menu li {
    align-items: center;
    display: flex;
    height: 40px
}

.mt-header__submenu__item__pop-up-menu a {
    color: #5c5c5c;
    font-size: 12px;
    line-height: 40px;
    position: relative;
    left: 0;
    transition: all .3s ease;
    width: 100%
}

.mt-header__submenu__item__pop-up-menu a:before {
    content: "\F105";
    color: #477ae2;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    line-height: 34px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all .3s ease;
    position: absolute;
    top: 3px;
    left: -12px;
    opacity: 0
}

.mt-header__submenu__item__pop-up-menu a:hover {
    color: #477ae2;
    left: 14px;
    transition: all .3s ease;
    text-decoration: none
}

.mt-header__submenu__item__pop-up-menu a:hover:before {
    opacity: 1;
    transition: all .5s ease
}

.mt-header__auth {
    align-items: center;
    display: flex;
    margin-left: 68px
}

.mt-header__auth a {
    color: #fff
}

.mt-header__auth .mt-button {
    margin-left: 20px;
    width: 126px
}

@media only screen and (max-width: 767px) {
    .mt-header__auth__login-link {
        white-space: nowrap
    }
}

.mt-header__auth__login-link.link-hover:after {
    background: #fff
}

.mt-header__content {
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    max-width: 600px;
    padding-top: 170px;
    padding-bottom: 45px;
    position: relative;
    text-align: center;
    width: 100%;
    justify-content: center;
}

.mt-header__content--ib-benefits {
    padding-top: 28px;
    text-align: left
}

@media only screen and (max-width: 1199px) {
    .mt-header__content--ib-benefits {
        text-align: left !important
    }
}

@media only screen and (max-width: 575px) {
    .mt-header__content--ib-benefits .mt-header__content__title {
        font-size: 28px;
        line-height: 36px
    }
}

.mt-header__content--ib-benefits .mt-header__content__desc {
    margin: 8px 0 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    width: 580px;
    color: #81818d
}

@media only screen and (max-width: 1199px) {
    .mt-header__content--ib-benefits .mt-header__content__desc {
        width: 100%;
        padding: 0
    }
}

.mt-header__content--ib-benefits .mt-header__content__button {
    margin-top: 20px;
    width: 220px;
    height: 56px
}

@media only screen and (max-width: 1199px) {
    .mt-header__content--ib-benefits .mt-header__content__button {
        width: 100%;
        margin-bottom: 64px
    }
}

@media only screen and (max-width: 1199px) {
    .mt-header__content {
        max-width: 730px;
        margin: 0 auto;
        text-align: center;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media only screen and (max-width: 767px) {
    .mt-header__content {
        max-width: calc(100% - 32px);
        margin-top: 0
    }
}

.mt-header__content__title {
    color: #080816;
    font-family: Gotham Pro, Roboto, sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: normal
}

@media only screen and (max-width: 767px) {
    .mt-header__content__title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        letter-spacing: normal
    }
}

.mt-header__content__desc {
    color: #080816;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: normal;
    margin: 20px auto 16px;
    width: 420px
}

@media only screen and (max-width: 1199px) {
    .mt-header__content__desc {
        margin-top: 8px;
        padding: 0 30px;
        width: 545px
    }
}

@media only screen and (max-width: 767px) {
    .mt-header__content__desc {
        margin-top: 5px;
        padding: 0;
        width: 100%
    }
}

.mt-header__background {
    background-image: url(/static/home/images/partner-banner.png);
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    height: 400px;
    width: 560px;
    z-index: 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .mt-header__background {
        background-image: url(/static/home/images/partner-banner@2x.png);
        background-size: 100% 100%
    }
}

.mt-header__background--ib-benefits {
    background-image: url(/static/home/images/ib-benefits.png);
    order: 2;
    width: 530px;
    height: 350px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .mt-header__background--ib-benefits {
        background-image: url(/static/home/images/ib-benefits@2x.png);
        background-size: 100% 100%
    }
}

@media only screen and (max-width: 1199px) {
    .mt-header__background--ib-benefits {
        order: 0;
        width: 100%;
        height: 372px
    }
}

@media only screen and (max-width: 575px) {
    .mt-header__background--ib-benefits {
        height: 212px
    }
}

@media only screen and (max-width: 1199px) {
    .mt-header__background {
        background-size: contain;
        background-position: 50%;
        height: 364px;
        position: static;
        margin-bottom: 68px;
        width: 768px
    }
}

@media only screen and (max-width: 767px) {
    .mt-header__background {
        height: 287px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

.mt-header__button {
    width: 230px
}

@media only screen and (max-width: 1199px) {
    .mt-header__button {
        bottom: 20px;
        left: 20px;
        right: 20px;
        position: absolute;
        width: calc(100% - 40px);
        z-index: 2;
        bottom: 16px;
        left: 16px;
        right: 16px;
        width: calc(100% - 32px)
    }
}

.mt-header__burger-buton {
    cursor: pointer;
    display: none
}

@media only screen and (max-width: 1199px) {
    .mt-header__burger-buton {
        display: block;
        margin-right: 12px
    }
}

@media only screen and (min-width: 1199px) {
    .mt-header_white .mt-header__submenu__link {
        color: #81818d;
        font-weight: 400
    }

    .mt-header_white .mt-header__submenu__link:hover {
        color: #080816
    }

    .mt-header_white .mt-header__menu-wrap {
        background: none;
        height: 48px
    }

    .mt-header_white .mt-header__menu__item.link-hover:after {
        background: #81818d;
        position: absolute;
        top: 35px
    }

    .mt-header_white .mt-header__menu {
        border-bottom: 1px solid #eee
    }

    .mt-header_white .current-lang, .mt-header_white .mt-header__auth a {
        color: #81818d
    }

    .mt-header_white .mt-button_option {
        border: 2px solid #81818d;
        min-width: 126px;
        width: auto
    }

    .mt-header_white .mt-header__menu__item {
        color: #81818d;
        position: relative;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: normal
    }

    .mt-header_white .mt-header__menu__item:hover {
        color: #080816
    }
}

.mt-header_white .mt-logo-white {
    display: none
}

@media only screen and (max-width: 1199px) {
    .mt-header_white .mt-logo-white {
        display: block
    }
}

.current-lang, .mt-header__auth a {
    color: #81818d
}

.mt-header__bottom-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1180px
}

@media only screen and (max-width: 1199px) {
    .mt-header__bottom-wrap {
        flex-direction: column;
        width: 100%
    }
}

.mt-header_homepage {
    background: linear-gradient(257.74deg, #6b249e 37.42%, #9048c5 80.7%)
}

.mt-header_homepage .mt-header__menu-wrap, .mt-header_homepage .mt-header__wrap {
    background: #fff
}

.mt-header_homepage .mt-header__content__desc, .mt-header_homepage .mt-header__content__desc:hover, .mt-header_homepage .mt-header__content__title, .mt-header_homepage .mt-header__content__title:hover {
    color: #fff
}

.mt-header_homepage .mt-header__content {
    padding-top: 35px;
    text-align: left;
    order: 1
}

@media only screen and (max-width: 1199px) {
    .mt-header_homepage .mt-header__content {
        padding-top: 0;
        text-align: center
    }
}

.mt-header_homepage .mt-header__background {
    background: none;
    order: 2
}

.mt-header_homepage .mt-header__content__desc {
    margin-left: 0
}

@media only screen and (max-width: 1199px) {
    .mt-header_homepage .mt-header__content__desc {
        margin-left: auto
    }
}

.mt-header_homepage .mt-header__homepage-banner {
    background: none
}

.mt-header_homepage .mt-header__bottom-wrap {
    position: relative
}

.mt-header_white .mt-header__menu-wrap, .mt-header_white .mt-header__wrap {
    background: #fff
}

.mt-header__content__animation {
    /*left: 0;*/
    /*top: 35px;*/
    /*position: absolute;*/
    opacity: 1;
    -webkit-animation-name: crossfadeText;
    animation-name: crossfadeText;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

@media only screen and (max-width: 1199px) {
    .mt-header__content__animation {
        top: 24px;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .mt-header__content__animation {
        top: 16px
    }
}

.mt-header__content__animation_first {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.mt-header__content__animation_second {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.mt-header__content__animation_third {
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}

.mt-header-homepage__banner {
    height: 100%;
    width: 100%;
    opacity: 1;
    -webkit-animation-name: crossfadeBanners;
    animation-name: crossfadeBanners;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

@media only screen and (max-width: 1199px) {
    .mt-header-homepage__banner {
        left: 0
    }
}

.mt-header-homepage__banner_first {
    background-image: url(/template/images/21-5daypromo-branding_360x285.jpg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    height: 341px;
    background-repeat: no-repeat;
    background-position: center center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .mt-header-homepage__banner_first {
        background-image: url(/template/images/21-5daypromo-branding_360x285.jpg);
    }
}

@media only screen and (max-width: 1199px) {
    .mt-header-homepage__banner_first {
        background-image: url(/template/images/21-5daypromo-branding_360x285.jpg);
        left: 0;
        right: 0;
        margin: 0 auto;
        top: auto;
        bottom: 80px;
        height: 359px;
        width: 760px
    }
}

@media only screen and (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1199px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1199px) and (min-resolution: 2dppx), only screen and (max-width: 1199px) and (min-resolution: 192dpi) {
    .mt-header-homepage__banner_first {
        background-image: url(/template/images/21-5daypromo-branding_360x285.jpg);
    }
}

@media only screen and (max-width: 1199px) {
    .mt-header-homepage__banner_first {
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: auto 80%;
    }
}

@media only screen and (max-width: 767px) {
    .mt-header-homepage__banner_first {
        background-image: url(/template/images/21-5daypromo-branding_360x285.jpg);
        height: 100%;
        width: 100%
    }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 2dppx), only screen and (max-width: 767px) and (min-resolution: 192dpi) {
    .mt-header-homepage__banner_first {
        background-image: url(/template/images/21-5daypromo-branding_360x285.jpg);
        background-position: center;
        background-size: auto 50%;
    }
}


@-webkit-keyframes crossfadeBanners {
    from{
        opacity: 0;
    }
    50% {
        opacity: 0.5
    }
    to {
        opacity: 1
    }
}

@keyframes crossfadeBanners {
    from{
        opacity: 0;
    }
    50% {
        opacity: 0.5
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes crossfadeText {
    from {
        opacity: 0;
        display: none;
    }
    50% {
        opacity: 0.5;
        display: block
    }
    to {
        opacity: 1;
        display: block;
    }
}

@keyframes crossfadeText {
    from {
        opacity: 0;
        display: none;
    }
    50% {
        opacity: 0.5;
        display: block
    }
    to {
        opacity: 1;
        display: block;
    }
}

.mt-header__button-link {
    bottom: 0;
    /*margin-top: auto;*/
    position: relative;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.mt-header__button-link:hover {
    text-decoration: none
}

.mt-header__button-link.mt-header__button-link_is-mobile {
    display: none
}

@media only screen and (max-width: 1199px) {
    .mt-header__button-link {
        display: none
    }

    .mt-header__button-link.mt-header__button-link_is-mobile {
        display: inline-block;
        order: 3;
        width: 100%
    }
}

.mt-header__container {
    margin: 0 auto;
    width: 1180px
}

@media only screen and (max-width: 1199px) {
    .mt-header__container {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .dropdown-menu.show {
        left: auto !important;
        right: 0
    }
}

.footer {
    border-top: 2px solid #dde0e9;
    padding: 20px 10px
}

@media only screen and (max-width: 1199px) {
    .footer {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width: 767px) {
    .footer {
        border-top: 1px solid #dde0e9;
        text-align: left;
        padding-left: 16px;
        padding-right: 16px
    }
}

.footer__wrap {
    margin: 0 auto;
    width: 1180px
}

@media only screen and (max-width: 1199px) {
    .footer__wrap {
        width: 100%
    }
}

.footer-logo img {
    height: 40px;
    width: 200px
}

.footer__top {
    border-bottom: 1px solid #dde0e9;
    display: flex;
    justify-content: space-between;
    padding-bottom: 4px
}

@media only screen and (max-width: 1199px) {
    .footer__top {
        padding-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .footer__top {
        flex-wrap: wrap
    }
}

.footer__logos {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: auto
}

@media only screen and (max-width: 1199px) {
    .footer__logos {
        align-items: flex-start;
        flex-basis: 100%;
        margin: 20px 0 0 20px
    }
}

@media only screen and (max-width: 767px) {
    .footer__logos {
        margin-bottom: 0;
        margin-top: 8px;
        margin-left: 10px
    }
}

.footer__top-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 110px
}

@media only screen and (max-width: 1199px) {
    .footer__top-links {
        margin-top: 20px
    }
}

@media only screen and (max-width: 767px) {
    .footer__top-links {
        flex-basis: 100%;
        height: 112px;
        margin-top: 0;
        margin-bottom: 32px
    }
}

.footer__top-links__item {
    margin-bottom: 12px;
    margin-right: 40px
}

.footer__top-links__item a {
    color: #474752;
    display: inline-block
}

.footer__top-links__item a:after {
    background: #474752
}

@media only screen and (max-width: 767px) {
    .footer__top-links__item {
        margin-bottom: 20px
    }

    .footer__top-links__item:nth-child(3n) {
        margin-bottom: 0
    }
}

.footer__social {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .footer__social {
        justify-content: flex-start
    }
}

.footer__social-item {
    align-items: center;
    height: 24px;
    justify-content: center;
    display: flex;
    width: 24px
}

.footer__social-item a {
    display: flex
}

.footer__social-item + .footer__social-item {
    margin-left: 20px
}

.footer__bottom {
    color: #c8c8d5
}

.footer__bottom__title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: normal;
    margin-top: 24px
}

@media only screen and (max-width: 767px) {
    .footer__bottom__title {
        margin-top: 0
    }
}

.footer__bottom__title a {
    color: #c8c8d5
}

.footer__bottom__subtitle {
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: -.3px;
    margin-top: 24px
}

.footer__bottom__subtitle a {
    color: #c8c8d5
}

@media only screen and (max-width: 767px) {
    .footer__bottom__subtitle {
        margin-top: 16px
    }
}

.footer__bottom__links {
    display: flex;
    margin-top: 20px
}

.footer__bottom__links a {
    color: #81818d;
    margin-right: 36px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: normal
}

.footer__bottom__links a:after {
    background: #81818d
}

@media only screen and (max-width: 767px) {
    .footer__bottom__links a {
        margin-right: 20px
    }
}

@media only screen and (max-width: 1199px) {
    .footer__bottom__links {
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 767px) {
    .footer__bottom__links a {
        margin-bottom: 16px
    }
}

.footer__top__fincom, .footer__top__verify {
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: normal;
    color: #81818d
}

.footer__top__fincom div, .footer__top__verify div {
    margin-top: 8px
}

@media only screen and (max-width: 1199px) {
    .footer__top__fincom div, .footer__top__verify div {
        margin-top: 12px
    }
}

.footer__top__verify {
    margin-left: auto;
    width: 228px
}

@media only screen and (max-width: 1199px) {
    .footer__top__verify {
        width: 160px
    }
}

@media only screen and (max-width: 767px) {
    .footer__top__verify {
        margin-left: 0;
        width: calc(50% - 8px)
    }
}

.footer__top__fincom {
    margin-left: 20px;
    width: 287px
}

@media only screen and (max-width: 1199px) {
    .footer__top__fincom {
        width: 160px
    }
}

@media only screen and (max-width: 767px) {
    .footer__top__fincom {
        margin-left: 0;
        width: 50%
    }
}

.mt-content__wrap {
    background: #fff;
    margin: 0 auto;
    width: 1180px
}

@media only screen and (max-width: 1199px) {
    .mt-content__wrap {
        width: 100%
    }
}

.mt-content__title {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: normal;
    color: #4f118f;
    font-family: Gotham Pro, Roboto, sans-serif
}

.mt-content__title a {
    color: unset
}

.mt-content__link {
    color: #8a24f3;
    text-decoration: none
}

.mt-content__link:hover {
    color: #8a24f3
}

.cms-block h1, .mt-date-counter, .mt-h1 {
    font-family: Gotham Pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 72px
}

.cms-block h2, .mt-h2, .mt-platforms__header-form-title {
    font-family: Gotham Pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 56px
}

.cms-block h3, .mt-h3 {
    font-family: Gotham Pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px
}

.cms-block h4, .mt-h4, .mt-show-webinar__sign-up-title, .mt-show-webinar__title {
    font-family: Gotham Pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px
}

.cms-block h6, .mt-h6, .mt-webinars-link-step__title {
    font-weight: 500;
    line-height: 20px
}

.cms-block h6, .mt-body, .mt-h6, .mt-webinars-link-step__title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-size: 16px
}

.mt-body {
    font-weight: 400;
    line-height: 24px
}

.mt-button-typography, .mt-button_primary, .mt-button_secondary {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.mt-small-button-typography {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

#webinar-link-step-container .calendar .calendar-items .calendar-text.mt-webinars-link-step__text, .mt-caption, .mt-webinars__step-form .mini-form__agreement {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.cms-block p, .mt-body-typography, .mt-news:first-child a .mt-news-text .post-date, .mt-news:first-child a .mt-news-text .post-description, .mt-news:nth-child(2), .mt-news:nth-child(3), .mt-news:nth-child(4), .mt-show-webinar__sidebar__desc {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.mt-button {
    align-items: center;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    text-decoration: none
}

.mt-button, .mt-button:focus, .mt-button:visited {
    border: none;
    box-shadow: none;
    outline: none
}

.mt-button:hover {
    text-decoration: none
}

.mt-button_primary {
    background: #8a24f3;
    border-radius: 4px;
    color: #fff;
    height: 40px;
    padding: 0 46px
}

.mt-button_primary:hover {
    background: #701bc8;
    color: #fff
}

.mt-button_primary:active {
    background: #4f118f
}

.mt-button_secondary {
    background: #fff;
    border-radius: 3px;
    color: #8a24f3;
    height: 40px;
    padding: 0 46px
}

.mt-button_secondary:hover {
    background: #f6efff;
    color: #8a24f3
}

.mt-button_secondary:active {
    background: #eee2ff
}

.mt-button_secondary_with-border, .mt-button_secondary_with-border:hover {
    border: 1px solid #8a24f3
}

.mt-button_option {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: -.3px;
    border: 2px solid #fff;
    border-radius: 4px;
    height: 32px;
    padding: 0 16px
}

.mt-button_tooltip {
    line-height: 20px;
    border: 1px solid #c3b1cc;
    border-radius: 3px;
    font-family: Roboto, sans-serif;
    height: 32px
}

.mt-button_action, .mt-button_tooltip {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none
}

.mt-button_action {
    line-height: 26px;
    font-family: Gotham Pro, Roboto, sans-serif;
    background: hsla(0, 0%, 100%, .15);
    border-radius: 6px;
    color: #8a24f3;
    height: 46px;
    padding: 0 20px
}

.mt-slider {
    display: flex;
    flex-wrap: wrap;
    background: radial-gradient(31.64% 161.7% at 46.14% -61.7%, rgba(0, 0, 0, .67) 0, transparent 100%), linear-gradient(267.32deg, #48136e 9.68%, #4a0459 83.52%);
    mix-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
    justify-content: space-between;
    margin: 24px auto 28px;
    overflow: hidden;
    padding-top: 24px;
    position: relative;
    width: 1180px
}

@media only screen and (max-width: 1199px) {
    .mt-slider {
        margin: 18px auto 20px;
        position: relative;
        max-width: 727px;
        width: 100%
    }

    .mt-slider, .mt-slider.mt-slider_cpa .mt-slider__plans_centered {
        justify-content: flex-start
    }
}

@media only screen and (max-width: 767px) {
    .mt-slider {
        flex-direction: column;
        flex-wrap: nowrap;
        mix-blend-mode: normal;
        padding-top: 12px;
        height: 750px;
        width: 328px
    }

    .mt-slider.mt-slider_cpa {
        height: 400px
    }

    .mt-slider.mt-slider_per-lot {
        height: 750px
    }
}

.mt-slider__plans__amount {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: normal
}

.mt-slider__plans__title {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: normal
}

.mt-slider__plans {
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    padding: 8px 22px 28px 32px;
    z-index: 1
}

@media only screen and (max-width: 1199px) {
    .mt-slider__plans {
        flex-wrap: wrap;
        max-width: 690px;
        padding-left: 10px
    }

    .mt-slider__plans li {
        display: flex;
        margin-bottom: 20px;
        width: 306px
    }

    .mt-slider__plans li:nth-child(2) {
        order: 3;
        width: 306px
    }

    .mt-slider__plans li:nth-child(3) {
        order: 5;
        width: 306px
    }

    .mt-slider__plans li:nth-child(4) {
        flex-grow: 1;
        order: 2
    }

    .mt-slider__plans li:nth-child(5) {
        flex-grow: 1;
        order: 4;
        margin-bottom: 0
    }

    .mt-slider__plans .mt-slider__plans__info {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        margin-top: 10px
    }

    .mt-slider__plans .mt-slider__plans__image img {
        height: 75px;
        width: 75px;
        margin-bottom: 0;
        margin-right: 5px
    }

    .mt-slider__plans .mt-slider__plans__amount {
        font-size: 16px;
        line-height: 15px;
        font-weight: 700;
        letter-spacing: normal
    }

    .mt-slider__plans .mt-slider__plans__title {
        margin: 4px 0
    }

    .mt-slider__plans .mt-slider__plans__title, .mt-slider__plans .mt-slider__plans__trades {
        font-size: 14px;
        line-height: 19px;
        font-weight: 400;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 767px) {
    .mt-slider__plans {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-left: 10px
    }

    .mt-slider__plans li {
        height: 108px;
        margin-top: -8px;
        margin-bottom: 0;
        width: 100%
    }

    .mt-slider__plans li:nth-child(2) {
        order: 2
    }

    .mt-slider__plans li:nth-child(3) {
        order: 3
    }

    .mt-slider__plans li:nth-child(4) {
        flex-grow: 0;
        order: 4
    }

    .mt-slider__plans li:nth-child(5) {
        flex-grow: 0;
        order: 5
    }
}

.mt-slider__plans_centered {
    justify-content: center
}

.mt-slider__plans_centered .mt-slider__plans__image {
    margin-right: 10px
}

.mt-slider__plans_centered li {
    display: flex
}

.mt-slider__plans_centered .mt-slider__plans__info {
    text-align: left
}

.mt-slider__plans_centered .mt-slider__plans__amount {
    margin: 16px 0 8px
}

.mt-slider__plans_centered .mt-slider__plans__title {
    margin-bottom: 8px;
    font-weight: 400
}

.mt-slider__title {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: -2px;
    color: #fff;
    letter-spacing: -.02em;
    text-transform: uppercase;
    margin-left: 32px;
    width: 272px;
    z-index: 1
}

@media only screen and (max-width: 1199px) {
    .mt-slider__title {
        margin-left: 24px
    }
}

@media only screen and (max-width: 767px) {
    .mt-slider__title {
        margin-left: 16px;
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 32px;
        font-weight: 700;
        letter-spacing: normal
    }
}

.mt-slider__subtitle {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    margin-top: 4px;
    text-transform: none
}

@media only screen and (max-width: 767px) {
    .mt-slider__subtitle {
        margin-top: 2px
    }
}

.mt-slider__partner-button {
    margin-right: 32px;
    z-index: 2
}

@media only screen and (max-width: 1199px) {
    .mt-slider__partner-button {
        bottom: 48px;
        left: 330px;
        position: absolute;
        width: 372px
    }
}

@media only screen and (max-width: 767px) {
    .mt-slider__partner-button {
        left: 16px;
        right: 16px;
        bottom: 16px;
        margin-right: 0;
        width: calc(100% - 32px)
    }
}

.mt-slider__control {
    width: 474px;
    z-index: 2
}

@media only screen and (max-width: 1199px) {
    .mt-slider__control {
        margin-left: 36px;
        width: 370px
    }
}

@media only screen and (max-width: 767px) {
    .mt-slider__control {
        left: 16px;
        right: 16px;
        bottom: 85px;
        position: absolute;
        margin-left: 0;
        width: calc(100% - 32px)
    }

    .mt-slider__control.is-left .irs-single {
        margin-left: 20px
    }

    .mt-slider__control.is-right .irs-single {
        padding-right: 40px
    }

    .mt-slider__control.is-right .irs-single:after {
        content: "";
        display: inline-block;
        height: 20px;
        width: 40px
    }
}

.mt-slider__control .irs-line {
    background: linear-gradient(298.01deg, #ff5c00 17.36%, #f9ca51 74.01%);
    border-radius: 4px;
    border: none;
    height: 6px;
    top: 46px
}

.mt-slider__control .irs-single {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px
}

.mt-slider__control .irs-bar {
    background: none;
    height: 6px
}

.mt-slider__control .irs-handle {
    background: #f8ae53;
    border: 7px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
    cursor: pointer;
    top: 34px
}

.mt-slider__control .irs-handle:hover {
    background: #f9ca51
}

.mt-slider__circle-wrap {
    position: absolute;
    width: 100%;
    height: 100%
}

.mt-slider__circle {
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.mt-slider__circle, .mt-slider__circle_1 {
    background: radial-gradient(circle closest-side, #00ffd1, transparent);
    width: 380px;
    top: 344px;
    filter: blur(76px);
    left: -282px;
    height: 380px;
    position: absolute;
    -webkit-animation-name: animation;
    animation-name: animation
}

.mt-slider__circle_1 {
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.mt-slider__circle_2 {
    background: radial-gradient(circle closest-side, #220435, transparent);
    width: 680px;
    -webkit-animation-name: animation_1;
    animation-name: animation_1;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.mt-slider__circle_2, .mt-slider__circle_3 {
    filter: blur(76px);
    top: 344px;
    left: -139px;
    height: 680px;
    position: absolute
}

.mt-slider__circle_3 {
    background: radial-gradient(circle closest-side, #fb17ff, transparent);
    width: 480px;
    -webkit-animation-name: animation_2;
    animation-name: animation_2;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes animation {
    0% {
        top: 544px;
        left: -82px
    }
    to {
        top: -586px;
        left: 128px
    }
}

@keyframes animation {
    0% {
        top: 544px;
        left: -82px
    }
    to {
        top: -586px;
        left: 128px
    }
}

@-webkit-keyframes animation_1 {
    0% {
        top: 254px;
        left: -39px;
        opacity: 1
    }
    75% {
        opacity: 1
    }
    to {
        top: -286px;
        left: 438px;
        opacity: 0
    }
}

@keyframes animation_1 {
    0% {
        top: 254px;
        left: -39px;
        opacity: 1
    }
    75% {
        opacity: 1
    }
    to {
        top: -286px;
        left: 438px;
        opacity: 0
    }
}

@-webkit-keyframes animation_2 {
    0% {
        top: 244px;
        left: 639px;
        opacity: 1
    }
    75% {
        opacity: 1
    }
    to {
        top: -286px;
        left: 1038px;
        opacity: 0
    }
}

@keyframes animation_2 {
    0% {
        top: 244px;
        left: 639px;
        opacity: 1
    }
    75% {
        opacity: 1
    }
    to {
        top: -286px;
        left: 1038px;
        opacity: 0
    }
}

.mt-input {
    border: 1px solid #c8add8;
    border-radius: 4px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -.3px;
    padding: 10px 16px
}

.mt-input::-moz-placeholder {
    color: #d0bcda;
    opacity: 1;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: -.3px
}

.mt-input:-ms-input-placeholder {
    color: #d0bcda;
    opacity: 1;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: -.3px
}

.mt-input::placeholder {
    color: #d0bcda;
    opacity: 1;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: -.3px
}

.mt-input_secondary {
    border: 1px solid #8a24f3;
    background: #f5f7f9;
    letter-spacing: normal
}

.mt-dropdown, .mt-input_secondary {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}

.mt-dropdown {
    position: relative;
    border: 1px solid #dde0e9;
    border-radius: 4px;
    height: 40px;
    letter-spacing: -.3px;
    padding: 10px 16px;
    max-width: 200px;
    width: 100%;
    color: #81818d
}

.mt-dropdown__disabled-selected {
    display: none
}

.mt-dropdown__arrow {
    position: absolute;
    width: 0;
    right: 15px;
    top: 15px;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #81818d;
    transform: rotate(270deg)
}

.mt-dropdown__box {
    position: relative;
    height: 40px;
    max-width: 200px;
    width: 100%
}

.mt-dropdown__box :hover {
    cursor: pointer;
    opacity: .85
}

.mt-input.input_error {
    background: none;
    border-color: #ff5732
}

#burger-button {
    display: none
}

@media only screen and (max-width: 1199px) {
    #burger-button {
        cursor: pointer;
        display: block;
        margin-right: 12px
    }

    .mt-burger-icon {
        margin: 0 3px
    }
}

.sidebar-backdrop {
    background-color: rgba(0, 0, 0, .5);
    width: 100vw;
    cursor: pointer
}

.sidebar-backdrop, .sidebar-panel {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0
}

.sidebar-panel {
    overflow-y: auto;
    background-color: #130f40;
    z-index: 999;
    padding: 3rem 20px 2rem;
    width: 300px
}

.menu, .menu-panel {
    display: flex;
    width: 100%
}

.menu-panel {
    background: #371053;
    height: 0
}

.menu-panel.active {
    height: 100%
}

@media only screen and (max-width: 1199px) {
    .menu-panel.active .mt-header__menu__lang-dropdown {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .menu-panel.active .mt-header__menu__lang-dropdown {
        display: block;
        margin: 16px 16px 0 0
    }
}

.mt-header__mobile-menu {
    padding: 20px
}

.mt-header__mobile-menu__item {
    margin-top: 12px
}

.mt-header__mobile-menu__item:first-of-type {
    margin-top: 0
}

.mt-header__mobile-menu__item a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: normal
}

.mt-header__mobile-menu__item span {
    color: #fff
}

.mt-header__mobile-menu__item span:hover {
    cursor: pointer;
    text-decoration: none
}

.mt-header__mobile-menu__item-submenu {
    padding-top: 4px
}

.mt-header__mobile-menu__item-submenu li {
    padding-block: 5px;
    margin-left: 15px
}

.mt-header__mobile-menu__item-submenu a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: normal
}

.mt-header__mobile-menu__item ul {
    overflow: hidden;
    max-height: 0;
    transition: all .5s ease-in
}

.mt-header__mobile-menu__item .show {
    max-height: 300px
}

.mt-reg-form__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: normal;
    color: #4f118f
}

.mt-reg-form__desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: normal
}

.mt-reg-form__input {
    margin: 20px 0;
    width: 100%
}

.mt-reg-form__button {
    width: 100%
}

.mt-reg-form__note {
    font-size: 8px;
    line-height: 10px;
    font-weight: 400;
    letter-spacing: normal;
    color: #c3b1cc
}

.mt-reg-form__note a {
    color: #c3b1cc
}

.mt-download-block {
    background: #f5f7f9;
    border-radius: 16px;
    padding: 50px 40px
}

.mt-download-block .mt-button {
    width: 356px
}

@media only screen and (max-width: 767px) {
    .mt-download-block {
        width: calc(100% - 32px)
    }

    .mt-download-block .mt-button {
        width: 100%
    }
}

.mt-download-block__title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: normal
}

.mt-download-block__small-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: normal;
    font-family: Roboto, sans-serif;
    margin: 28px 0 12px
}

.mt-download-block__link {
    margin-right: 22px
}

.mt-download-block__other-desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: normal;
    color: #b6b6b6;
    font-family: Roboto, sans-serif;
    margin: 28px 0 16px
}

.mt-registration-form {
    margin-top: 40px;
    border-radius: 16px;
    height: 436px
}

.mt-registration-form__color {
    background-color: #f5f7f9
}

@media only screen and (max-width: 1199px) {
    .mt-registration-form {
        margin-top: 64px;
        height: unset
    }
}

@media only screen and (max-width: 767px) {
    .mt-registration-form {
        margin-top: 120px;
        padding: 0 16px
    }
}

@media only screen and (max-width: 575px) {
    .mt-registration-form {
        margin-top: 64px
    }
}

.mt-progress-bar {
    flex-shrink: 0;
    margin-right: 20px;
    height: 56px;
    width: 56px;
    position: relative
}

@media only screen and (max-width: 1199px) {
    .mt-progress-bar {
        display: none
    }
}

.mt-progress-bar__inner {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    height: 52px;
    width: 52px;
    margin: -26px 0 0 -26px;
    background: #f6efff;
    border-radius: 100%
}

.mt-progress-bar__inner img {
    height: 28px;
    width: 28px
}

.mt-progress-bar__content {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 4
}

.mt-progress-bar__line {
    background: #f6efff;
    clip: rect(0, 56px, 56px, 28px)
}

.mt-progress-bar__line, .mt-progress-bar__progress {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 100%
}

.mt-progress-bar__progress {
    clip: rect(0, 28px, 56px, 0);
    background: #bdabf0
}

.mt-progress-bar__right-animation {
    transform: rotate(180deg);
    z-index: 2
}

.mt-homepage__copytrade.start-animation .mt-progress-bar__left-animation .mt-progress-bar__progress_first {
    z-index: 1;
    -webkit-animation: left 4s linear both;
    animation: left 4s linear both
}

.mt-homepage__copytrade.start-animation .mt-progress-bar__right-animation .mt-progress-bar__progress_first {
    -webkit-animation: right 4s linear both;
    animation: right 4s linear both;
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.mt-homepage__copytrade.start-animation .mt-progress-bar__left-animation .mt-progress-bar__progress_second {
    -webkit-animation: right 4s linear both;
    animation: right 4s linear both;
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}

.mt-homepage__copytrade.start-animation .mt-progress-bar__right-animation .mt-progress-bar__progress_second {
    -webkit-animation: left 4s linear both;
    animation: left 4s linear both;
    -webkit-animation-delay: 12s;
    animation-delay: 12s
}

.mt-homepage__copytrade.start-animation .mt-progress-bar__left-animation .mt-progress-bar__progress_third {
    -webkit-animation: right 4s linear both;
    animation: right 4s linear both;
    -webkit-animation-delay: 16s;
    animation-delay: 16s
}

.mt-homepage__copytrade.start-animation .mt-progress-bar__right-animation .mt-progress-bar__progress_third {
    -webkit-animation: left 4s linear both;
    animation: left 4s linear both;
    -webkit-animation-delay: 20s;
    animation-delay: 20s
}

.mt-homepage__copytrade.start-animation .mt-progress-bar__left-animation .mt-progress-bar__progress_fourth {
    -webkit-animation: right 4s linear both;
    animation: right 4s linear both;
    -webkit-animation-delay: 24s;
    animation-delay: 24s
}

.mt-homepage__copytrade.start-animation .mt-progress-bar__right-animation .mt-progress-bar__progress_fourth {
    -webkit-animation: left 4s linear both;
    animation: left 4s linear both;
    -webkit-animation-delay: 28s;
    animation-delay: 28s
}

.mt-progress-bar__start-animation .mt-progress-bar__circle .mt-progress-bar__progress {
    -webkit-animation-play-state: running !important;
    animation-play-state: running !important
}

.mt-progress-bar__start-animation .mt-progress-bar__circle .mt-progress-bar__left-animation .mt-progress-bar__progress {
    z-index: 1;
    -webkit-animation: left 4s linear both;
    animation: left 4s linear both
}

.mt-progress-bar__start-animation .mt-progress-bar__circle .mt-progress-bar__right-animation .mt-progress-bar__progress {
    -webkit-animation: right 4s linear both;
    animation: right 4s linear both;
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

@-webkit-keyframes left {
    to {
        transform: rotate(180deg)
    }
}

@keyframes left {
    to {
        transform: rotate(180deg)
    }
}

@-webkit-keyframes right {
    to {
        transform: rotate(180deg)
    }
}

@keyframes right {
    to {
        transform: rotate(180deg)
    }
}

.mt-homepage__mobile-progress-bar {
    background: #f6efff;
    border-radius: 2px;
    height: 376px;
    display: none;
    position: relative;
    width: 4px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__mobile-progress-bar {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__mobile-progress-bar {
        display: none
    }
}

.mt-homepage__mobile-progress-bar__slider {
    background: #535faf;
    height: 86px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.mt-homepage__copytrade.start-animation .mt-homepage__mobile-progress-bar__slider {
    -webkit-animation: down-1 .3s ease-out 8s, down-2 .3s ease-out 16s, down-3 .3s ease-out 24s;
    animation: down-1 .3s ease-out 8s, down-2 .3s ease-out 16s, down-3 .3s ease-out 24s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes down-1 {
    to {
        top: 110px
    }
}

@keyframes down-1 {
    to {
        top: 110px
    }
}

@-webkit-keyframes down-2 {
    to {
        top: 210px
    }
}

@keyframes down-2 {
    to {
        top: 210px
    }
}

@-webkit-keyframes down-3 {
    to {
        height: 64px;
        top: 300px
    }
}

@keyframes down-3 {
    to {
        height: 64px;
        top: 300px
    }
}

.mini-form.isOnlyForm .mini-form__advantages, .mini-form.isOnlyForm .mini-form__agreement, .mini-form.isOnlyForm .mini-form__partner, .mini-form.isOnlyForm .mini-form__title {
    display: none
}

.mt-preloader {
    background: linear-gradient(264deg, #d0d0d0, #dcdfe3, #e3e4e4, #adabab);
    background-size: 800% 800%;
    -webkit-animation: load 3s linear infinite;
    animation: load 3s linear infinite
}

@-webkit-keyframes load {
    0% {
        background-position: 0 100%
    }
    50% {
        background-position: 100% 0
    }
    to {
        background-position: 0 100%
    }
}

@keyframes load {
    0% {
        background-position: 0 100%
    }
    50% {
        background-position: 100% 0
    }
    to {
        background-position: 0 100%
    }
}

.tabs__titles {
    display: flex;
    list-style: none;
    margin: 16px 0
}

.tabs__titles li {
    color: #c3b1cc;
    cursor: pointer;
    padding: 0 10px 6px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase
}

.tabs__titles li.tab__selected {
    color: #812ed7;
    cursor: default;
    border-bottom: 2px solid #812ed7
}

.tabs__titles li.tab_isDisabled {
    border: none;
    background: none;
    color: #4a4a4a;
    opacity: .6;
    cursor: default
}

.tabs.tabs_isRounded .tabs__titles {
    background: #f8f8fa;
    border-radius: 8px;
    height: 56px;
    display: flex;
    justify-content: space-between
}

.tabs.tabs_isRounded .tabs__titles li {
    align-items: center;
    border: 2px solid #f8f8fa;
    color: #4a4a4a;
    display: flex;
    font-family: Gotham Pro, Roboto, sans-serif;
    font-size: 16px;
    flex-grow: 1;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    padding: 0 40px;
    text-transform: none
}

.tabs.tabs_isRounded .tabs__titles li.tab__selected {
    background: rgba(129, 46, 215, .06);
    border-radius: 8px;
    border: 2px solid #812ed7;
    color: #812ed7
}

.tabs.tabs_isDisabled .tabs__titles {
    background: none
}

.tabs.tabs_isDisabled .tabs__titles li.tab__selected {
    background: none;
    border: none;
    color: #4a4a4a;
    opacity: .6
}

@media only screen and (max-width: 767px) {
    .tabs__titles {
        background: #f9f7fb;
        border-radius: 4px;
        flex-direction: column;
        padding: 4px;
        margin: 8px auto 16px;
        width: 100%
    }

    .tabs__titles li {
        align-items: center;
        display: flex;
        justify-content: center;
        border-radius: 4px;
        color: #b6b6b6;
        height: 42px;
        margin: 0;
        padding: 0
    }

    .tabs__titles li.tab__selected {
        background: #812ed7;
        color: #fff
    }

    .tabs.tabs_isRounded .tabs__titles {
        height: auto
    }

    .tabs.tabs_isRounded .tabs__titles li {
        height: 54px
    }
}

.odometer {
    font-size: 100px !important;
    font-weight: 700 !important
}

.odometer.odometer-auto-theme, .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default, .odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    transition: transform 2s;
    transform: translateY(0)
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    line-height: 1.1em
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
    text-align: center
}

#calendar .main {
    font-family: Roboto;
    font-style: normal
}

#calendar .calendar-selector {
    height: 40px;
    width: 200px;
    position: relative;
    padding-left: 16px;
    color: #81818d;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #dde0e9;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: left;
    line-height: 38px
}

#calendar .calendar-selector:hover {
    border: 1px solid #a2a3ae
}

#calendar .selected {
    background: #f7f2fc
}

#calendar .calendar-selector-active {
    border: 1px solid #8a24f3;
    box-sizing: border-box;
    color: #474752
}

#calendar .calendar-selector-active:hover {
    border: 1px solid #8a24f3
}

#calendar .selector-text {
    font-size: 14px
}

#calendar .interval-start {
    background: #8a24f3;
    color: #fff;
    border-radius: 8px 0 0 8px
}

#calendar .interval-end {
    background: #8a24f3;
    color: #fff;
    border-radius: 0 8px 8px 0
}

#calendar .completed-day {
    color: #19181a;
    opacity: .5
}

#calendar .interval-start.interval-end {
    background: #812ed7;
    color: #e1e1f3;
    border-radius: 8px 8px 8px 8px
}

#calendar .in-interval {
    background-color: #f5f7f9;
    color: #8a24f3
}

#calendar .calendar-dropdown {
    box-shadow: 0 8px 55px rgba(19, 10, 46, .07), 0 3px 14px rgba(19, 10, 46, .03);
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    max-width: 821px;
    background: #fff;
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    margin: auto
}

@media (max-width: 648px) {
    #calendar .calendar-dropdown {
        flex-direction: column
    }
}

#calendar .table {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    float: left;
    table-layout: fixed;
    border-spacing: 0;
    width: 410px;
    margin-left: 24px;
    margin-right: 24px
}

@media (max-width: 648px) {
    #calendar .table {
        max-width: 328px;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

#calendar .format-week {
    float: right
}

#calendar .table td {
    text-align: center;
    cursor: default;
    border-color: transparent;
    padding: 0;
    height: 52px;
    line-height: 52px
}

@media (max-width: 648px) {
    #calendar .table td {
        height: 40px;
        line-height: 40px
    }
}

#calendar .table td.month {
    color: #19181a;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding-top: 20px
}

#calendar .table thead tr:last-child {
    color: #696969
}

#calendar .mt-dropdown__arrow.rotate-180 {
    border-right: 7px solid #8a24f3;
    transform: rotate(450deg)
}

#calendar .calendar-dropdown__arrow-icon {
    height: 24px;
    width: 24px
}

#calendar .calendar-dropdown__arrow-btn {
    cursor: pointer;
    margin-top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

#calendar .calendar-dropdown__arrow-btn:hover {
    background: #f5f7f9
}

#calendar .calendar-dropdown__arrow-icon_to-right {
    transform: rotate(180deg)
}

.mt-date-counter {
    color: #fff;
    display: flex
}

@media only screen and (max-width: 767px) {
    .mt-date-counter {
        flex-wrap: wrap
    }
}

.mt-date-counter__title {
    margin: 0 20px 0 10px
}

.mt-date-counter__days {
    display: flex
}

@media only screen and (max-width: 767px) {
    .mt-date-counter__days {
        flex-basis: 100%;
        margin-bottom: 10px
    }
}

.mt-collapse__list {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width: 1199px) {
    .mt-collapse__list {
        overflow-x: scroll;
        overflow-y: hidden
    }

    .mt-collapse__list::-webkit-scrollbar {
        width: 0
    }
}

@media only screen and (max-width: 767px) {
    .mt-collapse__list {
        flex-wrap: wrap;
        overflow: visible;
        margin-left: auto;
        margin-right: auto;
        width: 300px
    }
}

.mt-collapse__item {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #c3b1cc;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    overflow: hidden;
    padding: 22px 26px;
    transition: height .2s ease-in;
    height: 116px;
    width: 292px
}

.mt-collapse__item:hover {
    background: #faf4ff;
    border: 1px solid #867299;
    height: 157px;
    overflow: hidden
}

.mt-collapse__item:hover .mt-button {
    opacity: 1
}

@media only screen and (max-width: 1199px) {
    .mt-collapse__item:hover {
        margin-top: -20px
    }
}

@media only screen and (max-width: 767px) {
    .mt-collapse__item:hover {
        height: 187px
    }

    .mt-collapse__item:hover:nth-child(3) {
        margin-top: 0
    }
}

@media only screen and (max-width: 767px) {
    .mt-collapse__item:first-child .mt-homepage__payments__info div {
        font-size: 13px
    }

    .mt-collapse__item:first-child div.mt-homepage__payments__name {
        font-size: 15px;
        letter-spacing: -1.5px
    }
}

.mt-collapse__item:last-of-type:hover {
    height: 116px
}

@media only screen and (max-width: 767px) {
    .mt-collapse__item:last-of-type:hover {
        height: 140px;
        margin-top: 0
    }
}

@media only screen and (max-width: 767px) {
    .mt-collapse__item:last-of-type .mt-homepage__payments__info {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end
    }
}

.mt-collapse__item .mt-button {
    transition: all .2s ease-in;
    opacity: 0
}

.mt-collapse__item + .mt-collapse__item {
    margin-left: 20px
}

@media only screen and (max-width: 767px) {
    .mt-collapse__item + .mt-collapse__item {
        margin-left: 0
    }
}

.mt-collapse__item a:hover {
    text-decoration: none
}

@media only screen and (max-width: 767px) {
    .mt-collapse__item {
        border-radius: 2px;
        padding: 12px;
        height: 140px;
        width: 140px
    }

    .mt-collapse__item .mt-homepage__payments__logos {
        height: 40px;
        width: 40px;
        margin-right: 0
    }

    .mt-collapse__item .mt-homepage__payments__logos img {
        transform: scale(.5)
    }

    .mt-collapse__item .mt-homepage__payments__info {
        flex-basis: 100%
    }

    .mt-collapse__item .mt-homepage__payments__info div {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400
    }

    .mt-collapse__item div.mt-homepage__payments__name {
        margin-top: 8px;
        white-space: normal;
        width: 120px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700
    }
}

.reward-models-desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: normal;
    color: #4a4a4a;
    width: 766px
}

@media only screen and (max-width: 1199px) {
    .reward-models-desc {
        width: 100%
    }
}

.mt-banner {
    background: radial-gradient(83.98% 992.78% at 5.34% 12.73%, #812ed7 0, #9e59f4 100%);
    border-radius: 6px;
    display: flex;
    margin: 50px auto 96px;
    justify-content: space-between;
    height: 220px
}

@media only screen and (max-width: 1199px) {
    .mt-banner {
        overflow: hidden;
        height: 210px;
        padding-bottom: 20px;
        margin: 90px 20px 0;
        width: calc(100% - 40px)
    }
}

@media only screen and (max-width: 767px) {
    .mt-banner {
        flex-wrap: wrap;
        height: 270px;
        margin: 40px 16px 0;
        width: calc(100% - 32px)
    }
}

.mt-banner__program {
    text-align: center;
    margin-top: 42px
}

@media only screen and (max-width: 767px) {
    .mt-banner__program {
        flex-basis: 100%;
        order: 1;
        margin-top: 28px
    }
}

.mt-banner__program__title {
    color: #fff;
    font-family: Gotham Pro, Roboto, sans-serif;
    font-size: 26px;
    line-height: 41px;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .mt-banner__program__title {
        font-size: 18px;
        line-height: 29px;
        font-weight: 400;
        letter-spacing: normal;
        margin-bottom: 12px
    }
}

.mt-banner__program__counter {
    color: #fff;
    font-family: Gotham Pro, Roboto, sans-serif;
    font-size: 56px;
    line-height: 56px;
    font-weight: 400;
    letter-spacing: normal
}

@media only screen and (max-width: 767px) {
    .mt-banner__program__counter {
        font-size: 39px;
        line-height: 39px;
        font-weight: 400;
        letter-spacing: normal
    }
}

.mt-banner__left-euro {
    height: 157px;
    width: 251px;
    margin-top: 42px
}

@media only screen and (max-width: 1199px) {
    .mt-banner__left-euro {
        margin-left: -30px;
        height: 131px;
        z-index: 1
    }
}

@media only screen and (max-width: 767px) {
    .mt-banner__left-euro {
        margin-top: 28px;
        height: 112px
    }
}

.mt-banner__right-dollar {
    height: 162px;
    width: 224px;
    margin-top: 32px
}

@media only screen and (max-width: 1199px) {
    .mt-banner__right-dollar {
        height: 138px
    }
}

@media only screen and (max-width: 767px) {
    .mt-banner__right-dollar {
        margin-top: 10px;
        height: 133px;
        width: 170px
    }
}

.mt-banner__left-euro-wrap, .mt-banner__right-dollar-wrap {
    position: relative
}

.mt-banner__left-euro-wrap:after, .mt-banner__left-euro-wrap:before, .mt-banner__right-dollar-wrap:after, .mt-banner__right-dollar-wrap:before {
    content: "";
    border-radius: 50em;
    background: rgba(245, 247, 249, .2);
    position: absolute
}

.mt-banner__left-euro-wrap:before {
    height: 162px;
    width: 162px;
    top: -32px;
    left: 80px
}

@media only screen and (max-width: 767px) {
    .mt-banner__left-euro-wrap:before {
        height: 108px;
        width: 108px;
        left: -54px;
        top: -144px
    }
}

.mt-banner__left-euro-wrap:after {
    height: 86px;
    width: 86px;
    top: 95px;
    left: 294px
}

@media only screen and (max-width: 767px) {
    .mt-banner__left-euro-wrap:after {
        height: 57px;
        width: 57px;
        top: -35px;
        left: 77px
    }
}

@media only screen and (max-width: 1199px) {
    .mt-banner__left-euro-wrap {
        display: flex;
        width: 173px
    }
}

@media only screen and (max-width: 767px) {
    .mt-banner__left-euro-wrap {
        order: 2;
        width: 148px
    }
}

.mt-banner__right-dollar-wrap:before {
    height: 90px;
    width: 90px;
    top: 24px;
    right: 286px
}

@media only screen and (max-width: 1199px) {
    .mt-banner__right-dollar-wrap:before {
        display: none
    }
}

.mt-banner__right-dollar-wrap:after {
    height: 62px;
    width: 62px;
    top: 135px;
    right: 184px
}

@media only screen and (max-width: 1199px) {
    .mt-banner__right-dollar-wrap:after {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .mt-banner__right-dollar-wrap:after {
        display: block;
        height: 60px;
        width: 60px;
        top: -150px;
        right: 10px
    }
}

@media only screen and (max-width: 1199px) {
    .mt-banner__right-dollar-wrap {
        width: 180px
    }
}

@media only screen and (max-width: 767px) {
    .mt-banner__right-dollar-wrap {
        width: 170px;
        order: 3
    }
}

.mt-calculators {
    margin-top: 48px
}

@media only screen and (max-width: 1199px) {
    .mt-calculators {
        padding: 0 20px
    }
}

@media only screen and (max-width: 767px) {
    .mt-calculators {
        padding: 0 16px
    }
}

.mt-description {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

@media only screen and (max-width: 1199px) {
    .mt-description {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        margin-bottom: 28px
    }
}

.mt-description__text {
    width: 560px
}

@media only screen and (max-width: 1199px) {
    .mt-description__text {
        order: 2;
        padding: 0 20px;
        width: 100%;
        padding: 0 16px
    }
}

.mt-description__text__points {
    margin-top: 16px
}

.mt-description__text__content {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: normal;
    color: #4a4a4a;
    margin: 20px 0
}

.mt-description__text__content span {
    display: block
}

@media only screen and (max-width: 1199px) {
    .mt-description__text__content.mt-description__text__content_second {
        width: 548px
    }
}

.mt-description__button {
    width: 100%
}

@media only screen and (max-width: 1199px) {
    .mt-description__button {
        max-width: 728px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 767px) {
    .mt-description__multilevel {
        height: 200px;
        width: 333px
    }
}

.mt-description__illustration {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 580px
}

@media only screen and (max-width: 1199px) {
    .mt-description__illustration {
        order: 1;
        margin-bottom: 20px;
        width: 600px
    }
}

@media only screen and (max-width: 767px) {
    .mt-description__illustration {
        margin-bottom: 28px;
        justify-content: center;
        width: 100%
    }
}

.mt-description__illustration.mt-description__illustration_second {
    background-image: url(/static/home/images/partnership-scheme.png);
    height: 292px;
    width: 580px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .mt-description__illustration.mt-description__illustration_second {
        background-image: url(/static/home/images/partnership-scheme@2x.png);
        background-size: 100% 100%
    }
}

@media only screen and (max-width: 1199px) {
    .mt-description__illustration.mt-description__illustration_second {
        background-image: url(/static/home/images/partnership-scheme-tablet.png);
        height: 345px;
        width: 678px
    }
}

@media only screen and (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1199px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1199px) and (min-resolution: 2dppx), only screen and (max-width: 1199px) and (min-resolution: 192dpi) {
    .mt-description__illustration.mt-description__illustration_second {
        background-image: url(/static/home/images/partnership-scheme-tablet@2x.png);
        background-size: 100% 100%
    }
}

@media only screen and (max-width: 767px) {
    .mt-description__illustration.mt-description__illustration_second {
        background-image: url(/static/home/images/partnership-scheme-mobile.png);
        height: 400px;
        width: 328px
    }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 2dppx), only screen and (max-width: 767px) and (min-resolution: 192dpi) {
    .mt-description__illustration.mt-description__illustration_second {
        background-image: url(/static/home/images/partnership-scheme-mobile@2x.png);
        background-size: 100% 100%
    }
}

.mt-description__user {
    background: #f5f7f9;
    border-radius: 4px;
    display: flex;
    height: 114px;
    justify-content: space-between;
    padding: 14px 36px 0 4px;
    width: 268px
}

@media only screen and (max-width: 1199px) {
    .mt-description__user {
        padding: 21px 43px 0 4px;
        height: 132px;
        width: 311px
    }
}

@media only screen and (max-width: 767px) {
    .mt-description__user {
        margin-left: 60px;
        margin-bottom: 16px;
        padding: 5px 35px 0 4px;
        height: 110px;
        width: 267px
    }

    .mt-description__user .mt-description__user__name {
        margin-top: 8px
    }

    .mt-description__user .mt-description__user__avatar {
        width: 93px;
        height: 105px
    }
}

@media only screen and (max-width: 767px) {
    .mt-description__user:first-of-type {
        padding: 15px 60px 0 4px;
        margin-left: 0;
        margin-bottom: 32px;
        height: 132px;
        width: 328px
    }

    .mt-description__user:first-of-type .mt-description__user__avatar {
        width: 110px;
        height: 117px
    }

    .mt-description__user:first-of-type .mt-description__user__name {
        margin-top: 6px
    }
}

.mt-description__user__avatar {
    flex-shrink: 0;
    height: 100px;
    width: 90px
}

@media only screen and (max-width: 1199px) {
    .mt-description__user__avatar {
        height: 117px;
        width: 104px;
        margin-top: -7px
    }
}

.mt-description__user-profile {
    display: flex;
    flex-direction: column
}

.mt-description__user__name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: normal;
    color: #4f118f
}

@media only screen and (max-width: 1199px) {
    .mt-description__user__name {
        font-size: 20px;
        line-height: 32px;
        font-weight: 600;
        letter-spacing: normal
    }
}

.mt-description__user__fee {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: normal;
    color: #4a4a4a;
    margin: 4px 0
}

.mt-description__user__status {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: normal;
    color: #b6b6b6
}

@media only screen and (max-width: 1199px) {
    .mt-description__user__status {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: normal
    }
}

.mt-description__full-basis {
    align-items: center;
    display: flex;
    flex-basis: 100%;
    flex-direction: column
}

.mini-form__content {
    width: 480px
}

@media only screen and (max-width: 1199px) {
    .mini-form__content {
        order: 2
    }
}

@media only screen and (max-width: 767px) {
    .mini-form__content {
        width: 100%
    }
}

.mini-form__partner {
    margin-left: 60px;
    margin-top: -38px
}

.mini-form__partner img {
    height: 452px;
    transform: scaleX(-1)
}

@media only screen and (max-width: 1199px) {
    .mini-form__partner {
        order: 2;
        margin-left: 0;
        margin-top: 0
    }

    .mini-form__partner img {
        height: 295px;
        margin-top: 0
    }
}

@media only screen and (max-width: 767px) {
    .mini-form__partner {
        margin-top: -84px
    }

    .mini-form__partner img {
        height: 284px;
        margin-top: 20px
    }
}

@media only screen and (max-width: 575px) {
    .mini-form__partner {
        margin-top: 0
    }
}

form.mini-form {
    display: flex;
    justify-content: center;
    padding-bottom: 48px
}

form.mini-form .mini-form__input {
    margin: 32px 0 16px;
    width: 100%
}

@media only screen and (max-width: 1199px) {
    form.mini-form .mini-form__input {
        margin: 4px 0 16px
    }
}

form.mini-form .mini-form__submit {
    width: 100%
}

form.mini-form .mini-form__input_email {
    margin-top: 16px
}

@media only screen and (max-width: 1199px) {
    form.mini-form {
        align-items: center;
        flex-direction: column;
        padding-bottom: 48px
    }
}

@media only screen and (max-width: 767px) {
    form.mini-form {
        padding-bottom: 16px
    }
}

.mini-form__title {
    color: #292a33;
    padding-top: 116px
}

@media only screen and (max-width: 1199px) {
    .mini-form__title {
        padding-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .mini-form__title {
        padding-top: 22px
    }
}

.mini-form__advantages {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-top: 32px
}

@media only screen and (max-width: 1199px) {
    .mini-form__advantages {
        margin-bottom: 28px
    }
}

@media only screen and (max-width: 767px) {
    .mini-form__advantages {
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 20px;
        margin-bottom: 0
    }
}

.mini-form__advantages li {
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #867299;
    display: flex;
    flex-direction: column
}

@media only screen and (max-width: 767px) {
    .mini-form__advantages li {
        align-items: center;
        flex-direction: row;
        margin-bottom: 16px
    }
}

.mini-form__advantages__icon {
    align-items: center;
    background: #812ed7;
    border-radius: 50em;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
    height: 56px;
    width: 56px
}

@media only screen and (max-width: 767px) {
    .mini-form__advantages__icon {
        margin-right: 16px;
        margin-bottom: 0
    }
}

.mini-form__agreement {
    color: #c3b1cc;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    margin-top: 16px;
    text-align: left
}

@media only screen and (max-width: 767px) {
    .mini-form__agreement {
        margin-top: 24px
    }
}

.mini-form__agreement a {
    color: #c3b1cc
}

.general-step-form-wrap {
    margin: auto;
    width: 1180px
}

@media only screen and (max-width: 1199px) {
    .general-step-form-wrap {
        width: 100%
    }
}

.mt-homepage__benefits {
    display: flex;
    justify-content: space-between;
    margin: 40px auto 110px
}

.mt-homepage__benefits li {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 160px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__benefits {
        margin: 48px auto 38px
    }

    .mt-homepage__benefits li:last-child {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__benefits {
        flex-wrap: wrap;
        padding: 0 16px;
        margin-bottom: 4px;
        width: 330px
    }

    .mt-homepage__benefits li {
        margin-bottom: 32px;
        width: 140px
    }
}

.mt-homepage__benefits__text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: normal;
    color: #4f118f;
    font-family: Roboto, sans-serif;
    margin-top: 12px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .mt-homepage__benefits__text {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: normal;
        margin-top: 16px
    }
}

.mt-homepage__benefits__text:active, .mt-homepage__benefits__text:hover {
    color: #4f118f
}

.mt-homepage__benefits__fast {
    height: 33px;
    width: 47px
}

.mt-homepage__benefits__mpro {
    height: 18px;
    width: 66px
}

.mt-homepage__benefits__60 {
    height: 20px;
    width: 45px;
    height: 18px;
    width: 50px
}

.mt-homepage__benefits__mobile {
    height: 28px;
    width: 26px
}

.mt-homepage__copytrade {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__copytrade {
        border: 4px solid #e1e3fd;
        border-radius: 4px;
        flex-direction: row-reverse;
        justify-content: space-around;
        margin: 0 30px;
        padding: 30px 0 30px 16px;
        width: calc(100% - 60px)
    }
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__copytrade .mt-homepage__desc, .mt-homepage__copytrade .mt-homepage__title {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__copytrade {
        border-width: 2px;
        border-radius: 12px;
        flex-direction: column-reverse;
        margin: 0 16px;
        padding: 8px 12px;
        width: calc(100% - 32px)
    }
}

.mt-homepage .mt-homepage__mobile-copytrade-title {
    display: none
}

@media only screen and (max-width: 1199px) {
    .mt-homepage .mt-homepage__mobile-copytrade-title {
        display: block;
        margin-bottom: 24px
    }

    .mt-homepage .mt-homepage__mobile-copytrade-title .mt-homepage__desc, .mt-homepage .mt-homepage__mobile-copytrade-title .mt-homepage__title {
        display: block
    }
}

.mt-homepage__copytrade__content {
    width: 640px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__copytrade__content {
        padding-left: 32px;
        width: 360px
    }
}

.mt-homepage__copytrade__background-wrap {
    margin-top: 12px;
    position: relative;
    height: 500px;
    width: 500px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__copytrade__background-wrap {
        align-self: center;
        flex-shrink: 0;
        margin-top: 0;
        height: 300px;
        width: 300px
    }
}

.mt-homepage__copytrade__background {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.mt-homepage__copytrade__background video {
    -o-object-fit: fill;
    object-fit: fill
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__copytrade__background video {
        height: 300px;
        width: 300px
    }
}

.mt-homepage__copytrade__background_first {
    opacity: 1
}

@-webkit-keyframes crossfadeout {
    to {
        opacity: 0;
        display: none
    }
}

@keyframes crossfadeout {
    to {
        opacity: 0;
        display: none
    }
}

@-webkit-keyframes crossfade {
    5% {
        opacity: 1
    }
    45% {
        opacity: 1
    }
    55% {
        opacity: 0
    }
    to {
        opacity: 0;
        display: none
    }
}

@keyframes crossfade {
    5% {
        opacity: 1
    }
    45% {
        opacity: 1
    }
    55% {
        opacity: 0
    }
    to {
        opacity: 0;
        display: none
    }
}

@-webkit-keyframes crossfadeinout {
    5% {
        opacity: 1
    }
    45% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes crossfadeinout {
    5% {
        opacity: 1
    }
    45% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

.mt-homepage__copytrade.start-animation .mt-homepage__copytrade__background_first {
    -webkit-animation: crossfadeout .5s ease-out;
    animation: crossfadeout .5s ease-out;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.mt-homepage__copytrade.start-animation .mt-homepage__copytrade__background_second {
    -webkit-animation: crossfade 16s ease-in-out;
    animation: crossfade 16s ease-in-out;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.mt-homepage__copytrade.start-animation .mt-homepage__copytrade__background_third {
    -webkit-animation: crossfade 16s ease-in-out;
    animation: crossfade 16s ease-in-out;
    -webkit-animation-delay: 16s;
    animation-delay: 16s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.mt-homepage__copytrade.start-animation .mt-homepage__copytrade__background_fourth {
    -webkit-animation: crossfadeinout 16s ease-in-out;
    animation: crossfadeinout 16s ease-in-out;
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.mt-homepage__copytrade__background.mt-homepage__copytrade__background_force-show {
    -webkit-animation-play-state: running !important;
    animation-play-state: running !important;
    -webkit-animation: crossfadeinout .5s ease-out !important;
    animation: crossfadeinout .5s ease-out !important;
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important
}

.mt-homepage__title {
    color: #81818d;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .mt-homepage__title {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        letter-spacing: normal
    }
}

.mt-homepage__desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: normal;
    color: #4a4a4a;
    font-family: Roboto, sans-serif;
    width: 600px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__desc {
        width: calc(100% - 60px)
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__desc {
        width: calc(100% - 32px)
    }
}

#mt-homepage__copytrade__benefits {
    margin-top: 40px
}

#mt-homepage__copytrade__benefits li {
    cursor: pointer;
    display: flex;
    margin-top: 24px
}

#mt-homepage__copytrade__benefits li:first-of-type {
    margin-top: 0
}

@media only screen and (max-width: 1199px) {
    #mt-homepage__copytrade__benefits {
        margin-top: 0
    }

    #mt-homepage__copytrade__benefits li {
        margin-top: 16px
    }

    #mt-homepage__copytrade__benefits li + #mt-homepage__copytrade__benefits li {
        margin-top: 0
    }
}

@media only screen and (max-width: 767px) {
    #mt-homepage__copytrade__benefits {
        height: 120px;
        position: relative
    }

    #mt-homepage__copytrade__benefits li {
        opacity: 0;
        position: absolute
    }

    #mt-homepage__copytrade__benefits li .mt-homepage__copytrade__step {
        width: 260px
    }

    #mt-homepage__copytrade__benefits li .mt-homepage__copytrade__step-title {
        color: #8a24f3 !important
    }

    #mt-homepage__copytrade__benefits li:first-of-type {
        opacity: 1
    }
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__copytrade.start-animation #mt-homepage__copytrade__benefits li:first-child .mt-homepage__copytrade__step {
        -webkit-animation: mobile-benefits-animation 8s ease-in 0s;
        animation: mobile-benefits-animation 8s ease-in 0s
    }

    .mt-homepage__copytrade.start-animation #mt-homepage__copytrade__benefits li:first-child .mt-homepage__copytrade__step-title {
        -webkit-animation: mobile-benefits-title-animation 8s ease-in 0s;
        animation: mobile-benefits-title-animation 8s ease-in 0s
    }

    .mt-homepage__copytrade.start-animation #mt-homepage__copytrade__benefits li:nth-child(2) .mt-homepage__copytrade__step {
        -webkit-animation: mobile-benefits-animation 8s ease-in 8s;
        animation: mobile-benefits-animation 8s ease-in 8s
    }

    .mt-homepage__copytrade.start-animation #mt-homepage__copytrade__benefits li:nth-child(2) .mt-homepage__copytrade__step-title {
        -webkit-animation: mobile-benefits-title-animation 8s ease-in 8s;
        animation: mobile-benefits-title-animation 8s ease-in 8s
    }

    .mt-homepage__copytrade.start-animation #mt-homepage__copytrade__benefits li:nth-child(3) .mt-homepage__copytrade__step {
        -webkit-animation: mobile-benefits-animation 8s ease-in 16s;
        animation: mobile-benefits-animation 8s ease-in 16s
    }

    .mt-homepage__copytrade.start-animation #mt-homepage__copytrade__benefits li:nth-child(3) .mt-homepage__copytrade__step-title {
        -webkit-animation: mobile-benefits-title-animation 8s ease-in 16s;
        animation: mobile-benefits-title-animation 8s ease-in 16s
    }

    .mt-homepage__copytrade.start-animation #mt-homepage__copytrade__benefits li:nth-child(4) .mt-homepage__copytrade__step {
        -webkit-animation: mobile-benefits-animation 8s ease-in 24s;
        animation: mobile-benefits-animation 8s ease-in 24s
    }

    .mt-homepage__copytrade.start-animation #mt-homepage__copytrade__benefits li:nth-child(4) .mt-homepage__copytrade__step-title {
        -webkit-animation: mobile-benefits-title-animation 8s ease-in 24s;
        animation: mobile-benefits-title-animation 8s ease-in 24s
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__copytrade.start-animation #mt-homepage__copytrade__benefits li:first-child {
        -webkit-animation: mobile-benefits-first-opacity 8s ease-in-out 0s;
        animation: mobile-benefits-first-opacity 8s ease-in-out 0s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .mt-homepage__copytrade.start-animation #mt-homepage__copytrade__benefits li:nth-child(2) {
        -webkit-animation: mobile-benefits-opacity 8s ease-in-out 8s;
        animation: mobile-benefits-opacity 8s ease-in-out 8s
    }

    .mt-homepage__copytrade.start-animation #mt-homepage__copytrade__benefits li:nth-child(3) {
        -webkit-animation: mobile-benefits-opacity 8s ease-in-out 16s;
        animation: mobile-benefits-opacity 8s ease-in-out 16s
    }

    .mt-homepage__copytrade.start-animation #mt-homepage__copytrade__benefits li:nth-child(4) {
        -webkit-animation: mobile-benefits-opacity 8s ease-in-out 24s;
        animation: mobile-benefits-opacity 8s ease-in-out 24s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}

.mt-homepage__copytrade__progress {
    align-items: center;
    background: #f6efff;
    border-radius: 50em;
    justify-content: center;
    display: flex;
    height: 56px;
    margin-right: 20px;
    position: relative;
    width: 56px
}

.mt-homepage__copytrade__progress img {
    height: 28px;
    width: 28px
}

.mt-homepage__copytrade__step {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: normal;
    font-family: Roboto, sans-serif
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__copytrade__step {
        color: #a18fc7
    }
}

.mt-homepage__copytrade__step-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: normal;
    color: #4f118f;
    font-family: Gotham Pro, Roboto, sans-serif
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__copytrade__step-title {
        color: #8a24f3;
        margin-bottom: 8px
    }
}

@-webkit-keyframes mobile-benefits-animation {
    3% {
        color: #4a4a4a
    }
    to {
        color: #4a4a4a
    }
}

@keyframes mobile-benefits-animation {
    3% {
        color: #4a4a4a
    }
    to {
        color: #4a4a4a
    }
}

@-webkit-keyframes mobile-benefits-title-animation {
    3% {
        color: #5461ad
    }
    to {
        color: #5461ad
    }
}

@keyframes mobile-benefits-title-animation {
    3% {
        color: #5461ad
    }
    to {
        color: #5461ad
    }
}

@-webkit-keyframes mobile-benefits-opacity {
    3% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes mobile-benefits-opacity {
    3% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes mobile-benefits-first-opacity {
    3% {
        opacity: 1
    }
    90% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes mobile-benefits-first-opacity {
    3% {
        opacity: 1
    }
    90% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.mt-homepage__reg-popup-button {
    align-items: center;
    color: inherit;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%
}

.mt-homepage__reg-popup-button:hover {
    color: inherit;
    text-decoration: none
}

.mt-homepage__start-button {
    padding: 0;
    margin-top: 40px;
    width: 380px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__start-button {
        display: none
    }
}

.mt-homepage__continue-button a, .mt-homepage__continue-mobile-button a, .mt-homepage__start-button_mobile a, .mt-homepage__start-button a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit
}

.mt-homepage__start-button_mobile {
    display: none
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__start-button_mobile {
        display: flex;
        margin: 24px 30px 0;
        width: calc(100% - 60px)
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__start-button_mobile {
        display: flex;
        margin: 20px 0 0 16px;
        width: calc(100% - 32px)
    }
}

.mt-homepage__deposit {
    background: linear-gradient(180deg, rgba(245, 243, 249, 0) 1.04%, #f5f3f9);
    margin-top: 50px;
    padding: 24px 0
}

@media only screen and (max-width: 767px) {
    .mt-homepage__deposit {
        background: none;
        margin-top: 36px;
        padding-top: 0
    }
}

.mt-homepage__payments__button {
    color: #4f118f;
    flex-basis: 100%;
    margin-top: 14px;
    padding: 0;
    width: 100%
}

.mt-homepage__payments {
    margin-top: 28px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__payments .mt-collapse__item:last-of-type:hover {
        align-items: center;
        height: 157px
    }
}

@media only screen and (min-width: 1199px) {
    .mt-homepage__payments .mt-collapse__item:last-of-type {
        flex-grow: 1;
        width: auto
    }
}

@media only screen and (min-width: 1300px) {
    .mt-homepage__payments .mt-collapse__item:last-of-type {
        flex-grow: 0;
        width: 292px
    }
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__payments {
        overflow: scroll
    }

    .mt-homepage__payments::-webkit-scrollbar {
        width: 0
    }

    .mt-homepage__payments .mt-collapse__list {
        padding-top: 20px
    }

    .mt-homepage__payments .mt-collapse__item:first-of-type {
        margin-left: 30px
    }

    .mt-homepage__payments .mt-collapse__item:last-of-type {
        margin-right: 30px
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__payments {
        overflow: visible
    }

    .mt-homepage__payments .mt-collapse__list {
        padding-top: 0
    }

    .mt-homepage__payments .mt-collapse__item:first-of-type {
        margin-left: 0;
        margin-bottom: 16px
    }

    .mt-homepage__payments .mt-collapse__item:nth-child(2) {
        margin-bottom: 16px
    }

    .mt-homepage__payments .mt-collapse__item:last-of-type {
        margin-right: 0
    }
}

.mt-homepage__payments__logos {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 28px;
    height: 78px;
    width: 78px
}

.mt-homepage__payments__info {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: normal;
    font-family: Roboto, sans-serif;
    color: #4f118f;
    width: 130px
}

.mt-homepage__payments__info div {
    white-space: nowrap
}

@media only screen and (max-width: 767px) {
    .mt-homepage__payments__info {
        width: auto
    }
}

.mt-homepage__payments__name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: normal;
    font-family: Gotham Pro, Roboto, sans-serif;
    margin-bottom: 4px
}

.mt-homepage__deposit__wrap {
    background: none
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__desc, .mt-homepage__title {
        margin-left: 30px
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__desc, .mt-homepage__title {
        margin-left: 16px
    }
}

.mt-homepage__partnership {
    display: flex;
    padding: 32px 0
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__partnership {
        padding-top: 48px;
        position: relative
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__partnership {
        padding-top: 12px;
        flex-direction: column
    }
}

.mt-homepage__partnership__graph__wrap {
    margin-top: 20px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__partnership__graph__wrap {
        overflow: hidden;
        width: 420px
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__partnership__graph__wrap {
        overflow: auto;
        width: auto
    }
}

.mt-homepage__partnership__graph {
    background-image: url(/static/home/images/graph.png);
    height: 304px;
    width: 600px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .mt-homepage__partnership__graph {
        background-image: url(/static/home/images/graph@2x.png);
        background-size: 100% 100%
    }
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__partnership__graph {
        background-image: url(/static/home/images/partnership-tablet-levels.png);
        margin-left: 30px;
        height: 294px;
        width: 682px
    }
}

@media only screen and (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1199px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1199px) and (min-resolution: 2dppx), only screen and (max-width: 1199px) and (min-resolution: 192dpi) {
    .mt-homepage__partnership__graph {
        background-image: url(/static/home/images/partnership-tablet-levels@2x.png);
        background-size: 100% 100%
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__partnership__graph {
        display: none
    }
}

.mt-homepage__partnership__graph_mobile {
    display: none
}

@media only screen and (max-width: 767px) {
    .mt-homepage__partnership__graph_mobile {
        background: url(/static/home/images/partnership-multilevel-mobile.svg);
        background-size: contain;
        background-repeat: no-repeat;
        box-sizing: content-box;
        display: flex;
        margin: 20px auto;
        height: 240px;
        width: 328px
    }
}

.mt-homepage__continue-button {
    margin-top: 20px;
    margin-left: 140px;
    width: 425px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__continue-button {
        margin-left: 30px;
        width: calc(100% - 60px)
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__continue-button {
        display: none
    }
}

.mt-homepage__continue-mobile-button {
    display: none
}

@media only screen and (max-width: 767px) {
    .mt-homepage__continue-mobile-button {
        display: block;
        margin-left: 16px;
        width: calc(100% - 32px)
    }
}

.mt-homepage__partnership__background {
    height: 440px;
    margin-left: 40px;
    width: 540px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__partnership__background {
        height: 212px;
        width: 244px;
        position: absolute;
        right: 56px;
        top: 200px
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__partnership__background {
        margin: 20px auto 0;
        display: block;
        position: static;
        height: 240px;
        width: 328px
    }
}

.mt-homepage__education {
    background: linear-gradient(180deg, #f5f3f9, rgba(245, 243, 249, 0));
    padding: 20px 0 0
}

.mt-homepage__education .mt-show-webinar__list {
    margin-bottom: 20px
}

.mt-homepage__education .tabs__titles {
    margin: 20px 0
}

.mt-homepage__education .tabs ul {
    margin: 20px 0 0
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__education .tabs ul {
        margin-bottom: 0
    }
}

.mt-homepage__education .tabs li {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: normal;
    color: #867299;
    font-family: Roboto, sans-serif;
    text-transform: none;
    padding-bottom: 4px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__education .tabs {
        margin-left: 30px
    }

    .mt-homepage__education .tabs .tabs__titles {
        margin-right: 20px
    }

    .mt-homepage__education .tabs .tabs__titles li {
        align-items: center;
        font-size: 14px;
        line-height: 19px;
        font-weight: 700;
        letter-spacing: normal;
        height: 42px;
        width: 232px;
        border: none;
        color: #81818d;
        display: flex;
        justify-content: center;
        text-transform: uppercase
    }

    .mt-homepage__education .tabs .tabs__titles li.tab__selected {
        background: #8a24f3;
        border-radius: 4px;
        color: #fff
    }

    .mt-homepage__education .tabs .tabs__titles li.tab__selected:nth-child(2) {
        border-radius: 4px 4px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__education .tabs {
        margin-left: 16px
    }

    .mt-homepage__education .tabs .tabs__titles li {
        width: calc(100% - 16px)
    }

    .mt-homepage__education .tabs .tabs__titles li.tab__selected:nth-child(2) {
        border-radius: 4px
    }
}

.mt-homepage__education .tab__selected {
    color: #4f118f;
    border-color: #4f118f
}

@media only screen and (max-width: 767px) {
    .mt-homepage__education {
        padding-bottom: 0
    }
}

.mt-homepage__education__wrap {
    background: none
}

.mt-homepage__education__info {
    padding: 24px 16px 18px;
    width: 260px
}

.mt-homepage__education__info-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: normal;
    color: #4f118f;
    font-family: Roboto, sans-serif;
    margin-bottom: 16px
}

.mt-homepage__education__info-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: normal;
    color: #867299;
    font-family: Roboto, sans-serif;
    margin-top: 8px
}

.mt-homepage__education__list {
    display: flex;
    justify-content: flex-start
}

.mt-homepage__education__list::-webkit-scrollbar {
    width: 0
}

.mt-homepage__education__list li {
    border: 1px solid #d1cce3;
    border-radius: 4px;
    flex-shrink: 0;
    overflow: hidden;
    margin: 1px
}

.mt-homepage__education__list li:hover {
    border: 2px solid #701bc8;
    border-radius: 4px;
    margin: 0
}

.mt-homepage__education__list li:hover a {
    text-decoration: none
}

.mt-homepage__education__list li + li {
    margin-left: 40px
}

.mt-homepage__education__list li + li:hover {
    margin-left: 39px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__education__list {
        padding-bottom: 0;
        overflow-x: scroll
    }

    .mt-homepage__education__list li:last-of-type {
        margin-right: 30px
    }

    .mt-homepage__education__list::-webkit-scrollbar {
        width: 0
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__education__list {
        flex-wrap: wrap;
        justify-content: center;
        margin-right: 16px;
        padding-bottom: 0
    }

    .mt-homepage__education__list li + li {
        margin-left: 0;
        margin-top: 20px
    }

    .mt-homepage__education__list li:last-of-type {
        margin-right: 1px
    }
}

.mt-homepage__news {
    display: flex;
    justify-content: space-between;
    padding-bottom: 45px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__news {
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 40px)
    }
}

.mt-homepage__news a {
    color: inherit;
    text-decoration: none
}

.mt-homepage__news li {
    width: 372px
}

.mt-homepage__news li:hover .mt-homepage__news__title {
    text-decoration: underline
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__news li {
        margin-bottom: 40px;
        width: calc(50% - 10px)
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__news li {
        width: 100%
    }
}

.mt-homepage__news__img {
    border-radius: 8px;
    height: 209px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.mt-homepage__news__author {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: normal;
    align-items: center;
    color: #81818d;
    display: flex;
    margin-top: 12px
}

.mt-homepage__news__author span + span {
    margin-left: 12px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__news__author {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: normal
    }
}

.mt-homepage__news__title h5 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: normal;
    color: #080816;
    margin-top: 5px
}

.mt-homepage__education__image {
    overflow: hidden;
    height: 260px;
    width: 260px
}

.mt-homepage__article-list {
    display: flex;
    justify-content: space-between
}

.mt-homepage__article-list li {
    border-radius: 2px;
    border: 2px solid #b6b6b6;
    overflow: hidden;
    width: 380px
}

.mt-homepage__article-list li:hover {
    border: 2px solid #8a24f3
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__article-list {
        width: calc(100% - 30px)
    }

    .mt-homepage__article-list li + li {
        margin-left: -2px
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__article-list {
        flex-direction: column;
        padding-bottom: 16px;
        width: calc(100% - 16px)
    }

    .mt-homepage__article-list li {
        width: 100%
    }

    .mt-homepage__article-list li + li {
        margin-top: -2px;
        margin-left: 0
    }
}

.mt-homepage__article-img {
    overflow: hidden;
    height: 200px;
    width: 380px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__article-img, .mt-homepage__article-img img {
        width: 100%
    }
}

.mt-homepage__article-desc {
    padding: 20px;
    font-size: "Roboto"
}

.mt-homepage__article-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: normal;
    color: #4f118f;
    margin-bottom: 20px
}

.mt-homepage__article-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: normal;
    color: #81818d
}

.mt-homepage__article-link:hover {
    text-decoration: none
}

.mt-homepage__seminars-sign-up {
    display: flex;
    height: 468px;
    width: 100%
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__seminars-sign-up {
        height: auto;
        flex-direction: column
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__seminars-sign-up {
        margin-bottom: 20px
    }
}

.mt-homepage__seminars-signup__desc {
    border-radius: 8px 0 0 8px;
    border-color: #8a24f3;
    border-style: solid;
    border-width: 36px 57px 49px 55px;
    flex-shrink: 0;
    color: #4f118f;
    padding-top: 58px;
    position: relative;
    width: 579px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__seminars-signup__desc {
        border-radius: 8px 8px 0 0;
        text-align: center;
        width: calc(100% - 30px)
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__seminars-signup__desc {
        width: calc(100% - 16px)
    }
}

.mt-homepage__seminars-signup__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: normal;
    margin-left: -23px
}

.mt-homepage__seminars-signup__text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: normal;
    margin-top: 40px;
    margin-left: -23px;
    width: 516px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__seminars-signup__text {
        margin-left: 0;
        width: 100%
    }
}

.mt-homepage__seminars-sign-up__form {
    background: #fff;
    border-radius: 0 8px 8px 0;
    border: 1px solid #4f118f;
    flex-grow: 1;
    padding: 92px 106px 20px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__seminars-sign-up__form {
        padding-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__seminars-sign-up__form {
        padding-left: 16px;
        padding-right: 16px
    }
}

.mt-homepage__seminars-sign-up__form .mt-reg-form {
    width: 387px
}

.mt-homepage__seminars-sign-up__form .mt-reg-form .input {
    font-weight: 400;
    margin-top: 16px;
    width: 100%
}

.mt-homepage__seminars-sign-up__form .mt-reg-form .input-col_phone, .mt-homepage__seminars-sign-up__form .mt-reg-form .mt-button {
    width: 100%
}

.mt-homepage__seminars-sign-up__form .mt-reg-form .mt-button {
    margin-top: 32px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__seminars-sign-up__form .mt-reg-form {
        width: 100%
    }
}

.mt-homepage__seminars-sign-up__form .mt-reg-form__note {
    margin-top: 26px;
    margin-left: -23px;
    width: 455px
}

.mt-homepage__seminars-sign-up__form .mt-reg-form__desc {
    color: #867299;
    margin-top: 16px;
    text-align: center
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__seminars-sign-up__form {
        border-radius: 0 0 8px 8px;
        width: calc(100% - 30px)
    }

    .mt-homepage__seminars-sign-up__form .mt-reg-form {
        text-align: center
    }

    .mt-homepage__seminars-sign-up__form .mt-reg-form__note {
        margin-left: 0;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__seminars-sign-up__form {
        width: calc(100% - 16px)
    }
}

.mt-mobile-more-news-button {
    display: none
}

@media only screen and (max-width: 1199px) {
    .mt-mobile-more-news-button {
        display: block;
        margin: 20px 30px 0;
        width: calc(100% - 60px)
    }
}

@media only screen and (max-width: 767px) {
    .mt-mobile-more-news-button {
        display: block;
        margin: 20px 16px 0;
        width: calc(100% - 32px)
    }
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__copytrade__how-work {
        margin: 0 5px
    }
}

.mt-homepage__copytrade__ios-video {
    display: none;
    height: 500px;
    width: 500px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__copytrade__ios-video {
        height: 300px;
        width: 300px
    }
}

.mt-homepage__partnership__video {
    display: none;
    height: 440px;
    margin-left: 40px;
    width: 540px
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__partnership__video {
        height: 212px;
        width: 244px;
        left: 425px;
        top: 200px
    }
}

@media only screen and (max-width: 767px) {
    .mt-homepage__partnership__video {
        margin: 20px auto 0;
        position: static;
        height: 240px;
        width: 328px;
        height: 212px;
        width: 244px;
        left: auto;
        right: 56px;
        top: 200px
    }
}

@media only screen and (max-width: 1199px) {
    .mt-homepage__partnership__content {
        width: 100%
    }
}

.mt-homepage__benefits__link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center
}

.mt-homepage__benefits__icon {
    align-items: center;
    display: flex;
    min-height: 33px;
    align-self: center
}

.mt-investing-header {
    background-position: 50% !important;
    background-size: cover !important;
    position: absolute;
    justify-content: center;
    align-content: center;
    justify-self: center;
    display: grid;
    height: 100%;
    width: 100%;
    padding: 230px 0 100px;
    text-align: center;
    max-height: 445px;
    overflow: hidden
}

@media (max-width: 1199px) {
    .mt-investing-header {
        max-height: 445px;
        position: relative;
        height: 100%
    }
}

@media (max-width: 989px) {
    .mt-investing-header {
        padding: 130px 0 100px;
        max-height: 345px
    }
}

@media (max-width: 575px) {
    .mt-investing-header {
        padding: 70px 0 100px;
        max-height: 245px
    }
}

@media (max-width: 450px) {
    .mt-investing-header {
        padding: 60px 0 10px
    }
}

.mt-investing-header h1, .mt-investing-header h2 {
    font-family: Segoe UI, sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #fff
}

@media (max-width: 767px) {
    .mt-investing-header h1, .mt-investing-header h2 {
        font-size: 40px
    }
}

@media (max-width: 575px) {
    .mt-investing-header h1, .mt-investing-header h2 {
        font-size: 30px
    }
}

.mt-investing-header h1, .mt-investing-header h2, .mt-investing-header p {
    margin-top: 160px;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 2
}

@media (max-width: 989px) {
    .mt-investing-header h1, .mt-investing-header h2, .mt-investing-header p {
        margin-top: 180px
    }
}

@media (max-width: 767px) {
    .mt-investing-header h1, .mt-investing-header h2, .mt-investing-header p {
        padding: 0 20px;
        margin-top: 200px
    }
}

@media (max-width: 450px) {
    .mt-investing-header h1, .mt-investing-header h2, .mt-investing-header p {
        padding: 0 25px;
        margin-top: 70px
    }
}

@media (max-width: 402px) {
    .mt-investing-header h1, .mt-investing-header h2, .mt-investing-header p {
        margin-top: 70px
    }
}

.mt-investing-header p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-top: 15px
}

.mt-investing-header img {
    margin-top: -230px;
    position: relative;
    z-index: 1 !important;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3)
}

@media (max-width: 989px) {
    .mt-investing-header img {
        width: 95%;
        margin-top: -200px
    }
}

@media (max-width: 767px) {
    .mt-investing-header img {
        width: 95%;
        margin-top: -200px
    }
}

@media (max-width: 575px) {
    .mt-investing-header img {
        width: 95%;
        margin-top: -150px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 450px) {
    .mt-investing-header img {
        margin-top: -180px
    }
}

@media (max-width: 402px) {
    .mt-investing-header img {
        margin-top: -150px
    }
}

@media only screen and (max-width: 1199px) {
    #webinars {
        margin-bottom: 135px;
        padding: 0 20px
    }
}

@media only screen and (max-width: 767px) {
    #webinars {
        margin-bottom: 50px
    }
}

.mt-webinars__header {
    background-color: #8a24f3;
    border-radius: 8px;
    height: 340px;
    width: 1180px;
    display: flex;
    margin: 0 auto;
    position: relative
}

@media only screen and (max-width: 1199px) {
    .mt-webinars__header {
        flex-direction: column-reverse;
        height: 435px;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .mt-webinars__header {
        justify-content: center;
        min-height: 395px
    }
}

.mt-webinars__title-section {
    display: flex;
    max-width: 1180px;
    align-items: center;
    margin: 0 auto;
    gap: 0 10px
}

@media only screen and (max-width: 767px) {
    .mt-webinars__title-section {
        flex-wrap: wrap;
        position: relative;
        margin-bottom: 20px
    }
}

.for-small-screens {
    display: none
}

.for-large-screens {
    display: flex
}

.mt-webinars__content__title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: normal;
    color: #fff
}

@media only screen and (max-width: 1199px) {
    .mt-webinars__content__title {
        flex-shrink: 0;
        margin-bottom: 32px;
        width: 310px
    }
}

@media only screen and (max-width: 767px) {
    .mt-webinars__content__title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: normal;
        position: absolute;
        top: 20px;
        width: 247px
    }
}

.mt-webinars__title {
    font-size: 38px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: normal;
    font-family: Gotham Pro, Roboto, sans-serif;
    flex-grow: 1;
    padding: 32px 0
}

@media only screen and (max-width: 767px) {
    .mt-webinars__title {
        font-size: 28px;
        line-height: 40px;
        font-weight: 400;
        letter-spacing: normal;
        padding: 0
    }
}

.mt-webinars-bg {
    margin-top: 5px
}

.mt-webinars__blocks {
    max-width: 1180px;
    padding-bottom: 55px;
    margin: 0 auto
}

.mt-webinars__header-first-section {
    padding-left: 45px;
    padding-top: 40px;
    width: 340px
}

@media only screen and (max-width: 1199px) {
    .mt-webinars__header-first-section {
        display: flex;
        padding-top: 0;
        padding-left: 32px
    }
}

.mt-webinars__header-second-section {
    background-image: url(/static/home/images/webinar-car.png);
    flex-shrink: 0;
    margin: 14px 32px 18px 60px;
    height: 308px;
    width: 700px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .mt-webinars__header-second-section {
        background-image: url(/static/home/images/webinar-car@2x.png);
        background-size: 100% 100%
    }
}

@media only screen and (max-width: 1199px) {
    .mt-webinars__header-second-section {
        background-image: url(/static/home/images/webinar-car-tablet.png);
        margin: 24px auto;
        height: 226px;
        width: 683px
    }
}

@media only screen and (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1199px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1199px) and (min-resolution: 2dppx), only screen and (max-width: 1199px) and (min-resolution: 192dpi) {
    .mt-webinars__header-second-section {
        background-image: url(/static/home/images/webinar-car-tablet@2x.png);
        background-size: 100% 100%
    }
}

@media only screen and (max-width: 767px) {
    .mt-webinars__header-second-section {
        background-image: url(/static/home/images/webinar-car-mobile.png);
        margin: 0 0 12px;
        min-height: 167px;
        height: auto;
        width: 100%
    }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 2dppx), only screen and (max-width: 767px) and (min-resolution: 192dpi) {
    .mt-webinars__header-second-section {
        background-image: url(/static/home/images/webinar-car-mobile@2x.png);
        background-size: 100% 100%
    }
}

.mt-webinars__second-title {
    font-size: 28px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: normal;
    font-family: Gotham Pro, Roboto, sans-serif;
    margin-top: 20px;
    margin-bottom: 32px
}

.mt-webinars__header-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: normal;
    color: #fff
}

.mt-webinars__avatar-text {
    display: flex;
    align-items: center
}

.mt-webinars__avatar-block {
    display: flex;
    margin-top: 22px;
    margin-bottom: 53px
}

@media only screen and (max-width: 1199px) {
    .mt-webinars__avatar-block {
        flex-shrink: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 80px
    }
}

@media only screen and (max-width: 767px) {
    .mt-webinars__avatar-block {
        margin: 0
    }
}

.mt-webinars__avatar {
    background-image: url(/static/home/images/webinar-avatar.png);
    width: 38px;
    height: 38px;
    margin-right: 11px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .mt-webinars__avatar {
        background-image: url(/static/home/images/webinar-avatar@2x.png);
        background-size: 100% 100%
    }
}

.mt-webinars__show-more {
    margin: 0 auto;
    width: 100%
}

.mt-webinar-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -20px
}

@media only screen and (max-width: 1199px) {
    .mt-webinar-list {
        margin-right: 0
    }
}

.mt-webinar-list.nofirst {
    justify-content: space-between;
    width: 100%
}

@media only screen and (max-width: 1199px) {
    .mt-webinar-list.nofirst {
        width: calc(100% - 40px)
    }
}

@media only screen and (max-width: 767px) {
    .mt-webinar-list.nofirst {
        flex-direction: column
    }
}

.mt-webinar-list.nofirst .mt-webinar-list__item__img {
    height: 200px
}

.mt-webinar-list.nofirst .mt-webinar-list__item__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 1199px) {
    .mt-webinar-list.nofirst .mt-webinar-list__item {
        margin: 0 0 20px;
        width: calc(50% - 10px)
    }
}

@media only screen and (max-width: 767px) {
    .mt-webinar-list.nofirst .mt-webinar-list__item {
        width: 100%
    }
}

.mt-webinar-list__item {
    display: flex;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 380px
}

.mt-webinar-list__item:last-child {
    margin-right: auto
}

@media only screen and (max-width: 1199px) {
    .mt-webinar-list__item:last-child {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (max-width: 1199px) {
    .mt-webinar-list__item {
        width: calc(50% - 10px)
    }

    .mt-webinar-list__item:nth-child(2n) {
        margin-right: auto
    }
}

@media only screen and (max-width: 767px) {
    .mt-webinar-list__item, .mt-webinar-list__item:nth-child(7) {
        width: 100%
    }

    .mt-webinar-list__item:nth-child(2n), .mt-webinar-list__item:nth-child(odd) {
        margin: 0 0 20px
    }
}

.mt-webinar-list__item__img {
    border: 1px solid #c3b1cc;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    height: 212px
}

.mt-webinar-list__item__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 1199px) {
    .mt-webinar-list__item__img {
        height: 200px
    }

    .mt-webinar-list__item__img img {
        height: 100%
    }
}

@media only screen and (max-width: 767px) {
    .mt-webinar-list__item__img {
        height: 184px
    }

    .mt-webinar-list__item__img img {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.mt-webinar-list__item__content {
    border: 1px solid #c3b1cc;
    border-top: none;
    border-radius: 0 0 8px 8px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 125px;
    padding: 16px 20px 24px;
    text-align: left
}

.mt-webinar-list__link {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    width: 100%
}

.mt-webinar-list__link:hover {
    text-decoration: none
}

.mt-webinar-list__date {
    color: #81818d;
    margin-bottom: 8px
}

.mt-webkit-list__time {
    margin-left: 16px
}

.mt-webinar-list__item__title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: normal;
    color: #080816;
    flex-grow: 1
}

.mt-webinar-list__author {
    align-items: flex-start;
    display: none;
    margin-top: 18px
}

@media only screen and (max-width: 1199px) {
    .mt-webinar-list__author {
        align-items: center
    }
}

.mt-webinar-list__author__avatar {
    align-self: center
}

.mt-webinar-list__author__avatar img {
    border-radius: 50em;
    height: 38px;
    width: 38px;
    margin-right: 12px
}

.mt-webinar-list__author__desc {
    align-self: center;
    display: flex
}

.mt-webinar-list__author__name {
    color: #080816;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: normal
}

@media only screen and (max-width: 1199px) {
    .mt-webinars__button {
        bottom: 36px;
        left: auto;
        right: 64px;
        width: 240px
    }
}

@media only screen and (max-width: 767px) {
    .mt-webinars__button {
        bottom: 28px;
        margin: 0 auto;
        left: 0;
        right: 0;
        width: calc(100% - 30px)
    }
}

.mt-webinar__filters {
    display: flex
}

.mt-webinar__filters .main, .mt-webinar__filters .mt-dropdown__box {
    width: 200px
}

.mt-webinar__filters .main {
    margin-right: 20px
}

@media only screen and (max-width: 767px) {
    .mt-webinar__filters {
        display: block;
        margin-top: 12px;
        width: 100%
    }

    .mt-webinar__filters .calendar-selector, .mt-webinar__filters .main, .mt-webinar__filters .mt-dropdown, .mt-webinar__filters .mt-dropdown__box {
        max-width: 100%;
        width: 100%
    }

    .mt-webinar__filters .main {
        margin: 0 0 12px
    }
}

.mt-webinars__step-form {
    background-color: #f5f7f9;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .mt-webinars__step-form {
        padding: 0 16px
    }
}

.mt-webinars__step-form .mini-form__agreement {
    color: #81818d;
    margin-top: 28px;
    text-align: center
}

.mt-webinars__step-form .mini-form__agreement a {
    color: #81818d
}

.mt-webinars__host-filter {
    font-weight: 500;
    font-family: Roboto, sans-serif
}

.mt-webinars__host-filter:hover {
    border: 1px solid #a2a3ae
}

.mt-webinars__host-filter:active {
    border: 1px solid #8a24f3;
    box-sizing: border-box;
    color: #4f118f
}

.mt-webinars__host-filter option[selected] {
    background: none
}

.mt-webinars__preloader {
    display: flex;
    justify-content: space-between
}

.mt-preloader_for-webinars {
    border-radius: 8px;
    height: 388px;
    width: 380px
}

@media only screen and (max-width: 1199px) {
    .mt-preloader_for-webinars {
        width: calc(50% - 10px)
    }

    .mt-preloader_for-webinars:last-child {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .mt-preloader_for-webinars {
        display: none;
        width: 100%
    }

    .mt-preloader_for-webinars:first-child {
        display: block
    }
}

.mt-show-webinar {
    margin-top: 40px
}

@media only screen and (max-width: 1199px) {
    .mt-show-webinar {
        margin-top: 24px
    }
}

@media only screen and (max-width: 767px) {
    .mt-show-webinar {
        margin-top: 20px
    }
}

.mt-show-webinar__list {
    margin-bottom: 100px
}

@media only screen and (max-width: 1199px) {
    .mt-show-webinar__list {
        margin-bottom: 190px
    }
}

@media only screen and (max-width: 767px) {
    .mt-show-webinar__list {
        margin-bottom: 100px
    }
}

.mt-show-webinar__header {
    background: #8a24f3;
    border-radius: 8px;
    display: flex
}

@media only screen and (max-width: 1199px) {
    .mt-show-webinar__header {
        flex-direction: column;
        margin: 24px 20px 0
    }
}

.mt-show-webinar__header__content {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding: 32px 40px;
    width: 710px
}

@media only screen and (max-width: 1199px) {
    .mt-show-webinar__header__content {
        padding-right: 95px;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .mt-show-webinar__header__content {
        padding: 20px
    }
}

.mt-show-webinar__title {
    color: #fff;
    margin-top: 16px;
    flex-grow: 1
}

.mt-webinars__avatar-block_for-show {
    margin-bottom: 0;
    margin-top: 36px
}

.mt-webinars__avatar-block_for-show .mt-webinars__avatar {
    border-radius: 50em;
    overflow: hidden;
    height: 80px;
    width: 80px
}

.mt-webinars__avatar-block_for-show .mt-webinars__avatar img {
    height: 100%;
    width: 100%
}

.mt-webinars__avatar-block_for-show .mt-webinars__header-name {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: normal
}

@media only screen and (max-width: 1199px) {
    .mt-webinars__avatar-block_for-show {
        margin-left: 0
    }
}

.mt-show-webinar__dark-background {
    background: #080816;
    border-radius: 0 8px 8px 0;
    display: flex;
    flex-direction: column;
    padding: 20px 40px
}

@media only screen and (max-width: 1199px) {
    .mt-show-webinar__dark-background {
        border-radius: 0 0 8px 8px;
        flex-direction: row;
        justify-content: space-between
    }
}

@media only screen and (max-width: 767px) {
    .mt-show-webinar__dark-background {
        flex-direction: column;
        padding: 20px
    }
}

.mt-show-webinar__sign-up-title {
    color: #fff;
    margin-bottom: 6px
}

@media only screen and (max-width: 1199px) {
    .mt-show-webinar__sign-up-title {
        width: 270px
    }
}

@media only screen and (max-width: 767px) {
    .mt-show-webinar__sign-up-title {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

.mt-show-webinar__sign-up-desc {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: normal;
    color: #fff;
    flex-grow: 1;
    margin-bottom: 40px
}

@media only screen and (max-width: 1199px) {
    .mt-show-webinar__sign-up-desc {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 767px) {
    .mt-show-webinar__sign-up-desc {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

.mt-show-webinar__input {
    background: none;
    border: 1px solid hsla(0, 0%, 100%, .33);
    border-radius: 4px;
    color: hsla(0, 0%, 100%, .33);
    margin-bottom: 16px;
    width: 100%
}

@media only screen and (max-width: 1199px) {
    .mt-show-webinar__input {
        flex-shrink: 0
    }
}

@media only screen and (max-width: 767px) {
    .mt-show-webinar__input {
        margin-top: 20px;
        width: 100%
    }
}

.mt-show-webinar__button {
    width: 100%
}

@media only screen and (max-width: 1199px) {
    .mt-show-webinar__button {
        flex-shrink: 0
    }
}

@media only screen and (max-width: 767px) {
    .mt-show-webinar__button {
        width: 100%
    }
}

.mt-show-webinar__seminar {
    display: flex;
    margin-top: 40px;
    text-transform: none
}

@media only screen and (max-width: 1199px) {
    .mt-show-webinar__seminar {
        flex-direction: column-reverse;
        margin: 24px 20px 0;
        width: calc(100% - 40px)
    }
}

.mt-show-webinar__seminar__desc {
    color: #080816;
    flex-shrink: 0;
    margin-right: 30px;
    width: 780px
}

@media only screen and (max-width: 1199px) {
    .mt-show-webinar__seminar__desc {
        width: 100%
    }
}

.mt-show-webinar__seminar__note {
    font-weight: 700;
    margin-top: 20px
}

.mt-show-webinar__seminar-btn {
    margin-top: 20px;
    width: 100%
}

.mt-show-webinar__sidebar {
    background: #f5f7f9;
    border-radius: 8px;
    height: 100%;
    padding: 20px 20px 24px
}

@media only screen and (max-width: 1199px) {
    .mt-show-webinar__sidebar {
        margin-bottom: 32px
    }
}

.mt-show-webinar__sidebar .mt-webinars__avatar-block {
    margin: 0
}

.mt-show-webinar__sidebar .mt-webinars__header-name {
    color: #080816
}

.mt-show-webinar__sidebar__desc {
    color: #080816;
    margin-top: 16px
}

.mt-show-webinar__sidebar__social {
    align-items: center;
    display: flex;
    margin-top: 24px
}

.mt-show-webinar__sidebar__social + .mt-show-webinar__sidebar__social {
    margin-left: 28px
}

@media only screen and (max-width: 1199px) {
    .mt-show-webinar__webinars {
        margin: 0 20px
    }
}

@media only screen and (max-width: 767px) {
    .mt-show-webinar__webinars {
        margin: 0 20px;
        width: calc(100% - 40px)
    }
}

.mt-show-webinar__webinars_for-large-screens {
    font-family: Gotham Pro, Roboto, sans-serif;
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: normal;
    margin: 40px 0 20px
}

@media only screen and (max-width: 767px) {
    .mt-show-webinar__webinars_for-large-screens {
        display: none
    }
}

.mt-show-webinar__webinars_for-small-screens {
    display: none;
    font-family: Gotham Pro, Roboto, sans-serif;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: normal;
    margin: 20px 0 12px
}

@media only screen and (max-width: 767px) {
    .mt-show-webinar__webinars_for-small-screens {
        display: block
    }
}

.mt-show-webinar__step-form {
    background: none
}

.mt-show-webinar__step-form .mini-form__agreement {
    color: #81818d;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px
}

.mt-show-webinar__step-form .input-tip {
    margin-top: 0;
    margin-bottom: 10px
}

.mt-show-webinar__step-form form.mini-form {
    padding-bottom: 0
}

@media only screen and (max-width: 1199px) {
    .mt-show-webinar__step-form {
        margin-left: 100px;
        width: 300px
    }
}

@media only screen and (max-width: 767px) {
    .mt-show-webinar__step-form {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

.mt-show-webinar__step-form .mini-form__content {
    width: 100%
}

.mt-show-webinar__step-form .mini-form__partner, .mt-show-webinar__step-form .mini-form__title {
    display: none
}

.mt-show-webinar__step-form .select-form-text {
    background: #fff;
    border: 1px solid hsla(0, 0%, 100%, .33);
    color: hsla(0, 0%, 100%, .33);
    font-size: 14px;
    font-weight: 500;
    height: 56px;
    border-radius: 8px;
    min-height: 0 !important;
    padding: 0 15px
}

.mt-show-webinar__step-form .select-country:after {
    left: 92%;
    top: 45%
}

.mt-show-webinar__step-form .input-tel__clear > span[data-v-e59be3b4]:not(.input-tel__clear__effect) {
    top: 8px
}

.mt-show-webinar__step-form .country-selector__input, .mt-show-webinar__step-form .form-text, .mt-show-webinar__step-form .input-tel__input, .mt-show-webinar__step-form .mini-form__input.mini-form__input_email, .mt-show-webinar__step-form .mt-webinars-input {
    background: #fff !important;
    border: 1px solid #dde0e9 !important;
    color: #474752 !important;
    letter-spacing: 0;
    min-height: 0 !important;
    margin-top: 0;
    margin-bottom: 16px;
    outline: none;
    width: 100%
}

.mt-show-webinar__step-form .country-selector__input::-moz-placeholder, .mt-show-webinar__step-form .form-text::-moz-placeholder, .mt-show-webinar__step-form .input-tel__input::-moz-placeholder, .mt-show-webinar__step-form .mini-form__input.mini-form__input_email::-moz-placeholder, .mt-show-webinar__step-form .mt-webinars-input::-moz-placeholder {
    color: #81818d
}

.mt-show-webinar__step-form .country-selector__input:-ms-input-placeholder, .mt-show-webinar__step-form .form-text:-ms-input-placeholder, .mt-show-webinar__step-form .input-tel__input:-ms-input-placeholder, .mt-show-webinar__step-form .mini-form__input.mini-form__input_email:-ms-input-placeholder, .mt-show-webinar__step-form .mt-webinars-input:-ms-input-placeholder {
    color: #81818d
}

.mt-show-webinar__step-form .country-selector__input::placeholder, .mt-show-webinar__step-form .form-text::placeholder, .mt-show-webinar__step-form .input-tel__input::placeholder, .mt-show-webinar__step-form .mini-form__input.mini-form__input_email::placeholder, .mt-show-webinar__step-form .mt-webinars-input::placeholder {
    color: #81818d
}

.mt-show-webinar__step-form .country-selector__input:active, .mt-show-webinar__step-form .country-selector__input:focus, .mt-show-webinar__step-form .form-text:active, .mt-show-webinar__step-form .form-text:focus, .mt-show-webinar__step-form .input-tel__input:active, .mt-show-webinar__step-form .input-tel__input:focus, .mt-show-webinar__step-form .mini-form__input.mini-form__input_email:active, .mt-show-webinar__step-form .mini-form__input.mini-form__input_email:focus, .mt-show-webinar__step-form .mt-webinars-input:active, .mt-show-webinar__step-form .mt-webinars-input:focus {
    border-color: #fff !important;
    color: #fff
}

@media only screen and (max-width: 1199px) {
    .mt-show-webinar__step-form .country-selector__input, .mt-show-webinar__step-form .form-text, .mt-show-webinar__step-form .input-tel__input, .mt-show-webinar__step-form .mini-form__input.mini-form__input_email, .mt-show-webinar__step-form .mt-webinars-input {
        flex-shrink: 0;
        width: 300px
    }
}

@media only screen and (max-width: 767px) {
    .mt-show-webinar__step-form .country-selector__input, .mt-show-webinar__step-form .form-text, .mt-show-webinar__step-form .input-tel__input, .mt-show-webinar__step-form .mini-form__input.mini-form__input_email, .mt-show-webinar__step-form .mt-webinars-input {
        margin-top: 20px;
        width: 100%
    }
}

.mt-show-webinar__step-form .before-form-paragraph, .mt-show-webinar__step-form .mini-form__agreement, .mt-show-webinar__step-form .mini-form__agreement a, .mt-show-webinar__step-form .underline, .mt-show-webinar__step-form .underline:hover {
    color: #474752 !important
}

.mt-show-webinar__step-form .country-selector__input {
    border-radius: 4px 0 0 4px !important
}

.mt-show-webinar__step-form .input-tel__input {
    border-radius: 0 4px 4px 0 !important
}

.mt-webinars-button {
    width: 100%;
    height: 56px
}

.mt-webinars-link-step__title {
    margin-bottom: 16px
}

@media only screen and (max-width: 767px) {
    .mt-webinars-link-step__title {
        margin-top: 16px
    }
}

.mt-webinars-link-step__subtitle {
    font-size: 14px;
    line-height: 18px
}

@media only screen and (max-width: 767px) {
    .mt-webinars-link-step__subtitle {
        text-align: center
    }
}

.calendar .calendar-items .calendar-text.mt-webinars-link-step__text, .mt-webinars-link-step__title {
    color: #fff
}

.calendar .calendar-items .calendar-text.mt-webinars-link-step__text {
    margin-top: 12px
}

.mt-webinars-link-step__note, .mt-webinars-link-step__subtitle {
    color: hsla(0, 0%, 100%, .33)
}

.mt-webinars-link-step__box-link {
    align-items: center;
    background: #fff;
    border: 1px solid hsla(0, 0%, 100%, .33);
    border-radius: 4px;
    display: flex;
    height: 40px;
    margin: 20px 0;
    padding: 0 15px
}

.mt-webinars-link-step__calendar {
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .mt-webinars-link-step__calendar {
        padding: 0 10px
    }
}

.mt-webinars-link-step__note {
    font-size: 12px;
    line-height: 16px
}

@media only screen and (max-width: 767px) {
    .mt-webinars-link-step__note {
        text-align: center
    }
}

.mt-webinars__step-form .mt-webinars-form__content {
    margin: 0 auto;
    width: 480px
}

@media only screen and (max-width: 767px) {
    .mt-webinars__step-form .mt-webinars-form__content {
        width: 300px
    }
}

.mt-webinars__step-form .form-paragraph {
    margin-top: 36px
}

.mt-webinars__step-form .mt-input.mt-webinars-input {
    margin-bottom: 16px
}

.mt-webinars__step-form .mt-input.mt-webinars-input, .mt-webinars__step-form .select-form-text {
    background: #fff;
    border-radius: 4px !important;
    border: 1px solid #c8add8;
    height: 40px;
    min-height: 0 !important;
    padding: 0 15px;
    width: 100%
}

.mt-webinars__step-form .country-selector__input {
    border-radius: 4px 0 0 4px !important;
    border-color: #c8add8
}

.mt-webinars__step-form .input-tel__input {
    border-radius: 0 4px 4px 0 !important;
    border-color: #c8add8
}

.mt-webinars__step-form .select-form-text {
    font-size: 14px;
    font-weight: 500
}

.mt-webinars__step-form .select-country:after {
    left: 95%;
    top: 45%
}

.mt-webinars__step-form .before-form__patch {
    display: none
}

.mt-webinars__step-form .before-form {
    margin: 0 auto !important;
    padding-bottom: 48px;
    width: 480px
}

@media only screen and (max-width: 767px) {
    .mt-webinars__step-form .before-form {
        width: 300px
    }
}

.mt-webinars__step-form .calendar .calendar-items .calendar-text.mt-webinars-link-step__text, .mt-webinars__step-form .mt-webinars-link-step__note, .mt-webinars__step-form .mt-webinars-link-step__subtitle, .mt-webinars__step-form .mt-webinars-link-step__title {
    color: #080816
}

.mt-webinars__step-form .mt-webinars-link-step__note {
    margin-top: 16px;
    text-align: center
}

.mt-webinars__step-form .mt-webinars-link-step__title {
    margin-top: 36px
}

.mt-webinars__step-form .mt-webinars-link-step__box-link {
    border-color: #080816
}

.mt-webinars__step-form #webinar-link-step-container {
    width: 480px
}

@media only screen and (max-width: 767px) {
    .mt-webinars__step-form #webinar-link-step-container {
        width: 320px
    }
}

.mt-webinars__step-form .mini-form.for-registration {
    margin: 0 auto;
    width: 480px
}

.mt-webinars__step-form .mini-form.for-registration .mini-form__submit {
    margin-top: 16px
}

.mt-webinars__step-form .mini-form.for-registration .input, .mt-webinars__step-form .mini-form.for-registration .input-col.input-col_phone, .mt-webinars__step-form .mini-form.for-registration .mini-form-content {
    width: 100%
}

.mt-webinars__step-form .mini-form.for-success .mini-form-content {
    width: 394px
}

@media only screen and (max-width: 1199px) {
    .mt-webinars__step-form .mini-form.for-success {
        padding-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .mt-webinars__step-form .mini-form.for-success {
        padding-bottom: 48px;
        padding-top: 30px
    }
}

.mt-webinars__step-form .mini-form.for-registration .form-title {
    margin-top: 30px
}

@media only screen and (max-width: 767px) {
    .mt-webinars__step-form .mini-form.for-registration {
        padding: 0 0 48px;
        width: 100%
    }
}

.mt-webinars__step-form .mini-form.for-email .mini-form__content {
    width: 394px
}

@media only screen and (max-width: 767px) {
    .mt-webinars__step-form .mini-form.for-email .mini-form__content {
        width: 100%
    }
}

.mt-webinars__step-form .mini-form.for-email .mini-form__partner {
    margin-left: 84px
}

@media only screen and (max-width: 1199px) {
    .mt-webinars__step-form .mini-form.for-email .mini-form__partner {
        margin-left: 0
    }
}

.mt-webinars__step-form .mini-form.for-email .mini-form__partner img {
    height: 437px;
    width: 427px
}

@media only screen and (max-width: 767px) {
    .mt-webinars__step-form .mini-form.for-email .mini-form__partner img {
        height: 315px;
        width: 308px
    }
}

#webinar-link-step-container .calendar .calendar-items .calendar-item .calendar-link {
    align-items: center;
    border: 1px solid #292a33;
    border-radius: 50em;
    justify-content: center;
    display: flex;
    margin: auto;
    height: 56px;
    width: 56px
}

#webinar-link-step-container .calendar .calendar-items .calendar-item .calendar-link:hover {
    background: #292a33
}

#webinar-link-step-container .calendar .calendar-items .calendar-item .calendar-link:active {
    border: 1px solid #474752;
    background: #474752
}

#webinar-link-step-container .calendar .calendar-items .calendar-item .form-img {
    max-height: none
}

#webinar-link-step-container .calendar .calendar-items .calendar-text.mt-webinars-link-step__text {
    color: #81818d
}

#phone_number {
    width: 100% !important
}

input[type=text] {
    height: 56px;
    width: 295px;
    background-color: #fff;
    color: #080816;
    border: 1px solid #dde0e9;
    border-radius: 8px;
    margin: auto 0 0
}

.mt-platforms__header-banner {
    background-image: url(/static/home/images/download-banner.png);
    background-position: 50%;
    background-size: cover;
    margin-top: 20px;
    height: 480px;
    width: 800px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .mt-platforms__header-banner {
        background-image: url(/static/home/images/download-banner@2x.png);
        background-size: 100% 100%
    }
}

@media only screen and (max-width: 1199px) {
    .mt-platforms__header-banner {
        margin: 20px auto 40px;
        height: 482px;
        width: 716px
    }
}

@media only screen and (max-width: 767px) {
    .mt-platforms__header-banner {
        margin-top: 0;
        margin-bottom: 0;
        height: 243px;
        width: 360px
    }
}

@media only screen and (max-width: 1199px) {
    .mt-platforms {
        padding: 0 20px
    }
}

.mt-platforms__header {
    display: flex
}

@media only screen and (max-width: 1199px) {
    .mt-platforms__header {
        flex-direction: column
    }
}

.mt-platforms__header form.mini-form {
    padding-inline: 0
}

.mt-platforms__header-form {
    margin-left: 20px;
    margin-top: 60px
}

@media only screen and (max-width: 1199px) {
    .mt-platforms__header-form {
        margin-top: -22px;
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .mt-platforms__header-form {
        margin-top: 24px
    }
}

.mt-platforms__header-form-title {
    width: 320px
}

@media only screen and (max-width: 1199px) {
    .mt-platforms__header-form-title {
        font-size: 36px;
        line-height: 56px;
        font-weight: 400;
        letter-spacing: normal;
        margin-bottom: 32px;
        text-align: center;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .mt-platforms__header-form-title {
        margin-bottom: 24px
    }
}

.mt-platforms__list {
    display: flex;
    justify-content: space-between
}

.mt-platforms__list li {
    background: #f5f7f9;
    border-radius: 0 0 16px 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 144px 32px 32px 40px;
    min-height: 412px;
    height: auto;
    width: 380px
}

.mt-platforms__list li img:not(.mt-platforms__os-list img) {
    position: absolute;
    top: 40px;
    width: 102px;
    height: 86px
}

.mt-platforms__list li:nth-child(2) img:not(.mt-platforms__os-list img) {
    right: 40px
}

@media only screen and (max-width: 1199px) {
    .mt-platforms__list {
        flex-direction: column;
        margin-top: 48px
    }

    .mt-platforms__list li {
        border-radius: 16px;
        padding: 32px 38px;
        height: auto;
        margin-top: 20px;
        width: 100%
    }

    .mt-platforms__list li img:not(.mt-platforms__os-list img) {
        position: relative;
        width: 102px;
        height: 86px;
        top: 0;
        margin-bottom: 20px;
        margin-top: 16px
    }

    .mt-platforms__list li:first-child {
        margin-top: 0
    }

    .mt-platforms__list li:nth-child(2) img:not(.mt-platforms__os-list img) {
        right: 0
    }

    .mt-platforms__list li:before {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .mt-platforms__list {
        margin-top: 24px
    }

    .mt-platforms__list li {
        height: auto
    }
}

.mt-platforms__list__title {
    color: #4f118f;
    font-family: Gotham Pro, Roboto, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: normal
}

.mt-platforms__list__desc {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: normal;
    color: #474752;
    flex-grow: 1;
    margin: 4px 0 20px
}

.mt-platforms__os-list img {
    height: 32px;
    width: 32px;
    margin-left: 22px
}

.mt-platforms__os-list img:first-of-type {
    margin-left: 0
}

.mt-platforms__list__mt4:before {
    border-color: transparent #fff transparent transparent;
    border-width: 0 160px 95px 0;
    right: 0
}

.mt-platforms__list__mt4:before, .mt-platforms__list__supreme:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    border-style: solid
}

.mt-platforms__list__supreme:before {
    border-color: #fff transparent transparent;
    border-width: 95px 160px 0 0;
    left: 0
}

.mt-platforms__types {
    display: flex;
    justify-content: space-between;
    margin: 48px 0
}

.mt-platforms__types button .mt-button_primary {
    background: #8a24f3
}

@media only screen and (max-width: 1199px) {
    .mt-platforms__types {
        flex-direction: column;
        margin: 24px 0
    }
}

.mt-platforms__os-form {
    width: 580px
}

.mt-platforms__os-form .mt4-download-meta-trader {
    visibility: visible;
    opacity: 1;
    height: 365px;
    width: 580px;
    background: #f8f8fa;
    border-radius: 16px;
    margin-top: 28px;
    padding: 36px 40px
}

.mt-platforms__os-form .mt4-download-meta-trader h4 {
    color: #4a4a4a;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: normal;
    font-family: Gotham Pro, Roboto, sans-serif;
    width: 330px
}

.mt-platforms__os-form .mt4-download-meta-trader p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: normal;
    font-family: Roboto, sans-serif;
    margin-top: 28px;
    color: #4a4a4a
}

.mt-platforms__os-form .mt4-download-meta-trader p:nth-child(4) {
    margin-bottom: 18px;
    color: #b6b6b6
}

.mt-platforms__os-form .mt4-download-meta-trader button {
    margin-top: 12px
}

.mt-platforms__os-form .mt4-download-meta-trader button a:hover {
    text-decoration: none
}

@media only screen and (max-width: 1199px) {
    .mt-platforms__os-form .mt4-download-meta-trader {
        width: 100%;
        display: grid;
        justify-content: center;
        text-align: center
    }

    .mt-platforms__os-form .mt4-download-meta-trader button {
        margin-inline: auto;
        max-width: 220px;
        width: 100%
    }
}

.mt-platforms__os-form form.mini-form {
    padding-bottom: 0;
    padding-inline: 0
}

@media only screen and (max-width: 1199px) {
    .mt-platforms__os-form {
        margin-bottom: 48px;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .mt-platforms__os-form {
        margin-bottom: 24px
    }
}

.mt-platforms__os-form__title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: normal;
    color: #080816;
    font-family: Gotham Pro, Roboto, sans-serif
}

@media only screen and (max-width: 1199px) {
    .mt-platforms__os-form__title {
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .mt-platforms__os-form__title {
        font-size: 28px;
        line-height: 40px;
        font-weight: 400;
        letter-spacing: normal
    }
}

.mt-platforms__web {
    background: linear-gradient(113.69deg, #000 -47.43%, #0f083a 20.39%, #000 128.73%);
    border-radius: 12px;
    height: 438px;
    overflow: hidden;
    padding: 36px 44px;
    position: relative;
    width: 580px
}

.mt-platforms__web:before {
    background-image: url(/static/home/images/download-web-image.png);
    transform: rotate(2.5deg);
    background-size: cover;
    content: "";
    position: absolute;
    height: 388px;
    top: 140px;
    left: 195px;
    width: 502px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .mt-platforms__web:before {
        background-image: url(/static/home/images/download-web-image@2x.png);
        background-size: 100% 100%
    }
}

@media only screen and (max-width: 1199px) {
    .mt-platforms__web {
        padding: 44px 50px;
        width: 100%
    }

    .mt-platforms__web:before {
        height: 477px;
        width: 588px;
        left: auto;
        right: -110px;
        top: 100px
    }
}

@media only screen and (max-width: 767px) {
    .mt-platforms__web {
        padding: 24px 32px 0 24px
    }

    .mt-platforms__web:before {
        height: 260px;
        width: 330px;
        left: 32px;
        top: 252px
    }
}

.mt4-se_button {
    background: #8a24f3;
    height: 56px;
    border: 0;
    padding: 16px 20px;
    border-radius: 6px
}

.mt4-se_button:hover {
    background: #6f1ec3
}

.mt4-se_button:active {
    background: #57179a
}

.mt4-se_button:focus {
    outline: none
}

.mt4-se_button span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff
}

.mt4_se h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    font-family: Gotham Pro, Roboto, sans-serif;
    color: #000;
    margin-top: 49px
}

.mt4_se .mt4_se_blocks {
    margin-top: 28px;
    margin-bottom: 20px;
    display: grid;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns:repeat(2, minmax(0, 1fr))
}

.mt4_se .mt4_se_blocks div {
    display: grid;
    background: #f9f9fc;
    border-radius: 12px;
    padding: 28px 32px 32px 36px;
    height: 208px;
    width: 580px
}

.mt4_se .mt4_se_blocks div p:first-child {
    font-size: 20px;
    line-height: 32px;
    color: #080816;
    font-weight: 400
}

.mt4_se .mt4_se_blocks div p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #595964;
    margin-top: 8px
}

.mt4_se .mt4_se_blocks div a {
    margin-top: auto;
    color: #8a24f3;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.mt4_se button {
    width: 100%
}

@media only screen and (max-width: 1199px) {
    .mt4_se .mt4_se_blocks {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }

    .mt4_se .mt4_se_blocks div {
        width: 100%
    }
}

.mt-platforms__web__title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: normal;
    color: #fff;
    font-family: Gotham Pro, Roboto, sans-serif
}

@media only screen and (max-width: 767px) {
    .mt-platforms__web__title {
        font-size: 28px;
        line-height: 36px;
        font-weight: 400;
        letter-spacing: normal
    }
}

.mt-platforms__web__desc {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: normal;
    color: hsla(0, 0%, 100%, .67);
    margin-top: 8px
}

@media only screen and (max-width: 1199px) {
    .mt-platforms__web__desc {
        width: 400px
    }
}

@media only screen and (max-width: 767px) {
    .mt-platforms__web__desc {
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: normal;
        margin-top: 0;
        width: 100%
    }
}

.mt-platforms__web__link {
    display: inline-block;
    margin-top: 26px;
    position: relative
}

.mt-platforms__web__link:hover {
    text-decoration: none
}

.mt-platforms__web__link:hover .mt-button {
    background: #fff;
    color: #080816
}

.mt-platforms__web__link .mt-button {
    color: #fff
}

@media only screen and (max-width: 1199px) {
    .mt-platforms__web__link .mt-button {
        color: #fff
    }
}

@media only screen and (max-width: 767px) {
    .mt-platforms__web__link .mt-button {
        margin-top: 16px;
        width: 100%
    }
}

div.mt-platforms__header-form__content .isOnlyForm {
    width: 367px
}

div.mt-platforms__header-form__content .mt4-download-meta-trader {
    visibility: visible;
    opacity: 1;
    height: 365px;
    background: #f8f8fa;
    border-radius: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 36px 40px
}

div.mt-platforms__header-form__content .mt4-download-meta-trader h4 {
    color: #4a4a4a;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: normal;
    font-family: Gotham Pro, Roboto, sans-serif;
    width: 330px
}

div.mt-platforms__header-form__content .mt4-download-meta-trader p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: normal;
    font-family: Roboto, sans-serif;
    margin-top: 28px;
    color: #4a4a4a
}

div.mt-platforms__header-form__content .mt4-download-meta-trader p:nth-child(4) {
    margin-bottom: 18px;
    color: #b6b6b6
}

div.mt-platforms__header-form__content .mt4-download-meta-trader button {
    margin-top: 12px
}

div.mt-platforms__header-form__content .mt4-download-meta-trader button a:hover {
    text-decoration: none
}

@media only screen and (max-width: 1199px) {
    div.mt-platforms__header-form__content .mt4-download-meta-trader {
        width: 100%;
        display: grid;
        justify-content: center;
        text-align: center
    }

    div.mt-platforms__header-form__content .mt4-download-meta-trader button {
        margin-inline: auto;
        max-width: 220px;
        width: 100%
    }
}

div.mt-platforms__header-form__content .mt-download-block {
    margin-top: 20px;
    margin-bottom: 45px
}

@media only screen and (max-width: 1199px) {
    div.mt-platforms__header-form__content .mt-download-block {
        margin-bottom: 0
    }
}

div.mt-platforms__header-form__content .before-form, div.mt-platforms__header-form__content .form-paragraph {
    display: none
}

div.mt-platforms__header-form__content .input-tip {
    margin-left: 18px
}

div.mt-platforms__header-form__content .mini-form__input {
    margin-bottom: 0
}

div.mt-platforms__header-form__content .mini-form-content {
    width: 100%
}

div.mt-platforms__header-form__content .mini-form-content .mt-input {
    font-weight: 400
}

div.mt-platforms__header-form__content .mini-form-content input::-moz-placeholder {
    color: #d0bcda;
    font-weight: 400
}

div.mt-platforms__header-form__content .mini-form-content input:-ms-input-placeholder {
    color: #d0bcda;
    font-weight: 400
}

div.mt-platforms__header-form__content .mini-form-content input::placeholder {
    color: #d0bcda;
    font-weight: 400
}

div.mt-platforms__header-form__content .mini-form-content input:hover {
    border: 1px solid #c8add8;
    box-shadow: none !important
}

div.mt-platforms__header-form__content .mini-form-content .is-focused input {
    border: 1px solid #c8add8 !important;
    box-shadow: none !important
}

div.mt-platforms__header-form__content .mini-form-content .has-error input:hover {
    border: 1px solid #ff5732;
    box-shadow: none !important
}

div.mt-platforms__header-form__content .input-col.input-col_phone, div.mt-platforms__header-form__content .input-col.input-col_phone .input {
    width: 100%
}

div.mt-platforms__header-form__content .input-col.input-col_phone .input {
    font-weight: 400;
    padding-left: 40px
}

div.mt-platforms__header-form__content .input-flag-icon {
    display: block;
    background-size: contain;
    height: 11px;
    width: 16px;
    position: absolute;
    margin-left: 18px;
    margin-top: 23px
}

div.mt-platforms__header-form__content .input-row.input_error {
    border: none
}

div.mt-platforms__header-form__content .input-row.input_error .input {
    background: none;
    border-color: #ff5732
}

div.mt-platforms__header-form__content .country-selector__input, div.mt-platforms__header-form__content .input-row .input, div.mt-platforms__header-form__content .input-tel__input, div.mt-platforms__header-form__content .mini-form__input {
    background: #f5f7f9;
    border: 1px solid #c8c8d5;
    border-radius: 8px;
    height: 56px !important;
    padding-top: 18px;
    padding-bottom: 18px
}

div.mt-platforms__header-form__content .country-selector__input.input_error, div.mt-platforms__header-form__content .input-row .input.input_error, div.mt-platforms__header-form__content .input-tel__input.input_error, div.mt-platforms__header-form__content .mini-form__input.input_error {
    background: none;
    border-color: #ff5732
}

div.mt-platforms__header-form__content .input-tel__input {
    border-radius: 0 8px 8px 0
}

div.mt-platforms__header-form__content .country-selector__input {
    border-radius: 8px 0 0 8px !important
}

div.mt-platforms__header-form__content .mini-form__submit {
    border-radius: 8px;
    margin-top: 16px;
    height: 56px
}

div.mt-platforms__header-form__content .btn-form-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: normal;
    font-family: Roboto, sans-serif;
    text-transform: none
}

div.mt-platforms__header-form__content.mt-platforms__header-form__content_wide {
    width: 100%
}

div.mt-platforms__header-form__content.mt-platforms__header-form__content_wide .mt-download-block {
    margin: 20px 0 0
}

div.mt-platforms__header-form__content.mt-platforms__header-form__content_wide .isOnlyForm, div.mt-platforms__header-form__content.mt-platforms__header-form__content_wide .mini-form__content {
    width: 100%
}

div.mt-platforms__header-form__content.mt-platforms__header-form__content_wide .tab__selected {
    cursor: pointer
}

@media only screen and (max-width: 1199px) {
    div.mt-platforms__header-form__content, div.mt-platforms__header-form__content.mt-platforms__header-form__content_wide .mini-form {
        width: 100%
    }

    div.mt-platforms__header-form__content .mini-form {
        margin: 0 auto;
        width: calc(100% - 40px)
    }

    div.mt-platforms__header-form__content form.mini-form {
        padding-bottom: 0
    }
}

.mt-platforms__policy {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: normal;
    color: #c3b1cc;
    margin-top: 12px
}

.mt-platforms__policy a {
    color: #c3b1cc
}

@media only screen and (max-width: 1199px) {
    .mt-platforms__os-form__tabs .tabs__titles {
        margin-bottom: 18px
    }
}

.tabs.tabs_isRounded.mt-platforms__only-windows .tabs__titles {
    background: none
}

.tabs.tabs_isRounded.mt-platforms__only-windows .tabs__titles .tab__selected {
    margin: 0 auto;
    max-width: 33%;
    width: 33%
}

@media only screen and (max-width: 767px) {
    .tabs.tabs_isRounded.mt-platforms__only-windows .tabs__titles .tab__selected {
        max-width: 100%;
        width: 100%
    }
}

.input-container {
    flex-direction: column
}

.input-container #submit_email_step {
    margin-left: 0;
    width: 100% !important
}

.mt-platforms__header-form form {
    width: unset
}

.mt-platforms__header-form form .form-title, .mt-platforms__header-form form .mini-form__agreement, .mt-platforms__header-form form .mini-form__partner {
    display: none
}

.mt-platforms__header-form form .mini-form-content {
    margin-left: 0 !important
}

.mt-platforms__header-form form .inputs-row {
    flex-direction: column
}

.mt-platforms__header-form form #full_name, .mt-platforms__header-form form #phone_number, .mt-platforms__header-form form #submit_register_step, .mt-platforms__header-form form .input-col, .mt-platforms__header-form form .input-row {
    width: 100% !important
}

.mt-platforms__header-form form #full_name, .specs-table {
    margin-right: 0
}

.specs-table {
    width: 100%;
    max-width: 100%;
    margin-left: 0
}

.specs-table tr:not(:first-child) td {
    border-top: 1px solid #dee2e6
}

.specs-table tr td:first-child {
    text-align: left
}

.specs-table tr td:last-child {
    text-align: right
}

body {
    font-family: Open Sans, sans-serif
}

.pushtop-10 {
    margin-top: 10px !important
}

.pushtop-20 {
    margin-top: 20px !important
}

.pushtop-30 {
    margin-top: 30px !important
}

.pushtop-40 {
    margin-top: 40px
}

.pushtop-50-fix {
    margin-top: 50px
}

.pushtop-50-min {
    margin-top: 0
}

.pushtop-60 {
    margin-top: 60px
}

.pushtop-70 {
    margin-top: 70px
}

.pushtop-75 {
    margin-top: 75px
}

.pushtop-80 {
    margin-top: 80px
}

.pushtop-90 {
    margin-top: 90px
}

.pushtop-100, .pushtop-100-desktop {
    margin-top: 100px
}

.pushtop-120 {
    margin-top: 120px
}

.pushtop-130, .pushtop-130-desktop {
    margin-top: 130px
}

.pushtop-140 {
    margin-top: 140px
}

.pushtop-150 {
    margin-top: 150px
}

.pushtop-180 {
    margin-top: 180px
}

.pushtop-200, .pushtop-200-desktop {
    margin-top: 200px !important
}

.pushtop-220 {
    margin-top: 220px
}

.pushtop-260 {
    margin-top: 260px
}

.pushtop-300 {
    margin-top: 300px
}

.pushbottom-10 {
    margin-bottom: 10px !important
}

.pushbottom-20 {
    margin-bottom: 20px !important
}

.pushbottom-30 {
    margin-bottom: 30px !important
}

.pushbottom-40 {
    margin-bottom: 40px !important
}

.pushbottom-50 {
    margin-bottom: 50px
}

.pushbottom-60 {
    margin-bottom: 60px
}

.pushbottom-100 {
    margin-bottom: 100px
}

.pbottom-50 {
    padding-bottom: 50px
}

.pushleft-5 {
    margin-left: 5px
}

.pushright-5 {
    margin-right: 5px
}

.pulltop-10 {
    margin-top: -10px
}

.pulltop-50 {
    margin-top: -50px
}

.pulltop-140 {
    margin-top: -140px
}

.pulltop-250 {
    margin-top: -250px
}

.font-size-70 {
    font-size: 70px !important
}

.fullwidth {
    width: 100%
}

.fullheight {
    height: 100%
}

.cleft {
    float: left
}

.cright {
    float: right
}

.pos-r {
    position: relative
}

.link-hover {
    display: inline-block
}

.link-hover, .link-hover:hover {
    text-decoration: none
}

.link-hover:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    transition: all .3s ease;
    margin-top: -2px;
    background-color: #87959c;
    opacity: 0
}

.link-hover:hover:after {
    width: 100%;
    opacity: 1;
    transition: all .3s ease
}

.extend-bg {
    margin-left: -3000px;
    margin-right: -3000px;
    padding-left: 3000px;
    padding-right: 3000px
}

#page-loader {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999
}

#page-loader i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 9em
}

.button-link-1 {
    text-align: center;
    padding: 15px 25px;
    border-radius: 30px;
    background: #38d5e2;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .3), 0 1px 6px rgba(133, 67, 153, .3);
    transition: transform .3s, box-shadow .3s
}

.button-link-1:hover {
    color: #fff;
    box-shadow: none
}

.btn-link-violet {
    padding: 15px 25px;
    border-radius: 30px;
    color: #fff;
    background-color: #d7559f;
    border-color: #d7559f;
    box-shadow: 0 1px 6px rgba(215, 85, 159, .5), 0 1px 6px rgba(133, 67, 153, .3);
    transition: transform .3s, box-shadow .3s
}

.btn-link-violet:hover {
    color: #fff;
    background-color: #b14599;
    border-color: #b14599;
    box-shadow: none
}

.nowrapped {
    white-space: nowrap
}

.bring-up {
    position: relative;
    z-index: 1
}

.display-none {
    display: none
}

.overflow-hidden {
    overflow: hidden
}

.message-error {
    font-size: 12px;
    width: 100%;
    margin-top: 7px;
    color: red
}

.h1-as-h2, .h1-as-h3, h2 {
    font-size: 60px;
    line-height: 1
}

.h1-as-h2, .h1-as-h3, h2, h6 {
    font-family: Segoe UI, sans-serif;
    font-weight: 700
}

h6 {
    color: #010927;
    font-size: 18px
}

p {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    color: #2f2f2f;
    line-height: 26px;
    margin-bottom: 15px
}

h2 + p {
    margin-top: 25px
}

.pretitle {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    color: #899ea7;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase
}

.pretitle + h2 {
    margin-top: 10px
}

.webinars-seminars h2 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0
}

header {
    position: relative;
    margin-bottom: 90px
}

.alt-layout #desktop-menu {
    position: relative;
    left: 150px
}

.alt-layout #desktop-menu > ul > li:not(:last-child) {
    margin-right: 30px
}

.logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px
}

.header-slide {
    height: 53.7vw
}

.header-slide .slider-background {
    position: absolute;
    width: 100%;
    height: auto
}

.header-slide > .container {
    padding-top: 14.2vw;
    z-index: 1
}

.header-slide h1, .header-slide h2 {
    font-family: Segoe UI, sans-serif;
    font-size: 76px;
    color: #fff;
    font-weight: 700
}

.header-slide p {
    font-family: Open Sans, sans-serif;
    font-size: 23px;
    color: #fff;
    line-height: 48px;
    margin-top: 20px
}

.header-slide .button-link-1 {
    position: relative
}

.header-slide .button-link-1.style-1 {
    background-color: #fff;
    color: #31a6eb
}

.header-slide .button-link-1.style-2 {
    background-color: #fc824c
}

.header-slide .button-link-1.style-3 {
    background-color: #4936fa
}

.header-slide .button-link-1.style-4 {
    background-color: #9045f8
}

.header-slide .button-link-1.style-1:hover {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
}

.header-slide.text-blended h2, .header-slide.text-blended p {
    color: #000
}

#topbar {
    position: absolute;
    width: 100%;
    z-index: 9997;
    height: 100px
}

.navbar-toggler {
    display: none
}

.header-top {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, .2)
}

.header-top-quick-link a {
    margin-right: 30px;
    font-size: 14px;
    color: #fff
}

.header-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 375px
}

@media (max-width: 1200px) {
    .header-content {
        padding-left: 24px;
        max-width: 100vw
    }
}

@media (max-width: 769px) {
    .header-content {
        padding-left: 0;
        overflow: hidden;
        height: 470px;
        flex-direction: column;
        align-items: center;
        justify-content: space-around
    }
}

.header-content-image img {
    position: relative;
    margin-top: -30px;
    z-index: 1 !important;
    border-radius: 6px 6px 0 0;
    max-height: 370px
}

@media (max-width: 768px) {
    .header-content-image img {
        width: 95%;
        max-height: 20rem;
        margin-top: -80px
    }
}

@media (max-width: 575px) {
    .header-content-image img {
        width: 95%;
        margin-top: -140px;
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (max-width: 425px) {
    .header-content-image img {
        margin-top: -80px
    }
}

@media (max-width: 402px) {
    .header-content-image img {
        margin-top: -60px
    }
}

.header-content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    max-width: 400px
}

@media (max-width: 1200px) {
    .header-content-text {
        max-width: 300px
    }
}

@media (max-width: 769px) {
    .header-content-text {
        max-width: 700px
    }
}

.header-content-text h1 {
    white-space: nowrap
}

.header-content-text h1, .header-content-text h2 {
    font-family: Segoe UI, sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #fff
}

@media (max-width: 1200px) {
    .header-content-text h1, .header-content-text h2 {
        font-size: 40px
    }
}

@media (max-width: 575px) {
    .header-content-text h1, .header-content-text h2 {
        font-size: 30px
    }
}

.header-content-text p {
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px
}

@media (max-width: 768px) {
    .header-content-text {
        text-align: center
    }
}

.top-util {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px
}

.top-util > * {
    float: left;
    margin: 0 10px
}

.search a {
    color: #fff;
    transition: color .3s
}

.search input {
    width: 100%
}

.search input + a {
    position: absolute;
    top: 8px;
    right: 19px
}

.search a:hover {
    color: #18c967;
    transition: color .3s
}

.search .search-something {
    width: 300px;
    position: absolute;
    right: 0;
    z-index: -1;
    opacity: 0;
    padding: 5px;
    transition: all .3s ease;
    top: 30px
}

.search .search-something input {
    background: hsla(0, 0%, 100%, .5);
    padding: 10px;
    border: 1px solid #fff;
    line-height: 1.5;
    color: #fff;
    font-style: italic;
    border-radius: 4px
}

.search:hover .search-something {
    z-index: 99;
    opacity: 1;
    transition: all .3s ease
}

.header-top-lang img {
    margin-right: 10px;
    margin-top: -2px
}

.top-util .side-menu {
    top: 1px;
    position: relative;
    display: none
}

.side-menu-container {
    display: none
}

.side-menu-button {
    position: relative;
    cursor: default;
    height: 26px;
    width: 26px;
    display: block
}

.side-menu-button > span {
    display: block;
    position: absolute;
    height: 3px;
    background: #fff
}

.side-menu-button > span:first-child {
    width: 23px
}

.side-menu-button > span:nth-child(2) {
    top: 8px;
    width: 13px
}

.side-menu-button > span:last-child {
    top: 16px;
    width: 17px
}

.carousel-control {
    position: absolute;
    opacity: .8;
    color: #babbbc;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transition: all 1s;
    bottom: 0;
    cursor: pointer;
    z-index: 2
}

.carousel-control.left {
    left: 10%;
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 10%;
    background-repeat: repeat-x
}

.carousel-control.left, .carousel-control.right {
    box-shadow: none;
    text-align: center
}

.carousel-control.left i, .carousel-control.right i {
    font-size: 40px;
    font-weight: 300;
    vertical-align: middle;
    line-height: 50px
}

.carousel-control.left i {
    margin-right: 4px
}

.carousel-control.right i {
    margin-left: 4px
}

.widget-1 h6 + p, .widget-8 h6 + p {
    margin-top: 12px
}

.widget-1 .image-holder {
    min-height: 125px;
    margin-bottom: 20px
}

.homepage .widget-1 .image-holder img {
    width: 80px;
    min-height: 0;
    margin: 60px 0 0
}

.widget-2.text-left h3 + p {
    margin-right: 100px
}

.widget-2.text-right h3 + p {
    margin-left: 100px
}

.portfolio-item .inner-wrapper .plus-sign {
    float: right;
    line-height: 46px;
    width: 46px;
    text-align: center;
    border: 1px solid #b2c0ff;
    font-size: 24px;
    font-weight: 900;
    color: #000;
    border-radius: 50%;
    transition: all .3s
}

.portfolio-item:hover .plus-sign {
    background-color: #ccc;
    transition: all .3s
}

.portfolio-item .inner-wrapper {
    padding: 22px;
    width: 100%
}

.portfolio-item .inner-wrapper h6 {
    margin-bottom: 15px;
    font-family: Segoe UI, sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #010927
}

.portfolio-item .inner-wrapper p {
    line-height: 1;
    color: #3a4366
}

#articles .portfolio-item .inner-wrapper p {
    line-height: 1.6
}

.testimonial {
    display: inline-block;
    padding: 26px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
}

.partnership .testimonial, .webinars-seminars .host .testimonial {
    background: none;
    box-shadow: 0 20px 30px -16px rgba(9, 9, 16, .2)
}

.testimonial .fa-quote-left {
    color: #365ef4;
    font-size: 17px
}

.testimonial p {
    font-family: Nunito, sans-serif;
    font-weight: 300;
    color: #010927;
    font-size: 16px;
    margin-top: 10px
}

.testimonial-info img {
    width: 65px;
    border-radius: 35px;
    margin-right: 20px
}

.testimonial-info a.name {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    color: #010927
}

.person-social li {
    display: inline-block;
    margin-right: 10px
}

.person-social .fa-facebook-f {
    color: #2a40e5
}

.person-social .fa-dribbble {
    color: #ea4f8b
}

.person-social .fa-twitter {
    color: #03a9f4
}

.testimonial .quotes, .testimonial .quotes-small {
    color: #f9a767;
    font-size: 50px;
    font-family: Times New Roman, serif;
    font-weight: 700;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
    line-height: .3
}

.testimonial .quotes-small {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    margin-top: 7px
}

.quotes.quotes-large {
    font-size: 400px;
    color: #fee8d3;
    position: absolute;
    top: 0;
    z-index: -1;
    text-shadow: none;
    line-height: .7
}

.widget-6 {
    padding: 90px 0 100px
}

.widget-6 .post-meta p img {
    width: 80px
}

.widget-6.light-background {
    background-color: #f4fcff
}

.tag {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 10px;
    color: #000;
    display: inline-block;
    line-height: 21px;
    padding: 0 10px;
    border-radius: 3px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05)
}

.widget-blog-post .tag {
    background: -webkit-linear-gradient(bottom, #fee5c6, #efc09b)
}

.widget-blog-post .tag:hover {
    background: -webkit-linear-gradient(bottom, #efc09b, #f9a767);
    color: #fff;
    text-decoration: none
}

.widget-blog-post .post-title {
    font-family: Segoe UI, sans-serif;
    font-size: 20px;
    color: #010927;
    font-weight: 700;
    margin-top: 10px
}

.widget-blog-post > p {
    color: #3a4366;
    margin: 12px 0 30px
}

.widget-blog-post .post-meta {
    margin-top: 30px
}

.widget-blog-post .post-meta p {
    padding-top: 16px;
    color: #010927;
    font-family: Open Sans, sans-serif
}

.widget-blog-post .post-meta img {
    margin-right: 15px;
    float: left
}

.widget-blog-post .post-meta a {
    color: #010927;
    font-family: Open Sans, sans-serif;
    font-weight: 600
}

.widget-7-main {
    background-image: url(/static/home/images/093ec7db6c74406b841024a106d9685d.gif);
    background-position: bottom;
    background-size: 100% auto;
    padding-top: 460px;
    background-repeat: no-repeat;
    padding-bottom: 125px;
    position: relative;
    z-index: 2;
    height: 46.14vw
}

.widget-7-main h3 + p {
    max-width: 970px;
    font-size: 17px
}

.widget-7-main h3, .widget-7-main p {
    color: #fff
}

.widget-7 h6 {
    margin-top: 16px
}

.widget-7 {
    overflow: hidden;
    height: 62.23%;
    margin-top: 86px
}

.widget-7 .button-link-1 {
    background: transparent;
    border: 2px solid #fff
}

.widget-7 .button-link-1:hover {
    color: #fa843d;
    background: #fff;
    transition: all .3s
}

.button-link-1 i {
    margin-left: 10px;
    position: relative;
    left: 0;
    transition: left .3s
}

.button-link-1:hover i {
    left: 6px;
    transition: left .3s
}

.buttons .button-link-1:not(:last-child) {
    margin-right: 34px
}

.buttons .button-link-1 {
    display: inline-block
}

.widget-7 .rising-elm p {
    max-width: 300px;
    margin: 10px auto 0
}

.widget-7 .rising-elm {
    width: 25%;
    display: inline-block;
    z-index: 1;
    position: relative
}

.widget-7 .rising-elm .rising-inner {
    opacity: 0
}

.widget-7 .rising-elm .img-pin {
    display: block;
    margin: 40px auto 0;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 3px solid #f97a2e;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    position: relative;
    top: 800px
}

.widget-7 .rising-elm .img-pin:after {
    content: "";
    display: block;
    position: absolute;
    height: 800px;
    width: 3px;
    left: 5px;
    top: 15px;
    background-color: #fba571
}

.widget-7 .rising-elm.elm-1 {
    top: 337px
}

.widget-7 .rising-elm.elm-2 {
    top: 174px
}

.widget-7 .rising-elm.elm-3 {
    top: 193px
}

.widget-8 section {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    padding: 40px;
    background-size: 100% 100%;
    border-radius: 6px
}

.widget-8 .image-holder {
    min-height: 140px
}

.widget-8 .elm-1, .widget-8 .elm-2, .widget-8 .elm-3 {
    background-image: url(/static/home/images/7430d94eccc542c5ac60e90a92d1c7f9.gif)
}

.button-link-1.alt-bg {
    background-color: #8e34ef
}

.button-link-1.alt-bg-2 {
    background-color: #ff531e
}

.widget-2.expanded {
    padding-bottom: 30vw
}

.widget-2.text-left.expanded img {
    position: absolute;
    right: calc(-50vw + 50%);
    width: 50vw
}

.widget-2.text-right.expanded img {
    position: absolute;
    left: calc(-50vw + 50%);
    width: 50vw
}

.widget-10 {
    text-align: center
}

.widget-10 .testimonial {
    margin: 15px;
    padding-top: 32px;
    text-align: left
}

.widget-10 .quotes {
    color: #fc824c
}

.widget-11 {
    padding: 80px 0
}

.widget-11 h6 a {
    color: #010927;
    text-decoration: none
}

.section-right {
    margin-right: 100px
}

.section-left {
    margin-left: 100px
}

.widget-11 section .link-hover {
    color: #3490dc
}

.widget-11 .widget-11-elm {
    margin-top: 100px;
    padding: 20px;
    border-radius: 6px
}

.widget-11 .widget-11-elm p {
    margin-top: 14px
}

.widget-11 .widget-11-elm .pull-left, .widget-11 .widget-11-elm .pull-right {
    width: 80px
}

.widget-11 .img-container {
    width: 60%;
    margin: 50px auto 0
}

.widget-11__box {
    display: flex
}

.widget-11__box img {
    width: 120px;
    height: 120px;
    margin: 0 5px
}

.widget-11__text-box {
    max-width: 300px;
    margin: 0 auto
}

.widget-11__text-box span {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: #8b4e9d;
    margin-top: 20px
}

.widget-11__text-box i {
    margin-left: 5px
}

.widget-11.light-background {
    background-color: #f4fcff
}

.widget-11-elm .download-for a {
    font-size: 18px;
    margin: 0 10px
}

.widget-12 h3, .widget-12 p, .widget-16 h3, .widget-16 p {
    color: #fff
}

.widget-12 h3 {
    font-size: 50px;
    letter-spacing: 0;
    font-weight: 600
}

.widget-12 p {
    font-size: 17px;
    margin-top: 20px
}

.widget-12 {
    background-size: cover;
    background-position: 50%;
    padding: 75px 0 100px
}

.widget-12, .widget-12.alt-bg, .widget-12.alt-bg-2 {
    background-image: url(/static/home/images/ea9c0d12549f4dceb0bda10c0090220c.gif)
}

.widget-12 .button-link-1 {
    background: transparent;
    border: 2px solid #fff
}

.widget-12 .button-link-1:hover {
    border-color: #fc824c;
    background: #fc824c
}

.widget-13 .partners a {
    line-height: 150px;
    float: left;
    width: 20%;
    text-align: center;
    transition: all .3s ease
}

.widget-13 .partners a:hover {
    filter: brightness(0);
    transition: all 1s ease
}

.widget-13 .partners {
    line-height: 510px
}

.widget-14 .img-holder img {
    transition: all 1s
}

#education .widget-14 .img-holder img {
    width: 80px
}

#investing .widget-14 .img-holder {
    padding: 60px 0
}

#investing .widget-14 .img-holder img {
    width: 80px
}

#investing .investing-how-it-works .row {
    margin: 50px 0 120px;
    display: flex;
    flex-direction: column
}

#investing .investing-how-it-works .row b {
    color: #e975a0;
    font-weight: 400;
    font-size: 21px
}

.widget-14 .img-holder img:hover {
    transform: rotateY(1turn);
    transition: all 1s
}

.widget-14 h6 {
    margin-top: 30px
}

.widget-14 p {
    margin-top: 10px
}

.widget-15 h6 {
    margin: 10px 0
}

.widget-15 .behind {
    position: absolute;
    top: 0;
    left: 0;
    color: #eaf3f6;
    font-family: Segoe UI, sans-serif;
    font-size: 200px;
    z-index: -1;
    font-weight: 700;
    opacity: .7;
    line-height: .4
}

.widget-15 .img-holder {
    line-height: 90px
}

.widget-15 .img-holder img {
    width: 80px
}

@media (max-width: 768px) {
    .widget-15 .behind {
        left: 160px
    }
}

@media (max-width: 575px) {
    .widget-15 .behind {
        left: 30%
    }
}

.widget-17 h6 {
    margin: 24px 0 18px
}

.widget-17 section {
    margin-top: 50px
}

.widget-17 section:hover img {
    transform: rotateY(1turn);
    transition: all 1s
}

.widget-17 .form, .widget-17 form {
    padding: 45px;
    background-image: url(/static/home/images/subscription.png);
    background-size: 100% 100%;
    border-radius: 5px;
    margin-right: 70px;
    margin-left: 90px
}

.widget-17 .form h4, .widget-17 form h4 {
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    color: #010927;
    font-weight: 700
}

.widget-17 .form p, .widget-17 form p {
    font-family: Open Sans, sans-serif;
    color: #2f2f2f;
    font-size: 15px;
    margin: 16px 0 28px
}

.widget-17 .form .input-wrapper, .widget-17 form .input-wrapper {
    max-width: 455px;
    width: 100%;
    line-height: 60px;
    border: 1px solid #c8d6d9;
    border-radius: 30px;
    background: #fff
}

.widget-17 .form input[type=email], .widget-17 form input[type=email] {
    border: none;
    background: none;
    font-style: italic;
    padding-left: 33px;
    width: calc(100% - 185px)
}

.widget-17 .form input[type=submit], .widget-17 form .subscribe_btn, .widget-17 form input[type=submit] {
    border: none;
    background: #6a00c6;
    background: linear-gradient(90deg, #6a00c6, #7700de 35%, #ba00f7);
    border-radius: 30px;
    float: right;
    padding: 0 40px;
    font-size: 12px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    color: #fff;
    margin: 1px 1px 0;
    cursor: pointer
}

.award-img {
    width: 160px;
    margin: 30px
}

.widget-17 .social-img img {
    margin: 20px 0 0;
    padding-right: 7px;
    transition: .4s
}

.widget-17 .social-img img:hover {
    margin-top: 0
}

.widget-18 .bg-container .pretitle, .widget-18 .bg-container h3, .widget-18 .bg-container p {
    color: #fff
}

.widget-19 h6 {
    margin: 16px 0 10px
}

.widget-20 {
    background: #f4fbfd;
    padding: 110px 0
}

.plan-box {
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 4px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    position: relative
}

.plan-box .price-main {
    display: block;
    line-height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: #f2f7f9;
    color: #010927;
    font-size: 72px;
    font-weight: 700;
    font-family: Segoe UI, sans-serif;
    position: relative;
    margin: 20px auto 25px
}

.plan-box .price-main .currency {
    font-size: 37px;
    position: absolute;
    line-height: 1;
    top: 25px;
    left: 15px
}

.plan-box .price-main .price {
    position: relative;
    left: 12px;
    top: -2px
}

.plan-box li:before {
    text-indent: 3px;
    content: "\2714";
    color: #ff531e;
    height: 15px;
    width: 15px;
    text-align: center;
    display: inline-block;
    line-height: 11px;
    position: relative;
    top: -1px;
    margin-right: 12px
}

.plan-box li {
    margin-top: 20px
}

.plan-box .button-link-1 {
    margin: 35px auto 0
}

.plan-box.box-1 .button-link-1 {
    background: #207ee8
}

.plan-box.box-2 .button-link-1 {
    background: #8e34ef
}

.plan-box.box-3 .button-link-1 {
    background: #ff531e
}

.plan-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
    background: #000;
    display: block;
    left: 0;
    border-radius: 4px 4px 0 0
}

.plan-box.box-1:before {
    background: linear-gradient(90deg, #1f7eee, #25ded9)
}

.plan-box.box-2:before {
    background: linear-gradient(90deg, #6616da, #e5217b)
}

.plan-box.box-3:before {
    background: linear-gradient(90deg, #fa2339, #f96d30)
}

.plan-box .plan-ico {
    width: 100px;
    margin: 30px 0
}

.portfolio-browse-1 .portfolio-item-alt, .related-projects .portfolio-item-alt, .widget-21 .portfolio-item-alt {
    display: block;
    margin-bottom: 6px
}

.portfolio-browse-1 .portfolio-item-alt img, .related-projects .portfolio-item-alt, .widget-21 .portfolio-item-alt img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.widget-21 .size-1x1, .widget-21 .size-1x2 {
    width: calc(33.33333% - 4px)
}

.widget-21 .size-2x1 {
    width: calc(66.66667% - 8px)
}

.portfolio-browse-1 .inner-wrapper, .related-projects .inner-wrapper, .widget-21 .inner-wrapper {
    position: absolute;
    z-index: 1;
    margin: auto;
    width: 0;
    height: 0;
    opacity: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 83, 30, .8);
    transition: all .3s
}

.portfolio-browse-1 .portfolio-item-alt.active .inner-wrapper, .portfolio-browse-1 .portfolio-item-alt:hover .inner-wrapper, .related-projects .portfolio-item-alt.active .inner-wrapper, .related-projects .portfolio-item-alt:hover .inner-wrapper, .widget-21 .portfolio-item-alt.active .inner-wrapper, .widget-21 .portfolio-item-alt:hover .inner-wrapper {
    width: 90%;
    height: 90%;
    opacity: 1;
    transition: all .5s
}

.portfolio-browse-1 .inner-wrapper h6, .portfolio-browse-1 .inner-wrapper p, .related-projects .inner-wrapper h6, .related-projects .inner-wrapper p, .widget-21 .inner-wrapper h6, .widget-21 .inner-wrapper p {
    color: #fff
}

.portfolio-browse-1 .inner-wrapper h6, .related-projects .inner-wrapper h6, .widget-21 .inner-wrapper h6 {
    font-weight: 400;
    font-size: 20px
}

.portfolio-browse-1 .inner-wrapper h3:after, .portfolio-browse-1 .inner-wrapper h6:after, .related-projects .inner-wrapper h6:after, .widget-21 .inner-wrapper h6:after {
    display: block;
    content: "";
    width: 58px;
    height: 2px;
    background-color: #fff;
    margin: 25px auto
}

.portfolio-browse-1 .inner-wrapper h6, .related-projects .inner-wrapper h6, .widget-21 .size-1x1 .inner-wrapper h6, .widget-21 .size-2x1 .inner-wrapper h6 {
    margin-top: 90px
}

.portfolio-browse-1 .inner-wrapper {
    overflow: hidden
}

.portfolio-browse-1 .inner-wrapper h3 {
    margin-top: 30px;
    color: #fff;
    letter-spacing: normal;
    font-size: 24px
}

.widget-21 .size-1x2 .inner-wrapper h6 {
    margin-top: 240px
}

.widget-2.text-left h3 + p.no-gutter-right {
    margin-right: 0
}

.widget-22 {
    z-index: 1;
    padding-top: 100px;
    background-size: 100% 100%
}

.widget-22.no-bg {
    background: none
}

.team-member a.link-hover {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    color: #010927;
    margin-top: 15px;
    font-weight: 600
}

.team-member p {
    margin-top: 10px
}

.widget-23 {
    background-color: #f4fcff;
    padding-top: 90px;
    padding-bottom: 100px
}

.drawing {
    position: absolute
}

.drawing.drawing-left {
    left: 0
}

.drawing.drawing-right {
    right: 0
}

.widget-19.light-background {
    background-color: #f4fcff;
    padding: 30px 0 100px
}

.widget-19 img {
    border-radius: 50px;
    width: 60px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
}

#mt4 .widget-19 img {
    width: 80px;
    border-radius: 0;
    box-shadow: none
}

#mt4 .button-1 {
    width: 100%;
    max-width: 380px;
    margin-bottom: 10px
}

.blog-sidebar [name=search] {
    width: 100%;
    line-height: 40px;
    background-color: transparent;
    border: 1px solid #e2ebf1;
    border-radius: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    color: #5f5f5f;
    font-style: italic;
    padding-left: 24px
}

.blog-sidebar .popular-categories ul {
    padding-left: 0;
    list-style: none
}

.blog-sidebar .popular-categories ul li {
    margin-bottom: 14px;
    font-family: Open Sans, sans-serif;
    font-size: 14px
}

.blog-sidebar .popular-categories ul li a {
    color: #202020
}

.blog-sidebar .popular-categories ul li span {
    color: #365ef4
}

.blog-sidebar .recent-posts img {
    margin-right: 20px
}

.blog-sidebar .aside-widget {
    margin-bottom: 50px
}

.blog-sidebar .recent-posts a {
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    color: #202020;
    font-weight: 600;
    display: block;
    line-height: 1.6;
    margin-bottom: 10px
}

.blog-sidebar .recent-posts span {
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    color: #171717
}

.blog-sidebar .recent-post:not(:last-child) {
    margin-bottom: 40px
}

.blog-sidebar .recent-post img {
    width: 70px
}

.blog-sidebar h4, .portfolio-single-aside h4 {
    font-family: Open Sans, sans-serif;
    color: #202020;
    font-size: 15px;
    border-bottom: 2px solid #efefef;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-weight: 600
}

.blog-sidebar h4:after, .portfolio-single-aside h4:after {
    display: block;
    content: "";
    width: 34px;
    height: 2px;
    background-color: #588ee0;
    position: absolute;
    bottom: -2px
}

.banner-pushtop-30-fix {
    margin-top: 30px
}

.portfolio-single-aside .details li {
    font-family: Open Sans, sans-serif;
    color: #3a4366;
    margin-top: 18px
}

.portfolio-single-aside .details li strong {
    font-weight: 500
}

.popular-tags ul {
    padding: 0;
    list-style: none
}

.popular-tags li {
    display: inline-block;
    margin-bottom: 12px
}

.popular-tags li a {
    display: inline-block;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 20px;
    border: 1px solid #e2ebf1;
    font-family: Open Sans, sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #202020;
    transition: all .3s ease
}

.popular-tags li a:hover {
    text-decoration: none;
    color: #fff;
    border: 1px solid #588ee0;
    background-color: #588ee0;
    transition: all .3s ease
}

.instagram-feed li {
    float: left;
    margin: 0
}

.instagram-feed li:not(:nth-child(4n)) {
    margin-right: 4px
}

.instagram-feed li a {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.instagram-feed li a:before {
    color: #fff;
    position: absolute;
    font-size: 24px;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\F16D";
    width: 100%;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    line-height: 60px;
    background-color: rgba(0, 0, 0, .5);
    top: -100%;
    transition: all .3s ease
}

.instagram-feed li a:hover:before {
    top: 0;
    transition: all .3s ease
}

.post-meta {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    color: #171717;
    margin: 25px 0 14px
}

#about_us .post-meta p img {
    float: none
}

#about_us .post-meta p {
    text-align: center
}

#about_us .widget-blog-post {
    margin-bottom: 30px
}

.post-meta .comment-count {
    color: #0bd7fc
}

.exact_news h1 {
    font-family: Gotham Pro, Roboto, sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 2.25rem;
    margin-bottom: 20px
}

.cms-block h1, .cms-block h2, .cms-block h3, .cms-block h4, .cms-block h6 {
    margin-bottom: .5rem;
    margin-top: 1rem
}

.blog-post .social-links {
    margin-top: 13px
}

.blog-post .social-links li {
    display: inline-block
}

.blog-post .social-links li:not(:last-child) {
    margin-right: 12px
}

.blog-post .social-links li a {
    line-height: 42px;
    width: 42px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    background-color: #3649ff;
    opacity: .4;
    transition: all .3s
}

.blog-post .social-links li a:hover {
    opacity: 1;
    transition: all .3s
}

.blog-post .button-link-1, .contact-widget input.button-link-1 {
    line-height: 50px;
    width: 155px;
    background-color: #207ee8;
    margin-top: 42px;
    border: none
}

.blog-post .article-content img, .blog-post .news-content img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto
}

.blog-post .article-content p, .blog-post .news-content p {
    color: #42455a;
    margin-top: 0;
    margin-bottom: 1rem
}

.blog-post .article-content li, .blog-post .news-content li {
    line-height: 1.7;
    font-family: Roboto, sans-serif;
    margin-top: 12px
}

.blog-post .article-content h2, .blog-post .news-content h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: normal;
    font-family: Gotham Pro, Roboto, sans-serif;
    margin: 32px 0 16px
}

.blog-post .article-content ul, .blog-post .news-content ul {
    padding: 0 10px 0 40px;
    margin-bottom: 16px;
    list-style: disc
}

.blog-post .article-content ol, .blog-post .news-content ol {
    list-style: decimal
}

.contact-widget input.button-link-1 {
    width: 120px
}

.blog-listing .blog-post:not(:first-child) {
    margin-top: 90px
}

.blog-pagination, .portfolio-nav, .portfolio-pagination {
    margin-top: 32px;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.blog-pagination li, .portfolio-nav li, .portfolio-pagination li {
    display: inline-block;
    margin-bottom: 4px
}

.blog-pagination-mobile li, .blog-pagination li, .portfolio-pagination li {
    margin-right: 4px
}

.blog-listing .table {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    float: left;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%
}

.blog-listing .table thead th {
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
    font-weight: 700;
    border-left: 1px solid #dee2e6
}

.blog-listing .table thead th:last-child {
    border-right: 1px solid #dee2e6
}

.blog-listing .table tbody {
    border: 1.3px solid #dee2e6
}

.blog-listing .table tbody td {
    vertical-align: middle;
    padding: .75rem;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    font-weight: 400
}

@media (max-width: 648px) {
    .blog-listing .table {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

.blog-pagination li a, .portfolio-nav li a, .portfolio-pagination li a {
    line-height: 24px;
    border-radius: 8px;
    border: 1px solid #e2ebf1;
    display: flex;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #080816;
    height: 44px;
    align-items: center;
    justify-content: space-around;
    transition: all .3s ease
}

.blog-pagination-mobile li a:hover, .blog-pagination li a:hover, .portfolio-nav li a:hover, .portfolio-pagination li a:hover {
    background-color: #8a24f3;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease
}

.blog-pagination-mobile {
    display: none !important
}

@media (max-width: 1199px) {
    .blog-pagination {
        margin-top: 40px
    }
}

@media (max-width: 575px) {
    .blog-pagination {
        display: none !important
    }

    .blog-pagination-mobile {
        flex-wrap: nowrap;
        display: flex !important;
        margin-inline: auto;
        margin-top: 40px;
        justify-content: center
    }

    .blog-pagination-mobile li {
        display: inline-block;
        margin-bottom: 4px
    }

    .blog-pagination-mobile li a {
        line-height: 24px;
        border-radius: 8px;
        border: 1px solid #e2ebf1;
        display: flex;
        font-family: Roboto, sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #080816;
        height: 44px;
        align-items: center;
        justify-content: space-around;
        transition: all .3s ease
    }
}

.blog-pagination-mobile li a, .blog-pagination li a, .portfolio-pagination li a {
    width: 42px;
    text-align: center
}

.blog-pagination li:not(:first-child):not(:last-child) a, .portfolio-pagination li:not(:first-child):not(:last-child) a {
    width: 44px;
    padding: 0
}

.blog-pagination-mobile li a.pagination-next, .blog-pagination-mobile li a.pagination-prev, .blog-pagination li a.pagination-next, .blog-pagination li a.pagination-prev, .portfolio-nav li a, .portfolio-pagination li a.pagination-next, .portfolio-pagination li a.pagination-prev {
    padding: 0 30px
}

.blog-pagination-mobile li a.pagination-next i, .blog-pagination li a.pagination-next i, .portfolio-pagination li a.pagination-next i {
    margin-left: 10px
}

.blog-pagination-mobile a.pagination-prev i, .blog-pagination li a.pagination-prev i, .portfolio-pagination li a.pagination-prev i {
    margin-right: 10px
}

.blog-pagination-mobile .active, .blog-pagination .active {
    background-color: #8a24f3;
    color: #fff;
    border: 0
}

.blog-post .padded-blog-content {
    padding: 0 16px
}

.blog-post .padded-blog-content p {
    margin-bottom: 20px
}

.blog-post .padded-blog-content ul {
    list-style: disc;
    padding: revert;
    margin-block: 20px
}

.blog-post .padded-blog-content ol {
    list-style: decimal;
    padding: revert;
    margin-block: 20px
}

.blog-author {
    padding: 25px 35px;
    border: 1px solid #e2ebf1;
    border-radius: 8px;
    margin-top: 50px
}

.blog-author h6 {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    color: #202020
}

.blog-author section {
    margin-left: 110px
}

.blog-author a {
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    color: #365ef4;
    transition: all .3s ease;
    position: relative;
    font-weight: 400;
    line-height: 1.7
}

.blog-author a:hover {
    text-decoration: none
}

.blog-author a:before {
    content: "\F105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all .3s ease;
    position: absolute;
    opacity: 0;
    left: -30px;
    top: 2px
}

.blog-author a:hover:before {
    left: -15px;
    opacity: 1;
    transition: all .3s ease
}

.blog-listing h3 {
    font-size: 1.75rem
}

.blog-listing h3, .blog-listing h4 {
    font-weight: 500;
    letter-spacing: 0;
    margin: 20px 0 15px
}

.blog-listing h4 {
    font-size: 1.5rem
}

.webinars-seminars .blog-listing h3 {
    margin: 50px 0 0
}

.blog-comments .comment .commenter {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #202020
}

.blog-comments .comment .postedon {
    font-family: Open Sans, sans-serif;
    color: #171717;
    font-size: 14px;
    display: inline-block;
    margin-left: 26px
}

.blog-comments .comment .inner-comment {
    margin-left: 100px
}

.inner-comment p {
    margin-top: 10px
}

.blog-comments .comment.reply-comment {
    margin-left: 100px
}

.blog-comments .replybutton {
    width: 100px;
    text-align: center;
    line-height: 45px;
    border-radius: 23px;
    border: 2px solid #eff1f3;
    color: #000;
    font-family: Open Sans, sans-serif;
    font-size: 11px;
    transition: all .3s ease;
    font-weight: 700
}

.blog-comments .replybutton:hover {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .12);
    transition: all .3s ease;
    text-decoration: none
}

.blog-comments, .blog-listing .contact {
    margin-top: 100px
}

.contact-widget {
    background-size: 100% 100%;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 80px
}

.sign-up-popup .contact-widget {
    padding-bottom: 10px;
    padding-top: 10px
}

.contact-widget input:not([type=submit]), .contact-widget label, .contact-widget textarea {
    width: 100%
}

.contact-widget label {
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    color: #171717;
    position: relative;
    font-weight: 700
}

.required-input:after {
    content: "*";
    color: red;
    font-size: 20px;
    position: absolute;
    top: -6px
}

.contact-widget input:not([type=submit]), .contact-widget textarea {
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    color: #5f5f5f;
    padding: 5px;
    border: none;
    border-bottom: 2px solid #d6d6d6;
    position: relative;
    background: transparent
}

.blog-listing .contact-widget {
    background: none
}

.input-container {
    position: relative;
    margin-bottom: 40px
}

textarea + .input-bottom-line {
    bottom: 6px
}

.input-bottom-line, .input-bottom-line-active {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    background-color: #ff9c4b;
    opacity: 0;
    transition: all .6s ease
}

.error-text, .input-bottom-line-active {
    color: red;
    font-size: 13px
}

.input-bottom-line-active, .input-container input:focus + .input-bottom-line, .input-container textarea:focus + .input-bottom-line {
    width: 100%;
    opacity: 1;
    transition: all .6s ease
}

.blog-comments h3 {
    margin-bottom: 40px
}

.portfolio-browse-1 .portfolio-item-alt {
    width: calc(50% - 3px)
}

.related-projects h3 {
    font-size: 24px;
    letter-spacing: 0
}

.portfolio-browse-1.browse-3col .portfolio-item-alt {
    width: calc(33.33333% - 5.33333px)
}

.portfolio-browse-1.browse-4col .portfolio-item-alt {
    width: calc(25% - 6px)
}

.portfolio-browse-1.browse-4col .portfolio-item-alt h6 {
    margin-top: 50px
}

.portfolio-browse-2 .portfolio-item, .portfolio-browse-3 .portfolio-item {
    position: relative;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    transition: all .2s ease;
    background: #fafbfe;
    overflow: hidden
}

#portfolio-widget-tab-content.gaps .col-sm-6.col-md-3, #portfolio-widget-tab-content.gaps .col-sm-6.col-md-4 {
    padding-left: 27px !important;
    padding-right: 27px !important;
    margin-bottom: 54px
}

.portfolio-browse-2 .portfolio-item img, .portfolio-browse-3 .portfolio-item img {
    width: 100%
}

.content-banner {
    text-align: center
}

.content-banner img {
    max-width: 100%
}

.footer-logo {
    display: inline-block
}

.footer-logo img {
    width: 100px
}

.footer-main {
    padding-bottom: 40px
}

footer h6 {
    color: #010927;
    margin-bottom: 10px
}

footer h6, footer ul li a {
    font-family: Open Sans, sans-serif;
    font-size: 16px
}

footer ul li a {
    color: #3a4366;
    line-height: 40px
}

footer .tag {
    background: #38d5e2;
    margin-left: 10px;
    box-shadow: none;
    transition: all .1s
}

footer .tag:hover {
    text-decoration: none;
    color: #fff;
    background: #16919c;
    transition: all .1s
}

.footer-contact a img {
    margin-right: 15px
}

.footer-android__icon {
    color: #a1c053 !important
}

.footer-android__span {
    font-size: 10px;
    line-height: 1px;
    color: #4d5270;
    padding-left: 35px
}

.footer-contact li a {
    color: #3a4366 !important
}

.footer-bottom p {
    margin: 35px 0 40px
}

.footer-mt-info span {
    width: 100%;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
    font-family: Open Sans, sans-serif
}

.footer-mt-info .link-hover {
    font-family: Open Sans, sans-serif;
    color: #3a4366;
    margin-right: 20px
}

.mt-info__mobile-link {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

.mt-info__mobile-link .link-hover {
    font-family: Open Sans, sans-serif;
    color: #3a4366;
    margin-right: 20px
}

.mt-info__aside:before {
    content: " ";
    background: #e5e5e5;
    width: 1px;
    height: 100%;
    float: left;
    margin-right: 35px
}

.mt-info-aside__list .mt-info-aside__item .link-hover {
    margin: 6px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #222529
}

.mt-info-aside__list .mt-info-aside__item .mt-info__link-active {
    color: #532e6e
}

#GoToTheTop {
    display: none;
    position: fixed;
    bottom: 22px;
    left: 21px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #532c6e;
    color: #fff;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-size: 22px
}

#GoToTheTop:hover {
    opacity: .85
}

.img-fluid {
    width: 100%
}

.row.small-gutters {
    margin-right: -5px;
    margin-left: -5px
}

.row.small-gutters .col-lg-6, .row.small-gutters .col-md-6, .row.small-gutters .col-sm-6, .row.small-gutters .col-xs-6 {
    padding-right: 5px;
    padding-left: 5px
}

.reg_success {
    width: 100%;
    text-align: center;
    margin: 60px 0
}

.reg_success h3 {
    line-height: 1.7
}

.bg-lightgrey1 {
    background: #f3f3f3
}

.is-loading {
    opacity: .5;
    cursor: not-allowed !important
}

.is-visible {
    display: block
}

.is-hidden {
    display: none
}

.is-red {
    background: red !important
}

.display-contents {
    display: contents
}

.notify_small {
    position: fixed;
    right: -260px;
    max-width: 250px;
    bottom: 100px;
    background: #532c6e;
    border-radius: 30px;
    transition-duration: 1s;
    z-index: 10000000000;
    color: #fff;
    padding: 14px 30px
}

.notify_small i {
    margin-right: 7px
}

.homepage .trading-conditions, .homepage .trading-instruments {
    margin-top: 180px
}

.homepage .payment-systems {
    margin-top: 100px
}

.homepage .worldwide-clients img {
    width: 350px
}

.homepage .worldwide-clients .continent-europe {
    width: 500px
}

#payments .portfolio-item .inner-wrapper p {
    font-size: 13px;
    min-height: 45px;
    line-height: 1.7;
    margin-bottom: 0
}

.calendar-importance-color-1 {
    color: #28a745 !important
}

.calendar-importance-border-1 {
    border-color: #28a745 !important
}

.calendar-importance-color-2 {
    color: #ffc107 !important
}

.calendar-importance-border-2 {
    border-color: #ffc107 !important
}

.calendar-importance-color-3 {
    color: #dc3545 !important
}

.calendar-importance-border-3 {
    border-color: #dc3545 !important
}

#margin_requirements h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 50px
}

#margin_requirements .row .row {
    margin-bottom: 50px
}

#margin_requirements .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #6a00c6;
    background: linear-gradient(90deg, #6a00c6, #7700de 35%, #ba00f7)
}

.terms h4 {
    margin: 40px 0 15px
}

#trading_platforms .app_video iframe, .app_video iframe {
    height: 280px;
    width: 100%
}

.webinars-seminars .centered-element {
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    padding: 20px 40px;
    z-index: 2;
    width: 100%
}

.webinars-seminars .centered-element h1 {
    font-size: 40px;
    letter-spacing: 0;
    margin: 20px 0 15px;
    color: #fff
}

.webinars-seminars .centered-element p {
    color: #fff
}

.webinars-seminars .dark-img {
    position: relative
}

.webinars-seminars .dark-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1
}

.webinars-seminars form {
    width: 100%
}

.webinars-seminars .warnings {
    margin: 50px;
    width: 100%;
    text-align: center
}

.webinars-seminars .warnings p {
    color: red;
    margin-bottom: 7px;
    display: none
}

#seminars .inner-wrapper img, #webinars .inner-wrapper img {
    max-width: 50px;
    border-radius: 30px
}

#seminars .inner-wrapper .author-avatar, #webinars .inner-wrapper .author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-right: 5px;
    background-size: cover;
    background-position: top
}

#seminars .inner-wrapper h6, #webinars .inner-wrapper h6 {
    height: 50px;
    overflow: hidden
}

#seminars .inner-wrapper .author, #webinars .inner-wrapper .author {
    height: 40px;
    padding-top: 15px
}

#webinars .inner-wrapper .starts-at {
    line-height: 1;
    color: #3a4366;
    padding-bottom: 15px
}

.seminar-webinar-list-img span {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px
}

.webinars-seminars .calendar-table {
    border-collapse: collapse;
    margin: 20px auto;
    width: auto
}

.webinars-seminars .calendar-table tr td {
    border: 1px solid hsla(0, 0%, 100%, .2);
    height: 73px;
    width: 80px;
    padding-top: 8px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    position: relative
}

.webinars-seminars .calendar-table tr td:after {
    top: 20px
}

.webinars-seminars .calendar-table tr td:after, .webinars-seminars .calendar-table tr td:before {
    content: "";
    position: absolute;
    right: -2px;
    height: 3px;
    width: 3px;
    border-radius: 2px;
    background-color: #fff
}

.webinars-seminars .calendar-table tr td:before {
    top: 35px
}

.webinars-seminars .calendar-table tr td:last-child:after, .webinars-seminars .calendar-table tr td:last-child:before {
    width: 0;
    height: 0
}

.webinars-seminars .calendar-table tr td .number {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 1
}

.webinars-seminars .calendar-table tr td .title {
    font-size: 8px;
    font-weight: 300;
    line-height: 11px;
    text-transform: uppercase
}

.webinars-seminars .host {
    margin-top: 50px
}

.webinars-seminars .host img {
    width: 70px;
    border-radius: 35px;
    margin-right: 0
}

.webinars-seminars .host .author-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: block;
    margin: auto;
    background-size: cover;
    background-position: top
}

.webinars-seminars .testimonial p {
    font-weight: 300
}

.seminar-webinar-list-img, .webinar_list_img {
    max-height: 200px;
    overflow: hidden
}

#show_more_webinars.loading .fa-refresh {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

#MapModal #map {
    width: 100%;
    height: 350px
}

.google_map_view_link {
    border-bottom: 1px dashed;
    text-decoration: none;
    padding-bottom: 3px
}

#mt4-se .widget-2 img {
    width: 100%
}

#mt4 .mt4-download-btn-block a i {
    margin-right: 7px
}

#mt4 .download-item {
    font-size: 36px;
    margin: 0 15px;
    color: #3490dc
}

#mt4 .download-for-android, #mt4 .download-for-ipad, #mt4 .download-for-iphone, #mt4 .download-for-mac, #mt4 .download-for-windows {
    display: none
}

#mt4 .download-for-android i, #mt4 .download-for-ipad i, #mt4 .download-for-iphone i, #mt4 .download-for-mac i, #mt4 .download-for-windows i {
    font-size: 16px;
    margin-right: 7px
}

#start_trading .plan-box {
    padding-bottom: 60px
}

#start_trading .quotes-container {
    flex-flow: row wrap;
    justify-content: space-around
}

#start_trading .nav-link {
    color: #8e44ad
}

#start_trading .nav .active {
    background-color: #8e44ad !important;
    color: #fff !important
}

#start_trading .tab-content {
    box-shadow: 0 1px 5px 0 rgba(0, 43, 89, .22);
    padding: 5px 5px 0
}

.sign-up-popup .signUpFormContainer {
    max-width: 100%;
    box-shadow: none;
    padding: 0 20px
}

.sign-up-popup .signup-login-link, .sign-up-popup .signup-title {
    display: none
}

.sign-up-page .nav-pills .nav-item img {
    width: 40px
}

.sign-up-page .tab-pane img {
    width: 120px
}

.form-error_alert {
    display: none;
    padding: 15px;
    border: 2px solid red;
    color: red;
    margin-bottom: 20px
}

.nav-pills .show > .nav-link, .sign-up-page .nav-pills .nav-link.active {
    color: #000;
    background-color: #fff;
    border-bottom: 2px solid #d6d6d6
}

.sign-up-page .nav-pills .nav-link {
    border-radius: 0;
    font-size: 19px;
    color: #000
}

.sign-up-page .nav-pills .nav-link i {
    margin-right: 7px
}

.sign-up-page .form-check-input, .sign-up-popup .form-check-input {
    width: 20px !important
}

.sign-up-page .checkbox-text, .sign-up-popup .checkbox-text {
    display: inline
}

.signup-footer {
    text-align: center
}

.bg-patch {
    width: 100%;
    height: 150px;
    background: linear-gradient(181.76deg, rgba(255, 175, 221, .53) -152.04%, rgba(133, 67, 153, .74) 176.13%)
}

.content-404 {
    margin: 50px auto;
    background: url(/static/home/images/bg404.png) no-repeat 50%;
    background-size: 70%
}

.content-404 a, .content-404 p {
    font-size: 24px;
    line-height: 31px
}

.link-404 {
    font-family: Open Sans, sans-serif;
    text-decoration: none;
    color: #854399 !important
}

.link-404:hover {
    text-decoration: none;
    color: #854399
}

.img-404 {
    display: block;
    margin: 50px auto 0
}

.list-404 {
    margin-top: 38px;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

#event_signup_handler input[type=checkbox] {
    width: 25px;
    height: 17px
}

.bottom-social {
    padding: 50px 0
}

.bottom-social img {
    max-width: 35px !important;
    transition: .4s
}

.bottom-social a {
    margin: 0 23px;
    transition: .4s
}

.bottom-social a:hover img {
    margin-top: -15px
}

.btn-light-violet, .button-1, .button-2 {
    display: inline-block;
    border: none;
    background: #4e306a;
    transition: background-color 2s ease-out;
    border-radius: 30px;
    padding: 12px 40px;
    font-size: 12px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important;
    margin: 1px 1px 0;
    cursor: pointer
}

.button-2 {
    background: #ffc30a;
    background: linear-gradient(90deg, #ffc30a, #f29720 0, #ffb800)
}

.btn-simple {
    display: inline-block;
    height: 40px;
    min-width: 200px;
    line-height: 38px;
    border-radius: 40px;
    padding: 0 45px !important;
    background-size: 200% auto;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400 !important;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition-timing-function: ease;
    transition-duration: .5s;
    transition-property: background, color;
    white-space: nowrap;
    background: transparent;
    border: 1px solid #8e44ad;
    color: #8e44ad
}

.btn-simple:hover {
    color: #fff;
    background: #8e44ad
}

input[type=checkbox] {
    position: relative
}

input[type=checkbox]:after {
    background-color: #fff;
    cursor: pointer
}

input[type=checkbox]:after, input[type=checkbox]:checked:after {
    position: absolute;
    content: "";
    top: -1px;
    left: 3px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    height: 20px;
    width: 20px
}

input[type=checkbox]:checked:after {
    display: inline-block;
    background: url(/static/home/images/checkbox-cheked.png) no-repeat;
    background-size: auto;
    background-position: 50%;
    background-color: #fff;
    color: #dc67aa;
    font-weight: 300;
    text-align: center;
    padding-top: 2px
}

.select-css {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #999;
    padding: 11px 7px 12px 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid silver;
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(/static/home/images/arrow-down.svg), linear-gradient(180deg, #fff 0, #f0f0f0);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%
}

.select-css::-ms-expand {
    display: none
}

.select-css:hover {
    border-color: #efc19b
}

.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(239, 193, 155, .3);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none
}

.select-css option {
    font-weight: 400
}

.pushtop-50 {
    margin-top: 50px
}

.pb-70 {
    padding-bottom: 70px
}

.swap-free__header {
    width: 100%;
    padding-top: 160px;
    position: relative;
    background: url(/static/home/images/cloud-min.png);
    background-size: cover
}

.swap-free__header-content {
    position: relative;
    z-index: 999
}

.swap-free__header-text {
    font-family: Segoe UI, sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 120%;
    color: #fff
}

.section__swap-free {
    padding: 60px 0
}

.title__text {
    font-family: Segoe UI, sans-serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 120%;
    text-transform: uppercase
}

.paragraph-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #2f2f2f;
    line-height: 26px
}

.what__block {
    padding: 70px 0
}

.what__block a {
    color: purple
}

.how__block, .zero__block {
    background: #f0f1f4
}

.what__title-margin {
    margin-bottom: 30px
}

.zero__text-paragraph {
    font-size: 18px
}

.open__btn-margin {
    margin-top: 60px
}

.open__text {
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    color: #010927;
    font-weight: 700
}

.how__step-title-margin {
    margin-bottom: 70px
}

.how__pretitle {
    font-size: 18px;
    padding: 0 200px
}

.how__text {
    display: flex
}

.how__text-content {
    font-size: 24px;
    margin: 0 auto
}

.how__step-content-margin {
    margin-top: 120px
}

.how__step-title {
    font-size: 38px
}

.how__step-text {
    position: relative;
    top: 120px;
    z-index: 2;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #000
}

.how__step-pic {
    position: relative;
    z-index: 1
}

.pic01 {
    width: 274px
}

.pic02, .pic03 {
    width: 336px
}

.pic01, .pic02, .pic03 {
    height: 198px
}

.swap__free-form {
    width: 100%;
    position: relative;
    background: url(/static/home/images/abstrac-bgt.png);
    background-size: cover
}

.swap-free__form-img {
    position: relative;
    z-index: 2;
    top: 70px;
    left: 30%
}

.header-top-lang .dropdown-menu.show {
    left: -215% !important
}

.android__img, .ios__img, .mac__img, .win__img {
    text-align: center
}

.android__pic, .ios__pic, .mac__pic, .win__pic {
    max-height: 350px;
    width: auto !important
}

.mt4__indicators {
    bottom: -30px !important
}

.mt4__carousel-padding {
    padding: 30px 0 !important
}

.mt4__slide {
    background-color: #8b4e9d !important
}

.investing-section__descr {
    display: -webkit-box
}

.about-us__img {
    height: 120px;
    margin-right: 10px
}

.about-us__post-title {
    font-size: 16px !important;
    text-transform: uppercase
}

.about-us__description {
    font-size: 12px !important
}

@media (min-width: 525px) {
    .widget-24 .testimonial__box {
        height: 350px
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    #seminars .inner-wrapper h6, #webinars .inner-wrapper h6 {
        height: 90px;
        overflow: hidden
    }
}

@media (min-width: 768px) {
    .carousel-control.left, .carousel-control.right {
        box-shadow: none;
        background-color: #55586a;
        text-align: center
    }

    .carousel-control {
        color: #efc09b;
        height: 60px;
        width: 60px;
        top: 44%
    }

    .carousel-control.left {
        left: 40px;
        background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1)
    }

    .carousel-control.right {
        right: 40px;
        background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1)
    }

    .carousel-control.left i, .carousel-control.right i {
        line-height: 60px
    }

    .swap-free__header:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(/static/home/images/cloud-long2v2-min.png), url(https://mtr-cdn.com/img/mtweb/sections/start/swap_free/Cloud-long2v2-min.png);
        background-size: cover;
        -webkit-animation: wind 30s linear infinite;
        animation: wind 30s linear infinite
    }

    @-webkit-keyframes wind {
        0% {
            background-position: 0 0, 600px 0, 900px 0;
            opacity: 0
        }
        3% {
            opacity: .1
        }
        10% {
            opacity: .3
        }
        25% {
            opacity: .6
        }
        50% {
            opacity: .9
        }
        75% {
            opacity: .6
        }
        90% {
            opacity: .3
        }
        97% {
            opacity: .1
        }
        to {
            background-position: 1200px 0, 1500px 0, 1800px 0;
            opacity: 0
        }
    }@keyframes wind {
         0% {
             background-position: 0 0, 600px 0, 900px 0;
             opacity: 0
         }
         3% {
             opacity: .1
         }
         10% {
             opacity: .3
         }
         25% {
             opacity: .6
         }
         50% {
             opacity: .9
         }
         75% {
             opacity: .6
         }
         90% {
             opacity: .3
         }
         97% {
             opacity: .1
         }
         to {
             background-position: 1200px 0, 1500px 0, 1800px 0;
             opacity: 0
         }
     }.widget-24 .testimonial__box {
          height: 300px
      }
}

@media (min-width: 992px) {
    .pushleft-50-md {
        padding-left: 50px
    }

    .footer-contact li a {
        white-space: nowrap
    }

    .mt-info__mobile-link {
        display: none
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

@media (max-width: 1600px) {
    .widget-7-main {
        height: 53vw
    }
}

@media (max-width: 1400px) {
    .widget-7-main {
        height: 60vw
    }

    .widget-16 {
        padding: 100px 0
    }
}

@media (max-width: 1300px) {
    .header-slide h1, .header-slide h2 {
        font-size: 50px
    }

    .header-slide p {
        font-size: 18px;
        line-height: 1.7
    }

    .widget-7-main {
        height: auto;
        background-size: cover
    }

    .widget-7 .rising-elm.elm-1 {
        top: 200px
    }

    .widget-7 .rising-elm.elm-2 {
        top: 0
    }

    .widget-7 .rising-elm.elm-3 {
        top: 200px
    }
}

@media (max-width: 1200px) {
    .alt-layout #desktop-menu {
        left: 100px
    }

    .alt-layout #desktop-menu > ul > li:not(:last-child) {
        margin-right: 20px
    }

    .widget-blog-post .post-meta p {
        padding-top: 6px
    }

    .widget-16 {
        background-size: 100% 100%
    }

    .widget-17 .form, .widget-17 form {
        margin-left: 0;
        margin-right: 0
    }

    .portfolio-browse-1.browse-4col .portfolio-item-alt {
        width: calc(33.33333% - 5.33333px)
    }
}

@media (max-width: 991px) {
    #topbar {
        background-color: rgba(0, 0, 0, .2);
        height: 70px;
        position: static;
        background-size: 100% 100%;
        border-bottom: 1px solid #aaa;
        background: #8e44ad
    }

    #topbar .top-util {
        right: 0
    }

    .side-menu-container, .top-util .side-menu {
        display: block
    }

    .header-slide p {
        display: none
    }

    .header-slide h1, .header-slide h2 {
        text-align: center;
        font-size: 40px;
        margin-top: 20px
    }

    .header-slide .button-link-1 {
        margin-left: auto;
        margin-right: auto
    }

    .navbar__element-hidden {
        display: none
    }

    .widget-2 {
        text-align: center !important
    }

    .widget-2 .button-link-1 {
        margin-right: auto;
        margin-left: auto;
        float: none
    }

    .widget-2 h3 + p {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .widget-2 img {
        margin-top: 20px;
        width: 100% !important
    }

    .widget-2.text-left.expanded img, .widget-2.text-right.expanded img {
        position: relative;
        margin-bottom: 30px
    }

    .card-mt-fix {
        margin-top: 20px
    }

    .widget-13 .partners a {
        width: 50%;
        min-height: 170px
    }

    .widget-16 {
        background: transparent;
        text-align: center
    }

    .widget-16 .button-link-1 {
        background: #38d5e2;
        border: none;
        margin-top: 30px !important;
        margin-bottom: 10px
    }

    .portfolio-browse-1.browse-3col .portfolio-item-alt {
        width: calc(50% - 4px)
    }

    .portfolio-browse-1.browse-4col .portfolio-item-alt {
        width: calc(50% - 6px)
    }

    .blog-sidebar {
        margin-top: 50px
    }

    .drawing {
        display: none
    }

    .alt-layout #desktop-menu > ul > li:not(:last-child) {
        margin-right: 0
    }

    .alt-layout #desktop-menu {
        left: 65px
    }

    .widget-21 .size-1x1, .widget-21 .size-1x2 {
        width: calc(50% - 3px)
    }

    .widget-21 .size-2x1 {
        width: 100%
    }

    #investing .widget-11-elm img {
        margin-bottom: 10px
    }

    #investing .widget-11__box, #trading_platforms .widget-11__box {
        display: inline;
        justify-content: center
    }

    #investing .widget-11 .pull-left, #investing .widget-11 .pull-right, #trading_platforms .widget-11 .pull-left, #trading_platforms .widget-11 .pull-right {
        float: none
    }

    #investing .widget-11-elm, #trading_platforms .widget-11-elm {
        text-align: center
    }

    #investing .widget-11 .text-right section, #trading_platforms .widget-11 .text-right section {
        margin-right: 0
    }

    #investing .widget-11 .text-left section, #trading_platforms .widget-11 .text-left section {
        margin-left: 0
    }

    #investing .investing-how-it-works .row, #trading_platforms .investing-how-it-works .row {
        margin: 50px 0 70px
    }

    .section-left, .section-right {
        margin-left: auto
    }

    .order-fix1 {
        order: 1
    }

    .order-fix2 {
        order: 2
    }

    .pushtop-60-sm {
        margin-top: 60px
    }

    .pushtop-50-sm {
        margin-top: 50px
    }

    .pushtop-20-sm {
        margin-top: 20px
    }

    .banner-pushtop-30-fix {
        margin-top: 0
    }

    .banner-center-fix {
        text-align: center
    }

    .what__title-margin {
        margin-bottom: 30px
    }

    .open__pic {
        width: 100px
    }

    .open__btn-margin, .open__pic {
        margin-top: 30px
    }

    .text-center-md {
        text-align: center;
        display: inline !important
    }

    .how__pretitle {
        padding: 0 10px
    }

    .how__step-title-margin {
        margin-bottom: 40px
    }

    .how__step-content-margin {
        margin-top: 60px
    }

    .how__step-block {
        margin: 10px 0
    }

    .how__step-text {
        top: 70px
    }

    .pic01 {
        width: 152px
    }

    .pic02, .pic03 {
        width: 186px
    }

    .pic01, .pic02, .pic03 {
        height: 110px
    }

    .mt-info__aside {
        display: none
    }

    .mt-info__aside:before {
        content: " ";
        display: none
    }

    .bg-patch {
        display: none
    }
}

@media (max-width: 950px) {
    .alt-layout .top-util {
        right: 10px
    }
}

@media (max-width: 767px) {
    #start_trading {
        margin-top: 30px
    }

    #start_trading .button-1 {
        margin-left: auto;
        margin-right: auto
    }

    .pushtop-200-desktop {
        margin-top: 0 !important
    }

    .pushtop-100-desktop, .pushtop-130-desktop {
        margin-top: 0
    }

    .pushtop-50-min {
        margin-top: 50px
    }

    .pushtopb-30-min {
        margin-top: 30px
    }

    #topbar .logo {
        left: 10px
    }

    footer {
        text-align: center
    }

    h2 {
        font-size: 45px;
        line-height: 1.2
    }

    .blog-post .social-links {
        float: none;
        margin-top: 30px
    }

    .portfolio-browse-1 .portfolio-item-alt, .portfolio-browse-1.browse-3col .portfolio-item-alt, .widget-21 .size-1x1, .widget-21 .size-1x2 {
        width: 100%
    }

    .portfolio-browse-1 .inner-wrapper, .related-projects .inner-wrapper, .widget-21 .inner-wrapper {
        width: 90%;
        height: 90%;
        opacity: 1
    }

    .hidden-mobile {
        display: none !important
    }

    .webinars-seminars .calendar-table tr td {
        color: #000;
        border: 1px solid rgba(0, 0, 0, .2)
    }

    .webinars-seminars .centered-element {
        position: relative !important;
        padding: 0;
        margin-bottom: 30px
    }

    .webinars-seminars .centered-element h1 {
        color: #171717 !important;
        font-size: 26px !important
    }

    .webinars-seminars .centered-element h2 {
        color: #171717 !important;
        font-size: 20px !important
    }

    .webinars-seminars .centered-element p {
        color: #171717 !important
    }

    .homepage .widget-1 .image-holder {
        min-height: 0
    }

    .homepage .widget-1 .image-holder img {
        margin-top: 0
    }

    .homepage .widget-1 section p {
        margin-bottom: 60px
    }

    .homepage .payment-systems, .homepage .trading-conditions, .homepage .trading-instruments {
        margin-top: 30px !important
    }

    .offset-text-fix {
        margin: 0 auto;
        width: 90%
    }

    .content-404 {
        margin: 50px auto
    }

    .bottom-social a {
        margin: 0 13px
    }

    .bottom-social img {
        max-width: 27px !important
    }

    .swap-free__form-img {
        left: 10%
    }

    .award-img {
        width: 140px
    }

    .award-img:nth-of-type(odd) {
        margin: 18px 7px 18px 0
    }

    .award-img:nth-of-type(2n) {
        margin: 18px 0 18px 7px
    }
}

@media (min-width: 767px) {
    .visible-mobile {
        display: none !important
    }
}

@media (max-width: 575px) {
    .page-header-bg2 {
        background: url(/static/home/images/2-min.jpg)
    }

    .page-header-bg3 {
        background: url(/static/home/images/3-min.jpg)
    }

    .page-header-bg4 {
        background: url(/static/home/images/4-min.jpg)
    }

    .page-header-bg5 {
        background: url(/static/home/images/5-min.jpg)
    }

    .page-header-bg6 {
        background: url(/static/home/images/6-min.jpg)
    }

    .page-header-bg7 {
        background: url(/static/home/images/7-min.jpg)
    }

    .page-header-bg8 {
        background: url(/static/home/images/8-min.jpg)
    }

    .page-header-bg9 {
        background: url(/static/home/images/9-min.jpg)
    }

    .page-header-bg10 {
        background: url(/static/home/images/10-min.jpg)
    }

    .page-header-bg13 {
        background: url(/static/home/images/13-min.jpg)
    }

    .page-header-partnership {
        background: url(/static/home/images/partnership-min.jpg) no-repeat;
        background-size: cover
    }

    header {
        margin-bottom: 50px
    }

    .header-slide .button-link-1 {
        line-height: 40px;
        width: 160px;
        margin-top: 10px
    }

    .header-slide > .container {
        padding-top: 0
    }

    .widget-7 .rising-elm {
        width: 50%
    }

    .widget-7 .rising-elm .img-pin {
        display: none
    }

    .portfolio-browse-1.browse-4col .portfolio-item-alt {
        width: 100%
    }

    .homepage .widget-12 {
        padding: 0
    }

    .widget-17 .form, .widget-17 form {
        background-size: cover;
        background-image: none;
        background: #f5bda9;
        background: linear-gradient(90deg, #f5bda9, #d18aa4 52%, #ac589f);
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
    }

    .widget-17 .form input[type=email], .widget-17 form input[type=email] {
        width: calc(100% - 70px)
    }

    .widget-17 .form input[type=submit], .widget-17 form .subscribe_btn, .widget-17 form input[type=submit] {
        padding: 0 25px
    }

    #investing .widget-14 .img-holder {
        padding: 0
    }

    .terms {
        margin: 0 auto;
        width: 80%
    }

    .footer_information p {
        display: inline-block
    }
}

@media (max-width: 495px) {
    .widget-24 {
        background-position-y: 380px
    }
}

@media (max-width: 450px) {
    #topbar {
        position: static;
        background-size: 100% 100%;
        border-bottom: 1px solid #aaa;
        background: #8e44ad
    }

    .header-slide h1, .header-slide h2 {
        font-size: 28px
    }

    .buttons .button-link-1:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px
    }

    .blog-author img {
        margin: 30px
    }

    .blog-author section {
        margin-left: 0;
        margin-top: 40px
    }

    .award-img {
        width: 140px
    }
}

@media (max-width: 425px) {
    #margin_requirements h4 {
        padding: 0 10px
    }

    .title__text {
        font-family: Segoe UI, sans-serif;
        font-size: 36px;
        font-weight: 700
    }

    .swap-free__header {
        padding: 60px 0
    }

    .swap-free__header-text {
        padding-bottom: 0;
        font-weight: 500;
        font-size: 30px;
        text-align: center;
        z-index: 2
    }

    .swap-free__img {
        position: absolute;
        z-index: 1;
        width: 130px !important;
        top: -117px;
        left: 60%
    }

    .open__text {
        font-size: 14px
    }

    .open__pic {
        width: 80px
    }

    .how__img1, .how__img2 {
        position: relative
    }

    .how__img1 {
        left: 10%
    }

    .how__text-content {
        font-size: 14px
    }

    .how__step-title {
        font-size: 28px
    }

    .text-left-sm {
        text-align: left
    }

    footer ul li a {
        font-size: 12px
    }

    .footer-contact a img {
        line-height: 18px;
        width: 18px;
        margin-right: 4px
    }

    .padding-left-30-xs {
        padding-left: 30px;
        padding-right: 0
    }

    .widget-24 .testimonial__content .quotes-sub, .widget-24 .testimonial__content .quotes-sup {
        display: none
    }

    .footer-android__span {
        padding-left: 47px !important
    }
}

@media (max-width: 375px) {
    .pushtop-50-fix {
        margin-top: -20px
    }

    .mac__pic, .win__pic {
        padding: 20px 0
    }
}

.page-header {
    background-position: 50% !important;
    background-size: cover !important;
    height: 375px;
    width: 100%
}

@media (max-width: 991px) {
    .page-header {
        margin-top: 0
    }
}

@media (max-width: 769px) {
    .page-header {
        height: 470px
    }
}

.page-header h1, .page-header h2, .page-header p {
    position: relative;
    width: 100%;
    z-index: 2
}

@media (max-width: 767px) {
    .page-header h1, .page-header h2, .page-header p {
        padding: 0 20px
    }
}

.page-header h1, .page-header h2 {
    font-family: Segoe UI, sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #fff
}

@media (max-width: 767px) {
    .page-header h1, .page-header h2 {
        font-size: 40px
    }
}

@media (max-width: 575px) {
    .page-header h1, .page-header h2 {
        font-size: 30px
    }
}

.page-header p {
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-top: 15px
}

.page-header .article-header-img {
    margin-top: -80px
}

.page-header.no-header-image {
    background-position: 0 0 !important;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
    height: auto
}

@media (max-width: 991px) {
    .page-header.no-header-image {
        padding: 0
    }
}

.page-header-bg2 {
    background-image: url(/static/home/images/2.png)
}

.page-header-bg3 {
    background-image: url(/static/home/images/3.png)
}

.page-header-bg4 {
    background-image: url(/static/home/images/4.png)
}

.page-header-bg5 {
    background-image: url(/static/home/images/5.png)
}

.page-header-bg6 {
    background-image: url(/static/home/images/6.png)
}

.page-header-bg7 {
    background-image: url(/static/home/images/7.png)
}

.page-header-bg8 {
    background-image: url(/static/home/images/8.png)
}

.page-header-bg9 {
    background-image: url(/static/home/images/9.png)
}

.page-header-bg10 {
    background-image: url(/static/home/images/10.png)
}

.page-header-bg13 {
    background-image: url(/static/home/images/13.png)
}

.header-download-app {
    width: 100%;
    height: 58px;
    background: #b269a1;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px
}

.header-download-app .fa-android {
    font-size: 34px
}

.header-download-app .fa-chevron-right {
    margin-top: 12px
}

.header-download-app a {
    color: #fff
}

.header-download-app p {
    font-size: 12px;
    display: inline-block;
    padding: 3px 0 0 10px;
    line-height: 1.3;
    color: #fff
}

.header-download-app p span {
    font-size: 13px;
    font-weight: 600
}

nav {
    text-align: center
}

nav .top-level {
    display: flex
}

nav .top-level > li > a {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Open Sans, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding-right: 10px
}

nav .top-level > li > .link-hover:after {
    margin-top: 5px;
    height: 2px;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto
}

nav > ul > li {
    align-items: center;
    display: flex;
    height: 75px
}

nav > ul > li > * {
    line-height: 40px
}

nav > ul > li:not(:last-child) {
    margin-right: 25px
}

nav .collapse {
    display: block
}

.submenu {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    top: 75px;
    transition: all .3s ease;
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.mobile-submenu-lang li a img {
    margin-right: 7px
}

nav .with-submenu:hover .submenu {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    transform: translateY(20px);
    -webkit-animation: drag-up .4s ease forwards;
    animation: drag-up .4s ease forwards
}

nav .submenu {
    background: hsla(0, 0%, 100%, .92);
    padding: 20px 33px
}

nav .simple-menu {
    min-width: 250px
}

.sidebar-nav-body li > a {
    line-height: 40px
}

.sidebar-nav-body li > a, nav .submenu a {
    font-family: Open Sans, sans-serif;
    color: #5c5c5c;
    font-size: 12px;
    position: relative;
    left: 0;
    transition: all .3s ease
}

.sidebar-nav-body li > a:hover, nav .submenu a:hover {
    color: #477ae2;
    left: 14px;
    transition: all .3s ease;
    text-decoration: none
}

.sidebar-nav-body li > a:before, nav .submenu a:before {
    content: "\F105";
    color: #477ae2;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all .3s ease;
    position: absolute;
    top: 1px;
    left: -12px;
    opacity: 0
}

.sidebar-nav-body li > a:hover:before, nav .submenu a:hover:before {
    opacity: 1;
    transition: all .5s ease
}

nav .mega-menu {
    width: 100%;
    left: 0;
    padding: 35px 0
}

.sidebar-nav-body h6, nav .mega-menu h6 {
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #171717;
    margin-bottom: 0
}

.sidebar-nav-body .subtitle, nav .mega-menu .subtitle {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    color: #477ae2;
    font-size: 13px
}

nav .mega-menu .col-md-3:not(:last-child) {
    border-right: 1px solid #c0c6d8;
    margin-right: -1px
}

nav .mega-menu-inner {
    padding: 0 35px
}

nav .menu-image-1 {
    border: 3px solid #c7c8cf
}

#desktop-menu .btn-link-violet {
    padding: 5px 25px;
    font-size: 14px
}

.desktop-menu-log-reg {
    margin-top: -52px
}

.desktop-menu-log-reg a {
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
    color: #fff
}

.header-top-lang .current-lang {
    color: #fff
}

@media (max-width: 991px) {
    .desktop-menu-log-reg {
        margin-top: -75px;
        float: right;
        max-width: 150px
    }

    .desktop-menu-log-reg a {
        margin-right: 0
    }

    .nav-desktop {
        display: none !important
    }

    .navbar-collapse > ul li {
        display: block
    }

    .alt-layout #desktop-menu {
        top: auto
    }

    .navbar-collapse {
        max-height: 1000px;
        transition: all .7s ease;
        margin-bottom: 10px
    }

    .navbar-collapse.collapse {
        max-height: 0;
        overflow: hidden;
        transition: all .7s ease
    }

    .navbar-toggler {
        display: block;
        margin-top: 30px
    }

    .navbar-toggler.clicked {
        background-color: hsla(0, 0%, 100%, .5)
    }

    nav {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        top: -60px;
        line-height: 35px
    }

    .navbar-collapse > ul {
        background-color: hsla(0, 0%, 100%, .9);
        width: 300px
    }

    nav ul li i {
        right: 40%
    }

    nav .navbar-collapse {
        float: none
    }

    nav > ul > li:not(:last-child) {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    #desktop-menu {
        display: none
    }
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0
}

a {
    color: #3490dc;
    text-decoration: none;
    cursor: pointer
}

* {
    outline: 0
}

body, html {
    overflow-x: hidden
}

ol, ul {
    list-style: none
}

.widget-content-main {
    text-align: left
}

.widget-content-main .container .row .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.widget-content-main .container .row .col-lg-6 .\--link {
    margin-top: 20px
}

.widget-content-main .button-link-1 {
    margin-right: auto;
    margin-left: auto;
    float: none
}

.widget-content-main h3 + p {
    margin-right: 0;
    margin-left: 0
}

.widget-content-main p:not(.pretitle) {
    margin-bottom: 10px
}

.widget-content-main img {
    margin-top: 20px;
    width: 100%
}

@media (min-width: 767px) {
    .widget-content-main {
        margin-top: 130px
    }
}

.widget-img-text {
    padding: 80px 0
}

.widget-img-text h6 a {
    color: #010927;
    text-decoration: none
}

.widget-img-text .\--image {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.partnership .paidout-commission .container img {
    width: 100%;
    max-width: 400px
}

.partnership .widget-img-text {
    padding-bottom: 0
}

.partnership .widget-img-text .testimonial .testimonials-content {
    overflow: hidden
}

.partnership .widget-img-text .testimonial .testimonial-readmore {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px
}

.partnership .widget-img-text .testimonial .testimonial-info {
    display: flex;
    flex-direction: row;
    justify-content: left
}

.partnership .widget-img-text .testimonial .testimonial-info span {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.partnership .key-features {
    background-image: url(/static/home/images/rocket-bg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top;
    width: 100%;
    display: flex;
    flex-direction: column
}

.partnership .key-features--header {
    height: 250px
}

.partnership .key-features--list {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.partnership .key-features--list > div {
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0 auto 50px;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    box-shadow: 0 20px 30px -16px rgba(9, 9, 16, .2)
}

.partnership .key-features--list > div > div {
    padding-right: 10px
}

.partnership .key-features--list > div > div, .partnership .key-features--list > div > span {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.partnership .key-features--list > div span:nth-child(2) {
    text-align: left
}

.partnership .key-features--list img {
    width: 60px
}

@media (min-width: 767px) {
    .partnership .key-features--list > div:nth-child(odd) {
        margin-left: 33%
    }

    .partnership .key-features--list > div:nth-child(2n) {
        margin-left: 43%
    }
}

@media (min-width: 767px) {
    .partnership .widget-img-text:nth-child(2n) .container .row {
        display: flex;
        flex-direction: row-reverse
    }

    .partnership .paidout-commission .container h3 {
        letter-spacing: 3.5px
    }

    .partnership .widget-img-text {
        padding-bottom: 80px
    }
}

@media (min-width: 767px) {
    .seminars .\--header {
        margin-top: 50px;
        text-align: center
    }

    .seminars .\--header h2, .seminars .\--header h3, .seminars .\--header p {
        color: #fff
    }
}

.terms p {
    margin-bottom: 15px
}

#csModal.show {
    z-index: 9999
}

#manager_login .form-check-label {
    margin: 3px 0 0 10px;
    float: left
}

#manager_login input[type=checkbox] {
    float: left
}

.pushbottom-0 {
    margin-bottom: 0 !important
}

.padding-top-0 {
    padding-top: 0 !important
}

.margin-0-fix {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.center-flex, .centered {
    margin: 0 auto
}

.center-flex {
    display: flex;
    align-items: center;
    width: 100%
}

.link-up {
    position: fixed;
    bottom: 30px;
    left: 12px;
    z-index: 99999
}

.faq__welcome-title {
    font-family: Segoe UI, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    color: #212529
}

.faq__main-description {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    color: #303030;
    font-weight: 500
}

.faq-nav__items, .values__group {
    display: flex;
    flex-wrap: wrap
}

.faq-nav__items {
    margin: 0 auto;
    padding-left: 80px
}

.faq-nav__item {
    display: flex;
    margin: 20px auto
}

.faq-nav__link {
    font-family: Segoe UI, sans-serif;
    margin-left: 20px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    color: #303030;
    font-weight: 600
}

.faq-nav__link:hover {
    margin-left: 20px;
    color: #303030;
    text-decoration: none
}

.faq__pre-title {
    font-family: Segoe UI, sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    color: #303030;
    font-weight: 600
}

.font- {
    font-size: 22px;
    font-weight: 500
}

.faq-card {
    margin: 4px 0
}

.faq-card, .faq-card__header {
    border-radius: 10px;
    border: 1px solid rgba(106, 82, 115, .19)
}

.faq-card__header {
    background-color: #f7f7f7;
    display: flex;
    margin-bottom: 0
}

.odd:before {
    background-color: #d271a8
}

.even:before, .odd:before {
    content: "";
    min-width: 7px;
    min-height: 58px;
    border-radius: 3px
}

.even:before {
    background-color: #692c79
}

.question-text {
    font-family: Segoe UI, sans-serif;
    margin: auto auto auto 16px;
    font-size: 18px;
    font-weight: 600
}

.answer-text, .question-text {
    letter-spacing: 0;
    line-height: 24px;
    color: #303030
}

.answer-text {
    font-family: Open Sans, sans-serif;
    font-size: 16px
}

.faq-card__body ol, .faq-card__body ul {
    margin-top: 10px;
    margin-bottom: 10px
}

.faq-card__body ul {
    list-style-type: disc;
    padding-left: 40px
}

.faq-card__body ol {
    list-style-type: decimal;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    color: #303030
}

.faq__input {
    position: absolute !important;
    opacity: 0;
    z-index: -1
}

.tabs {
    border-radius: 8px
}

.tab, .tabs {
    overflow: hidden
}

.tab {
    width: 100%
}

.tab-label {
    display: flex;
    cursor: pointer
}

.tab-label:after {
    content: url(https://mtr-cdn.com/img/mtweb/sections/faq/up.png);
    transition: all .35s;
    margin: auto 12px auto auto;
    text-align: right
}

.faq-tab-content {
    max-height: 0
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    cursor: pointer
}

.faq__input:checked + .tab-label:after {
    content: url(https://mtr-cdn.com/img/mtweb/sections/faq/down.png)
}

.faq__input:checked ~ .faq-tab-content {
    max-height: 100vh;
    padding: 20px
}

.faq__container {
    background: #fff;
    position: relative;
    padding-top: 30px
}

@media (max-width: 991px) {
    .faq-nav__items {
        padding-left: 0
    }

    .faq__main-title {
        margin-top: 30px
    }
}

.mt-news {
    text-align: start;
    -moz-text-align-last: start;
    text-align-last: start;
    display: inline-block
}

.mt-news:not(:first-child,:nth-child(2),:nth-child(3),:nth-child(4)) {
    max-width: 32%
}

@media only screen and (max-width: 1199px) {
    .mt-news:not(:first-child,:nth-child(2),:nth-child(3),:nth-child(4)) {
        max-width: 49%
    }
}

@media only screen and (max-width: 575px) {
    .mt-news {
        width: 100%
    }
}

.mt-news a:hover {
    text-decoration: none
}

.mt-news a:hover h5 {
    text-decoration: underline
}

.mt-news h5 {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.mt-news:first-child {
    display: grid
}

.mt-news:first-child a {
    display: grid;
    grid-template-columns:repeat(2, 1fr)
}

@media only screen and (max-width: 1199px) {
    .mt-news:first-child a {
        grid-template-columns:repeat(1, 1fr)
    }
}

@media only screen and (max-width: 575px) {
    .mt-news:first-child a {
        border-bottom: 1px solid #eee
    }
}

.mt-news:first-child a .mt-news-text {
    margin-block: auto;
    max-width: 544px
}

@media only screen and (max-width: 1199px) {
    .mt-news:first-child a .mt-news-text {
        max-width: 100%;
        order: 2
    }
}

.mt-news:first-child a .mt-news-text h5 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 500;
    letter-spacing: normal;
    font-family: Gotham Pro, Roboto, sans-serif;
    color: #000
}

@media only screen and (max-width: 1199px) {
    .mt-news:first-child a .mt-news-text h5 {
        margin-top: 28px
    }
}

@media only screen and (max-width: 575px) {
    .mt-news:first-child a .mt-news-text h5 {
        font-size: 28px;
        line-height: 36px;
        font-weight: 400;
        letter-spacing: normal
    }
}

.mt-news:first-child a .mt-news-text .post-author {
    display: none
}

.mt-news:first-child a .mt-news-text .post-description {
    margin-block: 8px 20px
}

@media only screen and (max-width: 1199px) {
    .mt-news:first-child a .mt-news-text .post-description {
        font-size: 20px;
        line-height: 32px;
        font-weight: 400;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 575px) {
    .mt-news:first-child a .mt-news-text .post-description {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: normal
    }
}

.mt-news:first-child a .mt-news-text .post-date {
    color: #b6b6b6
}

@media only screen and (max-width: 575px) {
    .mt-news:first-child a .mt-news-text .post-date {
        margin-bottom: 28px
    }
}

.mt-news:first-child a .padded-blog-content {
    padding: 0;
    margin-left: auto;
    overflow: hidden
}

@media only screen and (max-width: 1199px) {
    .mt-news:first-child a .padded-blog-content {
        margin-left: 0
    }
}

.mt-news:first-child a .padded-blog-content img {
    border-radius: 8px;
    height: 324px;
    width: 576px
}

@media only screen and (max-width: 1199px) {
    .mt-news:first-child a .padded-blog-content img {
        width: 100%;
        height: 410px
    }
}

@media only screen and (max-width: 575px) {
    .mt-news:first-child a .padded-blog-content img {
        height: 184px;
        width: 100%
    }
}

.mt-news:nth-child(2), .mt-news:nth-child(3), .mt-news:nth-child(4) {
    display: inline-block;
    padding-block: 28px;
    margin-top: 32px;
    border-block: 1px solid #eee
}

@media only screen and (max-width: 1199px) {
    .mt-news:nth-child(2), .mt-news:nth-child(3), .mt-news:nth-child(4) {
        display: grid;
        border-block: 0;
        width: 100%;
        padding: 0
    }
}

@media only screen and (max-width: 575px) {
    .mt-news:nth-child(2), .mt-news:nth-child(3), .mt-news:nth-child(4) {
        font-size: 20px;
        line-height: 32px;
        font-weight: 400;
        letter-spacing: normal;
        margin-top: 40px
    }
}

.mt-news:nth-child(2) a, .mt-news:nth-child(3) a, .mt-news:nth-child(4) a {
    width: 390px;
    height: 72px;
    display: flex
}

@media only screen and (max-width: 1199px) {
    .mt-news:nth-child(2) a, .mt-news:nth-child(3) a, .mt-news:nth-child(4) a {
        width: 100%;
        height: 99px
    }
}

@media only screen and (max-width: 575px) {
    .mt-news:nth-child(2) a, .mt-news:nth-child(3) a, .mt-news:nth-child(4) a {
        display: flex;
        flex-direction: column;
        height: auto
    }
}

.mt-news:nth-child(2) a .mt-news-text, .mt-news:nth-child(3) a .mt-news-text, .mt-news:nth-child(4) a .mt-news-text {
    display: flex;
    align-items: center;
    order: 2;
    max-width: 206px;
    padding-right: 32px
}

@media only screen and (max-width: 1199px) {
    .mt-news:nth-child(2) a .mt-news-text, .mt-news:nth-child(3) a .mt-news-text, .mt-news:nth-child(4) a .mt-news-text {
        max-width: 100%
    }
}

@media only screen and (max-width: 575px) {
    .mt-news:nth-child(2) a .mt-news-text, .mt-news:nth-child(3) a .mt-news-text, .mt-news:nth-child(4) a .mt-news-text {
        margin-top: 12px;
        display: grid
    }
}

.mt-news:nth-child(2) a h5, .mt-news:nth-child(3) a h5, .mt-news:nth-child(4) a h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: normal;
    font-family: Roboto, sans-serif;
    color: #000 !important;
    max-width: 700px;
    -webkit-line-clamp: 3
}

@media only screen and (max-width: 1199px) {
    .mt-news:nth-child(2) a h5, .mt-news:nth-child(3) a h5, .mt-news:nth-child(4) a h5 {
        -webkit-line-clamp: 2
    }
}

@media only screen and (max-width: 575px) {
    .mt-news:nth-child(2) a h5, .mt-news:nth-child(3) a h5, .mt-news:nth-child(4) a h5 {
        font-size: 20px;
        line-height: 32px;
        font-weight: 400;
        letter-spacing: normal;
        order: 1;
        margin-block: 4px 0
    }
}

.mt-news:nth-child(2) a .post-author, .mt-news:nth-child(2) a .post-date, .mt-news:nth-child(2) a .post-description, .mt-news:nth-child(3) a .post-author, .mt-news:nth-child(3) a .post-date, .mt-news:nth-child(3) a .post-description, .mt-news:nth-child(4) a .post-author, .mt-news:nth-child(4) a .post-date, .mt-news:nth-child(4) a .post-description {
    display: none
}

@media only screen and (max-width: 575px) {
    .mt-news:nth-child(2) a .post-author, .mt-news:nth-child(2) a .post-date, .mt-news:nth-child(3) a .post-author, .mt-news:nth-child(3) a .post-date, .mt-news:nth-child(4) a .post-author, .mt-news:nth-child(4) a .post-date {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: normal;
        display: inline-flex;
        color: #636363
    }
}

.mt-news:nth-child(2) a .padded-blog-content, .mt-news:nth-child(3) a .padded-blog-content, .mt-news:nth-child(4) a .padded-blog-content {
    padding: 0;
    margin-left: 32px;
    margin-right: 16px
}

@media only screen and (max-width: 1199px) {
    .mt-news:nth-child(2) a .padded-blog-content, .mt-news:nth-child(3) a .padded-blog-content, .mt-news:nth-child(4) a .padded-blog-content {
        padding-left: 0;
        margin-left: 0
    }
}

@media only screen and (max-width: 575px) {
    .mt-news:nth-child(2) a .padded-blog-content, .mt-news:nth-child(3) a .padded-blog-content, .mt-news:nth-child(4) a .padded-blog-content {
        padding: 0;
        margin-inline: 0;
        height: 182px
    }
}

.mt-news:nth-child(2) a .padded-blog-content img, .mt-news:nth-child(3) a .padded-blog-content img, .mt-news:nth-child(4) a .padded-blog-content img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 128px;
    height: 72px;
    border-radius: 4px
}

@media only screen and (max-width: 1199px) {
    .mt-news:nth-child(2) a .padded-blog-content img, .mt-news:nth-child(3) a .padded-blog-content img, .mt-news:nth-child(4) a .padded-blog-content img {
        width: 176px;
        height: 99px
    }
}

@media only screen and (max-width: 575px) {
    .mt-news:nth-child(2) a .padded-blog-content img, .mt-news:nth-child(3) a .padded-blog-content img, .mt-news:nth-child(4) a .padded-blog-content img {
        -o-object-fit: fill;
        object-fit: fill;
        width: 100%;
        height: 182px;
        border-radius: 8px
    }
}

.mt-news:nth-child(2) .padded-blog-content {
    margin-left: 0;
    padding-left: 0
}

@media only screen and (max-width: 1199px) {
    .mt-news:nth-child(2) {
        border-top: 1px solid #eee;
        border-bottom: 0;
        margin-top: 0;
        padding-top: 40px
    }
}

@media only screen and (max-width: 575px) {
    .mt-news:nth-child(2) {
        padding: 0;
        border-top: 0
    }
}

.mt-news:nth-child(2), .mt-news:nth-child(3) {
    margin-right: -10px
}

@media only screen and (max-width: 1199px) {
    .mt-news:nth-child(2), .mt-news:nth-child(3) {
        margin-top: 0
    }
}

.mt-news:nth-child(2) a, .mt-news:nth-child(3) a {
    border-right: 1px solid #eee
}

@media only screen and (max-width: 1199px) {
    .mt-news:nth-child(2) a, .mt-news:nth-child(3) a {
        border-right: 0
    }
}

@media only screen and (max-width: 1199px) {
    .mt-news:nth-child(4) {
        margin-bottom: 8px
    }
}

@media only screen and (max-width: 575px) {
    .mt-news:nth-child(4) {
        margin: 0
    }
}

.mt-news:not(:first-child) {
    margin-top: 32px
}

@media only screen and (max-width: 575px) {
    .mt-news:not(:first-child) {
        margin-top: 40px
    }
}

.mt-news:not(:first-child) .post-description {
    display: none
}

@media only screen and (max-width: 1199px) {
    .mt-news:nth-child(10) {
        margin-top: 370px
    }
}

@media only screen and (max-width: 575px) {
    .mt-news:nth-child(10) {
        margin-top: 40px
    }
}

.mt-news-secondary-container {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: start;
    -moz-text-align-last: start;
    text-align-last: start
}

@media only screen and (max-width: 1199px) {
    .mt-news-secondary-container {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media only screen and (max-width: 575px) {
    .mt-news-secondary-container {
        grid-template-columns:repeat(1, 1fr)
    }
}

.mt-news-secondary, .mt-news:nth-child(4) ~ * {
    -moz-text-align-last: start;
    text-align-last: start
}

.mt-news-secondary a, .mt-news:nth-child(4) ~ * a {
    display: grid
}

.mt-news-secondary a .mt-news-text, .mt-news:nth-child(4) ~ * a .mt-news-text {
    display: grid;
    order: 2;
    margin-block: auto;
    max-width: 544px
}

.mt-news-secondary a .mt-news-text span, .mt-news:nth-child(4) ~ * a .mt-news-text span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: normal;
    display: inline-block !important;
    color: #636363;
    margin: 12px 12px 0 0
}

.mt-news-secondary a .mt-news-text .post-date, .mt-news:nth-child(4) ~ * a .mt-news-text .post-date {
    display: inline-block !important;
    color: #636363;
    margin-top: 0
}

.mt-news-secondary a .mt-news-text h5, .mt-news:nth-child(4) ~ * a .mt-news-text h5 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: normal;
    order: 1;
    margin-block: 4px 0;
    color: #000;
    font-family: Roboto, sans-serif;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.mt-news-secondary a .mt-news-text .post-description, .mt-news:nth-child(4) ~ * a .mt-news-text .post-description {
    display: none
}

.mt-news-secondary a .padded-blog-content, .mt-news:nth-child(4) ~ * a .padded-blog-content {
    overflow: hidden;
    border-radius: 8px;
    order: 1;
    padding: 0
}

.mt-news-secondary a .padded-blog-content img, .mt-news:nth-child(4) ~ * a .padded-blog-content img {
    border-radius: 8px;
    height: 209px;
    width: 576px;
    -o-object-fit: fill;
    object-fit: fill;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.mt-news-secondary a:hover, .mt-news:nth-child(4) ~ * a:hover {
    text-decoration: none
}

.mt-news-secondary a:hover h5, .mt-news:nth-child(4) ~ * a:hover h5 {
    text-decoration: underline
}

.mt-news-banner {
    text-align: start;
    -moz-text-align-last: start;
    text-align-last: start;
    overflow: hidden;
    position: relative;
    background: radial-gradient(109.97% 209.89% at 74.52% 116.34%, #5f26c5 0, #391776 11.45%, #150b26 47.24%, #301ab9 100%);
    width: 100%;
    display: grid;
    margin-top: 32px;
    grid-template-columns:repeat(2, 1fr);
    border-radius: 12px;
    height: 380px
}

@media only screen and (max-width: 1199px) {
    .mt-news-banner {
        position: absolute;
        max-width: calc(100% - 30px);
        height: 306px
    }
}

@media only screen and (max-width: 575px) {
    .mt-news-banner {
        display: flex;
        justify-content: center;
        padding-block: 28px;
        position: relative;
        height: auto;
        margin-top: 40px
    }
}

.mt-news-banner div {
    padding: 60px 56px
}

@media only screen and (max-width: 1199px) {
    .mt-news-banner div {
        z-index: 2;
        padding: 39px 54px
    }
}

@media only screen and (max-width: 575px) {
    .mt-news-banner div {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0
    }
}

.mt-news-banner div h2 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 400;
    letter-spacing: normal;
    color: #fff;
    width: 420px;
    font-family: Gotham Pro, Roboto, sans-serif
}

@media only screen and (max-width: 1199px) {
    .mt-news-banner div h2 {
        font-size: 36px;
        line-height: 46px;
        font-weight: 700;
        letter-spacing: normal;
        max-width: 400px
    }
}

@media only screen and (max-width: 575px) {
    .mt-news-banner div h2 {
        font-size: 32px;
        line-height: 44px;
        font-weight: 700;
        letter-spacing: normal;
        width: auto;
        text-align: center;
        -moz-text-align-last: center;
        text-align-last: center
    }
}

.mt-news-banner div a {
    margin-top: 16px
}

@media only screen and (max-width: 1199px) {
    .mt-news-banner div a {
        margin-top: 26px
    }
}

@media only screen and (max-width: 575px) {
    .mt-news-banner div a {
        margin-top: 14px
    }
}

.mt-news-banner div a button {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: normal;
    height: 56px;
    width: 287px;
    border-radius: 6px;
    text-transform: capitalize
}

@media only screen and (max-width: 1199px) {
    .mt-news-banner div a button {
        width: 178px
    }
}

@media only screen and (max-width: 575px) {
    .mt-news-banner div a button {
        width: 258px
    }
}

.mt-news-banner div .banner-mobile-img {
    display: none;
    position: relative
}

@media only screen and (max-width: 575px) {
    .mt-news-banner div .banner-mobile-img {
        width: 324px;
        height: 135px;
        display: flex;
        bottom: 0;
        margin-top: 14px
    }
}

.mt-news-banner .banner-img {
    position: absolute;
    right: 0;
    width: 817px;
    height: 100%
}

@media only screen and (max-width: 1199px) {
    .mt-news-banner .banner-img {
        width: 453px;
        height: 219px;
        bottom: 32px
    }
}

@media only screen and (max-width: 575px) {
    .mt-news-banner .banner-img {
        display: none
    }
}

.blog-listing {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify
}

.mt-new {
    max-width: 812px;
    margin-inline: auto;
    color: #080816
}

.mt-new, .mt-new h1 {
    text-align: initial;
    -moz-text-align-last: initial;
    text-align-last: auto
}

.mt-new h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: normal;
    font-family: Gotham Pro, Roboto, sans-serif;
    margin-block: 20px
}

@media only screen and (max-width: 1199px) {
    .mt-new h1 {
        margin-top: 12px
    }
}

@media only screen and (max-width: 575px) {
    .mt-new h1 {
        font-size: 28px;
        line-height: 36px;
        font-weight: 500;
        letter-spacing: normal;
        margin-bottom: 16px
    }
}

@media only screen and (max-width: 575px) {
    .mt-new h3, .mt-new h4 {
        font-family: Roboto, sans-serif
    }
}

.mt-new h2 {
    font-size: 24px
}

.mt-new h2, .mt-new h3 {
    line-height: 28px;
    font-weight: 500;
    letter-spacing: normal
}

.mt-new h3 {
    font-size: 20px
}

.mt-new h4 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: normal
}

.mt-new img:not(.content-banner img,.img-fluid,.general-step-form-wrap img) {
    max-width: 576px;
    -o-object-fit: fill;
    object-fit: fill
}

@media only screen and (max-width: 1199px) {
    .mt-new img:not(.content-banner img,.img-fluid,.general-step-form-wrap img) {
        max-width: 100%
    }
}

.mt-new .content-banner img {
    width: 100%
}

.mt-new .d-block p {
    color: #000
}

.mt-new .img-fluid {
    border-radius: 8px
}

.mt-new .post-date {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: normal;
    color: #b6b6b6;
    font-family: Roboto, sans-serif
}

@media (max-width: 989px) {
    .blog-listing .container {
        max-width: 98%
    }
}

@media only screen and (max-width: 575px) {
    .mt-news:nth-child(4) ~ * {
        max-width: 100%;
        flex: 0 100%;
        width: 100%
    }

    .mt-news:nth-child(4) ~ * .mt-news-text h5 {
        margin-bottom: 0
    }

    .mt-news:nth-child(4) ~ * .padded-blog-content {
        padding: 0 !important
    }

    .mt-news:nth-child(4) ~ * .padded-blog-content img {
        width: 100% !important;
        height: 182px !important
    }

    .container {
        max-width: 100%
    }

    .mt-new-container .container {
        padding: 0
    }
}

.page-header-partnership, .page-header-program {
    background: linear-gradient(257.74deg, #6b249e 37.42%, #9048c5 80.7%);
    background-position: 50% !important;
    background-size: cover;
    padding: 200px 0;
    text-align: center;
    max-height: 445px;
    overflow: hidden
}

@media (max-width: 767px) {
    .page-header-partnership, .page-header-program {
        padding: 130px 0 100px;
        max-height: 345px
    }
}

@media (max-width: 575px) {
    .page-header-partnership, .page-header-program {
        padding: 70px 0 100px;
        max-height: 245px
    }
}

@media (max-width: 450px) {
    .page-header-partnership, .page-header-program {
        padding: 60px 0
    }
}

.page-header-partnership {
    background: url(/static/home/images/partnership.png) no-repeat;
    background-size: cover
}

.page-header-program {
    background-size: cover !important
}

.page-header-program .header__program-content {
    padding: 60px 0
}

.page-header-program .header__program-content .header__program-text {
    width: 70%;
    z-index: 999
}

.page-header-program .header__program-content .header__program-text h1 {
    text-align: left;
    font-size: 24px;
    white-space: nowrap
}

.page-header-program .header__program-content .header__program-text p {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap
}

.page-header-program .header__program-content .header__program-text p.header__program-subtitle {
    margin-top: 8px
}

.page-header-program .header__program-content .header__program-text p.program__counter {
    font-size: 25px;
    font-weight: 700;
    text-shadow: 1px 1px 16px #fff
}

.page-header-program .header__program-content .header__program-img {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: end
}

.page-header-program .header__program-content .header__program-img img {
    width: 80%
}

.page-header-program .header__program-content .program__dollar {
    position: absolute;
    filter: blur(4px)
}

.page-header-program .header__program-content .program__dollar:first-of-type {
    bottom: -23%;
    left: 30%;
    width: 50%
}

.page-header-program .header__program-content .program__dollar:nth-of-type(3) {
    top: -35%;
    left: -15%;
    width: 40%
}

.content__block, .header__block, .icons__group {
    display: flex;
    flex-wrap: wrap
}

.content__section, .icons__section, .video__section {
    padding: 36px 0
}

.header__partnership-title, .header__program-title {
    font-family: Segoe UI, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #fff
}

.header__sub-partnership-title {
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
    padding: 0 15px
}

#partnertype .content__block {
    padding: 15px 0
}

.content__block {
    padding: 25px 0;
    margin: 0 30px
}

.paid__block img {
    margin-bottom: 26px;
    width: 380px
}

.reward-content__box {
    position: relative;
    padding: 30px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    border-radius: 10px
}

.calc__sup-number {
    position: absolute;
    top: 20px;
    left: 16px;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 18px;
    text-transform: uppercase;
    color: #eceaea
}

.сontent__text-block h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: normal
}

.сontent__text-block .сontent__paragraph-note {
    font-size: 10px
}

.сontent__title {
    margin-bottom: 26px
}

.px-0-sm {
    padding-left: 0;
    padding-right: 0
}

.calc__box .calc__group {
    width: 100%;
    justify-content: space-between
}

.calc__box .calc__group:first-of-type {
    margin-bottom: 40px
}

.calc__box .calc__group .calc__col-text {
    max-width: 40%
}

.calc__box .calc__group .calc__col {
    max-width: 55%
}

.calc__box .calc__group .calc__col-country {
    width: 65%;
    max-width: 70%
}

.level__row .calc__paragraph-text {
    text-align: center
}

.video__section {
    background: #e1e1e1
}

.video-row__padding {
    padding-top: 36px
}

.icon__block {
    margin-bottom: 30px
}

.icon__description {
    text-align: center
}

.ws-nowrap {
    white-space: nowrap
}

.calc__box input, .calc__row input, .level__row input, select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.calc__range-slider p {
    margin-bottom: 0
}

.level__row, .lots__group, .reward-content__box {
    display: flex;
    flex-wrap: wrap
}

.calc__row input {
    text-align: center
}

.lots__box:first-child, .lots__box:nth-child(6) {
    margin-top: 16px
}

.lots__box-line {
    margin: 0 auto;
    width: 1px;
    height: 16px;
    background: #b8b8b8
}

.lots__box p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #b8b8b8
}

.level__row {
    text-align: left
}

.calc__text-box {
    padding-left: 0 !important
}

.calc__select-box {
    width: 100%;
    padding: 0 !important;
    border-bottom: 2px solid #532e6c
}

.calc__paragraph-text {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #444
}

.common__select {
    font-style: normal;
    font-size: 18px;
    background: url(/static/home/images/expand-button.png) no-repeat #f8fafc;
    background-position-x: 95%;
    background-position-y: 50%
}

.common__select, .level__paragraph-number {
    width: 100%;
    color: #532e6c;
    font-weight: 700;
    line-height: 120%
}

.level__paragraph-number {
    font-size: 24px;
    border-bottom: 3px solid #532e6c !important;
    text-align: center;
    background: #f8fafc
}

.level__paragraph-number::-webkit-inner-spin-button, .level__paragraph-number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.cpa-border {
    border: none !important
}

.level__paragraph-text {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 5px
}

.calc__paragraph-note, .level__paragraph-text {
    font-style: normal;
    line-height: 120%;
    color: #444
}

.calc__paragraph-note {
    font-weight: 400;
    font-size: 14px
}

@media (min-width: 425px) {
    .header__partnership-title, .header__program-title {
        font-size: 60px
    }

    .img-partnertype, .img-program {
        width: 330px
    }

    .px-0-sm {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 575px) {
    .page-header-program .header__program-content {
        padding: 130px 0 100px;
        max-height: 345px
    }

    .page-header-program .header__program-content .header__program-text h1 {
        font-size: 32px;
        white-space: nowrap
    }

    .page-header-program .header__program-content .header__program-text h1 br {
        display: none
    }

    .page-header-program .header__program-content .header__program-img img {
        width: 70%
    }

    .page-header-program .header__program-content .program__dollar:first-of-type {
        bottom: -20%;
        width: 30%
    }

    .page-header-program .header__program-content .program__dollar:nth-of-type(2) {
        left: 80%;
        top: 20%;
        width: 20%
    }

    .page-header-program .header__program-content .program__dollar:nth-of-type(3) {
        top: -55%
    }
}

@media (min-width: 767px) {
    .icon__block {
        margin-bottom: 90px
    }

    .icon__block:nth-of-type(n+4) {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .page-header-program {
        max-height: 100% !important
    }

    .page-header-program .header__program-content {
        max-height: 580px;
        padding: 150px 0 230px
    }

    .page-header-program .header__program-content .header__program-text h1 {
        font-size: 60px;
        white-space: nowrap
    }

    .page-header-program .header__program-content .header__program-text p.header__program-subtitle {
        margin-top: 40px;
        font-size: 40px;
        line-height: 120%
    }

    .page-header-program .header__program-content .header__program-text p.program__counter {
        font-size: 80px;
        line-height: 120%
    }

    .page-header-program .header__program-content .header__program-img {
        text-align: center
    }

    .page-header-program .header__program-content .header__program-img img {
        width: 50%;
        max-width: 420px
    }

    .page-header-program .header__program-content .program__dollar:first-of-type {
        bottom: -20%;
        width: 20%;
        left: 35%
    }

    .page-header-program .header__program-content .program__dollar:nth-of-type(2) {
        left: 80%;
        top: 30%;
        width: 10%
    }

    .page-header-program .header__program-content .program__dollar:nth-of-type(3) {
        top: 50%;
        left: -5%;
        width: 20%
    }

    .cpa-text {
        font-size: 14px !important
    }

    .calc__box-cpa .calc__text-box {
        padding-top: 5px;
        padding-right: 0 !important
    }

    .calc__sup-number {
        font-size: 48px;
        top: 26px;
        left: 20px
    }

    .reward-content__box {
        padding: 30px 70px
    }

    .content__block {
        padding: 35px 0
    }

    .calc__box {
        display: flex;
        flex-wrap: wrap
    }

    .calc__box .calc__group {
        width: 30%;
        justify-content: start
    }

    .calc__box .calc__group:first-of-type {
        margin-bottom: 0
    }

    .calc__box .calc__group .calc__col-text {
        max-width: 25%;
        margin-right: 8px
    }

    .calc__box .calc__group .calc__col {
        width: 50%
    }

    .calc__box .calc__group .calc__col-margin {
        margin-right: 40px
    }

    .calc__box .calc__group-country {
        width: 30%
    }

    .calc__box .calc__group-country .calc__col-country {
        width: 60%
    }

    .level__row .calc__paragraph-text {
        text-align: left
    }

    .level__row .calc__col-margin {
        margin-right: 40px
    }
}

@media (max-width: 991px) {
    .pushtop-md-30 {
        margin-top: 30px
    }

    .icons__row-padding {
        padding: 46px 0
    }
}

.irs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif
}

.irs, .irs-line {
    position: relative;
    display: block
}

.irs-line {
    overflow: hidden;
    outline: none !important
}

.irs-bar {
    display: block
}

.irs-bar, .irs-shadow {
    position: absolute;
    left: 0;
    width: 0
}

.irs-shadow {
    display: none
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1
}

.irs-handle.type_last {
    z-index: 2
}

.irs-max, .irs-min {
    position: absolute;
    display: block;
    cursor: default
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from, .irs-single, .irs-to {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 16px;
    background: #000
}

.irs-grid-pol.small {
    display: none
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    padding: 0 3px
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs--round {
    height: 50px
}

.irs--round.irs-with-grid {
    height: 90px
}

.irs--round .irs-line {
    top: 36px;
    height: 16px;
    background: #efefef;
    border: 1px solid #d0c4d6;
    border-radius: 20px
}

.irs--round .irs-bar {
    top: 36px;
    height: 16px;
    background: linear-gradient(270deg, #b14899 41.17%, #532e6c)
}

.irs--round .irs-bar--single {
    border-radius: 20px
}

.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, .5)
}

.irs--round .irs-handle {
    top: 29px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 11px rgba(0, 0, 0, .25)
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--round .irs-grid {
    height: 36px
}

.irs--round .irs-grid-pol {
    background-color: #dedede
}

.irs--round .irs-grid-text {
    color: #b8b8b8;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center
}

.page-header-promotions {
    background: url(/static/home/images/f703dadad1ea40d98ace438d5427ae28.gif);
    background-position: 50% !important;
    padding: 200px 0;
    height: 723px;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

@media (max-width: 991px) {
    .page-header-promotions {
        padding: 0
    }
}

@media (max-width: 390px) {
    .page-header-promotions {
        height: 807px
    }
}

.page-header-promotions {
    background-image: url(/static/home/images/promotions.png);
    background-size: cover
}

@media (max-width: 991px) {
    .page-header-promotions {
        background-image: url(/static/home/images/promotions-mobile-background.png);
        background-size: cover
    }
}

.header {
    color: #292929;
    font-family: Open Sans, sans-serif
}

@media (max-width: 991px) {
    .header {
        display: flex;
        flex-direction: column
    }

    .header__bonus-button, .header__promotions-subtitle, .header__promotions-title {
        margin-bottom: 20px;
        align-self: center;
        text-align: center
    }
}

.header__promotions-title {
    font-size: 60px;
    font-weight: 700
}

@media (max-width: 991px) {
    .header__promotions-title {
        font-size: 36px
    }
}

.header__promotions-subtitle {
    font-size: 18px;
    color: #1f1f1f
}

@media (max-width: 991px) {
    .header__promotions-subtitle {
        font-size: 16px
    }
}

.header__bonus-button {
    font-size: 16px;
    font-weight: 700;
    width: 230px;
    background: #c35dd4;
    background: linear-gradient(45deg, #c35dd4, #6e22ce 50%);
    text-align: center
}

.header__bonus-image {
    align-items: center;
    max-width: 350px;
    display: none;
    visibility: hidden;
    align-self: center
}

@media (max-width: 991px) {
    .header__bonus-image {
        display: block;
        visibility: visible
    }
}

.promotion-content {
    font-family: Open Sans, sans-serif;
    color: #32333a
}

.promotion-content__header {
    font-size: 60px;
    font-weight: 700
}

.promotion-content__subheader {
    font-size: 40px;
    font-weight: 700
}

.promotion-content__text {
    font-size: 20px
}

.benefits {
    font-family: Open Sans, sans-serif
}

.benefits__note {
    font-size: 14px;
    margin-top: 70px
}

.benefits-container {
    font-family: Open Sans, sans-serif;
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 991px) {
    .benefits-container {
        flex-direction: column
    }
}

.benefits-container__item {
    min-width: 350px;
    flex: 1 1 33%
}

@media (max-width: 1200px) {
    .benefits-container__item {
        min-width: 285px
    }
}

@media (max-width: 991px) {
    .benefits-container__item {
        margin-bottom: 50px;
        width: 100%;
        align-self: center
    }
}

.benefits-container__item-header {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #6c347a;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 4px solid
}

.benefits-container__item-header:before {
    display: inline-block;
    content: "";
    background-image: url(/static/home/images/check-solid.svg);
    background-repeat: no-repeat;
    filter: invert(26%) sepia(43%) saturate(860%) hue-rotate(242deg) brightness(92%) contrast(96%);
    background-size: 18px 21px;
    width: 21px;
    height: 18px;
    margin-right: 10px
}

.benefits-container__item-text {
    color: #32333a;
    font-size: 18px;
    text-align: center;
    margin-top: 30px
}

.other-promotions {
    font-family: Open Sans, sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 114px
}

@media (max-width: 1199px) {
    .other-promotions {
        flex-direction: column
    }
}

.other-promotions__item {
    max-width: 345px;
    margin: 20px;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, .11)
}

@media (max-width: 1199px) {
    .other-promotions__item {
        align-self: center
    }
}

.other-promotions__header {
    font-size: 24px !important;
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px
}

.other-promotions__subheader {
    font-size: 12px;
    text-align: left;
    color: #32333a;
    margin-bottom: 20px
}

.other-promotions__button {
    font-size: 14px;
    width: 189px !important;
    height: 45px !important;
    justify-content: center;
    color: #fff;
    background-color: #d7559f;
    text-align: center;
    border-radius: 22px !important;
    margin-bottom: 50px !important
}

.promotion-terms {
    background-color: #f3f3f3;
    height: 124px
}

.promotion-terms__header {
    text-align: left;
    align-content: center
}

.promotion-terms__header-button {
    color: #000 !important;
    alignment: center;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 60px;
    margin-top: 9px
}

@media (max-width: 991px) {
    .promotion-terms__header-button {
        font-size: 48px;
        margin-top: 18px
    }
}

@media (max-width: 771px) {
    .promotion-terms__header-button {
        font-size: 26px;
        margin-top: 31px
    }
}

@media (max-width: 390px) {
    .promotion-terms__header-button {
        font-size: 19px;
        margin-top: 43px
    }
}

.promotion-terms__header-button:focus, .promotion-terms__header-button:hover {
    text-decoration: none !important
}

.promotion-terms__header-button__text {
    font-family: Open Sans, sans-serif;
    font-size: 24px
}

.promotion-terms__header-button:after {
    display: inline-block;
    content: "";
    background-image: url(../fonts/chevron_down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 24px;
    margin-left: 10px
}

@media (max-width: 771px) {
    .promotion-terms__header-button:after {
        width: 26px;
        height: 16px
    }
}

@media (max-width: 390px) {
    .promotion-terms__header-button:after {
        width: 17px;
        height: 10px
    }
}

.promotion-terms__container {
    font-family: Open Sans, sans-serif;
    margin-bottom: 50px
}

.promotion-terms__container__header {
    font-size: 40px;
    font-weight: 700
}

.promotion-terms__container__text {
    font-size: 20px
}

#terms, .collapse {
    background-color: #f3f3f3
}

@media (max-width: 1199px) {
    .promotion__container {
        width: 100%
    }
}

.payments__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    height: auto;
    text-align: center;
    margin-bottom: 20px
}

.payments__table .payments__row {
    border-radius: 5px;
    height: 86px
}

.payments__table .payments__row:nth-of-type(2n) {
    background: #f8fafc
}

.payments__table .payments__row:nth-of-type(odd) {
    background: #f2f2f2
}

.payments__table img {
    max-width: 150px
}

.payments__table p {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #717790
}

.payments__table .payments__btn {
    padding: 5px 16px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #717790;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #717790
}

.payments__table .payments__btn:focus, .payments__table .payments__btn:hover {
    background: #5c2483;
    color: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, .25)
}

@media (max-width: 767px) {
    .payments__table .payments__data-hidden {
        display: none
    }
}

@media (min-width: 768px) {
    .payments__table .payments__data-hidden p {
        color: #212529
    }

    .payments__table p {
        font-size: 14px
    }

    .payments__table p.payments__data-hidden {
        padding: 0 5px
    }

    .payments__table .payments__row {
        height: 124px
    }

    .payments__table .payments__btn {
        font-size: 14px;
        padding: 10px 46px
    }
}

.payment-header-text {
    color: #000;
    font-size: 38px;
    line-height: 48px;
    max-width: 1180px;
    width: calc(100% - 30px);
    margin: 32px auto 12px;
    text-align: left
}

@media (max-width: 523px) {
    .payment-header-text {
        text-align: center
    }
}

.payment-banner {
    border-radius: 12px;
    background-size: cover;
    background: url(/static/home/images/payments-mob.png) no-repeat 100%;
    width: calc(100% - 30px);
    max-width: 324px;
    margin-left: auto;
    margin-right: auto;
    height: 420px
}

.payment-banner .payment-banner-header {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    align-self: stretch;
    flex-grow: 0;
    text-align: center;
    font-size: 32px;
    line-height: 37px;
    padding-top: 22px;
    margin-left: auto;
    margin-right: auto
}

.payment-banner .commission-info {
    display: flex
}

.payment-banner .grid-text {
    display: grid;
    grid-template-areas:"c c" "from proc";
    width: 97px;
    height: 34px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center
}

.payment-banner .commission-text {
    grid-area: c;
    font-size: 18px;
    line-height: 24px;
    opacity: .56
}

.payment-banner .from {
    grid-area: from;
    font-size: 14px;
    line-height: 40px
}

.payment-banner .commission-percent {
    grid-area: proc;
    font-size: 36px;
    line-height: 34px
}

@media (min-width: 524px) {
    .payment-banner {
        height: 211px;
        background-size: cover;
        background: url(/static/home/images/payments-tablet.png) no-repeat 100%;
        max-width: 1180px
    }

    .payment-banner .payment-banner-header {
        margin-left: 53px;
        padding-top: 43px;
        font-size: 32px;
        line-height: 31px;
        text-align: left
    }

    .payment-banner .grid-text {
        margin-left: 53px;
        margin-right: 0;
        text-align: left
    }
}

@media (min-width: 787px) {
    .payment-banner {
        height: 226px;
        background-size: cover;
        background: url(/static/home/images/payments-web.png) no-repeat 100%
    }
}

.trade-gold__slide h1 {
    font-weight: 700;
    background-image: linear-gradient(125deg, #f5d952, #e17696 90%, #e17696);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .2s
}

.trade-gold__slide a {
    padding: 12px 40px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #f42145;
    box-shadow: -4px 4px 40px rgba(235, 164, 40, .4);
    border-radius: 51px
}

.page-header-trade-gold {
    width: 100%;
    padding: 100px 0 80px;
    position: relative;
    background: url(/static/home/images/mobile-bg.png);
    background-size: cover
}

.page-header-trade-gold img.header__coin-img {
    display: none
}

.page-header-trade-gold .trade-gold__header-text {
    margin-bottom: 70px;
    display: flex
}

.page-header-trade-gold .trade-gold__header-text h1 {
    margin: 0 auto;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -3px;
    background-image: linear-gradient(125deg, #f5d952, #e17696 90%, #e17696);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .2s
}

.page-header-trade-gold .trade-gold__header-pic {
    text-align: center
}

.page-header-trade-gold .trade-gold__header-pic img {
    width: 90%
}

#trade-gold.content__section {
    padding: 50px 0
}

#trade-gold.content__section .сontent__title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    letter-spacing: -3px;
    color: #212121
}

#trade-gold.content__section .сontent__title br {
    display: none
}

#trade-gold.content__section .сontent__sub-title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #363636
}

#trade-gold.content__section .row {
    margin: 22px 0 40px
}

#trade-gold.content__section .content__box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 45px 25px;
    background: linear-gradient(84.76deg, #c35dd4 2.92%, #6e22ce 92.62%);
    box-shadow: 0 4px 40px rgba(0, 0, 0, .15);
    border-radius: 10px
}

#trade-gold.content__section .content__box img {
    margin-top: 60px
}

#trade-gold.content__section .content__box img.content__coin-img {
    display: flex;
    position: absolute
}

#trade-gold.content__section .content__box img.content__coin-img:first-of-type {
    bottom: 0;
    left: -5%;
    width: 140px
}

#trade-gold.content__section .content__box img.content__coin-img:nth-of-type(2) {
    top: 30%;
    right: 0
}

#trade-gold.content__section .content__box img.content__coin-img:nth-of-type(3) {
    display: none
}

#trade-gold.content__section .content__box img.content__coin-img:nth-of-type(4) {
    top: -5%;
    left: -15%;
    width: 110px
}

#trade-gold.content__section .content__box .trade-gold__header-text h1 {
    font-size: 56px
}

#trade-gold.content__section .content__box p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #fff
}

#trade-gold.content__section a.button-1 {
    padding: 12px 68px
}

#trade-gold.content__section .terms__input {
    display: none
}

#trade-gold.content__section .terms__label {
    display: flex;
    cursor: pointer;
    justify-content: center
}

#trade-gold.content__section .terms__label:after {
    content: url(https://mtr-cdn.com/img/mtweb/landings/trade-gold-win-gold/arr-down.png);
    transition: all .35s;
    align-self: center;
    margin-left: 5px
}

#trade-gold.content__section .terms__input:checked + .terms__label:after {
    content: url(https://mtr-cdn.com/img/mtweb/landings/trade-gold-win-gold/arr-up.png)
}

#trade-gold.icons__section {
    background: #f3f3f3;
    padding: 50px 0
}

#trade-gold.icons__section .сontent__title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    letter-spacing: -3px;
    color: #212121
}

#trade-gold.icons__section .icons__group {
    display: flex;
    flex-wrap: wrap
}

#trade-gold.icons__section .icons__group .icon__block {
    margin-bottom: 30px
}

#trade-gold.icons__section .icons__group .icon__block img {
    margin-bottom: 15px
}

#trade-gold.icons__section .icons__group .icon__block p {
    color: #363636
}

#trade-gold.icons__section .icon__note, #trade-gold.icons__section .icons__group .icon__block p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    align-items: center;
    text-align: center
}

#trade-gold.icons__section .icon__note {
    color: #aeaeae;
    margin-bottom: 40px
}

#trade-gold.icons__section a.button-1 {
    padding: 12px 68px
}

.trade-gold.terms__section {
    background: #f3f3f3;
    padding: 50px 0
}

.trade-gold.terms__section .terms__block p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px
}

.trade-gold.terms__section .terms__block h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin: 40px 0
}

.trade-gold.terms__section .terms__block ol {
    list-style: none;
    counter-reset: li;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px
}

.trade-gold.terms__section .terms__block ol span {
    color: #8700a7;
    font-weight: 700
}

.trade-gold.terms__section .terms__block ol .terms__table {
    margin: 10px 0
}

.trade-gold.terms__section .terms__block ol .terms__table table.\--first {
    width: 200px
}

.trade-gold.terms__section .terms__block ol .terms__table table.\--second td.rowspan {
    vertical-align: top
}

.trade-gold.terms__section .terms__block ol .terms__table table {
    border-collapse: collapse;
    width: 200px;
    text-align: center
}

.trade-gold.terms__section .terms__block ol .terms__table table th {
    color: #fff;
    background-color: #8600a1
}

.trade-gold.terms__section .terms__block ol .terms__table table td {
    font-weight: 700;
    color: #000;
    background-color: #ffc400
}

.trade-gold.terms__section .terms__block ol .terms__table table td, .trade-gold.terms__section .terms__block ol .terms__table table th {
    white-space: pre-wrap;
    padding: 10px 5px;
    vertical-align: middle;
    border: 1px solid #000
}

.trade-gold.terms__section .terms__block li:before {
    counter-increment: li;
    content: counters(li, ".") ". "
}

.trade-gold.terms__section .terms__block .terms__table {
    margin: 0 auto
}

.trade-gold.terms__section .terms__block .terms__table .terms__row {
    display: flex;
    flex-wrap: wrap
}

.trade-gold.terms__section .terms__block .terms__table .terms__row .terms__data {
    align-self: center;
    padding: 10px 0
}

.trade-gold.terms__section .terms__block .terms__table .terms__row .place__data {
    width: 85px
}

.trade-gold.terms__section .terms__block .terms__table .terms__row:first-of-type {
    background: #4e306a !important
}

.trade-gold.terms__section .terms__block .terms__table .terms__row:first-of-type p {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.trade-gold.terms__section .terms__block .terms__table .terms__row:nth-of-type(2n) {
    background: #fff
}

.trade-gold.terms__section .terms__block .terms__table .terms__row:nth-of-type(odd) {
    background: #f3f3f3
}

.trade-gold.terms__section .terms__block .terms__table .terms__row:nth-of-type(-n+4) p {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px
}

.trade-gold.terms__section .terms__block .terms__table .terms__row:nth-of-type(n+5) p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

.trade-gold.terms__section .terms__block ul {
    list-style: disc inside;
    margin: 0 auto
}

.trade-gold.terms__section .terms__block ul li {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%
}

.trade-gold__form #form-container {
    margin-top: 0
}

@media (min-width: 450px) {
    .page-header-trade-gold {
        padding: 170px 0 30px;
        background: linear-gradient(76.11deg, #62000d 1.32%, #c4000e 79.32%)
    }

    .page-header-trade-gold img.header__coin-img {
        display: flex;
        position: absolute
    }

    .page-header-trade-gold img.header__coin-img:first-of-type {
        bottom: 0;
        left: 20%;
        width: auto
    }

    .page-header-trade-gold img.header__coin-img:nth-of-type(2) {
        top: 30%;
        right: 0
    }

    .page-header-trade-gold img.header__coin-img:nth-of-type(3) {
        top: 0;
        left: 30%
    }

    .page-header-trade-gold img.header__coin-img:nth-of-type(4) {
        top: 50%;
        left: 0
    }

    .page-header-trade-gold .trade-gold__header-text h1 {
        font-size: 56px
    }

    #trade-gold.content__section .сontent__title {
        font-size: 64px
    }

    #trade-gold.content__section .сontent__title br {
        display: flex
    }

    #trade-gold.content__section .сontent__sub-title {
        font-size: 16px
    }

    #trade-gold.content__section .content__box img.content__coin-img:first-of-type {
        bottom: 0;
        left: 20%
    }

    #trade-gold.content__section .content__box img.content__coin-img:nth-of-type(2) {
        top: 30%;
        right: 0
    }

    #trade-gold.content__section .content__box img.content__coin-img:nth-of-type(3) {
        top: 0;
        left: 30%;
        display: flex
    }

    #trade-gold.content__section .content__box img.content__coin-img:nth-of-type(4) {
        top: 0;
        left: -13%;
        width: auto
    }

    #trade-gold.content__section .content__box p {
        font-size: 16px
    }

    #trade-gold.icons__section .сontent__title {
        font-size: 64px
    }

    #trade-gold.icons__section .icons__group .icon__block {
        margin-bottom: 30px
    }

    #trade-gold.icons__section .icon__note, #trade-gold.icons__section .icons__group .icon__block p, .trade-gold.terms__section .terms__block p {
        font-size: 16px
    }

    .trade-gold.terms__section .terms__block ul {
        width: 60%
    }

    .trade-gold.terms__section .terms__block ul li {
        font-size: 16px
    }
}

@media (min-width: 767px) {
    .trade-gold.terms__section .terms__block ol .terms__table table.\--first {
        width: 420px
    }

    .trade-gold.terms__section .terms__block ol .terms__table table.\--second {
        width: 600px
    }

    .trade-gold.terms__section .terms__block ol .terms__table table.\--second td.rowspan {
        vertical-align: top
    }
}

@media (min-width: 1024px) {
    .trade-gold__slide img.slider-background {
        height: auto
    }

    .page-header-trade-gold .trade-gold__header-text h1 {
        margin: 0 auto;
        font-size: 60px;
        text-align: left;
        letter-spacing: 0
    }

    #trade-gold.content__section .row {
        margin: 60px 0
    }

    #trade-gold.content__section .row .content__box img {
        margin-top: 0
    }

    .trade-gold.terms__section .terms__block ul {
        width: 35%
    }
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: #85439a;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -.3px
}

.button:focus, .button:hover {
    background-color: #975fa9;
    color: #fff
}

.button:active {
    background-color: #713983
}

.button, .button:active, .button:focus, .button:hover {
    border: none;
    outline: none;
    text-decoration: none
}

.button_disabled, .button_disabled:hover {
    background-color: #845195;
    color: #9d69ae
}

.input {
    height: 40px;
    padding: 10px 16px;
    background-color: #f9f7fb;
    border: 1px solid #c8add8;
    border-radius: 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    text-align: justify;
    letter-spacing: -.3px;
    color: #867299
}

.input:hover, .select:hover {
    background-color: #f3f0f5;
    border: 1px solid #4e326a
}

.input:active, .select:active {
    background-color: #f7f2fc;
    border: 1px solid #4e326a
}

.input-tip {
    margin-top: 5px;
    display: flex;
    font-weight: 600;
    font-size: 10px;
    color: #c33;
    white-space: nowrap
}

.input_error, .input_error:focus, .input_error:hover {
    background-color: #fff1f1;
    border: 1px solid red
}

.input-row {
    display: flex
}

.reg-form__popup {
    visibility: hidden;
    position: absolute;
    opacity: 0
}

.reg-form__embed {
    margin: 30px 0
}

.reg-form__embed .reg-form__body {
    position: static;
    max-width: 100%;
    height: auto
}

.reg-form__embed .reg-form__body .reg-form__content {
    height: auto;
    padding-top: 32px;
    border-radius: 6px 6px 0 0
}

.reg-form__embed .reg-form__body .reg-form__form {
    background: #f3f0f5;
    padding-top: 32px;
    height: auto;
    border-radius: 0 0 6px 6px
}

.reg-form__popup:target {
    visibility: visible;
    opacity: 1;
    z-index: 99999999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(27, 4, 34, .3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.container.reg-form {
    padding: 0 !important
}

.reg-form__body {
    max-width: 480px;
    margin: 0 auto;
    position: relative
}

.reg-form__body .reg-form__header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    position: absolute;
    z-index: 999;
    padding: 16px 20px 0
}

.reg-form__body .reg-form__header .reg-form__logo {
    height: 20px
}

.reg-form__body .reg-form__content {
    width: 100%;
    padding: 52px 0 20px;
    position: relative;
    background-color: #532c6c
}

.reg-form__body .reg-form__content .reg-form__text {
    padding: 0 20px
}

.reg-form__body .reg-form__content .reg-form__text p:first-of-type {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff
}

.reg-form__body .reg-form__content .reg-form__text p:nth-of-type(2) {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #c3b1cc
}

.reg-form__body .reg-form__content .reg-form__marquee {
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-top: 16px
}

.reg-form__body .reg-form__content .reg-form__marquee .icon__group {
    display: flex;
    justify-content: space-between
}

.reg-form__body .reg-form__content .reg-form__marquee .icon__group .icon__item {
    text-align: center;
    position: relative;
    -webkit-animation: marquee 20s linear 0s infinite;
    animation: marquee 20s linear 0s infinite;
    margin: 0;
    width: 85px
}

.reg-form__body .reg-form__content .reg-form__marquee .icon__group .icon__text {
    margin-top: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #fff
}

.reg-form__body .reg-form__form {
    width: 100%;
    height: 400px;
    padding: 16px 24px;
    background-color: #fff
}

.reg-form__body .reg-form__form .reg-form__text p:first-of-type {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #532c6c
}

.reg-form__body .reg-form__form .reg-form__text p:nth-of-type(2) {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #867299
}

.reg-form__body .reg-form__form .reg-form__text-last {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #4a4a4a;
    margin: 28px 0 12px
}

.reg-form__body .reg-form__form .reg-form__input {
    margin-top: 12px;
    position: relative
}

.reg-form__body .reg-form__form .reg-form__input input {
    width: 100%
}

.reg-form__body .reg-form__form .reg-form__input button {
    margin-top: 16px;
    width: 100%
}

.reg-form__body .reg-form__form .reg-form__input.reg-form__input_second-step .input-row {
    justify-content: space-between;
    margin-top: 16px
}

.reg-form__body .reg-form__form .reg-form__input.reg-form__input_second-step .input-row .input-col_phone {
    width: 100%
}

.reg-form__body .reg-form__form .reg-form__input.reg-form__input_second-step .input-row .input-col_phone input {
    padding-left: 46px
}

.reg-form__body .reg-form__form .reg-form__input.reg-form__input_second-step .input-row .input-flag-icon {
    display: block;
    background-size: contain;
    height: 11px;
    width: 16px;
    position: absolute;
    margin-left: 18px;
    margin-top: 15px
}

.reg-form__body .reg-form__form .reg-form__input.reg-form__input_second-step .input-row .select {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 10px 16px;
    background-color: #f9f7fb;
    border: 1px solid #c8add8;
    border-radius: 3px
}

.reg-form__body .reg-form__form .reg-form__input.reg-form__input_second-step .input-row .select .select__menu.show {
    width: 100%;
    height: 384px;
    position: relative;
    transform: translateZ(0) !important;
    padding: 0;
    margin: 0;
    border: 1px solid #c8add8;
    border-radius: 4px
}

.reg-form__body .reg-form__form .reg-form__input.reg-form__input_second-step .input-row .select .select__menu.show p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -.3px;
    color: #4a4a4a
}

.reg-form__body .reg-form__form .reg-form__input.reg-form__input_second-step .input-row .select .select__menu.show .select__row {
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    padding: 0 20px
}

.reg-form__body .reg-form__form .reg-form__input.reg-form__input_second-step .input-row .select .select__menu.show .select__list {
    height: 250px;
    overflow: auto
}

.reg-form__body .reg-form__form .reg-form__input.reg-form__input_second-step .input-row .select .select__menu.show .select__list .select__item {
    padding: 0 26px;
    margin: 0
}

.reg-form__body .reg-form__form .reg-form__input.reg-form__input_second-step .input-row .select .select__menu.show .select__list .select__item a {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0
}

.reg-form__body .reg-form__form .reg-form__input.reg-form__input_second-step .input-row .select .select__menu.show .select__list .select__item:active, .reg-form__body .reg-form__form .reg-form__input.reg-form__input_second-step .input-row .select .select__menu.show .select__list .select__item:hover {
    background: #f3f0f5
}

.reg-form__body .reg-form__form .reg-form__input.reg-form__input_second-step .input-row .select .select__menu.show .select__list::-webkit-scrollbar-thumb {
    background-color: #4e326a;
    border-radius: 10px
}

.reg-form__body .reg-form__form .reg-form__input.reg-form__input_third-step p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #4a4a4a
}

.reg-form__body .reg-form__form .reg-form__note {
    margin-top: 40px
}

.reg-form__body .reg-form__form .reg-form__note p {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #c3b1cc
}

.reg-form__body .reg-form__form .reg-form__note p a, .reg-form__body .reg-form__form .reg-form__note p a:focus, .reg-form__body .reg-form__form .reg-form__note p a:hover {
    text-decoration: underline;
    color: #c3b1cc
}

@-webkit-keyframes marquee {
    0% {
        opacity: 1;
        left: 0
    }
    to {
        opacity: 1;
        left: -100%
    }
}

@keyframes marquee {
    0% {
        opacity: 1;
        left: 0
    }
    to {
        opacity: 1;
        left: -100%
    }
}

@media (min-width: 767px) {
    .reg-form__body {
        top: 100px
    }
}

@media (min-width: 991px) {
    .reg-form__embed .reg-form__body {
        min-height: 340px
    }

    .reg-form__embed .reg-form__body .reg-form__content {
        min-height: 340px;
        border-radius: 6px 0 0 6px
    }

    .reg-form__embed .reg-form__body .reg-form__form {
        min-height: 340px;
        border-radius: 0 6px 6px 0
    }

    .reg-form__body {
        display: flex;
        max-width: 880px;
        height: 400px
    }

    .reg-form__body .reg-form__header {
        padding: 0
    }

    .reg-form__body .reg-form__header .reg-form__logo {
        position: relative;
        top: 24px;
        left: 32px
    }

    .reg-form__body .reg-form__header .reg-form__close {
        position: relative;
        top: 8px;
        right: 8px
    }

    .reg-form__body .reg-form__content {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        width: 57%;
        padding: 96px 32px 0
    }

    .reg-form__body .reg-form__content .reg-form__text {
        padding: 0
    }

    .reg-form__body .reg-form__content .reg-form__text p:first-of-type {
        font-size: 32px;
        line-height: 125%
    }

    .reg-form__body .reg-form__content .reg-form__marquee {
        margin-top: 32px
    }

    .reg-form__body .reg-form__content .reg-form__marquee .icon__group .icon__item {
        -webkit-animation: none;
        animation: none
    }

    .reg-form__body .reg-form__content .reg-form__marquee .icon__group .icon__item:first-of-type {
        margin-left: 0
    }

    .reg-form__body .reg-form__content .reg-form__marquee .icon__group .icon__item:last-of-type {
        margin-right: 0
    }

    .reg-form__body .reg-form__content .reg-form__marquee .icon__group_second {
        display: none
    }

    .reg-form__body .reg-form__form {
        width: 43%;
        padding: 96px 40px 0 48px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px
    }

    .reg-form__body .reg-form__form .reg-form__text p:first-of-type {
        font-size: 32px;
        line-height: 125%
    }

    .reg-form__body .reg-form__form .reg-form__note {
        margin-top: 26px
    }
}

@media only screen and (max-width: 1199px) {
    .ib-benefits .mt-content__wrap {
        padding: 0 20px
    }
}

.ib-benefits__header-text {
    margin-top: 12px;
    font-size: 20px;
    line-height: 32px;
    max-width: 800px
}

@media only screen and (max-width: 1199px) {
    .ib-benefits__header-text {
        width: 100%
    }
}

.ib-benefits__advantages {
    display: flex;
    flex-direction: column;
    margin-bottom: 64px
}

.ib-benefits__advantages .advantage__grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 20px
}

@media only screen and (max-width: 1199px) {
    .ib-benefits__advantages .advantage__grid {
        grid-template-columns:1fr 1fr
    }
}

@media only screen and (max-width: 575px) {
    .ib-benefits__advantages .advantage__grid {
        justify-items: center;
        grid-column-gap: 0;
        grid-template-columns:1fr
    }
}

.ib-benefits__advantages .advantage__row {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    margin-right: 20px
}

@media only screen and (max-width: 1199px) {
    .ib-benefits__advantages .advantage__row {
        flex-direction: column
    }
}

@media only screen and (max-width: 767px) {
    .ib-benefits__advantages .advantage__row {
        margin-right: 0
    }
}

.ib-benefits__advantages .advantage__card {
    border-radius: 12px;
    background-color: #f5f7f9
}

.ib-benefits__advantages .advantage__card--big {
    width: 569px;
    height: 218px;
    display: flex;
    padding-top: 33px;
    padding-left: 40px
}

@media only screen and (max-width: 1199px) {
    .ib-benefits__advantages .advantage__card--big {
        width: 100%;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 575px) {
    .ib-benefits__advantages .advantage__card--big {
        position: relative;
        flex-direction: column;
        height: 328px
    }

    .ib-benefits__advantages .advantage__card--big .card-image {
        align-self: center
    }
}

.ib-benefits__advantages .advantage__card--big:first-child .card-image {
    background-image: url(/static/home/images/benefits-diagram.png);
    width: 231px;
    height: 183px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .ib-benefits__advantages .advantage__card--big:first-child .card-image {
        background-image: url(/static/home/images/benefits-diagram@2x.png);
        background-size: 100% 100%
    }
}

@media only screen and (max-width: 575px) {
    .ib-benefits__advantages .advantage__card--big:first-child .card-image {
        background-image: url(/static/home/images/benefits-diagram-mobile.png);
        margin-top: 36px;
        margin-right: 35px
    }
}

@media only screen and (max-width: 575px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 575px) and (min-device-pixel-ratio: 2), only screen and (max-width: 575px) and (min-resolution: 2dppx), only screen and (max-width: 575px) and (min-resolution: 192dpi) {
    .ib-benefits__advantages .advantage__card--big:first-child .card-image {
        background-image: url(/static/home/images/benefits-diagram-mobile@2x.png);
        background-size: 100% 100%
    }
}

.ib-benefits__advantages .advantage__card--big:last-child .card-image {
    background-image: url(/static/home/images/sub-ib.png);
    width: 440px;
    height: 227px;
    transform: translateY(-43px)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .ib-benefits__advantages .advantage__card--big:last-child .card-image {
        background-image: url(/static/home/images/sub-ib@2x.png);
        background-size: 100% 100%
    }
}

@media only screen and (max-width: 575px) {
    .ib-benefits__advantages .advantage__card--big:last-child .card-image {
        background-image: url(/static/home/images/sub-ib-mobile.png);
        width: 260px;
        position: absolute;
        top: 142px;
        left: 17%
    }
}

@media only screen and (max-width: 575px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 575px) and (min-device-pixel-ratio: 2), only screen and (max-width: 575px) and (min-resolution: 2dppx), only screen and (max-width: 575px) and (min-resolution: 192dpi) {
    .ib-benefits__advantages .advantage__card--big:last-child .card-image {
        background-image: url(/static/home/images/sub-ib-mobile@2x.png);
        background-size: 100% 100%
    }
}

.ib-benefits__advantages .advantage__card--small {
    width: 368px;
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 88px 24px 40px
}

@media only screen and (max-width: 1199px) {
    .ib-benefits__advantages .advantage__card--small {
        width: 354px
    }
}

@media only screen and (max-width: 575px) {
    .ib-benefits__advantages .advantage__card--small {
        width: 100%
    }
}

.ib-benefits__advantages .advantage__card--small .advantage-text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: left
}

.cta-container {
    height: 136px;
    width: 100%;
    padding: 0 40px;
    background-color: #f5f7f9;
    border-radius: 12px;
    display: flex;
    align-items: center
}

@media only screen and (max-width: 1199px) {
    .cta-container {
        height: 212px;
        flex-direction: column
    }

    .cta-container__text {
        margin: 32px 32px 20px
    }
}

@media only screen and (max-width: 575px) {
    .cta-container {
        height: 328px
    }
}

.cta-container__button {
    height: 56px;
    flex-shrink: 2
}

.sub-ib-level-container {
    margin-top: 64px;
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width: 1199px) {
    .sub-ib-level-container {
        flex-direction: column
    }
}

.sub-ib-level-container__text {
    display: flex;
    flex-direction: column;
    flex-basis: 450px
}

@media only screen and (max-width: 1199px) {
    .sub-ib-level-container__text {
        order: 2;
        margin-top: 20px;
        flex-basis: unset
    }
}

.sub-ib-level-container__paragraph {
    margin-bottom: 12px
}

.sub-ib-level-container__image {
    width: 700px;
    background-image: url(/static/home/images/sub-ib-multilevel.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .sub-ib-level-container__image {
        background-image: url(/static/home/images/sub-ib-multilevel@2x.png);
        background-size: 100% 100%
    }
}

@media only screen and (max-width: 1199px) {
    .sub-ib-level-container__image {
        width: 600px;
        height: 360px;
        align-self: center
    }
}

@media only screen and (max-width: 575px) {
    .sub-ib-level-container__image {
        width: 100%;
        height: 216px
    }
}

.ib-tree-container {
    margin-top: 64px;
    display: flex
}

@media only screen and (max-width: 1199px) {
    .ib-tree-container {
        flex-direction: column
    }
}

.ib-tree-container__image {
    background-image: url(/static/home/images/referral-tree.png);
    width: 580px;
    height: 300px;
    margin-right: 24px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .ib-tree-container__image {
        background-image: url(/static/home/images/referral-tree@2x.png);
        background-size: 100% 100%
    }
}

@media only screen and (max-width: 1199px) {
    .ib-tree-container__image {
        order: 1;
        margin: 0 auto
    }
}

@media only screen and (max-width: 575px) {
    .ib-tree-container__image {
        background-image: url(/static/home/images/referral-tree-mobile.png);
        width: 100%;
        height: 400px;
        margin-top: 28px
    }
}

@media only screen and (max-width: 575px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 575px) and (min-device-pixel-ratio: 2), only screen and (max-width: 575px) and (min-resolution: 2dppx), only screen and (max-width: 575px) and (min-resolution: 192dpi) {
    .ib-tree-container__image {
        background-image: url(/static/home/images/referral-tree-mobile@2x.png);
        background-size: 100% 100%
    }
}

.ib-tree-container__text {
    display: flex;
    flex-direction: column;
    flex-basis: 50%
}

.ib-tree-container__paragraph {
    margin-bottom: 12px
}

.ib-tree-container__paragraph:last-child {
    margin-top: 12px;
    margin-bottom: 0
}

@media only screen and (max-width: 1199px) {
    .mt-banner {
        margin: 64px 0 0;
        width: 100%
    }
}

.form-wrapper {
    margin-bottom: 64px
}

#start_trading .quotes {
    max-width: 450px;
    box-shadow: 0 1px 5px 0 rgba(0, 43, 89, .22);
    text-align: left;
    display: flex;
    flex-direction: column;
    border-radius: 10px
}

#start_trading .quotes-top {
    display: flex
}

#start_trading .quotes-top-left, #start_trading .quotes-top-right {
    padding: 12px
}

#start_trading .quotes-top-left {
    text-align: center;
    min-width: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 10px
}

#start_trading .quotes-top-left img {
    border-radius: initial;
    box-shadow: none;
    width: 100%
}

#start_trading .quotes-top-left-type {
    font-size: 13px;
    padding: 3px 20px;
    border-radius: 30px;
    color: #fff;
    background: rgba(0, 0, 0, .3)
}

#start_trading .quotes-top-right {
    display: flex;
    flex-direction: column;
    min-height: 220px
}

#start_trading .quotes-top-right-excerpt {
    flex: 1
}

#start_trading .quotes-top-right-meta {
    color: #888
}

#start_trading .quotes-bottom {
    padding: 20px 12px 12px
}

#start_trading .quotes-bottom table {
    width: 100%;
    max-width: 450px
}

#start_trading .quotes-bottom table tbody tr td {
    border-top: 1px solid #f0f1f4;
    font-size: 13px !important;
    font-weight: 300 !important;
    padding: 15px 8px;
    line-height: 19px;
    color: #6a6d81;
    text-align: center !important
}

#start_trading .quotes-bottom table tr td:first-child i {
    margin-right: 3px;
    margin-bottom: 1px;
    font-size: 12px;
    vertical-align: middle
}

#start_trading .quotes-bottom table tr td:first-child i.color-red {
    color: #f12727
}

#start_trading .quotes-bottom table tr td:first-child i.color-green {
    color: #42a621
}

#start_trading .quotes-bottom table tfoot tr td {
    padding: 18px 0 10px;
    text-align: center
}

.widget-green {
    -webkit-animation: green-lighten 1.5s ease-in-out normal forwards;
    animation: green-lighten 1.5s ease-in-out normal forwards
}

.widget-green, .widget-red {
    border-radius: 2px;
    padding: 5px
}

.widget-red {
    -webkit-animation: red-lighten 1.5s ease-in-out normal forwards;
    animation: red-lighten 1.5s ease-in-out normal forwards
}

@-webkit-keyframes green-lighten {
    0%, 20% {
        background: rgba(0, 173, 104, .5)
    }
    to {
        background: 0 0
    }
}

@keyframes green-lighten {
    0%, 20% {
        background: rgba(0, 173, 104, .5)
    }
    to {
        background: 0 0
    }
}

@-webkit-keyframes red-lighten {
    0%, 20% {
        background: rgba(209, 44, 52, .5)
    }
    to {
        background: 0 0
    }
}

@keyframes red-lighten {
    0%, 20% {
        background: rgba(209, 44, 52, .5)
    }
    to {
        background: 0 0
    }
}

.signUpFormContainer {
    padding: 40px 30px;
    border-radius: 4px;
    background: #f8fafc;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .1)
}

.signUpFormContainer h4 {
    margin-bottom: 40px
}

.signUpFormContainer input[type=checkbox] {
    width: 25px;
    height: 17px;
    margin-right: 7px
}

.signUpFormContainer .accept-the-terms {
    padding-left: 20px
}

.signUpFormContainer .accept-the-terms span {
    font-size: 13px;
    color: #999
}

.signUpFormContainer .submit-button-wrap {
    margin-top: 30px
}

.signUpFormContainer .submit-button-wrap button {
    width: 100%;
    max-width: 250px;
    margin-bottom: 10px
}

.signUpFormContainer .submit-button-wrap a {
    width: 100%
}

.signUpFormContainer input::-webkit-input-placeholder {
    color: #999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.signUpFormContainer input:focus::-webkit-input-placeholder {
    color: #efc19b;
    font-size: 12px
}

.signUpFormContainer input:-moz-placeholder {
    color: #999;
    -moz-transition: .3s ease all;
    transition: all .3s ease
}

.signUpFormContainer input:focus:-moz-placeholder {
    color: #efc19b;
    font-size: 12px
}

.signUpFormContainer input::-moz-placeholder {
    color: #999;
    -moz-transition: .3s ease all;
    transition: all .3s ease
}

.signUpFormContainer input:focus::-moz-placeholder {
    color: #efc19b;
    font-size: 12px
}

.signUpFormContainer input:-ms-input-placeholder {
    color: #999;
    -ms-transition: .3s ease all;
    transition: all .3s ease
}

.signUpFormContainer input:focus:-ms-input-placeholder {
    color: #efc19b;
    font-size: 12px
}

.signUpFormContainer .iti {
    width: 100%
}

.signUpFormContainer .input-container .tel-input {
    padding-left: 90px !important
}

.signUpFormContainer .iti__selected-flag {
    padding: 5px 6px 5px 8px;
    margin-top: -7px;
    height: 35px
}

.signup-container {
    min-height: 490px;
    overflow: hidden;
    padding: 50px
}

header {
    margin-bottom: 0
}

.page-header-thin {
    background-position: 0 0 !important;
    background-size: cover !important;
    padding-top: 0;
    padding-bottom: 150px
}

.webinar-block {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-bottom: 42px;
    background: url(/static/home/images/bg-dark.png) no-repeat;
    background-size: cover;
    min-height: 619px
}

.webinar-block .calendar-table {
    margin: 40px 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: hsla(0, 0%, 100%, .4)
}

.webinar-block .calendar-table tr td {
    border: none;
    border-right: 1px solid #fff;
    width: 108px;
    height: 79px
}

.webinar-block .calendar-table tr td:after {
    top: 25px;
    height: 5px;
    width: 5px;
    right: -3px
}

.webinar-block .calendar-table tr td:before {
    top: 50px;
    height: 5px;
    width: 5px;
    right: -3px
}

.webinar-block .calendar-table tr td:last-of-type {
    border: none
}

.webinar-block .calendar-table tr td .number {
    font-size: 39px;
    font-family: Segoe UI, sans-serif;
    font-weight: 500
}

.webinar-block .calendar-table tr td .title {
    font-size: 15px;
    font-family: Segoe UI, sans-serif;
    font-weight: 500;
    text-transform: capitalize
}

.webinar-content {
    margin-top: 128px
}

.web-patch-text {
    display: inline;
    font-size: 13px;
    line-height: 32px;
    color: #fff;
    background-color: #d7559f !important;
    padding: 3px 12px;
    border-radius: 10px
}

.webinar-title {
    font-size: 60px;
    margin-top: 12px;
    line-height: 1.2em;
    color: #fff
}

.webinar-date {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #fff
}

.timer {
    margin: 48px 0
}

.calendar-table {
    text-align: center;
    vertical-align: center;
    border-radius: 10px;
    max-width: 428px;
    height: 80px;
    margin: 50px 0;
    background-color: #717171
}

.td-item1, .td-item2, .td-item3 {
    border-right: 1px solid #fff
}

.number {
    font-size: 39px;
    position: relative;
    top: 5px
}

.number, .title {
    margin: 0 28px;
    line-height: 26px;
    color: #fff !important
}

.title {
    font-size: 15px
}

.web-patch {
    width: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background-color: #d7559f !important
}

.bg-form {
    background-color: #e1e1e1
}

.form-title {
    font-size: 20px;
    line-height: 32px;
    color: #1b1b1b
}

.form-paragraph {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #777 !important
}

.form-text {
    margin-top: 36px;
    margin-bottom: 24px;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #777 !important
}

.select-country {
    margin-bottom: 20px;
    position: relative;
    width: 100%
}

.select-country:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 95%;
    border-color: #666 transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0
}

.select-form-text {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: .7px solid #777;
    border-radius: 10px;
    width: 100%;
    padding: 16px
}

.box-link {
    margin-top: 29px;
    margin-bottom: 19px;
    position: relative;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: .7px solid #777 !important
}

.border-text {
    color: #343434;
    background-color: #fff;
    position: absolute;
    padding: 3px 5px;
    top: -15px
}

.box-content {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

.scs-paragraph {
    font-size: 12px;
    line-height: 20px;
    color: #777 !important
}

.button-form-1 {
    display: flex;
    padding: 16px 0;
    width: 100%;
    border-radius: 20px;
    background-color: #d7559f !important;
    flex-direction: column;
    align-items: center;
    margin: 0 auto
}

.button-form-1, .button-form-1:hover {
    text-decoration: none
}

.button-form-1, .button-form-1:active, .button-form-1:focus {
    outline: none;
    border: 0
}

.btn-form-text {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase
}

.form-line {
    margin-top: 18px;
    margin-bottom: 14px;
    max-width: 308px;
    height: 1px;
    background-color: #777 !important;
    opacity: 1%
}

.form-social {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.social-paragraph {
    font-size: 14px;
    line-height: 20px;
    color: #000 !important
}

.socials {
    display: flex
}

.socials-item {
    list-style-type: none
}

.socials-item:nth-of-type(2) {
    margin: 0 10px 8px
}

.before-form {
    max-width: 360px;
    margin-top: 24px
}

#eventFormContainer .before-form-paragraph, .sign-up-page .before-form-paragraph {
    font-size: 12px;
    line-height: 20px;
    color: #fff !important
}

#eventFormContainer .underline, #eventFormContainer .underline:hover, .sign-up-page .underline, .sign-up-page .underline:hover {
    color: #fff !important;
    text-decoration: underline
}

.before-form-paragraph {
    max-height: 210px;
    font-size: 12px;
    line-height: 20px;
    color: #000 !important
}

.underline, .underline:hover {
    color: #000 !important;
    text-decoration: underline
}

.calendar {
    align-items: center;
    justify-content: space-around
}

.calendar, .calendar .calendar-items {
    display: flex
}

.calendar .calendar-items .calendar-item {
    list-style-type: none
}

.calendar .calendar-items .calendar-item .form-img {
    max-height: 40px;
    display: block;
    margin: auto
}

.calendar .calendar-items .calendar-text {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #1b1b1b
}

@media (max-width: 375px) {
    .number {
        margin: 0 16px;
        font-size: 20px
    }

    .title {
        margin: 0 16px;
        font-size: 8px
    }
}

@media (max-width: 450px) {
    .webinar-title {
        font-size: 28px
    }

    .webinar-date {
        font-size: 24px
    }

    .form-title {
        font-size: 20px
    }

    .form-paragraph, .social-paragraph {
        font-size: 14px
    }

    .before-form-paragraph {
        font-size: 12px
    }

    .number {
        margin: 0 20px;
        font-size: 26px
    }

    .title {
        margin: 0 10px;
        font-size: 12px
    }

    .timer, .webinar-block .calendar-table {
        margin: 20px 0
    }
}

@media (max-width: 575px) {
    .calendar .calendar-items .calendar-item {
        padding-bottom: 10px
    }
}

@media (max-width: 991px) {
    .webinar-content {
        margin-top: 60px
    }

    .date-text {
        margin-bottom: 40px
    }
}

.payment-tile {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: calc(100% - 40px);
    max-width: 1180px;
    min-height: 173px;
    background: #fff;
    border: 2px solid #ececf1;
    box-sizing: border-box;
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-family: Roboto;
    flex-direction: column
}

@media (min-width: 524px) {
    .payment-tile {
        height: 126px;
        flex-direction: row
    }
}

.payment-logo {
    flex: 1;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 20px
}

.payment-logo .logo-payment {
    width: 100%;
    height: 100%
}

.payment-text {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

@media (min-width: 426px) {
    .payment-text {
        font-size: 16px
    }
}

@media (min-width: 878px) {
    .payment-text {
        flex-direction: row;
        align-items: center
    }
}

.payment-bank-name {
    text-align: center;
    margin-left: 24px;
    font-weight: 500
}

@media (max-width: 524px) {
    .payment-bank-name {
        display: none
    }
}

@media (min-width: 878px) {
    .payment-bank-name {
        width: 170px
    }
}

.payment-input-commission {
    font-weight: 400
}

.payment-input-commission, .payment-output-commission {
    text-align: center;
    margin-left: 24px;
    text-transform: capitalize
}

.active-block {
    flex: 4.5;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 786px) {
    .active-block {
        flex: 2.5
    }
}

@media (max-width: 524px) {
    .active-block {
        width: 100%
    }
}

.button-block {
    display: flex;
    justify-content: right
}

.payment-button-go-to {
    width: 95px;
    height: 56px;
    color: #812ed7;
    line-height: 54px;
    border: 1px solid #812ed7;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    right: 0;
    margin-right: 40px;
    margin-top: 35px;
    margin-bottom: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.payment-button-go-to:hover {
    color: #fff;
    background-color: #812ed7;
    cursor: pointer
}

@media (min-width: 787px) {
    .payment-button-go-to {
        width: 172px;
        height: 48px;
        line-height: 44px
    }
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65);
    z-index: 999999;
    overflow: auto
}

#overlay, .popup {
    -webkit-animation: fade .6s;
    animation: fade .6s
}

.popup {
    background: linear-gradient(84.76deg, #69188f 2.92%, #621cd6 92.62%);
    background-size: cover;
    background-position: 50%;
    margin: 0 20px;
    position: absolute;
    top: 8%;
    text-align: center;
    z-index: 1000;
    overflow: hidden
}

.popup .close {
    position: relative;
    top: 16px;
    right: 16px;
    border: none;
    cursor: pointer;
    outline: none;
    width: 40px;
    height: 40px;
    opacity: 1;
    z-index: 1;
    background: #e8289c;
    border-radius: 5px
}

.popup .popup__content {
    margin-left: 35px;
    margin-top: 63px;
    margin-right: 35px;
    align-items: center
}

.popup__img {
    margin: 18px auto 0;
    max-width: 697px;
    z-index: 1;
    position: relative
}

.popup__img img {
    width: 100%
}

.popup__text {
    position: relative
}

.popup__text p {
    font-family: Open Sans;
    font-style: normal;
    line-height: 150%;
    color: #fff
}

.popup__text a {
    color: #fff
}

.popup__text .popup__title {
    font-weight: 700;
    font-size: 60px;
    line-height: 120%
}

.popup__text .popup__subtitle {
    font-size: 18px;
    line-height: 120%;
    margin-top: 20px
}

.popup__text .popup__btn {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 50px rgba(232, 40, 156, .25);
    border-radius: 5px;
    background: #e8289c;
    width: 168px;
    height: 42px;
    display: block;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase
}

.popup__text .popup__btn:focus, .popup__text .popup__btn:hover {
    text-decoration: none;
    color: #85439a
}

.popup .popup__background {
    position: absolute;
    right: 0;
    bottom: 0;
    mix-blend-mode: screen;
    height: 50%
}

@media (min-width: 576px) {
    .popup .popup__background {
        height: 60%
    }
}

@media (min-width: 768px) {
    .popup .popup__background {
        height: 70%
    }
}

@media (min-width: 1200px) {
    .popup {
        background: linear-gradient(84.76deg, #69188f 2.92%, #621cd6 92.62%);
        background-size: cover;
        max-width: 1200px;
        height: 750px
    }

    .popup .popup__content {
        display: flex;
        align-items: center;
        height: 100%
    }

    .popup .popup__content .popup__img {
        flex: 3;
        margin-top: 0;
        max-width: 697px
    }

    .popup .popup__content .popup__text {
        text-align: left;
        margin-left: 60px;
        flex: 2
    }

    .popup .popup__content .popup__text .popup__title {
        font-size: 60px;
        white-space: nowrap
    }

    .popup .popup__content .popup__text .popup__subtitle {
        font-size: 16px
    }

    .popup .popup__content .popup__text .popup__btn {
        margin-left: 0;
        margin-right: auto;
        box-shadow: 0 4px 50px rgba(232, 40, 156, .25);
        border-radius: 5px;
        background: #e8289c;
        width: 168px;
        height: 42px
    }

    .popup .popup__content .popup__background {
        height: 90%
    }
}

.bonus-40 .download_instruction {
    width: 100%;
    float: left;
    margin: 10px 0 0 17px
}

.bonus-40-block1 {
    margin-top: 120px
}

.bonus-40-block2 {
    margin-top: 50px;
    padding: 100px 0
}

.bonus-40-block3 {
    margin-top: 100px
}

.bonus-40-block1 img, .bonus-40-block3 img {
    float: right
}

.bonus-40 .widget-1 .image-holder img {
    width: 80px;
    min-height: 0;
    margin: 60px 0 0
}

.bonus-40-header {
    position: relative;
    background-color: #000;
    width: 100%;
    overflow: hidden;
    margin-top: -110px
}

.bonus-40-header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%)
}

.bonus-40-header .container {
    position: relative;
    z-index: 2
}

.bonus-40-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 1
}

.terms_special-bonus {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #3a4366;
    margin-top: 12px;
    text-decoration: underline
}

@media (max-width: 767px) {
    .bonus-40-block1 {
        margin-top: 30px
    }

    .bonus-40-block2 {
        margin-top: 50px
    }

    .bonus-40-block3 {
        margin-top: 10px
    }

    .bonus-40-block1 img, .bonus-40-block3 img {
        max-width: 300px;
        float: none
    }

    .bonus-40-block1, .bonus-40-block3 {
        text-align: center
    }

    .bonus-40 .download_instruction {
        margin: 10px 0 0
    }

    .bonus-40-header {
        margin-top: 0;
        min-height: auto;
        background-color: transparent
    }

    .bonus-40-header .banner-desc, .bonus-40-header .banner_title {
        text-align: center
    }

    .bonus-40-header .banner-desc a {
        margin-top: 15px
    }
}

.footer__bottom__links {
    align-items: center;
}

.footer__bottom__links .footer-logo {
    color: #81818d;
    margin-right: 36px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: normal;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 40px;
}

.post-info {
    padding: 5px 15px;
    background-color: #E5E5E5;
    border-radius: 4px;
    margin-top: 20px;
}

.post-info p {
    margin-bottom: 0!important;
    font-size: 14px;
}

.right-post {
    margin-top: 32px;
    display: inline-block;
    padding-block: 28px;
    border-block: 1px solid #eee;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: start;


}

.right-post a {
    width: 100%;
    height: 72px;
    display: flex;
    text-align-last: start;
}

.right-post a .mt-news-text {
    display: flex;
    align-items: center;
    order: 2;
    max-width: 206px;
    padding-right: 32px;
}

.right-post a .mt-news-text h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: normal;
    font-family: Roboto, sans-serif;
    color: #000 !important;
    max-width: 700px;
    -webkit-line-clamp: 3;
}

.right-post a .mt-news-text .post-description {
    display: none;
}

.right-post a .padded-blog-content {
    padding: 0;
    margin-left: 32px;
    margin-right: 16px;
}

.right-post a .padded-blog-content img {
    object-fit: cover;
    width: 128px;
    height: 72px;
    border-radius: 4px;
}

.right-post a .post-date,
.right-post a .post-author {
    display: none;
}

.blog-listing img {
    max-width: 100%;
}