* {
    font-family: 'BlackOpsOne', -apple-system, system-ui, sans-serif;
}
body.no-scroll {
    overflow: hidden;
}
@media (min-width: 1440px){
    .dynamic-bg-desktop {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center left;
        box-shadow: inset 20px 100px 300px #0b0b0b;
    }
    .img-container-calc {
        background-size: 10%;
        background-position: center ;
        background-repeat: no-repeat;
        box-shadow: inset 20px 100px 300px rgba(11, 11, 11, 0.35);
    }
}
.bg-spec-tech{
    background-size: 110%;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.bg-immovoble{
    background-size: 110%;
    background-position: center bottom;
    background-repeat: no-repeat;
}


.bg-refinansing {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.refinancing-headler {
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: right center;
}


/*ПОСЛЕДНИЕ ЗАЙМЫ СЛАЙДЕР*/
.last-zaimi-container{
    box-shadow: inset 10px 100px 100px rgba(0, 0, 0, 0.68);
}

/*ФОН БАНЕРА ГЛАВНАЯ*/
.bg-layer {
        background-size: 90%;
    }
    /*карточки с займом*/
.pts-card{
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70%;
    border: 2px solid #13A749 !important;
    }
    /* Основные стили */
.bg-green {
    background-color: #13A749;
}
.bg-green2 {
    background-color: rgba(19, 167, 73, 0.98);
}
.text-green {color: #13A749;}

.bar1, .bar2, .bar3 {
    transition: all 0.3s ease; /* Плавный переход для линий гамбургера */
}
    @keyframes slideInFromTop {
        from { transform: translateY(-50px); opacity: 0; }
        to { transform: translateY(0); opacity: 1; }
    }

    .slide-in-from-top {
        animation: slideInFromTop 0.5s ease forwards;
    }

    .grin-border {
        border-color: #36bf34;
        color: #2e9e2d;
    }

    /* затенение блока */
    .black-scroll {
        overflow: hidden;
    }
    .black-scroll::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0); /* Начальная прозрачность */
        transition: background 0.5s ease; /* Плавное изменение прозрачности */
    }
    .black-scroll {
        position: relative;
        z-index: 1;
        color: white;
        text-align: center;

    }
    .black-scroll::before {
        background: rgba(0, 0, 0, var(--opacity, 0)); /* Динамическая прозрачность */
    }

/*  АНИМАЦИЯ КЛИКОВ КНОПОК  */
    .click-animate {
        font-size: 16px;
        color: white;
        border: none;
        cursor: pointer;
        position: relative;
        /*overflow: hidden;*/
    }

    /* Анимация для эффекта клика */
    @keyframes clickEffect {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        50% {
            transform: scale(0.90);
            opacity: 0.7;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }

    /* Класс для активации анимации */
    .animate {
        animation: clickEffect 0.3s ease;
    }
/*   ДЛЯ ПОЛЗУНКОВ КАЛЬКУЛЯТОР */
    input[type="range"] { accent-color: #13a749; border: none}

/* ДЛЯ ТАБ КАЛЬКУЯТОРА */
.form-disable-calc {background-color: rgba(195, 195, 195, 0.35) !important; color: rgba(0, 0, 0, 0.58) !important;
}

/* moto PAGE*/
.moto-page-headler {
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: right center;
}
/* PTS PAGE*/
.pts-page-headler {
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: right center;
}
.refinance-img-block {
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: right ;
}
/* стили кнопки при прокрутке*/
.hidden-scroll-btn {
    display: none;
}

.show-scroll-btn {
    display: flex; /* Или flex, если нужно */
    z-index: 1000;
    position: fixed;

}
.img-container-calc {
    background-size: cover;
    background-position: center ;
    background-repeat: no-repeat;
}
/*выденые компненты для адаптива*/

/* Для экранов от 640px (sm) */
@media (min-width: 425px) {

}
/* Для экранов от 768px (md) */
@media (min-width: 768px) {

}
/* Для экранов от 1024px (lg) */
@media (min-width: 1024px) {
    .bg-layer {
        background-size: 50%;
        background-position: right center!important;
    }
}
/* Для экранов от 1280px (xl) */
@media (min-width: 1440px) {

}
/* Для экранов от 1536px (2xl) */
/*@media (min-width: 1536px) {*/
/*    .dynamic-element {*/
/*        width: 30%; !* 30% ширины для максимальных экранов *!*/
/*        font-size: 22px; !* Увеличиваем размер шрифта *!*/
/*    }*/
/*}*/

/*ДЛЯ РАДИО КНОПОК*/
/* Стили для радио-кнопок */
.radio-button {
    width: 20px;
    height: 20px;
    border: 2px solid #2ba131;
    border-radius: 50%;
    appearance: none;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-right: 8px;
}

.radio-button:checked {
    background-color: #4a9c3f;
    border-color: #09500f;
}

.radio-button:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(28, 136, 18, 0.3);
}

/*ДЛЯ ВЫБОРА ГОРОДА*/
.city-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    min-width: 300px;
}



