.container {
    max-width: 1030px;
}

body {
    font-family: 'Roboto', sans-serif;
}

button:focus {
    outline: none;
}

.decor-header {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
}

.decor-header img {
    width: 100%;
}

header {
    min-height: 102px;
}

.nav {
    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;
    padding: 15px 15px;
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.nav.scrolled {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.nav.scrolled .logo {
    color: #000000;
}

.container-header {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    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;
}

.logo {
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
}

.logo:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.logo.logo-black {
    color: #000000;
}

.logo.logo-black:hover {
    color: #000000;
}

.enter-btn {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #15A1FF;
    background: #FFFFFF;
    border: 2px solid #15A1FF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    padding: 12px 55px;
    margin-right: 21px;
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.enter-btn:hover {
    color: #FFFFFF;
    background: #15A1FF;
}

.register-btn {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    background: #FFA51E;
    border-radius: 100px;
    padding: 12px 47px;
    border: unset;
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.register-btn:hover {
    color: #FFFFFF;
    background: #ffb044;
    text-decoration: none;
}

.btn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

article {
    margin-bottom: 70px;
}

.hero-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero {
    padding: 74px 0;
}

.hero h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    margin-bottom: 30px;
}

.hero h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 130%;
    color: #FFFFFF;
    display: block;
    margin-bottom: 27px;
}

.main-btn {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    display: inline-block;
    padding: 17px 47px;
    background: #F39C12;
    border-radius: 100px;
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    white-space: nowrap;
}

.main-btn:hover {
    color: #FFFFFF;
    background: #ffb044;
    text-decoration: none;
}

.graph img {
    width: 100%;
}

.profit {
    padding: 237px 0 180px 0;
}

.profit-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.explore {
    padding: 0px 0px 40px 0px;
}

.explore-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.descrip h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 160%;
    color: #000000;
    display: block;
    margin-bottom: 40px;
}

.descrip ul {
    padding: 0 20px;
    margin-bottom: 40px;
}

.descrip ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    color: #212121;
    margin-bottom: 16px;
}

.descrip ul li::marker {
    color: #E67E22;
}

.explore .descrip ul {
    padding: 0 20px;
    margin-bottom: 40px;
}

.explore .descrip ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #212121;
    margin-bottom: 8px;
}

.explore .descrip ul li::marker {
    color: #15A1FF;
}

.descrip span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #808080;
    display: inline-block;
    margin-bottom: 27px;
}

.descrip a {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #15A1FF;
}

.descrip a:focus {
    outline: unset;
    border: none;
}

.descrip p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #212121;
    margin-bottom: 25px;
}

.account-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.account {
    margin-bottom: 180px;
}

.coupon {
    margin-bottom: 170px;
}

.coupon-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.changes {
    margin-bottom: 170px;
}

.changes-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.speculation {
    margin-bottom: 180px;
}

.speculation-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.graph-deal {
    background: url("/assets/media/pages/index/index/graph-deal.svg") center no-repeat;
    background-size: cover;
}

.table-invest {
    margin-bottom: 180px;
}

.table-invest-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bonds {
    margin-bottom: 180px;
}

.bonds-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tarif {
    padding: 53px 106px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative;
    z-index: 9;
    overflow-x: hidden;
}

.tarif ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 55px 0;
}

.tarif ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #808080;
    position: relative;
    padding-left: 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: 24px;
}

.tarif ul li::before {
    content: '';
    width: 23.08px;
    height: 20px;
    background: url("/assets/media/pages/index/index/list-icon.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.tarif-price {
    position: absolute;
    font-weight: 900;
    font-size: 100px;
    line-height: 130%;
    color: #FFFFFF;
    top: -32px;
    right: -26px;
    z-index: 3;
}

.tarif-price span {
    font-size: 59px !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
}

.tarif-decor {
    position: absolute;
    top: -53px;
    right: -106px;
    z-index: 2;
}

.tarif-decor img {
    width: 100%;
}

.tarif-header {
    padding-bottom: 38px;
    position: relative;
}

.tarif-header::after {
    content: '';
    width: calc(100% + 212px);
    display: block;
    border-bottom: 1px dashed #8c8c8c7a;
    position: absolute;
    bottom: 0;
    left: -106px;
}

.tarif-header h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 130%;
    color: #000000;
    display: block;
    margin-bottom: 14px;
}

