.aficha {
  background-color: #5eaf99;
  text-align: center !important;
  border-radius: 10px;
  border: 2px #a2d1c4 solid;
}/*класс - скругленная рамка и заливка блоков темнозеленым*/
.aficha .sp-module-title {
  color: #edff2b;
  padding-top: 20px;
  padding-bottom: 10px;
}/*класc - цвет и отступ заголовка блока с афишей на главной*/
/*.kontakty {
text-align: center;
font-size: 16px !important;
display: inline-block !important;
}/*центрирование контактной информации*/
.fotmenu {
text-align: center !important;
}/*класс - центрирование текста нижнее меню*/
.sp-contact-info {
text-align: center;
font-size: 16px !important;
}/*центрирование контактной информации*/
.sp-contact-time {
white-space: break-spaces !important;
}/*перенос строк в часах работы внизу сайта*/
h2 > .ler-toggle {
    font-size: 0.8em;
    font-weight: bold;
}
.spoiler-toggle h2, .spoiler-toggle h3, .spoiler-toggle h4 {
    margin: 1em 0 0 0;
    display: inline-block;
}
.spoiler-toggle:before {
    content: "\f107";
  	font-family: "Font Awesome 6 Free";
    display: inline-block;
    margin-right: 0.5em;
  	font-weight: 600;
}
.spoiler-content {
    padding-left: 1em;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    border-left: 1px dashed #ddd;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.spoiler-content__opened {
    margin: 1em 0;
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}
.spoiler-content__opened:hover {
    border-left-color: #097ca7;
}/* Спойлер */