/*** RESET ***/
.search-results__item__name {
    margin-bottom: 0.5em;
    font-weight: 700;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, a, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    vertical-align: baseline;
    background: transparent;
    outline: 0 none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

img, a img, :link img, :visited img {
    border: 0;
    outline: none
}

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

tr {
    vertical-align: middle
}

th, td {
    vertical-align: inherit
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

ins {
    background: #999;
    color: #000;
    text-decoration: none
}

mark {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .5em;
    background: #999;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border: 1px dotted #999;
    cursor: help
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    color: #dadada;
    background: #dadada;
    border: 0
}

button, input, select, textarea {
    margin: 0;
    padding: 0;
    outline: 0 none;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

button, input {
    width: auto;
    overflow: visible
}

button::-moz-focus-inner, input::-moz-focus-inner, select::-moz-focus-inner, textarea::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    resize: none;
    vertical-align: top
}

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

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .8
}

:-moz-placeholder {
    color: inherit;
    opacity: .8
}

::-moz-placeholder {
    color: inherit;
    opacity: .8
}

:-ms-input-placeholder {
    color: inherit;
    opacity: .8
}

::-ms-clear {
    display: none
}

pre, code, kbd, samp {
    font-family: monospace, sans-serif
}

small, .small {
    font-size: .75em
}

big, .big {
    font-size: 1.25em
}

b, strong {
    font-weight: 700
}

i, em {
    font-style: italic
}

sub {
    vertical-align: sub;
    font-size: smaller;
    line-height: .5
}

sup {
    vertical-align: super;
    font-size: smaller;
    line-height: .5
}

pre {
    padding: 2em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

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

/*** GRID ***/
.d-grid {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 36px;
    padding-right: 36px;
    max-width: 1280px;
}

.is-liquid-layout .d-grid {
    max-width: 100%;
}

.is-fixed-layout .d-grid {
    width: 1280px;
}

.d-grid_offset {
    margin-left: 22%;
}

.d-row {
    display: block;
    margin-left: -6px;
    margin-right: -6px;
}

.d-col {
    display: inline-block;
    vertical-align: top;
    /*position: relative;*/
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    width: 100%;
    min-height: 1px;
}

.d-col.d-fr {
    float: right;
}

.d-row_ib {
    font-size: 0;
}

.d-row_ib .d-col {
    float: none;
}

.d-col_xs_0 {
    width: 0;
}

.d-col_xs_1 {
    width: 8.33%;
}

.d-col_xs_2 {
    width: 16.66%;
}

.d-col_xs_3 {
    width: 25%;
}

.d-col_xs_4 {
    width: 33.33%;
}

.d-col_xs_5 {
    width: 41.66%;
}

.d-col_xs_6 {
    width: 50%;
}

.d-col_xs_7 {
    width: 58.33%;
}

.d-col_xs_8 {
    width: 66.66%;
}

.d-col_xs_9 {
    width: 75%;
}

.d-col_xs_10 {
    width: 83.33%;
}

.d-col_xs_11 {
    width: 91.66%;
}

.d-col_xs_12 {
    width: 100%;
}

.d-col-offset_xs_0 {
    margin-left: 0;
}

.d-col-offset_xs_1 {
    margin-left: 8.33%;
}

.d-col-offset_xs_2 {
    margin-left: 16.66%;
}

.d-col-offset_xs_3 {
    margin-left: 25%;
}

.d-col-offset_xs_4 {
    margin-left: 33.33%;
}

.d-col-offset_xs_5 {
    margin-left: 41.66%;
}

.d-col-offset_xs_6 {
    margin-left: 50%;
}

.d-col-offset_xs_7 {
    margin-left: 58.33%;
}

.d-col-offset_xs_8 {
    margin-left: 66.66%;
}

.d-col-offset_xs_9 {
    margin-left: 75%;
}

.d-col-offset_xs_10 {
    margin-left: 83.33%;
}

.d-col-offset_xs_11 {
    margin-left: 91.66%;
}

.d-col-offset_xs_12 {
    margin-left: 100%;
}

@media (min-width: 640px) {
    .d-col_sm_0 {
        width: 0;
    }

    .d-col_sm_1 {
        width: 8.33%;
    }

    .d-col_sm_2 {
        width: 16.66%;
    }

    .d-col_sm_3 {
        width: 25%;
    }

    .d-col_sm_4 {
        width: 33.33%;
    }

    .d-col_sm_5 {
        width: 41.66%;
    }

    .d-col_sm_6 {
        width: 50%;
    }

    .d-col_sm_7 {
        width: 58.33%;
    }

    .d-col_sm_8 {
        width: 66.66%;
    }

    .d-col_sm_9 {
        width: 75%;
    }

    .d-col_sm_10 {
        width: 83.33%;
    }

    .d-col_sm_11 {
        width: 91.66%;
    }

    .d-col_sm_12 {
        width: 100%;
    }

    .d-col-offset_sm_0 {
        margin-left: 0;
    }

    .d-col-offset_sm_1 {
        margin-left: 8.33%;
    }

    .d-col-offset_sm_2 {
        margin-left: 16.66%;
    }

    .d-col-offset_sm_3 {
        margin-left: 25%;
    }

    .d-col-offset_sm_4 {
        margin-left: 33.33%;
    }

    .d-col-offset_sm_5 {
        margin-left: 41.66%;
    }

    .d-col-offset_sm_6 {
        margin-left: 50%;
    }

    .d-col-offset_sm_7 {
        margin-left: 58.33%;
    }

    .d-col-offset_sm_8 {
        margin-left: 66.66%;
    }

    .d-col-offset_sm_9 {
        margin-left: 75%;
    }

    .d-col-offset_sm_10 {
        margin-left: 83.33%;
    }

    .d-col-offset_sm_11 {
        margin-left: 91.66%;
    }

    .d-col-offset_sm_12 {
        margin-left: 100%;
    }
}

@media (min-width: 768px) {
    .d-col_md_0 {
        width: 0;
    }

    .d-col_md_1 {
        width: 8.33%;
    }

    .d-col_md_2 {
        width: 16.66%;
    }

    .d-col_md_3 {
        width: 25%;
    }

    .d-col_md_4 {
        width: 33.33%;
    }

    .d-col_md_5 {
        width: 41.66%;
    }

    .d-col_md_6 {
        width: 50%;
    }

    .d-col_md_7 {
        width: 58.33%;
    }

    .d-col_md_8 {
        width: 66.66%;
    }

    .d-col_md_9 {
        width: 75%;
    }

    .d-col_md_10 {
        width: 83.33%;
    }

    .d-col_md_11 {
        width: 91.66%;
    }

    .d-col_md_12 {
        width: 100%;
    }

    .d-col-offset_md_0 {
        margin-left: 0;
    }

    .d-col-offset_md_1 {
        margin-left: 8.33%;
    }

    .d-col-offset_md_2 {
        margin-left: 16.66%;
    }

    .d-col-offset_md_3 {
        margin-left: 25%;
    }

    .d-col-offset_md_4 {
        margin-left: 33.33%;
    }

    .d-col-offset_md_5 {
        margin-left: 41.66%;
    }

    .d-col-offset_md_6 {
        margin-left: 50%;
    }

    .d-col-offset_md_7 {
        margin-left: 58.33%;
    }

    .d-col-offset_md_8 {
        margin-left: 66.66%;
    }

    .d-col-offset_md_9 {
        margin-left: 75%;
    }

    .d-col-offset_md_10 {
        margin-left: 83.33%;
    }

    .d-col-offset_md_11 {
        margin-left: 91.66%;
    }

    .d-col-offset_md_12 {
        margin-left: 100%;
    }
}

@media (min-width: 1024px) {
    .d-col_lg_0 {
        width: 0;
    }

    .d-col_lg_1 {
        width: 8.33%;
    }

    .d-col_lg_2 {
        width: 16.66%;
    }

    .d-col_lg_3 {
        width: 25%;
    }

    .d-col_lg_4 {
        width: 33.33%;
    }

    .d-col_lg_5 {
        width: 41.66%;
    }

    .d-col_lg_6 {
        width: 50%;
    }

    .d-col_lg_7 {
        width: 58.33%;
    }

    .d-col_lg_8 {
        width: 66.66%;
    }

    .d-col_lg_9 {
        width: 75%;
    }

    .d-col_lg_10 {
        width: 83.33%;
    }

    .d-col_lg_11 {
        width: 91.66%;
    }

    .d-col_lg_12 {
        width: 100%;
    }

    .d-col-offset_lg_0 {
        margin-left: 0;
    }

    .d-col-offset_lg_1 {
        margin-left: 8.33%;
    }

    .d-col-offset_lg_2 {
        margin-left: 16.66%;
    }

    .d-col-offset_lg_3 {
        margin-left: 25%;
    }

    .d-col-offset_lg_4 {
        margin-left: 33.33%;
    }

    .d-col-offset_lg_5 {
        margin-left: 41.66%;
    }

    .d-col-offset_lg_6 {
        margin-left: 50%;
    }

    .d-col-offset_lg_7 {
        margin-left: 58.33%;
    }

    .d-col-offset_lg_8 {
        margin-left: 66.66%;
    }

    .d-col-offset_lg_9 {
        margin-left: 75%;
    }

    .d-col-offset_lg_10 {
        margin-left: 83.33%;
    }

    .d-col-offset_lg_11 {
        margin-left: 91.66%;
    }

    .d-col-offset_lg_12 {
        margin-left: 100%;
    }
}

@media (min-width: 1280px) {
    .d-col_0 {
        width: 0;
    }

    .d-col_1 {
        width: 8.33%;
    }

    .d-col_2 {
        width: 16.66%;
    }

    .d-col_3 {
        width: 25%;
    }

    .d-col_4 {
        width: 33.33%;
    }

    .d-col_5 {
        width: 41.66%;
    }

    .d-col_6 {
        width: 50%;
    }

    .d-col_7 {
        width: 58.33%;
    }

    .d-col_8 {
        width: 66.66%;
    }

    .d-col_9 {
        width: 75%;
    }

    .d-col_10 {
        width: 83.33%;
    }

    .d-col_11 {
        width: 91.66%;
    }

    .d-col_12 {
        width: 100%;
    }

    .d-col-offset_0 {
        margin-left: 0;
    }

    .d-col-offset_1 {
        margin-left: 8.33%;
    }

    .d-col-offset_2 {
        margin-left: 16.66%;
    }

    .d-col-offset_3 {
        margin-left: 25%;
    }

    .d-col-offset_4 {
        margin-left: 33.33%;
    }

    .d-col-offset_5 {
        margin-left: 41.66%;
    }

    .d-col-offset_6 {
        margin-left: 50%;
    }

    .d-col-offset_7 {
        margin-left: 58.33%;
    }

    .d-col-offset_8 {
        margin-left: 66.66%;
    }

    .d-col-offset_9 {
        margin-left: 75%;
    }

    .d-col-offset_10 {
        margin-left: 83.33%;
    }

    .d-col-offset_11 {
        margin-left: 91.66%;
    }

    .d-col-offset_12 {
        margin-left: 100%;
    }
}

/*** COMMON ***/
body, button, input, select, textarea, .d-row_ib > * {
    font: 15px/1.2 'Open Sans', sans-serif;
    color: #333;
}

button, input, select, textarea, .btn {
    font-size: inherit;
    line-height: 1.25;
}

.d-row_ib > * {
    font-family: inherit;
    color: inherit;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .h0 {
    margin-bottom: .5em;
    font-weight: 800;
    line-height: 1.1;
    font-family: 'Open Sans', sans-serif;
    color: #052c4a;
}

h1, .h1 {
    margin-bottom: 1em;
    font-size: 2.13em;
}

h2, .h2 {
    font-size: 2em;
}

h3, .h3 {
    font-size: 1.75em;
}

h4, .h4 {
    font-size: 1.5em;
}

h5, .h5 {
    font-weight: 600;
    font-size: 1.25em;
}

h6, .h6 {
    font-weight: 600;
    font-size: 1.125em;
}

.h7 {
    font-size: .8em;
    color: #555;
    text-transform: uppercase;
}

.fw_800 {
    font-weight: 800;
}

.fs_xs {
    font-size: .8em;
}

.fs_xl {
    font-size: 1.2em;
}

a {
    color: inherit;
    text-decoration: underline;
}

a.d-lnk-js {
    border-bottom: 1px dotted;
}

a:hover, a.d-lnk-js, .d-lnk-js:hover, a.d-lnk-js:hover, a.d-lnk-tdn, .d-lnk-tdn a {
    text-decoration: none;
}

a.d-lnk-tdn:hover, .d-lnk-tdn a:hover {
    text-decoration: underline;
}

a.d-lnk-js:hover {
    border-bottom-color: transparent;
}

p {
    margin-bottom: 1.5em;
}

dd {
    padding: 0 0 1em 1em;
}

ol, ul {
    margin-bottom: 1.5em;
}

ol {
    margin-left: 1.5em;
    list-style-type: decimal;
}

ul {
    list-style: none;
}

li {
    margin-bottom: .25em;
}

ul li {
    padding-left: 1em;
}

ul li:before {
    position: absolute;
    top: .425em;
    left: 0;
    width: .375em;
    height: .375em;
    background: #e40000;
    content: "";
}

ul ol, ul ul {
    margin-top: .25em;
}

ul ol li {
    padding-left: 0;
}

ul ol li:before {
    display: none;
}

nav ol, nav ul, nav li, fieldset ol, fieldset ul, fieldset li, .d-plain, .d-plain li, .d-plain dd, input.d-plain, button.d-plain, textarea.d-plain {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    list-style: none;
}

nav li:before, fieldset li:before, .d-plain li:before {
    display: none;
    width: auto;
    height: auto;
    background: none;
}

fieldset li {
    margin-bottom: 1.5em;
}

.d-bsbb, .d-grid, .d-col, .d-wrapper, .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.d-wrapper {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.d-table {
    display: table;
    table-layout: fixed;
}

.d-table__row {
    display: table-row;
}

.d-table__cell {
    display: table-cell;
    vertical-align: middle;
}

.d-cb:after, .d-grid:not(.is-flexbox):after, .d-row:not(.is-flexbox):after {
    clear: both;
    display: block;
    content: '';
}

.d-clear {
    clear: both;
}

.d-ht {
    display: block;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.d-db {
    display: block;
}

.d-ib, .btn {
    display: inline-block;
    vertical-align: middle;
}

.d-ha:after, .d-hb:before {
    display: block;
    height: 0;
    content: '.';
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.d-fn {
    float: none;
}

.d-fl {
    float: left;
}

.d-fr {
    float: right;
}

.d-pr {
    position: relative;
}

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

.d-tal {
    text-align: left;
}

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

.d-taj {
    text-align: justify;
}

.d-ttu {
    text-transform: uppercase;
}

.d-lhn {
    line-height: normal;
}

.d-vat {
    vertical-align: top;
}

.d-vam {
    vertical-align: middle;
}

.d-vab {
    vertical-align: bottom;
}

.d-wsnw {
    white-space: nowrap;
}

.d-hidden, .d-hide-pc {
    display: none;
}

[id^='bx_incl_area'] {
    display: inline;
}

.is-flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.is-flexbox_center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.is-flexbox_justify {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.is-flexbox_around {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.is-flexbox_row {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.is-flexbox_stretch {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

/* table */
.page-wrap table {
    margin: 2em 0;
}

.page-wrap tr {
    vertical-align: inherit;
}

.page-wrap td, .page-wrap th {
    padding: .5em 1em;
    border: 1px solid #dadada;
}

.page-wrap th {
    background: #f5f5f5;
    font-weight: 700;
    color: #052c4a;
    text-align: center;
}

.page-wrap table.d-plain, .page-wrap table.d-plain th, .page-wrap table.d-plain td {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
}

/* form */
.page-wrap button, .page-wrap input, .page-wrap select, .page-wrap textarea, #colorbox button, #colorbox input, #colorbox select, #colorbox textarea, .btn {
    padding: .5em 12px .625em;
    background: none;
    border: 1px solid #dadada;
    border-radius: 4px;
}

.page-wrap input:focus, .page-wrap select:focus, .page-wrap textarea:focus, #colorbox input:focus, #colorbox select:focus, #colorbox textarea:focus {
    border-color: #08395c;
    box-shadow: 0 0 10px rgba(8, 57, 92, .5);
}

.page-wrap button, .page-wrap [type="button"], .page-wrap [type="reset"], .page-wrap [type="submit"], #colorbox button, #colorbox [type="button"], #colorbox [type="reset"], #colorbox [type="submit"], .btn {
    padding-left: 30px;
    padding-right: 30px;
    background: #cf1210;
    border-color: #e40000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.page-wrap button:hover, .page-wrap [type="button"]:hover, .page-wrap [type="reset"]:hover, .page-wrap [type="submit"]:hover, #colorbox button:hover, #colorbox [type="button"]:hover, #colorbox [type="reset"]:hover, #colorbox [type="submit"]:hover, .btn:hover {
    opacity: .75;
}

.page-wrap .btn_o, #colorbox .btn_o {
    */ background: none;
    */ */
    color: #e40000;
    */ background: #cf1210 !important;
    border: 1px solid #cf1210;
    color: #fff;

}

.btn_appointment {
    width: 172px !important;
}

.page-wrap .btn_odd, #colorbox .btn_odd {
    padding: .25em 15px .375em;
    background: none;
    border-color: #dadada;
    color: inherit;
}

.page-wrap .btn_lg, #colorbox .btn_lg {
    padding: 1em 2em 1.125em;
    font-size: 1.2em;
}

.page-wrap input[type="checkbox"], .page-wrap input[type="radio"], #colorbox input[type="checkbox"], #colorbox input[type="radio"] {
    position: absolute;
    padding: 0;
    width: 1px;
    height: 1px;
    background: none;
    border: 0;
    opacity: 0;
}

.page-wrap input[type="checkbox"] + label, .page-wrap input[type="radio"] + label, #colorbox input[type="checkbox"] + label, #colorbox input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding-left: 2.5em;
    cursor: pointer;
}

.page-wrap input[type="checkbox"] + label:before, .page-wrap input[type="radio"] + label:before, #colorbox input[type="checkbox"] + label:before, #colorbox input[type="radio"] + label:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -.25em;
    padding: .25em;
    width: 1em;
    height: 1em;
    background: #fff;
    border: 1px solid #d4dbdd;
    font: normal normal normal 1em/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    text-align: center;
    content: '\f00c';
}

.page-wrap input[type="radio"] + label:before, #colorbox input[type="radio"] + label:before {
    content: "\f111";
    border-radius: 100%;
}

