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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul, li {
    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;
}

input, textarea, button, select {
    margin: 0;
    font: inherit;
}

button, input[type="submit"] {
    cursor: pointer;
}

input:focus, textarea:focus, select:focus, button:active, button:focus {
    outline: none;
}

a {
    color: inherit;
    text-decoration: inherit;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../../img/vendor/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../../img/vendor/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../../img/vendor/fancybox/blank.gif');
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../../img/vendor/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../../img/vendor/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px;
    }
    #fancybox-loading div {
        background-image: url('../../img/vendor/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px;
    }
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/ptsans/PTS55F_W.eot');
    src: url('../fonts/ptsans/PTS55F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/ptsans/PTS55F_W.woff') format('woff'), url('../fonts/ptsans/PTS55F_W.ttf') format('truetype'), url('../fonts/ptsans/PTS55F_W.svg#PTSans-Regular') format('svg');
}

@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    src: url('../fonts/ptsans/PTS56F_W.eot');
    src: url('../fonts/ptsans/PTS56F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/ptsans/PTS56F_W.woff') format('woff'), url('../fonts/ptsans/PTS56F_W.ttf') format('truetype'), url('../fonts/ptsans/PTS56F_W.svg#PTSans-Italic') format('svg');
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/ptsans/PTS75F_W.eot');
    src: url('../fonts/ptsans/PTS75F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/ptsans/PTS75F_W.woff') format('woff'), url('../fonts/ptsans/PTS75F_W.ttf') format('truetype'), url('../fonts/ptsans/PTS75F_W.svg#PTSans-Bold') format('svg');
}

@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: bold;
    src: url('../fonts/ptsans/PTS76F_W.eot');
    src: url('../fonts/ptsans/PTS76F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/ptsans/PTS76F_W.woff') format('woff'), url('../fonts/ptsans/PTS76F_W.ttf') format('truetype'), url('../fonts/ptsans/PTS76F_W.svg#PTSans-BoldItalic') format('svg');
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.clear {
    clear: both;
}

.align_left {
    margin: 3px 15px 5px 0;
    float: left;
}

.align_right {
    margin: 3px 0 5px 15px;
    float: right;
}

.align_center {
    margin-left: auto;
    margin-right: auto;
}

.text a {
    color: #d99668;
    text-decoration: underline;
}

.text b, .text strong {
    font-weight: bold;
}

.text i, .text em {
    font-style: italic;
}

.text p {
    _text-align: justify;
    margin-bottom: 15px;
}

.text p:last-child {
    margin-bottom: 0;
}

.text sub, .text sup {
    display: inline-block;
    font-size: 75%;
}

.text sub {
    vertical-align: text-bottom;
}

.text sup {
    vertical-align: text-top;
}

.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font: normal 2.4rem / 1.2 "PT Sans", Helvetica, Arial, sans-serif;
    color: #6d6d6d;
    margin-bottom: 15px;
}

.text h1:last-child, .text h2:last-child, .text h3:last-child, .text h4:last-child, .text h5:last-child, .text h6:last-child {
    margin-bottom: 0;
}

.text h1 {
    font-size: 2.8rem;
}

.text h2 {
    font-size: 2.4rem;
}

.text h3 {
    font-size: 2rem;
}

.text h4 {
    font-size: 1.8rem;
}

.text h5 {
    font-size: 1.6rem;
}

.text h6 {
    font-size: 1.4rem;
}

.text ul, .text ol {
    margin-bottom: 15px;
}

.text ul>li, .text ol>li {
    margin: 0 0 7px 30px;
}

.text ul:last-child, .text ol:last-child {
    margin-bottom: 0;
}

.text ul>li {
    list-style: disc;
}

.text ol>li {
    list-style: decimal;
}

.text blockquote {
    border: 1px dotted #6d6d6d;
    border-left: 5px solid #69321f;
    font-style: italic;
    padding: 15px 30px;
    font-size: 1.3rem;
    margin: 0;
    margin-bottom: 15px;
}

.text blockquote:last-child {
    margin-bottom: 0;
}

.text pre, .text code, .text kbd, .text samp {
    border: 1px solid #ccc;
    color: #888;
    font-family: "Courier New", Courier, monospace;
    padding: 15px 30px;
    font-size: 1.3rem;
    margin: 0;
    margin-bottom: 15px;
}

.text pre:last-child, .text code:last-child, .text kbd:last-child, .text samp:last-child {
    margin-bottom: 0;
}

.text table {
    border-collapse: collapse;
    margin-bottom: 15px;
}

.text table caption {
    text-align: right;
    font-size: 1.3rem;
    padding-bottom: 5px;
}

.text table tr th, .text table tr td {
    padding: 7px 10px;
    border: 1px solid #dad2ca;
    text-align: left;
    vertical-align: top;
    font-size: 1.3rem;
    color: #6d6d6d;
}

.text table thead tr th, .text table thead tr td {
    border: 1px solid #69321f;
    background: #69321f;
    color: #fff;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
    border-right: 1px solid #fff;
}

.text table thead tr th:last-child, .text table thead tr td:last-child {
    border-right: 1px solid #69321f;
}

.text table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.2);
}

.text table:last-child {
    margin-bottom: 0;
}

::-moz-selection {
    background: #69321f;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #69321f;
    color: #fff;
    text-shadow: none;
}

.button, .btn {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: none;
    display: inline-block;
    vertical-align: middle;
    background: #dea47c;
    padding: 4px 16px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 1.3rem;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    cursor: pointer;
}

.button:hover, .button:focus, .btn:hover, .btn:focus {
    background: #d99668;
}

.button:active, .btn:active {
    background: #d99668;
    outline: none;
}

.main-form {
    width: 500px;
    background: #eee;
    padding: 15px 15px 15px 0;
    padding-left: 0;
}

.main-form .form-message .form-message-error {
    color: #aa0000;
    font-size: 1.4rem;
    padding: 5px 12px;
    text-align: center;
    border: 1px dotted #a00000;
    margin-bottom: 10px;
}

.main-form .form-block {
    padding-left: 15px;
    margin-bottom: 15px;
    clear: both;
}

