.b-listDesc{
    display: flex;
    justify-content: center;
    text-align: left;
}
.b-listDesc ul {
    list-style-type: disc; /* стандартные маркеры */
    padding-left: 1.5rem;
}

.b-listDesc li {
    color: #000; /* текст */
    position: relative;
    margin-bottom: 0.5rem;
}

/* кастомный цвет маркера */
.b-listDesc li::marker {
    color: #c28566;
}


.mad-breadcrumb{
    margin-top: 140px;
}


.fix-media-img-block{
    margin: 0;
    bottom: 0;
}
.fix-media-img-block img{
    height: 500px;
    object-fit: cover;
}

.logo1{
    width: 120px;
}
.logo2{
    width: 120px;
}

/*.logo1 img{*/
/*    width: 30%;*/
/*}*/
/*.logo2 img{*/
/*    width: 30%;*/
/*}*/

.header-phone{
    color: var(--color-primary);
    font-size: 19px;
    font-weight: 700;
    /*border-bottom: 2px solid var(--color-primary);*/
}

.mad-section .b24-form-wrapper{
    margin: 0 !important;
}
.mad-section .b24-form-header-padding{
    padding: 0;
}