@charset "utf-8";
/* CSS Document */
/*
Шрифты
*/
@font-face {
    font-family: 'Minion Pro Cond';
    src: url('/style/fonts/MinionPro-BoldCn.eot');
    src: url('/style/fonts/MinionPro-BoldCn.eot?#iefix') format('embedded-opentype'),
    url('/style/fonts/MinionPro-BoldCn.woff2') format('woff2'),
    url('/style/fonts/MinionPro-BoldCn.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: condensed;
    unicode-range: U+0020-FB06;
}

@font-face {
    font-family: 'Minion Pro SmBd';
    src: url('/style/fonts/MinionPro-Semibold.eot');
    src: url('/style/fonts/MinionPro-Semibold.eot?#iefix') format('embedded-opentype'),
    url('/style/fonts/MinionPro-Semibold.woff2') format('woff2'),
    url('/style/fonts/MinionPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB06;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('/style/fonts/MinionPro-Bold.eot');
    src: url('/style/fonts/MinionPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('/style/fonts/MinionPro-Bold.woff2') format('woff2'),
    url('/style/fonts/MinionPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB06;
}

html {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #2a2a2a;
}

body {
    margin: 0;
    background: url("/images/back.jpg") fixed;
    background-size: cover;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    border: 0;
    height: 1px;
    background: #d5d5d5;
}

.as-div {
    padding: 0;
    margin: 0;
    border: 0;
    text-align: inherit;
}

.content a {
    color: #0d85d6;
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/* Выравнивание строки блоков по ширине */

.align-justify-blocks {
    text-align: justify;
}

.align-justify-blocks > * {
    display: inline-block;
}

.align-justify-blocks:after {
    content: "";
    display: inline-block;
    width: 100%;
}

/* Вертикальное выравнивание */

[class*="valign-"] {
    white-space: nowrap;
}

[class*="valign-"] > *,
[class*="valign-"]:before {
    white-space: normal;
    display: inline-block;
}

[class*="valign-"]:before {
    content: "";
    height: 100%;
}

.valign-middle > *,
.valign-middle:before {
    vertical-align: middle;
}

.valign-top > *,
.valign-top:before {
    vertical-align: top;
}

.valign-bottom > *,
.valign-bottom:before {
    vertical-align: bottom;
}

.hidden {
    visibility: hidden;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
    border: none !important;
    position: absolute;
    left: -9999px;
}

input.hidden {
    position: absolute;
    visibility: visible;
    left: initial;
    z-index: -1;
    opacity: 0;
    width: 1px !important;
    height: 1px !important;
}

input[type="file"].hidden {
    width: 88px;
}

.blur {
    -webkit-filter: blur(2px) grayscale(50%) brightness(90%);
    filter: blur(2px) grayscale(50%) brightness(90%);
}

.row {
    margin: 0 -20px;
}

.row:after {
    content: "";
    display: block;
    clear: both;
}

.row > * {
    float: left;
}

.row > .col {
    padding: 0 20px;
}

.row > .col.equally:nth-last-child(1):first-child,
.row > .col.equally:nth-last-child(1):first-child ~ .col {
    width: 100%;
}

.row > .col.equally:nth-last-child(2):first-child,
.row > .col.equally:nth-last-child(2):first-child ~ .col {
    width: 50%;
}

.row > .col.equally:nth-last-child(3):first-child,
.row > .col.equally:nth-last-child(3):first-child ~ .col {
    width: 33.333333333%;
}

.row > .col.equally:nth-last-child(4):first-child,
.row > .col.equally:nth-last-child(4):first-child ~ .col {
    width: 25%;
}

.row > .col.equally:nth-last-child(5):first-child,
.row > .col.equally:nth-last-child(5):first-child ~ .col {
    width: 20%;
}

.row > .col.equally:nth-last-child(6):first-child,
.row > .col.equally:nth-last-child(6):first-child ~ .col {
    width: 16.6666666667%;
}

.row > .col.equally:nth-last-child(7):first-child,
.row > .col.equally:nth-last-child(7):first-child ~ .col {
    width: 14.2857142857%;
}

.row > .col {
    float: left;
}

.clear-both:after {
    content: "";
    display: block;
    clear: both;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.inline-block {
    display: inline-block;
}

.accent {
    color: #0d85d6;
}

.button {
    display: inline-block;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0;
    border-radius: 2px;
}

.button + .button {
    margin-left: 1em;
}

.button.icon {
    vertical-align: middle;
}

.button + .button.icon {
    margin-left: 0.5em;
}

.button, .button:hover {
    text-decoration: none !important;
}

.button > span {
    display: block;
    padding: 0.9em 0.9em;
    font-weight: bold;
    text-transform: uppercase;
}

.button.mini > span {
    padding: 0.5em 1.5em;
    font-weight: normal;
    text-transform: none;
    font-size: 13px;
}

.button.mini.icon > span {
    padding: 0.5em;
}

.button.wide {
    width: 250px;
}

.button.rounded {
    border-radius: 0.6em;
}

.button.rounded.union {
    border-radius: 0;
    overflow: hidden;
}

.button.rounded.union:first-of-type {
    border-top-left-radius: 0.6em;
    border-bottom-left-radius: 0.6em;
}

.button.rounded.union:last-of-type {
    border-top-right-radius: 0.6em;
    border-bottom-right-radius: 0.6em;
}

.button.union:not(:last-of-type) {
    border-right: solid 1px rgba(0, 0, 0, 0.5);
}

.button.union ~ .button.union {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
}

input[type="checkbox"].as-link + label,
.as-link {
    color: #0d85d6;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    cursor: pointer;
    display: inline;
    width: auto !important;
}

input[type="checkbox"].as-link + label:hover,
.as-link:hover {
    text-decoration: underline !important;
}

button.as-link:focus {
    outline: none;
}

p > .button {
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
    padding: 0;
    line-height: 1;
    border-radius: 2px;
}

p > .button > span {
    padding: 6px 18px;
}

.button[disabled]:hover,
[disabled] .button:hover {
    box-shadow: none;
    cursor: default;
}

.paginator .page input:checked + label.button,
.button.orange {
    overflow: hidden;
    color: #fff;
    text-shadow: 0 0 1px #000;
    box-shadow: inset 0 -1px 0 0px #000, inset 0 0px 0 2px #cd0c0c;
}

.paginator .page input:checked + label.button,
.button.orange {
    background-image: -moz-linear-gradient(90deg, rgba(211, 25, 12, 0.4) 0%, rgba(78, 5, 0, 0.4) 24%, rgba(255, 66, 0, 0.4) 76%),
    -moz-radial-gradient(circle farthest-corner at 50% 0, #f36c11, #e54416 50%, #85100c);
    background-image: -webkit-linear-gradient(90deg, rgba(211, 25, 12, 0.4) 0%, rgba(78, 5, 0, 0.4) 24%, rgba(255, 66, 0, 0.4) 76%),
    -webkit-radial-gradient(circle farthest-corner at 50% 0, #f36c11, #e54416 50%, #85100c);
    background-image: -ms-linear-gradient(90deg, rgba(211, 25, 12, 0.4) 0%, rgba(78, 5, 0, 0.4) 24%, rgba(255, 66, 0, 0.4) 76%),
    -ms-radial-gradient(circle farthest-corner at 50% 0, #f36c11, #e54416 50%, #85100c);
    background-image: linear-gradient(180deg, rgba(255, 46, 0, 0.4) 0%, rgba(152, 32, 0, 0.4) 24%, rgba(144, 13, 7, 0.4) 100%),
    radial-gradient(circle farthest-corner at 50% 0, #f36c11, #e54416 50%, #85100c);
}

.paginator .page input:checked + label.button > span,
.button.orange > * {
    background-image: url(/images/pattern.png);
    text-shadow: 0px 0px 2px #301a1a, -1px -1px 3px #301a1a;
}

.paginator .page input:checked + label.button:hover,
.button.orange:hover {
    background-image: -moz-linear-gradient(90deg, rgba(255, 68, 26, 0.4) 0%, rgba(179, 39, 0, 0.4) 24%, rgba(170, 16, 8, 0.4) 100%),
    -moz-radial-gradient(circle farthest-corner at 50% 0, #f47b2a, #ea532a 50%, #9a130e);
    background-image: -webkit-linear-gradient(90deg, rgba(255, 68, 26, 0.4) 0%, rgba(179, 39, 0, 0.4) 24%, rgba(170, 16, 8, 0.4) 100%),
    -webkit-radial-gradient(circle farthest-corner at 50% 0, #f47b2a, #ea532a 50%, #9a130e);
    background-image: -ms-linear-gradient(90deg, rgba(255, 68, 26, 0.4) 0%, rgba(179, 39, 0, 0.4) 24%, rgba(170, 16, 8, 0.4) 100%),
    -ms-radial-gradient(circle farthest-corner at 50% 0, #f47b2a, #ea532a 50%, #9a130e);
    background-image: linear-gradient(180deg, rgba(255, 68, 26, 0.4) 0%, rgba(179, 39, 0, 0.4) 24%, rgba(170, 16, 8, 0.4) 100%),
    radial-gradient(circle farthest-corner at 50% 0, #f47b2a, #ea532a 50%, #9a130e);
    box-shadow: 0 1px 2px rgba(154, 19, 14, 0.5);
}

.button.blue {
    color: #fff;
    box-shadow: inset 0 -1px 0 0px #000;
}

.button.blue {
    background-image: -moz-linear-gradient(#4e6c81 1px, #0e3753 1px, #0e3753 50%, #011e34 50%);
    background-image: -webkit-linear-gradient(#4e6c81 1px, #0e3753 1px, #0e3753 50%, #011e34 50%);
    background-image: -ms-linear-gradient(#4e6c81 1px, #0e3753 1px, #0e3753 50%, #011e34 50%);
    background-image: linear-gradient(#4e6c81 1px, #0e3753 1px, #0e3753 50%, #011e34 50%);
}

.button.blue:hover {
    background-image: -moz-linear-gradient(#587a93 1px, #124669 1px, #124669 50%, #022b4b 50%);
    background-image: -webkit-linear-gradient(#587a93 1px, #124669 1px, #124669 50%, #022b4b 50%);
    background-image: -ms-linear-gradient(#587a93 1px, #124669 1px, #124669 50%, #022b4b 50%);
    background-image: linear-gradient(#587a93 1px, #124669 1px, #124669 50%, #022b4b 50%);
    box-shadow: 0 1px 2px rgba(18, 70, 105, 0.5);
}

.button.blue[disabled],
[disabled] .button.blue {
    background-image: -moz-linear-gradient(#b5b5b5 1px, #7d7d7d 1px, #7d7d7d 50%, #666666 50%);
    background-image: -webkit-linear-gradient(#b5b5b5 1px, #7d7d7d 1px, #7d7d7d 50%, #666666 50%);
    background-image: -ms-linear-gradient(#b5b5b5 1px, #7d7d7d 1px, #7d7d7d 50%, #666666 50%);
    background-image: linear-gradient(#b5b5b5 1px, #7d7d7d 1px, #7d7d7d 50%, #666666 50%);
    color: #b5b5b5;
    box-shadow: none;
}

.button.gray {
    background-image: -moz-linear-gradient(#f5f4f4 50%, #e4e4e4 50%);
    background-image: -webkit-linear-gradient(#f5f4f4 50%, #e4e4e4 50%);
    background-image: -ms-linear-gradient(#f5f4f4 50%, #e4e4e4 50%);
    background-image: linear-gradient(#f5f4f4 50%, #e4e4e4 50%);
    color: #2a2a2a;
}

.button.gray:hover,
input:checked + label.button.gray {
    background-image: -moz-linear-gradient(#587a93 1px, #124669 1px, #124669 50%, #022b4b 50%);
    background-image: -webkit-linear-gradient(#587a93 1px, #124669 1px, #124669 50%, #022b4b 50%);
    background-image: -ms-linear-gradient(#587a93 1px, #124669 1px, #124669 50%, #022b4b 50%);
    background-image: linear-gradient(#587a93 1px, #124669 1px, #124669 50%, #022b4b 50%);
    box-shadow: 0 1px 2px rgba(18, 70, 105, 0.5);
    color: #ffffff;
}

.button.beige {
    position: relative;
    background-image: linear-gradient(#dab674, #ffb633, #a27d45, #93541d);
    padding: 2px;
    color: #020202;
    font-weight: 400;
}

.button.beige > * {
    padding: 12px 24px;
    background-image: linear-gradient(#f4dda8 50%, #ddc180 50%, #ddc180 99%, #ceab6c);
    font-weight: normal;
}

.button.beige.rounded > * {
    border-radius: 6px;
}

.button.beige:hover {
    box-shadow: 0 1px 2px rgba(147, 84, 29, 0.5);
}

.button.beige:hover > * {
    background-image: linear-gradient(#f7e6bf 50%, #e2ca92 50%, #e2ca92 99%, #d5b781);
}

.button.red {
    background-image: linear-gradient(#e03d0f 50%, #d63205 50%);
    color: #ffffff;
}

.button.red > * {
    text-transform: none;
    padding: 0.7em 0.9em;
}

.button.red:hover {
    background-image: linear-gradient(#ef4c1f 50%, #ef3906 50%);
    box-shadow: 0 1px 2px rgba(147, 84, 29, 0.5);
}

.button.red.inactive {
    background-image: -moz-linear-gradient(#f5f4f4 50%, #e4e4e4 50%);
    background-image: -webkit-linear-gradient(#f5f4f4 50%, #e4e4e4 50%);
    background-image: -ms-linear-gradient(#f5f4f4 50%, #e4e4e4 50%);
    background-image: linear-gradient(#f5f4f4 50%, #e4e4e4 50%);
    color: #2a2a2a;
}

.button.flat {
    border-radius: 0;
}

.button.flat.white {
    background-color: white;
    border: solid 1px #e4e4e4;
    color: #6f6f6f;
}

.file-as-button:empty {
    background: url(/images/cam.png) 50% no-repeat;
}

.file-as-button {
    display: inline-block;
    width: 88px;
    height: 64px;
    cursor: pointer;
    overflow: hidden;
    border: solid 1px #e4e4e4;
}

.file-as-button > img {
    width: 100%;
    vertical-align: middle;
}

.file-as-button:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

input[type="text"] + .button {
    margin-left: 1em;
}

ul.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.body {
    min-height: calc(100vh - 28px);
}

.body-wrapper {
    width: 1355px;
    margin: 0 auto !important;
    padding: 0 20px 30px;
    background-color: #ffffff;
}

.side {
    width: 315px;
    padding: 0 20px;
}

.side.left {
    float: left;
}

.side.right {
    float: right;
}

.after-side,
.before-side {
    width: calc(100% - 315px);
    float: left;
    padding: 0 18px;
}

.body-wrapper > .left-block {
    width: 315px;
    padding-right: 40px;
}

.body-wrapper > .content-block {
    width: calc(100% - 315px);
}

.left-side-content {
    color: #d0d0d0;
    background-color: #112f47;
    padding: 0 25px;
    margin-bottom: 20px;
}

.left-side-content .logo {
    position: relative;
    height: 280px;
}

.left-side-content .logo img {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
}

.left-side-content .menu {
    margin: 20px 0 0;
}

.left-side-content .menu li {
    border-bottom: dashed 1px #6a7d8c;
    line-height: 47px;
}

.left-side-content .menu li > span {
    display: inline-block;
    text-align: center;
    width: 45px;
}

.left-side-content .menu li > * {
    vertical-align: middle;
}

.left-side-content .menu a {
    color: inherit;
    text-decoration: none;
}

.left-side-content .menu a:hover {
    text-decoration: underline;
}

.left-side-content .menu:after {
    content: "";
    display: block;
    height: 144px;
    background: url(/images/money.png) 0 100% no-repeat;
    position: relative;
    left: -64px;
    bottom: -22px;
}

.content-block .header {
    color: #112f47;
    line-height: 42px;
    border-bottom: solid 1px #d5d5d5;
    margin-bottom: 35px;
}

.content-block .header a {
    color: inherit;
    text-decoration: none;
}

.content-block .header li {
    display: inline-block;
}

.content-block .header .menu > li + li {
    margin-left: 30px;
}

.content-block > .row {
    margin-bottom: 25px;
}

.content-block .menu.horizontal {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.content-block .menu.horizontal > * {
    display: table-cell;
}

.content-block .menu.vertical .block-item {
    display: block;
    color: #fff;;
    text-decoration: none;
}

.content-block .menu.vertical li + li {
    margin-top: 3px;
}

.content-block .menu.vertical .block-item > span {
    display: block;
    background-color: #153a57;
    font-weight: bold;
    border-radius: 5px/2px;
    margin-bottom: 3px;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}

.content-block .menu.vertical .block-item img {
    opacity: 0.6;
    width: 276px;
    height: 95px;
    transition: opacity 0.2s;
}

.content-block .menu.vertical .block-item:hover img {
    opacity: 1;
}

/* Плашка "Целевые программы клуба" */

.dice.wrapper {
    position: relative;
    height: 105px;
    background: url(/images/dice.jpg);
    margin: 0 20px 33px;
    border: solid 1px #d4d4d4;
}

.dice.wrapper.index {
    background: url(/images/dice_index.jpg);
    margin: -2em 0 0 -2px;
    background-size: 100%;
}

/*.dice.wrapper:not(.index):before {*/
/*content: "";*/
/*position: absolute;*/
/*top: 10px;*/
/*left: 20px;*/
/*width: 195px;*/
/*height: 129px;*/
/*background: url(/images/thing.png) no-repeat;*/
/*}*/

.dice.wrapper .before-side,
.dice.wrapper .side {
    height: 100%;
}

.dice.wrapper > * > *,
.dice.wrapper > *:before {
    display: inline-block;
    vertical-align: middle;
}

.dice.wrapper > *:before {
    content: "";
    height: 100%;
}

.dice.text {
    font-family: "Minion Pro SmBd", serif;
    font-size: 36px;
    text-transform: uppercase;
    color: #112f47;
}

/* Модальные окна */

.modals {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: -1;
    opacity: 0;
    transition: 0.1s ease;
    transition-property: opacity, background;
}

.modals.showed {
    z-index: 10;
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
}

.modals:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.modals .modal {
    min-width: 450px;
    max-width: calc(100vw - 80px);
    max-height: calc(100vh - 80px);
    text-align: initial;
    display: none;
    vertical-align: middle;
    position: relative;
}

.modals .modal.showed {
    display: inline-block;
}

.modals .modal .close {
    position: absolute;
    text-decoration: none;
}

.modals .modal {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    padding: 20px 20px 30px;
}

.modals .modal h2 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
}

.modals .modal .close {
    top: 0;
    right: 5px;
    transition: 0.2s ease;
    color: #112f47;
    font-size: 28px;
}

.modals .modal .close:before {
    content: "\00D7";
}

.modals .modal .close:hover {
    color: #ff6600;
}

.modals .modal .modal-content {
    max-height: calc(100vh - 160px - 61px);
    overflow-x: hidden;
    overflow-y: auto;
}

.modals .modal input:not([type="checkbox"]):not([type="radio"]):only-child,
.modals .modal select:only-child,
.modals .modal textarea:only-child {
    width: 100%;
}

h3 {
    font-size: 18px;
    font-weight: normal;
}

h3 + p.comment {
    margin-top: -1.2em;
    color: #707070;
}

/* Формы */
.input-field {
    margin-bottom: 1em;
}

.input-field > input[type="text"]:only-child,
.input-field > input[type="password"]:only-child,
.input-field > input[type="search"]:only-child,
.input-field > select:only-child,
.input-field > textarea:only-child {
    width: 100%;
}

.input-field.error > ::-webkit-input-placeholder {
    color: #c0392b;
}

.input-field.error > ::-moz-placeholder {
    color: #c0392b;
}

/* Firefox 19+ */
.input-field.error > :-moz-placeholder {
    color: #c0392b;
}

/* Firefox 18- */
.input-field.error > :-ms-input-placeholder {
    color: #c0392b;
}

.input-field > input[type="text"] + input[type="text"] {
    margin-left: 1em;
}

.input-field label > span.error {
    color: #f00 !important;
    font-size: 0.8em !important;
}

.input-field .file-list {
    display: inline-block;
    vertical-align: top;
    margin-left: 1em;
    width: calc(100% - 180px - 88px - 1em);
}

.input-field .file-list .file-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 64px;
    border: solid 1px #e4e4e4;
    margin-right: 5px;
    margin-bottom: 5px;
}

.input-field .file-list .file-item a {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.1s;
}

.input-field .file-list .file-item a:hover {
    opacity: 1;
}

.input-field .file-list .file-item a:before,
.input-field .file-list .file-item a:after {
    display: inline-block;
    vertical-align: middle;
}

.input-field .file-list .file-item a::first-line {
    font-size: 32px;
}

.input-field .file-list .file-item a:before {
    content: "\00d7\aУдалить";
    white-space: pre;
    font-size: 10px;
    line-height: 1;
}

.input-field .file-list .file-item a:after {
    content: '';
    height: 100%;
}

.input-field .file-list img {
    vertical-align: top;
    height: 100%;
    padding: 1px;
}

.input-field .file-list img + img {

}

.input-field.col {
    padding: 0 5px;
}

.input-field.col:first-child {
    padding-left: 20px;
}

.input-field.col:last-child {
    padding-right: 20px;
}

input[type="text"], input[type="search"], input[type="password"], input[type="tel"], input[type="email"], textarea, select {
    font-size: 13px;
    color: #6f6f6f;
    border: solid 1px #e4e4e4;
}

input[type="text"], input[type="search"], input[type="password"], input[type="tel"], input[type="email"], select {
    line-height: 35px;
    padding: 0 13px;
}

textarea {
    padding: 5px 13px;
    resize: vertical;
    font-family: inherit;
    font-size: inherit;
}

select:not([multiple]) {
    height: 35px;
}

select {
    background-color: #fff;
}

.input-field > * {
    vertical-align: middle;
}

.input-field label:first-child,
form span.label {
    display: inline-block;
    width: 180px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.input-field label:first-child > span {
    font-style: italic;
    font-size: 13px;
    color: #6f6f6f;
}

.input-field label:first-child + input[type="text"],
.input-field label:first-child + input[type="search"] {
    width: 335px;
}

.input-field label:first-child + input[type="text"]:nth-child(2):nth-last-child(2) {
    width: 364px;
}

.input-field label:first-child + input[type="text"] + .button:nth-child(3):nth-last-child(1) {
    width: 95px;
}

.input-field label:first-child + select {
    width: 200px;
}

.input-field label:first-child + textarea {
    vertical-align: top;
    width: calc(100% - 180px);
}

.input-field input[type="checkbox"] + label,
.input-field input[type="radio"] + label {
    font-size: 12px;
    color: #6f6f6f;
    margin-bottom: 0;
}

.input-field input[type="checkbox"] + label:before,
.input-field input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    border: solid 1px #e6e6e6;
    background-color: #ffffff;
    margin-right: 8px;
}

.input-field input[type="checkbox"] + label:before {
    width: 19px;
    height: 20px;
    border-radius: 2px;
    margin-top: -0.45em;
    margin-bottom: -0.45em;
    background: #ffffff 50% 50% no-repeat;
}

.input-field input[type="radio"] + label:before {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    margin-top: -0.25em;
    margin-bottom: -0.25em;
    line-height: 0.5;
    padding: 3px;
}

.input-field input[type="checkbox"]:checked + label:before {
    background-image: url(/images/checked.png);
}

.input-field input[type="radio"]:checked + label:before {
    content: "\25cf";
    color: #0d85d6;
}

.input-field input[type="checkbox"],
.input-field input[type="radio"] {
    width: 19px;
    height: 1em;
    padding: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.input-field input[type="checkbox"] + label ~ input[type="checkbox"] + label,
.input-field input[type="radio"] + label ~ input[type="radio"] + label {
    margin-left: 1em;
}

[disabled] .input-field input,
[disabled] .input-field textarea,
[disabled] .input-field select,
[disabled] input[type="checkbox"] + label:before,
[disabled] input[type="radio"] + label:before,
.input-field [disabled] {
    background-color: #f5f4f4;
}

.footer {
    line-height: 27px;
    border-top: solid 1px #d8d8d8;
    color: #999999;
    background-color: #ffffff;
    font-size: 12px;
}

.footer a {
    color: inherit;
    text-decoration: none;
}

.footer .body-wrapper {
    padding: 0;
}

.footer ul.menu > li {
    display: inline-block;
}

.footer ul.menu > li + li {
    margin-left: 55px;
}

#filter-form {
    font-size: 13px;
    color: #6f6f6f;
}

#filter-form .row {
    margin-bottom: 1.5em;
}

#filter-form a {
    text-decoration: none;
    color: inherit;
}

#filter-form a:hover {
    color: #0d85d6;
}

#filter-form ul.menu > li {
    display: inline-block;
}

#filter-form .path li:last-child {
    color: #0d85d6;
}

/*#filter-form .bottom-filter-row {*/
/*height: 35px;*/
/*}*/

#filter-form .bottom-filter-row label {
    text-transform: none;
    font-size: 8px;
}

#filter-form .bottom-filter-row label > span {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
}

#filter-form .bottom-filter-row .input-field {
    margin: 0 10px;
    width: 253px;
    vertical-align: 0px;
}

#filter-form .bottom-filter-row input {
    line-height: 25px;
    width: 100%;
}

#filter-form .bottom-filter-row button {
    width: 150px;
}

#filter-form .bottom-filter-row button > span {
    padding: 0.6em;
}

#filter-form .bottom-filter-row button.as-link {
    margin-top: 0.5em;
}

label.button.gray {
    font-weight: 400;
}

input:checked + label.button.gray {
    box-shadow: none;
}

/* Меню */
ul.menu.children {
    width: 100%;
}

ul.menu.children > li {
    width: calc(100% / 3 - 3px);
    vertical-align: middle;
    padding: 0.4em 0;
}

ul.menu.children > li:nth-last-child(6):first-child,
ul.menu.children > li:nth-last-child(6):first-child ~ li,
ul.menu.children > li:nth-last-child(5):first-child,
ul.menu.children > li:nth-last-child(5):first-child ~ li,
ul.menu.children > li:nth-last-child(4):first-child,
ul.menu.children > li:nth-last-child(4):first-child ~ li,
ul.menu.children > li:nth-last-child(3):first-child,
ul.menu.children > li:nth-last-child(3):first-child ~ li,
ul.menu.children > li:nth-last-child(2):first-child,
ul.menu.children > li:nth-last-child(2):first-child ~ li,
ul.menu.children > li:nth-last-child(1):first-child {
    width: auto;
    margin-right: 1em;
}

ul.bottom-menu {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

ul.bottom-menu a {
    color: inherit;
}

form.request-form {
    width: 465px;
    padding: 25px 70px;
    background-color: #f5f4f4;
    margin: 2em auto 0;
    color: #6f6f6f;
}

form.request-form h2 {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}

form.request-form h2:first-child {
    margin-top: 0;
}

form.request-form input[name="foreigner"] + label {
    padding: 0 8px;
    margin-top: 5px;
}

form.request-form label a {
    color: inherit;
}

form.request-form .buttons {
    margin-top: 1.5em;
}

form.request-form button.orange span {
    padding-left: 35px;
    padding-right: 35px;
    min-width: 160px;
}

form.request-form + p.after-form {
    color: #6f6f6f;
    font-size: 12px;
    margin-top: 1.5em;
}

form.request-form > input[type="radio"] {
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -9999px;
}

form.request-form .input-field > input[type="text"],
form.request-form .input-field > input[type="password"],
form.request-form .input-field > input[type="tel"],
form.request-form .input-field > input[type="email"] {
    width: 100%;
}

form.request-form .input-field > label:first-child {
    width: auto;
}

form.request-form .input-field.error > input[type="text"],
form.request-form .input-field.error > input[type="password"],
form.request-form .input-field.error > input[type="tel"],
form.request-form .input-field.error > input[type="email"] {
    border-color: #ff0000;
}

form.request-form label.link {
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 1.1em;
}

form.request-form > label.link:first-of-type {
    margin-left: 20px;
}

form.request-form > label.link:last-of-type {
    margin-right: 20px;
}

form.request-form label.link:hover,
form.request-form input[type="radio"]:checked + label.link {
    color: #0d85d6;
}

form.request-form input[type="radio"][value="1"] + label + .input-field {
    display: none;
}

form.request-form input[type="radio"][value="1"]:checked + label + .input-field {
    display: block;
}

form.request-form input[type="text"]:only-child,
form.request-form input[type="password"]:only-child {
    width: 100%;
}

form.request-form p.comment {
    font-size: 11px;
    line-height: 1.8;
}

.login-bar {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.login-bar a.icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: 50% 50% no-repeat;
    margin: 0 -7px;
    position: relative;
}

.login-bar a.icon.messages {
    background-image: url(/images/messages.png);
}

.login-bar a.icon.lens {
    background-image: url(/images/lens.png);
}

.login-bar a.icon.favorites {
    background-image: url(/images/star.png);
}

.login-bar .icon[data-count]:after {
    content: attr(data-count);
    font-size: 0.8em;
    position: absolute;
    right: -5px;
    top: -5px;
    height: 14px;
    line-height: 14px;
    padding: 0 4px;
    min-width: 14px;
    text-align: center;
    border-radius: 20px;
    color: #ffffff;
    background: #d92a0b;
}

.login-bar > li {
    vertical-align: middle;
}

.login-bar.is-login {
    text-transform: none;
    font-size: 14px;
}

.login-bar.is-login li {
    padding: 0 15px;
}

.login-bar.is-login .separator {
    width: 1px;
    height: 24px;
    background: #d5d5d5;
    padding: 0;
}

.login-bar.is-login a {
    color: #0d85d6;
}

.login-bar.is-login a:hover {
    color: #d92a0b;
}

.login-bar.is-login a.exit {
    color: #2a2a2a;
}

.drop-down-wrapper {
    position: relative;
}

.drop-down-wrapper > a:after {
    content: "\25BC";
    display: inline-block;
    width: 25px;
    margin-left: 1.5em;
    transform: scaleY(0.75);
}

.drop-down {
    padding: 0;
    margin: 0;
    border: solid 1px #d5d5d5;
    border-top: none;
    background-color: #ffffff;
    position: absolute;
    right: 9999px;
    overflow: hidden;
    min-width: calc(100% + 1px);
}

.drop-down.showed {
    right: 0px;
}

.drop-down li {
    display: block !important;
    margin: 0;
    padding: 0 15px;
    line-height: 35px;
}

.drop-down li + li {
    border-top: solid 1px #d5d5d5;
}

form#form-create-product > fieldset:first-of-type {
    min-height: 286px;
}

a.fake-input {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 21px;
    max-width: calc(100% - 200px);
    height: 3em;
}

a.fake-input span {
    white-space: nowrap;
}

a.fake-input:empty:before {
    content: 'Выберите категорию';
}

.select-sections {
    display: none;
}

.select-sections.showed {
    display: block;
}

.select-sections input[type="radio"] {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.select-sections ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border: solid 1px #e4e4e4;
}

.select-sections > ul {
    position: relative;
    display: inline-block;
}

.select-sections ul ul {
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 100%;
    /*width: calc(100% + 2px);*/
}

.select-sections label {
    display: block;
    padding: 0.45em 1em;
    white-space: nowrap;
    cursor: pointer;
}

.select-sections label:hover {
    color: #0d85d6;
}

.select-sections input[type="radio"]:checked + label {
    background-color: #0d85d6;
    color: #ffffff;
}

.select-sections input[type="radio"] ~ ul {
    display: none;
}

.select-sections input[type="radio"]:checked ~ ul {
    display: block;
    min-height: calc(100% + 2px);
}

fieldset {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

fieldset.gray {
    background: #f5f4f4;
    padding: 10px 15px;
    color: #6f6f6f;
}

fieldset.gray input,
fieldset.gray select {
    display: inline-block;
}

fieldset.gray input {
    width: 335px !important;
}

fieldset.gray select {
    width: 200px !important;
}

fieldset.gray label:first-child {
    width: 210px !important;
    margin: 0;
}

fieldset.gray input:disabled {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    font-size: inherit;
    line-height: 1.8;
}

fieldset.gray hr {
    background-color: #d3d3d3;
    border: none;
    height: 1px;
    margin: 20px -15px;
}

fieldset.gray .input-field {
    margin-bottom: 0.5em;
}

fieldset.gray input[type="checkbox"] + label,
fieldset.gray input[type="radio"] + label {
    width: auto;
    font-size: inherit !important;
}

.map-in-form {
    margin-bottom: 30px;
}

.product.item {
    display: table;
    width: 100%;
}

a.product.item {
    text-decoration: none;
}

.product.item + .product.item,
form + .product.item {
    margin-top: 30px;
}

.product.item > * {
    display: table-cell;
    vertical-align: top;
}

.product.item .photo {
    position: relative;
}

.product.item .photo img.vip {
    position: absolute;
    top: -7px;
    left: -7px;
}

.product.item > .info {
    padding: 5px 27px;
    color: #000000;
    background: #f5f4f4;
    width: 100%;
}

.product.item > .info > p:first-child {
    font-size: 12px;
    line-height: 1.5;
}

.product.item > .info > p,
.product.item > .info > hr,
.product.item > .info > h4 {
    margin: 10px 0;
}

.product.item > .info > hr {
    width: 30px;
    height: 2px;
    border: none;
    background: #a4a3a3;
    margin: 0.8em 0;
}

.product.item > .info > h4 {
    font-weight: normal;
}

.product.item > .info .price {
    font-size: 18px;
}

.product.item > .info a {
    font-size: 12px;
    color: inherit;
    text-decoration: underline;
}

.product.item > .info a:hover {
    color: #0d85d6;
}

.product.item > .contact {
    position: relative;
}

.product.item > .contact > .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: rgba(0, 2, 4, 0.7);
    opacity: 0;
    color: #ffffff;
    transition: opacity 0.2s;
}

.product.item > .contact > .info:hover {
    opacity: 1;
}

.product.item > .contact > .info h4 {
    margin-top: 0;
}

.product.item > .contact > .info p {
    font-size: 12px;
    line-height: 1.9;
}

.product.item > .contact > .info > a:last-child {
    position: absolute;
    left: 15px;
    bottom: 17px;
    font-size: 12px;
    color: inherit;
    text-decoration: underline;
}

.product.item > .contact > .info > a:last-child:hover {
    color: #0d85d6;
}

.product.item + form {
    margin-top: 15px;
}

.product.item + form > hr {
    margin-top: 15px;
}

.product.card h1 {
    font-size: 25px;
    margin: 0;
}

.product.card h4 {
    margin-top: 2.5em;
}

.product.card .sub-header {
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-size: 13px;
    color: #6f6f6f;
}

.product.card .user {
    margin-top: 1em;
}

.product.card table.vertical {
    background: #f5f4f4;
    height: 232px;
    padding: 32px 25px;
    width: calc(653px - 210px);
}

.product.card table.vertical th {
    text-align: left;
    white-space: nowrap;
    padding-right: 0.5em;
}

.product.card table.vertical th:after {
    content: ":";
}

.product.card table.vertical th:empty:after {
    content: normal;
}

.product.card table.vertical th,
.product.card table.vertical td {
    vertical-align: top;
}

.product.card .price {
    font-size: 18px;
    font-weight: bold;
}

.product.card .description {
    font-size: 16px;
    line-height: 1.5;
}

.product.card hr {
    margin-bottom: 0.5em;
}

.product.card hr + p {
    margin-top: 0;
}

.gallery.wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.gallery.wrapper > * {
    position: relative;
}

.gallery.main {
    float: left;
}

.gallery.main a {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    background: url(/images/lens-plus.png) 50% 50% no-repeat, #282e3b;
}

.gallery.list {
    position: relative;
    float: right;
    width: 158px;
    height: 310px;
    overflow: hidden;
    margin-left: 5px;
}

.gallery.list > ul {
    position: absolute;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.gallery.list > a {
    position: absolute;
    border-radius: 1px;
    border: solid 1px #ffffff;
    left: calc(50% - 38px / 2);
}

.gallery.list > a:first-of-type {
    top: -1px;
}

.gallery.list > a:last-of-type {
    bottom: -1px;
    margin-left: 0;
}

.gallery.list > a > span {
    display: block;
    width: 38px;
    height: 17px;
    padding: 0;
    position: relative;
}

.gallery.list > a > span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 50% 50% no-repeat;
}

.gallery.list > a:first-of-type > span:before {
    background-image: url(/images/arrow-up.png);
}

.gallery.list > a:last-of-type > span:before {
    background-image: url(/images/arrow-down.png);
}

.gallery.list > a:first-of-type:hover > span:before {
    background-image: url(/images/arrow-up-hover.png);
}

.gallery.list > a:last-of-type:hover > span:before {
    background-image: url(/images/arrow-down-hover.png);
}

.gallery.list > ul > li {
    height: 100px;
}

.gallery.list > ul > li + li {
    margin-top: 5px;
}

div.correspondence + div.correspondence {
    margin-top: 50px;
}

ul.correspondence {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.correspondence ~ ul.correspondence {
    margin-top: 3em;
}

ul.correspondence > li {
    position: relative;
    padding: 15px 20px;
    border: solid 1px #d8d8d8;
    border-radius: 4px;
    background: #ffffff;
    margin-bottom: 15px;
}

ul.correspondence > li.owner {
    background: #f5f4f4;
}

ul.correspondence > li:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 13px;
    background: inherit;
    border-left: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
    left: 20px;
    bottom: -7px;
    transform: skewY(-25.2deg);
}

ul.correspondence > li.owner:after {
    border-left: none;
    border-right: solid 1px #d8d8d8;
    left: auto;
    right: 20px;
    transform: skewY(25.2deg);
}

ul.correspondence > li + li {
    margin-top: 20px;
}

ul.correspondence > li h5 {
    margin: 0 0 1em;
    font-size: inherit;
}

ul.correspondence > li p {
    margin-bottom: 0;
    white-space: pre-wrap;
}

div.correspondence > form {
    margin-top: 1.5em;
}

div.correspondence > form .buttons {
    margin-bottom: 1em;
}

div.correspondence > form .buttons:after {
    content: "";
    display: block;
    clear: both;
}

div.correspondence > form textarea {
    height: 10em;
}

.banners {
    margin-top: 20px;
}

.banners:empty {
    margin-top: 14px;
}

.left-side-content + .banners {
    margin-top: 35px;
}

.banners .item + .item {
    margin-top: 20px;
}

.banners .item {
    border: solid 4px #f5f5f5;
}

.banners .item img {
    border: solid 2px #868686;
}

.banner-horizontal {
    margin-bottom: 4em;
}

.currencies {
    margin-right: 15px;
    line-height: 1.8;
}

.currencies img {
    width: 16px;
    margin-right: 5px;
}

.currencies span {
    margin-left: 5px;
}

form span.label ~ br + *:not(.input-field) {
    margin-left: 180px;
    margin-top: 0.5em;
}

form span.label ~ br + .input-field {
    margin-top: 1em;
}

#form-edit .phones {
    line-height: 37px;
}

#form-edit span.tel {
    display: inline-block;
    width: 140px;
}

#form-edit span.count ~ span.count {
    margin-top: 0.5em;
}

#form-edit .confirmed {
    padding-left: 20px;
    background: url(/images/checked.png) 0 50% no-repeat;
}

.cabinet-bar {
    margin-bottom: 35px;
}

.cabinet-bar .button {
    border: solid 1px #011247;
    border-radius: 0;
    width: 200px;
}

.cabinet-bar .button > span {
    font-weight: normal;
    text-transform: none;
    font-size: 13px;
    color: #112f47;
    padding: 0.75em 0;
}

.cabinet-bar .button.active {
    background-color: #e4e4e4;
    border-color: #b0b7bd;
    border-bottom: none;
    border-right: none;
}

.cabinet-bar .button + .button {
    margin-left: calc(50% - 300px);
}

p.cabinet-info {
    font-size: 13px;
    color: #6f6f6f;
}

.product-bar {
    background-color: #f5f4f4;
    padding: 18px 13px;
}

.product-bar a:not([href]) {
    color: #6f6f6f;
}

.product-bar a:not([href]):hover {
    text-decoration: none;
}

.product-bar a + a {
    margin-left: 70px;
}

.product-bar a > img {
    margin-right: 0.2em;
    vertical-align: -1px;
}

p.empty {
    text-align: center;
    font-size: 1.5em;
    color: #6f6f6f;
}

.chat-list .item {
    padding: 20px 0;
    border-bottom: solid 1px #d5d5d5;
}

.chat-list .item > a {
    color: inherit;
}

.chat-list .item > a:hover {
    text-decoration: none;
}

.chat-list .item .input-field.float-left:first-child {
    margin-top: 3px;
}

.chat-list .item .input-field.float-left:first-child ~ *,
.chat-list .item > div {
    margin-left: 45px;
}

.chat-list p.date,
.correspondence li p.date {
    margin: 0;
}

.chat-list h4,
.chat-list h5 {
    font-size: 14px;
    font-weight: normal;
    margin: 1em 0;
}

.chat-list h4 {
    margin-top: 0;
}

.chat-list h5 {
    color: #6f6f6f;
}

.chat-list .item p:last-child {
    margin-bottom: 0;
}

.chat-list .item input[type="checkbox"].trigger + label {
    position: relative;
    top: -1.1em;
}

.chat-list .item input[type="checkbox"].trigger:not(:checked) ~ form.form-chat {
    display: none;
}

#check-all + label {
    margin-right: 18px;
}

.link-bar {
    border-bottom: solid 1px #d5d5d5;
    line-height: 1.5em;
    margin-bottom: 25px;
    text-align: justify;
    word-spacing: 2em;
}

.link-bar > a,
.link-bar > label {
    color: #6f6f6f;
    white-space: pre-wrap;
    display: inline-block;
    word-spacing: normal;
}

.link-bar > a:hover,
.link-bar > label:hover {
    text-decoration: none;
    color: #0d85d6;
}

.link-bar > *.active,
.link-bar > input:checked + label {
    color: #0d85d6;
}

.answer-form.messages {
    margin-top: 1em;
}

.answer-form.messages:after {
    content: "";
    display: block;
    clear: both;
}

.answer-form.messages button[type="button"] {
    float: right;
}

.paginator {
    margin-top: 35px;
}

.paginator .page {
    display: inline-block;
    vertical-align: middle;
}

.paginator .page:first-child {
    margin-right: 1em;
}

.paginator .page:last-child {
    margin-left: 1em;
}

.paginator .page .button {
    border-radius: 3px;
}

.paginator .page .button span {
    padding: 5px 8px;
}

form.form-chat textarea {
    width: 100%;
    height: 28px;
    overflow: hidden;
    padding: 5px 13px;
    resize: none;
}

form.form-chat button[name="attach"] > span {
    background: url(/images/attach2.png) 50% 50% no-repeat;
    text-indent: -9999px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
}

form.form-chat {
    display: table;
    width: 100%;
    position: relative;
}

form.form-chat > div {
    display: table-cell;
    vertical-align: top;
}

form.form-chat > div:first-child {
    width: 100%;
}

form.form-chat > div:not(:first-child) {
    width: 1px;
    padding-left: 3px;
}

form.form-chat .links {
    display: none;
    margin: 0;
    padding: 20px;
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 50px;
    max-height: 70vh;
    overflow-y: auto;
    background: #fafafa;
    box-shadow: 0 0 10px;
}

form.form-chat .showed {
    display: block;
}

form.form-chat .links label {
    cursor: pointer;
}

form.form-chat .links label ~ label .product.item {
    border-top: solid 1px #6f6f6f;
}

.chat > .product.item {
    border-bottom: solid 1px #6f6f6f;
    padding: 1em;
}

.chat > .product.item > .info > hr {
    margin: 0.5em 0;
}

.chat > .product.item > .info > p {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.chat > .product.item > .info > h4 {
    margin-top: 0.5em;
    margin-bottom: 0;
}

.chat .wrapper {
    padding: 20px;
    height: 70vh;
    background: #efefef;
    overflow-y: scroll;
}

.chat form {
    margin-top: 1em;
}

.hint.error {
    position: absolute;
    background: #ffffff;
    padding: 1em;
    font-size: 0.8em;
    color: #ff0000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    width: 150px;
}

.hint.error a {
    display: inline-block;
    float: right;
    margin: -1em -0.5em 0.5em 0.5em;
}

.hint.error a:hover {
    text-decoration: none;
}

.hint.error a:after {
    content: "\00d7";
    font-size: 1.5em;
    display: inherit;
}

input[name="section"] + .hint.error {
    transform: translate(350px, -50px);
}

.user-sections-menu {
    font-size: 13px;
    margin-bottom: 30px;
}

.user-sections-menu ul {
    list-style-type: none;
    padding-left: 20px;
    margin: 0;
}

.user-sections-menu > ul {
    padding: 0;
    margin-right: -20px;
}

.user-sections-menu > ul:after {
    content: "";
    display: block;
    clear: both;
}

.user-sections-menu > ul > li {
    display: block;
    float: left;
    width: calc(50% - 22px);
    vertical-align: top;
    margin: 0 20px 1em 0;
}

.user-sections-menu label {
    display: inline-block;
    padding: 1px 0;
    color: #2a2a2a;
}

.user-sections-menu label:hover,
.user-sections-menu input:checked + label {
    color: #0d85d6;
}

.question-answer-form {
    position: relative;
}

.question-answer-form ul.links {
    position: absolute;
    padding: 1em;
    margin: 0;
    background: #f5f4f4;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    bottom: 3em;
    width: calc(100% - 30px);
}

.row > .col:only-child .banner-block form {
    display: inline-block;
}

.row > .col:only-child .banner-block form:nth-child(even) {
    margin-right: 40px;
}

.banner-block .input-field {
    position: relative;
    width: 88px;
    margin-right: 8px;
}

.banner-block .input-field .file-list {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0;
}

.banner-block .input-field .file-list:empty {
    display: none;
}

.banner-block input[type="text"] {
    line-height: 26px;
}

.banner-block button {
    margin: 0.5em 0 0 !important;
}

.banner-block button + button {
    margin-left: 0.5em !important;
}

.banner-block img {
    padding: 0 !important;
}

form + .banner-block {
    margin-top: 1em;
}

.banner {
    margin: 1em 0;
}

.content > .banner:first-child {
    margin-top: 0;
}

label + textarea + .cke {
    margin: 5px -20px 0;
}

.cke ~ .button {
    margin-top: 0.5em;
}

table.user-info {
    width: 100%;
    max-width: 700px;
    padding: 0 1em;
    margin-bottom: 1em;
    background-color: #f5f4f4;
    border-spacing: 0 13px;
    table-layout: fixed;
}

table.user-info tr > * {
    padding: 0;
    vertical-align: text-top;
}

table.user-info th {
    text-align: left;
    line-height: 2em;
}

table.user-info td:first-child:not(:only-child) {
    padding-right: 1em;
}

table.user-info td:last-child:not(:only-child) {
    padding-left: 1em;
}

table.user-info tr > td:first-child:not(:empty):not([colspan]):after {
    content: ":";
}

table.user-info tr.controls td {
    padding: 0.3em 0;
    border-top: solid 1px #999999;
}

table.user-info + .buttons {
    background-color: #f5f4f4;
    padding: 1em;
}

table.user-info td[colspan="2"] input[type="text"] {
    width: 50%;
}

.get-status-bar .button {
    width: 100%;
}

.buttons + .buttons {
    margin-top: 0.5em;
}

.get-status-bar {
    margin-bottom: 1em;
}

hr.separator {
    background: #a0acb5;
    text-align: center;
    text-transform: uppercase;
    margin: 3em 0 2em;
}

hr.separator:before {
    display: inline-block;
    font-size: 24px;
    margin-top: -0.5em;
    padding: 0 0.5em;
    background: #ffffff;
}

hr.separator.vip:before {
    content: "VIP";
}

hr.separator.accreditation:before {
    content: "Аккредитованные партнеры клуба";
}

hr.separator.free:before {
    content: "Объявления";
}

hr.separator.maps:before {
    content: "Инвестиционные карты регионов РФ";
}

form + .rc-block {
    margin-top: 1em;
}

.rc-block {
    border: solid 1px #cbcbcb;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.rc-block.sub-block {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.rc-block ~ .rc-block {
    margin-top: 18px;
}

.rc-block + .rc-block.sub-block {
    margin-top: 0;
}

.rc-block .caption {
    background-color: #112f47;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 10px;
    margin: -1px -1px 0;
    border-radius: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rc-block.sub-block .caption {
    background-color: #f5f4f4;
    color: inherit;
    margin: 0;
    border-radius: 0;
}

.rc-block .caption h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    height: 34px;
    line-height: 34px;
}

.rc-block.sub-block .caption h2 {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}

.rc-block .caption h2 > * {
    display: inline-block;
    vertical-align: middle;
}

.rc-block .caption h2 > :first-child:not(:only-child) {
    width: 25px;
    text-align: center;
    margin-right: 10px;
}

.rc-block .rc-content {
    padding: 20px 10px;
    overflow: hidden;
}

.rc-block.district-support-block .rc-content {
    padding: 0;
}

.rc-block .rc-content:after {
    content: "";
    display: block;
    clear: both;
}

.rc-block .rc-content > :first-child {
    margin-top: 0;
}

.rc-block .rc-content table.managers td:first-child {
    padding-right: 20px;
}

.rc-block .rc-content a.modal-activate {
    padding-left: 15px;
    background: url(/images/message.png) 0 50% no-repeat;
}

.rc-block .rc-content .item {
    width: calc(100% / 3);
    height: 430px;
    padding: 5px 15px 30px;
    border-right: solid 1px #cbcbcb;
    position: relative;
}

.rc-block .rc-content .item:nth-of-type(3) {
    border-right: none;
}

.rc-block .rc-content .item h4,
.rc-block .rc-content .item h5 {
    margin: 0;
    height: 50px;
}

.rc-block .rc-content .item h4:before,
.rc-block .rc-content .item h5:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.rc-block .rc-content .item h4 {
    font-weight: normal;
    background-color: #f5e5b8;
    text-align: center;
    margin: -5px -15px -5px;
}

.rc-block .rc-content .item h5 {
    font-size: 1em;
}

.rc-block .rc-content .item h5:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    margin-top: -3px;
    background-color: #b4b4b4;
}

.rc-block .rc-content .item img {
    display: block;
    margin: 5px auto 0;
    width: 185px;
    height: 125px;
}

.rc-block .rc-content .item .modal-activate {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.rc-block .rc-content .cke {
    margin: -21px -11px 1em;
}

.modals .modal form textarea {
    min-height: 200px;
}

.modals .modal form [type="submit"] {
    margin-top: 1em;
}

.modals .modal form .input-field [type="submit"] {
    margin-top: 0;
}

#speciality > p:nth-child(2) > span {
    display: inline-block;
    vertical-align: text-top;
}

a.banner {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 10px 10px 95px;
    background: url(/images/back2.png) no-repeat 100% 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
}

a.banner:after,
a.banner:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

a.banner:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 75px, rgba(0, 0, 0, 0));
}

a.banner:after {
    background: url(/images/youtube.png) 15px 50% no-repeat;
}

p.indent1 {
    text-indent: 2em;
}

p.indent2 {
    text-indent: 4em;
}

p.indent3 {
    text-indent: 6em;
}

.manager-list a {
    display: block;
    float: left;
    width: calc(20% - 0.5em / 4);
    height: 100px;
    border: solid 1px;
    padding: 1em;
    text-align: center;
    margin-right: 0.5em;
}

.manager-list a:nth-of-type(5) {
    margin-right: 0;
}

.text {
    line-height: 1.75;
}

blockquote {
    padding: 0 30px;
    margin: 1em 0;
    background: url(/images/quote.png) no-repeat 0 0.4em, url(/images/quote.png) no-repeat 100% 100%;
    font-style: italic;
}

.modals .modal-content form > .input-field:first-child > input[type="checkbox"] + label {
    margin-top: 0.5em;
    display: inline-block;
}

.modals .modal-content form > .input-field > label:first-child {
    display: block;
    margin-bottom: 0.5em;
}

.modals .modal-content form > .input-field textarea {
    width: 100%;
}

table.user-info .input-field > label:first-child:empty {
    width: auto;
}

.slider {
    margin-bottom: 30px;
}