﻿/* баннер карты */
.breadcumb-area-banner {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    object-fit: cover;
}

.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;
}
/* баннер карты */

/*pdf files*/
.ratesPDF {
    font-size: 16px; /* Размер шрифта */
    color: #000000; /* Цвет текста */
    border: 1px solid #b1b1b1; /* Граница красного цвета */
    padding: 10px; /* Отступы внутри элемента */
    margin: 10px auto; /* Отступы по вертикали и автоматический отступ по горизонтали */
    max-width: 75%; /* Максимальная ширина элемента */
}
/*pdf files*/

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

/*note*/
.blockquote-go {
    margin: 50px auto;
    padding-left: 1.0rem;
    border-left: 5px solid #ee6e73;
    font-style: italic; /* Добавляем стиль для наклонного текста */
    max-width: 74%;
    color: #cc0000;
}
/*note*/

.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;
}




.conteiner-split-block {
    margin-bottom: 30px;
}

.split-block {
    display: flex;
    background-color: #ffffff; /* фон */
    padding: 20px;
    border-radius: 15px; /* Закругление углов */
    max-width: 80%; /* Максимальная ширина блока */
    margin: 0 auto; /* Центрирование блока по горизонтали */
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}

.title {
    font-size: 30px; /* Увеличиваем размер текста */
    font-weight: bold; /* Делаем текст заголовка жирным */
    margin-bottom: 10px; /* Добавляем отступ снизу */
    color: #000;
    line-height: 40px;
}
.description {
    display: grid;
    background-color: #ffffff; /* фон */
    padding: 20px;
    border-radius: 15px; /* Закругление углов */
    max-width: 77%; /* Максимальная ширина блока */
    margin: 0 auto; /* Центрирование блока по горизонтали */
    line-height: 20px;
}

.cards-l-rulel1 {
    font-size: 1.8em;
    margin-top: .8em;
    margin-bottom: 1em;
    color: #000000
}

.list-content .cards-l-rulel1 {
    font-weight: 700;
}

.left {
    flex: 2;
    padding: 10px; /* Отступ для содержимого справа */
    text-align: left; /* Выравнивание текста слева */
    margin-left: 10px; /* Расстояние между левой и правой частью */
}

.right {
    flex: 1;
    display: flex; /* Добавляем flex-контейнер для выравнивания по центру */
    justify-content: center; /* Горизонтальное выравнивание по центру */
    align-items: center; /* Вертикальное выравнивание по центру */
    padding: 10px; /* Отступ для изображения */
}

.img-block {
    max-width: 100%;
    height: auto;
    transition: transform 0.2s, box-shadow 0.2s; /* Добавляем плавный переход и для изображения, и для тени */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Добавляем тень для эффекта глубины */
    border-radius: 10px; /* Добавляем закругление краев */
    border: 2.5px solid white; /* Белая рамка */
}

/* Добавляем эффект приближения (зум) и изменение тени при наведении */
.img-block:hover {
    transform: scale(1.1); /* Увеличиваем размер изображения при наведении */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); /* Увеличиваем тень при наведении */
}

.btn-card {
    background-color: white;
    color: #c62828;
    border: 2px solid #c62828;
    border-radius: 10px; /* Задаем радиус для создания овальной формы */
    padding: 10px 20px;
    margin-top: 10px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Добавляем тень для эффекта глубины */
    transition: transform 0.2s; /* Добавляем плавный переход для кнопки */
    font-weight: bold; /* Делаем текст жирным */
    margin-top: 0px;
}

.btn-card:focus {
    outline: none; /* Убираем контур фокуса */
}

/* Добавляем расстояние между кнопками */
.btn-card + .btn-card {
    margin-left: 6px;
}

/* Добавляем эффект масштабирования при наведении */
.btn-card:hover {
    transform: scale(1.05); /* Увеличиваем размер кнопки при наведении */
    background-color: #c62828;
    color: #ffffff;
}

/* Пример адаптивности для мобильных устройств */
@media (max-width: 768px) {
    .split-block {
        flex-direction: column; /* Один столбец на мобильных устройствах */
        padding: 10px;
        max-width: 90%; /* Максимальная ширина блока на мобильных устройствах */
        margin: 0 auto
    }

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

    .img-block {
        max-width: 97%;
        height: auto;
        transition: transform 0.2s, box-shadow 0.2s; /* Добавляем плавный переход и для изображения, и для тени */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Добавляем тень для эффекта глубины */
        border-radius: 10px; /* Добавляем закругление краев */
        border: 2.5px solid white; /* Белая рамка */
    }
    .split-block {
        display: flex;
        background-color: #ffffff; /* фон */
        padding: 20px;
        border-radius: 15px; /* Закругление углов */
        max-width: 97%; /* Максимальная ширина блока */
        margin: 0 auto; /* Центрирование блока по горизонтали */
        /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    }
    .odescription {
        display: grid;
        background-color: #ffffff; /* фон */
        padding: 20px;
        border-radius: 15px; /* Закругление углов */
        max-width: 89%; /* Максимальная ширина блока */
        margin: 0 auto; /* Центрирование блока по горизонтали */
        line-height: 20px;
    }
    .blockquote-go {
        margin: 50px auto;
        padding-left: 1.0rem;
        border-left: 5px solid #ee6e73;
        font-style: italic; /* Добавляем стиль для наклонного текста */
        max-width: 79%;
        color: #cc0000;
    }
}

/*pdf files*/
.privery {
    color: #c62828;
    font-size: 15px;
}

.label-checkbox {
    margin-left: 25px;
    font-size: 15px;
}

.normal {
    /*font-weight: normal;*/
}

@media(max-width: 768px) {
    .ratesPDF {
        font-size: 12px; /* Измените размер шрифта для мобильных устройств */
        padding: 5px; /* Измените отступы внутри элемента для мобильных устройств */
        margin: 5px auto; /* Центрируем элемент и изменяем отступы вокруг него для мобильных устройств */
        max-width: 79%; /* Устанавливаем максимальную ширину элемента */
    }
}