@font-face {
    font-family: HelveticaNeueCyr-Light;
    src: url('/fonts/HelveticaNeueCyr Light-8937635a27aa4cc0f7655f5253b245dc.ttf');
}
@font-face {
    font-family: HelveticaNeueCyr-Thin;
    src: url('/fonts/HelveticaNeueCyr Thin-92ecc6eb5628c5da963198e8d96bd974.ttf');
}
@font-face {
    font-family: HelveticaNeueCyr-Roman;
    src: url('/fonts/HelveticaNeueCyr Roman-55529b248297a63ba84e516608241db3.ttf');
}
@font-face {
    font-family: HelveticaNeueCyr-Medium;
    src: url('/fonts/HelveticaNeueCyr Medium-7041884185e13c6187390afe25b1e9e7.ttf');
}
@font-face {
    font-family: HelveticaNeueCyr-Bold;
    src: url('/fonts/HelveticaNeueCyr Bold-7a242cbef983a4973faa81ebf5e5be18.ttf');
}
body {
    font-family: 'HelveticaNeueCyr-Light';
}
:root {
    --Primary_01: #0D0DFF;
    --Primary_03: #1C1CB5;
    --Gray: #EDEDED;
    --Secondary_01: #15BDFF;
    --Text: #1A191B;
    --Gray-3: #828282;
}
.navbar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 28, 181, 0);
    z-index: 999;
    display: none;
    transition: opacity 0.3s ease;
}

.navbar-overlay.show-overlay {
    background-color: rgba(28, 28, 181, 0.7);
    display: block;
    opacity: 1;
}

.navbar {
    background: #fff;
}
.navbar-bordered {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        padding: 0;
    }
    .navbar-nav li:first-child a {
        margin-top: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1300px){
    .navbar .navbar-brand {
        font-size: 22px!important;
    }
    .navbar .nav-link {
        margin-right: 10px!important;
    }
    .nav-services .nav-link {
        font-size: 12px;
    }
}

@media (min-width: 1620px){
    .nav-services .nav-link {
        font-size: 14px!important;
    }
}

