@font-face {
font-family: 'BebasNeue';
src: /*url('BebasNeue.eot');
src: url('BebasNeue.eot?#iefix') format('embedded-opentype'),
url('BebasNeue.woff') format('woff'),*/
url('BebasNeue.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Proxima Nova Light';
src: url('ProximaNova-Light.eot');
src: url('ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
url('ProximaNova-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Montserrat Light';
src: url('Montserrat-Light.eot');
src: url('Montserrat-Light.eot?#iefix') format('embedded-opentype'),
url('Montserrat-Light.woff') format('woff'),
url('Montserrat-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Montserrat Regular';
src: url('Montserrat-Regular.eot');
src: url('Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
url('Montserrat-Regular.woff') format('woff'),
url('Montserrat-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'San Francisco Text Light';
src: url('SFUIText-Light.eot');
src: url('SFUIText-Light.eot?#iefix') format('embedded-opentype'),
url('SFUIText-Light.woff') format('woff'),
url('SFUIText-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'San Francisco Text Regular';
src: url('SFUIText-Regular.eot');
src: url('SFUIText-Regular.eot?#iefix') format('embedded-opentype'),
url('SFUIText-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

body {
    /*font-family: 'Montserrat Regular';*/
    font-family: 'PT Sans', 'Segoe UI', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.56;
    margin: 0; /* Отступы на странице */
    background: #fff;
    color: #000;
        	
   }
   
html, body {
    width: 100%;
    height: 100%;
	}
    
html{
  overflow:scroll;
}

   
a img {
    border: none; /* Убираем рамку */
   }
   
.headR {
    width: 100%;   
    overflow: hidden;
}


#header { /* Верхний блок */
    background: url(/templates/litera/images/header.png) no-repeat;
	width: 450px;
	height: 150px;
    position: absolute;
   }
#header1 {
    height: 150px;
    /*background: linear-gradient(to right, #fff, #40963c);*/
    width: 100%;
    
    /*margin-left:450px;*/
   }
#header2 {
    background:#40963c;
    width: 0;
	height: 150px;
    position: absolute;
    right: 0;
    top:0;
   }

#menu1 {
    position:fixed;
    background: #40963c;   
    width: 100%;   
    /*height: 48px;*/
    height: auto;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}
 
#menu1 ul {
	margin: 0px 0px;
	padding-left: 0;
   }
   
#menu1 li {
	background: #40963c;               
	list-style:none;                                         
	display:inline-block;
	vertical-align: top;
	margin: 2px 0px 2px 2px;
	
    border-radius:5px;
}

#menu1 li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 44px;
    font-family: 'BebasNeue';
    font-size: 20pt;
	text-align: center;
	text-decoration:none;                   
	color:#fff;  
	line-height: 1;
	padding: 3px 11px;
    border-radius:5px;   
    border: 1px solid white;
}

#menu1 li a:hover {
	background: #fff;     
	color: #000;  
    border-radius: 5px;
    border: 1px solid black;
}

#menu1 li.active a{
	background: #fff;
	color: #000;   
    border-radius:5px;
    border: 1px solid black;
}

#menu1 li.item-184 {
    Background: #0165fc;
    color:#fff;  
}

#production_menu {
    text-align: left;
}

#production_menu li {
	display:inline-block;
	margin: 5px 0px 0px 15px;
}


#production_menu li a {
	text-decoration:none;     
    /*border: 1px solid black;*/
    color: #000;  
    /*padding: 3px 3px 3px 3px;*/
}

#production_menu li a:hover {
	color: #0000cd;  
	text-decoration:underline;
}

#production_menu li.active a{
	color: #0000cd;   
	
}


#left_menu {
    width: 170px;
    max-width: 100%;
}

#left_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#left_menu ul li {
    margin: 0 0 3px;
    background: transparent;
    border: 1px solid #b7cbb9;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(31, 61, 37, 0.04);
    overflow: hidden;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

#left_menu ul li:last-child {
    margin-bottom: 0;
}

#left_menu ul li a {
    display: block;
    padding: 5px 11px;
    background: #ffffff;
    color: #213825;
    text-decoration: none;
    border-radius: 10px;
    line-height: 1.05;
    font-size: 14px;
    font-weight: 700;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
    box-sizing: border-box;
    transition: background-color 0.18s ease, color 0.18s ease;
}

