/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    overflow-x: hidden;
}

/**
 * Remove default margin.
 */

body {
    overflow-x:hidden;
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}
a:hover{
    color: black;
}
/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    margin: auto;
    font-size: 2em;
    max-width: 1648px;
    width: 100%;

}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}

html {
    font-size: 18px;
}
body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.5;
    background-color: #fff;
}
.color_black {
    background: #000;
    color: #fff !important;
}
.color_black a {
    color: #ffffff;
}
.color_black .hr {
    border-color: #fff;
}
.color_black .menu {
    border-bottom-color: #fff;
}
.color_black .menu-sub__link {
    background: #000;
}
.color_black .menu-wrap {
    border-bottom-color: #fff;
}
.color_black .menu-sub__link {
    background-color: #000;
    border-color: #000;
    border-bottom-color: #fff;
}
.color_black .menu-sub__link_active {
    border-color: #fff;
    border-bottom-color: #000;
}
.color_black .menu-sub__link:before,
.color_black .menu-sub__link:after {
    background: #fff;
}
.color_black .calendar__day {
    border-color: #fff;
}
.color_black .calendar__day_no {
    border-color: transparent;
}
.color_black a.calendar__day {
    background: #fff;
    color: #000;
}
.color_black .form__text,
.color_black .form__select {
    color: #000;
    border-color: #fff;
}
.color_black .cr__label:before {
    background-position: -60px 0;
}
.color_black .cr__input:checked + .cr__label:before {
    background-position: -90px 0;
}
.color_black .form__submit {
    color: #000;
    background-color: #fff;
}
.color_black .pager__link {
    border-color: #fff;
}
.color_black .footer {
    border-top-color: #fff;
}
.color_blue {
    background: #9dd1ff;
}
.color_blue .menu-sub__link {
    background-color: #9dd1ff;
    border-color: #9dd1ff;
    border-bottom-color: #000;
}
.color_blue .menu-sub__link_active {
    border-color: #000;
    border-bottom-color: #9dd1ff;
}
.color_blue .form__text,
.color_blue .form__select {
    background-color: #9dd1ff;
}



