
body {
    /*background-image: url('background.jpg'); !* Путь к изображению фона *!*/
    background-color: rgba(27, 131, 112, 0.1); /* Путь к изображению фона */
    background-size: cover; /* Растягивает фон на всю ширину и высоту экрана */
    background-repeat: no-repeat; /* Запрещает повторение фонового изображения */
}

.green {
    color: green;

}

.red {
    color: red;
}

.blue {
    color: #0f6df5;
}

table.main {
}

tr.row {
}

td.cell {
}

div.block {
}

div.paragraph {
}

.accordion-body_R {

}


.ms-6 {
    margin-right: 4rem !important
}

.ms-7 {
    margin-right: 5rem !important
}

.mh-150 {
    max-height: 150px
}
