.go-header-block {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 10px;
    justify-content: space-between;
}
.go-header-block .logo {
    height: 50px;
}
.go-big-block {
    background: linear-gradient(71deg, #edfff8 0%, #ecf6ff 100%);
}
.main-banner {
    position: relative;
    z-index: 1;
    margin-left: 100px;
    max-width: 375px;
}
@media (min-width: 900px){
    .main-banner-text {
        position: relative;
        z-index: 2;
        padding-top: 100px;
    }
    .main-banner {
        position: relative;
        z-index: 1;
        margin-left: 0;
        max-width: 665px;
    }
}
.lang-drop {
    margin: 0 auto !important;
    inset: auto !important;
    transform: none !important;
    top: 5px !important;
    right: 0 !important;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 11%) 0 6px 12px;
}
.scroll-wrapper {
    width: calc(100% - 5px);
    margin: 0 auto 20px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
/*
#first-step .card-body:before {
    content: '';
    position: absolute;
    width: 165px;
    height: 165px;
    right: -15px;
    bottom: -4px;
    background: url(/assets/images/woman.png?v=1) no-repeat right bottom;
    background-size: contain;
}
*/
html,body{
    overflow-x: hidden;
}
.another_mfo_container.card-body {
    color: #FFFFFF;
    box-shadow: rgb(0 0 0 / 11%) 0 6px 12px;
    background: linear-gradient(60deg, rgb(96, 108, 136) 0%, rgb(169, 183, 201) 100%);
}
#first-step .card-body {
    border-bottom: unset;
    background: #ffffff;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(124, 162, 200, 0.3);
}
.big-block .card-body {
    border-bottom: unset;
    border: 1px solid #d7e4f0;
    position: relative;
    border-radius: 20px;
    margin-bottom: 50px;
}
.big-block table td {
    padding: 16px 18px !important;
}
@media (max-width: 900px) {
    .big-block td {
        padding: 16px 10px !important;
    }
}
/*
#first-step .card-body:before {
    content: '';
    position: absolute;
    width: 126px;
    height: 120px;
    right: -20px;
    bottom: -14px;
    background: url(/assets/images/search-bg.png?v=1) no-repeat right bottom;
    background-size: contain;
}
*/
.markItUp {
    width: 100%;
    margin: 0;
    border: none;
}
.markItUpContainer {
    border: 1.5px solid #526b7a;
    border-radius: 10px;
    background: #f4f7fb;
    padding: 5px 5px 2px 5px;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.markItUpEditor {
    font: 12px 'Courier New', Courier, monospace;
    padding: 5px 5px 5px 5px;
    border: 1.5px solid #526b7a;
    border-radius: 10px;
    width: 100%;
    height: 320px;
    background: #fff;
    clear: both;
    line-height: 18px;
    overflow: auto;
    margin-top: 10px;
}
.markItUpPreviewFrame {
    overflow: auto;
    background-color: #FFFFFF;
    width: 100%;
    height: 500px;
    margin: 5px 0;
    border: 1.5px solid #526b7a;
    border-radius: 10px;
}
.pdf-viewer {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 5px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Для Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.dataTables_scroll {
    font-size:13px;
}
.table>:not(caption)>*>* {
    padding: 5px 24px 5px 10px !important;
}
.toast {
    opacity: 1 !important; /* Полностью убрать прозрачность */
}
div#debtors_table_paginate {
    margin-bottom: 20px;
}
div#debtors_table_info {
    margin-bottom: 20px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    transition: transform 2s ease-in-out;
}
.preloader-top, .preloader-bottom {
    flex: 1;
    background-color: var(--bs-body-bg);
}
.preloader-top {
    position: relative;
}
.preloader.hide .preloader-top {
    transform: translateY(-100%);
    transition: transform 250ms ease-in-out;
}
.preloader.hide .preloader-bottom {
    transform: translateY(100%);
    transition: transform 250ms ease-in-out;
}
.preloader .preloader-top .main-logo {
    top: auto;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 40px;
}
.main-logo {
    background-image: url(/assets/images/logos/logo-dark.svg?v=2);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 142px;
    height: 45px;
}
:root[data-bs-theme=dark] .main-logo {
    background-image: url("/assets/images/logos/logo-white.svg?v=2");
}

