@import url('https://fonts.googleapis.com/css?family=Roboto&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:700&subset=cyrillic,cyrillic-ext,latin-ext');

html {
    font-family: 'Roboto', sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
    color: #484848;
    background-color: #ededed;
}

p {
    font-size: 15px;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*color: #1e723f;*/
    text-transform: uppercase;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 15px;
    margin-top: 0;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 11px;
}

h3.zag {
    padding-left: 7px;
    color: #707070;
    font-size: 18px;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

ul {
    padding: 0;
}

.page-wrapper {}

.page li {
    display: block;
    margin: 10px 0;
    position: relative;
    list-style: none;
    padding-left: 15px;
}

.page li:before {
    content: '>';
    position: absolute;
    left: 0;
    top: 0;
    color: #1e723f;
    font-size: 18px;
    font-weight: bold;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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"],
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"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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
 *    (include `-moz` to future-proof).
 */

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

/**
 * 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;
}

a {
    color: #134b7e;
}

a:hover {
    text-decoration: none;
}

.wrapper {
    width: 960px;
    margin: auto;
}

.main {
    width: 100%;
}

input[type="text"],
input[type="search"] {
    border: 1px solid #c5c9cf;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    padding: 5px 15px;
    outline: none;
}

input[disabled] {
    background: white;
    color: #9E9E9E;
}

.container {
    float: none;
    margin: 0 -10px;
}

.container-col {
    float: left;
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block {
    margin: 0 -10px;
}

.block-item,
.block-col {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block-col {
    float: left;
    width: 50%;
}

.fa-question-circle {
    font-size: 14px;
    color: #a9abaf;
}

/* legends */

.legend {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 48px;
    text-align: center;
    font-size: 18.6px;
    background: url('../images/dribs_m.png') no-repeat;
}

.legend__in {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    font-size: inherit;
    color: inherit;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .49);
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .49);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .49);
}

.legend__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -9.5px;
    font-size: inherit;
    color: inherit;
}

.legend_blue {
    background-position: -39.5px 0;
    color: #1e83b1;
}

.legend_green {
    color: #059d4e;
}

.legend_orange {
    color: #eca915;
    background-position: -79px 0;
}

.legend_green .legend__icon {
    margin-left: -8px;
    margin-top: -8.5px;
}

.legend_orange .legend__icon {
    margin-left: -7.5px;
    margin-top: -8.5px;
}

.legend_small {
    vertical-align: middle;
    margin-left: 10px;
    width: 16px;
    height: 25px;
    font-size: 9.3px;
}

.legend_small:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    height: 1px;
    box-shadow: 0 0 1px #babbbe;
}

.legend_small .legend__in {
    width: 13px;
    height: 13px;
    margin-left: 1px;
    margin-top: 1px;
}

.legend_small .legend__icon {
    margin-left: -3px;
    margin-top: -5.5px;
}

.legend_small_blue {
    background-position: -23px -47px;
    color: #1e83b1;
}

.legend_small_green {
    background-position: -3px -47px;
    color: #059d4e;
}

.legend_small_green .legend__icon {
    margin-left: -4px;
    margin-top: -5px;
}

.legend_small_orange {
    background-position: -45px -47px;
    color: #eca915;
}

.legend_small_orange .legend__icon {
    margin-left: -4px;
    margin-top: -5px;
}

.contact-ya .legend {
    position: absolute;
}

.list {}

.list__el:before {
    display: none;
}

/* form */

.form {
    padding: 15px 16px;
    border: 1px solid #d5d4d4;
    background: white;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: white;
    line-height: 16px;
    color: #787878;
    -webkit-box-shadow: 0 2px 2px #e4e4e4;
    -moz-box-shadow: 0 2px 2px #e4e4e4;
    -o-box-shadow: 0 2px 2px #e4e4e4;
    box-shadow: 0 2px 2px #e4e4e4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.form__label {
    display: block;
    margin-bottom: 4px;
    color: black;
}

.form-line {
    margin-top: 10px;
}

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

.form-icon-input {
    position: relative;
}

.form-icon-input input[type="text"] {
    padding-left: 30px;
}

.form-icon-input:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
}

.form-icon-author:before {
    width: 13px;
    height: 15px;
    margin-top: -7.5px;
    background: url('../images/icon-author.png') no-repeat;
}

.form-icon-email:before {
    width: 17px;
    height: 14px;
    margin-top: -7px;
    background: url('../images/icon-mail.png') no-repeat;
}