.page-wrap input[type="checkbox"]:checked + label:before, .page-wrap input[type="radio"]:checked + label:before, #colorbox input[type="checkbox"]:checked + label:before, #colorbox input[type="radio"]:checked + label:before {
    color: #00537e;
}

.page-wrap select, #colorbox select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist
}

.page-wrap input.error, .page-wrap select.error, .page-wrap textarea.error, #colorbox input.error, #colorbox select.error, #colorbox textarea.error {
    border-color: #e40000;
    box-shadow: 0 0 10px rgba(228, 0, 0, .5);
}

/* transition */
.page-wrap a, .page-wrap button, .page-wrap input, .page-wrap select, .page-wrap textarea, #colorbox a, #colorbox button, #colorbox input, #colorbox select, #colorbox textarea, .trans, .trans_hb:before, .trans_ha:after, .btn {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.page-wrap .notrans, #colorbox .notrans, .notrans_hb:before, .notrans_ha:after {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.cbtrans {
    -webkit-transition: all 1s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: all 1s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all 1s cubic-bezier(.215, .61, .355, 1);
    transition: all 1s cubic-bezier(.215, .61, .355, 1);
}

/* figure */
figure.is-bgd {
    display: block;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

figure.is-bgd img {
    display: none;
}

figure.is-contain {
    display: block;
    position: relative;
    overflow: hidden;
}

figure.is-contain img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* slider */
.slider {
    position: relative;
}

.slider:after {
    display: block;
    clear: both;
    height: 0;
    content: '';
}

.slider__item {
    float: left;
    position: relative;
}

.slider_flex .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.slider_flex .slick-slide {
    height: auto;
}

.slider_cells .slick-list {
    margin: 0 -6px;
}

.slider_cells .slider__item {
    margin: 0 6px;
}

.slider_index__txt .slider__item {
    margin-bottom: 2em;
}

.slider_index__txt p {
    padding-bottom: 1.5em;
}

.slider_index__txt .h1 {
    margin-bottom: .5em;
}

.slider_index__img .slider__item {
    padding: 6.25%;
}

.slider_index__img figure {
    display: block;
    position: relative;
    background: #fff;
    border-radius: 100%;
}

.slider_index__img figure:before {
    display: block;
    padding-bottom: 100%;
    content: "";
}

.slider_index__img__label {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 12.5%;
    padding: 4em .5em .5em;
    background: #e40000;
    font-weight: 700;
    font-size: 1.6em;
    color: #fff;
    border-radius: 0 0 .5em .5em;
}

.slider_index__img__label span {
    display: block;
    font-size: 1.5em;
}

.slider_index_plural {
    z-index: 2;
    margin: 0 -4%;
    padding: 0 4%;
    height: 50vw;
    min-height: 560px;
    min-width: 0;
}

.slider_index_plural__txt {
    position: relative;
    z-index: 2;
    min-width: 0;
    width: 41.66%;
}

.slider_index_plural__txt .slider__item {
    margin-bottom: 2em;
}

.slider_index_plural__txt p {
    margin-bottom: 1em;
}

.slider_index_plural__txt ul {
    margin: 0;
}

.slider_index_plural__txt .h1 {
    margin-bottom: .5em;
}

.slider_index_plural__txt .clr_white .h1 {
    color: inherit;
}

.slider_index_plural__txt .btn {
    margin-top: 1em;
}

.slider_index_plural__txt .is-short .slider__item__body {
    max-width: 90%;
}

.slider_index_plural__img, .slider_index_plural__img .slick-slider, .slider_index_plural__img .slick-track, .slider_index_plural__img .slick-list, .slider_index_plural__img figure, .slider_index_plural__img figure:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    overflow: visible;
}

