.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
.navigation>nav>ul>li ul li a:hover .link__icon svg,
.navigation>nav>ul>li ul li a:hover .link__icon path,
.navigation>nav>ul>li ul li a:hover .link__icon circle,
.navigation>nav>ul>li ul li a:hover .link__icon rect{
    fill: var(--color-major) !important;
}
.calculation-total__body {
    padding: 44px 30px;
    padding-left: 30px;
}
.terms__wrapper.mark{
    text-align: center;
}
.link__icon  mask{
    color: red; /* РІР°С€ С†РІРµС‚ */
}
.terms__wrapper.mark table tr,
.terms__wrapper.mark table td,
.terms__wrapper.mark table,
.terms__wrapper.mark tbody{
    border:none !important;
}
.terms__wrapper.mark img{
    height: 410px;
    margin-bottom: 30px;
}
.terms__wrapper.mark.finance ul{
    text-align: left;
}
.terms__wrapper.mark.finance ul li{
    position: relative;
}
.terms__wrapper.mark.finance ul li:before{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    border-radius: 50%;
    height: 6px;
    border:1px solid #000;
    left: -11px;
    top: 9px;
}
.terms__wrapper.mark.finance td:first-child{
    text-align: right;
}
.terms__wrapper.mark.finance img{
    margin-right: 120px;
}
.terms__wrapper.mark.finance img{
    height: auto;
    margin-bottom: 0px;
}
.terms__wrapper.mark a{
    color: #00B5EC;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;

}
.f_b{
    margin-top: 86px;
}
.f_b .footer__inner{
    max-width: 400px;
}
.f_b .footer__column{
    max-width: 300px;
}
.f_b .footer__inner span,
.f_b .footer__column span,
.f_b .footer__lists span{
    font-weight: 400;
}
.f_b .footer__inner b,
.f_b .footer__column b,
.f_b .footer__lists b{
    font-weight: 500;
}
.f_b .footer__lists{
    display: block;
}
.alert-home{
    background-color: #F8F8F8;
    padding: 80px 0;
}
html[data-theme="dark"] .alert-home {
    background-color: rgb(128, 128, 128);
}
.alert-home__wrapper{
    display: flex;
    padding-left: 40px;
    align-items: center;
}
.alert-home__left{
    margin-right: 35px;
    max-width: 154px;
}
.alert-home__right h3{
    font-weight: 400;
    color: #004899;
    font-size: var(--font-18);
}
html[data-theme="dark"] .alert-home__right h3 {
    color: rgb(220, 220, 220);
}
.navigation>nav>ul>li ul li:last-child {
    border-bottom: 1.5px solid #dddfe2;
}
.alert-home__right p{
    color: #004899;
    font-size: var(--font-14);
    font-weight: 400;
    max-width: 80%;
}
html[data-theme="dark"] .alert-home__right p {
    color: rgb(220, 220, 220);
}
.calculation-total__body {
    padding: 44px 30px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.calculation-total__body.procesing{
    padding: 44px 30px 150px;
}
.calculation-total__list ul li{
    position: relative;
}
.calculation-total__list ul li span {
    font-size: 14px;
}

.calculation-total__list ul li span:last-child {
    font-size: 18px;
    min-width: 151px;
    text-align: right;
}
.calculation-total__list ul li {
    margin: 0 0 17px 0;
}
.warningBlock {
    max-width: 100%;
    margin-top: 70px;
    width: 100%;
    position: relative;
    border: 2px solid var(--color-main);
    padding: 0 15px;
    border-radius: 10px;
}
.warningBlock.lising{
    margin-left: 0;
}
.warningBlock.mob{
    display: none;
}
.warningBlock h3{
    font-family: Stem;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #000;
    color: var(--color-main);
    text-align: left;
}
.warningBlock.cred{
    margin-left: 0;
}
.warningBlock p{
    font-family: Stem;
    font-size: 14px;
    color: #000;
    color: var(--color-main);
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    max-width:100%;
}
.calculation-total__list ul li span{
    font-size: 14px;
    max-width: 260px;
}
.calculation-total__list ul li span:last-child{
    font-style: 18px;
}
.warningBlock p.medium{
    font-family: Stem;
    font-weight: 500;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading-container {
    border-radius: 4px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-form__inputs {
    position: relative;
}

.what__image svg {
    overflow: inherit;
}

.btn--dark[disabled] {
    opacity: 0.6;
}
.notnbu.cred{
    position: absolute;
    bottom: 30px;
}
.notnbu {
    font-size: 15px;
}
.notnbu p{
    margin-top: 30px;
    margin-bottom: 0;
    text-align: left;
    display: block;
}
.notnbu a{
    text-decoration: underline;
    color: #00B5EC;
    line-height: normal;
    text-align: left;
    display: block;
}
.vakansii.terms__wrapper {
    text-align: left;
}
.vakansii td,
.vakansii tr{
    height:auto !important;
}
.vakansii table tr td table tr{
    background: var(--color-light);
    height: auto !important;
}
.vakansii table tr td{
    padding: 0;
}
.vakansii table p{
    font-size: 18px;
}
.vakansii table tr td table tr td{
    text-align: left;
    padding: 30px 40px;
    vertical-align: top;
}
.vakansii table tr td ul li{
    position: relative;
    margin-left:30px;
    margin-bottom: 5px;
}
.vakansii .terms__text>table{
    height: auto !important;
}
.vakansii .terms__text>table>tbody>tr>td>table{
    margin-bottom: 40px !important;
    height: auto !important;
}
.vakansii table,
.vakansii tbody{
    width: 100% !important;
}
.vakansii table tr td ul li:before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-color: var(--color-black);
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top:11px;
}
.container {
    margin: 0 auto;
}
.vakansii colgroup col:first-child{
    max-width: 30%;
}
.vakansii colgroup col:last-child{
    max-width: 70%;
}
.vakansii table table table p,
.vakansii table table table td{
    font-size: 40px;
    margin-left: 0;
    margin-bottom: 15px;
    padding: 0 !important;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

@media (max-width: 1200px) {
    .f_b .footer__column{
        display: none;
    }

}
@media (max-width: 991.98px) {
    .footer__wrapper {
        flex-direction: row;
    }
    .warningBlock{
        margin-left: 0;
    }
    .warningBlock{
        display: none;
    }
    .warningBlock.mob{
        display: block;
    }
    .footer__column {
        align-items: normal;
    }
    .f_b {
        margin-top: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .f_b .footer__inner {
        display: block;
        flex-basis: 100%;
        max-width: 100%;
    }
    .terms__wrapper.mark table {
        border-collapse: collapse;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .terms__wrapper.mark td {
        width: 49.9703%;
        border: 1px solid black;
    }

    .terms__wrapper.mark img {
        max-width: 100%;
        height: auto;
    }

    .terms__wrapper.mark ul {
        padding-left: 0;
        list-style: none;
    }

    .terms__wrapper.mark ul li {
        margin-bottom: 5px;
    }

    .f_b .footer__lists {
        flex-basis: 100%;
        margin-top: 50px;
    }

    .terms__wrapper.vakansii table{
        justify-content: left !important;
        height: auto !important;

    }
    .vakansii table table table p, .vakansii table table table td{
        line-height: 1.2;
        padding-left: 0 !important;
        margin-left: 0;
    }
    .vakansii table tr td ul li{
        font-size: 18px;
        line-height: 1.2;
    }
    .vakansii table tr td{
        width: 100% !important;
        display: block;
        margin-bottom: 20px;
    }
}
@media (max-width: 550px){
    .alert-home__left {
        margin-right: 35px;
        max-width: 100%;
    }
    .terms__wrapper.mark table {
        flex-direction: column;
    }

    .terms__wrapper.mark td {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .alert-home__wrapper {
        display: block;
        padding-left: 0px;
        align-items: center;
        text-align: center;
    }
    .footer__wrapper {
        flex-direction: column;
    }
    .f_b{
        flex-direction: row;
    }
    .footer__wrapper .footer__column{
        margin-bottom: 30px;
    }
    .footer__wrapper.f_b .footer__column{
        margin-bottom: 0;
    }
}
@media (max-width: 480px){
    .f_b .footer__inner,
    .f_b .footer__column,
    .f_b .footer__lists{
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .alert-home__right p {
        max-width: 100%;
    }
    .terms__wrapper.vakansii table {
        max-width: 100%;
    }
    .vakansii table table table p, .vakansii table table table td {
        font-size: 25px;
        margin-left: 0;
        margin-bottom: 15px;
        padding: 0 !important;
        font-weight: 400;
        text-align: left;
    }
.vakansii td, .vakansii tr {
    display: block;
    height: auto !important;
}
}
