@font-face {
    font-family: 'Montserrat Regular';
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat Medium';
    src: url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Oswald Regular';
    src: url(../fonts/Oswaldregular.woff2) format("woff2"), url(../fonts/Oswaldregular.woff) format("woff"), url(../fonts/Oswaldregular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Oswald Medium';
    src: url(../fonts/Oswaldmedium.woff2) format("woff2"), url(../fonts/Oswaldmedium.woff) format("woff"), url(../fonts/Oswaldmedium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Oswald DemiBold';
    src: url(../fonts/Oswalddemibold.woff2) format("woff2"), url(../fonts/Oswalddemibold.woff) format("woff"), url(../fonts/Oswalddemibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Oswald Bold';
    src: url(../fonts/Oswaldbold.woff2) format("woff2"), url(../fonts/Oswaldbold.woff) format("woff"), url(../fonts/Oswaldbold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

body,
html {
    padding: 0;
    margin: 0
}

img {
    display: block;
    border: none
}

a {
    text-decoration: none;
    cursor: pointer
}

button,
input[type=button],
input[type=submit] {
    cursor: pointer
}

.container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

[data-tippy-root] {
    font-family: "Montserrat Regular"
}

.account-button,
.btn-icon-blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear, right top, left top, color-stop(-27.23%, rgba(80, 223, 255, .8)), color-stop(35.54%, rgba(80, 223, 255, 0)));
    background: -o-linear-gradient(right, rgba(80, 223, 255, .8) -27.23%, rgba(80, 223, 255, 0) 35.54%);
    background: linear-gradient(270deg, rgba(80, 223, 255, .8) -27.23%, rgba(80, 223, 255, 0) 35.54%);
    border: .83731px solid rgba(80, 223, 255, .39);
    -webkit-backdrop-filter: blur(4.18653px);
    backdrop-filter: blur(4.18653px);
    border-radius: 5px
}

.account-button span,
.btn-icon-blue span {
    display: block
}

.account-button span:first-child,
.btn-icon-blue span:first-child {
    color: #fff;
    font-family: "Montserrat SemiBold";
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 4px;
    line-height: normal;
    padding: 15px 40px;
    background-color: #1aaddc
}

.account-button span:last-child,
.btn-icon-blue span:last-child {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: padding-left .3s;
    -o-transition: padding-left .3s;
    transition: padding-left .3s
}

.account-button span:last-child svg,
.btn-icon-blue span:last-child svg {
    display: block;
    max-height: 20px;
    width: auto
}

.account-button:hover span:first-child,
.btn-icon-blue:hover span:first-child {
    background: -o-linear-gradient(159.11deg, #1aaddc 9.46%, #82e1ff 94.98%);
    background: linear-gradient(290.89deg, #1aaddc 9.46%, #82e1ff 94.98%)
}

.account-button:hover span:last-child,
.btn-icon-blue:hover span:last-child {
    padding-left: 35px
}

.btn-icon-green {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear, right top, left top, color-stop(-27.23%, rgba(40, 192, 101, .8)), color-stop(23.28%, rgba(40, 192, 101, 0)));
    background: -o-linear-gradient(right, rgba(40, 192, 101, .8) -27.23%, rgba(40, 192, 101, 0) 23.28%);
    background: linear-gradient(270deg, rgba(40, 192, 101, .8) -27.23%, rgba(40, 192, 101, 0) 23.28%);
    border: .83731px solid rgba(40, 192, 101, .69);
    -webkit-backdrop-filter: blur(4.18653px);
    backdrop-filter: blur(4.18653px);
    border-radius: 5px
}

.btn-icon-green span {
    display: block
}

.btn-icon-green span:first-child {
    color: #fff;
    font-family: "Montserrat SemiBold";
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 4px;
    line-height: normal;
    padding: 15px 40px;
    background-color: #28c065
}

.btn-icon-green span:last-child {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: padding-left .3s;
    -o-transition: padding-left .3s;
    transition: padding-left .3s
}

.btn-icon-green span:last-child svg {
    display: block;
    max-height: 20px;
    width: auto
}

.btn-icon-green:hover span:first-child {
    background: -o-linear-gradient(172.95deg, #28c065 20.98%, #3ae47e 94.57%);
    background: linear-gradient(277.05deg, #28c065 20.98%, #3ae47e 94.57%)
}

.btn-icon-green:hover span:last-child {
    padding-left: 35px
}

.btn-icon-gold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear, right top, left top, color-stop(-27.23%, rgba(219, 197, 68, .8)), color-stop(35.54%, rgba(220, 197, 68, 0)));
    background: -o-linear-gradient(right, rgba(219, 197, 68, .8) -27.23%, rgba(220, 197, 68, 0) 35.54%);
    background: linear-gradient(270deg, rgba(219, 197, 68, .8) -27.23%, rgba(220, 197, 68, 0) 35.54%);
    border: .83731px solid rgba(219, 197, 68, .69);
    -webkit-backdrop-filter: blur(4.18653px);
    backdrop-filter: blur(4.18653px);
    border-radius: 5px
}

.btn-icon-gold span {
    display: block
}

.btn-icon-gold span:first-child {
    color: #fff;
    font-family: "Montserrat SemiBold";
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 4px;
    line-height: normal;
    padding: 15px 40px;
    background: -o-linear-gradient(358.12deg, #9f8036 3.22%, #fae84b 140.68%);
    background: linear-gradient(91.88deg, #9f8036 3.22%, #fae84b 140.68%)
}

.btn-icon-gold span:last-child {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: padding-left .3s;
    -o-transition: padding-left .3s;
    transition: padding-left .3s
}

.btn-icon-gold span:last-child svg {
    display: block;
    max-height: 20px;
    width: auto
}

.btn-icon-gold:hover span:first-child {
    background: -o-linear-gradient(358.12deg, #bf9c49 3.22%, #fff067 140.68%);
    background: linear-gradient(91.88deg, #bf9c49 3.22%, #fff067 140.68%)
}

.btn-icon-gold:hover span:last-child {
    padding-left: 35px
}

.password-restore-form .swal2-popup,
.sign-in-form .swal2-popup,
.sign-up-form .swal2-popup {
    padding: 30px 40px;
    width: 500px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 19px rgba(0, 0, 0, .35);
    box-shadow: 0 0 19px rgba(0, 0, 0, .35)
}

.password-restore-form .swal2-close,
.sign-in-form .swal2-close,
.sign-up-form .swal2-close {
    position: absolute;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.password-restore-form .text-error,
.sign-in-form .text-error,
.sign-up-form .text-error {
    text-align: left !important;
    font-size: 12px;
    color: red
}

.password-restore-form .swal2-html-container,
.sign-in-form .swal2-html-container,
.sign-up-form .swal2-html-container {
    margin: 0;
    padding: 0
}

.password-restore-form .swal2-html-container h2,
.sign-in-form .swal2-html-container h2,
.sign-up-form .swal2-html-container h2 {
    margin-top: 0;
    text-align: center;
    color: #1d1d1b;
    font-size: 25px;
    font-family: "Montserrat SemiBold";
    margin-bottom: 20px
}

.password-restore-form .swal2-html-container .form-group,
.sign-in-form .swal2-html-container .form-group,
.sign-up-form .swal2-html-container .form-group {
    margin-bottom: 15px
}

.password-restore-form .swal2-html-container .form-group label,
.sign-in-form .swal2-html-container .form-group label,
.sign-up-form .swal2-html-container .form-group label {
    text-align: left;
    display: block;
    margin: 0 0 5px 0;
    color: #1d1d1b;
    font-size: 14px;
    font-family: "Montserrat Regular"
}

.password-restore-form .swal2-html-container .form-group input[type=email],
.password-restore-form .swal2-html-container .form-group input[type=password],
.password-restore-form .swal2-html-container .form-group input[type=text],
.sign-in-form .swal2-html-container .form-group input[type=email],
.sign-in-form .swal2-html-container .form-group input[type=password],
.sign-in-form .swal2-html-container .form-group input[type=text],
.sign-up-form .swal2-html-container .form-group input[type=email],
.sign-up-form .swal2-html-container .form-group input[type=password],
.sign-up-form .swal2-html-container .form-group input[type=text] {
    display: block;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #1d1d1b;
    border-radius: 5px;
    height: 40px
}

.password-restore-form .swal2-html-container input[type=checkbox]+label,
.sign-in-form .swal2-html-container input[type=checkbox]+label,
.sign-up-form .swal2-html-container input[type=checkbox]+label {
    margin-bottom: 0 !important
}

.password-restore-form .swal2-html-container button[type=submit],
.sign-in-form .swal2-html-container button[type=submit],
.sign-up-form .swal2-html-container button[type=submit] {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-transform: none;
    margin-top: 30px
}

.password-restore-form .swal2-html-container button[type=submit] span:first-child,
.sign-in-form .swal2-html-container button[type=submit] span:first-child,
.sign-up-form .swal2-html-container button[type=submit] span:first-child {
    padding: 15px 30px;
    text-transform: none;
    width: 90%
}

@media (max-width:540px) {
    .password-restore-form .swal2-popup .swal2-html-container,
    .sign-in-form .swal2-popup .swal2-html-container,
    .sign-up-form .swal2-popup .swal2-html-container {
        padding: 0 !important
    }
}

.sign-up-form p {
    color: #1d1d1b;
    font-family: "Montserrat Medium";
    font-size: 16px
}

.sign-up-form p a {
    text-decoration: underline;
    color: #1aaddc
}

.sign-up-form p a:hover {
    text-decoration: none
}

.sign-in-form .remember-me {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.sign-in-form .restore-password {
    margin-top: 10px;
    padding-bottom: 15px
}

.sign-in-form .restore-password a {
    color: #9d9d9d;
    font-family: "Montserrat Medium";
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.sign-in-form .restore-password a:hover {
    color: #126ea3
}

.sign-in-form .back-to-register {
    text-align: left
}

.sign-in-form .back-to-register p {
    margin-bottom: 0;
    color: #1d1d1b;
    font-size: 14px;
    font-family: "Montserrat Regular"
}

.sign-in-form .back-to-register a {
    font-size: 16px;
    margin-top: 5px;
    display: inline-block;
    color: #1aaddc;
    font-family: "Montserrat Medium";
    text-decoration: underline
}

.sign-in-form .back-to-register a:hover {
    text-decoration: none
}

.password-restore-form p {
    font-family: "Montserrat Regular"
}

.account-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh
}

.account-wrapper .sidebar {
    background-image: url(../images/bg-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: sticky;
    top: 0;
    height: 100vh;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto
}

.account-wrapper .sidebar-header {
    padding: 20px 40px
}

.account-wrapper .sidebar-header img {
    display: block;
    max-height: 50px;
    width: auto;
    margin: 0 auto
}

.account-wrapper .sidebar-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.account-wrapper .sidebar-nav ul li {
    -webkit-transition: background-color .3s, border-right-color .3s;
    -o-transition: background-color .3s, border-right-color .3s;
    transition: background-color .3s, border-right-color .3s;
    border-right: 10px solid transparent
}

.account-wrapper .sidebar-nav ul li.active,
.account-wrapper .sidebar-nav ul li:hover {
    background-color: rgba(26, 173, 220, .22);
    border-right-color: #1aaddc;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05)
}

.account-wrapper .sidebar-nav ul li a {
    display: block;
    padding: 10px 40px;
    text-decoration: none;
    color: #fff;
    font-family: "Montserrat Medium";
    font-size: 14px
}

.account-wrapper .sidebar-footer {
    padding: 20px 40px 40px 40px
}

.account-wrapper .sidebar-footer a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    border-radius: 25px;
    padding: 8px 20px;
    text-align: center;
    color: #fff;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    font-size: 14px;
    font-family: "Montserrat Medium";
    border: 1px solid #fff
}

.account-wrapper .sidebar-footer a svg {
    display: block;
    height: 18px;
    width: auto;
    margin-right: 10px
}

.account-wrapper .sidebar-footer a:hover {
    color: #126ea3;
    background-color: #fff
}

.account-wrapper .sidebar-footer a:hover svg path {
    stroke: #126ea3
}

.account-wrapper aside {
    width: 240px
}

.account-wrapper main {
    width: calc(100% - 240px)
}

@media screen and (max-width:991px) {
    .account-wrapper {
        display: block;
        min-height: unset;
        position: relative
    }
    .account-wrapper aside,
    .account-wrapper main {
        width: auto
    }
    .account-wrapper::before {
        content: '';
        position: fixed;
        background-color: rgba(255, 255, 255, .7);
        left: 0;
        top: 0;
        z-index: 90;
        width: 100%;
        height: 100%;
        visibility: hidden;
        -webkit-transition: visibility .3s;
        -o-transition: visibility .3s;
        transition: visibility .3s
    }
    .account-wrapper .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        height: auto;
        width: 240px;
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        z-index: 110;
        left: auto;
        right: 0;
        -webkit-box-shadow: 0 3px 11px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 11px rgba(0, 0, 0, .5)
    }
    .account-wrapper .account-header {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }
    .account-wrapper.menu-open::before {
        visibility: visible
    }
    .account-wrapper.menu-open .sidebar {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    .account-wrapper.menu-open .account-header {
        -webkit-transform: translateX(-230px);
        -ms-transform: translateX(-230px);
        transform: translateX(-230px)
    }
    .account-wrapper.menu-open .account-header .ha-burger span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    .account-wrapper.menu-open .account-header .ha-burger::before {
        -webkit-transform: rotate(-45deg) translateY(10px) translateX(-6px);
        -ms-transform: rotate(-45deg) translateY(10px) translateX(-6px);
        transform: rotate(-45deg) translateY(10px) translateX(-6px)
    }
    .account-wrapper.menu-open .account-header .ha-burger::after {
        -webkit-transform: rotate(45deg) translateY(-10px) translateX(-5px);
        -ms-transform: rotate(45deg) translateY(-10px) translateX(-5px);
        transform: rotate(45deg) translateY(-10px) translateX(-5px)
    }
}

@media screen and (max-width:767px) {
    .account-wrapper .sidebar .ah-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 15px
    }
    .account-wrapper .sidebar .ah-wrapper .ah-balance,
    .account-wrapper .sidebar .ah-wrapper .ah-button {
        display: none
    }
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown {
        z-index: 1;
        border-radius: 20px;
        position: relative
    }
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown>a {
        text-transform: capitalize;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: background-color .3s, color .3s;
        -o-transition: background-color .3s, color .3s;
        transition: background-color .3s, color .3s;
        color: #fff;
        font-family: "Montserrat SemiBold";
        font-size: 14px;
        border-radius: 20px;
        justify-content: center;
        padding: 8px 10px;
        border: 1px solid #fff
    }
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown>a svg {
        display: block;
        margin-left: 10px;
        height: 10px;
        width: auto;
        margin-right: 0;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown>a svg path {
        stroke: #fff;
        -webkit-transition: stroke .3s;
        -o-transition: stroke .3s;
        transition: stroke .3s
    }
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown:hover>a {
        background-color: #fff;
        color: #1aaddc
    }
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown:hover>a svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown:hover>a svg path {
        stroke: #1aaddc
    }
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown:hover ul {
        visibility: visible
    }
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown ul {
        background-color: #fff;
        left: 0;
        top: -85px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        width: 100%;
        position: absolute;
        visibility: hidden;
        list-style: none;
        margin: 0;
        padding: 10px 0 25px 0;
        z-index: -1
    }
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown ul li {
        padding: 5px 0
    }
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown ul a,
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown ul button {
        padding: 5px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 13px;
        font-family: "Montserrat Regular";
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
        background-color: transparent;
        border: none;
        color: #9d9d9d
    }
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown ul a svg,
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown ul button svg {
        display: block;
        margin-right: 5px
    }
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown ul a svg path,
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown ul button svg path {
        -webkit-transition: stroke .3s;
        -o-transition: stroke .3s;
        transition: stroke .3s
    }
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown ul a:hover,
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown ul button:hover {
        color: #1d1d1b
    }
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown ul a:hover svg path,
    .account-wrapper .sidebar .ah-wrapper .ah-dropdown ul button:hover svg path {
        stroke: #1d1d1b
    }
    .account-wrapper .sidebar .ah-wrapper .header-languages {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        margin-top: 15px
    }
    .account-wrapper .sidebar .ah-wrapper .header-languages__selected {
        display: none
    }
    .account-wrapper .sidebar .ah-wrapper .header-languages ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        visibility: visible;
        opacity: 1;
        position: sticky;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent
    }
    .account-wrapper .sidebar .ah-wrapper .header-languages ul li.active a {
        background-color: #fff;
        color: #1aaddc
    }
}

.deals-block {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.deals-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(309.77deg, rgba(255, 255, 255, .15) 5.36%, rgba(255, 255, 255, 0) 102.31%);
    background: linear-gradient(140.23deg, rgba(255, 255, 255, .15) 5.36%, rgba(255, 255, 255, 0) 102.31%);
    -webkit-box-shadow: 0 8px 31px rgba(0, 0, 0, .86);
    box-shadow: 0 8px 31px rgba(0, 0, 0, .86);
    border: 2px solid rgba(255, 255, 255, .16);
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    border-radius: 282px;
    z-index: 0
}

.deals-block-wrapper {
    position: relative;
    height: 0;
    z-index: 1;
    padding-bottom: 100%
}

.deals-block-inset {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center
}

.deals-block__title {
    font-family: "Montserrat Medium";
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    margin-top: 50px;
    margin-bottom: 10px
}

.deals-block__percents {
    font-size: 40px;
    line-height: 50px;
    font-family: "Oswald DemiBold";
    color: #28c065;
    margin-bottom: 5px
}

.deals-block__desc {
    font-family: "Montserrat Regular";
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 5px
}

.deals-block__desc p {
    margin: 0
}

.deals-block__prices {
    font-family: "Montserrat SemiBold";
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.deals-block__prices svg {
    display: block;
    height: 16px;
    margin-left: 5px;
    width: auto
}

.deals-block__button {
    padding-top: 35px
}

.deals-block__button a {
    display: table;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 20px;
    width: 80%;
    max-width: 190px;
    text-align: center;
    padding: 10px 30px;
    font-family: "Montserrat SemiBold";
    font-size: 18px;
    color: #fff;
    background: #1aaddc
}

.deals-block__button a:hover {
    background: -o-linear-gradient(159.11deg, #1aaddc 9.46%, #82e1ff 94.98%);
    background: linear-gradient(290.89deg, #1aaddc 9.46%, #82e1ff 94.98%)
}

.blockMsg {
    border: none !important;
    background-color: transparent !important;
    font-family: "Montserrat SemiBold";
    font-size: 16px !important;
    width: auto !important;
    color: #fff !important
}

.swal2-popup {
    padding: 0;
    -webkit-box-shadow: 0 0 19px rgba(0, 0, 0, .35);
    box-shadow: 0 0 19px rgba(0, 0, 0, .35)
}

.swal2-popup .swal2-title {
    font-family: "Montserrat SemiBold";
    color: #1d1d1b
}

.swal2-popup .swal2-confirm {
    border-radius: 20px !important;
    padding: 12px 40px !important;
    font-family: "Montserrat Medium" !important;
    background-color: #1aaddc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-image: none !important;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.swal2-popup .swal2-confirm:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.swal2-popup .swal2-close {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.swal2-popup .swal2-html-container {
    margin: 0;
    padding: 50px;
    font-size: 16px;
    color: #1d1d1b;
    font-family: "Montserrat Regular"
}

.toast-message {
    font-family: "Montserrat Medium";
    font-size: 14px;
    color: #1d1d1b
}

.toast-title {
    font-family: "Montserrat SemiBold"
}

.settings-form .swal2-popup {
    width: 500px
}

.settings-form .swal2-html-container {
    padding: 40px 50px
}

.settings-form h2 {
    margin-top: 0;
    font-size: 30px;
    color: #1d1d1b;
    font-family: "Montserrat SemiBold";
    margin-bottom: 20px
}

.settings-form .form-group {
    margin-bottom: 15px
}

.settings-form .form-group label {
    display: block;
    margin: 0 0 5px 0;
    font-size: 16px;
    font-family: "Montserrat Regular";
    color: #1d1d1b;
    text-align: left
}

.settings-form .form-group input,
.settings-form .form-group select {
    width: 100%;
    padding: 0 20px;
    border: 1px solid #1d1d1b;
    height: 40px;
    display: block;
    border-radius: 5px;
    font-family: "Montserrat Medium";
    color: #1d1d1b
}

.settings-form .form-group input::-webkit-input-placeholder,
.settings-form .form-group select::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1
}

.settings-form .form-group input::-moz-placeholder,
.settings-form .form-group select::-moz-placeholder {
    color: #9d9d9d;
    opacity: 1
}

.settings-form .form-group input:-ms-input-placeholder,
.settings-form .form-group select:-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1
}

.settings-form .form-group input::-ms-input-placeholder,
.settings-form .form-group select::-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1
}

.settings-form .form-group input::placeholder,
.settings-form .form-group select::placeholder {
    color: #9d9d9d;
    opacity: 1
}

.settings-form .form-group input:-ms-input-placeholder,
.settings-form .form-group select:-ms-input-placeholder {
    color: #9d9d9d
}

.settings-form .form-group input::-ms-input-placeholder,
.settings-form .form-group select::-ms-input-placeholder {
    color: #9d9d9d
}

.settings-form .form-group .select-box {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto
}

.settings-form .odf-button {
    margin-top: 35px
}

.settings-form .odf-button button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 100%
}

.settings-form .odf-button button span {
    text-transform: none
}

.settings-form .odf-button button span:first-child {
    width: 90%
}

.privacy-popup .swal2-popup {
    width: 90%
}

.privacy-popup .swal2-popup .swal2-html-container {
    text-align: left
}

.privacy-popup .swal2-popup .swal2-html-container p {
    font-size: 14px;
    line-height: 22px
}

.congrats-popup .btn {
    display: table;
    margin: 30px auto 0 auto;
    border-radius: 20px;
    padding: 10px 30px;
    font-family: "Montserrat Medium";
    color: #fff;
    background-color: #1aaddc
}

.congrats-popup .swal2-popup .swal2-close {
    z-index: 1
}

.congrats-popup .swal2-popup .swal2-html-container {
    padding: 20px 30px;
    position: relative;
    z-index: 1
}

.confetti-container {
    -webkit-perspective: 700px;
    perspective: 700px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.confetti {
    position: absolute;
    z-index: 1;
    top: -10px;
    border-radius: 0
}

.confetti--animation-slow {
    -webkit-animation: confetti-slow 2.25s linear 1 forwards;
    animation: confetti-slow 2.25s linear 1 forwards
}

.confetti--animation-medium {
    -webkit-animation: confetti-medium 1.75s linear 1 forwards;
    animation: confetti-medium 1.75s linear 1 forwards
}

.confetti--animation-fast {
    -webkit-animation: confetti-fast 1.25s linear 1 forwards;
    animation: confetti-fast 1.25s linear 1 forwards
}

@-webkit-keyframes confetti-slow {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0)
    }
    100% {
        -webkit-transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
        transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg)
    }
}

@keyframes confetti-slow {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0)
    }
    100% {
        -webkit-transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
        transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg)
    }
}

@-webkit-keyframes confetti-medium {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0)
    }
    100% {
        -webkit-transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
        transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg)
    }
}

