@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/GOTUI2.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;
}
.img-left {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
.img-right {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.normal {
  font-weight: 400;
}
.middle {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.border-top {
  border-top: 1px solid #d5dae0;
}
.btn:focus,
.btn:hover,
.btn:active {
  outline: none !important;
}
.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: 15px;
  font-weight: 500;
  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;
}
h3,
.h3 {
  font-size: 24px;
  font-size: 2.4rem;
  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;
}
.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;
}
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: #848e99;
}
.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 .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;
}
.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-gray-nn {
  color: #7c8396;
}
.text-light,
.text-base {
  color: #848e99;
}
.text-dark {
  color: #14171e;
}
.text-black {
  color: #000000;
}
.text-success {
  color: #689f38;
}
.color-blue {
  color: #406cdb;
}
/* цвет фон */
.bg-light-red {
  background-color: #fdf3f2;
}
.color-blue-bg-block {
  background-color: #406cdb;
}
.bg-base {
  background-color: #ffffff;
}
.bg-gray-4 {
  background-color: #eceef5;
}
.bg-gray-light {
  background-color: #fafcff;
}
.bg-gray {
  background-color: #f4f7fb;
}
.bg-gray-2 {
  background-color: #848e99;
}
.bg-gray-3 {
  background-color: #f3f6fa;
}
.bg-gray-color {
  background-color: #3b4256;
}
.bg-gray-dark {
  background-color: #363c4d;
}
.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;
}
.big-text {
  font-size: 18px;
  font-size: 1.8rem;
}
.sm-text {
  font-size: 14px;
  font-size: 1.4rem;
}
.btn-size-lg {
  font-size: 18px;
  font-size: 1.8rem;
}
.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 {
  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 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 {
  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 .spoiler-box {
  margin-top: 20px;
  margin-bottom: 20px;
}
.text-block .spoiler-box:first-child {
  margin-top: 0;
}
.table-modal,
.text-block table {
  width: 100%;
  border: 1px solid #bdc2d0;
  border-radius: 3px;
}
.table-modal th,
.text-block table th {
  vertical-align: middle;
}
.table-modal tbody tr td,
.text-block table tbody tr td,
.table-modal tbody tr th,
.text-block table tbody tr th {
  padding: 20px 30px;
  border-bottom: 1px solid #bdc2d0;
  border-right: 1px solid #bdc2d0;
  border-top: 1px solid #bdc2d0;
}
.table-modal td,
.text-block table td {
  color: #848e99;
}
.table-modal td a,
.text-block table td a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: rgba(233, 75, 61, 0.5);
}
.table-modal td a:hover,
.text-block table td a:hover,
.table-modal td a:focus,
.text-block table td a:focus {
  border-color: transparent !important;
}
.table-modal tr:last-child td,
.text-block table tr:last-child td {
  border-bottom: 0;
}
.table-modal.odd-color tr:nth-child(odd),
.text-block table.odd-color tr:nth-child(odd) {
  background-color: #ffffff;
}
.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);
}
.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: 12px;
  margin-top: -5px;
}
.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;
}
.ps__rail-y {
  opacity: .3;
}
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-y,
.ps--scrolling-y > .ps__rail-y {
  opacity: .4;
}
/* 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: #848e99;
  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;
}
.circle-img-left {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  border: 1px solid #d4dae0;
  overflow: hidden;
}
.circle-img-left img {
  max-width: 100%;
}
.circle-img-left + p,
.circle-img-left + ul,
.circle-img-left + ol {
  margin-top: 0 !important;
}
/* spoiler-box */
.bg-gray.spoiler-box {
  background-color: #f4f7fb;
}
.spoiler-box {
  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__content:after,
.spoiler-box__content:before {
  content: " ";
  display: table;
}
.spoiler-box__content:after {
  clear: both;
}
.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 {
  position: absolute;
  color: #bdc2d0;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  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;
  font-size: 10px;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
}
.spoiler-box__carret:before {
  content: "\e93b";
}
.spoiler-box__carret:after {
  content: "\e93a";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.spoiler-box.open > .spoiler-box__btn .spoiler-box__carret:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
}
.spoiler-box.spoiler-box--enclosure .spoiler-box {
  border: 1px solid #DCDCDC;
}
.bg-base .spoiler-box {
  background-color: #f5f6f9;
}
/*------------------- FORM -------------------*/
.form h4:first-child {
  margin-top: 0;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  margin-top: -5px;
}
textarea {
  resize: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control {
  background-color: transparent;
}
.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-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, 1);
  right: 2px;
  top: 1px;
  padding-top: 8px;
  padding-bottom: 8px;
  -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: 30px;
}
.form-group--placeholder-fix label.placeholder {
  color: #848e99;
  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: 1px;
  font-size: 11px;
}
.form-group--placeholder-fix i {
  font-style: normal;
}
.form-box {
  border-bottom: 1px solid #f3f6fa;
  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;
}
@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;
}
.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: #848e99 !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:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: url(../img/icon/sprite.svg) no-repeat -180px -155px;
}
.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;
}
.field-icon-loupe .form-control {
  margin: 0;
  padding-right: 50px;
}
.field-icon-loupe i {
  position: absolute;
  top: 50%;
  right: 18px;
  font-size: 18px;
  margin-top: -8px;
  color: #848e99;
}
/* 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: #848e99;
  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: #f4f7fb;
}
/*---------------------- 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: #848e99;
  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: #848e99;
}
.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;
}
/* calendar-month */
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc-icon:after {
  display: none;
}
.fc-icon-prev:before {
  content: "\e92b";
}
.fc-icon-next:before {
  content: "\e901";
}
.fc-icon-x:before {
  content: "\e910";
}
.fc {
  direction: ltr;
  text-align: left;
}
.calendar-month h2 {
  font-size: 18px;
  text-transform: uppercase;
}
.fc-rtl {
  text-align: right;
}
.calendar-month-wrap {
  background: #ffffff;
  border-radius: 4px;
  height: auto;
  min-height: 500px;
}
.fc-header-toolbar {
  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-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: 35px 30px;
}
.fc-header-toolbar .fc-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.fc-header-toolbar .fc-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.fc-view-container {
  padding: 0 15px;
}
.fc-row.fc-widget-header {
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #b0b5c0;
}
.fc-other-month .fc-day-number {
  color: #cdd0d7;
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
}
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
}
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}
/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  outline: none !important;
  border: 1px solid;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  padding: 16px 25px;
  font-size: 1.6rem;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #dadde0;
}
.fc .fc-state-default.fc-customPrev-button,
.fc .fc-state-default.fc-customNext-button {
  border-radius: 50%;
  height: 56px;
  width: 56px;
  padding: 0;
}
.fc .fc-state-default.fc-customNext-button .fc-icon {
  margin-left: 3px;
  margin-right: 0;
}
.fc .fc-state-default.fc-customPrev-button .fc-icon {
  margin-right: 3px;
  margin-left: 0;
}
/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
  color: #87919c;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}
.fc button:hover {
  border-color: #e94b3d;
}
.fc button:hover .fc-icon {
  color: #e94b3d;
}
.fc-popover .fc-content .fc-title {
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}
.fc-popover .fc-content .fc-title:hover {
  color: #e94b3d;
}
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: transparent;
  border: 1px solid #dadde0;
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
  cursor: default !important;
  background-image: none;
  opacity: .3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  -webkit-box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.2);
}
.fc-popover .fc-day-grid-event .fc-content {
  white-space: normal;
}
.fc-popover .fc-event,
.fc-popover .fc-event-dot {
  background-color: transparent;
  color: #14171e;
  border: 0;
}
.fc-popover .fc-day-grid-event {
  margin-bottom: 10px;
  margin-top: 10px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}
.fc-title {
  text-indent: -9999px;
  text-align: left;
  background-color: #406cdb;
  display: inline-block;
  font-size: 0;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  vertical-align: top;
  margin-top: 3px;
}
.fc-place {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  padding-left: 25px;
  position: relative;
}
.fc-place i {
  position: absolute;
  top: 2px;
  left: 0;
}
.fc-popover .fc-content .fc-title {
  color: #14171e;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  width: 100%;
  height: auto;
  text-indent: 0;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
  padding-bottom: 20px;
  margin-top: 10px;
}
/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}
/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  /* normalize cross-browser */
}
.fc th,
.fc td {
  border: 0;
  padding: 0;
  vertical-align: top;
}
.fc th {
  text-align: center;
  vertical-align: middle;
}
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}
td.fc-today {
  font-weight: 600;
}
.fc-day.event {
  pointer-events: none;
}
/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}
a[data-goto]:hover {
  text-decoration: underline;
}
/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}
/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  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;
}
.fc-row .fc-content-skeleton > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.fc-row .fc-content-skeleton > table > thead > tr > td {
  padding-top: 10px;
}
.fc-row .fc-content-skeleton > table > tbody > tr > td {
  height: 10px;
}
.fc-day-grid-container {
  height: 350px !important;
}
.fc-day-grid .fc-row {
  height: 50px !important;
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  background: none;
  text-align: center;
  border-color: transparent;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid {
  padding: 1px;
}
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  /* default BORDER color */
}
.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}
/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}
/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event.fc-selected.fc-dragging {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  /* overcome border */
}
/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  /* overcome border */
}
/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  /* overcome top border */
  /* overcome bottom border */
}
/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}
/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}
/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}
/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: auto;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
}
/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 52px;
  top: -38px;
  width: 52px;
  margin-bottom: -52px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: border .2s linear;
  -o-transition: border .2s linear;
  transition: border .2s linear;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
a.fc-more > span {
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
  border-radius: 50%;
  background-color: #406cdb;
  width: 14px;
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  color: #ffffff;
  font-weight: 500;
  display: block;
  margin: 0 auto;
}
a.fc-more:hover {
  border: 1px solid #b0b5c0;
}
a.fc-more.active:hover,
a.fc-more.active {
  border: 1px solid #416ddb;
}
.fc-date-locale {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
}
.fc-date-locale > span {
  display: block;
  margin-right: 0;
  margin-top: 7px;
  padding-left: 24px;
  position: relative;
}
.fc-date-locale i {
  width: 17px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  top: 2px;
  left: 0;
}
.fc-date-locale i.icon-clock {
  font-size: 14px;
}
.fc-state-highlight {
  border: 1px solid #416ddb;
}
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}
/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container,
.fc-popover .fc-header {
  padding: 35px 35px 0;
}
.fc-more-popover .fc-event .fc-content {
  color: #3b4256;
  text-transform: none;
  font-size: 14px;
}
.popover {
  font-size: 16px;
}
/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  background-color: #fff;
  width: 815px;
  top: 0 !important;
  bottom: 0;
  left: -815px !important;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fc-popover-scroll {
  height: 100%;
  padding-top: 5px;
  overflow-y: auto;
  position: relative;
}
.fc-popover .fc-header .fc-title {
  background-color: #406cdb;
  border-radius: 0;
  color: #ffffff;
  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;
  text-indent: 0;
  width: auto;
  height: auto;
}
.fc-popover .fc-event-container .fc-day-grid-event:last-child .fc-title {
  border-bottom: 0;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
  margin-top: 10px;
  font-size: 16px;
}
.fc-unthemed .fc-popover .fc-header .fc-close:hover {
  color: #e94b3d;
}
.fc-more-popover:after {
  position: absolute;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, #ffffff), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  bottom: 0;
  height: 70px !important;
  width: 100%;
  z-index: 5;
  content: '';
  display: block;
  opacity: 1;
}
.fc-more-popover .fc-event-container {
  padding-bottom: 25px;
}
.fc-unthemed td.fc-today span {
  background: #f5f5f5;
  display: block;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  padding-top: 17px;
  position: relative;
  top: -17px;
  margin-bottom: -30px;
  margin-right: auto;
  margin-left: auto;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}