.slider_index_plural__img .slick-slide {
    position: absolute !important;
    left: 0 !important;
}

.slider_index_plural__img figure {
    width: auto !important;
}

.slider_index_plural__img figure:before {
    background: #000;
    opacity: .47;
    content: "";
}

.slider_index_plural__img .is-short figure {
    left: 43%;
    right: 4%;
}

.slider_index_plural__img .is-short figure:before {
    display: none;
}

.slider_index_plural__img .is-small figure {
    left: 38.5%;
    right: 4%;
    background-size: contain;
}

.slider_feats {
    margin-top: 3em;
}

.slider_feats .slick-list {
    padding-bottom: 2em;
}

.slider_feats .slider__item {
    padding: .8em;
    background: #fafafa;
    border-radius: .675em;
}

.slider_feats .is-flexbox {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.slider_feats .is-flexbox div {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 1em;
    min-height: 6em;
}

.slider_feats figure img {
    display: block;
    margin-left: auto;
    max-height: 60px;
}

.slider_feats_odd a {
    text-decoration: none;
}

.slider_feats_odd .slider__item {
    width: 195px;
}

.slider_feats_odd .is-flexbox {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.slider_feats_odd figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 60px;
}

.slider_feats_odd figure img {
    margin: 0;
    max-height: 60px;
}

.slider_feats_odd strong {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    min-height: 4.8em;
    padding-right: 60px;
}

.slider_feats_odd .fa {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 12px;
    padding: .5em;
    width: 1em;
    background: #052c4a;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
}

.slider_persons .slick-list {
    padding-bottom: 2em;
}

.slider_persons .slider__item {
    position: relative;
    width: 143px;
    height: 300px;
    background: #fff url(../img/bg_art.png) 50% 100%;
    background-size: 37%;
}

.slider_persons .slider__item a {
    color: #fff;
    text-decoration: none;
}

.slider_persons .slider__item__body {
    position: absolute;
    top: 0;
    bottom: 35px;
    left: 0;
    right: 0;
}

.slider_persons .slider__item__body figure {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slider_persons .slider__item__body figure:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    content: "";
}

.slider_persons .slider__item__descr {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
}

.slider_persons .slider__item__descr span {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.slider_persons .slider__item__descr strong {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}

.slider_persons .slider__item__body.is-noimg .slider__item__descr {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    padding: 20px 12px 35px;
    background: #fb0000;
}

.slider_articles .slick-list {
    padding-bottom: 2em;
}

.slider_articles .slider__item {
    padding: 2em 12px;
    border: 1px solid #fafafa;
    border-radius: .675em;
}

.slider_articles .slider__item__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.slider_articles a.slider__item__body {
    text-decoration: none;
}

.slider__item__title {
    margin-bottom: 1em;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 3.6em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider__item__preview {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 1em;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    max-height: 7.2em;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* nav */
.nav_pager {
    margin: 3em 0;
    line-height: 1;
    text-align: center;
}

.nav_pager li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    background: #ebebeb;
    text-align: center;
    border-radius: 4px;
}

.nav_pager a, .nav_pager span {
    display: block;
    padding: .9285714285714286em 0;
    width: 40px;
    color: #2b2b2b;
    border: 0;
    border-radius: 4px;
}

.nav_pager a:hover, .nav_pager .nav_pager__current {
    background: #313541;
    color: #fff;
}

.nav_pager .nav_pager__current span {
    color: inherit;
}

.nav_main {
    position: relative;
    z-index: 5;
    margin-top: .5em;
    padding: .75em 0;
    background: #08395c;
    font-weight: 700;
    color: #fff;
}

.nav_aside li {
    padding: 4vh 0;
    background: url(../img/bg_dot.png) 0 0 repeat-x;
}

.nav_aside a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 1px;
}

.nav_aside figure {
    -ms-flex: 0 0 30px;
    -webkit-flex: 0 0 30px;
    flex: 0 0 30px;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url(../img/icons_aside.png);
}

.nav_aside figure.icon_0 {
    background-position: -5px -5px;
}

.nav_aside figure.icon_1 {
    background-position: -5px -45px;
}

.nav_aside figure.icon_2 {
    background-position: -5px -85px;
}

.nav_aside figure.icon_3 {
    background-position: -5px -125px;
}

.nav_aside {
    font-size: 1.2em;
}

.nav_aside span {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.nav_socials {
    font-size: 1.33em;
}

.nav_socials li {
    display: inline-block;
    margin-right: 8px;
}

.nav_socials .fa {
    padding: .625em .5em;
    width: 1.25em;
    border: 1px solid;
    text-align: center;
    border-radius: 100%;
}

.nav_breadcrumbs {
    position: relative;
    /*z-index: 13;*/
    margin-bottom: 3em;
    font-size: .733em;
}

.nav_breadcrumbs li {
    display: inline-block;
}

.nav_breadcrumbs li + li:before {
    display: inline-block;
    position: static;
    content: ">";
}

.nav_breadcrumbs a {
    color: #e40000;
}

.nav_inner {
    margin-bottom: 3em;
    font-size: .93em;
    color: #c2c2c2;
}

.nav_inner ul {
    margin: 0 -12px;
}

.nav_inner li {
    margin: 0 12px;
    padding-bottom: .75em;
    border-bottom: 2px solid transparent;
}

.nav_inner a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
}

.nav_inner a span {
    display: block;
    width: 100%;
    text-align: center;
}

.nav_inner li.current {
    border-bottom-color: #e40000;
}

.nav_inner li.current a, .nav_inner a:hover {
    color: #e40000;
}

.clr_blue {
    color: #052c4a;
}

.clr_gray {
    color: #9e9e9e;
}

.clr_red {
    color: #e40000;
}

.clr_white {
    color: #fff;
}

img.img-left, img.img-right {
    display: block;
    max-width: 45%;
}

img.img-left {
    float: left;
    margin: 2em 2em 2em 0;
}

img.img-right {
    float: right;
    margin: 2em 0 2em 2em;
}

/*** STYLES ***/
/*html, body {
    min-width: 1176px;
    min-height: 100%;
    height: 100%;
}*/

html, body {

    position: relative;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

#d-wrap {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

#d-wrap:after {
    display: block;
    clear: both;
    height: 0;
    content: '';
}

#d-header {
    position: relative;
    z-index: 333;
}

#d-header:before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 22%;
    background: #fff;
    content: "";
    box-shadow: -20px 0 100px rgba(8, 57, 92, .1);
}

