@charset "UTF-8";
/*------------------- RESET -------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
sub {
  vertical-align: sub;
  font-size: 60%;
  line-height: 100%;
}
sup {
  vertical-align: super;
  font-size: 60%;
  line-height: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
input,
textarea {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
textarea {
  overflow: auto;
  resize: none;
}
::-moz-placeholder {
  opacity: 1;
  transition: opacity .2s linear;
  color: #959595;
}
/* Firefox 19+ */
:-moz-placeholder {
  opacity: 1;
  transition: opacity .2s linear;
  color: #959595;
}
/* Firefox 18- */
:-ms-input-placeholder {
  opacity: 1;
  transition: opacity .2s linear;
  color: #959595;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
}
:focus::-moz-placeholder {
  opacity: 0;
}
/* Firefox 19+ */
:focus:-moz-placeholder {
  opacity: 0;
}
/* Firefox 18- */
:focus:-ms-input-placeholder {
  opacity: 0;
}
/*------------------- TYPOGRAPHY -------------------*/
@font-face {
  font-family: 'GOSTUI2';
  src: url('../fonts/windows/GOSTUI2.eot');
  src: url('../fonts/windows/GOSTUI2.eot?#iefix') format('embedded-opentype'), url('../fonts/windows/GOSTUI2.woff') format('woff'), url('../fonts/windows/GOSTUI2.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'GOSTUI2';
  src: url('../fonts/windows/GOSTUI2-Medium.eot');
  src: url('../fonts/windows/GOSTUI2-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/windows/GOSTUI2-Medium.woff') format('woff'), url('../fonts/windows/GOSTUI2-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'GOSTUI2';
  src: url('../fonts/windows/GOSTUI2-Bold.eot');
  src: url('../fonts/windows/GOSTUI2-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/windows/GOSTUI2-Bold.woff') format('woff'), url('../fonts/windows/GOSTUI2-Bold.ttf') format('truetype');
  font-weight: 700;
}
.btn-green {
  background-color: #18ad54;
  border-color: #18ad54;
  color: #ffffff;
}
.btn-green:hover,
.btn-green:focus {
  background-color: #0f9143;
  border-color: #0f9143;
  color: #ffffff;
}
.btn-choice-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.btn-choice-center .btn {
  margin-left: 5px;
  margin-right: 5px;
}
.normal {
  font-weight: 400;
}
.middle {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.border-top {
  border-top: 1px solid #d5dae0;
}
.mr-bottom-0 {
  margin-bottom: 0 !important;
}
hr {
  border-color: #d5dae0;
  margin-top: 35px;
  margin-bottom: 35px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: 600;
  margin-top: 0;
}
h1,
.h1 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2;
  margin-bottom: 56px;
}
h1 .title-sub,
.h1 .title-sub {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 20px;
  line-height: 1.3;
}
h1 .title-sub--small,
.h1 .title-sub--small {
  margin-top: 25px;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}
h1.page-title-prime,
.h1.page-title-prime {
  line-height: 1;
  padding-right: 90px;
}
h1.page-title-prime .title-sub,
.h1.page-title-prime .title-sub {
  margin-top: 25px;
}
h2,
.h2,
h1.page-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  line-height: 4rem;
  margin-bottom: 40px;
}
h2.title-with-sub,
.h2.title-with-sub,
h1.page-title.title-with-sub {
  margin-bottom: 20px;
}
h3,
.h3 {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin-bottom: 32px;
}
h4,
.h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 24px;
}
h4 .title-sub,
.h4 .title-sub {
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-bottom: 22px;
}
h5 .title-sub,
.h5 .title-sub {
  margin-top: 2px;
  font-size: 14px;
  font-size: 1.4rem;
}
.title-sub {
  font-weight: 400;
  display: block;
  line-height: 1.1;
}
.direction-box .title-sub {
  margin-top: 10px;
}
.border-block h3,
.border-block .h3,
.bg-box h3,
.bg-box .h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 24px;
}
a,
.a {
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  color: inherit;
  cursor: pointer;
}
a:hover,
.a:hover,
a:focus,
.a:focus,
a:active,
.a:active {
  text-decoration: none;
  color: inherit;
}
a:focus,
.a:focus {
  outline: 0 !important;
  outline-offset: 0;
}
a.link-color:hover,
.a.link-color:hover,
a.link-color:focus,
.a.link-color:focus,
a.link-color:active,
.a.link-color:active,
a.link-color.active,
.a.link-color.active,
a.link-color:hover i,
.a.link-color:hover i,
a.link-color:focus i,
.a.link-color:focus i,
a.link-color:active i,
.a.link-color:active i,
a.link-color.active i,
.a.link-color.active i {
  color: #0575bc;
}
.active > .link-color {
  color: #0575bc;
}
.link-gray,
.link-gray:hover,
.link-gray:focus {
  color: #939598;
}
.link-gray:hover,
.link-gray:focus {
  text-decoration: underline;
}
.big-gray-link {
  padding: 30px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
.link-border-color {
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.link-border-color:hover,
.link-border-color:focus,
.link-border-color:active {
  border-color: #0575bc;
}
.link-bg-color {
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.link-bg-color:hover,
.link-bg-color:focus,
.link-bg-color:active,
.link-bg-color .favorite {
  background-color: #0575bc;
  color: #ffffff;
}
.list-link li {
  margin-bottom: 10px;
}
.list-link li:last-child {
  margin-bottom: 0;
}
.link-opacity {
  opacity: 1;
}
.link-opacity:hover {
  opacity: .7;
}
.border-none {
  border: none !important;
}
.border-transparent {
  border-color: transparent;
}
.color-bg-block {
  background-color: #0575bc;
  color: #ffffff;
}
/* основной цвет текст */
.color {
  color: #0575bc;
}
/* цвет текст */
.text-white {
  color: #ffffff;
}
.icon-text-light {
  color: #e6e6e6;
}
.text-max-light,
.text-max-light-2 {
  color: #a9abb1;
}
.text-md {
  color: #999999;
}
.text-base {
  color: #939598;
}
.text-gray-nn {
  color: #7c8396;
}
.text-light {
  color: #494b4e;
}
.text-dark {
  color: #14171e;
}
.text-black {
  color: #000000;
}
.text-success {
  color: #689f38;
}
.color-blue {
  color: #406cdb;
}
/* цвет фон */
.bg-brown {
  background-color: #0c6e8c;
}
.bg-light-blue {
  background-color: #40cced;
}
.color-blue-bg-block {
  background-color: #0351c1;
}
.bg-base {
  background-color: #ffffff;
}
.bg-gray-light {
  background-color: #fafcff;
}
.bg-gray {
  background-color: #f1f2f2;
}
.bg-gray-2 {
  background-color: #939598;
}
.bg-gray-3 {
  background-color: #f3f6fa;
}
.bg-gray-color {
  background-color: #3b4256;
}
.bg-gray-dark {
  background-color: #202020;
}
.bg-gray-dark-2 {
  background-color: #212121;
}
.bg-gray-0 {
  background-color: #000000;
}
.hover-opacity {
  opacity: 1;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.photo-wrap img {
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
a:hover .photo-wrap img {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
}
a:hover .hover-opacity {
  opacity: .7;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 20px;
}
.post-media audio,
.post-media video {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
}
.post-media video {
  height: auto;
}
.smi-source {
  display: block;
  margin-top: 5px;
}
.smi-link-bottom {
  margin-top: 40px;
}
blockquote {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.quote__inner {
  position: relative;
  padding-left: 130px;
  padding-right: 130px;
}
.quote i.top {
  left: 30px;
  top: 0;
}
.quote i.bottom {
  right: 30px;
  bottom: 0;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.quote i.top,
.quote i.bottom {
  position: absolute;
  font-size: 25px;
  color: #c8c8c8;
}
.big-text {
  font-size: 18px;
  font-size: 1.8rem;
}
.sm-text {
  font-size: 14px;
  font-size: 1.4rem;
}
.btn-back-desctop {
  margin-top: 60px;
  display: block;
}
.btn-back-desctop .btn {
  min-width: 260px;
}
.btn-back-mobile {
  margin-top: 40px;
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
  display: none;
}
.btn-back-mobile .btn {
  width: 100%;
}
.link-border {
  text-decoration: none;
  border-color: rgba(11, 117, 186, 0.5);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-transition: border .2s linear;
       -o-transition: border .2s linear;
          transition: border .2s linear;
}
.text-arrow-right i {
  margin-left: 15px;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  position: relative;
  top: -1px;
}
.link-border:hover,
.link-border:focus {
  border-color: transparent !important;
}
.post_image {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.table-wrapper,
.table-voucher {
  width: 100%;
  overflow: auto;
}
.sub-caption-box {
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 7px 12px 5px;
  border-radius: 4px;
  line-height: 1.3;
}
.sub-caption-box--sm {
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.sub-caption-box--xs {
  padding: 3px 8px 2px;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.text-block {
  /* общее */
  /* table */
  /* ol, ul */
  /* ol */
  /* ul */
  /* img */
}
.text-block h1,
.text-block .h1,
.text-block h2,
.text-block .h2,
.text-block h3,
.text-block .h3,
.text-block h4,
.text-block .h4,
.text-block h5,
.text-block .h5 {
  margin-top: 10px;
}
.text-block ol,
.text-block ul,
.text-block p,
.text-block table {
  margin: 25px 0;
  line-height: 1.4;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.text-block ol:first-child,
.text-block ul:first-child,
.text-block p:first-child,
.text-block table:first-child {
  margin-top: 0;
}
.text-block ol:last-child,
.text-block ul:last-child,
.text-block p:last-child,
.text-block table:last-child {
  margin-bottom: 0;
}
.text-block .bg-text-box {
  margin: 30px 0;
}
.text-block .bg-text-box:first-child {
  margin-top: 0;
}
.text-block .bg-text-box:last-child {
  margin-bottom: 0;
}
.text-block a:not([class]) {
  color: inherit;
  border-color: rgba(11, 117, 186, 0.4);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none;
  -webkit-transition: border .2s linear;
       -o-transition: border .2s linear;
          transition: border .2s linear;
}
.text-block a:not([class]):hover,
.text-block a:not([class]):focus {
  border-color: transparent !important;
}
.text-block .table-wrap {
  width: 100%;
  overflow: auto;
}
.text-block table {
  width: 100%;
  border: 1px solid #bfbebe;
  border-radius: 3px;
}
.text-block table th {
  vertical-align: middle;
}
.text-block table td,
.text-block table th {
  padding: 20px 30px;
  border-bottom: 1px solid #bfbebe;
  border-right: 1px solid #bfbebe;
}
.text-block table td {
  color: #888;
}
.text-block table tr:last-child td {
  border-bottom: 0;
}
.text-block table.odd-color tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.text-block ol,
.text-block ul {
  list-style-type: none;
}
.text-block ol li,
.text-block ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.text-block ol > li ul,
.text-block ul > li ul,
.text-block ol > li ol,
.text-block ul > li ol {
  margin-top: 10px;
  margin-bottom: 20px;
}
.text-block ol > li ul li,
.text-block ul > li ul li,
.text-block ol > li ol li,
.text-block ul > li ol li {
  margin-bottom: 10px;
}
.text-block ol {
  counter-reset: num;
  /* задаём имя счетчика */
}
.text-block ol > li:before {
  content: counter(num) '. ';
  /* Выводим число */
  counter-increment: num;
  /* Увеличиваем значение счётчика */
  color: inherit;
  position: absolute;
  left: 0;
  top: auto;
}
.text-block ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #14171e;
  display: block;
}
.text-block img,
.text-block iframe,
.text-block video {
  max-width: 100%;
}
.text-block img {
  height: auto;
}
.text-block .img-wrapper {
  position: relative;
  display: block;
  max-width: 100%;
}
.text-block .img-wrapper img {
  margin: 0 !important;
}
.text-block .img-wrapper:after {
  content: attr(data-title);
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 30px;
  background-color: rgba(255, 255, 255, 0.6);
}
.table-voucher table {
  width: 100%;
  border: 1px solid #bfbebe;
  border-radius: 3px;
}
.table-voucher table th {
  vertical-align: top;
}
.table-voucher table td,
.table-voucher table th {
  padding: 15px;
  border-bottom: 1px solid #bfbebe;
  border-right: 1px solid #bfbebe;
}
.table-voucher table td {
  color: #888;
}
.table-voucher table tr:last-child td {
  border-bottom: 0;
}
.text-uppercase {
  text-transform: uppercase;
}
.icon-right-arrow {
  font-size: 8px;
}
.icon-right-arrow.down {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon-right-arrow.up {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.section.mr-bottom-0 {
  margin-bottom: 0 !important;
}
.mr-top-15 {
  margin-top: 15px !important;
}
.mr-top-20 {
  margin-top: 20px !important;
}
.mr-top-30 {
  margin-top: 30px !important;
}
.mr-top-40 {
  margin-top: 40px !important;
}
.mr-top-50 {
  margin-top: 50px !important;
}
.mr-top-60 {
  margin-top: 60px !important;
}
.mr-bottom-15 {
  margin-bottom: 15px !important;
}
.mr-bottom-30 {
  margin-bottom: 30px !important;
}
.mr-bottom-40 {
  margin-bottom: 40px !important;
}
.mr-bottom-50 {
  margin-bottom: 50px !important;
}
.mr-bottom-60 {
  margin-bottom: 60px !important;
}
.mr-bottom-0 {
  margin-bottom: 0px !important;
}
.no-mr-top {
  margin-top: 0 !important;
}
.no-mr-bottom {
  margin-bottom: 0 !important;
}
.pd-top-90 {
  padding-top: 90px !important;
}
.pd-top-80 {
  padding-top: 80px !important;
}
.pd-top-70 {
  padding-top: 70px !important;
}
.pd-top-60 {
  padding-top: 60px !important;
}
.pd-top-50 {
  padding-top: 50px !important;
}
.pd-top-55 {
  padding-top: 55px !important;
}
.pd-top-40 {
  padding-top: 40px !important;
}
.pd-top-45 {
  padding-top: 45px !important;
}
.pd-top-35 {
  padding-top: 35px !important;
}
.pd-top-30 {
  padding-top: 30px !important;
}
.pd-top-20 {
  padding-top: 20px !important;
}
.pd-top-25 {
  padding-top: 25px !important;
}
.pd-top-15 {
  padding-top: 15px !important;
}
.pd-top-10 {
  padding-top: 10px !important;
}
.pd-top-5 {
  padding-top: 10px !important;
}
.pd-top-0 {
  padding-top: 0px !important;
}
.pd-bottom-120 {
  padding-bottom: 120px !important;
}
.pd-bottom-95 {
  padding-bottom: 95px !important;
}
.pd-bottom-80 {
  padding-bottom: 80px !important;
}
.pd-bottom-70 {
  padding-bottom: 70px !important;
}
.pd-bottom-60 {
  padding-bottom: 60px !important;
}
.pd-bottom-50 {
  padding-bottom: 50px !important;
}
.pd-bottom-55 {
  padding-bottom: 55px !important;
}
.pd-bottom-40 {
  padding-bottom: 40px !important;
}
.pd-bottom-45 {
  padding-bottom: 45px !important;
}
.pd-bottom-35 {
  padding-bottom: 35px !important;
}
.pd-bottom-30 {
  padding-bottom: 30px !important;
}
.pd-bottom-20 {
  padding-bottom: 20px !important;
}
.pd-bottom-15 {
  padding-bottom: 15px !important;
}
.pd-bottom-10 {
  padding-bottom: 10px !important;
}
.pd-bottom-0 {
  padding-bottom: 0px !important;
}
.pd-right-0 {
  padding-right: 0 !important;
}
.link-more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.link-more i {
  font-size: 8px;
  margin-left: 15px;
  margin-top: 2px;
}
.link-more i.down {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.link-more.open i.down {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.caret {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  outline: 0;
  font-size: 8px;
  margin-top: -3px;
}
.caret:before {
  content: "\e901";
}
/*------ Scroll ------*/
/*
* Container style
*/
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
* Scrollbar rail styles
*/
.ps__rail-x {
  display: none;
  opacity: 0;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
  z-index: 500;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: transparent;
  opacity: 0.9;
}
/*
* Scrollbar thumb styles
*/
.ps__thumb-x {
  background-color: rgba(59, 66, 86, 0.7);
  border-radius: 6px;
  -o-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 8px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: rgba(59, 66, 86, 0.7);
  border-radius: 6px;
  -o-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 8px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #3b4256;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #3b4256;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/*------ end Scroll ------*/
.link-delete {
  width: 30px;
  height: 30px;
  display: block;
  color: #939598;
  font-size: 30px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link-delete:before {
  content: "\e91f";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* spoiler-box */
.spoiler-box {
  border: 1px solid #e6e7e8;
  margin: 30px 0;
  border-radius: 4px;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  background: #ffffff;
}
.spoiler-box__btn,
.spoiler-box__content {
  padding-left: 35px;
  padding-left: 3.5rem;
  padding-right: 35px;
  padding-right: 3.5rem;
}
.spoiler-box__btn {
  font-weight: 500;
  padding-right: 85px;
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding-bottom: 25px;
  padding-bottom: 2.5rem;
  padding-top: 25px;
  padding-top: 2.5rem;
  color: #14171e;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}
.spoiler-box__content {
  display: none;
  border-top: 1px solid #d5dae0;
  padding-top: 25px;
  padding-top: 2.5rem;
  padding-bottom: 25px;
  padding-bottom: 2.5rem;
}
.spoiler-box__carret {
  position: absolute;
  display: block;
  right: -12px;
  top: 50%;
  margin-top: -11px;
  border: 2px solid #bdc2d0;
  background: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 17px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  z-index: 10;
}
.spoiler-box__carret:before,
.spoiler-box__carret:after {
  content: '';
  position: absolute;
  background: #bdc2d0;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.spoiler-box__carret:before {
  width: 10px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -5px;
}
.spoiler-box__carret:after {
  width: 2px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -1px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.spoiler-box.open .spoiler-box__carret:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
/*------------------- FORM -------------------*/
.form h4:first-child {
  margin-top: 0;
}
textarea {
  resize: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select > .dropdown-toggle {
  display: block;
  text-align: left;
  float: none !important;
}
.bootstrap-select .dropdown-menu {
  overflow: auto;
}
.form-group {
  margin-bottom: 20px;
  position: relative;
}
.form-group ul {
  padding-left: 0;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 25px;
  border-bottom: 2px solid #e6e6e6;
}
.form-group--field-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-group--field-btn label.error {
  margin-left: 10px;
}
.form-group--field-btn__elem-btn {
  margin-left: 18px;
  min-width: 170px;
}
.form-group--field-btn__elem {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.form-group--field-btn__elem:last-child {
  margin-right: 0;
}
.form-group .placeholder {
  margin-bottom: 10px;
}
.form-group .wrap-check .placeholder {
  margin-bottom: 0;
}
.form-group .jq-selectbox {
  display: block !important;
}
.form-group label.error {
  color: #f9231e;
  font-weight: 300;
  font-size: 14px;
  margin-top: 5px;
}
.form-check-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}
.form-check-list__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 40%;
  padding-top: 2px;
  padding-right: 40px;
}
.form-check-list__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 60%;
}
.form-check-list .form-group {
  margin: 0;
}
.form-check-list .wrap-check {
  margin-right: 20px;
}
.form-box-rate {
  padding-top: 30px;
  margin-bottom: 30px;
}
.form-box-rate .form-group-rate-line {
  margin-bottom: 0;
}
.form-group-rate-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form-group-rate-line > * {
  margin: 0 !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.form-group-rate-line > *:first-child {
  margin-right: 25px !important;
}
.form-group.error,
.form-control.error {
  border-color: #f9231e;
  color: #f9231e;
}
.two-btn--ix2 .two-btn__elem:first-child {
  margin-right: 30px;
}
.error-message {
  color: #ff3333;
  font-weight: 700;
  margin-bottom: 37px;
  display: none;
  font-size: 18px;
}
.error-message.show {
  display: block;
}
.valid .help-block {
  display: none;
}
.form-control__description {
  font-size: 13px;
  margin-bottom: 15px;
}
input.form-control--sm {
  max-width: 150px;
}
input.form-control,
textarea.form-control,
.rss-link {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 25px;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dde0e3;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 56px;
  border-radius: 4px;
}
.rss-link {
  margin-top: 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.rss-link > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
textarea.form-control {
  padding-top: 25px;
  padding-top: 2.5rem;
  min-height: 165px;
}
.header__search-form-wrap .form-sub-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.form-sub-title {
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 40px;
}
.form-title {
  margin-top: 0;
  font-size: 1.4em;
  color: #333333;
}
.form-description {
  margin-top: 0;
  margin-bottom: 30px;
}
.placeholder-fix-textarea label.placeholder {
  background: rgba(255, 255, 255, 0.95);
  right: 2px;
  top: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 3px 1px 0 rgba(255, 255, 255, 0.95);
          box-shadow: 0 3px 1px 0 rgba(255, 255, 255, 0.95);
}
.form-group--placeholder-fix {
  position: relative;
  font-weight: 400;
}
.form-group--placeholder-fix input {
  padding-top: 20px;
  padding-bottom: 0;
}
.form-group--placeholder-fix textarea {
  padding-top: 45px;
}
.form-group--placeholder-fix label.placeholder {
  color: #939598;
  z-index: 1;
  position: absolute;
  top: 17px;
  left: 25px;
  -webkit-transition: all 0.1s;
       -o-transition: all 0.1s;
          transition: all 0.1s;
  cursor: text;
  border-radius: 0;
  font-weight: 400;
}
.form-group--placeholder-fix.full label.placeholder {
  top: 10px;
  font-size: 11px;
}
.form-group--placeholder-fix i {
  font-style: normal;
}
.form-box {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
  padding-bottom: 3rem;
}
.form-box-group > .form-box:last-child {
  border-bottom: 0;
}
.form-box-group > .form-box:first-child .form-sub-title {
  margin-top: 0;
}
.form-group:not(.full) .form-el-counter {
  font-size: 12px;
}
.form-el-counter {
  margin-left: 7px;
}
.btn-and-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-and-text .btn {
  min-width: 300px;
}
/* placeholder-email-confirm  */
.placeholder-email-confirm {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.placeholder-email-confirm .send-new-code {
  float: right;
  font-weight: 400;
  border-bottom: 1px dashed #0575bc;
  text-decoration: none;
  font-size: 14px;
}
.placeholder-email-confirm .send-new-code:hover,
.placeholder-email-confirm .send-new-code:focus,
.placeholder-email-confirm .send-new-code:active {
  border-bottom: 1px dashed transparent;
}
/* file */
.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}
.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.file--btn .jq-file__name {
  display: none;
}
.jq-file__browse {
  width: 100%;
}
.file--btn,
.file--btn {
  cursor: pointer;
}
/* two-btn */
.two-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.two-btn__elem {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  text-align: center;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
  margin-right: 15px;
}
.two-btn__elem:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .two-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .two-btn__elem {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .two-btn__elem:last-child {
    margin-bottom: 0;
  }
}
/* radio checkbox */
.check-group {
  margin-top: 25px;
}
.check-group--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wrap-check label,
.wrap-check .placeholder {
  padding-right: 12px;
  padding-left: 12px;
}
.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.jq-radio__div {
  background: #ffffff;
  height: 0;
  width: 0;
  top: 50%;
  margin-top: 0;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  margin-left: 0;
  -webkit-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.info .wrap-check {
  margin-top: 10px;
}
.jq-radio,
.jq-checkbox {
  border: 1px solid #dde0e3;
  background: #ffffff;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  position: relative;
  top: 1px;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.jq-radio.checked,
.jq-checkbox.checked {
  background: #0575bc;
  border-color: #0575bc;
}
.jq-radio.disabled,
.jq-checkbox.disabled,
.jq-radio.disabled.checked,
.jq-checkbox.disabled.checked {
  border-color: #dde0e3 !important;
  background: #dde0e3 !important;
  cursor: default;
}
.jq-checkbox {
  border-radius: 4px;
}
.jq-checkbox.checked .jq-checkbox__div {
  border-radius: 4px;
  background: url(../img/icon/check.svg) no-repeat center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}
.jq-radio {
  border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  background: #ffffff;
}
.wrap-check {
  margin-bottom: 12px;
}
.wrap-check:hover label,
.wrap-check:hover .placeholder {
  color: #0575bc;
}
.wrap-check:hover .jq-radio,
.wrap-check:hover .jq-checkbox {
  border-color: #0575bc;
}
.checked + label {
  color: #0575bc;
}
.disabled + label,
.disabled.checked + label,
.wrap-check:hover .disabled + label {
  color: #939598 !important;
  cursor: default;
}
.btn-param {
  white-space: nowrap;
  margin-left: 30px;
}
.checkbox-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.checkbox-list .wrap-check {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 280px;
}
.range-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.range-date .form-control {
  max-width: 140px;
}
.range-date .sub-title {
  margin-right: 15px;
  display: block;
}
.range-date .sub-title.center {
  margin-left: 15px;
}
.range-date,
.checkbox-list {
  margin-top: 20px;
}
.wrap-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px !important;
}
.form-group .check {
  margin-right: 15px;
}
.wrap-check label,
.wrap-check .jq-radio,
.wrap-check .jq-checkbox,
.wrap-check .placeholder {
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle;
  cursor: pointer;
}
.filter-post-list .filter-ell {
  margin-bottom: 25px;
}
/* email-accept */
.email-accept {
  padding-left: 60px;
  position: relative;
}
.email-accept i {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  font-size: 40px;
}
/* send-code-info */
.send-code-info {
  margin-top: 20px;
}
/* password-show */
.password-show {
  width: 19px;
  height: 19px;
  font-size: 19px;
  right: 28px;
  top: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 1px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.password-show:before {
  display: block;
  content: "\e928";
}
.password-show.show:before {
  content: "\e927";
}
/* under-btn-info */
.under-btn-info {
  font-size: 15px;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 7px;
}
.under-btn-info span {
  margin: 0 9px;
}
/* confirm-email */
.send-new-code {
  display: block;
  text-decoration: underline;
}
.send-new-code,
.send-new-code:hover,
.send-new-code:focus {
  background: transparent;
  color: #0575bc;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
}
.send-new-code:hover,
.send-new-code:focus {
  text-decoration: none;
}
.confirm-email__elem {
  display: inline-block;
  margin-right: 10px;
}
.confirm-email__elem,
.confirm-email__elem input {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.confirm-email__elem input {
  text-align: center;
  padding-left: 15px;
}
.confirm-email__result {
  display: none;
  color: #278d27;
}
.confirm-email__code {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.confirm-email-code-info {
  margin-bottom: 30px;
}
.confirm-email__info a {
  text-decoration: underline;
}
.confirm-email__info a:hover {
  text-decoration: none;
}
.error .confirm-email__result {
  color: #ff3333;
}
.done .confirm-email__info {
  display: none;
}
.done .confirm-email__result,
.error .confirm-email__result {
  display: block;
}
.retry-verify-codes-runner.hidden {
  display: none;
}
.retry-verify-codes-runner {
  display: block;
  color: #ff3333;
}
/* field-icon-loupe */
.field-icon-loupe {
  position: relative;
  display: block;
  margin: 0;
  opacity: .6;
}
.field-icon-loupe .form-control {
  margin: 0;
  padding-right: 50px;
}
.field-icon-loupe i {
  position: absolute;
  top: 50%;
  right: 24px;
  font-size: 18px;
  margin-top: -8px;
}
/* block-email-or-mail */
.block-email-or-mail {
  display: none;
}
.block-email-or-mail.active {
  display: block;
}
/* two-date */
.two-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
  max-width: 350px;
}
.two-date:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
}
.two-date input {
  padding-right: 50px;
  height: 64px;
}
.two-date:after {
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  background: #d2d8de;
  width: 2px;
  position: absolute;
  height: 30px;
  margin-top: -15px;
  margin-left: -1px;
}
.two-date .form-group--placeholder-fix .placeholder {
  top: 22px;
}
.two-date .two-date__elem {
  position: relative;
  width: 50%;
}
.two-date .two-date__elem:first-child input {
  border-radius: 4px 0 0 4px;
  border-right: 0;
}
.two-date .two-date__elem:last-child input {
  border-radius: 0 4px 4px 0;
  border-left: 0;
}
.wrap-division {
  padding-left: 70px;
}
/* fileupload */
.fileinput-button {
  display: block !important;
}
.btn-delete {
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.btn-delete i {
  color: #bdc2d0;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
  font-size: 16px;
}
.box-drop-style {
  background: #ffffff;
  border: 2px dashed #dde0e3;
  border-radius: 4px;
  padding: 30px;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  padding-right: 80px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}
.box-drop-style--blue,
.box-drop-style.drop {
  background-color: #e6f0ff;
  border-color: #a6c4f0;
}
.box-drop-style--red {
  background: #fdebeb;
}
.box-drop-style .wrap-progress-bar {
  display: block;
}
.box-drop-style > * {
  display: inline-block;
  white-space: normal;
  font-size: 1.6rem;
  vertical-align: middle;
}
.box-drop-style .sub-text {
  font-size: 1.4rem;
}
.box-drop-style .sub-text .mark {
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  margin-left: 7px;
  margin-right: 9px;
  position: relative;
  background: #c9ced3;
  top: -1px;
}
.box-drop-style.fileupload-list__box {
  border-style: solid;
  border-width: 1px;
  margin: 0;
  margin-bottom: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.box-drop-style .sub-text.error,
.box-drop-style .name-inner.error {
  color: #ad2623;
  font-weight: 500;
}
.droptarget.fileinput-button .jq-file__browse {
  background: #f4f7fe;
  border-color: #f4f7fe;
  color: #14171e;
  cursor: pointer;
}
.droptarget.fileinput-button:hover .jq-file__browse {
  background: #e1eaff;
  border-color: #e1eaff;
}
.fileinput-button {
  padding-left: 255px;
}
.fileinput-button .jq-file input {
  cursor: pointer;
}
.fileinput-button .jq-file__name {
  display: none;
}
.fileinput-button label.error {
  display: block;
  margin: 0;
}
.fileinput-button .jq-file {
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  right: 0;
}
.fileinput-button .jq-file__browse {
  width: 205px;
  font-size: 16px;
  letter-spacing: 1px;
  height: 56px;
  top: 50%;
  margin-top: -28px;
  position: absolute;
}
.fileupload-list__box .name > .name-inner {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
}
.fileupload-list__box .preview {
  width: 70px;
  height: 70px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #939598;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  padding-top: 2px;
}
.fileupload-list__box .preview img {
  max-width: 100%;
  display: block;
}
.fileupload-list__box .btn-delete {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}
.fileupload-list__box .name-size {
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
}
.fileupload-list > div:last-child {
  margin-bottom: 50px;
}
.fileupload-buttonbar .progress {
  margin: none;
}
.progress {
  height: 3px;
  border: 1px solid #dde0e3;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.progress-bar-success {
  background-color: #0641d9;
}
.with-progress-bar {
  position: relative;
}
.with-progress-bar .progress {
  position: absolute;
  width: auto;
  left: 110px;
  right: 0;
  top: 50%;
  margin-top: -3px;
}
.form-group > .quiz-rersult:not(.quiz-rersult-percent--top):last-child {
  padding-bottom: 0;
}
.aside input.form-control,
.aside textarea.form-control,
.aside .rss-link,
.aside .bootstrap-select .btn-default,
.aside .bootstrap-select .btn-default:focus {
  background-color: #ffffff;
}
#navbar-search {
  width: 100%;
}
/* search-line */
.form-search-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
  width: 100%;
}
.form-search-line input.form-control {
  height: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 240px;
}
.form-search-line input.form-control.focus {
  -webkit-box-shadow: 0 3px 30px 0px rgba(165, 187, 182, 0.4);
          box-shadow: 0 3px 30px 0px rgba(165, 187, 182, 0.4);
}
.form-search-line .search-btn {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  position: absolute;
  right: 10px;
  padding-top: 12px;
  top: 10px;
  bottom: 10px;
  height: auto;
  width: 120px;
}
.form-search-line--big {
  margin-bottom: 15px;
}
.form-search-line--big input.form-control {
  padding-top: 30px;
  padding-bottom: 30px;
}
.form-search-line--big .search-btn {
  top: 15px;
  bottom: 15px;
  right: 15px;
  padding-top: 16px;
}
.form-search-line input.form-control[name="term"].focus {
  border-color: #00cf91;
  -webkit-box-shadow: 0 3px 30px 0px rgba(165, 187, 182, 0.4);
          box-shadow: 0 3px 30px 0px rgba(165, 187, 182, 0.4);
}
.search-result strong {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 500;
}
.header__search-form .search-form-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.search__nav-bottom .nav.nav-tabs {
  text-align: left !important;
}
.search-form .form-sub-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.search-form .search-form-top {
  margin-bottom: 40px;
  margin-top: 65px;
}
.search-form-top--btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-form-top--btn .form-search-line {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.search-form-top--btn .param-search {
  margin-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: block;
  height: 68px;
  line-height: 68px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.param-search {
  cursor: pointer;
  font-weight: 500;
}
.param-search i {
  margin-right: 10px;
  font-size: 22px;
  position: relative;
  top: 4px;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}
/*---------------------- UI Autocomplete ----------------------*/
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-autocomplete {
  position: absolute;
  margin: 0;
  outline: 0;
}
.ui-menu {
  border: 1px solid #e5e8eb;
  background-color: #ffffff;
  margin-top: -1px;
  list-style: none;
  z-index: 1600;
  width: 100%;
  -webkit-box-shadow: 0 10px 20px 0px rgba(165, 187, 182, 0.25);
          box-shadow: 0 10px 20px 0px rgba(165, 187, 182, 0.25);
  padding: 0;
  max-height: 500px;
  overflow: auto;
  border-radius: 4px;
}
.ui-menu-item {
  cursor: pointer;
  padding: 15px 28px;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.ui-menu-item:first-child {
  padding-top: 20px;
}
.ui-menu-item:last-child {
  padding-bottom: 20px;
}
.ui-menu-item:hover {
  background-color: #f8f8f8;
}
.ui-autocomplete.ui-menu .ui-state-focus,
.ui-autocomplete.ui-menu .ui-state-active {
  color: #000f33;
  border: 0 !important;
  margin-top: 0;
}
.form-smart-search__buttom {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ui-menu div:first-of-type:after {
  background-color: #ffffff;
}
/* end */
/*---------------------- Zebra_Datepicker ----------------------*/
.Zebra_DatePicker {
  position: absolute;
  background: #ffffff;
  z-index: 777777;
  top: 0;
  border-radius: 0px;
  border: 0;
  -webkit-box-shadow: 0 5px 15px 0 rgba(7, 7, 7, 0.1);
          box-shadow: 0 5px 15px 0 rgba(7, 7, 7, 0.1);
}
.Zebra_DatePicker * {
  margin: 0;
  padding: 0;
  color: #000;
  background: transparent;
  border: none;
}
.Zebra_DatePicker.dp_visible {
  visibility: visible;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
       -o-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
}
.Zebra_DatePicker.dp_hidden {
  visibility: hidden;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.Zebra_DatePicker .dp_unavailable {
  display: none;
}
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: auto;
}
.Zebra_DatePicker table th,
.Zebra_DatePicker table td {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.Zebra_DatePicker table td {
  cursor: pointer;
}
.Zebra_DatePicker table td.dp_disabled,
.Zebra_DatePicker table td.dp_not_in_month,
.Zebra_DatePicker table td.dp_not_in_month_selectable {
  color: #dfe1e4;
  cursor: default;
}
.Zebra_DatePicker table td.dp_disabled_current {
  color: #E38585 !important;
}
.Zebra_DatePicker table td.dp_not_in_month_selectable {
  cursor: pointer;
}
.Zebra_DatePicker table td.dp_weekend {
  background: #f8fafd;
}
.Zebra_DatePicker table td.dp_weekend_disabled {
  color: #CCC;
  cursor: default;
}
.Zebra_DatePicker table td.dp_current {
  color: #0575bc;
}
.Zebra_DatePicker table td.dp_selected {
  background: #62b0ff;
  color: #FFF;
}
.Zebra_DatePicker table td.dp_hover {
  background: #3b4255;
  color: #FFF;
}
.Zebra_DatePicker table td.dp_current.dp_hover {
  color: #ffffff !important;
}
.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_monthpicker th,
.Zebra_DatePicker .dp_yearpicker td,
.Zebra_DatePicker .dp_yearpicker th,
.Zebra_DatePicker .dp_timepicker td,
.Zebra_DatePicker .dp_timepicker th {
  background: #ffffff;
  width: 60px;
  height: 40px;
  border: 1px solid #e4e9f0;
  -webkit-transition: background .2s linear;
       -o-transition: background .2s linear;
          transition: background .2s linear;
}
.Zebra_DatePicker .dp_daypicker th {
  background: #ffffff;
  font-weight: 500;
  color: #778ab1;
  text-transform: uppercase;
}
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker .dp_footer .dp_hover {
  background: transparent;
}
.Zebra_DatePicker .dp_header {
  border: 1px solid #e4e9f0;
  background: #f8fafd;
  border-bottom: 0;
}
.Zebra_DatePicker .dp_header td {
  color: #939598;
  background-color: transparent !important;
  -webkit-transition: color .2s linear;
       -o-transition: color .2s linear;
          transition: color .2s linear;
}
.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next,
.Zebra_DatePicker .dp_header .dp_prev {
  width: 30px;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.Zebra_DatePicker .dp_header .dp_previous span:before,
.Zebra_DatePicker .dp_header .dp_next span:before,
.Zebra_DatePicker .dp_header .dp_prev span:before {
  -webkit-transition: color .2s linear;
       -o-transition: color .2s linear;
          transition: color .2s linear;
  font-size: 14px;
  color: #939598;
}
.Zebra_DatePicker .dp_header .dp_caption {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 30px;
}
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
  width: 33.3333%;
}
.Zebra_DatePicker .dp_timepicker td {
  width: 25%;
}
.Zebra_DatePicker .dp_timepicker td.dp_disabled {
  color: #000;
}
.Zebra_DatePicker .dp_footer {
  border: 1px solid #e4e9f0;
  border-top: 0;
}
.Zebra_DatePicker .dp_footer td {
  color: #FFF;
}
.Zebra_DatePicker .dp_footer td.dp_today,
.Zebra_DatePicker .dp_footer td.dp_clear,
.Zebra_DatePicker .dp_footer td.dp_timepicker_toggler {
  padding: 20px 5px;
}
.Zebra_DatePicker .dp_footer td.dp_today {
  color: #2e6dd6;
  -webkit-transition: color .2s linear;
       -o-transition: color .2s linear;
          transition: color .2s linear;
}
.Zebra_DatePicker .dp_footer td.dp_today:hover {
  background: transparent;
}
.Zebra_DatePicker .dp_footer td.dp_clear {
  color: #0575bc;
  -webkit-transition: color .2s linear;
       -o-transition: color .2s linear;
          transition: color .2s linear;
}
.Zebra_DatePicker .dp_footer td.dp_clear:hover {
  background: transparent;
}
.Zebra_DatePicker_Icon_Wrapper {
  width: 100% !important;
}
.Zebra_DatePicker_Icon_Wrapper .Zebra_DatePicker_Icon {
  position: absolute;
  font-size: 21px;
  right: 25px !important;
  top: 50% !important;
  margin-top: -10px;
  cursor: pointer;
  border: none !important;
  outline: 0 !important;
  padding: 0;
  line-height: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .Zebra_DatePicker,
  .dp_header,
  .dp_footer,
  .dp_monthpicker,
  .dp_yearpicker {
    max-width: 100%;
  }
}
/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}
.jstree-anchor:focus {
  outline: 0;
}
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-ocl {
  cursor: pointer;
}
.jstree-leaf > .jstree-ocl {
  cursor: default;
}
.jstree .jstree-open > .jstree-children {
  display: block;
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}
.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none;
}
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}
.jstree-rtl .jstree-node {
  margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */
}
.vakata-context {
  display: none;
}
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  -webkit-box-shadow: 2px 2px 2px #999999;
          box-shadow: 2px 2px 2px #999999;
}
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context li {
  list-style: none;
}
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px;
}
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
          box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}
.vakata-context li > a:focus {
  outline: 0;
}
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
          box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
/*------------------- CALENDAR -------------------*/
.calendar .bootstrap-select {
  min-width: 180px;
}
.calendar .bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section.section-event {
  z-index: 10;
  position: relative;
}
/*------------------- LOADER -------------------*/
.relative {
  position: relative;
}
.loader {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1500;
  -webkit-animation: none;
       -o-animation: none;
          animation: none;
  cursor: default;
  display: none;
}
.three-bounce {
  text-align: center;
  font-size: 26px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  z-index: 10;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out 0;
       -o-transition: all 0.3s ease-in-out 0;
          transition: all 0.3s ease-in-out 0;
}
.three-bounce > div {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #e20338;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
       -o-animation: bouncedelay 1.4s infinite ease-in-out both;
          animation: bouncedelay 1.4s infinite ease-in-out both;
}
.three-bounce > .one {
  -webkit-animation-delay: -0.32s;
       -o-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.three-bounce > .two {
  -webkit-animation-delay: -0.16s;
       -o-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -o-transform: scale(0);
       transform: scale(0);
  }
  40% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.flex-wrap > .col-lg-1,
.flex-wrap > .col-lg-10,
.flex-wrap > .col-lg-11,
.flex-wrap > .col-lg-12,
.flex-wrap > .col-lg-2,
.flex-wrap > .col-lg-3,
.flex-wrap > .col-lg-4,
.flex-wrap > .col-lg-5,
.flex-wrap > .col-lg-6,
.flex-wrap > .col-lg-7,
.flex-wrap > .col-lg-8,
.flex-wrap > .col-lg-9,
.flex-wrap > .col-md-1,
.flex-wrap > .col-md-10,
.flex-wrap > .col-md-11,
.flex-wrap > .col-md-12,
.flex-wrap > .col-md-2,
.flex-wrap > .col-md-3,
.flex-wrap > .col-md-4,
.flex-wrap > .col-md-5,
.flex-wrap > .col-md-6,
.flex-wrap > .col-md-7,
.flex-wrap > .col-md-8,
.flex-wrap > .col-md-9,
.flex-wrap > .col-sm-1,
.flex-wrap > .col-sm-10,
.flex-wrap > .col-sm-11,
.flex-wrap > .col-sm-12,
.flex-wrap > .col-sm-2,
.flex-wrap > .col-sm-3,
.flex-wrap > .col-sm-4,
.flex-wrap > .col-sm-5,
.flex-wrap > .col-sm-6,
.flex-wrap > .col-sm-7,
.flex-wrap > .col-sm-8,
.flex-wrap > .col-sm-9,
.flex-wrap > .col-xs-1,
.flex-wrap > .col-xs-10,
.flex-wrap > .col-xs-11,
.flex-wrap > .col-xs-12,
.flex-wrap > .col-xs-2,
.flex-wrap > .col-xs-3,
.flex-wrap > .col-xs-4,
.flex-wrap > .col-xs-5,
.flex-wrap > .col-xs-6,
.flex-wrap > .col-xs-7,
.flex-wrap > .col-xs-8,
.flex-wrap > .col-xs-9 {
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section.section--bg {
  padding-top: 80px;
  margin-top: 50px;
}
.section.section--bg.stuck.first {
  margin-bottom: 0;
}
.section.section--bg.stuck.last {
  margin-top: 0;
}
.section-info-main {
  padding-top: 25px !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 90px !important;
}
.section.section--bg,
.section.section--border-top {
  margin-bottom: 40px;
  padding-bottom: 80px;
}
.section.section--border-top {
  margin-top: 40px;
  padding-top: 0;
}
.section.section--border-top .section-border {
  margin-top: 0;
  padding-top: 20px;
  border-color: #dde0e3;
}
.section.media-block {
  margin-top: 0px !important;
}
.bottom-30-minus {
  margin-bottom: -30px;
}
.custom-tabs-content,
.tab-content {
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown-menu > li > a {
  white-space: normal;
}
.box-sm {
  border-radius: 4px;
  padding: 20px;
}
.bg-box,
.bg-text-box {
  padding: 45px 30px;
  border-radius: 4px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.bg-box--wide {
  padding-left: 45px;
  padding-right: 45px;
}
.success-restore .btn {
  min-width: 250px;
  max-width: 100%;
}
.success-restore i {
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: 3px;
}
/* БЛОКИ */
/* list-services */
#sectionServices .tab-content {
  min-height: 260px;
}
.services-box {
  margin-bottom: 30px;
}
.services-more-btn i {
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.services-more-btn.open i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.list-services > a:last-child {
  margin-bottom: 0;
}
.list-services__item {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 100px 30px 30px;
  background: #ffffff;
  border: 1px solid #ffffff;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 4px;
}
.list-services__item .news-date {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
.list-services__item span {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  right: 20px;
  font-size: 42px;
  color: #dde0e3;
  text-align: center;
}
.list-services__item span:before {
  -webkit-transition: color .2s linear;
       -o-transition: color .2s linear;
          transition: color .2s linear;
}
.list-services__item i {
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  color: #8c8c8c;
  font-size: 9px;
  left: 50%;
  margin-left: -4px;
}
.list-services__item i:before {
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.list-services__item:hover span,
.list-services__item:focus span,
.list-services__item:hover i,
.list-services__item:focus i {
  color: #0575bc;
}
.list-services__item .name {
  min-height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  margin-bottom: 0;
}
.list-services__item .name p,
.list-services__item .name .p {
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
/* border-block-sm and bg-block-sm */
.bg-block-sm,
.border-block-sm {
  padding: 30px;
  border-radius: 4px;
}
a.bg-block-sm,
a.border-block-sm,
.bg-block-sm,
.border-block-sm {
  display: block;
  cursor: pointer;
  color: inherit;
  height: 100%;
  border: 1px solid #e6e7e8;
}
a.border-block-sm {
  min-height: 200px;
}
.border-block {
  display: block;
  padding: 45px 30px;
  border: 1px solid #dde0e3;
}
.border-block--arrow {
  position: relative;
}
.border-block--arrow:before,
.border-block--arrow:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 60px;
  border: 20px solid transparent;
  border-right: 20px solid #dde0e3;
}
.border-block--arrow:after {
  border-right: 20px solid #ffffff;
  right: -webkit-calc(100% - 2px);
  right: calc(100% - 2px);
}
@media screen and (max-width: 991px) {
  .border-block {
    margin-bottom: -1px;
  }
  .border-block.block-arrow,
  .border-block {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .block-arrow::before,
  .block-arrow::after {
    display: none;
  }
}
/* friend */
.friend-block {
  border-radius: 4px;
  display: block;
  padding: 30px 32px 30px;
  position: relative;
  height: 100%;
}
.friend-block .inner {
  position: relative;
  padding-right: 30px;
  min-height: 60px;
}
.friend-block i {
  display: block;
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 15px;
}
.friend-block h4 {
  margin-bottom: 0;
}
.friend-block i {
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.friend-block:hover i {
  color: #ffffff;
}
.beneficial-box-preview {
  margin-bottom: 30px;
}
.beneficial-box-sm {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.beneficial-box-sm > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.beneficial-box-sm > i {
  margin-top: 7px;
}
.beneficial-box-sm .beneficial-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 20px;
  margin-bottom: 0;
}
.beneficial-box .inner {
  position: relative;
  padding-top: 100px;
}
.beneficial-box > * {
  position: relative;
  z-index: 10;
}
.beneficial-box .beneficial-category {
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
.beneficial-box .beneficial-title {
  margin-bottom: 0;
}
.beneficial-box .beneficial-img {
  z-index: 0;
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 130px;
  position: absolute;
  top: 0;
  right: 0;
}
/* accordion */
.structure-tree .item-wrap,
.nav-accordion .item-wrap {
  position: relative;
}
.structure-tree .item-wrap.active .dcjq-icon:after,
.nav-accordion .item-wrap.active .dcjq-icon:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.structure-tree {
  /* 1 уровень */
  /* 2 уровень */
  /* общее у 2 и 3 и 4 */
  /* 3 уровень */
  /* 4 уровень */
  /* 4 уровень */
  /*> li > ul > li > ul > li > ul {
        padding-top: 5px;
        padding-bottom: 15px;
        margin-left: 120px;
        position: relative;
        &:after {
            content: '';
            display: block;
            width: 1px;
            border-left: 1px dashed #d8d8d8;
            position: absolute;
            left: -25px;
            top: -20px;
            bottom: 20px;
        }
    }
    > li > ul > li > ul > li.dcjq-parent-li:last-child > ul:after {
        display: none;
    }
    > li > ul > li > ul > li > ul > li > div.item-wrap {
        margin-left: 0;
        margin-bottom: 20px;
        margin-top: 10px;
        padding-left: 20px;
        .big { .font-size(1.4); font-weight: normal; }
        .name {
            padding-left: 30px;
            position: relative;
            display: block;
            .icon-link, .icon-right-arrow {
                position: absolute;
                display: block !important;
                left: 0;
                top: 6px;
            }
        }
        .wrap-span {
            padding-right: 30px;
            position: relative;
            display: inline-block;
            .icon-link {
                position: absolute;
                top: 0;
                left: auto;
                right: 0;
                bottom: auto;
            }

        }
    }*/
  /* 5 уровень */
}
.structure-tree p,
.structure-tree .h4 {
  margin: 0;
}
.structure-tree .active .name.link-color:not(:hover) {
  color: inherit;
}
.structure-tree .icon-right-arrow {
  font-size: 10px;
}
.structure-tree .icon-link,
.structure-tree .icon-right-arrow {
  color: #c7c7c7;
  margin-left: 10px;
  position: relative;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.structure-tree .icon-link {
  font-size: 16px;
}
.structure-tree .name {
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  position: relative;
}
.structure-tree .name .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.structure-tree div.name .icon-right-arrow,
.structure-tree div.name .icon-link {
  display: none;
}
.structure-tree a.name .icon-right-arrow,
.structure-tree a.name .icon-link {
  display: inline;
}
.structure-tree a.name:hover .small {
  opacity: .7;
}
.structure-tree .small {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  opacity: 1;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}
.structure-tree > li > div.item-wrap {
  margin-bottom: 20px;
}
.structure-tree > li > div.item-wrap .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e6e7e8;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 32px;
  border-radius: 4px;
  background: #ffffff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.structure-tree > li > div.item-wrap .name .big {
  text-transform: uppercase;
}
.structure-tree > li > ul {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.structure-tree > li > ul > li > div.item-wrap {
  margin-left: 60px;
  margin-bottom: 20px;
}
.structure-tree > li > ul > li > div.item-wrap .name {
  background: #f4f7fb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 32px;
  border-radius: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.structure-tree li.dcjq-parent-li:last-child > ul:after {
  display: none;
}
.structure-tree > li > ul > li > ul,
.structure-tree > li > ul > li > ul > li > ul {
  position: relative;
}
.structure-tree > li > ul > li > ul:after,
.structure-tree > li > ul > li > ul > li > ul:after {
  content: '';
  display: block;
  width: 1px;
  border-left: 1px dashed #d8d8d8;
  position: absolute;
  top: -20px;
  bottom: 20px;
}
.structure-tree > li > ul > li > ul:after {
  left: 35px;
}
.structure-tree > li > ul > li > ul > li > ul:after {
  left: 95px;
}
.structure-tree > li > ul > li,
.structure-tree > li > ul > li > ul > li,
.structure-tree > li > ul > li > ul > li > ul > li {
  position: relative;
}
.structure-tree > li > ul > li > .item-wrap:after,
.structure-tree > li > ul > li > ul > li > .item-wrap:after,
.structure-tree > li > ul > li > ul > li > ul > li > .item-wrap:after {
  content: '';
  display: block;
  width: 1px;
  border-left: 1px dashed #d8d8d8;
  position: absolute;
  left: -25px;
  top: -20px;
  bottom: 0px;
}
.structure-tree > li > ul > li:last-child > .item-wrap:after,
.structure-tree > li > ul > li > ul > li:last-child > .item-wrap:after,
.structure-tree > li > ul > li > ul > li > ul > li:last-child > .item-wrap:after {
  bottom: 50%;
}
.structure-tree > li > ul > li > div.item-wrap,
.structure-tree > li > ul > li > ul > li > div.item-wrap,
.structure-tree > li > ul > li > ul > li > ul > li > div.item-wrap {
  position: relative;
}
.structure-tree > li > ul > li > div.item-wrap .line,
.structure-tree > li > ul > li > ul > li > div.item-wrap .line,
.structure-tree > li > ul > li > ul > li > ul > li > div.item-wrap .line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.structure-tree > li > ul > li > div.item-wrap .line:after,
.structure-tree > li > ul > li > ul > li > div.item-wrap .line:after,
.structure-tree > li > ul > li > ul > li > ul > li > div.item-wrap .line:after {
  content: '';
  display: block;
  width: 25px;
  border-top: 1px dashed #d8d8d8;
  position: absolute;
  left: -25px;
  top: 50%;
}
.structure-tree > li > ul > li > div.item-wrap .line:before,
.structure-tree > li > ul > li > ul > li > div.item-wrap .line:before,
.structure-tree > li > ul > li > ul > li > ul > li > div.item-wrap .line:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #d8d8d8;
  z-index: 10;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -5px;
}
.structure-tree > li > ul > li > ul {
  padding-top: 10px;
  padding-bottom: 10px;
}
.structure-tree > li > ul > li > ul > li > div.item-wrap {
  margin-left: 120px;
  margin-bottom: 20px;
  padding-left: 0px;
}
.structure-tree > li > ul > li > ul > li > div.item-wrap .big {
  font-weight: 600;
}
.structure-tree > li > ul > li > ul > li > div.item-wrap .line {
  left: 0px;
}
.structure-tree > li > ul > li > ul > li > div.item-wrap .name {
  background: #f4f7fb;
  padding: 30px;
  display: block;
}
.structure-tree > li > ul > li > ul > li > ul {
  padding-top: 10px;
  padding-bottom: 10px;
}
.structure-tree > li > ul > li > ul > li > ul > li > div.item-wrap {
  margin-left: 180px;
  margin-bottom: 20px;
  padding-left: 0px;
}
.structure-tree > li > ul > li > ul > li > ul > li > div.item-wrap .big {
  font-weight: 500;
}
.structure-tree > li > ul > li > ul > li > ul > li > div.item-wrap .line {
  left: 0px;
}
.structure-tree > li > ul > li > ul > li > ul > li > div.item-wrap .name {
  background: #f4f7fb;
  padding: 30px;
  display: block;
}
.structure-tree > li > ul > li > ul > li > ul > li > ul {
  padding-top: 5px;
  padding-bottom: 15px;
  margin-left: 180px;
  position: relative;
}
.structure-tree > li > ul > li > ul > li > ul > li > ul:after {
  content: '';
  display: block;
  width: 1px;
  border-left: 1px dashed #d8d8d8;
  position: absolute;
  left: -25px;
  top: -20px;
  bottom: 20px;
}
.structure-tree > li > ul > li > ul > li > ul > li > ul > li > div.item-wrap {
  margin-left: 0;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-left: 20px;
}
.structure-tree > li > ul > li > ul > li > ul > li > ul > li > div.item-wrap .big {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.structure-tree > li > ul > li > ul > li > ul > li > ul > li > div.item-wrap .name {
  padding-left: 30px;
  position: relative;
  display: block;
}
.structure-tree > li > ul > li > ul > li > ul > li > ul > li > div.item-wrap .name .icon-link,
.structure-tree > li > ul > li > ul > li > ul > li > ul > li > div.item-wrap .name .icon-right-arrow {
  position: absolute;
  display: block !important;
  left: 0;
  top: 6px;
}
.structure-tree > li > ul > li > ul > li > ul > li > ul > li > div.item-wrap .wrap-span {
  padding-right: 30px;
  position: relative;
  display: inline-block;
}
.structure-tree > li > ul > li > ul > li > ul > li > ul > li > div.item-wrap .wrap-span .icon-link {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
}
.structure-tree a.link-style span {
  border-color: rgba(11, 117, 186, 0.5);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none;
  display: inline;
  -webkit-transition: border .2s linear;
       -o-transition: border .2s linear;
          transition: border .2s linear;
}
.structure-tree a.link-style:hover span,
.structure-tree a.link-style:focus span {
  border-color: transparent !important;
}
.dcjq-icon,
.akk-toggle {
  position: absolute;
  display: block;
  left: 23px;
  bottom: -10px;
  border: 2px solid #bdc2d0;
  background: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 17px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  z-index: 10;
}
.dcjq-icon:after,
.akk-toggle:after,
.dcjq-icon:before,
.akk-toggle:before {
  content: '';
  position: absolute;
  background: #bdc2d0;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.dcjq-icon:before,
.akk-toggle:before {
  width: 10px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -5px;
}
.dcjq-icon:after,
.akk-toggle:after {
  width: 2px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -1px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.nav-accordion > li .item-wrap > a {
  font-weight: 500;
  display: block;
}
.nav-accordion > li > ul {
  padding-left: 20px;
  padding-top: 10px;
}
.nav-accordion > li > ul > li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.nav-accordion > li {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.nav-accordion > li:after {
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -15px;
  right: -15px;
  content: '';
  background: #bdc2d0;
}
.nav-accordion .item-wrap {
  padding-right: 50px;
}
.nav-accordion .dcjq-icon {
  left: auto;
  right: -3px;
  top: 50%;
  margin-top: -10px;
  bottom: auto;
}
a.border-block-sm,
.list-services__item,
.friend-block,
.spoiler-box,
.calendar#main-calendar-widget .event,
.table-tender__item,
.direction-box__wrap--1,
.a.border-block-sm,
a.bg-block-sm,
.service-pop-banner,
.action-preview__box {
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  -webkit-box-shadow: 0 0px 0px 0px rgba(165, 187, 182, 0.4);
          box-shadow: 0 0px 0px 0px rgba(165, 187, 182, 0.4);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
a.border-block-sm:hover,
.list-services__item:hover,
.friend-block:hover,
.spoiler-box:hover,
.calendar#main-calendar-widget .event:hover,
.table-tender__item:hover,
.direction-box__wrap--1:hover,
.a.border-block-sm:hover,
a.bg-block-sm:hover,
.service-pop-banner:hover,
.action-preview__box:hover {
  -webkit-box-shadow: 0 3px 30px 0px rgba(165, 187, 182, 0.4);
          box-shadow: 0 3px 30px 0px rgba(165, 187, 182, 0.4);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px);
}
.spoiler-box.open {
  -webkit-box-shadow: 0 3px 30px 0px rgba(165, 187, 182, 0.4);
          box-shadow: 0 3px 30px 0px rgba(165, 187, 182, 0.4);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px);
}
.structure-tree > li > div.item-wrap.active .name {
  -webkit-box-shadow: 0 3px 30px 0px rgba(165, 187, 182, 0.4);
          box-shadow: 0 3px 30px 0px rgba(165, 187, 182, 0.4);
}
/* mail-box */
.mail-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mail-box i {
  font-size: 18px;
}
.mail-box .btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 0;
}
/* ссыли на фоне */
.well {
  font-weight: 500;
  border: none;
  border-radius: 4px;
}
.well .list > .list-item {
  padding: 0;
  margin-bottom: 23px;
}
.well .list > .list-item:last-child {
  margin-bottom: 0;
}
.well .list > .list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.well .list > .list-item a i {
  margin-left: 15px;
}
.well .list > .list-item a:hover {
  opacity: .6;
}
.well .list {
  margin-bottom: 30px;
}
.well .btn-default {
  padding: 12px;
  font-size: 16px;
  font-size: 1.6rem;
}
.well.well-lg {
  padding: 40px 50px;
}
.anim-hidden {
  opacity: 0;
}
.anim-visible {
  opacity: 1;
}
/* теги */
.tags-list .summary {
  display: none;
}
.tags-result-list .summary {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 35px;
}
.tags-result-list .title {
  display: block;
  margin-bottom: 10px;
}
.tags-list > div {
  display: inline-block;
}
.tag,
.tags-list a {
  border-radius: 4px;
  padding: 6px 15px 7px 15px;
  margin-bottom: 3px;
  margin-top: 3px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
/* post */
.post-box__name.h4 {
  margin-bottom: 15px;
}
.post-list {
  margin-bottom: 25px !important;
  padding-bottom: 25px;
  border-bottom: 1px solid #dde0e3;
  display: block;
}
.post-list--img-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.post-list--img-left .media-category {
  margin-top: 0;
}
.post-list--img-left .post-list__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30%;
  height: 140px;
  position: relative;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  overflow: hidden;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
.post-list--img-left .post-list__img:after {
  content: '';
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: background .3s linear;
       -o-transition: background .3s linear;
          transition: background .3s linear;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.post-list--img-left .post-list__img img {
  width: 100%;
  height: auto;
  display: block;
}
.post-list--img-left .post-list__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
}
.post-list--img-left .post-list__info > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.post-list--img-left .post-list__info .post-name {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.post-list--img-left .post-list__info .page-date,
.post-list--img-left .post-list__info .page-place {
  margin-bottom: 0;
}
.post-list--img-left:hover .post-list__img:after {
  background: rgba(0, 0, 0, 0);
}
.post-list__bottom-text {
  margin-top: 10px;
}
.post-list__text {
  margin-top: 10px;
}
.post-list__name {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500;
}
.post-list .page-date {
  margin-top: 20px;
  margin-bottom: 10px;
}
.post-list__link-bottom {
  margin-top: 20px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.post-list--with-delete {
  padding-right: 85px;
  position: relative;
}
.post-list--with-delete .link-delete {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 30px;
}
.post-list__image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 4px;
}
.post-list--top {
  margin: 0 0 30px;
}
.post-list--top .page-date {
  margin-top: 0;
  margin-bottom: 15px;
}
.post-list--top .post-list__name {
  display: inline-block;
  margin-bottom: 30px;
}
.post-list--top a.post-list__name {
  display: block;
  margin-bottom: 10px;
}
.post-list__list {
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0;
}
.post-list__list .post-list {
  padding-left: 0 !important;
}
.post-list__list .post-list:before {
  display: none !important;
}
.post-list__list .post-list:last-child {
  border-bottom: 0;
}
.post-list__list a {
  font-weight: 600;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  text-decoration: none;
}
.post-list__list a p,
.post-list__list a .p {
  font-weight: 400;
}
.post-list.all_event_closest {
  margin-top: -26px;
  padding-top: 25px;
  padding-bottom: 40px;
  padding-left: 35px;
  padding-right: 35px;
  border-bottom: 0;
  position: relative;
  background: #f1f2f2;
}
.post-list.all_event_closest .media-category {
  margin-top: 26px;
}
.post-list.post-list--media .page-date,
.post-list.post-list--event .page-date {
  margin-top: 7px;
}
/* faq */
.faq-list {
  list-style: none !important;
  padding-left: 0;
  padding-right: 0;
  margin-top: 60px;
}
.faq-list li {
  list-style: none !important;
}
.faq-list > li {
  cursor: pointer;
  margin: 20px 0;
  padding-left: 20px;
  padding-right: 20px;
}
.faq-list > li > a {
  position: relative;
  -webkit-transition: color .2s linear;
       -o-transition: color .2s linear;
          transition: color .2s linear;
  padding-top: 20px;
}
.faq-list > li > a:before {
  content: '';
  background: url(../img/icon/arrow.svg) no-repeat;
  display: block;
  width: 7px;
  height: 13px;
  right: 3px;
  top: 50%;
  margin-top: -6px;
  position: absolute;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.faq-list > li > ul {
  display: none;
  padding-top: 0;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
}
.faq-list > li > ul > li {
  margin-bottom: 10px !important;
  padding-left: 0;
  padding-bottom: 1px;
}
.faq-list > li > ul > li:last-child {
  margin-bottom: 0;
}
.faq-list > li > ul > li > a {
  padding-left: 78px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  text-decoration: none;
  padding-right: 20px;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.faq-list > li > ul > li > a:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .2s linear;
       -o-transition: opacity .2s linear;
          transition: opacity .2s linear;
  opacity: 0;
  right: 0;
  background-color: #ffffff;
}
.faq-list > li > ul > li > a i {
  height: 30px;
  line-height: 30px;
  width: 35px;
  font-size: 29px;
  display: block;
  position: absolute;
  left: 30px;
  color: #939598;
  top: 18px;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}
.faq-list > li > ul > li > a i,
.faq-list > li > ul > li > a span {
  z-index: 10;
}
.faq-list > li > ul > li > a .name {
  position: relative;
}
.faq-list > li.open > a:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.faq-list > li > ul > li > a:hover:after,
.faq-list > li > ul > li.open > a:after {
  opacity: 0;
}
.faq-list > li > ul > li > a:hover:before,
.faq-list > li > ul > li.open a:before {
  opacity: 1;
}
.faq-list > li > a {
  font-weight: 500;
  padding-left: 7px;
  padding-right: 85px;
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  padding-bottom: 20px;
}
.faq-list__item-text {
  display: none;
  margin: 0;
  padding: 30px;
}
.faq-list .item-text-title {
  color: #939598;
  margin-bottom: 10px;
}
/* structure */
.content-map,
.ya-map-container {
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
  margin-top: 35px;
}
.ya-map-container .map,
.content-map .map {
  height: 400px;
}
/* direction */
.direction-box .h4,
.direction-box h4 {
  margin-bottom: 0;
  margin-top: 0;
}
.direction-box--1,
.direction-box--2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding-bottom: 45px;
}
.direction-box--3,
.direction-box--4 {
  border-top: 1px solid #dde0e3;
  padding-top: 20px;
  padding-bottom: 20px;
}
.direction-box--3 .title,
.direction-box--4 .title {
  font-weight: 500;
}
.direction-box--3 + .direction-title,
.direction-box--4 + .direction-title {
  margin-top: 20px;
}
.direction-box--small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
  margin-bottom: 35px;
}
.direction-box--small .direction-box__info {
  padding-right: 130px;
}
.direction-box--small .direction-box__photo {
  width: 100px;
  height: 100px;
}
.direction-box__wrap {
  margin-top: 0;
  padding-bottom: 0 !important;
  padding-top: 40px;
}
.direction-box__wrap .text-arrow-right i {
  display: none;
}
.direction-box__wrap a .text-arrow-right i {
  display: inline-block;
}
.direction-box__wrap-small {
  margin-top: 20px;
}
.direction-box__wrap-small--4 {
  margin-left: 30px;
}
.direction-box__wrap-small > .direction-box:first-child {
  padding-top: 0;
  border-top: 0;
}
.direction-box__photo {
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-top: 5px;
  width: 140px;
  height: 140px;
  margin-right: 30px;
}
.direction-box__photo img {
  width: 100%;
  height: auto;
}
.direction-box__wrap-sub {
  padding: 20px 30px 20px 30px;
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
}
.direction-box__wrap-sub:after {
  content: '';
  position: absolute;
  left: 75px;
  top: -48px;
  border: 24px solid transparent;
  border-bottom: 24px solid #f4f7fb;
}
.direction-box__wrap-sub + .direction-title,
.direction-box__wrap-sub + .direction-box {
  padding-top: 40px;
}
.direction-box .title {
  margin-bottom: 0;
  margin-top: 0;
}
.direction-box__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.direction-box__info > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.direction-title {
  font-weight: 500;
}
.direction-title--1,
.direction-title--2 {
  text-transform: uppercase;
}
.direction-title--2 + .direction-box {
  padding-top: 35px;
  border-top: 1px solid #dde0e3;
}
.direction-title--3 + .direction-box,
.direction-title--4 + .direction-box {
  border-color: #aeb0b4;
}
.direction-box__wrap-sub.bg-gray + .direction-box {
  padding-top: 35px;
}
.border-block-sm.direction-box__wrap--2 {
  border-color: #fafcff;
}
/* direction в карточке */
.direction-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 10px;
}
.direction-card__photo {
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  border-radius: 4px;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}
.direction-card__photo img {
  max-width: 100%;
  height: auto;
  display: block;
}
.direction-card__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.direction-card__info.info-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.direction-card__info.info-row > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.direction-card__info.info-row .info-top .direction-info-list {
  padding-right: 50px;
}
.direction-card__info.info-row .info-top {
  width: 65%;
}
.direction-card__info.info-row .info-bottom {
  width: 35%;
}
.direction-card__info.info-row .info-bottom .left {
  width: 100px;
}
.direction-info-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 15px;
  margin-top: 15px;
}
.direction-info-list li:first-child {
  margin-top: 0;
}
.direction-info-list li:last-child {
  margin-bottom: 0;
}
.direction-info-list .left {
  width: 160px;
  padding-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
/* rate */
.rate_row {
  text-align: center;
  margin-top: 20px;
}
.rate_star {
  display: inline-block;
  width: 23px;
  height: 23px;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.rate_star:after {
  color: #939598;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "\e914";
  font-size: 23px;
  line-height: 23px;
  display: block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-rate {
  margin-top: 20px;
}
.rate_star:hover:after,
.rate_star.over:after,
.rate_star.checked:after {
  content: "\e922";
}
.rate-form.send .btn-rate {
  display: none;
}
/* pagination */
.custom-pagination-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.custom-pagination-btn > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.custom-pagination-btn .custom-pagination {
  margin: 0;
  margin-right: 25px;
}
.custom-pagination-btn .btn {
  height: 40px;
  line-height: 38px;
  min-width: 180px;
  padding: 0;
  border-radius: 0;
}
.custom-pagination-btn .btn + .btn {
  margin-left: 15px;
}
.wrap-pagination {
  margin-top: 68px;
  margin-bottom: 85px;
  text-align: center;
}
.custom-pagination {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.custom-pagination li {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 10px;
}
.custom-pagination li:last-child {
  margin-right: 0px;
}
.custom-pagination li a {
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: 0;
  width: 54px;
  height: 54px;
  line-height: 54px;
  color: #333333;
}
.custom-pagination li.prev a,
.custom-pagination li.next a {
  border: 1px solid #F5F6F6;
}
.custom-pagination li a:hover,
.custom-pagination li.active a {
  background-color: #F1F2F2;
}
.custom-pagination li a i {
  font-weight: bold;
  top: -1px;
  position: relative;
}
.custom-pagination li.disabled a {
  color: #d5dae0;
  cursor: default;
}
.custom-pagination li.disabled a:hover {
  background-color: #ffffff;
}
.custom-pagination li .dots {
  display: inline-block;
  padding: 11px 10px;
  line-height: 1em;
}
/* блок поделиться */
.ya-share2__item .ya-share2__icon {
  display: block !important;
  background-repeat: no-repeat !important;
  width: 37px !important;
  height: 37px !important;
  border: 2px solid #c9c9c9;
  -webkit-transition: border-color 0.2s linear;
       -o-transition: border-color 0.2s linear;
          transition: border-color 0.2s linear;
  border-radius: 50%;
  color: #c9c9c9;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 33px;
  font-size: 20px;
  text-align: center;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none !important;
}
.ya-share2__item .ya-share2__icon:before {
  content: '';
  display: block;
  -webkit-transition: color .2s linear;
       -o-transition: color .2s linear;
          transition: color .2s linear;
}
.ya-share2__item .ya-share2__badge {
  background-color: transparent !important;
}
.wrap-popover-sharp .ya-share2__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.wrap-popover-sharp {
  position: static !important;
}
.wrap-popover-sharp .btn {
  width: 100%;
}
.wrap-popover-sharp .popover-sharp {
  left: 0;
  right: 0;
}
.wrap-popover-sharp .popover-sharp-list {
  padding: 5px 55px 5px 10px;
}
.wrap-popover-sharp .close {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  opacity: .5;
  font-size: 18px;
  margin-top: -8px;
}
.ya-share2__item.ya-share2__item_service_vkontakte .ya-share2__icon:before {
  content: '\e90e';
  font-size: 12px;
  line-height: 36px;
}
.ya-share2__item.ya-share2__item_service_facebook .ya-share2__icon:before {
  content: "\e903";
}
.ya-share2__item.ya-share2__item_service_odnoklassniki .ya-share2__icon:before {
  content: '\e90a';
}
.ya-share2__item.ya-share2__item_service_twitter .ya-share2__icon:before {
  content: '\e90d';
  font-size: 16px;
  line-height: 34px;
}
.ya-share2__container_size_m .ya-share2__item {
  margin: 15px 7px !important;
}
.popover {
  border-radius: 4px !important;
  border: 1px solid #efefef !important;
}
.popover.bottom > .arrow {
  border-bottom-color: #e0e0e0 !important;
}
.wrap-popover-sharp .popover.bottom {
  left: 0 !important;
  right: 0 !important;
  max-width: none;
  width: auto;
}
.wrap-popover-sharp .popover.bottom > .arrow {
  left: auto !important;
  margin-left: 0 !important;
  right: 20px !important;
}
/* table-tender */
.table-tender__item {
  width: 100%;
  min-height: 0 !important;
  margin-bottom: 10px;
}
.table-tender__item .tender-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}
.table-tender__item .value {
  font-weight: 500;
}
.table-tender__item .format .value {
  font-size: 18px;
  font-weight: 600;
}
.table-tender__item .sum {
  font-size: 20px;
}
.table-tender__item .side-right,
.table-tender__item .side-left {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 14px;
  font-size: 1.4rem;
}
.table-tender__item p {
  margin-bottom: 5px;
}
.table-tender__item .side-left {
  width: 65%;
  padding-right: 20px;
}
.table-tender__item .side-right {
  width: 35%;
  padding-right: 0;
  text-align: right;
}
.tender-link {
  white-space: nowrap;
}
.tender-block--footer {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* info-link-block */
.info-link-block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.info-link-block p {
  padding-bottom: 15px;
}
.info-link-block a {
  padding-left: 30px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.info-link-block span {
  border-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none;
  -webkit-transition: border .2s linear;
       -o-transition: border .2s linear;
          transition: border .2s linear;
  display: inline-block;
}
.info-link-block i {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: #ffffff;
  font-style: normal;
  text-align: center;
  line-height: 20px;
}
/* filter in sidebar */
.filter-btn {
  -webkit-transition: color .3s linear, background .3s linear;
       -o-transition: color .3s linear, background .3s linear;
          transition: color .3s linear, background .3s linear;
  z-index: 999;
  bottom: 10px;
  padding: 0;
}
.filter-btn,
.filter-btn .btn-show-result {
  width: 250px;
  height: 55px;
  cursor: pointer;
  color: #ffffff;
  font-weight: 500;
  position: fixed;
  left: 50%;
  margin-left: -125px;
  right: 0;
}
.filter-btn .btn-show-result {
  bottom: 10px;
  padding: 15px 0;
}
.filter-btn.show {
  opacity: 1;
}
.filter-btn .close-filter {
  display: none;
}
.filter-btn .open-filter {
  display: block;
}
.filter-btn .btn-close-filter,
.filter-btn .btn-open-filter {
  padding: 12px 25px;
  cursor: pointer;
}
.filter-btn .btn-close-filter {
  display: none;
  margin-top: 0;
  text-align: right;
}
.filter-btn .btn-close-filter i {
  font-size: 10px;
  top: 1px;
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  text-align: center;
  margin-left: 13px;
  line-height: 29px;
  margin-right: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.filter-btn.active {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  width: auto;
  z-index: 999999;
}
.filter-btn.active .open-filter {
  display: none;
}
.filter-btn.active .close-filter {
  display: block;
}
.filter-btn .inner {
  z-index: 10;
  position: relative;
}
.filter-btn i {
  margin-right: 10px;
  font-size: 20px;
  top: 4px;
  position: relative;
}
.filter-btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .8;
  z-index: 0;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.filter-btn:hover:after {
  opacity: 1;
}
/* block-douwnload-sm */
.block-douwnload-sm.border-block {
  padding: 30px;
  font-size: 16px;
}
.block-douwnload-sm .btn-block {
  margin: 0 0 10px;
}
.block-douwnload-sm .format {
  margin-right: 10px;
}
.block-douwnload-sm .name {
  font-weight: 500;
}
.doc-text {
  padding: 40px 45px;
  margin-top: 50px;
}
/* block-douwnload-md */
.document-list__wrap {
  margin-top: 55px;
  margin-bottom: 55px;
}
.block-douwnload-md {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 35px 45px 35px 185px;
  display: block;
}
.block-douwnload-md .doc-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 135px;
  padding: 9px 7px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-douwnload-md .doc-icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #dadede;
  width: 0;
  height: 0;
  z-index: 10;
  border: 15px solid transparent;
  border-top: 15px solid #f1f2f2;
  border-right: 15px solid #f1f2f2;
}
.block-douwnload-md .doc-icon:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
  opacity: 1;
  background-color: #e5eaea;
}
.block-douwnload-md .doc-icon > * {
  position: relative;
  z-index: 2;
  margin: 5px 0;
}
.block-douwnload-md .format {
  font-weight: 500;
}
.block-douwnload-md .doc-icon-bg {
  position: absolute;
  display: block;
  z-index: 1;
  left: 20px;
  right: 20px;
  top: 50%;
  height: 3px;
  margin-top: -2px;
  background-color: #ffffff;
}
.block-douwnload-md .name {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-douwnload-md .btn.btn-block.btn-primary {
  margin: 25px 0 0;
  width: 210px;
}
/* photo-box */
.photo-box-wrap > div:nth-last-child(1),
.photo-box-wrap > div:nth-last-child(2) {
  margin-bottom: 0;
}
.photo-box {
  margin-bottom: 30px;
  position: relative;
}
.photo-box .icon-arrow-top {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 15px;
  color: #ffffff;
  z-index: 10;
}
.photo-box .bg-box {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  height: 135px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 35px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-right: 60px;
}
.photo-box .bg-box:hover .bg {
  -webkit-transform: translateZ(0) scale(1.06, 1.06);
          transform: translateZ(0) scale(1.06, 1.06);
}
.photo-box .bg-box:hover .text i {
  opacity: .5;
}
.photo-box .text {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.photo-box .text i {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
  opacity: 1;
}
.photo-box .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: top;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transition: -webkit-transform .3s linear;
       -o-transition: -o-transform .3s linear;
          transition: transform .3s linear;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
}
.photo-box .bg:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  -webkit-transition: background .3s linear;
       -o-transition: background .3s linear;
          transition: background .3s linear;
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  bottom: 0;
  height: 70%;
}
.theme-box {
  margin-bottom: 30px;
}
.theme-box .news-date {
  display: block;
  margin-bottom: 15px;
}
/* read-more-arrow */
.read-more-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
.read-more-arrow i {
  font-size: 12px;
  font-size: 1.2rem;
  opacity: .5;
}
/* box-photo-boss */
.widget-mayor-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 375px;
}
.widget-mayor-btn i {
  color: inherit !important;
  position: relative;
  top: 1px;
  padding-left: 20px;
  font-size: 16px;
}
.widget-mayor-btn i:after {
  content: '';
  width: 2px;
  opacity: .4;
  background: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  height: 30px;
  top: 50%;
  margin-top: -15px;
}
.widget-mayor-btn > span {
  margin-right: 40px;
}
.widget-mayor-btn > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.widget-mayor__wrap {
  height: 100%;
  display: block;
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
  padding-bottom: 190px;
  margin-bottom: 0;
}
.widget-mayor__wrap > * {
  position: relative;
  z-index: 10;
}
.widget-mayor__name {
  font-size: 19px;
  font-weight: 500;
  margin-top: 40px;
}
.widget-mayor__name > span {
  font-size: 28px;
}
.widget-mayor__position {
  margin-top: 25px;
}
.widget-mayor__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: bottom right;
  display: block;
  z-index: 0;
}
.widget-mayor__bottom {
  background: rgba(59, 66, 86, 0.35);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  height: 160px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
}
.widget-mayor__bottom > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.widget-minister__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}
.widget-minister .box-photo-boss {
  padding-bottom: 70px;
}
.widget-minister .read-more-arrow {
  position: absolute;
  bottom: 30px;
  width: auto;
  left: 30px;
  right: 30px;
}
.photo-height-fix-boss {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box-photo-boss {
  margin-top: 0 !important;
  padding-top: 210px !important;
  padding-bottom: 30px;
  position: relative;
  margin: 0;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.box-photo-boss .bg {
  height: 180px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.box-photo-boss .bg .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: top;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transition: -webkit-transform .3s linear;
       -o-transition: -o-transform .3s linear;
          transition: transform .3s linear;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
}
.box-photo-boss:hover .bg .img {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-transform: translateZ(0) scale(1.06, 1.06);
          transform: translateZ(0) scale(1.06, 1.06);
}
/* box-photo-sub-boss */
.box-photo-sub-boss {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-top: 10px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.box-photo-sub-boss .title {
  margin: 0;
}
.box-photo-sub-boss .photos {
  height: 35px;
  position: relative;
  width: 67px;
}
.box-photo-sub-boss .photos .img {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  display: block;
  position: absolute;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
       -o-transform: translateX(0px);
          transform: translateX(0px);
}
.box-photo-sub-boss .photos .img-1 {
  right: 0;
  z-index: 1;
}
.box-photo-sub-boss .photos .img-2 {
  right: 17px;
  z-index: 2;
  -webkit-transition: 0.2s ease-out;
       -o-transition: 0.2s ease-out;
          transition: 0.2s ease-out;
}
.box-photo-sub-boss .photos .img-3 {
  right: 35px;
  z-index: 3;
  -webkit-transition: 0.25s ease-out;
       -o-transition: 0.25s ease-out;
          transition: 0.25s ease-out;
}
.box-photo-sub-boss .photos .img-4 {
  right: 52px;
  z-index: 4;
  -webkit-transition: 0.3s ease-out;
       -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out;
}
.box-photo-sub-boss:hover .img-2 {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
       -o-transform: translateX(-5px);
          transform: translateX(-5px);
}
.box-photo-sub-boss:hover .img-3 {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
       -o-transform: translateX(-10px);
          transform: translateX(-10px);
}
.box-photo-sub-boss:hover .img-4 {
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
       -o-transform: translateX(-15px);
          transform: translateX(-15px);
}
/* tabs-nav-wrap */
.section-head--arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.section-head--arrow .section-head {
  margin-bottom: 0;
}
.section-head__arrow {
  font-weight: 500;
}
.section-head__arrow i {
  opacity: .5;
  margin-left: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  top: 1px;
}
.tabs-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  clear: both;
  border-bottom: 1px solid #d5dae0;
  margin-bottom: 60px;
}
.tabs-nav-wrap.tabs-nav-wrap--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.tabs-nav-wrap.tabs-nav-wrap--column .section-head,
.tabs-nav-wrap.tabs-nav-wrap--column .page-title {
  white-space: normal !important;
  width: 100%;
}
.tabs-nav-wrap.tabs-nav-wrap--column .nav.nav-tabs {
  text-align: left;
  margin-top: 25px;
  width: 100% !important;
}
.tabs-nav-wrap.tabs-nav-wrap--map-city {
  margin-bottom: 30px;
}
.tabs-nav-wrap h3.section-head,
.tabs-nav-wrap .page-title {
  margin: 0;
  padding: 0;
  position: relative;
  top: 1px;
  white-space: nowrap;
  min-height: 45px;
  padding-right: 50px;
  min-width: 230px;
}
.tabs-nav-wrap .nav-tabs .tabs-container {
  display: none !important;
  vertical-align: middle;
  width: 30px;
  padding: 0 !important;
  float: none;
  margin-left: 10px;
}
.tabs-nav-wrap .nav-tabs .tabs-container.container-active {
  float: right;
  display: inline-block !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  min-width: 33px;
}
.tabs-nav-wrap .nav-tabs > li {
  padding: 0 15px;
  padding-right: 0;
  padding-left: 30px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
}
.tabs-nav-wrap .nav-tabs > li:first-child {
  padding-left: 0;
}
.tabs-nav-wrap .nav-tabs > li > a {
  font-weight: 500;
  color: inherit;
  margin: 0;
  border: none;
  padding: 14px 0 22px;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}
.tabs-nav-wrap .nav-tabs > li > a:hover {
  border: none;
  background-color: inherit;
}
.tabs-nav-wrap .nav-tabs > li.active > a,
.tabs-nav-wrap .nav-tabs > li:hover > a {
  border: none;
  background-color: inherit;
  margin: 0;
  border-bottom: 4px solid #0575bc;
}
.tabs-nav-wrap .nav.nav-tabs {
  border: none;
  font-size: 0;
  text-align: right;
  min-width: 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.nav-tabs li.active > a,
.nav-tabs li.active > a:focus,
.nav-tabs li.active > a:hover {
  outline: none;
  color: inherit;
}
.nav-tabs > li.custom-tab-item {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.tabs-container__btn {
  color: #8d96a1;
  min-height: 45px;
}
.tabs-container__btn:before {
  content: "\e909";
  padding-left: 15px;
  padding-right: 0;
  cursor: pointer;
  font-size: 4px;
  position: relative;
  top: 5px;
  vertical-align: bottom;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tabs-container__content {
  width: 270px;
  border: 1px solid #ededed;
  border-radius: 0;
  padding: 0;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  left: 100%;
  max-height: 360px;
  overflow: auto;
}
.tabs-container__content li {
  display: block;
  width: 100%;
  text-decoration: none;
}
.tabs-container__content li a {
  padding: 15px 30px;
  color: #333333;
  display: block;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
       -o-transition: background-color 0.2s;
          transition: background-color 0.2s;
}
.tabs-container__content li a:hover {
  background-color: #f8f8f8;
}
/* btn-collapsed */
.btn.btn-collapsed {
  position: relative;
  border: 0;
  padding-right: 50px;
  text-align: left;
  margin-bottom: 20px;
}
.btn.btn-collapsed i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  font-size: 25px;
  color: #ffffff;
  display: block;
}
.btn.btn-collapsed.collapsed:hover,
.btn.btn-collapsed.collapsed:focus,
.btn.btn-collapsed.collapsed {
  background-color: #f4f4f4;
  color: #000000;
}
.btn.btn-collapsed.collapsed:hover i,
.btn.btn-collapsed.collapsed:focus i,
.btn.btn-collapsed.collapsed i {
  color: #939598;
}
.btn.btn-collapsed.collapsed:hover {
  background-color: #dbdbdb;
}
/* list-table-style */
.list-table-style {
  list-style: none;
  padding-left: 0;
  display: table;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.list-table-style a {
  display: block;
}
.list-table-style a:hover {
  text-decoration: underline;
}
.list-table-style li {
  display: table-row;
  -webkit-transition: background .2s linear;
       -o-transition: background .2s linear;
          transition: background .2s linear;
}
.list-table-style li:hover {
  background: #f4f4f4;
}
.list-table-style li:hover .tag {
  background-color: #ffffff;
  -webkit-transition: background .2s linear;
       -o-transition: background .2s linear;
          transition: background .2s linear;
}
.list-table-style__col {
  width: 50%;
  display: table-cell;
  padding: 18px 20px;
  line-height: 1.2;
  border: 1px solid #e6e6e6;
  border-left: 0;
  border-top: 0;
}
.list-table-style__head {
  font-weight: 600;
  background: transparent !important;
}
@media (max-width: 600px) {
  .list-table-style__col {
    width: 100%;
    display: block;
  }
  .list-table-style__col:first-child {
    border-bottom: 0;
    padding-bottom: 0;
    font-weight: 500;
  }
  .list-table-style__head {
    display: none !important;
  }
}
/* list-dataset */
.list-dataset {
  padding-left: 0;
}
.list-dataset > li {
  list-style: none;
  padding-left: 0;
  background: #f8f8f8;
  padding: 25px 35px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.list-dataset__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
  display: block;
}
.list-dataset__name:hover,
.list-dataset__name:focus {
  color: #0575bc;
}
.list-dataset__date {
  float: left;
  padding-top: 15px;
}
.list-dataset__download {
  float: right;
}
.list-dataset__download .btn {
  min-width: 0;
}
.list-dataset__download .btn-group.bootstrap-select {
  width: 200px !important;
  margin-left: 15px;
}
.col-pd-wide {
  padding-right: 36px;
  padding-left: 36px;
}
.download-block {
  padding-left: 18px !important;
  padding-right: 18px !important;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .list-dataset__download,
  .list-dataset__date {
    width: 100%;
  }
  .list-dataset__download .btn-group.bootstrap-select {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .list-dataset__date {
    margin-bottom: 20px;
  }
}
.smi-source i {
  margin-right: 8px;
  font-size: 12px;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}
/* breadcrumb */
.breadcrumb > .active {
  color: #b5b5b5;
}
.breadcrumb-section {
  padding-top: 20px;
  padding-bottom: 0;
  min-height: 88px;
}
.breadcrumb {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  padding-top: 23px;
  padding-bottom: 25px;
  padding-left: 1px;
  margin-bottom: 0;
}
.breadcrumb > li {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
}
.breadcrumb > li + li:before {
  content: none;
}
.breadcrumb > li:after {
  padding: 0 7px 0 13px;
  color: #939598;
  content: "/\00a0";
}
.breadcrumb > li:first-child:after {
  padding: 0 7px 0 13px;
}
.breadcrumb > li a {
  color: #939598;
}
.breadcrumb .home:after {
  content: "\e915";
  font-size: 14px;
  font-size: 1.4rem;
  display: none;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  top: 0px;
  position: relative;
  padding-right: 6px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 0;
  -webkit-transition: color .2s linear;
       -o-transition: color .2s linear;
          transition: color .2s linear;
}
/* email-list */
.email-list {
  padding-left: 0;
  margin: 0;
}
.email-list li {
  list-style: none;
  padding: 28px 30px;
  border-top: 1px solid #dedede;
  font-weight: 500;
  position: relative;
  padding-right: 90px;
}
.email-list--top li {
  border-top: 0;
  border-bottom: 1px solid #dedede;
}
.email-list--top li:first-child {
  padding-top: 13px;
}
.email-list .link-delete {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -15px;
}
.email-list__email {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
/* slider-main */
.slider-main__wrap {
  position: relative;
}
.slider-main-indicator {
  width: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 2px;
  background: #ffffff;
  content: '';
  display: block;
}
.slider-main .slick-next,
.slider-main .slick-prev {
  display: none !important;
}
.slider-main__item {
  height: 440px !important;
  width: 100%;
}
.slider-main__item .container {
  height: 100%;
}
.slider-main__item:hover .slider-main-img:after {
  opacity: .4;
}
.slider-main__sub-text {
  font-size: 16px;
}
.slider-main__nav-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.slider-main__nav-wrap .slick-dots {
  margin: 0;
}
.slider-main__nav-wrap > .btn {
  height: 56px;
  width: auto;
  min-width: 0;
  width: 56px;
  max-width: 56px;
  padding: 0;
  margin-left: 10px;
}
.slider-main__nav-wrap > .btn i {
  font-size: 14px;
  line-height: 54px;
}
.slider-main__nav {
  display: block;
}
.slider-main__nav .slick-dots li button {
  background: #b0022c !important;
  opacity: .6;
}
.slider-main__nav .slick-dots li.slick-active button,
.slider-main__nav .slick-dots li button:focus,
.slider-main__nav .slick-dots li button:focus {
  opacity: 1;
}
.slider-main .inner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 70px;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 70px;
}
.slider-main .inner > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.slider-main .inner .item-caption {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  width: 50%;
  max-width: 550px;
  z-index: 10;
  position: relative;
}
.slider-main .inner .btn {
  min-width: 220px;
  position: relative;
  z-index: 10;
}
.slider-main .slider-main-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}
/* banner */
.banner-slider__nav {
  left: 30px;
  bottom: 0;
}
.banner-slider .item-caption {
  position: absolute;
  top: 30px;
  bottom: 50px;
  left: 30px;
  right: 30px;
  height: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
.banner-slider .item-caption > span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  height: auto;
}
.banner-slider__wrap {
  height: 100%;
  position: relative;
}
.banner-slider__wrap * {
  height: 100%;
}
.banner-slider__item {
  min-height: 350px !important;
  width: 100%;
}
.banner-slider__item:hover .banner-img {
  -webkit-transform: translateZ(0) scale(1.06, 1.06);
          transform: translateZ(0) scale(1.06, 1.06);
}
.banner-slider .banner-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-transition: -webkit-transform .3s linear;
       -o-transition: -o-transform .3s linear;
          transition: transform .3s linear;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
}
.banner-slider .banner-img:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
}
.aside .banner-slider__item {
  min-height: 360px !important;
}
.banner-slider__nav {
  position: absolute;
  height: auto;
}
/* quiz */
.widget-quiz .bg-box {
  margin: 0;
}
.widget-quiz__link {
  margin-bottom: 25px;
  display: block;
}
.widget-quiz__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}
.widget-quiz__inner {
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url(../img/quiz-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  -webkit-background-size: contain;
          background-size: contain;
}
.quiz-sub-caption {
  margin-bottom: 40px;
}
/* links */
.widget-links__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 0;
}
.widget-links__wrap {
  min-height: 400px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* map-city */
#map-city {
  height: 690px;
  position: absolute;
  right: 0;
  width: -webkit-calc(50vw + 130px);
  width: calc(50vw + 130px);
}
.map-city {
  height: 690px;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
.map-city .ps__rail-y {
  opacity: .2;
}
.map-city .ps:hover > .ps__rail-y,
.map-city .ps--focus > .ps__rail-y,
.map-city .ps--scrolling-y > .ps__rail-y {
  opacity: .4;
}
.map-city__group {
  margin-bottom: 20px;
  font-size: 13px;
}
.map-city__name {
  display: block;
}
.map-city__address {
  margin-bottom: 45px;
}
.map-city__content {
  height: 100%;
  padding-right: 60px;
  padding-left: 60px;
  overflow: auto;
  position: relative;
  padding-bottom: 30px;
}
.map-city__link {
  position: absolute;
  bottom: 40px;
  left: 60px;
  right: 60px;
  text-align: center !important;
}
.map-city .address-caption {
  display: block;
  margin-bottom: 10px;
}
.map-city__panel {
  width: 400px;
  z-index: 10;
  height: 635px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
  display: none;
}
.map-city .panel-inner {
  padding-top: 40px;
  padding-bottom: 120px;
  overflow: auto;
  height: 100%;
  position: relative;
}
.map-city .panel-inner:after {
  content: '';
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  display: block;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.close-map-panel {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 10;
}
.map-hint {
  position: relative;
  width: 250px;
  border-radius: 4px;
  margin-top: -100px;
  margin-left: -140px;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}
.map-hint__inner {
  padding: 20px 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.map-hint__text {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.toggler-size {
  z-index: 5;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  display: block;
  width: 44px;
  height: 44px;
  text-align: center !important;
  line-height: 50px;
}
.toggler-size i {
  text-align: center;
  position: relative;
  left: 1px;
}
.mark-tab {
  padding-left: 15px !important;
  position: relative;
  display: inline-block;
}
.mark-tab i.mark-tab__mark {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 7px;
  width: 7px;
  margin-top: -4px;
  left: 0;
  border-radius: 7px;
}
@media (min-width: 991px) {
  .map-city-size.full-map {
    width: 100vw;
    height: -webkit-calc(100vh - 140px);
    height: calc(100vh - 140px);
    position: fixed;
    top: 140px;
    left: 0;
    z-index: 999;
  }
  .map-city-size.full-map #map-city {
    width: 100%;
    height: 100%;
  }
  .map-city-size.full-map .toggler-size {
    position: absolute;
    right: 0px;
  }
  .map-city-size.full-map .toggler-size i:before {
    content: '\e92d';
  }
  .map-city-size.full-map .map-city__panel {
    position: absolute;
    right: 0;
    top: 64px;
    height: -webkit-calc(100vh - 265px);
    height: calc(100vh - 265px);
  }
  body.body-full-map {
    overflow: hidden !important;
    padding-right: 0 !important;
  }
}
/* end map-city */
/* quiz */
.quiz-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quiz-head > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.quiz-head__start {
  padding-right: 30px;
}
.quiz-head__end .sub-caption-box {
  margin-left: 13px;
}
.quiz-box {
  min-height: 0 !important;
  margin-bottom: 10px;
}
.quiz-box .quiz-footer .btn {
  min-width: 220px;
}
.quiz-box .quiz-title {
  display: block;
}
.quiz-box .quiz-head {
  margin-bottom: 25px;
}
.quiz-ok i {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.quiz-rersult .h4 {
  font-weight: 400;
}
.quiz-rersult-percent__top {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.quiz-rersult-percent__inner {
  padding-left: 30px;
  position: relative;
}
.quiz-rersult-percent .title,
.quiz-rersult-percent .percent {
  margin: 0 !important;
}
.quiz-rersult-percent .percent {
  font-weight: 500;
}
.quiz-rersult-percent .rersult-check {
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 5px;
}
.quiz-rersult-percent .progress {
  margin-bottom: 6px;
  border: 0 !important;
  background-color: rgba(132, 142, 153, 0.2);
}
.quiz-rersult-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.quiz-rersult-num > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.quiz-rersult-num .num {
  min-width: 60px;
  min-height: 60px;
  padding: 0;
  text-align: center;
  line-height: 61px;
  margin: 0 !important;
  margin-right: 20px !important;
  display: inline-block;
  cursor: default;
}
.quiz-rersult-text .text {
  min-height: 60px;
  width: 100%;
  margin-bottom: 10px;
}
/* end quiz */
/* service-pop-preview */
.bnt-white {
  background: #ffffff;
  color: #e20338 !important;
  font-weight: 500;
  min-width: 220px;
  margin-right: 20px;
}
.service-pop-banner {
  background: #2194b5;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 55px;
}
.service-pop-banner .btn {
  min-width: 280px;
}
.service-pop-banner .h3 {
  font-size: 20px;
}
.service-pop-banner .btn-block + .btn-block {
  margin-top: 15px;
}
.service-pop-banner:hover,
.service-pop-banner:focus,
.service-pop-banner:active {
  color: #ffffff;
}
.service-pop-banner .icon-banner {
  background: url(../img/icon-banner.svg) no-repeat center;
  height: 85px;
  width: 106px;
  height: 112px;
  display: block;
}
.service-pop-banner .center {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 60px;
}
.service-pop-banner .center .h4 {
  font-weight: 500;
}
.service-pop-banner .center .top-text {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.service-pop-banner .left {
  padding-right: 64px;
  padding-left: 15px;
  position: relative;
  margin-right: 60px;
}
.service-pop-banner .left:after {
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  content: '';
  position: absolute;
  display: block;
  width: 2px;
}
.service-pop-banner .left,
.service-pop-banner .right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.service-pop-banner .big,
.service-pop-banner .small {
  display: block;
  text-align: center;
}
.service-pop-banner .big {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
}
.service-pop-banner .small {
  font-size: 13px;
  text-transform: uppercase;
}
.service-pop-banner.service-pop-banner--boss {
  background: #a81e38;
  margin-bottom: 0px;
  margin-top: 0px;
}
.service-pop-banner.service-pop-banner--boss h3 {
  font-size: 22px;
}
.service-pop-banner.service-pop-banner--boss .btn-brown:hover,
.service-pop-banner.service-pop-banner--boss .btn-brown:focus {
  color: #ffffff;
  background: #e20338;
  border-color: #e20338;
  -webkit-box-shadow: 0 4px 13px 0px rgba(148, 1, 36, 0.7);
          box-shadow: 0 4px 13px 0px rgba(148, 1, 36, 0.7);
}
.service-pop-banner.service-pop-banner--boss .btn-brown {
  color: #a81e38;
}
.service-pop-banner.service-pop-banner--child {
  background: #e20338;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0;
  padding-bottom: 0;
}
.service-pop-banner.service-pop-banner--child .center {
  padding-top: 20px;
  padding-bottom: 20px;
}
.service-pop-banner.service-pop-banner--child .service-pop-banner.service-pop-banner--child .left {
  padding-top: 0;
}
.service-pop-banner.service-pop-banner--child .icon-banner {
  background-image: url(../img/child-banner.svg);
  height: 192px;
  width: 151px;
}
.service-pop-banner.service-pop-banner--child .left {
  margin-right: 15px;
  padding-top: 20px;
}
.service-pop-banner.service-pop-banner--child .left:after {
  display: none !important;
}
.service-pop-banner.service-pop-banner--child .bottom-text {
  text-transform: uppercase;
  font-size: 12px;
  opacity: .6;
  font-weight: 600;
}
.service-pop-banner.service-pop-banner--child .h3 {
  font-size: 24px !important;
  margin-bottom: 7px !important;
}
.service-pop-banner.service-pop-banner--child .btn-brown-border {
  border-color: #f9c8d3;
}
.service-pop-banner.service-pop-banner--child .btn-brown-border:hover,
.service-pop-banner.service-pop-banner--child .btn-brown-border:focus {
  border-color: #ffffff;
  -webkit-box-shadow: 0 4px 13px 0px rgba(148, 1, 36, 0.7);
          box-shadow: 0 4px 13px 0px rgba(148, 1, 36, 0.7);
}
.service-pop-banner.service-pop-banner--child .tel-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-pop-banner.service-pop-banner--child .tel-box {
  white-space: nowrap;
}
.service-pop-banner.service-pop-banner--child .tel-box a {
  color: inherit;
  cursor: default;
}
.service-pop-banner.service-pop-banner--child .tel-box__big {
  font-size: 28px;
  font-weight: 600;
}
.service-pop-banner.service-pop-banner--child .tel-box__small {
  font-size: 14px;
  font-weight: 600;
}
.service-pop-preview {
  margin-bottom: 30px;
}
.service-pop-preview__box {
  padding-top: 20px;
}
.service-pop-preview .inner {
  position: relative;
}
.service-pop-preview .icon-arrow-top {
  position: absolute;
  font-size: 15px;
  top: 10px;
  right: 0;
}
.service-pop-preview .title {
  margin-bottom: 0 !important;
}
.service-pop-preview .icon {
  width: 65px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.service-pop-preview .icon:before {
  position: absolute;
  font-size: 70px;
  display: block;
  color: #e6e6e6 !important;
}
.service-pop-preview .icon img {
  max-width: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 1px;
}
.section.section--bg .bg-block-sm--border {
  border-color: transparent;
}
/* end service-pop-preview */
/* tab-link-left */
.tab-link-left {
  overflow: hidden;
  border-radius: 4px;
}
.tab-link-left li {
  margin-bottom: 1px;
}
.tab-link-left li:last-child {
  margin-bottom: 0;
}
.tab-link-left li.active a {
  color: #000000 !important;
  background-color: #f1f2f2;
}
.tab-link-left li > a {
  position: relative;
  padding: 20px 30px;
  display: block;
  font-weight: 500;
  border-radius: 4px;
}
.tab-link-left li > a:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  background: transparent;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: -3px;
}
.bg-gray .tab-link-left li.active a {
  background-color: #ffffff;
}
/* end tab-link-left */
.banner-wrap {
  background-color: #ffffff;
}
.banner-wrap > a {
  display: block;
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}
.banner-wrap .item:after {
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  position: absolute;
  height: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
}
.banner-wrap .banner-text {
  position: absolute;
  z-index: 10;
  width: 100%;
  color: #ffffff;
  bottom: 30px;
  left: 30px;
  margin: 0;
}
/* main-info-block */
.main-info-block {
  height: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  -webkit-box-shadow: 0 3px 30px 0px rgba(165, 187, 182, 0.4);
          box-shadow: 0 3px 30px 0px rgba(165, 187, 182, 0.4);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
  display: block;
  position: relative;
  padding-left: 45px;
}
.main-info-block:hover {
  -webkit-box-shadow: 0 3px 5px 0px rgba(165, 187, 182, 0.17);
          box-shadow: 0 3px 5px 0px rgba(165, 187, 182, 0.17);
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
       -o-transform: translateY(3px);
          transform: translateY(3px);
}
.main-info-block .title {
  position: relative;
  padding-left: 45px;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  display: block;
}
.main-info-block .title .big {
  font-size: 36px;
  font-size: 3.6rem;
  color: #e20338;
}
.main-info-block .icon {
  color: #e20338;
  font-size: 28px;
  margin-right: 15px;
  position: absolute;
  display: block;
  top: -2px;
  left: 0;
}
.main-info-block__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-info-block__text .btn {
  margin-top: 35px;
}
.main-info-block__wrap {
  position: relative;
  bottom: -50px;
  margin-top: 0;
}
/* action-preview */
.action-materials {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  width: 100%;
}
.action-materials .amount-materials {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 15px;
  border-radius: 4px;
  font-weight: 500;
  padding: 7px 10px 5px 10px;
}
.action-preview--with-info .action-preview {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
.action-preview--with-info .action-preview:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.action-preview--with-info .action-preview:nth-child(3) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.action-preview {
  margin-bottom: 30px;
}
.action-preview .action-preview__box {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0;
  display: block;
  border-radius: 4px;
  min-height: 160px;
}
.action-preview .title {
  margin-bottom: 0;
}
.action-preview .img {
  width: 75px;
  height: 65px;
  margin-bottom: 35px;
}
.action-preview .img img {
  max-height: 100%;
  width: auto;
}
.action-preview--with-link .img {
  width: 100px;
  height: 100px;
}
.action-preview--with-link .img img {
  width: 100%;
  height: auto;
}
.action-preview--with-link .title {
  font-size: 24px;
}
.action-preview--with-link .action-preview__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.action-preview--with-link .action-preview__main-link {
  padding-right: 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.action-preview--with-link .action-preview__main-link > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.action-preview--with-link .action-preview__main-link .img {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.action-preview--with-link .action-preview__list {
  padding-left: 15px;
  text-align: left;
}
.action-preview--with-link .action-preview__list li {
  font-weight: 500;
}
.action-preview--with-link .action-preview__list li > a {
  padding-bottom: 15px;
  padding-top: 15px;
  display: block;
  padding-right: 27px;
  position: relative;
}
.action-preview--with-link .action-preview__list li .icon-right-arrow {
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.action-preview--with-link .action-preview__list,
.action-preview--with-link .action-preview__main-link {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.action-preview--main .action-link-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
.action-preview--main .action-preview__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.action-preview--main .text-img {
  padding-left: 130px;
  position: relative;
  min-height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.action-preview--main .text-img .img {
  position: absolute;
  height: 110px;
  width: 100px;
  display: block;
  left: 0;
  top: 0;
}
.action-preview--main .text-img .img img {
  width: 100%;
  height: auto;
}
.action-preview--main .title {
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}
.action-preview--main .btn {
  margin-top: 10px;
}
.btn-white {
  border-color: #ffffff;
  background: #ffffff;
  color: #1771f1;
  white-space: normal;
}
.btn-white:hover,
.btn-white:focus {
  background: #1771f1;
  border-color: #1771f1;
  color: #ffffff;
}
.btn-brown {
  border-color: #ffffff;
  background: #ffffff;
  color: #2194b5;
  white-space: normal;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-box-shadow: 0 0px 0px 0px rgba(24, 163, 216, 0);
          box-shadow: 0 0px 0px 0px rgba(24, 163, 216, 0);
}
.btn-brown:hover,
.btn-brown:focus {
  background: #23a3c7;
  border-color: #23a3c7;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 13px 0px rgba(24, 163, 216, 0.6);
          box-shadow: 0 4px 13px 0px rgba(24, 163, 216, 0.6);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px);
}
.service-pop-banner .btn-brown:hover,
.service-pop-banner .btn-brown:focus {
  background: #40cced;
  border-color: #40cced;
}
.btn-brown-border {
  border-color: #75bdd1;
  background: transparent;
  color: #ffffff;
  white-space: normal;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-box-shadow: 0 0px 0px 0px rgba(24, 163, 216, 0);
          box-shadow: 0 0px 0px 0px rgba(24, 163, 216, 0);
}
.btn-brown-border:hover,
.btn-brown-border:focus {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 13px 0px rgba(24, 163, 216, 0.6);
          box-shadow: 0 4px 13px 0px rgba(24, 163, 216, 0.6);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px);
}
.action-preview--with-info .action-preview.action-preview--main {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.search-nav-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.param-search-toggle {
  padding-top: 20px;
}
.param-search-toggle .form-sub-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.param-link-search {
  font-weight: 500;
  cursor: pointer;
}
.param-link-search i {
  margin-right: 10px;
  font-size: 22px;
  position: relative;
  top: 4px;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}
.param-link-search.act {
  color: #ee3d48;
}
.departament-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.departament-img {
  max-width: 250px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.departament-img img {
  max-width: 100%;
  height: auto;
}
.departament-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.list-menu-page {
  padding: 25px 30px 30px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.list-menu-page .wrap-item {
  margin-bottom: 10px;
  margin-top: 10px;
}
.list-menu-page .item {
  display: block;
  padding-left: 20px;
  position: relative;
}
.list-menu-page .item > span {
  display: inline;
  text-decoration: none;
  border-color: rgba(11, 117, 186, 0.5);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-transition: border .2s linear;
       -o-transition: border .2s linear;
          transition: border .2s linear;
}
.list-menu-page .item i {
  position: absolute;
  top: 7px;
  left: 0px;
}
.list-menu-page .item:hover > span {
  border-color: transparent !important;
}
.post-content + .list-menu-page {
  margin-top: 40px;
}
.blue-link {
  color: #40cced;
  border: 0 !important;
}
.blue-link:hover {
  color: #1babcd;
}
.infographic-box__list i.icon-checked,
.infographic-box__list .icon-end-doc {
  background-color: #40cced;
  color: #ffffff;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  font-size: 8px;
  text-align: center;
  display: block;
  line-height: 25px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 9px;
}
.infographic-box__list .icon-end-doc {
  width: 50px;
  height: 50px;
  left: -5px;
  font-size: 25px;
  line-height: 51px;
  padding-left: 2px;
  margin-top: -24px;
}
.infographic-box__list .icon-mail {
  padding-left: 2px;
  background-color: #40cced;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  display: block;
  line-height: 25px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 51px;
  position: static;
}
.infographic-box .infographic-item {
  position: relative;
  padding-left: 70px;
  margin-bottom: 95px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infographic-box .infographic-item.infographic-item--bottom {
  height: 50px;
  margin-bottom: 0;
}
.infographic-box .infographic-item__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.infographic-box .infographic-item__text .side-center {
  position: relative;
  padding-left: 73px;
  margin-left: 25px;
  margin-right: 25px;
}
.infographic-box .infographic-item__text .side-center .dots-date {
  position: absolute;
  top: 0;
  left: 0;
}
.infographic-box .infographic-item__text .side-end {
  min-width: 215px;
}
.infographic-box .infographic-item .date {
  position: absolute;
  bottom: -40px;
  font-size: 14px;
}
.infographic-box .infographic-item .title {
  margin: 0;
  line-height: 1.2;
}
.infographic-box .infographic-item .dots-date {
  width: 55px;
  text-align: center;
}
.infographic-box .infographic-item .dots-date .date {
  position: static;
  display: inline-block;
  margin-top: 15px;
}
.infographic-box .infographic-item .dots-hor {
  position: relative;
  width: 55px;
  display: block;
}
.infographic-box .infographic-item .dots-hor i,
.infographic-box .infographic-item .dots-hor:after,
.infographic-box .infographic-item .dots-hor:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #40cced;
  border-radius: 50%;
}
.infographic-box .infographic-item .dots-hor i {
  left: 50%;
  margin-left: -3px;
}
.infographic-box .infographic-item .dots-hor:after {
  left: 0px;
}
.infographic-box .infographic-item .dots-hor:before {
  right: 0px;
}
.infographic-box .infographic-item .dots {
  position: absolute;
  left: 17px;
  margin-top: 55px;
  top: 50%;
}
.infographic-box .infographic-item .dots,
.infographic-box .infographic-item .dots:after,
.infographic-box .infographic-item .dots:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #40cced;
  border-radius: 50%;
}
.infographic-box .infographic-item .dots:after {
  top: -25px;
}
.infographic-box .infographic-item .dots:before {
  bottom: -25px;
}
.infographic-box__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #e0e1e4;
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
  padding-left: 70px;
}
.infographic-box__top i {
  font-size: 30px;
  position: absolute;
  left: 5px;
  top: 0;
}
.arrow-box {
  width: 365px;
  padding: 15px 20px;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -45px;
  height: 90px;
  font-size: 14px;
}
.arrow-box > span {
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
}
.arrow-box > span i {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.arrow-box:after {
  border: 10px solid transparent;
  border-right: 10px solid #ffffff;
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
}
.date-and-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.date-and-view > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.date-with-i i {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.amount-view i {
  position: relative;
  top: 2px;
}
.btn,
.jq-file__browse {
  outline: none !important;
}
.box-img-link-wrap {
  margin-bottom: 15px;
  margin-top: 15px;
}
.box-img-link {
  display: block;
}
.box-img-link img {
  height: 80px;
  width: auto;
  display: block;
  margin-bottom: 20px;
}
.box-img-link i {
  position: absolute;
  right: 30px;
  top: 30px;
}
.box-img-link h4 {
  margin-bottom: 0;
}
#modal-rating-ok .modal-title {
  padding-right: 0;
}
/*------------------- PUSHY -------------------*/
/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy-top {
  height: 50px;
  padding: 0 30px;
  position: relative;
}
.pushy-top .title {
  line-height: 50px;
  margin-bottom: 0;
  text-transform: uppercase;
  position: relative;
  top: 1px;
}
.pushy-top .close {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 30px;
  font-size: 16px;
  opacity: 1;
}
.pushy-top .close:hover {
  opacity: .7;
}
.pushy-inner {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 30px;
}
.pushy {
  position: fixed;
  width: 350px;
  height: 100%;
  top: 0;
  z-index: 9999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 3px 30px 0px rgba(1, 46, 154, 0.15);
          box-shadow: 0 3px 30px 0px rgba(1, 46, 154, 0.15);
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: -35px;
}
.pushy-content {
  visibility: hidden;
}
/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-350px, 0, 0);
          transform: translate3d(-350px, 0, 0);
}
.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(350px, 0, 0);
          transform: translate3d(350px, 0, 0);
}
.pushy-right {
  -webkit-transform: translate3d(350px, 0, 0);
          transform: translate3d(350px, 0, 0);
}
.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-350px, 0, 0);
          transform: translate3d(-350px, 0, 0);
}
.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}
/* Menu Transitions */
#container,
.pushy,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
       -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
          transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.pushy-content {
  -webkit-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
       -o-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
          transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
/* Site Overlay */
.site-overlay {
  display: none;
}
.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
       -o-animation: fade 500ms;
          animation: fade 500ms;
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=pushy.css.map */
/* подключаем Bootstrap */
/*------------------ BLIND ----------------------*/
html[font-size='size-sm'] {
  font-size: 62.5%;
}
html[font-size='size-md'] {
  font-size: 72.5%;
}
html[font-size='size-lg'] {
  font-size: 82.5%;
}
html[font-size='size-lg'] .h2.blind-text-bg,
html[font-size='size-md'] .h2.blind-text-bg {
  font-size: 32px !important;
  line-height: 40px !important;
}
html[font-size='size-lg'] .layer-top,
html[font-size='size-md'] .layer-top {
  font-size: 16px;
}
html[font-size='size-lg'] .header__blind-btn .btn span,
html[font-size='size-md'] .header__blind-btn .btn span {
  display: none;
}
html[font-size='size-lg'] .blind-max-size,
html[font-size='size-md'] .blind-max-size {
  width: 100% !important;
}
html[img-display='hide'] .widget-mayor__bg,
html[img-display='hide'] .beneficial-img,
html[img-display='hide'] .slider-main-img {
  background: none !important;
}
html[img-display='hide'] img,
html[img-display='hide'] div.img-md,
html[img-display='hide'] .img-hide,
html[img-display='hide'] .carousel-inner img {
  display: none !important;
}
html[img-display='hide'] .news-first .news-title {
  margin-top: 0;
}
html[img-display='hide'] .btn.img-hide {
  display: inline-block !important;
}
html[img-display='hide'] .bg-box .bg {
  background-image: none !important;
}
html[img-display='hide'] .news-box.news-box--first .news-first-img {
  display: none !important;
}
html[img-display='hide'] .news-box.news-box--first .news-first-text {
  width: 100% !important;
}
html[img-display='hide'] .main-section--list-nav {
  margin-bottom: 35px;
}
html[img-display='hide'] .smi-first__text,
html[img-display='hide'] .post-list-text {
  width: 100% !important;
}
html[img-display='hide'] .setting-btn.img-hide {
  display: inline-block;
}
html[img-display='hide'] .wrap-media-video .video-preview,
html[img-display='hide'] .media-photo-preview__img {
  background: #000000 !important;
  background-image: none !important;
}
html[img-display='hide'] .box-photo-sub-boss .photos,
html[img-display='hide'] .box-photo-boss .bg .img {
  display: none;
}
html[img-display='hide'] .media-photo-preview,
html[img-display='hide'] .wrap-media-video,
html[img-display='hide'] .news-box--style-bg .img-lg,
html[img-display='hide'] .carousel-inner .item {
  border: 1px solid;
}
html[img-display='hide'] .photo-box .bg:after {
  display: none;
}
html[img-display='hide'] .box-photo-boss {
  padding-top: 30px !important;
}
html[img-display='mono'] img,
html[img-display='mono'] div.img-md,
html[img-display='mono'] .img-wrap,
html[img-display='mono'] .media-photo-preview__img,
html[img-display='mono'] .wrap-media-video .video-preview,
html[img-display='mono'] .bg,
html[img-display='mono'] .box-photo-sub-boss .photos,
html[img-display='mono'] .media-all-preview-img,
html[img-display='mono'] .map,
html[img-display='mono'] .photo-box .bg,
html[img-display='mono'] .news-box .img-wrap,
html[img-display='mono'] .widget-mayor__bg,
html[img-display='mono'] .beneficial-box .beneficial-img,
html[img-display='mono'] .slider-main .slider-main-img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}
html[kerning='size-md'] body,
html[kerning='size-md'] input,
html[kerning='size-md'] textarea,
html[kerning='size-md'] select,
html[kerning='size-md'] button,
html[kerning='size-md'] .header__link-portal {
  letter-spacing: 2px;
}
html[kerning='size-lg'] body,
html[kerning='size-lg'] input,
html[kerning='size-lg'] textarea,
html[kerning='size-lg'] select,
html[kerning='size-lg'] button,
html[kerning='size-lg'] .header__link-portal {
  letter-spacing: 5px;
}
html[kerning='size-lg'] .list-division li {
  width: 50%;
}
html[kerning='size-lg'] .tabs-container__content,
html[kerning='size-md'] .tabs-container__content {
  width: 360px;
}
html[kerning='size-lg'] .layer-top,
html[kerning='size-md'] .layer-top,
html[kerning='size-lg'] .name-company,
html[kerning='size-md'] .name-company,
html[kerning='size-lg'] .aside__buttons-top,
html[kerning='size-md'] .aside__buttons-top,
html[kerning='size-lg'] .widget-mayor-btn > span,
html[kerning='size-md'] .widget-mayor-btn > span {
  letter-spacing: 0;
}
html[kerning='size-lg'] .blind-max-size,
html[kerning='size-md'] .blind-max-size {
  width: 100% !important;
}
.wrap-pagination {
  letter-spacing: 0 !important;
}
html[garniture='serif'] body {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
}
html[kerning='size-lg'] .btn-blind,
html[kerning='size-md'] .btn-blind,
html[font-size='size-lg'] .btn-blind,
html[font-size='size-md'] .btn-blind {
  width: auto;
  height: 50px;
  min-width: 50px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-width: 0;
}
html[kerning='size-lg'] .btn-blind i,
html[kerning='size-md'] .btn-blind i,
html[font-size='size-lg'] .btn-blind i,
html[font-size='size-md'] .btn-blind i {
  margin: 0;
}
html[kerning='size-lg'] .btn-blind span,
html[kerning='size-md'] .btn-blind span,
html[font-size='size-lg'] .btn-blind span,
html[font-size='size-md'] .btn-blind span {
  display: none;
}
html[kerning='size-lg'] .header__link-home span,
html[kerning='size-md'] .header__link-home span,
html[font-size='size-lg'] .header__link-home span,
html[font-size='size-md'] .header__link-home span {
  display: none;
}
html[color-theme='theme-blue'] {
  /* btn */
  /* end btn */
  /* блок поделиться */
}
html[color-theme='theme-blue'] .list-menu-page .item > span {
  border-color: rgba(5, 117, 188, 0.5);
}
html[color-theme='theme-blue'] .aside__list-nav > li > a.active:after,
html[color-theme='theme-blue'] .aside__list-nav > li > .item-wrap > a.active:after,
html[color-theme='theme-blue'] .aside__list-nav > li > a.parent-active:after,
html[color-theme='theme-blue'] .aside__list-nav > li > .item-wrap > a.parent-active:after {
  background-color: #0575bc;
}
html[color-theme='theme-blue'] .aside__list-nav > li > ul a.active:before {
  color: #0575bc;
}
html[color-theme='theme-blue'] .tab-link-left li.active > a:after {
  background: #0575bc;
}
html[color-theme='theme-blue'] a:hover .link-color,
html[color-theme='theme-blue'] a:focus .link-color,
html[color-theme='theme-blue'] a:active .link-color,
html[color-theme='theme-blue'] a.active .link-color {
  color: #0575bc;
}
html[color-theme='theme-blue'] a:hover .link-color,
html[color-theme='theme-blue'] a:focus .link-color,
html[color-theme='theme-blue'] a:active .link-color,
html[color-theme='theme-blue'] a.active .link-color,
html[color-theme='theme-blue'] a:hover .link-color i,
html[color-theme='theme-blue'] a:focus .link-color i,
html[color-theme='theme-blue'] a:active .link-color i,
html[color-theme='theme-blue'] a.active .link-color i {
  color: #0575bc;
}
html[color-theme='theme-blue'] a:hover .btn-default-color,
html[color-theme='theme-blue'] a:focus .btn-default-color,
html[color-theme='theme-blue'] a:active .btn-default-color,
html[color-theme='theme-blue'] a.active .btn-default-color {
  color: #ffffff;
  background-color: #0575bc;
}
html[color-theme='theme-blue'] a:hover .btn-default,
html[color-theme='theme-blue'] a:focus .btn-default,
html[color-theme='theme-blue'] a:active .btn-default,
html[color-theme='theme-blue'] a.active .btn-default {
  color: #0575bc;
  border-color: #0575bc;
}
html[color-theme='theme-blue'] a:hover .btn-primary,
html[color-theme='theme-blue'] a:focus .btn-primary,
html[color-theme='theme-blue'] a:active .btn-primary,
html[color-theme='theme-blue'] a.active .btn-primary {
  background-color: #04568a;
  border-color: #04568a;
}
html[color-theme='theme-blue'] .two-date:after {
  background-color: #0575bc;
}
html[color-theme='theme-blue'] .search-result strong {
  background-color: #0575bc;
  color: #ffffff;
}
html[color-theme='theme-blue'] .pushy-top .close {
  color: #ffffff;
}
html[color-theme='theme-blue'] .btn-favorite.favorite {
  background-color: #0575bc;
  color: #ffffff;
}
html[color-theme='theme-blue'] .slick-dots li.slick-active button,
html[color-theme='theme-blue'] .slick-dots li button:focus,
html[color-theme='theme-blue'] .slick-dots li button:focus {
  background-color: #0575bc;
}
html[color-theme='theme-blue'] #map-svg path.active {
  fill: #0575bc !important;
}
html[color-theme='theme-blue'] .text-block a:not([class]),
html[color-theme='theme-blue'] .structure-tree a.link-style span,
html[color-theme='theme-blue'] .link-border {
  border-color: rgba(5, 117, 188, 0.5);
}
html[color-theme='theme-blue'] a.link-color:hover,
html[color-theme='theme-blue'] .a.link-color:hover,
html[color-theme='theme-blue'] a.link-color:focus,
html[color-theme='theme-blue'] .a.link-color:focus,
html[color-theme='theme-blue'] a.link-color:active,
html[color-theme='theme-blue'] .a.link-color:active,
html[color-theme='theme-blue'] a.link-color.active,
html[color-theme='theme-blue'] .a.link-color.active,
html[color-theme='theme-blue'] a.link-color:hover i,
html[color-theme='theme-blue'] .a.link-color:hover i,
html[color-theme='theme-blue'] a.link-color:focus i,
html[color-theme='theme-blue'] .a.link-color:focus i,
html[color-theme='theme-blue'] a.link-color:active i,
html[color-theme='theme-blue'] .a.link-color:active i,
html[color-theme='theme-blue'] a.link-color.active i,
html[color-theme='theme-blue'] .a.link-color.active i {
  color: #0575bc;
}
html[color-theme='theme-blue'] .btn-default:focus,
html[color-theme='theme-blue'] .btn-default.focus,
html[color-theme='theme-blue'] .btn-default:hover,
html[color-theme='theme-blue'] .btn-default:active,
html[color-theme='theme-blue'] .btn-default.active {
  color: #0575bc;
  border-color: #0575bc;
}
html[color-theme='theme-blue'] .btn-default-color {
  color: #0575bc;
  border-color: #0575bc;
}
html[color-theme='theme-blue'] .btn-default-color:focus,
html[color-theme='theme-blue'] .btn-default-color.focus,
html[color-theme='theme-blue'] .btn-default-color:hover,
html[color-theme='theme-blue'] .btn-default-color:active,
html[color-theme='theme-blue'] .btn-default-color.active {
  color: #ffffff;
  background-color: #0575bc;
}
html[color-theme='theme-blue'] a.table-tender__item:focus .btn-default-color,
html[color-theme='theme-blue'] a.table-tender__item.focus .btn-default-color,
html[color-theme='theme-blue'] a.table-tender__item:hover .btn-default-color,
html[color-theme='theme-blue'] a.table-tender__item:active .btn-default-color,
html[color-theme='theme-blue'] a.table-tender__item.active .btn-default-color {
  color: #ffffff;
  background-color: #0575bc;
}
html[color-theme='theme-blue'] .btn-collapsed:hover,
html[color-theme='theme-blue'] .btn-collapsed:focus {
  background-color: #0575bc;
}
html[color-theme='theme-blue'] .bootstrap-select.open .btn-default,
html[color-theme='theme-blue'] .bootstrap-select.open .btn-default:focus,
html[color-theme='theme-blue'] .bootstrap-select.open .btn-default.focus,
html[color-theme='theme-blue'] .bootstrap-select.open .btn-default:hover,
html[color-theme='theme-blue'] .bootstrap-select.open .btn-default:active,
html[color-theme='theme-blue'] .bootstrap-select.open .btn-default.active {
  background-color: #0575bc;
  border-color: #0575bc;
  color: #ffffff;
}
html[color-theme='theme-blue'] .btn-primary,
html[color-theme='theme-blue'] .jq-file__browse {
  color: #ffffff;
  background-color: #0575bc;
  border-color: #0575bc;
}
html[color-theme='theme-blue'] .btn-primary:focus,
html[color-theme='theme-blue'] .jq-file__browse:focus,
html[color-theme='theme-blue'] .btn-primary.focus,
html[color-theme='theme-blue'] .jq-file__browse.focus {
  background-color: #0694ee;
}
html[color-theme='theme-blue'] .btn-primary:hover,
html[color-theme='theme-blue'] .jq-file__browse:hover,
html[color-theme='theme-blue'] .btn-primary:active,
html[color-theme='theme-blue'] .jq-file__browse:active,
html[color-theme='theme-blue'] .btn-primary.active,
html[color-theme='theme-blue'] .jq-file__browse.active {
  background-color: #04568a;
  border-color: #04568a;
}
html[color-theme='theme-blue'] .btn-black-border:hover,
html[color-theme='theme-blue'] .btn-black-border.focus,
html[color-theme='theme-blue'] .btn-black-border.active,
html[color-theme='theme-blue'] .btn-black-border.active:hover,
html[color-theme='theme-blue'] .btn-black-border.active:focus,
html[color-theme='theme-blue'] .btn-black-border:focus {
  border-color: #0575bc;
}
html[color-theme='theme-blue'] .btn-black:hover,
html[color-theme='theme-blue'] .btn-black:focus,
html[color-theme='theme-blue'] .btn-black.active,
html[color-theme='theme-blue'] .btn-black.active:hover,
html[color-theme='theme-blue'] .btn-black.active:focus,
html[color-theme='theme-blue'] .btn-black:focus {
  border-color: #0575bc;
  background-color: #0575bc;
}
html[color-theme='theme-blue'] .btn-black-border:hover,
html[color-theme='theme-blue'] .btn-black:hover,
html[color-theme='theme-blue'] .btn-black-border.focus,
html[color-theme='theme-blue'] .btn-black.focus,
html[color-theme='theme-blue'] .btn-black-border.active:hover,
html[color-theme='theme-blue'] .btn-black.active:hover,
html[color-theme='theme-blue'] .btn-black-border.active:focus,
html[color-theme='theme-blue'] .btn-black.active:focus,
html[color-theme='theme-blue'] .btn-black-border:focus,
html[color-theme='theme-blue'] .btn-black:focus {
  border-color: #0575bc;
}
html[color-theme='theme-blue'] .btn-blind:hover,
html[color-theme='theme-blue'] .btn-blind.act {
  background-color: #0575bc;
}
html[color-theme='theme-blue'] .btn-gamb span {
  background: #0575bc;
}
html[color-theme='theme-blue'] .two-date:hover input.form-control {
  border-color: #0575bc;
}
html[color-theme='theme-blue'] .dcjq-icon:hover,
html[color-theme='theme-blue'] .structure-tree a.name:hover .icon-right-arrow,
html[color-theme='theme-blue'] .structure-tree a.name:hover .icon-link {
  border-color: #0575bc;
}
html[color-theme='theme-blue'] .dcjq-icon:hover:after,
html[color-theme='theme-blue'] .dcjq-icon:hover:before,
html[color-theme='theme-blue'] .Zebra_DatePicker table td.dp_hover,
html[color-theme='theme-blue'] .Zebra_DatePicker table td.dp_selected {
  background-color: #0575bc;
}
html[color-theme='theme-blue'] .breadcrumb > li:hover a,
html[color-theme='theme-blue'] .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-theme='theme-blue'] .tabs-nav-wrap .nav-tabs > li:hover > a,
html[color-theme='theme-blue'] .Zebra_DatePicker_Icon,
html[color-theme='theme-blue'] .Zebra_DatePicker table td.dp_current,
html[color-theme='theme-blue'] .Zebra_DatePicker .dp_footer td.dp_today,
html[color-theme='theme-blue'] .Zebra_DatePicker .dp_footer td.dp_clear,
html[color-theme='theme-blue'] .Zebra_DatePicker .dp_header td.dp_hover,
html[color-theme='theme-blue'] .Zebra_DatePicker .dp_daypicker th {
  color: #0575bc;
}
html[color-theme='theme-blue'] input.form-control:hover,
html[color-theme='theme-blue'] textarea.form-control:hover {
  border-color: #0575bc;
}
html[color-theme='theme-blue'] .faq-list > li > a:hover,
html[color-theme='theme-blue'] .faq-list > li.open > a {
  color: #0575bc;
}
html[color-theme='theme-blue'] .faq-list > li > ul > li.open a,
html[color-theme='theme-blue'] .faq-list > li > ul > li.open > a:hover {
  color: #ffffff;
}
html[color-theme='theme-blue'] .faq-list > li > ul > li.open a:after,
html[color-theme='theme-blue'] .faq-list > li > ul > li.open > a:hover:after {
  background: #0575bc;
  opacity: 1;
}
html[color-theme='theme-blue'] .faq-list > li > ul > li.open a i,
html[color-theme='theme-blue'] .faq-list > li > ul > li.open > a:hover i {
  color: #ffffff;
}
html[color-theme='theme-blue'] .faq-list > li > ul > li > a:hover,
html[color-theme='theme-blue'] .faq-list > li > ul > li > a:hover i {
  color: #0575bc;
}
html[color-theme='theme-blue'] .wrap-popover-sharp .close:hover {
  color: #0575bc;
  opacity: 1;
}
html[color-theme='theme-blue'] .filter-btn:after {
  background-color: #0575bc;
}
html[color-theme='theme-blue'] .info-link-block a {
  color: #0575bc;
}
html[color-theme='theme-blue'] .info-link-block a:hover span {
  border-color: #0575bc;
}
html[color-theme='theme-blue'] .info-link-block i {
  background-color: #0575bc;
}
html[color-theme='theme-blue'] .ya-share2__item:hover .ya-share2__icon {
  border-color: #0575bc !important;
  color: #0575bc !important;
}
html[color-theme='theme-blue'] .jq-radio.checked,
html[color-theme='theme-blue'] .jq-checkbox.checked {
  background: #0575bc;
  border-color: #0575bc;
}
html[color-theme='theme-blue'] .wrap-check:hover label {
  color: #0575bc;
}
html[color-theme='theme-blue'] .wrap-check:hover .jq-radio,
html[color-theme='theme-blue'] .wrap-check:hover .jq-checkbox {
  border-color: #0575bc;
}
html[color-theme='theme-blue'] .checked + label {
  color: #0575bc;
}
html[color-theme='theme-blue'] .dropdown-menu > .active > a,
html[color-theme='theme-blue'] .dropdown-menu > .active > a:hover,
html[color-theme='theme-blue'] .dropdown-menu > .active > a:focus {
  background-color: #0575bc;
  color: #ffffff;
}
html[color-theme='theme-blue'] .dropdown-menu > .active > a:after,
html[color-theme='theme-blue'] .dropdown-menu > .active > a:hover:after,
html[color-theme='theme-blue'] .dropdown-menu > .active > a:focus:after {
  background-color: #0575bc;
}
html[color-theme='theme-blue'] .list-services__item:hover span,
html[color-theme='theme-blue'] .list-services__item:focus span,
html[color-theme='theme-blue'] .list-services__item:hover i,
html[color-theme='theme-blue'] .list-services__item:focus i {
  color: #0575bc;
}
html[color-theme='theme-blue'] .active > .link-color {
  color: #0575bc;
}
html[color-theme='theme-blue'] .link-border-color:hover,
html[color-theme='theme-blue'] .link-border-color:focus,
html[color-theme='theme-blue'] .link-border-color:active {
  border-color: #0575bc;
}
html[color-theme='theme-blue'] .spoiler-box:hover .spoiler-box__btn {
  color: #0575bc;
}
html[color-theme='theme-blue'] .spoiler-box:hover .spoiler-box__carret {
  border-color: #0575bc;
}
html[color-theme='theme-blue'] .spoiler-box:hover .spoiler-box__carret:before,
html[color-theme='theme-blue'] .spoiler-box:hover .spoiler-box__carret:after {
  background-color: #0575bc;
}
html[color-theme='theme-blue'] .color {
  color: #0575bc;
}
html[color-theme='theme-blue'] .color-bg-block {
  background-color: #0575bc;
}
html[color-theme='theme-blue'] .link-bg-color:hover,
html[color-theme='theme-blue'] .link-bg-color:focus,
html[color-theme='theme-blue'] .link-bg-color:active {
  background-color: #0575bc;
  color: #ffffff;
}
html[color-theme='theme-blue'] .aside__list-nav .akk-toggle:hover {
  border-color: #0575bc;
}
html[color-theme='theme-blue'] .aside__list-nav .akk-toggle:hover:after,
html[color-theme='theme-blue'] .aside__list-nav .akk-toggle:hover:before {
  background-color: #0575bc;
}
html[color-theme='theme-blue'] .header-nav > li > a:hover,
html[color-theme='theme-blue'] .header-nav > li:hover > a,
html[color-theme='theme-blue'] .header-nav > li.active > a,
html[color-theme='theme-blue'] .header-nav > li.open > a {
  color: #0575bc;
}
html[color-theme='theme-blue'] .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-theme='theme-blue'] .tabs-nav-wrap .nav-tabs > li:hover > a {
  border-bottom: 4px solid #0575bc;
}
html[color-theme='theme-blue'] .ev-text:hover {
  color: #0575bc;
}
html[color-theme='theme-blue'] .footer__net-list a:hover {
  color: #0575bc;
}
html[color-theme='theme-blue'] .calendar#main-calendar-widget .day.has-event .day-content {
  border-color: #0575bc;
}
html[color-theme='theme-blue'] .calendar#main-calendar-widget .day.has-event .day-content:hover {
  border-color: #0575bc;
  background-color: #0575bc;
  color: #fff;
}
html[color-theme='theme-blue'] .calendar#main-calendar-widget .day.active .day-content {
  background-color: #0575bc;
  border-color: #0575bc;
  color: #ffffff;
}
html[color-theme='theme-blue'] .calendar#main-calendar-widget .next-arrow:hover,
html[color-theme='theme-blue'] .calendar#main-calendar-widget .prev-arrow:hover {
  border: 1px solid #0575bc;
  background-color: #0575bc;
}
html[color-theme='theme-blue'] .media-photo-preview:after {
  background: #0575bc;
}
html[color-theme='theme-blue'] .media-photo-modal .fancybox-button.fancybox-button--close:hover,
html[color-theme='theme-blue'] .tags-result-list a:hover,
html[color-theme='theme-blue'] .calendar .event .event-close:hover {
  color: #0575bc;
}
html[color-theme='theme-blue'] .calendar--prev-arrow:hover,
html[color-theme='theme-blue'] .calendar--next-arrow:hover,
html[color-theme='theme-blue'] .calendar__current_date:hover {
  border-color: #0575bc;
  color: #0575bc;
}
html[color-theme='theme-blue'] .header-nav > li > a:after {
  background-color: #0575bc;
}
html[color-theme='theme-blue'] .bootstrap-select .dropdown-menu > li > a:hover,
html[color-theme='theme-blue'] .bootstrap-select .dropdown-menu > li > a:focus {
  color: #0575bc;
  background-color: #f7f7f7;
}
html[color-theme='theme-blue'] .bootstrap-select .dropdown-menu > li > a:hover small.text-muted,
html[color-theme='theme-blue'] .bootstrap-select .dropdown-menu > li > a:focus small.text-muted {
  color: #0575bc;
}
html[color-theme='theme-blue'] .jq-radio.checked,
html[color-theme='theme-blue'] .jq-checkbox.checked {
  background: #0575bc;
  border-color: #0575bc;
}
html[color-theme='theme-blue'] .wrap-check:hover .jq-radio,
html[color-theme='theme-blue'] .wrap-check:hover .jq-checkbox {
  border-color: #0575bc;
}
html[color-theme='theme-blue'] .checked + label,
html[color-theme='theme-blue'] .text-prime,
html[color-theme='theme-blue'] .rate_star:hover:after,
html[color-theme='theme-blue'] .rate_star.over:after,
html[color-theme='theme-blue'] .rate_star.checked:after {
  color: #0575bc;
}
html[color-theme='theme-blue-dark'] {
  /* btn */
  /* end btn */
  /* блок поделиться */
}
html[color-theme='theme-blue-dark'] .list-menu-page .item > span {
  border-color: rgba(13, 73, 205, 0.5);
}
html[color-theme='theme-blue-dark'] .aside__list-nav > li > a.active:after,
html[color-theme='theme-blue-dark'] .aside__list-nav > li > .item-wrap > a.active:after,
html[color-theme='theme-blue-dark'] .aside__list-nav > li > a.parent-active:after,
html[color-theme='theme-blue-dark'] .aside__list-nav > li > .item-wrap > a.parent-active:after {
  background-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .aside__list-nav > li > ul a.active:before {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .tab-link-left li.active > a:after {
  background: #0d49cd;
}
html[color-theme='theme-blue-dark'] a:hover .link-color,
html[color-theme='theme-blue-dark'] a:focus .link-color,
html[color-theme='theme-blue-dark'] a:active .link-color,
html[color-theme='theme-blue-dark'] a.active .link-color {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] a:hover .link-color,
html[color-theme='theme-blue-dark'] a:focus .link-color,
html[color-theme='theme-blue-dark'] a:active .link-color,
html[color-theme='theme-blue-dark'] a.active .link-color,
html[color-theme='theme-blue-dark'] a:hover .link-color i,
html[color-theme='theme-blue-dark'] a:focus .link-color i,
html[color-theme='theme-blue-dark'] a:active .link-color i,
html[color-theme='theme-blue-dark'] a.active .link-color i {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] a:hover .btn-default-color,
html[color-theme='theme-blue-dark'] a:focus .btn-default-color,
html[color-theme='theme-blue-dark'] a:active .btn-default-color,
html[color-theme='theme-blue-dark'] a.active .btn-default-color {
  color: #ffffff;
  background-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] a:hover .btn-default,
html[color-theme='theme-blue-dark'] a:focus .btn-default,
html[color-theme='theme-blue-dark'] a:active .btn-default,
html[color-theme='theme-blue-dark'] a.active .btn-default {
  color: #0d49cd;
  border-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] a:hover .btn-primary,
html[color-theme='theme-blue-dark'] a:focus .btn-primary,
html[color-theme='theme-blue-dark'] a:active .btn-primary,
html[color-theme='theme-blue-dark'] a.active .btn-primary {
  background-color: #0a389d;
  border-color: #0a389d;
}
html[color-theme='theme-blue-dark'] .two-date:after {
  background-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .search-result strong {
  background-color: #0d49cd;
  color: #ffffff;
}
html[color-theme='theme-blue-dark'] .pushy-top .close {
  color: #ffffff;
}
html[color-theme='theme-blue-dark'] .btn-favorite.favorite {
  background-color: #0d49cd;
  color: #ffffff;
}
html[color-theme='theme-blue-dark'] .slick-dots li.slick-active button,
html[color-theme='theme-blue-dark'] .slick-dots li button:focus,
html[color-theme='theme-blue-dark'] .slick-dots li button:focus {
  background-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] #map-svg path.active {
  fill: #0d49cd !important;
}
html[color-theme='theme-blue-dark'] .text-block a:not([class]),
html[color-theme='theme-blue-dark'] .structure-tree a.link-style span,
html[color-theme='theme-blue-dark'] .link-border {
  border-color: rgba(13, 73, 205, 0.5);
}
html[color-theme='theme-blue-dark'] a.link-color:hover,
html[color-theme='theme-blue-dark'] .a.link-color:hover,
html[color-theme='theme-blue-dark'] a.link-color:focus,
html[color-theme='theme-blue-dark'] .a.link-color:focus,
html[color-theme='theme-blue-dark'] a.link-color:active,
html[color-theme='theme-blue-dark'] .a.link-color:active,
html[color-theme='theme-blue-dark'] a.link-color.active,
html[color-theme='theme-blue-dark'] .a.link-color.active,
html[color-theme='theme-blue-dark'] a.link-color:hover i,
html[color-theme='theme-blue-dark'] .a.link-color:hover i,
html[color-theme='theme-blue-dark'] a.link-color:focus i,
html[color-theme='theme-blue-dark'] .a.link-color:focus i,
html[color-theme='theme-blue-dark'] a.link-color:active i,
html[color-theme='theme-blue-dark'] .a.link-color:active i,
html[color-theme='theme-blue-dark'] a.link-color.active i,
html[color-theme='theme-blue-dark'] .a.link-color.active i {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .btn-default:focus,
html[color-theme='theme-blue-dark'] .btn-default.focus,
html[color-theme='theme-blue-dark'] .btn-default:hover,
html[color-theme='theme-blue-dark'] .btn-default:active,
html[color-theme='theme-blue-dark'] .btn-default.active {
  color: #0d49cd;
  border-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .btn-default-color {
  color: #0d49cd;
  border-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .btn-default-color:focus,
html[color-theme='theme-blue-dark'] .btn-default-color.focus,
html[color-theme='theme-blue-dark'] .btn-default-color:hover,
html[color-theme='theme-blue-dark'] .btn-default-color:active,
html[color-theme='theme-blue-dark'] .btn-default-color.active {
  color: #ffffff;
  background-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] a.table-tender__item:focus .btn-default-color,
html[color-theme='theme-blue-dark'] a.table-tender__item.focus .btn-default-color,
html[color-theme='theme-blue-dark'] a.table-tender__item:hover .btn-default-color,
html[color-theme='theme-blue-dark'] a.table-tender__item:active .btn-default-color,
html[color-theme='theme-blue-dark'] a.table-tender__item.active .btn-default-color {
  color: #ffffff;
  background-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .btn-collapsed:hover,
html[color-theme='theme-blue-dark'] .btn-collapsed:focus {
  background-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .bootstrap-select.open .btn-default,
html[color-theme='theme-blue-dark'] .bootstrap-select.open .btn-default:focus,
html[color-theme='theme-blue-dark'] .bootstrap-select.open .btn-default.focus,
html[color-theme='theme-blue-dark'] .bootstrap-select.open .btn-default:hover,
html[color-theme='theme-blue-dark'] .bootstrap-select.open .btn-default:active,
html[color-theme='theme-blue-dark'] .bootstrap-select.open .btn-default.active {
  background-color: #0d49cd;
  border-color: #0d49cd;
  color: #ffffff;
}
html[color-theme='theme-blue-dark'] .btn-primary,
html[color-theme='theme-blue-dark'] .jq-file__browse {
  color: #ffffff;
  background-color: #0d49cd;
  border-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .btn-primary:focus,
html[color-theme='theme-blue-dark'] .jq-file__browse:focus,
html[color-theme='theme-blue-dark'] .btn-primary.focus,
html[color-theme='theme-blue-dark'] .jq-file__browse.focus {
  background-color: #1c5ff1;
}
html[color-theme='theme-blue-dark'] .btn-primary:hover,
html[color-theme='theme-blue-dark'] .jq-file__browse:hover,
html[color-theme='theme-blue-dark'] .btn-primary:active,
html[color-theme='theme-blue-dark'] .jq-file__browse:active,
html[color-theme='theme-blue-dark'] .btn-primary.active,
html[color-theme='theme-blue-dark'] .jq-file__browse.active {
  background-color: #0a389d;
  border-color: #0a389d;
}
html[color-theme='theme-blue-dark'] .btn-black-border:hover,
html[color-theme='theme-blue-dark'] .btn-black-border.focus,
html[color-theme='theme-blue-dark'] .btn-black-border.active,
html[color-theme='theme-blue-dark'] .btn-black-border.active:hover,
html[color-theme='theme-blue-dark'] .btn-black-border.active:focus,
html[color-theme='theme-blue-dark'] .btn-black-border:focus {
  border-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .btn-black:hover,
html[color-theme='theme-blue-dark'] .btn-black:focus,
html[color-theme='theme-blue-dark'] .btn-black.active,
html[color-theme='theme-blue-dark'] .btn-black.active:hover,
html[color-theme='theme-blue-dark'] .btn-black.active:focus,
html[color-theme='theme-blue-dark'] .btn-black:focus {
  border-color: #0d49cd;
  background-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .btn-black-border:hover,
html[color-theme='theme-blue-dark'] .btn-black:hover,
html[color-theme='theme-blue-dark'] .btn-black-border.focus,
html[color-theme='theme-blue-dark'] .btn-black.focus,
html[color-theme='theme-blue-dark'] .btn-black-border.active:hover,
html[color-theme='theme-blue-dark'] .btn-black.active:hover,
html[color-theme='theme-blue-dark'] .btn-black-border.active:focus,
html[color-theme='theme-blue-dark'] .btn-black.active:focus,
html[color-theme='theme-blue-dark'] .btn-black-border:focus,
html[color-theme='theme-blue-dark'] .btn-black:focus {
  border-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .btn-blind:hover,
html[color-theme='theme-blue-dark'] .btn-blind.act {
  background-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .btn-gamb span {
  background: #0d49cd;
}
html[color-theme='theme-blue-dark'] .two-date:hover input.form-control {
  border-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .dcjq-icon:hover,
html[color-theme='theme-blue-dark'] .structure-tree a.name:hover .icon-right-arrow,
html[color-theme='theme-blue-dark'] .structure-tree a.name:hover .icon-link {
  border-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .dcjq-icon:hover:after,
html[color-theme='theme-blue-dark'] .dcjq-icon:hover:before,
html[color-theme='theme-blue-dark'] .Zebra_DatePicker table td.dp_hover,
html[color-theme='theme-blue-dark'] .Zebra_DatePicker table td.dp_selected {
  background-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .breadcrumb > li:hover a,
html[color-theme='theme-blue-dark'] .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-theme='theme-blue-dark'] .tabs-nav-wrap .nav-tabs > li:hover > a,
html[color-theme='theme-blue-dark'] .Zebra_DatePicker_Icon,
html[color-theme='theme-blue-dark'] .Zebra_DatePicker table td.dp_current,
html[color-theme='theme-blue-dark'] .Zebra_DatePicker .dp_footer td.dp_today,
html[color-theme='theme-blue-dark'] .Zebra_DatePicker .dp_footer td.dp_clear,
html[color-theme='theme-blue-dark'] .Zebra_DatePicker .dp_header td.dp_hover,
html[color-theme='theme-blue-dark'] .Zebra_DatePicker .dp_daypicker th {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] input.form-control:hover,
html[color-theme='theme-blue-dark'] textarea.form-control:hover {
  border-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .faq-list > li > a:hover,
html[color-theme='theme-blue-dark'] .faq-list > li.open > a {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .faq-list > li > ul > li.open a,
html[color-theme='theme-blue-dark'] .faq-list > li > ul > li.open > a:hover {
  color: #ffffff;
}
html[color-theme='theme-blue-dark'] .faq-list > li > ul > li.open a:after,
html[color-theme='theme-blue-dark'] .faq-list > li > ul > li.open > a:hover:after {
  background: #0d49cd;
  opacity: 1;
}
html[color-theme='theme-blue-dark'] .faq-list > li > ul > li.open a i,
html[color-theme='theme-blue-dark'] .faq-list > li > ul > li.open > a:hover i {
  color: #ffffff;
}
html[color-theme='theme-blue-dark'] .faq-list > li > ul > li > a:hover,
html[color-theme='theme-blue-dark'] .faq-list > li > ul > li > a:hover i {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .wrap-popover-sharp .close:hover {
  color: #0d49cd;
  opacity: 1;
}
html[color-theme='theme-blue-dark'] .filter-btn:after {
  background-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .info-link-block a {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .info-link-block a:hover span {
  border-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .info-link-block i {
  background-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .ya-share2__item:hover .ya-share2__icon {
  border-color: #0d49cd !important;
  color: #0d49cd !important;
}
html[color-theme='theme-blue-dark'] .jq-radio.checked,
html[color-theme='theme-blue-dark'] .jq-checkbox.checked {
  background: #0d49cd;
  border-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .wrap-check:hover label {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .wrap-check:hover .jq-radio,
html[color-theme='theme-blue-dark'] .wrap-check:hover .jq-checkbox {
  border-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .checked + label {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .dropdown-menu > .active > a,
html[color-theme='theme-blue-dark'] .dropdown-menu > .active > a:hover,
html[color-theme='theme-blue-dark'] .dropdown-menu > .active > a:focus {
  background-color: #0d49cd;
  color: #ffffff;
}
html[color-theme='theme-blue-dark'] .dropdown-menu > .active > a:after,
html[color-theme='theme-blue-dark'] .dropdown-menu > .active > a:hover:after,
html[color-theme='theme-blue-dark'] .dropdown-menu > .active > a:focus:after {
  background-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .list-services__item:hover span,
html[color-theme='theme-blue-dark'] .list-services__item:focus span,
html[color-theme='theme-blue-dark'] .list-services__item:hover i,
html[color-theme='theme-blue-dark'] .list-services__item:focus i {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .active > .link-color {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .link-border-color:hover,
html[color-theme='theme-blue-dark'] .link-border-color:focus,
html[color-theme='theme-blue-dark'] .link-border-color:active {
  border-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .spoiler-box:hover .spoiler-box__btn {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .spoiler-box:hover .spoiler-box__carret {
  border-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .spoiler-box:hover .spoiler-box__carret:before,
html[color-theme='theme-blue-dark'] .spoiler-box:hover .spoiler-box__carret:after {
  background-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .color {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .color-bg-block {
  background-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .link-bg-color:hover,
html[color-theme='theme-blue-dark'] .link-bg-color:focus,
html[color-theme='theme-blue-dark'] .link-bg-color:active {
  background-color: #0d49cd;
  color: #ffffff;
}
html[color-theme='theme-blue-dark'] .aside__list-nav .akk-toggle:hover {
  border-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .aside__list-nav .akk-toggle:hover:after,
html[color-theme='theme-blue-dark'] .aside__list-nav .akk-toggle:hover:before {
  background-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .header-nav > li > a:hover,
html[color-theme='theme-blue-dark'] .header-nav > li:hover > a,
html[color-theme='theme-blue-dark'] .header-nav > li.active > a,
html[color-theme='theme-blue-dark'] .header-nav > li.open > a {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-theme='theme-blue-dark'] .tabs-nav-wrap .nav-tabs > li:hover > a {
  border-bottom: 4px solid #0d49cd;
}
html[color-theme='theme-blue-dark'] .ev-text:hover {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .footer__net-list a:hover {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .calendar#main-calendar-widget .day.has-event .day-content {
  border-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .calendar#main-calendar-widget .day.has-event .day-content:hover {
  border-color: #0d49cd;
  background-color: #0d49cd;
  color: #fff;
}
html[color-theme='theme-blue-dark'] .calendar#main-calendar-widget .day.active .day-content {
  background-color: #0d49cd;
  border-color: #0d49cd;
  color: #ffffff;
}
html[color-theme='theme-blue-dark'] .calendar#main-calendar-widget .next-arrow:hover,
html[color-theme='theme-blue-dark'] .calendar#main-calendar-widget .prev-arrow:hover {
  border: 1px solid #0d49cd;
  background-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .media-photo-preview:after {
  background: #0d49cd;
}
html[color-theme='theme-blue-dark'] .media-photo-modal .fancybox-button.fancybox-button--close:hover,
html[color-theme='theme-blue-dark'] .tags-result-list a:hover,
html[color-theme='theme-blue-dark'] .calendar .event .event-close:hover {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .calendar--prev-arrow:hover,
html[color-theme='theme-blue-dark'] .calendar--next-arrow:hover,
html[color-theme='theme-blue-dark'] .calendar__current_date:hover {
  border-color: #0d49cd;
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .header-nav > li > a:after {
  background-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .bootstrap-select .dropdown-menu > li > a:hover,
html[color-theme='theme-blue-dark'] .bootstrap-select .dropdown-menu > li > a:focus {
  color: #0d49cd;
  background-color: #f7f7f7;
}
html[color-theme='theme-blue-dark'] .bootstrap-select .dropdown-menu > li > a:hover small.text-muted,
html[color-theme='theme-blue-dark'] .bootstrap-select .dropdown-menu > li > a:focus small.text-muted {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .jq-radio.checked,
html[color-theme='theme-blue-dark'] .jq-checkbox.checked {
  background: #0d49cd;
  border-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .wrap-check:hover .jq-radio,
html[color-theme='theme-blue-dark'] .wrap-check:hover .jq-checkbox {
  border-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .checked + label,
html[color-theme='theme-blue-dark'] .text-prime,
html[color-theme='theme-blue-dark'] .rate_star:hover:after,
html[color-theme='theme-blue-dark'] .rate_star.over:after,
html[color-theme='theme-blue-dark'] .rate_star.checked:after {
  color: #0d49cd;
}
html[color-theme='theme-red'] {
  /* btn */
  /* end btn */
  /* блок поделиться */
}
html[color-theme='theme-red'] .list-menu-page .item > span {
  border-color: rgba(226, 3, 56, 0.5);
}
html[color-theme='theme-red'] .aside__list-nav > li > a.active:after,
html[color-theme='theme-red'] .aside__list-nav > li > .item-wrap > a.active:after,
html[color-theme='theme-red'] .aside__list-nav > li > a.parent-active:after,
html[color-theme='theme-red'] .aside__list-nav > li > .item-wrap > a.parent-active:after {
  background-color: #e20338;
}
html[color-theme='theme-red'] .aside__list-nav > li > ul a.active:before {
  color: #e20338;
}
html[color-theme='theme-red'] .tab-link-left li.active > a:after {
  background: #e20338;
}
html[color-theme='theme-red'] a:hover .link-color,
html[color-theme='theme-red'] a:focus .link-color,
html[color-theme='theme-red'] a:active .link-color,
html[color-theme='theme-red'] a.active .link-color {
  color: #e20338;
}
html[color-theme='theme-red'] a:hover .link-color,
html[color-theme='theme-red'] a:focus .link-color,
html[color-theme='theme-red'] a:active .link-color,
html[color-theme='theme-red'] a.active .link-color,
html[color-theme='theme-red'] a:hover .link-color i,
html[color-theme='theme-red'] a:focus .link-color i,
html[color-theme='theme-red'] a:active .link-color i,
html[color-theme='theme-red'] a.active .link-color i {
  color: #e20338;
}
html[color-theme='theme-red'] a:hover .btn-default-color,
html[color-theme='theme-red'] a:focus .btn-default-color,
html[color-theme='theme-red'] a:active .btn-default-color,
html[color-theme='theme-red'] a.active .btn-default-color {
  color: #ffffff;
  background-color: #e20338;
}
html[color-theme='theme-red'] a:hover .btn-default,
html[color-theme='theme-red'] a:focus .btn-default,
html[color-theme='theme-red'] a:active .btn-default,
html[color-theme='theme-red'] a.active .btn-default {
  color: #e20338;
  border-color: #e20338;
}
html[color-theme='theme-red'] a:hover .btn-primary,
html[color-theme='theme-red'] a:focus .btn-primary,
html[color-theme='theme-red'] a:active .btn-primary,
html[color-theme='theme-red'] a.active .btn-primary {
  background-color: #b0022c;
  border-color: #b0022c;
}
html[color-theme='theme-red'] .two-date:after {
  background-color: #e20338;
}
html[color-theme='theme-red'] .search-result strong {
  background-color: #e20338;
  color: #ffffff;
}
html[color-theme='theme-red'] .pushy-top .close {
  color: #ffffff;
}
html[color-theme='theme-red'] .btn-favorite.favorite {
  background-color: #e20338;
  color: #ffffff;
}
html[color-theme='theme-red'] .slick-dots li.slick-active button,
html[color-theme='theme-red'] .slick-dots li button:focus,
html[color-theme='theme-red'] .slick-dots li button:focus {
  background-color: #e20338;
}
html[color-theme='theme-red'] #map-svg path.active {
  fill: #e20338 !important;
}
html[color-theme='theme-red'] .text-block a:not([class]),
html[color-theme='theme-red'] .structure-tree a.link-style span,
html[color-theme='theme-red'] .link-border {
  border-color: rgba(226, 3, 56, 0.5);
}
html[color-theme='theme-red'] a.link-color:hover,
html[color-theme='theme-red'] .a.link-color:hover,
html[color-theme='theme-red'] a.link-color:focus,
html[color-theme='theme-red'] .a.link-color:focus,
html[color-theme='theme-red'] a.link-color:active,
html[color-theme='theme-red'] .a.link-color:active,
html[color-theme='theme-red'] a.link-color.active,
html[color-theme='theme-red'] .a.link-color.active,
html[color-theme='theme-red'] a.link-color:hover i,
html[color-theme='theme-red'] .a.link-color:hover i,
html[color-theme='theme-red'] a.link-color:focus i,
html[color-theme='theme-red'] .a.link-color:focus i,
html[color-theme='theme-red'] a.link-color:active i,
html[color-theme='theme-red'] .a.link-color:active i,
html[color-theme='theme-red'] a.link-color.active i,
html[color-theme='theme-red'] .a.link-color.active i {
  color: #e20338;
}
html[color-theme='theme-red'] .btn-default:focus,
html[color-theme='theme-red'] .btn-default.focus,
html[color-theme='theme-red'] .btn-default:hover,
html[color-theme='theme-red'] .btn-default:active,
html[color-theme='theme-red'] .btn-default.active {
  color: #e20338;
  border-color: #e20338;
}
html[color-theme='theme-red'] .btn-default-color {
  color: #e20338;
  border-color: #e20338;
}
html[color-theme='theme-red'] .btn-default-color:focus,
html[color-theme='theme-red'] .btn-default-color.focus,
html[color-theme='theme-red'] .btn-default-color:hover,
html[color-theme='theme-red'] .btn-default-color:active,
html[color-theme='theme-red'] .btn-default-color.active {
  color: #ffffff;
  background-color: #e20338;
}
html[color-theme='theme-red'] a.table-tender__item:focus .btn-default-color,
html[color-theme='theme-red'] a.table-tender__item.focus .btn-default-color,
html[color-theme='theme-red'] a.table-tender__item:hover .btn-default-color,
html[color-theme='theme-red'] a.table-tender__item:active .btn-default-color,
html[color-theme='theme-red'] a.table-tender__item.active .btn-default-color {
  color: #ffffff;
  background-color: #e20338;
}
html[color-theme='theme-red'] .btn-collapsed:hover,
html[color-theme='theme-red'] .btn-collapsed:focus {
  background-color: #e20338;
}
html[color-theme='theme-red'] .bootstrap-select.open .btn-default,
html[color-theme='theme-red'] .bootstrap-select.open .btn-default:focus,
html[color-theme='theme-red'] .bootstrap-select.open .btn-default.focus,
html[color-theme='theme-red'] .bootstrap-select.open .btn-default:hover,
html[color-theme='theme-red'] .bootstrap-select.open .btn-default:active,
html[color-theme='theme-red'] .bootstrap-select.open .btn-default.active {
  background-color: #e20338;
  border-color: #e20338;
  color: #ffffff;
}
html[color-theme='theme-red'] .btn-primary,
html[color-theme='theme-red'] .jq-file__browse {
  color: #ffffff;
  background-color: #e20338;
  border-color: #e20338;
}
html[color-theme='theme-red'] .btn-primary:focus,
html[color-theme='theme-red'] .jq-file__browse:focus,
html[color-theme='theme-red'] .btn-primary.focus,
html[color-theme='theme-red'] .jq-file__browse.focus {
  background-color: #fc1c51;
}
html[color-theme='theme-red'] .btn-primary:hover,
html[color-theme='theme-red'] .jq-file__browse:hover,
html[color-theme='theme-red'] .btn-primary:active,
html[color-theme='theme-red'] .jq-file__browse:active,
html[color-theme='theme-red'] .btn-primary.active,
html[color-theme='theme-red'] .jq-file__browse.active {
  background-color: #b0022c;
  border-color: #b0022c;
}
html[color-theme='theme-red'] .btn-black-border:hover,
html[color-theme='theme-red'] .btn-black-border.focus,
html[color-theme='theme-red'] .btn-black-border.active,
html[color-theme='theme-red'] .btn-black-border.active:hover,
html[color-theme='theme-red'] .btn-black-border.active:focus,
html[color-theme='theme-red'] .btn-black-border:focus {
  border-color: #e20338;
}
html[color-theme='theme-red'] .btn-black:hover,
html[color-theme='theme-red'] .btn-black:focus,
html[color-theme='theme-red'] .btn-black.active,
html[color-theme='theme-red'] .btn-black.active:hover,
html[color-theme='theme-red'] .btn-black.active:focus,
html[color-theme='theme-red'] .btn-black:focus {
  border-color: #e20338;
  background-color: #e20338;
}
html[color-theme='theme-red'] .btn-black-border:hover,
html[color-theme='theme-red'] .btn-black:hover,
html[color-theme='theme-red'] .btn-black-border.focus,
html[color-theme='theme-red'] .btn-black.focus,
html[color-theme='theme-red'] .btn-black-border.active:hover,
html[color-theme='theme-red'] .btn-black.active:hover,
html[color-theme='theme-red'] .btn-black-border.active:focus,
html[color-theme='theme-red'] .btn-black.active:focus,
html[color-theme='theme-red'] .btn-black-border:focus,
html[color-theme='theme-red'] .btn-black:focus {
  border-color: #e20338;
}
html[color-theme='theme-red'] .btn-blind:hover,
html[color-theme='theme-red'] .btn-blind.act {
  background-color: #e20338;
}
html[color-theme='theme-red'] .btn-gamb span {
  background: #e20338;
}
html[color-theme='theme-red'] .two-date:hover input.form-control {
  border-color: #e20338;
}
html[color-theme='theme-red'] .dcjq-icon:hover,
html[color-theme='theme-red'] .structure-tree a.name:hover .icon-right-arrow,
html[color-theme='theme-red'] .structure-tree a.name:hover .icon-link {
  border-color: #e20338;
}
html[color-theme='theme-red'] .dcjq-icon:hover:after,
html[color-theme='theme-red'] .dcjq-icon:hover:before,
html[color-theme='theme-red'] .Zebra_DatePicker table td.dp_hover,
html[color-theme='theme-red'] .Zebra_DatePicker table td.dp_selected {
  background-color: #e20338;
}
html[color-theme='theme-red'] .breadcrumb > li:hover a,
html[color-theme='theme-red'] .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-theme='theme-red'] .tabs-nav-wrap .nav-tabs > li:hover > a,
html[color-theme='theme-red'] .Zebra_DatePicker_Icon,
html[color-theme='theme-red'] .Zebra_DatePicker table td.dp_current,
html[color-theme='theme-red'] .Zebra_DatePicker .dp_footer td.dp_today,
html[color-theme='theme-red'] .Zebra_DatePicker .dp_footer td.dp_clear,
html[color-theme='theme-red'] .Zebra_DatePicker .dp_header td.dp_hover,
html[color-theme='theme-red'] .Zebra_DatePicker .dp_daypicker th {
  color: #e20338;
}
html[color-theme='theme-red'] input.form-control:hover,
html[color-theme='theme-red'] textarea.form-control:hover {
  border-color: #e20338;
}
html[color-theme='theme-red'] .faq-list > li > a:hover,
html[color-theme='theme-red'] .faq-list > li.open > a {
  color: #e20338;
}
html[color-theme='theme-red'] .faq-list > li > ul > li.open a,
html[color-theme='theme-red'] .faq-list > li > ul > li.open > a:hover {
  color: #ffffff;
}
html[color-theme='theme-red'] .faq-list > li > ul > li.open a:after,
html[color-theme='theme-red'] .faq-list > li > ul > li.open > a:hover:after {
  background: #e20338;
  opacity: 1;
}
html[color-theme='theme-red'] .faq-list > li > ul > li.open a i,
html[color-theme='theme-red'] .faq-list > li > ul > li.open > a:hover i {
  color: #ffffff;
}
html[color-theme='theme-red'] .faq-list > li > ul > li > a:hover,
html[color-theme='theme-red'] .faq-list > li > ul > li > a:hover i {
  color: #e20338;
}
html[color-theme='theme-red'] .wrap-popover-sharp .close:hover {
  color: #e20338;
  opacity: 1;
}
html[color-theme='theme-red'] .filter-btn:after {
  background-color: #e20338;
}
html[color-theme='theme-red'] .info-link-block a {
  color: #e20338;
}
html[color-theme='theme-red'] .info-link-block a:hover span {
  border-color: #e20338;
}
html[color-theme='theme-red'] .info-link-block i {
  background-color: #e20338;
}
html[color-theme='theme-red'] .ya-share2__item:hover .ya-share2__icon {
  border-color: #e20338 !important;
  color: #e20338 !important;
}
html[color-theme='theme-red'] .jq-radio.checked,
html[color-theme='theme-red'] .jq-checkbox.checked {
  background: #e20338;
  border-color: #e20338;
}
html[color-theme='theme-red'] .wrap-check:hover label {
  color: #e20338;
}
html[color-theme='theme-red'] .wrap-check:hover .jq-radio,
html[color-theme='theme-red'] .wrap-check:hover .jq-checkbox {
  border-color: #e20338;
}
html[color-theme='theme-red'] .checked + label {
  color: #e20338;
}
html[color-theme='theme-red'] .dropdown-menu > .active > a,
html[color-theme='theme-red'] .dropdown-menu > .active > a:hover,
html[color-theme='theme-red'] .dropdown-menu > .active > a:focus {
  background-color: #e20338;
  color: #ffffff;
}
html[color-theme='theme-red'] .dropdown-menu > .active > a:after,
html[color-theme='theme-red'] .dropdown-menu > .active > a:hover:after,
html[color-theme='theme-red'] .dropdown-menu > .active > a:focus:after {
  background-color: #e20338;
}
html[color-theme='theme-red'] .list-services__item:hover span,
html[color-theme='theme-red'] .list-services__item:focus span,
html[color-theme='theme-red'] .list-services__item:hover i,
html[color-theme='theme-red'] .list-services__item:focus i {
  color: #e20338;
}
html[color-theme='theme-red'] .active > .link-color {
  color: #e20338;
}
html[color-theme='theme-red'] .link-border-color:hover,
html[color-theme='theme-red'] .link-border-color:focus,
html[color-theme='theme-red'] .link-border-color:active {
  border-color: #e20338;
}
html[color-theme='theme-red'] .spoiler-box:hover .spoiler-box__btn {
  color: #e20338;
}
html[color-theme='theme-red'] .spoiler-box:hover .spoiler-box__carret {
  border-color: #e20338;
}
html[color-theme='theme-red'] .spoiler-box:hover .spoiler-box__carret:before,
html[color-theme='theme-red'] .spoiler-box:hover .spoiler-box__carret:after {
  background-color: #e20338;
}
html[color-theme='theme-red'] .color {
  color: #e20338;
}
html[color-theme='theme-red'] .color-bg-block {
  background-color: #e20338;
}
html[color-theme='theme-red'] .link-bg-color:hover,
html[color-theme='theme-red'] .link-bg-color:focus,
html[color-theme='theme-red'] .link-bg-color:active {
  background-color: #e20338;
  color: #ffffff;
}
html[color-theme='theme-red'] .aside__list-nav .akk-toggle:hover {
  border-color: #e20338;
}
html[color-theme='theme-red'] .aside__list-nav .akk-toggle:hover:after,
html[color-theme='theme-red'] .aside__list-nav .akk-toggle:hover:before {
  background-color: #e20338;
}
html[color-theme='theme-red'] .header-nav > li > a:hover,
html[color-theme='theme-red'] .header-nav > li:hover > a,
html[color-theme='theme-red'] .header-nav > li.active > a,
html[color-theme='theme-red'] .header-nav > li.open > a {
  color: #e20338;
}
html[color-theme='theme-red'] .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-theme='theme-red'] .tabs-nav-wrap .nav-tabs > li:hover > a {
  border-bottom: 4px solid #e20338;
}
html[color-theme='theme-red'] .ev-text:hover {
  color: #e20338;
}
html[color-theme='theme-red'] .footer__net-list a:hover {
  color: #e20338;
}
html[color-theme='theme-red'] .calendar#main-calendar-widget .day.has-event .day-content {
  border-color: #e20338;
}
html[color-theme='theme-red'] .calendar#main-calendar-widget .day.has-event .day-content:hover {
  border-color: #e20338;
  background-color: #e20338;
  color: #fff;
}
html[color-theme='theme-red'] .calendar#main-calendar-widget .day.active .day-content {
  background-color: #e20338;
  border-color: #e20338;
  color: #ffffff;
}
html[color-theme='theme-red'] .calendar#main-calendar-widget .next-arrow:hover,
html[color-theme='theme-red'] .calendar#main-calendar-widget .prev-arrow:hover {
  border: 1px solid #e20338;
  background-color: #e20338;
}
html[color-theme='theme-red'] .media-photo-preview:after {
  background: #e20338;
}
html[color-theme='theme-red'] .media-photo-modal .fancybox-button.fancybox-button--close:hover,
html[color-theme='theme-red'] .tags-result-list a:hover,
html[color-theme='theme-red'] .calendar .event .event-close:hover {
  color: #e20338;
}
html[color-theme='theme-red'] .calendar--prev-arrow:hover,
html[color-theme='theme-red'] .calendar--next-arrow:hover,
html[color-theme='theme-red'] .calendar__current_date:hover {
  border-color: #e20338;
  color: #e20338;
}
html[color-theme='theme-red'] .header-nav > li > a:after {
  background-color: #e20338;
}
html[color-theme='theme-red'] .bootstrap-select .dropdown-menu > li > a:hover,
html[color-theme='theme-red'] .bootstrap-select .dropdown-menu > li > a:focus {
  color: #e20338;
  background-color: #f7f7f7;
}
html[color-theme='theme-red'] .bootstrap-select .dropdown-menu > li > a:hover small.text-muted,
html[color-theme='theme-red'] .bootstrap-select .dropdown-menu > li > a:focus small.text-muted {
  color: #e20338;
}
html[color-theme='theme-red'] .jq-radio.checked,
html[color-theme='theme-red'] .jq-checkbox.checked {
  background: #e20338;
  border-color: #e20338;
}
html[color-theme='theme-red'] .wrap-check:hover .jq-radio,
html[color-theme='theme-red'] .wrap-check:hover .jq-checkbox {
  border-color: #e20338;
}
html[color-theme='theme-red'] .checked + label,
html[color-theme='theme-red'] .text-prime,
html[color-theme='theme-red'] .rate_star:hover:after,
html[color-theme='theme-red'] .rate_star.over:after,
html[color-theme='theme-red'] .rate_star.checked:after {
  color: #e20338;
}
html[color-theme='theme-emerald'] {
  /* btn */
  /* end btn */
  /* блок поделиться */
}
html[color-theme='theme-emerald'] .list-menu-page .item > span {
  border-color: rgba(0, 207, 145, 0.5);
}
html[color-theme='theme-emerald'] .aside__list-nav > li > a.active:after,
html[color-theme='theme-emerald'] .aside__list-nav > li > .item-wrap > a.active:after,
html[color-theme='theme-emerald'] .aside__list-nav > li > a.parent-active:after,
html[color-theme='theme-emerald'] .aside__list-nav > li > .item-wrap > a.parent-active:after {
  background-color: #00cf91;
}
html[color-theme='theme-emerald'] .aside__list-nav > li > ul a.active:before {
  color: #00cf91;
}
html[color-theme='theme-emerald'] .tab-link-left li.active > a:after {
  background: #00cf91;
}
html[color-theme='theme-emerald'] a:hover .link-color,
html[color-theme='theme-emerald'] a:focus .link-color,
html[color-theme='theme-emerald'] a:active .link-color,
html[color-theme='theme-emerald'] a.active .link-color {
  color: #00cf91;
}
html[color-theme='theme-emerald'] a:hover .link-color,
html[color-theme='theme-emerald'] a:focus .link-color,
html[color-theme='theme-emerald'] a:active .link-color,
html[color-theme='theme-emerald'] a.active .link-color,
html[color-theme='theme-emerald'] a:hover .link-color i,
html[color-theme='theme-emerald'] a:focus .link-color i,
html[color-theme='theme-emerald'] a:active .link-color i,
html[color-theme='theme-emerald'] a.active .link-color i {
  color: #00cf91;
}
html[color-theme='theme-emerald'] a:hover .btn-default-color,
html[color-theme='theme-emerald'] a:focus .btn-default-color,
html[color-theme='theme-emerald'] a:active .btn-default-color,
html[color-theme='theme-emerald'] a.active .btn-default-color {
  color: #ffffff;
  background-color: #00cf91;
}
html[color-theme='theme-emerald'] a:hover .btn-default,
html[color-theme='theme-emerald'] a:focus .btn-default,
html[color-theme='theme-emerald'] a:active .btn-default,
html[color-theme='theme-emerald'] a.active .btn-default {
  color: #00cf91;
  border-color: #00cf91;
}
html[color-theme='theme-emerald'] a:hover .btn-primary,
html[color-theme='theme-emerald'] a:focus .btn-primary,
html[color-theme='theme-emerald'] a:active .btn-primary,
html[color-theme='theme-emerald'] a.active .btn-primary {
  background-color: #009c6d;
  border-color: #009c6d;
}
html[color-theme='theme-emerald'] .two-date:after {
  background-color: #00cf91;
}
html[color-theme='theme-emerald'] .search-result strong {
  background-color: #00cf91;
  color: #ffffff;
}
html[color-theme='theme-emerald'] .pushy-top .close {
  color: #ffffff;
}
html[color-theme='theme-emerald'] .btn-favorite.favorite {
  background-color: #00cf91;
  color: #ffffff;
}
html[color-theme='theme-emerald'] .slick-dots li.slick-active button,
html[color-theme='theme-emerald'] .slick-dots li button:focus,
html[color-theme='theme-emerald'] .slick-dots li button:focus {
  background-color: #00cf91;
}
html[color-theme='theme-emerald'] #map-svg path.active {
  fill: #00cf91 !important;
}
html[color-theme='theme-emerald'] .text-block a:not([class]),
html[color-theme='theme-emerald'] .structure-tree a.link-style span,
html[color-theme='theme-emerald'] .link-border {
  border-color: rgba(0, 207, 145, 0.5);
}
html[color-theme='theme-emerald'] a.link-color:hover,
html[color-theme='theme-emerald'] .a.link-color:hover,
html[color-theme='theme-emerald'] a.link-color:focus,
html[color-theme='theme-emerald'] .a.link-color:focus,
html[color-theme='theme-emerald'] a.link-color:active,
html[color-theme='theme-emerald'] .a.link-color:active,
html[color-theme='theme-emerald'] a.link-color.active,
html[color-theme='theme-emerald'] .a.link-color.active,
html[color-theme='theme-emerald'] a.link-color:hover i,
html[color-theme='theme-emerald'] .a.link-color:hover i,
html[color-theme='theme-emerald'] a.link-color:focus i,
html[color-theme='theme-emerald'] .a.link-color:focus i,
html[color-theme='theme-emerald'] a.link-color:active i,
html[color-theme='theme-emerald'] .a.link-color:active i,
html[color-theme='theme-emerald'] a.link-color.active i,
html[color-theme='theme-emerald'] .a.link-color.active i {
  color: #00cf91;
}
html[color-theme='theme-emerald'] .btn-default:focus,
html[color-theme='theme-emerald'] .btn-default.focus,
html[color-theme='theme-emerald'] .btn-default:hover,
html[color-theme='theme-emerald'] .btn-default:active,
html[color-theme='theme-emerald'] .btn-default.active {
  color: #00cf91;
  border-color: #00cf91;
}
html[color-theme='theme-emerald'] .btn-default-color {
  color: #00cf91;
  border-color: #00cf91;
}
html[color-theme='theme-emerald'] .btn-default-color:focus,
html[color-theme='theme-emerald'] .btn-default-color.focus,
html[color-theme='theme-emerald'] .btn-default-color:hover,
html[color-theme='theme-emerald'] .btn-default-color:active,
html[color-theme='theme-emerald'] .btn-default-color.active {
  color: #ffffff;
  background-color: #00cf91;
}
html[color-theme='theme-emerald'] a.table-tender__item:focus .btn-default-color,
html[color-theme='theme-emerald'] a.table-tender__item.focus .btn-default-color,
html[color-theme='theme-emerald'] a.table-tender__item:hover .btn-default-color,
html[color-theme='theme-emerald'] a.table-tender__item:active .btn-default-color,
html[color-theme='theme-emerald'] a.table-tender__item.active .btn-default-color {
  color: #ffffff;
  background-color: #00cf91;
}
html[color-theme='theme-emerald'] .btn-collapsed:hover,
html[color-theme='theme-emerald'] .btn-collapsed:focus {
  background-color: #00cf91;
}
html[color-theme='theme-emerald'] .bootstrap-select.open .btn-default,
html[color-theme='theme-emerald'] .bootstrap-select.open .btn-default:focus,
html[color-theme='theme-emerald'] .bootstrap-select.open .btn-default.focus,
html[color-theme='theme-emerald'] .bootstrap-select.open .btn-default:hover,
html[color-theme='theme-emerald'] .bootstrap-select.open .btn-default:active,
html[color-theme='theme-emerald'] .bootstrap-select.open .btn-default.active {
  background-color: #00cf91;
  border-color: #00cf91;
  color: #ffffff;
}
html[color-theme='theme-emerald'] .btn-primary,
html[color-theme='theme-emerald'] .jq-file__browse {
  color: #ffffff;
  background-color: #00cf91;
  border-color: #00cf91;
}
html[color-theme='theme-emerald'] .btn-primary:focus,
html[color-theme='theme-emerald'] .jq-file__browse:focus,
html[color-theme='theme-emerald'] .btn-primary.focus,
html[color-theme='theme-emerald'] .jq-file__browse.focus {
  background-color: #03ffb4;
}
html[color-theme='theme-emerald'] .btn-primary:hover,
html[color-theme='theme-emerald'] .jq-file__browse:hover,
html[color-theme='theme-emerald'] .btn-primary:active,
html[color-theme='theme-emerald'] .jq-file__browse:active,
html[color-theme='theme-emerald'] .btn-primary.active,
html[color-theme='theme-emerald'] .jq-file__browse.active {
  background-color: #009c6d;
  border-color: #009c6d;
}
html[color-theme='theme-emerald'] .btn-black-border:hover,
html[color-theme='theme-emerald'] .btn-black-border.focus,
html[color-theme='theme-emerald'] .btn-black-border.active,
html[color-theme='theme-emerald'] .btn-black-border.active:hover,
html[color-theme='theme-emerald'] .btn-black-border.active:focus,
html[color-theme='theme-emerald'] .btn-black-border:focus {
  border-color: #00cf91;
}
html[color-theme='theme-emerald'] .btn-black:hover,
html[color-theme='theme-emerald'] .btn-black:focus,
html[color-theme='theme-emerald'] .btn-black.active,
html[color-theme='theme-emerald'] .btn-black.active:hover,
html[color-theme='theme-emerald'] .btn-black.active:focus,
html[color-theme='theme-emerald'] .btn-black:focus {
  border-color: #00cf91;
  background-color: #00cf91;
}
html[color-theme='theme-emerald'] .btn-black-border:hover,
html[color-theme='theme-emerald'] .btn-black:hover,
html[color-theme='theme-emerald'] .btn-black-border.focus,
html[color-theme='theme-emerald'] .btn-black.focus,
html[color-theme='theme-emerald'] .btn-black-border.active:hover,
html[color-theme='theme-emerald'] .btn-black.active:hover,
html[color-theme='theme-emerald'] .btn-black-border.active:focus,
html[color-theme='theme-emerald'] .btn-black.active:focus,
html[color-theme='theme-emerald'] .btn-black-border:focus,
html[color-theme='theme-emerald'] .btn-black:focus {
  border-color: #00cf91;
}
html[color-theme='theme-emerald'] .btn-blind:hover,
html[color-theme='theme-emerald'] .btn-blind.act {
  background-color: #00cf91;
}
html[color-theme='theme-emerald'] .btn-gamb span {
  background: #00cf91;
}
html[color-theme='theme-emerald'] .two-date:hover input.form-control {
  border-color: #00cf91;
}
html[color-theme='theme-emerald'] .dcjq-icon:hover,
html[color-theme='theme-emerald'] .structure-tree a.name:hover .icon-right-arrow,
html[color-theme='theme-emerald'] .structure-tree a.name:hover .icon-link {
  border-color: #00cf91;
}
html[color-theme='theme-emerald'] .dcjq-icon:hover:after,
html[color-theme='theme-emerald'] .dcjq-icon:hover:before,
html[color-theme='theme-emerald'] .Zebra_DatePicker table td.dp_hover,
html[color-theme='theme-emerald'] .Zebra_DatePicker table td.dp_selected {
  background-color: #00cf91;
}
html[color-theme='theme-emerald'] .breadcrumb > li:hover a,
html[color-theme='theme-emerald'] .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-theme='theme-emerald'] .tabs-nav-wrap .nav-tabs > li:hover > a,
html[color-theme='theme-emerald'] .Zebra_DatePicker_Icon,
html[color-theme='theme-emerald'] .Zebra_DatePicker table td.dp_current,
html[color-theme='theme-emerald'] .Zebra_DatePicker .dp_footer td.dp_today,
html[color-theme='theme-emerald'] .Zebra_DatePicker .dp_footer td.dp_clear,
html[color-theme='theme-emerald'] .Zebra_DatePicker .dp_header td.dp_hover,
html[color-theme='theme-emerald'] .Zebra_DatePicker .dp_daypicker th {
  color: #00cf91;
}
html[color-theme='theme-emerald'] input.form-control:hover,
html[color-theme='theme-emerald'] textarea.form-control:hover {
  border-color: #00cf91;
}
html[color-theme='theme-emerald'] .faq-list > li > a:hover,
html[color-theme='theme-emerald'] .faq-list > li.open > a {
  color: #00cf91;
}
html[color-theme='theme-emerald'] .faq-list > li > ul > li.open a,
html[color-theme='theme-emerald'] .faq-list > li > ul > li.open > a:hover {
  color: #ffffff;
}
html[color-theme='theme-emerald'] .faq-list > li > ul > li.open a:after,
html[color-theme='theme-emerald'] .faq-list > li > ul > li.open > a:hover:after {
  background: #00cf91;
  opacity: 1;
}
html[color-theme='theme-emerald'] .faq-list > li > ul > li.open a i,
html[color-theme='theme-emerald'] .faq-list > li > ul > li.open > a:hover i {
  color: #ffffff;
}
html[color-theme='theme-emerald'] .faq-list > li > ul > li > a:hover,
html[color-theme='theme-emerald'] .faq-list > li > ul > li > a:hover i {
  color: #00cf91;
}
html[color-theme='theme-emerald'] .wrap-popover-sharp .close:hover {
  color: #00cf91;
  opacity: 1;
}
html[color-theme='theme-emerald'] .filter-btn:after {
  background-color: #00cf91;
}
html[color-theme='theme-emerald'] .info-link-block a {
  color: #00cf91;
}
html[color-theme='theme-emerald'] .info-link-block a:hover span {
  border-color: #00cf91;
}
html[color-theme='theme-emerald'] .info-link-block i {
  background-color: #00cf91;
}
html[color-theme='theme-emerald'] .ya-share2__item:hover .ya-share2__icon {
  border-color: #00cf91 !important;
  color: #00cf91 !important;
}
html[color-theme='theme-emerald'] .jq-radio.checked,
html[color-theme='theme-emerald'] .jq-checkbox.checked {
  background: #00cf91;
  border-color: #00cf91;
}
html[color-theme='theme-emerald'] .wrap-check:hover label {
  color: #00cf91;
}
html[color-theme='theme-emerald'] .wrap-check:hover .jq-radio,
html[color-theme='theme-emerald'] .wrap-check:hover .jq-checkbox {
  border-color: #00cf91;
}
html[color-theme='theme-emerald'] .checked + label {
  color: #00cf91;
}
html[color-theme='theme-emerald'] .dropdown-menu > .active > a,
html[color-theme='theme-emerald'] .dropdown-menu > .active > a:hover,
html[color-theme='theme-emerald'] .dropdown-menu > .active > a:focus {
  background-color: #00cf91;
  color: #ffffff;
}
html[color-theme='theme-emerald'] .dropdown-menu > .active > a:after,
html[color-theme='theme-emerald'] .dropdown-menu > .active > a:hover:after,
html[color-theme='theme-emerald'] .dropdown-menu > .active > a:focus:after {
  background-color: #00cf91;
}
html[color-theme='theme-emerald'] .list-services__item:hover span,
html[color-theme='theme-emerald'] .list-services__item:focus span,
html[color-theme='theme-emerald'] .list-services__item:hover i,
html[color-theme='theme-emerald'] .list-services__item:focus i {
  color: #00cf91;
}
html[color-theme='theme-emerald'] .active > .link-color {
  color: #00cf91;
}
html[color-theme='theme-emerald'] .link-border-color:hover,
html[color-theme='theme-emerald'] .link-border-color:focus,
html[color-theme='theme-emerald'] .link-border-color:active {
  border-color: #00cf91;
}
html[color-theme='theme-emerald'] .spoiler-box:hover .spoiler-box__btn {
  color: #00cf91;
}
html[color-theme='theme-emerald'] .spoiler-box:hover .spoiler-box__carret {
  border-color: #00cf91;
}
html[color-theme='theme-emerald'] .spoiler-box:hover .spoiler-box__carret:before,
html[color-theme='theme-emerald'] .spoiler-box:hover .spoiler-box__carret:after {
  background-color: #00cf91;
}
html[color-theme='theme-emerald'] .color {
  color: #00cf91;
}
html[color-theme='theme-emerald'] .color-bg-block {
  background-color: #00cf91;
}
html[color-theme='theme-emerald'] .link-bg-color:hover,
html[color-theme='theme-emerald'] .link-bg-color:focus,
html[color-theme='theme-emerald'] .link-bg-color:active {
  background-color: #00cf91;
  color: #ffffff;
}
html[color-theme='theme-emerald'] .aside__list-nav .akk-toggle:hover {
  border-color: #00cf91;
}
html[color-theme='theme-emerald'] .aside__list-nav .akk-toggle:hover:after,
html[color-theme='theme-emerald'] .aside__list-nav .akk-toggle:hover:before {
  background-color: #00cf91;
}
html[color-theme='theme-emerald'] .header-nav > li > a:hover,
html[color-theme='theme-emerald'] .header-nav > li:hover > a,
html[color-theme='theme-emerald'] .header-nav > li.active > a,
html[color-theme='theme-emerald'] .header-nav > li.open > a {
  color: #00cf91;
}
html[color-theme='theme-emerald'] .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-theme='theme-emerald'] .tabs-nav-wrap .nav-tabs > li:hover > a {
  border-bottom: 4px solid #00cf91;
}
html[color-theme='theme-emerald'] .ev-text:hover {
  color: #00cf91;
}
html[color-theme='theme-emerald'] .footer__net-list a:hover {
  color: #00cf91;
}
html[color-theme='theme-emerald'] .calendar#main-calendar-widget .day.has-event .day-content {
  border-color: #00cf91;
}
html[color-theme='theme-emerald'] .calendar#main-calendar-widget .day.has-event .day-content:hover {
  border-color: #00cf91;
  background-color: #00cf91;
  color: #fff;
}
html[color-theme='theme-emerald'] .calendar#main-calendar-widget .day.active .day-content {
  background-color: #00cf91;
  border-color: #00cf91;
  color: #ffffff;
}
html[color-theme='theme-emerald'] .calendar#main-calendar-widget .next-arrow:hover,
html[color-theme='theme-emerald'] .calendar#main-calendar-widget .prev-arrow:hover {
  border: 1px solid #00cf91;
  background-color: #00cf91;
}
html[color-theme='theme-emerald'] .media-photo-preview:after {
  background: #00cf91;
}
html[color-theme='theme-emerald'] .media-photo-modal .fancybox-button.fancybox-button--close:hover,
html[color-theme='theme-emerald'] .tags-result-list a:hover,
html[color-theme='theme-emerald'] .calendar .event .event-close:hover {
  color: #00cf91;
}
html[color-theme='theme-emerald'] .calendar--prev-arrow:hover,
html[color-theme='theme-emerald'] .calendar--next-arrow:hover,
html[color-theme='theme-emerald'] .calendar__current_date:hover {
  border-color: #00cf91;
  color: #00cf91;
}
html[color-theme='theme-emerald'] .header-nav > li > a:after {
  background-color: #00cf91;
}
html[color-theme='theme-emerald'] .bootstrap-select .dropdown-menu > li > a:hover,
html[color-theme='theme-emerald'] .bootstrap-select .dropdown-menu > li > a:focus {
  color: #00cf91;
  background-color: #f7f7f7;
}
html[color-theme='theme-emerald'] .bootstrap-select .dropdown-menu > li > a:hover small.text-muted,
html[color-theme='theme-emerald'] .bootstrap-select .dropdown-menu > li > a:focus small.text-muted {
  color: #00cf91;
}
html[color-theme='theme-emerald'] .jq-radio.checked,
html[color-theme='theme-emerald'] .jq-checkbox.checked {
  background: #00cf91;
  border-color: #00cf91;
}
html[color-theme='theme-emerald'] .wrap-check:hover .jq-radio,
html[color-theme='theme-emerald'] .wrap-check:hover .jq-checkbox {
  border-color: #00cf91;
}
html[color-theme='theme-emerald'] .checked + label,
html[color-theme='theme-emerald'] .text-prime,
html[color-theme='theme-emerald'] .rate_star:hover:after,
html[color-theme='theme-emerald'] .rate_star.over:after,
html[color-theme='theme-emerald'] .rate_star.checked:after {
  color: #00cf91;
}
html[color-theme='theme-green'] {
  /* btn */
  /* end btn */
  /* блок поделиться */
}
html[color-theme='theme-green'] .list-menu-page .item > span {
  border-color: rgba(104, 159, 56, 0.5);
}
html[color-theme='theme-green'] .aside__list-nav > li > a.active:after,
html[color-theme='theme-green'] .aside__list-nav > li > .item-wrap > a.active:after,
html[color-theme='theme-green'] .aside__list-nav > li > a.parent-active:after,
html[color-theme='theme-green'] .aside__list-nav > li > .item-wrap > a.parent-active:after {
  background-color: #689f38;
}
html[color-theme='theme-green'] .aside__list-nav > li > ul a.active:before {
  color: #689f38;
}
html[color-theme='theme-green'] .tab-link-left li.active > a:after {
  background: #689f38;
}
html[color-theme='theme-green'] a:hover .link-color,
html[color-theme='theme-green'] a:focus .link-color,
html[color-theme='theme-green'] a:active .link-color,
html[color-theme='theme-green'] a.active .link-color {
  color: #689f38;
}
html[color-theme='theme-green'] a:hover .link-color,
html[color-theme='theme-green'] a:focus .link-color,
html[color-theme='theme-green'] a:active .link-color,
html[color-theme='theme-green'] a.active .link-color,
html[color-theme='theme-green'] a:hover .link-color i,
html[color-theme='theme-green'] a:focus .link-color i,
html[color-theme='theme-green'] a:active .link-color i,
html[color-theme='theme-green'] a.active .link-color i {
  color: #689f38;
}
html[color-theme='theme-green'] a:hover .btn-default-color,
html[color-theme='theme-green'] a:focus .btn-default-color,
html[color-theme='theme-green'] a:active .btn-default-color,
html[color-theme='theme-green'] a.active .btn-default-color {
  color: #ffffff;
  background-color: #689f38;
}
html[color-theme='theme-green'] a:hover .btn-default,
html[color-theme='theme-green'] a:focus .btn-default,
html[color-theme='theme-green'] a:active .btn-default,
html[color-theme='theme-green'] a.active .btn-default {
  color: #689f38;
  border-color: #689f38;
}
html[color-theme='theme-green'] a:hover .btn-primary,
html[color-theme='theme-green'] a:focus .btn-primary,
html[color-theme='theme-green'] a:active .btn-primary,
html[color-theme='theme-green'] a.active .btn-primary {
  background-color: #4f792b;
  border-color: #4f792b;
}
html[color-theme='theme-green'] .two-date:after {
  background-color: #689f38;
}
html[color-theme='theme-green'] .search-result strong {
  background-color: #689f38;
  color: #ffffff;
}
html[color-theme='theme-green'] .pushy-top .close {
  color: #ffffff;
}
html[color-theme='theme-green'] .btn-favorite.favorite {
  background-color: #689f38;
  color: #ffffff;
}
html[color-theme='theme-green'] .slick-dots li.slick-active button,
html[color-theme='theme-green'] .slick-dots li button:focus,
html[color-theme='theme-green'] .slick-dots li button:focus {
  background-color: #689f38;
}
html[color-theme='theme-green'] #map-svg path.active {
  fill: #689f38 !important;
}
html[color-theme='theme-green'] .text-block a:not([class]),
html[color-theme='theme-green'] .structure-tree a.link-style span,
html[color-theme='theme-green'] .link-border {
  border-color: rgba(104, 159, 56, 0.5);
}
html[color-theme='theme-green'] a.link-color:hover,
html[color-theme='theme-green'] .a.link-color:hover,
html[color-theme='theme-green'] a.link-color:focus,
html[color-theme='theme-green'] .a.link-color:focus,
html[color-theme='theme-green'] a.link-color:active,
html[color-theme='theme-green'] .a.link-color:active,
html[color-theme='theme-green'] a.link-color.active,
html[color-theme='theme-green'] .a.link-color.active,
html[color-theme='theme-green'] a.link-color:hover i,
html[color-theme='theme-green'] .a.link-color:hover i,
html[color-theme='theme-green'] a.link-color:focus i,
html[color-theme='theme-green'] .a.link-color:focus i,
html[color-theme='theme-green'] a.link-color:active i,
html[color-theme='theme-green'] .a.link-color:active i,
html[color-theme='theme-green'] a.link-color.active i,
html[color-theme='theme-green'] .a.link-color.active i {
  color: #689f38;
}
html[color-theme='theme-green'] .btn-default:focus,
html[color-theme='theme-green'] .btn-default.focus,
html[color-theme='theme-green'] .btn-default:hover,
html[color-theme='theme-green'] .btn-default:active,
html[color-theme='theme-green'] .btn-default.active {
  color: #689f38;
  border-color: #689f38;
}
html[color-theme='theme-green'] .btn-default-color {
  color: #689f38;
  border-color: #689f38;
}
html[color-theme='theme-green'] .btn-default-color:focus,
html[color-theme='theme-green'] .btn-default-color.focus,
html[color-theme='theme-green'] .btn-default-color:hover,
html[color-theme='theme-green'] .btn-default-color:active,
html[color-theme='theme-green'] .btn-default-color.active {
  color: #ffffff;
  background-color: #689f38;
}
html[color-theme='theme-green'] a.table-tender__item:focus .btn-default-color,
html[color-theme='theme-green'] a.table-tender__item.focus .btn-default-color,
html[color-theme='theme-green'] a.table-tender__item:hover .btn-default-color,
html[color-theme='theme-green'] a.table-tender__item:active .btn-default-color,
html[color-theme='theme-green'] a.table-tender__item.active .btn-default-color {
  color: #ffffff;
  background-color: #689f38;
}
html[color-theme='theme-green'] .btn-collapsed:hover,
html[color-theme='theme-green'] .btn-collapsed:focus {
  background-color: #689f38;
}
html[color-theme='theme-green'] .bootstrap-select.open .btn-default,
html[color-theme='theme-green'] .bootstrap-select.open .btn-default:focus,
html[color-theme='theme-green'] .bootstrap-select.open .btn-default.focus,
html[color-theme='theme-green'] .bootstrap-select.open .btn-default:hover,
html[color-theme='theme-green'] .bootstrap-select.open .btn-default:active,
html[color-theme='theme-green'] .bootstrap-select.open .btn-default.active {
  background-color: #689f38;
  border-color: #689f38;
  color: #ffffff;
}
html[color-theme='theme-green'] .btn-primary,
html[color-theme='theme-green'] .jq-file__browse {
  color: #ffffff;
  background-color: #689f38;
  border-color: #689f38;
}
html[color-theme='theme-green'] .btn-primary:focus,
html[color-theme='theme-green'] .jq-file__browse:focus,
html[color-theme='theme-green'] .btn-primary.focus,
html[color-theme='theme-green'] .jq-file__browse.focus {
  background-color: #81bf4b;
}
html[color-theme='theme-green'] .btn-primary:hover,
html[color-theme='theme-green'] .jq-file__browse:hover,
html[color-theme='theme-green'] .btn-primary:active,
html[color-theme='theme-green'] .jq-file__browse:active,
html[color-theme='theme-green'] .btn-primary.active,
html[color-theme='theme-green'] .jq-file__browse.active {
  background-color: #4f792b;
  border-color: #4f792b;
}
html[color-theme='theme-green'] .btn-black-border:hover,
html[color-theme='theme-green'] .btn-black-border.focus,
html[color-theme='theme-green'] .btn-black-border.active,
html[color-theme='theme-green'] .btn-black-border.active:hover,
html[color-theme='theme-green'] .btn-black-border.active:focus,
html[color-theme='theme-green'] .btn-black-border:focus {
  border-color: #689f38;
}
html[color-theme='theme-green'] .btn-black:hover,
html[color-theme='theme-green'] .btn-black:focus,
html[color-theme='theme-green'] .btn-black.active,
html[color-theme='theme-green'] .btn-black.active:hover,
html[color-theme='theme-green'] .btn-black.active:focus,
html[color-theme='theme-green'] .btn-black:focus {
  border-color: #689f38;
  background-color: #689f38;
}
html[color-theme='theme-green'] .btn-black-border:hover,
html[color-theme='theme-green'] .btn-black:hover,
html[color-theme='theme-green'] .btn-black-border.focus,
html[color-theme='theme-green'] .btn-black.focus,
html[color-theme='theme-green'] .btn-black-border.active:hover,
html[color-theme='theme-green'] .btn-black.active:hover,
html[color-theme='theme-green'] .btn-black-border.active:focus,
html[color-theme='theme-green'] .btn-black.active:focus,
html[color-theme='theme-green'] .btn-black-border:focus,
html[color-theme='theme-green'] .btn-black:focus {
  border-color: #689f38;
}
html[color-theme='theme-green'] .btn-blind:hover,
html[color-theme='theme-green'] .btn-blind.act {
  background-color: #689f38;
}
html[color-theme='theme-green'] .btn-gamb span {
  background: #689f38;
}
html[color-theme='theme-green'] .two-date:hover input.form-control {
  border-color: #689f38;
}
html[color-theme='theme-green'] .dcjq-icon:hover,
html[color-theme='theme-green'] .structure-tree a.name:hover .icon-right-arrow,
html[color-theme='theme-green'] .structure-tree a.name:hover .icon-link {
  border-color: #689f38;
}
html[color-theme='theme-green'] .dcjq-icon:hover:after,
html[color-theme='theme-green'] .dcjq-icon:hover:before,
html[color-theme='theme-green'] .Zebra_DatePicker table td.dp_hover,
html[color-theme='theme-green'] .Zebra_DatePicker table td.dp_selected {
  background-color: #689f38;
}
html[color-theme='theme-green'] .breadcrumb > li:hover a,
html[color-theme='theme-green'] .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-theme='theme-green'] .tabs-nav-wrap .nav-tabs > li:hover > a,
html[color-theme='theme-green'] .Zebra_DatePicker_Icon,
html[color-theme='theme-green'] .Zebra_DatePicker table td.dp_current,
html[color-theme='theme-green'] .Zebra_DatePicker .dp_footer td.dp_today,
html[color-theme='theme-green'] .Zebra_DatePicker .dp_footer td.dp_clear,
html[color-theme='theme-green'] .Zebra_DatePicker .dp_header td.dp_hover,
html[color-theme='theme-green'] .Zebra_DatePicker .dp_daypicker th {
  color: #689f38;
}
html[color-theme='theme-green'] input.form-control:hover,
html[color-theme='theme-green'] textarea.form-control:hover {
  border-color: #689f38;
}
html[color-theme='theme-green'] .faq-list > li > a:hover,
html[color-theme='theme-green'] .faq-list > li.open > a {
  color: #689f38;
}
html[color-theme='theme-green'] .faq-list > li > ul > li.open a,
html[color-theme='theme-green'] .faq-list > li > ul > li.open > a:hover {
  color: #ffffff;
}
html[color-theme='theme-green'] .faq-list > li > ul > li.open a:after,
html[color-theme='theme-green'] .faq-list > li > ul > li.open > a:hover:after {
  background: #689f38;
  opacity: 1;
}
html[color-theme='theme-green'] .faq-list > li > ul > li.open a i,
html[color-theme='theme-green'] .faq-list > li > ul > li.open > a:hover i {
  color: #ffffff;
}
html[color-theme='theme-green'] .faq-list > li > ul > li > a:hover,
html[color-theme='theme-green'] .faq-list > li > ul > li > a:hover i {
  color: #689f38;
}
html[color-theme='theme-green'] .wrap-popover-sharp .close:hover {
  color: #689f38;
  opacity: 1;
}
html[color-theme='theme-green'] .filter-btn:after {
  background-color: #689f38;
}
html[color-theme='theme-green'] .info-link-block a {
  color: #689f38;
}
html[color-theme='theme-green'] .info-link-block a:hover span {
  border-color: #689f38;
}
html[color-theme='theme-green'] .info-link-block i {
  background-color: #689f38;
}
html[color-theme='theme-green'] .ya-share2__item:hover .ya-share2__icon {
  border-color: #689f38 !important;
  color: #689f38 !important;
}
html[color-theme='theme-green'] .jq-radio.checked,
html[color-theme='theme-green'] .jq-checkbox.checked {
  background: #689f38;
  border-color: #689f38;
}
html[color-theme='theme-green'] .wrap-check:hover label {
  color: #689f38;
}
html[color-theme='theme-green'] .wrap-check:hover .jq-radio,
html[color-theme='theme-green'] .wrap-check:hover .jq-checkbox {
  border-color: #689f38;
}
html[color-theme='theme-green'] .checked + label {
  color: #689f38;
}
html[color-theme='theme-green'] .dropdown-menu > .active > a,
html[color-theme='theme-green'] .dropdown-menu > .active > a:hover,
html[color-theme='theme-green'] .dropdown-menu > .active > a:focus {
  background-color: #689f38;
  color: #ffffff;
}
html[color-theme='theme-green'] .dropdown-menu > .active > a:after,
html[color-theme='theme-green'] .dropdown-menu > .active > a:hover:after,
html[color-theme='theme-green'] .dropdown-menu > .active > a:focus:after {
  background-color: #689f38;
}
html[color-theme='theme-green'] .list-services__item:hover span,
html[color-theme='theme-green'] .list-services__item:focus span,
html[color-theme='theme-green'] .list-services__item:hover i,
html[color-theme='theme-green'] .list-services__item:focus i {
  color: #689f38;
}
html[color-theme='theme-green'] .active > .link-color {
  color: #689f38;
}
html[color-theme='theme-green'] .link-border-color:hover,
html[color-theme='theme-green'] .link-border-color:focus,
html[color-theme='theme-green'] .link-border-color:active {
  border-color: #689f38;
}
html[color-theme='theme-green'] .spoiler-box:hover .spoiler-box__btn {
  color: #689f38;
}
html[color-theme='theme-green'] .spoiler-box:hover .spoiler-box__carret {
  border-color: #689f38;
}
html[color-theme='theme-green'] .spoiler-box:hover .spoiler-box__carret:before,
html[color-theme='theme-green'] .spoiler-box:hover .spoiler-box__carret:after {
  background-color: #689f38;
}
html[color-theme='theme-green'] .color {
  color: #689f38;
}
html[color-theme='theme-green'] .color-bg-block {
  background-color: #689f38;
}
html[color-theme='theme-green'] .link-bg-color:hover,
html[color-theme='theme-green'] .link-bg-color:focus,
html[color-theme='theme-green'] .link-bg-color:active {
  background-color: #689f38;
  color: #ffffff;
}
html[color-theme='theme-green'] .aside__list-nav .akk-toggle:hover {
  border-color: #689f38;
}
html[color-theme='theme-green'] .aside__list-nav .akk-toggle:hover:after,
html[color-theme='theme-green'] .aside__list-nav .akk-toggle:hover:before {
  background-color: #689f38;
}
html[color-theme='theme-green'] .header-nav > li > a:hover,
html[color-theme='theme-green'] .header-nav > li:hover > a,
html[color-theme='theme-green'] .header-nav > li.active > a,
html[color-theme='theme-green'] .header-nav > li.open > a {
  color: #689f38;
}
html[color-theme='theme-green'] .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-theme='theme-green'] .tabs-nav-wrap .nav-tabs > li:hover > a {
  border-bottom: 4px solid #689f38;
}
html[color-theme='theme-green'] .ev-text:hover {
  color: #689f38;
}
html[color-theme='theme-green'] .footer__net-list a:hover {
  color: #689f38;
}
html[color-theme='theme-green'] .calendar#main-calendar-widget .day.has-event .day-content {
  border-color: #689f38;
}
html[color-theme='theme-green'] .calendar#main-calendar-widget .day.has-event .day-content:hover {
  border-color: #689f38;
  background-color: #689f38;
  color: #fff;
}
html[color-theme='theme-green'] .calendar#main-calendar-widget .day.active .day-content {
  background-color: #689f38;
  border-color: #689f38;
  color: #ffffff;
}
html[color-theme='theme-green'] .calendar#main-calendar-widget .next-arrow:hover,
html[color-theme='theme-green'] .calendar#main-calendar-widget .prev-arrow:hover {
  border: 1px solid #689f38;
  background-color: #689f38;
}
html[color-theme='theme-green'] .media-photo-preview:after {
  background: #689f38;
}
html[color-theme='theme-green'] .media-photo-modal .fancybox-button.fancybox-button--close:hover,
html[color-theme='theme-green'] .tags-result-list a:hover,
html[color-theme='theme-green'] .calendar .event .event-close:hover {
  color: #689f38;
}
html[color-theme='theme-green'] .calendar--prev-arrow:hover,
html[color-theme='theme-green'] .calendar--next-arrow:hover,
html[color-theme='theme-green'] .calendar__current_date:hover {
  border-color: #689f38;
  color: #689f38;
}
html[color-theme='theme-green'] .header-nav > li > a:after {
  background-color: #689f38;
}
html[color-theme='theme-green'] .bootstrap-select .dropdown-menu > li > a:hover,
html[color-theme='theme-green'] .bootstrap-select .dropdown-menu > li > a:focus {
  color: #689f38;
  background-color: #f7f7f7;
}
html[color-theme='theme-green'] .bootstrap-select .dropdown-menu > li > a:hover small.text-muted,
html[color-theme='theme-green'] .bootstrap-select .dropdown-menu > li > a:focus small.text-muted {
  color: #689f38;
}
html[color-theme='theme-green'] .jq-radio.checked,
html[color-theme='theme-green'] .jq-checkbox.checked {
  background: #689f38;
  border-color: #689f38;
}
html[color-theme='theme-green'] .wrap-check:hover .jq-radio,
html[color-theme='theme-green'] .wrap-check:hover .jq-checkbox {
  border-color: #689f38;
}
html[color-theme='theme-green'] .checked + label,
html[color-theme='theme-green'] .text-prime,
html[color-theme='theme-green'] .rate_star:hover:after,
html[color-theme='theme-green'] .rate_star.over:after,
html[color-theme='theme-green'] .rate_star.checked:after {
  color: #689f38;
}
html[color-schema='color-black'] .bg-color {
  color: #ffffff;
  background-color: #000000;
}
html[color-schema='color-black'] .bg-color.header__bottom-panel {
  border-bottom: 1px solid #ffffff;
}
html[color-schema='color-black'] .bg-color .dropdown-menu-header {
  color: #ffffff;
}
html[color-schema='color-black'] .bg-color .breadcrumb > li a {
  color: #ffffff;
}
html[color-schema='color-black'] .bg-color .breadcrumb > li:after {
  color: #ffffff;
}
html[color-schema='color-black'] .soc-tv-card {
  background-color: #1a1a1a;
}
html[color-schema='color-black'] .soc-tv-card:hover {
  -webkit-box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.1);
}
html[color-schema='color-black'] .soc-tv-card:hover .soc-tv-card__title {
  color: #e20338;
}
html[color-schema='color-black'] .soc-tv-card__content:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 242, 242, 0)), to(#1a1a1a));
  background: -webkit-linear-gradient(top, rgba(241, 242, 242, 0) 0%, #1a1a1a 100%);
  background: -o-linear-gradient(top, rgba(241, 242, 242, 0) 0%, #1a1a1a 100%);
  background: linear-gradient(to bottom, rgba(241, 242, 242, 0) 0%, #1a1a1a 100%);
}
html[color-schema='color-black'] .seach-block {
  border-bottom: 1px solid #ffffff;
}
html[color-schema='color-black'] .seach-block .seach-block__info {
  color: #ffffff;
}
html[color-schema='color-black'] .media-category:after,
html[color-schema='color-black'] .slider-main-indicator {
  background-color: #ffffff !important;
}
html[color-schema='color-black'] .widget-mayor__bottom,
html[color-schema='color-black'] .block-douwnload-md .doc-icon:before,
html[color-schema='color-black'] .post-list.all_event_closest {
  background-color: #000000;
}
html[color-schema='color-black'] .quote i.top,
html[color-schema='color-black'] .quote i.bottom,
html[color-schema='color-black'] .media-category,
html[color-schema='color-black'] .header__link-home i,
html[color-schema='color-black'] .link-list-sites i,
html[color-schema='color-black'] .header__link-portal i,
html[color-schema='color-black'] .photo-box .icon-arrow-top {
  color: #ffffff !important;
}
html[color-schema='color-black'] .list-menu-page .item > span {
  border-color: #ffffff;
}
html[color-schema='color-black'] .list-menu-page {
  border: 1px solid #ffffff;
}
html[color-schema='color-black'] .block-douwnload-md .doc-icon:before {
  border-top: 15px solid #000000;
  border-right: 15px solid #000000;
}
html[color-schema='color-black'] .info-link-block a:hover span,
html[color-schema='color-black'] .faq-list > li > ul > li > a i,
html[color-schema='color-black'] .faq-list .item-text-title,
html[color-schema='color-black'] .main-info-block .title .big {
  color: #ffffff;
}
html[color-schema='color-black'] .media-category.news {
  color: #ffffff !important;
}
html[color-schema='color-black'] .media-category.news:after {
  background-color: #ffffff !important;
}
html[color-schema='color-black'] .aside__list-nav > li > a.active:after,
html[color-schema='color-black'] .aside__list-nav > li > .item-wrap > a.active:after,
html[color-schema='color-black'] .aside__list-nav > li > a.parent-active:after,
html[color-schema='color-black'] .aside__list-nav > li > .item-wrap > a.parent-active:after {
  background-color: #ffffff !important;
}
html[color-schema='color-black'] .field-icon-loupe {
  opacity: 1;
}
html[color-schema='color-black'] .bg-block-sm,
html[color-schema='color-black'] .border-block-sm,
html[color-schema='color-black'] .fileupload-list__box .preview,
html[color-schema='color-black'] .post-list.all_event_closest {
  border: 1px solid #ffffff;
}
html[color-schema='color-black'] .box-drop-style,
html[color-schema='color-black'] .layer-link__title,
html[color-schema='color-black'] .spoiler-box__content,
html[color-schema='color-black'] .Zebra_DatePicker .dp_footer,
html[color-schema='color-black'] .dropdown-menu-header .list-division {
  border-color: #ffffff;
}
html[color-schema='color-black'] body,
html[color-schema='color-black'] .box-drop-style,
html[color-schema='color-black'] .fileupload-list__box .preview,
html[color-schema='color-black'] .box-drop-style .sub-text .mark,
html[color-schema='color-black'] .modal-content,
html[color-schema='color-black'] .spoiler-box,
html[color-schema='color-black'] .tab-link-left li.active a {
  background: #000000;
}
html[color-schema='color-black'] .search-result strong,
html[color-schema='color-black'] .alert-warning {
  background: #ffffff;
  color: #000000;
}
html[color-schema='color-black'] .blind-text-bg {
  background: #000000;
  display: inline;
  color: #ffffff;
}
html[color-schema='color-black'] .slider-main__sub-text {
  opacity: 1;
}
html[color-schema='color-black'] .text-block a:not([class]) {
  border-color: #ffffff;
}
html[color-schema='color-black'] .simple-list-nav li a:after,
html[color-schema='color-black'] .service-pop-banner .left:after,
html[color-schema='color-black'] .widget-quiz__inner,
html[color-schema='color-black'] .jq-checkbox.checked .jq-checkbox__div,
html[color-schema='color-black'] .spoiler-box__carret:before,
html[color-schema='color-black'] .spoiler-box__carret:after {
  background: #ffffff;
}
html[color-schema='color-black'] .news-box__date {
  opacity: 0;
}
html[color-schema='color-black'] .color-bg-block,
html[color-schema='color-black'] .btn-delete i,
html[color-schema='color-black'] .modal-content,
html[color-schema='color-black'] .text-block table td,
html[color-schema='color-black'] a .link-color {
  color: #ffffff !important;
}
html[color-schema='color-black'] .news-box__bottom {
  background: #000000;
  border: 1px solid #ffffff;
  padding-top: 30px;
}
html[color-schema='color-black'] .event-box {
  border-color: #ffffff;
}
html[color-schema='color-black'] .simple-list-nav,
html[color-schema='color-black'] .service-pop-banner {
  background: #000000;
}
html[color-schema='color-black'] .two-date:after,
html[color-schema='color-black'] .mark-tab i.mark-tab__mark {
  background-color: #ffffff !important;
}
html[color-schema='color-black'] .map-city .panel-inner:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000000));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%);
}
html[color-schema='color-black'] .header,
html[color-schema='color-black'] .bg-brown,
html[color-schema='color-black'] .bg-light-blue {
  background: #000000 !important;
}
html[color-schema='color-black'] .btn-favorite.favorite {
  background-color: #000000;
  color: #ffffff;
}
html[color-schema='color-black'] .map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}
html[color-schema='color-black'] .btn-gamb span,
html[color-schema='color-black'] .nav-accordion > li:after {
  background: #ffffff !important;
}
html[color-schema='color-black'] .pushy {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: 1px solid #ffffff;
}
html[color-schema='color-black'] .dropdown-menu-header .dropdown-menu__inner {
  background: #000000;
  border-color: #ffffff;
}
html[color-schema='color-black'] .faq-list > li > a:hover,
html[color-schema='color-black'] .faq-list > li.open > a,
html[color-schema='color-black'] .faq-list > li > ul > li > a:hover,
html[color-schema='color-black'] .faq-list > li > ul > li > a:hover i {
  color: #ffffff;
}
html[color-schema='color-black'] .tab-link-left li.active > a:after {
  background-color: #ffffff;
}
html[color-schema='color-black'] .faq-list__category,
html[color-schema='color-black'] .tab-link-left ul {
  border: 1px solid #ffffff;
}
html[color-schema='color-black'] .text-block ul li:before {
  background: #ffffff;
}
html[color-schema='color-black'] .structure-tree > li > ul > li > div.item-wrap .name {
  border: 1px solid #ffffff;
  background-color: #000000;
}
html[color-schema='color-black'] .ya-share2__item:hover .ya-share2__icon {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
html[color-schema='color-black'] .slick-dots li button,
html[color-schema='color-black'] .dcjq-icon,
html[color-schema='color-black'] .akk-toggle {
  background-color: #000000 !important;
  border-color: #ffffff !important;
}
html[color-schema='color-black'] .dcjq-icon:after,
html[color-schema='color-black'] .dcjq-icon:before,
html[color-schema='color-black'] .akk-toggle:before,
html[color-schema='color-black'] .akk-toggle:after {
  background-color: #ffffff !important;
}
html[color-schema='color-black'] .structure-tree > li > div.item-wrap .name {
  background-color: #000000;
  border: 1px solid #ffffff;
}
html[color-schema='color-black'] .calendar#main-calendar-widget .day.has-event .day-content,
html[color-schema='color-black'] .bootstrap-select.btn-group .dropdown-menu li small.text-muted {
  background-color: #000000;
  border: 1px solid #ffffff;
  color: #ffffff;
}
html[color-schema='color-black'] .calendar--prev-arrow:hover,
html[color-schema='color-black'] .calendar--next-arrow:hover {
  border-color: #ffffff;
  color: #ffffff;
}
html[color-schema='color-black'] #map-svg path.active {
  fill: #ffffff !important;
}
html[color-schema='color-black'] .header-nav i,
html[color-schema='color-black'] .tab-link-left li.active a {
  color: #ffffff !important;
}
html[color-schema='color-black'][img-display='hide'] .wrap-media-video .video-preview,
html[color-schema='color-black'][img-display='hide'] .media-photo-preview__img {
  background: #000000 !important;
  background-image: none !important;
  opacity: 1;
}
html[color-schema='color-black'][img-display='hide'] .media-photo-preview__title {
  background: transparent;
}
html[color-schema='color-black'] .faq-list > li > ul > li {
  border: 1px solid #ffffff;
}
html[color-schema='color-black'] .layer-top.panel-full:after {
  display: none;
}
html[color-schema='color-black'] .btn-collapsed,
html[color-schema='color-black'] .well,
html[color-schema='color-black'] .bg-text-box,
html[color-schema='color-black'] .spoiler-box,
html[color-schema='color-black'] .bg-text-box.bg-gray {
  border: 1px solid #ffffff !important;
}
html[color-schema='color-black'] .faq-list > li > ul > li.open a:after,
html[color-schema='color-black'] .faq-list > li > ul > li.open > a:hover:after {
  background: #000000;
  border-bottom: 1px solid #ffffff;
}
html[color-schema='color-black'] body {
  color: #ffffff;
  background-color: #000000;
}
html[color-schema='color-black'] .bg-gray-light,
html[color-schema='color-black'] .bg-base,
html[color-schema='color-black'] .bg-gray,
html[color-schema='color-black'] .bg-gray-color,
html[color-schema='color-black'] .bg-gray-dark,
html[color-schema='color-black'] .bg-gray-0,
html[color-schema='color-black'] .page-layer,
html[color-schema='color-black'] .layer-top,
html[color-schema='color-black'] .bg-gray-dark-2,
html[color-schema='color-black'] .post-list.event_closest,
html[color-schema='color-black'] .bg-text-box.bg-gray {
  background-color: #000000 !important;
}
html[color-schema='color-black'] .docs-preview__box--inner:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
  background: -o-linear-gradient(top, #000000 0%, #000000 100%);
  background: linear-gradient(to bottom, #000000 0%, #000000 100%);
}
html[color-schema='color-black'] .close {
  opacity: 1;
}
html[color-schema='color-black'] .dropdown-menu,
html[color-schema='color-black'] .media-block .tabs-nav-wrap .nav-tabs > li.active:hover > a,
html[color-schema='color-black'] .media-block .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-schema='color-black'] .table-tender__item,
html[color-schema='color-black'] .email-list--top li,
html[color-schema='color-black'] .header__search-form .bootstrap-select,
html[color-schema='color-black'] .two-date:hover input.form-control {
  border-color: #ffffff !important;
}
html[color-schema='color-black'] .Zebra_DatePicker,
html[color-schema='color-black'] .Zebra_DatePicker .dp_header,
html[color-schema='color-black'] .Zebra_DatePicker .dp_daypicker td,
html[color-schema='color-black'] .Zebra_DatePicker .dp_daypicker th,
html[color-schema='color-black'] .Zebra_DatePicker .dp_monthpicker td,
html[color-schema='color-black'] .Zebra_DatePicker .dp_monthpicker th,
html[color-schema='color-black'] .Zebra_DatePicker .dp_yearpicker td,
html[color-schema='color-black'] .Zebra_DatePicker .dp_yearpicker th,
html[color-schema='color-black'] .Zebra_DatePicker .dp_timepicker td,
html[color-schema='color-black'] .Zebra_DatePicker .dp_timepicker th {
  background-color: #000000;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
html[color-schema='color-black'] .Zebra_DatePicker table td.dp_disabled,
html[color-schema='color-black'] .Zebra_DatePicker table td.dp_not_in_month,
html[color-schema='color-black'] .Zebra_DatePicker table td.dp_not_in_month_selectable {
  opacity: .4;
}
html[color-schema='color-black'] .Zebra_DatePicker .dp_header td,
html[color-schema='color-black'] .Zebra_DatePicker .dp_header .dp_previous span:before,
html[color-schema='color-black'] .Zebra_DatePicker .dp_header .dp_next span:before,
html[color-schema='color-black'] .Zebra_DatePicker .dp_header .dp_prev span:before {
  color: #ffffff;
}
html[color-schema='color-black'] .popover {
  color: #ffffff;
  background-color: #000000;
  border-color: #ffffff !important;
}
html[color-schema='color-black'] .popover.bottom > .arrow {
  border-bottom-color: #ffffff !important;
}
html[color-schema='color-black'] .popover.bottom > .arrow:after {
  border-bottom-color: #000000;
}
html[color-schema='color-black'] .ya-share2__item .ya-share2__icon,
html[color-schema='color-black'] .ya-share2__item:hover .ya-share2__icon {
  color: #ffffff;
  border-color: #ffffff;
}
html[color-schema='color-black'] .header__top-panel {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
html[color-schema='color-black'] .header {
  border-bottom: 1px solid #ffffff;
}
html[color-schema='color-black'] .block-douwnload-md .doc-icon {
  border-right: 1px solid #ffffff;
}
html[color-schema='color-black'] .form-group--placeholder-fix.placeholder-fix-textarea label.placeholder {
  -webkit-box-shadow: none;
          box-shadow: none;
}
html[color-schema='color-black'] .bg-box,
html[color-schema='color-black'] .doc-text {
  border: 1px solid #ffffff;
}
html[color-schema='color-black'] .page-layer:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
  background: -o-linear-gradient(top, #000000 0%, #000000 100%);
  background: linear-gradient(to bottom, #000000 0%, #000000 100%);
}
html[color-schema='color-black'] .text-white,
html[color-schema='color-black'] .text-max-light,
html[color-schema='color-black'] .text-md,
html[color-schema='color-black'] .text-base,
html[color-schema='color-black'] .text-light,
html[color-schema='color-black'] .text-dark,
html[color-schema='color-black'] .text-black,
html[color-schema='color-black'] .text-gray,
html[color-schema='color-black'] .header__widget-list > li > a,
html[color-schema='color-black'] .header__widget-list > li > a i,
html[color-schema='color-black'] .header-nav > li a:hover,
html[color-schema='color-black'] .header-nav > li > a.active,
html[color-schema='color-black'] a.media-tab-ell:hover,
html[color-schema='color-black'] a.media-tab-ell:hover .media-play-btn,
html[color-schema='color-black'] a.media-tab-ell:hover .media-play-btn i,
html[color-schema='color-black'] .tabs-container__content li a,
html[color-schema='color-black'] .footer__send-wrong i,
html[color-schema='color-black'] .footer__net-list a,
html[color-schema='color-black'] .footer__net-list a:hover,
html[color-schema='color-black'] .footer .copyright i,
html[color-schema='color-black'] .header__link-home i,
html[color-schema='color-black'] .link-list-sites i,
html[color-schema='color-black'] .rate_star:after,
html[color-schema='color-black'] .rate_star.checked:after,
html[color-schema='color-black'] .header-nav > li.active a,
html[color-schema='color-black'] .rate_star.over:after,
html[color-schema='color-black'] input.form-control,
html[color-schema='color-black'] textarea.form-control,
html[color-schema='color-black'] .rss-link,
html[color-schema='color-black'] .text-prime,
html[color-schema='color-black'] .close,
html[color-schema='color-black'] .header__link-home,
html[color-schema='color-black'] .link-list-sites,
html[color-schema='color-black'] .breadcrumb .home:after,
html[color-schema='color-black'] .color,
html[color-schema='color-black'] .form-group--placeholder-fix .placeholder,
html[color-schema='color-black'] .breadcrumb > li a,
html[color-schema='color-black'] .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-schema='color-black'] .tabs-nav-wrap .nav-tabs > li:hover > a,
html[color-schema='color-black'] .page-content,
html[color-schema='color-black'] .header-nav > li.open > a,
html[color-schema='color-black'] .icon-text-light,
html[color-schema='color-black'] .text-max-light-2,
html[color-schema='color-black'] .color-blue {
  color: #ffffff !important;
}
html[color-schema='color-black'] .bg-box .text-white {
  background-color: #000000;
  padding: 3px;
}
html[color-schema='color-black'] a:hover,
html[color-schema='color-black'] a:focus,
html[color-schema='color-black'] a:active {
  text-decoration: underline;
}
html[color-schema='color-black'] .play-button,
html[color-schema='color-black'] .play-button:hover {
  border-color: transparent transparent transparent #ffffff;
}
html[color-schema='color-black'] .color-bg-block,
html[color-schema='color-black'] .tabs-container__content,
html[color-schema='color-black'] .tabs-container__content li a,
html[color-schema='color-black'] input.form-control,
html[color-schema='color-black'] textarea.form-control,
html[color-schema='color-black'] .rss-link {
  background-color: #000000;
}
html[color-schema='color-black'] a.link-bg-color,
html[color-schema='color-black'] .border-block-sm {
  border: 1px solid #ffffff;
}
html[color-schema='color-black'] a.link-bg-color,
html[color-schema='color-black'] .border-block-sm,
html[color-schema='color-black'] a.link-bg-color:hover,
html[color-schema='color-black'] .border-block-sm:hover,
html[color-schema='color-black'] a.link-bg-color:focus,
html[color-schema='color-black'] .border-block-sm:focus,
html[color-schema='color-black'] a.link-bg-color:active,
html[color-schema='color-black'] .border-block-sm:active {
  background-color: #000000;
  color: #ffffff;
}
html[color-schema='color-black'] .wrap-media-video:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
html[color-schema='color-black'] .list-services__item,
html[color-schema='color-black'] .list-services__item:hover,
html[color-schema='color-black'] .list-services__item:focus,
html[color-schema='color-black'] .list-services__item:active {
  border-color: #ffffff;
  color: #ffffff;
}
html[color-schema='color-black'] .list-services__item span,
html[color-schema='color-black'] .list-services__item:hover span,
html[color-schema='color-black'] .list-services__item:focus span,
html[color-schema='color-black'] .list-services__item:active span {
  color: inherit;
}
html[color-schema='color-black'] .list-services__item i,
html[color-schema='color-black'] .list-services__item:hover i,
html[color-schema='color-black'] .list-services__item:focus i,
html[color-schema='color-black'] .list-services__item:active i {
  color: #ffffff;
}
html[color-schema='color-black'] a,
html[color-schema='color-black'] .a {
  color: #ffffff;
}
html[color-schema='color-black'] a.link-color:hover,
html[color-schema='color-black'] .a.link-color:hover,
html[color-schema='color-black'] a.link-color:focus,
html[color-schema='color-black'] .a.link-color:focus,
html[color-schema='color-black'] a.link-color:active,
html[color-schema='color-black'] .a.link-color:active,
html[color-schema='color-black'] a.link-color.active,
html[color-schema='color-black'] .a.link-color.active {
  text-decoration: underline;
  color: #ffffff;
}
html[color-schema='color-black'] a.link-color:hover,
html[color-schema='color-black'] .a.link-color:hover,
html[color-schema='color-black'] a.link-color:focus,
html[color-schema='color-black'] .a.link-color:focus,
html[color-schema='color-black'] a.link-color:active,
html[color-schema='color-black'] .a.link-color:active,
html[color-schema='color-black'] a.link-color.active,
html[color-schema='color-black'] .a.link-color.active,
html[color-schema='color-black'] a.link-color:hover i,
html[color-schema='color-black'] .a.link-color:hover i,
html[color-schema='color-black'] a.link-color:focus i,
html[color-schema='color-black'] .a.link-color:focus i,
html[color-schema='color-black'] a.link-color:active i,
html[color-schema='color-black'] .a.link-color:active i,
html[color-schema='color-black'] a.link-color.active i,
html[color-schema='color-black'] .a.link-color.active i {
  color: #ffffff;
}
html[color-schema='color-black'] a:hover,
html[color-schema='color-black'] .a:hover,
html[color-schema='color-black'] a:focus,
html[color-schema='color-black'] .a:focus,
html[color-schema='color-black'] a:active,
html[color-schema='color-black'] .a:active,
html[color-schema='color-black'] a.active,
html[color-schema='color-black'] .a.active {
  color: #ffffff;
  text-decoration: underline;
}
html[color-schema='color-black'] .active > .link-color,
html[color-schema='color-black'] .Zebra_DatePicker_Icon,
html[color-schema='color-black'] .Zebra_DatePicker table td.dp_current,
html[color-schema='color-black'] .Zebra_DatePicker .dp_footer td.dp_today,
html[color-schema='color-black'] .Zebra_DatePicker .dp_footer td.dp_clear,
html[color-schema='color-black'] .Zebra_DatePicker .dp_header td.dp_hover,
html[color-schema='color-black'] .Zebra_DatePicker .dp_daypicker th,
html[color-schema='color-black'] .spoiler-box:hover .spoiler-box__btn,
html[color-schema='color-black'] .spoiler-box .spoiler-box__btn,
html[color-schema='color-black'] .spoiler-box p,
html[color-schema='color-black'] .spoiler-box,
html[color-schema='color-black'] .text-gray-nn {
  color: #ffffff;
}
html[color-schema='color-black'] .spoiler-box:hover .spoiler-box__carret,
html[color-schema='color-black'] .spoiler-box .spoiler-box__carret,
html[color-schema='color-black'] .border-block-sm,
html[color-schema='color-black'] .bg-block-sm--border {
  border-color: #ffffff !important;
}
html[color-schema='color-black'] .border-block-sm,
html[color-schema='color-black'] .bg-block-sm--border {
  -webkit-box-shadow: none;
          box-shadow: none;
}
html[color-schema='color-black'] .Zebra_DatePicker table td.dp_hover,
html[color-schema='color-black'] .Zebra_DatePicker table td.dp_selected,
html[color-schema='color-black'] .spoiler-box .spoiler-box__carret:before,
html[color-schema='color-black'] .spoiler-box__carret:after {
  background-color: #000000 !important;
}
html[color-schema='color-black'] .btn.btn-collapsed i,
html[color-schema='color-black'] .service-pop-preview .icon:before {
  color: #ffffff !important;
}
html[color-schema='color-black'] .media-tab-ell .news-title:before {
  -webkit-box-shadow: 0 10px 30px 25px #000000;
          box-shadow: 0 10px 30px 25px #000000;
}
html[color-schema='color-black'] .header-nav > li > a:after,
html[color-schema='color-black'] .aside__list-nav > li.active > a:after,
html[color-schema='color-black'] .news-prime-blok__hr {
  background-color: #ffffff;
}
html[color-schema='color-black'] .custom-pagination li a,
html[color-schema='color-black'] .custom-pagination li span {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: #000000 !important;
}
html[color-schema='color-black'] .dropdown-menu > li > a {
  color: #ffffff !important;
  background-color: #000000 !important;
}
html[color-schema='color-black'] .dropdown-menu > li > a:after,
html[color-schema='color-black'] .block-douwnload-md .doc-icon-bg {
  background-color: #ffffff !important;
}
html[color-schema='color-black'] .tabs-nav-wrap,
html[color-schema='color-black'] .border-top,
html[color-schema='color-black'] .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-schema='color-black'] .tabs-nav-wrap .nav-tabs > li:hover > a,
html[color-schema='color-black'] .layer-link--map,
html[color-schema='color-black'] .header__bottom-panel,
html[color-schema='color-black'] #media_content_all .media-tab-ell,
html[color-schema='color-black'] .media-tab-ell,
html[color-schema='color-black'] .tabs-container__content,
html[color-schema='color-black'] .footer__send-wrong i,
html[color-schema='color-black'] input.form-control,
html[color-schema='color-black'] textarea.form-control,
html[color-schema='color-black'] .rss-link,
html[color-schema='color-black'] textarea.form-control:hover,
html[color-schema='color-black'] input.form-control:hover,
html[color-schema='color-black'] .aside__list-nav,
html[color-schema='color-black'] .border-block,
html[color-schema='color-black'] .block-douwnload-md,
html[color-schema='color-black'] .post-list {
  border-color: #ffffff !important;
}
html[color-schema='color-black'] .btn,
html[color-schema='color-black'] .jq-file__browse,
html[color-schema='color-black'] .btn:focus,
html[color-schema='color-black'] .jq-file__browse:focus,
html[color-schema='color-black'] .btn:hover,
html[color-schema='color-black'] .jq-file__browse:hover,
html[color-schema='color-black'] .btn:active,
html[color-schema='color-black'] .jq-file__browse:active,
html[color-schema='color-black'] .btn.active,
html[color-schema='color-black'] .jq-file__browse.active,
html[color-schema='color-black'] .btn.focus,
html[color-schema='color-black'] .jq-file__browse.focus {
  background-color: #000000 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
html[color-schema='color-black'] .btn:hover,
html[color-schema='color-black'] .jq-file__browse:hover {
  text-decoration: underline;
}
html[color-schema='color-black'] .section {
  border-bottom: 1px solid #ffffff !important;
  margin: 0 !important;
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
html[color-schema='color-black'] .section.main-section--list-nav {
  padding-top: 15px !important;
}
html[color-schema='color-black'] .footer {
  border-top: 1px solid #ffffff !important;
}
html[color-schema='color-black'] ::-webkit-input-placeholder,
html[color-schema='color-black'] .custom-pagination li a:hover,
html[color-schema='color-black'] .custom-pagination li.active a {
  color: #ffffff;
}
html[color-schema='color-black'] ::-moz-placeholder,
html[color-schema='color-black'] .custom-pagination li a:hover,
html[color-schema='color-black'] .custom-pagination li.active a {
  color: #ffffff;
}
html[color-schema='color-black'] ::placeholder,
html[color-schema='color-black'] .custom-pagination li a:hover,
html[color-schema='color-black'] .custom-pagination li.active a {
  color: #ffffff;
}
html[color-schema='color-black'] .docs-preview__box--inner:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
  background: -o-linear-gradient(top, #000000 0%, #000000 100%);
  background: linear-gradient(to bottom, #000000 0%, #000000 100%);
}
html[color-schema='color-black'] .form-group--placeholder-fix.placeholder-fix-textarea label.placeholder {
  background-color: #000000;
}
html[color-schema='color-black'] .calendar--prev-arrow,
html[color-schema='color-black'] .calendar--next-arrow,
html[color-schema='color-black'] .tag,
html[color-schema='color-black'] .tags-list a,
html[color-schema='color-black'] .tag:hover,
html[color-schema='color-black'] .tags-list a:hover,
html[color-schema='color-black'] .tag:focus,
html[color-schema='color-black'] .tags-list a:focus {
  background-color: #000000;
  border-color: #ffffff;
  color: #ffffff;
}
html[color-schema='color-black'] .calendar#main-calendar-widget .event {
  background-color: #000000;
}
html[color-schema='color-black'] .dropdown-menu > li > a {
  color: #ffffff;
}
html[color-schema='color-black'] .dropdown-menu > li > a:hover,
html[color-schema='color-black'] .dropdown-menu > li > a:focus {
  background-color: #000000;
  color: #ffffff;
}
html[color-schema='color-black'] .jq-radio,
html[color-schema='color-black'] .jq-checkbox,
html[color-schema='color-black'] .jq-radio.checked,
html[color-schema='color-black'] .jq-checkbox.checked {
  background-color: #000000;
  border-color: #ffffff;
}
html[color-schema='color-black'] .jq-radio.disabled,
html[color-schema='color-black'] .jq-checkbox.disabled,
html[color-schema='color-black'] .jq-radio.disabled.checked,
html[color-schema='color-black'] .jq-checkbox.disabled.checked {
  opacity: .4;
}
html[color-schema='color-black'] .wrap-check:hover .jq-radio,
html[color-schema='color-black'] .wrap-check:hover .jq-checkbox,
html[color-schema='color-black'] .block-douwnload-md .doc-icon:after {
  background-color: #000000;
  border-color: #ffffff;
}
html[color-schema='color-black'] .block-douwnload-md {
  border: 1px solid #ffffff;
}
html[color-schema='color-black'] .wrap-check:hover label {
  text-decoration: underline;
  color: #ffffff;
}
html[color-schema='color-black'] .disabled + label,
html[color-schema='color-black'] .disabled.checked + label,
html[color-schema='color-black'] .wrap-check:hover .disabled + label {
  text-decoration: none;
  color: #ffffff;
  opacity: .6;
}
html[color-schema='color-black'] .checked + label,
html[color-schema='color-black'] .form-group.error label.error {
  color: #ffffff;
}
html[color-schema='color-blue'] .bg-color {
  color: #063462;
  background-color: #9dd1ff;
}
html[color-schema='color-blue'] .bg-color.header__bottom-panel {
  border-bottom: 1px solid #063462;
}
html[color-schema='color-blue'] .bg-color .dropdown-menu-header {
  color: #063462;
}
html[color-schema='color-blue'] .bg-color .breadcrumb > li a {
  color: #063462;
}
html[color-schema='color-blue'] .bg-color .breadcrumb > li:after {
  color: #063462;
}
html[color-schema='color-blue'] .soc-tv-card {
  background-color: #d0e9ff;
}
html[color-schema='color-blue'] .soc-tv-card:hover {
  -webkit-box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.1);
}
html[color-schema='color-blue'] .soc-tv-card:hover .soc-tv-card__title {
  color: #e20338;
}
html[color-schema='color-blue'] .soc-tv-card__content:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 242, 242, 0)), to(#d0e9ff));
  background: -webkit-linear-gradient(top, rgba(241, 242, 242, 0) 0%, #d0e9ff 100%);
  background: -o-linear-gradient(top, rgba(241, 242, 242, 0) 0%, #d0e9ff 100%);
  background: linear-gradient(to bottom, rgba(241, 242, 242, 0) 0%, #d0e9ff 100%);
}
html[color-schema='color-blue'] .seach-block {
  border-bottom: 1px solid #063462;
}
html[color-schema='color-blue'] .seach-block .seach-block__info {
  color: #063462;
}
html[color-schema='color-blue'] .media-category:after,
html[color-schema='color-blue'] .slider-main-indicator {
  background-color: #063462 !important;
}
html[color-schema='color-blue'] .widget-mayor__bottom,
html[color-schema='color-blue'] .block-douwnload-md .doc-icon:before,
html[color-schema='color-blue'] .post-list.all_event_closest {
  background-color: #9dd1ff;
}
html[color-schema='color-blue'] .quote i.top,
html[color-schema='color-blue'] .quote i.bottom,
html[color-schema='color-blue'] .media-category,
html[color-schema='color-blue'] .header__link-home i,
html[color-schema='color-blue'] .link-list-sites i,
html[color-schema='color-blue'] .header__link-portal i,
html[color-schema='color-blue'] .photo-box .icon-arrow-top {
  color: #063462 !important;
}
html[color-schema='color-blue'] .list-menu-page .item > span {
  border-color: #063462;
}
html[color-schema='color-blue'] .list-menu-page {
  border: 1px solid #063462;
}
html[color-schema='color-blue'] .block-douwnload-md .doc-icon:before {
  border-top: 15px solid #9dd1ff;
  border-right: 15px solid #9dd1ff;
}
html[color-schema='color-blue'] .info-link-block a:hover span,
html[color-schema='color-blue'] .faq-list > li > ul > li > a i,
html[color-schema='color-blue'] .faq-list .item-text-title,
html[color-schema='color-blue'] .main-info-block .title .big {
  color: #063462;
}
html[color-schema='color-blue'] .media-category.news {
  color: #063462 !important;
}
html[color-schema='color-blue'] .media-category.news:after {
  background-color: #063462 !important;
}
html[color-schema='color-blue'] .aside__list-nav > li > a.active:after,
html[color-schema='color-blue'] .aside__list-nav > li > .item-wrap > a.active:after,
html[color-schema='color-blue'] .aside__list-nav > li > a.parent-active:after,
html[color-schema='color-blue'] .aside__list-nav > li > .item-wrap > a.parent-active:after {
  background-color: #063462 !important;
}
html[color-schema='color-blue'] .field-icon-loupe {
  opacity: 1;
}
html[color-schema='color-blue'] .bg-block-sm,
html[color-schema='color-blue'] .border-block-sm,
html[color-schema='color-blue'] .fileupload-list__box .preview,
html[color-schema='color-blue'] .post-list.all_event_closest {
  border: 1px solid #063462;
}
html[color-schema='color-blue'] .box-drop-style,
html[color-schema='color-blue'] .layer-link__title,
html[color-schema='color-blue'] .spoiler-box__content,
html[color-schema='color-blue'] .Zebra_DatePicker .dp_footer,
html[color-schema='color-blue'] .dropdown-menu-header .list-division {
  border-color: #063462;
}
html[color-schema='color-blue'] body,
html[color-schema='color-blue'] .box-drop-style,
html[color-schema='color-blue'] .fileupload-list__box .preview,
html[color-schema='color-blue'] .box-drop-style .sub-text .mark,
html[color-schema='color-blue'] .modal-content,
html[color-schema='color-blue'] .spoiler-box,
html[color-schema='color-blue'] .tab-link-left li.active a {
  background: #9dd1ff;
}
html[color-schema='color-blue'] .search-result strong,
html[color-schema='color-blue'] .alert-warning {
  background: #063462;
  color: #9dd1ff;
}
html[color-schema='color-blue'] .blind-text-bg {
  background: #9dd1ff;
  display: inline;
  color: #063462;
}
html[color-schema='color-blue'] .slider-main__sub-text {
  opacity: 1;
}
html[color-schema='color-blue'] .text-block a:not([class]) {
  border-color: #063462;
}
html[color-schema='color-blue'] .simple-list-nav li a:after,
html[color-schema='color-blue'] .service-pop-banner .left:after,
html[color-schema='color-blue'] .widget-quiz__inner,
html[color-schema='color-blue'] .jq-checkbox.checked .jq-checkbox__div,
html[color-schema='color-blue'] .spoiler-box__carret:before,
html[color-schema='color-blue'] .spoiler-box__carret:after {
  background: #063462;
}
html[color-schema='color-blue'] .news-box__date {
  opacity: 0;
}
html[color-schema='color-blue'] .color-bg-block,
html[color-schema='color-blue'] .btn-delete i,
html[color-schema='color-blue'] .modal-content,
html[color-schema='color-blue'] .text-block table td,
html[color-schema='color-blue'] a .link-color {
  color: #063462 !important;
}
html[color-schema='color-blue'] .news-box__bottom {
  background: #9dd1ff;
  border: 1px solid #063462;
  padding-top: 30px;
}
html[color-schema='color-blue'] .event-box {
  border-color: #063462;
}
html[color-schema='color-blue'] .simple-list-nav,
html[color-schema='color-blue'] .service-pop-banner {
  background: #9dd1ff;
}
html[color-schema='color-blue'] .two-date:after,
html[color-schema='color-blue'] .mark-tab i.mark-tab__mark {
  background-color: #063462 !important;
}
html[color-schema='color-blue'] .map-city .panel-inner:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#9dd1ff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #9dd1ff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #9dd1ff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #9dd1ff 100%);
}
html[color-schema='color-blue'] .header,
html[color-schema='color-blue'] .bg-brown,
html[color-schema='color-blue'] .bg-light-blue {
  background: #9dd1ff !important;
}
html[color-schema='color-blue'] .btn-favorite.favorite {
  background-color: #9dd1ff;
  color: #063462;
}
html[color-schema='color-blue'] .map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}
html[color-schema='color-blue'] .btn-gamb span,
html[color-schema='color-blue'] .nav-accordion > li:after {
  background: #063462 !important;
}
html[color-schema='color-blue'] .pushy {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: 1px solid #063462;
}
html[color-schema='color-blue'] .dropdown-menu-header .dropdown-menu__inner {
  background: #9dd1ff;
  border-color: #063462;
}
html[color-schema='color-blue'] .faq-list > li > a:hover,
html[color-schema='color-blue'] .faq-list > li.open > a,
html[color-schema='color-blue'] .faq-list > li > ul > li > a:hover,
html[color-schema='color-blue'] .faq-list > li > ul > li > a:hover i {
  color: #063462;
}
html[color-schema='color-blue'] .tab-link-left li.active > a:after {
  background-color: #063462;
}
html[color-schema='color-blue'] .faq-list__category,
html[color-schema='color-blue'] .tab-link-left ul {
  border: 1px solid #063462;
}
html[color-schema='color-blue'] .text-block ul li:before {
  background: #063462;
}
html[color-schema='color-blue'] .structure-tree > li > ul > li > div.item-wrap .name {
  border: 1px solid #063462;
  background-color: #9dd1ff;
}
html[color-schema='color-blue'] .ya-share2__item:hover .ya-share2__icon {
  color: #063462 !important;
  border-color: #063462 !important;
}
html[color-schema='color-blue'] .slick-dots li button,
html[color-schema='color-blue'] .dcjq-icon,
html[color-schema='color-blue'] .akk-toggle {
  background-color: #9dd1ff !important;
  border-color: #063462 !important;
}
html[color-schema='color-blue'] .dcjq-icon:after,
html[color-schema='color-blue'] .dcjq-icon:before,
html[color-schema='color-blue'] .akk-toggle:before,
html[color-schema='color-blue'] .akk-toggle:after {
  background-color: #063462 !important;
}
html[color-schema='color-blue'] .structure-tree > li > div.item-wrap .name {
  background-color: #9dd1ff;
  border: 1px solid #063462;
}
html[color-schema='color-blue'] .calendar#main-calendar-widget .day.has-event .day-content,
html[color-schema='color-blue'] .bootstrap-select.btn-group .dropdown-menu li small.text-muted {
  background-color: #9dd1ff;
  border: 1px solid #063462;
  color: #063462;
}
html[color-schema='color-blue'] .calendar--prev-arrow:hover,
html[color-schema='color-blue'] .calendar--next-arrow:hover {
  border-color: #063462;
  color: #063462;
}
html[color-schema='color-blue'] #map-svg path.active {
  fill: #063462 !important;
}
html[color-schema='color-blue'] .header-nav i,
html[color-schema='color-blue'] .tab-link-left li.active a {
  color: #063462 !important;
}
html[color-schema='color-blue'][img-display='hide'] .wrap-media-video .video-preview,
html[color-schema='color-blue'][img-display='hide'] .media-photo-preview__img {
  background: #9dd1ff !important;
  background-image: none !important;
  opacity: 1;
}
html[color-schema='color-blue'][img-display='hide'] .media-photo-preview__title {
  background: transparent;
}
html[color-schema='color-blue'] .faq-list > li > ul > li {
  border: 1px solid #063462;
}
html[color-schema='color-blue'] .layer-top.panel-full:after {
  display: none;
}
html[color-schema='color-blue'] .btn-collapsed,
html[color-schema='color-blue'] .well,
html[color-schema='color-blue'] .bg-text-box,
html[color-schema='color-blue'] .spoiler-box,
html[color-schema='color-blue'] .bg-text-box.bg-gray {
  border: 1px solid #063462 !important;
}
html[color-schema='color-blue'] .faq-list > li > ul > li.open a:after,
html[color-schema='color-blue'] .faq-list > li > ul > li.open > a:hover:after {
  background: #9dd1ff;
  border-bottom: 1px solid #063462;
}
html[color-schema='color-blue'] body {
  color: #063462;
  background-color: #9dd1ff;
}
html[color-schema='color-blue'] .bg-gray-light,
html[color-schema='color-blue'] .bg-base,
html[color-schema='color-blue'] .bg-gray,
html[color-schema='color-blue'] .bg-gray-color,
html[color-schema='color-blue'] .bg-gray-dark,
html[color-schema='color-blue'] .bg-gray-0,
html[color-schema='color-blue'] .page-layer,
html[color-schema='color-blue'] .layer-top,
html[color-schema='color-blue'] .bg-gray-dark-2,
html[color-schema='color-blue'] .post-list.event_closest,
html[color-schema='color-blue'] .bg-text-box.bg-gray {
  background-color: #9dd1ff !important;
}
html[color-schema='color-blue'] .docs-preview__box--inner:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#9dd1ff), to(#9dd1ff));
  background: -webkit-linear-gradient(top, #9dd1ff 0%, #9dd1ff 100%);
  background: -o-linear-gradient(top, #9dd1ff 0%, #9dd1ff 100%);
  background: linear-gradient(to bottom, #9dd1ff 0%, #9dd1ff 100%);
}
html[color-schema='color-blue'] .close {
  opacity: 1;
}
html[color-schema='color-blue'] .dropdown-menu,
html[color-schema='color-blue'] .media-block .tabs-nav-wrap .nav-tabs > li.active:hover > a,
html[color-schema='color-blue'] .media-block .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-schema='color-blue'] .table-tender__item,
html[color-schema='color-blue'] .email-list--top li,
html[color-schema='color-blue'] .header__search-form .bootstrap-select,
html[color-schema='color-blue'] .two-date:hover input.form-control {
  border-color: #063462 !important;
}
html[color-schema='color-blue'] .Zebra_DatePicker,
html[color-schema='color-blue'] .Zebra_DatePicker .dp_header,
html[color-schema='color-blue'] .Zebra_DatePicker .dp_daypicker td,
html[color-schema='color-blue'] .Zebra_DatePicker .dp_daypicker th,
html[color-schema='color-blue'] .Zebra_DatePicker .dp_monthpicker td,
html[color-schema='color-blue'] .Zebra_DatePicker .dp_monthpicker th,
html[color-schema='color-blue'] .Zebra_DatePicker .dp_yearpicker td,
html[color-schema='color-blue'] .Zebra_DatePicker .dp_yearpicker th,
html[color-schema='color-blue'] .Zebra_DatePicker .dp_timepicker td,
html[color-schema='color-blue'] .Zebra_DatePicker .dp_timepicker th {
  background-color: #9dd1ff;
  color: #063462 !important;
  border-color: #063462 !important;
}
html[color-schema='color-blue'] .Zebra_DatePicker table td.dp_disabled,
html[color-schema='color-blue'] .Zebra_DatePicker table td.dp_not_in_month,
html[color-schema='color-blue'] .Zebra_DatePicker table td.dp_not_in_month_selectable {
  opacity: .4;
}
html[color-schema='color-blue'] .Zebra_DatePicker .dp_header td,
html[color-schema='color-blue'] .Zebra_DatePicker .dp_header .dp_previous span:before,
html[color-schema='color-blue'] .Zebra_DatePicker .dp_header .dp_next span:before,
html[color-schema='color-blue'] .Zebra_DatePicker .dp_header .dp_prev span:before {
  color: #063462;
}
html[color-schema='color-blue'] .popover {
  color: #063462;
  background-color: #9dd1ff;
  border-color: #063462 !important;
}
html[color-schema='color-blue'] .popover.bottom > .arrow {
  border-bottom-color: #063462 !important;
}
html[color-schema='color-blue'] .popover.bottom > .arrow:after {
  border-bottom-color: #9dd1ff;
}
html[color-schema='color-blue'] .ya-share2__item .ya-share2__icon,
html[color-schema='color-blue'] .ya-share2__item:hover .ya-share2__icon {
  color: #063462;
  border-color: #063462;
}
html[color-schema='color-blue'] .header__top-panel {
  border-bottom: 1px solid #063462;
  border-top: 1px solid #063462;
}
html[color-schema='color-blue'] .header {
  border-bottom: 1px solid #063462;
}
html[color-schema='color-blue'] .block-douwnload-md .doc-icon {
  border-right: 1px solid #063462;
}
html[color-schema='color-blue'] .form-group--placeholder-fix.placeholder-fix-textarea label.placeholder {
  -webkit-box-shadow: none;
          box-shadow: none;
}
html[color-schema='color-blue'] .bg-box,
html[color-schema='color-blue'] .doc-text {
  border: 1px solid #063462;
}
html[color-schema='color-blue'] .page-layer:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#9dd1ff), to(#9dd1ff));
  background: -webkit-linear-gradient(top, #9dd1ff 0%, #9dd1ff 100%);
  background: -o-linear-gradient(top, #9dd1ff 0%, #9dd1ff 100%);
  background: linear-gradient(to bottom, #9dd1ff 0%, #9dd1ff 100%);
}
html[color-schema='color-blue'] .text-white,
html[color-schema='color-blue'] .text-max-light,
html[color-schema='color-blue'] .text-md,
html[color-schema='color-blue'] .text-base,
html[color-schema='color-blue'] .text-light,
html[color-schema='color-blue'] .text-dark,
html[color-schema='color-blue'] .text-black,
html[color-schema='color-blue'] .text-gray,
html[color-schema='color-blue'] .header__widget-list > li > a,
html[color-schema='color-blue'] .header__widget-list > li > a i,
html[color-schema='color-blue'] .header-nav > li a:hover,
html[color-schema='color-blue'] .header-nav > li > a.active,
html[color-schema='color-blue'] a.media-tab-ell:hover,
html[color-schema='color-blue'] a.media-tab-ell:hover .media-play-btn,
html[color-schema='color-blue'] a.media-tab-ell:hover .media-play-btn i,
html[color-schema='color-blue'] .tabs-container__content li a,
html[color-schema='color-blue'] .footer__send-wrong i,
html[color-schema='color-blue'] .footer__net-list a,
html[color-schema='color-blue'] .footer__net-list a:hover,
html[color-schema='color-blue'] .footer .copyright i,
html[color-schema='color-blue'] .header__link-home i,
html[color-schema='color-blue'] .link-list-sites i,
html[color-schema='color-blue'] .rate_star:after,
html[color-schema='color-blue'] .rate_star.checked:after,
html[color-schema='color-blue'] .header-nav > li.active a,
html[color-schema='color-blue'] .rate_star.over:after,
html[color-schema='color-blue'] input.form-control,
html[color-schema='color-blue'] textarea.form-control,
html[color-schema='color-blue'] .rss-link,
html[color-schema='color-blue'] .text-prime,
html[color-schema='color-blue'] .close,
html[color-schema='color-blue'] .header__link-home,
html[color-schema='color-blue'] .link-list-sites,
html[color-schema='color-blue'] .breadcrumb .home:after,
html[color-schema='color-blue'] .color,
html[color-schema='color-blue'] .form-group--placeholder-fix .placeholder,
html[color-schema='color-blue'] .breadcrumb > li a,
html[color-schema='color-blue'] .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-schema='color-blue'] .tabs-nav-wrap .nav-tabs > li:hover > a,
html[color-schema='color-blue'] .page-content,
html[color-schema='color-blue'] .header-nav > li.open > a,
html[color-schema='color-blue'] .icon-text-light,
html[color-schema='color-blue'] .text-max-light-2,
html[color-schema='color-blue'] .color-blue {
  color: #063462 !important;
}
html[color-schema='color-blue'] .bg-box .text-white {
  background-color: #9dd1ff;
  padding: 3px;
}
html[color-schema='color-blue'] a:hover,
html[color-schema='color-blue'] a:focus,
html[color-schema='color-blue'] a:active {
  text-decoration: underline;
}
html[color-schema='color-blue'] .play-button,
html[color-schema='color-blue'] .play-button:hover {
  border-color: transparent transparent transparent #063462;
}
html[color-schema='color-blue'] .color-bg-block,
html[color-schema='color-blue'] .tabs-container__content,
html[color-schema='color-blue'] .tabs-container__content li a,
html[color-schema='color-blue'] input.form-control,
html[color-schema='color-blue'] textarea.form-control,
html[color-schema='color-blue'] .rss-link {
  background-color: #9dd1ff;
}
html[color-schema='color-blue'] a.link-bg-color,
html[color-schema='color-blue'] .border-block-sm {
  border: 1px solid #063462;
}
html[color-schema='color-blue'] a.link-bg-color,
html[color-schema='color-blue'] .border-block-sm,
html[color-schema='color-blue'] a.link-bg-color:hover,
html[color-schema='color-blue'] .border-block-sm:hover,
html[color-schema='color-blue'] a.link-bg-color:focus,
html[color-schema='color-blue'] .border-block-sm:focus,
html[color-schema='color-blue'] a.link-bg-color:active,
html[color-schema='color-blue'] .border-block-sm:active {
  background-color: #9dd1ff;
  color: #063462;
}
html[color-schema='color-blue'] .wrap-media-video:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#9dd1ff));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #9dd1ff 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #9dd1ff 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #9dd1ff 100%);
}
html[color-schema='color-blue'] .list-services__item,
html[color-schema='color-blue'] .list-services__item:hover,
html[color-schema='color-blue'] .list-services__item:focus,
html[color-schema='color-blue'] .list-services__item:active {
  border-color: #063462;
  color: #063462;
}
html[color-schema='color-blue'] .list-services__item span,
html[color-schema='color-blue'] .list-services__item:hover span,
html[color-schema='color-blue'] .list-services__item:focus span,
html[color-schema='color-blue'] .list-services__item:active span {
  color: inherit;
}
html[color-schema='color-blue'] .list-services__item i,
html[color-schema='color-blue'] .list-services__item:hover i,
html[color-schema='color-blue'] .list-services__item:focus i,
html[color-schema='color-blue'] .list-services__item:active i {
  color: #063462;
}
html[color-schema='color-blue'] a,
html[color-schema='color-blue'] .a {
  color: #063462;
}
html[color-schema='color-blue'] a.link-color:hover,
html[color-schema='color-blue'] .a.link-color:hover,
html[color-schema='color-blue'] a.link-color:focus,
html[color-schema='color-blue'] .a.link-color:focus,
html[color-schema='color-blue'] a.link-color:active,
html[color-schema='color-blue'] .a.link-color:active,
html[color-schema='color-blue'] a.link-color.active,
html[color-schema='color-blue'] .a.link-color.active {
  text-decoration: underline;
  color: #063462;
}
html[color-schema='color-blue'] a.link-color:hover,
html[color-schema='color-blue'] .a.link-color:hover,
html[color-schema='color-blue'] a.link-color:focus,
html[color-schema='color-blue'] .a.link-color:focus,
html[color-schema='color-blue'] a.link-color:active,
html[color-schema='color-blue'] .a.link-color:active,
html[color-schema='color-blue'] a.link-color.active,
html[color-schema='color-blue'] .a.link-color.active,
html[color-schema='color-blue'] a.link-color:hover i,
html[color-schema='color-blue'] .a.link-color:hover i,
html[color-schema='color-blue'] a.link-color:focus i,
html[color-schema='color-blue'] .a.link-color:focus i,
html[color-schema='color-blue'] a.link-color:active i,
html[color-schema='color-blue'] .a.link-color:active i,
html[color-schema='color-blue'] a.link-color.active i,
html[color-schema='color-blue'] .a.link-color.active i {
  color: #063462;
}
html[color-schema='color-blue'] a:hover,
html[color-schema='color-blue'] .a:hover,
html[color-schema='color-blue'] a:focus,
html[color-schema='color-blue'] .a:focus,
html[color-schema='color-blue'] a:active,
html[color-schema='color-blue'] .a:active,
html[color-schema='color-blue'] a.active,
html[color-schema='color-blue'] .a.active {
  color: #063462;
  text-decoration: underline;
}
html[color-schema='color-blue'] .active > .link-color,
html[color-schema='color-blue'] .Zebra_DatePicker_Icon,
html[color-schema='color-blue'] .Zebra_DatePicker table td.dp_current,
html[color-schema='color-blue'] .Zebra_DatePicker .dp_footer td.dp_today,
html[color-schema='color-blue'] .Zebra_DatePicker .dp_footer td.dp_clear,
html[color-schema='color-blue'] .Zebra_DatePicker .dp_header td.dp_hover,
html[color-schema='color-blue'] .Zebra_DatePicker .dp_daypicker th,
html[color-schema='color-blue'] .spoiler-box:hover .spoiler-box__btn,
html[color-schema='color-blue'] .spoiler-box .spoiler-box__btn,
html[color-schema='color-blue'] .spoiler-box p,
html[color-schema='color-blue'] .spoiler-box,
html[color-schema='color-blue'] .text-gray-nn {
  color: #063462;
}
html[color-schema='color-blue'] .spoiler-box:hover .spoiler-box__carret,
html[color-schema='color-blue'] .spoiler-box .spoiler-box__carret,
html[color-schema='color-blue'] .border-block-sm,
html[color-schema='color-blue'] .bg-block-sm--border {
  border-color: #063462 !important;
}
html[color-schema='color-blue'] .border-block-sm,
html[color-schema='color-blue'] .bg-block-sm--border {
  -webkit-box-shadow: none;
          box-shadow: none;
}
html[color-schema='color-blue'] .Zebra_DatePicker table td.dp_hover,
html[color-schema='color-blue'] .Zebra_DatePicker table td.dp_selected,
html[color-schema='color-blue'] .spoiler-box .spoiler-box__carret:before,
html[color-schema='color-blue'] .spoiler-box__carret:after {
  background-color: #9dd1ff !important;
}
html[color-schema='color-blue'] .btn.btn-collapsed i,
html[color-schema='color-blue'] .service-pop-preview .icon:before {
  color: #063462 !important;
}
html[color-schema='color-blue'] .media-tab-ell .news-title:before {
  -webkit-box-shadow: 0 10px 30px 25px #9dd1ff;
          box-shadow: 0 10px 30px 25px #9dd1ff;
}
html[color-schema='color-blue'] .header-nav > li > a:after,
html[color-schema='color-blue'] .aside__list-nav > li.active > a:after,
html[color-schema='color-blue'] .news-prime-blok__hr {
  background-color: #063462;
}
html[color-schema='color-blue'] .custom-pagination li a,
html[color-schema='color-blue'] .custom-pagination li span {
  color: #063462 !important;
  border-color: #063462 !important;
  background-color: #9dd1ff !important;
}
html[color-schema='color-blue'] .dropdown-menu > li > a {
  color: #063462 !important;
  background-color: #9dd1ff !important;
}
html[color-schema='color-blue'] .dropdown-menu > li > a:after,
html[color-schema='color-blue'] .block-douwnload-md .doc-icon-bg {
  background-color: #063462 !important;
}
html[color-schema='color-blue'] .tabs-nav-wrap,
html[color-schema='color-blue'] .border-top,
html[color-schema='color-blue'] .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-schema='color-blue'] .tabs-nav-wrap .nav-tabs > li:hover > a,
html[color-schema='color-blue'] .layer-link--map,
html[color-schema='color-blue'] .header__bottom-panel,
html[color-schema='color-blue'] #media_content_all .media-tab-ell,
html[color-schema='color-blue'] .media-tab-ell,
html[color-schema='color-blue'] .tabs-container__content,
html[color-schema='color-blue'] .footer__send-wrong i,
html[color-schema='color-blue'] input.form-control,
html[color-schema='color-blue'] textarea.form-control,
html[color-schema='color-blue'] .rss-link,
html[color-schema='color-blue'] textarea.form-control:hover,
html[color-schema='color-blue'] input.form-control:hover,
html[color-schema='color-blue'] .aside__list-nav,
html[color-schema='color-blue'] .border-block,
html[color-schema='color-blue'] .block-douwnload-md,
html[color-schema='color-blue'] .post-list {
  border-color: #063462 !important;
}
html[color-schema='color-blue'] .btn,
html[color-schema='color-blue'] .jq-file__browse,
html[color-schema='color-blue'] .btn:focus,
html[color-schema='color-blue'] .jq-file__browse:focus,
html[color-schema='color-blue'] .btn:hover,
html[color-schema='color-blue'] .jq-file__browse:hover,
html[color-schema='color-blue'] .btn:active,
html[color-schema='color-blue'] .jq-file__browse:active,
html[color-schema='color-blue'] .btn.active,
html[color-schema='color-blue'] .jq-file__browse.active,
html[color-schema='color-blue'] .btn.focus,
html[color-schema='color-blue'] .jq-file__browse.focus {
  background-color: #9dd1ff !important;
  border-color: #063462 !important;
  color: #063462 !important;
}
html[color-schema='color-blue'] .btn:hover,
html[color-schema='color-blue'] .jq-file__browse:hover {
  text-decoration: underline;
}
html[color-schema='color-blue'] .section {
  border-bottom: 1px solid #063462 !important;
  margin: 0 !important;
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
html[color-schema='color-blue'] .section.main-section--list-nav {
  padding-top: 15px !important;
}
html[color-schema='color-blue'] .footer {
  border-top: 1px solid #063462 !important;
}
html[color-schema='color-blue'] ::-webkit-input-placeholder,
html[color-schema='color-blue'] .custom-pagination li a:hover,
html[color-schema='color-blue'] .custom-pagination li.active a {
  color: #063462;
}
html[color-schema='color-blue'] ::-moz-placeholder,
html[color-schema='color-blue'] .custom-pagination li a:hover,
html[color-schema='color-blue'] .custom-pagination li.active a {
  color: #063462;
}
html[color-schema='color-blue'] ::placeholder,
html[color-schema='color-blue'] .custom-pagination li a:hover,
html[color-schema='color-blue'] .custom-pagination li.active a {
  color: #063462;
}
html[color-schema='color-blue'] .docs-preview__box--inner:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#9dd1ff), to(#9dd1ff));
  background: -webkit-linear-gradient(top, #9dd1ff 0%, #9dd1ff 100%);
  background: -o-linear-gradient(top, #9dd1ff 0%, #9dd1ff 100%);
  background: linear-gradient(to bottom, #9dd1ff 0%, #9dd1ff 100%);
}
html[color-schema='color-blue'] .form-group--placeholder-fix.placeholder-fix-textarea label.placeholder {
  background-color: #9dd1ff;
}
html[color-schema='color-blue'] .calendar--prev-arrow,
html[color-schema='color-blue'] .calendar--next-arrow,
html[color-schema='color-blue'] .tag,
html[color-schema='color-blue'] .tags-list a,
html[color-schema='color-blue'] .tag:hover,
html[color-schema='color-blue'] .tags-list a:hover,
html[color-schema='color-blue'] .tag:focus,
html[color-schema='color-blue'] .tags-list a:focus {
  background-color: #9dd1ff;
  border-color: #063462;
  color: #063462;
}
html[color-schema='color-blue'] .calendar#main-calendar-widget .event {
  background-color: #9dd1ff;
}
html[color-schema='color-blue'] .dropdown-menu > li > a {
  color: #063462;
}
html[color-schema='color-blue'] .dropdown-menu > li > a:hover,
html[color-schema='color-blue'] .dropdown-menu > li > a:focus {
  background-color: #9dd1ff;
  color: #063462;
}
html[color-schema='color-blue'] .jq-radio,
html[color-schema='color-blue'] .jq-checkbox,
html[color-schema='color-blue'] .jq-radio.checked,
html[color-schema='color-blue'] .jq-checkbox.checked {
  background-color: #9dd1ff;
  border-color: #063462;
}
html[color-schema='color-blue'] .jq-radio.disabled,
html[color-schema='color-blue'] .jq-checkbox.disabled,
html[color-schema='color-blue'] .jq-radio.disabled.checked,
html[color-schema='color-blue'] .jq-checkbox.disabled.checked {
  opacity: .4;
}
html[color-schema='color-blue'] .wrap-check:hover .jq-radio,
html[color-schema='color-blue'] .wrap-check:hover .jq-checkbox,
html[color-schema='color-blue'] .block-douwnload-md .doc-icon:after {
  background-color: #9dd1ff;
  border-color: #063462;
}
html[color-schema='color-blue'] .block-douwnload-md {
  border: 1px solid #063462;
}
html[color-schema='color-blue'] .wrap-check:hover label {
  text-decoration: underline;
  color: #063462;
}
html[color-schema='color-blue'] .disabled + label,
html[color-schema='color-blue'] .disabled.checked + label,
html[color-schema='color-blue'] .wrap-check:hover .disabled + label {
  text-decoration: none;
  color: #063462;
  opacity: .6;
}
html[color-schema='color-blue'] .checked + label,
html[color-schema='color-blue'] .form-group.error label.error {
  color: #063462;
}
html[color-schema='color-beige'] .bg-color {
  color: #4d4b43;
  background-color: #f7f3d6;
}
html[color-schema='color-beige'] .bg-color.header__bottom-panel {
  border-bottom: 1px solid #4d4b43;
}
html[color-schema='color-beige'] .bg-color .dropdown-menu-header {
  color: #4d4b43;
}
html[color-schema='color-beige'] .bg-color .breadcrumb > li a {
  color: #4d4b43;
}
html[color-schema='color-beige'] .bg-color .breadcrumb > li:after {
  color: #4d4b43;
}
html[color-schema='color-beige'] .soc-tv-card {
  background-color: #ffffff;
}
html[color-schema='color-beige'] .soc-tv-card:hover {
  -webkit-box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.1);
}
html[color-schema='color-beige'] .soc-tv-card:hover .soc-tv-card__title {
  color: #e20338;
}
html[color-schema='color-beige'] .soc-tv-card__content:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 242, 242, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(241, 242, 242, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(241, 242, 242, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(241, 242, 242, 0) 0%, #ffffff 100%);
}
html[color-schema='color-beige'] .seach-block {
  border-bottom: 1px solid #4d4b43;
}
html[color-schema='color-beige'] .seach-block .seach-block__info {
  color: #4d4b43;
}
html[color-schema='color-beige'] .media-category:after,
html[color-schema='color-beige'] .slider-main-indicator {
  background-color: #4d4b43 !important;
}
html[color-schema='color-beige'] .widget-mayor__bottom,
html[color-schema='color-beige'] .block-douwnload-md .doc-icon:before,
html[color-schema='color-beige'] .post-list.all_event_closest {
  background-color: #f7f3d6;
}
html[color-schema='color-beige'] .quote i.top,
html[color-schema='color-beige'] .quote i.bottom,
html[color-schema='color-beige'] .media-category,
html[color-schema='color-beige'] .header__link-home i,
html[color-schema='color-beige'] .link-list-sites i,
html[color-schema='color-beige'] .header__link-portal i,
html[color-schema='color-beige'] .photo-box .icon-arrow-top {
  color: #4d4b43 !important;
}
html[color-schema='color-beige'] .list-menu-page .item > span {
  border-color: #4d4b43;
}
html[color-schema='color-beige'] .list-menu-page {
  border: 1px solid #4d4b43;
}
html[color-schema='color-beige'] .block-douwnload-md .doc-icon:before {
  border-top: 15px solid #f7f3d6;
  border-right: 15px solid #f7f3d6;
}
html[color-schema='color-beige'] .info-link-block a:hover span,
html[color-schema='color-beige'] .faq-list > li > ul > li > a i,
html[color-schema='color-beige'] .faq-list .item-text-title,
html[color-schema='color-beige'] .main-info-block .title .big {
  color: #4d4b43;
}
html[color-schema='color-beige'] .media-category.news {
  color: #4d4b43 !important;
}
html[color-schema='color-beige'] .media-category.news:after {
  background-color: #4d4b43 !important;
}
html[color-schema='color-beige'] .aside__list-nav > li > a.active:after,
html[color-schema='color-beige'] .aside__list-nav > li > .item-wrap > a.active:after,
html[color-schema='color-beige'] .aside__list-nav > li > a.parent-active:after,
html[color-schema='color-beige'] .aside__list-nav > li > .item-wrap > a.parent-active:after {
  background-color: #4d4b43 !important;
}
html[color-schema='color-beige'] .field-icon-loupe {
  opacity: 1;
}
html[color-schema='color-beige'] .bg-block-sm,
html[color-schema='color-beige'] .border-block-sm,
html[color-schema='color-beige'] .fileupload-list__box .preview,
html[color-schema='color-beige'] .post-list.all_event_closest {
  border: 1px solid #4d4b43;
}
html[color-schema='color-beige'] .box-drop-style,
html[color-schema='color-beige'] .layer-link__title,
html[color-schema='color-beige'] .spoiler-box__content,
html[color-schema='color-beige'] .Zebra_DatePicker .dp_footer,
html[color-schema='color-beige'] .dropdown-menu-header .list-division {
  border-color: #4d4b43;
}
html[color-schema='color-beige'] body,
html[color-schema='color-beige'] .box-drop-style,
html[color-schema='color-beige'] .fileupload-list__box .preview,
html[color-schema='color-beige'] .box-drop-style .sub-text .mark,
html[color-schema='color-beige'] .modal-content,
html[color-schema='color-beige'] .spoiler-box,
html[color-schema='color-beige'] .tab-link-left li.active a {
  background: #f7f3d6;
}
html[color-schema='color-beige'] .search-result strong,
html[color-schema='color-beige'] .alert-warning {
  background: #4d4b43;
  color: #f7f3d6;
}
html[color-schema='color-beige'] .blind-text-bg {
  background: #f7f3d6;
  display: inline;
  color: #4d4b43;
}
html[color-schema='color-beige'] .slider-main__sub-text {
  opacity: 1;
}
html[color-schema='color-beige'] .text-block a:not([class]) {
  border-color: #4d4b43;
}
html[color-schema='color-beige'] .simple-list-nav li a:after,
html[color-schema='color-beige'] .service-pop-banner .left:after,
html[color-schema='color-beige'] .widget-quiz__inner,
html[color-schema='color-beige'] .jq-checkbox.checked .jq-checkbox__div,
html[color-schema='color-beige'] .spoiler-box__carret:before,
html[color-schema='color-beige'] .spoiler-box__carret:after {
  background: #4d4b43;
}
html[color-schema='color-beige'] .news-box__date {
  opacity: 0;
}
html[color-schema='color-beige'] .color-bg-block,
html[color-schema='color-beige'] .btn-delete i,
html[color-schema='color-beige'] .modal-content,
html[color-schema='color-beige'] .text-block table td,
html[color-schema='color-beige'] a .link-color {
  color: #4d4b43 !important;
}
html[color-schema='color-beige'] .news-box__bottom {
  background: #f7f3d6;
  border: 1px solid #4d4b43;
  padding-top: 30px;
}
html[color-schema='color-beige'] .event-box {
  border-color: #4d4b43;
}
html[color-schema='color-beige'] .simple-list-nav,
html[color-schema='color-beige'] .service-pop-banner {
  background: #f7f3d6;
}
html[color-schema='color-beige'] .two-date:after,
html[color-schema='color-beige'] .mark-tab i.mark-tab__mark {
  background-color: #4d4b43 !important;
}
html[color-schema='color-beige'] .map-city .panel-inner:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f7f3d6));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f7f3d6 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f7f3d6 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f7f3d6 100%);
}
html[color-schema='color-beige'] .header,
html[color-schema='color-beige'] .bg-brown,
html[color-schema='color-beige'] .bg-light-blue {
  background: #f7f3d6 !important;
}
html[color-schema='color-beige'] .btn-favorite.favorite {
  background-color: #f7f3d6;
  color: #4d4b43;
}
html[color-schema='color-beige'] .map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}
html[color-schema='color-beige'] .btn-gamb span,
html[color-schema='color-beige'] .nav-accordion > li:after {
  background: #4d4b43 !important;
}
html[color-schema='color-beige'] .pushy {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: 1px solid #4d4b43;
}
html[color-schema='color-beige'] .dropdown-menu-header .dropdown-menu__inner {
  background: #f7f3d6;
  border-color: #4d4b43;
}
html[color-schema='color-beige'] .faq-list > li > a:hover,
html[color-schema='color-beige'] .faq-list > li.open > a,
html[color-schema='color-beige'] .faq-list > li > ul > li > a:hover,
html[color-schema='color-beige'] .faq-list > li > ul > li > a:hover i {
  color: #4d4b43;
}
html[color-schema='color-beige'] .tab-link-left li.active > a:after {
  background-color: #4d4b43;
}
html[color-schema='color-beige'] .faq-list__category,
html[color-schema='color-beige'] .tab-link-left ul {
  border: 1px solid #4d4b43;
}
html[color-schema='color-beige'] .text-block ul li:before {
  background: #4d4b43;
}
html[color-schema='color-beige'] .structure-tree > li > ul > li > div.item-wrap .name {
  border: 1px solid #4d4b43;
  background-color: #f7f3d6;
}
html[color-schema='color-beige'] .ya-share2__item:hover .ya-share2__icon {
  color: #4d4b43 !important;
  border-color: #4d4b43 !important;
}
html[color-schema='color-beige'] .slick-dots li button,
html[color-schema='color-beige'] .dcjq-icon,
html[color-schema='color-beige'] .akk-toggle {
  background-color: #f7f3d6 !important;
  border-color: #4d4b43 !important;
}
html[color-schema='color-beige'] .dcjq-icon:after,
html[color-schema='color-beige'] .dcjq-icon:before,
html[color-schema='color-beige'] .akk-toggle:before,
html[color-schema='color-beige'] .akk-toggle:after {
  background-color: #4d4b43 !important;
}
html[color-schema='color-beige'] .structure-tree > li > div.item-wrap .name {
  background-color: #f7f3d6;
  border: 1px solid #4d4b43;
}
html[color-schema='color-beige'] .calendar#main-calendar-widget .day.has-event .day-content,
html[color-schema='color-beige'] .bootstrap-select.btn-group .dropdown-menu li small.text-muted {
  background-color: #f7f3d6;
  border: 1px solid #4d4b43;
  color: #4d4b43;
}
html[color-schema='color-beige'] .calendar--prev-arrow:hover,
html[color-schema='color-beige'] .calendar--next-arrow:hover {
  border-color: #4d4b43;
  color: #4d4b43;
}
html[color-schema='color-beige'] #map-svg path.active {
  fill: #4d4b43 !important;
}
html[color-schema='color-beige'] .header-nav i,
html[color-schema='color-beige'] .tab-link-left li.active a {
  color: #4d4b43 !important;
}
html[color-schema='color-beige'][img-display='hide'] .wrap-media-video .video-preview,
html[color-schema='color-beige'][img-display='hide'] .media-photo-preview__img {
  background: #f7f3d6 !important;
  background-image: none !important;
  opacity: 1;
}
html[color-schema='color-beige'][img-display='hide'] .media-photo-preview__title {
  background: transparent;
}
html[color-schema='color-beige'] .faq-list > li > ul > li {
  border: 1px solid #4d4b43;
}
html[color-schema='color-beige'] .layer-top.panel-full:after {
  display: none;
}
html[color-schema='color-beige'] .btn-collapsed,
html[color-schema='color-beige'] .well,
html[color-schema='color-beige'] .bg-text-box,
html[color-schema='color-beige'] .spoiler-box,
html[color-schema='color-beige'] .bg-text-box.bg-gray {
  border: 1px solid #4d4b43 !important;
}
html[color-schema='color-beige'] .faq-list > li > ul > li.open a:after,
html[color-schema='color-beige'] .faq-list > li > ul > li.open > a:hover:after {
  background: #f7f3d6;
  border-bottom: 1px solid #4d4b43;
}
html[color-schema='color-beige'] body {
  color: #4d4b43;
  background-color: #f7f3d6;
}
html[color-schema='color-beige'] .bg-gray-light,
html[color-schema='color-beige'] .bg-base,
html[color-schema='color-beige'] .bg-gray,
html[color-schema='color-beige'] .bg-gray-color,
html[color-schema='color-beige'] .bg-gray-dark,
html[color-schema='color-beige'] .bg-gray-0,
html[color-schema='color-beige'] .page-layer,
html[color-schema='color-beige'] .layer-top,
html[color-schema='color-beige'] .bg-gray-dark-2,
html[color-schema='color-beige'] .post-list.event_closest,
html[color-schema='color-beige'] .bg-text-box.bg-gray {
  background-color: #f7f3d6 !important;
}
html[color-schema='color-beige'] .docs-preview__box--inner:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f3d6), to(#f7f3d6));
  background: -webkit-linear-gradient(top, #f7f3d6 0%, #f7f3d6 100%);
  background: -o-linear-gradient(top, #f7f3d6 0%, #f7f3d6 100%);
  background: linear-gradient(to bottom, #f7f3d6 0%, #f7f3d6 100%);
}
html[color-schema='color-beige'] .close {
  opacity: 1;
}
html[color-schema='color-beige'] .dropdown-menu,
html[color-schema='color-beige'] .media-block .tabs-nav-wrap .nav-tabs > li.active:hover > a,
html[color-schema='color-beige'] .media-block .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-schema='color-beige'] .table-tender__item,
html[color-schema='color-beige'] .email-list--top li,
html[color-schema='color-beige'] .header__search-form .bootstrap-select,
html[color-schema='color-beige'] .two-date:hover input.form-control {
  border-color: #4d4b43 !important;
}
html[color-schema='color-beige'] .Zebra_DatePicker,
html[color-schema='color-beige'] .Zebra_DatePicker .dp_header,
html[color-schema='color-beige'] .Zebra_DatePicker .dp_daypicker td,
html[color-schema='color-beige'] .Zebra_DatePicker .dp_daypicker th,
html[color-schema='color-beige'] .Zebra_DatePicker .dp_monthpicker td,
html[color-schema='color-beige'] .Zebra_DatePicker .dp_monthpicker th,
html[color-schema='color-beige'] .Zebra_DatePicker .dp_yearpicker td,
html[color-schema='color-beige'] .Zebra_DatePicker .dp_yearpicker th,
html[color-schema='color-beige'] .Zebra_DatePicker .dp_timepicker td,
html[color-schema='color-beige'] .Zebra_DatePicker .dp_timepicker th {
  background-color: #f7f3d6;
  color: #4d4b43 !important;
  border-color: #4d4b43 !important;
}
html[color-schema='color-beige'] .Zebra_DatePicker table td.dp_disabled,
html[color-schema='color-beige'] .Zebra_DatePicker table td.dp_not_in_month,
html[color-schema='color-beige'] .Zebra_DatePicker table td.dp_not_in_month_selectable {
  opacity: .4;
}
html[color-schema='color-beige'] .Zebra_DatePicker .dp_header td,
html[color-schema='color-beige'] .Zebra_DatePicker .dp_header .dp_previous span:before,
html[color-schema='color-beige'] .Zebra_DatePicker .dp_header .dp_next span:before,
html[color-schema='color-beige'] .Zebra_DatePicker .dp_header .dp_prev span:before {
  color: #4d4b43;
}
html[color-schema='color-beige'] .popover {
  color: #4d4b43;
  background-color: #f7f3d6;
  border-color: #4d4b43 !important;
}
html[color-schema='color-beige'] .popover.bottom > .arrow {
  border-bottom-color: #4d4b43 !important;
}
html[color-schema='color-beige'] .popover.bottom > .arrow:after {
  border-bottom-color: #f7f3d6;
}
html[color-schema='color-beige'] .ya-share2__item .ya-share2__icon,
html[color-schema='color-beige'] .ya-share2__item:hover .ya-share2__icon {
  color: #4d4b43;
  border-color: #4d4b43;
}
html[color-schema='color-beige'] .header__top-panel {
  border-bottom: 1px solid #4d4b43;
  border-top: 1px solid #4d4b43;
}
html[color-schema='color-beige'] .header {
  border-bottom: 1px solid #4d4b43;
}
html[color-schema='color-beige'] .block-douwnload-md .doc-icon {
  border-right: 1px solid #4d4b43;
}
html[color-schema='color-beige'] .form-group--placeholder-fix.placeholder-fix-textarea label.placeholder {
  -webkit-box-shadow: none;
          box-shadow: none;
}
html[color-schema='color-beige'] .bg-box,
html[color-schema='color-beige'] .doc-text {
  border: 1px solid #4d4b43;
}
html[color-schema='color-beige'] .page-layer:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f3d6), to(#f7f3d6));
  background: -webkit-linear-gradient(top, #f7f3d6 0%, #f7f3d6 100%);
  background: -o-linear-gradient(top, #f7f3d6 0%, #f7f3d6 100%);
  background: linear-gradient(to bottom, #f7f3d6 0%, #f7f3d6 100%);
}
html[color-schema='color-beige'] .text-white,
html[color-schema='color-beige'] .text-max-light,
html[color-schema='color-beige'] .text-md,
html[color-schema='color-beige'] .text-base,
html[color-schema='color-beige'] .text-light,
html[color-schema='color-beige'] .text-dark,
html[color-schema='color-beige'] .text-black,
html[color-schema='color-beige'] .text-gray,
html[color-schema='color-beige'] .header__widget-list > li > a,
html[color-schema='color-beige'] .header__widget-list > li > a i,
html[color-schema='color-beige'] .header-nav > li a:hover,
html[color-schema='color-beige'] .header-nav > li > a.active,
html[color-schema='color-beige'] a.media-tab-ell:hover,
html[color-schema='color-beige'] a.media-tab-ell:hover .media-play-btn,
html[color-schema='color-beige'] a.media-tab-ell:hover .media-play-btn i,
html[color-schema='color-beige'] .tabs-container__content li a,
html[color-schema='color-beige'] .footer__send-wrong i,
html[color-schema='color-beige'] .footer__net-list a,
html[color-schema='color-beige'] .footer__net-list a:hover,
html[color-schema='color-beige'] .footer .copyright i,
html[color-schema='color-beige'] .header__link-home i,
html[color-schema='color-beige'] .link-list-sites i,
html[color-schema='color-beige'] .rate_star:after,
html[color-schema='color-beige'] .rate_star.checked:after,
html[color-schema='color-beige'] .header-nav > li.active a,
html[color-schema='color-beige'] .rate_star.over:after,
html[color-schema='color-beige'] input.form-control,
html[color-schema='color-beige'] textarea.form-control,
html[color-schema='color-beige'] .rss-link,
html[color-schema='color-beige'] .text-prime,
html[color-schema='color-beige'] .close,
html[color-schema='color-beige'] .header__link-home,
html[color-schema='color-beige'] .link-list-sites,
html[color-schema='color-beige'] .breadcrumb .home:after,
html[color-schema='color-beige'] .color,
html[color-schema='color-beige'] .form-group--placeholder-fix .placeholder,
html[color-schema='color-beige'] .breadcrumb > li a,
html[color-schema='color-beige'] .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-schema='color-beige'] .tabs-nav-wrap .nav-tabs > li:hover > a,
html[color-schema='color-beige'] .page-content,
html[color-schema='color-beige'] .header-nav > li.open > a,
html[color-schema='color-beige'] .icon-text-light,
html[color-schema='color-beige'] .text-max-light-2,
html[color-schema='color-beige'] .color-blue {
  color: #4d4b43 !important;
}
html[color-schema='color-beige'] .bg-box .text-white {
  background-color: #f7f3d6;
  padding: 3px;
}
html[color-schema='color-beige'] a:hover,
html[color-schema='color-beige'] a:focus,
html[color-schema='color-beige'] a:active {
  text-decoration: underline;
}
html[color-schema='color-beige'] .play-button,
html[color-schema='color-beige'] .play-button:hover {
  border-color: transparent transparent transparent #4d4b43;
}
html[color-schema='color-beige'] .color-bg-block,
html[color-schema='color-beige'] .tabs-container__content,
html[color-schema='color-beige'] .tabs-container__content li a,
html[color-schema='color-beige'] input.form-control,
html[color-schema='color-beige'] textarea.form-control,
html[color-schema='color-beige'] .rss-link {
  background-color: #f7f3d6;
}
html[color-schema='color-beige'] a.link-bg-color,
html[color-schema='color-beige'] .border-block-sm {
  border: 1px solid #4d4b43;
}
html[color-schema='color-beige'] a.link-bg-color,
html[color-schema='color-beige'] .border-block-sm,
html[color-schema='color-beige'] a.link-bg-color:hover,
html[color-schema='color-beige'] .border-block-sm:hover,
html[color-schema='color-beige'] a.link-bg-color:focus,
html[color-schema='color-beige'] .border-block-sm:focus,
html[color-schema='color-beige'] a.link-bg-color:active,
html[color-schema='color-beige'] .border-block-sm:active {
  background-color: #f7f3d6;
  color: #4d4b43;
}
html[color-schema='color-beige'] .wrap-media-video:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#f7f3d6));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #f7f3d6 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #f7f3d6 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #f7f3d6 100%);
}
html[color-schema='color-beige'] .list-services__item,
html[color-schema='color-beige'] .list-services__item:hover,
html[color-schema='color-beige'] .list-services__item:focus,
html[color-schema='color-beige'] .list-services__item:active {
  border-color: #4d4b43;
  color: #4d4b43;
}
html[color-schema='color-beige'] .list-services__item span,
html[color-schema='color-beige'] .list-services__item:hover span,
html[color-schema='color-beige'] .list-services__item:focus span,
html[color-schema='color-beige'] .list-services__item:active span {
  color: inherit;
}
html[color-schema='color-beige'] .list-services__item i,
html[color-schema='color-beige'] .list-services__item:hover i,
html[color-schema='color-beige'] .list-services__item:focus i,
html[color-schema='color-beige'] .list-services__item:active i {
  color: #4d4b43;
}
html[color-schema='color-beige'] a,
html[color-schema='color-beige'] .a {
  color: #4d4b43;
}
html[color-schema='color-beige'] a.link-color:hover,
html[color-schema='color-beige'] .a.link-color:hover,
html[color-schema='color-beige'] a.link-color:focus,
html[color-schema='color-beige'] .a.link-color:focus,
html[color-schema='color-beige'] a.link-color:active,
html[color-schema='color-beige'] .a.link-color:active,
html[color-schema='color-beige'] a.link-color.active,
html[color-schema='color-beige'] .a.link-color.active {
  text-decoration: underline;
  color: #4d4b43;
}
html[color-schema='color-beige'] a.link-color:hover,
html[color-schema='color-beige'] .a.link-color:hover,
html[color-schema='color-beige'] a.link-color:focus,
html[color-schema='color-beige'] .a.link-color:focus,
html[color-schema='color-beige'] a.link-color:active,
html[color-schema='color-beige'] .a.link-color:active,
html[color-schema='color-beige'] a.link-color.active,
html[color-schema='color-beige'] .a.link-color.active,
html[color-schema='color-beige'] a.link-color:hover i,
html[color-schema='color-beige'] .a.link-color:hover i,
html[color-schema='color-beige'] a.link-color:focus i,
html[color-schema='color-beige'] .a.link-color:focus i,
html[color-schema='color-beige'] a.link-color:active i,
html[color-schema='color-beige'] .a.link-color:active i,
html[color-schema='color-beige'] a.link-color.active i,
html[color-schema='color-beige'] .a.link-color.active i {
  color: #4d4b43;
}
html[color-schema='color-beige'] a:hover,
html[color-schema='color-beige'] .a:hover,
html[color-schema='color-beige'] a:focus,
html[color-schema='color-beige'] .a:focus,
html[color-schema='color-beige'] a:active,
html[color-schema='color-beige'] .a:active,
html[color-schema='color-beige'] a.active,
html[color-schema='color-beige'] .a.active {
  color: #4d4b43;
  text-decoration: underline;
}
html[color-schema='color-beige'] .active > .link-color,
html[color-schema='color-beige'] .Zebra_DatePicker_Icon,
html[color-schema='color-beige'] .Zebra_DatePicker table td.dp_current,
html[color-schema='color-beige'] .Zebra_DatePicker .dp_footer td.dp_today,
html[color-schema='color-beige'] .Zebra_DatePicker .dp_footer td.dp_clear,
html[color-schema='color-beige'] .Zebra_DatePicker .dp_header td.dp_hover,
html[color-schema='color-beige'] .Zebra_DatePicker .dp_daypicker th,
html[color-schema='color-beige'] .spoiler-box:hover .spoiler-box__btn,
html[color-schema='color-beige'] .spoiler-box .spoiler-box__btn,
html[color-schema='color-beige'] .spoiler-box p,
html[color-schema='color-beige'] .spoiler-box,
html[color-schema='color-beige'] .text-gray-nn {
  color: #4d4b43;
}
html[color-schema='color-beige'] .spoiler-box:hover .spoiler-box__carret,
html[color-schema='color-beige'] .spoiler-box .spoiler-box__carret,
html[color-schema='color-beige'] .border-block-sm,
html[color-schema='color-beige'] .bg-block-sm--border {
  border-color: #4d4b43 !important;
}
html[color-schema='color-beige'] .border-block-sm,
html[color-schema='color-beige'] .bg-block-sm--border {
  -webkit-box-shadow: none;
          box-shadow: none;
}
html[color-schema='color-beige'] .Zebra_DatePicker table td.dp_hover,
html[color-schema='color-beige'] .Zebra_DatePicker table td.dp_selected,
html[color-schema='color-beige'] .spoiler-box .spoiler-box__carret:before,
html[color-schema='color-beige'] .spoiler-box__carret:after {
  background-color: #f7f3d6 !important;
}
html[color-schema='color-beige'] .btn.btn-collapsed i,
html[color-schema='color-beige'] .service-pop-preview .icon:before {
  color: #4d4b43 !important;
}
html[color-schema='color-beige'] .media-tab-ell .news-title:before {
  -webkit-box-shadow: 0 10px 30px 25px #f7f3d6;
          box-shadow: 0 10px 30px 25px #f7f3d6;
}
html[color-schema='color-beige'] .header-nav > li > a:after,
html[color-schema='color-beige'] .aside__list-nav > li.active > a:after,
html[color-schema='color-beige'] .news-prime-blok__hr {
  background-color: #4d4b43;
}
html[color-schema='color-beige'] .custom-pagination li a,
html[color-schema='color-beige'] .custom-pagination li span {
  color: #4d4b43 !important;
  border-color: #4d4b43 !important;
  background-color: #f7f3d6 !important;
}
html[color-schema='color-beige'] .dropdown-menu > li > a {
  color: #4d4b43 !important;
  background-color: #f7f3d6 !important;
}
html[color-schema='color-beige'] .dropdown-menu > li > a:after,
html[color-schema='color-beige'] .block-douwnload-md .doc-icon-bg {
  background-color: #4d4b43 !important;
}
html[color-schema='color-beige'] .tabs-nav-wrap,
html[color-schema='color-beige'] .border-top,
html[color-schema='color-beige'] .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-schema='color-beige'] .tabs-nav-wrap .nav-tabs > li:hover > a,
html[color-schema='color-beige'] .layer-link--map,
html[color-schema='color-beige'] .header__bottom-panel,
html[color-schema='color-beige'] #media_content_all .media-tab-ell,
html[color-schema='color-beige'] .media-tab-ell,
html[color-schema='color-beige'] .tabs-container__content,
html[color-schema='color-beige'] .footer__send-wrong i,
html[color-schema='color-beige'] input.form-control,
html[color-schema='color-beige'] textarea.form-control,
html[color-schema='color-beige'] .rss-link,
html[color-schema='color-beige'] textarea.form-control:hover,
html[color-schema='color-beige'] input.form-control:hover,
html[color-schema='color-beige'] .aside__list-nav,
html[color-schema='color-beige'] .border-block,
html[color-schema='color-beige'] .block-douwnload-md,
html[color-schema='color-beige'] .post-list {
  border-color: #4d4b43 !important;
}
html[color-schema='color-beige'] .btn,
html[color-schema='color-beige'] .jq-file__browse,
html[color-schema='color-beige'] .btn:focus,
html[color-schema='color-beige'] .jq-file__browse:focus,
html[color-schema='color-beige'] .btn:hover,
html[color-schema='color-beige'] .jq-file__browse:hover,
html[color-schema='color-beige'] .btn:active,
html[color-schema='color-beige'] .jq-file__browse:active,
html[color-schema='color-beige'] .btn.active,
html[color-schema='color-beige'] .jq-file__browse.active,
html[color-schema='color-beige'] .btn.focus,
html[color-schema='color-beige'] .jq-file__browse.focus {
  background-color: #f7f3d6 !important;
  border-color: #4d4b43 !important;
  color: #4d4b43 !important;
}
html[color-schema='color-beige'] .btn:hover,
html[color-schema='color-beige'] .jq-file__browse:hover {
  text-decoration: underline;
}
html[color-schema='color-beige'] .section {
  border-bottom: 1px solid #4d4b43 !important;
  margin: 0 !important;
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
html[color-schema='color-beige'] .section.main-section--list-nav {
  padding-top: 15px !important;
}
html[color-schema='color-beige'] .footer {
  border-top: 1px solid #4d4b43 !important;
}
html[color-schema='color-beige'] ::-webkit-input-placeholder,
html[color-schema='color-beige'] .custom-pagination li a:hover,
html[color-schema='color-beige'] .custom-pagination li.active a {
  color: #4d4b43;
}
html[color-schema='color-beige'] ::-moz-placeholder,
html[color-schema='color-beige'] .custom-pagination li a:hover,
html[color-schema='color-beige'] .custom-pagination li.active a {
  color: #4d4b43;
}
html[color-schema='color-beige'] ::placeholder,
html[color-schema='color-beige'] .custom-pagination li a:hover,
html[color-schema='color-beige'] .custom-pagination li.active a {
  color: #4d4b43;
}
html[color-schema='color-beige'] .docs-preview__box--inner:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f3d6), to(#f7f3d6));
  background: -webkit-linear-gradient(top, #f7f3d6 0%, #f7f3d6 100%);
  background: -o-linear-gradient(top, #f7f3d6 0%, #f7f3d6 100%);
  background: linear-gradient(to bottom, #f7f3d6 0%, #f7f3d6 100%);
}
html[color-schema='color-beige'] .form-group--placeholder-fix.placeholder-fix-textarea label.placeholder {
  background-color: #f7f3d6;
}
html[color-schema='color-beige'] .calendar--prev-arrow,
html[color-schema='color-beige'] .calendar--next-arrow,
html[color-schema='color-beige'] .tag,
html[color-schema='color-beige'] .tags-list a,
html[color-schema='color-beige'] .tag:hover,
html[color-schema='color-beige'] .tags-list a:hover,
html[color-schema='color-beige'] .tag:focus,
html[color-schema='color-beige'] .tags-list a:focus {
  background-color: #f7f3d6;
  border-color: #4d4b43;
  color: #4d4b43;
}
html[color-schema='color-beige'] .calendar#main-calendar-widget .event {
  background-color: #f7f3d6;
}
html[color-schema='color-beige'] .dropdown-menu > li > a {
  color: #4d4b43;
}
html[color-schema='color-beige'] .dropdown-menu > li > a:hover,
html[color-schema='color-beige'] .dropdown-menu > li > a:focus {
  background-color: #f7f3d6;
  color: #4d4b43;
}
html[color-schema='color-beige'] .jq-radio,
html[color-schema='color-beige'] .jq-checkbox,
html[color-schema='color-beige'] .jq-radio.checked,
html[color-schema='color-beige'] .jq-checkbox.checked {
  background-color: #f7f3d6;
  border-color: #4d4b43;
}
html[color-schema='color-beige'] .jq-radio.disabled,
html[color-schema='color-beige'] .jq-checkbox.disabled,
html[color-schema='color-beige'] .jq-radio.disabled.checked,
html[color-schema='color-beige'] .jq-checkbox.disabled.checked {
  opacity: .4;
}
html[color-schema='color-beige'] .wrap-check:hover .jq-radio,
html[color-schema='color-beige'] .wrap-check:hover .jq-checkbox,
html[color-schema='color-beige'] .block-douwnload-md .doc-icon:after {
  background-color: #f7f3d6;
  border-color: #4d4b43;
}
html[color-schema='color-beige'] .block-douwnload-md {
  border: 1px solid #4d4b43;
}
html[color-schema='color-beige'] .wrap-check:hover label {
  text-decoration: underline;
  color: #4d4b43;
}
html[color-schema='color-beige'] .disabled + label,
html[color-schema='color-beige'] .disabled.checked + label,
html[color-schema='color-beige'] .wrap-check:hover .disabled + label {
  text-decoration: none;
  color: #4d4b43;
  opacity: .6;
}
html[color-schema='color-beige'] .checked + label,
html[color-schema='color-beige'] .form-group.error label.error {
  color: #4d4b43;
}
html[color-schema='color-brown'] .bg-color {
  color: #a9e44d;
  background-color: #3b2716;
}
html[color-schema='color-brown'] .bg-color.header__bottom-panel {
  border-bottom: 1px solid #a9e44d;
}
html[color-schema='color-brown'] .bg-color .dropdown-menu-header {
  color: #a9e44d;
}
html[color-schema='color-brown'] .bg-color .breadcrumb > li a {
  color: #a9e44d;
}
html[color-schema='color-brown'] .bg-color .breadcrumb > li:after {
  color: #a9e44d;
}
html[color-schema='color-brown'] .soc-tv-card {
  background-color: #604024;
}
html[color-schema='color-brown'] .soc-tv-card:hover {
  -webkit-box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.1);
}
html[color-schema='color-brown'] .soc-tv-card:hover .soc-tv-card__title {
  color: #e20338;
}
html[color-schema='color-brown'] .soc-tv-card__content:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 242, 242, 0)), to(#604024));
  background: -webkit-linear-gradient(top, rgba(241, 242, 242, 0) 0%, #604024 100%);
  background: -o-linear-gradient(top, rgba(241, 242, 242, 0) 0%, #604024 100%);
  background: linear-gradient(to bottom, rgba(241, 242, 242, 0) 0%, #604024 100%);
}
html[color-schema='color-brown'] .seach-block {
  border-bottom: 1px solid #a9e44d;
}
html[color-schema='color-brown'] .seach-block .seach-block__info {
  color: #a9e44d;
}
html[color-schema='color-brown'] .media-category:after,
html[color-schema='color-brown'] .slider-main-indicator {
  background-color: #a9e44d !important;
}
html[color-schema='color-brown'] .widget-mayor__bottom,
html[color-schema='color-brown'] .block-douwnload-md .doc-icon:before,
html[color-schema='color-brown'] .post-list.all_event_closest {
  background-color: #3b2716;
}
html[color-schema='color-brown'] .quote i.top,
html[color-schema='color-brown'] .quote i.bottom,
html[color-schema='color-brown'] .media-category,
html[color-schema='color-brown'] .header__link-home i,
html[color-schema='color-brown'] .link-list-sites i,
html[color-schema='color-brown'] .header__link-portal i,
html[color-schema='color-brown'] .photo-box .icon-arrow-top {
  color: #a9e44d !important;
}
html[color-schema='color-brown'] .list-menu-page .item > span {
  border-color: #a9e44d;
}
html[color-schema='color-brown'] .list-menu-page {
  border: 1px solid #a9e44d;
}
html[color-schema='color-brown'] .block-douwnload-md .doc-icon:before {
  border-top: 15px solid #3b2716;
  border-right: 15px solid #3b2716;
}
html[color-schema='color-brown'] .info-link-block a:hover span,
html[color-schema='color-brown'] .faq-list > li > ul > li > a i,
html[color-schema='color-brown'] .faq-list .item-text-title,
html[color-schema='color-brown'] .main-info-block .title .big {
  color: #a9e44d;
}
html[color-schema='color-brown'] .media-category.news {
  color: #a9e44d !important;
}
html[color-schema='color-brown'] .media-category.news:after {
  background-color: #a9e44d !important;
}
html[color-schema='color-brown'] .aside__list-nav > li > a.active:after,
html[color-schema='color-brown'] .aside__list-nav > li > .item-wrap > a.active:after,
html[color-schema='color-brown'] .aside__list-nav > li > a.parent-active:after,
html[color-schema='color-brown'] .aside__list-nav > li > .item-wrap > a.parent-active:after {
  background-color: #a9e44d !important;
}
html[color-schema='color-brown'] .field-icon-loupe {
  opacity: 1;
}
html[color-schema='color-brown'] .bg-block-sm,
html[color-schema='color-brown'] .border-block-sm,
html[color-schema='color-brown'] .fileupload-list__box .preview,
html[color-schema='color-brown'] .post-list.all_event_closest {
  border: 1px solid #a9e44d;
}
html[color-schema='color-brown'] .box-drop-style,
html[color-schema='color-brown'] .layer-link__title,
html[color-schema='color-brown'] .spoiler-box__content,
html[color-schema='color-brown'] .Zebra_DatePicker .dp_footer,
html[color-schema='color-brown'] .dropdown-menu-header .list-division {
  border-color: #a9e44d;
}
html[color-schema='color-brown'] body,
html[color-schema='color-brown'] .box-drop-style,
html[color-schema='color-brown'] .fileupload-list__box .preview,
html[color-schema='color-brown'] .box-drop-style .sub-text .mark,
html[color-schema='color-brown'] .modal-content,
html[color-schema='color-brown'] .spoiler-box,
html[color-schema='color-brown'] .tab-link-left li.active a {
  background: #3b2716;
}
html[color-schema='color-brown'] .search-result strong,
html[color-schema='color-brown'] .alert-warning {
  background: #a9e44d;
  color: #3b2716;
}
html[color-schema='color-brown'] .blind-text-bg {
  background: #3b2716;
  display: inline;
  color: #a9e44d;
}
html[color-schema='color-brown'] .slider-main__sub-text {
  opacity: 1;
}
html[color-schema='color-brown'] .text-block a:not([class]) {
  border-color: #a9e44d;
}
html[color-schema='color-brown'] .simple-list-nav li a:after,
html[color-schema='color-brown'] .service-pop-banner .left:after,
html[color-schema='color-brown'] .widget-quiz__inner,
html[color-schema='color-brown'] .jq-checkbox.checked .jq-checkbox__div,
html[color-schema='color-brown'] .spoiler-box__carret:before,
html[color-schema='color-brown'] .spoiler-box__carret:after {
  background: #a9e44d;
}
html[color-schema='color-brown'] .news-box__date {
  opacity: 0;
}
html[color-schema='color-brown'] .color-bg-block,
html[color-schema='color-brown'] .btn-delete i,
html[color-schema='color-brown'] .modal-content,
html[color-schema='color-brown'] .text-block table td,
html[color-schema='color-brown'] a .link-color {
  color: #a9e44d !important;
}
html[color-schema='color-brown'] .news-box__bottom {
  background: #3b2716;
  border: 1px solid #a9e44d;
  padding-top: 30px;
}
html[color-schema='color-brown'] .event-box {
  border-color: #a9e44d;
}
html[color-schema='color-brown'] .simple-list-nav,
html[color-schema='color-brown'] .service-pop-banner {
  background: #3b2716;
}
html[color-schema='color-brown'] .two-date:after,
html[color-schema='color-brown'] .mark-tab i.mark-tab__mark {
  background-color: #a9e44d !important;
}
html[color-schema='color-brown'] .map-city .panel-inner:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#3b2716));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #3b2716 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #3b2716 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #3b2716 100%);
}
html[color-schema='color-brown'] .header,
html[color-schema='color-brown'] .bg-brown,
html[color-schema='color-brown'] .bg-light-blue {
  background: #3b2716 !important;
}
html[color-schema='color-brown'] .btn-favorite.favorite {
  background-color: #3b2716;
  color: #a9e44d;
}
html[color-schema='color-brown'] .map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}
html[color-schema='color-brown'] .btn-gamb span,
html[color-schema='color-brown'] .nav-accordion > li:after {
  background: #a9e44d !important;
}
html[color-schema='color-brown'] .pushy {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: 1px solid #a9e44d;
}
html[color-schema='color-brown'] .dropdown-menu-header .dropdown-menu__inner {
  background: #3b2716;
  border-color: #a9e44d;
}
html[color-schema='color-brown'] .faq-list > li > a:hover,
html[color-schema='color-brown'] .faq-list > li.open > a,
html[color-schema='color-brown'] .faq-list > li > ul > li > a:hover,
html[color-schema='color-brown'] .faq-list > li > ul > li > a:hover i {
  color: #a9e44d;
}
html[color-schema='color-brown'] .tab-link-left li.active > a:after {
  background-color: #a9e44d;
}
html[color-schema='color-brown'] .faq-list__category,
html[color-schema='color-brown'] .tab-link-left ul {
  border: 1px solid #a9e44d;
}
html[color-schema='color-brown'] .text-block ul li:before {
  background: #a9e44d;
}
html[color-schema='color-brown'] .structure-tree > li > ul > li > div.item-wrap .name {
  border: 1px solid #a9e44d;
  background-color: #3b2716;
}
html[color-schema='color-brown'] .ya-share2__item:hover .ya-share2__icon {
  color: #a9e44d !important;
  border-color: #a9e44d !important;
}
html[color-schema='color-brown'] .slick-dots li button,
html[color-schema='color-brown'] .dcjq-icon,
html[color-schema='color-brown'] .akk-toggle {
  background-color: #3b2716 !important;
  border-color: #a9e44d !important;
}
html[color-schema='color-brown'] .dcjq-icon:after,
html[color-schema='color-brown'] .dcjq-icon:before,
html[color-schema='color-brown'] .akk-toggle:before,
html[color-schema='color-brown'] .akk-toggle:after {
  background-color: #a9e44d !important;
}
html[color-schema='color-brown'] .structure-tree > li > div.item-wrap .name {
  background-color: #3b2716;
  border: 1px solid #a9e44d;
}
html[color-schema='color-brown'] .calendar#main-calendar-widget .day.has-event .day-content,
html[color-schema='color-brown'] .bootstrap-select.btn-group .dropdown-menu li small.text-muted {
  background-color: #3b2716;
  border: 1px solid #a9e44d;
  color: #a9e44d;
}
html[color-schema='color-brown'] .calendar--prev-arrow:hover,
html[color-schema='color-brown'] .calendar--next-arrow:hover {
  border-color: #a9e44d;
  color: #a9e44d;
}
html[color-schema='color-brown'] #map-svg path.active {
  fill: #a9e44d !important;
}
html[color-schema='color-brown'] .header-nav i,
html[color-schema='color-brown'] .tab-link-left li.active a {
  color: #a9e44d !important;
}
html[color-schema='color-brown'][img-display='hide'] .wrap-media-video .video-preview,
html[color-schema='color-brown'][img-display='hide'] .media-photo-preview__img {
  background: #3b2716 !important;
  background-image: none !important;
  opacity: 1;
}
html[color-schema='color-brown'][img-display='hide'] .media-photo-preview__title {
  background: transparent;
}
html[color-schema='color-brown'] .faq-list > li > ul > li {
  border: 1px solid #a9e44d;
}
html[color-schema='color-brown'] .layer-top.panel-full:after {
  display: none;
}
html[color-schema='color-brown'] .btn-collapsed,
html[color-schema='color-brown'] .well,
html[color-schema='color-brown'] .bg-text-box,
html[color-schema='color-brown'] .spoiler-box,
html[color-schema='color-brown'] .bg-text-box.bg-gray {
  border: 1px solid #a9e44d !important;
}
html[color-schema='color-brown'] .faq-list > li > ul > li.open a:after,
html[color-schema='color-brown'] .faq-list > li > ul > li.open > a:hover:after {
  background: #3b2716;
  border-bottom: 1px solid #a9e44d;
}
html[color-schema='color-brown'] body {
  color: #a9e44d;
  background-color: #3b2716;
}
html[color-schema='color-brown'] .bg-gray-light,
html[color-schema='color-brown'] .bg-base,
html[color-schema='color-brown'] .bg-gray,
html[color-schema='color-brown'] .bg-gray-color,
html[color-schema='color-brown'] .bg-gray-dark,
html[color-schema='color-brown'] .bg-gray-0,
html[color-schema='color-brown'] .page-layer,
html[color-schema='color-brown'] .layer-top,
html[color-schema='color-brown'] .bg-gray-dark-2,
html[color-schema='color-brown'] .post-list.event_closest,
html[color-schema='color-brown'] .bg-text-box.bg-gray {
  background-color: #3b2716 !important;
}
html[color-schema='color-brown'] .docs-preview__box--inner:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#3b2716), to(#3b2716));
  background: -webkit-linear-gradient(top, #3b2716 0%, #3b2716 100%);
  background: -o-linear-gradient(top, #3b2716 0%, #3b2716 100%);
  background: linear-gradient(to bottom, #3b2716 0%, #3b2716 100%);
}
html[color-schema='color-brown'] .close {
  opacity: 1;
}
html[color-schema='color-brown'] .dropdown-menu,
html[color-schema='color-brown'] .media-block .tabs-nav-wrap .nav-tabs > li.active:hover > a,
html[color-schema='color-brown'] .media-block .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-schema='color-brown'] .table-tender__item,
html[color-schema='color-brown'] .email-list--top li,
html[color-schema='color-brown'] .header__search-form .bootstrap-select,
html[color-schema='color-brown'] .two-date:hover input.form-control {
  border-color: #a9e44d !important;
}
html[color-schema='color-brown'] .Zebra_DatePicker,
html[color-schema='color-brown'] .Zebra_DatePicker .dp_header,
html[color-schema='color-brown'] .Zebra_DatePicker .dp_daypicker td,
html[color-schema='color-brown'] .Zebra_DatePicker .dp_daypicker th,
html[color-schema='color-brown'] .Zebra_DatePicker .dp_monthpicker td,
html[color-schema='color-brown'] .Zebra_DatePicker .dp_monthpicker th,
html[color-schema='color-brown'] .Zebra_DatePicker .dp_yearpicker td,
html[color-schema='color-brown'] .Zebra_DatePicker .dp_yearpicker th,
html[color-schema='color-brown'] .Zebra_DatePicker .dp_timepicker td,
html[color-schema='color-brown'] .Zebra_DatePicker .dp_timepicker th {
  background-color: #3b2716;
  color: #a9e44d !important;
  border-color: #a9e44d !important;
}
html[color-schema='color-brown'] .Zebra_DatePicker table td.dp_disabled,
html[color-schema='color-brown'] .Zebra_DatePicker table td.dp_not_in_month,
html[color-schema='color-brown'] .Zebra_DatePicker table td.dp_not_in_month_selectable {
  opacity: .4;
}
html[color-schema='color-brown'] .Zebra_DatePicker .dp_header td,
html[color-schema='color-brown'] .Zebra_DatePicker .dp_header .dp_previous span:before,
html[color-schema='color-brown'] .Zebra_DatePicker .dp_header .dp_next span:before,
html[color-schema='color-brown'] .Zebra_DatePicker .dp_header .dp_prev span:before {
  color: #a9e44d;
}
html[color-schema='color-brown'] .popover {
  color: #a9e44d;
  background-color: #3b2716;
  border-color: #a9e44d !important;
}
html[color-schema='color-brown'] .popover.bottom > .arrow {
  border-bottom-color: #a9e44d !important;
}
html[color-schema='color-brown'] .popover.bottom > .arrow:after {
  border-bottom-color: #3b2716;
}
html[color-schema='color-brown'] .ya-share2__item .ya-share2__icon,
html[color-schema='color-brown'] .ya-share2__item:hover .ya-share2__icon {
  color: #a9e44d;
  border-color: #a9e44d;
}
html[color-schema='color-brown'] .header__top-panel {
  border-bottom: 1px solid #a9e44d;
  border-top: 1px solid #a9e44d;
}
html[color-schema='color-brown'] .header {
  border-bottom: 1px solid #a9e44d;
}
html[color-schema='color-brown'] .block-douwnload-md .doc-icon {
  border-right: 1px solid #a9e44d;
}
html[color-schema='color-brown'] .form-group--placeholder-fix.placeholder-fix-textarea label.placeholder {
  -webkit-box-shadow: none;
          box-shadow: none;
}
html[color-schema='color-brown'] .bg-box,
html[color-schema='color-brown'] .doc-text {
  border: 1px solid #a9e44d;
}
html[color-schema='color-brown'] .page-layer:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#3b2716), to(#3b2716));
  background: -webkit-linear-gradient(top, #3b2716 0%, #3b2716 100%);
  background: -o-linear-gradient(top, #3b2716 0%, #3b2716 100%);
  background: linear-gradient(to bottom, #3b2716 0%, #3b2716 100%);
}
html[color-schema='color-brown'] .text-white,
html[color-schema='color-brown'] .text-max-light,
html[color-schema='color-brown'] .text-md,
html[color-schema='color-brown'] .text-base,
html[color-schema='color-brown'] .text-light,
html[color-schema='color-brown'] .text-dark,
html[color-schema='color-brown'] .text-black,
html[color-schema='color-brown'] .text-gray,
html[color-schema='color-brown'] .header__widget-list > li > a,
html[color-schema='color-brown'] .header__widget-list > li > a i,
html[color-schema='color-brown'] .header-nav > li a:hover,
html[color-schema='color-brown'] .header-nav > li > a.active,
html[color-schema='color-brown'] a.media-tab-ell:hover,
html[color-schema='color-brown'] a.media-tab-ell:hover .media-play-btn,
html[color-schema='color-brown'] a.media-tab-ell:hover .media-play-btn i,
html[color-schema='color-brown'] .tabs-container__content li a,
html[color-schema='color-brown'] .footer__send-wrong i,
html[color-schema='color-brown'] .footer__net-list a,
html[color-schema='color-brown'] .footer__net-list a:hover,
html[color-schema='color-brown'] .footer .copyright i,
html[color-schema='color-brown'] .header__link-home i,
html[color-schema='color-brown'] .link-list-sites i,
html[color-schema='color-brown'] .rate_star:after,
html[color-schema='color-brown'] .rate_star.checked:after,
html[color-schema='color-brown'] .header-nav > li.active a,
html[color-schema='color-brown'] .rate_star.over:after,
html[color-schema='color-brown'] input.form-control,
html[color-schema='color-brown'] textarea.form-control,
html[color-schema='color-brown'] .rss-link,
html[color-schema='color-brown'] .text-prime,
html[color-schema='color-brown'] .close,
html[color-schema='color-brown'] .header__link-home,
html[color-schema='color-brown'] .link-list-sites,
html[color-schema='color-brown'] .breadcrumb .home:after,
html[color-schema='color-brown'] .color,
html[color-schema='color-brown'] .form-group--placeholder-fix .placeholder,
html[color-schema='color-brown'] .breadcrumb > li a,
html[color-schema='color-brown'] .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-schema='color-brown'] .tabs-nav-wrap .nav-tabs > li:hover > a,
html[color-schema='color-brown'] .page-content,
html[color-schema='color-brown'] .header-nav > li.open > a,
html[color-schema='color-brown'] .icon-text-light,
html[color-schema='color-brown'] .text-max-light-2,
html[color-schema='color-brown'] .color-blue {
  color: #a9e44d !important;
}
html[color-schema='color-brown'] .bg-box .text-white {
  background-color: #3b2716;
  padding: 3px;
}
html[color-schema='color-brown'] a:hover,
html[color-schema='color-brown'] a:focus,
html[color-schema='color-brown'] a:active {
  text-decoration: underline;
}
html[color-schema='color-brown'] .play-button,
html[color-schema='color-brown'] .play-button:hover {
  border-color: transparent transparent transparent #a9e44d;
}
html[color-schema='color-brown'] .color-bg-block,
html[color-schema='color-brown'] .tabs-container__content,
html[color-schema='color-brown'] .tabs-container__content li a,
html[color-schema='color-brown'] input.form-control,
html[color-schema='color-brown'] textarea.form-control,
html[color-schema='color-brown'] .rss-link {
  background-color: #3b2716;
}
html[color-schema='color-brown'] a.link-bg-color,
html[color-schema='color-brown'] .border-block-sm {
  border: 1px solid #a9e44d;
}
html[color-schema='color-brown'] a.link-bg-color,
html[color-schema='color-brown'] .border-block-sm,
html[color-schema='color-brown'] a.link-bg-color:hover,
html[color-schema='color-brown'] .border-block-sm:hover,
html[color-schema='color-brown'] a.link-bg-color:focus,
html[color-schema='color-brown'] .border-block-sm:focus,
html[color-schema='color-brown'] a.link-bg-color:active,
html[color-schema='color-brown'] .border-block-sm:active {
  background-color: #3b2716;
  color: #a9e44d;
}
html[color-schema='color-brown'] .wrap-media-video:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#3b2716));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #3b2716 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #3b2716 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #3b2716 100%);
}
html[color-schema='color-brown'] .list-services__item,
html[color-schema='color-brown'] .list-services__item:hover,
html[color-schema='color-brown'] .list-services__item:focus,
html[color-schema='color-brown'] .list-services__item:active {
  border-color: #a9e44d;
  color: #a9e44d;
}
html[color-schema='color-brown'] .list-services__item span,
html[color-schema='color-brown'] .list-services__item:hover span,
html[color-schema='color-brown'] .list-services__item:focus span,
html[color-schema='color-brown'] .list-services__item:active span {
  color: inherit;
}
html[color-schema='color-brown'] .list-services__item i,
html[color-schema='color-brown'] .list-services__item:hover i,
html[color-schema='color-brown'] .list-services__item:focus i,
html[color-schema='color-brown'] .list-services__item:active i {
  color: #a9e44d;
}
html[color-schema='color-brown'] a,
html[color-schema='color-brown'] .a {
  color: #a9e44d;
}
html[color-schema='color-brown'] a.link-color:hover,
html[color-schema='color-brown'] .a.link-color:hover,
html[color-schema='color-brown'] a.link-color:focus,
html[color-schema='color-brown'] .a.link-color:focus,
html[color-schema='color-brown'] a.link-color:active,
html[color-schema='color-brown'] .a.link-color:active,
html[color-schema='color-brown'] a.link-color.active,
html[color-schema='color-brown'] .a.link-color.active {
  text-decoration: underline;
  color: #a9e44d;
}
html[color-schema='color-brown'] a.link-color:hover,
html[color-schema='color-brown'] .a.link-color:hover,
html[color-schema='color-brown'] a.link-color:focus,
html[color-schema='color-brown'] .a.link-color:focus,
html[color-schema='color-brown'] a.link-color:active,
html[color-schema='color-brown'] .a.link-color:active,
html[color-schema='color-brown'] a.link-color.active,
html[color-schema='color-brown'] .a.link-color.active,
html[color-schema='color-brown'] a.link-color:hover i,
html[color-schema='color-brown'] .a.link-color:hover i,
html[color-schema='color-brown'] a.link-color:focus i,
html[color-schema='color-brown'] .a.link-color:focus i,
html[color-schema='color-brown'] a.link-color:active i,
html[color-schema='color-brown'] .a.link-color:active i,
html[color-schema='color-brown'] a.link-color.active i,
html[color-schema='color-brown'] .a.link-color.active i {
  color: #a9e44d;
}
html[color-schema='color-brown'] a:hover,
html[color-schema='color-brown'] .a:hover,
html[color-schema='color-brown'] a:focus,
html[color-schema='color-brown'] .a:focus,
html[color-schema='color-brown'] a:active,
html[color-schema='color-brown'] .a:active,
html[color-schema='color-brown'] a.active,
html[color-schema='color-brown'] .a.active {
  color: #a9e44d;
  text-decoration: underline;
}
html[color-schema='color-brown'] .active > .link-color,
html[color-schema='color-brown'] .Zebra_DatePicker_Icon,
html[color-schema='color-brown'] .Zebra_DatePicker table td.dp_current,
html[color-schema='color-brown'] .Zebra_DatePicker .dp_footer td.dp_today,
html[color-schema='color-brown'] .Zebra_DatePicker .dp_footer td.dp_clear,
html[color-schema='color-brown'] .Zebra_DatePicker .dp_header td.dp_hover,
html[color-schema='color-brown'] .Zebra_DatePicker .dp_daypicker th,
html[color-schema='color-brown'] .spoiler-box:hover .spoiler-box__btn,
html[color-schema='color-brown'] .spoiler-box .spoiler-box__btn,
html[color-schema='color-brown'] .spoiler-box p,
html[color-schema='color-brown'] .spoiler-box,
html[color-schema='color-brown'] .text-gray-nn {
  color: #a9e44d;
}
html[color-schema='color-brown'] .spoiler-box:hover .spoiler-box__carret,
html[color-schema='color-brown'] .spoiler-box .spoiler-box__carret,
html[color-schema='color-brown'] .border-block-sm,
html[color-schema='color-brown'] .bg-block-sm--border {
  border-color: #a9e44d !important;
}
html[color-schema='color-brown'] .border-block-sm,
html[color-schema='color-brown'] .bg-block-sm--border {
  -webkit-box-shadow: none;
          box-shadow: none;
}
html[color-schema='color-brown'] .Zebra_DatePicker table td.dp_hover,
html[color-schema='color-brown'] .Zebra_DatePicker table td.dp_selected,
html[color-schema='color-brown'] .spoiler-box .spoiler-box__carret:before,
html[color-schema='color-brown'] .spoiler-box__carret:after {
  background-color: #3b2716 !important;
}
html[color-schema='color-brown'] .btn.btn-collapsed i,
html[color-schema='color-brown'] .service-pop-preview .icon:before {
  color: #a9e44d !important;
}
html[color-schema='color-brown'] .media-tab-ell .news-title:before {
  -webkit-box-shadow: 0 10px 30px 25px #3b2716;
          box-shadow: 0 10px 30px 25px #3b2716;
}
html[color-schema='color-brown'] .header-nav > li > a:after,
html[color-schema='color-brown'] .aside__list-nav > li.active > a:after,
html[color-schema='color-brown'] .news-prime-blok__hr {
  background-color: #a9e44d;
}
html[color-schema='color-brown'] .custom-pagination li a,
html[color-schema='color-brown'] .custom-pagination li span {
  color: #a9e44d !important;
  border-color: #a9e44d !important;
  background-color: #3b2716 !important;
}
html[color-schema='color-brown'] .dropdown-menu > li > a {
  color: #a9e44d !important;
  background-color: #3b2716 !important;
}
html[color-schema='color-brown'] .dropdown-menu > li > a:after,
html[color-schema='color-brown'] .block-douwnload-md .doc-icon-bg {
  background-color: #a9e44d !important;
}
html[color-schema='color-brown'] .tabs-nav-wrap,
html[color-schema='color-brown'] .border-top,
html[color-schema='color-brown'] .tabs-nav-wrap .nav-tabs > li.active > a,
html[color-schema='color-brown'] .tabs-nav-wrap .nav-tabs > li:hover > a,
html[color-schema='color-brown'] .layer-link--map,
html[color-schema='color-brown'] .header__bottom-panel,
html[color-schema='color-brown'] #media_content_all .media-tab-ell,
html[color-schema='color-brown'] .media-tab-ell,
html[color-schema='color-brown'] .tabs-container__content,
html[color-schema='color-brown'] .footer__send-wrong i,
html[color-schema='color-brown'] input.form-control,
html[color-schema='color-brown'] textarea.form-control,
html[color-schema='color-brown'] .rss-link,
html[color-schema='color-brown'] textarea.form-control:hover,
html[color-schema='color-brown'] input.form-control:hover,
html[color-schema='color-brown'] .aside__list-nav,
html[color-schema='color-brown'] .border-block,
html[color-schema='color-brown'] .block-douwnload-md,
html[color-schema='color-brown'] .post-list {
  border-color: #a9e44d !important;
}
html[color-schema='color-brown'] .btn,
html[color-schema='color-brown'] .jq-file__browse,
html[color-schema='color-brown'] .btn:focus,
html[color-schema='color-brown'] .jq-file__browse:focus,
html[color-schema='color-brown'] .btn:hover,
html[color-schema='color-brown'] .jq-file__browse:hover,
html[color-schema='color-brown'] .btn:active,
html[color-schema='color-brown'] .jq-file__browse:active,
html[color-schema='color-brown'] .btn.active,
html[color-schema='color-brown'] .jq-file__browse.active,
html[color-schema='color-brown'] .btn.focus,
html[color-schema='color-brown'] .jq-file__browse.focus {
  background-color: #3b2716 !important;
  border-color: #a9e44d !important;
  color: #a9e44d !important;
}
html[color-schema='color-brown'] .btn:hover,
html[color-schema='color-brown'] .jq-file__browse:hover {
  text-decoration: underline;
}
html[color-schema='color-brown'] .section {
  border-bottom: 1px solid #a9e44d !important;
  margin: 0 !important;
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
html[color-schema='color-brown'] .section.main-section--list-nav {
  padding-top: 15px !important;
}
html[color-schema='color-brown'] .footer {
  border-top: 1px solid #a9e44d !important;
}
html[color-schema='color-brown'] ::-webkit-input-placeholder,
html[color-schema='color-brown'] .custom-pagination li a:hover,
html[color-schema='color-brown'] .custom-pagination li.active a {
  color: #a9e44d;
}
html[color-schema='color-brown'] ::-moz-placeholder,
html[color-schema='color-brown'] .custom-pagination li a:hover,
html[color-schema='color-brown'] .custom-pagination li.active a {
  color: #a9e44d;
}
html[color-schema='color-brown'] ::placeholder,
html[color-schema='color-brown'] .custom-pagination li a:hover,
html[color-schema='color-brown'] .custom-pagination li.active a {
  color: #a9e44d;
}
html[color-schema='color-brown'] .docs-preview__box--inner:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#3b2716), to(#3b2716));
  background: -webkit-linear-gradient(top, #3b2716 0%, #3b2716 100%);
  background: -o-linear-gradient(top, #3b2716 0%, #3b2716 100%);
  background: linear-gradient(to bottom, #3b2716 0%, #3b2716 100%);
}
html[color-schema='color-brown'] .form-group--placeholder-fix.placeholder-fix-textarea label.placeholder {
  background-color: #3b2716;
}
html[color-schema='color-brown'] .calendar--prev-arrow,
html[color-schema='color-brown'] .calendar--next-arrow,
html[color-schema='color-brown'] .tag,
html[color-schema='color-brown'] .tags-list a,
html[color-schema='color-brown'] .tag:hover,
html[color-schema='color-brown'] .tags-list a:hover,
html[color-schema='color-brown'] .tag:focus,
html[color-schema='color-brown'] .tags-list a:focus {
  background-color: #3b2716;
  border-color: #a9e44d;
  color: #a9e44d;
}
html[color-schema='color-brown'] .calendar#main-calendar-widget .event {
  background-color: #3b2716;
}
html[color-schema='color-brown'] .dropdown-menu > li > a {
  color: #a9e44d;
}
html[color-schema='color-brown'] .dropdown-menu > li > a:hover,
html[color-schema='color-brown'] .dropdown-menu > li > a:focus {
  background-color: #3b2716;
  color: #a9e44d;
}
html[color-schema='color-brown'] .jq-radio,
html[color-schema='color-brown'] .jq-checkbox,
html[color-schema='color-brown'] .jq-radio.checked,
html[color-schema='color-brown'] .jq-checkbox.checked {
  background-color: #3b2716;
  border-color: #a9e44d;
}
html[color-schema='color-brown'] .jq-radio.disabled,
html[color-schema='color-brown'] .jq-checkbox.disabled,
html[color-schema='color-brown'] .jq-radio.disabled.checked,
html[color-schema='color-brown'] .jq-checkbox.disabled.checked {
  opacity: .4;
}
html[color-schema='color-brown'] .wrap-check:hover .jq-radio,
html[color-schema='color-brown'] .wrap-check:hover .jq-checkbox,
html[color-schema='color-brown'] .block-douwnload-md .doc-icon:after {
  background-color: #3b2716;
  border-color: #a9e44d;
}
html[color-schema='color-brown'] .block-douwnload-md {
  border: 1px solid #a9e44d;
}
html[color-schema='color-brown'] .wrap-check:hover label {
  text-decoration: underline;
  color: #a9e44d;
}
html[color-schema='color-brown'] .disabled + label,
html[color-schema='color-brown'] .disabled.checked + label,
html[color-schema='color-brown'] .wrap-check:hover .disabled + label {
  text-decoration: none;
  color: #a9e44d;
  opacity: .6;
}
html[color-schema='color-brown'] .checked + label,
html[color-schema='color-brown'] .form-group.error label.error {
  color: #a9e44d;
}
/* миксин для шрифта в rem */
.indent-col-9 {
  padding-left: 7px;
  padding-right: 7px;
}
.indent-col-9 .col-lg-1,
.indent-col-9 .col-lg-10,
.indent-col-9 .col-lg-11,
.indent-col-9 .col-lg-12,
.indent-col-9 .col-lg-2,
.indent-col-9 .col-lg-3,
.indent-col-9 .col-lg-4,
.indent-col-9 .col-lg-5,
.indent-col-9 .col-lg-6,
.indent-col-9 .col-lg-7,
.indent-col-9 .col-lg-8,
.indent-col-9 .col-lg-9,
.indent-col-9 .col-md-1,
.indent-col-9 .col-md-10,
.indent-col-9 .col-md-11,
.indent-col-9 .col-md-12,
.indent-col-9 .col-md-2,
.indent-col-9 .col-md-3,
.indent-col-9 .col-md-4,
.indent-col-9 .col-md-5,
.indent-col-9 .col-md-6,
.indent-col-9 .col-md-7,
.indent-col-9 .col-md-8,
.indent-col-9 .col-md-9,
.indent-col-9 .col-sm-1,
.indent-col-9 .col-sm-10,
.indent-col-9 .col-sm-11,
.indent-col-9 .col-sm-12,
.indent-col-9 .col-sm-2,
.indent-col-9 .col-sm-3,
.indent-col-9 .col-sm-4,
.indent-col-9 .col-sm-5,
.indent-col-9 .col-sm-6,
.indent-col-9 .col-sm-7,
.indent-col-9 .col-sm-8,
.indent-col-9 .col-sm-9,
.indent-col-9 .col-xs-1,
.indent-col-9 .col-xs-10,
.indent-col-9 .col-xs-11,
.indent-col-9 .col-xs-12,
.indent-col-9 .col-xs-2,
.indent-col-9 .col-xs-3,
.indent-col-9 .col-xs-4,
.indent-col-9 .col-xs-5,
.indent-col-9 .col-xs-6,
.indent-col-9 .col-xs-7,
.indent-col-9 .col-xs-8,
.indent-col-9 .col-xs-9 {
  padding-left: 9px;
  padding-right: 9px;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}
body {
  font-family: 'GOSTUI2';
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  color: #231f20;
  padding: 0;
  line-height: 1.31;
  overflow-y: scroll;
  background-color: #ffffff;
}
.main {
  float: left;
  width: 66.66666667%;
}
.main.main--main-page {
  float: none;
  padding-right: 0;
  padding-top: 0px;
  width: 100%;
}
.main--no-aside {
  width: 100%;
  padding-right: 0;
}
@media (min-width: 768px) {
  .main {
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .main {
    padding-right: 50px;
  }
}
@media (min-width: 1280px) {
  .main {
    padding-right: 0px;
  }
}
.main-section--list-nav {
  margin-bottom: 15px;
}
/* aside */
.main-aside {
  float: right;
}
.aside {
  position: relative;
  max-width: 320px;
  float: right;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 33.33333333%;
}
.aside__buttons-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.aside__buttons-top > .btn,
.aside__buttons-top > div {
  width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.aside__buttons-top > div:last-child {
  width: auto;
}
.aside__buttons-top .btn {
  min-width: 0;
  border-left-width: 0;
  border-radius: 0;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0 !important;
}
.aside__buttons-top .btn.btn-favorite {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 54px;
}
.aside__buttons-top .btn i {
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.aside__buttons-top .btn-favorite i {
  margin-right: 0;
}
.aside__buttons-top > .btn:first-child {
  border-left-width: 1px;
}
.aside p {
  margin-bottom: 5px;
}
.aside__box {
  margin-bottom: 28px;
}
.aside__box > p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.aside__box.aside__buttons-top {
  margin-bottom: 27px;
}
.aside .aside-link-photo {
  display: block;
}
.aside .aside-link-photo .name {
  font-weight: 500;
}
.aside div.aside-link-photo .text-arrow-right i {
  display: none;
}
.aside__box-photo {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.aside__box-photo .photo-wrap {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}
.aside__box-photo .photo-wrap img {
  width: 100%;
  height: auto;
}
.aside__list-nav {
  padding: 0;
  border-left: 1px solid #d5dae0;
  list-style: none;
}
.aside__list-nav,
.aside__list-nav ul {
  padding-left: 25px;
}
.aside__list-nav ul {
  display: none;
}
.aside__list-nav a {
  position: relative;
  display: block;
  padding: 12px 0 12px;
  line-height: 1.2;
}
.aside__list-nav > li > ul > li > ul a {
  font-weight: 400;
  padding: 8px 0 8px;
}
.aside__list-nav > li > ul a:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #c7c7c7;
  font-size: 10px;
  position: absolute;
  left: -25px;
  top: 14px;
}
.aside__list-nav > li > ul > li > ul a:before {
  top: 10px;
}
.aside__list-nav > li > ul a {
  font-weight: 500;
}
.aside__list-nav > li > a,
.aside__list-nav > li > .item-wrap a {
  padding: 18px 0 18px;
  font-weight: 500;
}
.aside__list-nav > li > ul {
  font-size: 15px;
  font-size: 1.5rem;
  padding-bottom: 25px;
}
.aside__list-nav > li > ul a {
  display: block;
}
.aside__list-nav .item-wrap {
  position: relative;
  padding-right: 50px;
}
.aside__list-nav .active > .item-wrap > .akk-toggle:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.aside__list-nav > li {
  position: relative;
  width: 100%;
  display: block;
}
.aside__list-nav > li:after {
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  content: '';
  background: #e6e7e8;
}
.aside__list-nav > li:last-child:after {
  display: none;
}
.aside__list-nav .akk-toggle {
  left: auto;
  right: 0px;
  top: 50%;
  margin-top: -12px;
  bottom: auto;
}
.aside__list-nav > li > a.active:after,
.aside__list-nav > li > .item-wrap > a.active:after,
.aside__list-nav > li > a.parent-active:after,
.aside__list-nav > li > .item-wrap > a.parent-active:after {
  content: '';
  position: absolute;
  left: -25px;
  top: 0;
  background-color: #0575bc;
  height: 100%;
  width: 4px;
}
.aside-nav__title {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: 500;
  display: none;
}
.post-content {
  margin-bottom: 30px;
}
/* img-favorite (aside) */
.img-favorite {
  position: relative;
  margin-bottom: 48px;
  margin-top: 25px;
}
.img-favorite:after {
  content: '';
  bottom: 0;
  width: 100%;
  position: absolute;
  left: 0;
  display: block;
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
/* aside-user-header */
.aside-user-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.aside-user-header__inner {
  padding-top: 17px;
  padding-bottom: 18px;
  position: relative;
  min-height: 20px;
  padding-left: 40px;
  display: block;
  font-weight: 600;
}
.aside-user-header i {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -13px;
  height: 26px;
  width: 26px;
  font-size: 26px;
}
/* Выездные слои */
body.page-layer-open {
  overflow: hidden;
  background-color: #f1f2f2;
}
.page-layer {
  position: fixed;
  z-index: 800000000;
  top: -120%;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.5s;
       -o-transition: -o-transform 0.5s;
          transition: transform 0.5s;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background: #ffffff;
  z-index: 1000;
}
.page-layer:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 100;
  height: 50px;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.page-layer__inner {
  opacity: 0;
  padding-bottom: 40px;
  -webkit-transition: opacity .5s;
       -o-transition: opacity .5s;
          transition: opacity .5s;
  width: 100%;
  position: absolute;
  top: 151px;
  overflow-y: scroll;
  left: 0;
  bottom: 10px;
  right: 0;
  padding-bottom: 30px;
  padding-top: 70px;
}
.page-layer.open {
  pointer-events: auto;
  -webkit-transform: translate3d(0, 120%, 0);
          transform: translate3d(0, 120%, 0);
}
.page-layer.open .page-layer__inner {
  opacity: 1;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
  z-index: 10;
}
.page-layer__header {
  background-color: #f8f8f8;
  padding: 60px 0;
  margin-bottom: 100px;
}
.page-layer__title {
  font-size: 1.5em;
  padding-right: 50px;
  position: relative;
  min-height: 26px;
  font-weight: 500;
}
.layer-top__header {
  position: relative;
  z-index: 1;
}
.layer-top__header .header__search-form-wrap {
  margin-top: 42px;
}
.search__nav-top .tabs-nav-wrap {
  display: none;
}
.search__nav-top .header__search-form-header {
  padding-right: 0 !important;
}
/* выездные слои */
.layer-top {
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f1f2f2;
  padding-top: 20px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.layer-top.panel-search {
  overflow: visible;
}
.layer-top.panel-search .title {
  min-height: 45px;
}
.layer-top.panel-search.open {
  z-index: 50;
}
.layer-top.panel-search .tabs-nav-wrap {
  display: none;
}
.layer-top.panel-full {
  height: -webkit-calc(100vh - 140px);
  height: calc(100vh - 140px);
  padding-top: 0px;
}
.layer-top.panel-full .layer-top__bottom {
  margin-top: 60px;
}
.layer-top__inner {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.layer-top__header {
  position: relative;
  padding-right: 115px;
}
.layer-top__header .close-top-layer {
  top: 0;
}
.layer-top__header .title {
  margin-top: 0;
  margin-bottom: 0;
}
.layer-top__bottom {
  margin-top: 25px;
}
.layer-top.panel-small {
  height: 385px;
}
.layer-top.panel-full:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 100;
  height: 50px;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(top, rgba(247, 249, 252, 0) 0%, #f7f9fc 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 249, 252, 0)), to(#f7f9fc));
  background: -o-linear-gradient(top, rgba(247, 249, 252, 0) 0%, #f7f9fc 100%);
  background: linear-gradient(to bottom, rgba(247, 249, 252, 0) 0%, #f7f9fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f7f9fc', endColorstr='#f1f2f2', GradientType=0);
}
.layer-top .part-anim {
  opacity: 0;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
       -o-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: -webkit-transform 0.3s ease-out 0.8s, opacity 0.2s linear 0s;
       -o-transition: -o-transform 0.3s ease-out 0.8s, opacity 0.2s linear 0s;
          transition: transform 0.3s ease-out 0.8s, opacity 0.2s linear 0s;
}
.layer-top.open {
  z-index: 2;
  display: block;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}
.layer-top.open .part-anim {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.4s linear;
       -o-transition: -o-transform 0.3s ease-out, opacity 0.4s linear;
          transition: transform 0.3s ease-out, opacity 0.4s linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.layer-top.open .part-anim.part-anim-1 {
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}
.layer-top.open .part-anim.part-anim-2 {
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}
.layer-top.open .part-anim.part-anim-3 {
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
}
.layer-top.open .part-anim.part-anim-4 {
  -webkit-transition-delay: .10s;
       -o-transition-delay: .10s;
          transition-delay: .10s;
}
.layer-top.open .part-anim.part-anim-5 {
  -webkit-transition-delay: .12s;
       -o-transition-delay: .12s;
          transition-delay: .12s;
}
.layer-top-open {
  overflow: hidden;
}
.layer-top-open:not(.open-panel-small) {
  background-color: #f1f2f2;
}
.layer-top-open .header {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
  margin-bottom: 0px;
  padding-top: -webkit-calc(100vh - 140px);
  padding-top: calc(100vh - 140px);
}
.layer-top-open.open-panel-small {
  overflow: auto;
}
.layer-top-open.open-panel-small .header {
  padding-top: 385px;
}
/* panel-blind */
.panel-blind .layer-top__bottom {
  margin-top: 40px;
}
.panel-blind__tablet-info {
  display: none;
  margin-top: 20px;
}
.panel-blind__setting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 25px;
}
.panel-blind__box {
  margin-right: 85px;
}
.panel-blind__box:last-child {
  margin-right: 0;
}
.panel-blind .setting-box {
  font-size: 0;
  margin-bottom: 30px;
}
.panel-blind .setting-box .btn:last-child {
  margin-right: 0;
}
.panel-blind .setting-box .title {
  font-size: 18px;
  min-height: 35px;
}
.panel-blind .setting-box .btn.color-black {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.panel-blind .setting-box .btn.color-white {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.panel-blind .setting-box .btn.color-blue {
  background-color: #9dd1ff !important;
  color: #063462 !important;
}
.panel-blind .setting-box .btn.color-beige {
  background-color: #f7f3d6 !important;
  color: #4d4b43 !important;
}
.panel-blind .setting-box .btn.color-brown {
  background-color: #3b2716 !important;
  color: #a9e44d !important;
}
.panel-blind .setting-box .btn-font.size-sm {
  font-size: 16px;
}
.panel-blind .setting-box .btn-font.size-md {
  font-size: 22px;
}
.panel-blind .setting-box .btn-font.size-lg {
  font-size: 30px;
}
.panel-blind .setting-box .btn-kerning.size-sm {
  letter-spacing: 0;
}
.panel-blind .setting-box .btn-kerning.size-md {
  letter-spacing: 2px;
}
.panel-blind .setting-box .btn-kerning.size-lg {
  letter-spacing: 5px;
}
.panel-blind .setting-box .btn {
  height: 50px;
  padding: 5px 18px;
  line-height: 35px;
  white-space: nowrap;
  border-width: 3px;
  min-width: 50px;
  margin-right: 10px;
  font-size: 16px;
}
.panel-blind .setting-box .btn-garniture,
.panel-blind .setting-box .btn-kerning,
.panel-blind .setting-box .btn-img {
  min-width: 140px;
}
.panel-blind .setting-box .btn-color,
.panel-blind .setting-box .btn-font {
  width: 50px;
  min-width: 0;
  padding-right: 5px;
  padding-left: 5px;
}
.panel-blind .setting-box .default-site-version {
  width: 100%;
  min-width: 250px;
}
.btn-black-border {
  border: 3px solid #000000;
  color: #000000;
}
.btn-black-border:hover,
.btn-black-border.focus,
.btn-black-border.active,
.btn-black-border.active:hover,
.btn-black-border.active:focus,
.btn-black-border:focus {
  border-color: #0575bc;
  color: #000000;
}
.btn-black {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.active,
.btn-black.active:hover,
.btn-black.active:focus,
.btn-black:focus {
  border-color: #0575bc;
  background-color: #0575bc;
  color: #ffffff;
}
/* svg-map */
.map-section {
  position: relative;
  z-index: 10;
}
.map-wrap {
  position: relative;
  width: 100%;
  margin: 0;
  top: -40px;
  margin-bottom: -40px;
}
.map-svg svg {
  max-width: 100%;
  overflow: hidden;
}
#map-bubble {
  position: absolute;
}
@media (max-width: 767px) {
  #map-bubble {
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}
#map-bubble .regiontitle {
  font-weight: 500;
}
#map-bubble .regiontitle {
  padding: 8px 25px 10px;
}
.map-wrap #info-wind {
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
  position: absolute;
  right: 50px;
  top: 140px;
  width: 100%;
  max-width: 480px;
  padding: 45px 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 30px 0px rgba(1, 46, 154, 0.15);
          box-shadow: 0 3px 30px 0px rgba(1, 46, 154, 0.15);
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
       -o-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.map-wrap #info-wind .wind-sub {
  font-weight: 500;
  margin-top: 20px;
}
.map-wrap #info-wind .wind-link {
  margin-top: 30px;
  min-width: 250px;
}
.map-wrap #info-wind .close {
  position: relative;
  top: 4px;
}
.map-wrap #info-wind .wind-name {
  padding-right: 25px;
}
.map-wrap #info-wind.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
   -o-transform: translateY(0%);
      transform: translateY(0%);
}
.region-list li {
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.buy-list {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
/* layer-link */
.layer-link {
  padding-right: 40px;
  margin-bottom: 65px;
}
.layer-link__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  display: block;
}
.layer-link__list li {
  padding-top: 25px;
}
.layer-link--map {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.layer-link--map .layer-link__title {
  border: 0;
  padding-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
}
.layer-link--map .layer-link__list {
  padding-top: 4px;
}
.layer-link--map li {
  padding-top: 5px;
  padding-bottom: 15px;
}
.last-no-border > div:last-child {
  border: 0 !important;
}
.sitemap-full {
  margin-top: 70px;
}
.sitemap-full .layer-link__list {
  margin-top: 0;
  padding-top: 35px;
  padding-bottom: 35px;
}
.sitemap-full .layer-link__list > li:last-child {
  padding-bottom: 10px;
}
.sitemap-full .layer-link--map > ul > li ul {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 0;
}
.sitemap-full .layer-link--map > ul > li > ul > li a:before {
  content: '—';
  display: inline-block;
  margin-right: 5px;
}
.sitemap-full .layer-link--map > ul > li ul:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.sitemap-full .layer-link--map .layer-link__list .layer-link__list {
  border: none !important;
  background: transparent !important;
}
.sitemap-full .layer-link {
  padding-right: 0;
}
/* HEADER */
.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1500;
  -webkit-transition: all 200ms ease-in-out;
       -o-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out;
  position: relative;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
       -o-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all .3s linear;
       -o-transition: all .3s linear;
          transition: all .3s linear;
  padding-top: 0;
  height: 156px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  background: #ffffff;
}
.header__link-lang .dropdown-menu > li a {
  padding: 8px 20px;
}
.header__link-lang .dropdown-menu > li:first-child a {
  padding-top: 10px;
}
.header__link-lang .dropdown-menu {
  margin-top: 10px;
}
.header__link-lang .dropdown-menu > li:last-child a {
  padding-bottom: 10px;
}
.header__link-lang .btn-lang.dropdown-toggle {
  padding-right: 25px;
}
.header__link-lang .icon-right-arrow {
  font-size: 9px;
  position: absolute;
  right: 0;
  top: auto;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .1s linear;
       -o-transition: .1s linear;
          transition: .1s linear;
  margin: 0;
}
.header__link-lang.open .btn-lang .icon-right-arrow {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header__bottom-panel {
  z-index: 4;
  position: relative;
  height: 106px;
  border-bottom: 1px solid #e6e7e8;
}
.header .wiget-list {
  font-size: 14px;
  height: 50px;
}
.header__search-form-header {
  padding-right: 200px;
  position: relative;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__search-form-header .tabs-nav-wrap {
  border: 0;
  margin-bottom: 0;
}
.header__search-form-header .tabs-nav-wrap .nav-tabs {
  width: auto !important;
}
.header__main-nav {
  position: relative;
  padding-left: 280px;
  margin-right: -15px;
  height: 105px;
  max-width: 100%;
}
.header__main-nav .header-logo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 300px;
}
.header__widget-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.header__widget-list > li {
  display: block;
  margin-left: 23px;
  position: relative;
  vertical-align: top;
}
.header__widget-list > li img {
  height: 20px;
  margin-right: 10px;
  top: 2px;
  position: relative;
  max-height: 15px;
  width: auto;
}
.header__widget-list > li > a {
  color: #ffffff;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header__widget-list > li > a i {
  color: #ffffff;
  margin-right: 10px;
  display: block;
  position: relative;
  top: -1px;
  font-size: 18px;
}
.header__widget-list > li > a:hover,
.header__widget-list > li > a.act {
  opacity: .7;
  color: #ffffff;
}
.header__widget-list > li > a:hover i,
.header__widget-list > li > a.act i {
  color: #ffffff;
}
.header__widget-list .dropdown-menu {
  min-width: 80px;
  font-size: inherit;
}
.header__top-panel {
  text-align: right;
  position: relative;
  z-index: 99999;
}
.header__blind-btn .btn span {
  position: relative;
  top: 1px;
}
.header-wrap {
  position: relative;
}
.header-wrap.topbar-align-window .header__top-panel > .container,
.header-wrap.topbar-align-window .header__bottom-panel > .container {
  width: 100%;
}
.header-wrap.anim .header-fix {
  top: -100px;
  bottom: auto;
  position: fixed;
}
.header-wrap.fix .header-fix {
  top: 0;
  bottom: auto;
  position: fixed;
}
.header-wrap.fix.shadow .header-fix {
  -webkit-box-shadow: 0 0px 20px 0px rgba(19, 31, 42, 0.2);
          box-shadow: 0 0px 20px 0px rgba(19, 31, 42, 0.2);
}
.header-wrap .header-fix {
  -webkit-transition: top 0.2s linear, -webkit-box-shadow 0.5s linear;
       -o-transition: top 0.2s linear, box-shadow 0.5s linear;
          transition: top 0.2s linear, box-shadow 0.5s linear;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 0px 0px 0px rgba(19, 31, 42, 0);
          box-shadow: 0 0px 0px 0px rgba(19, 31, 42, 0);
}
.navbar-logo {
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 150px;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  color: inherit;
}
.navbar-logo:hover {
  color: inherit;
}
.logo {
  display: block;
  max-width: 50px;
  margin-right: 20px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo .name-company {
  font-size: 16px;
  line-height: 1;
  top: -1px;
  position: relative;
}
.page-title-prime .name-company {
  line-height: 1;
  font-size: 4.8rem;
}
.footer .footer-logo-text .name-company {
  padding-right: 20px;
  line-height: 1;
  font-size: 16px;
}
.btn-blind {
  background: #21272b;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: #ffffff;
  line-height: 50px;
  width: 320px;
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
  border: 0 !important;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 10px !important;
}
.btn-blind i {
  margin-right: 10px;
  font-size: 13px;
  line-height: 14px;
}
.btn-blind:hover,
.btn-blind.act {
  background-color: #0575bc;
  color: #ffffff;
}
.header__link-home,
.link-list-sites {
  padding-left: 30px;
}
.header__link-home i,
.link-list-sites i {
  left: 1px;
}
.header__link-home,
.link-list-sites,
.header__link-portal {
  position: relative;
  color: #ffffff;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  font-size: 14px;
  float: left;
  line-height: 50px;
  height: 50px;
  white-space: nowrap;
}
.header__link-home.act i,
.link-list-sites.act i,
.header__link-portal.act i {
  color: #ffffff;
}
.header__link-home i,
.link-list-sites i,
.header__link-portal i {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  font-size: 16px;
  display: block;
  font-style: normal;
  color: #ffffff;
}
.header__link-home:hover,
.link-list-sites:hover,
.header__link-portal:hover,
.header__link-home:focus,
.link-list-sites:focus,
.header__link-portal:focus {
  color: #ffffff;
  opacity: .7;
}
.header__link-home:hover i,
.link-list-sites:hover i,
.header__link-portal:hover i,
.header__link-home:focus i,
.link-list-sites:focus i,
.header__link-portal:focus i {
  color: #ffffff;
}
.header__link-portal {
  padding-right: 30px;
}
.header__link-portal i {
  right: 0;
  font-size: 14px;
  margin-top: -7px;
}
.link-list-sites.act .icon-menu:before {
  content: '\e910';
}
.header__link-home i {
  font-size: 15px;
}
.header-nav {
  text-align: right;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 100%;
}
.header-nav > li {
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  cursor: pointer;
}
.header-nav > li:nth-last-child(-n+2) > a {
  padding-right: 0;
}
.header-nav > li:nth-last-child(-n+2) > a:after {
  width: -webkit-calc(100% - 15px);
  width: calc(100% - 15px);
}
.header-nav > li.dropdown-hover {
  position: relative;
}
.header-nav > li.dropdown-hover--wide {
  position: static;
}
.header-nav > li.dropdown-hover .dropdown-menu {
  left: 15px;
  right: auto;
  min-width: 300px;
  border-top: 0;
}
.header-nav > li.dropdown-click {
  position: static;
}
.header-nav > li.dropdown-click .dropdown-menu-header {
  width: 100%;
  border-top: 0;
}
.header-nav > li > a {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  height: 105px;
  line-height: 105px;
  display: block;
}
.header-nav > li > a:after {
  display: block;
  position: absolute;
  content: '';
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 0;
  bottom: 0px;
  left: 15px;
  background-color: #0575bc;
  -webkit-transition: all 0.2s ease-in;
       -o-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
}
.header-nav > li.active > a:after,
.header-nav > li:hover > a:after,
.header-nav > li.open > a:after {
  height: 4px;
}
.dropdown-menu-header .dropdown-menu__inner {
  padding-bottom: 30px;
}
.dropdown-menu-header,
.dropdown-hover-box {
  display: none;
}
.topbar-align-default .dropdown-menu-header .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}
.header-nav-more {
  font-size: 4px;
  color: #8d96a1;
  display: none;
  width: 35px;
  height: 105px;
  position: relative;
}
.header-nav-more.active {
  display: block;
}
.list-division {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin-bottom: 25px;
}
.list-division li {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 30px;
}
.list-division li a {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown-menu-header .list-division {
  margin-bottom: 30px;
  border-bottom: 1px solid #d5dae0;
  padding-bottom: 15px;
}
.link-division {
  min-width: 280px;
}
/* btn-gamb */
.btn-gamb {
  width: 20px;
  height: 18px;
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  margin-top: -9px;
}
.btn-gamb span {
  display: block;
  position: absolute;
  height: 4px;
  width: 4px;
  background: #006fba;
  border-radius: 50%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
       -o-transition: 0.5s ease-in-out;
          transition: 0.5s ease-in-out;
  top: 50%;
  margin-top: -2px;
}
.btn-gamb span:nth-child(1) {
  left: 0;
}
.btn-gamb span:nth-child(2),
.btn-gamb span:nth-child(3) {
  left: 8px;
}
.btn-gamb span:nth-child(4) {
  left: 16px;
}
.act .btn-gamb span {
  width: 100%;
  border-radius: 4px;
  height: 3px;
  margin-top: 0;
}
.act .btn-gamb span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.act .btn-gamb span:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
}
.act .btn-gamb span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
}
.act .btn-gamb span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.moblile-close-layer {
  display: none !important;
}
/* panel search */
.close-page-layer i,
.close-top-layer i {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.close-page-layer,
.close-top-layer {
  color: #3b4255;
  position: absolute;
  right: 0;
  padding-top: 8px;
  display: block;
  cursor: pointer;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  font-size: 16px;
  font-size: 1.6rem;
}
/* END HEADER */
/* ==== footer ==== */
.main-page .footer {
  background: #f4f7fb;
}
.footer {
  padding: 80px 0 50px;
  margin-top: 80px;
}
.footer__net-list {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__net-list li {
  list-style: none;
  display: inline-block;
  padding-right: 35px;
}
.footer__net-list li:last-child {
  padding-right: 0;
}
.footer__net-list .icon-vk {
  font-size: 14px;
}
.footer__net-list .icon-od {
  font-size: 22px;
}
.footer__net-list .icon-fb {
  font-size: 20px;
}
.footer__net-list .icon-tw {
  font-size: 18px;
}
.footer__net-list .icon-in {
  font-size: 19px;
}
.footer__net-list .icon-youtube {
  font-size: 15px;
}
.footer__net-list a {
  color: #b4b4b4;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.footer__net-list a:hover {
  color: #0575bc;
  opacity: 0.8;
}
.footer__icon-list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.footer__icon-list li {
  margin: 0;
  margin-bottom: 20px;
}
.footer__icon-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__icon-list i {
  margin-right: 20px;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.footer__icon-list i img {
  max-width: 100%;
}
.footer__contacts {
  margin-bottom: 50px;
  padding-top: 10px;
}
.footer__contacts p {
  margin-bottom: 10px;
}
.footer__send-wrong {
  padding-left: 35px;
  position: relative;
  margin-bottom: 40px;
}
.footer__send-wrong i {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  font-size: 25px;
  color: #b4b4b4;
}
.footer .footer-logo {
  margin-top: 2px;
  margin-right: 25px;
  width: 60px;
}
.footer .footer-logo-text {
  margin-bottom: 0;
}
.footer .footer-logo-text .prime {
  margin-top: 3px;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}
.footer .footer-logo-text .sub {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}
.footer .foot-head {
  font-weight: 500;
  font-size: 1.08em;
  margin: 0;
}
.footer .list {
  padding-top: 45px;
}
.footer .list li {
  margin: 0;
  margin-bottom: 19px;
}
.footer .copyright {
  position: relative;
  padding-left: 36px;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer .copyright i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  width: 25px;
  font-size: 20px;
  color: #b4b4b4;
}
.footer-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 40px;
}
.main-footer__contacts {
  margin-bottom: 50px;
  padding-top: 10px;
}
/* simple-nav */
.simple-list-nav {
  font-weight: 500;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.simple-list-nav li {
  margin: 0 0 18px;
}
.simple-list-nav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.simple-list-nav li a i {
  font-size: 8px;
  margin-left: 15px;
}
.section-top-link-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-bottom-rss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}
.section-bottom-rss > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.link-rss i {
  margin-right: 10px;
}
/* news */
.news-list {
  padding-left: 20px;
}
.news-list__box {
  display: block;
  margin-bottom: 25px;
  border-bottom: 1px solid #d5dae0;
  padding-bottom: 25px;
}
.news-list > a:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.news-list .news-title {
  margin-bottom: 15px;
}
.news-list .media-category {
  margin-top: 0;
}
.news-prime-blok {
  padding-top: 60px;
}
.news-prime-blok__hr {
  background: #dde1ea;
  height: 1px;
  margin-top: 40px;
}
.news-prime-blok .news-box {
  padding-bottom: 25px;
}
.news-card-preview .news-date,
.news-first-text .news-date {
  position: absolute;
  margin: 0;
  left: auto;
  bottom: 0px;
}
.news-box {
  display: block;
}
.news-box .img-wrap {
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .3s linear;
       -o-transition: -o-transform .3s linear;
          transition: transform .3s linear;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 4px;
  -webkit-background-size: cover;
          background-size: cover;
}
.news-box .news-box-scale {
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-transition: 0.3s ease-out;
       -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.news-box__img {
  display: block;
  margin-top: 30px;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.news-box .img-lg {
  height: 500px;
  margin-top: 0px;
}
.news-box .img-md {
  height: 240px;
}
.news-box .news-title {
  margin-top: 30px;
}
.news-box--first .news-title {
  margin-top: -10px;
}
.news-box--style-bg {
  padding-bottom: 0 !important;
}
.news-box--style-bg .img-lg {
  height: 480px;
}
.news-box--style-bg .news-box-scale:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
}
.news-box__date {
  opacity: .6;
}
.news-box__bottom {
  bottom: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
}
.news-box__caption {
  margin-bottom: 10px;
}
.news-box__sub-caption {
  top: 40px;
  left: 30px;
  z-index: 10;
  position: absolute;
}
.news-box:hover .news-box-scale {
  -webkit-transform: translateZ(0) scale(1.06, 1.06);
          transform: translateZ(0) scale(1.06, 1.06);
}
.news-card-daily-map {
  margin-bottom: 30px;
}
.news-card-daily-map .news-title {
  margin-top: 10px;
}
.news-card-daily-map--event .news-card-body {
  padding-bottom: 65px;
}
.news-card-daily-map--event {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
.news-place {
  position: absolute;
  bottom: 25px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding-right: 30px;
  padding-left: 25px;
}
.news-place i {
  position: absolute;
  top: -2px;
  left: 0;
}
.post-list__bottom-text i,
.news-place i,
.event-box__text .city i {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 16px;
}
.page-place.post-list__bottom-text,
.page-date.post-list__bottom-text {
  position: relative;
  padding-left: 25px;
}
.page-place.post-list__bottom-text i,
.page-date.post-list__bottom-text i {
  top: 0;
  width: 17px;
  text-align: center;
  display: inline-block;
}
.page-place.post-list__bottom-text i.icon-date,
.page-date.post-list__bottom-text i.icon-date {
  top: 1px;
}
.event-line-preview__place {
  position: relative;
  padding-left: 20px;
}
.event-line-preview__place i {
  top: 0;
  font-size: 16px;
  position: absolute;
  left: 0;
}
.news-card-preview {
  margin-bottom: 30px;
}
.news-card-preview__box {
  min-height: 200px;
  padding-bottom: 60px;
}
.news-card-preview__box .news-date {
  bottom: 30px;
}
.news-first .news-title {
  margin-bottom: 24px;
}
.docs-preview-main.sm .docs-preview__box--inner:after {
  display: none !important;
}
/* docs */
.docs-preview {
  margin-bottom: 30px;
}
.docs-preview__box {
  max-height: 260px;
}
.docs-preview__box--inner {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.docs-preview__box--inner:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  -webkit-transition: opacity .2s linear;
       -o-transition: opacity .2s linear;
          transition: opacity .2s linear;
  opacity: 1;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.docs-preview-title {
  font-weight: 500;
  margin-bottom: 15px;
}
.custom-tabs-content,
.tab-content {
  padding-top: 0;
  padding-bottom: 0;
}
.custom-tabs-content {
  display: none;
}
.custom-tabs-content.active {
  display: block;
}
.no-left-pd {
  width: 100%;
}
/* default style slider slick */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none !important;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  outline: none !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track:focus,
.slick-slider .slick-list:focus {
  outline: none !important;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:focus {
  outline: none !important;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  outline: 0 !important;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* end default style slider slick */
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  height: 30px;
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: center;
}
.slide-mobile .slick-dots {
  margin-bottom: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  -webkit-transition: all .1s linear;
       -o-transition: all .1s linear;
          transition: all .1s linear;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #ffffff;
}
/* calendar */
#main-calendar-widget {
  margin-bottom: 30px;
  padding-bottom: 38px;
  border-bottom: 1px solid #d5dae0;
}
.calendar-nav {
  font-size: 0;
}
.calendar-container {
  position: relative;
}
.calendar-wrapper {
  /* max-width: 860px; */
  margin: 0 auto;
}
.calendar-selects {
  margin-bottom: 30px;
}
.b-select.btn-group.bootstrap-select {
  display: inline-block;
  width: auto !important;
  margin-right: 40px;
  border: none;
  outline: none;
}
.b-select .btn.dropdown-toggle.btn-default {
  outline: none;
  border-color: transparent;
}
.b-select .btn {
  font-size: 18px;
  font-size: 1.8rem;
  background: transparent;
}
.b-select.open .dropdown-toggle {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.calendar#main-calendar-widget {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity .3s;
       -o-transition: opacity .3s;
          transition: opacity .3s;
  z-index: 2;
}
.calendar#main-calendar-widget.active {
  opacity: 1;
}
.calendar#main-calendar-widget .day {
  position: relative;
  display: inline-block !important;
  width: 40px;
  text-align: center;
  vertical-align: top;
  outline: none;
  background-color: transparent;
}
.calendar#main-calendar-widget .day .day-header {
  font-size: 13px;
  line-height: 16px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #b3b3b3;
  font-weight: 500;
}
.calendar#main-calendar-widget .day .day-content {
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
}
.calendar#main-calendar-widget .day.active .day-content {
  background-color: #e6e6e6;
}
.calendar#main-calendar-widget .day .day-content {
  border: 1px solid #d2d3d3;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}
.calendar#main-calendar-widget .day.has-event .day-content {
  cursor: pointer;
}
.calendar#main-calendar-widget .event {
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: -175px;
  display: none;
  padding: 30px;
  -webkit-transition: all 200ms ease-in-out;
       -o-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out;
  border: 1px solid #d5dae0;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.ev-inner {
  height: 440px;
  overflow: auto;
}
.ev-inner > .ev-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.ev-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
}
.section-event {
  position: relative;
  z-index: 10;
}
.calendar#main-calendar-widget .event.active {
  border-top: none;
}
.calendar#main-calendar-widget .event.active.first {
  border-top: 1px solid #d5dae0;
}
.calendar#main-calendar-widget .event p:not(:nth-of-type(1)) {
  margin-top: 20px;
}
.ev-text {
  font-weight: 500;
  margin-bottom: 7px;
  display: block;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}
.calendar#main-calendar-widget .event .ev-date {
  margin-top: 0;
  margin-bottom: 5px;
}
.calendar#main-calendar-widget .event .ev-date i {
  margin-right: 15px;
  width: 20px;
  display: inline-block;
  text-align: center;
}
.calendar#main-calendar-widget .event .ev-date span {
  display: block;
  margin-bottom: 5px;
}
.calendar#main-calendar-widget .next-arrow,
.calendar#main-calendar-widget .prev-arrow {
  font-size: 20px;
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
       -o-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  font-size: 16px;
  border: 1px solid #d5dae0;
}
.calendar#main-calendar-widget .next-arrow:hover,
.calendar#main-calendar-widget .prev-arrow:hover {
  color: #fff;
  border: 1px solid #0575bc;
  background-color: #0575bc;
}
.calendar#main-calendar-widget .prev-arrow {
  left: 5px;
}
.calendar#main-calendar-widget .next-arrow {
  right: 5px;
}
.calendar-container.active {
  margin-bottom: 50px;
}
.event-container {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
}
.event-container.active {
  display: block;
}
.calendar .event .event-close {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 30px;
  right: 55px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: #939598;
}
.calendar--prev-arrow,
.calendar--next-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  margin-left: 10px;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.calendar--prev-arrow .fa,
.calendar--next-arrow .fa {
  position: relative;
  top: -1px;
}
.calendar--prev-arrow .fa-angle-right,
.calendar--next-arrow .fa-angle-right {
  right: -1px;
}
.calendar--prev-arrow .fa-angle-left,
.calendar--next-arrow .fa-angle-left {
  left: -1px;
}
.calendar--prev-arrow:hover,
.calendar--next-arrow:hover {
  border-color: #0575bc;
  color: #0575bc;
}
/* media */
.media-all-preview-img {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute !important;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.media-block img {
  width: 100%;
}
.media-image-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
.media-category {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  padding-left: 15px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 37px;
}
.media-category:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 7px;
  width: 7px;
  margin-top: -4px;
  left: 0;
  border-radius: 7px;
}
.media-category.news {
  color: #939598;
}
.media-category.news:after {
  background-color: #939598;
}
.media-category.audio {
  color: #1771f1;
}
.media-category.audio:after {
  background-color: #1771f1;
}
.media-category.photo {
  color: #45d09e;
}
.media-category.photo:after {
  background-color: #45d09e;
}
.media-category.video {
  color: #ee3d48;
}
.media-category.video:after {
  background-color: #ee3d48;
}
.media-category.brown {
  color: #e20338;
}
.media-category.brown:after {
  background-color: #e20338;
}
.media-tab-ell {
  position: relative;
  display: inline-block;
  border: 1px solid #dedede;
  padding: 30px;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
}
.media-tab-ell.media-tab-ell__box {
  border: none;
  padding: 0;
}
.media-tab-ell.media-tab-ell__box .news-title {
  height: auto;
  margin-top: 10px;
}
.media-tab-ell.media-tab-ell__box .news-title:before {
  display: none;
}
.media-tab-ell.media-tab-ell__box .img-bg-wrap {
  position: relative;
  height: 195px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.media-tab-ell.media-tab-ell__box .img-bg-wrap .i {
  line-height: 34px;
  position: relative;
  z-index: 1;
}
.media-tab-ell.media-tab-ell__box .img-bg-wrap .i span {
  vertical-align: text-bottom;
  margin-left: 15px;
}
.media-tab-ell.media-tab-ell__box .img-bg-wrap i {
  font-size: 34px;
}
.media-tab-ell.media-tab-ell__box .img-bg-wrap i.icon-photo {
  font-size: 30px;
}
.media-tab-ell.media-tab-ell__box .img-bg {
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
.media-tab-ell.media-tab-ell__box:hover .img-bg {
  -webkit-transform: translateZ(0) scale(1.06, 1.06);
          transform: translateZ(0) scale(1.06, 1.06);
}
@media (max-width: 767px) {
  .media-tab-ell.media-tab-ell__box .img-bg-wrap {
    height: 255px;
  }
}
@media (max-width: 424px) {
  .media-tab-ell.media-tab-ell__box .img-bg-wrap {
    height: 195px;
  }
}
.media-tab-ell .news-title {
  overflow: hidden;
  height: 100px;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
}
.media-tab-ell .news-title:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  -webkit-box-shadow: 0 10px 30px 25px #202020;
  box-shadow: 0 10px 30px 25px #202020;
}
.media-tab-ell .news-date {
  margin-bottom: 0;
}
.media-tab-ell .news-date .date {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
}
a.media-tab-ell:hover {
  color: #a9abb1;
}
.media-play-btn i,
.media-play-btn {
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
a.media-tab-ell:hover .media-play-btn,
a.media-tab-ell:hover .media-play-btn i {
  color: #ffffff;
}
#media_content_all .media-tab-ell {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #5d626f;
  overflow: visible;
  padding: 22px 0px 25px 0px;
  position: relative;
  bottom: -1px;
  border-radius: 0;
}
#media_content_all .media-tab-ell:first-child {
  padding-top: 0;
}
#media_content_all .news-title {
  height: 74px;
  margin-bottom: 18px;
}
.media-block .tabs-nav-wrap .nav-tabs > li.active > a,
.media-block .tabs-nav-wrap .nav-tabs > li:hover > a,
.media-block .tabs-container__btn:hover,
.media-block .open .tabs-container__btn {
  color: #ffffff !important;
}
.btn-media {
  margin: 0;
  margin-top: 60px;
  text-align: center;
}
.btn-media a:hover {
  color: #ffffff;
}
.btn-media.btn-media--center {
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  margin-top: 20px;
}
.btn-media.btn-media--center .btn {
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
}
section.section-media-photo {
  background: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 45px;
}
.media-photo-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.media-photo-head .amount {
  min-width: 160px;
  font-size: 14px;
  text-align: right;
}
.wrap-all-media-tab-ell > a:last-child {
  border-bottom: 0;
}
/* media-video */
.media-block .news-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 15px;
}
.media-block .news-date i {
  margin-left: 10px;
  position: relative;
  top: 1px;
}
.media-block .tabs-nav-wrap .nav-tabs > li.active > a,
.media-block .tabs-nav-wrap .nav-tabs > li:hover > a {
  color: #ffffff;
}
.media-block .tabs-nav-wrap .nav-tabs > li:hover > a,
.media-block .tabs-nav-wrap .nav-tabs > li.active:hover > a,
.media-block .tabs-nav-wrap .nav-tabs > li.active > a {
  border-bottom-color: #ffffff !important;
}
.media-block .tabs-nav-wrap,
.media-block .media-tab-ell {
  border-bottom-color: #5d626f;
}
.wrap-media-video {
  position: relative;
  margin-top: 4px;
  margin-bottom: 30px;
  height: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
}
.wrap-media-video--page {
  height: 420px;
}
.wrap-media-video .video-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.wrap-media-video video,
.wrap-media-video audio,
.wrap-media-video iframe {
  margin: 0;
  width: 100%;
  z-index: 0;
}
.wrap-media-video iframe {
  height: 100%;
}
.wrap-media-video audio {
  position: absolute;
  bottom: 0;
  z-index: 100;
  left: 0;
}
.wrap-media-video:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  height: 110px;
  z-index: 20;
  pointer-events: none;
}
.wrap-media-video .video-title {
  position: absolute;
  bottom: 40px;
  top: 50px;
  left: 30px;
  right: 30px;
  font-size: 20px;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  pointer-events: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: opacity .2s linear;
       -o-transition: opacity .2s linear;
          transition: opacity .2s linear;
  z-index: 50;
}
.wrap-media-video.play .video-title {
  opacity: 0;
}
.wrap-media-video.play:after {
  height: 0;
}
.wrap-media-video.play .yt-preview {
  opacity: 0;
  z-index: -1;
}
.wrap-media-video.play .play-button {
  opacity: 0 !important;
  z-index: -1;
}
/* event-box */
.event-box-wrap {
  margin-bottom: 30px;
}
.event-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}
.event-box__text {
  padding-right: 30px;
  position: relative;
  padding-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.event-box__text .name {
  font-weight: 500;
  line-height: 1.4;
  font-size: 18pxpx;
  font-size: 1.8pxrem;
}
.event-box__text .city {
  display: block;
  position: absolute;
  bottom: 0;
  left: auto;
}
.event-box__date {
  padding-right: 25px;
  min-width: 115px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.event-box__date span {
  display: block;
  text-align: center;
}
.event-box__date .small {
  font-size: 14px;
  font-size: 1.4rem;
}
.event-box__date .big {
  font-size: 76px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: -2px;
}
.event-line .event-line-preview:last-child {
  margin-bottom: 0;
}
.event-line-preview {
  margin-bottom: 10px;
}
.event-line-preview__box.bg-block-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.event-line-preview__date {
  min-width: 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 30px;
}
.event-line-preview__date .big {
  font-size: 76px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: -2px;
  text-align: center;
  display: block;
}
.event-line-preview__date .small {
  display: block;
  text-align: center;
}
.event-line-preview__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.event-line-preview__place {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.event-line-preview .inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bg-gray .event-line-preview__box.bg-block-sm {
  border: 0;
}
/* end event-box */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -45px;
  border: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 0;
  height: 74px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  cursor: pointer;
  border-style: solid;
  border-width: 37px 0 37px 60px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.play-button.paused {
  border-style: double;
  border-width: 0px 0 0px 60px;
  opacity: 0;
}
.play-button.paused:hover {
  opacity: 1;
}
.play-button:hover {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.6);
}
.media-photo-preview-list {
  font-size: 0;
  padding: 0;
}
.wrap-media-video .video-preview {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}
.media-photo-preview-list > div {
  min-height: 0;
}
.media-photo-preview {
  display: block;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 36px;
}
.media-photo-preview__title {
  font-size: 16px;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  height: 65px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.media-photo-preview__img {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  height: 210px;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.media-photo-preview a {
  position: relative;
  display: block;
}
.media-photo-preview-list li a,
.wrap-media-video .link-media-photo-modal {
  position: relative;
}
.media-photo-preview-list li a:before,
.wrap-media-video .link-media-photo-modal:before,
.media-photo-preview-list li a:after,
.wrap-media-video .link-media-photo-modal:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  opacity: 0;
}
.media-photo-preview-list li a:after,
.wrap-media-video .link-media-photo-modal:after {
  background: #000000;
  z-index: 1;
}
.media-photo-preview-list li a:before,
.wrap-media-video .link-media-photo-modal:before {
  background: url(../img/icon/preview-photo-icon.svg) no-repeat center;
  -webkit-background-size: 0 0;
  background-size: 0;
  z-index: 2;
}
.media-photo-preview-list li a:hover:before,
.wrap-media-video .link-media-photo-modal:hover:before {
  opacity: 1;
  -webkit-background-size: 32px 32px;
  background-size: 32px;
}
.media-photo-preview-list li a:hover:after,
.wrap-media-video .link-media-photo-modal:hover:after {
  opacity: .4;
}
@media (max-width: 1600px) {
  .header-nav > li.dropdown-hover .dropdown-menu {
    left: 15px;
    right: auto;
  }
}
@media (max-width: 1280px) {
  .media-photo-preview__title {
    margin: 0;
    top: 0;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 20px;
  }
  .media-tab-ell {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 700px) {
  .header__search-form-header {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 0;
    padding-right: 40px;
  }
  .panel-search {
    padding-top: 15px;
  }
  .header__search-form .search-btn {
    width: 100px;
  }
}
@media (max-width: 560px) {
  .btn-media.btn-media--center .btn {
    display: block;
  }
  .media-photo-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .media-photo-head .amount {
    margin-top: 20px;
  }
}
@media (max-width: 460px) {
  .wiget-list > li {
    margin-left: 15px;
  }
}
/* media gallery */
.media-photo-modal {
  z-index: 2147473655 !important;
}
.media-photo-modal .fancybox-navigation button:before {
  width: 55px;
  height: 80px;
  top: 10px;
  right: 3px;
}
.media-photo-modal .fancybox-navigation button:after {
  background: url(../img/icon/fancybox-arrow.svg) center no-repeat;
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.media-photo-modal .fancybox-navigation .fancybox-button--arrow_right:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.media-photo-modal .fancybox-navigation .fancybox-button--arrow_right {
  right: 15px;
}
.media-photo-modal .fancybox-navigation .fancybox-button--arrow_left {
  left: 15px;
}
.media-photo-modal .fancybox-button.fancybox-button--close {
  background: transparent;
  color: #5e5c5c;
  height: 50px;
  width: 50px;
}
.media-photo-modal .fancybox-button.fancybox-button--close:hover {
  color: #0575bc;
}
.media-photo-modal .fancybox-image {
  padding: 15px !important;
}
@media (min-width: 1000px) {
  .media-photo-modal.fancybox-is-open .fancybox-bg {
    background: #333333;
    opacity: 1;
  }
  .media-photo-modal .fancybox-image {
    padding: 0px !important;
  }
  .media-photo-modal .fancybox-inner {
    margin: 15px;
    max-width: 1920px;
  }
  .media-photo-modal.fancybox-is-open .fancybox-inner {
    background: #000000;
  }
  .media-photo-modal .fancybox-navigation,
  .media-photo-modal .fancybox-stage {
    width: 70%;
  }
  .media-photo-modal .fancybox-caption-wrap {
    width: 30%;
    bottom: 0;
    top: 0;
    left: auto;
    background: #fff;
    pointer-events: auto;
    padding: 60px 40px 40px 40px;
  }
  .media-photo-modal .fancybox-outer {
    max-width: 1700px;
    max-height: 850px;
    margin: auto;
  }
  .media-photo-modal .fancybox-navigation {
    position: relative;
    height: 100%;
  }
  .media-photo-modal .fancybox-toolbar {
    z-index: 1000000;
    top: 15px;
    right: 15px;
  }
  .media-photo-modal .fancybox-infobar {
    color: #707070;
    font-size: 14px;
    visibility: visible;
    opacity: 1;
    left: 30px;
    top: 17px;
  }
  .media-photo-modal .fancybox-caption {
    position: static;
  }
  .media-photo-modal .fancybox-caption .date {
    position: absolute;
    bottom: 20px;
    left: 40px;
    color: #b3b3b3;
    font-size: 14px;
  }
  .media-photo-modal .fancybox-caption {
    padding-top: 45px;
    color: #555555;
  }
}
.adr-map {
  width: 100%;
}
/*------------------- ADAPTIVE -------------------*/
@media (max-width: 1440px) {
  .header {
    height: 141px;
  }
  .header__bottom-panel {
    height: 91px;
  }
  .header__main-nav {
    height: 90px;
  }
  .header-nav > li > a {
    height: 90px;
    line-height: 90px;
  }
  .header-nav-more {
    height: 90px;
  }
  .breadcrumb-section {
    padding-top: 0;
    min-height: auto;
  }
}
@media (max-width: 1360px) {
  h1,
  .h1,
  h1.page-title {
    font-size: 3rem;
  }
  .text-block ol,
  .text-block ul,
  .text-block p,
  .text-block table {
    margin: 20px 0;
  }
  h3,
  .h3 {
    font-size: 2.2rem;
  }
  .list-division li {
    width: 33.333%;
  }
  .event-box__date .big,
  .event-line-preview__date .big {
    font-size: 60px;
  }
  .event-line-preview__place {
    font-size: 14px;
  }
  .event-line-preview__date {
    min-width: 70px;
    margin-right: 20px;
  }
  .event-box__text .name {
    font-size: 16pxpx;
    font-size: 1.6pxrem;
  }
  .event-box__date {
    padding-right: 20px;
    min-width: 100px;
  }
  .slider-main__sub-text {
    bottom: 40px;
  }
  .slider-main .inner .item-caption {
    width: 100%;
  }
  .slider-main .slider-main-img {
    opacity: .3;
  }
}
@media (min-width: 1270px) {
  .container {
    width: 1250px;
  }
}
@media (max-width: 1300px) {
  .panel-blind__setting .btn {
    min-width: 0 !important;
  }
  .footer__net-list li {
    padding-right: 25px;
  }
  .aside__buttons-top .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1270px) {
  .service-pop-banner.service-pop-banner--child .tel-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .service-pop-banner.service-pop-banner--boss .left {
    min-width: 0;
  }
  .photo-box .bg-box {
    height: 102px;
  }
  .arrow-box {
    width: 230px;
    margin-top: -70px;
    height: 140px;
    font-size: 13px;
  }
  .infographic-box .infographic-item__text .side-center {
    display: none;
  }
  .infographic-box .infographic-item__text .side-end {
    margin-top: 7px;
  }
  .infographic-box .infographic-item__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .infographic-box .infographic-item,
  .infographic-box__top {
    padding-left: 60px;
  }
  .param-search-toggle .wrap-division {
    margin-top: 30px;
  }
  .quiz-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .quiz-head__start {
    margin-bottom: 10px;
  }
  .btn-and-text .btn,
  .quiz-box .quiz-footer .btn {
    min-width: 0;
  }
  .map-city__content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .map-city__link {
    left: 30px;
    right: 30px;
  }
  .map-city__panel {
    width: 300px;
  }
  #map-city {
    width: 100%;
  }
  .wrap-media-video--page {
    height: 318px;
  }
  .header__search-form .date-wiget {
    display: none;
  }
  .search-form .search-form-top {
    margin-bottom: 30px;
  }
  .search-form .wrap-division {
    margin-top: 30px;
  }
  .header__widget-list > li.header__admin-btn {
    display: none;
  }
  .header__widget-list > li.header__admin-btn.admin-btn-mobile {
    display: block;
  }
  .header__widget-list > li.header__admin-btn.admin-btn-mobile span {
    display: none;
  }
  .wrap-all-media-tab-ell {
    padding-top: 26px;
    border-top: 1px solid #666;
  }
  .services-box {
    margin-bottom: 30px;
  }
  .services-box__wrap {
    margin-bottom: -30px;
  }
  .participation {
    margin-top: 60px;
  }
  .news-box .img-wrap {
    -webkit-background-size: cover;
            background-size: cover;
  }
  .direction-info-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
  }
  .direction-info-list li .left,
  .direction-info-list li .right {
    width: auto;
    display: inline;
    padding-right: 0;
  }
  .direction-info-list li .left:after {
    content: ':';
  }
  .panel-blind .setting-box .btn {
    margin-right: 5px;
  }
  .panel-blind__box {
    margin-right: 15px;
  }
  .panel-blind .setting-box .btn {
    padding-left: 14px;
    padding-right: 14px;
  }
  .header__search-form-wrap .form-sub-title {
    display: none;
  }
  .wrap-division {
    padding-left: 15px;
  }
  .header__search-form .search-form-top {
    margin-bottom: 25px;
  }
  .header__search-form-header {
    margin-bottom: 25px !important;
  }
  .checkbox-list .wrap-check {
    width: 33.333%;
  }
}
@media (min-width: 991px) {
  .main-section--list-nav {
    padding-top: 10px;
  }
  .filter-btn {
    display: none !important;
  }
}
.btn-close-filter {
  display: none;
}
.show-991 {
  display: none;
}
.show-767 {
  display: none;
}
.placeholder-mobile {
  display: none;
}
@media (max-width: 991px) {
  .service-pop-banner .btn {
    min-width: 250px;
  }
  .service-pop-banner.service-pop-banner--child .h3 {
    font-size: 20px !important;
  }
  .service-pop-banner.service-pop-banner--child .tel-box-wrap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 20px;
  }
  .service-pop-banner.service-pop-banner--child {
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .service-pop-banner.service-pop-banner--child .icon-banner {
    height: 130px;
    width: 130px;
    background-color: #ffffff;
    -webkit-background-size: contain;
            background-size: contain;
    border-radius: 50%;
    background-position: 10px 10px;
  }
  .service-pop-banner .center .h4 {
    font-size: 18px !important;
  }
  .service-pop-banner.service-pop-banner--child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn-choice-center .btn {
    min-width: 80px;
  }
  .photo-box .bg-box {
    height: 120px;
  }
  .slider-main .slider-main-img {
    -webkit-background-size: cover;
            background-size: cover;
    background-position: bottom center;
  }
  .custom-pagination-btn .custom-pagination {
    margin: 0 auto;
  }
  .custom-pagination-btn .btn {
    margin: 0 auto !important;
    margin-bottom: 15px !important;
    width: 200px;
  }
  .custom-pagination-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn-gamb {
    width: 30px;
  }
  .header__widget-list > li > a i {
    margin-right: -3px;
  }
  .header__widget-list > li.header__admin-btn span,
  .header__widget-list .toggle-search-panel span {
    display: none;
  }
  .smi-link-bottom {
    margin-top: 20px;
  }
  .aside__list-nav > li:after {
    background-color: #bdc2d0;
  }
  .main-info-block__wrap > div:last-child {
    margin-bottom: 0;
  }
  .main-info-block-preview {
    margin-bottom: 30px;
  }
  .action-preview--main .action-preview__box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .action-preview--main .text-img {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .placeholder-desctop {
    display: none;
  }
  .placeholder-mobile {
    display: block;
  }
  .widget-quiz__top {
    margin-bottom: 30px;
  }
  .widget-quiz__inner {
    min-height: 0;
  }
  .widget-mayor-btn {
    max-width: 300px;
  }
  .widget-mayor-btn > span {
    margin-right: 18px;
  }
  .widget-mayor__name > span {
    display: block;
  }
  .widget-mayor__name br {
    display: none;
  }
  .bg-box.widget-mayor__wrap {
    height: auto;
  }
  .widget-mayor--mobile {
    margin-top: 65px;
    margin-bottom: 0;
  }
  .widget-mayor--mobile .bg-box.widget-mayor__wrap {
    margin-bottom: 0;
  }
  .hide-991 {
    display: none;
  }
  .show-991 {
    display: block;
  }
  .dropdown-menu-header {
    display: none !important;
  }
  .pushy {
    width: 100%;
  }
  .pushy-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  /* btn-gamb */
  .btn-gamb {
    margin-left: -15px;
    margin-top: -9px;
  }
  .btn-gamb span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #006fba;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .btn-gamb span:nth-child(1) {
    left: 0;
    top: 0;
  }
  .btn-gamb span:nth-child(2),
  .btn-gamb span:nth-child(3) {
    top: 8px;
    left: 0;
  }
  .btn-gamb span:nth-child(4) {
    top: 16px;
    left: 0;
  }
  .header-nav-more {
    display: block;
  }
  .direction-card__info.info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .direction-card__info.info-row > div {
    width: 100%;
  }
  .header-nav > li {
    display: none !important;
  }
  .slider-main__sub-text {
    position: static;
    margin-top: 10px;
  }
  .widget.widget-mayor {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .beneficial-box .beneficial-img {
    width: 115px;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .beneficial-box .inner {
    padding-top: 15px;
    padding-right: 0px;
  }
  .banner-slider .banner-img {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    right: auto;
  }
  .banner-slider__item {
    height: 300px;
    background: #f4f7fb;
  }
  .banner-slider .item-caption {
    padding-left: -webkit-calc(50% - 15px);
    padding-left: calc(50% - 15px);
    bottom: 30px;
    color: #000000;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .event-box__text {
    padding-right: 0;
  }
  .event-box {
    padding-bottom: 25px;
    border-bottom: 1px solid #dde0e3;
  }
  .widget {
    margin-top: 50px;
  }
  .btn-and-text .btn {
    min-width: 300px;
  }
  .quiz-box .quiz-footer .btn {
    min-width: 220px;
  }
  #togglerSize {
    display: none;
  }
  .box-photo-boss {
    padding-top: 25px !important;
  }
  .box-photo-boss .bg {
    position: static;
    height: auto;
    margin-bottom: 10px;
  }
  .box-photo-boss .bg .img {
    position: static;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
  /*.widget-minister .box-photo-boss {
        .text {
            margin-left: 15px;
        }
        .title {
            margin-bottom: 10px;
        }
        padding-left: 50%;
        padding-top: 30px !important;
        padding-bottom: 30px;
        min-height: 180px;
    }
    .widget-minister .read-more-arrow {
        width: calc(~'50% - 45px');
        right: 30px;
        left: auto;
    }

    .box-photo-boss .bg {
        width: calc(~'50% - 15px');
        border-radius: 2px 0 0 0;
    }*/
  .wrap-media-video--page {
    height: 405px;
  }
  .list-division li {
    width: 50%;
  }
  .photo-height-fix {
    min-height: 0 !important;
  }
  .aside__list-nav {
    padding-left: 0;
  }
  .aside__list-nav > li ul {
    padding-left: 20px;
  }
  .breadcrumb-section {
    min-height: 0;
  }
  .breadcrumb {
    padding-bottom: 10px;
    padding-top: 15px;
  }
  .footer {
    margin-top: 40px;
  }
  .aside-nav {
    background-color: #f1f2f2;
    padding: 35px 30px 25px;
  }
  .aside__list-nav > li > a:after {
    display: none !important;
  }
  .aside__list-nav > li > a {
    padding-right: 0;
    padding-left: 0;
  }
  .aside__list-nav {
    border: 0;
  }
  .aside-nav__title {
    display: block;
  }
  .footer__icon-list i {
    display: none;
  }
  .btn-close-filter {
    display: block;
    margin-top: 25px;
  }
  .filter-btn {
    display: block;
  }
  .filter-box {
    position: fixed;
    top: 0;
    width: 100%;
    margin-bottom: 0 !important;
    padding-top: 75px !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 80px !important;
    overflow-y: auto;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 99999;
    background: #ffffff;
  }
  body.filter-open {
    overflow: hidden;
  }
  .btn-back-desctop {
    display: none;
  }
  .btn-back-mobile {
    display: block;
  }
  .aside {
    margin-top: 90px;
  }
  .border-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .friend-block {
    padding-bottom: 30px;
  }
  .friend-block h4 {
    min-height: 0;
  }
  .setting-box {
    display: none;
  }
  .panel-blind__tablet-info {
    display: block;
  }
  .news-list {
    padding-left: 0;
    margin-top: 20px;
  }
  .media-category {
    margin-bottom: 10px;
  }
  .news-box--first .news-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-top: 30px;
  }
  .simple-list-nav {
    margin-bottom: 0;
    margin-top: 35px;
    background: #f4f7fb;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .simple-list-nav li {
    margin-bottom: -1px;
  }
  .simple-list-nav li:last-child a {
    margin-bottom: 0;
  }
  .simple-list-nav li a {
    padding: 21px 20px;
    font-size: 18px;
    line-height: 1.4;
    border: 0;
    position: relative;
    -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
         -o-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
            transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  }
  .simple-list-nav li a:after {
    content: '';
    display: block;
    bottom: 0;
    left: 20px;
    right: 20px;
    background: #dde0e3;
    height: 1px;
    position: absolute;
  }
  .simple-list-nav li:last-child a:after {
    display: none;
  }
  .tabs-nav-wrap.tabs-nav-wrap--column .nav.nav-tabs {
    margin-top: 20px;
    position: relative;
  }
  .aside__buttons-top {
    display: none !important;
  }
  .main,
  .aside {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .aside {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aside__box {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .aside__box.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .aside__box.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .aside__box.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .aside__box.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .aside__box.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .footer .list {
    margin-bottom: -13px;
  }
  .close-page-layer span {
    display: none;
  }
  .footer__bottom .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer__send-wrong {
    display: none;
  }
  .footer__net-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .blind-btn {
    display: none !important;
  }
  .btn {
    min-width: 0;
  }
  .page-title-prime br {
    display: none;
  }
  footer .list li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
  }
  footer .footer__icon-list li {
    text-align: center;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    border: 1px solid #9f9f9f;
    margin-right: 15px;
    border-radius: 4px;
  }
  footer .footer__icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin-right: -15px;
  }
  footer .footer__icon-list li a,
  footer .footer-link-sitemap {
    padding: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background .2s linear;
         -o-transition: background .2s linear;
            transition: background .2s linear;
    background: transparent;
    border-radius: 4px;
  }
  .footer-link-sitemap {
    border: 1px solid #9f9f9f;
    width: 100%;
    display: block;
    text-align: center;
  }
  footer .footer__icon-list li a:hover,
  footer .footer-link-sitemap:hover {
    background: #ffffff;
  }
  .news-card-preview__box {
    height: auto;
    min-height: 0;
  }
  .bnt-white {
    min-width: 170px;
    margin-right: 0;
  }
  .service-pop-banner .big {
    font-size: 80px;
  }
  .service-pop-banner .small {
    font-size: 12px;
  }
  .service-pop-banner .left {
    padding-right: 35px;
    padding-left: 0;
  }
}
.region-select {
  display: none !important;
}
@media (max-width: 767px) {
  .show-767 {
    display: block;
  }
  .hide-767 {
    display: none;
  }
  .photo-box .bg-box {
    height: 125px;
  }
  .news-prime-blok .news-date {
    margin: 0;
    left: auto;
    bottom: 0px;
  }
  .sub-caption-box {
    font-size: 12px;
    padding: 6px 12px 4px;
  }
  #map_tabs_nav,
  #region-map {
    display: none;
  }
  .region-select {
    display: block !important;
  }
  .email-list li {
    padding-left: 15px;
    padding-right: 60px;
  }
  .email-list .link-delete {
    right: 15px;
  }
  .layer-link {
    margin-bottom: 35px;
  }
  .layer-link__title {
    font-size: 16px;
    padding-bottom: 20px;
  }
  html[font-size='size-sm'],
  html[font-size='size-md'],
  html[font-size='size-lg'] {
    font-size: 62.5%;
  }
  .main.main--main-page {
    padding-top: 50px;
  }
  .simple-list-nav {
    margin-top: 50px;
  }
  h1.page-title-prime .title-sub,
  .h1.page-title-prime .title-sub {
    margin-top: 15px;
  }
  .page-layer__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-layer .close-page-layer__wrap {
    margin-top: 57px;
  }
  .wrap-tabs-content {
    padding-top: 30px;
  }
  .well.well-lg {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer__send-wrong {
    display: none;
  }
  .footer {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .section.section--bg {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  h1,
  .h1,
  h1.page-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-bottom: 28px;
  }
  h1 .title-sub,
  .h1 .title-sub,
  h1.page-title .title-sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .page-title + .page-date {
    margin-bottom: 28px;
  }
  .main-section--list-nav {
    margin-bottom: 28px;
    padding-top: 0;
  }
  h2,
  .h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    line-height: 2.6rem;
    margin-bottom: 26px;
  }
  h3,
  .h3,
  .slider-main .h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-bottom: 24px;
  }
  h4,
  .h4,
  h5,
  .h5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin-bottom: 22px;
  }
  .news-box--first .news-title {
    line-height: 22px;
    line-height: 2.2rem;
    margin-bottom: 40px;
  }
  .layer-link--map .layer-link__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .services-box,
  .docs-preview,
  .news-card-daily-map,
  .services-box,
  .photo-box,
  .service-pop-preview,
  .beneficial-box-preview,
  .theme-box,
  .action-preview,
  .news-card-preview,
  .main-info-block-preview {
    margin-bottom: 20px;
  }
  .tabs-nav-wrap h3.section-head,
  .tabs-nav-wrap .page-title {
    top: 8px;
  }
  .section.pd-bottom-120 {
    padding-bottom: 80px !important;
  }
  .slider-main__wrap {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
  }
  .main.main--main-page {
    padding-top: 0;
  }
  .news-box.news-box--style-bg .img-lg,
  .news-box.news-box--style-bg .img-wrap {
    border-radius: 0;
  }
}
.all-work-link-mobile {
  display: none;
}
.show-767 {
  display: none;
}
@media (max-width: 767px) {
  .service-pop-banner.service-pop-banner--child .left {
    padding-bottom: 0;
    padding-top: 25px;
  }
  .service-pop-banner.service-pop-banner--child .center {
    padding-top: 0;
  }
  #modal-rating-ok .btn {
    min-width: 150px;
  }
  .news-box .news-title.h2 {
    font-size: 21px;
  }
  .friend-block .inner {
    min-height: 0;
  }
  .photo-box-wrap {
    margin-bottom: 30px;
  }
  .slider-main__nav-wrap {
    padding-bottom: 61px;
  }
  .slider-main__nav {
    display: none !important;
  }
  .date-and-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 25px;
  }
  .date-and-view > * {
    margin-bottom: 5px;
  }
  .date-with-i i {
    margin-right: 12px;
    margin-left: 2px;
  }
  .tabs-nav-wrap--column.tabs-nav-wrap .tabs-container.dropdown {
    position: static;
  }
  .tabs-nav-wrap--column.tabs-nav-wrap .dropdown-menu {
    left: 270px;
  }
  .slider-main .slider-main-img {
    -webkit-background-size: contain;
            background-size: contain;
  }
  .quote__inner {
    padding-left: 25px;
    padding-right: 0px;
    font-size: 14px;
  }
  .quote i {
    font-size: 10px !important;
  }
  .quote i.top {
    left: 0;
    top: 6px;
  }
  .quote i.bottom {
    display: none;
  }
  .direction-box--small .direction-box__info {
    padding-right: 0;
  }
  .direction-box--small {
    margin-bottom: 25px;
  }
  .infographic-box__list .icon-end-doc {
    width: 35px;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    left: -5px !important;
    margin-top: -12px !important;
  }
  .infographic-box .infographic-item .dots {
    display: none;
  }
  .infographic-box__top i {
    top: -2px;
    left: -1px;
  }
  .infographic-box .infographic-item,
  .infographic-box__top {
    padding-left: 40px;
  }
  .infographic-box__list i.icon-checked,
  .infographic-box__list .icon-end-doc {
    top: 0px;
    margin-top: -2px;
    left: 0;
  }
  .arrow-box {
    width: 100%;
    margin-top: 0;
    height: auto;
    font-size: 13px;
    position: static;
    margin-top: 10px;
  }
  .arrow-box:after {
    display: none;
  }
  .infographic-box .infographic-item .date {
    position: static;
    margin-top: 10px;
  }
  .infographic-box .infographic-item {
    height: auto;
    margin-bottom: 25px;
  }
  .slider-main__wrap {
    margin-bottom: 50px !important;
  }
  .form-check-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-group-rate-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-group-rate-line .form-sub-title {
    margin-bottom: 15px !important;
  }
  .form-group-rate-line .rate_row {
    margin-bottom: 15px !important;
  }
  .form-check-list__left {
    margin-bottom: 10px;
    font-weight: 500;
  }
  .form-check-list .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-check-list__right,
  .form-check-list__left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-pagination-btn .btn {
    width: 100%;
  }
  .structure-tree > li > ul > li > ul > li > div.item-wrap {
    margin-left: 64px;
  }
  .structure-tree > li > ul > li > div.item-wrap {
    margin-left: 32px;
  }
  .structure-tree > li > ul > li > ul:after {
    left: 7px;
  }
  .dcjq-icon {
    left: -5px;
  }
  .structure-tree > li > ul > li > ul > li > ul:after {
    left: 39px;
  }
  .structure-tree > li > ul > li > ul > li > ul > li > div.item-wrap {
    margin-left: 95px;
  }
  .tabs-container__content {
    margin-left: 0;
  }
  .action-preview .img img {
    width: 100%;
    height: auto;
  }
  .action-preview .action-preview__box {
    height: auto;
  }
  .action-materials {
    margin-left: 60px;
    width: auto;
    margin-top: 10px;
  }
  .action-preview--with-link .title {
    font-size: 16px;
  }
  .news-list .media-category,
  .post-list__img {
    display: none;
  }
  .post-list__info {
    padding-left: 0 !important;
  }
  .section-info-main .eg-val-box {
    display: none !important;
  }
  .news-list {
    margin-top: 0;
  }
  .action-preview--with-link .action-preview__main-link {
    padding-right: 0;
  }
  .docs-preview {
    min-height: 0 !important;
  }
  .docs-preview__box--inner {
    max-height: 200px;
    height: auto !important;
  }
  .wrap-mobile-slider .link-more {
    margin-top: 10px;
  }
  .news-prime-blok .news-box {
    padding-bottom: 25px;
    border-bottom: 1px solid #d5dae0;
    margin-bottom: 5px;
  }
  .news-prime-blok .news-box.news-first {
    padding-bottom: 35px;
  }
  .departament-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .departament-img {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .news-place {
    position: relative;
    margin-top: 15px;
    bottom: auto;
  }
  .media-block.section.section--bg {
    margin-bottom: 0 !important;
  }
  .action-preview--with-link .action-preview__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .action-preview--with-link .action-preview__box .action-preview__list {
    padding-left: 0;
    margin-top: 15px;
    width: 100%;
  }
  .action-preview .action-preview__box {
    min-height: 0px;
  }
  .action-preview .action-preview__box .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    min-height: 40px;
  }
  .action-preview .action-preview__box .inner > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .action-preview .title {
    padding-left: 60px;
  }
  .action-preview .img {
    width: 40px;
    height: 40px;
    position: absolute;
    left: auto;
    margin-bottom: 0;
  }
  .action-preview--with-link .action-preview__main-link {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .action-preview--with-link .action-preview__main-link > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .header__widget-list > li span {
    display: none;
  }
  .main-info-block__wrap {
    bottom: 0;
    margin-top: 0px;
  }
  .section.section--bg {
    padding-bottom: 75px !important;
    margin-bottom: 30px !important;
  }
  .search-nav-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .eg-val-wrap {
    display: none;
  }
  .main-info-block .title .big {
    font-size: 26px;
  }
  .form-search-line--big input.form-control {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .news-list-main__wrap .news-card-preview__box {
    border: 0 !important;
    padding-left: 0;
    padding-right: 0;
    -webkit-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-bottom: 1px solid #e6e7e8 !important;
    min-height: 150px;
    height: auto;
  }
  .news-list-main__wrap {
    margin-bottom: 20px;
  }
  .news-prime-blok .news-box--first .news-first-text {
    border-bottom: 1px solid #e6e7e8 !important;
    padding-bottom: 60px;
    position: relative;
  }
  .news-box--first .news-title {
    margin-bottom: 0;
  }
  .news-prime-blok .news-box--first.news-box {
    padding-bottom: 0;
  }
  .btn-media.btn-media--center {
    margin-top: 40px;
  }
  .media-block.section.section--bg {
    padding-bottom: 40px;
  }
  .section.section-popular {
    background: #ffffff;
    padding-top: 60px;
    padding-bottom: 65px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .service-pop-preview .icon:before {
    color: #c9ddf1 !important;
  }
  .bg-base.service-pop-preview__box {
    background: #f4f7fb;
    min-height: 104px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .bg-base.service-pop-preview__box > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .slider-main__wrap {
    margin-top: 30px !important;
  }
  .widget-quiz {
    margin-top: 35px;
  }
  .news-box__sub-caption {
    left: 16px;
  }
  .news-box__bottom {
    padding-left: 16px;
    padding-right: 16px;
  }
  .section-bottom-rss {
    padding-top: 30px;
  }
  .news-box .news-title {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .news-prime-blok__hr {
    display: none;
  }
  .news-prime-blok .news-date {
    position: static;
    margin: 0;
    left: auto;
    bottom: 30px;
  }
  .news-card-preview {
    margin-bottom: 0 !important;
  }
  .news-prime-blok .news-box--first .news-date {
    bottom: 30px;
  }
  .news-box__img.img-md {
    display: none;
  }
  .bg-box.widget-quiz__inner {
    padding-top: 30px;
    padding-bottom: 65px;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: -16px;
    margin-left: -16px;
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    padding-left: 16px;
    padding-right: 16px;
    min-height: 400px;
  }
  .tabs-nav-wrap h3.section-head,
  .tabs-nav-wrap .page-title {
    min-width: 210px;
  }
  .header__link-lang .btn-lang.dropdown-toggle {
    padding-left: 18px;
  }
  .show-767 {
    display: block;
  }
  .hide-767 {
    display: none;
  }
  .header__widget-list > li i {
    margin: 0 !important;
    margin-right: -3px !important;
  }
  .header__widget-list > li span {
    display: none;
  }
  .all-work-link-desctop,
  .link-list-sites span {
    display: none;
  }
  .service-pop-preview .icon img {
    max-width: 25px;
    z-index: 10;
    margin-right: 0;
  }
  .service-pop-preview__box {
    padding-top: 30px;
  }
  .service-pop-preview .icon:before {
    content: '';
    background: #ffffff;
    border-radius: 50%;
    display: block;
    width: 50px;
    height: 50px;
  }
  .service-pop-preview .inner {
    padding-left: 50px;
  }
  .service-pop-preview .icon {
    width: 25px;
    height: 48px;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 0;
    margin-top: -24px;
  }
  .service-pop-preview .icon-arrow-top {
    display: none;
  }
  .widget-mayor__name > span {
    display: inline-block;
  }
  .widget-mayor__position {
    margin-top: 10px;
  }
  .widget-mayor__name > span {
    font-size: 22px;
  }
  .widget-mayor__name {
    font-size: 16px;
  }
  .widget-mayor__name br {
    display: block;
  }
  .slider-main__wrap {
    margin-bottom: 0;
  }
  .widget-mayor--mobile {
    margin-top: 40px;
  }
  .slick-dots li button {
    background: #c3cad2;
  }
  .slider-main .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .slider-main__nav {
    position: static;
  }
  .slider-main__nav .slick-dots {
    margin-bottom: 0;
  }
  .slider-main__item {
    margin-bottom: 20px;
  }
  .section-top-link-right,
  .section-head--arrow {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
  .section-top-link-right .section-head,
  .section-head--arrow .section-head {
    margin-bottom: 10px;
  }
  .fileinput-button .jq-file__browse {
    top: 0;
    margin-top: 30px;
    position: absolute;
    right: 30px;
    left: 0px;
    width: auto;
    display: block;
  }
  .box-drop-style {
    padding-left: 30px;
    padding-top: 100px;
  }
  .slider-main .inner .btn {
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .service-pop-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }
  .service-pop-banner .left {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  .service-pop-banner .left:after {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    top: auto;
  }
  .service-pop-banner .center {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-right: 0;
    width: 100%;
  }
  .service-pop-banner .right {
    width: 100%;
  }
  .service-pop-banner .btn {
    min-width: 0;
    width: 100%;
  }
  .widget-mayor-btn > span {
    margin-right: 15px;
  }
  .bnt-white {
    width: 100%;
  }
  .widget-mayor-btn i {
    padding-left: 17px;
  }
  .widget-mayor-btn > span {
    margin-right: 15px;
  }
  .widget-mayor__name {
    margin-top: 20px;
  }
  .bg-box.widget-mayor__wrap {
    padding-bottom: 150px;
  }
  .widget-mayor__bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 120px;
  }
  .widget-mayor__bg {
    -webkit-background-size: contain;
            background-size: contain;
    top: 25px;
    width: 65%;
    left: auto;
  }
  .aside .banner-slider__item {
    min-height: 320px !important;
  }
  .slider-main__item {
    height: 400px !important;
  }
  .news-box.news-box--style-bg .img-lg {
    height: 325px;
  }
  .tab-link-left {
    margin-bottom: 30px;
  }
  .quiz-rersult-num {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .quiz-rersult-num .num {
    margin-bottom: 10px !important;
    margin-right: 0 !important;
    width: 100%;
  }
  .quiz-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quiz-box > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .quiz-box .quiz-head {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
    margin-top: 20px;
  }
  .quiz-box .quiz-ok {
    width: 100%;
    margin-bottom: 20px;
  }
  .form-box {
    padding-bottom: 15px;
  }
  .form-sub-title {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .quiz-box .quiz-head__start {
    display: none;
  }
  .quiz-head__start span {
    display: block;
    font-weight: 500;
    margin-top: 5px;
  }
  .quiz-head__end .sub-caption-box {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
  input.form-control--sm {
    max-width: none;
  }
  .form-el-counter {
    display: none;
  }
  .btn-and-text {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .btn-and-text .btn,
  .quiz-box .quiz-footer .btn,
  .btn-and-text .quiz-ok {
    min-width: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .map-city {
    margin-bottom: 40px;
  }
  #map-city,
  .map-city {
    height: 500px;
  }
  .map-city__panel {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    float: right;
    height: 435px;
  }
  .map-city__address {
    margin-bottom: 20px;
  }
  .panel-search {
    padding-top: 20px;
  }
  .close-search-panel span {
    display: none;
  }
  .header__search-form input.form-control,
  .form-search-line input.form-control {
    padding-right: 125px;
  }
  .text-block ol li,
  .text-block ul li {
    padding-left: 20px;
  }
  .text-block .img-wrapper:after {
    font-size: 14px;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.6);
    line-height: 1.2;
  }
  .header__widget-list .toggle-search-panel i {
    margin-right: 0;
  }
  .header__widget-list .toggle-search-panel span {
    display: none;
  }
  .simple-list-nav li a {
    font-size: 16px;
  }
  .panel-search .checkbox-list {
    display: none;
  }
  .breadcrumb-empty > li:first-child:after {
    content: "";
  }
  .breadcrumb .home span {
    display: none;
  }
  .breadcrumb .home:after {
    display: inline-block;
  }
  .direction-box__photo {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .direction-box__info .text-arrow-right {
    margin-bottom: 15px;
  }
  .direction-box__info .text-arrow-right i {
    display: none !important;
  }
  .box-photo-sub-boss {
    margin-bottom: 0 !important;
  }
  .main-work-block {
    margin-bottom: 0px;
  }
  .news-card-daily-map--event .news-card-body {
    padding-bottom: 30px;
    min-height: 0;
  }
  .all-work-link-mobile {
    display: block;
  }
  .photo-box .text i {
    display: none;
  }
  .header-nav {
    opacity: 1 !important;
  }
  .direction-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .direction-box__wrap {
    margin-bottom: 40px;
  }
  .direction-box__wrap-sub {
    margin-left: -20px;
    margin-right: -20px;
  }
  .footer {
    margin-top: 20px;
  }
  .aside {
    margin-top: 50px;
  }
  .page-layer:after {
    display: none;
  }
  .checkbox-list .wrap-check {
    width: 50%;
  }
  .wrap-check-all {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .bg-box,
  .bg-text-box,
  .bg-box--wide {
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .header__link-home span {
    display: none;
  }
  .footer-list-link {
    display: none;
  }
  .footer-link-sitemap-wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0 !important;
  }
  .footer-icon-list-wrap {
    padding-bottom: 0 !important;
  }
  .footer-bottom-info .border-top {
    display: none;
  }
  .block-douwnload-md {
    padding-bottom: 75px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .block-douwnload-md .doc-icon {
    top: auto;
    right: 0;
    left: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .block-douwnload-md .doc-icon br {
    display: none;
  }
  .block-douwnload-md .doc-icon-bg {
    display: none;
  }
  .block-douwnload-md .format {
    margin-right: 10px;
  }
  .block-douwnload-md .btn.btn-block.btn-primary {
    margin-right: 0;
    width: 100%;
  }
  .doc-text {
    margin-top: 35px;
    padding: 35px 30px;
  }
  .document-list__wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .two-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table-tender .side-right,
  .table-tender .side-left {
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
  h1.page-title-prime,
  .h1.page-title-prime {
    padding-right: 0;
  }
  .header-logo .name-company {
    font-size: 15px;
    line-height: 1;
    margin-top: 0px;
  }
  .header-logo .name-company > span {
    font-size: 13px;
  }
  .page-title-prime .name-company {
    line-height: 1;
  }
  .footer__icon-list li {
    margin-bottom: 15px;
  }
  .footer .footer-logo-text .name-company {
    padding-right: 20px;
    font-size: 24px;
  }
  .footer .footer-logo-text .name-company > span {
    font-size: 16px;
  }
  .header__main-nav {
    padding-left: 270px;
  }
  .wrap-pagination {
    margin-top: 35px;
    margin-bottom: 45px;
  }
  .header__main-nav .header-logo {
    max-width: 270px;
  }
  .tablet-hide {
    display: none !important;
  }
  .moblile-close-layer,
  .close-search-panel {
    display: block !important;
    z-index: 1;
    top: 20px;
  }
  .moblile-close-layer.close-page-layer,
  .close-search-panel.close-page-layer,
  .moblile-close-layer.close-top-layer,
  .close-search-panel.close-top-layer {
    z-index: 999;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    right: 16px;
  }
  .moblile-close-layer.close-page-layer i,
  .close-search-panel.close-page-layer i,
  .moblile-close-layer.close-top-layer i,
  .close-search-panel.close-top-layer i {
    margin: 0;
  }
  .layer-top__header .close-top-layer {
    right: 0;
    top: 0;
  }
  .tabs-nav-wrap {
    margin-bottom: 40px;
  }
  .layer-link {
    margin-bottom: 30px;
  }
  .layer-link--map .layer-link__title {
    padding-bottom: 15px;
  }
  .panel-site .layer-top__bottom {
    margin-top: 0;
  }
  .header__search-form .bootstrap-select {
    display: none !important;
  }
  .layer-top.panel-search .tabs-nav-wrap,
  .search__nav-top .tabs-nav-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .search__nav-top {
    margin-bottom: 0 !important;
  }
  .header__search-form input.form-control {
    padding-left: 16px;
  }
  .news-box .img-lg {
    height: 200px;
  }
  .wrap-media-video .video-title {
    font-size: 16px;
  }
  .docs-preview-main > div,
  .news-preview-main > div {
    display: none;
  }
  .docs-preview-main > div:nth-child(1),
  .news-preview-main > div:nth-child(1),
  .docs-preview-main > div:nth-child(2),
  .news-preview-main > div:nth-child(2),
  .docs-preview-main > div:nth-child(3),
  .news-preview-main > div:nth-child(3) {
    display: block;
  }
  .docs-preview-main {
    height: auto !important;
    min-height: 0 !important;
  }
  .docs-preview-main a.border-block-sm {
    height: auto !important;
  }
  .header-nav-more {
    padding: 0;
    height: 90px;
    width: 35px;
  }
  .header-nav-more .btn-gamb {
    display: block;
  }
  .header-nav-more .icon-more {
    display: none;
  }
  .news-list-main__wrap .flex-wrap > div:last-child {
    display: block;
  }
  .simple-list-nav a {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .wrap-media-video {
    height: 350px;
  }
  .friend-block i {
    display: none;
  }
  .friend-block {
    padding-bottom: 30px;
  }
  .friend-block h4 {
    margin-left: 0;
    margin-right: 0;
  }
  .footer .footer-logo-text .prime {
    font-size: 15px;
    line-height: 1.2;
    margin-top: 2px;
  }
  .close-top-layer span,
  .close-page-layer span {
    display: none;
  }
  .layer-top__header {
    padding-right: 60px;
  }
  .header__search-form .search-form-top {
    padding-right: 0px;
    margin-bottom: 0px;
  }
  .header__search-form-header {
    margin-bottom: 10px !important;
  }
  .layer-top__header .title {
    margin-top: 6px;
  }
  .layer-top__inner {
    padding-top: 12px;
  }
  .form-search-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-search-line .search-btn {
    position: static;
    width: 100%;
    margin-top: 10px;
    padding-top: 21px;
    padding-bottom: 22px;
  }
  .layer-top__header .header__search-form {
    margin-top: 30px;
  }
  .search-form .search-form-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .search-form-top--btn .param-search {
    margin-left: 0;
  }
  .header__search-form-header .title {
    margin-bottom: 15px;
  }
  .list-dataset__download .btn-group.bootstrap-select {
    width: 100% !important;
  }
  .header__search-form-header {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 0;
    padding-right: 40px;
    border-bottom: none;
  }
  footer .footer__icon-list li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  footer .footer__icon-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer .list li {
    width: 100%;
  }
  .btn {
    white-space: normal;
  }
  .list-services__item {
    padding-right: 30px;
  }
  .list-services__item span {
    display: none;
  }
  .photo-box-wrap .col-xs-12 {
    width: 50%;
  }
}
@media (max-width: 670px) {
  .photo-box-wrap .col-xs-12 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .direction-card__photo {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .direction-card__photo img {
    max-width: 180px;
  }
  .direction-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-group--field-btn .form-group--field-btn__elem-btn {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 15px;
  }
  .form-group--field-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-group--field-btn label.error {
    margin-left: 0px;
  }
  .form-group--field-btn__elem {
    width: 100%;
  }
  .banner-slider .banner-img {
    width: 100%;
    right: 0;
  }
  .banner-slider__item {
    height: 380px;
  }
  .banner-slider .item-caption {
    padding-left: 0;
    bottom: 50px;
    color: #ffffff;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .custom-pagination li {
    margin-right: 4px;
    margin-bottom: 8px;
  }
  .custom-pagination li:last-child {
    margin-right: 0px;
  }
  .custom-pagination li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
}
@media (max-width: 460px) {
  .wiget-list > li {
    margin-left: 15px;
  }
  .wrap-media-video {
    height: 270px;
  }
  .tabs-nav-wrap h3.section-head,
  .tabs-nav-wrap .page-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .custom-pagination li {
    margin-right: 2px;
    margin-bottom: 8px;
  }
  .custom-pagination li:last-child {
    margin-right: 0px;
  }
  .custom-pagination li a {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
@media (max-width: 359px) {
  .logo {
    margin-right: 14px;
  }
  .tabs-nav-wrap .nav-tabs > li {
    padding-left: 20px;
    font-size: 14px;
  }
  .header__link-home span,
  .link-list-sites span {
    display: none;
  }
}
@media (max-height: 767px) {
  .header {
    height: 141px;
  }
  .header__bottom-panel {
    height: 91px;
  }
  .header__main-nav {
    height: 90px;
  }
  .header-nav > li > a {
    height: 90px;
    line-height: 90px;
  }
  .header-nav-more {
    height: 90px;
  }
  .breadcrumb-section {
    padding-top: 0;
    min-height: auto;
  }
  .breadcrumb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.title-for-print {
  display: none !important;
}
/* печать */
@media print {
  .print-hide,
  .header-nav,
  .header__top-panel,
  .layer-top,
  .footer__icon-list,
  .yii-debug-toolbar,
  .aside,
  .breadcrumb-section,
  .nav-tabs,
  .wrap-pagination {
    display: none !important;
  }
  .main,
  .print-wide {
    width: 100% !important;
  }
  a.footer-logo-container:after {
    content: "" !important;
  }
  .footer {
    border-top: 1px solid #d5dae0;
    display: none !important;
  }
  .document-list__wrap,
  .video-audio-play {
    display: none !important;
  }
  .header-logo .title-for-print {
    display: block !important;
  }
  .header-logo .name-company {
    display: none !important;
  }
  .header__main-nav .header-logo {
    width: 100%;
    max-width: none;
  }
  .tabs-nav-wrap,
  .header-wrap .header-fix {
    border: none;
  }
  .bg-box,
  .wrap-media-video .video-preview {
    border: 1px solid #d5dae0;
  }
  .layer-top {
    display: none !important;
  }
  .header {
    padding-top: 0 !important;
  }
}
/* media-photo */
.section.section-gallery {
  padding: 45px 30px;
  margin-top: 30px;
  margin-bottom: 90px;
}
.gallery-preview-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-left: -4px;
  margin-right: -4px;
}
.gallery-preview-list li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 25%;
  border: 2px solid transparent;
}
.gallery-preview-list a {
  width: 100%;
  display: block;
}
.gallery-preview-list img {
  width: 100%;
  height: auto;
}
.gallery-media-photo-head {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 1250px) {
  .gallery-preview-list li {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .gallery-preview-list li {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .gallery-preview-list li {
    width: 100%;
  }
}
/* fancybox */
.fancybox-caption-wrap {
  display: none !important;
}
.fancybox-image-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 20px 20px;
  font-size: 18px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.45)), to(#000000)) !important;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, #000000 100%) !important;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, #000000 100%) !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, #000000 100%) !important;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  z-index: 20;
}
@media (max-width: 767px) {
  .fancybox-image-title {
    padding: 15px 10px;
    font-size: 12px;
  }
}
/* seach-block */
.seach-block {
  padding: 30px 0;
}
.seach-block__info {
  font-size: 16px;
  color: #40cced;
}
.seach-block__field {
  position: relative;
}
.seach-block__field input.form-control {
  height: 60px;
}
.seach-block__field i {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.seach-block__field i:hover {
  opacity: 1;
}
.seach-block .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.seach-block .row:after,
.seach-block .row:before {
  content: none;
}
@media (max-width: 767px) {
  .seach-block {
    padding: 20px 0;
  }
  .seach-block__info {
    margin-bottom: 15px;
  }
  .seach-block__field {
    position: relative;
  }
  .seach-block__field i {
    right: 10px;
  }
}
/* sheare-list */
.sheare-list-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.sheare-list-wrap .sheare-btn {
  color: #ABAFBB;
  border-radius: 6px;
}
.sheare-list-wrap .sheare-btn:hover,
.sheare-list-wrap .sheare-btn.active {
  color: #e20338;
}
.sheare-list-wrap .sheare-ell a {
  color: #ABAFBB;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
}
.sheare-list-wrap .sheare-ell a:hover,
.sheare-list-wrap .sheare-ell a.active {
  color: #e20338;
  border: 2px solid #e20338;
}
.sheare-list-wrap .sheare-btn,
.sheare-list-wrap .sheare-ell a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.sheare-list-wrap .sheare-btn i,
.sheare-list-wrap .sheare-ell a i {
  font-size: 18px;
}
.sheare-list-wrap .sheare-btn .icon-vk,
.sheare-list-wrap .sheare-ell a .icon-vk {
  font-size: 10px;
}
.sheare-list-wrap .sheare-btn .icon-tw,
.sheare-list-wrap .sheare-ell a .icon-tw {
  font-size: 14px;
}
.sheare-list-wrap ul.sheare-list {
  position: absolute;
  right: 100%;
  top: -3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 8px;
  margin: 0;
  height: 44px;
  width: 0;
  overflow: hidden;
  opacity: 0;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.sheare-list-wrap ul.sheare-list.active {
  visibility: visible;
  opacity: 1;
  width: 168px;
}
.sheare-list-wrap ul.sheare-list .sheare-ell {
  display: inline-block;
  width: auto;
  float: none;
  margin-right: 5px;
}
.sheare-list-wrap ul.sheare-list .sheare-ell:last-child {
  margin-right: 0;
}
.sheare-list-wrap ul.sheare-list {
  margin-right: 4px !important;
}
.sheare-list-wrap ul.sheare-list .ya-share2__item .ya-share2__icon {
  width: 34px !important;
  height: 34px !important;
  font-size: 18px;
  line-height: 30px;
}
.sheare-list-wrap ul.sheare-list .ya-share2__item.ya-share2__item_service_vkontakte .ya-share2__icon:before {
  font-size: 10px;
  line-height: 34px;
}
.sheare-list-wrap ul.sheare-list .ya-share2__item.ya-share2__item_service_twitter .ya-share2__icon:before {
  font-size: 14px;
  line-height: 32px;
}
/* soc-tv-card */
.soc-tv-card {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  background-color: #F1F2F2;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  cursor: pointer;
  margin-bottom: 30px;
}
.soc-tv-card .sheare-num {
  display: none;
}
.soc-tv-card:hover {
  -webkit-box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px);
}
.soc-tv-card:hover .soc-tv-card__title {
  color: #e20338;
}
.soc-tv-card__preview {
  position: relative;
  width: 100%;
  height: 200px;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.soc-tv-card__preview-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 39, 43, 0.35);
}
.soc-tv-card__preview-bg i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
}
.soc-tv-card__preview-bg i:before {
  margin-left: 6px;
}
.soc-tv-card__body {
  padding: 28px 35px 26px;
}
.soc-tv-card__content {
  position: relative;
  height: 72px;
  margin-bottom: 15px;
  overflow: hidden;
}
.soc-tv-card__content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 242, 242, 0)), color-stop(25%, rgba(241, 242, 242, 0.35)), to(#f1f2f2));
  background: -webkit-linear-gradient(top, rgba(241, 242, 242, 0) 0%, rgba(241, 242, 242, 0.35) 25%, #f1f2f2 100%);
  background: -o-linear-gradient(top, rgba(241, 242, 242, 0) 0%, rgba(241, 242, 242, 0.35) 25%, #f1f2f2 100%);
  background: linear-gradient(to bottom, rgba(241, 242, 242, 0) 0%, rgba(241, 242, 242, 0.35) 25%, #f1f2f2 100%);
}
.soc-tv-card__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 11px;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.soc-tv-card__text {
  font-size: 18px;
  line-height: 1.3;
}
.soc-tv-card__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.soc-tv-card__date {
  font-size: 15px;
  color: #939598;
  line-height: 1.2;
}
.soc-tv-card__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
}
.soc-tv-card__view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 34px;
  color: #ABAFBB;
  margin-right: 6px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.soc-tv-card__view:hover {
  color: #e20338;
}
@media (max-width: 767px) {
  .soc-tv-card:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .soc-tv-card__preview {
    height: 180px;
  }
  .soc-tv-card__body {
    padding: 25px 20px 25px;
  }
  .soc-tv-card__content {
    height: 62px;
  }
  .soc-tv-card__title {
    font-size: 16px;
  }
  .soc-tv-card__text {
    font-size: 16px;
  }
  .soc-tv-card__date {
    font-size: 14px;
  }
}
.soc-tv-modal .modal-dialog {
  width: 100%;
  max-width: 754px;
}
.soc-tv-modal .modal-content {
  padding: 0;
  border-radius: 6px;
  background: #ffffff;
  border: none;
  overflow: hidden;
}
.soc-tv-modal .icon-close {
  position: absolute;
  top: 0;
  right: -52px;
  color: #ffffff;
  font-size: 26px;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  cursor: pointer;
  z-index: 30;
}
.soc-tv-modal .icon-close:hover {
  color: #e20338;
}
.soc-tv-modal .sheare-list-wrap ul.sheare-list {
  background-color: #F1F2F2;
}
.soc-tv-modal__video .media-card .video-layer {
  width: 100%;
  height: 425px;
  background-color: #000000;
  vertical-align: text-bottom;
}
.soc-tv-modal__video .media-card__video-bg:before {
  content: none;
}
.soc-tv-modal__body {
  padding: 44px 36px 36px;
}
.soc-tv-modal__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 11px;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.soc-tv-modal__text {
  font-size: 18px;
  line-height: 1.3;
}
.soc-tv-modal__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.soc-tv-modal__date {
  font-size: 15px;
  color: #939598;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .soc-tv-modal .icon-close {
    top: -30px;
    right: 0px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .soc-tv-modal {
    background-color: #ffffff;
  }
  .soc-tv-modal .modal-dialog {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .soc-tv-modal .modal-content {
    padding-top: 40px;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .soc-tv-modal .icon-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000000;
    font-size: 18px;
  }
  .soc-tv-modal__video .media-card .video-layer {
    width: 100%;
    height: 255px;
  }
  .soc-tv-modal__body {
    padding: 40px 20px 30px;
  }
  .soc-tv-modal__content {
    margin-bottom: 30px;
  }
  .soc-tv-modal__title {
    font-size: 16px;
  }
  .soc-tv-modal__text {
    font-size: 16px;
  }
  .soc-tv-modal__date {
    font-size: 14px;
  }
}
@media (max-width: 424px) {
  .soc-tv-modal__video .media-card .video-layer {
    height: 195px;
  }
}
/* flex-more */
.flex-more {
  padding-top: 10px;
}
.flex-more .wrap-pagination {
  margin: 0;
  margin-bottom: 10px;
  text-align: left;
}
.flex-more .btn {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.flex-more.flex-more-center .wrap-pagination {
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
}
.flex-more.flex-more-center .row-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-more.flex-more-center .row-between:before {
  content: none;
}
.flex-more.flex-more-center .row-between:after {
  content: none;
}
@media (max-width: 767px) {
  .flex-more.flex-more-center .row-between {
    display: block;
  }
}
.category-block {
  margin-bottom: 35px;
}
.category-block .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.category-block .row:before {
  content: none;
}
.category-block .row:after {
  content: none;
}
@media (max-width: 767px) {
  .category-block {
    margin-bottom: 30px;
  }
}
/* bg-color */
.bg-color {
  background-color: #F1F2F2;
}
.bg-color.header__bottom-panel {
  border-bottom: 1px solid #D8DBDF;
}
/* tv-prime-slider */
.tv-prime-section {
  padding-bottom: 20px;
}
.tv-prime-section h1.page-title {
  margin-bottom: 15px;
}
.slider-wrap {
  position: relative;
}
.slider-wrap .slider-control {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  max-width: 980px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slider-wrap .slider-control__arrow {
  position: absolute;
  top: 50%;
  color: #ffffff;
  font-size: 60px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.slider-wrap .slider-control__arrow.slide-prev {
  left: -100px;
}
.slider-wrap .slider-control__arrow.slide-next {
  right: -100px;
}
.tv-prime-slider .slick-dots {
  display: none !important;
  margin-bottom: 0;
}
.tv-prime-slider .slider-ell {
  width: 100vw;
  max-width: 950px;
  padding: 0 15px;
  -webkit-transition: all .4s linear;
       -o-transition: all .4s linear;
          transition: all .4s linear;
}
.tv-prime-slider .slider-ell.slick-center .tv-prime-slide__content {
  background-color: rgba(33, 39, 43, 0.35);
}
.tv-prime-slider .slider-ell.slick-center .tv-prime-slide__head {
  opacity: 1;
}
.tv-prime-slider .slider-ell.slick-center .tv-prime-slide__body {
  opacity: 1;
}
@media (min-width: 768px) {
  .tv-prime-section {
    padding-bottom: 28px;
  }
  .tv-prime-slider .slick-dots {
    display: none !important;
  }
  .tv-prime-slider .slider-ell {
    max-width: 710px;
  }
  .slider-wrap .slider-control {
    max-width: 710px;
  }
  .slider-wrap .slider-control__arrow.slide-prev {
    left: -20px;
  }
  .slider-wrap .slider-control__arrow.slide-next {
    right: -20px;
  }
}
@media (min-width: 992px) {
  .tv-prime-slider .slider-ell {
    max-width: 900px;
  }
  .slider-wrap .slider-control {
    max-width: 900px;
  }
  .slider-wrap .slider-control__arrow.slide-prev {
    left: -40px;
  }
  .slider-wrap .slider-control__arrow.slide-next {
    right: -40px;
  }
}
@media (min-width: 1270px) {
  .tv-prime-slider .slider-ell {
    max-width: 980px;
  }
  .slider-wrap .slider-control {
    max-width: 980px;
  }
  .slider-wrap .slider-control__arrow.slide-prev {
    left: -60px;
  }
  .slider-wrap .slider-control__arrow.slide-next {
    right: -60px;
  }
}
@media (min-width: 1399px) {
  .slider-wrap .slider-control__arrow.slide-prev {
    left: -100px;
  }
  .slider-wrap .slider-control__arrow.slide-next {
    right: -100px;
  }
}
@media (max-width: 767px) {
  .tv-prime-slider .slick-track {
    padding: 10px 0;
  }
  .tv-prime-slider .slider-ell {
    width: 100vw;
    max-width: 100vw;
    padding: 0 15px;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: all .4s linear;
         -o-transition: all .4s linear;
            transition: all .4s linear;
  }
  .tv-prime-slider .slider-ell.slick-center {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .slider-wrap .slider-control {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: 0;
    top: 100%;
    width: 100vw;
    height: 50px;
    max-width: 980px;
    padding: 0 15px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  .slider-wrap .slider-control__arrow {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 46px;
    height: 46px;
    font-size: 14px;
    color: #ffffff;
    background-color: #e20338;
    border: 1px solid #e20338;
    border-radius: 50%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  .slider-wrap .slider-control__arrow.slide-prev.icon-sl-angle-left {
    left: auto;
    margin-right: 10px;
  }
  .slider-wrap .slider-control__arrow.slide-prev.icon-sl-angle-left:before {
    content: "\e92b";
    margin-left: -1px;
  }
  .slider-wrap .slider-control__arrow.slide-next.icon-sl-angle-right {
    right: auto;
  }
  .slider-wrap .slider-control__arrow.slide-next.icon-sl-angle-right:before {
    content: "\e901";
    margin-right: -3px;
  }
}
.tv-prime-slide {
  position: relative;
  width: 100%;
  height: -webkit-calc(100vh - 320px);
  height: calc(100vh - 320px);
  min-height: 420px;
  max-height: 528px;
  color: #ffffff;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  border-radius: 6px;
  overflow: hidden;
}
.tv-prime-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 140px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 39, 43, 0)), to(rgba(33, 39, 43, 0.6)));
  background: -webkit-linear-gradient(bottom, rgba(33, 39, 43, 0) 0%, rgba(33, 39, 43, 0.6) 100%);
  background: -o-linear-gradient(bottom, rgba(33, 39, 43, 0) 0%, rgba(33, 39, 43, 0.6) 100%);
  background: linear-gradient(to top, rgba(33, 39, 43, 0) 0%, rgba(33, 39, 43, 0.6) 100%);
}
.tv-prime-slide:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 39, 43, 0)), to(rgba(33, 39, 43, 0.6)));
  background: -webkit-linear-gradient(top, rgba(33, 39, 43, 0) 0%, rgba(33, 39, 43, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(33, 39, 43, 0) 0%, rgba(33, 39, 43, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(33, 39, 43, 0) 0%, rgba(33, 39, 43, 0.6) 100%);
}
.tv-prime-slide .sheare-list-wrap .sheare-btn {
  color: #ffffff;
}
.tv-prime-slide .soc-tv-card__view {
  color: #ffffff;
}
.tv-prime-slide__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 23px 30px 42px;
  background-color: rgba(33, 39, 43, 0.75);
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  z-index: 10;
}
.tv-prime-slide__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.tv-prime-slide__head .sheare-num {
  display: none;
}
.tv-prime-slide__body {
  opacity: 0;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.tv-prime-slide__date {
  font-size: 15px;
  line-height: 1.2;
}
.tv-prime-slide__title {
  font-size: 32px;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 26px;
}
.tv-prime-slide__text {
  font-size: 22px;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 40px;
}
.tv-prime-slide .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 224px;
  margin-bottom: 0;
}
.tv-prime-slide .btn i {
  margin-left: 16px;
}
@media (max-width: 1440px) {
  .tv-prime-slide {
    height: -webkit-calc(100vh - 290px);
    height: calc(100vh - 290px);
  }
}
@media (max-width: 1199px) {
  .tv-prime-slide {
    height: 480px;
  }
  .tv-prime-slide__title {
    font-size: 26px;
  }
  .tv-prime-slide__text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .tv-prime-slide {
    height: 400px;
    min-height: 400px;
  }
  .tv-prime-slide__content {
    padding: 20px 30px 30px;
  }
  .tv-prime-slide__date {
    font-size: 15px;
    line-height: 1.2;
  }
  .tv-prime-slide__title {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .tv-prime-slide__text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .tv-prime-slide .btn {
    padding: 12px 20px;
  }
  .tv-prime-slide .btn i {
    margin-left: 14px;
  }
}
@media (max-width: 767px) {
  .tv-prime-slide {
    height: 320px;
    min-height: 320px;
  }
  .tv-prime-slide__content {
    padding: 10px 20px 20px;
  }
  .tv-prime-slide__date {
    font-size: 14px;
  }
  .tv-prime-slide__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .tv-prime-slide__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .tv-prime-slide .btn {
    width: 200px;
  }
  .tv-prime-slide .btn i {
    margin-left: 10px;
  }
}
@media (max-width: 426px) {
  .tv-prime-slide {
    height: 240px;
    min-height: 240px;
  }
}
/* modal */
.modal.in .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.section.media-block {
  padding-top: 89px;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .section.media-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* media-card  */
.media-card {
  margin-bottom: 22px;
}
.media-card .video-layer {
  position: relative;
  width: 100%;
  height: 195px;
  vertical-align: middle;
  z-index: 10;
}
.media-card .video-layer:focus {
  outline: none;
}
.media-card__video {
  position: relative;
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
}
.media-card__video.video-play .media-card__video-bg {
  visibility: hidden;
  opacity: 0;
}
.media-card__video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 32, 32, 0.3);
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  z-index: 20;
}
.media-card__video-bg .sheare-num {
  display: none;
}
.media-card__video-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 32, 32, 0.6)), to(rgba(32, 32, 32, 0)));
  background: -webkit-linear-gradient(top, rgba(32, 32, 32, 0.6) 0%, rgba(32, 32, 32, 0) 100%);
  background: -o-linear-gradient(top, rgba(32, 32, 32, 0.6) 0%, rgba(32, 32, 32, 0) 100%);
  background: linear-gradient(to bottom, rgba(32, 32, 32, 0.6) 0%, rgba(32, 32, 32, 0) 100%);
}
.media-card__video-bg .sheare-list-wrap {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 30;
}
.media-card__video-bg .btn-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 36px;
  bottom: 38px;
  width: 100%;
  max-width: 224px;
  padding: 15px 10px;
}
.media-card__video-bg .btn-primary i {
  margin-left: 18px;
}
.media-card__video-bg .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  margin-top: -8px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.media-card__video-bg .btn-play i {
  margin-left: 4px;
}
.media-card__video-bg .btn-play:hover {
  color: #e20338;
  border: 2px solid #e20338;
}
.media-card__title {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 10px;
}
.media-card__date {
  font-size: 15px;
  color: #a9abb1;
  line-height: 1.2;
}
.media-card.media-card--full .video-layer {
  width: 100%;
  height: 471px;
}
.media-card.media-card--full .media-card__video-bg .btn-play {
  display: none;
}
@media (max-width: 1270px) {
  .media-card .video-layer {
    height: 165px;
  }
  .media-card.media-card--full .video-layer {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .media-card .video-layer {
    height: 404px;
  }
  .media-card__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .media-card__date {
    font-size: 14px;
  }
  .media-card.media-card--full .video-layer {
    width: 100%;
    height: 404px;
  }
  .media-card.media-card--full .media-card__video-bg .btn-play {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .media-card.media-card--full .media-card__video-bg .btn-primary {
    display: none;
  }
}
@media (max-width: 767px) {
  .media-card .video-layer {
    height: 255px;
  }
  .media-card.media-card--full .video-layer {
    height: 255px;
  }
}
@media (max-width: 424px) {
  .media-card .video-layer {
    height: 195px;
  }
  .media-card.media-card--full .video-layer {
    height: 195px;
  }
}
/* banner-abilympics */
.banner-abilympics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 38px 35px;
  background-color: #F2F2F2;
  border-radius: 4px;
  background-image: url('../img/icon/banner-logo.svg');
  background-position: 60% center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.banner-abilympics__logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 160px;
  height: 126px;
  padding-right: 20px;
}
.banner-abilympics__logo img {
  width: 88px;
  height: auto;
}
.banner-abilympics__logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: #00AA21;
  border-radius: 4px;
}
.banner-abilympics__content {
  padding: 5px 0 0;
}
.banner-abilympics__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-left: 62px;
}
.banner-abilympics__body .title {
  color: #001382;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
  margin-bottom: 3px;
}
.banner-abilympics__body .title .title-prime {
  font-size: 19px;
  text-transform: uppercase;
}
.banner-abilympics__body .prime {
  color: #FD0000;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 0;
}
.banner-abilympics__body .prime .prime-num {
  font-size: 40px;
  margin: 0 5px 0 3px;
  line-height: 20px;
}
.banner-abilympics__body .prime .prime-descr {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  font-size: 36px;
  text-transform: lowercase;
}
.banner-abilympics__body .sub {
  color: #FD0000;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.banner-abilympics__btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 40px;
}
.banner-abilympics__btn .btn {
  position: relative;
  width: 284px;
  max-width: 284px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #00AF1E;
  border: none;
}
.banner-abilympics__btn .btn .text {
  position: relative;
  z-index: 10;
}
.banner-abilympics__btn .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  z-index: 5;
}
.banner-abilympics__btn .btn:hover:after {
  opacity: 1;
}
@media (max-width: 1269px) {
  .banner-abilympics {
    padding: 38px 30px;
    background-position: 90% center;
  }
  .banner-abilympics__body {
    display: block;
    width: 100%;
    padding-left: 40px;
  }
  .banner-abilympics__content {
    margin-bottom: 20px;
  }
  .banner-abilympics__btn {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .banner-abilympics {
    display: block;
    padding: 30px;
    background-image: url('../img/icon/banner-logo-m.svg');
    background-position: right center;
  }
  .banner-abilympics__logo {
    display: none;
  }
  .banner-abilympics__logo img {
    width: 88px;
    height: auto;
  }
  .banner-abilympics__logo:after {
    content: none;
  }
  .banner-abilympics__body {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .banner-abilympics__body .title {
    margin-bottom: 10px;
  }
  .banner-abilympics__body .prime {
    display: inline-block;
    margin-bottom: 5px;
  }
  .banner-abilympics__body .prime .prime-num {
    font-size: 26px;
    line-height: 1.2;
    margin: 0 10px 0 0;
  }
  .banner-abilympics__body .prime .prime-descr {
    font-size: 20px;
  }
  .banner-abilympics__body .sub {
    margin-bottom: 10px;
  }
  .banner-abilympics__content {
    margin-bottom: 30px;
  }
  .banner-abilympics__btn {
    margin-left: 0;
  }
  .banner-abilympics__btn .btn {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 424px) {
  .banner-abilympics {
    background-position: -150% center;
  }
}
/* banner-base */
.banner-base {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 37px 60px;
  background-color: #F2F2F2;
  border-radius: 4px;
}
.banner-base__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  border-radius: 4px;
  z-index: 5;
}
.banner-base__logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 140px;
  height: 126px;
  padding-right: 60px;
  z-index: 10;
}
.banner-base__logo img {
  width: 80px;
  height: auto;
}
.banner-base__logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: .3;
}
.banner-base__logo.banner-base__logo-xl {
  width: 180px;
}
.banner-base__logo.banner-base__logo-xl img {
  width: 120px;
  height: auto;
}
.banner-base__body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-left: 62px;
  z-index: 10;
}
.banner-base__body .prime {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}
.banner-base__body .sub {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin-bottom: 20px;
}
.banner-base__btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 70px;
}
.banner-base__btn .btn {
  position: relative;
  width: 284px;
  max-width: 284px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.banner-base__btn .btn .text {
  position: relative;
  z-index: 10;
}
.banner-base__btn .btn:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 13px 0px rgba(255, 255, 255, 0.15);
          box-shadow: 0 4px 13px 0px rgba(255, 255, 255, 0.15);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media (max-width: 1269px) {
  .banner-base {
    padding: 38px 40px;
  }
  .banner-base__logo {
    width: 120px;
    padding-right: 40px;
  }
  .banner-base__logo.banner-base__logo-xl {
    width: 160px;
  }
  .banner-base__logo.banner-base__logo-xl img {
    width: 120px;
    height: auto;
  }
  .banner-base__body {
    display: block;
    width: 100%;
    padding-left: 40px;
  }
  .banner-base__content {
    margin-bottom: 20px;
  }
  .banner-base__btn {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .banner-base {
    display: block;
    padding: 30px;
    background-color: #0095B8;
    background-position: right center;
  }
  .banner-base__logo {
    width: 100%;
    height: auto;
    padding-right: 0;
    margin: 0 auto 30px;
  }
  .banner-base__logo img {
    display: block;
    width: 88px;
    height: auto;
    margin: 0 auto;
  }
  .banner-base__logo:after {
    content: none;
  }
  .banner-base__body {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .banner-base__body .title {
    margin-bottom: 10px;
  }
  .banner-base__body .prime {
    display: inline-block;
    margin-bottom: 5px;
  }
  .banner-base__body .prime .prime-num {
    font-size: 26px;
    line-height: 1.2;
    margin: 0 10px 0 0;
  }
  .banner-base__body .prime .prime-descr {
    font-size: 20px;
  }
  .banner-base__body .sub {
    margin-bottom: 10px;
  }
  .banner-base__content {
    margin-bottom: 30px;
  }
  .banner-base__btn {
    margin-left: 0;
  }
  .banner-base__btn .btn {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 424px) {
  .banner-base {
    background-position: -150% center;
  }
}
/* nav-btn */
.nav-btn a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px !important;
  color: #ffffff !important;
  padding: 10px 20px !important;
  border-radius: 4px;
  background-color: #00CDEF;
}
.nav-btn a:after {
  content: none !important;
}
.nav-btn:hover a {
  color: #ffffff !important;
  background-color: #0c6e8c;
}
.nav-btn:hover a:after {
  content: none !important;
}
.nav-btn.active a {
  color: #ffffff !important;
  background-color: #0c6e8c;
}
.nav-btn.active a:after {
  content: none !important;
}
.nav-accordion .nav-btn.item-wrap {
  padding-right: 0;
}
/* ===== moscow longevity ===== */
.mr-b-80 {
  margin-bottom: 40px;
}
.sec-mos-prime {
  padding-bottom: 20px;
}
.sec-mos {
  padding: 45px 0 50px;
}
.sec-mos.sec-mos--contact {
  margin-bottom: -80px;
  background-color: #00853B;
}
.mos-title {
  font-size: 28px;
  font-size: 2.8rem;
  color: #00853b;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
}
.text-white .mos-title {
  color: #ffffff;
}
.mos-text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 36px;
}
.mos-text p {
  margin-bottom: 10px;
}
.sec-mos .section-top-link-right,
.sec-mos .section-head--arrow {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.sec-mos .section-top-link-right .section-head__arrow,
.sec-mos .section-head--arrow .section-head__arrow {
  margin-top: 6px;
}
.sec-mos .btn-media.btn-media--center {
  margin-top: 20px;
}
.show-xs {
  display: none;
}
@media (max-width: 767px) {
  .mr-b-80 {
    margin-bottom: 30px;
  }
  .sec-mos-prime {
    padding-bottom: 0px;
  }
  .sec-mos {
    padding: 30px 0 30px;
  }
  .mos-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .mos-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec-mos .section-top-link-right,
  .sec-mos .section-head--arrow {
    margin-bottom: 0;
  }
  .show-xs {
    display: block;
  }
}
.mos-primeSlider {
  position: relative;
  margin-bottom: 45px;
}
.mos-primeSlider__control {
  position: absolute;
  right: 35px;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
}
.mos-primeSlider__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  margin-right: 15px;
  color: #ffffff;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  cursor: pointer;
}
.mos-primeSlider__arrow.slide-prev:before {
  margin-left: -1px;
}
.mos-primeSlider__arrow.slide-next:before {
  margin-right: -3px;
}
.mos-primeSlider__arrow:last-child {
  margin-right: 0;
}
.mos-primeSlider__arrow:hover {
  color: #ffffff;
  background-color: #e20338;
  border: 1px solid #e20338;
}
.mos-primeSlider .slick-dots {
  position: absolute;
  right: 170px;
  bottom: 52px;
  width: auto;
  margin-bottom: 0;
  padding: 0;
}
.mos-primeSlider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.5);
}
.mos-primeSlider .slick-dots li button:hover,
.mos-primeSlider .slick-dots li button:focus {
  background-color: #ffffff !important;
}
.mos-primeSlider .slick-dots li.slick-active button {
  background-color: #ffffff !important;
}
.mos-prime-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 478px;
  padding: 40px 35px;
  border-radius: 4px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden;
}
.mos-prime-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(57, 56, 54, 0.5);
  z-index: 5;
}
.mos-prime-slide:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 158px;
  background: -webkit-linear-gradient(90deg, rgba(32, 32, 32, 0.8), rgba(32, 32, 32, 0));
  background: -o-linear-gradient(90deg, rgba(32, 32, 32, 0.8), rgba(32, 32, 32, 0));
  background: linear-gradient(0deg, rgba(32, 32, 32, 0.8), rgba(32, 32, 32, 0));
  z-index: 10;
}
.mos-prime-slide__content {
  position: relative;
  z-index: 20;
}
.mos-prime-slide__title {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  max-width: 650px;
  margin-bottom: 25px;
}
.mos-prime-slide .btn {
  width: 100%;
  max-width: 224px;
}
@media (max-width: 767px) {
  .mos-primeSlider {
    position: relative;
    margin-bottom: 60px;
  }
  .mos-primeSlider__control {
    display: none;
  }
  .mos-primeSlider .slick-dots {
    position: absolute;
    left: 0;
    right: auto;
    bottom: -40px;
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }
  .mos-primeSlider .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 4px;
    background-color: #e20338;
    opacity: 0.5;
  }
  .mos-primeSlider .slick-dots li button:hover {
    opacity: 1;
  }
  .mos-primeSlider .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #e20338 !important;
  }
  .mos-primeSlider .slick-dots li:last-child {
    width: 8px;
  }
  .mos-prime-slide {
    height: 340px;
    padding: 20px 20px 20px;
  }
  .mos-prime-slide:after {
    height: 100px;
  }
  .mos-prime-slide__title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    max-width: 650px;
    margin-bottom: 25px;
  }
  .mos-prime-slide .btn {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 519px) {
  .mos-prime-slide {
    height: 260px;
  }
}
.mos-slider__sl {
  margin: 0 -15px;
}
.mos-slider__ell {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto !important;
  padding: 0 15px;
}
.mos-slider__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mos-slider__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  margin-right: 15px;
  color: #D2D3D4;
  font-size: 14px;
  border: 1px solid #D2D3D4;
  border-radius: 50%;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  cursor: pointer;
}
.mos-slider__arrow.slide-prev:before {
  margin-left: -1px;
}
.mos-slider__arrow.slide-next:before {
  margin-right: -3px;
}
.mos-slider__arrow:last-child {
  margin-right: 0;
}
.mos-slider__arrow:hover {
  color: #ffffff;
  background-color: #e20338;
  border: 1px solid #e20338;
}
.mos-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}
.mos-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: auto;
  padding: 0 15px;
  margin: 0;
}
.mos-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 4px;
  background-color: #e20338;
  opacity: 0.5;
}
.mos-slider .slick-dots li button:hover {
  opacity: 1;
}
.mos-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.mos-slider .slick-dots li:last-child {
  width: 8px;
}
@media (max-width: 767px) {
  .mos-slider__control {
    display: none;
  }
  .mos-slider .slick-dots {
    bottom: -10px;
    width: 100%;
  }
}
.photo-gall-card {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 4px;
  overflow: hidden;
}
.photo-gall-card__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.photo-gall-card:hover .photo-gall-card__bg {
  -webkit-transform: scale(1.06, 1.06);
      -ms-transform: scale(1.06, 1.06);
       -o-transform: scale(1.06, 1.06);
          transform: scale(1.06, 1.06);
}
.quotes-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 43px 65px 46px;
  border-radius: 4px;
  background-color: #ffffff;
  overflow: hidden;
}
.quotes-card:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #e20338;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.quotes-card:hover:after {
  height: 5px;
}
.quotes-card__icon {
  color: #C8C8C8;
  font-size: 24px;
  margin-top: 6px;
  margin-right: 60px;
}
.quotes-card__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 26px;
}
.quotes-card__autor .name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 7px;
}
.quotes-card__autor .descr {
  color: #939598;
}
@media (max-width: 767px) {
  .quotes-card {
    display: block;
    padding: 30px 20px 30px;
    border-radius: 4px;
  }
  .quotes-card__icon {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .quotes-card__text {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .quotes-card__autor .name {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .quotes-card__autor .descr {
    color: #939598;
  }
}
.figures-card {
  display: block;
  width: 100%;
  padding: 52px 20px 44px;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.figures-card.figures-card--red {
  background-color: #A91E2E;
}
.figures-card.figures-card--red:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(169, 30, 46, 0.3);
          box-shadow: 0 10px 20px 0 rgba(169, 30, 46, 0.3);
}
.figures-card.figures-card--green {
  background-color: #00853B;
}
.figures-card.figures-card--green:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 133, 59, 0.3);
          box-shadow: 0 10px 20px 0 rgba(0, 133, 59, 0.3);
}
.figures-card__num {
  font-size: 60px;
  font-weight: 800;
  line-height: 0.8;
}
.figures-card__hr {
  display: inline-block;
  width: 52px;
  height: 4px;
  margin: 26px 0 18px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.4);
}
.figures-card__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.mos-slider .news-box__img {
  margin-top: 0;
  height: 200px;
}
.mos-cont__ell {
  margin-bottom: 12px;
}
.mos-cont__ell .descr {
  line-height: 1.3;
  opacity: 0.6;
  margin-bottom: 3px;
}
.mos-cont__ell .prime {
  font-weight: 500;
  line-height: 1.3;
}
.mos-cont__ell .prime a:hover {
  color: #e20338;
}
.mos-soc__title {
  line-height: 1.3;
  opacity: 0.6;
  margin-bottom: 32px;
}
.mos-soc__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}
.mos-soc__ell {
  width: 50%;
  padding: 0 15px;
}
.mos-soc__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 0;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 30px;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.mos-soc__link i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 59px;
  height: 28px;
  margin-right: 30px;
  font-size: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.mos-soc__link i.icon-vk {
  font-size: 12px;
}
.mos-soc__link .text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.mos-soc__link:hover {
  background-color: #e20338;
  border: 1px solid #e20338;
}
@media (max-width: 991px) {
  .mos-cont {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mos-soc {
    margin-bottom: 40px;
  }
  .mos-soc__title {
    margin-bottom: 30px;
  }
  .mos-soc__list {
    display: block;
    margin: 0;
  }
  .mos-soc__ell {
    width: 100%;
    padding: 0;
  }
  .mos-soc__link {
    margin-bottom: 20px;
  }
}
.sec-mos-practice {
  padding-bottom: 30px;
}
.areas-practice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}
.areas-practice__ell {
  position: relative;
  width: 14.285%;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 40px;
  cursor: pointer;
}
.areas-practice__ell:hover .areas-practice__icon {
  -webkit-filter: grayscale(0) !important;
          filter: grayscale(0) !important;
}
.areas-practice__ell:hover .areas-practice__icon-wr:before {
  -webkit-box-shadow: 0 6px 60px 0px rgba(0, 133, 59, 0.8);
          box-shadow: 0 6px 60px 0px rgba(0, 133, 59, 0.8);
}
.areas-practice__icon-wr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  margin-bottom: 30px;
}
.areas-practice__icon-wr:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.areas-practice__icon {
  max-height: 100%;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.areas-practice__title {
  line-height: 1.5;
}
.areas-practice.hover .areas-practice__ell .areas-practice__icon {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.tooltip-areas.tooltip {
  width: 100vw;
  max-width: 700px;
  opacity: 1;
  padding: 0;
  margin-top: 30px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(101, 102, 102, 0.25);
          box-shadow: 0px 4px 10px 0px rgba(101, 102, 102, 0.25);
}
.tooltip-areas.tooltip .tooltip-inner {
  width: 100%;
  max-width: 100%;
  padding: 44px 34px 44px;
  text-align: left;
  border-radius: 4px;
  background-color: #ffffff;
}
.tooltip-areas.tooltip .tooltip-inner .title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #00853b;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}
.tooltip-areas.tooltip .tooltip-inner .text {
  color: #000000;
  line-height: 1.5;
}
@media (max-width: 1269px) {
  .areas-practice__ell {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .areas-practice__ell {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .areas-practice__ell {
    width: 50%;
  }
  .tooltip-areas.tooltip {
    width: 100%;
  }
  .tooltip-areas.tooltip .tooltip-inner {
    padding: 30px 26px 30px;
  }
}
.relative {
  position: relative;
}
.drop-xs {
  width: 100%;
}
.drop-xs__btn {
  display: none;
}
.drop-xs__menu.dropdown-menu {
  position: static;
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767px) {
  .drop-xs {
    position: absolute;
    right: 15px;
    top: -34px;
    width: auto;
  }
  .drop-xs__btn {
    display: block;
    color: #8d96a1;
    font-size: 4px;
  }
  .drop-xs__menu.dropdown-menu {
    position: absolute;
    display: none;
    width: 100vw;
    max-width: 270px;
    left: auto;
    right: -1px;
    margin-top: 20px;
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid #ededed;
    -webkit-box-shadow: 0 10px 30px 0px rgba(1, 46, 154, 0.15);
            box-shadow: 0 10px 30px 0px rgba(1, 46, 154, 0.15);
  }
  .drop-xs__menu.dropdown-menu .tab-link-left {
    margin-bottom: 0;
  }
  .drop-xs__menu.dropdown-menu .tab-link-left li.custom-tab-item {
    margin-bottom: 0;
  }
  .drop-xs__menu.dropdown-menu .tab-link-left li.custom-tab-item a.link-color {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    padding: 15px 30px;
    color: #333333;
    display: block;
    text-decoration: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-transition: background-color 0.2s;
         -o-transition: background-color 0.2s;
            transition: background-color 0.2s;
  }
  .drop-xs__menu.dropdown-menu .tab-link-left li.custom-tab-item a.link-color:after {
    content: none;
  }
  .drop-xs__menu.dropdown-menu .tab-link-left li.custom-tab-item a.link-color:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background-color: #dde1e6;
  }
  .drop-xs__menu.dropdown-menu .tab-link-left li.custom-tab-item.active a.link-color {
    color: #ffffff !important;
    background-color: #e20338;
  }
  .drop-xs__menu.dropdown-menu .tab-link-left li.custom-tab-item.active a.link-color:before {
    content: none;
  }
  .drop-xs__menu.dropdown-menu .tab-link-left li.custom-tab-item:last-child a.link-color:before {
    content: none;
  }
  .drop-xs.open .drop-xs__menu.dropdown-menu {
    display: block;
  }
}
.council-card {
  display: block;
  width: 100%;
}
.council-card__img-wrap {
  position: relative;
  height: 160px;
  border-radius: 4px;
  margin-bottom: 16px;
  overflow: hidden;
}
.council-card__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.council-card__title {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px;
}
.council-card__text {
  color: #939598;
  line-height: 1.3;
}
.council-card:hover .council-card__img {
  -webkit-transform: scale(1.06, 1.06);
      -ms-transform: scale(1.06, 1.06);
       -o-transform: scale(1.06, 1.06);
          transform: scale(1.06, 1.06);
}
.council-card:hover .council-card__title {
  color: #e20338;
}
ul.col-list {
  padding-left: 18px;
}
ul.col-list li.col-list__ell {
  padding-left: 10px;
  color: #BBBCBE;
  list-style: disc;
  margin-bottom: 18px;
}
ul.col-list li.col-list__ell .text {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.3;
}
ul.col-list li.col-list__ell .sub {
  font-size: 14px;
  font-size: 1.4rem;
  color: #939598;
  margin-top: 4px;
}
@media (max-width: 767px) {
  ul.col-list li.col-list__ell {
    padding-left: 6px;
    margin-bottom: 10px;
  }
  ul.col-list li.col-list__ell .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.hotline-banner__top {
  margin-bottom: 28px;
}
.hotline-banner__top span {
  position: relative;
  display: inline-block;
  color: #c7dcce;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-right: 40px;
}
.hotline-banner__top span:before {
  content: "";
  position: absolute;
  right: -23px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #c7dcce;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hotline-banner__top span:last-child {
  margin-right: 0;
}
.hotline-banner__top span:last-child:before {
  content: none;
}
.hotline-banner__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: #ffffff;
}
.hotline-banner__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 300px;
  margin-right: 20px;
}
.hotline-banner__num {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}
.hotline-banner .banner-base__content {
  width: 100%;
}
@media (max-width: 1269px) {
  .hotline-banner__cont {
    display: block;
  }
  .hotline-banner__text {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hotline-banner__top {
    margin-bottom: 20px;
  }
  .hotline-banner__top span {
    display: block;
    line-height: 1.3;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .hotline-banner__top span:before {
    content: none;
  }
  .hotline-banner__top span:last-child {
    margin-right: 0;
  }
  .hotline-banner__top span:last-child:before {
    content: none;
  }
  .hotline-banner__cont {
    display: block;
  }
  .hotline-banner__text {
    font-size: 16px;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .hotline-banner__num {
    font-size: 26px;
  }
}
.member-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
  text-align: center;
  margin-bottom: 45px;
}
.member-steps__ell {
  position: relative;
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.member-steps__ell:after {
  content: "";
  position: absolute;
  right: 0;
  top: 33px;
  width: 204px;
  height: 2px;
  background-color: #F1F2F2;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
}
.member-steps__ell:last-child:after {
  content: none;
}
.member-steps__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 68px;
  height: 68px;
  color: #a91e2e;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  border-radius: 50%;
  background-color: #F1F2F2;
  margin: 0 auto 24px;
}
.member-steps__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  max-width: 280px;
  margin: 0 auto 18px;
}
.member-steps__text {
  font-size: 14px;
  font-size: 1.4rem;
  color: #939598;
  line-height: 1.2;
}
@media (max-width: 1269px) {
  .member-steps__ell:after {
    width: 184px;
  }
}
@media (max-width: 991px) {
  .member-steps__ell:after {
    width: 144px;
  }
}
@media (max-width: 767px) {
  .member-steps {
    display: block;
    margin: 0;
    margin-bottom: 50px;
  }
  .member-steps__ell {
    position: relative;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .member-steps__ell:after {
    content: none;
  }
}
.tag-block__title {
  font-size: 15px;
  font-size: 1.5rem;
  color: #939598;
  font-weight: 500;
  margin-bottom: 6px;
}
.tag-block__text {
  font-size: 15px;
  font-size: 1.5rem;
  color: #231f20;
  margin-bottom: 20px;
}
.tag-block__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}
.tag-block__ell {
  font-size: 15px;
  font-size: 1.5rem;
  color: #231f20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 9px;
  border-radius: 4px;
  background-color: #F1F2F2;
  margin-bottom: 10px;
  margin-right: 10px;
}
.tag-block__ell .icon-close {
  display: none;
  font-size: 10px;
  margin-left: 10px;
}
.tag-block__ell:hover {
  color: #ffffff;
  background-color: #e20338;
}
.tag-block__ell.active {
  color: #ffffff;
  background-color: #e20338;
}
.tag-block__ell.active .icon-close {
  display: block;
}
.tag-block.tag-block--full {
  padding: 25px 0 5px;
  border-top: 1px solid #D4DBE1;
  border-bottom: 1px solid #D4DBE1;
  margin-bottom: 40px;
}
.tag-block.tag-block--side {
  padding: 32px 28px 30px;
  border: 1px solid #DDE1E4;
  margin-bottom: 30px;
}
.tag-block.tag-block--modal {
  padding: 20px 0 5px;
}
.tag-block.tag-block--modal .tag-block__list {
  margin-bottom: 5px;
}
.tag-block.tag-block--fancy {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0;
  padding: 25px 0 0;
}
.tag-block.tag-block--fancy .tag-block__title {
  color: #939598;
}
.tag-block.tag-block--fancy .tag-block__ell {
  color: #939598;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #939598;
}
.tag-block.tag-block--fancy .tag-block__ell:hover {
  color: #ffffff;
  background-color: #e20338;
  border: 1px solid #e20338;
}
[data-fancybox] .tag-block--fancy {
  display: none;
}
.fancybox-slide .fancybox-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fancybox-slide .fancybox-image-cn {
  position: relative;
  height: 100%;
  max-height: 65vh;
  text-align: center;
}
.fancybox-image-fx {
  position: relative;
  display: inline-block;
  margin-top: -40px;
  height: 100%;
}
.fancybox-slide .fancybox-image {
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  vertical-align: text-bottom;
}
.fancybox-slide .tag-block {
  position: absolute;
  left: 50%;
  top: 100%;
  padding: 25px 20px 0;
  width: 100vw;
  max-width: 1100px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99999;
}
@media (max-width: 767px) {
  .fancybox-slide .fancybox-image-cn {
    max-height: 90vh;
  }
  .fancybox-image-fx {
    margin-top: 0px;
  }
  .fancybox-slide .tag-block {
    display: none;
  }
}
.preloader__cr,
.preloader__cr:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}
.preloader__cr {
  font-size: 8px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.6em solid rgba(226, 3, 56, 0.2);
  border-right: 0.6em solid rgba(226, 3, 56, 0.2);
  border-bottom: 0.6em solid rgba(226, 3, 56, 0.2);
  border-left: 0.6em solid #E20338;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
       -o-animation: load8 1.1s infinite linear;
          animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
.preloader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 60;
  -webkit-transition: all .5s linear;
       -o-transition: all .5s linear;
          transition: all .5s linear;
}
.preloader .preloader__wr {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s linear;
       -o-transition: all .3s linear;
          transition: all .3s linear;
}
.preloader.loaded {
  visibility: hidden;
  opacity: 0;
}
.preloader.loaded .preloader__wr {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5, 0.5);
       -o-transform: translate(-50%, -50%) scale(0.5, 0.5);
          transform: translate(-50%, -50%) scale(0.5, 0.5);
}
.seach-loader-cont {
  position: relative;
  min-height: 200px;
}
.footer__net-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 236px;
  right: 40px;
  z-index: 200;
}
.footer__net-list li {
  display: block;
  padding: 0;
  margin-bottom: 20px;
}
.footer__net-list li.footer__net-list-title {
  display: none;
}
.footer__net-list li a {
  position: relative;
  display: block;
}
.footer__net-list li a img {
  width: 38px;
  height: 38px;
  vertical-align: text-bottom;
}
.footer__net-list li a .sh-active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.footer__net-list li a:hover {
  opacity: 1;
}
.footer__net-list li a:hover .sh-active {
  opacity: 1;
}
@media (max-width: 1024px) {
  .footer__net-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    top: 0px;
    right: 0px;
    padding: 15px 30px;
    background-color: #f1f2f2;
    border-bottom: 1px solid #d5dae0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
         -o-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
  }
  .footer__net-list li {
    padding: 0;
    margin-bottom: 0;
    margin-right: 14px;
  }
  .footer__net-list li.footer__net-list-title {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    margin-right: 30px;
  }
  .footer__net-list li a .sh-active {
    opacity: 1;
  }
  .footer__net-list.shown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .footer__net-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 0px;
    right: 0px;
    padding: 10px 16px;
  }
  .footer__net-list li {
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer__net-list li.footer__net-list-title {
    display: none;
  }
}
