p {
	font-family: "Times New Roman", Times, serif;
	color: #006633;
}
.pc {
	font-family: "Times New Roman", Times, serif;
	color: #006633;
	text-align: center;
}
.pj {
	font-family: "Times New Roman", Times, serif;
	color: #006633;
	text-align: justify;
}
.pr {

	font-family: "Times New Roman", Times, serif;
	color: #006633;
	text-align: right;
}
a {
	color: #CC0033;
}
.ahid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
a:hover {color: #0099FF}
td {

	font-family: "Times New Roman", Times, serif;
	color: #006633;
}
.tb {
	color: #FFFFFF;
	background-color: #006633;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
}
.tbl {
	background-color: #DAF8DA;
}
.err {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
.sel {
	font-weight: bold;
	color: #0000FF;
}
li {
	font-family: "Times New Roman", Times, serif;
	color: #006633;
	padding-top: 4pt;
}
.menu {
	font-weight: bold;
	text-decoration: none;
}
sup {
	color: #CC3300;
	text-decoration: none;
}
.request-btn-txt {
	font-weight: bold;
	text-decoration: none;
}
.batch-size-selector {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.sections-selector {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.prices-selector {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.pricelist-row-light {
	background-color: #DAF8DA;
}
.pricelist-caption-row {
	background-color: #DAF8DA;
}
.pricelist-headers {
	color: #FFFFFF;
	background-color: #006633;
}
.nav-btn-year {
	font-weight: bold;
	text-decoration: none;
}
.list-num {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.list-entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.search-size-selector {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.lot-caption-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.index-caption-link {
	font-weight: bold;
	text-decoration: none;
}
.index-section-caption {
	font-weight: bold;
	text-decoration: none;
}
.delivery-txt {
	font-weight: bold;
	color: #0000FF;
}
.note-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.cart-header-table {
	background-color: #DAF8DA;
}
.cart-ident-txt {
	width: 65%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.msg-theme-selector {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
/* --- Оформление для HEAD.INC СТАРТ --- */
.header-logo {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	color: #ffffff;
	background-color:#006633;
}
.urania-logo {
	width: 50px;
	height: 54px;
	border: none;
}
.telegram-btn {
	width: 224px;
	height: 54px;
	border: none;
}
.header-logo h1 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 920px) {
	/* на случай правок адаптивности */
}
/* --- Оформление для HEAD.INC КОНЕЦ --- */

/* --- Оформление для MENU.INC СТАРТ --- */
.nav-btn-uppict {
	width: 25px;
	height: 25px;
	border: none
}
.header-menu {
	background: #DAF8DA;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}
.header-menu *:focus, .header-menu *::before, .header-menu *::after {
    margin: 0;
    outline: 0;
    box-sizing: content-box;
}

.header-menu li {
	display: inline-block;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
}
.header-menu ul {
	padding-inline-start: 10px;
    padding-inline-end: 10px;
    height: 100%;
}
.header-menu li:hover {
    box-shadow: 3px 3px 20px 5px pink inset;
}

.header-menu a {
	display: block;
    text-decoration: none;
    color: #CC0033;
    padding: 5px 20px 5px 0;
    width: 100%;
}

.menu-1 ul {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-block-start: 0;
    margin-block-end: 0;
}
.menu-2 ul {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-block-start: 0;
    margin-block-end: 0;
}

@media screen and (max-width: 1150px) {
	.header-menu li {
    	font-size: 1rem;
        width: 25%;
    }
}
@media (screen and (max-width: 800px)) or (max-device-width: 720px) {
	.menu-1 li {
    	width: 100%;
    }
    .menu-1 ul {
    	display: none;
    }
    .menu-1::before, .header-menu::after {
    	content: '';
        text-align: center;
        position: absolute;
        top: -25px;
        left: 10px;
        display: block;
        background-image: url("./burger.png");
        background-size: 60px 60px;
        cursor: pointer;
        height: 60px;
        width: 60px;
    }
    .menu-1::before, .header-menu::after {
    	background-color: white;
        box-shadow: 1px 1px 2px 2px gray, 5px 5px 15px 5px pink inset;
        border: 1px solid white;
        border-radius: 30px;
    }
    .header-menu::after {
    	background-position: -30px -30px;
        z-index: 1;
    }
    .menu-1::before {
    	z-index: 2;
    }
    .menu-1:focus::before {
    	z-index: 0;
    }
    .menu-1:focus ul, .menu-1 ul:hover {
    	display: block;
    }
}
/* --- Оформление для MENU.INC КОНЕЦ --- */
