<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*РћСЃРЅРѕРІРЅС‹Рµ СЃС‚РёР»Рё СЃР°Р№С‚Р° РћРћРћ "РљР‘РўРљ" (СЃ) РћРћРћ "РљР‘РўРљ" 2020*/

.cHeader {
font: 14pt Arial;
text-align: center;
padding: 5px;
background: rgb(8,35,111);
background: linear-gradient(90deg, #1150a8 0%, rgba(22,180,225,1) 30%, rgba(18,85,148,1) 50%, rgba(8,35,111,1) 100%);
}

.cAdress {
font: 12pt Arial normal;
background: #dbfaff;
box-shadow: 0px 0px 6px 3px rgba(255,255,255,1.0);
}

.cMenuBottom {
font: 12pt Arial;
text-align: center;
padding: 15px;
background: rgb(8,35,111);
background: linear-gradient(0deg, rgba(22,180,225,1) 0%, rgba(18,85,148,1) 50%, rgba(8,35,111,1) 100%);
float: bottom;
}

.cMenuLeft {
font: 16pt Arial;
text-align: center;
width: 25%;
height: 100%;
padding: 15px;
margin-top: 15px;
background: rgb(8,35,111);
background: linear-gradient(180deg, rgba(22,180,225,1) 0%, rgba(18,85,148,1) 50%, rgba(8,35,111,1) 100%);
float: left;
}
   
.cButton {
background: #dbfaff;
margin: 5px;
padding: 5px;
text-decoration: none;
/*border: 1px solid #000;*/
box-shadow: inset 0px 0px 6px 3px rgba(0,0,0,0.29);
}

.cButtonActive {
background: #fff;
margin: 5px;
padding: 5px;
text-decoration: none;
/*border: 1px solid #fff;*/
box-shadow: 0px 0px 6px 3px rgba(255,255,255,1.0);
}

.cButton:hover {
background: #d0faff;
margin: 5px;
padding: 5px;
text-decoration: none;
/*border: 1px solid #fff;*/
box-shadow: 0px 0px 6px 3px rgba(255,255,255,1.0);
}

a {
color: rgba(8,35,111,1);
text-decoration: none; /* РћС‚РјРµРЅСЏРµРј РїРѕРґС‡РµСЂРєРёРІР°РЅРёРµ Сѓ СЃСЃС‹Р»РєРё */
}

.cMaintext {
font: 14pt times bold;
margin-left: 30%;
background-color: #fff;
background-image: url(logoback.png);
background-position: center;
background-repeat: space;
}

.cMaintextDoc {
font: 14pt times;
margin-left: 15%;
margin-right: 10%;
background-color: #fff;
background-image: url(logoback.png);
background-position: center;
background-repeat: space;
}

.cFooter {
font: 9pt times bold;
}</pre></body></html>