.d-header__top {
    position: relative;
    z-index: 2;
    padding-top: .75em;
    padding-bottom: .75em;
    background: #fff;
}

.d-header__cell {
    position: relative;
    z-index: 2;
}

.d-header__logo a {
    text-decoration: none;
}

.d-header__logo img {
    display: block;
    margin-right: 24px;
    width: 6.8em;
    min-width: 86px;
    max-width: 120px;
}

.d-header__blind {
    margin-bottom: .5em;
    font-weight: 700;
}

.d-header__personal li + li {
    margin-top: 10px;
}

.d-header__personal figure {
    -ms-flex: 0 0 1.866666666666667em;
    -webkit-flex: 0 0 1.866666666666667em;
    flex: 0 0 1.866666666666667em;
    display: block;
    position: relative;
    margin-right: 12px;
    width: 1.866666666666667em;
    height: 1.866666666666667em;
    background: 50% no-repeat;
    background-size: 60%;
    border: 1px solid transparent;
    border-radius: 100%;
}

.d-header__personal figcaption {
    position: absolute;
    top: 0;
    right: 0;
    margin: -5px;
    padding: 2px;
    min-width: 1em;
    background: #e40000;
    font-size: .8em;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 1.25em;
}

.d-header__personal figure.icon_basket {
    background-image: url(../img/icon_basket.svg);
    border-color: #e40000;
}

.d-header__personal figure.icon_user {
    background-image: url(../img/icon_user.svg);
}

.d-header__bottom {
    position: relative;
    z-index: 3;
}

.d-header__bottom aside {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 36px;
    width: 22%;
}

.d-header__bottom aside + div[style] {
    display: none !important;
}

.d-header__search {
    padding: 3.5vh 0;
}

.d-header__search form {
    position: relative;
    padding-left: 28px;
}

.d-header__search input {
    width: 100%;
    border-color: transparent;
}

.d-header__search button[type="submit"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    width: 20px;
    background: url(../img/icon_search.svg) 0 50% no-repeat;
    background-size: 20px;
    border: 0;
}

#d-content {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.page-body {
    padding-top: 2em;
    padding-bottom: 2em;
}

.page-body:after {
    display: none !important;
}

.page-section {
    margin-top: 6em;
    margin-bottom: 6em;
}

.page-section_mt0 {
    margin-top: 0;
}

.page-section_bgd {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6em;
    padding-bottom: 6em;
    position: relative;
    background: #fafafa;
}

.page-section_bgd:before, .page-section_bgd:after {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fafafa;
    content: "";
    width: calc(50vw - 53%); /* Рассчитываем ширину псевдоэлементов */
}

.page-section_bgd:before {
    left: 100%;
}

.page-section_bgd:after {
    right: 100%;
}

.page-section_bgd + .page-section_bgd {
    padding-top: 0;
}

.page-section__header {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 1.5em;
}

.page-section__header .h1 {
    margin-bottom: 0;
}

.page-section__header .btn {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 1em;
}

.page-body > .page-section_bgd:last-of-type {
    margin-bottom: -2em;
}

.page-section__sep {
    margin: 3em 0;
}

.page-offset {
    margin-top: -8em;
    padding-top: 3em;
}

.page-intro-img {
    display: block;
    position: relative;
    margin-bottom: 3em;
}

.page-intro-img img {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
}

.page-intro-img_art {
    padding: 0 5% 5% 0;
}

.page-intro-img_art:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5% 0 0 5%;
    background: #fff url(../img/bg_art.png) 0 0;
    background-size: 10%;
    content: "";
}

.index-slider {
    margin-top: -2em;
    margin-bottom: 0;
    padding: 0;
}

.grid_tsrs {
    font-weight: 800;
    color: #fff;
}

.grid_tsrs a {
    text-decoration: none;
}

.grid_tsrs__item {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-top: 6px;
    padding-bottom: 6px;
}

.grid_tsrs__item__body {
    display: block;
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
}

.grid_tsrs__item__body:before {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    content: "";
}