#pdf-container {
    margin: 0 auto;
    width: 100%;
}
#pdf-container canvas {
    width: 100%;
    aspect-ratio: 1 / 1.414;
    background: #fff;
    display: block;
    border-radius: 10px;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #000 ! IMPORTANT;
}
.scroll-content {
    display: flex;
    width: max-content;
    animation: scroll-logos 5s linear infinite;
}
.scroll-content .item {
    display: inline-block;
    width: 160px;
    height: 60px;
    background: #fff;
    border-radius: 10px;
    margin: 0 10px 0 auto;
    text-align: center;
    line-height: 60px;
    box-shadow: 0 2px 4px -1px rgba(175, 182, 201, 0.2);
}
/* Анимация */
@keyframes scroll-logos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.promo_block {
    padding-top: 100px;
    padding-bottom: 100px;
}
.promo_block .items_wrapper {
    display: flex;
    justify-content: space-between;
}

.promo_block .items_wrapper .item_promo {
    max-width: calc(25% - 75px);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .promo_block .items_wrapper .item_promo {
        max-width: calc(50% - 20px);
        margin-bottom: 77px;
    }
}
@media only screen and (max-width: 767px) {
    .promo_block .items_wrapper {
        flex-wrap: wrap;
    }
}
.promo_block .items_wrapper .item_promo .promo_desc {
    text-align: center;
}
.text_16 {
    font-size: 16px;
    line-height: 24px;
}
.promo_block .items_wrapper .item_promo .promo_circle {
    width: 94px;
    height: 94px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-shadow: 0px 5px 30px rgba(137, 158, 180, 0.3);
    margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
    .promo_block .items_wrapper .item_promo .promo_circle {
        width: 70px;
        height: 70px;
    }
    .promo_block .items_wrapper .item_promo .promo_circle.p1 {
        background-size: 114px 114px;
    }
}
.promo_block .items_wrapper .item_promo .promo_circle::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: 2;
}
.promo_block .items_wrapper .item_promo::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 36px;
    right: -20%;
    border-top: 2px solid #505050;
    border-right: 2px solid #505050;
    transform: rotate(45deg);
}
.promo_block .items_wrapper .item_promo .promo_circle.p1 {
    background-image: url(/assets/images/circul_quattro_ligth.png);
    background-position: 50% 42%;
    background-repeat: no-repeat;
    background-size: 157px 157px;
}
.promo_block .items_wrapper .item_promo .promo_circle.p2 {
    background-image: linear-gradient(90deg, #fff 50%, #0079e9 50%);
}
.promo_block .items_wrapper .item_promo .promo_circle.p3 {
    background-image: linear-gradient(180deg, transparent 50%, #0079e9 50%), linear-gradient(90deg, #fff 50%, #0079e9 50%);
}
.promo_block .items_wrapper .item_promo .promo_circle.p4 {
    background-image: linear-gradient(180deg, transparent -300%, #0079e9 100%);
}
.promo_block .items_wrapper .item_promo:last-child::after {
    content: none;
}
@media only screen and (max-width: 767px) {
    .promo_block .items_wrapper .item_promo .promo_circle::after {
        width: 66px;
        height: 66px;
    }
    .promo_block {
        padding-bottom: 10px;
    }
}
.contact {
    background-color: #f5f7f9;
    padding-top: 33px;
    padding-bottom: 33px;
}
.contact a{
    color: #0074ba;
    text-decoration: none !important;
}
.main-footer {
    background-color: #113349;
    padding-top: 33px;
    padding-bottom: 33px;
    color: #afafaf;
}
.main-footer a{
    color: #ffffff !important;
}
.main-footer a:hover {
    color: #c6c6c6 !important;;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFFFFF;
    background-color: #113349;
    border-color: #113349;
}