.breadcumb-area-banner {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
}

.breadcumb-wrap-banner {
    background-color: rgba(0, 0, 0, 0.5); /* Черный фон с прозрачностью */
    color: #fff; /* Цвет текста */
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.breadcumb-wrap-banner h2 {
    color: #fff;
    position: relative;
    /*text-transform: capitalize;*/
    padding-bottom: 15px;
    margin-bottom: 57px;
    font-size: 40px;
}

.breadcumb-wrap-banner h2::before, .breadcumb-wrap-banner h2::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: #fff;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.breadcumb-wrap-banner h2::after {
    left: 51%;
    bottom: -2px;
}

.breadcumb-menu-banner {
    background: rgba(0,0,0,.8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 0px;
}

.breadcumb-menu-banner ul {
    list-style: none;
    display: flex;
    justify-content: center; /* Выравниваем элементы по центру по горизонтали */
    align-items: center;
    margin: 0px 5px;
    color: #C62828;
    padding: 15px 0px;
}

.breadcumb-menu-banner li {
    margin: 0 10px; /* Добавляем отступы между элементами меню */
}

.breadcumb-menu-banner ul li a {
    color: #fff;
}

.breadcumb-menu-banner ul li a:hover {
    color: #C62828;
}

.type_face_ch {
    padding: 15px 20px;
    border: 1px solid #d73636;
    margin-bottom: -1px;
    text-transform: uppercase;
    font-size: initial;
    margin-left: 12px;
    color: black;
}

.type_face_ch:hover {
    background: #C62828;
    color: #fff;
    border-color: #C62828;
}

.type-face .active {
    background: #C62828;
    color: #fff;
    border-color: #C62828;
}

.type-face {
    padding: 8px 30px;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 30px; /* Добавляем отступ снизу */
    text-align: center;
}

.MoneyTransferText {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 10px;
}



/* Размещаем элементы внутри calcCredit-content в строку */
.calcCredit {
    width: 80%;
    margin: 0 auto;
    display: flex;
    background-color: #c62828;
    border: none;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 30px;
    flex-direction: row; /* Делаем блок горизонтальным */
    align-items: center;
}

/* Стили для левой части "input-container" */
.input-container {
    flex: 2; /* Занимает всю доступную ширину слева */
    padding: 10px; /* Отступ для содержимого слева */
    color: white; /* Цвет текста */
}

/* Стили для правой части "result-container" */
.result-container {
    flex: 1; /* Занимает всю доступную ширину справа */
    padding: 10px; /* Отступ для содержимого справа */
    color: white; /* Цвет текста */
    margin-top: 60px;
}

/* Стили для результатов */
.result-container {
    display: flex;
    flex-direction: column; /* Результаты будут в столбце */
    align-items: center; /* Выравниваем по центру */
    margin-left: 20px; /* Добавляем отступ между блоками */
}

.result {
    margin: 0.5px 1px;
}

.result-title {
    margin-right: 10px; /* Добавим отступ справа */
    font-weight: bold;
    font-size: 21px;
    color: #fff;
}


/* Стили для контейнера кнопок */
.button-container {
    margin-bottom: 20px;
    gap: 5px; /* Расстояние между кнопками */
}

.btnVal {
    border: 2px solid white;
    color: white;
    background-color: #c62828;
    transition: background-color 0.3s, color 0.3s;
    font-size: 20px;
    height: 60px;
    width: 115px;
    padding: 5px 20px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.btnVal.active {
    background-color: white;
    color: #c62828;
}

.btnVal2 {
    border: 2px solid white;
    color: white;
    background-color: #c62828;
    transition: background-color 0.3s, color 0.3s;
    font-size: 20px;
    height: 60px;
    width: 115px;
    padding: 5px 20px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.btnVal2.active {
    background-color: white;
    color: #c62828;
}


.large_value {
    font-size: 23px;
    font-weight: 200;
    margin: 4px 0 30px 0;
}

.btnCredita {
    margin: 30px 0px;
}

.tooltip-container {
    position: relative;
}


.tooltip-input1 {
    display: none;
    position: absolute;
    background-color: #ffffff;
    color: red;
    padding: 5px 10px;
    border-radius: 5px;
    top: -1px;
    left: 40%;
    transform: translateX(-50%);
    z-index: 1; /* Устанавливаем z-index, чтобы тултип был поверх других элементов */
}

.tooltip-input1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.tooltip-input2 {
    display: none;
    position: absolute;
    background-color: #ffffff; /* Цвет фона тултипа */
    color: red; /* Цвет текста тултипа */
    padding: 5px 10px;
    border-radius: 5px;
    top: 143px; /* Расстояние сверху, чтобы тултип вышел сверху */
    left: 40%; /* По центру над элементом */
    transform: translateX(-50%);
}

.tooltip-input2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px; /* Ширина треугольника */
    border-width: 7px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

/*/////////////////////////////////////////////////////////////////*/
/*.background-image {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('/Client/images/photos/fonForoboi.jpg');
        background-size: cover;
        z-index: -1;
    }


    .headering {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 30px;
        color: #fff;
        height: 350px;
        background-color: rgba(19, 17, 17, 0.2);
        margin: auto auto;
    }

        .headering h1 {
            font-weight: 10;
            margin: 0;
            margin-bottom: 30px;
        }

        .headering h3 {
            font-weight: 10;
        }

        .headering a {
            color: white;
        }

    .rows {
        display: flex;
        flex-direction: row;
    }


    .oboiForContainer {
        background-color: #ffffff;
        min-height: 600px;
        padding: 20px 0px;
    }*/






/*for each credits*/
.site-button {
    font-size: 20px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    padding: 0 24px;
    background: rgba(255,255,255,0.3);
    border-radius: 4px;
    margin-right: 4px;
    color: white;
}

.site-button:hover {
    background: rgba(49, 49, 49, 0.3);
}
/*content*/


.firstKgs {
    display: none;
}

.secondRub {
    display: none;
}

.thirdDollar {
    display: none;
}

.fourthEur {
    display: none;
}




.container-inner {
    display: flex;
}

.creditContent {
    margin-left: auto;
}

.creditInfo {
    line-height: 1.6;
    font-size: 20px;
}

.creditSidebar {
    display: block;
    min-width: 350px;
}


.h5opis {
    color: #fff;
    font-size: 1.64rem;
    line-height: 110%;
    margin: 0.82rem 0 0.656rem 0;
    margin-bottom: 2rem;
}

.infoCredit h5 {
    font-size: 1.64rem;
    color: #fff;
    line-height: 110%;
    margin: 0.82rem 0 0.656rem 0;
}

.info-block2 {
    width: 100%;
    display: flex;
}

.vertical-line-cr {
    display: block;
    width: 4px;
    height: 20px;
    background-color: red;
    margin-right: 10px;
}

a {
    text-decoration: none;
    color: black;
}


.infoCredit {
    width: 81%;
    margin: 0 auto;
    background-color: #c62828;
    border-radius: 30px;
    padding: 30px;
}

.infocredit-content {
    margin: 20px;
    color: white;
}




.small_title {
    font-size: 20px;
    font-weight: 300;
    color: rgb(192, 192, 192);
}




.partforCalc {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
    display: none;
}


.child {
    width: 40%;
}


.forRadio {
    height: auto;
    border: 1px solid white;
    border-radius: 10px;
    font-size: 14px;
}

.radioPlace {
    margin: 20px;
    display: flex;
    align-items: left;
    flex-direction: column;
    font-size: 18px;
}


/*radiobutton*/

.containerRadio {
    display: block;
    position: relative;
    padding-left: 40px;
    margin: 10px 0px;
    cursor: pointer;
    font-size: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.containerRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #cc0000;
    border: 3px solid white;
    border-radius: 50%;
}


.containerRadio:hover input ~ .checkmark {
    background-color: #ccc;
}

.containerRadio input:checked ~ .checkmark {
    background-color: #ffffff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.containerRadio input:checked ~ .checkmark:after {
    display: block;
}

.containerRadio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
}




/*inputer*/

input[type=textSum] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    height: 75px;
    max-width: 500px;
    font-size: 22px;
    color: #000;
}



/* classes for button*/




.btnC {
    border: 2px solid white;
    background-color: white;
    color: #000000;
    transition: background-color 0.3s, color 0.3s;
    font-size: 20px;
    border-radius: 10px;
    height: 60px;
    padding: 0 40px;
    margin: 8px 0; /* Изменили значение margin */
    max-width: 500px;
    width: 100%; /* Делаем кнопку адаптивной по ширине */
}

.btnC:hover {
    border: 2px solid white;
    color: white;
    background-color: #c62828;
}

/*valyuty*/







/*slider button*/

/**/

.slider-button {
    width: auto;
}

.slider {
    /*-webkit-appearance: none;*/
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #ffffff;
    cursor: pointer;
    border-radius: 50%;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #ffffff;
    cursor: pointer;
    border-radius: 50%;
}

.value {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
}

/*speech bubble*/
.speech-bubblee {
    display: flex;
    margin-left: 100px;
    position: absolute;
    background-color: rgb(52, 52, 52);
    color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    display: none;
    z-index: 9999;
}


.speech-bubblee:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 17px solid transparent;
    border-top-color: rgb(52, 52, 52);
    border-bottom: 0;
    border-left: 0;
    margin-left: -8.5px;
    margin-bottom: -17px;
}

