<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
body {
	margin:0;
	padding:0;
	color: #000;
    font-size: 1em;
    line-height: 1.4;
	}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
	Font styles
   ========================================================================== */
   
@font-face {
    font-family: "fontname";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fontname.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fontname.woff") format("woff"),
    url("../fonts/fontname.ttf") format("truetype");
}
/* Р—Р°РіРѕР»РѕРІРєРё */ 
/*
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 3px 0;
}

h1 {
	font: normal 30px fontname, Arial, sans-serif;
	line-height:45px;
}

h2 {
	font:22px fontname, Arial, sans-serif;
	line-height:30px; 
}

h3 {
	font:18px fontname, Arial, sans-serif;
}

h4, h5, h6 {
	font: 17px fontname, Arial, sans-serif;
}
*/
/* РђР±Р·Р°С†С‹ */ 
/*
p {
    margin: 10px 0;
}*/
/* РР·РѕР±СЂР°Р¶РµРЅРёСЏ */ 
/*
img {
	width:100%;
	height:auto;
	}
*/
/* СЃСЃС‹Р»РєРё */
/*
a, a:visited {
    color: #dd012d;
    -webkit-transition: color .13s ease-out;
    -moz-transition: color .13s ease-out;
    -ms-transition: color .13s ease-out;
    -o-transition: color .13s ease-out;
    transition: color .13s ease-out;
}

a:hover {
    color: #ff012d;
}
*/
/* РєРЅРѕРїРєРё */
/*
a.btn,
.btn,
button,
input[type='submit'],
input[type='button'] {
    display: inline-block;
    font-size: 12px;
    line-height: 33px;
    text-decoration: none;
    color: #fff;
    padding: 0 21px;
    background: #dd012d;
    outline: none;
    border: none;
    text-shadow: none;
    cursor: pointer;
    -webkit-transition: all .13s ease-out;
    -moz-transition: all .13s ease-out;
    -ms-transition: all .13s ease-out;
    -o-transition: all .13s ease-out;
    transition: all .13s ease-out;
}

a.btn:hover,
.btn:hover,
button:hover,
input[type='submit']:hover,
input[type='button']:hover {
    background: #ff0133;
}

a.btn:active,
.btn:active,
button:active,
input[type='submit']:active,
input[type='button']:active {
    background: #c8012d;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.4);
    text-shadow: 1px 1px 3px rgba(0,0,0,.8);
}

.btn-2 {
	padding:12px 22px;
	background-color: #116873;
	margin-top:12px;
	color:#fff;
	display:inline-block;
}
.btn-2:hover  {
	background-color: #1E94A3;
}
.btn-2:active {
	background-color:#13646E;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.4);
    text-shadow: 1px 1px 3px rgba(0,0,0,.8);
}
*/

/* РўР°Р±Р»РёС†С‹ */ 

/*
table {
    border-collapse: collapse;
}

td {
    padding: 10px;
}

thead tr,
thead {
    border: 1px solid #DC0031;

}

tr:nth-child(odd) {
    background: #EEEEEE;
}

tfoot tr,
tfoot td {
    background: #545457 !important;
    color: #fff;
    border-color: #545457;
}

caption {
    text-align: left;
    font-size: 20px;
    line-height: 37px;
    font-family: "citroen";
}

thead td, th {
    padding: 10px;
    background: #DC0031;
    color: #fff;
    text-align: left;
    font-weight: bold;
    border: 1px solid #DC0031;
    border-collapse: collapse;
    outline: none;
}

td {
    border-collapse: collapse;
    border: 1px solid #dcdcdc;
}*/


/* СЃРїРёСЃРєРё  */ 
/* 
table, ul, ol {
	margin:0 0 12px 0;
}

li {
    line-height: 16px;  
}



ul, ol {
	padding-left: 30px;
}
*/
/* Р¤РѕСЂРјС‹ */

/*
form label {
    display: inline-block;
    margin: 10px 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
textarea {
    outline: none;
    border: 1px solid #dddddd;
    line-height: 22px;
    padding: 0 4px;
    box-shadow: none;
    color: #4F4E4E;
    -webkit-transition: all .13s ease-out;
    -moz-transition: all .13s ease-out;
    -ms-transition: all .13s ease-out;
    -o-transition: all .13s ease-out;
    transition: all .13s ease-out;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
textarea:hover {
    border-color: #aeaeae;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus
input[type="url"]:focus,
textarea:focus {
    border-color: #dd012d;
}

input[type="checkbox"] {
    vertical-align: middle;
}

textarea {
    line-height: 13px;
    min-height: 60px;
    min-width: 160px;
    padding-top: 4px;
    padding-bottom: 4px;
    resize: vertical;
    vertical-align: top;
}

select {
    outline-color: #dddddd;
    min-width: 150px;
    padding-right: 30px;
    -webkit-appearance: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkI0MkE5Q0YwMzk2MTFFNTlDRDBCREMzM0REM0I5NUYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkI0MkE5RDAwMzk2MTFFNTlDRDBCREMzM0REM0I5NUYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QjQyQTlDRDAzOTYxMUU1OUNEMEJEQzMzREQzQjk1RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QjQyQTlDRTAzOTYxMUU1OUNEMEJEQzMzREQzQjk1RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuKLoz0AAAA6SURBVHjaYrx3714DAwNDPQN+0MgEJEAKG/EpAqlhgnJwKW6EyjEwIQmiK4YrAgEWNBMacLAZAAIMAKJHCyyQ+uaBAAAAAElFTkSuQmCC');
    background-position: 95% center;
    background-repeat: no-repeat;

    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';

    -ms-appearance: none;
    appearance: none !important;
    border: 1px solid #dddddd;
    line-height: 22px;
    font-size: 12px;
    -webkit-transition: all .13s ease-out;
    -moz-transition: all .13s ease-out;
    -ms-transition: all .13s ease-out;
    -o-transition: all .13s ease-out;
    transition: all .13s ease-out;
    box-shadow: none;
}

select:hover {
    border-color: #aeaeae;
}

option {
    outline-color: #dddddd;
    border-color: #dddddd;
}


*/
/* РћСЃС‚Р°Р»СЊРЅРѕРµ */ 
/*
blockquote {
    background: #eee;
    margin: 0;
    padding: 1em 40px;
    border-radius: 2px;
}
hr {
    border-color: #b2b2b2;
}
*/
   </pre></body></html>