@font-face {
    font-family: Gilroy;
    src: url('../fonts/gilroyaz.ttf');
}

@font-face {
    font-family: Gilroy-bold;
    src: url('../fonts/Gilroy-Bold.ttf');
}

@font-face {
    font-family: Gilroy-light;
    src: url('../fonts/Gilroy-Light.ttf');
}

@font-face {
    font-family: Gilroy-medium;
    src: url('../fonts/Gilroy-Medium.ttf');
}

@font-face {
    font-family: Gilroy-regular;
    src: url('../fonts/Gilroy-Regular.ttf');
}

.exit a {
    text-decoration: none;
    color: #000;
    text-align: right;
    font-family: Gilroy-bold;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.logo-row {
    padding: 15px 0px;
}

.language {
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

body {
    background: #FAFAFC;

}


#dropdownMenuButton1 {
    border: none;
    background-color: transparent;
    font-family: Gilroy-medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.dropdown-item {
    font-family: Gilroy-medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

.white-card {
    background-color: #FFF;
    height: 410px;
    box-shadow: 2px 2px 50px 0px rgba(107, 125, 230, 0.10);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.unsuccess-icon {
    width: 72px;
    height: 72px;

}

.response {
    margin-top: 15px;
    font-family: Gilroy-light;
    font-size: 24px;
    line-height: normal;
    font-weight: 600;

}

.thanks-giving-col {
    font-family: Gilroy-light;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 600;

}


.success-icon {
    width: 72px;
    height: 72px;
}

.main-page-button,
.payment-button,
.choose-button {
    max-width: 100%;
    height: 48px;
    border-radius: 24px;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Gilroy;
    font-size: 16px;
    text-decoration: none;
    background: #005CD0;
    box-shadow: 0px 6px 8px 0px rgba(0, 92, 208, 0.40);
    width: 120px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.main-page-button a,
.payment-button a,
.login-button a, 
.next-button a,

.main-page-button {
    background: #475ED0;
    width: 310px;
    box-shadow: 0px 6px 8px 0px rgba(71, 94, 208, 0.40);
    margin-top: 20px;
}

.online-payment {
    color: black;
    text-decoration: none;
    font-family: Gilroy-medium;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
}

.online-payment-ml {
    margin-left: -20px;
}

.white-row {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 2px 2px 50px 0px rgba(107, 125, 230, 0.10);
    padding: 0px 7px;

}

.customer-name {
    border-right: 1px solid #F3F3F3;
    ;
    display: flex;
    align-items: center;
    font-family: Gilroy-bold;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}


.customer-code {
    display: flex;
    align-items: center;
}

.customer-label {
    font-family: Gilroy-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-right: 5px;
}

.customer-value {
    color: #485DC6;
    font-family: Gilroy-medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.exit {
    padding: 15px 0px;
}

.logout-icon {
    padding-left: 15px;
    padding-right: 15px;
}

.title {
    color: #A7A7A7;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px !important;
}


.no-scroll {
    padding: 0px !important;
    margin: 0px !important;

}


.logo-first-row {
    background: white;
}

.contract-number {
    font-family: Gilroy-medium;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-right: 1px solid #F3F3F3;
    ;
}

.contract-info {
    padding: 20px 7px;
    background: white;
    border-radius: 8px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.credit-amount {
    font-family: Gilroy-medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}


.button-col {
    text-align: right;
}

.contract-info p {
    padding: 0px;
    margin: 0px;
}

.contract-period {
    font-family: Gilroy-medium;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


@media (min-width:320px) and (max-width:576px) {
.fin_info {
    width: 290px!important;
    height: 370px!important;}

.identitycard1 , .identitycard2{
    width:280px;
}

    .info{
        width:290px!important;
    }

.info{
     width:290px!important;
}

    .customer-info {
    font-size: 19px!important;
}

  .login-button {
    width: 290px!important;
}



    .customer-input {
    width: 290px!important;
}

  
    .fin_info {
        margin-left: 10px !important;
        margin-top: 80px;
    }



    .hide-col {
        text-align: center !important;
        border-top: 1px solid #ececec;
        margin-top: 0px !important;
    }

    .sochialAccaunts {
        margin-top: 20px !important;
        text-align: center;
        border-top: 1px solid #ececec;
        padding: 13px 0px 0px 0px !important;

    }

    .sochialAccaunts ul {
        padding-top: 15px !important;
        border-top: 1px solid #ececec;
        justify-content: center !important;
        margin-top: 18px !important
    }



    .footer-blocks {
        padding: 0px !important;
    }


    .footerList {
        flex-wrap: wrap !important;
        margin-top: 15px;
    }

    .copyright-info-col {
        text-align: center;
    }

    .footerlist-img {
        width: 100px !important;
        height: 25px !important;
    }



    .content ul {

        gap: 22px !important;

    }

    .content {
        padding: 20px 10px !important;
        border-bottom: none !important;
    }


    .input-group {
        max-width: 300px;
        /* Ограничиваем максимальную ширину */
        width: 100%;
        /* Адаптивная ширина */
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        /* Запрещаем перенос */
    }

    .form-con {
        flex: 1;
        /* Занимает доступное пространство */
        min-width: 0;

        /* Позволяет уменьшаться, не ломая верстку */
    }

    .input-group-text {
        white-space: nowrap;
        /* Запрещаем перенос текста */
        padding: 8px 12px;
        /* Делаем отступы компактными */
    }

    .second-col-md-6 {
        padding-right: 12px !important;
    }

    .credit-details-row {
        padding: 12px 0px !important
    }

    .first-col-6 {
        padding-left: 12px !important
    }

    .main-text,
    .table-value,
    .table-text {
        padding: 0px !important;
    }



    .credit-details-row:first-child {
        border-bottom: 1px solid #D5D8E9 !important;
        border-radius: 0px !important;
        background: transparent !important
    }



    .second-col-md-6 {
        margin-top: 20px !important;
    }

    .contract-number {
        border-right: none;
    }



    .response {
        font-size: 21px;
    }

    .thanks-giving-col {
        font-size: 15px;
    }


    .bank-res-logo {
        width: 100px;
    }


    .container {
        width: calc(100% - 19px) !important;
    }

    .thanks-giving {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }


    .dropdown button span {
        display: none;
    }

    .dropdown button::before {
        content: "Az";
        display: inline-block;
    }

    .main-page-button {
        width: 220px;
    }

    .customer-name {
        border-bottom: 1px solid #F3F3F3;
        padding-top: 10px;
        padding-bottom: 10px;
        border-right: none;
    }

    .customer-code {
        border-bottom: 1px solid #F3F3F3;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .exit {
        padding: 10px;
        display: flex;
        align-items: center;

    }


    .white-row {
        margin-left: 1px;
        margin-right: 1px;

    }

    .online-payment {
        margin-left: 4px;
        font-size: 23px!important;
    }


    .button-col {
        text-align: left;
        margin-top: 20px;
    }

    .total-amount {
        margin-top: 20px;
    }


    .contract-info {
        margin-left: 1px;
        margin-right: 1px;
    }

    .contract-number {
        font-size: 20px;
    }

    .contract-period {
        font-size: 20px;
    }

    .second-col-6 {
        margin-left: 40px;
    }



}

@media (min-width:576px) and (max-width:767px) {

     .fin_info {
        margin-left: 10px !important;
        margin-top: 80px;
    }


    .hide-col {
        text-align: center !important;
        border-top: 1px solid #ececec;
        margin-top: 0px !important;
    }


    .sochialAccaunts {
        margin-top: 20px !important;
        text-align: center;
        border-top: 1px solid #ececec;
        padding: 13px 0px 0px 0px !important;

    }

    .sochialAccaunts ul {
        padding-top: 15px !important;
        border-top: 1px solid #ececec;
        justify-content: center !important;
        margin-top: 18px !important
    }


    .footer-blocks {
        padding: 0px !important;
    }


    .footerList {
        flex-wrap: wrap !important;
        margin-top: 15px;
    }

    .copyright-info-col {
        text-align: center;
    }

    .footerlist-img {
        width: 100px !important;
        height: 25px !important;
    }



    .content ul {

        gap: 22px !important;

    }

    .content {
        padding: 20px 0px !important;
        border-bottom: none !important;
    }

    .second-col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
    }


    .credit-details {
        padding: 25px 60px !important;
    }

    .first-col-6 {
        padding: 0px;
    }

    .second-col-md-6 {
        margin-top: 20px !important;
    }

    .contract-number {
        border-right: none;
    }

    .logout-icon {
        padding-left: 10px;
        padding-right: 10px;
    }

    .button-col {
        text-align: left;
        margin-top: 20px;
    }


    .total-amount {
        margin-top: 20px;
    }

    .customer-name {
        border-bottom: 1px solid #F3F3F3;
        padding-top: 10px;
        padding-bottom: 10px;
        border-right: none;
    }

    .customer-code {
        border-bottom: 1px solid #F3F3F3;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .exit {
        padding: 10px;
        display: flex;
        align-items: center;

    }
}



@media (min-width: 768px) and (max-width:1200px) {

    .content ul {
        gap: 70px !important;
    }


    .second-col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .first-col-6 {
        padding-right: 0px !important
    }


    .credit-details {
        padding: 25px 60px !important;
    }

    .second-col-md-6 {
        margin-top: 20px !important;
    }


    .total-amount {
        text-align: right;
        margin-top: 0px;
    }

    .contract-info {
        padding: 12px 7px;
    }


    .button-col {

        margin-top: 0px;
    }


    .choose-button {
        height: 42px;
        margin-top: 5px;

    }

}


.credit-details {
    padding: 25px 35px;
    border-radius: 4px;
    background: #FFF;


}



.main-text {
    font-family: Gilroy-medium;
    font-size: 16px;
    font-weight: 500;

}


.table-value {
    color: #485DC6 !important;
    font-family: Gilroy-medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    padding-left: 48px;

}



.table-text {
    font-family: Gilroy-regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}


.credit-details-row {
    border-bottom: 1px solid #D5D8E9;
    padding: 12px;
}


.credit-details-row:first-child {
    border: none;
    background-color: #EFEFF4;
    border-radius: 8px;
}


.credit-details-row:nth-child(9) {
    border: none;
}

.second-col-6 {
    padding-right: 0px;
}


.payment-info {
    width: 320px;
    max-width: 100%;
    font-family: Gilroy-medium;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.info{
       width: 310px;
    max-width: 100%;
    font-family: Gilroy-medium;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px auto
}


.next-button {
    height: 48px;
    max-width: 100%;
    width: 300px;
    border-radius: 24px;
    background: #005CD0;
    box-shadow: 0px 6px 8px 0px rgba(0, 92, 208, 0.40);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-button{
    height: 48px;
    max-width: 100%;
    width: 310px;
    border-radius: 24px;
    background: #005CD0;
    box-shadow: 0px 6px 8px 0px rgba(0, 92, 208, 0.40);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}



.second-col-md-6 {
    padding-right: 0px;
}

.modal-header {
    border-bottom: none !important;
    padding-bottom: 0px;
}

.modal-dialog {
    max-width: 600px;
}

.clarification-row {
    padding: 0px 50px 40px;

}

.check-col {
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 15px;
}

.mini-distance {
    margin-top: 15px;
}

.contract-num {
    background: #EFEFF4;
    height: 44px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.contract {
    font-family: Gilroy-bold;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}


.second-col {
    color: #485DC6;
    font-family: Gilroy;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    padding-left: 60px;
}

.currency {
    border-bottom: 2px solid #D5D8E9;
    padding-bottom: 10px;
}

.contract,
.currency-amount {
    padding-left: 30px;
}


.currency-amount {
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.input-group-text {
    border: none;
    border-radius: 24px;
    box-shadow: 0px 0px 24px 0px rgba(212, 213, 214, 0.50);

}

.form-select {
    border-radius: 24px;
    box-shadow: 0px 0px 24px 0px rgba(212, 213, 214, 0.50);
    border: none;
    width: 300px;
    max-width: 100%;
    padding: 8px 20px;
}

.form-select:focus {
    outline: none !important;
    box-shadow: 0px 0px 24px 0px rgba(212, 213, 214, 0.50) !important;
}


.customer-input::placeholder,
.form-con::placeholder {
    color: rgba(163, 160, 160, 0.62);
}


.form-con {
    border: none;
    border-radius: 24px;
    box-shadow: 0px 0px 24px 0px rgba(212, 213, 214, 0.50);
    width: 245px;
    padding: 8px 20px;
}

.form-con:focus {
    outline: none;
}

/* Убираем стрелки в input[type="number"] */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.some-span-class {
    color: #000;
    font-family: Gilroy-medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.first-col-6 {
    padding-left: 0px
}



/*footer*/

.footer-container {
    background-color: #FFF;
    margin-top: 40px;
}


.content img {

    width: 55px;
    height: 55px;
    border-radius: 12px;
    box-shadow: 0 6px 8px 0 rgba(71, 94, 208, 0.4)
}

.content ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 170px;
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
    flex-wrap: wrap;

}


.content ul li a {

    text-decoration: none;
    color: black;
}

.content {
    padding: 20px 40px;
    border-bottom: 1px solid #ececec;
}

.content ul li span {
    display: block;
    margin-top: 15px;
}


.content ul li {
    text-align: center;


}

.hide-col ul {
    list-style: none;
    margin-top: 12px;
    padding: 0px;
}

.hide-col ul li a {
    color: black;
    text-decoration: none;
    font-size: 14px;
    font-family: Gilroy-regular;
    transition: transform 0.3s ease;
    display: inline-block;

}

.hide-col ul li a:hover {
    transform: translateX(5px);

}

.footer-blocks {
    padding: 30px 40px 15px 40px;

}

.hide-col {
    padding: 0px;
}

.content a:hover,
.hide-col a:hover {
    color: rgb(36, 105, 183);
}

.hide-col span {
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.hide-col li {
    padding: 1px 0px;

}

.copyright-info {
    font-family: Gilroy-light;
    color: #666;
    font-size: 14px;
}


.footerList {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-bottom: 0px;
}

.footerList li {
    list-style: none;
    margin-left: 20px;
}

.copyright {
    padding: 14px 20px;
    border-top: 1px solid #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright p {
    margin-bottom: 0px;
}

.sochialAccaunts ul {
    display: flex;
    justify-content: left;
    align-items: center;
    list-style: none;
    padding: 0px;
    gap: 20px;
    margin-top: 30px
}

.sochialAccaunts {
    margin-top: 120px;
}

.fa-brands {
    font-size: 23px;
    color: rgb(136, 136, 136);

}

.fa-brands:hover {
    color: rgb(72, 93, 198);
}

.customer-info {
    font-family: Gilroy-medium;
    font-size: 21px;
}

.label-class {
    font-family: Gilroy-medium;
    font-size: 15px;
    font-weight: 500;
    margin-left: -137px;
}

.input-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.customer-input {
    border-radius: 24px;
    box-shadow: 0px 0px 24px 0px rgba(212, 213, 214, 0.50);
    border: none;
    width: 310px;
    max-width: 100%;
    padding: 8px 20px;
    margin-top: 6px
}

.customer-input:focus {
    outline: none !important;
}

.customer-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 2px 2px 20px 0px rgba(187, 196, 254, 0.26);
    display: flex;
    justify-content: center;
    align-items: center;
}


.fin_info {
    width: 320px;
    max-width: 100%;
    height: 390px;
    position: absolute;
    margin-left: 650px;
    display: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 2px 2px 20px 0px rgba(187, 196, 254, 0.26);
}


.customer-input-position {
    position: relative;
}

.fin_click {
    position: absolute;
    right: 20px;
    top: 15px;
}

.payment-button {
    width: 250px;
    background: #70B65A;
    box-shadow: 0px 6px 8px 0px rgba(51, 172, 83, 0.40);
    margin-top: 18px;
}

.icon-loadMore:before {
    display: inline-block;
    width: 28px;
    height: 28px;
    content: '';
    background-color: #005CD0;
    background-image: url('../images/reload.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    position: relative;
    top: -4px;
}

.recaptcha {
    position: relative;
    margin: 15px 0px;
    width: 310px;
}

.recaptcha .captchaImageBlock {
    border-radius: 25px;
    border: solid 1px #f0f0f0;
    overflow: hidden;
    height: 50px;
    width: 100%;
}

.recaptcha.small {}

.recaptcha.small .captchaImageBlock {
    height: 40px;
    border-radius: 5px;

}

.recaptcha .captchaImageBlock img {
    width: 100%;
    height: 100%;
    display: block;
}

.recaptcha .reloadCaptcha {
    position: absolute;
    cursor: pointer;

    color: #485DC6;
    right: -17px;
    top: 10px;
    font-size: 28px;
    width: 28px;
    height: 28px;
    box-shadow: 0 6px 8px 0 rgba(72, 93, 198, 0.4);
    background: #fff;
    border-radius: 50%;
}

