* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a {
    transition: 0.3s;
}

img {
    max-width: 100%;
    max-height: 100%;
}

ul {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-bottom: 0.3rem;
}

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

body,
input,
textarea,
button {
    font-family: 'Open Sans', sans-serif;
}

.modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal .close-modal {
    color: rgba(213, 213, 213, 0.78);
    font-size: 50px;
    position: absolute;
    right: 15px;
    top: 0px;
    cursor: pointer;
    transition: 0.3s;
}

.modal .close-modal:hover {
    color: #ffffff;
}

.modal .modal-block {
    width: 545px;
    max-width: calc(100% - 25px);
    padding: 42px 40px 50px;
    display: none;
    background-color: #ffffff;
    background-color: #F9FAFD;
    border-radius: 16px;
    animation: scall 0.7s;
}

.modal .label {
    margin-bottom: 10px;
}

.modal .label .input {
    height: 54px;
}

.open-modal {
    cursor: pointer;
}

.btn {
    width: 220px;
    max-width: 100%;
    height: 68px;
    background-color: #1D70EC;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 50px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: 0.3s;
}

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

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

.container p:not(:last-child) {
    /*
    margin-bottom: 1rem;
    */
}

.sharebtn {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn img {
    margin-left: 9px;
}

.btn.full {
    width: 100%;
}

.btn:hover {
    background-color: #0f60d8;
}

.sign-up-btn {
    width: 152px;
    height: 50px;
}

header {
    padding: 30px 0;
}

.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu {
    display: flex;
    margin-left: 100px;
}

.header-menu li a {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #061237;
}

.header-menu li a:hover {
    color: #1D70EC;
}

.header-menu li:not(:last-child) {
    margin-right: 30px;
}

.header-links {
    display: flex;
    align-items: center;
}

.sign-in-btn {
    font-weight: 500;
    font-size: 16px;
    color: #1D70EC;
    font-family: 'Inter', sans-serif;
    margin-right: 20px;
}

.menu_mob {
    width: 40px;
    height: 24px;
    display: none;
    position: relative;
}

.menu_mob span {
    width: 40px;
    height: 4px;
    display: block;
    background-color: #1D70EC;
    position: absolute;
    top: 0;
    transition: 0.5s;
}

.menu_mob span:nth-child(2) {
    top: 11px;
}

.menu_mob span:nth-child(3) {
    top: 22px;
}

.active_drop_men.menu_mob span {
    top: 13px;
    background: #969696;
}

.active_drop_men span:nth-child(1) {
    transform: rotate(225deg);
}

.active_drop_men span:nth-child(2) {
    transform: rotate(135deg);
}

.active_drop_men span:nth-child(3) {
    transform: rotate(225deg);
}

.overflow-wrap {
    overflow-x: auto;
    padding-bottom: 10px;
}

.overflow-wrap::-webkit-scrollbar-track {
    background-color: #efebe0;
}

.overflow-wrap::-webkit-scrollbar {
    height: 5px;
    background-color: #efebe0;
}

.overflow-wrap::-webkit-scrollbar-thumb {
    background-color: #1D70EC;
    border-radius: 5px;
}

.scroll-top {
    position: fixed;
    bottom: 12px;
    right: 15px;
    width: 34px;
    height: 34px;
    display: block;
    background-color: #0897FF;
    border: 1px solid #fff;
    background-image: url(../img/up-arrow.svg);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.6s ease;
    transform: translateX(150%);
    z-index: 10;
    border-radius: 7px;
}

.scroll-top:hover {
    background-color: #1689dc;
}

.scroll-top.active {
    opacity: 1;
    transform: none;
}

@keyframes scall {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.center {
    text-align: center;
}

.m-auto {
    margin: auto;
}

.header-logo:hover {
    opacity: 0.7;
}

.site-map-list li {
    text-align: center;
    padding: 8px 0;
}

.site-map-list li a {
    color: #0897FF;
    font-size: 18px;
    font-weight: 500;
}

.site-map-list li a:hover {
    color: #969696;
}

.title {
    font-family: 'Neometric', sans-serif;
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    color: #061237;
    margin-bottom: 50px;
}

.title.small {
    font-size: 35px;
}

.title.little {
    font-size: 30px;
}

.left {
    text-align: left;
}

.banner {
    padding: 70px 0;
    background-image: url(../img/header-photo.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(50% + 320px);
}

.banner-content {
    max-width: 540px;
}

.on-icon {
    top: 14px;
}

.title-arrow {
    top: 20px;
}

.banner-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #DBE3EA;
    padding: 6px;
    border-radius: 99px;
    margin: 50px 0 80px;
}

.banner-info {
    display: flex;
    align-items: center;
    margin-left: 37px;
}

.banner-info img {
    margin-right: 13px;
}

.banner-info span {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.valute-box {
    display: flex;
}

.valute-item {
    min-width: 205px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    border: 1px solid #DBE3EA;
    border-radius: 85px;
    padding: 10px 28px 10px 12px;
}

.valute-item:not(:last-child) {
    margin-right: 15px;
}

.valute-icon {
    width: 51px;
    height: 51px;
    background-color: #FFFFFF;
    box-shadow: 0px 3.41246px 6.82493px -3.41246px rgba(22, 34, 51, 0.08), 0px 13.6499px 20.4748px rgba(22, 34, 51, 0.08);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.valute-content {
    width: calc(100% - 62px);
}

.valute-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #061237;
    margin-bottom: 6px;
}

.valute-text {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #152044;
}

.valute-text span {
    font-weight: 600;
    color: #D83741;
}

.valute-text span.green {
    color: #00BE1F;
}

marquee {
    display: flex;
}

.section {
    padding: 60px 0;
}

.about-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.about-info {
    width: calc(50% - 60px);
}

.about-content {
    width: 50%;
}

.about-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #152044;
}

.about-content p:not(:last-child) {
    margin-bottom: 20px;
}

.about-info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #DBE3EA;
    border-radius: 15px;
    padding: 17px 20px 17px 25px;
}

.about-info-item:not(:last-child) {
    margin-bottom: 25px;
}

.about-icon {
    width: 69px;
    height: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    box-shadow: 0px 3.41246px 6.82493px -3.41246px rgba(22, 34, 51, 0.08), 0px 13.6499px 20.4748px rgba(22, 34, 51, 0.08);
    border-radius: 50%;
}

.about-info-content {
    width: calc(100% - 85px);
}

.about-info-content h4 {
   
    font-weight: bold;
    font-size: 20px;
    color: #061237;
}

.about-info-content p {
    font-size: 14px;
    color: #152044;
}

.about-info-content p span {
    font-weight: 600;
    color: #1D70EC;
}

.gradient {
    background: linear-gradient(180deg, #F9FAFD 0%, rgba(249, 250, 253, 0) 100%);
}

.referral-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.refferal-photo {
    width: 50%;
}

.referral-bottom {
    border: 2px dashed #EDF1FB;
    border-radius: 99px;
    padding: 25px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.referral-bottom p {
    font-size: 16px;
    color: #061237;
    margin-left: 15px;
}

.referral-bottom p span {
    font-weight: 600;
    color: #1D70EC;
}

.calculator-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.calculator-photo {
    width: calc(45% - 15px);
}

.calculator-content {
    width: 55%;
}

.calculator-content {
    background-color: #F9FAFD;
    padding: 70px 70px 65px;
    border-radius: 16px;
}

.calculator-content .input,
.calculator-content .select-valute {
    background-color: #F9FAFD;
}

.label-double {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.label-double .label {
    width: calc(50% - 14px);
}

.label {
    display: block;
    margin-bottom: 20px;
}

.label-title {
    display: block;
    font-size: 14px;
    color: #152044;
    margin-bottom: 3px;
}

.input {
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0);
    border: none;
    outline: none;
    border-bottom: 1px solid #E9ECF6;
    font-weight: bold;
    font-size: 16px;
    color: #061237;
}

.input:focus {
    border-bottom: 2px solid #1D70EC;
}

.input.range-input {
    height: 60px;
    font-size: 30px;
}

.calculator-content .input {
    font-size: 21px;
}

.select-box {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-icon {
    width: 22px;
}

.select-valute {
    width: calc(100% - 30px);
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    outline: none;
    border-bottom: 1px solid #E9ECF6;
    
    font-weight: bold;
    font-size: 21px;
    color: #061237;
}

.calculator-box {
    margin: 27px 0 75px;
}

.slider-range.ui-widget.ui-widget-content {
    border: none;
    background-color: #E9ECF7;
}

.slider-range.ui-slider-horizontal {
    height: 8px;
}

.slider-range .ui-widget-header {
    background: #FF9D00;
}

.slider-range.ui-widget-content .ui-state-default {
    width: 24px;
    height: 24px;
    border: 7px solid #FF9D00;
    background: #061237;
    top: -8px;
    border-radius: 50%;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
    position: absolute;
}

.slider-bottom-border {
    position: relative;
    margin-bottom: 20px;
}

.slider-bottom-border:before {
    content: '';
    width: 100%;
    height: 5px;
    background-image: url(../img/slider-bottom-border.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.calculator-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.calculator-info-box {
    width: calc(50% - 20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calculator-info-icon {
    width: 69px;
    height: 69px;
    background-color: #FFFFFF;
    box-shadow: 0px 3.41246px 6.82493px -3.41246px rgba(22, 34, 51, 0.08), 0px 13.6499px 20.4748px rgba(22, 34, 51, 0.08);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calculator-info-content {
    width: calc(100% - 89px);
}

.calculator-info-content h4 {
    
    font-weight: bold;
    font-size: 25px;
    color: #061237;
}

.calculator-info-content h4.blue {
    color: #1D70EC;
}

.calculator-info-content p {
    font-size: 14px;
    color: #152044;
}

.contact {
    background-image: url(../img/contact-bg.png);
    background-repeat: no-repeat;
    background-position: center 50px;
}

.contact-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contact-wrap .faq-wrap {
    width: 50%;
}

.contact-block {
    width: calc(50% - 35px);
    background: linear-gradient(180deg, #F9FAFD 0%, rgba(249, 250, 253, 0) 100%);
    border-radius: 16px;
    padding: 44px 40px;
}

.contact-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.contact-box .label {
    width: calc(100% - 69px);
}

.contact-box .label .input {
    font-family: 'Neometric', sans-serif;
}

.contact-icon {
    width: 53px;
    height: 53px;
    background-color: #FFFFFF;
    box-shadow: 0px 3.41246px 6.82493px -3.41246px rgba(22, 34, 51, 0.08), 0px 13.6499px 20.4748px rgba(22, 34, 51, 0.08);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.captcha {
    text-align: center;
    margin-bottom: 30px;
}

.faq-block {
    background-color: #FFFFFF;
    border: 1px solid #DBE3EA;
    border-radius: 10px;
    transition: 0.3s;
}

.faq-block.active {
    border-radius: 10px;
}

.faq-block.active .faq-title {
    color: #1D70EC;
}

.faq-block.active .faq-title:before {
    transform: rotate(180deg);
}

.faq-block:not(:last-child) {
    margin-bottom: 25px;
}

.faq-title {
    padding: 35px 50px;
    font-weight: 600;
    font-size: 16px;
    color: #061237;
    position: relative;
    cursor: pointer;
}

.faq-title:before {
    content: '';
    width: 10px;
    height: 6px;
    background-image: url(../img/arrow-faq.svg);
    position: absolute;
    top: calc(50% - 4px);
    right: 35px;
    transition: 0.3s;
}

.faq-info {
    display: none;
    padding: 0 50px 25px;
}

.faq-info p {
    font-size: 16px;
    line-height: 1.3;
    color: #061237;
}

.footer {
    background-color: #F9FAFD;
    padding: 37px 0;
}

.footer-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-box marquee {
    width: 850px;
}

.footer-logo:hover {
    opacity: 0.7;
}

.social-icon {
    display: flex;
}

.social-icon li a:hover {
    opacity: 0.7;
}

.social-icon li:not(:last-child) {
    margin-right: 12px;
}

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

.news-navigation {
    width: 275px;
}

.news-link {
    display: block;
    padding: 20px 30px;
    border: 1px solid #DBE3EA;
    border-radius: 8px;
}

.news-link span {
    display: block;
    transition: 0.3s;
}

.news-link:hover {
    background-color: #f2f9ff;
}

.news-link.active {
    background-color: #1D70EC;
}

.news-link.active span {
    color: #ffffff;
}

.news-link:not(:last-child) {
    margin-bottom: 20px;
}

.news-link-date {
    
    font-weight: 500;
    font-size: 14px;
    color: #061237;
    margin-bottom: 7px;
}

.news-link-title {
    font-size: 16px;
    font-family: 'Neometric', sans-serif;
    color: #061237;
}

.news-content {
    width: calc(100% - 335px);
}

.news-content .title {
    margin-bottom: 15px;
}

.news-date {
    font-weight: 500;
    font-size: 14px;
    color: #061237;
    
    margin-bottom: 30px;
}

.news-photo {
    margin-bottom: 35px;
}

.news-photo img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.news-text {
    font-size: 16px;
    line-height: 1.6;
    color: #061237;
    margin-bottom: 37px;
}

.small-title {
    font-size: 21px;
    font-weight: 600;
    color: #061237;
    margin-bottom: 37px;
}

.faq-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.faq-container .faq-wrap {
    width: calc(50% - 10px);
}

.account-menu {
    display: flex;
}

.account-menu li a {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #061237;
}

.account-menu li a:hover {
    color: #1D70EC;
}

.account-menu li:not(:last-child) {
    margin-right: 30px;
}

.account-user {
    display: flex;
    align-items: center;
}

.user-icon {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.user-name {
    font-family: 'Neometric', sans-serif;
    font-size: 16px;
    color: #061237;
    font-weight: 600;
    margin-left: 10px;
}

.account-btns {
    display: flex;
}

.account-btns .orange {
    margin-left: 8px;
}

.button {
    height: 40px;
    padding: 0 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00BE1F;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Neometric', sans-serif;
    border-radius: 8px;
    cursor: pointer;
}

.button:hover {
    background-color: #19aa31;
}

.button.orange {
    background-color: #F2B24E;
}

.button.orange:hover {
    background-color: #eaab48;
}

.account-balance {
    display: flex;
    align-items: center;
}

.account-balance-icon {
    width: 52px;
    height: 52px;
    background-color: #FFFFFF;
    box-shadow: 0px 2.60953px 5.21906px -2.60953px rgba(22, 34, 51, 0.08), 0px 10.4381px 15.6572px rgba(22, 34, 51, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 20px;
}

.account-balance-info h6 {
    font-size: 12px;
    color: #152044;
    margin-bottom: 2px;
}

.account-balance-info p {
    
    font-weight: bold;
    font-size: 16px;
    color: #061237;
}

.dashboard-wrap {
    /*display: flex;*/
    justify-content: space-between;
    flex-wrap: wrap;
}

.dashboard-photo {
    width: 365px;
}

.dashboard-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 35px 25px 25px;
    background-color: #FFFFFF;
    box-shadow: 0px 13.6499px 28px rgba(49, 67, 92, 0.08);
    border-radius: 16px;
}

.dashboard-box:not(:last-child) {
    margin-bottom: 25px;
}

.dashboard-left {
    width: calc(50% - 20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-icon {
    width: 69px;
    height: 69px;
    background-color: #FFFFFF;
    border: 1px solid #DBE3EA;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-info {
    width: calc(100% - 90px);
}

.dashboard-right {
    width: 50%;
}

.dashboard-right .slider-range .ui-widget-header {
    background: linear-gradient(90.01deg, #35F18A 0.01%, #F8CD5E 33.34%, #FE4F7A 64.59%, #FC314C 100%);
}

.dashboard-value b {
    font-weight: 700;
    font-size: 21px;
    color: #061237;
    
}

.dashboard-value span {
    font-weight: 600;
    font-size: 16px;
    color: #8A8FA1;
}

.dashboard-text {
    font-size: 14px;
    color: rgba(21, 32, 68, 0.5);
}

.dashboard-range-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.dashboard-range-title {
    font-size: 14px;
    color: #121635;
}

.range-percent {
    font-weight: bold;
    font-size: 20px;
    color: #061237;
}

.range-percent:after {
    content: ' %';
}

.settings-icon {
    width: 24px;
    height: 24px;
    background-image: url(../img/settings-icon.svg);
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: 0.3s;
}

.settings-icon:hover {
    opacity: 0.7;
}

.dashboard-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.dashboard-top-block {
    width: calc(33.333% - 22px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #DBE3EA;
    border-radius: 80px;
    padding: 18px 23px;
}

.dashboard-top-icon {
    width: 86px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    box-shadow: 0px 3.41246px 6.82493px -3.41246px rgba(22, 34, 51, 0.08), 0px 13.6499px 20.4748px rgba(22, 34, 51, 0.08);
    border-radius: 50%;
}

.dashboard-top-content {
    width: calc(100% - 104px);
}

.dashboard-top-content h3 {
    font-weight: 700;
    font-size: 25px;
    color: #061237;
    
    margin-bottom: 7px;
}

.dashboard-top-content h3.blue {
    color: #1D70EC;
}

.dashboard-top-content h3 span {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #969696;
}

.dashboard-top-content p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(21, 32, 68, 0.5);
}

.forget-password {
    text-align: right;
    margin-bottom: 37px;
}

.forget-password a {
    font-weight: 400;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1D70EC;
    cursor: pointer;
}

.forget-password a:hover {
    color: #061237;
}

.modal-sub {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #152044;
    margin-bottom: 50px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.program {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.referral-block {
    width: calc(100% - 400px);
    padding: 45px 45px 30px;
    background-color: #FFFFFF;
    border: 1px solid #DBE3EA;
    border-radius: 16px;
}

.referral-block h5 {
    font-weight: 600;
    font-size: 16px;
    color: #152044;
    margin-bottom: 20px;
}

.referral-box {
    padding: 10px 10px 10px 35px;
    border-radius: 80px;
    background-color: #F2F7FF;
    border: 1px dashed #1D70EC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.referral-box .btn {
    width: 265px;
}

.referral-input {
    width: calc(100% - 275px);
    height: 40px;
    background: url(../img/referral-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 16px;
    color: #1D70EC;
    padding-left: 50px;
}

.promo-material {
    text-align: right;
}

.promo-material a {
    font-weight: 600;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1D70EC;
}

.promo-material a:hover {
    color: #061237;
}

.program-info {
    width: 375px;
}

.program-info-box {
    background-color: #FFFFFF;
    border: 1px solid #DBE3EA;
    border-radius: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
}

.program-info-box:not(:last-child) {
    margin-bottom: 32px;
}

.program-icon {
    width: 69px;
    height: 69px;
    background-color: #FFFFFF;
    box-shadow: 0px 3.41246px 6.82493px -3.41246px rgba(22, 34, 51, 0.08), 0px 13.6499px 20.4748px rgba(22, 34, 51, 0.08);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.program-content h4 {
    font-weight: 700;
    font-size: 30px;
    
    color: #061237;
}

.program-content p {
    font-size: 14px;
    color: rgba(21, 32, 68, 0.5);
}

.program-percent {
    font-weight: 700;
    font-size: 45px;
    color: #DBE3EA;
}

.history {
    padding: 25px 0 90px;
}

.history-title {
    font-weight: 500;
    font-size: 25px;
    color: #061237;
    font-family: 'Neometric', sans-serif;
    margin-bottom: 15px;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table th {
    font-weight: 400;
    font-size: 14px;
    color: rgba(21, 32, 68, 0.5);
    padding: 15px;
    text-align: left;
}

.table tbody tr {
    background-image: url(../img/border.png);
    background-size: 100% 80%;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

.table td {
    padding: 30px 15px;
}

.table td:first-child,
.table th:first-child {
    padding-left: 40px;
}

.table td:last-child,
.table th:last-child {
    padding-right: 35px;
}

.table-text {
    
    font-weight: 600;
    font-size: 16px;
    color: #152044;
}

.table-user {
    display: flex;
    align-items: center;
}

.table-user-icon {
    width: 45px;
    height: 45px;
    background-color: #FFFFFF;
    box-shadow: 0px 3.41246px 6.82493px -3.41246px rgba(22, 34, 51, 0.08), 0px 13.6499px 20.4748px rgba(22, 34, 51, 0.08);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-user-name {
    font-weight: 600;
    font-size: 16px;
    color: #061237;
    margin-left: 15px;
}

.table-info {
    display: flex;
    align-items: center;
}

.table-info img {
    width: 24px;
    display: block;
    margin-right: 15px;
}

.table-info p {
    
    font-weight: 600;
    font-size: 16px;
    color: #152044;
}

.settings {
    min-height: calc(100vh - 254px);
}

.settings-form {
    background-color: #FFFFFF;
    border: 1px solid #DBE3EA;
    border-radius: 16px;
    padding: 60px 45px 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.settings-form .contact-box,
.settings-form .btn {
    width: calc(50% - 15px);
}

.deposit-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.deposit-top-box {
    width: calc(33.333% - 14px);
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #DBE3EA;
    border-radius: 80px;
    padding: 30px;
}

.deposit-top-number {
    width: 35px;
}

.deposit-top-text {
    width: calc(100% - 50px);
    font-size: 14px;
    line-height: 1.5;
    color: #152044;
}

.deposit-title {
    font-weight: 500;
    font-size: 25px;
    color: #061237;
    font-family: 'Neometric', sans-serif;
    margin-bottom: 42px;
}

.deposit-wrap {
    width: calc(100% + 15px);
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.deposit-block {
    width: calc(25% - 15px);
    margin: 0 15px 30px 0;
}

.deposit-block img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.deposit-container {
    margin-top: 100px;
}

.deposit-bottom-info {
    padding: 17px 15px;
    border: 1px dashed #EDF1FB;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.deposit-bottom-info p {
    font-size: 16px;
    color: #061237;
    margin-left: 12px;
}

.status {
    background-repeat: no-repeat;
    background-position: left center;
    font-family: 'Neometric', sans-serif;
    font-size: 16px;
    line-height: 1.85;
    padding-left: 36px;
}

.status.complete {
    background-image: url(../img/complete-status.svg);
    color: #00BE1F;
}

.status.cancel {
    background-image: url(../img/cancel-status.svg);
    color: #EF8E8B;
}

.status.passed {
    background-image: url(../img/progress-status.svg);
    color: #F2B24E;
}

.status.progress {
    background-image: url(../img/passed-status.svg);
    color: #F2B24E;
}

cancel .dashboard-withdraw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

.dashboard-withdraw .dashboard-box {
    width: calc(50% - 15px);
    margin-bottom: 25px;
}

.dashboard-withdraw .dashboard-box .dashboard-left {
    width: calc(100% - 135px);
}

.modal-withdraw-info {
    text-align: center;
    padding: 10px 0 35px;
}

.modal-seccessful-icon {
    width: 179px;
    height: 179px;
    background-color: #FFFFFF;
    box-shadow: 0px 3.41246px 6.82493px -3.41246px rgba(22, 34, 51, 0.08), 0px 13.6499px 20.4748px rgba(22, 34, 51, 0.08);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 50px auto;
}

.recaptcha {
    max-width: 304px;
    margin: 0 auto;
}

.levels_wrap {
    display: flex;
    flex-wrap: wrap;
}

.levels_wrap .about-info {
    width: 31%;
    margin: 10px;
}

.levels_wrap .about-info .about-icon {
    font-weight: 900;
}

.error-opacit {
    color: #f44336;
    font-size: 12px;
}

.head_user_icon {
    height: 40px;
    width: 40px;
    background: #333;
    border-radius: 50%;
    background: rgb(132, 210, 249);
    background: linear-gradient(180deg, rgba(132, 210, 249, 1) 0%, rgba(77, 160, 235, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 900;
    font-family: 'Neometric', sans-serif;
}

#hs_used_sha256,
#hs_instock_sha256 {
    display: inline;
}

.deposit_form button {
    border: none;
    cursor: pointer;
}

.modal_withdraw_iso {
    text-transform: uppercase;
}

.alert-error {
    background: #f44336;
    padding: 5px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
}

.alert-success {
    background: #4caf50;
    padding: 5px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
}

.confirmed-block {
    position: fixed;
    top: 50px;
    right: 0;
    display: none;
    z-index: 102;
}

.confirmed-block.confirmed-block__d-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.confirmed-name {
    padding: 5px 20px;
    color: #fff;
    border-radius: 5px 0px 0px 5px;
}

#confirm_true .confirmed-name {
    background: #4caf50;
}

#confirm_false .confirmed-name {
    background: #f44336;
}

.pagination {
    display: flex;
}

.pagination li {
    margin: 5px;
    font-size: 16px;
    font-weight: 900;
    color: rgb(128, 128, 128);
    border: 1px solid #DBE3EA;
    padding: 5px 10px;
}

.pagination li a {
    color: #333;
}