.grid_tsrs__item__body figure {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.grid_tsrs__item__body:hover figure {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.grid_tsrs__item__body span {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 50%;
    padding: 12px;
}

.grid_tsrs:not(.grid_tsrs_eq) .grid_tsrs__item:nth-child(3n) {
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
}

.grid_tsrs:not(.grid_tsrs_eq) .grid_tsrs__item:nth-child(3n) .grid_tsrs__item__body {
    padding-bottom: 25%;
}

.grid_tsrs:not(.grid_tsrs_eq) .grid_tsrs__item:nth-child(3n) .grid_tsrs__item__body:before {
    background: rgba(0, 0, 0, .5);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -ms-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

.grid_tsrs:not(.grid_tsrs_eq) .grid_tsrs__item:nth-child(3n) .grid_tsrs__item__body span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    font-size: 1.6em;
}

.grid_tsrs_eq {
    font-weight: 700;
}

.grid_tsrs_eq .grid_tsrs__item {
    -ms-flex: 0 0 33.33%;
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}

.grid_tsrs_eq .grid_tsrs__item__body {
    padding-bottom: 66.66%;
}

.grid_tsrs_eq .grid_tsrs__item__body span {
    right: 0;
    font-size: .8em;
    text-transform: uppercase;
}

.grid_gallery {
    margin-top: 2em;
}

.grid_gallery__item {
    float: left;
    padding: 6px;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid_gallery__item figure {
    padding-bottom: 100%;
    border-radius: 8px;
}

.grid_gallery:not(.grid_gallery_odd) .grid_gallery__item:nth-child(5n+1),
.grid_gallery:not(.grid_gallery_odd) .grid_gallery__item:nth-child(5n+5) {
    width: 50%;
}

.grid_gallery:not(.grid_gallery_odd) .grid_gallery__item:nth-child(5n+1) figure,
.grid_gallery:not(.grid_gallery_odd) .grid_gallery__item:nth-child(5n+5) figure {
    padding-bottom: calc(50% - 6px);
}

.grid_gallery:not(.grid_gallery_odd) .grid_gallery__item:nth-child(5n+3) {
    float: right;
}

.grid_gallery:not(.grid_gallery_odd) .grid_gallery__item:nth-child(5n+3) figure {
    padding-bottom: calc(200% + 12px);
}

.grid_gallery_odd .grid_gallery__item:nth-child(6n+1),
.grid_gallery_odd .grid_gallery__item:nth-child(6n+5),
.grid_gallery_odd .grid_gallery__item:nth-child(6n+6) {
    width: 25%;
}

.grid_gallery_odd .grid_gallery__item:nth-child(6n+1) figure,
.grid_gallery_odd .grid_gallery__item:nth-child(6n+5) figure,
.grid_gallery_odd .grid_gallery__item:nth-child(6n+6) figure {
    padding-bottom: 100%;
}

.grid_gallery_odd .grid_gallery__item:nth-child(6n+3),
.grid_gallery_odd .grid_gallery__item:nth-child(6n+4) {
    width: 50%;
}

.grid_gallery_odd .grid_gallery__item:nth-child(6n+3) figure,
.grid_gallery_odd .grid_gallery__item:nth-child(6n+4) figure {
    padding-bottom: calc(50% - 6px);
}

h2 + .grid_persons, .h2 + .grid_persons {
    margin-top: 2em;
}

.grid_persons__item {
    -ms-flex: 0 0 16.66%;
    -webkit-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid_persons__item a {
    color: #fff;
    text-decoration: none;
}

.grid_persons__item__body {
    display: block;
    position: relative;
    padding-bottom: 210%;
    background: #fff url(../img/bg_art.png) 50% 100%;
    background-size: 37%;
}

.grid_persons__item__body figure {
    position: absolute;
    top: 0;
    bottom: 2.25em;
    left: 0;
    right: 0;
}

.grid_persons__item__body figure:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    content: "";
}

.grid_persons__item__descr {
    position: absolute;
    bottom: 2.25em;
    left: 0;
    right: 0;
    padding: 1em 12px;
}

.grid_persons__item__descr span {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .8em;
}

.grid_persons__item__descr strong {
    display: block;
    font-size: .87em;
    text-transform: uppercase;
}

/*.grid_persons__item__body.is-noimg .grid_persons__item__descr {
    margin-bottom: -2.25em;
    padding-bottom: 3.25em;
    background: #fb0000;
}*/

.grid_persons_full .grid_persons__item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-bottom: 4em;
}

.grid_persons_full .grid_persons__item__body {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    padding-bottom: 0;
    color: inherit;
    background: none;
}

.grid_persons_full .grid_persons__item__body figure {
    position: relative;
    bottom: 0;
    padding-bottom: 120%;
}

.grid_persons_full .grid_persons__item__body.is-noimg figure {
    background: url('/default-doc.jpg') center center no-repeat;
    background-size: cover;
}

.grid_persons_full .grid_persons__item__body figure:before {
    display: none;
}

.grid_persons_full .grid_persons__item__descr {
    display: block;
    position: relative;
    bottom: 0;
    padding: 1em 0 1.75em;
}

.grid_persons_full .grid_persons__item__descr span {
    -webkit-line-clamp: 999;
    max-height: none;
    font-size: 1em;
}

.grid_persons_full .grid_persons__item__descr strong {
    margin-bottom: .25em;
    font-size: 1.2em;
    color: #193959;
    text-transform: none;
}

.grid_persons_full .grid_persons__item__body.is-noimg .grid_persons__item__descr {
    margin-bottom: 0;
    padding-bottom: 1.75em;
    background: none;
}

.grid_persons_full .btn {
    padding-left: 6px;
    padding-right: 6px;
}

.grid_persons_full [data-slick] {
    width: 100%;
}

.grid_persons_full .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.grid_persons_full.slider .grid_persons__item {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

.page-section .grid_persons_full {
    margin-bottom: -4em;
}

.grid_links {
    margin-bottom: 5em;
    font-weight: 600;
}

.grid_links__item {
    margin-bottom: 12px;
}

.grid_links__item__body {
    height: 100%;
    background: #fafafa;
    border-radius: .8em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.grid_links__item__header {
    position: relative;
    padding: 1em .875em 1.125em;
    min-height: 2.4em;
    background: #08395c;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    border-radius: .8em .8em 0 0;
}

.grid_links__item__header div {
    width: 100%;
    font-size: 1.47em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid_links__item__header figure {
    position: absolute;
    top: 50%;
    left: .875em;
    width: 2.65em;
    height: 2.65em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grid_links__item__content {
    padding: 2em;
}

.grid_links__item__content ul, .grid_links__item__content li {
    margin: 0;
}

.grid_links__item__content li + li {
    margin-top: .5em;
}

.grid_links__item__content li:before {
    font: normal normal normal 1.25em/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 0;
    width: auto;
    height: auto;
    background: none;
    content: "\f105";
    color: #e40000;
}

.grid_links_iconed .grid_links__item__header div {
    padding-left: 2.25em;
}

.grid_feats {
    position: relative;
    z-index: 5;
    margin: 0 -12px;
    font-size: 1.2em;
}

.grid_feats__item {
    -ms-flex: 0 0 33.33%;
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 12px 0;
}

.grid_feats__item__body {
    display: block;
    margin: 0 12px;
    padding: 2em 1em 1em;
    height: 100%;
    background: #fff;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 3px 20px rgba(8, 57, 92, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid_feats__item__body span {
    margin-bottom: .75em;
    height: 50px;
}

.grid_feats__item__body span img {
    display: block;
    max-height: 100%;
}

.grid_feats__item__body .fa {
    padding: .5em;
    width: 1em;
    background: #052c4a;
    color: #fff;
    text-align: center;
    border-radius: 100%;
}

.grid_feats__item__body .fa_red {
    padding: .5em;
    width: 1em;
    background: #e40000;
    color: #fff;
    text-align: center;
    border-radius: 100%;
}


.grid_feats__item__body:hover {
    box-shadow: 0 3px 40px rgba(8, 57, 92, .15);
}

.grid_schedule__label {
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    height: 2em;
    background: #aaa;
    line-height: 2em;
    color: #fff;
    text-align: center;
    border-radius: 100%;
}

.grid_schedule__label.is-orange {
    background: #f0ad4e;
}

.grid_schedule__label.is-blue {
    background: #5bc0de;
}

.grid_schedule__label.is-red {
    background: #d9534f;
}

.grid_schedule__legend {
    margin-bottom: 2em;
}

.grid_schedule__legend ul {
    margin: -5px;
}

.grid_schedule__legend li {
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid_schedule__name {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
}

.grid_schedule__values {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    padding-left: 2em;
}

.grid_schedule__values .fa {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -1.45em;
    padding: 1em;
}

.grid_schedule__values .fa-chevron-left {
    right: 100%;
}

.grid_schedule__values .fa-chevron-right {
    right: 0;
}

.grid_schedule__values li {
    -ms-flex: 0 0 14.28571428571429%;
    -webkit-flex: 0 0 14.28571428571429%;
    flex: 0 0 14.28571428571429%;
}

.grid_schedule__header {
    padding: .75em 0;
    background: #0f2c4a;
    color: #fff;
    border-radius: 5px;
}

.grid_schedule__header .grid_schedule__name {
    text-indent: 30px;
}

.grid_schedule__body .grid_schedule__row {
    padding: 2em 0;
    background: url(../img/bg_dot.png) 0 100% repeat-x;
}

.grid_schedule__person {
    padding-right: 15px;
}

.grid_schedule__person figure {
    -ms-flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
    margin-right: 15px;
    background-position: 50% 0;
    border-radius: 100%;
}

.grid_schedule__person figure:before {
    display: block;
    padding-bottom: 100%;
    content: "";
}

.grid_schedule__person strong {
    display: block;
}

.grid_galleries {
    margin: 0 -6px;
}

.grid_galleries__item {
    padding: 6px;
}

.grid_galleries__item figure {
    padding-bottom: 100%;
}

.grid_galleries__item figure:before {
    position: absolute;
    top: 15%;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    content: "";
}

.grid_galleries__item figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5em;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.grid_photogallery {
    margin: 0 -6px;
}

.grid_photogallery__item {
    float: left;
    padding: 6px;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid_photogallery__item figure {
    padding-bottom: 100%;
}

.grid_photogallery .grid_photogallery__item:nth-child(17n+1) {
    clear: both;
    width: 50%;
}

.grid_photogallery .grid_photogallery__item:nth-child(17n+6),
.grid_photogallery .grid_photogallery__item:nth-child(17n+15) {
    clear: both;
}

.grid_photogallery .grid_photogallery__item:nth-child(17n+10) {
    float: right;
    width: 50%;
}

.grid_photogallery .grid_photogallery__item:nth-child(17n+15),
.grid_photogallery .grid_photogallery__item:nth-child(17n+16),
.grid_photogallery .grid_photogallery__item:nth-child(17n+17) {
    width: 33.33%;
}

.box_about {
    position: relative;
    margin-top: 8em;
}

.box_about__txt {
    padding-right: 5%;
}

.box_about__txt .btn {
    margin-top: 2em;
}

.box_about__descr {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    max-height: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box_about__img figure {
    display: block;
    position: relative;
    padding: 0 5% 5% 0;
}

.box_about__img figure:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5% 0 0 5%;
    background: #fff url(../img/bg_art.png) 0 0;
    background-size: 13%;
    content: "";
}

.box_about__img figure img {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
}

.box_feedback {
    padding: 4em 0;
}

.box_feedback .h2 {
    margin: .75em 0;
}

.box_feedback .btn {
}

.box_contacts {
}

.box_contacts .h7 {
    margin-bottom: .75em;
}

.box_contacts__info {
    position: relative;
    margin-bottom: 2.5em;
    padding: .4em 0 0 2.5em;
    min-height: 2em;
}

.box_contacts__info figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    height: 2em;
}

.box_contacts__info figure img {
    display: block;
    max-height: 100%;
}

.box_contacts__info a {
    font-weight: 600;
    color: #052c4a;
    text-decoration: none;
}

.box_contacts__info p {
    margin-bottom: 1em;
}

.box_supervisors {
    margin-top: 3em;
}

.box_supervisors a {
    color: #052c4a;
    text-decoration: none;
}

.box_supervisors__item {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.box_supervisors__item .h7 {
    margin-bottom: 1em;
    min-height: 3.6em;
}

.box_supervisors__info__row {
    position: relative;
    padding-left: 30px;
    min-height: 20px;
    line-height: 1.5em;
    color: #052c4a;
}

.box_supervisors__info__row figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.box_supervisors__info__row figure img {
    display: block;
    max-height: 100%;
}

.box_transport {
    margin-top: 2.5em;
}

.box_transport .h7 {
    margin-bottom: .75em;
}

.box_transport p {
    margin-bottom: .5em;
}

.row_popular__tsr {
    float: right;
    margin-left: 6px;
    max-width: 226px;
}

.row_popular__tsr a, .row_popular__tsr img {
    display: block;
}

.row_popular__tsr a + a {
    margin-top: 6px;
}

.list_faq {
    padding-top: 1em;
}

.list_faq dl {
    margin-top: 12px;
    background: #fff;
    border-radius: 8px;
}

.list_faq dt {
    position: relative;
    padding: 1em 60px 1em 12px;
    cursor: pointer;
}

.list_faq dt span {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -15px 12px;
    width: 30px;
    height: 30px;
    background: #052c4a;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
}

.list_faq dt span:before, .list_faq dt span:after {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    content: "";
}

.list_faq dt span:before {
    margin: -1px -6px;
    width: 12px;
    height: 2px;
}

.list_faq dt span:after {
    margin: -6px -1px;
    width: 2px;
    height: 12px;
}

.list_faq dt.is-opened span:after {
    display: none;
}

.list_faq dd {
    display: none;
    padding: 1em 12px;
    border-top: 1px solid #fafafa;
}

.d-filter {
    margin-bottom: 3em;
}

.d-filter fieldset {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: .8em;
}

.d-filter fieldset ul {
    margin: 0 -6px;
}

.d-filter fieldset li {
    -ms-flex: 1 1 25%;
    -webkit-flex: 1 1 25%;
    flex: 1 1 25%;
    margin: 1em 0;
    padding: 0 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.d-filter fieldset li.d-filter__sort .chosen-single {
    padding-left: 1.5em;
}

.d-filter fieldset li.d-filter__sort .chosen-single:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5em;
    width: 1em;
    height: 1em;
    background: url(../img/icon_sort.svg) 50% no-repeat;
    background-size: 100%;
    content: "";
}

.d-filter fieldset select, .d-filter fieldset .chosen-container {
    width: 100% !important;
}

.d-filter__btns {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

.d-filter__btns input, .d-filter__btns a {
    margin-left: 12px;
}

.detail_person__header {
    margin-bottom: 4em;
}

.detail_person__img figure {
    display: block;
    position: relative;
    padding: 0 7% 7% 0;
}

.detail_person__img figure:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 7% 0 0 7%;
    background: #fff url(../img/bg_art.png) 0 0;
    background-size: 22%;
    content: "";
}

.detail_person__img figure img {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
}

.detail_person__info {
    padding-top: 1em;
    padding-left: 5%;
}

.detail_person__info h1 {
    margin-bottom: 1em;
}

.detail_person__info .list_meta {
    margin-bottom: -2em;
}

.detail_person__descr {
    margin: 4em 0;
}

.detail_equipment__header h1 {
    margin-bottom: .5em;
}

.detail_equipment__header .btn {
    margin-top: 2.5em;
}

.detail_equipment__header figure img {
    display: block;
    margin: 0 auto;
}

.list_meta {
    margin-top: 2em;
    color: #08395c;
}

.list_meta dd {
    margin-bottom: 2em;
    font-size: 1.1em;
}

.tbl_prices__row {
    padding: 2em 0;
}

.tbl_prices__row + .tbl_prices__row {
    /*background: url(../img/bg_dot.png) 0 0 repeat-x;*/
    background-image: repeating-linear-gradient(
            to right,
            rgba(135, 135, 135, 0.3) 0 7px,
            transparent 7px 14px
    );
    background-repeat: repeat-x;
    background-size: auto 1px;
    background-position: top left;
}

.tbl_prices__title {
    -ms-flex: 0 0 42%;
    -webkit-flex: 0 0 42%;
    flex: 0 0 42%;
}

.tbl_prices__price {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 5%;
}

.tbl_prices__btn {
    -ms-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    flex: 0 0 33%;
}

.tbl_prices__btn-phone-container {
    width: fit-content;
    justify-self: end;
}

.tbl_prices__btn-phone-container-row1 {
    font-size: 12px;
    color: #999999;
    margin-bottom: 8px;
    text-align: start;
}

.tbl_prices__btn-phone-container-row2 {
    text-align: start;
}

.tbl_prices__btn-phone-container-row2-a {
    font-size: 16px;
    font-weight: 700;
}

.tbl_prices__btn-phone-container-row3 {
    font-size: 16px;
    text-align: start;
}

.map_contacts {
    margin-left: -4%;
    margin-right: -4%;
    height: 28vw;
    min-height: 360px;
}

.search-results {
    padding-top: 8em;
}

.search-results form.is-flexbox input[type="text"] {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.search-results form.is-flexbox input[type="submit"] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 12px;
}

.search-results__list {
    padding-top: 1em;
}

.search-results__item {
    margin-top: 1.5em;
    padding: 1.125em 1.5em;
    background: #fff;
}

.search-results__item__section {
    margin-top: 1em;
}

.page-404 {
    margin: -2em -4% -2em 0;
    background: #fafafa url(../img/bg_404.png) 100% 50% no-repeat;
    background-size: auto 100%;
}

.page-404__body {
    margin-left: 5%;
    padding: 2em 0;
    max-width: 21em;
}

.page-404__body h1 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 12em;
    line-height: 1;
}

.page-404__body p {
    margin: 1em 0 3em;
}

#d-footer {
    clear: both;
    position: relative;
    z-index: 10;
    padding-bottom: 80px;
    background: #052c4a;
    color: #fff;
    font-size: .8em;
    line-height: 1.5em;
}

.scrol_top {
    height: 45px;
    width: auto;
    border: 1px solid #e40000;
    border-radius: 45px;
    line-height: 45px;
    padding: 0 20px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    background: #e40000;
    z-index: 100;
}

#d-footer:before {
    display: block;
    height: 118px;
    background: #fff url(../img/bg_art_lg.png) 0 0 repeat-x;
    background-size: auto 100%;
    content: "";
}

.d-footer__body {
    padding-top: 40px;
    padding-bottom: 40px;
}

.d-footer__logo {
    margin-bottom: 3em;
}

.d-footer__logo img {
    display: block;
    width: 7.1875em;
    min-width: 92px;
}

.d-footer__contacts {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.d-footer__contacts__body {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

#d-footer .nav_socials {
    margin-top: 2.5em;
}

.d-widget {
    position: fixed;
    z-index: 350;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

.d-widget a {
    text-decoration: none;
}

.d-widget__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22%;
    height: 100px;
    font-size: 32px;
    background: #e40000;
}

.d-widget__btn strong {
    display: block;
    margin: auto;
    padding: 0 10%;
}

.d-widget__toggle {
    position: absolute;
    bottom: 0;
    left: 22%;
    width: 100px;
    height: 100px;
    background: #08395c url(../img/icon_feedback.png) 50% no-repeat;
    background-size: 56%;
}

.popup_form {
    width: 480px;
    max-width: 100%;
}

.popup_form .h4 {
    margin-bottom: 1.25em;
}

.popup_form fieldset label {
    display: block;
    margin-bottom: .25em;
    font-weight: 700;
}

.fullreview .popup_form fieldset label {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
}

.fullreview textarea {
    min-height: 100px;
    height: 100px;
    resize: none;
}

#colorbox .fullreview input[type=radio] {
    position: unset;
    width: unset;
    height: unset;
    opacity: 1;
    margin-right: 10px;
}

.fullreview .popup_form fieldset label:first-child {
    margin-bottom: 10px;
}

.fullreview .popup_form fieldset label:not(:first-child) {
    display: inline-block;
    margin-bottom: unset;
    font-size: 14px;
}

.fullreview-percent {
    display: none;
}

.fullreview-row {
    display: flex;
    align-items: flex-start;
    height: 30px;
    margin-bottom: 10px;
}

.fullreview-left {
    margin-right: 10px;
    font-weight: 600;
}

.fullreview-right {
    width: 100%;
}

.fullreview-right span {
    color: #666;
}

.fullreview-line {
    height: 5px;
    background: #CF1210;
    border-radius: 8px;
}

.popup_form fieldset input, .popup_form fieldset select, .popup_form fieldset textarea {
    display: block;
    width: 100%;
}

.popup_testimonial {
    width: 760px;
    max-width: 100%;
}

/*** MEDIA QUERIES ***/
@media (max-height: 750px) {
    .d-header__search {
        padding: 1.5vh 0;
    }

    .nav_aside li {
        padding: 2vh 0;
    }
}

@media (max-width: 1279px) {
    html, body {
        min-width: 990px;
    }

    .d-hide_lg {
        display: none !important;
    }

    .d-show_lg {
        display: block !important;
    }

    .d-fn_lg {
        float: none;
    }

    .d-fl_lg {
        float: left;
    }

    .d-fr_lg {
        float: right;
    }

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

    .d-tal_lg {
        text-align: left;
    }

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

    .d-grid {
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .d-grid_offset {
        margin-left: 60px;
    }

    #d-header {
        padding-left: 60px;
    }

    #d-header:before {
        width: 60px;
    }

    .d-header__top {
        background: none;
    }

    .d-header__logo {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        padding: 0 10px;
    }

    .d-header__logo img {
        margin-right: 12px;
        width: 86px;
        min-width: 0;
    }

    .d-header__address {
        font-size: .87em;
    }

    .d-header__phones {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        font-size: .87em;
    }

    .d-header__bottom {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 60px;
    }

    .d-header__bottom aside {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        position: absolute !important;
        bottom: 100px;
        padding: 0;
        width: 100% !important;
    }

    .d-header__personal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1 28%;
        -webkit-flex: 1 1 28%;
        flex: 1 1 28%;
        position: relative;
    }

    .d-header__personal ul, .nav_aside ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .d-header__personal li, .nav_aside li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0;
        padding: 0 15px;
    }

    .d-header__personal li + li {
        margin: 0;
        background: url(../img/bg_dot.png) 0 0 repeat-x;
    }

    .d-header__personal figure, .nav_aside figure {
        margin: 0;
    }

    .d-header__personal span, .nav_aside span {
        display: none;
    }

    .nav_aside {
        -ms-flex: 1 1 58%;
        -webkit-flex: 1 1 58%;
        flex: 1 1 58%;
        position: relative;
    }

    .d-header__search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex: 1 1 14%;
        -webkit-flex: 1 1 14%;
        flex: 1 1 14%;
        padding: 0 15px;
        background: url(../img/bg_dot.png) 0 0 repeat-x;
    }

    .d-header__search__btn {
        display: block;
        width: 30px;
        height: 30px;
        background: url(../img/icon_search.svg) 50% no-repeat;
        background-size: 20px;
    }

    #d-footer:before {
        height: 59px;
    }

    .d-widget__btn {
        font-size: 24px;
    }
}