@media(max-width: 993px) {
    .nav-services {
        display: none;!important;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        border: none;
        /*padding: 30px 0px;*/
        background-color: #fff;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}
@media (max-width: 516px) {
    .navbar .navbar-brand {
        font-size: 16px!important;
    }
    .navbar .navbar-brand img {
        width: 30px;
    }
    .navbar {
    }
}

.btn-outline-primary {
    --bs-btn-color: #0D0DFF;
    --bs-btn-border-color: #0D0DFF;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #15BDFF;
    --bs-btn-hover-border-color: #15BDFF;
    --bs-btn-focus-shadow-rgb: 93,135,255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0D0DFF;
    --bs-btn-active-border-color: #0D0DFF;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0D0DFF;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0D0DFF;
    --bs-gradient: none;
}
.nav-link:focus, .nav-link:hover {
    color: var(--Primary_01);
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0D0DFF;
    --bs-btn-border-color: #0D0DFF;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #15BDFF;
    --bs-btn-hover-border-color: #15BDFF;
    --bs-btn-focus-shadow-rgb: 117,153,255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #15BDFF;
    --bs-btn-active-border-color: #15BDFF;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #15BDFF;
    --bs-btn-disabled-border-color: #15BDFF;
}

.navbar {
    padding: 20px 0 0 0;
}
.navbar .navbar-brand {
    font-size: 25px;
    font-weight: 400;
}
.navbar .nav-link.active {
    color: var(--Primary_01);
}
.navbar .nav-link {
    margin-right: 3rem;
}
@media (max-width: 329px) {
    h1 {
        font-size: 21px!important;
    }
    h2 {
        font-size: 13px!important;
    }
}
.nav-tabs, .nav-tabs .nav-link {
    border-radius: 4px;
    margin-right: 16px;
}
.nav-tabs .nav-link {
    color: var(--Text);
    padding: 8px 16px;
    border: 2px solid var(--Primary_01);
}
.nav-tabs .nav-link:hover {
    border: 2px solid var(--Secondary_01);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: var(--Primary_01);
    border: 2px solid var(--Primary_01);
}

.step {
    flex: 1;
    text-align: center;
}

.step + .step {
    border-left: 1px solid #ddd;
    padding-left: 16px;
}
@media (max-width: 576px) {
    .nav-link {
        font-size: 12px;
    }
    .nav-tabs, .nav-tabs .nav-link {
        margin-right: 10px;
    }
    footer .footer-contacts {
        text-align: left!important;;
    }
}
footer .footer-reserved {
    text-align: left;
}
footer .footer-contacts {
    text-align: right;
}
footer p, footer a {
    opacity: 0.8;
    font-size: 12px;
    margin: 0;
    color: #fff;
}
footer a.doc {
    opacity: 1;
}
footer a.doc:hover {
    text-decoration: underline;
}
.video-instruction p {
    color: var(--Gray-3);
}
.how-work {
    padding: 90px 0;
}
@media (max-width: 576px) {
    .how-work {
        padding: 75px 0 35px;
    }
}
h1 {
    letter-spacing: 2px;
    color: #1A1A1A;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 20px;
}
h2 {
    font-family: HelveticaNeueCyr-Roman;
    letter-spacing: 2px;
    color: #828282;
    font-size: 30px;
    font-weight: 500;
}
.profile-settings h2 {
    font-family: HelveticaNeueCyr-Roman;
    letter-spacing: 1px;
    color: #212529;
    font-size: 30px!important;
}
.profile-settings h4 {
    font-family: HelveticaNeueCyr-Roman;
}
.profile-settings .card-body {
    padding: 20px!important;
}
@media (max-width: 576px) {
    .card .notice {
        font-size: 13px;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    h1 {
        font-size: 40px!important;
    }
    h2 {
        font-size: 23px!important;;
    }
}
@media (max-width: 576px) and (min-width: 329px) {
    h1 {
        font-size: 25px!important;
    }
    h2 {
        font-size: 13px!important;;
    }
    .profile-settings h2 {
        font-size: 25px!important;
    }
}
.services-select .first-comp {
    display: flex;
    height: 211px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #1C1CB5;
    color: #fff;
    font-size: 16px;
}
.services-select .second-comp {
    background: #0D0DFF;
    display: flex;
    height: 211px;
    color: #fff;
    font-size: 16px;
    padding: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 16px 16px 0px;
}
@media (max-width: 992px) {
    .navbar {
        padding: 15px 0 0 0;
    }
    .second-comp {
        padding: 50px!important;
    }
}
@media (max-width: 768px) {
    .second-comp .select-container {
        display: block!important;
    }
}
@media (max-width: 325px) {
    .first-comp p {
        font-size: 9px!important;
    }
}
@media (max-width: 577px) {
    .first-comp p {
        font-size: 12px;
    }
    .second-comp {
        padding: 40px!important;
    }
    .services-select select {
        padding: 10px 18px!important;
        font-size: 12px!important;
    }
    .second-comp .select-container .btn {
        padding: 6px 15px!important;
        font-size: 12px;
    }
    .services-select .first-comp {
        padding: 0;
    }
    .services-select .first-comp {
        height: 175px;
    }
    .services-select .second-comp {
        height: 175px;
    }
}
.first-comp p {
    margin: 0;
    padding: 0;
}
@media (max-width: 992px) {
    .main-title {
        padding: 195px 0 120px 0!important;
    }
    .first-comp p {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
    }
}
@media (max-width: 576px) {
    .main-title {
        padding: 160px 0 80px 0!important;
    }
}
body {
    color: #1A191B;
}

.services-select .btn.btn-white {
    background: #fff;
    color: #1A191B;
    height: 100%;
    padding: 0 25px;
}
.services-select .btn.btn-white:hover {
    background: #ddd;
}
.services-select select:focus {
    color: #1A191B;
    background: #fff;
}

.services-select select {
    width: 100%;
    margin-right: 25px;
    color: #1A191B;
    background: #fff;
    padding: 16px 24px;
    font-size: 16px;
    border-radius: 7px;
}
.main-title {
    padding: 275px 0 90px 0;
}

.container.nav {
    margin-bottom: 15px;
}
.nav-services .nav-link {
    margin-right: 0;
}
.nav-services .navbar-nav {
    padding: 10px 0;
    border-top: 1px solid #EDEDED;
    align-items: center;
    justify-content: space-between;
}
.nav-services .nav-link {
    font-size: 14px;
}
.navbar {
    box-shadow: 1px 1px 12px 1px rgba(8, 66, 152, 0.20);
}
footer {
    background: var(--Primary_03)
}

#mobilenavbar .sidebar-nav ul .sidebar-item .sidebar-link:hover {
    background-color: #fff;
    color: rgba(13, 13, 255, 1);
}
#mobilenavbar .sidebar-nav ul .sidebar-item.selected>.sidebar-link, .sidebar-nav ul .sidebar-item.selected>.sidebar-link.active, .sidebar-nav ul .sidebar-item>.sidebar-link.active {
    background-color: var(--Primary_01)!important;
    color: #fff!important;;
}
#mobilenavbar .sidebar-nav ul .sidebar-item.selected>.sidebar-link {
    background-color: #fff!important;
    color: var(--Primary_01)!important;;
}
#mobilenavbar .sidebar-nav ul .sidebar-item.selected>.sidebar-link:hover {
    background-color: #fff;
    color: rgba(13, 13, 255, 1)!important;
}
#mobilenavbar .sidebar-item span.submenu {
    color: #2a3547;
}
.bg-hover-primary:hover {
    color: var(--Primary_01)!important;
}
.step-section .card {
    box-shadow: none;
    border: 1px solid #E7F1FF;
    margin-bottom: 0;
}

