@font-face {
   font-family: 'Arsenal';
   src: url('arsenal-regular.woff') format('woff');
}
@font-face {
   font-family: 'Ubuntu Condensed';
   src: url('ubuntu-c.woff') format('woff');
}

a {
   color: #0000FF;
   text-decoration: underline;
}
a:visited {
   color: #800080;
}
a:active {
   color: #FF0000;
}
a:hover {
   color: #0000FF;
   text-decoration: underline;
}

h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3
{
   font-family: Arial;
   font-weight: normal;
   font-size: 24px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4
{
   font-family: Arial;
   font-weight: normal;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5
{
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #000080;
   background-color: transparent;
}

/* Всплывающее окно формы заказа */
.popup-overlay {  position: fixed;  top: 0; left: 0;  width: 100%; height: 100%;  background: rgba(0, 0, 0, 0.6);  display: none;  justify-content: center;  align-items: center;  z-index: 1000;}
.popup {  
	background: #87CEFA;
	padding: 25px 30px;  
	border-radius: 10px;  
	max-width: 400px;  
	width: 100%;  
	position: relative;  
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	font-size: 1.2em;
}
.popup #Button1 {
	background: #FFD700;
	color: #000;
}
.popup input {
	padding: 5px;
	border-radius: 5px;
	border: none;
}
.close {  position: absolute;  top: 10px; right: 15px;  font-size: 20px;  cursor: pointer;}#popupForm {  display: flex;  flex-direction: column;  gap: .8em;}

#Layer1_Container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}