/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, td img {
    vertical-align: top;
}

input, select, button, textarea {
    margin: 0;
    font-size: 100%;
}

input[type="text"], input[type="password"], textarea {
    padding: 0;
}

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

input[type="radio"] {
    vertical-align: text-bottom;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

/* --------------- /reset.css --------------- */

/* --------------- ������� ��������� ---------*/
html {
    overflow-y: scroll;
}

body {
    line-height: 1;
    background: #fff url(i/oblaka.jpg) repeat-x center top;
    color: #595959;
    text-align: left;
    font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

input, select, button, textarea {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

label, input[type="button"], input[type="submit"], button {
    cursor: pointer;
}

a, a:visited {
    color: #3b5785;
    text-decoration: underline;
}

a:hover {
    color: #3b5785;
    text-decoration: none;
}

a:focus, a:active {
    color: #3b5785;
    text-decoration: underline;
}

/* --------------- /������� ��������� ---------*/

.grids {
    clear: both;
    margin: 0 0 0 -2.193%;
    list-style: none;
}

[class^="grid-"] {
    float: left;
    margin: 0 2.193% 0 0;
}

.grids [class^="grid-"] {
    margin: 0 0 0 2.193%;
}

.grid-1 {
    width: 4.057%
}

.grid-2 {
    width: 10.307%
}

.grid-3 {
    width: 16.557%
}

.grid-4 {
    width: 22.807%
}

.grid-5 {
    width: 29.057%
}

.grid-6 {
    width: 35.307%
}

.grid-7 {
    width: 41.557%
}

.grid-8 {
    width: 47.807%
}

.grid-9 {
    width: 54.057%
}

.grid-10 {
    width: 60.307%
}

.grid-11 {
    width: 66.557%
}

.grid-12 {
    width: 72.807%
}

.grid-13 {
    width: 79.057%
}

.grid-14 {
    width: 85.307%
}

.grid-15 {
    width: 91.557%
}

.grid-16 {
    width: 97.807%;
    margin: 0;
}

.grid-right {
    float: right;
}

/* typography */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before, .clearfix:after, .grids:before, .grids:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfix:after, .grids:after {
    clear: both;
}

.clearfix, .grids {
    zoom: 1;
}

small {
    font-size: 0.83em;
}

big {
    font-size: 1.33em;
}

table {
    width: 100%;
    margin: 0 0 1.5em;
}

thead tr:last-of-type th {
    border-bottom-width: 2px;
}

tbody th {
    border-right-width: 2px;
}

th:empty {
    border: none;
}

th, td {
    vertical-align: top;
    padding: 0.75em;
    border: 1px solid #ccc;
}

th {
    font-weight: normal;
    font-size: 1.2em;
}

thead th {
    text-align: center;
}

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

tbody tr.nth-child-odd td {
    background: #f2f2f2;
}

tfoot {
    text-align: center;
}

tfoot td {
    border-top-width: 2px;
}

.YMaps table, .YMaps td, .YMaps tr {
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
}

ul, ol {
    margin: 0 1.5em 1.5em 1.5em;
}

ul {
    list-style-type: circle;
}

ol {
    list-style-type: decimal;
}

li {
    list-style-position: inside;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
    line-height: 1;
    display: block;
    color: #414141;
}

a h1, a h2, a h3, a h4, a h5, a h6, a .h1, a .h2, a .h3, a .h4, a .h5, a .h6 {
    color: inherit;
}

h1, .h1 {
    font-size: 2.57em;
    margin-top: 0.6em;
    margin-bottom: 0.4em;
}

h2, .h2 {
    font-size: 2.14em;
    margin-bottom: 0.48em;
    margin-top: 0.72em;
}

h3, .h3 {
    font-size: 1.28em;
    margin-bottom: 0.8em;
    margin-top: 1.2em;
}

h4, .h4 {
    font-size: 1.19em;
    line-height: 1.25;
    margin-bottom: 1.25em;
    margin-top: 1.4em;
}

h5, .h5 {
    font-size: 1.1em;
    margin-bottom: 0.93em;
    margin-top: 1.4em;
}

h6, .h6 {
    font-size: 1em;
    margin-bottom: 1.02em;
    margin-top: 1.54em;
}

p {
    margin: 0 0 1em;
}

.margin_both {
    margin: 1em 0;
}

ul, ol {
    margin: 0 1.5em 1.5em 1.5em;
}

ul {
    list-style-type: circle;
}

ol {
    list-style-type: decimal;
}

li {
    list-style-position: inside;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dl dd {
    margin-left: 1.5em;
}

abbr, acronym {
    border-bottom: 1px dotted #000;
}

address {
    margin-top: 1.5em;
    font-style: italic;
}

del {
    color: #000;
}

blockquote {
    margin: 1.5em;
}

strong {
    font-weight: bold;
}

em, dfn {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

pre, code {
    margin: 1.5em 0;
    white-space: pre;
}

pre, code, tt {
    font: 1em monospace;
    line-height: 1.5;
}

tt {
    display: block;
    margin: 1.5em 0;
    line-height: 1.5;
}

hr, .hr {
    display: block;
    border: none;
    outline: 0;
    height: 2px;
    margin-top: 3em;
    margin-bottom: 3em;
    background: #ccc;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

.large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.floatNone {
    overflow: hidden;
    zoom: 1;
}

.textLeft {
    text-align: left;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

img[align="left"] {
    float: left;
    margin: 0.2em 0.5em 0.5em 0;
}

img[align="right"] {
    float: right;
    margin: 0.2em 0 0.5em 0.5em;
}

img[align="center"] {
    display: block;
    margin: 0 auto;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.YMaps img {
    max-width: none;
    max-height: none;
}

.logo {
    display: inline-block;
    padding-left: 100px;
    height: 89px;
    line-height: 109px;
    vertical-align: middle;
    background: url(i/logo.png) no-repeat left center;
    background-size: 90px;
}

.logo * {
    display: inline-block;
    line-height: 1;
    margin: 0;
    font-size: 1.16em;
    font-weight: bold;
}

.u-sticker {
    display: inline-block;
    border-left: 0.5em solid #5191ad;
    border-bottom: 1px solid #767676;
    height: 87px;
    background: #fff;
    padding: 10px 1em 10px 1.5em;
    position: relative;
}

.u-sticker>.css-after {
    content: '';
    display: block;
    width: 62px;
    height: 124px;
    background: url(i/u-sticker.png) no-repeat left bottom;
    position: absolute;
    left: 100%;
    bottom: -12px;
}

.u-title {
    display: block;
    width: 660px;
    position: relative;
    left: 50%;
    margin-left: -330px;
    height: 29px;
    line-height: 29px;
    vertical-align: middle;
    background: url(i/media.jpg) no-repeat center top;
    font-size: 1.16em;
    text-align: center;
    margin-bottom: 1em;
}