.tarif-header span {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    color: #808080;
}

footer {
    position: relative;
}

footer.footer-color {
    background-color: #16a2ff;
}

footer .footer-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

footer .footer-body {
    padding: 40px 0;
    position: relative;
    z-index: 3;
    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: start;
}

footer .footer-body span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
}

footer .footer-body span a {
    color: #FFFFFF;
}

.modal {
    overflow: auto;
}

.modal-content {
    position: relative;
    padding: 56px;
}

.modal-content .close {
    position: absolute;
    top: 46px;
    right: 46px;
}

.modal-content .m-title {
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 180%;
    color: #000000;
    display: block;
    margin-bottom: 48px;
}

.modal-content .invalid-feedback {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #EF3737;
    display: none;
}

.modal-content .pass-msg {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 45px;
}

.modal-content .pass-msg span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}

.modal-content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal-content form label {
    margin-bottom: 48px;
}

.modal-content form input {
    width: 100%;
    padding: 10px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    border: none;
    border-radius: unset;
    border-bottom: 1px solid #8C8C8C;
}

.modal-content form input::-webkit-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #808080;
}

.modal-content form input::-moz-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #808080;
}

.modal-content form input:-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #808080;
}

.modal-content form input::-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #808080;
}

.modal-content form input::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #808080;
}

.modal-content form input:focus {
    outline: none;
    border: unset;
    border-bottom: 1px solid #8C8C8C;
}

.modal-content form button {
    border: unset;
}

.modal-content form a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #15A1FF;
}

.modal-content .form-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    position: relative;
    padding-bottom: 48px;
}

.modal-content .form-btns::after {
    content: '';
    position: absolute;
    width: calc(100% + 112px);
    bottom: 0;
    left: -56px;
    border-bottom: 1px dashed #8C8C8C;
}

.modal-content .enter-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 48px;
}

.modal-content .enter-form button {
    border-radius: 100px;
    width: 190px;
    height: 55px;
}

.modal-content .vk-btn {
    background: #597DA3;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    border: none;
    border-radius: 100px;
    padding: 17px 17px;
    text-align: center;
}

.modal-content .vk-btn img {
    width: 28px;
    height: 16px;
}

.modal-content .enter-form a {
    color: #15A1FF;
}

.modal-content .enter-form a:hover {
    color: #15A1FF;
}

.modal-content .enter-form .reg-modal {    
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #15A1FF;
    background: #FFFFFF;
    border: 2px solid #15A1FF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    padding: 17px 46px;
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.modal-content .enter-form .reg-modal:hover {
    color: #FFFFFF;
    background-color: #15A1FF;
}

#modalPass .form-btns::after,
#passCode .form-btns::after,
#passNew .form-btns::after,
#passCode .form-btns::after,
#success .form-btns::after,
#modalReg .form-btns::after{
    display: none;
}

#modalPass .form-btns,
#passCode .form-btns,
#passNew .form-btns,
#passCode .form-btns,
#success .form-btns,
#modalReg .form-btns{
    padding-bottom: 0px;
}

#success,#modalRegConfirmOK .modal-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#success,#modalRegConfirmOK .succes-img {
    width: 114px;
    height: 114px;
    margin-bottom: 30px;
}

#success,#modalRegConfirmOK .succes-text {
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 180%;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}

#success,#modalRegConfirmOK .main-btn {
    width: 191px;
    border: none;
}

.show-more {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #15A1FF;
    margin-bottom: 60px;
    display: none;
}

#links {
    position: fixed;
    bottom: 10px;
    width: 100%;
    padding-top: 10px;
    list-style: none;
    text-align: center;
    z-index: 99999;
}

#links li {
    display: inline;
    padding: 0 5px;
}

#links li label {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

#links li.active label {
    background-color: white;
}