@keyframes confetti-medium {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0)
    }
    100% {
        -webkit-transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
        transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg)
    }
}

@-webkit-keyframes confetti-fast {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0)
    }
    100% {
        -webkit-transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
        transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg)
    }
}

@keyframes confetti-fast {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0)
    }
    100% {
        -webkit-transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
        transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg)
    }
}

.ha-burger {
    display: none;
    width: 34px;
    cursor: pointer
}

.ha-burger span,
.ha-burger::after,
.ha-burger::before {
    content: '';
    display: block;
    height: 3px;
    background: #fff;
    -webkit-transition: opacity 250ms, -webkit-transform .3s;
    transition: opacity 250ms, -webkit-transform .3s;
    -o-transition: transform .3s, opacity 250ms;
    transition: transform .3s, opacity 250ms;
    transition: transform .3s, opacity 250ms, -webkit-transform .3s
}

.ha-burger span {
    margin: 8px 0
}

.header-languages {
    position: relative;
    margin-right: 15px;
    padding-right: 5px
}

.header-languages__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-right: 17px
}

.header-languages__selected svg {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.header-languages__selected img {
    height: 25px;
    width: auto;
    margin-right: 13px;
    border-radius: 5px;
    display: block
}

.header-languages__selected span {
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat Regular";
    font-size: 14px
}

.header-languages ul {
    padding: 0;
    margin: 0;
    list-style: none;
    right: 0;
    background: #fff;
    position: absolute;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: visibility 1s, opacity .3s, -webkit-transform 250ms;
    transition: visibility 1s, opacity .3s, -webkit-transform 250ms;
    -o-transition: transform 250ms, visibility 1s, opacity .3s;
    transition: transform 250ms, visibility 1s, opacity .3s;
    transition: transform 250ms, visibility 1s, opacity .3s, -webkit-transform 250ms;
    font-family: "Montserrat Regular"
}

.header-languages ul li a {
    display: block;
    text-decoration: none;
    color: #1d1d1b;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.header-languages ul li a:hover {
    color: #1aaddc
}

.header-languages.active .header-languages__selected svg {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.header-languages.active ul {
    -webkit-transition: visibility 0s, opacity 250ms, -webkit-transform .3s;
    transition: visibility 0s, opacity 250ms, -webkit-transform .3s;
    -o-transition: transform .3s, visibility 0s, opacity 250ms;
    transition: transform .3s, visibility 0s, opacity 250ms;
    transition: transform .3s, visibility 0s, opacity 250ms, -webkit-transform .3s;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

header {
    padding: 25px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(86.71%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 86.71%);
    background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0) 86.71%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: background-color .3s, padding .3s, -webkit-box-shadow .3s;
    transition: background-color .3s, padding .3s, -webkit-box-shadow .3s;
    -o-transition: background-color .3s, padding .3s, box-shadow .3s;
    transition: background-color .3s, padding .3s, box-shadow .3s;
    transition: background-color .3s, padding .3s, box-shadow .3s, -webkit-box-shadow .3s;
    z-index: 10
}

header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header .header-logo a {
    display: block;
    position: relative
}

header .header-logo a img {
    max-height: 60px;
    height: auto;
    width: auto
}

header .header-logo a img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 1
}

header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center
}

header nav ul li {
    padding: 0 10px
}

header nav ul li a {
    padding: 10px 0;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-family: "Montserrat Bold"
}

header nav ul li a:hover {
    color: #1aaddc
}

header .header-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .header-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

header .header-auth a {
    text-decoration: none;
    display: block;
    padding: 8px 20px;
    text-align: center;
    font-family: "Montserrat Medium";
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    -webkit-transition: border-color .3s, color .3s, background-color .3s;
    -o-transition: border-color .3s, color .3s, background-color .3s;
    transition: border-color .3s, color .3s, background-color .3s
}

header .header-auth a.sign-up-button {
    margin-right: 10px
}

header .header-auth a span {
    font-family: "Montserrat Medium" !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    color: #fff;
    text-transform: none !important;
    background: 0 0 !important;
    margin-right: 10px
}

header .header-auth a.account-button {
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .header-auth a.account-button::before {
    display: none
}

header .header-auth a.account-button svg {
    display: block;
    height: 16px;
    width: auto
}

header .header-auth a.account-button svg path {
    stroke: #fff
}

header .header-auth a:hover {
    background-color: #fff !important;
    color: #1d1d1b !important
}

header .header-auth a:hover span {
    color: #1d1d1b !important
}

header .header-auth a:hover svg path {
    stroke: #1d1d1b !important
}

header.menu-open,
header.sticky {
    background: #fff;
    padding: 15px 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16)
}

header.menu-open nav ul li a,
header.sticky nav ul li a {
    color: #1d1d1b
}

header.menu-open .header-languages__selected span,
header.sticky .header-languages__selected span {
    color: #1d1d1b
}

header.menu-open .header-languages__selected svg path,
header.sticky .header-languages__selected svg path {
    stroke: #1d1d1b
}

header.menu-open .header-auth a,
header.sticky .header-auth a {
    background-color: transparent;
    border-color: #1aaddc !important;
    color: #1aaddc !important
}

header.menu-open .header-auth a span,
header.sticky .header-auth a span {
    color: #1aaddc !important
}

header.menu-open .header-auth a svg path,
header.sticky .header-auth a svg path {
    stroke: #1aaddc
}

header.menu-open .header-auth a:hover,
header.sticky .header-auth a:hover {
    background-color: #1aaddc !important;
    color: #fff !important
}

header.menu-open .header-auth a:hover span,
header.sticky .header-auth a:hover span {
    color: #fff !important
}

header.menu-open .header-auth a:hover svg path,
header.sticky .header-auth a:hover svg path {
    stroke: #fff !important
}

header.menu-open .header-logo a img:last-child,
header.sticky .header-logo a img:last-child {
    opacity: 1
}

header.menu-open .ha-burger span,
header.menu-open .ha-burger::after,
header.menu-open .ha-burger::before,
header.sticky .ha-burger span,
header.sticky .ha-burger::after,
header.sticky .ha-burger::before {
    background-color: #1d1d1b
}

header .mobile-nav {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 300px;
    background: #fff;
    position: fixed;
    top: 85px;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 30px;
    right: 0;
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .16)
}

header .mobile-nav nav ul {
    display: block
}

header .mobile-nav nav ul li {
    padding: 0
}

header .mobile-nav nav ul li a {
    display: block
}

header .mobile-nav .header-actions {
    display: block
}

header .mobile-nav .header-actions .header-languages {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 20px
}

header .mobile-nav .header-actions .header-languages__selected svg {
    width: auto
}

header .mobile-nav .header-actions .header-languages ul {
    top: 30px;
    right: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16)
}

header .mobile-nav .header-actions .header-auth a {
    margin-right: 0 !important;
    margin-left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

header.menu-open .ha-burger span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

header.menu-open .ha-burger::before {
    -webkit-transform: rotate(-45deg) translateY(10px) translateX(-6px);
    -ms-transform: rotate(-45deg) translateY(10px) translateX(-6px);
    transform: rotate(-45deg) translateY(10px) translateX(-6px)
}

header.menu-open .ha-burger::after {
    -webkit-transform: rotate(45deg) translateY(-10px) translateX(-5px);
    -ms-transform: rotate(45deg) translateY(-10px) translateX(-5px);
    transform: rotate(45deg) translateY(-10px) translateX(-5px)
}

@media (max-width:1199px) {
    header .header-auth {
        display: none
    }
}

@media (max-width:991px) {
    header .ha-burger {
        display: block
    }
    header .container .header-actions,
    header .container nav {
        display: none
    }
    header.menu-open .mobile-nav {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    header .mobile-nav .header-auth {
        display: block
    }
}

.account-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    background: #fff;
    padding: 15px 40px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16)
}

.account-header .ah-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr auto 200px;
    grid-template-columns: auto 1fr auto 200px
}

.account-header .ah-wrapper>* {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.account-header .header-languages__selected span {
    color: #1d1d1b
}

.account-header .header-languages__selected svg path {
    stroke: #1d1d1b
}

.account-header .ha-burger {
    -webkit-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s
}

.account-header .ha-burger span,
.account-header .ha-burger::after,
.account-header .ha-burger::before {
    background-color: #1d1d1b
}

.account-header .ah-balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.account-header .ah-balance strong {
    display: block;
    font-family: "Montserrat Medium";
    font-size: 18px;
    color: #1d1d1b;
    line-height: 22px
}

.account-header .ah-balance span {
    display: block;
    color: #1aaddc;
    font-family: "Oswald Bold";
    font-size: 30px;
    line-height: normal;
    margin-left: 15px
}

.account-header .ah-button {
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.account-header .ah-button .btn-icon-green {
    display: none
}

.account-header .ah-button .btn-icon-green span:first-child {
    font-size: 14px
}

.account-header .ah-dropdown {
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative
}

.account-header .ah-dropdown>a {
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    color: #1aaddc;
    font-family: "Montserrat SemiBold";
    font-size: 14px;
    border-radius: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 10px;
    border: 1px solid #1aaddc
}

.account-header .ah-dropdown>a svg {
    display: block;
    margin-left: 10px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.account-header .ah-dropdown>a svg path {
    -webkit-transition: stroke .3s;
    -o-transition: stroke .3s;
    transition: stroke .3s
}

.account-header .ah-dropdown:hover {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    box-shadow: 0 0 4px rgba(0, 0, 0, .12)
}

.account-header .ah-dropdown:hover>a {
    background-color: #1aaddc;
    color: #fff
}

.account-header .ah-dropdown:hover>a svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.account-header .ah-dropdown:hover>a svg path {
    stroke: #fff
}

.account-header .ah-dropdown:hover ul {
    visibility: visible
}

.account-header .ah-dropdown ul {
    background-color: #fff;
    left: 0;
    width: 100%;
    position: absolute;
    visibility: hidden;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    box-shadow: 0 0 4px rgba(0, 0, 0, .12)
}

.account-header .ah-dropdown ul li {
    padding: 5px 0
}

.account-header .ah-dropdown ul a,
.account-header .ah-dropdown ul button {
    padding: 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-family: "Montserrat Regular";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    background-color: transparent;
    border: none;
    color: #9d9d9d
}

.account-header .ah-dropdown ul a svg,
.account-header .ah-dropdown ul button svg {
    display: block;
    margin-right: 5px
}

.account-header .ah-dropdown ul a svg path,
.account-header .ah-dropdown ul button svg path {
    -webkit-transition: stroke .3s;
    -o-transition: stroke .3s;
    transition: stroke .3s
}

.account-header .ah-dropdown ul a:hover,
.account-header .ah-dropdown ul button:hover {
    color: #1d1d1b
}

.account-header .ah-dropdown ul a:hover svg path,
.account-header .ah-dropdown ul button:hover svg path {
    stroke: #1d1d1b
}

.account-header .ah-logo {
    display: none
}

@media screen and (max-width:1200px) {
    .account-header {
        padding: 15px 30px
    }
}

@media screen and (max-width:991px) {
    .account-header {
        position: relative;
        padding-right: 90px
    }
    .account-header .ha-burger {
        display: block;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 5
    }
}

@media screen and (max-width:767px) {
    .account-header {
        padding: 15px 20px
    }
    .account-header .ah-wrapper {
        display: none
    }
    .account-header .ah-logo {
        display: block
    }
    .account-header .ah-logo img {
        display: block;
        max-width: 130px
    }
    .account-header .ha-burger {
        right: 20px
    }
}

.home-hero {
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../images/bg-1.jpg)
}

.home-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: rgba(0, 0, 0, .21);
    -webkit-box-shadow: 0 0 50px 100px rgba(0, 0, 0, .21);
    box-shadow: 0 0 50px 100px rgba(0, 0, 0, .21);
    z-index: 0
}

.home-hero .container {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 15px 50px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 100vh
}

.home-hero h1 {
    color: #fff;
    font-size: 75px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    font-family: "Oswald Regular";
    margin-bottom: 40px
}

.home-hero h1 strong {
    font-family: "Oswald Bold"
}

.home-hero__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-hero__buttons a {
    text-decoration: none
}

.home-hero__buttons .account-button,
.home-hero__buttons .log-in-button {
    margin-right: 70px
}

.home-hero__buttons .account-button svg path {
    stroke: #fff
}

.work-specific {
    padding: 100px 0
}

.work-specific h2 {
    margin-top: 0;
    text-align: center;
    color: #126ea3;
    font-size: 65px;
    font-family: "Oswald Medium";
    margin-bottom: 40px
}

.work-specific p {
    font-size: 24px;
    text-align: center;
    margin: 0;
    font-family: "Montserrat SemiBold";
    color: #000
}

.work-specific__types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
    margin-top: 40px
}

.work-specific__types .ws-type {
    padding: 25px 30px 25px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 15px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 7px 11px rgba(0, 0, 0, .19);
    box-shadow: 0 7px 11px rgba(0, 0, 0, .19);
    background-image: url(../images/bg-2.jpg)
}