#left_menu li a:hover,
#left_menu li a:focus-visible {
    background: #eef5ef;
    color: #1f5a2a;
    outline: none;
}

#left_menu ul li:hover {
    border-color: #7fa884;
    box-shadow: 0 4px 10px rgba(49, 96, 60, 0.08);
    transform: translateX(1px);
}

#left_menu li.active,
#left_menu li.current {
    border-color: #4f8757;
    box-shadow: 0 5px 12px rgba(64, 150, 60, 0.11);
}

#left_menu li.active a,
#left_menu li.current a {
    background: #e4f0e5;
    color: #1f5a2a;
    font-size: 14px;
    font-weight: 700;
}

#left_menu .last {
    border-bottom: none;
}

#leftcol {
    width: 170px;
    max-width: 100%;
    margin: 24px auto 16px;
}
   #rightcol a {
    color: #000;
    text-decoration: none;
}
#rightcol {
    font-family: 'PT Sans', 'Segoe UI', Arial, sans-serif;
    font-weight: normal;
    margin: 50px 20% 15% 15%;
    font-size: 13pt;
}  

#rightcol h2 {
    font-size: 17pt;
    margin-block-start: 0.1em;
    margin-block-end: 0.1em;
} 

@media screen and (min-width: 761px) and (max-width: 1100px) {
    #leftcol {
        width: 100%;
        margin: 14px auto 12px;
    }

    #left_menu ul li {
        margin-bottom: 2px;
    }

    #left_menu ul li a {
        padding: 5px 9px;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.05;
    }
}
   
#content {
    
     min-height: 650px;
     padding: 25px 40px 50px 40px;
     margin: 0;
     font-family: 'PT Sans', 'Segoe UI', Arial, sans-serif;
     color: #1d1d1d;
     
}

#content h1 {
    margin: 0 0 18px;
    font-family: 'PT Sans', 'Segoe UI', Arial, sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.22;
    color: #2f7f31;
    text-align: left;
}

#content h2 {
    margin: 30px 0 14px;
    font-family: 'PT Serif', Georgia, 'Times New Roman', serif;
    font-weight: normal;
    font-size: 24pt;
    line-height: 1.2;
    color: #1d1d1d;
    text-align: left;
}

/* Legacy fallback for articles not yet converted to a real h1. */
#content .item-page [itemprop="articleBody"] > p:first-child {
    margin: 0 0 18px;
    text-align: left !important;
}

#content .item-page [itemprop="articleBody"] > p:first-child > span[style*="font-size: 24pt"],
#content .item-page [itemprop="articleBody"] > p:first-child > span[style*="font-size:24pt"],
#content .item-page [itemprop="articleBody"] > p:first-child > span[style*="font-size: 26pt"],
#content .item-page [itemprop="articleBody"] > p:first-child > span[style*="font-size:26pt"],
#content .item-page [itemprop="articleBody"] > p:first-child > br + span[style*="font-size: 24pt"],
#content .item-page [itemprop="articleBody"] > p:first-child > br + span[style*="font-size:24pt"],
#content .item-page [itemprop="articleBody"] > p:first-child > br + span[style*="font-size: 26pt"],
#content .item-page [itemprop="articleBody"] > p:first-child > br + span[style*="font-size:26pt"] {
    display: block;
    color: #2f7f31 !important;
    font-family: 'PT Sans', 'Segoe UI', Arial, sans-serif !important;
    font-size: 32px !important;
    font-weight: normal;
    line-height: 1.22;
    letter-spacing: 0;
}

.layout {
    overflow: hidden;
   
    min-height: 100%;
    width: 100%;
    padding-top:50px;
   
	}
	
	.left, .center, .right { 
		float: left;
		box-sizing: border-box;
	}
  
.left { 
    
	width: 18%;
	height: 100%;
	text-align: left;
    background: #abefbc2b;
    
	}
  
.center {   
	width: 64%;
	text-align: justify;
    background: #fff;
    margin: 0;
    padding: 0;
    border-radius:7px;
    /* border: 1px solid #303030; */
    
	}
  