.form .form__textarea,
.form .form__input-text {
    width: 100%;
    padding: 6px 12px;
    outline: none;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.form .form__textarea {
    min-height: 70px;
}

.form-actions {
    margin: 15px 0;
}

.form__submit {}

.button-link {
    display: inline-block;
    padding: 7px 10px;
    text-align: right;
    text-decoration: none;
    font-size: 15px;
    color: white;
    background: #c5c9cf;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cfd2d6;
}

.button-link i {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
}

.button-link_active,
.button-link:hover {
    background: white;
    color: #1e723f;
}

.button {
    display: inline-block;
    padding: 7px 27px;
    text-align: center;
    text-decoration: none;
    /*font-weight: bold;*/
    font-size: 15px;
    color: white;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cfd2d6;
    border-bottom: 2px solid transparent;
    /*text-shadow: 0px 1px 0px rgba(0, 0, 0, .4);*/
}

.button_green {
    /*border-bottom-color: #3d8e11;
  background: -webkit-gradient(linear, left top, right top, from(#00a651), to(#1e723f));
  background: -webkit-linear-gradient(top, #00a651, #1e723f);
  background: -moz-linear-gradient(top, #00a651, #1e723f);
  background: -o-linear-gradient(top, #00a651, #1e723f);
  background: -ms-linear-gradient(top, #00a651, #1e723f);
  background: linear-gradient(top, #00a651, #1e723f);*/
    border: none;
    color: #fff;
    background: #0ea650;
}

.button_green:hover {
    /*background: -webkit-gradient(linear, left top, right top, from(#1e723f), to(#00a651));
  background: -webkit-linear-gradient(top, #1e723f, #00a651);
  background: -moz-linear-gradient(top, #1e723f, #00a651);
  background: -o-linear-gradient(top, #1e723f, #00a651);
  background: -ms-linear-gradient(top, #1e723f, #00a651);
  background: linear-gradient(top, #1e723f, #00a651);*/
    border: 1px solid #0ea650;
    color: #0ea650;
    background: #fff;
}

.button_orange {
    border-bottom-color: #c98f14;
    background: -webkit-gradient(linear, left top, right top, from(#f8bc1b), to(#eba613));
    background: -webkit-linear-gradient(top, #f8bc1b, #eba613);
    background: -moz-linear-gradient(top, #f8bc1b, #eba613);
    background: -o-linear-gradient(top, #f8bc1b, #eba613);
    background: -ms-linear-gradient(top, #f8bc1b, #eba613);
    background: linear-gradient(top, #f8bc1b, #eba613);
}

.button_orange:hover {
    background: -webkit-gradient(linear, left top, right top, from(#eba613), to(#f8bc1b));
    background: -webkit-linear-gradient(top, #eba613, #f8bc1b);
    background: -moz-linear-gradient(top, #eba613, #f8bc1b);
    background: -o-linear-gradient(top, #eba613, #f8bc1b);
    background: -ms-linear-gradient(top, #eba613, #f8bc1b);
    background: linear-gradient(top, #eba613, #f8bc1b);
}

.button_align_right {
    float: right;
}

.popup {
    position: absolute;
    background: white;
    padding: 10px 16px;
    z-index: 999;
    border: 1px solid #ddd;
    border-bottom: 3px solid #c5c9cf;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.popup-desc a {
    color: inherit;
}

.popup__image {
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    border-bottom-width: 3px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.popup__image img {
    display: block;
    width: 100%;
}

.popup p {
    margin: 10px 0;
}

.popup i {
    font-size: 17px;
    color: #8f939a;
    margin-right: 5px;
}

.popup .fa-envelope-o {
    font-size: 12px;
}

.popup-actions {
    clear: both;
    margin: 0 -16px;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    background: #f8f8f8;
}

.popup__title {
    display: block;
    margin: 10px 0;
    color: inherit;
    font-size: 15px;
    font-weight: bold;
    text-transform: inherit;
}

.sort {
    display: inline-block;
}

.sort__label {
    display: inline-block;
    vertical-align: middle;
    color: #787878;
    margin-right: 15px;
}

.sort .sort__select {
    display: inline-block;
    vertical-align: middle;
}

.clearfix:after {
    content: '';
    display: table;
    height: 0;
    width: 0;
    visibility: hidden;
    clear: both;
}

.image {
    display: inline-block;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #cfd2d6;
}

table {
    width: 100%;
    margin: 10px 0;
    background: white;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 2px 2px #e4e4e4;
    -moz-box-shadow: 0 2px 2px #e4e4e4;
    -o-box-shadow: 0 2px 2px #e4e4e4;
    box-shadow: 0 2px 2px #e4e4e4;
}

td {
    vertical-align: top;
    padding: 10px 16px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

td:first-child {
    border-left: none;
}

th {
    text-align: left;
    padding: 10px 16px;
    border-bottom: 1px solid #e5e5e5;
}

th h3 {
    display: inline-block;
    margin: 0;
    text-transform: inherit;
    color: inherit;
}

blockquote {
    margin: 0;
    position: relative;
    background: white;
    padding: 12px 77px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 2px 2px #e4e4e4;
    -moz-box-shadow: 0 2px 2px #e4e4e4;
    -o-box-shadow: 0 2px 2px #e4e4e4;
    box-shadow: 0 2px 2px #e4e4e4;
}

.quote-left {
    position: absolute;
    font-size: 45px;
    color: #dcdcdc;
    top: 13px;
    left: 18px;
}

.quote-right {
    position: absolute;
    font-size: 45px;
    color: #dcdcdc;
    bottom: 13px;
    right: 18px;
}

.comment {
    font-style: italic;
    color: #b1b1b1;
    font-size: 13px;
}

.module_bg3 {
    padding: 16px 0;
    /*border-top: 1px solid #dddddd;
  background: url('../images/bg_type2.png');*/
}

.header {
    display: inline-block;
    width: 100%;
}

.header-line {
    clear: both;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.header-line:first-child .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; //height: 100%; 
    webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-imt,
.logo-131,
.current-contacts,
.socials {
    float: left;
}

.logo-imt img {
    height: 95px;
}

.logo-131 img {
    width: 150px;
}

.current-contacts img {
    width: 20px;
}

.socials {
    max-width: 35px;
}

.socials p {
    margin: 0;
}

.socials img {
    width: 25px;
}

.socials img:first-child {
    margin-top: 5px;
}

.text-logo {
    display: inline-block;
    max-width: 400px;
    vertical-align: middle;
    margin-right: -4px;
    font: bold 20px 'Tahoma';
    text-decoration: none;
    color: #1e723f;
    text-align: center;
}

.text-logo span {
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    color: #818992;
}

.text-logo__phone {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 15px;
    color: #1e723f;
}

.phone-block {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 19px;
    margin-right: -4px;
    text-align: center;
    padding: 0 14px;
    text-transform: uppercase;
    border: none;
    border-bottom: none;
    -webkit-border-radius: none;
    border-radius: none;
    background: transparent;
    font: bold 22px/33px 'ptsans regular';
    color: #676d73;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.phone-block:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -4px;
    margin-right: 1px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: transparent;
}

.phone-block-small {
    display: inline-block;
    vertical-align: top;
}

.phone-text {
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    color: #787878;
}

.phone-block__num {
    color: #4da01f;
    margin-left: 6px;
    font-size: 20px;
    color: #1e723f;
}

.header-nav {
    background: linear-gradient(to bottom, #8eda90, #2d9e5a);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eda90', endColorstr='#2d9e5a', GradientType=0);
    /* IE6-9 */
    padding-top: 0px;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    padding: 14px 20px 14px 0;
    font: bold 24px 'Tahoma';
    color: white;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.26);
}

.nav {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
}

.nav__i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: white;
}

.nav__i_active a {
    background-color: #4c9f1f;
}

.nav__i a {
    display: block;
    padding: 21px 10px;
    text-decoration: none;
    color: inherit;
    font-size: 18px;
}

.nav__i a:hover {
    background: #00a650;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    background: url('../images/sprite.png') no-repeat;
}

.icon_search {
    width: 15px;
    height: 15px;
}

.icon_arrow {
    width: 53px;
    height: 25px;
}

.icon_vel {
    width: 24px;
    height: 19px;
    background-position: -17px -86px;
}

.icon_mts {
    width: 17px;
    height: 18px;
    background-position: 0 -86px;
}

.icon_life {
    width: 28px;
    height: 18px;
    background-position: -41px -86px;
}

.icon_contact {
    width: 10px;
    height: 14px;
    background-position: -70px -87px;
    margin-right: 10px;
    margin-top: -2px;
}

.icon_phone {
    width: 8px;
    height: 13px;
    background-position: -81px -88px;
    margin-right: 12px;
    margin-top: -2px;
}

.icon_mail {
    width: 17px;
    height: 14px;
    background-position: -90px -88px;
    margin-right: 10px;
    margin-top: -2px;
}

.footer {
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 24px 0;
    background: #1e723f;
    background: linear-gradient(to bottom, #8eda90, #2d9e5a);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eda90', endColorstr='#2d9e5a', GradientType=0);
    /* IE6-9 */
}

.footer-section {
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    margin-right: -4px;
}

.footer-block {
    display: inline-block;
    vertical-align: top;
    margin-left: 19px;
    min-width: 150px;
}

.footer-block-head {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2f3e3;
}

.footer-block__title {
    margin: 0;
    font-size: 16px;
    color: white;
    line-height: 29px;
    min-height: 29px;
    text-transform: inherit;
}

.footer-copy {
    width: 150px;
    margin-right: 10px;
    margin-left: 0;
}

.footer-copy .logo {
    padding: 0;
}

.copyright a {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: white;
    text-decoration: none;
}

.tabs {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
    background-color: #ffffff;
    /*padding:5px;*/
    padding-bottom: 10px;
    padding-top: 15px;
}

.tabs-links {
    display: block;
    /*display: inline-block;*/
    text-align: center;
    margin: 0 auto;
}

.tab {
    display: inline-block;
    position: relative;
    margin-right: 75px;
    padding: 5px 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #018734;
}

/* .tab:after { content: ''; position: absolute; left: 100%; margin-left: -5px; top: -1px; width: 17px; height: 42px; background: url('../images/tab_after.png') no-repeat; } 
.tab:hover, .tab__active { background: #fbfbfb; color: #00a650; } 
.tab:hover:before, .tab__active:before { content: ''; display: block; position: absolute; bottom: 0; left: 0; right: -12px; height: 1px; background: #fbfbfb; z-index: 3; }
.tab:hover:after, .tab__active:after { background: url('../images/tab_after_active.png') no-repeat; } .tab:first-child { -webkit-border-radius: 0 6px 0 0; border-radius: 0 6px 0 0; }
*/

.tab-tooltip {
    display: none;
}

.tooltip_active {
    display: block;
}

.tabs-wrapper {
    position: relative;
    padding: 15px;
    margin-top: 3px;
    z-index: 2;
}

.tab-content {
    display: none;
}

.tooltip {
    position: absolute;
    top: 0;
    right: 0;
    width: 196px;
    padding: 10px 14px;
    border: 1px dashed #12ad33;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fbfbfb;
}

.tooltip p {
    margin: 0;
}

.tooltip__arrow {
    position: absolute;
    top: 5px;
    right: 101%;
}

.search {
    position: relative;
}

.search .search__text {
    /* width: 597px; */
    width: 90%;
    padding: 6px 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search__title {
    text-align: center;
    letter-spacing: 10px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 39px;
    font-style: italic;
    font-weight: normal;
    height: 45px;
    color: #828a93;
    line-height: normal;
}

.search-form__icon {
    position: absolute;
    left: 11px;
    top: 8px;
    color: #8f939a;
}

.search__select .jq-selectbox__trigger {
    border-left: 1px solid #CCC;
}

.search__select .jq-selectbox__select {
    border-radius: 0;
}

.search__submit {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 99999;
    padding: 8px 10px;
    border: none;
    font: bold 15px 'Roboto';
    text-transform: uppercase;
    background-color: #7bbf7e;
    color: white;
    float: right;
}

.search__submit.nav-and-zone {
    border-radius: 4px;
    margin-left: 0px;
}

.search__submit:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#eba613), to(#f8bc1b));
    background: -webkit-linear-gradient(top, #eba613, #f8bc1b);
    background: -moz-linear-gradient(top, #eba613, #f8bc1b);
    background: -o-linear-gradient(top, #eba613, #f8bc1b);
    background: linear-gradient(top, #eba613, #f8bc1b);
}

.search__advanced {
    display: block;
    margin-top: 10px;
    font-style: italic;
}

.search-adress {
    display: none;
}

.search-inner-form {
    margin: 10px -22px -22px;
    padding: 0 22px 22px;
    background: #f8f8f8;
    border-top: 1px solid #cfd2d6;
}

/* reviews list */

.m-reviews {}

.m-reviews-review {
    overflow: hidden;
    margin-top: 16px;
}

.m-reviews-review:first-child {
    margin-top: 0;
}

.m-reviews-author {
    float: left;
    width: 20%;
    margin-right: 2%;
    text-decoration: none;
    text-align: center;
}

.m-reviews-author__image {
    display: block;
    width: 84px;
    height: 84px;
    margin: auto;
    border: 1px solid #d5d4d4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.m-reviews-author:hover .m-reviews-author__image {
    border-color: #4c9f1f;
}

.m-reviews-author__image img {
    display: block;
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.m-reviews-author__name {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.m-reviews-author__city {
    display: block;
    margin-top: 10px;
    color: #52535d;
}

.m-reviews-content {
    float: left;
    position: relative;
    width: 78%;
    margin-top: 3px;
    padding: 15px 16px;
    border: 1px solid #d5d4d4;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: white;
    line-height: 16px;
    color: #787878;
    -webkit-box-shadow: 0 2px 2px #e4e4e4;
    -moz-box-shadow: 0 2px 2px #e4e4e4;
    -o-box-shadow: 0 2px 2px #e4e4e4;
    box-shadow: 0 2px 2px #e4e4e4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.m-reviews-content:before,
.m-reviews-content:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 45px;
    margin-top: -10px;
    border-color: transparent;
    border-width: 10px 10px;
    border-style: solid;
}

.m-reviews-content:before {
    border-right-color: #d5d4d4;
}

.m-reviews-content:after {
    border-right-color: white;
    margin-right: -1px;
}

.m-reviews-content p {
    margin: 0;
    color: inherit;
}

.news-list {
    padding-top: 0px;
    float: left;
    width: 47%;
    margin-top: 0px;
    margin-left: 25px;
}

.news-list__el {
    display: block;
    margin: 5px 0;
    padding: 5px 0 5px 5px;
    border-left: 1px solid #6c8684;
}

.news-list__el:first-child {
    margin-top: 0px;
}

.news-list__el a {
    display: block;
    text-decoration: none;
    font-size: 12pt;
}

.news-list__el a:hover {
    text-decoration: underline;
}

.news-list__date {
    display: block;
    margin-top: 5px;
    font-style: italic;
    font-size: 12px;
    color: #787878;
}

.short-news {
    clear: both;
    background: #fafafa;
}

.short-news__el {
    display: table-cell;
    position: relative;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    background: linear-gradient(to bottom, #8eda90, #2d9e5a);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eda90', endColorstr='#2d9e5a', GradientType=0);
    /* IE6-9 */
}

.short-news__el:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #e4e4e4;
}

.short-news__el a {
    display: block;
    padding: 20px 18px;
    text-decoration: none;
    color: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.short-news__el:first-child {
    border-left: 1px solid #fefefe;
}

.short-news__el:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 1px solid #e4e4e4;
}

.banner {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner img {
    display: block;
    width: 100%;
}

.banner_inline {
    width: 50%;
    float: left;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner_no-border {
    border: none;
}

.banner_full {
    margin: 0;
}

.last-news {
    margin-bottom: 20px;
}

.ln-main-block {
    padding: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    background: white;
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.24);
}

.ln-main-block__img img {
    display: block;
    width: 100%;
}

.ln-main-block-desc {}

.ln-main-block-desc p {
    margin: 0;
}

.ln-head {
    margin-bottom: 7px;
    margin-top: 7px;
}

.ln__title {
    margin: 0px 0px 15px 0px;
    text-transform: inherit;
    color: inherit;
    font-size: 0.9rem;
}

.ln__date {
    display: block;
    font-style: italic;
    font-size: 12pt;
    color: #787878;
}

.ln-line {
    overflow: hidden;
    padding-bottom: 3px;
}

.last-news-block {
    width: 50%;
    float: left;
}

.ln-item {
    float: left;
    width: 32%;
    margin-left: 19px;
    background: white;
    height: 400px;
}

.ln-item:first-child {
    margin-left: 0;
}

.image-container {
    width: 100%;
    position: relative;
}

.js-preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    margin-top: -17px;
    border-radius: 50%;
    border: 3px solid transparent;
    background: #1e723f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    animation: rotation ease-in-out 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: rotation ease-in-out 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: rotation ease-in-out 4s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: rotation ease-in-out 4s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: rotation ease-in-out 4s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
}

@keyframes rotation {
    0% {
        transform: scaleX(0.00) scaleY(0.00);
    }
    50% {
        transform: scaleX(1.00) scaleY(1.00);
    }
    75% {
        background-color: #f8bc1b;

    }
    100% {
        border-color: #484848;
        transform: scaleX(0.00) scaleY(0.00);

    }
}

@-moz-keyframes rotation {
    0% {
        -moz-transform: scaleX(0.00) scaleY(0.00);
    }
    50% {
        -moz-transform: scaleX(1.00) scaleY(1.00);
    }
    75% {
        background-color: #f8bc1b;
    }
    100% {
        border-color: #484848;
        -moz-transform: scaleX(0.00) scaleY(0.00);
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: scaleX(0.00) scaleY(0.00);
    }
    50% {
        -webkit-transform: scaleX(1.00) scaleY(1.00);
    }
    75% {
        background-color: #f8bc1b;
    }
    100% {
        border-color: #484848;
        -webkit-transform: scaleX(0.00) scaleY(0.00);
    }
}

@-o-keyframes rotation {
    0% {
        -o-transform: scaleX(0.00) scaleY(0.00);
    }
    50% {
        -o-transform: scaleX(1.00) scaleY(1.00);
    }
    75% {
        background-color: #f8bc1b;
    }
    100% {
        border-color: #484848;
        -o-transform: scaleX(0.00) scaleY(0.00);
    }
}

@-ms-keyframes rotation {
    0% {
        -ms-transform: scaleX(0.00) scaleY(0.00);
    }
    50% {
        -ms-transform: scaleX(1.00) scaleY(1.00);
    }
    75% {
        background-color: #f8bc1b;
    }
    100% {
        border-color: #484848;
        -ms-transform: scaleX(0.00) scaleY(0.00);
    }
}

}

.ln-item__image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.ln-item__image img {
    width: 100%;
}

.ln-item-desc {
    padding: 10px;
    margin: 10px 0 0;
    height: 215px;
    position: relative;
}

.ln-item-desc p {
    margin: 0;
    border-left: 1px solid #6c8684;
    padding-left: 5px;
}

/*.side-content {float: left; width: 490px;}*/

.last-news_inline {
    width: auto;
    float: none;
    margin-bottom: 0;
    overflow: hidden;
}

.last-news_inline .ln-item__image {
    max-height: 133px;
    overflow: hidden;
}

.last-news_inline .ln-item {
    float: left;
    width: 47.7%;
    margin-left: 4%;
}

.last-news_inline .ln-item:first-child {
    margin-left: 0;
}

.last-news_inline .ln-item-desc p,
.last-news_inline .ln-main-block-desc p {
    line-height: 18px;
}

.video-player {
    float: left;
    width: 470px;
    margin-left: 10px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #e9e9e9;
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75), inset 0px 1px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75), inset 0px 1px 0px rgba(0, 0, 0, 0.09);
}

.vp-desc {
    margin: 10px 0 0;
}

.menu {
    margin: 0;
    padding: 0;
}

.menu__i {
    display: block;
    margin: 1px 0;
    color: rgba(255, 255, 255, 0.75);
    list-style: none;
    padding: 0;
    font-size: 10pt;
}

.menu__i a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;
}

.menu__i a:hover {
    color: white;
    text-decoration: underline;
}

.menu-dropdown {
    display: none;
    position: absolute;
    z-index: 9999;
    background-color: #ffffff;
    column-count: 2;
    -ms-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    color: #039047;
    width: 960px;
    padding: 34px;
    box-sizing: border-box;
}

li.nav__i:nth-child(1) ul {
    left: -105px;
}

li.nav__i:nth-child(2) ul {
    left: -380px;
}

.nav_has_dropdown > a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    border-width: 5px 5px;
    border-style: solid;
    border-color: transparent;
    border-top-color: white;
}

.nav_has_dropdown:hover ul {
    display: block;
}

.menu-dropdown__link {
    display: block;
}

.menu-dropdown__link a {
    background: #ffffff;
    color: #2d9e5a;
    padding: 5px;
}

.menu-dropdown__link a:hover {
    color: #8eda90;
    background-color: #ffffff;
}

/* modules */

/* breadcrumbs */

.breadcrumbs {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0 10px;
    font-size: 14px;
}

.breadcrumbs__link {
    color: #484848;
}

.breadcrumbs__link:after {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    color: #4da01f;
}

.breadcrumbs__link:hover {
    color: #4da01f;
}

.breadcrumbs__end {
    color: #4da01f;
}

/* breadcrumbs full width */

.breadcrumbs_inline {
    display: block;
    width: 100%;
}

/* rating */

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

/* photogallery */

.photogallery {}

.photogallery-main {
    display: block;
    border: 1px solid #cdd1d7;
    border-bottom-width: 2px;
    border-radius: 6px;
    overflow: hidden;
}

.photogallery__image {
    display: block;
    width: 100%;
    height: auto;
}

.photogallery__link {
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.photogallery_active .photogallery__link,
.photogallery__link:hover {
    border-color: ##1e723f;
}

.photogallery-thumbs {
    clear: both;
    margin: 0 -5px;
    overflow: hidden;
}

.photogallery__thumb {
    float: left;
    margin-top: 10px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* page */

/* page head */

.page {}

.page__inner {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.page__inner .tabs {
    margin-bottom: 10px;
}

.page-side {
    float: left;
    width: 282px;
}

.page-content {
    float: left;
    width: 698px;
}

.page-head {
    overflow: hidden;
    margin: 15px 0 10px;
}

.page-head__title {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    text-transform: uppercase;
}

.page-tab {
    font-size: 15px;
    color: #787878;
}

.page-tab__head {
    display: block;
    margin: 20px 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: #1e723f;
}

.page-tab-block {
    padding-left: 15px;
    font-size: 14px;
    color: #484848;
    overflow: hidden;
    background: #f5f6f9;
}

.page-tab-part {
    float: left;
    width: 50%;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.page-tab-part a {
    color: inherit;
    display: block;
    margin: 1em 0;
}

.tab-map {
    display: block;
    border: 1px solid #d5d9df;
}

.tab-map img {
    width: 100%;
    display: block;
}

.row {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}

.row_gray {
    margin-top: 15px;
    padding-bottom: 20px;
    background: #fafafa;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.row_lightgray {
    padding-bottom: 20px;
    background: #fafafa;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.row-head {
    text-align: justify;
    overflow: hidden;
}

.row__title {
    float: left;
    max-width: 70%;
    margin-top: 15px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #707070;
}

.row__link {
    float: right;
    color: #134b7e;
    line-height: 52px;
}

.institution {
    width: 100%;
    padding: 10px;
    background: white;
    overflow: hidden;
    margin: 10px 0;
    -webkit-box-shadow: 0 2px 2px #e4e4e4;
    -moz-box-shadow: 0 2px 2px #e4e4e4;
    -o-box-shadow: 0 2px 2px #e4e4e4;
    box-shadow: 0 2px 2px #e4e4e4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.institution:first-child {
    margin-top: 0;
}

.institution__image {
    float: left;
    width: 163px;
    height: 150px;
    margin-right: 20px;
    border: 1px solid #cfd2d6;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.institution__image img {
    display: block;
    width: 100%;
}

.institution__date {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
}

.institution-info {
    float: left;
    width: 755px;
}

.institution__title {
    display: block;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    font-size: 15px;
}

.institution__title:hover {
    color: #1e723f;
}

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

.institution__label {
    display: inline-block;
    vertical-align: top;
}

.institution-adress,
.institution-email {
    display: inline-block;
    vertical-align: top;
}

.institution-phones {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
}

.institution-phones__wrapper {
    display: inline-block;
    text-align: left;
}

.institution-actions {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.institution-adress p,
.institution-phones p,
.institution-email p,
.institution-phones__wrapper p {
    margin: 0;
}

/* pager */

.pager {
    clear: both;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 15px 0 25px;
}

.pager__button,
.pager-content {
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: url('../images/pager_bg.jpg') repeat-x;
    border-bottom: 1px solid #cbcbcb;
}

.pager-content {
    margin: 0 10px;
}

.pager__button,
.pager__link {
    display: inline-block;
    padding: 15px 15px 10px;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    color: #747474;
}

.pager__link {
    margin-right: -4px;
}

.pager__button:hover,
.pager__link:hover,
.pager__link_current {
    background: #efefef;
}

.pager__button {
    display: inline-block;
    padding: 15px 23px 10px;
}

/* search page */

.search-page {}

.search-page__title {
    font: 25px 'Georgia';
    color: #828a93;
    margin: 0;
}

.search-page-head {
    background: white;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.search-page__title i {
    color: #1e723f;
}

.search-result {
    display: inline-block;/*ВРЕМЕННО!*/
    text-decoration: none;
    /*margin-top: 17px;*/
    padding: 0 20px;
    /*background: white;*/
    /*-webkit-box-shadow: 0 2px 2px #e4e4e4;
    -moz-box-shadow: 0 2px 2px #e4e4e4;
    -o-box-shadow: 0 2px 2px #e4e4e4;
    box-shadow: 0 2px 2px #e4e4e4;*/
    color: #0ea651;
    /*margin: 15px;*/
    text-align: left;
    width: 410px; 
    /*border-radius: 5px;*/
}
.search-result p{
    font-size: 18px;
}

/*.search-results__text {display: none;}*/

.map-search {
    display: none;
}

.search-result__title {
    color: #4c4c4c;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    text-transform: inherit;
}

.search-resul__label {
    display: block;
    margin-top: -10px;
    margin-bottom: 0;
    opacity: 0;
    color: #1e723f;
    text-align: center;
    font-style: italic;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.search-result:hover {
    color: #7de0a5;
}

.search-result:hover .search-resul__label {
    margin-top: 0;
    opacity: 1;
}

.search-page-controls {
    padding: 10px 0;
}

/* search page: theme table*/

.search_theme_table {}

.search_theme_table p {
    margin: 0;
}

.search_theme_table__table {
    margin-top: 20px;
}

.search_theme_table__table:first-child {
    margin-top: 0;
}

.search_theme_table__list {
    margin-right: 10px;
}

.search_theme_table__sort {
    float: right;
}

/* search page: theme map */

.search_theme_map {
    position: relative;
}

.search_theme_map-controls {
    width: 960px;
    margin: 15px auto !important;
    top: 15px;
    left: 10%;
    position: absolute;
    z-index: 1;
}

.contact-map-legends p {
    margin: 5px 0 10px;
}

.contact-map-popup {
    right: 20%;
    top: 10px;
}

.contact-info {
    overflow: hidden;
    margin: 0 -10px;
}

.contact-info__el {
    float: left;
    width: 30%;
    padding: 0 10px;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-info__el:first-child {
    width: 40%;
}

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

.contact-info__el a:hover {
    text-decoration: underline;
}

.contact-info__icon {
    margin-right: 5px;
    font-size: 18px;
}

.accordion {
    position: relative;
    margin-left: 30px;
}

.accordion:before,
.accordion:after {
    content: '';
    position: absolute;
    left: 0;
    border: 1px dashed #cdd1d7;
}

.accordion:before {
    width: 8px;
    height: 0;
    left: -14px;
    top: 16px;
}

.accordion:after {
    width: 0;
    height: 90%;
    left: -25px;
    top: 26px;
}

.accordion-block {
    margin: 10px 0;
    padding: 10px;
    background: white;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .2);
}

.accordion-in {}

.accordion-in:first-child {
    margin-top: 0;
}

.accordion__control {
    position: absolute;
    left: -30px;
    top: 10px;
    color: #cdd1d7;
    z-index: 1;
    background: #fbfbfb;
    cursor: pointer;
}

.accordion__title {
    position: relative;
    display: block;
    margin: 0 -10px;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    color: inherit;
    background: white;
    cursor: pointer;
}

.accordion__desc {
    display: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}

.accordion .accordion_child {
    display: none;
}

.accordion_child:after {
    top: -4px;
    height: 101%;
}

.accordion_last:after {
    display: none;
}

.js-image-position {
    visibility: hidden;
    display: block;
    opacity: 0;
    height: 150px;
    max-width: 100%;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.js-image-done {
    height: 150px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.accordion_last.accordion_child:after {
    display: block;
    height: 19px;
    top: -8px;
}

.accordion_active > .accordion__desc {
    display: block;
}

.accordion_active > .accordion-in > .accordion-block .accordion__desc,
.accordion_active > .accordion-in > .accordion {
    display: block;
}

.ymaps-2-1-22-balloon__layout,
.ymaps-2-1-22-balloon {
    background: transparent !important;
}

.ymaps-2-1-22-balloon__content {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.ymaps-2-1-22-balloon__content > ymaps {
    overflow: visible !important;
    height: auto !important;
    width: 296px !Important;
}

.ymaps-2-1-22-balloon {
    box-shadow: none !important;
}

.ymaps-2-1-22-balloon .contact-map-popup {
    position: static !important;
    right: initial !important;
    top: initial !important;
}

.ymaps-2-1-22-balloon__close {
    position: absolute;
    z-index: 2;
    top: auto !Important;
    bottom: 12px;
    right: 12px !important;
}

.ymaps-2-1-22-balloon__tail {
    display: none !important;
}

.ymaps-2-1-22-balloon-pane {
    z-index: 99999 !important;
}

.ymaps-2-1-22-balloon-pane * {
    overflow: initial !important;
}

.modern-page-navigation {
    clear: both;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 15px 0 25px;
}

.main div.modern-page-navigation .modern-page-current,
.main div.modern-page-navigation a {
    display: inline-block !important;
    vertical-align: top;
    padding: 15px 15px 10px !important;
    text-decoration: none !important;
    text-align: center !important;
    font: 12px arial !important;
    color: #747474 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background: url('../images/pager_bg.jpg') repeat-x !important;
    border-bottom: 1px solid #cbcbcb !important;
}

.main div.modern-page-navigation a:hover,
.main div.modern-page-navigation .modern-page-current {
    background: #efefef !important;
}

.main div.modern-page-navigation .modern-page-first {
    margin-left: 0 !important;
}

.main div.modern-page-navigation .modern-page-previous,
.main div.modern-page-navigation .modern-page-next {
    border-radius: 5px !important;
}

.main div.modern-page-navigation .pager-content .modern-page-current,
.main div.modern-page-navigation .pager-content a {
    border-bottom: none !important;
}

.m_names:hover {
    background-color: #3cab00;
}

.f_colomn {
    font-size: 150%;
    vertical-align: middle;
    padding-left: 30px;
}

.s_colomn {
    width: 200px;
    text-align: center;
    vertical-align: middle;
}

.f_colomn_stom {
    font-size: 150%;
    vertical-align: middle;
    padding-left: 30px;
    background: #f5f5f5 url('../images/body.png');
}

.s_colomn_stom {
    width: 200px;
    text-align: center;
    vertical-align: middle;
    background: #f5f5f5 url('../images/body.png');
}

.beg_stroka {
    margin: 5px auto;
    padding: 0;
    width: 960px;
    height: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 5px;
}

.beg_stroka span {
    margin: 0px;
    padding: 0 15px 0 0;
    font-size: 150%;
    color: #006C00;
    position: relative;
    bottom: 7px;
}

/*&#209;&#242;&#232;&#235;&#232; &#228;&#235;&#255; &#241;&#242;&#240;&#224;&#237;&#232;&#246;&#251; "&#206; &#237;&#224;&#241;" */

.info {
    background: url(/doc.png) no-repeat;
    background-position: center bottom;
    width: 100%;
    background-size: 500px 592px;
    float: left;
    height: 600px;
    box-shadow: 0 10px 4px -4px rgba(0, 0, 0, .2);
}

.article {
    width: 100%;
    float: left;
    height: auto;
    background-color: rgba(125, 227, 156, 0.38);
    box-sizing: border-box;
    text-align: center;

}

.search__title.on-search {
    letter-spacing: normal;
}

/* &#209;&#235;&#224;&#233;&#228; */

.current {
    display: block;
}

.class-name-slaider {
    display: none;
    left: 0px;
    top: 0px;
    position: relative;
}

#slide {
    overflow: hidden;
    width: 900px;
    height: 280px;
    position: relarive;
}

div.search-tips {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    background: white;
    border: none;
    z-index: 10;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px #434343;
    -moz-box-shadow: 0 1px 1px #434343;
    -o-box-shadow: 0 1px 1px #434343;
    box-shadow: 0 1px 1px #434343;
}

div.search-tips ul {
    margin: 0;
    padding: 0;
}

div.search-tips ul li,
.ui-autocomplete li {
    padding: 12px 0;
    margin: 0 28px;
    list-style: none;
    border-top: 1px solid #cfd2d6;
    font-size: 14px;
    color: #1e723f;
}

div.search-tips ul li:first-child,
.ui-autocomplete li:first-child {
    border-top: none;
}

div.search-tips ul li small {
    font-size: 14px;
    color: #787878;
}

div.search-tips ul li a,
.ui-autocomplete li a {
    display: block;
    margin-bottom: -10px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    color: inherit;
    cursor: pointer;
}

.ui-autocomplete li a {
    margin-bottom: 0px;
}

.search-tips__close {
    padding: 10px;
    z-index: 10;
    position: absolute;
    right: 0;
    top: -6px;
    font-size: 24px;
    cursor: pointer;
}

.tab-content .ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete {
    list-style: none;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px #434343;
    -moz-box-shadow: 0 1px 1px #434343;
    -o-box-shadow: 0 1px 1px #434343;
    box-shadow: 0 1px 1px #434343;
    width: 280px !important;
}

.ui-autocomplete li {
    padding: 12px 0;
    margin: 0 28px;
    list-style: none;
    border-top: 1px solid #cfd2d6;
    font-size: 14px;
    color: #1e723f;
}

.search-page [class$=balloon__content] {
    margin-right: 0px;
    padding: 0px;
}

.search-page .contact-map-popup {
    /*top:0px;
    left:0px;*/
    right: inherit;
    margin-right: 0px;
    padding: 0px;
    margin: 0px;
    border: none;
    width: 200px;
    position: relative;
}

.search-page [class$=-balloon__close] + [class$=balloon__content] {
    margin-right: 0px;
}

.search-page [class$=balloon__close-button] {
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    cursor: pointer;
    opacity: .3;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 5px;
    position: absolute;
    right: -1px;
}

.search-page [class$=-balloon__layout] {
    padding: 10px 16px;
    z-index: 999;
    border: 1px solid #ddd;
    border-bottom: 3px solid #c5c9cf;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.search-page ymaps[class$=-balloon_layout_normal],
.search-page .ymaps-2-1-34-balloon {
    background: none;
    box-shadow: none;
    border: none;
}

.search-page ymaps[id] {
    width: 200px !important;
    overflow: visible !important;
    height: auto !important;

}

.search-page .popup-actions {
    padding-bottom: 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 16px;
    margin-left: -16px;
}

.search-page .popup-desc {
    padding-bottom: 58px;
}

.error-form {
    display: inline-block;
    vertical-align: middle;
    color: red;
    margin-left: 10px;
}

.error-form .fa-question-circle {
    color: red;
}

.street-error,
.house-error {
    display: none;
}

/*.contact-map-popup{
    height:400px;
    overflow:auto;
}*/

.contact-map-popup .popup__image {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
}

.popup-desc a.button {
    color: #fff;
}

.tab:hover,
.tab__active {
    border-bottom: 1px dotted #00a650;
}

.references {
    color: #ffffff;
    height: 100%;
    padding: 10px 10px 0px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.references img {
    margin: 0 auto;
    display: block;
    width: 50px;
}

.references h3 {
    text-align: center;
    color: #ffffff;
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 10pt;
}

.references p {
    text-align: center;
    font-size: 9pt;
    margin-top: 0px;
    word-wrap: break-word;
}

.current-contacts {
    color: #019845;
}

.current-contacts p {
    margin: 8px 0px;
}

.socials {
    margin-right: 10px;
}

#tab3 .search-form p,
#tab4 .search-form p {
    margin: 0 auto;
}

.ln-main-article {
    float: left;
    width: 50%;
    font-size: 14pt;
    margin-bottom: 15px;
}

.ln-main-article p {
    font-size: 12pt;
    text-align: justify;
    margin-top: 3px;
}

.ln-main-article-desc .ln__title a {
    color: inherit;
    text-decoration: none;
    border: 0;
    margin-bottom: 12px;
    font-size: 16pt;
    line-height: 14pt;
    text-align: left;
    float: none;
    font-variant-caps: all-petite-caps;
}

.readmoreonpage {
    display: block;
    text-decoration: none;
    border: 1px solid #6c8684;
    color: #6c8684;
    background-color: transparent;
    float: right;
    padding: 5px;
    font-size: 12pt;
}

.newsreadmore {
    text-transform: uppercase;
    position: absolute;
    bottom: 5px;
    right: 17px;
}

.news-date {
    position: absolute;
    bottom: 5px;
}

.readmoreonpage:hover {
    background-color: #6c8684;
    color: #ffffff;
}

.news-item {
    width: 30%;
    float: left;
    margin: 0 1%;
}

.pv-news-content {
    background-color: #ffffff;
    padding: 5px;
}

.pv-news-btn {
    display: block;
    text-transform: uppercase;
    border: 1px solid #6c8684;
    color: #6c8684;
    text-align: center;
    padding: 5px;
    margin: 0 20%;
}

.talon-banner-image img {
    width: 100%;
}

.socials-networks-links {
    margin-bottom: 5px;
}

.socials-networks-links a {
    margin-right: 5px;
}

.socials-networks-links a:last-child {
    margin-right: 0px;
}

.qr-code {
    margin-bottom: 25px;
}

.news-detail-text {
    text-align: justify;
}

.news-detail-text h2 {
    font-size: 17pt;
}

.news-detail-text p {
    font-size: 14pt;
}

.error-form-link {
    text-align: center;
    margin-top: 10px;
    font-size: 0.8rem;
    color: #1e723f;
}


@media (orientation:portrait) {
    .wrapper {
        width: 100%;
    }

    .short-news__el:first-child {
        display: none;
    }
    .references img {
        width: 120px;
    }
    .references h3 {
        font-size: 2.1rem;
        font-weight: 100;
    }
    .references p {
        display: none;
    }

    .news-list {
        float: none;
        width: auto;
    }
    .news-list__el {
        border: 0;
    }
    .news-list__el a {
        font-size: 1.7rem;
    }
    .news-list__date {
        font-size: 1.5rem;
    }

    .row-head a,
    .all-articles-link {
        font-size: 1.8rem;
    }

    .ln-item {
        float: none;
        display: flex;
        margin: 10px 0 10px 0;
        height: auto;
        width: 100%;
    }
    .image-container {
        width: 70%;
    }
    .ln-item-desc {
        height: auto;
        width: 100%;
        margin: 5px 0 0 0;
        padding: 0 10px;
    }
    .ln-item-desc .ln__title {
        font-size: 1.5rem;
    }
    .ln-item-desc .ln__title a {
        text-decoration: none;
    }
    .ln-item-desc p {
        font-size: 1.4rem;
        border: 0;
    }
    .ln__date {
        font-size: 1.2rem;
    }
    .ln-main-article-desc .ln__date {
        font-size: 1.5rem;
    }
    .ln-main-article {
        float: none;
        width: auto;
        margin: 0 15px 15px 15px;
    }
    .ln-main-article p {
        font-size: 1.7rem;
    }
    .ln-main-article-desc .ln__title a {
        font-size: 2.5rem;
    }
    .js-image-position,
    .js-image-done {
        height: 250px;
    }
    .readmoreonpage {
        display: none;
    }
    .row__title,
    h3.zag {
        font-size: 2.0rem;
    }
    .current-contacts p {
        font-size: 1.7rem;
    }
    .socials img {
        width: 100%;
    }
    .logo-imt img {
        height: 100px;
    }
    .logo-131 img {
        width: 135px;
    }
    .logo {
        padding-left: 5px;
        padding: 14px 5px 14px 0;
    }

    .tab {
        width: 48%;
        font-size: 2.5rem;
        margin-right: 0;
        font-weight: 500;
        /*font-family: 'PT Sans',sans-serif;*/
        color: #7d7d7d;
    }
    .tab:hover,
    .tab__active {
        border: 0;
        color: #00a650;
    }
    .tabs-links {
        margin: 0 auto;
        text-align: left;
    }
    #answer2_input::-webkit-input-placeholder,
    #answer2_input::-moz-placeholder,
    #answer2_input:-moz-placeholder,
    #answer2_input:-ms-input-placeholder {
        color: #d7d7d7;
    }
    .search__submit {
        display: none;
    }
    .search .search__text {
        width: 97%;
        font-size: 3.9rem;
        padding: 3px;
    }
    #tab3 .search-form p,
    #tab4 .search-form p {
        font-weight: 100;
        font-size: 1.9rem;
    }
    #tab3 .search-form p input,
    #tab4 .search-form p input {
        font-size: 3.9rem;
        max-width: 50%;
        margin-bottom: 5px;
    }
    #tab3 .search-form p input[type="submit"],
    #tab4 .search-form p input[type="submit"] {
        display: block;
        font-size: 2.5rem;
        padding: 15px 7px;
        margin-right: 77px;
        font-weight: 100;
    }
    .search__submit {
        padding: 15px 7px;
        margin-right: 87px;
        font-weight: 100;
        font-size: 1.9rem;
    }
    .fa {
        display: none;
    }
    div.search-tips ul li a {
        font-size: 2.5rem;
        font-weight: 100;
    }
    div.search-tips ul li small {
        font-size: 2.1rem;
        font-weight: 100;
    }

    .footer-copy {
        margin-left: 3px;
    }
    .footer-section {
        margin-left: 0;
    }

    .news-detail-text {
        width: 95%;
    }
    .news-detail-text h2 {
        font-size: 2.6rem;
        text-align: left;
    }
    .news-detail-text p {
        font-size: 2.6rem;
    }

    .breadcrumbs {
        font-size: 1.7rem;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .mf-captcha input[name='captcha_word'] {
        width: 54%;
    }
}

@media handheld and (orientation:landscape) {
    .wrapper {
        width: 100%;
    }
}

/*?????? ?????????? ??????*/

@media (orientation:portrait),
(min-width:500px and orientation:landscape) {
    .current-contacts,
    .socials,
    .header-nav .wrapper > a {
        display: none;
    }
    header {
        display: flex;
        flex-wrap: wrap;
    }
    .header-line {
        width: 58%;
        background: transparent;
    }
    .header-nav {
        width: 42%;
    }
    .header-nav .wrapper > img {
        display: inline-block;
        padding: 29px 16px 15px 16px;
        max-width: 85px;
    }
    .header-nav li {
        color: #7d7d7d;
        font-size: 3.5rem;
        font-weight: 500;
        border-bottom: 1px solid #7d7d7d;
        padding: 47px 10px 39px 50px;
    }
    .nav_has_dropdown > a:after {
        border-width: 0;
    }

    #openUL {
        position: absolute;
        z-index: 9999;
        left: 0;
        top: 115px;
        width: 100%;
        background-color: white;
    }

    .menu-dropdown {
        width: 100%;
        height: auto;
        column-count: 1;
        -moz-column-count: 1;
        -o-column-count: 1;
        -ms-column-count: 1;
        -webkit-column-count: 1;
        animation-duration: 1.5s;
        animation-name: toleft;
        left: 0;
        top: 0;
        padding: 0;
    }
    @keyframes toleft {
        from {
            left: -200vw;
        }
        to {
            left: 0;
        }
    }

    li.nav__i:nth-child(2) ul,
    li.nav__i:nth-child(1) ul {
        left: 0;
    }
    .nav__i {
        position: static;
    }
    .menu-dropdown__link a {
        color: inherit;
        background: none;
        padding-left: 50px;
    }

    .chainAni {
        transition-duration: 1s;
        transition-property: left;
    }
    #activeMainMenuTab {
        background-color: #ffffff;
    }
    .tabs {
        display: none;
    }
    .nav__i a {
        padding: 0px;
        font-size: inherit;
    }
    .nav__i a:hover {
        background: transparent;
    }
    #not-search-tab {
        display: block;
    }
}