
body {
  font-family: 'Roboto', sans-serif;
  background-color:#EDE9E6!important;
}
html, body {
  scroll-behavior: auto !important;
}
a{
  color:#640909;
}
h1,h2{
  font-family: Georgia, serif; /* Задает шрифт Georgia (с подстраховкой на стандартный serif) */
    font-weight: bold;           /* Делает текст жирным */
    font-size: 24px;
	color:#640909;
	text-transform: uppercase;
}
/* Принудительно наследуем шрифт для элементов форм (кнопки, инпуты) */
input, button, textarea, select {
  font-family: inherit;
}
.mm-wrapper{margin: auto;}
#block-usteatr-page-title h1{margin-top: 0;}
 a, li{font-size: 16px;}
 
#block-usteatr-page-title{
  max-width:1750px;
  margin: 15px auto 0;
  padding:3px;
   }
  .o-teatre #block-usteatr-page-title{
    height: 20px;
 }
 #block-usteatr-content{
  max-width:1750px;
  margin: 0 auto;
  padding:5px
 }

.layout-container, .responsive-menu-page-wrapper, #page, 
#wrapper, 
.main-container, 
.content-wrapper, 
main, 
section, .mm-page, .mm-wrapper_background body {
    background-color: transparent !important;
    background: transparent !important;
}
 .pdf-row {display: flex !important; flex-wrap: wrap !important; align-items: center !important; gap: 15px; margin-bottom: 20px;
 }
 .pdf-row img{display: block; flex-shrink: 0;
 }
 .pdf-row .pdf-title{font-weight: 500; display: block;
 }
 .pdf-row a {display: inline-block !important; vertical-align: middle !important; padding: 8px 16px; background: #640909; color: #fff; text-decoration: none; border-radius: 20px;
 }