.right {
    
	width: 18%;
	height: 100%;
	text-align: right;
    /*background: #ecf8ef; */
    background: #abefbc2b;
	}

.map-container,
#content .map-container {
    width: 100%;
    max-width: 100%;
    margin: 18px 0 24px;
}

.map-container iframe,
.map-container img,
#content iframe[src*="yandex.ru/map-widget"] {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
}

.map-container img {
    height: auto;
}

.map-mobile {
    display: none;
}

.map-desktop {
    display: block;
}

.home-gallery {
    margin: 0 0 24px;
}

.home-gallery__grid {
    column-count: 3;
    column-gap: 12px;
}

.home-gallery__item {
    display: block;
    margin: 0 0 12px;
    overflow: hidden;
    border-radius: 8px;
    background: #f3f5f6;
    break-inside: avoid;
    text-decoration: none;
}

.home-gallery__thumb {
    display: block;
    width: 100%;
    height: auto;
}

#makeorder1 {
    margin-top: 50px;
}

.area_message_13{
    margin-top: 50px;
}
   
.mar {
   margin-left: 23px;
   
   }
   
.green {
   color: #2d6a2a;
   }
.big {
   font-size: 15pt;
   }
.stext {
   font-size: 14pt;
   }

.skip-link {
    position: absolute;
    left: -9999px;
    top: 8px;
    background: #fff;
    color: #000;
    padding: 8px 12px;
    border: 2px solid #2d6a2a;
    border-radius: 4px;
    z-index: 1000;
    text-decoration: none;
}

.skip-link:focus {
    left: 12px;
}

#wrapper{
  padding-bottom:160px;
}

#footer{
    clear: both;
   
  padding: 25px 0 25px 0;
  width:100%;  
  text-align:center;
  font-size:9pt;
/*
  background-color:#7e7d7d;
*/
}
#menu_tg1, #menu_tg2 {
	display: none;
}

.breadcrumbs-wrap {
    margin: 0 0 18px;
}

.breadcrumbs-wrap:empty {
    display: none;
}

.breadcrumbs-wrap .breadcrumbs,
.breadcrumbs-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs-wrap ul li {
    display: inline;
    font-size: 13px;
    color: #5c5c5c;
}

.breadcrumbs-wrap ul li + li:before {
    content: "/";
    margin: 0 7px;
    color: #8f8f8f;
}

.breadcrumbs-wrap a {
    color: #2d6a2a;
    text-decoration: none;
}

.breadcrumbs-wrap a:hover {
    text-decoration: underline;
}

.breadcrumbs-wrap .showHere,
.breadcrumbs-wrap .divider,
.breadcrumbs-wrap .divider img {
    display: none;
}

.article-toc {
    margin: 0 0 18px;
    padding: 12px 16px;
    background: #f3faf4;
    border: 1px solid #d3e8d4;
    border-radius: 6px;
}

.article-toc p {
    margin: 0 0 8px;
}

.article-toc ul {
    margin: 0;
    padding-left: 18px;
}

.article-toc li {
    margin: 0 0 4px;
}

.article-toc a {
    color: #2d6a2a;
    text-decoration: none;
}

.article-toc a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

#content iframe {
    max-width: 100%;
    display: block;
    border: 0;
}

table {
    max-width: 100%;
}

#content table:not(.tg) {
    width: 100%;
    margin: 18px 0 24px;
    border-collapse: separate!important;
    border-spacing: 0;
    border: 1px solid #d8e2e8!important;
    border-radius: 9px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 12px rgba(56, 76, 92, 0.06);
    font-size: 15px;
    line-height: 1.5;
    font-family: 'PT Sans', 'Segoe UI', Arial, sans-serif;
    text-align: left!important;
    word-spacing: normal!important;
    letter-spacing: normal!important;
}

#content table:not(.tg) th {
    background: #567287;
    color: #fff;
    font-family: 'PT Sans', 'Segoe UI', Arial, sans-serif;
    font-weight: normal;
    text-align: left;
    padding: 11px 13px!important;
    border: 0!important;
    border-right: 1px solid rgba(255, 255, 255, 0.28)!important;
    vertical-align: top;
}