a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}
.clearfix {
    display: block;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.main {
    margin: 20px 0;
}
.wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
.header-tool {
    background-color: #f1f2f2;
    border-bottom: 1px solid #e2e3e3;
    color: #000;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.header-tool a {
    color: #000;
}
.header-tool .tool__size_active,
.header-tool .tool__color_black {
    color: #fff;
}
.tool-font {
    float: left;
    margin-top: 10px;
    margin-left: 30px;
}
.tool__label {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 4px;
}
.tool__size {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid transparent;
    line-height: 38px;
    color: #000;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    margin-left: 2px;
    position: relative;
    font-size: 26px;
}
.tool__size_active {
    color: #fff;
    background-color: #000;
}
.tool__size_active:before {
    content: '';
    width: 13px;
    height: 7px;
    background: url("images/icon-tool.png") no-repeat;
    margin-left: -6px;
    position: absolute;
    bottom: -7px;
    left: 50%;
}
.tool__size_small {
    font-size: 20px;
}
.tool__size_big {
    font-size: 32px;
}
.tool-color {
    float: left;
    margin: 10px 0 0 30px;
}
.tool__color {
    background-color: #fff;
    border-color: #000;
    margin-right: 11px;
}
.tool__color_black {
    background-color: #000;
    color: #fff;
}
.tool__color_blue {
    background-color: #9dd1ff;
    border-color: #104c81;
    color: #104c81;
}
.tool__label_color {
    margin-right: 17px;
}
.tool__color_active:before {
    content: '';
    width: 13px;
    height: 7px;
    background: url("images/icon-tool.png") no-repeat -13px 0;
    margin-left: -6px;
    position: absolute;
    bottom: -7px;
    left: 50%;
}
.tool__color_black:before {
    background-position: 0 0;
}
.tool__color_blue:before {
    background-position: -26px 0;
}
.tool-eye {
    float: left;
    margin: 17px 0 0 29px;
}
.tool__label_link {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    height: 22px;
    line-height: 22px;
    padding: 0 0 0 50px;
}
.tool__label_link:before {
    content: '';
    width: 40px;
    height: 22px;
    background: url("images/icon-eye.png") no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.tool-search {
    float: right;
    margin: 0;
}
.tool-search__input {
    float: left;
    width: 169px;
    height: 100%;
    padding: 9px 11px;
    border: 1px solid #000;
    border-right: 0 none;
    font-size: 16px;
}
.tool-search__submit {
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #000;
    padding: 0;
    background: url("images/icon-search.png") no-repeat 50% 50% #000000;
}
.header-logo {
    max-width: 86%;
    margin-left: 50px;
}
.logo__link {
    float: left;
    font-size: 2rem;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.logo__link .logo_top-h {
    font-size: 0.875rem;
}
.header-info {
    float: right;
    text-align: right;
    font-size: 0.8888888888888888rem;
}
.header-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.header-info ul li {
    font-size: 1rem;
}
.header-info .contacts-line__item {
    font-size: 1.4444444444444444rem;
    font-weight: bold;
}
.menu {
    border-bottom: 2px solid #000;
    padding-bottom: 6px;
    margin-bottom: 50px;
    font-size: 0;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 1200px){
    .menu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}
.info__phone {
    font-size: 1.4444444444444444rem;
    font-weight: bold;
}
.menu__link {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 1.1111111111111112rem;
    font-weight: bold;
    padding: 4px 14px 6px 16px;
}
.menu__link:hover {
    background-color: #f1f2f2;
    color: #000;
}
.menu__link_active {
    background: #000;
    color: #fff;
}

.footer span{
    display:block;
    margin-bottom:.5rem;
    font-weight:600;
    font-size:1rem
}
.menu-sub__link {
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-size: 1rem;
    text-decoration: none;
    border: 4px solid #fff;
    border-bottom-color: #000;
    padding: 4px 14px 4px 14px;
    position: relative;
}
.menu-sub__link:before,
.menu-sub__link:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #000;
    position: absolute;
    left: -4px;
    bottom: -4px;
}
.menu-sub__link:after {
    left: auto;
    right: -4px;
}
.menu-sub__link_active {
    border-color: #000;
    border-bottom-color: #fff;
}
.menu-wrap {
    border-bottom: 4px solid #000;
}
.menu-sub {
    margin: 0 0 -4px;
}
.h1 {
    color: black;
    font-size: 30px;
    font-size: 1.6666666666666667rem;
}
.h2 {
    font-size: 26px;
    font-size: 1.4444444444444444rem;
    margin: 10px 0;
}
.h3 {
    font-size: 24px;
    font-size: 1.3333333333333333rem;
    margin: 10px 0;
}
.h4 {
    font-size: 20px;
    font-size: 1.1111111111111112rem;
    margin: 10px 0;
    font-weight: bold;
}
.hr {
    border-color: #000;
    border-bottom: 0 none;
    margin: 22px 0;
}
.link_clear {
    text-decoration: none;
}
.link_clear:hover {
    text-decoration: underline;
}
.article p {
    margin: 10px 0;
}
.article ul,
.article ol {
    margin: 10px 0;
    padding: 0 0 0 40px;
}
.article ul li,
.article ol li {
    padding-left: 15px;
}
.eventsAndCalendar{
    margin-top: 50px;
}
.form {
    margin: 14px 0 36px;
}
.form-item {
    margin-top: 15px;
}
.form-item:first-child {
    margin-top: 0;
}
.form-item__label {
    margin: 0 0 4px;
}
.form__select {
    width: 100%;
    border: 3px solid #000;
    padding: 7px 4px 5px 4px;
}
.form__text {
    width: 100%;
    border: 3px solid #000;
    box-sizing: border-box;
    padding: 7px 8px 6px;
}
.form__text_captcha {
    width: 200px;
}
.form__submit {
    border: 3px solid #000;
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 6px 0 7px;
    text-align: center;
    width: 200px;
}
.form__submit:hover {
    background: #fff;
    color: #000;
}
.pager {
    margin: 20px 0;
}
.pager__link {
    display: inline-block;
    width: 44px;
    height: 27px;
    line-height: 27px;
    border: 3px solid #000;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 8px 0 9px;
    margin-right: 10px;
}
.pager__link_active {
    background: #000;
    color: #fff;
}
.pager__link_arrow {
    width: 176px;
}
.main-news-item__date {
    font-size: 16px;
    font-size: 0.8888888888888888rem;
}
.main-news-item__title {
    margin: 0;
}
.main-news-item {
    margin-top: 22px;
}
.main-news-item:first-child {
    margin-top: 0;
}
.hot-line {
    margin: 35px 0;
}
.hot-line-item {
    margin-top: 10px;
}
.hot-line-item:first-child {
    margin-top: 0;
}
.hot-line-item__phone {
    font-weight: bold;
    margin: -6px 0 0;
}
.cr {
    overflow: hidden;
    position: relative;
    margin: 6px 0;
}
.cr__input {
    position: absolute;
    left: -9999px;
}
.cr__input:checked + .cr__label {
    font-weight: bold;
}
.cr__input:checked + .cr__label:before {
    background-position: -30px 0;
}
.cr__label {
    vertical-align: middle;
}
.cr__label:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("images/icon-cr.png") no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.poll-vote {
    margin-top: 29px;
}
.calendar {
    width: 412px;
}
.calendar-select {
    margin-bottom: 26px;
}
.calendar-select-item {
    float: left;
    width: 49%;
    margin-left: 1%;
}
.calendar-select-item:first-child {
    margin-left: 0;
    margin-right: 1%;
}
.calendar-days {
    width: 100%;
}
.calendar-days td {
    text-align: center;
    padding: 5px 0;
}
.calendar__day {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border: 3px solid #000;
    vertical-align: bottom;
    text-decoration: none;
    font-size: 20px;
    font-size: 1.1111111111111112rem;
}
a.calendar__day {
    background: #000;
    color: #fff;
}
a.calendar__day:hover {
    background: #fff;
    color: #000;
}
.calendar__day_no {
    border-color: transparent;
}
.footer {
    border-top: 4px solid #000;
    margin-top: 40px;
}
.menu_footer {
    margin-top: 30px;
    padding-bottom: 16px;
    border-bottom-width: 1px;
}
.address {
    font-style: normal;
    text-align: center;
}
.footer__text {
    margin: 25px 0;
}

.custom-button {
    display: inline-block;
    border: 3px solid #000;
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 6px 20px 7px;
    text-align: center;
    cursor: pointer;
}

.custom-button:hover {
    background: #fff;
    color: #000;
}

.cc {
    overflow: hidden;
    position: relative;
    margin: 6px 0;

}
.cc__input {
    position: absolute;
    left: -9999px;
}
.cc__input:checked + .cc__label {
    font-weight: bold;
}
.cc__input:checked + .cc__label:before {
    background-position: -30px -40px;
}
.cc__label {
    vertical-align: middle;
}
.cc__label:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("images/icon-cr.png") no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    background-position: 0 -40px;
}
.header-slider {
    margin: 0;
}
.slow__input {
    width: 400px;
    height: 40px;
    border: 2px solid black;
    outline: none;
    padding: 0 20px;
    box-sizing: border-box;
}
textarea.slow__input {
    height: 200px;
    width: 100%;
}
.folding table p {
    margin: 8px 0;
}

/*  scheme
------------------------------------------------ */

.scheme {

    margin-top: 20px;
    position: relative;
    font-size: 12px;
    width: 985px;
    height: 1126px;
    margin-bottom: 145px;
}
.scheme__b {
    position: absolute;
    background: #fff;
    border: 4px solid #525252;
    padding: 10px;
}


.scheme__b-sep {
    height: 1px;
    background: #9fd3a6;
    margin: 5px 0;
}
.scheme .scheme__b_color_2 .scheme__b-sep {
    background: #76cad6;
}
.scheme .scheme__b_color_3 .scheme__b-sep {
    background: #525252;
}
.scheme .scheme__b_color_4 .scheme__b-sep {
    background: #d75274;
}

.scheme .scheme__b_color_2 .scheme__line {
    background: #76cad6;
}
.scheme .scheme__b_color_3 .scheme__line {
    background: #af81d3;
}
.scheme .scheme__b_color_4 .scheme__line {
    background: #d75274;
}



.scheme .scheme__b_color_2 .scheme_person-popup {
    border-color: #76cad6;
}
.scheme .scheme__b_color_3 .scheme_person-popup {
    border-color: #af81d3;
}
.scheme .scheme__b_color_4 .scheme_person-popup {
    border-color: #d75274;
}

.scheme .scheme__b_color_2.scheme__b_type_fill {
    background: #76cad6;
}
.scheme .scheme__b_color_3.scheme__b_type_fill {
    background: #af81d3;
}
.scheme .scheme__b_color_4.scheme__b_type_fill {
    background: #d75274;
}

.scheme .scheme__b_color_2.scheme__b_type_simple {
    border-color: #76cad6;
    color: #76cad6;
}
.scheme .scheme__b_color_3.scheme__b_type_simple {
    border-color: #af81d3;
    color: #af81d3;
}
.scheme .scheme__b_color_4.scheme__b_type_simple {
    border-color: #d75274;
    color: #d75274;
}


.scheme__b_color_2 {
    border-color: #76cad6;
}
.scheme__b_color_3 {
    border-color: #525252;
}

.scheme .scheme__b_lt_top {
    z-index: 10;
}
.scheme__b-txt {
    display: table;
}
.scheme__b-txt-in {
    height: 65px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.scheme__line {
    position: absolute;
    background: #9fd3a6;
}
.scheme__line_tp_vert {
    width: 4px;
}
.scheme__line_tp_hor {
    height: 4px;
}

.scheme__line_lt_1 {
    bottom: -28px;
    height: 28px;
    left: 50%;
    margin-left: -2px;
}
.scheme__line_lt_2 {
    bottom: -732px;
    height: 732px;
    left: 50%;
    margin-left: -2px;
}
.scheme__line_lt_3 {
    bottom: 0;
    width: 80px;
    left: 0;
}
.scheme__line_lt_4 {
    top: 24px;
    width: 524px;
    left: -262px;
    margin-left: 2px;
}
.scheme__line_lt_5 {
    top: 0;
    height: 35px;
    right: 0;
}
.scheme__line_lt_6 {
    top: 0;
    height: 35px;
    left: 0;
}
.scheme__line_lt_7 {
    bottom: -626px;
    height: 626px;
    left: 50%;
    margin-left: -2px;
}
.scheme__line_lt_8 {
    top: 61px;
    width: 72px;
    left: 50%;
    margin-left: -37px;
}
.scheme__line_lt_9 {
    top: 50%;
    margin-top: -2px;
    width: 33px;
    left: -33px;
}
.scheme__line_lt_10 {
    bottom: -20px;
    height: 20px;
    left: 50%;
    margin-left: -2px;
}
.scheme__line_lt_11 {
    bottom: -20px;
    height: 20px;
    left: 50%;
    margin-left: -2px;
}
.scheme__line_lt_12 {
    bottom: -20px;
    height: 20px;
    left: 50%;
    margin-left: -2px;
}
.scheme__line_lt_13 {
    top: 51px;
    width: 33px;
    right: -33px;
}
.scheme__line_lt_14 {
    top: 50%;
    margin-top: -2px;
    width: 114px;
    left: -114px;
}
.scheme__line_lt_15 {
    top: 0;
    left: 0;
    height: 643px;
}
.scheme__line_lt_16 {
    top: 50%;
    margin-top: -2px;
    width: 53px;
    left: -53px;
}
.scheme__line_lt_17 {
    top: 12px;
    width: 33px;
    right: -33px;
}
.scheme__line_lt_19 {
    /*bottom: 101px;*/
    top: -17px;
    height: 17px;
    left: 50%;
    margin-left: -2px;
}



.scheme__b_type_top {
    top: 9px;
    left: 50%;
    margin-left: -126px;
    width: 224px;
    text-transform: uppercase;
    color: #b5ceb7;
    font-weight: bold;
    text-align: center;
}

.scheme__b_type_main {

    left: 50%;
    margin-left: -126px;
    top: 77px;
    width: 224px;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #525252;
    z-index: 3;
}
.scheme__main-popup {
    display: none;
    position: absolute;
    top: -3px;
    left: 50%;
    margin-left: -192px;
    border: 9px solid #525252;
    width: 338px;
    padding: 14px;
    background: #fff;
    font-weight: normal;
    line-height: 1.2;
    z-index: 3;
}
.scheme__main-popup-img {
    display: block;
    margin: auto;
    margin-bottom: 17px;
}
.scheme__main-popup-name {
    font-size: 20px;
    font-weight: bold;
    color: #545456;
    text-transform: none;
    margin-bottom: 6px;
}
.scheme__main-popup-post {
    font-size: 13px;
    font-weight: bold;
}
.scheme__main-popup-sep {
    height: 1px;
    background: #525252;
    margin: 14px 0;
}
.scheme__main-popup-inf {
    text-transform: none;
    font-size: 12px;
    color: #545456;
    text-align: left;
    margin-left: -3px;
}
.scheme__main-popup-inf td {
    width: 145px;
    padding: 3px;
}
.scheme__main-popup-inf-h {
    text-transform: uppercase;
    color: #738e95;
    font-size: 11px;
}
.scheme__main-popup-inf-big {
    font-size: 13px;
    font-weight: bold;
}

.scheme__main-act {
    position: relative;
    font-size: 11px;
    margin-top: 5px;
}
.ie7 .scheme__main-act {
    top: -1px;
}

.scheme__act {
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 11px;
}
.scheme__act:hover  .scheme__act-txt {
    border-bottom: none;
}
.ie7 .scheme__act:hover  .scheme__act-txt {
    border-bottom: 1px solid #fff;
}





.scheme__b_type_person {
    z-index: 2;
    width: 156px;
    text-align: center;
    text-transform: uppercase;
    color: #525252;
    min-height: 92px;
    font-size: 11px;
}
.scheme__b_lt_person-1 {
    left: 144px;
    top: 218px;
}
.scheme__b_lt_person-2 {
    right: 137px;
    top: 218px;
}

.scheme__b-sep.scheme__b-sep_color_3 {
    background: #525252 !important;
}

.scheme_person-popup.js-scheme-popup {
    border-color: #525252 !important;
}
.scheme_person-popup {
    display: none;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -121px;
    border: 9px solid #a8d7ae;
    width: 185px;
    padding: 14px 20px;
    background: #fff;
    font-weight: normal;
    text-transform: none;
    line-height: 1.4;
    z-index: 100;
}
.scheme_person-popup-img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.scheme_person-popup-name {
    font-size: 18px;
    font-weight: bold;
    color: #545456;
    margin-bottom: 6px;
    line-height: 1.2;
}
.scheme_person-popup-post {
    text-transform: uppercase;
}
.scheme_person-popup-sep {
    height: 1px;
    background: #9fd3a6;
    margin: 14px 0;
}
.scheme_person-popup-inf {
    margin-bottom: 10px;
}
.scheme_person-popup-inf-h {
    text-transform: uppercase;
    color: #989c9e;
    margin-bottom: 2px;
}
.scheme_person-popup-inf-txt {

}
.scheme_person-popup-inf-txt_st_b {
    font-weight: bold;
    font-size: 14px;
}

.scheme__b_txt_caps {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.4 !important;
}

.scheme__b_type_fill {
    width: 164px;
    border: none;
    min-height: 87px;
    background: #9fd3a6;
    display: table;
    padding: 0 10px;
    color: #fff;
    font-size: 17px;
    line-height: 1.12;
}
.scheme__b_color_2.scheme__b_type_fill {
    background: #76cad6;
}
.scheme__b_type_fill-small {
    width: 156px;
}



.scheme__b_lt_fill-1 {
    top: 357px;
    left: 15px;
}
.scheme__b_lt_fill-2 {
    top: 357px;
    left: 271px;
}
.scheme__b_lt_fill-3 {
    top: 657px;
    left: 271px;
}
.scheme__b_lt_fill-4 {
    top: 660px;
    left: 796px;
    font-size: 13px;
    line-height: 1.3;
    min-height: 40px !important;
    height: 40px !important;
}
.scheme__b_lt_fill-5 {
    top: 374px;
    left: 607px;
}
.scheme__b_lt_fill-6 {
    top: 532px;
    left: 607px;
}
.scheme__b_lt_fill-7 {
    top: 872px;
    left: 607px;
}
.scheme__b_lt_fill-8 {
    top: 799px;
    left: 570px;
}



.scheme__b_type_fill a {
    color: #fff;
    display: inline-block;
}
.scheme__b-in {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 67px;
    min-height: 67px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.scheme__b-in_space_tb {
    padding-top: 15px;
    padding-bottom: 15px;
}
.ie7 .scheme__b-in {
    height: auto;
}




.scheme__b_type_simple {
    width: 156px;
    padding: 10px;
    border: 4px solid #9fd3a6;
    text-align: center;
    text-transform: uppercase;
    color: #76cad6;
    min-height: 45px;
    font-size: 11px;
    display: table;
    line-height: 1.4;
}
.scheme__b-in-simple {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 45px;
    min-height: 45px;
}
.ie7 .scheme__b-in-simple {
    height: auto;
}

.scheme__b_type_simple-small {
    width: 133px;
}


.scheme__b_lt_simple-1 {
    top: 459px;
    left: 15px;
}
.scheme__b_lt_simple-2 {
    top: 459px;
    left: 271px;
}
.scheme__b_lt_simple-3 {
    top: 758px;
    left: 271px;
}
.scheme__b_lt_simple-4 {
    top: 781px;
    left: 796px;
    min-height: 0 !important;
}
.scheme__b_lt_simple-4 .scheme__b-in-simple {
    height: auto !important;
}
.scheme__b_lt_simple-5 {
    top: 357px;
    left: 807px;
}
.scheme__b_lt_simple-6 {
    top: 526px;
    left: 807px;
}
.scheme__b_lt_simple-7 {
    top: 861px;
    left: 807px;
}
.scheme__b_lt_simple-8 {
    top: 830px;
    left: 782px;
}


/* scheme
------------------------------------------END--- */

.structure {
    width: 100%;
    height: 100%;
    position: relative;
}
.structure > img {
    width: 100%;
    height: 100%;
}
.structure-ot-1,
.structure-ot-2,
.structure-ot-3,
.structure-ot-4,
.structure-ot-5 {
    position: absolute;
    text-align: center;
    font-size: 17px;
    line-height: 1.12;
    color: #fff;
    text-decoration: underline;
}
.structure-ot-1 {
    top: 237px;
    left: 2px;
    width: 184px;
    height: 90px;
}
.structure-ot-2 {
    top: 242px;
    left: 214px;
    width: 183px;
    height: 90px;
}
.structure-ot-3 {
    top: 397px;
    left: 428px;
    width: 176px;
    height: 70px;
}
.structure-ot-4 {
    top: 381px;
    width: 174px;
    height: 70px;
    left: 626px;
}
.structure-ot-5 {
    top: 386px;
    width: 152px;
    height: 70px;
    left: 836px;
}
.custom-table,
folding__body_str,
.folding__body table {
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
}
.custom-table td,
.folding__body table td {
    border: 1px solid;
    padding: 5px;
}

.folding__body_str td{
    border: 1px solid;
    padding: 5px;
}

.folding__body table tr th{
    padding: 5px;
}

.popup-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.aa-settings-popup {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 15;
    border: solid 2px;
    color: #000;
    background-color: #fff;
    padding: 2rem 1rem;
    text-align: center;
}

.aa-block {
    float: left;
    margin: 18px 0 0 29px;
    width: auto;
}
.aaKerning {
    margin-right: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.aaKerning-wrapper a {
    padding: 1rem;
    border: 2px solid;
}
.aaKerning-wrapper a.a-current {
    background: #000;
    color: #fff;
}
.special-aaKerning-big body {
    letter-spacing: .2rem;
}

.special-aaKerning-extra body {
    letter-spacing: .4rem;
}

.bottom-line{
    border-bottom: 2px solid #000;
}

.main-h1 .link {
    display:none;
}

.mobile-more {
    font-weight: bold;
    text-decoration: none;

}

.mobile-more:hover {
    text-decoration: underline;
}

.tabs__section{
    display:none;
}

.tabs__input[data-one]:checked~.tabs__section[data-one],
.tabs__input[data-two]:checked~.tabs__section[data-two]
{
    display:block
}
.tabs__label{
    text-align:center;
}
.input {
    width: 40px;
    height: 15px;
}
.work-time-container{
    margin: auto;
    max-width: 80%;
    justify-content: space-between;
}
.appointment-with-a-doctor{
    margin-right: 70px;
}

.text{
    color: none;
}
.btn-primary:hover{
    background: black !important;
    color:white !important;
    border: black;
}
.metrics{
    display: none !important;
}
.aboutPage__block{
    margin: 20px 0px 30px;
}
#licenses{
    display: none;
}
.photoBlock{
    float: left;
    width: 400px;
    height: 400px;
    margin: 0 60px 120px 0;
}
.name{
    margin-top: 30px;
}
.service{
    text-decoration: none;
    display: flex !important;
    justify-content: center !important;
    border: 2px solid black;
    background: white;
}
.mb-2{
    max-width: 1648px;
    width: 100%;
    margin: auto;
    margin-bottom: .5rem!important;
}
.mb-5{
    border-top: 2px solid;
    padding-top: 50px;
}
.main-container .row{
    border-bottom: 0;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.main-container{
    border-bottom: 0!important;
}
.load_more{
    background: white !important;
    border: 3px solid !important;
    color: black;
}
.load_more:hover{
    background: white !important;
    border: 3px solid black !important;
    color: black;
}
.loadMoreBlock{
    border-bottom: none;
}
.active.justify-content-between{
    color: black;
}
.eventBtn{
    display: none;
    background: black;
    border: 2px solid;
}
.eventBtn:hover{
    background: white;
    color: black;
}
.btn-menu{
    display: none!important;
}
#awards{
    display: none;
}
@media screen and (max-width: 1690px){
    h1{
        text-align: center;
    }
}
@media screen and (max-width: 1199px){
    .feedbackBlock {
        width: max-content;
        align-items: center;
    }
}
@media screen and (max-width: 991px) {
    .form {
        width: 282px;
        margin: 14px 0 36px;
    }
    .name{
        margin-bottom: 0;
        margin-top: 0;
    }
}
@media screen and (max-width: 950px) {
    .container-fluid{
        display: none !important;
    }
}