<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, p, h1, h2, h3, h4, ul, ol, li, form, blockquote {
 margin: 0;
 padding: 0;
}

body:focus { 
    outline: none;
}

/* РћР±С‹С‡РЅС‹Р№ */
@font-face {
	font-family: 'PolyglOTT'; 
	src: url(/im/PolyglOTT.ttf); 
}

p {
    font-family: "Times New Roman", Times, serif;
font-style: normal;
font-size: medium;
font: 18px PolyglOTT, sans-serif;
/**FONT: 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
font: 18px PolyglOTT, sans-serif;**/
}

h1 {
	font-family: PolyglOTT;
	font-size: 32px;
	text-align: center;
    color: white;
	font-weight: normal;
}
}

 .container {
     min-width: 320px;
     max-width: 50%;
     padding: 0 15px;
     box-sizing: border-box;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 0px 0;
}

table td, table th {
    padding: 10px;
   /* border: 1px solid #cbbdbd;*/
}

tr:nth-child(even){
    /* background-color: #f0f4c3*/
}


 .container1 {
     min-width: 320px;
     max-width: 100%;
     padding: 0 15px;
     box-sizing: border-box;
}

 A {
    color: white; /* Р¦РІРµС‚ СЃСЃС‹Р»РѕРє */
   }
   A:visited {
    color: silver; /* Р¦РІРµС‚ РїРѕСЃРµС‰РµРЅРЅС‹С… СЃСЃС‹Р»РѕРє */
   }
   A:active { color: white; /* Р¦РІРµС‚ СЃСЃС‹Р»РѕРє */
   }

.dostavka {max-width: 100%; }

@media (max-width: 400px) {
	.dostavka {
		max-width: 20%;
		background-color: rgb(99, 64, 41);
	}
	.dostavka table {max-width: 40%; background-color: rgb(99, 64, 41);}*/</pre></body></html>