/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/roboto_regular/Roboto-Regular-webfont.eot');
    src: url('../fonts/roboto_regular/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto_regular/Roboto-Regular-webfont.woff') format('woff'),
    url('../fonts/roboto_regular/Roboto-Regular-webfont.ttf') format('truetype'),
    url('../fonts/roboto_regular/Roboto-Regular-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/roboto_light/Roboto-Light-webfont.eot');
    src: url('../fonts/roboto_light/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto_light/Roboto-Light-webfont.woff') format('woff'),
    url('../fonts/roboto_light/Roboto-Light-webfont.ttf') format('truetype'),
    url('../fonts/roboto_light/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/roboto_medium/Roboto-Medium-webfont.eot');
    src: url('../fonts/roboto_medium/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto_medium/Roboto-Medium-webfont.woff') format('woff'),
    url('../fonts/roboto_medium/Roboto-Medium-webfont.ttf') format('truetype'),
    url('../fonts/roboto_medium/Roboto-Medium-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ClearSansRegular';
    src: url('../fonts/clearsans_regular/ClearSans-Regular-webfont.eot');
    src: url('../fonts/clearsans_regular/ClearSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/clearsans_regular/ClearSans-Regular-webfont.woff') format('woff'),
    url('../fonts/clearsans_regular/ClearSans-Regular-webfont.ttf') format('truetype'),
    url('../fonts/clearsans_regular/ClearSans-Regular-webfont.svg#clear_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PFDinDisplayProRegular';
    src: url('../fonts/pfddp/pfdindisplaypro-reg.eot');
    src: url('../fonts/pfddp/pfdindisplaypro-reg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfddp/pfdindisplaypro-reg.woff2') format('woff2'),
    url('../fonts/pfddp/pfdindisplaypro-reg.woff') format('woff'),
    url('../fonts/pfddp/pfdindisplaypro-reg.ttf') format('truetype'),
    url('../fonts/pfddp/pfdindisplaypro-reg.svg#pf_dindisplay_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1;
    min-width: 960px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: "RobotoRegular", Tahoma, sans-serif;
    font-size: 17px;
    line-height: 1.2;
}

@media screen and (max-width: 1100px) {
    body {
        font-size: 14px;
    }
}

.header {
    height: 150px;
    background: url("../images/bg-header.jpg") top left repeat-x;

    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.53);
}

.content {
    min-width: 960px;
    max-width: 1400px;
    /*width: 100%;*/
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;

}

.header .content {
    height: 100%;
    padding-top: 1px;
    overflow: visible;
    background: url('../images/eagle.jpg') 65% 0px no-repeat;
}

.main .content {
    padding-top: 30px;
    padding-bottom: 70px;
}

.header .main-menu-wrap {
    position: absolute;
    bottom: 0px;
    left: 15px;
    right: 15px;

    border-left: 3px solid rgba(255, 255, 255, 0.15);
    border-right: 3px solid rgba(255, 255, 255, 0.15);
    border-top: 3px solid rgba(255, 255, 255, 0.15);

    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);

    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.header ul.main-menu {

    font-size: 17px;
    background: url("../images/stripes.png"), #e7e7e7; /* Old browsers */
    background: url("../images/stripes.png"), -moz-linear-gradient(top, #e7e7e7 0%, #f7f6f1 50%, #e5e5e5 50%, #d6d4d7 100%); /* FF3.6+ */
    background: url("../images/stripes.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(50%, #f7f6f1), color-stop(50%, #e5e5e5), color-stop(100%, #d6d4d7)); /* Chrome,Safari4+ */
    background: url("../images/stripes.png"), -webkit-linear-gradient(top, #e7e7e7 0%, #f7f6f1 50%, #e5e5e5 50%, #d6d4d7 100%); /* Chrome10+,Safari5.1+ */
    background: url("../images/stripes.png"), -o-linear-gradient(top, #e7e7e7 0%, #f7f6f1 50%, #e5e5e5 50%, #d6d4d7 100%); /* Opera 11.10+ */
    background: url("../images/stripes.png"), -ms-linear-gradient(top, #e7e7e7 0%, #f7f6f1 50%, #e5e5e5 50%, #d6d4d7 100%); /* IE10+ */
    background: url("../images/stripes.png"), linear-gradient(to bottom, #e7e7e7 0%, #f7f6f1 50%, #e5e5e5 50%, #d6d4d7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#d6d4d7', GradientType=0); /* IE6-9 */

    display: table;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;

    /*box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*-webkit-box-sizing: border-box;*/
    box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.3), -12px 0 15px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.3), -12px 0 15px -4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.3), -12px 0 15px -4px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1100px) {
    .header ul.main-menu {
        font-size: 14px;
    }
}

.header ul.main-menu > li {
    display: table-cell;
    cursor: pointer;
    border-right: 1px solid #e8e8e7;
    position: relative;
}

.header ul.main-menu > li > ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 10;
    width: 180px;
    top: 50px;

    padding-top: 2px !important;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;

    border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.header ul.main-menu > li > ul.sub-menu > li {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background: #f5f5f5;;
    border-bottom: 1px solid #efefef;
}

.header ul.main-menu > li > ul.sub-menu a {
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    padding: 8px 15px;
    display: block;
}

.header ul.main-menu > li > ul.sub-menu a:hover {
    background: #efefef;
}

.header ul.main-menu > li > ul.sub-menu > li.active > a {
    background: #dde8f2;
}

.header ul.main-menu > li.last > ul.sub-menu {
    left: auto;
    right: 0px;
}

/*.header ul.main-menu > li:hover > ul.sub-menu {*/
/*display: block;*/

/*}*/

/*.header ul.main-menu > li > ul.sub-menu:hover {*/
/*display: block;*/
/*z-index: 10;*/
/*}*/

.header ul.main-menu > li > a {
    color: #000;
    text-decoration: none;
    line-height: 50px;
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    vertical-align: middle;

}

.header ul.main-menu > li > a:hover, .header ul.main-menu > li.active > a {
    background: url("../images/stripes.png"), #aed4f4; /* Old browsers */
    background: url("../images/stripes.png"), -moz-linear-gradient(top, #aed4f4 1%, #65a8ce 100%); /* FF3.6+ */
    background: url("../images/stripes.png"), -webkit-gradient(linear, left top, left bottom, color-stop(1%, #aed4f4), color-stop(100%, #65a8ce)); /* Chrome,Safari4+ */
    background: url("../images/stripes.png"), -webkit-linear-gradient(top, #aed4f4 1%, #65a8ce 100%); /* Chrome10+,Safari5.1+ */
    background: url("../images/stripes.png"), -o-linear-gradient(top, #aed4f4 1%, #65a8ce 100%); /* Opera 11.10+ */
    background: url("../images/stripes.png"), -ms-linear-gradient(top, #aed4f4 1%, #65a8ce 100%); /* IE10+ */
    background: url("../images/stripes.png"), linear-gradient(to bottom, #aed4f4 1%, #65a8ce 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aed4f4', endColorstr='#65a8ce', GradientType=0); /* IE6-9 */
}

#logo {
    display: block;
    font-family: Georgia, serif;
    color: #fff;
    background: url("../images/logo.png") top left no-repeat;
    height: 114px;
    padding-left: 115px;
    text-decoration: none;
    margin-top: 15px;
    width: 602px;
}

#logo span {
    display: block;
    padding-top: 10px;
}

#logo span.big {
    font-size: 28px;
    text-transform: uppercase;

}

#logo span.small {
    font-size: 14px;
}

.footer {
    padding-top: 3px;
    border-top: 1px solid #d9d9d9;
}

.footer-inner {
    background: #eaeae9;
    /*height: 75px;*/
    color: #000;
}

.footer .content {
    text-align: justify;
}

.footer .left, .footer .right, .footer .middle {
    display: inline-block;
    vertical-align: top;
}

.footer .left {
    font-size: 14px;
}

.footer .right {
    text-align: right;
    /*font-family: "RobotoReqular", Tahoma, sans-serif;*/
    font-size: 14px;
}

.footer .middle {
    font-size: 14px;
    margin-top: 20px;
    /*margin-left: 100px;*/
}

.footer .middle a {
    color: #1883ba;
    text-decoration: underline;
}

.footer .middle a:hover {
    text-decoration: none;
}

.footer .stretch {
    display: inline-block;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

.footer .right a {
    text-decoration: none;
    color: #000;
}

.footer .company-name {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
}

.footer .company-name .first-letter {
    color: #ca0c0c;
    font-style: italic;
}

.clear {
    clear: both;
}

a.right-block-link {
    font-family: "ClearSansRegular", Tahoma, sans-serif;
    color: #fff;
    text-decoration: underline;
    /*position: absolute;*/
    font-size: 14px;
    /*padding-left: 23px;*/
    line-height: 20px;
    /*top: 0px;*/
    /*right: 0px;*/
    display: block;
    text-align: right;
}

.right-block p {
    margin-bottom: 10px;
}

a.right-block-link:hover {
    text-decoration: none;
}

a.right-block strong {
    font-family: "RobotoMedium", Tahoma, sans-serif;
}

#cabinet-entrance {
    background: url("../images/icon-cabinet.png") left center no-repeat;
    margin-bottom: 15px;
}

#electronic-reception {
    background: url("../images/icon-envelope.png") left center no-repeat;
    float: left;
}

#site-map {
    background: url("../images/icon-map.png") left center no-repeat;
    float: right;
}

#electronic-reception, #site-map {
    margin-top: 15px;
}

.right-block {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 280px;
    color: #fff;
    font-size: 14px;
    text-align: right;

}

.right-block:after {
    clear: both;
    content: "";
    height: 0;
    width: 100%;
}

.submit-wrapper {
    border: 2px solid rgba(255, 255, 255, 0.15);

    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    vertical-align: middle;

}

.content:after {
    content: "";
    clear: both;
    height: 0;
    width: 100%;
}

#login-form {
    /*position: absolute;*/
    /*right: 12px;*/
    /*top: 40px;*/
    /*z-index: 2;*/

    /*border: 3px solid rgba(255, 255, 255, 0.15);*/

    /*-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);*/
    /*-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);*/
    /*box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);*/

    /*border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
}

a.forgot-pwd {
    font-size: 12px;
    /* float: left; */
    clear: left;
    margin-right: 15px;
    color: #1883ba;
    text-decoration: underline;
    display: block;
    text-align: right;
    margin-bottom: 10px;
    margin-top: -13px;
}

a.forgot-pwd:hover {
    text-decoration: none;
}

#login-form .cabinet-inner {
    background: #efefef;
    width: 280px;
    height: 200px;
}

#login-form .cabinet-inner:after {
    content: "";
    clear: both;
}

form form {
    text-align: center;
    padding-top: 12px;
}

form .headline {
    height: 37px;
    background: #eaeae9;
    font-family: "RobotoMedium", Tahoma, sans-serif;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    border-bottom: 2px solid #dfdedd;
    position: relative;
}

form input[type=text], form input[type=password] {
    border: 2px solid #e8e8e8;
    height: 32px;
    width: 304px;
    display: block;
    /*margin: 0px auto;*/

    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    margin-bottom: 15px;
    padding-left: 10px;
    font-family: "RobotoRegular", Tahoma, sans-serif;
    font-size: 14px;
}

form input[type=submit] {
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: "RobotoLight", Tahoma, sans-serif;
    font-size: 14px;
    padding: 10px 18px;
    line-height: 1;

    background: url("../images/stripes-alpha.png"), rgba(4, 78, 142, 1);
    background: url("../images/stripes-alpha.png"), -moz-linear-gradient(top, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    background: url("../images/stripes-alpha.png"), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(4, 78, 142, 1)), color-stop(100%, rgba(45, 120, 174, 1)));
    background: url("../images/stripes-alpha.png"), -webkit-linear-gradient(top, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    background: url("../images/stripes-alpha.png"), -o-linear-gradient(top, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    background: url("../images/stripes-alpha.png"), -ms-linear-gradient(top, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    background: url("../images/stripes-alpha.png"), linear-gradient(to bottom, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#044e8e', endColorstr='#2d78ae', GradientType=0);
    /*float: right;*/
    /*margin-right: 15px;*/
}

form label[for='remember-me'] {
    font-family: "RobotoLight", Tahoma, sans-serif;
    font-size: 14px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
}

form input[name="remember-me"] {
    cursor: pointer;
}

#cabinet-close {
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 1;
    font-size: 15px;
    color: #cdcdcd;
}

.footer .left, .footer .right {
    margin-top: 20px;
}

.content .left-column {
    float: left;
    width: 265px;
}

.content .left-column + .main-content-wrapper {
    float: left;
    width: 80%;
}

.content .left-column ul.left-menu {
}

.content .left-column ul.left-menu li a {
    font-size: 17px;
    color: #000;
    text-decoration: underline;
}

.content .left-column ul.left-menu li a:hover {
    text-decoration: none;
}

.content .left-column ul.left-menu li {
    margin-bottom: 20px;
    line-height: 1;
}

.content .left-column ul.left-menu li:last-child {
    margin-bottom: 0px;
}

.content .left-column ul.left-menu li.last {
    margin-bottom: 0px;
}

.content h1 {
    font-size: 29px;
    font-family: "PFDinDisplayProRegular", Tahoma, sans-serif;
    text-align: left;
    line-height: 1.2;
    /*margin-top: 30px;*/
    margin-bottom: 30px;
}

.content h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.content h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.content ul.navibar {
    /*margin-top: 20px;*/
    margin-bottom: 20px;
}

.content .navibar li {
    display: inline-block;
    font-size: 13px;
}

.content .navibar li a {
    color: #1883ba;
    text-decoration: underline;
}

.content .navibar li a:hover {
    color: #1883ba;
    text-decoration: none;
}

.content .navibar .fa {
    font-size: 18px;
}

.content ol.search_results {
    list-style-type: decimal;
    padding-left: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content ol.search_results li {
    margin-bottom: 15px;
}

.content ol.search_results li a {
    color: #1883ba;
    text-decoration: underline;
}

.content ol.search_results li a:hover {
    text-decoration: none;
}

.content .search_message {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* CABINET STYLES */

.contract {
    margin-bottom: 10px;
    position: relative;
}

.contract.opened {
    margin-bottom: 25px;
}

/*.contract.opened .contract-info {*/
/*display: block;*/
/*}*/

/*.contract.closed .contract-info {*/
/*display: none;*/
/*}*/
.main .content .contract .contract-header {
    height: 65px;
    background: url("../images/stripes-alpha.png"), rgba(4, 78, 142, 1);
    background: url("../images/stripes-alpha.png"), -moz-linear-gradient(top, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    background: url("../images/stripes-alpha.png"), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(4, 78, 142, 1)), color-stop(100%, rgba(45, 120, 174, 1)));
    background: url("../images/stripes-alpha.png"), -webkit-linear-gradient(top, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    background: url("../images/stripes-alpha.png"), -o-linear-gradient(top, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    background: url("../images/stripes-alpha.png"), -ms-linear-gradient(top, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    background: url("../images/stripes-alpha.png"), linear-gradient(to bottom, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#044e8e', endColorstr='#2d78ae', GradientType=0);
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    padding-top: 12px;
    text-decoration: none;
    padding-left: 60px;
}

.contract .payment-documents {
    /*background: rgb(56, 134, 202);*/
    /*color: #fff;*/
    padding-left: 20px;
    padding-right: 20px;
    height: 65px;
    border: 1px solid #006ab3;
}

/*.contract>a {*/
/*text-decoration: none;*/
/*}*/
.contract .payment-documents {
    height: 55px;
    vertical-align: middle;
    line-height: 55px;
    background: #eaeae9;
}

.contract .contract-info .fields {
    border-left: 1px solid #006ab3;
    border-right: 1px solid #006ab3;
    border-bottom: 1px solid #006ab3;
    margin-bottom: 10px;
}

.contract .contract-info li.field {
    padding: 15px 10px;
    border-bottom: 1px dashed #3c8dc5;
}

.contract .contract-info li.field:last-child {
    border-bottom: none;
}

.contract .contract-info li.field.last {
    border-bottom: none;
}

.contract .contract-info li.field h3 {
    font-family: "RobotoMedium", Tahoma, sans-serif;
    margin-bottom: 10px;
}

.contract .contract-info table.money-status {
    border-collapse: collapse;
    border: 1px solid #006ab3;
    margin-bottom: 10px;
    width: 100%;
}

.content .strong-content, .content strong {
    font-family: "RobotoMedium", Tahoma, sans-serif;
}

.contract .contract-info table.money-status td {
    border: 1px solid #006ab3;
    text-align: center;
    vertical-align: middle;
    padding: 15px 10px;
}

.contract .contract-info table.money-status td.left {
    text-align: left;
}

.contract .contract-info table.money-status td.first-january-balance-header {
    min-width: 320px;
}

@media screen and (max-width: 1100px) {

    .contract .contract-info table.money-status td.first-january-balance-header {
        min-width: auto;
    }

    .contract .contract-info table.money-status {
        font-size: 15px;
    }

    .contract .contract-info table.money-status td {
        padding: 10px 5px;
    }
}

.main .content .contract a.print, .main .content .contract a.docx {
    color: #1883ba;
    text-decoration: underline;
    padding-left: 35px;
    display: inline;
}

.main .content .contract a.print:hover, .main .content .contract a.docx:hover {
    text-decoration: none;
}

.contract a.print {
    background: url("../images/print.png") left center no-repeat;
    background-size: contain;
    margin-left: 30px;
    margin-right: 25px;

}

.main .content .contract a.docx {
    background: url("../images/docx.png") left center no-repeat;
    background-size: contain;
    margin-left: 25px;
}

.main .content .contract a.cross span {
    width: 28px;
    height: 24px;
    background: url("../images/cross.png") top left no-repeat;
    display: block;
}

.main .content .contract a.cross {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.15);

    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    top: 17px;
    right: 23px;
    margin-top: 0px;
}

.main .content .contract a.plus span {
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    width: 35px;
    display: block;
    text-align: center;
    font-size: 21px;
}

.main .content .contract a.plus {
    position: absolute;
    margin-top: 0px;
    top: 17px;
    right: 20px;

    background: url("../images/stripes-alpha.png"), rgba(4, 78, 142, 1);
    background: url("../images/stripes-alpha.png"), -moz-linear-gradient(top, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    background: url("../images/stripes-alpha.png"), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(4, 78, 142, 1)), color-stop(100%, rgba(45, 120, 174, 1)));
    background: url("../images/stripes-alpha.png"), -webkit-linear-gradient(top, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    background: url("../images/stripes-alpha.png"), -o-linear-gradient(top, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    background: url("../images/stripes-alpha.png"), -ms-linear-gradient(top, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    background: url("../images/stripes-alpha.png"), linear-gradient(to bottom, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#044e8e', endColorstr='#2d78ae', GradientType=0);
    color: #fff;

    text-decoration: none;
}

.contract a.plus:hover {
    background: url("../images/stripes-alpha.png"), rgba(57, 175, 222, 1);
    background: url("../images/stripes-alpha.png"), -moz-linear-gradient(top, rgba(57, 175, 222, 1) 0%, rgba(95, 188, 225, 1) 100%);
    background: url("../images/stripes-alpha.png"), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(57, 175, 222, 1)), color-stop(100%, rgba(95, 188, 225, 1)));
    background: url("../images/stripes-alpha.png"), -webkit-linear-gradient(top, rgba(57, 175, 222, 1) 0%, rgba(95, 188, 225, 1) 100%);
    background: url("../images/stripes-alpha.png"), -o-linear-gradient(top, rgba(57, 175, 222, 1) 0%, rgba(95, 188, 225, 1) 100%);
    background: url("../images/stripes-alpha.png"), -ms-linear-gradient(top, rgba(57, 175, 222, 1) 0%, rgba(95, 188, 225, 1) 100%);
    background: url("../images/stripes-alpha.png"), linear-gradient(to bottom, rgba(57, 175, 222, 1) 0%, rgba(95, 188, 225, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39afde', endColorstr='#5fbce1', GradientType=0);
}

.contracts .contract.closed .contract-header {
    background: #fff;
    border: 1px solid #c6c6c6;
    color: #000;
    filter: none;
}

.contracts .contract.closed a.cross {
    display: none;
}

.contracts .contract.opened a.plus {
    display: none;
}

.contract .contract-header:before {
    content: "";
    position: absolute;
    background: url("../images/doc-header.png") -28px;
    left: 18px;
    top: 13px;
    width: 28px;
    height: 38px;
}

.contract.closed .contract-header:before {
    content: "";
    position: absolute;
    background: url("../images/doc-header.png");
    left: 18px;
    top: 13px;
    width: 28px;
    height: 38px;
}

ul.sitemap li ul.sitemap {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
}

ul.sitemap a {
    color: #1883ba;
    text-decoration: underline;
}

ul.sitemap a:hover {
    text-decoration: none;
}

.content .main-content-wrapper p {
    margin-bottom: 15px;
    line-height: 1.2;
}

.content .main-content-wrapper ul {
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 1.2;
}

.content .main-content-wrapper ul ul {
    margin-bottom: 20px;
    margin-top: 20px;
}

.content .main-content-wrapper ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.content .main-content-wrapper ul li:last-child {
    margin-bottom: 0px;
}

.content .main-content-wrapper ul li:before {
    color: #1883ba;
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    top: 2px;
    left: 0px;
}

.content .main-content-wrapper ul ul li:before {
    content: "\f054";
    font-size: 60%;
    top: 4px;
}

/* removed ul margins and paddings for contracts */
.content ul.contracts li:before {
    content: "";
    display: none;
}

.content .main-content-wrapper ul.contracts > li {
    padding-left: 0px;
}

.content .main-content-wrapper ul.contracts .contract-info ul.fields {
    margin-top: 0px;
}

.content .main-content-wrapper table {
    border-collapse: collapse;
    border: 1px solid #006ab3;
    margin-bottom: 30px;
}

.content .main-content-wrapper table td {
    border: 1px solid #006ab3;
    text-align: center;
    vertical-align: middle;
    padding: 15px 10px;
}

.content .main-content-wrapper table thead td {
    font-family: "RobotoMedium", Tahoma, sans-serif;
}

.right-column {
    float: right;
    width: 240px;
    /*padding-top: 50px;*/
}

.right-column .banners li {
    margin-bottom: 15px;
    /*margin-right: 15px;*/
    padding: 0px;
}

.right-column .banners a {
    display: block;
    width: 100%;
    min-height: 60px;
    background: url("../images/stripes-alpha.png"), rgba(4, 78, 142, 1);
    background: url("../images/stripes-alpha.png"), -moz-linear-gradient(top, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    background: url("../images/stripes-alpha.png"), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(4, 78, 142, 1)), color-stop(100%, rgba(45, 120, 174, 1)));
    background: url("../images/stripes-alpha.png"), -webkit-linear-gradient(top, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    background: url("../images/stripes-alpha.png"), -o-linear-gradient(top, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    background: url("../images/stripes-alpha.png"), -ms-linear-gradient(top, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    background: url("../images/stripes-alpha.png"), linear-gradient(to bottom, rgba(4, 78, 142, 1) 0%, rgba(45, 120, 174, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#044e8e', endColorstr='#2d78ae', GradientType=0);
    padding: 0px;
    /*line-height: 1;*/
    color: #fff;
    font-size: 12px;
    line-height: 60px;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

.right-column .banners a span {
    display: inline-block;
    /*margin-left: 50px;*/
    line-height: 1;
    width: 180px;
    vertical-align: middle;
    /*margin-right: 15px;*/
    text-decoration: underline;

    position: absolute;
    left: 55px;
    top: 15px;
}

.right-column .banners a:hover span {
    text-decoration: none;
}

.right-column .banners img {
    vertical-align: top;
    line-height: 1;
    width: 100%;
}

.right-column .banners img.icon {
    width: auto;
    height: 40px;
    vertical-align: middle;
    margin-left: 10px;
}

.news-item {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(198, 198, 198, 0.45);
    padding-bottom: 15px;
    position: relative;
    min-height: 75px;
}

.news-item img {
    float: left;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.news-item .news-item-text {
    /*float: left;*/
    /*margin-left: 15px;*/
    font-size: 14px;
    /*width: 300px;*/
    margin-left: 70px;
}

.content .main-content-wrapper .news-item a {
    text-decoration: none;
}

.content .main-content-wrapper .news-item a p {
    color: #1883ba;
    text-decoration: underline;
    margin-bottom: 0px;
}

.content .main-content-wrapper .news-item a:hover p {
    text-decoration: none;
}

.news-item div.date {
    color: #a6090b;
}

.clear {
    clear: both;
}

.news {
    float: left;
    width: 50% !important;
    margin-top: 50px;
    padding-right: 10px;
}

.adv {
    font-size: 14px;
    float: left;
    width: 50%;
    margin-top: 50px;
    padding-left: 10px;
}

.adv a {
    color: #1883ba;
    text-decoration: underline;
}

.adv a:hover {
    text-decoration: none;
}

.main-page.main-content-wrapper {
    float: left;
}

.bg {
    background: rgb(233, 241, 247);
    padding: 30px;
}

#all-news {
    display: block;
    /*float: right;*/
    /*margin-top: -40px;*/
    color: #a6090b;
    text-decoration: underline;
    font-size: 14px;
    /*margin-right: 20px;*/
}

#all-news:hover {
    text-decoration: none;
}

p.error {
    color: #DE0000;
    margin-bottom: 20px;
    font-size: 14px;
}

.g-recaptcha {
    margin-bottom: 20px;
    width: 250px;
}

label.error {
    color: red;
    font-size: 12px;
    margin-top: -15px;
    display: block;
    margin-bottom: 12px;
}

.main .content  a {
    color: steelblue;
    font-size: 14px;
    display: block;
    margin-top: 20px;
}