.main-form .form-field {
    display: block;
    float: left;
    padding-left: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.main-form .form-field-error .form-label {
    color: #a00000;
}

.main-form .form-field-error .form-input {
    border: 1px solid #a00000;
    color: #a00000;
}

.main-form .form-label {
    display: block;
    margin-bottom: 3px;
    font-size: 1.3rem;
    color: #888;
}

.main-form .form-label-required:after {
    content: "\A0\A0\2A";
    color: #a44e30;
    display: inline-block;
    vertical-align: middle;
}

.main-form .form-comment {
    margin-top: 3px;
    font-size: 1.1rem;
    color: #aaa;
}

.main-form .form-label+.form-comment {
    margin-top: -3px;
    margin-bottom: 5px;
}

.main-form .form-input, .main-form .inputbox, .main-form .input-small {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #fff;
    background-repeat: no-repeat;
    border: 1px solid #e5e5e8;
    padding: 5px 12px;
    width: 100%;
    color: #6d6d6d;
}

.main-form .form-input:focus, .main-form .inputbox:focus, .main-form .input-small:focus {
    border: 1px solid #a44e30;
}

.main-form .form-text {
    height: 100px;
    resize: none;
}

.main-form .form-select {
    padding-right: 5px;
}

.main-form .form-captcha-holder {
    position: relative;
}

.main-form .form-input-captcha .check {
    background-image: url(../../img/forms/loading.gif);
    background-repeat: no-repeat;
    background-position: 50px 50%;
}

.main-form .form-captcha {
    position: absolute;
    right: 1px;
    height: 94%;
    top: 1px;
    cursor: pointer;
    cursor: -webkit-zoom-in;
}

.main-form .form-captcha.form-captcha-large {
    border: 1px solid #a44e30;
}

.main-form .form-file-wrap {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.main-form .form-input-file {
    position: absolute;
    margin: 0;
    width: 1000px;
    height: 100px;
    left: -50%;
    top: -30px;
    cursor: pointer;
    opacity: 0;
    font-size: 150px;
    line-height: 150px;
    filter: alpha(opacity=0);
}

.main-form .form-input-file:focus+.form-file-names, .main-form .form-input-file:active+.form-file-names {
    border: 1px solid #a44e30;
}

.main-form .form-file-names {
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 40px;
    cursor: pointer;
    background: #fff url(../../img/forms/file.png) no-repeat 98% 50%;
}

.main-form .form-date {
    padding-right: 40px;
    cursor: pointer;
    background: #fff url(../../img/forms/calendar.png) no-repeat 98% 50%;
}

.main-form .form-buttons {
    clear: both;
}

.main-form .form-buttons.right {
    text-align: right;
}

.main-form .form-buttons.center {
    text-align: center;
}

.main-form .form-buttons .button {
    padding-top: 7px;
    padding-bottom: 7px;
}

.main-form input[type="checkbox"], .main-form input[type="checkbox"]+label, .main-form input[type="radio"], .main-form input[type="radio"]+label {
    vertical-align: top;
    cursor: pointer;
}

.main-form input[type="checkbox"], .main-form input[type="radio"] {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
}

.main-form input[type="checkbox"]:hover+label, .main-form input[type="radio"]:hover+label, .main-form input[type="checkbox"]+label:hover, .main-form input[type="radio"]+label:hover, .main-form input[type="checkbox"]:focus+label, .main-form input[type="radio"]:focus+label, .main-form input[type="checkbox"]+label:focus, .main-form input[type="radio"]+label:focus {
    color: #a44e30;
}

.contrast .main-form {
    background: #333 !important;
}

.comments-form {
    width: 500px;
    margin: 0 auto;
}

.search-form, .main-search-form {
    width: 100%;
}

.search-form .form-input, .main-search-form .form-input {
    padding-right: 35px;
}

.search-form .search-button, .main-search-form .search-button {
    width: 40px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.search-form {
    padding: 0;
    background: none;
}

.search-form .form-field {
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
}

.search-form .form-input {
    background: #fff url(../../img/magnifier.png) no-repeat right 10px center;
}

.main-search-form {
    margin-bottom: 25px;
}

.main-search-form .form-field {
    margin-bottom: 15px;
}

.main-search-form .form-block {
    padding-left: 0;
}

.contact-form {
    width: 100%;
}

.section-breadcrumbs {
    border-bottom: 1px solid #ededed;
}

.section-breadcrumbs .breadcrumbs {
    padding: 15px 0;
}

.section-breadcrumbs .breadcrumbs .breadcrumbs-item {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    margin-left: 30px;
    text-transform: uppercase;
    color: #6d6d6d;
    font-size: 12px;
}

.section-breadcrumbs .breadcrumbs .breadcrumbs-item:hover {
    color: #69321f;
}

.section-breadcrumbs .breadcrumbs .breadcrumbs-item:before {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 50%;
    margin-top: -4px;
    left: -22px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.section-breadcrumbs .breadcrumbs .breadcrumbs-item:first-child {
    margin-left: 0;
}

.section-breadcrumbs .breadcrumbs .breadcrumbs-item:first-child:before {
    display: none;
}

.section-breadcrumbs .breadcrumbs .breadcrumbs-item:last-child {
    color: #69321f;
}

.section-breadcrumbs .breadcrumbs .breadcrumbs-item:last-child:hover {
    color: #6d6d6d;
}

.pagination {
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 5px;
}

.pagination li {
    display: inline-block;
    margin: 0 1px;
}

.pagination li a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    padding: 3px 5px;
    min-width: 22px;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    border: 1px solid transparent;
}

.pagination li.active a, .pagination li a:hover {
    border: 1px solid #e0e0e0;
    background: rgba(255, 255, 255, 0.2);
}

.pagination li.disabled a {
    color: #aaa;
}

.pagination li.disabled a:hover {
    border: 1px solid transparent;
    background: none;
}

.photos {
    text-align: center;
    margin-bottom: 15px;
}

.photos .photos-item {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin: 6px;
    border: 3px solid #fff;
}

.photos .photos-item img {
    display: block;
}

.photos .photos-item:hover {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}

.files {
    margin-bottom: 15px;
}

.files .files-item {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: table;
    table-layout: fixed;
    width: 100%;
    line-height: normal;
    border-top: 1px solid #dad2ca;
    text-decoration: none !important;
}

.files .files-item .files-icon, .files .files-item .files-plain {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.files .files-item .files-icon {
    font-size: 0;
    width: 46px;
}

.files .files-item .files-plain {
    text-align: left;
    padding-left: 0;
}

.files .files-item .files-title {
    display: block;
    font-size: 1.3rem;
    text-align: justify;
}

.files .files-item .files-size {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    font-size: 1.2rem;
    color: #888;
}

.files .files-item:first-child {
    border-top: none;
}

.files .files-item:nth-child(even) {
    background: rgba(255, 255, 255, 0.2);
}

.files .files-item:hover {
    background: #69321f;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.files .files-item:hover .files-size {
    color: #fff;
}

.comments {
    position: relative;
    margin-bottom: 25px;
}

.comments .comments-add-button {
    position: absolute;
    right: 0;
    top: 0;
}

.comments .comments-holder {
    margin-bottom: 25px;
}

.comments .comments-item {
    display: block;
}

.comments .comments-photo {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    width: 90px;
    height: 90px;
    float: left;
}

.comments .comments-photo img {
    display: block;
}

.comments .comments-plain {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
    background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
    position: relative;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    min-height: 90px;
    margin-left: 115px;
}

.comments .comments-plain:before {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    top: 38px;
    left: -8px;
}

.comments .comments-reply {
    clear: both;
    padding-top: 40px;
    font-size: 1.4rem;
    line-height: normal;
    text-style: italic;
    position: relative;
    width: 100%;
    text-align: justify;
}

.comments .comments-reply:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    border-top: 1px solid #ddd;
    top: 20px;
    left: 0;
}

.comments .comments-meta {
    font-size: 1.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 16px;
    color: #808080;
}

.comments .comments-date {
    display: inline-block;
    margin-left: 5px;
    vertical-align: text-top;
    font-size: 1.2rem;
    color: #aaa;
}

html {
    background: #fff;
    font-size: 10px;
}

body {
    min-width: 1024px;
    max-width: 1024px;
    margin: 0 auto;
    font: normal 1.4rem / 1.2 "PT Sans", Helvetica, Arial, sans-serif;
    color: #6d6d6d;
}

.site-title, .item-page .page-header, .item-page .page-header h2, .blog>h2, .search>h1 {
    font: normal 2.4rem / 1.2 "PT Sans", Helvetica, Arial, sans-serif;
    color: #69321f;
    font-size: 1.8rem;
    font-style: italic;
    margin-bottom: 6px;
}

.site-title.centrized, .item-page .page-header.centrized, .item-page .page-header h2.centrized, .blog>h2.centrized, .search>h1.centrized {
    text-align: center;
}

.site-title .subheading-category, .item-page .page-header .subheading-category, .item-page .page-header h2 .subheading-category, .blog>h2 .subheading-category, .search>h1 .subheading-category {
    display: block;
}

.section {
    width: 1024px;
    margin: 0 auto;
    display: table;
}

.section-side {
    display: table-cell;
    vertical-align: top;
    width: 308px;
    padding: 0 70px 0 40px;
    text-align: left;
}

.section-side .section-side-header {
    display: block;
    color: #69321f;
    font-size: 1.8rem;
    margin-bottom: 16px;
    font-style: italic;
}

.section-side a.section-side-header {
    text-decoration: underline;
}

.section-side a.section-side-header:hover {
    color: #f26649;
}

.section-side .side-menu .side-menu-item {
    display: block;
    text-decoration: underline;
    margin-bottom: 10px;
}

.section-side .side-menu .side-menu-item:hover {
    color: #f26649;
}

.section-side ul.menu {
    margin-bottom: 57px;
}

.section-side ul.menu li {
    display: block;
}

.section-side ul.menu li.current>a, .section-side ul.menu li.active>a {
    color: #f26649;
}

.section-side ul.menu a {
    display: block;
    margin-bottom: 6px;
}

.section-side ul.menu a:hover {
    color: #f26649;
    text-decoration: underline;
}

.section-side ul.menu span {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #d99668;
}

.section-side ul.menu>li {
    margin-bottom: 10px;
    border-bottom: 1px dotted #bbb;
}

.section-side ul.menu>li>a {
    color: #69321f;
    font-size: 1.6rem;
    font-style: italic;
    margin-bottom: 10px;
}

.section-side ul.menu>li ul {
    display: none;
    margin-bottom: 10px;
}

.section-side ul.menu>li>ul {
    margin-bottom: 10px;
}

.section-side ul.menu>li:last-child {
    border-bottom: none;
}

.section-content {
    display: table-cell;
    vertical-align: top;
    padding-right: 62px;
}

.section-user .section-content {
    background: #69321f;
    color: #fff;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-user .section-content a {
    text-decoration: underline;
}

.section-user .section-content .test-msg {
    font-style: italic;
}

.section-header {
    margin-bottom: 57px;
}

.section-header .section-side {
    padding-top: 20px;
    position: relative;
}

.section-header .section-side .logo {
    display: block;
    width: 164px;
    height: 123px;
    background: url(../../img/logo.png) no-repeat 0 0;
    position: absolute;
    right: 47px;
}

.section-header .section-content {
    padding-top: 20px;
}

.section-header .header-menu {
    margin-bottom: 31px;
    overflow: hidden;
}

.section-header .header-menu-item {
    padding: 0 8px;
    color: #d99668;
    display: inline-block;
    border-left: 1px solid #d99668;
    text-decoration: underline;
    margin-left: -1px;
}

.section-header .header-menu-item:first-child {
    padding-left: 0;
    border-left: none;
}

.section-header .header-title {
    display: block;
    font: normal 2.4rem / 1.2 "PT Sans", Helvetica, Arial, sans-serif;
    color: #69321f;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.section-header .header-title .header-title-sub {
    font-weight: normal;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 4px;
}

.section-header .header-hint a {
    color: #d99668;
    text-decoration: underline;
}

.sidebar {
    display: table-cell;
    vertical-align: top;
    width: 300px;
    padding: 25px 24px;
    background: #f8f8f8;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.sidebar .sidebar-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    padding: 25px 0;
}

.sidebar .sidebar-section:first-of-type {
    border-top: none;
    padding-top: 0;
}

.sidebar .sidebar-section:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.text .sidebar-title, .text .newsflash-title {
    font-size: 1.5rem;
    color: #d99668;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    margin-bottom: 16px;
}

.text .sidebar-title a, .text .newsflash-title a {
    text-decoration: none;
}

.text .sidebar-resource {
    background: #1b6994;
    background: -moz-linear-gradient(top, #48a7d7 0%, #207fb2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #48a7d7), color-stop(100%, #207fb2));
    background: -webkit-linear-gradient(top, #48a7d7 0%, #207fb2 100%);
    background: -o-linear-gradient(top, #48a7d7 0%, #207fb2 100%);
    background: -ms-linear-gradient(top, #48a7d7 0%, #207fb2 100%);
    background: linear-gradient(to bottom, #48a7d7 0%, #207fb2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48a7d7', endColorstr='#207fb2', GradientType=0);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: 1.4rem;
    text-align: center;
}

.section-footer .section-content {
    padding-bottom: 20px;
}

.section-footer .footer-title {
    color: #69321f;
    margin-bottom: 16px;
    font-size: 1.6rem;
}

.section-footer .footer-descr {
    font-size: 1.3rem;
}

.section-footer2 .section-side {
    text-align: right;
    vertical-align: bottom;
    font-size: 1.3rem;
    padding-bottom: 20px;
}

.section-footer2 .section-content {
    background: #69321f;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-footer2 .support {
    width: 198px;
    float: left;
    padding-left: 20px;
}

.section-footer2 .support .support-title {
    color: #d99668;
    margin-bottom: 16px;
    font-size: 1.3rem;
}

.section-footer2 .support .email {
    display: block;
    text-decoration: underline;
}

.section-footer2 .support .phone {
    font-size: 2rem;
}

.section-footer2 .update {
    width: 198px;
    float: left;
    margin-left: 30px;
}

.section-footer2 .update .social {
    text-align: center;
}

.section-footer2 .update .social .social-item {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 5px;
    background-repeat: no-repeat;
}

.section-footer2 .update .social .social-item.social-vk {
    background-image: url(../../img/social/vk1.png);
}

.section-footer2 .update .social .social-item.social-vk:hover {
    background-image: url(../../img/social/vk2.png);
}

.section-footer2 .update .social .social-item.social-fb {
    background-image: url(../../img/social/fb1.png);
}

.section-footer2 .update .social .social-item.social-fb:hover {
    background-image: url(../../img/social/fb2.png);
}

.section-footer2 .update .social .social-item.social-tw {
    background-image: url(../../img/social/tw1.png);
}

.section-footer2 .update .social .social-item.social-tw:hover {
    background-image: url(../../img/social/tw2.png);
}

.section-footer2 .update .social .social-item.social-rss {
    background-image: url(../../img/social/rss1.png);
}

.section-footer2 .update .social .social-item.social-rss:hover {
    background-image: url(../../img/social/rss2.png);
}

.section-footer2 .search {
    width: 198px;
    float: left;
    margin-left: 30px;
}

.section-footer2 .search .search-form {
    position: relative;
}

.section-footer2 .search .search-form .form-input {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    padding: 0 30px 0 13px;
    border: 1px solid #69321f;
    color: #fff;
    width: 100%;
    height: 2.6rem;
    line-height: 2.6rem;
}

.section-footer2 .search .search-form .form-input::-webkit-input-placeholder {
    color: #fff;
}

.section-footer2 .search .search-form .form-input:-moz-placeholder {
    color: #fff;
}

.section-footer2 .search .search-form .form-input::-moz-placeholder {
    color: #fff;
}

.section-footer2 .search .search-form .form-input:-ms-input-placeholder {
    color: #fff;
}

.section-footer2 .search .search-form .search-button {
    border: none;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 26px;
    height: 2.6rem;
    margin-top: -1.3rem;
    cursor: pointer;
    background: url(../../img/magnifier.png) no-repeat 50% 50%;
}

.blog {
    margin-bottom: 57px;
}

.blog .items-leading>div, .blog .items-row>div {
    padding: 15px 0;
    border-bottom: 1px dashed #bbb;
}

.blog .items-leading>div a, .blog .items-row>div a {
    color: #d99668;
    text-decoration: underline;
}

.blog .items-leading>div b, .blog .items-leading>div strong, .blog .items-row>div b, .blog .items-row>div strong {
    font-weight: bold;
}

.blog .items-leading>div i, .blog .items-leading>div em, .blog .items-row>div i, .blog .items-row>div em {
    font-style: italic;
}

.blog .items-leading>div p, .blog .items-row>div p {
    text-align: justify;
    margin-bottom: 15px;
}

.blog .items-leading>div p:last-child, .blog .items-row>div p:last-child {
    margin-bottom: 0;
}

.blog .items-leading>div sub, .blog .items-leading>div sup, .blog .items-row>div sub, .blog .items-row>div sup {
    display: inline-block;
    font-size: 75%;
}

.blog .items-leading>div sub, .blog .items-row>div sub {
    vertical-align: text-bottom;
}

.blog .items-leading>div sup, .blog .items-row>div sup {
    vertical-align: text-top;
}

.blog .items-leading>div h1, .blog .items-leading>div h2, .blog .items-leading>div h3, .blog .items-leading>div h4, .blog .items-leading>div h5, .blog .items-leading>div h6, .blog .items-row>div h1, .blog .items-row>div h2, .blog .items-row>div h3, .blog .items-row>div h4, .blog .items-row>div h5, .blog .items-row>div h6 {
    font: normal 2.4rem / 1.2 "PT Sans", Helvetica, Arial, sans-serif;
    color: #6d6d6d;
    margin-bottom: 15px;
}

.blog .items-leading>div h1:last-child, .blog .items-leading>div h2:last-child, .blog .items-leading>div h3:last-child, .blog .items-leading>div h4:last-child, .blog .items-leading>div h5:last-child, .blog .items-leading>div h6:last-child, .blog .items-row>div h1:last-child, .blog .items-row>div h2:last-child, .blog .items-row>div h3:last-child, .blog .items-row>div h4:last-child, .blog .items-row>div h5:last-child, .blog .items-row>div h6:last-child {
    margin-bottom: 0;
}

.blog .items-leading>div h1, .blog .items-row>div h1 {
    font-size: 2.8rem;
}

.blog .items-leading>div h2, .blog .items-row>div h2 {
    font-size: 2.4rem;
}

.blog .items-leading>div h3, .blog .items-row>div h3 {
    font-size: 2rem;
}

.blog .items-leading>div h4, .blog .items-row>div h4 {
    font-size: 1.8rem;
}

.blog .items-leading>div h5, .blog .items-row>div h5 {
    font-size: 1.6rem;
}

.blog .items-leading>div h6, .blog .items-row>div h6 {
    font-size: 1.4rem;
}

.blog .items-leading>div ul, .blog .items-leading>div ol, .blog .items-row>div ul, .blog .items-row>div ol {
    margin-bottom: 15px;
}

.blog .items-leading>div ul>li, .blog .items-leading>div ol>li, .blog .items-row>div ul>li, .blog .items-row>div ol>li {
    margin: 0 0 7px 30px;
}

.blog .items-leading>div ul:last-child, .blog .items-leading>div ol:last-child, .blog .items-row>div ul:last-child, .blog .items-row>div ol:last-child {
    margin-bottom: 0;
}

.blog .items-leading>div ul>li, .blog .items-row>div ul>li {
    list-style: disc;
}

.blog .items-leading>div ol>li, .blog .items-row>div ol>li {
    list-style: decimal;
}

.blog .items-leading>div blockquote, .blog .items-row>div blockquote {
    border: 1px dotted #6d6d6d;
    border-left: 5px solid #69321f;
    font-style: italic;
    padding: 15px 30px;
    font-size: 1.3rem;
    margin: 0;
    margin-bottom: 15px;
}

.blog .items-leading>div blockquote:last-child, .blog .items-row>div blockquote:last-child {
    margin-bottom: 0;
}

.blog .items-leading>div pre, .blog .items-leading>div code, .blog .items-leading>div kbd, .blog .items-leading>div samp, .blog .items-row>div pre, .blog .items-row>div code, .blog .items-row>div kbd, .blog .items-row>div samp {
    border: 1px solid #ccc;
    color: #888;
    font-family: "Courier New", Courier, monospace;
    padding: 15px 30px;
    font-size: 1.3rem;
    margin: 0;
    margin-bottom: 15px;
}

.blog .items-leading>div pre:last-child, .blog .items-leading>div code:last-child, .blog .items-leading>div kbd:last-child, .blog .items-leading>div samp:last-child, .blog .items-row>div pre:last-child, .blog .items-row>div code:last-child, .blog .items-row>div kbd:last-child, .blog .items-row>div samp:last-child {
    margin-bottom: 0;
}

.blog .items-leading>div table, .blog .items-row>div table {
    border-collapse: collapse;
    margin-bottom: 15px;
}

.blog .items-leading>div table caption, .blog .items-row>div table caption {
    text-align: right;
    font-size: 1.3rem;
    padding-bottom: 5px;
}

.blog .items-leading>div table tr th, .blog .items-leading>div table tr td, .blog .items-row>div table tr th, .blog .items-row>div table tr td {
    padding: 7px 10px;
    border: 1px solid #dad2ca;
    text-align: left;
    vertical-align: top;
    font-size: 1.3rem;
    color: #6d6d6d;
}

.blog .items-leading>div table thead tr th, .blog .items-leading>div table thead tr td, .blog .items-row>div table thead tr th, .blog .items-row>div table thead tr td {
    border: 1px solid #69321f;
    background: #69321f;
    color: #fff;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
    border-right: 1px solid #fff;
}

.blog .items-leading>div table thead tr th:last-child, .blog .items-leading>div table thead tr td:last-child, .blog .items-row>div table thead tr th:last-child, .blog .items-row>div table thead tr td:last-child {
    border-right: 1px solid #69321f;
}

.blog .items-leading>div table tbody tr:nth-child(even), .blog .items-row>div table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.2);
}

.blog .items-leading>div table:last-child, .blog .items-row>div table:last-child {
    margin-bottom: 0;
}

.blog .items-leading>div .sidebar-title, .blog .items-leading>div .newsflash-title, .blog .items-row>div .sidebar-title, .blog .items-row>div .newsflash-title {
    font-size: 1.5rem;
    color: #d99668;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    margin-bottom: 16px;
}

.blog .items-leading>div .sidebar-title a, .blog .items-leading>div .newsflash-title a, .blog .items-row>div .sidebar-title a, .blog .items-row>div .newsflash-title a {
    text-decoration: none;
}

.blog .items-leading>div .sidebar-resource, .blog .items-row>div .sidebar-resource {
    background: #1b6994;
    background: -moz-linear-gradient(top, #48a7d7 0%, #207fb2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #48a7d7), color-stop(100%, #207fb2));
    background: -webkit-linear-gradient(top, #48a7d7 0%, #207fb2 100%);
    background: -o-linear-gradient(top, #48a7d7 0%, #207fb2 100%);
    background: -ms-linear-gradient(top, #48a7d7 0%, #207fb2 100%);
    background: linear-gradient(to bottom, #48a7d7 0%, #207fb2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48a7d7', endColorstr='#207fb2', GradientType=0);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: 1.4rem;
    text-align: center;
}

.blog .items-leading>div:after, .blog .items-row>div:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.blog .items-leading>div .page-header h2, .blog .items-row>div .page-header h2 {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 1.8rem;
    color: #d99668;
}

.blog .items-leading>div p:last-of-type, .blog .items-row>div p:last-of-type {
    margin-bottom: 0;
}

.blog .items-leading>div.span4, .blog .items-row>div.span4 {
    border-bottom: none;
    float: left;
    width: 198px;
    margin-left: 30px;
    font-size: 1.3rem !important;
    text-align: left !important;
    font-family: 'PT Sans', Helvetica, Arial, serif !important;
}

.blog .items-leading>div.span4 p, .blog .items-row>div.span4 p {
    text-align: left !important;
}

.blog .items-leading>div.span4 .page-header h2, .blog .items-row>div.span4 .page-header h2 {
    font-size: 1.6rem;
    height: 38px;
    overflow: hidden;
}

.blog .items-leading>div.span4 .img-intro-left, .blog .items-row>div.span4 .img-intro-left {
    float: none;
    background: #f8f8f8;
    width: 198px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    margin-bottom: 12px;
}

.blog .items-leading>div.span4 .img-intro-left img, .blog .items-row>div.span4 .img-intro-left img {
    display: inline-block;
    vertical-align: middle;
    max-width: 198px;
    max-height: 120px;
}

.blog .items-leading>div.span4:first-child, .blog .items-row>div.span4:first-child {
    margin-left: 0;
}

.blog .items-leading>div.span4 .btn, .blog .items-row>div.span4 .btn {
    width: 198px;
}

.blog .items-leading>div:first-of-type {
    padding-top: 0;
}

.blog .items-row:last-of-type>div:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.blog .item-image, .blog .img-intro-left, .blog .img-intro-right {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin: 3px 15px 5px 0;
    float: left;
    width: 180px;
    text-align: center;
}

.blog .item-image img, .blog .img-intro-left img, .blog .img-intro-right img {
    max-width: 180px;
    max-height: 120px;
}

.blog a:hover .page-header {
    color: #69321f;
}

.blog .article-info {
    display: block;
    margin-bottom: 10px;
}

.blog .article-info dt {
    display: none;
}

.blog .article-info dd {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 1.2rem;
    color: #aaa;
}

.blog .article-info dd:first-of-type {
    margin-left: 0;
}

.blog .article-info:last-of-type {
    margin-bottom: 0;
}

.blog .articles-text {
    margin-bottom: 10px;
}

.search-results {
    margin-bottom: 25px;
}

.search-results .result-title {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 1.8rem;
    color: #69321f;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #dadada;
    margin-bottom: 10px;
}

.search-results .result-category, .search-results .result-created {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #aaa;
}

.search-results .result-text {
    margin-bottom: 10px;
}

.error {
    color: #ff0000;
}

.category-desc a, .items-more a {
    color: #d99668;
    text-decoration: underline;
}

.category-desc b, .category-desc strong, .items-more b, .items-more strong {
    font-weight: bold;
}

.category-desc i, .category-desc em, .items-more i, .items-more em {
    font-style: italic;
}

.category-desc p, .items-more p {
    text-align: justify;
    margin-bottom: 15px;
}

.category-desc p:last-child, .items-more p:last-child {
    margin-bottom: 0;
}

.category-desc sub, .category-desc sup, .items-more sub, .items-more sup {
    display: inline-block;
    font-size: 75%;
}

.category-desc sub, .items-more sub {
    vertical-align: text-bottom;
}

.category-desc sup, .items-more sup {
    vertical-align: text-top;
}

.category-desc h1, .category-desc h2, .category-desc h3, .category-desc h4, .category-desc h5, .category-desc h6, .items-more h1, .items-more h2, .items-more h3, .items-more h4, .items-more h5, .items-more h6 {
    font: normal 2.4rem / 1.2 "PT Sans", Helvetica, Arial, sans-serif;
    color: #6d6d6d;
    margin-bottom: 15px;
}

.category-desc h1:last-child, .category-desc h2:last-child, .category-desc h3:last-child, .category-desc h4:last-child, .category-desc h5:last-child, .category-desc h6:last-child, .items-more h1:last-child, .items-more h2:last-child, .items-more h3:last-child, .items-more h4:last-child, .items-more h5:last-child, .items-more h6:last-child {
    margin-bottom: 0;
}

.category-desc h1, .items-more h1 {
    font-size: 2.8rem;
}

.category-desc h2, .items-more h2 {
    font-size: 2.4rem;
}

.category-desc h3, .items-more h3 {
    font-size: 2rem;
}

.category-desc h4, .items-more h4 {
    font-size: 1.8rem;
}

.category-desc h5, .items-more h5 {
    font-size: 1.6rem;
}

.category-desc h6, .items-more h6 {
    font-size: 1.4rem;
}

.category-desc ul, .category-desc ol, .items-more ul, .items-more ol {
    margin-bottom: 15px;
}

.category-desc ul>li, .category-desc ol>li, .items-more ul>li, .items-more ol>li {
    margin: 0 0 7px 30px;
}

.category-desc ul:last-child, .category-desc ol:last-child, .items-more ul:last-child, .items-more ol:last-child {
    margin-bottom: 0;
}

.category-desc ul>li, .items-more ul>li {
    list-style: disc;
}

.category-desc ol>li, .items-more ol>li {
    list-style: decimal;
}

.category-desc blockquote, .items-more blockquote {
    border: 1px dotted #6d6d6d;
    border-left: 5px solid #69321f;
    font-style: italic;
    padding: 15px 30px;
    font-size: 1.3rem;
    margin: 0;
    margin-bottom: 15px;
}

.category-desc blockquote:last-child, .items-more blockquote:last-child {
    margin-bottom: 0;
}

.category-desc pre, .category-desc code, .category-desc kbd, .category-desc samp, .items-more pre, .items-more code, .items-more kbd, .items-more samp {
    border: 1px solid #ccc;
    color: #888;
    font-family: "Courier New", Courier, monospace;
    padding: 15px 30px;
    font-size: 1.3rem;
    margin: 0;
    margin-bottom: 15px;
}

.category-desc pre:last-child, .category-desc code:last-child, .category-desc kbd:last-child, .category-desc samp:last-child, .items-more pre:last-child, .items-more code:last-child, .items-more kbd:last-child, .items-more samp:last-child {
    margin-bottom: 0;
}

.category-desc table, .items-more table {
    border-collapse: collapse;
    margin-bottom: 15px;
}

.category-desc table caption, .items-more table caption {
    text-align: right;
    font-size: 1.3rem;
    padding-bottom: 5px;
}

.category-desc table tr th, .category-desc table tr td, .items-more table tr th, .items-more table tr td {
    padding: 7px 10px;
    border: 1px solid #dad2ca;
    text-align: left;
    vertical-align: top;
    font-size: 1.3rem;
    color: #6d6d6d;
}

.category-desc table thead tr th, .category-desc table thead tr td, .items-more table thead tr th, .items-more table thead tr td {
    border: 1px solid #69321f;
    background: #69321f;
    color: #fff;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
    border-right: 1px solid #fff;
}

.category-desc table thead tr th:last-child, .category-desc table thead tr td:last-child, .items-more table thead tr th:last-child, .items-more table thead tr td:last-child {
    border-right: 1px solid #69321f;
}

.category-desc table tbody tr:nth-child(even), .items-more table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.2);
}

.category-desc table:last-child, .items-more table:last-child {
    margin-bottom: 0;
}

.category-desc .sidebar-title, .category-desc .newsflash-title, .items-more .sidebar-title, .items-more .newsflash-title {
    font-size: 1.5rem;
    color: #d99668;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    margin-bottom: 16px;
}

.category-desc .sidebar-title a, .category-desc .newsflash-title a, .items-more .sidebar-title a, .items-more .newsflash-title a {
    text-decoration: none;
}

.category-desc .sidebar-resource, .items-more .sidebar-resource {
    background: #1b6994;
    background: -moz-linear-gradient(top, #48a7d7 0%, #207fb2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #48a7d7), color-stop(100%, #207fb2));
    background: -webkit-linear-gradient(top, #48a7d7 0%, #207fb2 100%);
    background: -o-linear-gradient(top, #48a7d7 0%, #207fb2 100%);
    background: -ms-linear-gradient(top, #48a7d7 0%, #207fb2 100%);
    background: linear-gradient(to bottom, #48a7d7 0%, #207fb2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48a7d7', endColorstr='#207fb2', GradientType=0);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: 1.4rem;
    text-align: center;
}

.resources {
    margin-bottom: 57px;
}

.resources .resources-item .resources-item-image {
    display: block;
    max-width: 654px;
}

.item-page {
    margin-bottom: 57px;
}

.item-page a {
    color: #d99668;
    text-decoration: underline;
}

.item-page b, .item-page strong {
    font-weight: bold;
}

.item-page i, .item-page em {
    font-style: italic;
}

.item-page p {
    _text-align: justify;
    margin-bottom: 15px;
}

.item-page p:last-child {
    margin-bottom: 0;
}

.item-page sub, .item-page sup {
    display: inline-block;
    font-size: 75%;
}

.item-page sub {
    vertical-align: text-bottom;
}

.item-page sup {
    vertical-align: text-top;
}

.item-page h1, .item-page h2, .item-page h3, .item-page h4, .item-page h5, .item-page h6 {
    font: normal 2.4rem / 1.2 "PT Sans", Helvetica, Arial, sans-serif;
    color: #6d6d6d;
    margin-bottom: 15px;
}

.item-page h1:last-child, .item-page h2:last-child, .item-page h3:last-child, .item-page h4:last-child, .item-page h5:last-child, .item-page h6:last-child {
    margin-bottom: 0;
}

.item-page h1 {
    font-size: 2.8rem;
}

.item-page h2 {
    font-size: 2.4rem;
}

.item-page h3 {
    font-size: 2rem;
}

.item-page h4 {
    font-size: 1.8rem;
}

.item-page h5 {
    font-size: 1.6rem;
}

.item-page h6 {
    font-size: 1.4rem;
}

.item-page ul, .item-page ol {
    margin-bottom: 15px;
}

.item-page ul>li, .item-page ol>li {
    margin: 0 0 7px 30px;
}

.item-page ul:last-child, .item-page ol:last-child {
    margin-bottom: 0;
}

.item-page ul>li {
    list-style: disc;
}

.item-page ol>li {
    list-style: decimal;
}

.item-page blockquote {
    border: 1px dotted #6d6d6d;
    border-left: 5px solid #69321f;
    font-style: italic;
    padding: 15px 30px;
    font-size: 1.3rem;
    margin: 0;
    margin-bottom: 15px;
}

.item-page blockquote:last-child {
    margin-bottom: 0;
}

.item-page pre, .item-page code, .item-page kbd, .item-page samp {
    border: 1px solid #ccc;
    color: #888;
    font-family: "Courier New", Courier, monospace;
    padding: 15px 30px;
    font-size: 1.3rem;
    margin: 0;
    margin-bottom: 15px;
}

.item-page pre:last-child, .item-page code:last-child, .item-page kbd:last-child, .item-page samp:last-child {
    margin-bottom: 0;
}

.item-page table {
    border-collapse: collapse;
    margin-bottom: 15px;
}

.item-page table caption {
    text-align: right;
    font-size: 1.3rem;
    padding-bottom: 5px;
}

.item-page table tr th, .item-page table tr td {
    padding: 7px 10px;
    border: 1px solid #dad2ca;
    text-align: left;
    vertical-align: top;
    font-size: 1.3rem;
    color: #6d6d6d;
}

.item-page table thead tr th, .item-page table thead tr td {
    border: 1px solid #69321f;
    background: #69321f;
    color: #fff;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
    border-right: 1px solid #fff;
}

.item-page table thead tr th:last-child, .item-page table thead tr td:last-child {
    border-right: 1px solid #69321f;
}

.item-page table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.2);
}

.item-page table:last-child {
    margin-bottom: 0;
}

.item-page .sidebar-title, .item-page .newsflash-title {
    font-size: 1.5rem;
    color: #d99668;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    margin-bottom: 16px;
}

.item-page .sidebar-title a, .item-page .newsflash-title a {
    text-decoration: none;
}

.item-page .sidebar-resource {
    background: #1b6994;
    background: -moz-linear-gradient(top, #48a7d7 0%, #207fb2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #48a7d7), color-stop(100%, #207fb2));
    background: -webkit-linear-gradient(top, #48a7d7 0%, #207fb2 100%);
    background: -o-linear-gradient(top, #48a7d7 0%, #207fb2 100%);
    background: -ms-linear-gradient(top, #48a7d7 0%, #207fb2 100%);
    background: linear-gradient(to bottom, #48a7d7 0%, #207fb2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48a7d7', endColorstr='#207fb2', GradientType=0);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: 1.4rem;
    text-align: center;
}

.item-page .article-info {
    display: block;
    margin-bottom: 10px;
}

.item-page .article-info dt {
    display: none;
}

.item-page .article-info dd {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 1.2rem;
    color: #aaa;
}

.item-page .article-info dd:first-of-type {
    margin-left: 0;
}

.item-page .article-info:last-of-type {
    margin-bottom: 0;
}

.categories-list {
    margin-bottom: 25px;
}

.categories-list>div a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 1.8rem;
    display: block;
    padding: 12px 20px;
    border-top: 1px dashed #ddd;
    color: #69321f;
}

.categories-list>div a:first-of-type {
    border-top: 1px solid transparent;
}

.categories-list>div a:hover {
    background: #69321f;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    border-top: 1px solid transparent;
}

.categories-list>div a:hover+.content-submenu-item {
    border-top: 1px solid transparent;
}

.access {
    width: 100%;
    background: #eee;
    color: #222;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: normal;
    border-bottom: 1px solid #ddd;
    position: fixed;
    height: 45px;
    top: -50px;
    left: 0;
    z-index: 1000;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
}

.access.enabled {
    top: 0;
}

.access.enabled+.section {
    margin-top: 45px;
}

.access-panel {
    display: table;
    width: 1024px;
    margin: 0 auto;
}

.access-panel-section {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    text-align: center;
    padding: 10px 0;
}

.access-panel-section:first-child {
    padding-left: 40px;
    text-align: left;
}

.access-panel-section:last-child {
    padding-right: 62px;
    text-align: right;
}

.access-panel-title {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin-right: 12px;
}

.access-panel-control {
    display: inline-block;
    vertical-align: middle;
}

.access-panel-button {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 2px;
}

.access-panel-button.selected {
    cursor: default;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.5);
}

.access-panel-button:not(.selected):hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.access-panel-font-size-small {
    font-size: 14px;
}

.access-panel-font-size-medium {
    font-size: 18px;
}

.access-panel-font-size-large {
    font-size: 24px;
}

.access-panel-color-black {
    background: #fff;
    color: #000;
}

.access-panel-color-white {
    background: #000;
    color: #fff;
}

.access-panel-color-blue {
    background: #9dd1ff;
    color: #063462;
}

.access-panel-color-brown {
    background: #f7f3d6;
    color: #59422e;
}

.access-panel-color-green {
    background: #3b2716;
    color: #a9e44d;
}

.access-panel-images {
    width: 50px;
}

.access-panel-images::before {
    text-transform: uppercase;
    content: "Выкл";
}

.access-panel-images.selected {
    cursor: pointer;
}

.access-panel-images.selected::before {
    content: "Вкл";
}

.access-panel-images:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    box-shadow: none;
}

.access-panel-settings::before {
    font-size: 24px;
    content: "\2699";
}

.access-panel-settings.selected {
    cursor: pointer;
}

.access-panel-settings:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    box-shadow: none;
}

.access-settings {
    width: 1024px;
    display: none;
    margin: 1px auto 0;
    padding: 20px 62px 20px 40px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-top: none;
    font-size: 20px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
}

.access-settings-section-title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 25px 0 15px;
}

.access-settings-section-title:first-child {
    margin-top: 0;
}

.access-settings-section {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.access-settings-title {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 15px 10px 0;
    width: 30%;
}

.access-settings-control {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
}

.access-settings-button {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    padding: 8px 15px;
}

.access-settings-button.selected {
    cursor: default;
    background: #000;
    color: #fff;
}

.access-settings-button:not(.selected):hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.access-settings-font-family-sans-serif {
    font-family: "PT Sans", Arial, sans-serif;
}

.access-settings-font-family-serif {
    font-family: "Times New Roman", Times, serif;
}

.access-settings-letter-spacing-medium {
    letter-spacing: 2px;
}

.access-settings-letter-spacing-large {
    letter-spacing: 5px;
}

.access-settings-color {
    padding: 10px 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
    border-radius: 2px;
    cursor: pointer;
}

.access-settings-color.selected::before {
    content: ">>> ";
}

.access-settings-color.selected::after {
    content: " <<<";
}

.access-settings-color-black {
    color: #000;
    background: #fff;
}

.access-settings-color-white {
    color: #fff;
    background: #000;
}

.access-settings-color-blue {
    background: #9dd1ff;
    color: #063462;
}

.access-settings-color-brown {
    background: #f7f3d6;
    color: #59422e;
}

.access-settings-color-green {
    background: #3b2716;
    color: #a9e44d;
}

.access-settings-footer {
    margin-top: 20px;
    text-align: right;
}

.access-settings-footer-button {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #000;
    padding: 8px 25px;
    border-radius: 2px;
    cursor: pointer;
}

.access-font-size-medium {
    font-size: 13px;
}

.access-font-size-large {
    font-size: 18px;
}

.access-font-family-serif .section * {
    font-family: "Times New Roman", "Times", serif;
}

.access-letter-spacing-medium .section * {
    letter-spacing: 2px !important;
}

.access-letter-spacing-large .section * {
    letter-spacing: 5px !important;
}

.access-line-height-medium .section * {
    line-height: 1.4 !important;
}

.access-line-height-large .section * {
    line-height: 1.6 !important;
}

html[class*="access-color-"] * {
    text-shadow: none;
}

.access-color-black {
    background: #fff;
}

.access-color-black .section * {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
}

.access-color-black .section * .button, .access-color-black .section * .btn {
    background-color: #000 !important;
    color: #fff !important;
}

.access-color-black .section * .form-input::-webkit-input-placeholder {
    color: #000 !important;
}

.access-color-black .section * .form-input:-moz-placeholder {
    color: #000 !important;
}

.access-color-black .section * .form-input::-moz-placeholder {
    color: #000 !important;
}

.access-color-black .section * .form-input:-ms-input-placeholder {
    color: #000 !important;
}

.access-color-white {
    background: #000;
}

.access-color-white .section-header .section-side .logo {
    background-image: url(../../img/logoc.png);
}

.access-color-white .section * {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
}

.access-color-white .section * .button, .access-color-white .section * .btn {
    background-color: #fff !important;
    color: #000 !important;
}

.access-color-white .section * .form-input::-webkit-input-placeholder {
    color: #fff !important;
}

.access-color-white .section * .form-input:-moz-placeholder {
    color: #fff !important;
}

.access-color-white .section * .form-input::-moz-placeholder {
    color: #fff !important;
}

.access-color-white .section * .form-input:-ms-input-placeholder {
    color: #fff !important;
}

.access-color-blue {
    background: #9dd1ff;
}

.access-color-blue .section-header .section-side .logo {
    background-image: url(../../img/logocc.png);
}

.access-color-blue .section * {
    background-color: #9dd1ff !important;
    color: #063462 !important;
    border-color: #063462 !important;
}

.access-color-blue .section * .button, .access-color-blue .section * .btn {
    background-color: #063462 !important;
    color: #9dd1ff !important;
}

.access-color-blue .section * .form-input::-webkit-input-placeholder {
    color: #063462 !important;
}

.access-color-blue .section * .form-input:-moz-placeholder {
    color: #063462 !important;
}

.access-color-blue .section * .form-input::-moz-placeholder {
    color: #063462 !important;
}

.access-color-blue .section * .form-input:-ms-input-placeholder {
    color: #063462 !important;
}

.access-color-brown {
    background: #f7f3d6;
}

.access-color-brown .section * {
    background-color: #f7f3d6 !important;
    color: #59422e !important;
    border-color: #59422e !important;
}

.access-color-brown .section * .button, .access-color-brown .section * .btn {
    background-color: #59422e !important;
    color: #f7f3d6 !important;
}

.access-color-brown .section * .form-input::-webkit-input-placeholder {
    color: #59422e !important;
}

.access-color-brown .section * .form-input:-moz-placeholder {
    color: #59422e !important;
}

.access-color-brown .section * .form-input::-moz-placeholder {
    color: #59422e !important;
}

.access-color-brown .section * .form-input:-ms-input-placeholder {
    color: #59422e !important;
}

.access-color-green {
    background: #3b2716;
}

.access-color-green .section-header .section-side .logo {
    background-image: url(../../img/logoc.png);
}

.access-color-green .section * {
    background-color: #3b2716 !important;
    color: #a9dd38 !important;
    border-color: #a9dd38 !important;
}

.access-color-green .section * .button, .access-color-green .section * .btn {
    background-color: #a9dd38 !important;
    color: #3b2716 !important;
}

.access-color-green .section * .form-input::-webkit-input-placeholder {
    color: #a9dd38 !important;
}

.access-color-green .section * .form-input:-moz-placeholder {
    color: #a9dd38 !important;
}

.access-color-green .section * .form-input::-moz-placeholder {
    color: #a9dd38 !important;
}

.access-color-green .section * .form-input:-ms-input-placeholder {
    color: #a9dd38 !important;
}

.access-images-hidden .section img {
    display: none !important;
}

.MarkupPagerNav {
    clear: both;
    margin: 1em 0;
    font-family: Arial, sans-serif;
}

.MarkupPagerNav li {
    display: inline;
    list-style: none;
    margin: 0;
}

.MarkupPagerNav li a, .MarkupPagerNav li.MarkupPagerNavSeparator {
    display: block;
    float: left;
    padding: 2px 9px;
    color: #fff;
    background: #2f4248;
    margin-right: 3px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.MarkupPagerNav li.MarkupPagerNavOn a, .MarkupPagerNav li a:hover {
    color: #fff;
    background: #db1174;
    text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
    display: inline;
    color: #777;
    background: #d2e4ea;
    padding-left: 3px;
    padding-right: 3px;
}
.page-header {
  margin: 10px 0 20px;
}