/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}
.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}
.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}
.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}
/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}
/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}
/* title text */
.fc-toolbar h2 {
  margin: 0;
}
/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
@media (max-width: 1360px) {
  .fc-day-number {
    font-size: 14px;
  }
  .fc th {
    height: 46px;
  }
  .fc-row .fc-content-skeleton > table > tbody > tr > td {
    height: 12px;
  }
  .fc-row .fc-content-skeleton > table > thead > tr > td {
    padding-top: 12px;
  }
}
.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: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.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.section--bg,
.section.section--border-top {
  margin-bottom: 40px;
  padding-bottom: 80px;
}
.section.section--border-top {
  margin-top: 60px;
  padding-top: 0;
}
.section.section--border-top .section-border {
  margin-top: 0;
  padding-top: 40px;
  border-color: #dde0e3;
}
.section.media-block {
  margin-top: 70px !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 */
.services-box {
  margin-bottom: 30px;
  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;
}
.services-box > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: auto !important;
}
.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 {
  display: block;
  cursor: pointer;
  color: inherit;
  height: 100%;
}
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;
  position: relative;
  height: 100%;
}
.friend-block .inner {
  position: relative;
  padding-right: 30px;
  text-align: center;
}
.friend-block img {
  height: 90px;
  margin-bottom: 20px;
  width: auto;
}
.friend-block i {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 15px;
}
.friend-block h4 {
  min-height: 60px;
  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;
  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;
}
.beneficial-box-preview > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: auto !important;
}
.beneficial-box-sm {
  text-align: center;
}
.beneficial-box-sm > i {
  margin-top: 7px;
  display: none;
}
.beneficial-box-sm .beneficial-title {
  margin-bottom: 0;
  text-align: center;
}
.beneficial-box-sm .beneficial-category {
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.beneficial-box .inner {
  position: relative;
  text-align: center;
}
.beneficial-box > * {
  position: relative;
  z-index: 10;
}
.beneficial-box .beneficial-category {
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.beneficial-box .beneficial-title {
  margin-bottom: 0;
}
.beneficial-box .beneficial-img {
  z-index: 0;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 100%;
  height: 90px;
  margin-bottom: 20px;
}
/* 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 */
  /* 3 уровень */
  /* 4 уровень */
}
.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-block;
}
.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;
  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 > ul > li.dcjq-parent-li:last-child > ul:after {
  display: none;
}
.structure-tree > li > ul > li > ul {
  position: relative;
}
.structure-tree > li > ul > li > ul:after {
  content: '';
  display: block;
  width: 1px;
  border-left: 1px dashed #d8d8d8;
  position: absolute;
  left: 35px;
  top: -20px;
  bottom: 20px;
}
.structure-tree > li > ul > li,
.structure-tree > 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 {
  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 {
  bottom: 50%;
}
.structure-tree > li > ul > li > div.item-wrap,
.structure-tree > 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 {
  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 {
  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 {
  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: 20px;
}
.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 > ul {
  padding-top: 5px;
  padding-bottom: 15px;
  margin-left: 120px;
  display: block !important;
  position: relative;
}
.structure-tree > 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.dcjq-parent-li:last-child > ul:after {
  display: none;
}
.structure-tree > 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 > div.item-wrap .big {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.structure-tree > 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 > div.item-wrap .name .icon-link,
.structure-tree > 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 > div.item-wrap .wrap-span {
  padding-right: 30px;
  position: relative;
  display: inline-block;
}
.structure-tree > 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 {
  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,
.dcjq-icon:before {
  content: '';
  position: absolute;
  background: #bdc2d0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.dcjq-icon:before {
  width: 10px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -5px;
}
.dcjq-icon: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;
}
.tags-list .bg-gray,
.bg-text-box.bg-gray {
  background: #ffffff;
}
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,
.a.bg-block-sm,
.appeal-box,
.service-list__item {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-box-shadow: 0 0px 0px 0 rgba(1, 46, 154, 0.15);
  box-shadow: 0 0px 0px 0 rgba(1, 46, 154, 0.15);
  -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,
.a.bg-block-sm:hover,
.appeal-box:hover,
.service-list__item:hover {
  -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(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.spoiler-box.spoiler-box--enclosure .spoiler-box:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.service-pop-banner {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-box-shadow: 0 0px 0px 0 rgba(1, 46, 154, 0.15);
  box-shadow: 0 0px 0px 0 rgba(1, 46, 154, 0.15);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.service-pop-banner:hover {
  -webkit-box-shadow: 0 3px 40px 0px rgba(1, 46, 154, 0.45);
  box-shadow: 0 3px 40px 0px rgba(1, 46, 154, 0.45);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.spoiler-box.open,
.service-list__item.open {
  -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(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.spoiler-box.spoiler-box--enclosure .spoiler-box.open {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.structure-tree > li > div.item-wrap.active .name {
  -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);
}
/* 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 {
  background: #ffffff;
  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;
}
.post-list__bottom-text {
  margin-top: 15px;
}
.post-list__name {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500;
}
.post-list .page-date {
  margin-top: 20px;
  margin-bottom: 10px;
}
.post-list .page-date-locale {
  margin-top: 15px;
}
.post-list .page-date-locale span {
  display: block;
  margin-top: 7px;
}
.post-list .page-date-locale span i {
  text-align: center;
  width: 17px;
  display: inline-block;
  margin-right: 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;
}
.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 li {
  margin-bottom: 4px;
  margin-top: 4px;
}
.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: #ffffff;
}
.post-list.all_event_closest .media-category {
  margin-top: 26px;
}
/* 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: #848e99;
  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: #848e99;
  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__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;
}
.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: 60px;
}
.direction-card__photo {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  border-radius: 4px;
  overflow: hidden;
  max-width: 300px;
}
.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: #848e99;
  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;
}
.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;
}
.rate-line .rate_row {
  margin-top: 0;
}
.rate-line .rate-caption {
  margin-right: 10px;
}
/* pagination */
.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 {
  background-color: #f4f7fb;
  border: 1px solid #d5dae0;
  -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: 40px;
  height: 40px;
  line-height: 40px;
  color: #333333;
}
.custom-pagination li a:hover,
.custom-pagination li.active a {
  background-color: #d5dae0;
}
.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;
}
.pagination-and-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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pagination-and-btn .custom-pagination {
  margin: 0;
}
.pagination-and-btn .custom-pagination li {
  margin-bottom: 0;
}
/* блок поделиться */
.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 .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: 0px;
  margin-bottom: 0px;
}
.info-link-block p {
  padding-bottom: 15px;
}
.info-link-block a {
  padding-left: 35px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.info-link-block a:hover span {
  border-color: transparent !important;
}
.info-link-block span {
  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;
}
.info-link-block i {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  font-size: 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;
  opacity: 0;
  z-index: 999;
  top: 10px;
  padding: 0;
}
.filter-btn,
.filter-btn .btn-show-result {
  width: 250px;
  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: 12px;
  top: 1px;
  display: inline-block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  margin-left: 13px;
  line-height: 36px;
  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 */
.doc-text {
  padding: 40px 45px;
  margin-top: 50px;
}
/* block-douwnload-md */
.document-list__wrap {
  margin-top: 55px;
  margin-bottom: 55px;
}
.block-download-sm {
  cursor: default;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 240px;
  position: relative;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block-download-sm .download-info-btn {
  position: absolute;
  right: 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;
  width: 230px;
}
.block-download-sm .download-info-btn > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  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;
}
.block-download-sm .load-btn {
  width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #f1ecec;
}
.block-download-sm .load-btn > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.block-download-sm .load-btn i {
  color: #e94b3d;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}
.block-download-sm:hover .load-btn {
  background-color: #e94b3d;
}
.block-download-sm:hover .load-btn i {
  color: #ffffff;
}
.block-download-sm .size-type {
  text-transform: uppercase;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.block-download-sm .size-type > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.block-douwnload-md {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 35px 45px 35px 185px;
  background-color: #ffffff;
  display: block;
}
.block-douwnload-md p {
  margin-top: 0;
}
.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: #dadee6;
  width: 0;
  height: 0;
  z-index: 10;
  border: 15px solid transparent;
  border-top: 15px solid white;
  border-right: 15px solid white;
}
.block-douwnload-md .doc-icon:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
  opacity: 1;
  background-color: #eceef5;
}
.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: #F7F7F7;
}
.block-douwnload-md .name {
  font-weight: 700;
  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;
}
.photo-box .bg-box {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  height: 125px;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  display: block;
}
.photo-box .bg-box:hover .text i {
  opacity: 1;
}
.photo-box .text {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-right: 115px;
  display: block;
}
.photo-box .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: top right;
  -webkit-background-size: cover;
  background-size: cover;
}
.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;
  font-size: 18px;
}
.widget-mayor-btn i {
  color: inherit !important;
  position: relative;
  top: 1px;
  padding-left: 20px;
  font-size: 18px;
}
.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: 30px;
}
.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: 40px;
}
.widget-minister .read-more-arrow {
  width: auto;
}

.minister-record-btn{
  width: 100%;
  height: 60px;
  cursor: pointer;
  background: #e94b3d;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin-top: 20px;
  border: 1px solid #e94b3d;
  border-radius: 4px;
  transition: 0.4s;
}
.minister-record-btn:hover{
  color: #e94b3d;
  background: none;
}
.minister-record-btn span{
  width: 100;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.minister-record-btn i{
  margin-right: 20px;
}
.minister-more-btn{
  margin-top: 20px;
  display: block;
  height: 60px;
  width: 100%;
  border-radius: 4px;
  color: #848e99;
  font-size: 16px;
  font-weight: 800;
  border: 1px solid #848e99;
  transition: 0.4s;
}
.minister-more-btn:hover{
  background: #848e99;
  color: #fff;
}
.minister-more-btn span{
  width: 100;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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-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;
  width: 180px;
  border-radius: 180px !important;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.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: 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);
  border: 2px solid #fff;
}
.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 .tabs-nav-wrap.tabs-nav-wrap--district .nav-tabs > li > a {
  padding-top: 15px;
}
.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 {
  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: 8px 0 25px;
  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;
}
.area-usefulSite > .section {
  background: transparent;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.area-usefulSite > .section .friend-block {
  background-color: #ffffff;
}
.tabs-nav-wrap.tabs-nav-wrap--width-auto h1,
.tabs-nav-wrap.tabs-nav-wrap--width-auto .section-head {
  min-width: 0 !important;
}
.tabs-nav-wrap.tabs-nav-wrap--width-auto .nav-tabs {
  max-width: none !important;
}
.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;
}
.nav-tabs > li.custom-tab-item--icon i {
  font-size: 20px;
}
.tabs-container__btn {
  color: #8d96a1;
  min-height: 60px;
  padding-top: 4px;
}
.tabs-container__btn:before {
  content: "\e909";
  padding-left: 15px;
  padding-right: 0;
  cursor: pointer;
  font-size: 4px;
  position: relative;
  top: -2px;
  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%;
}
.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: #eceef5;
  color: #000000;
}
.btn.btn-collapsed.collapsed:hover i,
.btn.btn-collapsed.collapsed:focus i,
.btn.btn-collapsed.collapsed i {
  color: #848e99;
}
.btn.btn-collapsed.collapsed:hover {
  background-color: #cbd0e3;
}
/* 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;
  word-wrap: break-word;
}
.list-table-style li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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%;
  -webkit-box-flex: 50%;
  -webkit-flex: 50% 0 0;
  -ms-flex: 50% 0 0;
  flex: 50% 0 0;
  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: #ffffff;
  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: 55px;
  padding-bottom: 0;
  min-height: 141px;
}
.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 5px 0 13px;
  color: #848e99;
  content: "/\00a0";
}
.breadcrumb > li:first-child:after {
  padding: 0 5px 0 13px;
}
.breadcrumb > li a {
  color: #848e99;
}
.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;
  margin-top: 0px;
}
.slider-main-indicator {
  width: 0;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 2px;
  background: #ffffff;
  content: '';
  display: block;
}
.slider-main__item {
  height: 580px !important;
  width: 100%;
}
.slider-main__item .container {
  height: 100%;
}
.slider-main__item:hover .slider-main-img:after {
  opacity: .4;
}
.slider-main__sub-text {
  opacity: .7;
  max-width: 600px;
}
.slider-main__nav-wrap {
  position: relative;
}
.slider-main__nav {
  left: 0px;
  bottom: 30px;
}
.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: 80px;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 150px;
}
.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;
  margin-top: 35px;
  overflow: hidden;
}
.slider-main .inner .btn {
  min-width: 220px;
}
.slider-main .slider-main-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
.slider-main .slider-main-img:after {
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  background: #363c4d;
  opacity: .6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
}
/* 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;
}
.slider-main__nav,
.banner-slider__nav {
  position: absolute;
  height: auto;
  /*
        .slick-dots {
            padding: 0;
            height: 32px;
            li button {
                height: 6px;
                padding: 0;
                background-color: #ffffff;
                opacity: .4;
                border-radius: 0;
                width: 25px;
                margin: 0;
            }
            li {
                margin-right: 7px;
            }
            li.slick-active button, li button:focus, li button:focus, li button:active {
                background-color: #ffffff !important;
                opacity: 1;
            }
        }*/
}
/* 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-contacts{
  height: 616px;
}
.map-contacts #map-city{
  height: 616px;
}
.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;
  bottom: -20px;
  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,
.map-list-category {
  padding-left: 15px !important;
  position: relative;
  display: inline-block;
}
.mark-tab i.mark-tab__mark,
.map-list-category i.mark-tab__mark {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 7px;
  width: 7px;
  margin-top: -4px;
  left: 0;
  border-radius: 7px;
}
.custom-tab-item .mark-tab i.mark-tab__mark,
.custom-tab-item .map-list-category i.mark-tab__mark {
  margin-top: -11px;
}
.tabs-container__content .custom-tab-item .mark-tab i.mark-tab__mark,
.tabs-container__content .custom-tab-item .map-list-category i.mark-tab__mark {
  margin-top: -3px;
}
.tabs-nav-wrap--map-city .tabs-container__content .custom-tab-item {
  padding-left: 15px;
}
.map-list-category {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
@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: 210px !important;
  margin-bottom: 10px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.quiz-box .quiz-footer .btn {
  min-width: 220px;
}
.quiz-box .quiz-title {
  display: block;
}
.quiz-box .quiz-head {
  margin-bottom: 25px;
}
.quiz-box .quiz-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.quiz-box .quiz-footer {
  margin-bottom: 5px;
}
.quiz-box > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.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: #e94b3d !important;
  font-weight: 500;
  min-width: 220px;
  margin-right: 20px;
}
.service-pop-banner {
  background: url(../img/city.svg) no-repeat bottom center, #e94b3d;
  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;
}
.service-pop-banner:hover,
.service-pop-banner:focus,
.service-pop-banner:active {
  color: #ffffff;
}
.service-pop-banner .center {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.service-pop-banner .center .h4 {
  font-weight: 500;
}
.service-pop-banner .left {
  padding-right: 70px;
  padding-left: 30px;
  position: relative;
  margin-right: 30px;
}
.service-pop-banner .left:after {
  top: 0;
  bottom: 0;
  right: 0;
  background: #b32e33;
  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-preview {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.service-pop-preview > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.service-pop-preview__box {
  padding-top: 20px;
}
.service-pop-preview__box:focus:not(:hover) {
  color: inherit !important;
}
.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 .i-pop {
  width: 52px;
  height: 56px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.service-pop-preview .i-pop img {
  width: 100%;
  height: auto;
}
.section.section--bg .bg-block-sm--border {
  border-color: transparent;
}
.section.section--bg .tab-link-left li > a {
  background-color: #ffffff;
}
/* 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;
}
.tab-link-left li > a {
  position: relative;
  padding: 20px 30px;
  display: block;
  font-weight: 500;
}
.tab-link-left li > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: transparent;
}
/* end tab-link-left */
.banner-wrap {
  background-color: #ffffff;
  overflow: hidden;
  max-width: 100%;
}
.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;
}
/* area-promo */
.section.section-area-promo {
  padding-top: 0;
}
.area-promo {
  position: relative;
  height: 520px;
  overflow: hidden;
}
.area-promo .breadcrumb > li a,
.area-promo .breadcrumb > li:after {
  color: #ffffff;
}
.area-promo-breadcrumb {
  position: relative;
  z-index: 10;
}
.area-promo-slider__item {
  width: 1400px;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.area-promo-slider .slick-slide {
  position: relative;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}
.area-promo-slider .slick-slide:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
  background: -webkit-gradient(linear, left top, left bottom, from(#14171e), color-stop(1%, #14171e), to(rgba(20, 23, 30, 0.5)));
  background: -webkit-linear-gradient(top, #14171e 0%, #14171e 1%, rgba(20, 23, 30, 0.5) 100%);
  background: -o-linear-gradient(top, #14171e 0%, #14171e 1%, rgba(20, 23, 30, 0.5) 100%);
  background: linear-gradient(to bottom, #14171e 0%, #14171e 1%, rgba(20, 23, 30, 0.5) 100%);
  opacity: 1;
}
.area-promo-slider .slick-slide.slick-active:after {
  opacity: .4;
}
.area-promo-slider,
.area-promo-slider__item,
.area-promo-slider__wrap {
  height: 520px !important;
}
.area-promo-slider__wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.area-promo-slider__nav {
  font-size: 0;
  white-space: nowrap;
}
.area-promo-slider__nav .prev,
.area-promo-slider__nav .next {
  border-radius: 50%;
  display: inline-block;
  position: relative;
  width: 63px;
  height: 63px;
  cursor: pointer;
  margin-left: 10px;
}
.area-promo-slider__nav .prev:after,
.area-promo-slider__nav .next:after {
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  background: #ffffff;
  opacity: .2;
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}
.area-promo-slider__nav .prev:hover:after,
.area-promo-slider__nav .next:hover:after {
  opacity: .9;
}
.area-promo-slider__nav i.icon-right-arrow {
  margin-left: -6px;
}
.area-promo-slider__nav i.icon-left-arrow {
  margin-left: -8px;
}
.area-promo-slider__nav i.icon-right-arrow,
.area-promo-slider__nav i.icon-left-arrow {
  font-size: 14px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  z-index: 10;
}
.area-promo-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-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: 60px;
}
.area-promo-head .h1 {
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.area-promo-head > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.area-promo-content {
  position: relative;
  z-index: 10;
}
#timer-prime {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
}
.area-info-box .amount {
  position: relative;
  display: inline-block;
}
.area-info-box .title {
  margin-bottom: 20px;
  font-weight: 400;
}
.area-info-box .big {
  font-size: 90px;
  line-height: 1;
  font-weight: 600;
  padding-right: 0;
}
.area-info-box .small {
  display: inline-block;
  padding: 3px 15px 4px;
  position: absolute;
  bottom: 5px;
  left: 100%;
  margin-left: -10px;
}
.area-info-box .small sup {
  vertical-align: middle;
}
/* text-block-right */
.text-block-right {
  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: relative;
}
.text-block-right > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.text-block-right__box {
  margin: 0 !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.text-block-right__box .clip-text {
  position: relative;
  overflow: hidden;
  height: 375px;
}
.text-block-right__box .clip-text:after {
  position: absolute;
  content: '';
  height: 40px;
  display: block;
  bottom: 0px;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, 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%);
}
.event-area .news-title {
  margin-bottom: 10px !important;
}
.event-area .media-category {
  margin-top: 0;
}
.event-area {
  padding-bottom: 70px;
}
.event-area .news-date {
  position: absolute;
  bottom: 30px;
}
.section-map .map-city {
  margin-bottom: 0;
}
.section-map #map-city {
  /* width: -webkit-calc(50vw + 182px);
  width: calc(50vw + 182px); */
  width: 100%;
}
.search-field-location {
  position: relative;
  margin-bottom: 15px;
}
.search-field-location .form-control {
  border-color: transparent;
  padding-right: 50px;
}
.search-field-location i {
  right: 0;
  top: 50%;
  margin-top: -8px;
  font-size: 16px;
  position: absolute;
  right: 20px;
}
.map-location {
  height: 100%;
  position: relative;
}
.map-location .map-list-location__wrap {
  overflow: auto;
  position: absolute;
  bottom: 0;
  top: 70px;
  margin: 0;
}
.map-list-location {
  padding-right: 30px;
}
.map-list-location > li {
  cursor: pointer;
  display: block;
  padding-bottom: 15px;
  margin-top: 20px;
  border-bottom: 1px solid #e2e3e5;
}
.map-list-location > li .map-list-category {
  margin-bottom: 5px;
}
.map-list-location > li:first-child {
  margin-top: 0;
}
.map-list-location > li:last-child {
  border-bottom: 0;
}
.map-list-location__wrap {
  width: 100%;
}
.map-list-location__inner {
  position: absolute;
  top: 10px;
  bottom: 30px;
  left: 30px;
  right: 3px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.map-location:after {
  position: absolute;
  content: '';
  height: 40px;
  display: block;
  bottom: 30px;
  left: 1px;
  right: 1px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, 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%);
}
.tabs-nav-area .custom-tab-item {
  position: static !important;
}
.tabs-nav-area {
  position: relative;
}
.status-history {
  line-height: 1.7;
}
.status-history li {
  margin-bottom: 4px;
  margin-top: 4px;
}
.status-history li:last-child {
  font-weight: 600;
}
.status-history__date {
  min-width: 245px;
  display: inline-block;
}
.appeal-box {
  margin-bottom: 10px;
  margin-top: 0px;
}
.appeal-box .spoiler-box {
  margin-top: 10px;
  margin-bottom: 10px;
}
.appeal-box .rate-line {
  margin-top: 20px;
}
.appeal-box .spoiler-box {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.appeal-box .post-list__list {
  margin-bottom: 23px;
}
.appeal-box .spoiler-box__btn {
  color: #848e99;
}
.apperal-file li {
  line-height: 1.7;
  margin-bottom: 4px;
  margin-top: 4px;
}
/* district-box */
.district-box {
  margin-bottom: 30px;
}
.district-box .district-logo {
  margin-bottom: 20px;
}
.district-box .district-logo img {
  width: auto;
  max-height: 55px;
}
.district-box .district-title {
  margin-bottom: 7px;
}
.district-box .news-date i {
  font-size: 12px;
  top: 0px;
  position: relative;
  margin-left: 10px;
}
.district-list hr {
  margin-top: 25px;
  margin-bottom: 50px;
}
.district-list__wrap {
  margin-bottom: 70px;
  margin-top: 75px;
}
.district-list__wrap > .district-list:last-child hr {
  display: none;
}
.district-description {
  padding-right: 30px;
}
.district-description h3 {
  margin-top: -7px;
}
.widget-slider {
  position: relative;
  height: 480px;
}
.widget-slider__nav {
  margin-left: -35px;
  position: absolute;
  bottom: 7px;
  left: 50%;
}
.widget-slider__nav .slick-dots {
  margin: 0;
}
.widget-slider .slick-slide {
  height: 480px;
}
.widget-slider .widget-quiz__inner {
  padding-bottom: 52px;
}
.widget-slider .btn {
  font-size: 18px;
}
.open-modal {
  cursor: pointer;
}
.modal-title {
  padding-right: 40px;
}
.open-modal:hover {
  color: #23527c;
}
.modal-open .modal,
.modal.in {
  z-index: 2147473677 !important;
}
.modal-backdrop {
  z-index: 2147473657 !important;
}
@media (min-width: 1700px) {
  .modal-wide .modal-dialog {
    width: 1650px;
  }
}
@media (max-width: 1700px) {
  .modal-wide .modal-dialog {
    width: 1400px;
  }
}
@media (max-width: 1500px) {
  .modal-wide .modal-dialog {
    width: 1200px;
  }
}
@media (max-width: 1300px) {
  .modal-wide .modal-dialog {
    width: 1100px;
  }
}
@media (max-width: 1120px) {
  .modal-wide .modal-dialog {
    width: 1000px;
  }
}
@media (max-width: 1020px) {
  .modal-wide .modal-dialog {
    width: 800px;
  }
}
@media (max-width: 820px) {
  .modal-wide .modal-dialog {
    width: 500px;
  }
}
@media (max-width: 520px) {
  .modal-wide .modal-dialog {
    width: 300px;
  }
}
.modal-wide .modal-body {
  overflow: auto;
}
/* ==== modal ==== */
.modal-ok {
  text-align: center;
}
.modal-ok .btn {
  padding-left: 40px;
  padding-right: 40px;
}
.modal-ok {
  font-size: 18px;
}
.modal-wrap {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 800;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.modal-wrap.active {
  visibility: visible;
  opacity: 1;
}
.modal-wrap .modal-blok {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  max-width: 650px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  padding: 30px;
  letter-spacing: normal;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.modal-wrap .modal-blok.active {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
.modal-blok .close-modal {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.modal-blok .close-modal:hover {
  color: rgba(0, 0, 0, 0.9);
}
.modal-blok h4 {
  color: #767676;
  font-size: 16px;
  margin-top: 20px;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-content {
  padding: 25px;
  border-radius: 0;
}
.modal .close {
  position: absolute;
  right: 15px;
  top: 24px;
}
.modal-header {
  position: relative;
}
.modal-header,
.modal-body,
.modal-footer {
  border: 0;
}
.modal-header {
  padding-bottom: 27px;
}
.alert-warning {
  background-color: #f9f5e4;
  border-color: #faebcc;
  border: 0 !important;
}
.modal-header .close {
  margin-top: 0px;
}
.right-panel-fix {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 9999999;
}
.right-panel-fix-top {
  bottom: 110px;
  transition: 0.3s;
}
.right-panel-fix-top.hide-button {
  opacity: 0;
}
.right-panel-fix-top svg{
  width: 16px;
}
.right-panel-fix-top .btn-support{
  padding-top: 10px;
}
.btn-support {
  width: 60px;
  height: 60px;
  padding: 0;
  min-width: 0 !important;
  background-color: #979ca8;
  border-color: #979ca8;
  color: #ffffff;
  line-height: 1;
  display: inline-block;
  padding-top: 15px;
  border-radius: 50%;
}
.btn-support:hover {
  background-color: #da2919;
  border-color: #da2919;
  color: #ffffff;
}
.btn-support i {
  font-size: 28px;
}
/* media-box */
.media-box {
  display: block;
  height: 100%;
}
.media-box__wrap {
  margin-bottom: 25px;
}
.media-box__text {
  min-height: 85px;
  padding-bottom: 25px;
  position: relative;
}
.media-box__text .media-date {
  position: absolute;
  bottom: 0;
}
.media-box__img {
  height: 160px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  margin-bottom: 20px;
  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-box__img .i {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  z-index: 10;
  line-height: 30px;
}
.media-box__img .i i {
  font-size: 30px;
}
.media-box__img .i span {
  vertical-align: top;
  display: inline-block;
  margin-left: 15px;
}
.media-box__img .img-bg {
  -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;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.media-box__img:after {
  content: '';
  background: rgba(0, 0, 0, 0.35);
  -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;
}
.media-box:hover .media-box__img .img-bg {
  -webkit-transform: translateZ(0) scale(1.06, 1.06);
  transform: translateZ(0) scale(1.06, 1.06);
}
.media-box:hover .media-title {
  opacity: .6;
}
.media-box:hover .media-box__img:after {
  background: rgba(0, 0, 0, 0.25);
}
.media-title {
  margin-bottom: 0 !important;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.video-main-page:hover .media-title {
  opacity: .6;
}
.media-box__img--main {
  height: 450px;
}
.media-box__img--main .i {
  line-height: 55px;
}
.media-box__img--main .i i {
  font-size: 55px;
}
.media-box__img--main .i span {
  font-size: 18px;
}
.wrap-video-and-btn {
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 20px;
}
.wrap-video-and-btn .video-preview {
  -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;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.wrap-video-and-btn .video-preview:after {
  content: '';
  background: rgba(0, 0, 0, 0.35);
  -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;
}
.wrap-video-and-btn:hover .video-preview:after {
  background: rgba(0, 0, 0, 0.25);
}
.wrap-video-and-btn:hover .video-preview {
  -webkit-transform: translateZ(0) scale(1.06, 1.06);
  transform: translateZ(0) scale(1.06, 1.06);
}
.play .video-preview:after {
  z-index: -1 !important;
}
.service-list {
  margin-top: 35px;
  margin-bottom: 35px;
}
.service-list > li {
  margin-bottom: 15px;
}
.service-list .caption {
  margin-bottom: 10px;
  margin-top: 25px;
}
.service-list__title {
  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;
  font-weight: 500;
  padding: 15px 30px;
  padding-right: 60px;
  position: relative;
}
.service-list__title .caret {
  position: absolute;
  right: 20px;
  top: 50%;
  color: #848e99;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .2s linear;
  -o-transition: -o-transform .2s linear;
  transition: transform .2s linear;
}
.service-list__title > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.service-list__content {
  padding: 25px 30px;
  position: relative;
  display: none;
}
.service-list__content > p:first-child {
  margin-top: 0;
}
.service-list__content:after {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  background: #d0d4dd;
  height: 1px;
  content: '';
  display: block;
}
.service-list__item.open .caret {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.service-list__item:not(.open) .service-list__title:focus {
  color: inherit !important;
}
.service-list__item:not(.open) .service-list__title:focus i {
  color: inherit !important;
}
.service-list .i-service {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: 65px;
  width: 60px;
  display: block;
  position: relative;
  margin-right: 25px;
}
.service-list .i-service img {
  width: auto;
  height: 100%;
}
.download-wrap {
  position: relative;
}
.download-wrap .tooltip {
  left: 0 !important;
  right: 0 !important;
  -webkit-transition-duration: .1s !important;
  -o-transition-duration: .1s !important;
  transition-duration: .1s !important;
}
.download-wrap .tooltip-inner {
  max-width: none;
  background: #ffffff;
  color: #14171e;
  text-align: left;
  padding: 13px 30px;
  -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);
}
.download-wrap .tooltip.top .tooltip-arrow {
  border-top-color: #ffffff;
}
.list-menu-page {
  padding: 25px 35px 30px;
  margin-bottom: 25px;
}
.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;
}
.link-division {
  display: none !important;
}
#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'] .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'] img,
html[img-display='hide'] div.img-md,
html[img-display='hide'] .img-hide,
html[img-display='hide'] .carousel-inner img,
html[img-display='hide'] .area-promo-slider .slick-slide:after,
html[img-display='hide'] .area-promo-slider__nav,
html[img-display='hide'] .service-pop-preview .i-pop {
  display: none !important;
}
html[img-display='hide'] .media-box__img .img-bg {
  display: none;
}
html[img-display='hide'] .media-box__img {
  border: 1px solid #ffffff;
}
html[img-display='hide'] .wrap-media-video .video-preview,
html[img-display='hide'] .media-photo-preview__img,
html[img-display='hide'] .area-promo-slider__item,
html[img-display='hide'] .photo-box .bg,
html[img-display='hide'] .slider-main-img,
html[img-display='hide'] .slider-main-img,
html[img-display='hide'] .media-photo-preview-list li a,
html[img-display='hide'] .wrap-media-video .link-media-photo-modal,
html[img-display='hide'] .news-box .img-wrap,
html[img-display='hide'] .carousel-inner .item {
  background-color: #363c4d;
  background-image: none !important;
}
html[img-display='hide'] .carousel-inner .item {
  height: 250px;
}
html[img-display='hide'] .bg-box .bg,
html[img-display='hide'] .widget-quiz__inner,
html[img-display='hide'] .widget-mayor__bg,
html[img-display='hide'] .service-pop-banner,
html[img-display='hide'] .beneficial-img {
  background-image: none !important;
}
html[img-display='hide'] .beneficial-box .inner {
  padding-top: 20px;
}
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'] .service-pop-preview .inner {
  padding-top: 10px;
  padding-right: 30px;
}
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,
html[img-display='hide'] .area-promo-slider__item {
  background-image: none !important;
}
html[img-display='hide'] .box-photo-sub-boss .photos,
html[img-display='hide'] .box-photo-boss .bg .img,
html[img-display='hide'] .service-pop-preview .icon {
  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,
html[img-display='mono'] .area-promo-slider__wrap,
html[img-display='mono'] .map-city,
html[img-display='mono'] .service-pop-preview .i-pop {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
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 {
  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 {
  letter-spacing: 5px;
}
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'] .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-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,
html[color-theme='theme-blue'] .info-link-block a.link-style span {
  border-color: rgba(5, 117, 188, 0.5);
}
html[color-theme='theme-blue'] .table-modal td a,
html[color-theme='theme-blue'] .text-block table td a {
  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: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,
html[color-theme='theme-blue'] .wrap-check:hover label,
html[color-theme='theme-blue'] .wrap-check:hover .placeholder,
html[color-theme='theme-blue'] .open .service-list__title,
html[color-theme='theme-blue'] .open .service-list__title i {
  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'] .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__btn .spoiler-box__carret {
  border-color: #0575bc;
}
html[color-theme='theme-blue'] .spoiler-box:hover > .spoiler-box__btn .spoiler-box__carret:before,
html[color-theme='theme-blue'] .spoiler-box:hover > .spoiler-box__btn .spoiler-box__carret:after {
  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 {
  background-color: #0575bc;
  color: #ffffff;
}
html[color-theme='theme-blue'] .aside__list-nav > li.active > a:after {
  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'] .footer__net-list a:hover {
  color: #0575bc;
}
html[color-theme='theme-blue'] .calendar#main-calendar-widget .day.has-event .day-content {
  background-color: #0575bc;
}
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 {
  border-color: #0575bc;
  color: #0575bc;
}
html[color-theme='theme-blue'] .header-nav > li > a:after {
  background-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'] .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-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,
html[color-theme='theme-blue-dark'] .info-link-block a.link-style span {
  border-color: rgba(13, 73, 205, 0.5);
}
html[color-theme='theme-blue-dark'] .table-modal td a,
html[color-theme='theme-blue-dark'] .text-block table td a {
  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: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,
html[color-theme='theme-blue-dark'] .wrap-check:hover label,
html[color-theme='theme-blue-dark'] .wrap-check:hover .placeholder,
html[color-theme='theme-blue-dark'] .open .service-list__title,
html[color-theme='theme-blue-dark'] .open .service-list__title i {
  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'] .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__btn .spoiler-box__carret {
  border-color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .spoiler-box:hover > .spoiler-box__btn .spoiler-box__carret:before,
html[color-theme='theme-blue-dark'] .spoiler-box:hover > .spoiler-box__btn .spoiler-box__carret:after {
  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 {
  background-color: #0d49cd;
  color: #ffffff;
}
html[color-theme='theme-blue-dark'] .aside__list-nav > li.active > a:after {
  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'] .footer__net-list a:hover {
  color: #0d49cd;
}
html[color-theme='theme-blue-dark'] .calendar#main-calendar-widget .day.has-event .day-content {
  background-color: #0d49cd;
}
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 {
  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'] .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(233, 75, 61, 0.5);
}
html[color-theme='theme-red'] .tab-link-left li.active > a:after {
  background: #e94b3d;
}
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: #e94b3d;
}
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: #e94b3d;
}
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: #e94b3d;
}
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: #da2919;
  border-color: #da2919;
}
html[color-theme='theme-red'] .two-date:after {
  background-color: #e94b3d;
}
html[color-theme='theme-red'] .search-result strong {
  background-color: #e94b3d;
  color: #ffffff;
}
html[color-theme='theme-red'] .pushy-top .close {
  color: #ffffff;
}
html[color-theme='theme-red'] .btn-favorite.favorite {
  background-color: #e94b3d;
  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: #e94b3d;
}
html[color-theme='theme-red'] #map-svg path.active {
  fill: #e94b3d !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,
html[color-theme='theme-red'] .info-link-block a.link-style span {
  border-color: rgba(233, 75, 61, 0.5);
}
html[color-theme='theme-red'] .table-modal td a,
html[color-theme='theme-red'] .text-block table td a {
  border-color: rgba(233, 75, 61, 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: #e94b3d;
}
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: #e94b3d;
  border-color: #e94b3d;
}
html[color-theme='theme-red'] .btn-default-color {
  color: #e94b3d;
  border-color: #e94b3d;
}
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: #e94b3d;
}
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: #e94b3d;
}
html[color-theme='theme-red'] .btn-collapsed:hover,
html[color-theme='theme-red'] .btn-collapsed:focus {
  background-color: #e94b3d;
}
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: #e94b3d;
  border-color: #e94b3d;
  color: #ffffff;
}
html[color-theme='theme-red'] .btn-primary,
html[color-theme='theme-red'] .jq-file__browse {
  color: #ffffff;
  background-color: #e94b3d;
  border-color: #e94b3d;
}
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: #ee756b;
}
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: #da2919;
  border-color: #da2919;
}
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: #e94b3d;
}
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: #e94b3d;
  background-color: #e94b3d;
}
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: #e94b3d;
}
html[color-theme='theme-red'] .btn-blind:hover,
html[color-theme='theme-red'] .btn-blind.act {
  background-color: #e94b3d;
}
html[color-theme='theme-red'] .btn-gamb span {
  background: #e94b3d;
}
html[color-theme='theme-red'] .two-date:hover input.form-control {
  border-color: #e94b3d;
}
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: #e94b3d;
}
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: #e94b3d;
}
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,
html[color-theme='theme-red'] .wrap-check:hover label,
html[color-theme='theme-red'] .wrap-check:hover .placeholder,
html[color-theme='theme-red'] .open .service-list__title,
html[color-theme='theme-red'] .open .service-list__title i {
  color: #e94b3d;
}
html[color-theme='theme-red'] input.form-control:hover,
html[color-theme='theme-red'] textarea.form-control:hover {
  border-color: #e94b3d;
}
html[color-theme='theme-red'] .faq-list > li > a:hover,
html[color-theme='theme-red'] .faq-list > li.open > a {
  color: #e94b3d;
}
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: #e94b3d;
  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: #e94b3d;
}
html[color-theme='theme-red'] .wrap-popover-sharp .close:hover {
  color: #e94b3d;
  opacity: 1;
}
html[color-theme='theme-red'] .filter-btn:after {
  background-color: #e94b3d;
}
html[color-theme='theme-red'] .ya-share2__item:hover .ya-share2__icon {
  border-color: #e94b3d !important;
  color: #e94b3d !important;
}
html[color-theme='theme-red'] .jq-radio.checked,
html[color-theme='theme-red'] .jq-checkbox.checked {
  background: #e94b3d;
  border-color: #e94b3d;
}
html[color-theme='theme-red'] .wrap-check:hover label {
  color: #e94b3d;
}
html[color-theme='theme-red'] .wrap-check:hover .jq-radio,
html[color-theme='theme-red'] .wrap-check:hover .jq-checkbox {
  border-color: #e94b3d;
}
html[color-theme='theme-red'] .checked + label {
  color: #e94b3d;
}
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: #e94b3d;
  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: #e94b3d;
}
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: #e94b3d;
}
html[color-theme='theme-red'] .active > .link-color {
  color: #e94b3d;
}
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: #e94b3d;
}
html[color-theme='theme-red'] .spoiler-box:hover > .spoiler-box__btn {
  color: #e94b3d;
}
html[color-theme='theme-red'] .spoiler-box:hover > .spoiler-box__btn .spoiler-box__carret {
  border-color: #e94b3d;
}
html[color-theme='theme-red'] .spoiler-box:hover > .spoiler-box__btn .spoiler-box__carret:before,
html[color-theme='theme-red'] .spoiler-box:hover > .spoiler-box__btn .spoiler-box__carret:after {
  color: #e94b3d;
}
html[color-theme='theme-red'] .color {
  color: #e94b3d;
}
html[color-theme='theme-red'] .color-bg-block {
  background-color: #e94b3d;
}
html[color-theme='theme-red'] .link-bg-color:hover {
  background-color: #e94b3d;
  color: #ffffff;
}
html[color-theme='theme-red'] .aside__list-nav > li.active > a:after {
  background-color: #e94b3d;
}
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: #e94b3d;
}
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 #e94b3d;
}
html[color-theme='theme-red'] .footer__net-list a:hover {
  color: #e94b3d;
}
html[color-theme='theme-red'] .calendar#main-calendar-widget .day.has-event .day-content {
  background-color: #e94b3d;
}
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 #e94b3d;
  background-color: #e94b3d;
}
html[color-theme='theme-red'] .media-photo-preview:after {
  background: #e94b3d;
}
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: #e94b3d;
}
html[color-theme='theme-red'] .calendar--prev-arrow:hover,
html[color-theme='theme-red'] .calendar--next-arrow:hover {
  border-color: #e94b3d;
  color: #e94b3d;
}
html[color-theme='theme-red'] .header-nav > li > a:after {
  background-color: #e94b3d;
}
html[color-theme='theme-red'] .jq-radio.checked,
html[color-theme='theme-red'] .jq-checkbox.checked {
  background: #e94b3d;
  border-color: #e94b3d;
}
html[color-theme='theme-red'] .wrap-check:hover .jq-radio,
html[color-theme='theme-red'] .wrap-check:hover .jq-checkbox {
  border-color: #e94b3d;
}
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: #e94b3d;
}
html[color-theme='theme-emerald'] {
  /* btn */
  /* end btn */
  /* блок поделиться */
}
html[color-theme='theme-emerald'] .list-menu-page .item > span {
  border-color: rgba(0, 152, 73, 0.5);
}
html[color-theme='theme-emerald'] .tab-link-left li.active > a:after {
  background: #009849;
}
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: #009849;
}
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: #009849;
}
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: #009849;
}
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: #006531;
  border-color: #006531;
}
html[color-theme='theme-emerald'] .two-date:after {
  background-color: #009849;
}
html[color-theme='theme-emerald'] .search-result strong {
  background-color: #009849;
  color: #ffffff;
}
html[color-theme='theme-emerald'] .pushy-top .close {
  color: #ffffff;
}
html[color-theme='theme-emerald'] .btn-favorite.favorite {
  background-color: #009849;
  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: #009849;
}
html[color-theme='theme-emerald'] #map-svg path.active {
  fill: #009849 !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,