#content table:not(.tg) th:last-child {
    border-right: 0!important;
}

#content table:not(.tg) td {
    padding: 11px 13px!important;
    border: 0!important;
    border-right: 1px solid #dfe7eb!important;
    border-bottom: 1px solid #dfe7eb!important;
    vertical-align: top;
    background: #fff;
    text-align: left!important;
    word-spacing: normal!important;
    letter-spacing: normal!important;
    overflow-wrap: normal;
    word-break: normal;
    font-family: 'PT Sans', 'Segoe UI', Arial, sans-serif;
}

#content table:not(.tg) td:last-child {
    border-right: 0!important;
}

#content table:not(.tg) tr:last-child td {
    border-bottom: 0!important;
}

#content table:not(.tg) tbody tr:nth-child(even) td {
    background: #f6f9fb;
}

#content table:not(.tg) tbody tr:hover td {
    background: #edf4f8;
}

#content table:not(.tg) td:first-child {
    color: #2f556d;
    font-weight: bold;
    font-family: 'PT Sans', 'Segoe UI', Arial, sans-serif;
}

#content table p {
    margin: 0;
}

@media all and (max-width: 760px) {
    #menu1 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        display: flex;
        align-items: center;
        gap: 6px;
        min-height: 50px;
        margin: 0;
        padding: 6px 10px;
        background: #40963c;
        border-bottom: 1px solid rgba(0, 0, 0, .08);
        box-sizing: border-box;
    }

    #menu_tg1,
    #menu_tg2 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 0;
        min-width: 0;
        height: 36px;
        margin: 0;
        padding: 0 12px;
        cursor: pointer;
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, .22);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff;
        font-family: 'PT Sans', 'Segoe UI', Arial, sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-decoration: none;
        white-space: nowrap;
        box-shadow: none;
        -webkit-tap-highlight-color: transparent;
    }

    #menu_tg1:hover,
    #menu_tg2:hover,
    #menu_tg1:active,
    #menu_tg2:active {
        background: rgba(255, 255, 255, 0.14);
    }

    #menu_tg1 > span,
    #menu_tg2 > span {
        display: inline-block;
        width: 18px;
        margin: 0 0 0 10px;
        vertical-align: middle;
    }

    #menu_tg1 > span span,
    #menu_tg2 > span span {
        display: block;
        height: 2px;
        margin: 3px 0;
        border-radius: 2px;
        background: #ffffff;
        opacity: 0.95;
    }

    #menu1 .moduletable_menu,
    .left {
        display: none;
        position: fixed;
        top: 52px;
        left: 10px;
        z-index: 1001;
        margin: 0;
        padding: 8px 0 calc(12px + env(safe-area-inset-bottom));
        box-sizing: border-box;
        background: #ffffff;
        border: 1px solid #d9e2db;
        border-radius: 14px;
        box-shadow: 0 14px 36px rgba(18, 31, 20, 0.14);
        overflow-x: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 64px);
        max-height: calc(100svh - 64px - env(safe-area-inset-bottom));
        max-height: calc(100dvh - 64px - env(safe-area-inset-bottom));
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }

    #menu1 .moduletable_menu {
        width: calc(100vw - 20px);
        max-width: 290px;
    }

    .left {
        right: 10px;
        width: auto;
        max-width: none;
        float: none;
        height: auto;
        padding: 8px 0;
        background: #ffffff;
    }

    #menu1 .moduletable_menu.is-open,
    .left.is-open {
        display: block;
    }

    #menu1 .moduletable_menu h3,
    .left h3 {
        display: none;
    }

    #menu1 .moduletable_menu ul,
    .left #left_menu ul,
    #menu1 .moduletable_menu li,
    .left #left_menu li {
        margin: 0;
        padding: 0;
        list-style: none;
        float: none;
        width: auto;
        max-width: none;
    }

    .left #left_menu {
        width: auto;
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .left #leftcol {
        width: auto;
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .left #left_menu ul {
        display: block;
        column-count: 1;
        column-gap: 0;
    }

    #menu1 .moduletable_menu li,
    .left #left_menu li {
        display: block;
        margin: 0;
        background: transparent;
        border: 0;
        border-top: 1px solid #edf2ee;
        border-radius: 0;
        clear: both;
        break-inside: avoid;
    }

    #menu1 .moduletable_menu li:first-child,
    .left #left_menu li:first-child {
        border-top: 0;
    }

    #menu1 .moduletable_menu li > a,
    #menu1 .moduletable_menu li > span,
    .left #left_menu li > a,
    .left #left_menu li > span {
        display: block;
        padding: 12px 16px;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-sizing: border-box;
        color: #1f2a1f;
        font-family: 'PT Sans', 'Segoe UI', Arial, sans-serif;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.35;
        text-align: left;
        text-decoration: none;
        white-space: normal;
        overflow-wrap: anywhere;
        box-shadow: none;
    }

    #menu1 .moduletable_menu li > a:hover,
    #menu1 .moduletable_menu li > a:active,
    .left #left_menu li > a:hover,
    .left #left_menu li > a:active {
        background: #f3f6f4;
        color: #1f5f3e;
    }

    #menu1 .moduletable_menu li.active > a,
    #menu1 .moduletable_menu li.active > span,
    #menu1 .moduletable_menu li.current > a,
    #menu1 .moduletable_menu li.current > span,
    .left #left_menu li.active > a,
    .left #left_menu li.active > span,
    .left #left_menu li.current > a,
    .left #left_menu li.current > span {
        background: #f3f7f4;
        color: #2f6f2d;
        font-weight: 600;
        box-shadow: inset 3px 0 0 #40963c;
    }

    #menu1 .moduletable_menu ul ul li > a,
    #menu1 .moduletable_menu ul ul li > span,
    .left #left_menu ul ul li > a,
    .left #left_menu ul ul li > span {
        padding-left: 28px;
        font-size: 14px;
        color: #4e5d51;
    }

    #menu1 .moduletable_menu ul ul ul li > a,
    #menu1 .moduletable_menu ul ul ul li > span,
    .left #left_menu ul ul ul li > a,
    .left #left_menu ul ul ul li > span {
        padding-left: 38px;
    }

    #menu1 .moduletable_menu li.item-184 {
        margin: 0;
        border-top: 1px solid #edf2ee;
    }

    #menu1 .moduletable_menu li.item-184 > a,
    #menu1 .moduletable_menu li.item-184 > span {
        margin: 8px 12px 4px;
        padding: 10px 14px;
        border-radius: 10px;
        border: 1px solid #dbe5dc;
        background: #f3f7f4;
        color: #1f5f3e;
        font-weight: 600;
        text-align: center;
        box-shadow: none;
    }

    #menu1 .moduletable_menu li.item-184 > a:hover,
    #menu1 .moduletable_menu li.item-184 > a:active {
        background: #edf4ee;
        color: #1f5f3e;
    }
    .center {
    	width: 100%;
        text-align: left;
    }
    #content {
    	min-height: 0;
    	padding: 15px;
    }
    #content h1 {
        margin: 0 0 14px;
        font-size: 24px;
        line-height: 1.25;
    }
    #content h2 {
        margin: 24px 0 12px;
        font-size: 21px;
        line-height: 1.22;
    }
    #content .item-page [itemprop="articleBody"] > p:first-child {
        margin: 0 0 14px;
    }
    #content .item-page [itemprop="articleBody"] > p:first-child > span[style*="font-size: 24pt"],
    #content .item-page [itemprop="articleBody"] > p:first-child > span[style*="font-size:24pt"],
    #content .item-page [itemprop="articleBody"] > p:first-child > span[style*="font-size: 26pt"],
    #content .item-page [itemprop="articleBody"] > p:first-child > span[style*="font-size:26pt"],
    #content .item-page [itemprop="articleBody"] > p:first-child > br + span[style*="font-size: 24pt"],
    #content .item-page [itemprop="articleBody"] > p:first-child > br + span[style*="font-size:24pt"],
    #content .item-page [itemprop="articleBody"] > p:first-child > br + span[style*="font-size: 26pt"],
    #content .item-page [itemprop="articleBody"] > p:first-child > br + span[style*="font-size:26pt"] {
        font-size: 24px !important;
        line-height: 1.25;
    }
    .breadcrumbs-wrap {
        margin: 0 0 12px;
    }
    .breadcrumbs-wrap ul li {
        font-size: 12px;
    }
    .article-toc {
        padding: 10px 12px;
    }
    .article-toc li {
        margin-bottom: 3px;
    }
    body {
    	font-size: 14px;
    	line-height: 1.4;
    }
    .right {
    	width: 100%;
    	text-align: center;
    }
    #rightcol {
    	margin: 0 15px 15px;
    	font-size: 14px;
    }
    .big {
    	font-size: 17px;
    }
    .home-gallery__grid {
        column-count: 2;
        column-gap: 10px;
    }
    .home-gallery__item {
        margin-bottom: 10px;
    }
    .center .table-scroll {
        width: 100%;
        margin: 0 0 18px;
        padding: 0 0 8px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .center .table-scroll > table:not(.tg) {
        width: 100%!important;
        min-width: 100%;
        margin: 0!important;
        border-radius: 7px;
    }
    .center .table-scroll > table:not(.tg) td,
    .center .table-scroll > table:not(.tg) th {
    	padding: 8px 10px!important;
    	font-size: 13px!important;
        min-width: 0;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
        hyphens: auto;
        line-height: 1.4;
    }
    .center table.tg {
        display: table;
        width: auto!important;
        min-width: 0;
        max-width: 100%;
        border-radius: 0!important;
    }
#production_menu {
	padding: 0;
	margin: 0;
}
#production_menu li {
	margin: 0 20px 5px 0;
	font-size: 13px;
}
*[style="font-size: 13pt;"],
*[style="font-size: 12pt;"] {
	font-size: 14px!important;
}
    .map-container,
    #content .map-container {
        margin: 16px 0 20px;
    }
    .map-mobile {
        display: block;
    }
    .map-desktop {
        display: none;
    }
}
@media (max-width: 450px){
.eventgallery-tiles-list .eventgallery-tiles .eventgallery-tile {
    width: 50%!important;
}
    #menu1 {
        gap: 6px;
        padding: 7px 8px;
    }

    #menu_tg1,
    #menu_tg2 {
        height: 38px;
        padding: 0 10px;
        font-size: 13px;
        border-radius: 10px;
    }

    #menu1 .moduletable_menu,
    .left {
        top: 50px;
        left: 8px;
        right: 8px;
        width: calc(100vw - 16px);
        max-width: none;
        max-height: calc(100vh - 60px);
        max-height: calc(100svh - 60px - env(safe-area-inset-bottom));
        max-height: calc(100dvh - 60px - env(safe-area-inset-bottom));
        padding-bottom: calc(12px + env(safe-area-inset-bottom));
    }

    #menu1 .moduletable_menu li > a,
    #menu1 .moduletable_menu li > span,
    .left #left_menu li > a,
    .left #left_menu li > span {
        padding: 12px 14px;
        font-size: 14px;
    }

    #menu1 .moduletable_menu ul ul li > a,
    #menu1 .moduletable_menu ul ul li > span,
    .left #left_menu ul ul li > a,
    .left #left_menu ul ul li > span {
        padding-left: 24px;
        font-size: 13px;
    }
    .home-gallery__grid {
        column-count: 2;
        column-gap: 8px;
    }
    .home-gallery__item {
        margin-bottom: 8px;
    }
#content h1,
#content .item-page [itemprop="articleBody"] > p:first-child > span[style*="font-size: 24pt"],
#content .item-page [itemprop="articleBody"] > p:first-child > span[style*="font-size:24pt"],
#content .item-page [itemprop="articleBody"] > p:first-child > span[style*="font-size: 26pt"],
#content .item-page [itemprop="articleBody"] > p:first-child > span[style*="font-size:26pt"],
#content .item-page [itemprop="articleBody"] > p:first-child > br + span[style*="font-size: 24pt"],
#content .item-page [itemprop="articleBody"] > p:first-child > br + span[style*="font-size:24pt"],
#content .item-page [itemprop="articleBody"] > p:first-child > br + span[style*="font-size: 26pt"],
#content .item-page [itemprop="articleBody"] > p:first-child > br + span[style*="font-size:26pt"] {
    font-size: 22px !important;
}
}