.work-specific__types .ws-type__number {
    font-family: "Oswald Medium";
    font-size: 100px;
    line-height: 100px;
    background: -o-linear-gradient(181.17deg, rgba(255, 255, 255, .65) -23.03%, rgba(255, 255, 255, 0) 99.36%);
    background: linear-gradient(268.83deg, rgba(255, 255, 255, .65) -23.03%, rgba(255, 255, 255, 0) 99.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.work-specific__types .ws-type__content {
    padding-left: 25px;
    font-family: "Montserrat Bold";
    font-size: 24px;
    color: #fff
}

.work-specific__text p {
    margin-top: 0;
    font-size: 16px !important;
    line-height: 26px !important;
    font-family: "Montserrat Regular";
    color: #1d1d1b
}

.work-specific__text p:not(:last-child) {
    margin-bottom: 20px
}

.work-specific__text p b {
    font-family: "Montserrat Bold"
}

.trade-or-invest {
    position: relative;
    padding: 100px 0;
    background-image: url(../images/bg-3.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: inset 0 0 150px 20px #292929;
    box-shadow: inset 0 0 150px 20px #292929
}

.trade-or-invest .container {
    position: relative;
    z-index: 1
}

.trade-or-invest h2 {
    margin-top: 0;
    text-align: center;
    color: #fff;
    font-size: 65px;
    font-family: "Oswald Bold";
    margin-bottom: 70px
}

.trade-or-invest h3 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 70px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat Bold";
    font-size: 35px
}

.trade-or-invest .toi-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.trade-or-invest .toi-blocks .toi-block {
    position: relative;
    padding: 70px 60px 60px 60px;
    width: calc(50% - 15px);
    -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, .27);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .27);
    border-radius: 5px
}

.trade-or-invest .toi-blocks .toi-block::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #fff;
    z-index: 0;
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    background: -o-linear-gradient(309.77deg, rgba(255, 255, 255, .15) 5.36%, rgba(255, 255, 255, 0) 102.31%);
    background: linear-gradient(140.23deg, rgba(255, 255, 255, .15) 5.36%, rgba(255, 255, 255, 0) 102.31%)
}

.trade-or-invest .toi-blocks .toi-block__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    z-index: 1;
    font-size: 25px;
    font-family: "Montserrat SemiBold"
}

.trade-or-invest .toi-blocks .toi-block__title::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 4px;
    background-color: #fff;
    display: block;
    width: 40px;
    left: -60px
}

.trade-or-invest .toi-blocks .toi-block__title::after {
    content: '';
    display: block;
    height: 4px;
    background-color: #fff;
    width: calc(100% - 80px);
    margin-right: -60px;
    margin-left: 20px
}

.trade-or-invest .toi-blocks .toi-block__content {
    position: relative;
    z-index: 1;
    padding-top: 40px
}

.trade-or-invest .toi-blocks .toi-block__content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.trade-or-invest .toi-blocks .toi-block__content ul li {
    position: relative;
    padding: 10px 0 10px 40px;
    font-family: "Montserrat Medium";
    color: #fff;
    font-size: 18px;
    line-height: 28px
}

.trade-or-invest .toi-blocks .toi-block__content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    top: 15px;
    height: 18px;
    border: 2px solid #9d9d9d;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.trade-or-invest .toi-blocks .toi-block__content.has-checkmarks ul li::before {
    border: none;
    background-image: url(../images/checkmark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    top: 11px
}

.how-to-start {
    background-color: #fff;
    padding: 100px 0
}

.how-to-start h2 {
    margin-top: 0;
    text-align: center;
    color: #126ea3;
    font-size: 65px;
    font-family: "Oswald Medium";
    margin-bottom: 40px
}

.how-to-start p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin: 0;
    font-family: "Montserrat Regular";
    color: #000
}

.how-to-start p b,
.how-to-start p strong {
    font-family: "Montserrat SemiBold"
}

.how-to-start .hts-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px
}

.how-to-start .hts-blocks .hts-block {
    position: relative;
    padding: 60px;
    width: calc(33.33333% - 20px);
    background: -o-linear-gradient(344.54deg, #f4f6f9 35.46%, rgba(244, 246, 249, 0) 122.77%);
    background: linear-gradient(105.46deg, #f4f6f9 35.46%, rgba(244, 246, 249, 0) 122.77%);
    -webkit-box-shadow: -10px 15px 27px rgba(30, 75, 100, .11);
    box-shadow: -10px 15px 27px rgba(30, 75, 100, .11);
    border-radius: 5px;
    font-family: "Montserrat Regular";
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.how-to-start .hts-blocks .hts-block::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    font-family: "Oswald DemiBold";
    font-style: normal;
    font-size: 110px;
    line-height: 110px;
    text-align: center;
    color: rgba(93, 148, 172, .11)
}

.how-to-start .hts-blocks .hts-block:first-child {
    z-index: 2
}

.how-to-start .hts-blocks .hts-block:first-child::after {
    content: '01'
}

.how-to-start .hts-blocks .hts-block:nth-child(2) {
    z-index: 1
}

.how-to-start .hts-blocks .hts-block:nth-child(2)::after {
    content: '02'
}

.how-to-start .hts-blocks .hts-block:last-child {
    z-index: 0
}

.how-to-start .hts-blocks .hts-block:last-child::after {
    content: '03'
}

.how-to-start .hts-blocks .hts-block:first-child::before,
.how-to-start .hts-blocks .hts-block:nth-child(2)::before {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    top: 50%;
    right: -34px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #1aaddc;
    -webkit-box-shadow: 0 2px 5px rgba(26, 173, 220, .36);
    box-shadow: 0 2px 5px rgba(26, 173, 220, .36);
    border-radius: 30px;
    background-image: url(../images/chevron-right-white.svg);
    background-repeat: no-repeat;
    background-position: 10px 7px
}

.content-blocks {
    padding: 65px 0;
    background: -o-linear-gradient(21.93deg, #f4f6f9 30.4%, rgba(244, 246, 249, 0) 84.41%);
    background: linear-gradient(68.07deg, #f4f6f9 30.4%, rgba(244, 246, 249, 0) 84.41%)
}

.content-blocks .content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 0
}

.content-blocks .content-block--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.content-blocks .content-block__img {
    width: calc(50% - 30px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: -10px 15px 24px rgba(30, 75, 100, .19);
    box-shadow: -10px 15px 24px rgba(30, 75, 100, .19);
    border-radius: 5px
}

.content-blocks .content-block__text {
    width: calc(50% - 15px)
}

.content-blocks .content-block__text h2 {
    margin-top: 0;
    font-size: 45px;
    font-family: "Oswald Medium";
    color: #126ea3;
    margin-bottom: 30px
}

.content-blocks .content-block__text p {
    margin: 0;
    color: #1d1d1b;
    font-family: "Montserrat Regular";
    font-size: 18px;
    line-height: 28px
}

.content-blocks .content-block__text p b,
.content-blocks .content-block__text p strong {
    font-family: "Montserrat SemiBold"
}

.services {
    background: #fff;
    padding: 100px 0
}

.services h2 {
    margin-top: 0;
    text-align: center;
    color: #126ea3;
    font-size: 65px;
    font-family: "Oswald Medium";
    margin-bottom: 40px
}

.services .services-button {
    text-align: center
}

.services .services-button a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.services .container {
    max-width: 1000px
}

.services .services-list {
    margin-bottom: 80px
}

.services .services-list .service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 55px 50px;
    background: -o-linear-gradient(350.62deg, #f4f6f9 16%, rgba(244, 246, 249, 0) 102.69%);
    background: linear-gradient(99.38deg, #f4f6f9 16%, rgba(244, 246, 249, 0) 102.69%);
    -webkit-box-shadow: 0 9px 18px rgba(30, 75, 100, .11);
    box-shadow: 0 9px 18px rgba(30, 75, 100, .11)
}

.services .services-list .service-item:first-child,
.services .services-list .service-item:last-child {
    background: -o-linear-gradient(164.36deg, #f4f6f9 9.62%, rgba(244, 246, 249, 0) 90.04%);
    background: linear-gradient(285.64deg, #f4f6f9 9.62%, rgba(244, 246, 249, 0) 90.04%)
}

.services .services-list .service-item::before {
    content: '';
    position: absolute;
    left: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Oswald DemiBold";
    font-style: normal;
    font-size: 130px;
    line-height: 130px;
    text-align: center;
    color: rgba(93, 148, 172, .11)
}

.services .services-list .service-item::after {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    left: 50%;
    bottom: -24px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #1aaddc;
    -webkit-box-shadow: 0 2px 5px rgba(26, 173, 220, .36);
    box-shadow: 0 2px 5px rgba(26, 173, 220, .36);
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: center
}

.services .services-list .service-item:first-child {
    z-index: 2
}

.services .services-list .service-item:first-child::before {
    content: '01'
}

.services .services-list .service-item:nth-child(2) {
    z-index: 1
}

.services .services-list .service-item:nth-child(2)::before {
    content: '02'
}

.services .services-list .service-item:last-child {
    z-index: 0
}

.services .services-list .service-item:last-child::before {
    content: '03'
}

.services .services-list .service-item:first-child::after,
.services .services-list .service-item:nth-child(2)::after {
    background-image: url(../images/arrow-down-white.svg)
}

.services .services-list .service-item:last-child::after {
    bottom: -19px;
    background-image: url(../images/checkmark-white.svg)
}

.services .services-list .service-item__title {
    white-space: nowrap;
    width: 40%;
    text-transform: uppercase;
    color: #1d1d1b;
    font-family: "Montserrat SemiBold";
    font-size: 25px
}

.services .services-list .service-item__desc {
    width: calc(60% - 30px);
    font-size: 16px;
    line-height: 26px;
    font-family: "Montserrat Regular";
    color: #1d1d1b
}

.deals {
    position: relative;
    padding: 110px 0 130px 0;
    overflow: hidden;
    background-image: url(../images/bg-4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

.deals h2 {
    text-align: center;
    color: #fff;
    margin-top: 0;
    margin-bottom: 80px;
    font-size: 65px;
    font-family: "Oswald Medium"
}

.deals .deals-bg {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0
}

.deals .deals-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .1)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
    background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
}

.deals .deals-bg video {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: auto
}

.deals .container {
    position: relative;
    z-index: 1
}

.deals .deals-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.deals .deals-block {
    width: calc(25% - 22px)
}

.partners {
    background-color: #fff;
    padding: 100px 0
}

.partners h2 {
    margin-top: 0;
    text-align: center;
    color: #126ea3;
    font-size: 65px;
    font-family: "Oswald Medium";
    margin-bottom: 40px
}

.partners p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin: 0;
    font-family: "Montserrat Regular";
    color: #000
}

.partners p b,
.partners p strong {
    font-family: "Montserrat SemiBold"
}

.partners h3 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    font-family: "Montserrat SemiBold";
    color: #1d1d1b;
    font-size: 25px;
    text-transform: uppercase
}

.partners .partners-levels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative
}

.partners .partners-levels::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    border-top: 3px dashed rgba(157, 157, 157, .47)
}

.partners .partners-levels .ref-level {
    padding-top: 55px;
    text-align: center;
    position: relative
}

.partners .partners-levels .ref-level::before {
    content: '';
    height: 16px;
    width: 16px;
    background: #1aaddc;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0 2px 5px rgba(26, 173, 220, .36);
    box-shadow: 0 0 2px 5px rgba(26, 173, 220, .36);
    display: block;
    top: -8px
}

.partners .partners-levels .ref-level__title {
    font-size: 18px;
    font-family: "Montserrat Regular";
    color: #1d1d1b;
    margin-bottom: 15px
}

.partners .partners-levels .ref-level__percent {
    color: #28c065;
    font-family: "Oswald DemiBold";
    font-size: 40px;
    line-height: 40px
}

.trading-charts {
    padding: 50px 0;
    overflow: hidden;
    background-color: #fff;
    height: 120vh
}

.trading-charts video {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-46.5%);
    -ms-transform: translateX(-46.5%);
    transform: translateX(-46.5%);
    display: block;
    width: auto;
    height: 100%
}

.contacts {
    padding-top: 110px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/bg-5.jpg)
}

.contacts h2 {
    margin-top: 0;
    color: #fff;
    text-align: center;
    font-family: "Oswald Medium";
    font-size: 65px;
    margin-bottom: 40px
}

.contacts p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-family: "Montserrat SemiBold";
    font-size: 18px;
    line-height: 28px
}

.contacts h3 {
    text-align: center;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Montserrat Bold"
}

.contacts .contacts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contacts .contacts-list .contact-block {
    position: relative;
    width: calc(50% - 20px);
    padding: 30px 40px;
    color: #fff;
    margin-bottom: 30px
}

.contacts .contacts-list .contact-block::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -o-linear-gradient(309.77deg, rgba(255, 255, 255, .15) 5.36%, rgba(255, 255, 255, 0) 102.31%);
    background: linear-gradient(140.23deg, rgba(255, 255, 255, .15) 5.36%, rgba(255, 255, 255, 0) 102.31%);
    -webkit-filter: drop-shadow(0 8px 28px rgba(0, 0, 0, .27));
    filter: drop-shadow(0 8px 28px rgba(0, 0, 0, .27));
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .4)
}

.contacts .contacts-list .contact-block__title {
    position: relative;
    z-index: 1;
    font-family: "Montserrat SemiBold";
    font-size: 18px;
    padding-bottom: 5px
}

.contacts .contacts-list .contact-block__title a {
    color: #126ea3
}