.navbar-toggler {
    color: #0d0dff;
    border: var(--bs-border-width) solid #0d0dff!important;
}
.mob-content .navbar-toggler {
    width: 38px;
    height: 38px;
    padding: 0;
}
@media (max-width: 767.98px) {
    .mob-content .navbar-nav  .dropdown-menu {
        margin: 0!important;
        border-radius: 0;
        box-shadow: 0 5px 8px 0 rgba(34, 60, 80, 0.2)!important;
    }
}
@media (max-width: 991.98px) {
    .navbar-nav li:first-child a {
        margin-top: 0;
    }
}
.new-notification-count {
    position: absolute;
    background: red;
    color: #fff;
    width: 12px;
    height: 12px;
    font-size: 9px;
    border-radius: 100%;
    top: 7px;
    right: 13px;
}

@media (max-width: 992px) {
    .new-notification-count {
        width: 10px;
        height: 10px;
        line-height: 10px;
        font-size: 9px;
        right: 6px;
    }
}
@media (max-width: 516px) {
    .new-notification-count {
        right: 2px;
        top: 5px;
    }
}

@media (max-width: 392px) {
    .new-notification-count {
        width: 8px;
        height: 8px;
        font-size: 7px;
        top: 4px;
    }
}
#navbarNavAltMarkup .notifications, #navbarNavAltMarkup .personal {
    width: 38px;
    height: 38px;
}

@media (max-width: 516px) {
    .mob-content .navbar-toggler {
        font-size: 14px;
        padding: 7px!important;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 392px) {
    .mob-content .navbar-toggler {
        font-size: 13px;
        padding: 5px!important;
        width: 25px;
        height: 25px;
    }
    .navbar .navbar-brand {
        font-size: 14px!important;
        margin: 0!important;
    }
}
.offcanvas .person-header .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 1;
}
.offcanvas {
    min-width: 300px;
}
.offcanvas .personal-info {
    background: #0D0DFF;
    border-radius: 0 0 10px 10px;
    padding: 0 var(--bs-offcanvas-padding-x) var(--bs-offcanvas-padding-y);
}
.offcanvas .personal-info p {
    font-family: HelveticaNeueCyr-Medium;
    text-transform: uppercase;
}
.offcanvas .person-header {
    background: #0D0DFF;
}
.offcanvas .person-header .person-icon {
    background: #fff;
    border-radius: 10px;
    padding: 7px;
}
.offcanvas .offcanvas-header .person-icon svg {
    width: 50px;
    height: 50px;
}
.offcanvas .sidebar-link img {
    width: 20px;
    height: 20px;
}
.profile-settings .card {
    box-shadow: none;
    border: 1px solid #E7F1FF;
    margin-bottom: 0;
}
.profile-settings .card input {
    font-size: 16px;
}
.profile-settings {
    font-size: 16px;
}
.card.profile-settings {
    box-shadow: 1px 1px 12px 1px rgba(8, 66, 152, 0.20);
}
.btn.btn-outline-light-card {
    --bs-btn-color: #7f7f7f;
    --bs-btn-border-color: #E7F1FF;
    --bs-btn-hover-color: #7f7f7f;
    --bs-btn-hover-bg: #eaeff3;
    --bs-btn-hover-border-color: #eaeff3;
    --bs-btn-active-color: #7f7f7f;
    --bs-btn-active-bg: #d7dade;
    --bs-btn-active-border-color: #d7dade;
}