.ratesPDF {
    font-size: 16px; /* Ðàçìåð øðèôòà */
    color: #000000; /* Öâåò òåêñòà */
    border: 1px solid #b1b1b1; /* Ãðàíèöà êðàñíîãî öâåòà */
    padding: 10px; /* Îòñòóïû âíóòðè ýëåìåíòà */
    margin-top: 20px;
}



@media (max-width: 768px) {
    .tooltip-input1 {
        left: auto; /* Снимаем левый отступ */
        right: 1px; /* Устанавливаем правый отступ */
        transform: none; /* Снимаем transform для восстановления позиции по правому краю */
    }

    .ratesPDF {
        font-size: 12px; /* Измените размер шрифта для мобильных устройств */
        padding: 5px; /* Измените отступы внутри элемента для мобильных устройств */
    }
}

@media (max-width: 768px) {
    .tooltip-input2 {
        left: auto; /* Снимаем левый отступ */
        right: 1px; /* Устанавливаем правый отступ */
        transform: none; /* Снимаем transform для восстановления позиции по правому краю */
    }
}

@media (max-width: 768px) {
    .calcCredit {
        flex-direction: column; /* Меняем направление блока на вертикальное */
        text-align: center; /* Выравниваем содержимое по центру */
        max-width: 90%;
    }

    .input-container,
    .result-container {
        flex: 1; /* Оба блока растягиваются на всю ширину */
        padding: 10px; /* Отступ для содержимого */
        text-align: left; /* Выравнивание содержимого по центру */
        margin-top: auto;
    }
}

/*adaptive*/
@media (max-width:992px) {

    /*adaptive for credit page*/

    .partforCalc {
        flex-flow: column;
    }
}

@media (max-width: 600px) {
    .headering h1 {
        font-size: 45px;
        margin-bottom: 15px;
    }

    .headering h3 {
        font-size: 24px;
        margin: 15px auto;
    }

    .rows {
        flex-direction: column;
        text-align: center;
    }

    .site-button {
        font-size: 18px;
    }
}