html[color-theme='theme-emerald'] .info-link-block a.link-style span {
  border-color: rgba(0, 152, 73, 0.5);
}
html[color-theme='theme-emerald'] .table-modal td a,
html[color-theme='theme-emerald'] .text-block table td a {
  border-color: rgba(0, 152, 73, 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: #009849;
}
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: #009849;
  border-color: #009849;
}
html[color-theme='theme-emerald'] .btn-default-color {
  color: #009849;
  border-color: #009849;
}
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: #009849;
}
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: #009849;
}
html[color-theme='theme-emerald'] .btn-collapsed:hover,
html[color-theme='theme-emerald'] .btn-collapsed:focus {
  background-color: #009849;
}
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: #009849;
  border-color: #009849;
  color: #ffffff;
}
html[color-theme='theme-emerald'] .btn-primary,
html[color-theme='theme-emerald'] .jq-file__browse {
  color: #ffffff;
  background-color: #009849;
  border-color: #009849;
}
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: #00cb61;
}
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: #006531;
  border-color: #006531;
}
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: #009849;
}
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: #009849;
  background-color: #009849;
}
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: #009849;
}
html[color-theme='theme-emerald'] .btn-blind:hover,
html[color-theme='theme-emerald'] .btn-blind.act {
  background-color: #009849;
}
html[color-theme='theme-emerald'] .btn-gamb span {
  background: #009849;
}
html[color-theme='theme-emerald'] .two-date:hover input.form-control {
  border-color: #009849;
}
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: #009849;
}
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: #009849;
}
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,
html[color-theme='theme-emerald'] .wrap-check:hover label,
html[color-theme='theme-emerald'] .wrap-check:hover .placeholder,
html[color-theme='theme-emerald'] .open .service-list__title,
html[color-theme='theme-emerald'] .open .service-list__title i {
  color: #009849;
}
html[color-theme='theme-emerald'] input.form-control:hover,
html[color-theme='theme-emerald'] textarea.form-control:hover {
  border-color: #009849;
}
html[color-theme='theme-emerald'] .faq-list > li > a:hover,
html[color-theme='theme-emerald'] .faq-list > li.open > a {
  color: #009849;
}
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: #009849;
  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: #009849;
}
html[color-theme='theme-emerald'] .wrap-popover-sharp .close:hover {
  color: #009849;
  opacity: 1;
}
html[color-theme='theme-emerald'] .filter-btn:after {
  background-color: #009849;
}
html[color-theme='theme-emerald'] .ya-share2__item:hover .ya-share2__icon {
  border-color: #009849 !important;
  color: #009849 !important;
}
html[color-theme='theme-emerald'] .jq-radio.checked,
html[color-theme='theme-emerald'] .jq-checkbox.checked {
  background: #009849;
  border-color: #009849;
}
html[color-theme='theme-emerald'] .wrap-check:hover label {
  color: #009849;
}
html[color-theme='theme-emerald'] .wrap-check:hover .jq-radio,
html[color-theme='theme-emerald'] .wrap-check:hover .jq-checkbox {
  border-color: #009849;
}
html[color-theme='theme-emerald'] .checked + label {
  color: #009849;
}
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: #009849;
  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: #009849;
}
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: #009849;
}
html[color-theme='theme-emerald'] .active > .link-color {
  color: #009849;
}
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: #009849;
}
html[color-theme='theme-emerald'] .spoiler-box:hover > .spoiler-box__btn {
  color: #009849;
}
html[color-theme='theme-emerald'] .spoiler-box:hover > .spoiler-box__btn .spoiler-box__carret {
  border-color: #009849;
}
html[color-theme='theme-emerald'] .spoiler-box:hover > .spoiler-box__btn .spoiler-box__carret:before,
html[color-theme='theme-emerald'] .spoiler-box:hover > .spoiler-box__btn .spoiler-box__carret:after {
  color: #009849;
}
html[color-theme='theme-emerald'] .color {
  color: #009849;
}
html[color-theme='theme-emerald'] .color-bg-block {
  background-color: #009849;
}
html[color-theme='theme-emerald'] .link-bg-color:hover {
  background-color: #009849;
  color: #ffffff;
}
html[color-theme='theme-emerald'] .aside__list-nav > li.active > a:after {
  background-color: #009849;
}
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: #009849;
}
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 #009849;
}
html[color-theme='theme-emerald'] .footer__net-list a:hover {
  color: #009849;
}
html[color-theme='theme-emerald'] .calendar#main-calendar-widget .day.has-event .day-content {
  background-color: #009849;
}
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 #009849;
  background-color: #009849;
}
html[color-theme='theme-emerald'] .media-photo-preview:after {
  background: #009849;
}
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: #009849;
}
html[color-theme='theme-emerald'] .calendar--prev-arrow:hover,
html[color-theme='theme-emerald'] .calendar--next-arrow:hover {
  border-color: #009849;
  color: #009849;
}
html[color-theme='theme-emerald'] .header-nav > li > a:after {
  background-color: #009849;
}
html[color-theme='theme-emerald'] .jq-radio.checked,
html[color-theme='theme-emerald'] .jq-checkbox.checked {
  background: #009849;
  border-color: #009849;
}
html[color-theme='theme-emerald'] .wrap-check:hover .jq-radio,
html[color-theme='theme-emerald'] .wrap-check:hover .jq-checkbox {
  border-color: #009849;
}
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: #009849;
}
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'] .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-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,
html[color-theme='theme-green'] .info-link-block a.link-style span {
  border-color: rgba(104, 159, 56, 0.5);
}
html[color-theme='theme-green'] .table-modal td a,
html[color-theme='theme-green'] .text-block table td a {
  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: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,
html[color-theme='theme-green'] .wrap-check:hover label,
html[color-theme='theme-green'] .wrap-check:hover .placeholder,
html[color-theme='theme-green'] .open .service-list__title,
html[color-theme='theme-green'] .open .service-list__title i {
  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'] .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__btn .spoiler-box__carret {
  border-color: #689f38;
}
html[color-theme='theme-green'] .spoiler-box:hover > .spoiler-box__btn .spoiler-box__carret:before,
html[color-theme='theme-green'] .spoiler-box:hover > .spoiler-box__btn .spoiler-box__carret:after {
  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 {
  background-color: #689f38;
  color: #ffffff;
}
html[color-theme='theme-green'] .aside__list-nav > li.active > a:after {
  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'] .footer__net-list a:hover {
  color: #689f38;
}
html[color-theme='theme-green'] .calendar#main-calendar-widget .day.has-event .day-content {
  background-color: #689f38;
}
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 {
  border-color: #689f38;
  color: #689f38;
}
html[color-theme='theme-green'] .header-nav > li > a:after {
  background-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'] .info-link-block span {
  border: 0;
}
html[color-schema='color-black'] .calendar-month-wrap,
html[color-schema='color-black'] .fc-unthemed .fc-popover,
html[color-schema='color-black'] .fc-popover .fc-header .fc-title,
html[color-schema='color-black'] .fc-title {
  background-color: #000000;
}
html[color-schema='color-black'] .fc-row.fc-widget-header,
html[color-schema='color-black'] .fc button .fc-icon {
  color: #ffffff;
}
html[color-schema='color-black'] .widget-mayor__bottom {
  border-top: 1px solid #ffffff;
}
html[color-schema='color-black'] .widget-mayor__bottom,
html[color-schema='color-black'] .block-douwnload-md .doc-icon:before,
html[color-schema='color-black'] .area-promo-slider__nav .prev:after,
html[color-schema='color-black'] .area-promo-slider__nav .next:after {
  opacity: 1;
  background-color: #000000;
}
html[color-schema='color-black'] .media-category.audio,
html[color-schema='color-black'] .media-category,
html[color-schema='color-black'] .breadcrumb > .active,
html[color-schema='color-black'] .fc-popover .fc-content .fc-title,
html[color-schema='color-black'] .fc-unthemed .fc-popover .fc-header .fc-close,
html[color-schema='color-black'] .fc-other-month .fc-day-number {
  color: #ffffff !important;
}
html[color-schema='color-black'] .breadcrumb > .active,
html[color-schema='color-black'] .fc-other-month .fc-day-number {
  opacity: .6;
}
html[color-schema='color-black'] .map-list-location > li,
html[color-schema='color-black'] hr,
html[color-schema='color-black'] .table-modal tbody tr td,
html[color-schema='color-black'] .text-block table tbody tr td,
html[color-schema='color-black'] .table-modal tbody tr th,
html[color-schema='color-black'] .text-block table tbody tr th,
html[color-schema='color-black'] .table-modal,
html[color-schema='color-black'] .text-block table,
html[color-schema='color-black'] .fc button,
html[color-schema='color-black'] .fc-popover .fc-content .fc-title {
  border-color: #ffffff;
}
html[color-schema='color-black'] .media-category:after,
html[color-schema='color-black'] .media-category:after,
html[color-schema='color-black'] .mark-tab__mark,
html[color-schema='color-black'] .widget-mayor-btn i:after,
html[color-schema='color-black'] .slider-main-indicator,
html[color-schema='color-black'] .jq-radio__div {
  background-color: #ffffff !important;
}
html[color-schema='color-black'] .text-block-right__box .clip-text:after,
html[color-schema='color-black'] .map-location:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, 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'] #timer-prime {
  display: none;
}
html[color-schema='color-black'] .area-promo .page-title,
html[color-schema='color-black'] .area-promo .breadcrumb > li,
html[color-schema='color-black'] .area-promo .area-info-box {
  background: #000000;
}
html[color-schema='color-black'] .area-info-box .small,
html[color-schema='color-black'] .fc-unthemed .fc-popover,
html[color-schema='color-black'] .fc-popover .fc-header .fc-title,
html[color-schema='color-black'] .calendar-month-wrap,
html[color-schema='color-black'] .widget-slider,
html[color-schema='color-black'] .media-box__img {
  border: 1px solid #ffffff;
}
html[color-schema='color-black'] .widget-slider .bg-box {
  border: none !important;
}
html[color-schema='color-black'] .area-promo .breadcrumb > li a,
html[color-schema='color-black'] .area-promo .breadcrumb > li:after,
html[color-schema='color-black'] .table-modal td,
html[color-schema='color-black'] .text-block table td,
html[color-schema='color-black'] .fc-popover .fc-header .fc-title {
  color: #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 {
  color: #ffffff;
}
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 {
  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 {
  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'] .area-usefulSite > .section .friend-block {
  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,
html[color-schema='color-black'] .spoiler-box__carret,
html[color-schema='color-black'] .fc-unthemed td.fc-today {
  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 {
  color: #ffffff;
}
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 {
  background-color: #ffffff;
}
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 {
  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%);
  filter: grayscale(100%);
}
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 {
  background-color: #000000 !important;
  border-color: #ffffff !important;
}
html[color-schema='color-black'] .dcjq-icon:after,
html[color-schema='color-black'] .dcjq-icon:before {
  background-color: #ffffff !important;
}
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'][img-display='hide'] .wrap-media-video .video-preview,
html[color-schema='color-black'][img-display='hide'] .media-photo-preview__img,
html[color-schema='color-black'][img-display='hide'] .area-promo-slider__item,
html[color-schema='color-black'][img-display='hide'] .photo-box .bg,
html[color-schema='color-black'][img-display='hide'] .slider-main-img,
html[color-schema='color-black'][img-display='hide'] .slider-main-img,
html[color-schema='color-black'][img-display='hide'] .media-photo-preview-list li a,
html[color-schema='color-black'][img-display='hide'] .wrap-media-video .link-media-photo-modal,
html[color-schema='color-black'][img-display='hide'] .news-box .img-wrap,
html[color-schema='color-black'][img-display='hide'] .carousel-inner .item {
  background-color: #000000 !important;
}
html[color-schema='color-black'][img-display='hide'] .section-area-promo {
  padding-bottom: 0 !important;
}
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,
html[color-schema='color-black'] .bg-light-red {
  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'] .section-area-promo {
  padding-top: 0 !important;
  border-bottom: 0 !important;
}
html[color-schema='color-black'] .footer {
  margin-top: 0;
  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'] .info-link-block span {
  border: 0;
}
html[color-schema='color-blue'] .calendar-month-wrap,
html[color-schema='color-blue'] .fc-unthemed .fc-popover,
html[color-schema='color-blue'] .fc-popover .fc-header .fc-title,
html[color-schema='color-blue'] .fc-title {
  background-color: #9dd1ff;
}
html[color-schema='color-blue'] .fc-row.fc-widget-header,
html[color-schema='color-blue'] .fc button .fc-icon {
  color: #063462;
}
html[color-schema='color-blue'] .widget-mayor__bottom {
  border-top: 1px solid #063462;
}
html[color-schema='color-blue'] .widget-mayor__bottom,
html[color-schema='color-blue'] .block-douwnload-md .doc-icon:before,
html[color-schema='color-blue'] .area-promo-slider__nav .prev:after,
html[color-schema='color-blue'] .area-promo-slider__nav .next:after {
  opacity: 1;
  background-color: #9dd1ff;
}
html[color-schema='color-blue'] .media-category.audio,
html[color-schema='color-blue'] .media-category,
html[color-schema='color-blue'] .breadcrumb > .active,
html[color-schema='color-blue'] .fc-popover .fc-content .fc-title,
html[color-schema='color-blue'] .fc-unthemed .fc-popover .fc-header .fc-close,
html[color-schema='color-blue'] .fc-other-month .fc-day-number {
  color: #063462 !important;
}
html[color-schema='color-blue'] .breadcrumb > .active,
html[color-schema='color-blue'] .fc-other-month .fc-day-number {
  opacity: .6;
}
html[color-schema='color-blue'] .map-list-location > li,
html[color-schema='color-blue'] hr,
html[color-schema='color-blue'] .table-modal tbody tr td,
html[color-schema='color-blue'] .text-block table tbody tr td,
html[color-schema='color-blue'] .table-modal tbody tr th,
html[color-schema='color-blue'] .text-block table tbody tr th,
html[color-schema='color-blue'] .table-modal,
html[color-schema='color-blue'] .text-block table,
html[color-schema='color-blue'] .fc button,
html[color-schema='color-blue'] .fc-popover .fc-content .fc-title {
  border-color: #063462;
}
html[color-schema='color-blue'] .media-category:after,
html[color-schema='color-blue'] .media-category:after,
html[color-schema='color-blue'] .mark-tab__mark,
html[color-schema='color-blue'] .widget-mayor-btn i:after,
html[color-schema='color-blue'] .slider-main-indicator,
html[color-schema='color-blue'] .jq-radio__div {
  background-color: #063462 !important;
}
html[color-schema='color-blue'] .text-block-right__box .clip-text:after,
html[color-schema='color-blue'] .map-location:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, 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'] #timer-prime {
  display: none;
}
html[color-schema='color-blue'] .area-promo .page-title,
html[color-schema='color-blue'] .area-promo .breadcrumb > li,
html[color-schema='color-blue'] .area-promo .area-info-box {
  background: #9dd1ff;
}
html[color-schema='color-blue'] .area-info-box .small,
html[color-schema='color-blue'] .fc-unthemed .fc-popover,
html[color-schema='color-blue'] .fc-popover .fc-header .fc-title,
html[color-schema='color-blue'] .calendar-month-wrap,
html[color-schema='color-blue'] .widget-slider,
html[color-schema='color-blue'] .media-box__img {
  border: 1px solid #063462;
}
html[color-schema='color-blue'] .widget-slider .bg-box {
  border: none !important;
}
html[color-schema='color-blue'] .area-promo .breadcrumb > li a,
html[color-schema='color-blue'] .area-promo .breadcrumb > li:after,
html[color-schema='color-blue'] .table-modal td,
html[color-schema='color-blue'] .text-block table td,
html[color-schema='color-blue'] .fc-popover .fc-header .fc-title {
  color: #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 {
  color: #063462;
}
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 {
  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 {
  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'] .area-usefulSite > .section .friend-block {
  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,
html[color-schema='color-blue'] .spoiler-box__carret,
html[color-schema='color-blue'] .fc-unthemed td.fc-today {
  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 {
  color: #063462;
}
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 {
  background-color: #063462;
}
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 {
  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%);
  filter: grayscale(100%);
}
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 {
  background-color: #9dd1ff !important;
  border-color: #063462 !important;
}
html[color-schema='color-blue'] .dcjq-icon:after,
html[color-schema='color-blue'] .dcjq-icon:before {
  background-color: #063462 !important;
}
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'][img-display='hide'] .wrap-media-video .video-preview,
html[color-schema='color-blue'][img-display='hide'] .media-photo-preview__img,
html[color-schema='color-blue'][img-display='hide'] .area-promo-slider__item,
html[color-schema='color-blue'][img-display='hide'] .photo-box .bg,
html[color-schema='color-blue'][img-display='hide'] .slider-main-img,
html[color-schema='color-blue'][img-display='hide'] .slider-main-img,
html[color-schema='color-blue'][img-display='hide'] .media-photo-preview-list li a,
html[color-schema='color-blue'][img-display='hide'] .wrap-media-video .link-media-photo-modal,
html[color-schema='color-blue'][img-display='hide'] .news-box .img-wrap,
html[color-schema='color-blue'][img-display='hide'] .carousel-inner .item {
  background-color: #9dd1ff !important;
}
html[color-schema='color-blue'][img-display='hide'] .section-area-promo {
  padding-bottom: 0 !important;
}
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,
html[color-schema='color-blue'] .bg-light-red {
  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'] .section-area-promo {
  padding-top: 0 !important;
  border-bottom: 0 !important;
}
html[color-schema='color-blue'] .footer {
  margin-top: 0;
  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'] .info-link-block span {
  border: 0;
}
html[color-schema='color-beige'] .calendar-month-wrap,
html[color-schema='color-beige'] .fc-unthemed .fc-popover,
html[color-schema='color-beige'] .fc-popover .fc-header .fc-title,
html[color-schema='color-beige'] .fc-title {
  background-color: #f7f3d6;
}
html[color-schema='color-beige'] .fc-row.fc-widget-header,
html[color-schema='color-beige'] .fc button .fc-icon {
  color: #4d4b43;
}
html[color-schema='color-beige'] .widget-mayor__bottom {
  border-top: 1px solid #4d4b43;
}
html[color-schema='color-beige'] .widget-mayor__bottom,
html[color-schema='color-beige'] .block-douwnload-md .doc-icon:before,
html[color-schema='color-beige'] .area-promo-slider__nav .prev:after,
html[color-schema='color-beige'] .area-promo-slider__nav .next:after {
  opacity: 1;
  background-color: #f7f3d6;
}
html[color-schema='color-beige'] .media-category.audio,
html[color-schema='color-beige'] .media-category,
html[color-schema='color-beige'] .breadcrumb > .active,
html[color-schema='color-beige'] .fc-popover .fc-content .fc-title,
html[color-schema='color-beige'] .fc-unthemed .fc-popover .fc-header .fc-close,
html[color-schema='color-beige'] .fc-other-month .fc-day-number {
  color: #4d4b43 !important;
}
html[color-schema='color-beige'] .breadcrumb > .active,
html[color-schema='color-beige'] .fc-other-month .fc-day-number {
  opacity: .6;
}
html[color-schema='color-beige'] .map-list-location > li,
html[color-schema='color-beige'] hr,
html[color-schema='color-beige'] .table-modal tbody tr td,
html[color-schema='color-beige'] .text-block table tbody tr td,
html[color-schema='color-beige'] .table-modal tbody tr th,
html[color-schema='color-beige'] .text-block table tbody tr th,
html[color-schema='color-beige'] .table-modal,
html[color-schema='color-beige'] .text-block table,
html[color-schema='color-beige'] .fc button,
html[color-schema='color-beige'] .fc-popover .fc-content .fc-title {
  border-color: #4d4b43;
}
html[color-schema='color-beige'] .media-category:after,
html[color-schema='color-beige'] .media-category:after,
html[color-schema='color-beige'] .mark-tab__mark,
html[color-schema='color-beige'] .widget-mayor-btn i:after,
html[color-schema='color-beige'] .slider-main-indicator,
html[color-schema='color-beige'] .jq-radio__div {
  background-color: #4d4b43 !important;
}
html[color-schema='color-beige'] .text-block-right__box .clip-text:after,
html[color-schema='color-beige'] .map-location:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, 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'] #timer-prime {
  display: none;
}
html[color-schema='color-beige'] .area-promo .page-title,
html[color-schema='color-beige'] .area-promo .breadcrumb > li,
html[color-schema='color-beige'] .area-promo .area-info-box {
  background: #f7f3d6;
}
html[color-schema='color-beige'] .area-info-box .small,
html[color-schema='color-beige'] .fc-unthemed .fc-popover,
html[color-schema='color-beige'] .fc-popover .fc-header .fc-title,
html[color-schema='color-beige'] .calendar-month-wrap,
html[color-schema='color-beige'] .widget-slider,
html[color-schema='color-beige'] .media-box__img {
  border: 1px solid #4d4b43;
}
html[color-schema='color-beige'] .widget-slider .bg-box {
  border: none !important;
}
html[color-schema='color-beige'] .area-promo .breadcrumb > li a,
html[color-schema='color-beige'] .area-promo .breadcrumb > li:after,
html[color-schema='color-beige'] .table-modal td,
html[color-schema='color-beige'] .text-block table td,
html[color-schema='color-beige'] .fc-popover .fc-header .fc-title {
  color: #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 {
  color: #4d4b43;
}
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 {
  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 {
  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'] .area-usefulSite > .section .friend-block {
  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,
html[color-schema='color-beige'] .spoiler-box__carret,
html[color-schema='color-beige'] .fc-unthemed td.fc-today {
  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 {
  color: #4d4b43;
}
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 {
  background-color: #4d4b43;
}
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 {
  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%);
  filter: grayscale(100%);
}
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 {
  background-color: #f7f3d6 !important;
  border-color: #4d4b43 !important;
}
html[color-schema='color-beige'] .dcjq-icon:after,
html[color-schema='color-beige'] .dcjq-icon:before {
  background-color: #4d4b43 !important;
}
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'][img-display='hide'] .wrap-media-video .video-preview,
html[color-schema='color-beige'][img-display='hide'] .media-photo-preview__img,
html[color-schema='color-beige'][img-display='hide'] .area-promo-slider__item,
html[color-schema='color-beige'][img-display='hide'] .photo-box .bg,
html[color-schema='color-beige'][img-display='hide'] .slider-main-img,
html[color-schema='color-beige'][img-display='hide'] .slider-main-img,
html[color-schema='color-beige'][img-display='hide'] .media-photo-preview-list li a,
html[color-schema='color-beige'][img-display='hide'] .wrap-media-video .link-media-photo-modal,
html[color-schema='color-beige'][img-display='hide'] .news-box .img-wrap,
html[color-schema='color-beige'][img-display='hide'] .carousel-inner .item {
  background-color: #f7f3d6 !important;
}
html[color-schema='color-beige'][img-display='hide'] .section-area-promo {
  padding-bottom: 0 !important;
}
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,
html[color-schema='color-beige'] .bg-light-red {
  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'] .section-area-promo {
  padding-top: 0 !important;
  border-bottom: 0 !important;
}
html[color-schema='color-beige'] .footer {
  margin-top: 0;
  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'] .info-link-block span {
  border: 0;
}
html[color-schema='color-brown'] .calendar-month-wrap,
html[color-schema='color-brown'] .fc-unthemed .fc-popover,
html[color-schema='color-brown'] .fc-popover .fc-header .fc-title,
html[color-schema='color-brown'] .fc-title {
  background-color: #3b2716;
}
html[color-schema='color-brown'] .fc-row.fc-widget-header,
html[color-schema='color-brown'] .fc button .fc-icon {
  color: #a9e44d;
}
html[color-schema='color-brown'] .widget-mayor__bottom {
  border-top: 1px solid #a9e44d;
}
html[color-schema='color-brown'] .widget-mayor__bottom,
html[color-schema='color-brown'] .block-douwnload-md .doc-icon:before,
html[color-schema='color-brown'] .area-promo-slider__nav .prev:after,
html[color-schema='color-brown'] .area-promo-slider__nav .next:after {
  opacity: 1;
  background-color: #3b2716;
}
html[color-schema='color-brown'] .media-category.audio,
html[color-schema='color-brown'] .media-category,
html[color-schema='color-brown'] .breadcrumb > .active,
html[color-schema='color-brown'] .fc-popover .fc-content .fc-title,
html[color-schema='color-brown'] .fc-unthemed .fc-popover .fc-header .fc-close,
html[color-schema='color-brown'] .fc-other-month .fc-day-number {
  color: #a9e44d !important;
}
html[color-schema='color-brown'] .breadcrumb > .active,
html[color-schema='color-brown'] .fc-other-month .fc-day-number {
  opacity: .6;
}
html[color-schema='color-brown'] .map-list-location > li,
html[color-schema='color-brown'] hr,
html[color-schema='color-brown'] .table-modal tbody tr td,
html[color-schema='color-brown'] .text-block table tbody tr td,
html[color-schema='color-brown'] .table-modal tbody tr th,
html[color-schema='color-brown'] .text-block table tbody tr th,
html[color-schema='color-brown'] .table-modal,
html[color-schema='color-brown'] .text-block table,
html[color-schema='color-brown'] .fc button,
html[color-schema='color-brown'] .fc-popover .fc-content .fc-title {
  border-color: #a9e44d;
}
html[color-schema='color-brown'] .media-category:after,
html[color-schema='color-brown'] .media-category:after,
html[color-schema='color-brown'] .mark-tab__mark,
html[color-schema='color-brown'] .widget-mayor-btn i:after,
html[color-schema='color-brown'] .slider-main-indicator,
html[color-schema='color-brown'] .jq-radio__div {
  background-color: #a9e44d !important;
}
html[color-schema='color-brown'] .text-block-right__box .clip-text:after,
html[color-schema='color-brown'] .map-location:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, 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'] #timer-prime {
  display: none;
}
html[color-schema='color-brown'] .area-promo .page-title,
html[color-schema='color-brown'] .area-promo .breadcrumb > li,
html[color-schema='color-brown'] .area-promo .area-info-box {
  background: #3b2716;
}
html[color-schema='color-brown'] .area-info-box .small,
html[color-schema='color-brown'] .fc-unthemed .fc-popover,
html[color-schema='color-brown'] .fc-popover .fc-header .fc-title,
html[color-schema='color-brown'] .calendar-month-wrap,
html[color-schema='color-brown'] .widget-slider,
html[color-schema='color-brown'] .media-box__img {
  border: 1px solid #a9e44d;
}
html[color-schema='color-brown'] .widget-slider .bg-box {
  border: none !important;
}
html[color-schema='color-brown'] .area-promo .breadcrumb > li a,
html[color-schema='color-brown'] .area-promo .breadcrumb > li:after,
html[color-schema='color-brown'] .table-modal td,
html[color-schema='color-brown'] .text-block table td,
html[color-schema='color-brown'] .fc-popover .fc-header .fc-title {
  color: #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 {
  color: #a9e44d;
}
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 {
  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 {
  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'] .area-usefulSite > .section .friend-block {
  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,
html[color-schema='color-brown'] .spoiler-box__carret,
html[color-schema='color-brown'] .fc-unthemed td.fc-today {
  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 {
  color: #a9e44d;
}
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 {
  background-color: #a9e44d;
}
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 {
  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%);
  filter: grayscale(100%);
}
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 {
  background-color: #3b2716 !important;
  border-color: #a9e44d !important;
}
html[color-schema='color-brown'] .dcjq-icon:after,
html[color-schema='color-brown'] .dcjq-icon:before {
  background-color: #a9e44d !important;
}
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'][img-display='hide'] .wrap-media-video .video-preview,
html[color-schema='color-brown'][img-display='hide'] .media-photo-preview__img,
html[color-schema='color-brown'][img-display='hide'] .area-promo-slider__item,
html[color-schema='color-brown'][img-display='hide'] .photo-box .bg,
html[color-schema='color-brown'][img-display='hide'] .slider-main-img,
html[color-schema='color-brown'][img-display='hide'] .slider-main-img,
html[color-schema='color-brown'][img-display='hide'] .media-photo-preview-list li a,
html[color-schema='color-brown'][img-display='hide'] .wrap-media-video .link-media-photo-modal,
html[color-schema='color-brown'][img-display='hide'] .news-box .img-wrap,
html[color-schema='color-brown'][img-display='hide'] .carousel-inner .item {
  background-color: #3b2716 !important;
}
html[color-schema='color-brown'][img-display='hide'] .section-area-promo {
  padding-bottom: 0 !important;
}
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,
html[color-schema='color-brown'] .bg-light-red {
  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'] .section-area-promo {
  padding-top: 0 !important;
  border-bottom: 0 !important;
}
html[color-schema='color-brown'] .footer {
  margin-top: 0;
  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%;
}
body {
  font-family: 'GOSTUI2';
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  color: #14171e;
  padding: 0;
  line-height: 1.31;
  overflow-y: scroll;
  background-color: #f4f7fb;
}
.main {
  padding-right: 64px;
  padding-left: 0;
  float: left;
  width: 66.66666667%;
}
.main.main--main-page,
.main.main--area-page {
  float: none;
  padding-right: 0;
  width: 100%;
}
.main.main--main-page {
  padding-top: 70px;
}
.main.main--area-page {
  padding-top: 0 !important;
}
.main--no-aside {
  width: 100%;
  padding-right: 0;
}
.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;
}
.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.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 > li > a {
  position: relative;
  display: inline-block;
  padding: 14px 0 14px 28px;
  line-height: 1em;
  font-weight: 500;
}
.aside__list-nav > li ul {
  padding-left: 50px;
  font-size: 14px;
  font-size: 1.4rem;
}
.aside__list-nav > li ul a {
  display: block;
  padding-bottom: 10px;
}
.aside__list-nav > li.active > a:after {
  content: '';
  position: absolute;
  left: 0;
  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;
}
/* img-favorite (aside) */
.img-favorite {
  position: relative;
  margin-bottom: 48px;
  margin-top: 25px;
  /*
    &: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);
    }*/
}
.img-favorite img {
  max-width: 100%;
}
/* 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: #f7f9fc;
}
.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: #f7f9fc;
  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: 350px;
}
.layer-top.panel-full:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 100;
  height: 100px;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #ffffff), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 70%, #ffffff 100%);
}
.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: #f7f9fc;
}
.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: 350px;
}
/* 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 */
#district-map {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  position: relative;
}
#district-map:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/river.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
#district-map:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/icon-city.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
#vectormap1_CITY {
  fill: #e94a3c !important;
  stroke: transparent !important;
}
#district-map path {
  stroke-width: 0.7;
}
.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: 24px;
}
.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;
}
#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 .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: 190px;
}
.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;
}
/* HEADER */
#headerNav {
  opacity: 0;
}
.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: 141px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #f7f9fc;
}
.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: 90px;
}
.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: 90px;
  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: rgba(255, 255, 255, 0.7);
  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: #e3e3e3;
  margin-right: 10px;
  display: block;
  position: relative;
  top: -1px;
  font-size: 15px;
}
.header__widget-list > li > a:hover,
.header__widget-list > li > a.act {
  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__link-lang .dropdown-menu {
  min-width: 180px;
}
.lang-item-yt {
  text-align: right;
}
.lang-item-yt span {
  color: #e61400;
}
a.yt-servicelink {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.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;
}
.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;
}
.header-logo .name-company {
  line-height: .9;
  font-size: 22px;
  margin-top: 5px;
}
.header-logo .name-company > span {
  font-weight: 400;
  font-size: 16px;
}
.header-logo .name-company .logo {
  position: relative;
  top: -2px;
}
.page-title-prime .name-company {
  line-height: 1;
  font-size: 4.8rem;
}
.footer .footer-logo-text .name-company {
  padding-right: 20px;
  font-size: 26px;
}
.footer .footer-logo-text .name-company > span {
  font-size: 16px;
  font-weight: 400;
}
.btn-blind {
  background: #000000;
  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;
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
  border: 0 !important;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 10px !important;
  min-width: 285px;
}
.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 {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  -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;
  padding-left: 30px;
}
.header__link-home.act i,
.link-list-sites.act i {
  color: #ffffff;
}
.header__link-home i,
.link-list-sites i {
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -8px;
  font-size: 16px;
  display: block;
  font-style: normal;
  color: #e3e3e3;
}
.header__link-home:hover,
.link-list-sites:hover,
.header__link-home:focus,
.link-list-sites:focus {
  color: #ffffff;
}
.header__link-home:hover i,
.link-list-sites:hover i,
.header__link-home:focus i,
.link-list-sites:focus i {
  color: #ffffff;
}
.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(85%);
  width: calc(85%);
}
.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: 90px;
  line-height: 90px;
  display: block;
  pointer-events: none;
}
.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.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: 50px;
  height: 90px;
  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;
}
.link-division {
  min-width: 280px;
}
/* btn-gamb */
.btn-gamb {
  width: 30px;
  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 ==== */
.footer{
  background: #fff;
}
.footer-top{
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
.footer-bottom{
  padding-top: 30px;
  margin-top: 25px;
  border-top: 1px solid #D5DAE0;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-info{
  margin-right: auto;
}
.footer-logo{
  display: flex;
  margin-bottom: 20px;
}
.footer-logo__image{
  width: 45px;
  margin-right: 25px;
}
.footer-logo__image img{
  max-width: 100%;
}
.footer-logo-info{

}
.footer-logo__title{
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #14171E;
  margin-bottom: 2px;
}
.footer-logo__description{
  font-size: 16px;
  line-height: 20px;
  color: #14171E;
}

.footer-info-row{
  display: flex;
  margin-bottom: 15px;
}
.footer-info-row:last-child{
  margin-bottom: 0px;
}
.footer-info-row__ico{
  width: 24px;
}
.footer-info-row__text{
  padding-left: 15px;
  font-size: 15px;
  line-height: 20px;
  color: #14171E;
}
.footer-info-row__text strong{
  font-weight: 500;
  font-size: 16px;
}
.footer-info-row__text span{
  color: #848E99;
}

.footer-block{
  width: 280px;
  margin-left: 30px;
  padding-top: 10px;
}
.footer-menu__title{
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #14171E;
  margin-bottom: 25px;
}
.footer-menu{

}
.footer-menu__item{
  margin-bottom: 10px;
}
.footer-menu__link{
  font-size: 15px;
  line-height: 20px;
  color: #848E99;
}
.footer-menu__link:hover{
  color: #E94B3D;
}


.footer-copyright{
  display: flex;
  align-items: center;
}
.footer-copyright__ico{
  width: 20px;
  margin-right: 15px;
  color: #B4B4B4;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-copyright__text{
  font-size: 12px;
  line-height: 15px;
  color: #14171E;
}
.footer__helper{
  font-size: 16px;
  line-height: 21px;
  color: #848E99;
}
.footer__helper:hover{
  color: #E94B3D;
}
.footer-social{
  display: flex;
  align-items: center;
}
.footer-social__link{
  margin-right: 30px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.footer-social__link svg{
  fill: #B4B4B4;
}
.footer-social__link:hover svg{
  fill: #E94B3D;
}

@media(max-width: 1200px){
  .footer-info{
    width: 48%;
  }
  .footer-block{
    width: 24%;
    margin-left: 1%;
  }
}
@media(max-width: 1200px){
  .footer-info{
    width: 45%;
  }
  .footer-block{
    width: 24%;
    margin-left: 1%;
  }
}
@media(max-width: 767px){
  .footer-top{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-info{
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-block{
    width: 48%;
    margin-left: 0%;
  }
  .footer-menu__title{
    margin-bottom: 15px;
  }
  .footer-bottom{
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .footer-info-row{
    width: 370px;
    max-width: 100%;
  }
  .footer-bottom > *{
    margin-bottom: 15px;
  }
  .footer-bottom > *:last-child{
    margin-bottom: 0px;
  }
}
/* ==== footer END ==== */



/* 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-prime-blok__hr {
  background: #dde1ea;
  height: 1px;
  margin-top: 40px;
}
.news-prime-blok .news-date {
  position: absolute;
  margin: 0;
  left: auto;
  bottom: 0px;
}
.news-prime-blok .news-box {
  padding-bottom: 15px;
}
.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;
  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 .news-place {
  position: absolute !important;
  bottom: 0;
  padding: 20px;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 70%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 70%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 70%);
}
.news-box .img-lg {
  height: 410px;
  margin-top: 0px;
}
.news-box .img-md {
  height: 200px;
}
.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: 45px;
  left: 30px;
  z-index: 10;
  position: absolute;
}
.news-box--card-img .news-place {
  position: static;
  margin-top: 10px;
}
.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 .news-place {
  position: relative;
  bottom: auto !important;
  left: auto;
  top: auto;
  right: auto;
  margin-top: 10px;
  padding-left: 20px;
}
.news-card-daily-map--event .news-card-body .news-place i {
  position: absolute;
  left: 0;
}
.news-place {
  position: absolute;
  bottom: 25px;
}
.post-list__bottom-text i,
.news-place i,
.event-box__text .city i,
.event-line-preview__place i {
  margin-right: 8px;
  position: relative;
  top: 1px;
  font-size: 16px;
}
.news-card-preview__box {
  min-height: 200px;
}
.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;
}
/* 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.has-event .day-content {
  cursor: pointer;
  color: #fff;
  background-color: #0575bc;
}
.calendar#main-calendar-widget .event {
  position: absolute;
  width: 100%;
  z-index: 100;
  min-height: 100%;
  top: -10px;
  display: none;
  padding: 50px 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;
}
.ev-text:hover {
  color: #0575bc;
}
.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;
}
.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: 10px;
}
.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: 18px;
  right: 12px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: #848e99;
}
.calendar .event .event-close:hover {
  color: #0575bc;
}
.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 {
  display: block;
}
.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;
}
.post-list.post-list--media .page-date {
  margin-top: 7px;
}
.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: #848e99;
}
.media-category.news:after {
  background-color: #848e99;
}
.media-category.audio,
.media-category.actualy {
  color: #406cdb;
}
.media-category.audio:after,
.media-category.actualy:after {
  background-color: #406cdb;
}
.media-category.photo {
  color: #45d09e;
}
.media-category.photo:after {
  background-color: #45d09e;
}
.media-category.video,
.media-category.first {
  color: #ea5548;
}
.media-category.video:after,
.media-category.first:after {
  background-color: #ea5548;
}
.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 .news-title {
  overflow: hidden;
  height: 100px;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}
.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 #363c4d;
  box-shadow: 0 10px 30px 25px #363c4d;
}
.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-video-and-btn,
.media-box__img-main {
  height: 450px;
  width: 100%;
  position: relative;
}
.yt-preview {
  z-index: 1;
}
.wrap-media-video {
  position: relative;
  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%;
  max-height: 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.play .yt-preview {
  opacity: 0;
  z-index: -1;
}
.wrap-media-video.play .play-button {
  opacity: 0 !important;
  z-index: -1;
}
.video-no-main {
  height: 420px;
}
/* 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: 120px;
  -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: 70px;
  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__place > span {
  display: block;
  margin-right: 0;
  margin-top: 7px;
  padding-left: 24px;
  position: relative;
}
.event-line-preview__place i {
  width: 17px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  top: 2px;
  left: 0;
}
.event-line-preview__place i.icon-clock {
  font-size: 14px;
}
.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;
  width: 100%;
}
/* end event-box */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  border: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 55px;
  line-height: 55px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
  z-index: 100;
}
.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;
  cursor: pointer;
}
.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;
    &:before, &:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        display: block;
        transition: all .2s linear;
        opacity: 0;
    }
    &:after {
        background: #000000;
        z-index: 1;
    }
    &: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, .wrap-media-video .link-media-photo-modal:hover {
    &:before {
        opacity: 1;
        -webkit-background-size: 32px 32px;
        background-size: 32px;
    }
    &: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: 1500px) {
  .area-promo-slider__item {
    width: 1350px;
  }
}
@media (max-width: 1360px) {
  .calendar-month-wrap {
    height: auto;
  }
  .btn-blind {
    min-width: 0;
  }
  .fc-header-toolbar {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .fc-row.fc-widget-header {
    padding-bottom: 0;
  }
  .area-info-box .small {
    bottom: -10px;
  }
  .area-info-box .big {
    font-size: 70px;
  }
  h1,
  .h1,
  h1.page-title {
    font-size: 3rem;
  }
  .breadcrumb-section {
    padding-top: 40px;
  }
  .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__item {
    height: 440px !important;
  }
  .slider-main .inner {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .slider-main__nav {
    bottom: 0;
  }
  .slider-main__sub-text {
    bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .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: 1280px) {
  .area-info-box .big {
    font-size: 52px;
  }
  .area-info-box .small {
    position: relative;
    bottom: 9px;
    right: auto;
    left: auto;
    margin-bottom: 0;
    margin-left: 10px;
  }
  .area-promo-slider__nav {
    display: none;
  }
  .widget-slider .btn {
    font-size: 16px;
  }
  .media-box__text {
    min-height: 0;
  }
  .video-main-page {
    margin-bottom: 25px;
  }
  a.fc-more {
    margin-bottom: -45px;
  }
  a.fc-more {
    border: none !important;
  }
  .fc-unthemed td.fc-today span {
    background: transparent;
  }
  .fc-unthemed td.fc-today span,
  a.fc-more {
    width: 40px;
    height: 52px;
  }
  .fc-unthemed .fc-popover {
    top: 30px !important;
    height: auto !important;
    bottom: -30px;
    left: 15px !important;
    right: 15px;
    width: auto !important;
  }
  .calendar-month-wrap {
    margin-top: 30px;
  }
  .btn-blind > span {
    display: none;
  }
  .btn-blind {
    width: 55px;
    height: 50px;
    min-width: 0;
  }
  .btn-blind i {
    margin-right: 0;
  }
  .widget-mayor-btn > span {
    margin-right: 16px;
  }
  .widget-mayor__name {
    font-size: 16px;
  }
  .widget-mayor__bg {
    right: -25px;
    -webkit-background-size: 260px 260px;
    background-size: 260px;
  }
  .widget-mayor__wrap {
    overflow: hidden;
  }
  .link-list-sites span {
    display: none;
  }
  .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,
  .section-map #map-city {
    width: 100%;
  }
  .wrap-video-and-btn,
  .media-box__img--main {
    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;
  }
  .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: ':';
  }
  .direction-card__photo {
    width: 280px;
  }
  .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;
}
@media (max-width: 991px) {
  .district-description {
    margin-bottom: 30px;
  }
  .widget-slider .slick-slide,
  .widget-slider {
    height: 440px;
  }
  .widget-quiz__inner {
    -webkit-background-size: cover;
    background-size: cover;
  }
  .video-no-main {
    height: 400px;
  }
  .modal .close {
    position: absolute;
    right: -5px;
    top: -5px;
  }
  .modal-title {
    padding-right: 0;
  }
  .header__widget-list .toggle-search-panel span {
    display: none;
  }
  .district-list__wrap {
    margin-top: 0;
  }
  .wrap-video-and-btn.video-full {
    height: 400px;
  }
  .tabs-nav-wrap--district {
    border-bottom: none !important;
  }
  .district-list hr {
    margin-bottom: 40px;
  }
  .big-text {
    font-size: 16px;
  }
  .district-box > 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;
    min-height: 0;
  }
  .district-box > a .district-logo {
    width: 55px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .district-box > a .district-logo img {
    max-width: 55px;
  }
  .widget-slider__nav {
    position: static;
    text-align: center;
    margin-left: 0;
    margin-top: 20px;
  }
  .event-area-preview,
  .district-box {
    margin-bottom: 20px;
  }
  .map-location {
    margin-top: 30px;
    height: 500px;
  }
  .widget-mayor__bg {
    right: 0;
  }
  .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;
  }
  .widget-mayor--mobile {
    margin-top: 65px;
    margin-bottom: 0;
  }
  .widget-quiz {
    margin-top: 0;
  }
  .bg-box.widget-mayor__wrap {
    margin-bottom: 0;
    margin-top: 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;
  }
  .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;
    }*/
  .wwrap-video-and-btn {
    height: 405px;
  }
  .list-division li {
    width: 50%;
  }
  .photo-height-fix {
    min-height: 0 !important;
  }
  .aside__list-nav > li ul {
    padding-left: 20px;
  }
  .breadcrumb-section {
    min-height: 0;
  }
  .breadcrumb {
    padding-bottom: 10px;
  }
  .footer {
    margin-top: 40px;
  }
  .aside-nav {
    background-color: #ffffff;
    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 h4 {
    min-height: 0;
  }
  .setting-box {
    display: none;
  }
  .panel-blind__tablet-info {
    display: block;
  }
  .news-list-main__wrap .flex-wrap > div:last-child {
    display: none;
  }
  .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;
  }
  .breadcrumb-section {
    padding: 10px 0 30px;
  }
  .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;
    margin-top: -17px;
  }
  .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: 768px) {
  .widget-mayor__bottom {
    background: transparent;
  }
  .block-download-sm {
    white-space: normal;
  }
  .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;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.section--bg {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  h1,
  .h1,
  h1.page-title {
    font-size: 24px;
    font-size: 2.4rem;
    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 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  .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 {
    margin-bottom: 20px;
  }
  .tabs-nav-wrap h3.section-head,
  .tabs-nav-wrap .page-title {
    top: 8px;
  }
  #event-tab {
    display: none !important;
  }
  .section.pd-bottom-120 {
    padding-bottom: 80px !important;
  }
  .slider-main__wrap {
    margin-top: 0 !important;
    margin-bottom: 10px;
  }
  .news-prime-blok {
    overflow: hidden;
  }
  .news-first-img {
    margin-left: -16px;
    margin-right: -16px;
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
  }
  .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 (min-width: 768px) {
  .modal-dialog.modal-dialog--sm {
    width: 520px;
  }
}
@media (max-width: 767px) {
  hr {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .section.section--border-top .section-border {
    padding-top: 10px;
  }
  .section.section--border-top {
    margin-top: 20px;
  }
  footer .footer__icon-list li a,
  footer .footer-link-sitemap {
    margin-top: 0;
  }
  #modal-rating-ok .btn {
    min-width: 150px;
  }
  .fc .fc-state-default.fc-customPrev-button,
  .fc .fc-state-default.fc-customNext-button {
    height: 36px;
    width: 36px;
  }
  .calendar-month h2 {
    font-size: 16px;
  }
  .fc-header-toolbar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lang-item-yt span {
    display: inline !important;
  }
  .tabs-nav-wrap--column.tabs-nav-wrap .tabs-container.dropdown {
    position: static;
  }
  .tabs-nav-wrap--column.tabs-nav-wrap .dropdown-menu {
    left: 270px;
  }
  .custom-pagination li {
    margin-right: 3px;
  }
  .custom-pagination li a {
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
  .wrap-media-video--page {
    height: 320px;
  }
  .table-tender__item p {
    margin-bottom: 10px;
  }
  .table-tender__item .tender-block {
    -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;
  }
  .table-tender__item .side-right,
  .table-tender__item .side-left {
    width: 100% !important;
  }
  .table-tender__item .side-right {
    text-align: left;
  }
  .btn.tender-link {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .section.section-popular + .section {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .footer-link-sitemap-wrap > a {
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    min-width: 150px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    padding: 16px 25px;
    font-size: 1.6rem;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    border: 1px solid #c4d0dc;
  }
  .widget-slider .slick-slide,
  .widget-slider {
    height: 380px;
  }
  .photo-box .bg {
    -webkit-background-size: contain;
    background-size: contain;
  }
  .video-no-main {
    height: 185px;
  }
  .news-box.news-box--card-img {
    border-bottom: 1px solid #d5dae0;
    padding-bottom: 25px;
  }
  .event-box__date .big,
  .event-line-preview__date .big {
    font-size: 16px;
    display: inline-block;
    top: 0;
    margin-right: 4px;
  }
  .event-line-preview__date .small {
    display: inline;
  }
  .event-line-preview__date {
    margin-bottom: 20px;
  }
  .event-line-preview__box.bg-block-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-download-sm {
    padding-right: 75px;
    padding-bottom: 20px;
    padding-top: 25px;
    white-space: normal;
  }
  .block-download-sm .download-info-btn > * {
    line-height: 1;
  }
  .block-download-sm .download-info-btn {
    position: static;
    margin-top: 20px;
    width: 100%;
  }
  .block-download-sm .load-btn {
    height: 35px;
    width: 35px;
    border-radius: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 40px;
    background: #bdc2d0;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 30px;
  }
  .block-download-sm .load-btn i {
    color: #ffffff;
  }
  .block-download-sm:hover .load-btn {
    background: #bdc2d0;
  }
  .block-download-sm:hover .load-btn i {
    color: #ffffff;
  }
  .pagination-and-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pagination-and-btn .custom-pagination {
    margin: 0;
  }
  .pagination-and-btn .custom-pagination li {
    margin-bottom: 10px;
  }
  .pagination-and-btn > .btn {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  .btn-size-lg {
    font-size: 16px;
  }
  .widget-mayor-btn {
    width: 100%;
    max-width: none;
  }
  .widget-slider .widget-quiz__inner {
    padding-bottom: 32px;
  }
  .btn-support {
    width: 40px;
    height: 40px;
    padding-top: 9px;
  }
  .btn-support i {
    font-size: 20px;
  }
  .right-panel-fix {
    right: 10px;
    bottom: 10px;
  }
  .right-panel-fix-top {
    bottom: 60px;
  }
  .right-panel-fix-top svg{
    width: 12px;
  }
  .right-panel-fix-top .btn-support{
    padding-top: 1px;
  }
  .district-description {
    padding-right: 15px;
  }
  .wrap-video-and-btn.video-full {
    height: 300px;
  }
  .appeal-box .post-list__list li {
    margin-bottom: 10px;
  }
  .appeal-box .post-list__list li span {
    display: block;
  }
  .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;
  }
  .rate-line .rate-caption {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .circle-img-left {
    float: none;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .news-list-area__wrap {
    margin-bottom: 20px;
  }
  .area-promo .breadcrumb {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .area-info-box .title {
    margin-bottom: 5px;
  }
  .area-info-box {
    margin-bottom: 20px;
  }
  .area-promo-head {
    margin-bottom: 20px;
  }
  .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: 0;
    margin-bottom: 0;
  }
  .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;
  }
  .news-box__sub-caption {
    left: 16px;
  }
  .news-box__bottom {
    padding-left: 16px;
    padding-right: 16px;
  }
  .section-bottom-rss {
    padding-top: 30px;
  }
  .news-prime-blok .news-date {
    bottom: 30px;
  }
  .news-box .news-title {
    margin-top: 25px;
  }
  .news-prime-blok__hr {
    display: none;
  }
  .news-prime-blok .news-date {
    position: absolute;
    margin: 0;
    left: auto;
    bottom: 30px;
  }
  .news-prime-blok .news-box {
    padding-bottom: 45px;
    margin-bottom: 0px;
    border-bottom: 1px solid #dde1ea;
  }
  .news-box__img.img-md {
    display: none;
  }
  /*
    .bg-box.widget-quiz__inner {
        padding-top: 30px;
        padding-bottom: 65px;
        background-size: cover;
        margin-right: -16px;
        margin-left: -16px;
        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;
  }
  .header__widget-list > li span {
    display: none;
  }
  .all-work-link-desctop,
  .link-list-sites span {
    display: none;
  }
  .service-pop-preview .i-pop {
    width: 50px;
    z-index: 10;
    height: auto;
    position: absolute;
    left: 0;
    margin: 0;
    top: 50%;
    margin-top: -27px;
  }
  .service-list .i-service {
    width: 50px;
    margin-right: 20px;
  }
  .service-pop-preview__box {
    padding-top: 30px;
  }
  .service-pop-preview .inner {
    padding-left: 65px;
  }
  .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 {
    width: 100%;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .photo-box .bg-box {
    height: 130px;
  }
  .box-photo-sub-boss {
    margin-bottom: 0 !important;
  }
  .main-work-block {
    margin-bottom: 60px;
  }
  .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;
  }
  .docs-preview,
  .docs-preview a.border-block-sm {
    min-height: 0 !important;
  }
  h1.page-title-prime,
  .h1.page-title-prime {
    padding-right: 0;
  }
  .header-logo .name-company {
    font-size: 18px;
    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;
  }
  .direction-card__photo {
    width: 230px;
  }
  .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;
  }
  .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;
  }
  .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-video-and-btn,
  .media-box__img--main {
    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: 18px;
    line-height: 1.4;
    margin-top: 4px;
  }
  .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;
  }
}
@media (max-width: 700px) {
  .form-search-line,
  .search-form-top--btn .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,
  .search-form-top--btn .form-search-line .search-btn {
    position: static;
    width: 100%;
    margin-top: 10px;
    padding-top: 21px;
    padding-bottom: 22px;
  }
  .header__search-form input.form-control,
  .form-search-line input.form-control {
    padding-right: 25px;
  }
  .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;
  }
  .search-form-top--btn .param-search {
    margin-left: 0;
  }
  .direction-card__photo {
    width: 180px;
  }
  .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;
  }
}
@media (max-width: 600px) {
  .list-table-style li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .direction-card__photo {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .direction-card__photo img {
    max-width: 360px;
  }
  .direction-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 25px;
  }
}
@media (max-width: 550px) {
  .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;
  }
}
@media (max-width: 460px) {
  .wiget-list > li {
    margin-left: 15px;
  }
  .wrap-video-and-btn,
  .media-box__img--main {
    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;
  }
  .wrap-media-video--page {
    height: 210px;
  }
}
@media (max-width: 359px) {
  .district-box .news-date i {
    display: none;
  }
  .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;
  }
}
.title-for-print {
  display: none !important;
}
/* печать */
@media print {
  .header__main-nav {
    padding-bottom: 50px;
    border-bottom: 1px solid #d5dae0;
  }
  .main {
    margin-top: 50px;
  }
  .print-hide,
  .header-nav,
  .header__top-panel,
  .layer-top,
  .footer__icon-list,
  .yii-debug-toolbar,
  .aside,
  .breadcrumb-section,
  .nav-tabs,
  .wrap-pagination,
  .right-panel-fix {
    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-block-sm {
    border: 1px solid #d5dae0;
  }
  .layer-top,
  .link-more,
  .modal {
    display: none !important;
  }
  .header {
    padding-top: 0 !important;
  }
  a.border-block-sm {
    min-height: 0 !important;
  }
  .anim-hidden {
    opacity: 1 !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-toolbar {
  opacity: 1 !important;
}

/* contacts-info */
.contacts-info{
  background: #fff;
  padding: 35px;
}
.contacts-info__title{
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 12px;
  background: #0351c1;
  border-radius: 4px;
  margin-bottom: 28px;
  display: inline-block;
}
.contacts-info p{
  line-height: 23px;
  font-size: 18px;
  color: #14171e;
  margin-bottom: 27px;
}
.contacts-info p strong{
  font-weight: 800;
}
.contacts-info small{
  font-size: 16px;
  color: #7c8396;
  line-height: 21px;
}


.info_on_signboard{
  width: 100%;
  height: 420px;
  background: url(../img/fon-mayor.png) no-repeat center;
  background-size: cover;
  padding-left: 55px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 90px;
}
.info_on_signboard__title{
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 95px;
}
.info_on_signboard__btn{
  width: 325px;
  height: 60px;
  font-size: 19px;
  color: #fff;
  font: 800;
  background:#ee3d48;
  border-radius: 3px;
  padding-left: 40px;
  padding-right: 20px;
  transition: 0.4s;
}
.info_on_signboard__btn:hover{
  color: #fff;
  background: #da2c37;
}
.info_on_signboard__btn .shell{
  display: flex;
  width :100%;
  height: 100%;
  align-items: center;

}
.info_on_signboard__btn .text{
  padding-right: 40px;
  border-right: 2px solid #f8b1b6;
}
.info_on_signboard__btn i{
  margin-left: auto;
}

.biography_contacts{
  padding-top: 40px;
}
.biography{

}
.biography p{
  font-size: 16px;
  color: #14171e;
  line-height: 25px;
  margin-bottom: 20px;
}


.contacts_panel{
  border-radius: 4px;
  background: #fff;
  padding: 40px 30px;
}
.contacts_panel__title{
  font-size: 18px;
  color: #14171e;
  line-height: 24px;
  margin-bottom: 18px;

}
.contacts_panel p{
  font-size: 16px;
  color: #848e99;
  line-height: 21px;
  margin-bottom: 8px;
}
.contacts_panel strong{
  color: #14171e;
  font-weight: 800;
}

.card-base{
  padding: 50px 40px;
  border-radius: 4px;
  background-color: #ffffff;
  margin-top: 35px;
  margin-bottom: 35px;
}
.card-base h4{
  margin-bottom: 5px;
}
.card-base p{
  margin-top: 0px;
}
.vacancy-selects{
  margin-bottom: 15px;
}
.vacancy-selects .filter-ell{
  width: 235px !important;
  margin-right: 15px;
}
.vacancy-container .tabs-nav-wrap{
  margin-bottom: 15px;
}
.vacancy-input{
  width: 280px;
  height: 50px;
  position: relative;
}
.vacancy-input input{
  width: 100%;
  height: 100%;
  border: 1px solid #a9abb1;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 45px;
  font-size: 15px;
  font-weight: bold;
  line-height: 50px;
  background: transparent;
}
.vacancy-input-button{
  border: none;
  background: transparent;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  text-decoration: none;
}
.vacancy-container .tabs-nav-wrap.tabs-nav-wrap--column .section-head, .vacancy-container .tabs-nav-wrap.tabs-nav-wrap--column .page-title{
  width: calc(100% - 280px);
}
.vacancy-container-header{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.vacancy__head{
  padding: 24px 25px 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.vacancy__head .vacancy__info:nth-child(2){
  width: 235px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.vacancy__info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vacancy__name{
  font-size: 18px;
  color: rgb(20, 23, 30);
  font-weight: bold;
  margin-bottom: 20px;
}
.vacancy__exp-title{
  font-size: 14px;
  color: rgba(27, 30, 37, 0.502);
  margin-bottom: 8px;
}
.vacancy__exp-text{
  font-size: 16px;
  color: rgb(20, 23, 30);
}
.vacancy__exp{
  margin-bottom: 20px;
}
.vacancy__busy{
  font-size: 16px;
  color: rgb(20, 23, 30);
  font-weight: bold;
}
.vacancy__salary img{
  margin-right: 15px;
  width: 25px;
  height: 25px;
}
.vacancy__salary{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: rgb(20, 23, 30);
  font-weight: bold;
  margin-bottom: 20px;
}
.vacancy__contact{
  font-size: 14px;
  color: rgb(20, 23, 30);
  margin-top: auto;
}
.vacancy__contact{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vacancy__contact a{
  color: #e94c3c;
  text-decoration: none;
}
.vacancy__item{
  border: 1px solid rgb(221, 223, 228);
  background: #fff;
}
.vacancy__tabs{
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}
.vacancy__tabs .spoiler-box__btn{
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgb(221, 223, 228);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  color: rgb(20, 23, 30);
  text-transform: uppercase;
}
.vacancy__tabs .spoiler-box{
  margin-top: 0;
  margin-bottom: 0;
}
.vacancy__item{
  margin-bottom: 20px;
}
.vacancy__tabs .spoiler-box.open, .vacancy__tabs .service-list__item.open{
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.vacancy__tabs .spoiler-box:hover{
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.vacancy__tabs .spoiler-box:hover .spoiler-box__btn{
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.vacancy__tabs .spoiler-box__content{
  border-top: none;
  padding: 20px;
}
.vacancy__tabs .spoiler-box.open .spoiler-box__btn{
  border-radius: 4px;
  background-color: rgb(244, 247, 251);
  border-top: none;
}
.vacancy__tabs ul{
  list-style-type: none;
}
.vacancy__tabs ul li{
  padding-left: 15px;
  position: relative;
}
.vacancy__tabs ul li::before{
  position: absolute;
  left: 2px;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  content: '';
}
.vacancy__tabs ol{
  counter-reset: list;
  list-style-type: none;
}
.vacancy__tabs ol li::before{
  counter-increment: list;
  content: counter(list) ". ";
  position: absolute;
  left: 0;
  top: 0;
}
.vacancy__tabs ol li{
  padding-left: 20px;
  position: relative;
}
.vacancy__tabs li{
  font-size: 16px;
  color: rgb(20, 23, 30);
  margin-bottom: 20px;
}
.vacancy__tabs li:last-child{
  margin-bottom: 0;
}
.vacancy-dropdown-icon{
  width: 16px;
  height: 6px;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vacancy-dropdown-icon::before{
  width: 8px;
  height: 2px;
  background: #848e99;
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.vacancy-dropdown-icon::after{
  width: 8px;
  height: 2px;
  background: #848e99;
  content: '';
  right: 0;
  top: 0;
  position: absolute;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.vacancy__tabs .spoiler-box.open .vacancy-dropdown-icon{
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.vacancy__tabs a, .vacancy__tabs li a {
  font-size: 14px;
  color: rgb(233, 76, 60);
}
.vacancy__tabs a b, .vacancy__tabs li a b{
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

@media only screen and (max-width: 600px){
  .vacancy-container .page-title{
    width: 100%;
  }
  .vacancy-container-header{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vacancy-input{
    width: 100%;
  }
  .vacancy-container .tabs-nav-wrap.tabs-nav-wrap--column .section-head, .vacancy-container .tabs-nav-wrap.tabs-nav-wrap--column .page-title{
    width: 100%;
  }
  .vacancy-selects{
    margin-bottom: 0;
  }
  .vacancy__head {
    padding: 15px;
  }
  .vacancy__head{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vacancy__head .vacancy__info:nth-child(2){
    width: 100%;
    margin-top: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .vacancy__salary, .vacancy__name, .vacancy__exp {
    margin-bottom: 10px;
  }
  .vacancy__tabs .spoiler-box__content{
    padding: 10px;
  }
  .vacancy__tabs li{
    margin-bottom: 10px;
  }
  .vacancy-selects .filter-ell {
    width: 100% !important;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.vacancy-container .page-title{
  width: calc(100% - 280px);
  padding-top: 4px;
}
.directory .page-title{
  margin-bottom: 25px;
}
.directory__title{
  font-size: 16px;
  color: rgb(20, 23, 30);
  font-weight: bold;
  width: 100%;
  margin-bottom: 15px;
  max-width: 530px;
}
.directory__text{
  font-size: 14px;
  color: rgb(20, 23, 30);
}
.directory__icon{
  margin-right: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-height: 30px;
  max-width: 30px;
}
.directory__contacts{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.directory__contacts-item{
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  margin-bottom: 15px;
}
.directory__head{
  padding: 22px 22px 0px 22px;
  border: 1px solid rgb(221, 223, 228);
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}
.directory__body{
  border: 1px solid rgb(221, 223, 228);
}
.directory__body-container{
  padding: 10px;
}
.directory-arrow{
  position: absolute;
  width: 20px;
  height: 10px;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}
.directory-arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 3px;
  background: #000;
  content: '';
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}
.directory-arrow::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 3px;
  background: #000;
  content: '';
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}
.spoiler-box.open .directory-arrow::after, .spoiler-box.open .directory-arrow::before{
  background: rgb(132, 142, 153);
}
.spoiler-box.open .directory__head{
  border-left: 4px solid rgb(233, 75, 61);

}
.spoiler-box.open .directory-arrow{
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.directory__item{
  background: #fff;
}
.directory__container .spoiler-box{
  margin-top: 0;
}
.directory__title-bg{
  font-size: 16px;
  color: rgb(20, 23, 30);
  text-transform: uppercase;
  background-color: rgb(244, 247, 251);
  border-radius: 4px;
  padding: 18px 15px;
}
.directory__item{

}
.directory__title-bg{
  margin-bottom: 22px;
}
.directory__item table th{
  font-size: 16px;
  color: rgba(27, 30, 37, 0.502);
}
.directory__item thead th, .directory__item thead td{
  padding-top: 0;
  padding-bottom: 0;
}
.directory__item th, .directory__item td {
  padding: 20px 15px;
  max-width: 224px;
}
.directory__item tbody th, .directory__item tbody td {
  font-size: 16px;
  color: rgb(20, 23, 30);
}
.directory__item tbody tr{
  border-bottom: 1px solid rgb(221, 223, 228);
}
.directory__item tbody tr:last-child{
  border-bottom: none;
}
.directory__img{
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 22px;
}
.directory-top{
  padding: 10px 15px 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.directory__info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.directory__column{
  max-width: 195px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.directory__column span{
  font-size: 16px;
  color: rgba(27, 30, 37, 0.502);
  display: inline-block;
  margin-bottom: 2px;
}
.directory__column p {
  font-size: 16px;
  color: rgb(20, 23, 30);
  margin-bottom: 8px;
  margin-top: 0;
}
.directory__column a {
  font-weight: bold;
}
.directory-link-arrow{
  font-size: 15px;
  color: rgb(132, 142, 153);
}
.directory__container .spoiler-box__content{
  padding: 0;
}
.directory-link-arrow{
  position: relative;
  padding-right: 10px;
  white-space: nowrap;
  padding-top: 4px;
}
.directory-link-arrow:hover::before{
  border-color: #14171e;
}
.directory-link-arrow::before{
  width: 7px;
  height: 7px;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top: 2px solid rgb(132, 142, 153);
  border-right: 2px solid rgb(132, 142, 153);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);

}
.directory__table{
  overflow-x: auto;
}
@media only screen and (max-width: 1279px){
  .directory__column, .directory__item th, .directory__item td{
    max-width: 150px;
  }
  .directory__item table th, .directory__item table td{
    font-size: 14px;
  }
  .directory__item th, .directory__item td{
    padding: 20px 10px;
  }
  .directory__title-bg, .directory__column p, .directory__column span, .directory__column a {
    font-size: 14px;
  }
  .directory__img {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 991px){
  .directory__column, .directory__item th, .directory__item td{
    max-width: 220px;
  }
}
@media only screen and (max-width: 768px){
  .vacancy-container-header{
    margin-bottom: 15px;
  }
  .directory__container .spoiler-box{
    margin-bottom: 20px;
  }
  .directory__column, .directory__item th, .directory__item td{
    max-width: 180px;
  }
}
@media only screen and (max-width: 650px){
  .directory__column, .directory__item th, .directory__item td{
    max-width: 170px;
  }
  .directory__item th, .directory__item td{
    min-width: 150px;
  }
  .directory__item th, .directory__item td {
    padding: 15px 5px;
  }
  .directory__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .directory-top{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .directory__column{
    max-width: 100%;
    padding-right: 0;
  }
  .directory-top{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .directory__img{
    margin-right: 0;
    margin-bottom: 15px;
  }
  .directory__column p {
    margin-bottom: 2px;
  }
  .directory__column {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .directory__column{
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 550px){
  .directory__contacts-item {
    width: 100%;
  }
  .directory__item th, .directory__item td{
    min-width: 0px;
  }
}

.copyright-news{
  margin-top: 30px;
  width: 100%;
  margin-bottom: 20px;
}
.copyright-news__title{
  font-size: 15px;
  color: #7c8396;
  font-weight: 400;
}
.copyright-news__name{
  font-size: 15px;
  color: #7c8396;
  font-weight: 700;
}

.short-text-menu{
  background: #f4f7fb;
  padding: 28px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.short-text-menu ul{
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.short-text-menu ul li{
  width: 48%;
  margin-bottom: 15px;
  padding-left: 0px;
}
@media(max-width: 767px){
  .short-text-menu ul li{
    width: 100%;
  }
}
.short-text-menu ul li:before{
  display: none;
}
.short-text-menu ul li a{
  width: 100%;
  display: block;
  padding: 14px 20px 14px 40px;
  border-radius: 3px;
  border: 1px solid #f1f2f4 !important;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.short-text-menu ul li a:hover, .post-content .short-text-menu ul li a:hover, .text-block .short-text-menu ul li a:hover{
  color: #e94b3d;
  border: 1px solid #e94b3d !important;
}
.short-text-menu ul li a:hover:before{
  left: 15px;
}
.short-text-menu ul li a:before{
  content: "\e901";
  position: absolute;
  font-family: 'icomoon' !important;
  font-size: 9px;
  color: #bfc2cc;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  margin-top: -5px;
  left: 20px;
  transition: 0.4s;
}





.area-promo-mini{
  height: 290px;
}
.area-promo-mini .area-promo-slider, .area-promo-mini .area-promo-slider__item, .area-promo-mini .area-promo-slider__wrap{
  height: 290px !important;
}

.anim-block-departament .widget-minister__wrap{
  height: auto;
}
.minister-text-btn{
  color: #848e99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}
.minister-text-btn i{
  margin-left: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 6px;
}
.text-center-departament{
  color: #848e99;
  margin-top: 20px;
}
.anim-block-departament .service-pop-preview{
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 20px;
}
.departament__inner{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.departament__item{
  margin-top: 40px;
}
.departament__text{
  max-width: 250px;
  font-size: 18px;
  color: #3b4256;
}
.departament__number{
  font-size: 43px;
  line-height: 43px;
  margin-bottom: 18px;
  color: #3b4256;
  font-weight: bold;
}
.departament-contact-button{
  padding: 20px;
  background: #e94b3d;
  border: 2px solid #e94b3d;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: calc(100% - 30px);
}
.departament-contact-button:hover{
  background: transparent;
  color: #e94b3d;
}
.departament-contact-block{
  padding-bottom: 35px;
}
.departament-contact-block .section-top-link-right{
  padding-left: 15px;
  padding-right: 15px;
}
.departament-contact-block .departament-contact-button{
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 60px;
}
.row.event-line{
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px){
  .departament__item{
    width: 50%;
  }
}
@media only screen and (max-width: 767px){
  .news-prime-blok .text-center{
    margin-top: 20px;
  }
}
@media only screen and (max-width: 450px){
  .departament__item{
    width: 100%;
  }
  .departament-contact-block .departament-contact-button {
    margin-bottom: 20px;
    font-size: 14px;
  }

}

.rayon-page .breadcrumb{
  padding-bottom: 15px;
}
.rayon-page .tabs-nav-wrap.tabs-nav-wrap--column .nav.nav-tabs{
  margin-top: 8px;
}
.rayon-page .tabs-nav-wrap .nav-tabs > li > a{
  padding-bottom: 12px;
}
.rayon-page .news-prime-blok .text-right .link-color{
  margin-top: 15px;
  display: block;
}
.rayon-page .news-prime-blok__hr{
  margin-top: 15px;
}
.rayon-page .news-prime-blok{
  padding-bottom: 0px;
}
.rayon-page .anim-block{
  padding-top: 15px;
}
.rayon-page .section-head--arrow{
  margin-bottom: 15px;
}
.rayon-page .section-head{
  margin-bottom: 15px;
}
.rayon-page .section-head--widget .section-head{
  margin-bottom: 0px;
}
.rayon-page .page-title{
  margin-bottom: 0px;
}
.rayon-page .news-box .news-title{
  margin-top: 15px;
}