.notice-alert-error {
    animation: toastMoveError 1s infinite;
}
@keyframes toastMoveError {
    0% {background-color: #d73647;}
    50% {background-color: #f17481;}
    100% {background-color: #d73647;}
}

.notice-alert-success {
    animation: toastMoveSuccess 1s infinite;
}
@keyframes toastMoveSuccess {
    0% {background-color: #21a982;}
    50% {background-color: #68d0b2;}
    100% {background-color: #21a982;}
}
.toast-success {
    background-color: #21a982;
}

.container-fluid.main-content {
    min-height: 40vh;
    margin-top: 150px;
}
@media (max-width: 992px) {
    .container-fluid.main-content {
        margin-top: 65px;
    }
}

.sidebar-nav ul .sidebar-item .sidebar-link span {
    word-wrap: break-word;
    white-space: normal;
}

@media (max-width: 540px) {
    table.payment-card td {
        font-size: 12px;
    }
}
table.payment-card td {
    word-break: break-word;
}
.alert h3 {
    font-size: 20px;
    letter-spacing: normal;
    font-family: HelveticaNeueCyr-Roman;
}
.how-work h1, .video-instruction h1, .contact-us h1 {
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.main-title h1 {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.main-title h2, .how-work h2, .video-instruction h2, .contact-us h2 {
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0;
    color: #6C757D;
    margin-bottom: 20px;
}
.main-title .btn {
    font-size: 16px;
    margin-right: 4px;
    border-radius: 4px;
    margin-bottom: 8px;
    background-image: linear-gradient(0turn,rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.2) 100%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.main-title .btn:hover {
    background-color: transparent;
    color: #0D0DFF;
    border-color: #0D0DFF;
    cursor: default;
}

@media (max-width: 576px) {
    .main-title h1, .how-work h1, .video-instruction h1, .contact-us h1 {
        font-size: 20px!important;
        font-family: HelveticaNeueCyr-Roman;
    }
    .main-title h1 {
        font-size: 25px!important;
        font-family: 'HelveticaNeueCyr-Roman', sans-serif;
    }
    .main-title h2, .how-work h2, .video-instruction h2, .contact-us h2 {
        font-size: 16px!important;
    }
    .main-title .btn {
        font-size: 12px;
    }
    .swiper-slide {
        min-height: 300px!important;
    }
    .swiper-slide p {
        font-size: 12px!important;
    }
    .swiper-slide h3 {
        font-size: 20px!important;
    }
    .video-instruction {
        padding: 75px 0!important;
    }
}
.video-instruction {
    padding: 90px 0;
}
section.contact-us {
    padding: 90px 0;
}
.video-instruction video {
    background: #fff;
}

#container {
    z-index: -1;
    position: absolute;
    width: 100vw;
    height: 100vmax;
    left: 50%;
    top: calc(50% + 135px );
    background: #fff;
    transform: translate3d(-50%, -40%, 0);
}
section.contact-us .form-floating>.form-control {
    height: calc(3rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}
section.contact-us .form-floating>label {
    padding: 14px 16px;
}
.timeline-3 .card {
    margin: 10px 0;
    border: 1px solid #d4d9df;
}
.timeline-3 .card-body {
    padding: 15px 20px;
}
.timeline-3 .card .name, .timeline-3 .date {
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
    color: #2A3547;
}
.timeline-3 .date {
    font-size: 20px;
}
.timeline-3 .card.read .name {
    color: #929292;
}
.timeline-3 .card.read {
    background: #f4f4f4;
    color: #929292;
}
ul.timeline-3 {
    list-style-type: none;
    position: relative;
}
ul.timeline-3:before {
    content: " ";
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 9px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline-3 > li {
    margin: 20px 0;
    padding-left: 40px;
}
ul.timeline-3 > li:before {
    content: " ";
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #0d0dff;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 400;
}
footer .footer-contacts a:hover {
    opacity: 1;
    text-decoration: underline;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input-verification-code {
    color: #5c646e;
    width: 400px;
    height: 75px;
    background: none;
    border: none;
    outline: none;
    font-size: 36px;
    left: 15px;
    letter-spacing: 38px;
}
.input-code-mock {
    width: 50px;
    height: 70px
}
@media (max-width: 576px) {
    .input-verification-code {
        padding-bottom: 12px;
        margin-left: 7px !important;
        left: 0 !important;
        width: 320px !important;
        letter-spacing: 37px !important;
        font-size: 25px !important;
        padding-left: 8px !important;
    }
    .input-code-mock {
        width: 43px !important;
        height: 60px !important;
    }
}