.contacts .contacts-list .contact-block__item {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.contacts .contacts-list .contact-block__item svg {
    display: block;
    max-width: 100%;
    height: auto
}

.contacts .contacts-list .contact-block__item span {
    display: block
}

.contacts .contacts-list .contact-block__item span:first-child {
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contacts .contacts-list .contact-block__item span:last-child {
    padding-left: 13px;
    font-family: "Montserrat Regular";
    font-size: 14px;
    color: #fff
}

.contacts .contacts-list .contact-block__item span:last-child a {
    font-size: 14px;
    font-family: "Montserrat Regular";
    text-decoration: none;
    color: #fff
}

@media (max-width:1199px) {
    .home-hero .container {
        min-height: 500px
    }
    .home-hero h1 {
        font-size: 65px
    }
    .work-specific {
        padding-top: 50px;
        padding-bottom: 80px
    }
    .work-specific h2 {
        font-size: 55px;
        margin-bottom: 30px
    }
    .work-specific p {
        font-size: 22px
    }
    .work-specific__types {
        margin-bottom: 50px
    }
    .work-specific__types .ws-type__content {
        font-size: 22px
    }
    .work-specific__text {
        font-size: 14px
    }
    .trade-or-invest {
        padding-top: 50px;
        padding-bottom: 80px
    }
    .trade-or-invest h2 {
        font-size: 55px;
        margin-bottom: 40px
    }
    .trade-or-invest h3 {
        font-size: 30px
    }
    .trade-or-invest .toi-blocks .toi-block {
        padding: 50px
    }
    .trade-or-invest .toi-blocks .toi-block__title::before {
        left: -50px
    }
    .trade-or-invest .toi-blocks .toi-block__title::after {
        width: calc(100% - 50px);
        margin-right: -50px
    }
    .how-to-start {
        padding-top: 50px;
        padding-bottom: 80px
    }
    .how-to-start h2 {
        font-size: 50px
    }
    .how-to-start p {
        font-size: 14px
    }
    .how-to-start .hts-blocks .hts-block {
        padding: 30px
    }
    .content-blocks {
        padding: 35px 0
    }
    .content-blocks .content-block__text h2 {
        font-size: 40px;
        margin-bottom: 20px
    }
    .content-blocks .content-block__text p {
        font-size: 14px
    }
    .services {
        padding-top: 50px;
        padding-bottom: 80px
    }
    .services h2 {
        font-size: 55px
    }
    .services .services-list .service-item__title {
        font-size: 22px
    }
    .deals {
        padding-top: 60px;
        padding-bottom: 80px
    }
    .deals h2 {
        font-size: 55px;
        margin-bottom: 0
    }
    .deals .deals-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .deals .deals-block {
        width: 34%;
        margin-top: 40px
    }
    .partners {
        padding-top: 50px;
        padding-bottom: 80px
    }
    .partners h2 {
        font-size: 55px;
        margin-bottom: 30px
    }
    .partners p {
        font-size: 14px
    }
    .partners .partners-levels {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .partners .partners-levels .ref-level {
        padding-top: 40px;
        padding-left: 10px;
        padding-right: 10px
    }
    .partners .partners-levels .ref-level__percent {
        font-size: 35px
    }
    .trading-charts {
        height: 500px
    }
    .contacts {
        padding: 50px 0
    }
    .contacts h2 {
        font-size: 55px
    }
    .contacts p {
        padding: 0 20px;
        font-size: 14px
    }
}

@media (max-width:991px) {
    .home-hero {
        background-size: contain
    }
    .home-hero .container {
        min-height: 400px
    }
    .home-hero h1 {
        font-size: 55px
    }
    .work-specific h2 {
        font-size: 45px
    }
    .work-specific__types .ws-type {
        padding: 20px 25px 20px 30px
    }
    .work-specific__types .ws-type__content {
        font-size: 18px
    }
    .work-specific__types .ws-type__number {
        font-size: 80px;
        line-height: 80px
    }
    .trade-or-invest h2 {
        font-size: 45px
    }
    .trade-or-invest h3 {
        font-size: 25px
    }
    .trade-or-invest .toi-blocks .toi-block {
        padding: 40px 30px
    }
    .trade-or-invest .toi-blocks .toi-block__title {
        font-size: 22px
    }
    .trade-or-invest .toi-blocks .toi-block__title::before {
        left: -30px
    }
    .trade-or-invest .toi-blocks .toi-block__title::after {
        width: calc(100% - 30px);
        margin-right: -30px
    }
    .trade-or-invest .toi-blocks .toi-block__content ul li {
        font-size: 16px;
        line-height: 26px
    }
    .how-to-start h2 {
        font-size: 45px;
        margin-bottom: 20px
    }
    .how-to-start .hts-blocks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 30px
    }
    .how-to-start .hts-blocks .hts-block {
        width: 100%;
        margin-top: 20px;
        padding: 30px 40px
    }
    .how-to-start .hts-blocks .hts-block::after {
        font-size: 80px;
        line-height: 80px
    }
    .how-to-start .hts-blocks .hts-block:first-child::before,
    .how-to-start .hts-blocks .hts-block:nth-child(2)::before {
        top: auto;
        bottom: -30px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg)
    }
    .content-blocks .content-block__text h2 {
        font-size: 30px
    }
    .services h2 {
        font-size: 45px
    }
    .services .services-list .service-item {
        padding: 45px 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .services .services-list .service-item::before {
        left: auto;
        right: 40px;
        top: 45px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        font-size: 100px;
        line-height: 100px
    }
    .services .services-list .service-item__desc,
    .services .services-list .service-item__title {
        width: 100%
    }
    .services .services-list .service-item__title {
        margin-bottom: 20px
    }
    .deals h2 {
        font-size: 45px
    }
    .deals .deals-block {
        width: 38%
    }
    .partners h2 {
        font-size: 45px
    }
    .partners .partners-levels .ref-level {
        max-width: 120px
    }
    .partners .partners-levels .ref-level__title {
        max-width: 80px
    }
    .contacts h2 {
        font-size: 45px
    }
    .contacts h3 {
        font-size: 21px
    }
    .contacts .contacts-list .contact-block {
        width: calc(50% - 15px)
    }
}

@media (max-width:767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
    .home-hero {
        background-attachment: unset;
        background-position: center
    }
    .home-hero::before {
        position: absolute;
        content: '';
        left: 0;
        width: 100%;
        top: 0;
        z-index: 0;
        height: 43%;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(69.76%, #071137), color-stop(103.16%, rgba(7, 17, 55, 0)));
        background: -o-linear-gradient(top, #071137 69.76%, rgba(7, 17, 55, 0) 103.16%);
        background: linear-gradient(180deg, #071137 69.76%, rgba(7, 17, 55, 0) 103.16%)
    }
    .home-hero::after {
        height: 43%;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(69.76%, #071137), color-stop(103.16%, rgba(7, 17, 55, 0)));
        background: -o-linear-gradient(top, #071137 69.76%, rgba(7, 17, 55, 0) 103.16%);
        background: linear-gradient(180deg, #071137 69.76%, rgba(7, 17, 55, 0) 103.16%);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .home-hero .container {
        min-height: 70vh
    }
    .home-hero h1 {
        font-size: 35px
    }
    .home-hero__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
    .home-hero__buttons .log-in-button {
        margin-right: 0;
        margin-bottom: 20px
    }
    .home-hero__buttons a {
        width: 100%;
        max-width: 320px;
        margin-left: auto !important;
        margin-right: auto !important
    }
    .home-hero__buttons a span:first-child {
        font-size: 14px;
        width: calc(100% - 60px);
        text-align: center;
        padding: 15px
    }
    .work-specific h2 {
        font-size: 30px
    }
    .work-specific p {
        font-size: 18px
    }
    .work-specific__types {
        margin-top: 30px;
        margin-bottom: 25px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .work-specific__types .ws-type {
        width: 100%;
        margin-bottom: 15px
    }
    .work-specific__text p {
        font-size: 15px !important
    }
    .trade-or-invest h2 {
        font-size: 30px;
        margin-bottom: 30px
    }
    .trade-or-invest .toi-blocks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .trade-or-invest .toi-blocks .toi-block {
        width: 100%;
        padding: 40px 25px;
        margin-top: 20px
    }
    .trade-or-invest .toi-blocks .toi-block__title {
        font-size: 20px;
        padding-left: 20px
    }
    .trade-or-invest .toi-blocks .toi-block__title::before {
        left: -25px;
        width: 35px
    }
    .trade-or-invest .toi-blocks .toi-block__title::after {
        margin-right: -25px;
        width: calc(100% - 30px)
    }
    .how-to-start h2 {
        font-size: 30px
    }
    .how-to-start p {
        line-height: 26px
    }
    .how-to-start .hts-blocks .hts-block {
        font-size: 14px;
        padding: 35px 25px;
        line-height: 24px
    }
    .how-to-start .hts-blocks .hts-block::before {
        display: none
    }
    .content-blocks {
        background: -o-linear-gradient(316.91deg, #f4f5f9 67.2%, rgba(244, 246, 249, 0) 99.88%);
        background: linear-gradient(133.09deg, #f4f5f9 67.2%, rgba(244, 246, 249, 0) 99.88%)
    }
    .content-blocks .content-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .content-blocks .content-block__text {
        width: 100%;
        margin-bottom: 30px;
        text-align: center
    }
    .content-blocks .content-block__text h2 {
        font-size: 30px
    }
    .content-blocks .content-block__text p {
        line-height: 24px
    }
    .content-blocks .content-block__img {
        width: 100%;
        padding-bottom: 56.25%
    }
    .content-blocks .content-block--reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .services h2 {
        font-size: 30px
    }
    .services .services-list .service-item {
        padding: 40px 25px
    }
    .services .services-list .service-item::before {
        top: 20px;
        right: 20px
    }
    .services .services-list .service-item::after {
        background-size: 20px
    }
    .services .services-list .service-item__title {
        font-size: 20px;
        max-width: 70%;
        line-height: 26px;
        white-space: normal
    }
    .services .services-list .service-item__desc {
        font-size: 14px;
        line-height: 24px
    }
    .deals h2 {
        font-size: 30px
    }
    .deals .deals-block {
        width: 100%;
        max-width: 280px
    }
    .deals .deals-block__title {
        margin-top: 60px
    }
    .partners h2 {
        font-size: 30px
    }
    .partners h3 {
        font-size: 20px
    }
    .partners p {
        line-height: 24px
    }
    .partners .partners-levels {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .partners .partners-levels .ref-level {
        max-width: 20%
    }
    .partners .partners-levels .ref-level__title {
        font-size: 14px
    }
    .partners .partners-levels .ref-level__percent {
        font-size: 25px
    }
    .trading-charts {
        height: auto
    }
    .trading-charts video {
        height: auto;
        width: 100%;
        left: auto;
        right: auto;
        -webkit-transform: translateX(-1%);
        -ms-transform: translateX(-1%);
        transform: translateX(-1%)
    }
    .contacts {
        background-size: 200% auto;
        background-position: center 20%;
        position: relative
    }
    .contacts>* {
        position: relative;
        z-index: 1
    }
    .contacts::before {
        position: absolute;
        content: '';
        left: 0;
        width: 100%;
        top: 0;
        height: 20%;
        z-index: 0;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(93.44%, #090d26), to(rgba(9, 13, 38, 0)));
        background: -o-linear-gradient(top, #090d26 93.44%, rgba(9, 13, 38, 0) 100%);
        background: linear-gradient(180deg, #090d26 93.44%, rgba(9, 13, 38, 0) 100%)
    }
    .contacts::after {
        position: absolute;
        content: '';
        left: 0;
        width: 100%;
        bottom: 0;
        height: 65%;
        z-index: 0;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(84.89%, #090d26), color-stop(125.34%, rgba(9, 13, 38, 0)));
        background: -o-linear-gradient(bottom, #090d26 84.89%, rgba(9, 13, 38, 0) 125.34%);
        background: linear-gradient(0deg, #090d26 84.89%, rgba(9, 13, 38, 0) 125.34%)
    }
    .contacts h2 {
        font-size: 30px;
        margin-bottom: 30px
    }
    .contacts h3 {
        font-size: 20px;
        margin: 30px 0
    }
    .contacts p {
        line-height: 24px
    }
    .contacts .contacts-list .contact-block {
        width: 100%;
        padding: 20px
    }
}

@media (max-width:420px) {
    .partners .partners-levels::after {
        content: '';
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        width: 100%;
        border-top: 3px dashed rgba(157, 157, 157, .47)
    }
    .partners .partners-levels .ref-level {
        max-width: unset;
        width: 33.33333%;
        margin-bottom: 30px;
        padding-top: 30px
    }
    .partners .partners-levels .ref-level__title {
        max-width: unset;
        text-align: center;
        margin-bottom: 5px
    }
}

@media (max-width:380px) {
    .services .services-button .account-button span:first-child,
    .services .services-button .btn-icon-blue span:first-child {
        font-size: 14px;
        padding: 15px 10px
    }
    .contacts .contacts-list .contact-block table,
    .contacts .contacts-list .contact-block tbody,
    .contacts .contacts-list .contact-block td,
    .contacts .contacts-list .contact-block tr {
        display: block
    }
}

.dashboard {
    padding: 70px 40px
}

.dashboard .container {
    padding: 0
}

.dashboard-balance {
    border-radius: 5px;
    margin-bottom: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto 1fr auto;
    grid-template-columns: auto auto 1fr auto;
    padding: 25px 30px 25px 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 7px 11px rgba(0, 0, 0, .19);
    box-shadow: 0 7px 11px rgba(0, 0, 0, .19);
    background-image: url(../images/bg-6.jpg);
    gap: 20px
}

.dashboard-balance>* {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.dashboard-balance__num {
    font-family: "Oswald Medium";
    font-size: 100px;
    line-height: 100px;
    background: -o-linear-gradient(176.24deg, rgba(255, 255, 255, .83) -15.88%, rgba(255, 255, 255, 0) 120.8%);
    background: linear-gradient(273.76deg, rgba(255, 255, 255, .83) -15.88%, rgba(255, 255, 255, 0) 120.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.dashboard-balance__title {
    color: #fff;
    font-family: "Oswald Medium";
    font-size: 50px;
    line-height: normal
}

.dashboard-balance__amount {
    text-align: center;
    font-size: 50px;
    color: #28c065;
    font-family: "Oswald Bold"
}

.dashboard-balance__btn a {
    display: block;
    padding: 11px 40px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat SemiBold";
    background-color: #1aaddc;
    -webkit-box-shadow: 0 2px 10px rgba(26, 173, 220, .44);
    box-shadow: 0 2px 10px rgba(26, 173, 220, .44)
}

.dashboard-balance__btn a:hover {
    background: -o-linear-gradient(159.11deg, #1aaddc 9.46%, #82e1ff 94.98%);
    background: linear-gradient(290.89deg, #1aaddc 9.46%, #82e1ff 94.98%)
}

.dashboard-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px
}

.dashboard-card {
    position: relative;
    background: #f4f6f9;
    -webkit-box-shadow: 0 9px 18px rgba(30, 75, 100, .11);
    box-shadow: 0 9px 18px rgba(30, 75, 100, .11);
    border-radius: 5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 55% 1fr;
    grid-template-columns: 55% 1fr;
    min-height: 165px;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    gap: 25px
}

.dashboard-card>* {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.dashboard-card::before {
    content: attr(data-num);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    font-family: "Oswald DemiBold";
    font-size: 130px;
    line-height: 130px;
    color: rgba(93, 148, 172, .11)
}

.dashboard-card__title {
    font-family: "Montserrat SemiBold";
    font-size: 18px;
    text-transform: uppercase;
    color: #1d1d1b
}

.dashboard-card__value span {
    display: block;
    font-family: "Montserrat Medium";
    font-size: 14px;
    line-height: 22px;
    color: #1d1d1b
}

.dashboard-card__value strong {
    white-space: nowrap;
    display: block;
    font-family: "Oswald Bold";
    font-size: 30px;
    line-height: normal;
    color: #28c065
}

@media (max-width:1200px) {
    .dashboard {
        padding: 50px 30px
    }
    .dashboard-balance {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0 20px
    }
    .dashboard-balance__amount {
        width: calc(100% - 200px);
        text-align: left
    }
    .dashboard-balance__num {
        font-size: 80px;
        line-height: 80px
    }
    .dashboard-balance__title {
        font-size: 45px
    }
    .dashboard-cards {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

@media (max-width:767px) {
    .dashboard {
        padding: 30px 20px
    }
    .dashboard-balance {
        padding: 25px 30px;
        gap: 20px
    }
    .dashboard-balance__num {
        font-size: 50px;
        line-height: 50px
    }
    .dashboard-balance__title {
        font-size: 30px
    }
    .dashboard-balance__amount {
        width: 100%;
        text-align: center;
        font-size: 40px
    }
    .dashboard-balance__btn {
        width: 100%;
        text-align: center
    }
    .dashboard-balance__btn a {
        padding: 14px 30px
    }
    .dashboard-card {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px
    }
    .dashboard-card::before {
        font-size: 70px;
        line-height: 70px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 30px
    }
    .dashboard-card__title {
        font-size: 20px;
        text-align: center
    }
    .dashboard-card__value {
        text-align: center
    }
    .dashboard-card__value span {
        font-size: 18px;
        font-family: "Montserrat Medium"
    }
    .dashboard-card__value strong {
        font-size: 40px
    }
}

@media (max-width:360px) {
    .dashboard-card__title {
        font-size: 18px
    }
    .dashboard-card__value span {
        font-size: 16px
    }
    .dashboard-card__value strong {
        font-size: 35px
    }
}

.sections-carousel {
    overflow: hidden
}

.sections-carousel-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100vw * 7)
}

.sections-carousel section {
    padding: 0;
    height: 100vh;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.15, .2, .1, 1);
    transition: -webkit-transform .8s cubic-bezier(.15, .2, .1, 1);
    -o-transition: transform .8s cubic-bezier(.15, .2, .1, 1);
    transition: transform .8s cubic-bezier(.15, .2, .1, 1);
    transition: transform .8s cubic-bezier(.15, .2, .1, 1), -webkit-transform .8s cubic-bezier(.15, .2, .1, 1);
    transition: transform .8s cubic-bezier(.15, .5, .1, 2), -webkit-transform .8s cubic-bezier(.15, .2, .1, 1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    position: relative;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transform: scale(.5) translateZ(0);
    transform: scale(.5) translateZ(0)
}

.sections-carousel section.active {
    overflow: auto;
    height: auto;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.trades {
    background-color: #f4f6f9
}

.trades .container {
    max-width: unset;
    padding: 0
}

.trades h1,
.trades h2 {
    font-family: "Oswald Medium";
    font-size: 50px;
    margin: 0 0 30px 0
}

.trades h1 {
    color: #fff
}

.trades h2 {
    color: #126ea3
}

.trades .slick-slide {
    padding: 5px 15px 30px 15px
}

.trades .slick-list {
    padding-left: 10px;
    padding-right: 10px
}

.trades .slick-track {
    margin-left: 0
}

.trades .slick-arrows {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

.trades .slick-arrows a {
    border-radius: 25px;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-position: center
}

.trades .slick-arrows a path {
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s
}

.trades .slick-arrows a:hover {
    background-color: #fff
}

.trades .slick-arrows a:hover path {
    fill: #1aaddc
}

.trades .deals-block {
    width: 100%
}

.trades .deals-block__title {
    font-size: 25px;
    line-height: 29px;
    margin-top: 30px
}

.trades .deals-block__percents {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0
}

.trades .deals-block__button {
    padding-top: 15px
}

.trades .deals-block__refill a {
    display: block;
    border-radius: 30px;
    background-color: #28c065;
    color: #fff;
    padding: 10px 20px;
    font-family: "Montserrat SemiBold";
    font-size: 14px;
    -webkit-box-shadow: 0 2px 10px 0 #1aaDDC70;
    box-shadow: 0 2px 10px 0 #1aaDDC70;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 80%;
    max-width: 190px;
    margin: 10px auto 0 auto
}

.trades .deals-block__refill a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.trades .deals-block__finished {
    border-radius: 30px;
    background-color: #8b0000;
    color: #fff;
    padding: 10px 20px;
    font-family: "Montserrat SemiBold";
    font-size: 14px;
    -webkit-box-shadow: 0 2px 10px 0 #8b0000;
    box-shadow: 0 2px 10px 0 #8b0000;
    width: 80%;
    max-width: 190px;
    margin: 10px auto 0 auto
}

.trades-deals {
    padding: 60px 40px;
    background-image: url(../images/bg-4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.trades-deals h1 {
    padding: 0 10px
}

.trades-deals p {
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    font-family: "Montserrat Medium";
    line-height: 22px;
    font-size: 14px
}

.trades-deposits {
    padding: 60px 40px
}

.trades-deposits h2 {
    padding: 0 10px
}

.trades-deposits h3 {
    padding: 0 10px;
    color: #1d1d1b;
    font-size: 30px;
    margin-bottom: 0;
    font-family: "Montserrat Medium"
}

.trades-deposits .deals-block::before {
    background: #fff;
    -webkit-box-shadow: 0 9px 18px rgba(30, 75, 100, .2);
    box-shadow: 0 9px 18px rgba(30, 75, 100, .2)
}

.trades-deposits .deals-block__desc,
.trades-deposits .deals-block__prices,
.trades-deposits .deals-block__title {
    color: #1d1d1b
}

.trades-deposits .deals-block__title {
    margin-top: 30px
}

.trades-deposits .deals-block__desc {
    margin-bottom: 0
}

.trades-deposits .deals-block__compound {
    margin-top: 10px
}

.trades-deposits .deals-block__compound input {
    display: none
}

.trades-deposits .deals-block__compound label {
    margin: 0 auto;
    display: table;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
    color: #1aaddc;
    font-size: 13px;
    font-family: "Montserrat Medium";
    line-height: 16px
}

.trades-deposits .deals-block__compound label::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
    border: 1px solid #1aaddc;
    background-color: #fff
}

.trades-deposits .deals-block__compound label::after {
    content: '';
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    height: 7px;
    width: 8px;
    display: block;
    left: 4.5px;
    top: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon-1.svg)
}

.trades-deposits .deals-block__compound input:checked+label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.trades-deposits .slick-arrows {
    margin-top: 30px
}

.trades-deposits .slick-arrows a {
    border-color: #1aaddc
}

.trades-deposits .slick-arrows a path {
    fill: #1aaddc
}

.trades-deposits .slick-arrows a:hover {
    background-color: #1aaddc
}

.trades-deposits .slick-arrows a:hover path {
    fill: #fff
}

.trades-deposits .slick-slide {
    padding-bottom: 90px
}

.trades-deposits>p {
    padding: 0 10px;
    font-family: "Montserrat Regular";
    font-size: 16px;
    line-height: 22px;
    color: #1d1d1b;
    margin-top: 0;
    margin-bottom: 15px
}

@media screen and (max-width:1200px) {
    .trades .deals-block {
        max-width: 250px;
        margin: 0 auto
    }
    .trades-deposits .slick-slide {
        padding-bottom: 65px
    }
}

@media screen and (max-width:767px) {
    .trades h1,
    .trades h2 {
        text-align: center;
        font-size: 30px
    }
    .trades .slick-list,
    .trades .slick-slide {
        padding-left: 0;
        padding-right: 0
    }
    .trades>p {
        padding: 0 20px
    }
}

.open-deal-form h2 {
    margin-top: 0;
    text-align: center;
    font-size: 40px;
    font-family: "Montserrat SemiBold";
    color: #1d1d1b;
    margin-bottom: 50px
}

.open-deal-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.open-deal-form .form-group label {
    font-size: 18px;
    color: #1d1d1b;
    font-family: "Montserrat Regular";
    margin-right: 30px
}

.open-deal-form .form-group input {
    border: none;
    border-bottom: 1px solid #1d1d1b;
    text-align: center;
    padding: 5px 20px;
    font-size: 25px;
    font-family: "Montserrat Medium";
    color: #1d1d1b;
    width: 300px
}

.open-deal-form .error-message {
    text-align: center;
    color: red;
    margin-top: 20px;
    font-size: 16px;
    font-family: "Montserrat Medium"
}

.open-deal-form .odf-button {
    margin-top: 50px
}

.open-deal-form .odf-button button {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.open-deal-form .swal2-popup {
    width: 700px;
    padding: 0;
    -webkit-box-shadow: 0 0 19px rgba(0, 0, 0, .35);
    box-shadow: 0 0 19px rgba(0, 0, 0, .35)
}

.open-deal-form .swal2-html-container {
    margin: 0;
    padding: 50px 100px
}

@media screen and (max-width:767px) {
    .open-deal-form h2 {
        font-size: 25px;
        margin-top: 20px
    }
    .open-deal-form .swal2-html-container {
        padding: 30px
    }
    .open-deal-form .form-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .open-deal-form .form-group label {
        width: 100%
    }
    .open-deal-form .form-group input {
        width: 100%
    }
    .open-deal-form .odf-button button {
        width: 100%
    }
    .open-deal-form .btn-icon-blue span:first-child {
        width: 100%;
        font-size: 14px;
        padding: 15px 20px
    }
}

.deal-details .swal2-html-container {
    padding: 20px 20px 0 20px
}

.deal-details .swal2-popup {
    width: 70%
}

@media screen and (max-width:768px) {
    .deal-details .swal2-popup {
        width: 100%
    }
}

.deal-details h4 {
    margin-top: 0;
    color: #28c065;
    margin-bottom: 15px
}

.deal-stats {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px
}

.deal-stats .d-table-head {
    background-color: #e8edf4;
    display: table-header-group
}

.deal-stats .d-table-cell {
    display: table-cell;
    padding: 10px 0;
    color: #1d1d1b;
    vertical-align: middle
}

.deal-stats .d-table-cell span,
.deal-stats .d-table-cell strong {
    display: block;
    padding: 0 10px;
    border-right: 1px solid #d6d8db
}

.deal-stats .d-table-cell svg {
    max-height: 24px;
    width: auto
}

.deal-stats .d-table-body {
    display: table-row-group
}

.deal-stats .d-table-body strong {
    display: none
}

.deal-stats .d-table-body .d-table-cell {
    background-color: #f4f6f9;
    font-size: 16px
}

.deal-stats .d-table-row {
    display: table-row
}

.deal-stats .d-table-row .d-table-cell:last-child span,
.deal-stats .d-table-row .d-table-cell:last-child strong {
    border: none
}

@media screen and (max-width:767px) {
    .deal-stats {
        display: block
    }
    .deal-stats .d-table-head {
        display: none
    }
    .deal-stats .d-table-body {
        display: block
    }
    .deal-stats .d-table-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
        border-radius: 5px;
        background-color: #f4f6f9
    }
    .deal-stats .d-table-row .d-table-cell {
        width: 33.33333%;
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px
    }
    .deal-stats .d-table-row .d-table-cell span,
    .deal-stats .d-table-row .d-table-cell strong {
        padding-left: 0;
        padding-right: 0;
        display: block;
        border: none
    }
    .deal-stats .d-table-row .d-table-cell span {
        padding-bottom: 10px;
        padding-top: 5px
    }
    .deal-stats .d-table-row .d-table-cell:nth-child(1) span,
    .deal-stats .d-table-row .d-table-cell:nth-child(2) span,
    .deal-stats .d-table-row .d-table-cell:nth-child(3) span {
        border-bottom: 1px solid #d6d8db
    }
    .deal-stats.trades-stats .d-table-row .d-table-cell {
        width: 50%
    }
    .deal-stats.trades-stats .d-table-row .d-table-cell:nth-child(4) span {
        border-bottom: 1px solid #d6d8db
    }
}

.with-trader {
    padding: 50px 40px
}

.with-trader h1 {
    color: #126ea3;
    font-size: 50px;
    margin-top: 0;
    font-family: "Oswald Medium";
    margin-bottom: 20px
}

.with-trader p {
    font-size: 14px;
    color: #1d1d1b;
    font-family: "Montserrat Regular";
    line-height: 20px
}

.with-trader__txt {
    font-family: "Montserrat Medium";
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    background-color: #28c065;
    border-radius: 5px;
    display: inline-block
}

.with-trader .price-slider__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 25px;
    color: #9d9d9d;
    font-family: "Montserrat Medium";
    margin-bottom: 30px
}

.with-trader .price-slider .noUi-horizontal {
    height: 10px;
    margin: 0 18px 0 25px
}

.with-trader .price-slider .noUi-horizontal {
    background-color: #f4f6f9
}

.with-trader .price-slider .noUi-horizontal::before {
    position: absolute;
    content: '';
    height: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    right: -18px;
    width: 40px;
    z-index: 0;
    background-color: #f4f6f9
}

.with-trader .price-slider .noUi-horizontal .noUi-connect {
    background: #60ccee
}

.with-trader .price-slider .noUi-horizontal .noUi-connects {
    border-radius: 10px;
    margin-left: -20px
}

.with-trader .price-slider .noUi-horizontal .noUi-handle {
    background: #1aaddc;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 0 9px #b1e3f3, 0 2px 5px 9px rgba(26, 173, 220, .36);
    box-shadow: 0 0 0 9px #b1e3f3, 0 2px 5px 9px rgba(26, 173, 220, .36);
    border: none;
    top: -7px;
    right: -9px
}

.with-trader .price-slider form {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    gap: 30px;
    position: relative
}

.with-trader .price-slider form::before {
    content: '$';
    position: absolute;
    top: 0;
    left: 30px;
    color: rgba(93, 148, 172, .11);
    font-family: "Oswald Bold";
    font-size: 57px
}

.with-trader .price-slider form div {
    background: #f4f6f9;
    -webkit-box-shadow: 0 9px 18px rgba(30, 75, 100, .11);
    box-shadow: 0 9px 18px rgba(30, 75, 100, .11);
    border-radius: 5px;
    padding: 10px 30px 10px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.with-trader .price-slider form label {
    margin: 0;
    line-height: 55px;
    font-family: "Montserrat SemiBold";
    font-size: 25px;
    color: #1d1d1b;
    text-transform: uppercase;
    margin-right: 30px
}

.with-trader .price-slider form input {
    display: block;
    width: 40%;
    border: none;
    border-bottom: 1px solid #1d1d1b;
    padding: 5px 20px;
    text-align: center;
    font-size: 25px;
    font-family: "Montserrat Medium";
    color: #1d1d1b;
    background-color: transparent
}

.with-trader .price-slider form button {
    border: none !important;
    padding: 0 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.with-trader .price-slider form button span:first-child {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
    font-size: 25px
}

.with-trader .container {
    max-width: unset;
    padding: 0
}

@media screen and (max-width:1200px) {
    .with-trader .price-slider form::before {
        font-size: 40px;
        left: 10px
    }
    .with-trader .price-slider form div {
        padding: 0 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .with-trader .price-slider form div label {
        font-size: 15px;
        margin-right: 15px
    }
    .with-trader .price-slider form div input {
        padding: 5px 10px;
        width: 48%;
        font-size: 20px
    }
    .with-trader .price-slider form button span:first-child {
        padding: 0 50px;
        font-size: 20px
    }
}

@media screen and (max-width:767px) {
    .with-trader {
        padding: 40px 20px
    }
    .with-trader h1 {
        text-align: center;
        font-size: 30px
    }
    .with-trader__txt {
        font-size: 16px
    }
    .with-trader .price-slider__prices {
        font-size: 20px
    }
    .with-trader .price-slider form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .with-trader .price-slider form::before {
        font-size: 75px;
        line-height: 75px;
        left: 30px
    }
    .with-trader .price-slider form div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px
    }
    .with-trader .price-slider form div label {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
        line-height: normal
    }
    .with-trader .price-slider form div input {
        width: 100%
    }
    .with-trader .price-slider form button span {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .with-trader .price-slider form button span:first-child {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

.open-trades {
    background-color: #f4f6f9;
    padding: 60px 30px
}

.open-trades .container {
    max-width: unset;
    padding: 0
}

.open-trades h2 {
    margin: 0 10px 40px 10px;
    color: #126ea3;
    font-family: "Oswald Medium";
    font-size: 50px
}

.open-trades.hidden {
    display: none
}

.open-trades-wrapper .slick-slide {
    padding: 0 10px
}

.open-trades-wrapper .slick-track {
    margin-left: 0
}

.open-trades-wrapper .trading-deal {
    position: relative;
    padding: 25px 40px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 9px 18px rgba(30, 75, 100, .2);
    box-shadow: 0 9px 18px rgba(30, 75, 100, .2);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.open-trades-wrapper .trading-deal>* {
    position: relative;
    z-index: 1
}

.open-trades-wrapper .trading-deal__title {
    color: #1d1d1b;
    font-size: 25px;
    font-family: "Montserrat Medium"
}

.open-trades-wrapper .trading-deal__percents {
    font-size: 25px;
    line-height: 35px;
    margin-top: 10px;
    color: #28c065;
    font-family: "Oswald Bold"
}

.open-trades-wrapper .trading-deal__sum {
    color: #1aaddc;
    font-size: 30px;
    font-family: "Oswald DemiBold";
    margin-top: 10px;
    margin-bottom: 10px
}

.open-trades-wrapper .trading-deal__compound input {
    display: none
}

.open-trades-wrapper .trading-deal__compound label {
    margin: 0 auto;
    display: table;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
    color: #1aaddc;
    font-size: 13px;
    font-family: "Montserrat Medium";
    line-height: 16px
}

.open-trades-wrapper .trading-deal__compound label::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
    border: 1px solid #1aaddc;
    background-color: #fff
}

.open-trades-wrapper .trading-deal__compound label::after {
    content: '';
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    height: 7px;
    width: 8px;
    display: block;
    left: 4.5px;
    top: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon-1.svg)
}

.open-trades-wrapper .trading-deal__compound input:checked+label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.open-trades-wrapper .trading-deal__details a,
.open-trades-wrapper .trading-deal__refill a {
    display: block;
    border-radius: 30px;
    background-color: #28c065;
    color: #fff;
    padding: 10px 20px;
    font-family: "Montserrat SemiBold";
    font-size: 14px;
    -webkit-box-shadow: 0 2px 10px 0 #1aaDDC70;
    box-shadow: 0 2px 10px 0 #1aaDDC70;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.open-trades-wrapper .trading-deal__details a:hover,
.open-trades-wrapper .trading-deal__refill a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.open-trades-wrapper .trading-deal__refill {
    margin-top: 10px
}

.open-trades-wrapper .trading-deal__refill a {
    background-color: #1aaddc
}

.open-trades .slick-arrows {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}

.open-trades .slick-arrows a {
    border-radius: 25px;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-position: center
}

.open-trades .slick-arrows a path {
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s
}

.open-trades .slick-arrows a:hover {
    background-color: #fff
}

.open-trades .slick-arrows a:hover path {
    fill: #1aaddc
}

.open-trades .slick-arrows a {
    border-color: #1aaddc
}

.open-trades .slick-arrows a path {
    fill: #1aaddc
}

.open-trades .slick-arrows a:hover {
    background-color: #1aaddc
}

.open-trades .slick-arrows a:hover path {
    fill: #fff
}

@media screen and (max-width:1200px) {
    .open-trades-wrapper .trading-deal {
        padding: 20px 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .open-trades-wrapper .trading-deal>* {
        padding: 0 10px
    }
    .open-trades-wrapper .trading-deal__percents,
    .open-trades-wrapper .trading-deal__sum,
    .open-trades-wrapper .trading-deal__title {
        margin: 0 0 20px 0;
        width: 33.33333%
    }
    .open-trades-wrapper .trading-deal__compound {
        margin: 0;
        width: 33.33333%
    }
    .open-trades-wrapper .trading-deal__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 66.66667%
    }
    .open-trades-wrapper .trading-deal__refill {
        margin: 0;
        width: 50%;
        padding-left: 10px
    }
    .open-trades-wrapper .trading-deal__details {
        margin: 0;
        width: 50%;
        padding-right: 10px
    }
}

@media screen and (max-width:767px) {
    .open-trades {
        padding: 40px 20px
    }
    .open-trades h2 {
        text-align: center;
        font-size: 30px
    }
    .open-trades .trading-deal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .open-trades .trading-deal>* {
        width: 100% !important
    }
    .open-trades .trading-deal__buttons {
        display: block
    }
    .open-trades .trading-deal__details,
    .open-trades .trading-deal__refill {
        padding: 0;
        width: auto;
        min-width: 165px;
        margin: 15px auto 0 auto
    }
}

.trading-online {
    background-image: url(../images/bg-9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 40px
}

.trading-online .container {
    max-width: unset;
    padding: 0
}

.trading-online__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px
}

.trading-online__video h2 {
    margin: 0;
    color: #fff;
    width: 45%;
    font-size: 50px;
    font-family: "Oswald Medium"
}

.trading-online__video .to-video {
    width: 50%;
    position: relative;
    text-align: center
}

.trading-online__video .to-video__play {
    border-radius: 40px;
    background-color: #1aaddc;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    padding: 15px 70px
}

.trading-online__video .to-video__play span {
    margin-left: 15px;
    display: block;
    color: #fff;
    font-family: "Montserrat SemiBold";
    font-size: 20px
}

.trading-online__video .to-video__play svg {
    display: block;
    height: 40px;
    width: auto
}

.trading-online__video .to-video__play svg path {
    fill: #fff
}

.trading-online__video .to-video__play:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.trading-online__video .to-video video {
    display: block;
    height: auto;
    width: 100%
}

.trading-online__video .to-video video::-webkit-media-controls-fullscreen-button,
.trading-online__video .to-video video::-webkit-media-controls-mute-button,
.trading-online__video .to-video video::-webkit-media-controls-toggle-closed-captions-button,
.trading-online__video .to-video video::-webkit-media-controls-volume-slider {
    display: none
}

.trading-online p {
    margin-bottom: 0;
    color: #fff;
    font-family: "Montserrat Medium";
    font-size: 14px;
    line-height: 20px
}

@media screen and (max-width:1200px) {
    .trading-online__video {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .trading-online__video h2 {
        font-size: 35px;
        padding-right: 20px
    }
}

@media screen and (max-width:767px) {
    .trading-online {
        padding: 40px 20px
    }
    .trading-online__video {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .trading-online__video h2 {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 30px
    }
    .trading-online__video .to-video {
        width: 100%
    }
    .trading-online p {
        font-size: 16px;
        line-height: 24px
    }
}

.payment-sys {
    padding: 50px 40px
}

.payment-sys .container {
    max-width: unset;
    padding: 0
}

.payment-sys h1 {
    margin-top: 0;
    color: #126ea3;
    font-family: "Oswald Medium";
    font-size: 50px;
    margin-bottom: 40px
}

.payment-sys-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px
}

.payment-sys .pay-sys {
    border: solid 5px #1aaddc;
    background: #f4f6f9;
    -webkit-box-shadow: 0 5px 18px rgba(30, 75, 100, .11);
    box-shadow: 0 5px 18px rgba(30, 75, 100, .11);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.payment-sys .pay-sys__name {
    height: 100%;
    width: 35%;
    padding: 20px 0;
    background-color: #f4f6f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.payment-sys .pay-sys__name img {
    display: block;
    width: 70%;
    height: auto;
    margin-bottom: 20px
}

.payment-sys .pay-sys__name span {
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    font-family: "Montserrat Bold";
    display: block;
    padding: 0 20px
}

.payment-sys .pay-sys__content {
    width: 65%;
    padding: 30px
}

.payment-sys .pay-sys__sum {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 15px;
    margin-bottom: 20px
}

.payment-sys .pay-sys__sum>* {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.payment-sys .pay-sys__sum label {
    margin: 0;
    font-size: 16px;
    font-family: "Montserrat Medium";
    color: #1d1d1b
}

.payment-sys .pay-sys__sum input {
    width: 100%;
    border: none;
    text-align: center;
    border-bottom: 1px solid #1d1d1b;
    padding: 5px 0;
    font-size: 20px;
    font-family: "Montserrat Medium";
    background-color: transparent
}

.payment-sys .pay-sys__purse {
    margin-bottom: 10px
}

.payment-sys .pay-sys__purse label {
    margin: 0 0 5px 0;
    display: block;
    font-size: 15px;
    color: #1d1d1b;
    font-family: "Montserrat Regular"
}

.payment-sys .pay-sys__purse input {
    display: block;
    width: 100%;
    padding: 0 15px;
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    font-family: "Montserrat Medium";
    font-size: 16px;
    color: #1d1d1b
}

.payment-sys .pay-sys--btc .pay-sys__name {
    color: #f7931a
}

.payment-sys .pay-sys--eth .pay-sys__name {
    color: #627eea
}

.payment-sys .pay-sys--ltc .pay-sys__name {
    color: #345d9d
}

.payment-sys .pay-sys--usdt .pay-sys__name {
    color: #50af95
}

.payment-sys .pay-sys__remember input {
    display: none
}

.payment-sys .pay-sys__remember label {
    position: relative;
    padding-left: 100px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-family: "Montserrat Regular";
    color: #1d1d1b;
    cursor: pointer
}

.payment-sys .pay-sys__remember label::before {
    content: '';
    position: absolute;
    width: 80px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    background-color: #e6e8eb;
    border-radius: 5px
}

.payment-sys .pay-sys__remember label span {
    display: block;
    position: absolute;
    top: 0;
    height: 28px;
    width: 28px;
    left: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    border-radius: 20px;
    background-color: #cfd1d4
}

.payment-sys .pay-sys__remember label span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    background-color: #28c065;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.payment-sys .pay-sys__remember label span::after {
    content: '';
    position: absolute;
    border-bottom: 3px solid #fff;
    border-radius: 2px;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 13px;
    left: 9px;
    top: 4px;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.payment-sys .pay-sys__remember input:checked+label span {
    -webkit-transform: translateX(52px);
    -ms-transform: translateX(52px);
    transform: translateX(52px)
}

.payment-sys .pay-sys__remember input:checked+label span::after,
.payment-sys .pay-sys__remember input:checked+label span::before {
    opacity: 1
}

.payment-sys .pay-sys__btn {
    margin-top: 20px
}

.payment-sys .pay-sys__btn button {
    border: none;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    border-radius: 30px;
    width: 100%;
    background-color: #1aaddc;
    color: #fff;
    height: 46px;
    -webkit-box-shadow: 0 2px 10px rgba(26, 173, 220, .44);
    box-shadow: 0 2px 10px rgba(26, 173, 220, .44);
    font-size: 16px;
    font-family: "Montserrat SemiBold"
}

.payment-sys .pay-sys__btn button:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media screen and (max-width:1200px) {
    .payment-sys {
        padding: 40px 20px
    }
    .payment-sys h1 {
        font-size: 40px;
        line-height: normal
    }
    .payment-sys .pay-sys {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .payment-sys .pay-sys__name {
        height: auto;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .payment-sys .pay-sys__name img {
        width: 40px;
        margin-bottom: 0;
        margin-right: 20px
    }
    .payment-sys .pay-sys__name span {
        padding: 0
    }
    .payment-sys .pay-sys__name span br {
        content: '';
        margin-left: 10px
    }
    .payment-sys .pay-sys__content {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .payment-sys h1 {
        font-size: 30px
    }
    .payment-sys-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.replenish-popup .swal2-popup {
    width: 600px
}

.replenish-popup h2 {
    margin-top: 0
}

.replenish-popup .payment-coin {
    text-align: left;
    margin-bottom: 20px
}

.replenish-popup .payment-coin label {
    margin-bottom: 5px;
    display: block
}

.replenish-popup .payment-coin div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.replenish-popup .payment-coin div img {
    display: block;
    max-height: 30px;
    margin-right: 10px
}

.replenish-popup .payment-coin div strong {
    display: block;
    margin-right: 10px
}

.replenish-popup table {
    text-align: left
}

.replenish-popup table label {
    display: block;
    margin-bottom: 5px
}

.replenish-popup .copy-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #f4f6f9;
    border-radius: 5px;
    padding: 8px 15px
}

.replenish-popup .copy-address b {
    font-size: 14px
}

.replenish-popup .copy-address button {
    border: none;
    cursor: pointer;
    background: 0 0;
    margin-left: 20px;
    padding: 0
}

.replenish-popup .copy-address button svg {
    display: block;
    height: 20px;
    width: auto
}

.replenish-popup .sum-in-tokens {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.replenish-popup .sum-in-tokens button {
    border: none;
    cursor: pointer;
    background: 0 0;
    margin-left: 15px;
    padding: 0
}

.replenish-popup .sum-in-tokens button svg {
    display: block;
    height: 18px;
    width: auto
}

.replenish-popup ul {
    text-align: left;
    margin-top: 30px;
    padding-left: 25px
}

.replenish-popup ul li {
    padding: 5px 0
}

@media screen and (max-width:767px) {
    .replenish-popup .swal2-popup .swal2-html-container {
        padding: 30px
    }
    .replenish-popup .payment-details table,
    .replenish-popup .payment-details tbody,
    .replenish-popup .payment-details td,
    .replenish-popup .payment-details tr {
        display: block
    }
    .replenish-popup .payment-details table b,
    .replenish-popup .payment-details tbody b,
    .replenish-popup .payment-details td b,
    .replenish-popup .payment-details tr b {
        display: block;
        margin-bottom: 20px
    }
    .replenish-popup .payment-details ul {
        margin-top: 10px
    }
    .replenish-popup .payment-details .copy-address b {
        margin: 0
    }
    .replenish-popup .xs-hidden {
        display: none !important
    }
}

.payment-sys-history {
    padding: 60px 40px;
    background-color: #f4f6f9
}

.payment-sys-history .container {
    max-width: unset;
    padding: 0
}

.payment-sys-history.hidden {
    display: none
}

.payment-sys-history h2 {
    margin-top: 0;
    color: #126ea3;
    font-family: "Oswald Medium";
    font-size: 50px;
    margin-bottom: 40px
}

.payment-sys-history .d-table {
    display: table;
    width: 100%;
    border-spacing: 0 5px
}

.payment-sys-history .d-table-body {
    display: table-row-group
}

.payment-sys-history .d-table-row {
    display: table-row;
    background-color: #fff
}

.payment-sys-history .d-table-cell {
    display: table-cell;
    padding: 15px 10px;
    font-family: "Montserrat Regular";
    font-size: 14px;
    text-align: center
}

.payment-sys-history .d-table-head {
    display: table-header-group
}

.payment-sys-history .d-table-head .d-table-cell {
    background-color: #e8edf4;
    text-align: center;
    font-family: "Montserrat SemiBold"
}

.payment-sys-history svg {
    display: block;
    max-height: 20px;
    width: auto;
    margin: 0 auto
}

.payment-sys-history .psh-footer {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.payment-sys-history .psh-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.payment-sys-history .psh-total span {
    display: block;
    font-size: 18px;
    font-family: "Montserrat Regular";
    color: #1d1d1b
}

.payment-sys-history .psh-total strong {
    color: #28c065;
    font-family: "Oswald Bold";
    margin-left: 10px;
    display: block;
    font-size: 30px
}

.payment-sys-history .psh-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.payment-sys-history .psh-pagination ul li {
    margin: 0 10px
}

.payment-sys-history .psh-pagination ul li a {
    text-decoration: none;
    color: #1d1d1b;
    font-size: 20px;
    font-family: "Montserrat Regular"
}

.payment-sys-history .psh-pagination ul li a.next,
.payment-sys-history .psh-pagination ul li a.prev {
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid #1aaddc;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.payment-sys-history .psh-pagination ul li a.next svg,
.payment-sys-history .psh-pagination ul li a.prev svg {
    display: block;
    height: 30px;
    width: auto
}

.payment-sys-history .psh-pagination ul li a.next svg path,
.payment-sys-history .psh-pagination ul li a.prev svg path {
    fill: #1aaddc;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s
}

.payment-sys-history .psh-pagination ul li a.next:hover,
.payment-sys-history .psh-pagination ul li a.prev:hover {
    background-color: #1aaddc
}

.payment-sys-history .psh-pagination ul li a.next:hover svg path,
.payment-sys-history .psh-pagination ul li a.prev:hover svg path {
    fill: #fff
}

.payment-sys-history .psh-pagination ul li a.prev {
    margin-right: 5px
}

.payment-sys-history .psh-pagination ul li a.next {
    margin-left: 5px
}

.payment-sys-history .psh-pagination ul li.disabled {
    opacity: .5
}

.payment-sys-history .psh-pagination ul li.active a {
    font-family: "Montserrat SemiBold"
}

.payment-sys-history p {
    margin-bottom: 0;
    margin-top: 50px;
    font-size: 16px;
    line-height: 26px;
    font-family: "Montserrat Medium"
}

@media screen and (max-width:1200px) {
    .payment-sys-history {
        padding: 40px 20px
    }
    .payment-sys-history h2 {
        font-size: 40px;
        line-height: normal
    }
    .payment-sys-history .ps-address {
        display: none
    }
}

@media screen and (max-width:767px) {
    .payment-sys-history .ps-address {
        display: table-cell
    }
    .payment-sys-history .ps-history-wrapper {
        overflow-x: scroll
    }
    .payment-sys-history .ps-history-wrapper .d-table-cell {
        white-space: nowrap
    }
    .payment-sys-history .psh-total span {
        font-size: 14px
    }
    .payment-sys-history .psh-total strong {
        font-size: 20px
    }
    .payment-sys-history .psh-pagination ul li {
        margin: 0
    }
    .payment-sys-history .psh-pagination ul li.next,
    .payment-sys-history .psh-pagination ul li.prev {
        width: 24px;
        height: 24px
    }
    .payment-sys-history .psh-pagination ul li a {
        font-size: 16px;
        padding: 0 5px
    }
}

.team-bonuses {
    padding: 50px 40px;
    background-color: #080d25;
    min-height: calc(100vh - 71px);
    background-image: url(../images/bg-8.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto
}

.team-bonuses .container {
    max-width: unset;
    padding: 0
}

.team-bonuses h1 {
    color: #fff;
    font-family: "Oswald Medium";
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 30px
}

.team-bonuses h3 {
    margin-top: 0;
    color: #fff;
    font-size: 25px;
    font-family: "Montserrat SemiBold";
    margin-bottom: 50px;
    text-transform: uppercase
}

.team-bonuses h4 {
    margin-top: 0;
    padding-top: 40px;
    font-size: 30px;
    color: #fff;
    font-family: "Montserrat SemiBold";
    margin-bottom: 20px
}

.team-bonuses p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-family: "Montserrat Regular";
    margin-top: 0;
    margin-bottom: 40px
}

.team-bonuses ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.team-bonuses ul li {
    padding-left: 25px;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-family: "Montserrat Regular";
    margin: 20px 0
}

.team-bonuses ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #1aaddc;
    border-radius: 10px;
    width: 10px;
    height: 10px
}

.team-bonuses-line {
    margin-bottom: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr)
}

.team-bonuses-line>* {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.team-bonuses-line .tbl-item__target {
    margin-bottom: 30px;
    color: #fff;
    font-family: "Montserrat Medium";
    font-size: 20px
}

.team-bonuses-line .tbl-item__line {
    position: relative;
    background: #1aaddc;
    height: 10px
}

.team-bonuses-line .tbl-item__line::before {
    content: '';
    position: absolute;
    left: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 20px;
    width: 24px;
    z-index: 0;
    height: 24px;
    background-color: #1aaddc;
    -webkit-box-shadow: 0 0 0 9px rgba(26, 173, 220, .58), 0 2px 5px rgba(26, 173, 220, .36);
    box-shadow: 0 0 0 9px rgba(26, 173, 220, .58), 0 2px 5px rgba(26, 173, 220, .36)
}

.team-bonuses-line .tbl-item__line span {
    position: absolute;
    left: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    background: #28c065;
    height: 10px;
    z-index: 1
}

.team-bonuses-line .tbl-item__line.active::before {
    background-color: #28c065;
    -webkit-box-shadow: 0 0 0 9px rgba(40, 192, 101, .58), 0 2px 5px rgba(40, 192, 101, .36);
    box-shadow: 0 0 0 9px rgba(40, 192, 101, .58), 0 2px 5px rgba(40, 192, 101, .36)
}

.team-bonuses-line .tbl-item__bonus {
    color: #28c065;
    font-size: 30px;
    margin-top: 30px;
    font-family: "Oswald Bold"
}

.team-bonuses-line .tbl-item:first-child .tbl-item__line {
    margin-left: 9px
}

.team-bonuses-line .tbl-item:first-child .tbl-item__line::before {
    left: 0
}

.team-bonuses-line .tbl-item:first-child .tbl-item__line span {
    left: 0
}

.team-bonuses-line .tbl-item:first-child .tbl-item__line {
    background: -webkit-gradient(linear, left top, right top, color-stop(36.14%, rgba(26, 173, 220, .25)), color-stop(131.14%, rgba(26, 173, 220, 0)));
    background: -o-linear-gradient(left, rgba(26, 173, 220, .25) 36.14%, rgba(26, 173, 220, 0) 131.14%);
    background: linear-gradient(90deg, rgba(26, 173, 220, .25) 36.14%, rgba(26, 173, 220, 0) 131.14%)
}

.team-bonuses-line .tbl-item:nth-child(2) .tbl-item__line {
    background: -webkit-gradient(linear, left top, right top, color-stop(36.14%, rgba(26, 173, 220, .55)), color-stop(131.14%, rgba(26, 173, 220, 0)));
    background: -o-linear-gradient(left, rgba(26, 173, 220, .55) 36.14%, rgba(26, 173, 220, 0) 131.14%);
    background: linear-gradient(90deg, rgba(26, 173, 220, .55) 36.14%, rgba(26, 173, 220, 0) 131.14%)
}

.team-bonuses-line .tbl-item:nth-child(3) .tbl-item__line {
    background: -webkit-gradient(linear, left top, right top, color-stop(36.14%, rgba(26, 173, 220, .75)), color-stop(131.14%, rgba(26, 173, 220, 0)));
    background: -o-linear-gradient(left, rgba(26, 173, 220, .75) 36.14%, rgba(26, 173, 220, 0) 131.14%);
    background: linear-gradient(90deg, rgba(26, 173, 220, .75) 36.14%, rgba(26, 173, 220, 0) 131.14%)
}

.team-bonuses-line .tbl-item:nth-child(4) .tbl-item__line {
    background: 0 0
}

.team-bonuses-line .tbl-item:nth-child(4) .tbl-item__line::after {
    content: '';
    position: absolute;
    height: 10px;
    left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(216% - 10px);
    background: -webkit-gradient(linear, left top, right top, color-stop(36.14%, #1aaddc), color-stop(131.14%, rgba(26, 173, 220, 0)));
    background: -o-linear-gradient(left, #1aaddc 36.14%, rgba(26, 173, 220, 0) 131.14%);
    background: linear-gradient(90deg, #1aaddc 36.14%, rgba(26, 173, 220, 0) 131.14%)
}

.team-bonuses-line .tbl-item:nth-child(5) .tbl-item__line {
    background: 0 0
}

.team-bonuses-line .tbl-item:nth-child(5) .tbl-item__line::after {
    content: '';
    position: absolute;
    height: 10px;
    left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(200% - 10px);
    background: -webkit-gradient(linear, left top, right top, color-stop(36.14%, #1aaddc), color-stop(131.14%, rgba(26, 173, 220, 0)));
    background: -o-linear-gradient(left, #1aaddc 36.14%, rgba(26, 173, 220, 0) 131.14%);
    background: linear-gradient(90deg, #1aaddc 36.14%, rgba(26, 173, 220, 0) 131.14%)
}

.team-bonuses-line .tbl-item:last-child {
    text-align: right
}

.team-bonuses-line .tbl-item:last-child .tbl-item__line {
    background: 0 0;
    margin-left: 0;
    margin-right: 10px
}

.team-bonuses-line .tbl-item:last-child .tbl-item__line::before {
    left: auto;
    right: 0
}

.team-bonuses-line .tbl-item:last-child .tbl-item__line span {
    left: 0
}

.team-bonuses-receive table {
    min-width: 100%;
    vertical-align: middle;
    border-spacing: 0
}

.team-bonuses-receive td,
.team-bonuses-receive th {
    padding: 10px;
    border-bottom: 1px solid rgba(26, 173, 220, .25);
    white-space: nowrap
}

.team-bonuses-receive td span,
.team-bonuses-receive th span {
    font-size: 16px;
    line-height: 28px;
    font-family: "Montserrat Medium";
    color: rgba(255, 255, 255, .8)
}

.team-bonuses-receive td span.badge,
.team-bonuses-receive th span.badge {
    border-radius: 20px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    display: block;
    padding: 8px 15px;
    text-transform: uppercase;
    color: #fff
}

.team-bonuses-receive td span.badge-warning,
.team-bonuses-receive th span.badge-warning {
    background-color: orange
}

.team-bonuses-receive td span.badge-success,
.team-bonuses-receive th span.badge-success {
    background-color: #28c065
}

.team-bonuses-receive td a,
.team-bonuses-receive th a {
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    border-radius: 20px;
    padding: 8px 15px;
    background: #1aaddc;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat Medium";
    display: block;
    -webkit-transition: background-color .3s, opacity .3s;
    -o-transition: background-color .3s, opacity .3s;
    transition: background-color .3s, opacity .3s
}

.team-bonuses-receive td a.disabled,
.team-bonuses-receive th a.disabled {
    opacity: .6
}

.team-bonuses-receive td a:hover,
.team-bonuses-receive th a:hover {
    background-color: #126ea3
}

.team-bonuses-receive th {
    text-align: left;
    color: #1aaddc;
    font-family: "Montserrat SemiBold";
    font-size: 16px
}

@media screen and (max-width:1200px) {
    .team-bonuses {
        padding: 40px 20px
    }
    .team-bonuses h1 {
        font-size: 40px
    }
    .team-bonuses h3 {
        font-size: 20px
    }
    .team-bonuses h4 {
        font-size: 25px
    }
    .team-bonuses p {
        font-size: 20px
    }
    .team-bonuses ul li {
        font-size: 18px;
        margin: 15px 0
    }
    .team-bonuses .tbl-item__target {
        font-size: 20px
    }
    .team-bonuses .tbl-item__bonus {
        font-size: 30px
    }
}

@media screen and (max-width:767px) {
    .team-bonuses {
        padding: 40px 0
    }
    .team-bonuses h1 {
        font-size: 30px;
        text-align: center
    }
    .team-bonuses h3 {
        text-align: center;
        margin-bottom: 35px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto
    }
    .team-bonuses h4 {
        padding-left: 20px;
        padding-right: 20px
    }
    .team-bonuses ul {
        margin-left: 20px;
        margin-right: 20px
    }
    .team-bonuses p {
        font-size: 16px;
        padding: 0 20px
    }
    .team-bonuses .team-bonuses-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
        overflow: hidden
    }
    .team-bonuses .team-bonuses-line .tbl-item {
        width: 33.33333%;
        text-align: center;
        margin-bottom: 25px
    }
    .team-bonuses .team-bonuses-line .tbl-item__line {
        -webkit-transform: translate(50%);
        -ms-transform: translate(50%);
        transform: translate(50%);
        margin-left: 0;
        height: 5px !important
    }
    .team-bonuses .team-bonuses-line .tbl-item__line::before {
        width: 16px;
        height: 16px;
        left: -9px;
        -webkit-box-shadow: 0 0 0 5px rgba(26, 173, 220, .36), 0 2px 5px 0 rgba(26, 173, 220, .36);
        box-shadow: 0 0 0 5px rgba(26, 173, 220, .36), 0 2px 5px 0 rgba(26, 173, 220, .36)
    }
    .team-bonuses .team-bonuses-line .tbl-item__target {
        font-size: 15px;
        margin-bottom: 20px
    }
    .team-bonuses .team-bonuses-line .tbl-item__bonus {
        font-size: 25px;
        margin-top: 20px
    }
    .team-bonuses .team-bonuses-line .tbl-item:nth-child(4) .tbl-item__line {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    .team-bonuses .team-bonuses-line .tbl-item:nth-child(4) .tbl-item__line::before {
        left: auto;
        right: -10px
    }
    .team-bonuses .team-bonuses-line .tbl-item:nth-child(5) .tbl-item__line::before {
        left: -4px
    }
    .team-bonuses .team-bonuses-line .tbl-item:nth-child(4) .tbl-item__line::after {
        height: 5px
    }
    .team-bonuses .tb-received {
        padding: 0 20px;
        overflow-x: scroll
    }
}

.tf-tree {
    overflow: auto;
    font-size: 16px
}

.tf-tree * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.tf-tree ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.tf-tree li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1em
}

.tf-tree li ul {
    margin: 2em 0
}

.tf-tree li li:before {
    display: block;
    position: absolute;
    width: 100%;
    left: calc(0% - .03125em);
    top: calc(-1em - .03125em);
    content: '';
    border-top: .0625em solid #000;
    height: .0625em
}

.tf-tree li li:first-child:before {
    left: calc(50% - .03125em);
    max-width: calc(100% - 50% + .0625em)
}

.tf-tree li li:last-child:before {
    left: auto;
    right: calc(50% - .03125em);
    max-width: calc(100% - 50% + .0625em)
}

.tf-tree li li:only-child:before {
    display: none
}

.tf-tree li li:only-child>.tf-nc:before,
.tf-tree li li:only-child>.tf-node-content:before {
    height: calc(1em + .0625em);
    top: calc(-1em - .0625em)
}

.tf-tree .tf-nc,
.tf-tree .tf-node-content {
    position: relative;
    display: inline-block;
    border: .0625em solid #000;
    padding: .5em 1em
}

.tf-tree .tf-nc:before,
.tf-tree .tf-node-content:before {
    position: absolute;
    display: block;
    height: 1em;
    left: calc(50% - .03125em);
    top: calc(-1em - .03125em);
    content: '';
    border-left: .0625em solid #000;
    width: .0625em
}

.tf-tree .tf-nc:after,
.tf-tree .tf-node-content:after {
    position: absolute;
    display: block;
    height: 1em;
    left: calc(50% - .03125em);
    top: calc(100% + .03125em);
    content: '';
    border-left: .0625em solid #000;
    width: .0625em
}

.tf-tree .tf-nc:only-child:after,
.tf-tree .tf-node-content:only-child:after {
    display: none
}

.tf-tree>ul>li>.tf-nc:before,
.tf-tree>ul>li>.tf-node-content:before {
    display: none
}

.tf-tree.tf-gap-sm li {
    padding: 0 .6em
}

.tf-tree.tf-gap-sm li>.tf-nc:before,
.tf-tree.tf-gap-sm li>.tf-node-content:before {
    height: .6em;
    top: -.6em
}

.tf-tree.tf-gap-sm li>.tf-nc:after,
.tf-tree.tf-gap-sm li>.tf-node-content:after {
    height: .6em
}

.tf-tree.tf-gap-sm li ul {
    margin: 1.2em 0
}

.tf-tree.tf-gap-sm li li:before {
    top: calc(-.6em - .03125em)
}

.tf-tree.tf-gap-sm li li:only-child>.tf-nc:before,
.tf-tree.tf-gap-sm li li:only-child>.tf-node-content:before {
    height: calc(.6em + .0625em);
    top: calc(-.6em - .0625em)
}

.tf-tree.tf-gap-lg li {
    padding: 0 1.5em
}

.tf-tree.tf-gap-lg li>.tf-nc:before,
.tf-tree.tf-gap-lg li>.tf-node-content:before {
    height: 1.5em;
    top: -1.5em
}

.tf-tree.tf-gap-lg li>.tf-nc:after,
.tf-tree.tf-gap-lg li>.tf-node-content:after {
    height: 1.5em
}

.tf-tree.tf-gap-lg li ul {
    margin: 3em 0
}

.tf-tree.tf-gap-lg li li:before {
    top: calc(-1.5em - .03125em)
}

.tf-tree.tf-gap-lg li li:only-child>.tf-nc:before,
.tf-tree.tf-gap-lg li li:only-child>.tf-node-content:before {
    height: calc(1.5em + .0625em);
    top: calc(-1.5em - .0625em)
}

.tf-tree li.tf-dotted-children .tf-nc:after,
.tf-tree li.tf-dotted-children .tf-nc:before,
.tf-tree li.tf-dotted-children .tf-node-content:after,
.tf-tree li.tf-dotted-children .tf-node-content:before {
    border-left-style: dotted
}

.tf-tree li.tf-dotted-children li:before {
    border-top-style: dotted
}

.tf-tree li.tf-dotted-children>.tf-nc:before,
.tf-tree li.tf-dotted-children>.tf-node-content:before {
    border-left-style: solid
}

.tf-tree li.tf-dashed-children .tf-nc:after,
.tf-tree li.tf-dashed-children .tf-nc:before,
.tf-tree li.tf-dashed-children .tf-node-content:after,
.tf-tree li.tf-dashed-children .tf-node-content:before {
    border-left-style: dashed
}

.tf-tree li.tf-dashed-children li:before {
    border-top-style: dashed
}

.tf-tree li.tf-dashed-children>.tf-nc:before,
.tf-tree li.tf-dashed-children>.tf-node-content:before {
    border-left-style: solid
}

.ref-levels {
    padding: 50px 40px
}

.ref-levels .container {
    max-width: unset;
    padding: 0
}

.ref-levels p {
    font-size: 16px;
    color: #1d1d1b;
    margin-bottom: 40px;
    margin-top: 0;
    font-family: "Montserrat Medium"
}

.ref-levels h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 50px;
    color: #126ea3;
    font-family: "Oswald Bold"
}

.ref-levels .partners-levels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative
}

.ref-levels .partners-levels::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    border-top: 5px dashed #28c065;
    opacity: .47
}

.ref-levels .partners-levels .ref-level {
    padding-top: 25px;
    text-align: center;
    position: relative
}

.ref-levels .partners-levels .ref-level::before {
    content: '';
    border-radius: 20px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    top: -8px;
    -webkit-box-shadow: 0 0 2px 6px rgba(40, 192, 101, .4);
    box-shadow: 0 0 2px 6px rgba(40, 192, 101, .4);
    height: 16px;
    width: 16px;
    background: #28c065
}

.ref-levels .partners-levels .ref-level__title {
    font-size: 18px;
    font-family: "Montserrat Regular";
    color: #1d1d1b;
    max-width: 80px;
    margin-bottom: 10px
}

.ref-levels .partners-levels .ref-level__percent {
    color: #1d1d1b;
    font-family: "Oswald Regular";
    font-size: 30px;
    line-height: 30px
}

.ref-levels .partners-levels .ref-level.active .ref-level__percent {
    color: #28c065;
    font-family: "Oswald DemiBold";
    font-size: 40px;
    line-height: 40px
}

.ref-levels__link {
    margin-top: 60px
}

.ref-levels__link h4 {
    margin-top: 0;
    font-family: "Oswald Bold";
    font-size: 20px;
    color: #126ea3;
    margin-bottom: 15px
}

.ref-levels__link .copy-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ref-levels__link .copy-link input {
    font-size: 14px;
    border: 1px solid #f4f6f9;
    border-radius: 5px;
    padding: 8px 15px;
    width: auto;
    display: block
}

.ref-levels__link .copy-link button {
    border: none;
    cursor: pointer;
    background: 0 0;
    margin-left: 20px;
    padding: 0
}

.ref-levels__link .copy-link button svg {
    display: block;
    height: 20px;
    width: auto
}

@media screen and (max-width:1200px) {
    .ref-levels {
        padding: 40px 20px
    }
    .ref-levels h1 {
        font-size: 40px
    }
    .ref-levels .partners-levels .ref-level__title {
        font-size: 16px;
        max-width: 70px
    }
}

@media screen and (max-width:767px) {
    .ref-levels h1 {
        text-align: center;
        font-size: 30px;
        padding: 0 20px
    }
    .ref-levels p {
        padding: 0 20px
    }
    .ref-levels .partners-levels {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 20px
    }
    .ref-levels .partners-levels::before {
        left: 20%;
        width: auto;
        right: 0
    }
    .ref-levels .partners-levels::after {
        content: '';
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        z-index: -1;
        right: 20%;
        border-top: 3px dashed rgba(157, 157, 157, .47)
    }
    .ref-levels .partners-levels .ref-level {
        width: 33.33333%;
        max-width: unset;
        margin-bottom: 40px
    }
    .ref-levels .partners-levels .ref-level__title {
        margin-left: auto;
        margin-right: auto
    }
    .ref-levels .partners-levels .ref-level.active .ref-level__percent {
        font-size: 34px;
        line-height: 31px
    }
    .ref-levels__link {
        margin-top: 0;
        padding: 0 20px
    }
    .ref-levels__link .copy-link input {
        width: calc(100% - 40px)
    }
}

.ref-tree {
    overflow: hidden;
    background-color: #f4f6f9;
    padding-top: 50px
}

.ref-tree h2 {
    margin-top: 0;
    padding: 0 40px;
    font-size: 50px;
    margin-bottom: 40px;
    color: #126ea3;
    font-family: "Oswald Bold"
}

.ref-tree .container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0
}

.ref-tree .chart-container {
    height: 600px
}

.ref-tree .chart-container svg.svg-chart-container {
    height: 100%
}

.ref-tree .ref-details {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ref-tree .ref-details h5 {
    margin: 0;
    padding: 10px 0;
    color: #126ea3;
    font-size: 14px
}

.ref-tree .ref-details table {
    width: 100%;
    border-spacing: 0;
    text-align: center
}

.ref-tree .ref-details h3 {
    text-align: center;
    color: #126ea3;
    font-size: 16px;
    font-family: "Montserrat Medium";
    margin: 0
}

.ref-tree .ref-details h4 {
    font-size: 24px;
    color: #28c065;
    font-family: "Oswald Bold";
    text-align: center;
    margin: 0
}

.ref-tree .ref-details td,
.ref-tree .ref-details th {
    padding: 5px;
    font-size: 14px;
    color: #1d1d1b
}

.ref-tree .ref-details td {
    color: #28c065;
    font-family: "Oswald Medium"
}

.ref-tree .ref-details th {
    background-color: #e8edf4;
    font-family: "Montserrat Medium";
    font-weight: 500
}

@media screen and (max-width:1200px) {
    .ref-tree h2 {
        font-size: 40px;
        padding: 0 20px
    }
    .ref-tree .chart-container {
        height: 500px
    }
}

@media screen and (max-width:767px) {
    .ref-tree h2 {
        text-align: center;
        font-size: 30px
    }
    .ref-tree .ref-details h3 {
        font-size: 14px;
        margin-bottom: 5px
    }
    .ref-tree .ref-details h4 {
        font-size: 20px
    }
}

#jstree-basic {
    padding: 0 40px 30px 40px
}

#jstree-basic .ref-tree-row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#jstree-basic .ref-tree-row>div {
    font-family: "Montserrat Medium";
    color: #1d1d1b
}

#jstree-basic .ref-tree-row>div span {
    color: #28c065;
    font-family: "Oswald DemiBold";
    font-size: 14px
}

.ref-tree-total {
    padding: 0 40px 80px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ref-tree-total span {
    display: block;
    font-size: 20px;
    font-family: "Montserrat SemiBold";
    color: #126ea3
}

.ref-tree-total strong {
    color: #28c065;
    font-family: "Oswald Bold";
    margin-left: 10px;
    display: block;
    font-size: 30px
}

.tf-tree {
    overflow-x: scroll;
    padding-left: 40px;
    position: relative
}

.tf-tree>ul {
    padding-left: 150px
}

.tf-tree>ul>li:first-child {
    padding-left: 0
}

.tf-tree li li::before {
    border-top: 2px solid #1aaddc;
    height: 2px
}

.tf-tree li li:first-child::before {
    left: calc(50% - 1px);
    max-width: calc(100% - 50% + 2px)
}

.tf-tree .tf-nc,
.tf-tree .tf-node-content {
    border: none;
    padding: 0
}

.tf-tree .tf-nc::before,
.tf-tree .tf-node-content::before {
    border-left: 2px solid #1aaddc;
    width: 2px;
    left: calc(50% - 1px);
    top: -1em
}

.tf-tree .tf-nc::after,
.tf-tree .tf-node-content::after {
    border-left: 2px solid #1aaddc;
    left: calc(50% - 1px);
    top: calc(100% + 1px)
}

.tf-tree-lvl {
    display: none;
    position: absolute;
    font-family: "Montserrat Medium";
    color: #1d1d1b;
    padding-top: 30px
}

.tf-tree__img {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px
}

.tf-tree__img svg {
    display: block;
    height: 40px;
    width: auto;
    fill: #fff
}

.tf-tree__img img {
    display: block;
    max-width: 90%;
    max-height: 90%
}

.tf-tree__login {
    font-size: 16px;
    color: #1d1d1b;
    font-family: "Montserrat Medium";
    text-align: center;
    margin-top: 5px
}

.tf-tree__income {
    text-align: center;
    white-space: nowrap;
    color: #28c065;
    font-family: "Oswald Bold";
    font-size: 18px;
    margin-top: 5px
}

.tf-tree__income span {
    font-family: "Montserrat Medium";
    color: #1d1d1b;
    font-size: 14px
}

.tf-tree-lvl-0 .tf-tree__img {
    background-color: #db2525
}

.tf-tree-lvl-1 .tf-tree__img {
    background-color: #10448b
}

.tf-tree-lvl-2 .tf-tree__img {
    background-color: #1cab38
}

.tf-tree-lvl-3 .tf-tree__img {
    background-color: #ff9400
}

.tf-tree-lvl-4 .tf-tree__img {
    background-color: #a025ab
}

.tf-tree-lvl-5 .tf-tree__img {
    background-color: #e6f91e
}

.tf-tree-lvl-6 .tf-tree__img {
    background-color: #a19898
}

.misc-wrapper {
    padding: 60px 0
}

.misc-wrapper h2 {
    text-align: center;
    margin-top: 0;
    font-family: "Montserrat SemiBold"
}

.misc-wrapper p {
    font-family: "Montserrat Medium";
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 0
}

.trading-robot {
    padding: 70px
}

.trading-robot .btn-blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-family: "Montserrat SemiBold";
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
    background-color: #1aaddc;
    border: .83731px solid rgba(80, 223, 255, .39);
    -webkit-backdrop-filter: blur(4.18653px);
    backdrop-filter: blur(4.18653px);
    border-radius: 5px
}

.trading-robot .btn-blue svg {
    display: block;
    height: 15px
}

.trading-robot .btn-blue span:first-child {
    margin-right: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important
}

.trading-robot .btn-blue:hover {
    background: -o-linear-gradient(159.11deg, #1aaddc 9.46%, #82e1ff 94.98%);
    background: linear-gradient(290.89deg, #1aaddc 9.46%, #82e1ff 94.98%)
}

.trading-robot .btn-green {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: .83731px solid rgba(40, 192, 101, .69);
    -webkit-backdrop-filter: blur(4.18653px);
    backdrop-filter: blur(4.18653px);
    border-radius: 5px;
    color: #fff;
    font-family: "Montserrat SemiBold";
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
    background-color: #28c065
}

.trading-robot .btn-green svg {
    display: block;
    height: 15px
}

.trading-robot .btn-green span:first-child {
    margin-right: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important
}

.trading-robot .btn-green:hover {
    background: -o-linear-gradient(172.95deg, #28c065 20.98%, #3ae47e 94.57%);
    background: linear-gradient(277.05deg, #28c065 20.98%, #3ae47e 94.57%)
}

.trading-robot .btn-gold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: .83731px solid rgba(219, 197, 68, .69);
    -webkit-backdrop-filter: blur(4.18653px);
    backdrop-filter: blur(4.18653px);
    border-radius: 5px;
    color: #fff;
    font-family: "Montserrat SemiBold";
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
    background: -o-linear-gradient(358.12deg, #9f8036 3.22%, #fae84b 140.68%);
    background: linear-gradient(91.88deg, #9f8036 3.22%, #fae84b 140.68%)
}

.trading-robot .btn-gold svg {
    display: block;
    height: 15px
}

.trading-robot .btn-gold span:first-child {
    margin-right: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important
}

.trading-robot .btn-gold:hover {
    background: -o-linear-gradient(358.12deg, #bf9c49 3.22%, #fff067 140.68%);
    background: linear-gradient(91.88deg, #bf9c49 3.22%, #fff067 140.68%)
}

.trading-robot .robots-plans {
    padding-top: 100px
}

.trading-robot .robots-plans h3 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-family: "Oswald Medium"
}

.trading-robot .robots-plans-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.trading-robot .robots-plans .robots-plan {
    position: relative;
    margin-top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(33.33333% - 10px);
    overflow: hidden;
    padding: 0 20px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 5px
}

.trading-robot .robots-plans .robots-plan>* {
    position: relative;
    z-index: 1
}

.trading-robot .robots-plans .robots-plan::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 100px;
    bottom: 80px;
    width: 120%;
    left: -10%;
    -webkit-filter: blur(112px);
    filter: blur(112px)
}

.trading-robot .robots-plans .robots-plan__img {
    height: 250px;
    -webkit-transform: translateZ(75px);
    transform: translateZ(75px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.trading-robot .robots-plans .robots-plan__img img {
    display: block;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto
}

.trading-robot .robots-plans .robots-plan__title {
    margin-top: 30px;
    font-family: "Oswald Medium";
    font-size: 25px;
    text-align: center;
    -webkit-transform: translateZ(75px);
    transform: translateZ(75px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.trading-robot .robots-plans .robots-plan__title b {
    font-family: "Oswald Bold"
}

.trading-robot .robots-plans .robots-plan__desc {
    margin-top: 25px
}

.trading-robot .robots-plans .robots-plan__desc ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.trading-robot .robots-plans .robots-plan__desc ul li {
    color: #1d1d1b;
    margin: 15px 0;
    font-family: "Montserrat Regular";
    font-size: 14px
}

.trading-robot .robots-plans .robots-plan__desc ul li b {
    font-family: "Montserrat SemiBold"
}

.trading-robot .robots-plans .robots-plan__price {
    margin-top: 30px;
    padding: 12px 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 25px;
    font-family: "Montserrat SemiBold";
    -webkit-transform: translateZ(75px);
    transform: translateZ(75px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.trading-robot .robots-plans .robots-plan__btn {
    margin-top: 25px;
    -webkit-transform: translateZ(20px);
    transform: translateZ(20px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.trading-robot .robots-plans .robots-plan__btn span:first-child {
    padding: 15px 20px;
    text-align: center;
    width: calc(100% - 60px)
}

.trading-robot .robots-plans .robots-plan--blue {
    background: -o-linear-gradient(89.87deg, rgba(80, 150, 255, 0) 3.08%, rgba(0, 95, 206, .19) 35.72%, rgba(80, 150, 255, 0) 77.69%);
    background: linear-gradient(.13deg, rgba(80, 150, 255, 0) 3.08%, rgba(0, 95, 206, .19) 35.72%, rgba(80, 150, 255, 0) 77.69%)
}

.trading-robot .robots-plans .robots-plan--blue::before {
    background: rgba(32, 85, 220, .15)
}

.trading-robot .robots-plans .robots-plan--blue .robots-plan__price,
.trading-robot .robots-plans .robots-plan--blue .robots-plan__title {
    color: #1aaddc
}

.trading-robot .robots-plans .robots-plan--blue .robots-plan__price {
    border: 1px solid #1aaddc
}

.trading-robot .robots-plans .robots-plan--green {
    background: -o-linear-gradient(89.87deg, rgba(40, 192, 101, 0) 3.08%, rgba(40, 192, 101, .19) 35.72%, rgba(40, 192, 101, 0) 77.69%);
    background: linear-gradient(.13deg, rgba(40, 192, 101, 0) 3.08%, rgba(40, 192, 101, .19) 35.72%, rgba(40, 192, 101, 0) 77.69%)
}

.trading-robot .robots-plans .robots-plan--green::before {
    background: rgba(40, 192, 101, .15)
}

.trading-robot .robots-plans .robots-plan--green .robots-plan__price,
.trading-robot .robots-plans .robots-plan--green .robots-plan__title {
    color: #28c065
}

.trading-robot .robots-plans .robots-plan--green .robots-plan__price {
    border: 1px solid #28c065
}

.trading-robot .robots-plans .robots-plan--gold {
    background: -o-linear-gradient(89.87deg, rgba(216, 193, 67, 0) 3.08%, rgba(216, 193, 67, .19) 42.33%, rgba(216, 193, 67, .0271429) 77.69%);
    background: linear-gradient(.13deg, rgba(216, 193, 67, 0) 3.08%, rgba(216, 193, 67, .19) 42.33%, rgba(216, 193, 67, .0271429) 77.69%)
}

.trading-robot .robots-plans .robots-plan--gold::before {
    background: rgba(208, 183, 40, .15)
}

.trading-robot .robots-plans .robots-plan--gold .robots-plan__price,
.trading-robot .robots-plans .robots-plan--gold .robots-plan__title {
    background: -o-linear-gradient(358.12deg, #9f8036 3.22%, #fae84b 140.68%);
    background: linear-gradient(91.88deg, #9f8036 3.22%, #fae84b 140.68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.trading-robot .robots-plans .robots-plan--gold .robots-plan__price {
    border: 1px solid #fae84b
}

.trading-robot.start-screen {
    background-image: url(../images/bg-10.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

.trading-robot.start-screen>* {
    position: relative;
    z-index: 3
}

.trading-robot.start-screen h1 {
    max-width: 55%;
    margin: 0 0 30px 0;
    color: #fff;
    font-family: "Oswald Medium";
    font-size: 50px;
    line-height: 1.3
}

.trading-robot.start-screen .start-screen__logo img {
    display: block;
    max-height: 140px;
    width: auto;
    height: auto
}

.trading-robot.start-screen .start-screen__bg {
    position: absolute;
    z-index: 1;
    width: 70%;
    height: 100%;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain
}

.trading-robot.start-screen h2 {
    margin-top: 100px;
    margin-bottom: 40px;
    font-size: 40px;
    font-family: "Oswald Medium";
    color: #fff
}

.trading-robot.start-screen p {
    font-size: 18px;
    line-height: 26px;
    font-family: "Montserrat Regular";
    color: #fff;
    margin-top: 0
}

.trading-robot.start-screen p b {
    font-family: "Montserrat SemiBold"
}

.trading-robot.start-screen .robots-plans h3 {
    color: #fff
}

.trading-robot.start-screen .robots-plans .robots-plan__desc ul li {
    color: #fff
}

.trading-robot.activated {
    padding: 70px 40px
}

.trading-robot.activated .robot-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    background-image: url(../images/bg-11.jpg);
    padding: 25px 40px;
    -webkit-box-shadow: 0 7px 11px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 7px 11px 0 rgba(0, 0, 0, .19);
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.trading-robot.activated .robot-header__balance,
.trading-robot.activated .robot-header__inwork {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.trading-robot.activated .robot-header__balance span,
.trading-robot.activated .robot-header__inwork span {
    margin-right: 15px;
    color: #fff;
    font-family: "Oswald Medium";
    font-size: 30px;
    display: block
}

.trading-robot.activated .robot-header__balance strong,
.trading-robot.activated .robot-header__inwork strong {
    display: block;
    color: #28c065;
    font-size: 30px;
    font-family: "Oswald Bold"
}

.trading-robot.activated .robot-header__compounding input {
    display: none
}

.trading-robot.activated .robot-header__compounding label {
    display: inline-block;
    padding-left: 30px;
    cursor: pointer;
    position: relative;
    color: #1aaddc;
    font-size: 14px;
    font-family: "Montserrat Medium";
    line-height: 20px;
    margin-top: 15px
}

.trading-robot.activated .robot-header__compounding label::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
    border: 1px solid #1aaddc;
    background-color: transparent
}

.trading-robot.activated .robot-header__compounding label::after {
    content: '';
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    height: 10px;
    width: 11px;
    background-size: contain;
    display: block;
    left: 4.5px;
    top: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon-1.svg);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.trading-robot.activated .robot-header__compounding input:checked+label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.trading-robot.activated .robot-header__inwork {
    margin-top: 15px
}

.trading-robot.activated .robot-header__inwork span,
.trading-robot.activated .robot-header__inwork strong {
    font-size: 20px
}

.trading-robot.activated .robot-header__details {
    padding-left: 50px
}

.trading-robot.activated .robot-header__revenue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.trading-robot.activated .robot-header__revenue span {
    display: block;
    color: #fff
}

.trading-robot.activated .robot-header__revenue span:first-child {
    font-size: 16px;
    font-family: "Montserrat Medium";
    margin-right: 15px
}

.trading-robot.activated .robot-header__revenue span:last-child {
    padding: 5px 20px;
    font-size: 20px;
    font-family: "Montserrat Medium";
    border-bottom: 1px solid #fff
}

.trading-robot.activated .robot-header__period {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-family: "Montserrat Medium"
}

.trading-robot.activated .robot-header__period span {
    font-size: 16px;
    margin-right: 15px
}

.trading-robot.activated .robot-header__period strong {
    font-size: 20px
}

.trading-robot.activated .robot-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.trading-robot.activated .robot-buttons a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.trading-robot.activated .robot-buttons a.btn-grey {
    color: #fff;
    background-color: #9d9d9d;
    border: 1px solid #9d9d9d;
    font-family: "Montserrat SemiBold";
    cursor: not-allowed;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 4px;
    line-height: normal;
    padding: 15px 40px
}

.trading-robot.activated .robots-plans {
    padding-top: 0
}

.trading-robot.activated .robots-plans h3 {
    color: #126ea3
}

.trading-robot.activated .robots-plans .robots-plan {
    margin-bottom: 60px;
    padding: 20px
}

.trading-robot.activated .robots-plans .robots-plan--blue {
    border: 1px solid #1aaddc;
    background: 0 0
}

.trading-robot.activated .robots-plans .robots-plan--blue::before {
    display: none;
    background: rgba(32, 85, 220, .08)
}

.trading-robot.activated .robots-plans .robots-plan--blue.active::before {
    display: block
}

.trading-robot.activated .robots-plans .robots-plan--green {
    border: 1px solid #28c065;
    background: 0 0
}

.trading-robot.activated .robots-plans .robots-plan--green::before {
    display: none;
    background: rgba(40, 192, 101, .08)
}

.trading-robot.activated .robots-plans .robots-plan--green.active::before {
    display: block
}

.trading-robot.activated .robots-plans .robots-plan--gold {
    border: 1px solid #d2bb42;
    background: 0 0
}

.trading-robot.activated .robots-plans .robots-plan--gold::before {
    display: none;
    background: rgba(208, 183, 40, .08)
}

.trading-robot.activated .robots-plans .robots-plan--gold.active::before {
    display: block
}

.trading-robot.activated p {
    margin-top: 0;
    font-family: "Montserrat Regular";
    font-size: 18px;
    line-height: 28px
}

.trading-robot.activated p b {
    font-family: "Montserrat SemiBold"
}

.trading-robot.activated .robot-charts {
    margin: 50px 0
}

.trading-robot .robot-charts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.trading-robot #robot-currencies {
    overflow-y: auto;
    width: calc(35% - 10px);
    border-radius: 10px;
    border: 2px solid #1aaddc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px
}

.trading-robot #robot-currencies table {
    width: 100%
}

.trading-robot #robot-currencies th {
    font-size: 13px;
    text-align: left;
    padding: 3px 5px;
    border-bottom: 1px solid #ccc;
    font-family: "Montserrat SemiBold";
    color: #1d1d1b
}

.trading-robot #robot-currencies th:not(:last-child) {
    border-right: 1px solid #ccc
}

.trading-robot #robot-currencies td {
    font-family: "Montserrat Medium";
    font-size: 12px;
    color: #1d1d1b;
    padding: 3px 5px;
    border-bottom: 1px solid #efefef
}

.trading-robot #robot-currencies td:not(:last-child) {
    border-right: 1px solid #efefef
}

.trading-robot #robot-currencies td:nth-child(2) {
    color: #1d1d1b !important
}

.trading-robot #robot-currencies .arrow::before {
    content: '';
    height: 12px;
    width: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block
}

.trading-robot #robot-currencies .negative td {
    color: #8b0000
}

.trading-robot #robot-currencies .negative .arrow::before {
    background-image: url(../images/arrow-red-down.png)
}

.trading-robot #robot-currencies .positive td {
    color: green
}

.trading-robot #robot-currencies .positive .arrow::before {
    background-image: url(../images/arrow-up-green.png)
}

.trading-robot #robot-chart {
    width: calc(65% - 10px);
    border-radius: 10px;
    border: 2px solid #1aaddc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px
}

@media screen and (min-width:1700px) {
    .trading-robot.start-screen {
        min-height: 100vh
    }
    .trading-robot.start-screen .start-screen__bg {
        height: 700px
    }
}

@media screen and (min-width:1360px) and (max-width:1699px) {
    .trading-robot.start-screen .start-screen__bg {
        height: 600px
    }
}

@media screen and (max-width:1200px) {
    .trading-robot .robots-plans-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .trading-robot .robots-plans .robots-plan {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .trading-robot .robots-plans .robots-plan__img {
        padding-top: 30px;
        width: calc(50% - 15px)
    }
    .trading-robot .robots-plans .robots-plan__main {
        width: calc(50% - 15px)
    }
    .trading-robot .robots-plans .robots-plan__desc {
        width: 100%;
        padding-bottom: 30px
    }
    .trading-robot .robots-plans .robots-plan__desc ul li {
        font-size: 16px
    }
    .trading-robot.start-screen {
        padding: 50px 40px
    }
    .trading-robot.start-screen::after {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        background: -o-linear-gradient(272.65deg, #162d49 4.16%, #080912 60.09%);
        background: linear-gradient(177.35deg, #162d49 4.16%, #080912 60.09%);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        z-index: 0
    }
    .trading-robot.start-screen h1 {
        max-width: 70%;
        font-size: 40px
    }
    .trading-robot.start-screen .start-screen__bg {
        width: 80%
    }
    .trading-robot.activated .robots-plans {
        margin-bottom: 40px
    }
    .trading-robot.activated .robots-plans .robots-plan {
        margin-bottom: 0;
        margin-top: 30px
    }
    .trading-robot.activated .robot-header {
        position: relative;
        background-size: contain;
        background-position: right bottom;
        padding-bottom: 110px
    }
    .trading-robot.activated .robot-header>* {
        position: relative;
        z-index: 1
    }
    .trading-robot.activated .robot-header::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        z-index: 0;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(21.9%, #243447), color-stop(52.4%, #253951), color-stop(79.42%, rgba(27, 44, 66, 0)));
        background: -o-linear-gradient(top, #243447 21.9%, #253951 52.4%, rgba(27, 44, 66, 0) 79.42%);
        background: linear-gradient(180deg, #243447 21.9%, #253951 52.4%, rgba(27, 44, 66, 0) 79.42%)
    }
    .trading-robot.activated .robot-buttons a.btn-grey {
        padding: 12px 20px;
        font-size: 13px
    }
    .trading-robot.activated .robot-buttons a span {
        font-size: 13px;
        padding: 12px 20px;
        line-height: 19px
    }
    .trading-robot.activated .robot-buttons a span:first-child {
        font-size: 12px
    }
    .trading-robot.activated .robot-charts {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .trading-robot.activated .robot-charts #robot-chart {
        width: 100%;
        margin-bottom: 20px;
        height: 400px
    }
    .trading-robot.activated .robot-charts #robot-currencies {
        width: 100%;
        height: 200px
    }
    .trading-robot.activated p {
        font-size: 16px;
        line-height: 26px
    }
}

@media screen and (max-width:767px) {
    .trading-robot .robots-plans {
        padding-top: 360px
    }
    .trading-robot .robots-plans h3 {
        text-align: center
    }
    .trading-robot .robots-plans .robots-plan {
        display: block
    }
    .trading-robot .robots-plans .robots-plan__img,
    .trading-robot .robots-plans .robots-plan__main {
        width: 100%
    }
    .trading-robot .robots-plans .robots-plan__desc ul li {
        font-size: 14px
    }
    .trading-robot.start-screen {
        padding: 40px 20px
    }
    .trading-robot.start-screen::before {
        content: '';
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: -o-linear-gradient(267.59deg, rgba(22, 45, 73, 0) 7.27%, #00122a 43.73%);
        background: linear-gradient(182.41deg, rgba(22, 45, 73, 0) 7.27%, #00122a 43.73%);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        height: 140px;
        z-index: 2
    }
    .trading-robot.start-screen h1 {
        z-index: 2;
        max-width: unset;
        text-align: center;
        font-size: 27px
    }
    .trading-robot.start-screen h2 {
        font-size: 30px;
        margin-bottom: 20px
    }
    .trading-robot.start-screen p {
        font-size: 16px;
        line-height: 24px
    }
    .trading-robot.start-screen .start-screen__bg {
        width: 100%;
        height: 440px;
        top: 80px;
        background-size: cover
    }
    .trading-robot.start-screen .trading-robot__logo {
        display: none
    }
    .trading-robot.activated {
        padding: 30px 20px
    }
    .trading-robot.activated .robot-header {
        padding: 40px 20px 150px 20px;
        background-image: url(../images/bg-11-xs.jpg);
        background-size: cover;
        background-position: bottom center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .trading-robot.activated .robot-header::after {
        display: none
    }
    .trading-robot.activated .robot-header__balance {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
        width: 100%
    }
    .trading-robot.activated .robot-header__balance span {
        margin: 0 0 15px 0;
        width: 100%;
        text-align: center;
        font-size: 30px
    }
    .trading-robot.activated .robot-header__balance strong {
        font-size: 40px;
        width: 100%;
        text-align: center
    }
    .trading-robot.activated .robot-header__details {
        width: 100%;
        padding-left: 0
    }
    .trading-robot.activated .robot-header__revenue {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .trading-robot.activated .robot-header__revenue span,
    .trading-robot.activated .robot-header__revenue strong {
        max-width: 300px;
        text-align: center
    }
    .trading-robot.activated .robot-header__revenue span {
        margin-right: 0 !important;
        margin-bottom: 10px
    }
    .trading-robot.activated .robot-header__period {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .trading-robot.activated .robot-buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .trading-robot.activated .robot-buttons a {
        width: 260px;
        margin-bottom: 10px;
        text-align: center
    }
    .trading-robot.activated .robot-buttons a.btn-grey {
        font-size: 15px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .trading-robot.activated .robot-buttons a span:first-child {
        font-size: 15px;
        width: calc(100% - 60px)
    }
    .trading-robot.activated .robot-charts #robot-currencies {
        height: 150px
    }
    .trading-robot.activated p {
        font-size: 14px;
        line-height: 24px
    }
}

@media screen and (max-width:400px) {
    .trading-robot.start-screen h2 {
        margin-top: 40px
    }
    .trading-robot.start-screen .start-screen__bg {
        height: 400px
    }
    .trading-robot.start-screen .start-screen__activate {
        margin-top: 400px
    }
}

@media screen and (max-width:360px) {
    .trading-robot .robots-plans {
        padding-top: 280px
    }
    .trading-robot.start-screen .start-screen__bg {
        height: 340px
    }
}

.trading-robot-popup h2 {
    font-family: "Montserrat SemiBold";
    font-size: 30px;
    margin-top: 0
}

.trading-robot-popup .swal2-popup {
    padding-bottom: 0 !important
}

.trading-robot-popup .btn-icon-blue {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 30px
}

.trading-robot-popup .deal-stats .d-table-body .activated,
.trading-robot-popup .deal-stats .d-table-body .current {
    position: relative
}

.trading-robot-popup .deal-stats .d-table-body .activated .d-table-cell:first-child::before,
.trading-robot-popup .deal-stats .d-table-body .current .d-table-cell:first-child::before {
    content: '';
    position: absolute;
    height: 24px;
    width: 24px;
    left: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
    background-size: contain
}

.trading-robot-popup .deal-stats .d-table-body .activated .d-table-cell:first-child::before {
    background-image: url(../images/checkmark-grey.svg)
}

.trading-robot-popup .deal-stats .d-table-body .current .d-table-cell {
    background-color: #e8edf4;
    color: #126ea3
}

.trading-robot-popup .deal-stats .d-table-body .current .d-table-cell:first-child::before {
    background-image: url(../images/checkmark-green.svg)
}

footer {
    background: #090d26;
    padding: 35px 0
}

footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .regulations {
    margin-bottom: 50px
}

footer .regulations h2 {
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Oswald DemiBold";
    font-size: 40px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-image: url(../images/warning-icon.svg);
    padding-left: 70px
}

footer .regulations ul {
    padding: 0;
    margin: 0;
    list-style: none
}

footer .regulations ul li {
    position: relative;
    color: #fff;
    font-family: "Montserrat Regular";
    font-size: 16px;
    line-height: 26px;
    padding-left: 25px;
    margin-bottom: 15px
}

footer .regulations ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #1aaddc;
    border-radius: 10px;
    width: 10px;
    height: 10px
}

footer .footer-logo a {
    text-decoration: none;
    display: block
}

footer .footer-logo a img {
    display: block;
    max-height: 70px;
    width: auto
}

footer .copyright {
    color: #fff;
    font-family: "Montserrat SemiBold";
    font-size: 15px;
    margin-top: 20px
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none
}

footer ul a {
    color: #fff;
    text-decoration: underline;
    font-family: "Montserrat Regular";
    font-size: 15px
}

footer ul a:hover {
    text-decoration: none
}

footer ul.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer ul.footer-nav li:not(:last-child) {
    margin-right: 30px
}

@media (max-width:540px) {
    footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    footer .copyright {
        margin-top: 30px;
        margin-bottom: 15px
    }
}

@media screen and (max-width:320px) {
    footer ul.footer-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    footer ul.footer-nav li {
        margin-right: 0 !important;
        margin-top: 10px
    }
}

