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



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

.split-block {
    display: flex;
    background-color: #c62828;
    padding: 50px 65px;
    border-radius: 40px;
    max-width: 80%;
    margin: 0 auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: white;
}

.title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 40px;
}

@media(max-width: 768px) {
    .title {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 40px;
    }
}

.left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-right: 15px;
}

.right {
    flex: 2;
    padding: 10px;
    text-align: left;
    margin-left: 15px;
}

.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: 13px;
    border: 2.5px solid white;
    margin-left: 15px;
}

.img-block:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.btn-card {
    background-color: white;
    color: black;
    border: 2px solid white;
    border-radius: 10px;
    padding: 10px 10px;
    margin-top: 10px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    font-weight: bold;
}

.btn-card:focus {
    outline: none;
}

.btn-card + .btn-card {
    margin-left: 6px;
}


.btn-card:hover {
    transform: scale(1.05);
}


@media (max-width: 768px) {
    .split-block {
        flex-direction: column;
        padding: 10px;
        max-width: 90%;
        margin: 0 auto
    }

    .left, .right {
        flex: 2;
        padding: 10px;
        text-align: left;
    }

    .left {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

    .right {
        flex: 2;
        padding: 10px;
        text-align: left;
    }
}

.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: 300px;
    background-color: rgba(19, 17, 17, 0.2);
    margin: auto auto;
}

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

.headering a {
    color: white;
}

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

.site-button {
    border: 2px solid white;
    padding: 20px 35px;
    background-color: rgba(19, 17, 17, 0);
    font-weight: 300;
}


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

/*content*/

.btn-between-right {
    margin-top: 10px;
}

.label-content {
    padding-top: 24px;
    background-color: rgb(255, 255, 255);
}

.label {
    background-color: #cc0000;
    color: white;
    font-size: 12px;
    padding: 6px 30px;
    text-align: center;
    float: right;
    border-radius: 10px 0px 0px 0px;
}

.privery {
    color: #c62828;
    font-size: 15px;
}

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