@media (max-width: 1023px) {
    html, body {
        min-width: 320px;
    }

    .d-hide_md {
        display: none !important;
    }

    .d-show_md {
        display: block !important;
    }

    .d-fn_md {
        float: none;
    }

    .d-fl_md {
        float: left;
    }

    .d-fr_md {
        float: right;
    }

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

    .d-tal_md {
        text-align: left;
    }

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

    .d-grid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .d-grid_offset {
        margin-left: 40px;
    }

    #d-header {
        padding-left: 40px;
    }

    #d-header:before {
        width: 40px;
    }

    .d-header__logo img {
        margin-right: 8px;
        width: 64px;
    }

    .d-header__logo strong {
        font-size: 11px;
    }

    .d-header__address, .d-header__phones {
        font-size: 11px;
    }

    .nav_main {
        font-size: 11px;
    }

    .d-header__bottom {
        width: 40px;
    }

    .d-header__bottom aside {
        bottom: 40px;
    }

    .d-header__personal li, .nav_aside li, .d-header__search {
        padding: 0 5px;
    }

    #d-footer {
        padding-bottom: 15px;
    }

    #d-footer:before {
        height: 24px;
    }

    .d-footer__contacts {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        margin-top: 3em;
    }

    .d-widget {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .d-widget__btn {
        -ms-flex: 1 1 75%;
        -webkit-flex: 1 1 75%;
        flex: 1 1 75%;
        position: static;
        width: auto;
        height: 40px;
        font-size: 16px;
    }

    .d-widget__btn strong {
        margin: 0;
        padding: 0 5px;
        width: 100%;
        text-align: center;
    }

    .d-widget__btn strong br {
        display: none;
    }

    .d-widget__toggle {
        -ms-flex: 1 1 25%;
        -webkit-flex: 1 1 25%;
        flex: 1 1 25%;
        display: block;
        position: static;
        left: 0;
        width: auto;
        height: 40px;
        background-size: auto 75%;
    }

    .grid_persons__item {
        -ms-flex: 0 0 33.33%;
        -webkit-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }

    .box_about figure {
        margin-top: 2em;
    }

    .row_popular {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .row_popular__tsr {
        margin-left: 0;
    }

    .grid_tsrs__item {
        -ms-flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .grid_tsrs__item__body span {
        right: 0;
    }

    .grid_tsrs:not(.grid_tsrs_eq) .grid_tsrs__item:nth-child(3n) .grid_tsrs__item__body {
        padding-bottom: 50%;
    }

    .grid_tsrs:not(.grid_tsrs_eq) .grid_tsrs__item:nth-child(3n) .grid_tsrs__item__body:before {
        background: rgba(0, 0, 0, .5);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    }

    .grid_tsrs:not(.grid_tsrs_eq) .grid_tsrs__item:nth-child(3n) .grid_tsrs__item__body span {
        display: block;
        top: auto;
        font-size: 1em;
    }

    .d-filter {
        display: block;
    }

    .d-filter fieldset ul {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .d-filter fieldset li {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .d-filter__btns {
        display: block;
        margin: 0 -6px;
        text-align: center;
    }

    .d-filter__btns input, .d-filter__btns a {
        margin: 1em 6px 0;
        width: 240px;
    }

    .grid_persons_full .grid_persons__item__descr strong {
        font-size: 1em;
    }

    .nav_inner ul {
        margin: 0 -6px;
    }

    .nav_inner li {
        margin: 0 6px;
    }

    .nav_inner {
        font-size: .8em;
    }

    .box_supervisors__item + .box_supervisors__item {
        margin-top: 2em;
    }

    .box_supervisors__item .h7 {
        min-height: 0;
    }

    .grid_schedule__legend,
    .grid_schedule__body {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    #site_block {
        display: flex;
        flex-flow: row;
        justify-content: space-around;
    }

    .d-hide_sm {
        display: none !important;
    }

    .d-show_sm {
        display: block !important;
    }

    .d-fn_sm {
        float: none;
    }

    .d-fl_sm {
        float: left;
    }

    .d-fr_sm {
        float: right;
    }

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

    .d-tal_sm {
        text-align: left;
    }

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

    .d-grid_offset {
        margin-left: 0;
    }

    #d-header {
        padding-left: 0;
        background: #fff;
    }

    #d-header:before {
        display: none;
    }

    .d-header__top {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .d-header__top__body {
        display: block;
        text-align: center;
    }

    .d-header__logo {
        display: inline-block;
        padding: 0;
        text-align: left;
    }

    .d-header__phones {
        margin-top: 13px;
        padding: 11px 0 1em;
        background: url(../img/bg_dot.png) 0 0 repeat-x;
        font-size: 13px;
        text-align: center;
    }

    .d-header__xs-toggle {
        background: #003a5f;
        font-weight: 700;
        color: #fff;
    }

    .d-header__xs-toggle li {
        -ms-flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .d-header__xs-toggle li + li {
        text-align: right;
    }

    .d-header__xs-toggle a {
        display: inline-block;
        padding: .75em 15px;
    }

    .d-header__xs-toggle a[data-toggle] {
    }

    .d-header__xs-toggle a[data-toggle]:before {
        display: inline-block;
        margin-right: 10px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0c9";
    }

    .d-burger__body {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
    }

    .d-burger__body:after {
        position: absolute;
        top: 100%;
        bottom: -99999em;
        left: 0;
        right: 0;
        background: #003a5f;
        opacity: .8;
        content: "";
    }

    .nav_main {
        margin: 0;
        font-size: 1em;
        background-image: url(../img/bg_dot.png);
        background-position: 0 0;
        background-repeat: repeat-x;
    }

    .nav_main ul {
        display: block;
    }

    .nav_main li {
        padding: .5em 0;
    }

    .d-header__bottom {
        position: relative;
        width: auto;
    }

    .d-header__bottom aside {
        display: block;
        position: relative !important;
        bottom: 0;
        padding: 0 15px 40px;
        width: auto !important;
    }

    .d-header__personal ul, .nav_aside ul {
        position: relative;
    }

    .d-header__personal li, .nav_aside li, .d-header__search {
        padding: 1em 0;
    }

    .d-header__personal figure, .nav_aside figure {
        margin-right: 15px;
    }

    .d-header__personal span, .nav_aside span {
        display: block;
    }

    .page-section__header {
        display: block;
    }

    #d-footer {
        text-align: center;
    }

    .d-footer__logo img {
        margin: 0 auto;
    }

    #d-footer .nav_socials li {
        margin: 0 4px;
    }

    html.is-burger-opened .d-header__xs-toggle a[data-toggle]:before {
        content: "\f00d";
    }

    html.is-burger-opened .d-burger__body {
        display: block;
    }

    .page-section {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    .page-section_mt0 {
        margin-top: 0;
    }

    .page-section_bgd {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .page-section_bgd + .page-section_bgd {
        padding-top: 0;
    }

    .page-body > .page-section_bgd:last-of-type {
        margin-bottom: -2em;
    }

    .index-slider {
        margin-top: -2em;
        margin-bottom: 0;
        padding: 0;
    }

    .box_about {
        margin-top: 4em;
    }

    .slider_index {
        padding-bottom: 4em;
    }

    .slider_index__txt {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .slider_index__img__label {
        right: 0;
        font-size: 1em;
    }

    .slider_index_plural {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        z-index: 2;
        margin: 0;
        padding: 0 0 2em;
        height: auto;
        min-height: 0;
    }

    .slider_index_plural__txt {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        width: auto;
    }

    .slider_index_plural__txt .clr_white {
        color: inherit;
    }

    .slider_index_plural__txt .clr_white .h1 {
        color: #052c4a;
    }

    .slider_index_plural__txt .is-short .slider__item__body {
        max-width: 100%;
    }

    .slider_index_plural__img {
        position: relative;
        margin-bottom: 2em;
        padding-bottom: 66.66%;
    }

    .slider_index_plural__img figure {
        margin-top: 15px;
    }

    .slider_index_plural__img figure:before {
        display: none;
    }

    .slider_index_plural__img .is-short figure, .slider_index_plural__img .is-small figure {
        left: 0;
        right: 0;
    }

    .slider_index_plural__img .is-small figure {
        background-size: cover;
    }

    .grid_persons_full .grid_persons__item {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .detail_person__info {
        padding-top: 2em;
        padding-left: 6px;
    }

    .tbl_prices__title {
        -ms-flex: 0 0 65%;
        -webkit-flex: 0 0 65%;
        flex: 0 0 65%;
    }

    .tbl_prices__price {
        -ms-flex: 0 0 35%;
        -webkit-flex: 0 0 35%;
        flex: 0 0 35%;
        -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
        align-self: flex-start;
        padding: 0 0 0 15px;
        text-align: right;
    }

    .tbl_prices__btn {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 1.5em;
        text-align: center;
    }

    .grid_links {
        margin-bottom: 2.5em;
    }

    .detail_equipment__header .d-col_md_7 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .detail_equipment__header figure {
        padding: 2em 0;
    }

    .grid_feats__item {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .nav_inner {
        position: relative;
        z-index: 90;
        margin-top: -1em;
        height: 2.9em;
        border-bottom: 1px solid #e40000;
        font-size: 1em;
        color: inherit;
    }

    .nav_inner ul {
        display: block;
        margin: 0;
        background: #fff;
        border: 0 solid #e40000;
    }

    .nav_inner li {
        display: none;
        margin: 0;
        padding: 0;
    }

    .nav_inner a {
        padding: .25em 12px;
        height: 2.4em;
        overflow: hidden;
    }

    .nav_inner a span {
        text-align: left;
    }

    .nav_inner li.current {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border: 0;
    }

    .nav_inner__toggle {
        display: block;
        position: relative;
        z-index: 5;
        height: 2.9em;
    }

    .nav_inner__toggle:after {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -1px;
        display: block;
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 5px 4px 0;
        border-top-color: #e40000;
        content: "";
        cursor: pointer;
    }

    .nav_inner.is-opened ul {
        border-width: 1px;
    }

    .nav_inner.is-opened li {
        display: block;
    }

    img.img-left, img.img-right {
        float: none;
        margin: 2em auto;
        max-width: 100%;
    }

    .box_contacts__info p span.fs_xs {
        display: block;
    }

    .page-404 {
        margin: -2em -15px;
        padding: 0;
    }

    .page-404__body {
        position: relative;
        z-index: 5;
        margin: 0;
        padding: 3em 15px;
        max-width: none;
        background: rgba(250, 250, 250, .9);
        text-align: center;
    }

    .page-404__body h1 {
        font-size: 10em;
    }

    .grid_schedule {
        font-size: 12px;
    }

    .grid_schedule__legend,
    .grid_schedule__body {
        font-size: inherit;
    }

    .grid_schedule__header {
        font-size: 14px;
    }

    .grid_schedule__legend li {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .grid_schedule__name {
        -ms-flex: 0 0 60%;
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
    }

    .grid_schedule__values {
        -ms-flex: 0 0 40%;
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        padding-left: 0;
    }

    .grid_schedule__header .grid_schedule__name {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .grid_schedule__header .grid_schedule__values {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .grid_schedule__header ul {
        display: none;
    }

    .grid_schedule__header .d-hidden {
        display: block;
        padding-right: 2em;
        text-align: center;
    }

    .grid_schedule__person {
        display: block;
    }

    .grid_schedule__person figure {
        width: 60px;
        margin: 0 0 1em;
    }

    .grid_schedule__person strong {
        display: block;
    }

    .grid_schedule__body .grid_schedule__row {
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .grid_schedule__body .grid_schedule__values ul {
        display: block;
    }

    .grid_schedule__body .grid_schedule__values li {
        position: relative;
        padding-left: 4em;
    }

    .grid_schedule__body .grid_schedule__values li + li {
        margin-top: 1.5em;
    }

    .grid_schedule__body .grid_schedule__values li[data-date]:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        font-weight: 700;
        color: #052c4a;
        content: attr(data-date);
    }

    .grid_schedule__body .grid_schedule__values .grid_schedule__label {
        position: relative;
        top: -.5em;
    }
}

@media (max-width: 639px) {
    .d-hide_xs {
        display: none !important;
    }

    .d-show_xs {
        display: block !important;
    }

    .d-fn_xs {
        float: none;
    }

    .d-fl_xs {
        float: left;
    }

    .d-fr_xs {
        float: right;
    }

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

    .d-tal_xs {
        text-align: left;
    }

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

    .grid_persons__item {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .grid_gallery__item {
        width: 33.33%;
    }

    .grid_gallery:not(.grid_gallery_odd) .grid_gallery__item:nth-child(5n+1),
    .grid_gallery:not(.grid_gallery_odd) .grid_gallery__item:nth-child(5n+5) {
        width: 66.66%;
    }

    .grid_gallery:not(.grid_gallery_odd) .grid_gallery__item:nth-child(5n+1) figure,
    .grid_gallery:not(.grid_gallery_odd) .grid_gallery__item:nth-child(5n+5) figure {
        padding-bottom: calc(50% - 6px);
    }

    .grid_gallery:not(.grid_gallery_odd) .grid_gallery__item:nth-child(5n+3) {
        float: left;
        width: 100%;
    }

    .grid_gallery:not(.grid_gallery_odd) .grid_gallery__item:nth-child(5n+3) figure {
        padding-bottom: 33.33%;
    }

    .grid_gallery_odd .grid_gallery__item {
        width: 50%;
    }

    .grid_gallery_odd .grid_gallery__item:nth-child(6n+1),
    .grid_gallery_odd .grid_gallery__item:nth-child(6n+5),
    .grid_gallery_odd .grid_gallery__item:nth-child(6n+6) {
        width: 50%;
    }

    .grid_gallery_odd .grid_gallery__item:nth-child(6n+1) figure,
    .grid_gallery_odd .grid_gallery__item:nth-child(6n+5) figure,
    .grid_gallery_odd .grid_gallery__item:nth-child(6n+6) figure {
        padding-bottom: 100%;
    }

    .grid_gallery_odd .grid_gallery__item:nth-child(6n+3),
    .grid_gallery_odd .grid_gallery__item:nth-child(6n+4) {
        width: 100%;
    }

    .grid_gallery_odd .grid_gallery__item:nth-child(6n+3) figure,
    .grid_gallery_odd .grid_gallery__item:nth-child(6n+4) figure {
        padding-bottom: calc(50% - 6px);
    }

    .grid_tsrs_eq .grid_tsrs__item {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .grid_photogallery__item {
        width: 50%;
    }

    .grid_photogallery .grid_photogallery__item:nth-child(17n+1) {
        width: 100%;
    }

    .grid_photogallery .grid_photogallery__item:nth-child(17n+10) {
        width: 100%;
    }

    .grid_photogallery .grid_photogallery__item:nth-child(17n+15),
    .grid_photogallery .grid_photogallery__item:nth-child(17n+16),
    .grid_photogallery .grid_photogallery__item:nth-child(17n+17) {
        width: 100%;
    }

}

@media (max-width: 567px) {
    h1, .h1 {
        font-size: 1.5em !important;
    }

    h2, .h2 {
        font-size: 1.425em !important;
    }

    h3, .h3 {
        font-size: 1.375em !important;
    }

    h4, .h4 {
        font-size: 1.25em !important;
    }

    h5, .h5 {
        font-size: 1.125em !important;
    }

    h6, .h6 {
        font-size: 1em !important;
    }

    .grid_persons_full .grid_persons__item {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 2.5em;
    }

    .grid_persons_full .grid_persons__item__descr {
        padding-bottom: 1em;
    }

    .page-section .grid_persons_full {
        margin-bottom: -2.5em;
    }

    .tbl_prices__btn .btn {
        width: 100%;
    }

    .d-filter__btns {
        margin: 0;
    }

    .d-filter__btns input, .d-filter__btns a {
        margin: 1em 0 0;
        width: 100%;
    }

    .grid_links__item__header div {
        font-size: 1.25em;
    }

    .search-results form.is-flexbox input[type="submit"] {
        margin-left: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media (min-width: 1281px) {
    body {
        font-size: 1.171875vw;
    }

    .d-grid, .d-header__bottom aside {
        padding-left: 2.8125%;
        padding-right: 2.8125%;
    }
}

@media (min-width: 1281px) {
    body {
        font-size: 1.171875vw;
    }

    .d-footer__body {
        padding-top: 3.125%;
        padding-bottom: 3.125%;
    }

}

@media (min-width: 1540px) {
    body {
        font-size: 18px;
    }
}

/*** PRINT STYLES ***/
@media print {
    @page {
        margin: 0.5cm;
    }

    * {
        background: #fff !important;
        color: #333 !important;
        text-shadow: none !important;
    }

    a, a:visited {
        border: 0 !important;
        color: #333 !important;
        text-decoration: underline !important;
    }

    abbr:after {
        content: " (" attr(title) ")";
    }

    pre, blockquote {
        border: 1px solid #333;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.big-search {
    z-index: 12;
}

.big-search_active .header__search {
    position: unset;
    top: unset;
    right: unset;
    width: 100%;
}

.h4.d-tac {
    text-align: left;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}

.pricetable {
    width: 100%;
    margin: 0;
}

.pricetable-parent {
    background: #eeeeee;
    cursor: pointer;
}

.pricetable-parent-child {
    display: none;
    cursor: pointer;
}

.pricetable-parent.active {
    background: #cf1210;
    color: white;
}

.pricetable-parent-child[data-depth='2'] {
    display: table-row;
    background: #d3d3d3;
}

.pricetable-parent-child.active[data-depth='2'] {
    background: #a80807;
    color: white;
}

.pricetable-parent-child[data-depth='3'] {
    background: #9d9d9d;
}

.pricetable-parent-child.active[data-depth='3'] {
    background: #610100;
    color: white;
}

.pricetable-parent td {
    padding: 3px 1em;
}

.pricetable-parent-count {
    font-size: 12px;
    opacity: 0.8;
}

.pricetable-child {
    display: none;
}

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

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

.pricetable-kod {
    width: 70px;
}

.pricetable-price {
    width: 120px;
}

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

@media screen and (max-width: 500px) {
    .pricetable-btns {
        text-align: center;
    }

    .pricetable-btns a.g-button {
        min-width: 160px;
    }
}