img.zoomable {
    max-width:100%;
    display: block;
    margin-top: 16px;
    margin-bottom: 32px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 550px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 1800px) {
    .decor-header {
        top: -100px;
        width: 60%;
    }

    .decor-header img {
        width: 160%;
    }
    
    .profit-row {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .decor-header img {
        width: 100%;
    }

    .hero-row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .hero h1 {
        font-size: 45px;
    }

    .hero h3 {
        font-size: 20px;
    }

    .profit {
        padding: 103px 0 140px 0;
    }

    .account-row article {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .changes-row article {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .table-invest-row article {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .tarif {
        padding: 30px;
    }

    .tarif ul li {
        font-size: 14px;
    }

    .tarif-price {
        font-size: 90px;
        height: 290px;
    }

    .tarif-decor {
        right: -36px;
    }

    .tarif-header::after {
        display: none;
    }

    .tarif-header h2 {
        font-size: 25px;
    }

    .tarif-header span {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .decor-header {
        display: none;
    }

    header {
        height: 60px;
        min-height: 60px;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }

    .nav {
        background: #FFFFFF;
        padding: 15px;
    }

    .logo {
        font-style: normal;
        font-weight: 900;
        font-size: 16px;
        line-height: 130%;
        color: #000000;
    }

    .enter-btn {
        padding: 0 10px;
        color: #15A1FF;
        background: transparent;
        border: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        margin-right: 10px;
    }

    .enter-btn:hover {
        color: unset;
        background: unset;
    }

    .register-btn {
        font-size: 12px;
        padding: 9px 20px;
        background: #15A1FF;
    }

    .hero-row .hero-text {
        text-align: center;
    }

    .hero {
        background: url("/assets/media/pages/index/index/wave-mobile.jpg") center no-repeat;
        background-size: cover;
        margin: 0 -15px;
        min-height: 486px;
        background-position-y: 20%;
        overflow: hidden;
    }

    .hero h1 {
        text-align: center;
    }

    .hero h3 {
        text-align: center;
    }

    .graph-hero {
        display: none;
    }

    .profit {
        padding: 40px 0 80px 0;
    }

    .descrip h2 {
        font-size: 25px;
    }

    .descrip ul li {
        font-size: 16px;
    }

    .descrip span {
        font-size: 16px;
    }

    .descrip a {
        font-size: 16px;
    }

    .descrip p {
        font-size: 16px;
    }

    .explore .descrip {
        margin-top: 24px;
    }
    
    .tarif ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 30px;
    }

    .tarif ul li.extra {
        display: none;
    }

    .tarif ul li::before {
        width: 17px;
        height: 15px;
    }

    .tarif-price span {
        font-size: 25px !important;
    }

    .tarif-price {
        font-size: 50px;
        top: -30px;
        right: -23px;
        width: 70px;
    }

    .tarif-decor {
        top: -33px;
        right: -33px;
    }

    .tarif-decor img {
        width: 100%;
    }

    .tarif .register-btn {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        text-align: center;
        color: #FFFFFF;
        display: block;
        padding: 17px 70px;
        background: #F39C12;
        border-radius: 100px;
    }

    .tarif-header h2 {
        padding-right: 130px;
    }

    .tarif-header span {
        max-width: 230px;
    }

    footer {
        background: #15a1ff;
    }

    footer .footer-bg {
        bottom: 100%;
    }

    footer .footer-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    footer .footer-body span {
        font-size: 16px;
        display: block;
        margin-bottom: 15px;
    }

    .modal-content {
        padding: 32px 27px;
    }

    .modal-content .close {
        top: 34px;
        right: 34px;
    }

    .modal-content .pass-msg span {
        font-size: 12px;
    }

    .modal-content .pass-msg {
        font-size: 16px;
    }

    .modal-content .form-btns::after {
        width: calc(100% + 54px);
        left: -27px;
    }

    .modal-content .form-btns {
        padding-bottom: 46px;
    }

    .modal-content .form-btns .main-btn {
        padding: 17px 51px;
        width: unset;
        margin-bottom: 15px;
    }

    .modal-content .form-btns a {
        font-size: 16px;
        white-space: nowrap;
    }

    .modal-content .enter-form button {
        width: 141px;
        padding: 0 5px;
        white-space: nowrap;
    }

    .modal-content .vk-btn {
        font-size: 14px;
        margin-right: 9px;
        margin-bottom: 15px;
        padding: 19px 17px;
    }

    .modal-content .vk-btn img {
        width: 26px;
    }

    .modal-content .enter-form .reg-modal {
        margin-bottom: 15px;
        padding: 9px 17px;
    }

    #success,#modalRegConfirmOK .main-btn {
        width: 100%;
    }

    .show-more {
        display: block;
    }
}

@media (max-width: 750px) {
    .tarif ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 0 0;
    }
}