html {
  --site-color-1-accent: #000;
  --site-color-1-background: #fff;
  --site-font-increment: 0px;
}
@font-face {
  font-family: 'Microsoft Sans Serif';
  src: url("/fonts/microsoft-sans-serif.ttf") format('truetype');
  src: url("fonts/microsoft-sans-serif.woff") format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url("/fonts/robotoslab-regular-webfont.eot");
  src: url("/fonts/robotoslab-regular-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/robotoslab-regular-webfont.woff2") format('woff2'), url("/fonts/robotoslab-regular-webfont.woff") format('woff'), url("/fonts/robotoslab-regular-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url("/fonts/robotoslab-light-webfont.eot");
  src: url("/fonts/robotoslab-light-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/robotoslab-light-webfont.woff2") format('woff2'), url("/fonts/robotoslab-light-webfont.woff") format('woff'), url("/fonts/robotoslab-light-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Microsoft Sans Serif';
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Geometria';
  src: url("/fonts/geometria-lightitalic-webfont.eot");
  src: url("/fonts/geometria-lightitalic-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/geometria-lightitalic-webfont.woff2") format('woff2'), url("/fonts/geometria-lightitalic-webfont.woff") format('woff'), url("/fonts/geometria-lightitalic-webfont.ttf") format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Geometria';
  src: url("/fonts/geometria-webfont.eot");
  src: url("/fonts/geometria-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/geometria-webfont.woff2") format('woff2'), url("/fonts/geometria-webfont.woff") format('woff'), url("/fonts/geometria-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Geometria';
  src: url("/fonts/geometria-italic-webfont.eot");
  src: url("/fonts/geometria-italic-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/geometria-italic-webfont.woff2") format('woff2'), url("/fonts/geometria-italic-webfont.woff") format('woff'), url("/fonts/geometria-italic-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Geometria';
  src: url("/fonts/geometria-medium-webfont.eot");
  src: url("/fonts/geometria-medium-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/geometria-medium-webfont.woff2") format('woff2'), url("/fonts/geometria-medium-webfont.woff") format('woff'), url("/fonts/geometria-medium-webfont.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Geometria';
  src: url("/fonts/geometria-bold-webfont.eot");
  src: url("/fonts/geometria-bold-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/geometria-bold-webfont.woff2") format('woff2'), url("/fonts/geometria-bold-webfont.woff") format('woff'), url("/fonts/geometria-bold-webfont.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Geometria';
  src: url("/fonts/geometria-bolditalic-webfont.eot");
  src: url("/fonts/geometria-bolditalic-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/geometria-bolditalic-webfont.woff2") format('woff2'), url("/fonts/geometria-bolditalic-webfont.woff") format('woff'), url("/fonts/geometria-bolditalic-webfont.ttf") format('truetype');
  font-weight: 700;
  font-style: italic;
}
html * {
  max-height: 999999px; /*android font-size fix*/
  -webkit-font-smoothing: antialiased;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
html.mobile,
.mobile body {
  min-width: 0;
}
body {
  position: relative;
  font: 400 14px/1.43 'Microsoft Sans Serif';
  color: #333;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: 100%; /*ios font-size fix*/
  background: #f8f8f8;
}
body.noscroll {
  overflow: hidden;
  position: fixed;
}
form,
p,
ul,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
a img {
  border: none;
}
input,
textarea {
  font-family: 'Microsoft Sans Serif', 'Open Sans', sans-serif;
  color: #333;
}
button {
  font-family: 'Microsoft Sans Serif', 'Open Sans', sans-serif;
}
a {
  outline: none;
  text-decoration: none;
  color: #007db6;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.wrapper {
  overflow: hidden;
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.clearInLine {
  clear: both;
}
.clearfix:after,
.section:after {
  content: "";
  display: table;
  clear: both;
}
.mb0 {
  margin-bottom: 0 !important;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.text-center h4.generic {
  text-align: center !important;
}
.text-right {
  text-align: right;
}
.section {
  max-width: 1220px;
  padding: 0px 80px;
  margin: 0 auto;
}
.valign {
  height: 100%;
  white-space: nowrap;
}
.valign:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.25em;
}
.justifyed {
  text-align: justify;
/*text-align center*/
  margin-bottom: -1em;
}
.justifyed:after {
  display: inline-block;
  content: '';
  width: 100%;
}
.nowrap {
  white-space: nowrap;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  margin-top: -3px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  fill: #daef14;
}
.icon:hover {
  fill: #daef14;
}
.icon._orange {
  fill: #007db6;
  color: #007db6;
}
.marginLeftClear {
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .noscroll-xs {
    overflow: hidden;
    position: fixed;
  }
}
.visible-md,
.visible-lg,
.visible-sm,
.visible-xs,
.visible-xxs,
.visible-inline-xs,
.visible-inline-block-xs {
  display: none !important;
}
@media (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
}
@media (max-width: 1379px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .visible-inline-block-xs {
    display: inline-block !important;
  }
  .visible-inline-xs {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
  .visible-xxs {
    display: block !important;
  }
}
@media (min-width: 1280px) and (max-width: 1379px) {
  .hidden-only-lg {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-only-md {
    display: none !important;
  }
}
.g-row {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
  line-height: 0;
}
.g-bs-1,
.g-xs-1,
.g-sm-1,
.g-md-1,
.g-lg-1,
.g-xlg-1,
.g-bs-2,
.g-xs-2,
.g-sm-2,
.g-md-2,
.g-lg-2,
.g-xlg-2,
.g-bs-3,
.g-xs-3,
.g-sm-3,
.g-md-3,
.g-lg-3,
.g-xlg-3,
.g-bs-4,
.g-xs-4,
.g-sm-4,
.g-md-4,
.g-lg-4,
.g-xlg-4,
.g-bs-5,
.g-xs-5,
.g-sm-5,
.g-md-5,
.g-lg-5,
.g-xlg-5,
.g-bs-6,
.g-xs-6,
.g-sm-6,
.g-md-6,
.g-lg-6,
.g-xlg-6,
.g-bs-7,
.g-xs-7,
.g-sm-7,
.g-md-7,
.g-lg-7,
.g-xlg-7,
.g-bs-8,
.g-xs-8,
.g-sm-8,
.g-md-8,
.g-lg-8,
.g-xlg-8,
.g-bs-9,
.g-xs-9,
.g-sm-9,
.g-md-9,
.g-lg-9,
.g-xlg-9,
.g-bs-10,
.g-xs-10,
.g-sm-10,
.g-md-10,
.g-lg-10,
.g-xlg-10,
.g-bs-11,
.g-xs-11,
.g-sm-11,
.g-md-11,
.g-lg-11,
.g-xlg-11,
.g-bs-12,
.g-xs-12,
.g-sm-12,
.g-md-12,
.g-lg-12,
.g-xlg-12 {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  min-height: 1px;
  font-size: 14px;
  line-height: 1.43;
  vertical-align: top;
}
.g-bs-1 {
  display: inline-block;
  width: 8.333%;
}
.g-bs-2 {
  display: inline-block;
  width: 16.666%;
}
.g-bs-3 {
  display: inline-block;
  width: 25%;
}
.g-bs-4 {
  display: inline-block;
  width: 33.333%;
}
.g-bs-5 {
  display: inline-block;
  width: 41.666%;
}
.g-bs-6 {
  display: inline-block;
  width: 50%;
}
.g-bs-7 {
  display: inline-block;
  width: 58.333%;
}
.g-bs-8 {
  display: inline-block;
  width: 66.666%;
}
.g-bs-9 {
  display: inline-block;
  width: 75%;
}
.g-bs-10 {
  display: inline-block;
  width: 83.333%;
}
.g-bs-11 {
  display: inline-block;
  width: 91.666%;
}
.g-bs-12 {
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  .g-xs-1 {
    display: inline-block;
    width: 8.333%;
  }
  .g-xs-2 {
    display: inline-block;
    width: 16.666%;
  }
  .g-xs-3 {
    display: inline-block;
    width: 25%;
  }
  .g-xs-4 {
    display: inline-block;
    width: 33.333%;
  }
  .g-xs-5 {
    display: inline-block;
    width: 41.666%;
  }
  .g-xs-6 {
    display: inline-block;
    width: 50%;
  }
  .g-xs-7 {
    display: inline-block;
    width: 58.333%;
  }
  .g-xs-8 {
    display: inline-block;
    width: 66.666%;
  }
  .g-xs-9 {
    display: inline-block;
    width: 75%;
  }
  .g-xs-10 {
    display: inline-block;
    width: 83.333%;
  }
  .g-xs-11 {
    display: inline-block;
    width: 91.666%;
  }
  .g-xs-12 {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .g-sm-1 {
    display: inline-block;
    width: 8.333%;
  }
  .g-sm-2 {
    display: inline-block;
    width: 16.666%;
  }
  .g-sm-3 {
    display: inline-block;
    width: 25%;
  }
  .g-sm-4 {
    display: inline-block;
    width: 33.333%;
  }
  .g-sm-5 {
    display: inline-block;
    width: 41.666%;
  }
  .g-sm-6 {
    display: inline-block;
    width: 50%;
  }
  .g-sm-7 {
    display: inline-block;
    width: 58.333%;
  }
  .g-sm-8 {
    display: inline-block;
    width: 66.666%;
  }
  .g-sm-9 {
    display: inline-block;
    width: 75%;
  }
  .g-sm-10 {
    display: inline-block;
    width: 83.333%;
  }
  .g-sm-11 {
    display: inline-block;
    width: 91.666%;
  }
  .g-sm-12 {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .g-md-1 {
    display: inline-block;
    width: 8.333%;
  }
  .g-md-offset-1 {
    margin-left: 8.333%;
  }
  .g-md-2 {
    display: inline-block;
    width: 16.666%;
  }
  .g-md-offset-2 {
    margin-left: 16.666%;
  }
  .g-md-3 {
    display: inline-block;
    width: 25%;
  }
  .g-md-offset-3 {
    margin-left: 25%;
  }
  .g-md-4 {
    display: inline-block;
    width: 33.333%;
  }
  .g-md-offset-4 {
    margin-left: 33.333%;
  }
  .g-md-5 {
    display: inline-block;
    width: 41.666%;
  }
  .g-md-offset-5 {
    margin-left: 41.666%;
  }
  .g-md-6 {
    display: inline-block;
    width: 50%;
  }
  .g-md-offset-6 {
    margin-left: 50%;
  }
  .g-md-7 {
    display: inline-block;
    width: 58.333%;
  }
  .g-md-offset-7 {
    margin-left: 58.333%;
  }
  .g-md-8 {
    display: inline-block;
    width: 66.666%;
  }
  .g-md-offset-8 {
    margin-left: 66.666%;
  }
  .g-md-9 {
    display: inline-block;
    width: 75%;
  }
  .g-md-offset-9 {
    margin-left: 75%;
  }
  .g-md-10 {
    display: inline-block;
    width: 83.333%;
  }
  .g-md-offset-10 {
    margin-left: 83.333%;
  }
  .g-md-11 {
    display: inline-block;
    width: 91.666%;
  }
  .g-md-offset-11 {
    margin-left: 91.666%;
  }
  .g-md-12 {
    display: inline-block;
    width: 100%;
  }
  .g-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .g-lg-1 {
    display: inline-block;
    width: 8.333%;
  }
  .g-lg-offset-1 {
    margin-left: 8.333%;
  }
  .g-lg-2 {
    display: inline-block;
    width: 16.666%;
  }
  .g-lg-offset-2 {
    margin-left: 16.666%;
  }
  .g-lg-3 {
    display: inline-block;
    width: 25%;
  }
  .g-lg-offset-3 {
    margin-left: 25%;
  }
  .g-lg-4 {
    display: inline-block;
    width: 33.333%;
  }
  .g-lg-offset-4 {
    margin-left: 33.333%;
  }
  .g-lg-5 {
    display: inline-block;
    width: 41.666%;
  }
  .g-lg-offset-5 {
    margin-left: 41.666%;
  }
  .g-lg-6 {
    display: inline-block;
    width: 50%;
  }
  .g-lg-offset-6 {
    margin-left: 50%;
  }
  .g-lg-7 {
    display: inline-block;
    width: 58.333%;
  }
  .g-lg-offset-7 {
    margin-left: 58.333%;
  }
  .g-lg-8 {
    display: inline-block;
    width: 66.666%;
  }
  .g-lg-offset-8 {
    margin-left: 66.666%;
  }
  .g-lg-9 {
    display: inline-block;
    width: 75%;
  }
  .g-lg-offset-9 {
    margin-left: 75%;
  }
  .g-lg-10 {
    display: inline-block;
    width: 83.333%;
  }
  .g-lg-offset-10 {
    margin-left: 83.333%;
  }
  .g-lg-11 {
    display: inline-block;
    width: 91.666%;
  }
  .g-lg-offset-11 {
    margin-left: 91.666%;
  }
  .g-lg-12 {
    display: inline-block;
    width: 100%;
  }
  .g-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1380px) {
  .g-xlg-1 {
    display: inline-block;
    width: 8.333%;
  }
  .g-xlg-offset-1 {
    margin-left: 8.333%;
  }
  .g-xlg-2 {
    display: inline-block;
    width: 16.666%;
  }
  .g-xlg-offset-2 {
    margin-left: 16.666%;
  }
  .g-xlg-3 {
    display: inline-block;
    width: 25%;
  }
  .g-xlg-offset-3 {
    margin-left: 25%;
  }
  .g-xlg-4 {
    display: inline-block;
    width: 33.333%;
  }
  .g-xlg-offset-4 {
    margin-left: 33.333%;
  }
  .g-xlg-5 {
    display: inline-block;
    width: 41.666%;
  }
  .g-xlg-offset-5 {
    margin-left: 41.666%;
  }
  .g-xlg-6 {
    display: inline-block;
    width: 50%;
  }
  .g-xlg-offset-6 {
    margin-left: 50%;
  }
  .g-xlg-7 {
    display: inline-block;
    width: 58.333%;
  }
  .g-xlg-offset-7 {
    margin-left: 58.333%;
  }
  .g-xlg-8 {
    display: inline-block;
    width: 66.666%;
  }
  .g-xlg-offset-8 {
    margin-left: 66.666%;
  }
  .g-xlg-9 {
    display: inline-block;
    width: 75%;
  }
  .g-xlg-offset-9 {
    margin-left: 75%;
  }
  .g-xlg-10 {
    display: inline-block;
    width: 83.333%;
  }
  .g-xlg-offset-10 {
    margin-left: 83.333%;
  }
  .g-xlg-11 {
    display: inline-block;
    width: 91.666%;
  }
  .g-xlg-offset-11 {
    margin-left: 91.666%;
  }
  .g-xlg-12 {
    display: inline-block;
    width: 100%;
  }
  .g-xlg-offset-12 {
    margin-left: 100%;
  }
}
@lost gutter 20px;
.row {
  margin-bottom: 20px;
}
div[class^='span'] {
  transition: width 0.4s ease-in-out;
  margin-bottom: 20px;
}
.span1 {
  lost-column: 1/12 12;
}
.span2 {
  lost-column: 2/12 6;
}
.span3 {
  lost-column: 1/4;
}
.span4 {
  lost-column: 1/3;
}
.span5 {
  lost-column: 5/12;
}
.span6 {
  lost-column: 6/12 2;
}
.span7 {
  lost-column: 7/12;
}
.span8 {
  lost-column: 8/12;
}
.span9 {
  lost-column: 9/12;
}
.span10 {
  lost-column: 10/12;
}
.span11 {
  lost-column: 11/12;
}
.span12 {
  lost-column: 12/12;
}
.constrain {
  box-sizing: content-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 1170px;
  min-height: 1px;
}
@media (min-width: 1280px) and (max-width: 1379px) {
  .constrain {
    width: 1120px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .constrain {
    width: 896px;
  }
}
@media (max-width: 1023px) {
  .constrain {
    width: 728px;
  }
}
@media (max-width: 767px) {
  .constrain {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.overlay {
  visibility: hidden;
  opacity: 0;
}
.overlay._show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0.3s;
}
.nav-section .title-section {
  position: relative;
  float: left;
  margin-right: 40px;
  vertical-align: top;
}
.nav-section .title-section:after {
  position: absolute;
  right: -19px;
  top: 7px;
  display: block;
  width: 2px;
  height: 28px;
  content: "";
  background-color: #e1e1e1;
}
.nav-section .title-section:last-child:after {
  display: none;
}
.title-aside {
  display: block;
  margin-bottom: 13px;
  font-size: 28px;
  font-family: 'Microsoft Sans Serif';
  line-height: 1.3;
  font-weight: normal;
}
.layoutPart {
  margin-bottom: 40px;
  padding: 31px 40px 0 40px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #daef14;
}
.visuallyImpairedBody .layoutPart {
  box-shadow: none;
}
.visuallyImpairedBody .layoutPart {
  border-color: #000;
  background-color: transparent !important;
}
.color-site-2 .layoutPart {
  border-color: #fff;
}
.layoutPart__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 32px;
  padding-top: 70px;
}
.layoutPart__container.w-100 {
  width: 100%;
  padding-right: 0;
}
.layoutPart__container.projectOfficeOne {
  padding-top: 0;
}
.layoutPart__container:last-child {
  border-right: 1px solid #e0e0e0;
  margin-right: 32px;
}
.layoutPart._column {
  position: relative;
  padding: 0;
}
.layoutPart._column:before {
  position: absolute;
  right: 22.999%;
  top: 0;
  bottom: 0;
  margin-right: -1px;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #e6e6e6;
}
.layoutPart._column .layoutPart__content {
  float: left;
  box-sizing: border-box;
  padding: 34px 40px 0 40px;
  width: 77%;
}
.layoutPart._column .layoutPart__aside {
  box-sizing: border-box;
  float: right;
  width: 22.999%;
  padding: 34px 40px 0 40px;
}
@media (max-width: 1279px) {
  .layoutPart._column:before {
    display: none;
  }
  .layoutPart._column .layoutPart__aside {
    border-top: 1px solid #e6e6e6;
  }
  .layoutPart._column .layoutPart__aside,
  .layoutPart._column .layoutPart__content {
    float: none;
    width: 100%;
  }
}
.layoutColumn {
  position: relative;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #daef14;
}
@media (max-width: 1280px) {
  .layoutColumn {
    display: block;
  }
}
.visuallyImpairedBody .layoutColumn {
  box-shadow: none;
}
.visuallyImpairedBody .layoutColumn {
  border-color: #000;
  background-color: transparent !important;
}
.color-site-2 .layoutColumn {
  border-color: #fff;
}
.layoutColumn._noAside:before {
  display: none;
}
.layoutColumn._noAside .layoutColumn__aside {
  display: none;
}
.layoutColumn._noAside .layoutColumn__content {
  width: 100%;
  float: none;
}
.layoutColumn._noBorder:before {
  display: none;
}
.layoutColumn:before {
  position: absolute;
  left: 74%;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #414041;
  content: "";
}
.layoutColumn__content {
  width: 74%;
  box-sizing: border-box;
}
.layoutColumn__aside {
  box-sizing: border-box;
  width: 25.999%;
}
@media (max-width: 1279px) {
  .layoutColumn:before {
    display: none;
  }
  .layoutColumn__aside,
  .layoutColumn__content {
    float: none;
    width: auto;
  }
  .layoutColumn__aside {
    border-top: 1px dashed #ccc;
  }
}
.layoutColumn.layoutColumn_full:before {
  content: none;
}
.layoutSection {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .layoutColumn:before {
    display: none;
  }
  .layoutColumn__aside,
  .layoutColumn__content {
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.07);
  }
  .layoutPart {
    padding: 15px 12px;
    margin-bottom: 10px;
  }
  .layoutPart__container {
    margin-bottom: 0;
  }
  .layoutPart._column .layoutPart__content {
    padding: 15px 12px;
  }
  .layoutPart._column .layoutPart__aside {
    padding: 15px 12px;
  }
  .layoutColumn {
    box-shadow: none;
    background: none;
    border: none;
  }
  ._zoomText .text-block {
    font-size: 120%;
  }
  ._zoomText .pageNews-single__headerTitle {
    font-size: 140%;
  }
}
.bg-white {
  background: #fff;
}
.color-site-2 .bg-white {
  background: #000;
}
.color-site-3 .bg-white {
  background: transparent;
}
.bg-gray {
  background: #ebebeb;
}
.color-site-2 .bg-gray {
  background: #000;
}
.color-site-3 .bg-gray {
  background: transparent;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pt-80 {
  padding-top: 40px;
}
.mb-80 {
  margin-bottom: 80px;
}
.b-urgent {
  margin-top: 20px;
}
.color-new {
  color: #62cbc6 !important;
}
.g-row {
  font-size: inherit;
}
.visuallyImpairedBody .mCSB_dragger_bar {
  background: #000 !important;
}
.visuallyImpairedBody .b-reviewItem__wrapper {
  width: 370px !important;
}
.visuallyImpairedBody .b-front {
  background: #fff;
}
.visuallyImpairedBody .b-front__wrapper {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.visuallyImpairedBody .b-front__header {
  color: #000;
  text-shadow: none;
}
.visuallyImpairedBody .stream__content {
  top: 150px;
}
.visuallyImpairedBody .stream__btn {
  border: 1px solid #000;
  background: transparent;
  color: #000;
}
.visuallyImpairedBody .color-new {
  color: inherit !important;
}
.visuallyImpairedBody .title-section__btn {
  color: inherit;
  border-color: inherit;
}
.visuallyImpairedBody .b-newsItem:hover .b-newsItem__descr {
  position: static;
}
.visuallyImpairedBody .b-newsItem:hover .b-newsItem__tag {
  display: none;
}
.visuallyImpairedBody .b-newsItem:hover .b-newsItem__header {
  color: inherit;
}
.visuallyImpairedBody .b-newsItem:hover .b-newsItem__wrap {
  background: transparent;
}
.visuallyImpairedBody .b-newsItem:hover .b-newsItem__date {
  display: none;
}
.visuallyImpairedBody .banner-events {
  background: transparent !important;
  border-top: 1px solid #000;
}
.visuallyImpairedBody .banner-events:before {
  display: none;
}
.visuallyImpairedBody .banner-events__header {
  color: #000;
}
.visuallyImpairedBody .banner-events__header-link {
  color: #000;
  text-decoration: underline;
}
.visuallyImpairedBody .banner-events__btn {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
.color-site-2 .visuallyImpairedBody .banner-events__header-link {
  color: #fff;
}
.visuallyImpairedBody .banner-socials {
  background: transparent !important;
  border-top: 1px solid #000;
}
.visuallyImpairedBody .banner-socials:before {
  display: none;
}
.visuallyImpairedBody .banner-socials__header {
  color: #000;
}
.main__section {
  padding: 80px 0;
}
.main__events {
  padding: 70px 0;
}
.main__section-header {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 700;
  color: #555;
  font-family: 'Microsoft Sans Serif';
}
.section-scrollable .mCSB_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-scrollable .mCSB_container .b-successHistoryItem {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 292.5px;
}
.section-scrollable .mCSB_container .b-successHistoryItem__wrapper {
  padding-left: 0;
  padding-right: 0;
  width: 292.5px;
}
.section-scrollable .mCSB_container .b-reviewItem {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
}
.section-scrollable .mCSB_container .b-reviewItem__wrapper {
  width: 370px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-left: 0;
  padding-right: 0;
}
.section-scrollable .mCSB_container .b-reviewItem__wrapper+.b-reviewItem__wrapper {
  margin-left: 30px;
}
.section-scrollable .mCSB_container .b-actionItem {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 570px;
}
.section-scrollable .mCSB_container .b-actionItem + .b-actionItem {
  margin-left: 30px;
}
.section-scrollable .mCSB_container .b-newsItem-column {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 370px;
}
.section-scrollable .mCSB_container .b-newsItem-column + .b-newsItem-column {
  margin-left: 30px;
}
.section-scrollable .mCSB_scrollTools .mCSB_draggerRail {
  background: #e7e7e7;
  height: 6px !important;
}
.section-scrollable .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #62cbc6;
  height: 6px !important;
  top: 8px !important;
}
@media (max-width: 1379px) {
  .section-scrollable .mCSB_container .b-newsItem-column {
    width: 350px;
  }
}
@media (max-width: 1279px) {
  .section-scrollable .mCSB_container .b-newsItem-column {
    width: 430px;
  }
}
@media (max-width: 1023px) {
  .section-scrollable .mCSB_container .b-newsItem-column {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .main__section-video {
    height: 300px !important;
  }
  .b-urgent {
    margin-top: 50px;
  }
  .b-urgent a {
    font-size: 18px !important;
  }
  .section-scrollable .b-newsItem-column:nth-child(n+3) {
    display: none;
  }
  .section-scrollable .b-successHistoryItem__wrapper {
    width: 100%;
  }
  .section-scrollable .b-successHistoryItem__wrapper:nth-child(n+3) {
    display: none;
  }
  .section-scrollable .b-reviewItem__wrapper {
    width: 100%;
  }
  .section-scrollable .b-reviewItem__wrapper+.b-reviewItem__wrapper {
    margin-left: 0;
  }
  .section-scrollable .b-reviewItem__wrapper:nth-child(n+3) {
    display: none;
  }
  .section-scrollable .b-actionItem:nth-child(n+3) {
    display: none;
  }
  .section-scrollable .mCSB_container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-scrollable .mCSB_container .b-successHistoryItem {
    width: calc(100vw - 30px);
  }
  .section-scrollable .mCSB_container .b-reviewItem {
    width: calc(100vw - 30px);
  }
  .section-scrollable .mCSB_container .b-reviewItem + .b-reviewItem {
    margin-left: 30px;
  }
  .section-scrollable .mCSB_container .b-actionItem {
    width: 100vw;
  }
  .section-scrollable .mCSB_container .b-actionItem + .b-actionItem {
    margin-left: 30px;
  }
  .section-scrollable .mCSB_container .b-newsItem-column {
    width: calc(100vw - 30px);
  }
  .section-scrollable .mCSB_container .b-newsItem-column + .b-newsItem-column {
    margin-left: 30px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 12px;
  font-weight: normal;
  line-height: normal;
  line-height: 1.3;
  font-family: 'Microsoft Sans Serif';
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  margin-bottom: 23px;
}
blockquote {
  margin-left: 20px;
  margin-bottom: 23px;
  padding: 10px 20px;
  font-style: italic;
  border-left: 3px solid #007db6;
}
blockquote ul:last-child,
blockquote ol:last-child,
blockquote p:last-child {
  margin-bottom: 0;
}
.bold {
  font-weight: 700 !important;
}
.weight-500 {
  font-weight: 500 !important;
}
.orange-text {
  color: #8066c8;
}
.note-text h5.generic {
  color: #8066c8;
}
.visuallyImpairedBody .note-text {
  color: inherit;
}
ol,
ul {
  margin-bottom: 23px;
  padding-left: 30px;
}
ol ul,
ul ul,
ol ol,
ul ol {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ul ul ul {
  list-style: square;
}
ol {
  list-style: decimal;
}
ul.unstyled,
ol.unstyled {
  padding-left: 0;
  list-style: none;
}
.listStyle,
.action__text ul {
  padding-left: 0;
  list-style: none;
}
.listStyle._marginBottom li,
.action__text ul._marginBottom li {
  margin-bottom: 0;
}
.listStyle li,
.action__text ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 9px;
}
.listStyle li:last-child,
.action__text ul li:last-child {
  margin-bottom: 0;
}
.listStyle li:after,
.action__text ul li:after {
  position: absolute;
  left: 0;
  top: 2px;
  height: 22px;
  line-height: 20px;
  content: "–";
}
.fonts-x2 .listStyle li,
.fonts-x2 .action__text ul li {
  margin-bottom: 13px;
  padding-left: 22px;
}
.fonts-x2 .listStyle li:after,
.fonts-x2 .action__text ul li:after {
  top: 6px;
}
.fonts-x3 .listStyle li,
.fonts-x3 .action__text ul li {
  margin-bottom: 17px;
  padding-left: 25px;
}
.fonts-x3 .listStyle li:after,
.fonts-x3 .action__text ul li:after {
  top: 11px;
}
.listOrderedStyle {
  padding-left: 0;
  list-style: none;
  counter-reset: list1;
}
.listOrderedStyle li {
  margin-top: 23px;
  list-style: none;
}
.listOrderedStyle li:first-child {
  margin-top: 0;
}
.listOrderedStyle li:before {
  counter-increment: list1;
  content: counter(list1) '. ';
}
.listOrderedStyle li:empty:before {
  display: none;
}
.listOrderedStyle ol {
  margin-top: 23px;
  padding-left: 0;
  list-style: none;
  counter-reset: list2;
}
.listOrderedStyle ol li:before {
  counter-increment: list2;
  content: counter(list1) "." counter(list2) ". ";
}
.listOrderedStyle ol ol {
  counter-reset: list3;
}
.listOrderedStyle ol ol li:before {
  counter-increment: list3;
  content: counter(list1) "." counter(list2) "." counter(list3) ". ";
}
.listOrderedStyle ol ol ol {
  counter-reset: list4;
}
.listOrderedStyle ol ol ol li:before {
  counter-increment: list4;
  content: counter(list1) "." counter(list2) "." counter(list3) "." counter(list4) ". ";
}
.listOrderedStyle ol ol ol ol {
  counter-reset: list5;
}
.listOrderedStyle ol ol ol ol li:before {
  counter-increment: list5;
  content: counter(list1) "." counter(list2) "." counter(list3) "." counter(list4) "." counter(list5) ". ";
}
.listColumn {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
table {
  margin-bottom: 23px;
  border-spacing: 0;
  border-collapse: collapse;
  max-width: 100%;
}
th,
td {
  border: 1px solid #ddd;
  padding: 9px 8px 8px;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
thead th {
  background-color: #f3f3f3;
  border-bottom-width: 2px;
}
thead td {
  background: #f3f3f3;
}
.color-site-2 .table-striped tr:nth-child(odd) th {
  border-bottom: 1px solid #fff;
  background: none;
}
.color-site-3 .table-striped tr:nth-child(odd) th {
  border-bottom: 1px solid #000;
  background: none;
}
.color-site-2 .table-striped tr:nth-child(odd) td {
  border-bottom: 1px solid #fff;
  background: none;
}
.color-site-3 .table-striped tr:nth-child(odd) td {
  border-bottom: 1px solid #000;
  background: none;
}
.table-striped th {
  border: none;
  width: 20em;
}
.table-striped td {
  border: none;
}
@media (max-width: 767px) {
  .table-striped th,
  .table-striped td {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.typography {
  font-family: 'Microsoft Sans Serif';
  font-weight: 300;
}
.typography._fs16 {
  font-size: 16px;
}
.text-block {
  font-family: 'Microsoft Sans Serif';
  font-size: 114.2858%;
  line-height: 1.56;
  font-weight: 300;
}
.text-block a svg {
  fill: #8066c8;
  color: #8066c8;
}
.text-block a:hover svg {
  fill: #8066c8;
  color: #8066c8;
}
.visuallyImpairedBody .text-block a svg {
  fill: #333;
  color: #333;
}
.visuallyImpairedBody .text-block a:hover svg {
  fill: #333;
  color: #333;
}
.color-site-2 .text-block a svg {
  fill: #fff;
  color: #fff;
}
.color-site-2 .text-block a:hover svg {
  fill: #fff;
  color: #fff;
}
.text-block img {
  height: auto !important;
}
.text-block._constrain {
  max-width: 700px;
}
@media (max-width: 1023px) {
  .text-block._constrain {
    max-width: none;
  }
}
.visuallyImpairedBody .text-block {
  max-width: none !important;
}
.text-block_strong {
  font-weight: bold;
}
@media (max-width: 767px) {
  .text-block {
    font-size: 85.7143%;
  }
  .typography._fs16 {
    font-size: 85.7143%;
  }
  p,
  blockquote {
    margin-bottom: 15px;
  }
  .listStyle li,
  .action__text ul li {
    padding-left: 12px;
  }
  .listStyle li:after,
  .action__text ul li:after {
    line-height: normal;
    top: 0;
  }
}
.easy-btn {
  display: inline-block;
  box-sizing: border-box;
  border: 2px solid #8066c8;
  border-radius: 16px;
  height: 32px;
  min-width: 144px;
  padding: 0 18px;
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  outline: none;
  color: #8066c8;
  font-weight: 700;
  font-size: 78.5715%;
  line-height: 30px;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  cursor: pointer;
  -webkit-appearance: none;
}
.visuallyImpairedBody .easy-btn {
  border-color: #000;
  color: inherit !important;
  height: auto;
}
.color-site-2 .easy-btn {
  border-color: #fff;
  background-color: #000;
}
.color-site-3 .easy-btn {
  background-color: #9dd1ff;
}
.easy-btn._inline {
  min-width: 0;
}
.easy-btn._link {
  border-color: transparent !important;
  background-color: transparent !important;
  color: #8066c8;
}
.easy-btn._link:hover {
  color: #daef14;
  background: #8066c8;
}
.easy-btn:hover {
  background-color: #daef14;
  color: #8066c8;
}
.btn {
  display: inline-block;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  border: none;
  height: 44px;
  cursor: pointer;
  border-radius: 22px;
  border: 3px solid #007db6;
  padding: 0 24px;
  outline: none;
  background-color: #fff;
  color: #007db6;
  font-size: 107.1429%;
  line-height: 40px;
  font-weight: 700;
  font-family: "Microsoft Sans Serif", 'Open Sans', sans-serif;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, fill 0.4s ease-in-out;
  -webkit-appearance: none;
}
.visuallyImpairedBody .btn {
  border-color: #000 !important;
  background-color: transparent !important;
  color: inherit !important;
}
.color-site-2 .btn {
  background-color: #000 !important;
  border-color: #fff !important;
}
.color-site-3 .btn {
  background-color: #9dd1ff !important;
}
.btn:hover {
  text-decoration: none;
  background-color: #007db6;
  color: #fff;
}
.btn._hidden {
  display: none;
}
.btn._arrow {
  position: relative;
  padding-right: 51px;
  fill: #007db6;
}
.btn._arrow:hover {
  fill: #fff;
}
.btn._arrow .icon {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 18px;
}
.btn._arrow._active .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn_small {
  font-size: 11px;
  height: 32px;
  border-width: 2px;
  line-height: 30px;
  padding: 0 17px;
  font-size: 78.5715%;
}
.btn_block {
  display: block;
  width: 100%;
}
.btn_region {
  background: #006a64;
}
.btn_region:hover {
  background: #005d58;
}
.btn_direction {
  background: #757575;
}
.btn_direction:hover {
  background: #666;
}
.btn_person {
  background: #7100a5;
}
.btn_person:hover {
  background: #630090;
}
.btn_action {
  background: #d7111f;
}
.btn_action:hover {
  background: #bc0f1b;
}
.btn_disabled,
.btn[disabled] {
  opacity: 0.5;
  cursor: default;
}
@media (max-width: 767px) {
  .btn {
    height: 30px;
    border-width: 2px;
    line-height: 28px;
    font-size: 71.4286%;
  }
}
.inp-file {
  overflow: hidden;
}
.inp-file__error {
  margin-bottom: 20px;
  color: #f44336;
  font-size: 100%;
}
.visuallyImpairedBody .inp-file__error {
  color: inherit;
}
.fonts-x2 .inp-file__error,
.fonts-x3 .inp-file__error {
  font-size: 18px;
}
.inp-file__ctrl {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  width: 115px;
  height: 32px;
}
.inp-file__load {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 32px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
}
.inp-file__loadText {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  height: 32px;
  text-transform: uppercase;
  color: #808080;
  font-weight: 700;
  font-size: 78.5715%;
  line-height: 35px;
}
.visuallyImpairedBody .inp-file__loadText {
  color: inherit;
}
.inp-file__cancle,
.inp-file__nameRemove {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 2px solid #f7f7f7;
  border-radius: 50%;
  vertical-align: top;
  width: 32px;
  height: 32px;
}
.inp-file__cancle:hover:after,
.inp-file__nameRemove:hover:after,
.inp-file__cancle:hover:before,
.inp-file__nameRemove:hover:before {
  background-color: #007db6;
}
.inp-file__cancle:after,
.inp-file__nameRemove:after,
.inp-file__cancle:before,
.inp-file__nameRemove:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -1px;
  width: 2px;
  height: 18px;
  background-color: #808080;
  content: "";
}
.inp-file__cancle:after,
.inp-file__nameRemove:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.inp-file__cancle:before,
.inp-file__nameRemove:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.inp-file__cancleSvg {
  position: absolute;
  left: -2px;
  top: -2px;
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}
.inp-file__canclePath {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #007db6;
  stroke-dasharray: 16;
}
.inp-file__btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 115px;
  height: 32px;
  white-space: nowrap;
  cursor: pointer;
  color: #007db6;
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
  visibility: visible;
}
.inp-file__btnPath {
  stroke: #007db6;
  stroke-dasharray: 260px;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.6s;
}
.inp-file__btnText {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 115px;
  height: 32px;
  line-height: 33px;
  font-size: 11px;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.6s ease 0.3s;
  text-transform: uppercase;
}
.inp-file__name {
  position: relative;
  padding-left: 42px;
  min-height: 32px;
}
.inp-file__nameRemove {
  position: absolute;
  left: 0;
  top: 0;
}
.inp-file__nameRemove:after,
.inp-file__nameRemove:before {
  background-color: #ed1c24;
}
.inp-file__nameText {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  vertical-align: top;
  padding-top: 6px;
  font-family: 'Microsoft Sans Serif';
  color: #808080;
  font-weight: 300;
}
.inp-file__field {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  display: none;
}
.inp-file__desc {
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
  font-family: 'Microsoft Sans Serif';
  font-weight: 300;
}
.inp-file._loading .inp-file__load {
  opacity: 1;
}
.inp-file._loading .inp-file__btn {
  visibility: hidden;
}
.inp-file._loading .inp-file__btnPath {
  stroke-dashoffset: 260px;
}
.inp-file._loading .inp-file__btnText {
  opacity: 0;
}
.visuallyImpairedBody .inp-file__btn {
  color: inherit;
}
.visuallyImpairedBody .inp-file__btnPath {
  stroke: #000;
}
.color-site-2 .inp-file__btnPath {
  stroke: #fff;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  100%, 0% {
    stroke: #007db6;
  }
  40% {
    stroke: #007db6;
  }
  66% {
    stroke: #007db6;
  }
  80%, 90% {
    stroke: #007db6;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #007db6;
  }
  40% {
    stroke: #007db6;
  }
  66% {
    stroke: #007db6;
  }
  80%, 90% {
    stroke: #007db6;
  }
}
.inp {
  display: block;
  border-radius: 20px;
  border: 1px solid #daef14;
  padding: 10px 10px 9px;
  width: 100%;
  font: 400 16px/1.3 "Microsoft Sans Serif";
  box-sizing: border-box;
  background: #fff;
  outline: none;
  color: #414041;
  -webkit-appearance: none;
  transition: 0.4s background-color, border-color 0.4s;
  height: 56px;
}
.inp.error {
  border-color: #f44336 !important;
}
.visuallyImpairedBody .inp.error {
  border-color: inherit !important;
}
.inp:focus {
  border-color: #919191;
  box-shadow: 0 0 0 rgba(82,97,104,0) inset;
}
.inp::-webkit-input-placeholder {
  opacity: 1;
  color: #b2b2b2;
}
.inp:-ms-input-placeholder {
  opacity: 1;
  color: #b2b2b2;
}
.inp::placeholder {
  opacity: 1;
  color: #b2b2b2;
}
.visuallyImpairedBody .inp::-webkit-input-placeholder {
  color: inherit;
}
.visuallyImpairedBody .inp:-ms-input-placeholder {
  color: inherit;
}
.visuallyImpairedBody .inp::placeholder {
  color: inherit;
}
.visuallyImpairedBody .inp {
  border-color: #000;
  color: inherit;
}
.color-site-2 .inp {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}
.inp .color-site-3 {
  background-color: #9dd1ff;
}
.inp.opendata {
  border: 1px solid;
  border-radius: 0;
}
.inp-button {
  cursor: pointer;
  width: 70px;
  height: 100%;
  background: #007db6;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inp-button svg {
  height: 60%;
  fill: #fff;
}
.fonts-x2 .inp,
.fonts-x3 .inp {
  font-size: 18px;
  padding-top: 13px;
  padding-bottom: 12px;
  height: 46px;
}
.inp._small {
  height: 32px;
  padding-top: 3px;
  padding-bottom: 2px;
}
textarea {
  height: 110px;
  resize: none;
  display: block;
  border-radius: 20px;
  border: 1px solid #daef14;
  padding: 10px 10px 9px;
  width: 100%;
  font: 400 16px/1.3 "Microsoft Sans Serif";
  box-sizing: border-box;
  background: #fff;
  outline: none;
  color: #414041;
  -webkit-appearance: none;
  transition: 0.4s background-color, border-color 0.4s;
}
textarea.error {
  border-color: #f44336 !important;
}
.visuallyImpairedBody textarea.error {
  border-color: inherit !important;
}
textarea:focus {
  border-color: #919191;
  box-shadow: 0 0 0 rgba(82,97,104,0) inset;
}
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #b2b2b2;
}
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #b2b2b2;
}
textarea::placeholder {
  opacity: 1;
  color: #b2b2b2;
}
.visuallyImpairedBody textarea::-webkit-input-placeholder {
  color: inherit;
}
.visuallyImpairedBody textarea:-ms-input-placeholder {
  color: inherit;
}
.visuallyImpairedBody textarea::placeholder {
  color: inherit;
}
.visuallyImpairedBody textarea {
  border-color: #000;
  color: inherit;
}
.color-site-2 textarea {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}
textarea .color-site-3 {
  background-color: #9dd1ff;
}
.fonts-x2 textarea,
.fonts-x3 textarea {
  font-size: 18px;
}
.inp-captcha {
  overflow: hidden;
}
.inp-captcha__field {
  float: left;
  width: 280px;
  max-width: 100%;
}
.inp-captcha__img {
  float: left;
  margin: 0 0 0 25px;
  line-height: 38px;
  vertical-align: middle;
}
.inp-captcha__img img {
  display: inline-block;
  vertical-align: middle;
  line-height: 38px;
}
.inp-captcha__reset {
  box-sizing: border-box;
  float: left;
  height: 40px;
  padding: 12px;
  color: #0098db;
  fill: #0098db;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .inp-captcha__field {
    float: none;
  }
  .inp-captcha__img {
    margin-top: 10px;
    margin-left: 0;
  }
  .inp-captcha__reset {
    margin-top: 10px;
  }
}
.form-item {
  margin-bottom: 30px;
  position: relative;
  display: block;
}
.visuallyImpairedBody .form-item {
  margin-bottom: 45px;
}
.form-item .form-error {
  top: 27px;
  margin-top: -18px;
}
.form-item__clear {
  position: absolute;
  right: 0;
  fill: #808080;
  font-size: 0;
  line-height: 0;
  width: 47px;
  height: 40px;
  text-align: center;
}
.form-item__clear.opendata {
  right: 80px;
}
.form-item__clearIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
}
.form-item._clear input {
  padding-right: 43px;
}
.form-item__note {
  margin-top: 7px;
  font-size: 92.8572%;
  color: #808080;
}
.form-error {
  position: relative;
  display: block;
  color: #f44336;
  font-size: 14px;
  line-height: 1.25;
  font-style: italic;
}
.visuallyImpairedBody .form-error {
  color: inherit;
}
.fonts-x2 .form-error,
.fonts-x3 .form-error {
  font-size: 18px;
}
.form-lbl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 12px;
  font-family: "Microsoft Sans Serif";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  padding-left: 10px;
  color: rgba(0,0,0,0.541);
}
.visuallyImpairedBody {
  font-size: 16px;
}
__note {
  color: #b2b2b2;
}
.visuallyImpairedBody __note {
  color: inherit;
}
.form-descr {
  font-size: 85.7143%;
  font-size: 12px;
  line-height: 1.333;
  color: #808080;
  padding-top: 8px;
}
.visuallyImpairedBody .form-descr {
  color: inherit;
}
.form-descr_error {
  color: #ff7f7f;
}
.visuallyImpairedBody .form-descr_error {
  color: inherit;
}
.form-footer__btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.form-footer__error {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  text-transform: uppercase;
  color: #f44336;
  font-weight: 700;
}
.form-agree {
  position: relative;
  padding-left: 39px;
}
.form-agree ins {
  z-index: 2;
}
.form-agree a {
  text-decoration: underline;
  text-underline-position: under;
  color: #8066c8;
}
.form-agree a:hover {
  color: #8066c8;
  border-bottom-color: #414041;
}
.visuallyImpairedBody .form-agree a {
  border-bottom-color: #000;
}
.visuallyImpairedBody .form-agree a:hover {
  border-bottom-color: transparent;
}
.color-site-2 .form-agree a {
  border-bottom-color: #fff;
}
.form-agree label {
  cursor: pointer;
  margin-left: 10px;
}
.form-agree input,
.form-agree .iradio,
.form-agree .icheckbox {
  position: absolute;
  left: 0;
  top: 0;
}
.form-footer__btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.form-footer__error {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  text-transform: uppercase;
  color: #f44336;
  font-weight: 700;
}
@media (max-width: 767px) {
  .form-item {
    margin-bottom: 15px;
  }
  .form-item .form-error {
    margin-top: 0;
    top: 0;
  }
  .form-lbl {
    margin-bottom: 5px;
  }
  .form-agree {
    padding-left: 30px;
  }
  .form-footer__btn {
    margin-bottom: 5px;
    display: block;
  }
  .form-agree {
    padding-left: 30px;
  }
}
.inview {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.inview._show {
  opacity: 1;
}
.modalBackdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #eae9e5;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.modalBackdrop._show {
  visibility: visible;
  opacity: 1;
}
.banner-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .banner-image {
    height: 200px;
  }
}
.banner-image__wrapper {
  width: 100%;
}
.modal-window {
  width: 100%;
  box-sizing: border-box;
}
.modal-content__images li {
  width: 24% !important;
}
@media (max-width: 1024px) {
  .modal-content__images li {
    width: 48% !important;
  }
}
.modal-content__wrapper {
  -webkit-transform: translateY(-4em);
      -ms-transform: translateY(-4em);
          transform: translateY(-4em);
  margin: 0 auto;
  width: 100%;
  background: #fff;
}
@media (max-width: 768px) {
  .modal-content__wrapper {
    width: 100%;
  }
}
.modal-content__title {
  background: #8066c8;
  padding: 15px 10px 30px 15px;
}
.modal-content__title h2.sectionTitle {
  color: #fff;
  margin-bottom: 0 !important;
}
.modal-content__text {
  padding: 10px 15px;
}
.modal-content__text h3.generic-bold {
  margin-bottom: 5px;
}
.modal-content__text a:not(.button_details) {
  text-decoration: underline #8066c8;
  text-underline-position: under;
}
.modal-content__text a:not(.button_details):hover {
  color: #8066c8;
  text-decoration: unset;
}
.modal-content__text ol,
.modal-content__text ul {
  -webkit-padding-start: unset;
          padding-inline-start: unset;
  margin-bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-content__text ol li,
.modal-content__text ul li {
  width: 48%;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .modal-content__text ol li,
  .modal-content__text ul li {
    width: 100%;
  }
}
.modal-content__text ul.no-dots li {
  width: 100%;
  padding-left: 12px;
}
.modal-content__text ul.no-dots li:before {
  display: none;
}
.modal-content__short {
  background: #fff;
  color: #8066c8;
  box-sizing: border-box;
  padding: 10px 15px;
  width: 50%;
  box-shadow: 10px 10px 0 0 #8066c8;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .modal-content__short {
    -webkit-transform: translate(-40px, -30px);
        -ms-transform: translate(-40px, -30px);
            transform: translate(-40px, -30px);
    width: 90%;
    border: 1px solid #8066c8;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  padding: 100px 0 0 0;
  z-index: 10;
  text-align: center;
  background: #eae9e5;
  scrollbar-width: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.color-site-1 .modal {
  background: #fff;
}
.color-site-2 .modal {
  background: #000;
}
.color-site-3 .modal {
  background: #9dd1ff;
}
.modal__top {
  content: "";
  height: 105px;
  position: fixed;
  top: 0;
  right: 30px;
  left: 0px;
  background: #f8f8f8;
  z-index: 10;
}
.modal-content {
  display: inline-block;
  text-align: justify;
  white-space: normal;
  vertical-align: middle;
  position: relative;
}
.modal._show {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.5s;
}
.modal .pageNews-single__container {
  padding-top: 48px;
}
.modal .pageNews-single__head {
  position: fixed;
  top: 105px;
  box-sizing: border-box;
  z-index: 10;
  margin-left: -1px;
}
.modal-open {
  overflow: hidden;
}
.mobile .modal-open {
  position: fixed;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.modal-open .sectionNav {
  display: none;
}
body.noscroll .modal {
  overflow: hidden;
}
@media (max-width: 767px) {
  .modal {
    padding-top: 100px;
  }
  .modal._openFullScreen {
    padding-top: 0 !important;
    z-index: 99999 !important;
  }
  .modal__content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.datepicker-blocks {
  font-size: 0;
  left: 0;
}
.datepicker-blocks .datepicker {
  width: 100%;
  background-clip: border-box;
}
.datepicker-blocks__prev,
.datepicker-blocks__next {
  position: absolute;
  display: block;
  top: 61px;
  border-radius: 50%;
  border: 2px solid #8066c8;
  padding: 6px 0;
  fill: #8066c8;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  transition: background-color 0.3s, fill 0.3s;
  box-sizing: border-box;
}
.datepicker-blocks__prev:hover,
.datepicker-blocks__next:hover {
  background-color: #8066c8;
  fill: #fff;
}
.datepicker-blocks__prev.ng-hide,
.datepicker-blocks__next.ng-hide {
  transition: none;
}
.datepicker-blocks__prev {
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.datepicker-blocks__next {
  right: 0;
}
.datepicker-blocks__wrap {
  position: relative;
  display: inline-block;
  padding: 0 40px;
}
.datepicker-blocks__col {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  width: 204px;
}
.datepicker {
  margin: 0;
  border: 1px solid #e6e6e6;
  border-right: none;
  border-bottom: none;
}
.datepicker td,
.datepicker th {
  border: none;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
  background-color: transparent;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.datepicker__ctrl,
.datepicker__title {
  display: block;
  height: 28px;
  box-sizing: border-box;
  line-height: 0;
}
.datepicker__ctrl {
  padding-top: 13px;
  font-size: 16px;
  cursor: pointer;
}
.datepicker__ctrl:hover {
  background-color: #e6e6e6;
  color: #8066c8;
}
.datepicker__title {
  padding-top: 15px;
}
th.datepicker__dayTh {
  font-size: 8px;
  background-color: #f2f2f2;
  color: #989898;
  padding: 5px 0 2px;
}
th.datepicker__dayTh:nth-child(7),
th.datepicker__dayTh:nth-child(6) {
  color: #a56c69;
}
.datepicker__day {
  display: block;
  padding-top: 3px;
  height: 19px;
  min-width: 28px;
  box-sizing: border-box;
  cursor: pointer;
}
.datepicker__day:hover {
  background-color: #e6e6e6;
  color: #8066c8;
}
.datepicker__day.now {
  background-color: #8066c8;
  color: #fff;
}
.datepicker__day.now:hover {
  background-color: #e0e0e0;
}
.datepicker__day.disabled {
  color: #ccc;
}
.datepicker__day.after.before,
.datepicker__day.active {
  background-color: #ffe1a6;
}
.datepicker__day.after.before.now,
.datepicker__day.active.now {
  background-color: #ffbc42;
}
.datepicker__day[disabled] {
  background-color: #fff;
  cursor: default;
}
.wrap-dd-select {
/* Size and position */
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
/* Styles */
  cursor: pointer;
  outline: none;
}
.wrap-dd-select .selected {
  display: block;
  position: relative;
  border: 2px solid #b3b3b3;
  border-radius: 7px;
  height: 32px;
  padding: 0 44px 0 10px;
  font-size: 13px;
  line-height: 28px;
  box-sizing: border-box;
  background-color: #fff;
}
.wrap-dd-select .selected:before {
  position: absolute;
  right: 30px;
  top: 0;
  height: 28px;
  width: 2px;
  background-color: #b3b3b3;
  display: block;
  content: "";
}
.wrap-dd-select .selected:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  width: 11px;
  height: 7px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2215%22%20height%3D%2211%22%20viewBox%3D%220%200%2015%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2.97181%200L7.78309%206.69643L11.7857%200H15L7.78295%2010.7143L0%200H2.97181Z%22%20fill%3D%22%238066c8%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center center;
}
.wrap-dd-select.active .selected:before {
  display: none;
}
.wrap-dd-select.active .selected:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wrap-dd-select .selected-text {
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.wrap-dd-select_high .selected {
  height: 40px;
  line-height: 36px;
}
.wrap-dd-select_high .selected:before {
  height: 36px;
}
.wrap-dd-select.active .dropdown {
  visibility: visible;
  display: block;
}
.wrap-dd-select .dropdown {
/* Size & position */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 900;
  margin-top: -10px;
  max-height: 240px;
  overflow: auto;
/* Styles */
  background: #fff;
  padding: 10px 0 0;
  border-radius: 0 0 5px 5px;
  border: 2px solid #b3b3b3;
  border-top: none;
  font-weight: normal;
  list-style: none;
  font-size: 13px;
  background-color: #fff;
/* Hiding */
  visibility: hidden;
  display: none;
}
.wrap-dd-select .dropdown li.divider {
  padding: 2px 0;
  background: #e6e8ea;
}
.wrap-dd-select .dropdown li.divider-label {
  background: #e6e8ea;
  cursor: default;
  color: #000;
  padding: 10px 0;
}
.wrap-dd-select .dropdown li a {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  color: #8066c8;
  cursor: pointer;
}
.wrap-dd-select .dropdown li i {
  float: right;
  color: inherit;
}
.wrap-dd-select .dropdown li:hover a {
  background: #f7fcfe;
  color: #8066c8;
}
.wrap-dd-menu {
/* Size and position */
  position: relative;
  width: 200px;
  margin: 0 auto;
  padding: 10px;
}
.wrap-dd-menu .dropdown {
/* Size & position */
  position: absolute;
  z-index: 1;
  top: 70%;
  left: 0;
  right: 0;
/* Styles */
  background: #fff;
  padding: 0;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.17);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  font-weight: normal;
  list-style: none;
/* Hiding */
  visibility: hidden;
}
.wrap-dd-menu .dropdown li.divider {
  padding: 2px 0;
  background: #e6e8ea;
}
.wrap-dd-menu .dropdown li.divider-label {
  background: #e6e8ea;
  cursor: default;
  color: #000;
  padding: 10px 0;
}
.wrap-dd-menu .dropdown li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #8aa8bd;
  border-bottom: 1px solid #e6e8ea;
  box-shadow: inset 0 1px 0 #fff;
  cursor: pointer;
}
.wrap-dd-menu .dropdown li i {
  float: right;
  color: inherit;
}
.wrap-dd-menu .dropdown li:first-of-type a {
  border-radius: 5px 5px 0 0;
}
.wrap-dd-menu .dropdown li:last-of-type a {
  border-radius: 0 0 5px 5px;
  border: none;
}
.wrap-dd-menu .dropdown li:hover a {
  background: #f3f8f8;
}
.wrap-dd-menu .dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 102px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.wrap-dd-menu .dropdown:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 100px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: rgba(0,0,0,0.1) transparent;
}
.wrap-dd-menu .dropdown.active {
  visibility: visible;
}
.visuallyImpairedBody .wrap-dd-select .dropdown {
  border-color: #000;
}
.visuallyImpairedBody .wrap-dd-select .selected {
  border-color: #000;
}
.visuallyImpairedBody .wrap-dd-select .selected:after {
  background-image: inline('select-arrow_black.svg');
}
.visuallyImpairedBody .wrap-dd-select .selected:before {
  background-color: #000;
}
.visuallyImpairedBody .wrap-dd-select .dropdown {
  margin-top: -8px;
}
.visuallyImpairedBody .wrap-dd-select .dropdown li a {
  color: inherit !important;
}
.visuallyImpairedBody .wrap-dd-select .dropdown li:hover a {
  background-color: transparent !important;
  color: inherit !important;
}
.color-site-2 .wrap-dd-select .dropdown {
  border-color: #fff;
  background-color: #000;
}
.color-site-2 .wrap-dd-select .selected {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}
.color-site-2 .wrap-dd-select .selected:after {
  background-image: inline('select-arrow_white.svg');
}
.color-site-2 .wrap-dd-select .selected:before {
  background-color: #fff;
}
.color-site-3 .wrap-dd-select .dropdown {
  background-color: #9dd1ff;
}
.color-site-3 .wrap-dd-select .selected {
  background-color: #9dd1ff;
}
.fonts-x2 .wrap-dd-select .selected,
.fonts-x3 .wrap-dd-select .selected,
.fonts-x2 .wrap-dd-select .dropdown,
.fonts-x3 .wrap-dd-select .dropdown {
  font-size: 18px;
}
.fade {
  opacity: 0;
  visibility: hidden;
}
.fade.in {
  transition: opacity 0.15s linear;
  opacity: 1;
  visibility: visible;
}
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  transition: 350ms linear all;
}
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}
#loading-bar .bar {
  transition: width 350ms;
  background: #007db6;
  position: fixed;
  z-index: 9992;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: 0.45;
  -ms-box-shadow: #007db6 1px 0 6px 1px;
  box-shadow: #007db6 1px 0 6px 1px;
  border-radius: 100%;
}
#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 9992;
  top: 14px;
  right: 22px;
}
#loading-bar-spinner .spinner-icon {
  width: 28px;
  height: 28px;
  border: solid 2px transparent;
  border-top-color: #daef14;
  border-left-color: #daef14;
  border-radius: 20px;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}
@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  #loading-bar-spinner {
    top: 11px;
    right: 13px;
    transition: background 0.2s ease-in-out;
  }
  #loading-bar-spinner .spinner-icon {
    width: 20px;
    height: 20px;
  }
  .overlay._show ~ #loading-bar-spinner {
    background: #fff;
  }
}
@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.am-fade {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
}
.am-fade.am-fade-add,
.am-fade.ng-hide-remove,
.am-fade.ng-move {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.am-fade.am-fade-remove,
.am-fade.ng-hide {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.am-fade.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-fade.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-fade.ng-leave {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-fade.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.tab-pane.am-fade.active-remove {
  display: none !important;
}
.tab-pane.am-fade.active-add {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.modal-backdrop.am-fade,
.aside-backdrop.am-fade {
  background: rgba(0,0,0,0.5);
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
}
.modal-backdrop.am-fade.ng-leave,
.aside-backdrop.am-fade.ng-leave {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.am-flip-x {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.am-flip-x.am-flip-x-add,
.am-flip-x.ng-hide-remove,
.am-flip-x.ng-move {
  -webkit-animation-name: flipInXBounce;
  animation-name: flipInXBounce;
}
.am-flip-x.am-flip-x-remove,
.am-flip-x.ng-hide {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
}
.am-flip-x.ng-enter {
  visibility: hidden;
  -webkit-animation-name: flipInXBounce;
  animation-name: flipInXBounce;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-flip-x.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-flip-x.ng-leave {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-flip-x.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-flip-x-linear {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.am-flip-x-linear.am-flip-x-add,
.am-flip-x-linear.ng-hide-remove,
.am-flip-x-linear.ng-move {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.am-flip-x-linear.am-flip-x-remove,
.am-flip-x-linear.ng-hide {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
}
.am-flip-x-linear.ng-enter {
  visibility: hidden;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-flip-x-linear.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-flip-x-linear.ng-leave {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-flip-x-linear.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes flipInXBounce {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes flipOutX {
  from {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@-webkit-keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes flipInXBounce {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInXBounce {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes flipOutX {
  from {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  from {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
.am-fade {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
}
.am-fade.am-fade-add,
.am-fade.ng-hide-remove,
.am-fade.ng-move {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.am-fade.am-fade-remove,
.am-fade.ng-hide {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.am-fade.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-fade.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-fade.ng-leave {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-fade.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.tab-pane.am-fade.active-remove {
  display: none !important;
}
.tab-pane.am-fade.active-add {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.modal-backdrop.am-fade,
.aside-backdrop.am-fade {
  background: rgba(0,0,0,0.5);
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
}
.modal-backdrop.am-fade.ng-leave,
.aside-backdrop.am-fade.ng-leave {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.am-flip-x {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.am-flip-x.am-flip-x-add,
.am-flip-x.ng-hide-remove,
.am-flip-x.ng-move {
  -webkit-animation-name: flipInXBounce;
  animation-name: flipInXBounce;
}
.am-flip-x.am-flip-x-remove,
.am-flip-x.ng-hide {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
}
.am-flip-x.ng-enter {
  visibility: hidden;
  -webkit-animation-name: flipInXBounce;
  animation-name: flipInXBounce;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-flip-x.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-flip-x.ng-leave {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-flip-x.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-flip-x-linear {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.am-flip-x-linear.am-flip-x-add,
.am-flip-x-linear.ng-hide-remove,
.am-flip-x-linear.ng-move {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.am-flip-x-linear.am-flip-x-remove,
.am-flip-x-linear.ng-hide {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
}
.am-flip-x-linear.ng-enter {
  visibility: hidden;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-flip-x-linear.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.am-flip-x-linear.ng-leave {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.am-flip-x-linear.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes flipInXBounce {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes flipOutX {
  from {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@-webkit-keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes flipInXBounce {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInXBounce {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes flipOutX {
  from {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  from {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
.ps-container {
  overflow: hidden !important;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #8066c8;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #8066c8;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
/* please don't change 'position' */
  border-radius: 3px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
/* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 6px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
/* please don't change 'position' */
  background-color: #8066c8;
  border-radius: 3px;
  transition: background-color 0.2s linear;
  bottom: 0;
/* there must be 'bottom' for ps-scrollbar-x */
  height: 6px;
}
.ps-container > .ps-scrollbar-y-rail {
  position: absolute;
/* please don't change 'position' */
  border-radius: 3px;
  opacity: 1;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
/* there must be 'right' for ps-scrollbar-y-rail */
  width: 6px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
/* please don't change 'position' */
  background-color: #42a6a1;
  border-radius: 3px;
  transition: background-color 0.2s linear;
  right: 0;
/* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #8066c8;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #8066c8;
}
.visuallyImpairedBody .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.visuallyImpairedBody .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.visuallyImpairedBody .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.visuallyImpairedBody .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.visuallyImpairedBody .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.visuallyImpairedBody .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #000;
}
.color-site-2 .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.color-site-2 .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.color-site-2 .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.color-site-2 .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.color-site-2 .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.color-site-2 .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #fff;
}
#gosmonitor_widget_wrapper_main .miniwidget-wrapper {
  display: none;
  background-color: #cfcfcf !important;
}
@media (max-width: 950px) {
  #gosmonitor_widget_wrapper_main {
    display: none;
  }
}
.icheckbox,
.iradio {
  position: relative;
  display: inline-block;
  background-color: #daef14;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  box-sizing: border-box;
}
.error .icheckbox,
.error .iradio {
  border-color: #f44336 !important;
}
.icheckbox.hover,
.iradio.hover {
  border: 1px solid #7ec0e1;
}
.icheckbox:after,
.iradio:after {
  display: block;
  content: "";
}
.iradio {
  border-radius: 50%;
}
.iradio.checked:after {
  margin: 2px;
  border-radius: 50%;
  background-color: #007db6;
  width: 12px;
  height: 12px;
}
.icheckbox {
  border-radius: 4px;
}
.icheckbox.checked:after {
  position: absolute;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2215%22%20height%3D%2211%22%20viewBox%3D%220%200%2015%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M14.76%201.18532L14.2687%200.69398C14.1143%200.539468%2013.9084%200.454468%2013.6887%200.454468C13.4689%200.454468%2013.2629%200.539468%2013.1085%200.69398L6.20451%207.59787L1.89098%203.28422C1.73659%203.12995%201.53061%203.04483%201.31085%203.04483C1.09122%203.04483%200.885366%203.12995%200.730854%203.28422L0.23939%203.77544C0.0848781%203.93019%200%204.13629%200%204.3558C0%204.57544%200.0848781%204.78141%200.23939%204.93592L5.10963%209.80592C5.1161%209.81506%205.12293%209.8236%205.13085%209.8314L5.62232%2010.3147C5.77671%2010.4686%205.98268%2010.5455%206.20415%2010.5455H6.20671C6.42659%2010.5455%206.63256%2010.4686%206.78671%2010.3147L7.27829%209.82714C7.28622%209.81933%207.29293%209.81287%207.29695%209.80628L14.7599%202.3441C15.08%202.02471%2015.08%201.50508%2014.76%201.18532Z%22%20fill%3D%22%230098DB%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;
  width: 100%;
  height: 100%;
}
.iScrollVerticalScrollbar {
  position: absolute;
  z-index: 9999;
  width: 6px;
  bottom: 5px;
  top: 5px;
  right: 5px;
  overflow: hidden;
}
.iScrollIndicator {
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 100%;
  display: block;
  -webkit-transform: translate(0px, 13px) translateZ(0px);
          transform: translate(0px, 13px) translateZ(0px);
  transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  transition-duration: 0ms;
  background: #007db6;
}
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
/* MSPointer events - direct all pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
/* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
/* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
/* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
/* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
/* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
/* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
}
.mCSB_scrollTools .mCSB_dragger {
/* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px; /* minimum dragger height */
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
/* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
/* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
/* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 37px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 21px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 5px;
  margin: 8px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px; /* minimum dragger width */
  height: 100%;
  left: 0;
  cursor: ew-resize;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  top: 7px;
  height: 7px;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px; /* auto-expanded scrollbar */
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px; /* auto-expanded scrollbar */
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
/* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  box-sizing: border-box;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  box-sizing: border-box;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; /* non-visible scrollbar */
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #d9d9d9;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #007db6;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Pink Flag Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */
.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
/* Disable the browser focus highlighting. */
  outline: none;
}
.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
/* Disable the browser CSS3 focus highlighting. */
  border: 0;
}
.player-duration {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 11px;
  line-height: 18px;
  color: #b2b2b2;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Microsoft Sans Serif';
}
.player-duration:before {
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 9px solid #d9d9d9;
  border-bottom: 6px solid transparent;
  content: "";
}
.player-duration__bold {
  color: #808080;
}
.visuallyImpairedBody .player-duration {
  color: #000;
}
.visuallyImpairedBody .player-duration:before {
  border-left-color: #000;
}
.visuallyImpairedBody .player-duration__bold {
  color: #000;
}
.color-site-2 .player-duration {
  color: #fff;
}
.color-site-2 .player-duration:before {
  border-left-color: #fff;
}
.color-site-2 .player-duration__bold {
  color: #fff;
}
.player {
  position: relative;
  overflow: hidden;
  font-family: 'Microsoft Sans Serif';
}
.player.jp-video-full {
  width: 480px;
  height: 270px;
  position: static !important;
}
.player__video {
  font-size: 0;
  line-height: 0;
  background-color: #000;
  cursor: pointer;
  min-height: 448px;
  position: relative;
}
@media (max-width: 1279px) {
  .player__video {
    min-height: 459px;
  }
}
@media (max-width: 1023px) {
  .player__video {
    min-height: 308px;
  }
}
@media (max-width: 767px) {
  .player__video {
    min-height: 160px;
  }
}
.player__video img {
  opacity: 0.6;
}
.player__video video {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.jp-video-full .player__video {
  top: 0;
  left: 0;
  position: fixed;
  overflow: hidden;
}
.player._replay .player__video video {
  opacity: 0.6;
}
.player__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: calc(-55px / 2) 0 0 calc(-55px / 2);
  z-index: 18;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  font-size: 0;
  line-height: 0;
  background-color: #fff;
  transition: background-color 0.3s;
}
.player__play:hover {
  background-color: rgba(255,255,255,0.8);
}
@media (max-width: 767px) {
  .player__play {
    width: 60px;
    height: 60px;
    border-width: 2px;
    margin: -31px 0 0 -31px;
  }
}
.player__play:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -7px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 14px solid #414041;
  border-bottom: 10px solid transparent;
  content: "";
}
@media (max-width: 767px) {
  .player__play:after {
    top: 21px;
    left: 3px;
    width: 16px;
    height: 20px;
    background-size: 100% 100%;
  }
}
.player._replay .player__play {
  display: block !important;
}
.player._replay .player__play:after {
  left: -2px;
  top: 36px;
  width: 56px;
  height: 48px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2056%2048%22%20enable-background%3D%22new%200%200%2056%2048%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M32%2C0C18.7%2C0%2C8%2C10.7%2C8%2C24H0l10%2C12l10-12h-8c0-11%2C9-20%2C20-20c11%2C0%2C20%2C9%2C20%2C20c0%2C11-9%2C20-20%2C20c-1.1%2C0-2%2C0.9-2%2C2%0A%09%09c0%2C1.1%2C0.9%2C2%2C2%2C2c13.3%2C0%2C24-10.7%2C24-24C56%2C10.7%2C45.3%2C0%2C32%2C0z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.player__panel {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  transition: -webkit-transform 0.6s ease 0.3s;
  transition: transform 0.6s ease 0.3s;
  transition: transform 0.6s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
}
.player._replay .player__panel {
  transition-delay: 0s !important;
}
.player.jp-state-playing .player__panel {
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
}
.player.jp-state-playing:hover .player__panel {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.player.jp-state-playing .player__progress._mini {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.player.jp-state-playing:hover .player__progress._mini {
  -webkit-transform: translateY(90px);
      -ms-transform: translateY(90px);
          transform: translateY(90px);
}
.player.jp-video-full .player__panel {
  -webkit-transform: translateY(0px) !important;
      -ms-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}
.player.jp-video-full .player__progress._mini {
  -webkit-transform: translateY(90px) !important;
      -ms-transform: translateY(90px) !important;
          transform: translateY(90px) !important;
}
.player.jp-state-playing.jp-video-full._stopMouseMove .player__panel {
  -webkit-transform: translateY(150px) !important;
      -ms-transform: translateY(150px) !important;
          transform: translateY(150px) !important;
}
.player.jp-state-playing.jp-video-full._stopMouseMove .player__progress._mini {
  -webkit-transform: translateY(0px) !important;
      -ms-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}
.player._replay .player__panel,
.player._firstStart .player__panel {
  -webkit-transform: translateY(150px) !important;
      -ms-transform: translateY(150px) !important;
          transform: translateY(150px) !important;
}
.player__panelWrap {
  height: 32px;
  margin: 0 20px;
  padding: 0 169px 0 150px;
  position: relative;
}
.player__panelWrap._oneFormat {
  padding-right: 105px;
}
.player__panelRight {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  z-index: 4;
  font-size: 0;
  line-height: 0;
}
.player__panelRight .player-ctrl {
  margin-left: 12px;
}
.player__panelLeft {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  font-size: 0;
  line-height: 0;
}
.player__panelTime,
.player__panelQuality {
  display: inline-block;
  height: 32px;
  width: 110px;
  vertical-align: top;
  line-height: 34px;
  font-size: 11px;
  color: #ffa300;
  font-weight: 700;
  text-align: center;
}
.player__panelQuality {
  vertical-align: initial;
  line-height: 29px;
  margin-left: 12px;
  width: 30px;
  font-weight: 900;
  width: 64px;
  height: 29px;
  border-radius: 15px;
  cursor: pointer;
  border: 2px solid #fff;
  background: #000;
  position: relative;
  color: #fff;
  font-size: 12px;
}
.player__panelQuality._static {
  cursor: default;
}
.player__panelQuality._open {
  border-radius: 0 0 15px 15px;
}
.player__panelQuality._open .player__qualities {
  display: block;
}
.player__qualities {
  position: absolute;
  bottom: 29px;
  left: -2px;
  border: 2px solid #fff;
  border-bottom: none;
  box-sizing: border-box;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  display: none;
}
.player__qualitiesText {
  position: relative;
  display: inline-block;
  padding-right: 11px;
}
.player__qualityItem {
  line-height: 31px;
  display: block;
  background: #000;
  width: 64px;
  height: 29px;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}
.player__qualityItem:hover {
  color: #ffa300;
}
.player__qualityHDMark {
  vertical-align: initial;
  position: absolute;
  font-size: 9px;
  top: 2px;
  right: 0;
  line-height: normal;
}
.player__progress {
  position: relative;
  width: 100%;
  height: 32px;
}
.player__progress._mini {
  position: absolute;
  left: 0;
  z-index: 30;
  bottom: -18px;
  -webkit-transform: translateY(90px);
      -ms-transform: translateY(90px);
          transform: translateY(90px);
  transition: -webkit-transform 0.6s ease 0.3s;
  transition: transform 0.6s ease 0.3s;
  transition: transform 0.6s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
}
.player__progressBase,
.player__progressBuffer,
.player__progressCurrent {
  position: absolute;
  left: 0;
  top: 0;
  height: 32px;
}
.player__progressBase:after,
.player__progressBuffer:after,
.player__progressCurrent:after {
  position: relative;
  top: 12px;
  display: block;
  content: "";
  height: 8px;
}
.player__progressBase {
  width: 100%;
}
.player__progressBase {
  z-index: 1;
}
.player__progressBase:after {
  background: url("/img/checkerboard.png") repeat 0 0;
}
.player__progressBuffer {
  z-index: 2;
}
.player__progressBuffer:after {
  width: 100%;
  background-color: #b8b8b8;
}
.player__progressCurrent {
  position: relative;
  z-index: 3;
  overflow: visible !important;
}
.player__progressCurrent:after {
  width: 100%;
  background-color: #ffa300;
}
.player._replay .player__progressCurrent {
  width: 100% !important;
}
.player__time,
.player__hoverTime {
  position: absolute;
  top: -14px;
  right: -45px;
  width: 90px;
  height: 18px;
  z-index: 10;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.player__timeValue,
.player__hoverTimeValue {
  position: relative;
  display: inline-block;
  height: 18px;
  padding: 2px 3px 0;
  background-color: #f1f1f1;
  color: #808080;
  font-size: 11px;
  font-weight: 600;
  box-sizing: border-box;
}
.player__timeValue:after,
.player__hoverTimeValue:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #f1f1f1;
  content: "";
}
.player__hoverTime {
  z-index: 15;
  margin-left: -45px;
  right: auto;
  left: 0;
  opacity: 0;
}
.player__hoverTime._visible {
  opacity: 1;
}
.player__hoverTimeValue {
  background-color: #000;
  color: #fff;
}
.player__hoverTimeValue:after {
  border-top-color: #000;
}
.player-ctrl {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  border: 2px solid #fff !important;
  width: 32px;
  height: 32px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  position: relative;
  font-size: 0;
  line-height: 0;
  background-color: #000;
  box-sizing: border-box;
  text-align: left !important;
}
.player-ctrl:after {
  display: inline-block;
  position: relative;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
.player-ctrl._play:after {
  top: 8px;
  left: 11px;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%208%2012%22%20enable-background%3D%22new%200%200%208%2012%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cg%20opacity%3D%220.7%22%3E%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M7.8%2C5.7L0.6%2C0.1C0.6%2C0%2C0.5%2C0%2C0.4%2C0C0.3%2C0%2C0.3%2C0%2C0.2%2C0C0.1%2C0.1%2C0%2C0.2%2C0%2C0.4v11.2c0%2C0.2%2C0.1%2C0.3%2C0.2%2C0.4%0A%09%09%09%09c0.1%2C0%2C0.1%2C0%2C0.2%2C0c0.1%2C0%2C0.2%2C0%2C0.2-0.1l7.2-5.6C7.9%2C6.2%2C8%2C6.1%2C8%2C6S7.9%2C5.8%2C7.8%2C5.7z%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M7.8%2C5.7L0.6%2C0.1C0.6%2C0%2C0.5%2C0%2C0.4%2C0C0.3%2C0%2C0.3%2C0%2C0.2%2C0C0.1%2C0.1%2C0%2C0.2%2C0%2C0.4v11.2c0%2C0.2%2C0.1%2C0.3%2C0.2%2C0.4%0A%09%09%09c0.1%2C0%2C0.1%2C0%2C0.2%2C0c0.1%2C0%2C0.2%2C0%2C0.2-0.1l7.2-5.6C7.9%2C6.2%2C8%2C6.1%2C8%2C6S7.9%2C5.8%2C7.8%2C5.7z%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.jp-state-playing .player-ctrl._play:after {
  left: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%208%2012%22%20enable-background%3D%22new%200%200%208%2012%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M1.5%2C11.8c-0.7%2C0-1.2-0.5-1.2-1.2V1.4c0-0.6%2C0.6-1.2%2C1.2-1.2s1.2%2C0.5%2C1.2%2C1.2v9.2%0A%09%09%09%09C2.8%2C11.3%2C2.2%2C11.8%2C1.5%2C11.8z%22%2F%3E%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M1.5%2C0.5c0.6%2C0%2C1%2C0.4%2C1%2C0.9v9.2c0%2C0.5-0.4%2C0.9-1%2C0.9s-1-0.4-1-0.9V1.4C0.5%2C0.9%2C0.9%2C0.5%2C1.5%2C0.5%20M1.5%2C0%0A%09%09%09%09C0.7%2C0%2C0%2C0.6%2C0%2C1.4v9.2C0%2C11.4%2C0.7%2C12%2C1.5%2C12S3%2C11.4%2C3%2C10.6V1.4C3%2C0.6%2C2.3%2C0%2C1.5%2C0L1.5%2C0z%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M6.5%2C11.8c-0.7%2C0-1.2-0.5-1.2-1.2V1.4c0-0.6%2C0.6-1.2%2C1.2-1.2s1.2%2C0.5%2C1.2%2C1.2v9.2%0A%09%09%09%09C7.8%2C11.3%2C7.2%2C11.8%2C6.5%2C11.8z%22%2F%3E%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M6.5%2C0.5c0.6%2C0%2C1%2C0.4%2C1%2C0.9v9.2c0%2C0.5-0.4%2C0.9-1%2C0.9s-1-0.4-1-0.9V1.4C5.5%2C0.9%2C5.9%2C0.5%2C6.5%2C0.5%20M6.5%2C0%0A%09%09%09%09C5.7%2C0%2C5%2C0.6%2C5%2C1.4v9.2C5%2C11.4%2C5.7%2C12%2C6.5%2C12S8%2C11.4%2C8%2C10.6V1.4C8%2C0.6%2C7.3%2C0%2C6.5%2C0L6.5%2C0z%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M6.5%2C11.8c-0.7%2C0-1.2-0.5-1.2-1.2V1.4c0-0.6%2C0.6-1.2%2C1.2-1.2s1.2%2C0.5%2C1.2%2C1.2v9.2%0A%09%09%09%09C7.8%2C11.3%2C7.2%2C11.8%2C6.5%2C11.8z%22%2F%3E%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M6.5%2C0.5c0.6%2C0%2C1%2C0.4%2C1%2C0.9v9.2c0%2C0.5-0.4%2C0.9-1%2C0.9s-1-0.4-1-0.9V1.4C5.5%2C0.9%2C5.9%2C0.5%2C6.5%2C0.5%20M6.5%2C0%0A%09%09%09%09C5.7%2C0%2C5%2C0.6%2C5%2C1.4v9.2C5%2C11.4%2C5.7%2C12%2C6.5%2C12S8%2C11.4%2C8%2C10.6V1.4C8%2C0.6%2C7.3%2C0%2C6.5%2C0L6.5%2C0z%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.player-ctrl._mute:after {
  top: 8px;
  left: 5px;
  width: 17px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2017%2013%22%20enable-background%3D%22new%200%200%2017%2013%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M11.1%2C12.6c-0.4%2C0-0.7-0.3-0.7-0.8c0-0.4%2C0.3-0.8%2C0.7-0.8c2.4%2C0%2C4.4-2.1%2C4.4-4.6s-2-4.6-4.4-4.6%0A%09%09%09c-0.4%2C0-0.7-0.3-0.7-0.8s0.3-0.8%2C0.7-0.8c3.3%2C0%2C5.9%2C2.7%2C5.9%2C6.1S14.3%2C12.6%2C11.1%2C12.6z%22%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%220%2C3.4%204.4%2C3.4%208.1%2C0%208.1%2C13%204.4%2C9.6%200%2C9.6%20%09%22%2F%3E%0A%09%3Cellipse%20fill%3D%22%23FFFFFF%22%20cx%3D%2211.1%22%20cy%3D%226.5%22%20rx%3D%221.5%22%20ry%3D%221.5%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.jp-state-muted .player-ctrl._mute:after {
  width: 16px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2016%2013%22%20enable-background%3D%22new%200%200%2016%2013%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%220%2C3.4%204.5%2C3.4%208.3%2C0%208.3%2C13%204.5%2C9.6%200%2C9.6%20%09%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M14.4%2C6.3l1.4-1.5c0.3-0.3%2C0.3-0.7%2C0-1c-0.3-0.3-0.7-0.3-1%2C0l-1.4%2C1.5l-1.4-1.5c-0.3-0.3-0.7-0.3-1%2C0%0A%09%09c-0.3%2C0.3-0.3%2C0.7%2C0%2C1l1.4%2C1.5l-1.4%2C1.5c-0.3%2C0.3-0.3%2C0.7%2C0%2C1C11.1%2C8.9%2C11.3%2C9%2C11.4%2C9c0.2%2C0%2C0.4-0.1%2C0.5-0.2l1.4-1.5l1.4%2C1.5%0A%09%09C14.9%2C8.9%2C15.1%2C9%2C15.3%2C9c0.2%2C0%2C0.4-0.1%2C0.5-0.2c0.3-0.3%2C0.3-0.7%2C0-1L14.4%2C6.3z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.no-csstransforms3d .player-ctrl._full-screen {
  visibility: hidden;
}
.player-ctrl._full-screen:after {
  top: 6px;
  left: 6px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M4%2C16H1c-0.6%2C0-1-0.4-1-1v-3c0-0.6%2C0.4-1%2C1-1c0.6%2C0%2C1%2C0.4%2C1%2C1v2h2c0.6%2C0%2C1%2C0.4%2C1%2C1S4.6%2C16%2C4%2C16z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M15%2C16h-3c-0.6%2C0-1-0.4-1-1s0.4-1%2C1-1h2v-2c0-0.6%2C0.4-1%2C1-1c0.6%2C0%2C1%2C0.4%2C1%2C1v3C16%2C15.6%2C15.6%2C16%2C15%2C16z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M15%2C5c-0.6%2C0-1-0.4-1-1V2h-2c-0.6%2C0-1-0.4-1-1s0.4-1%2C1-1h3c0.6%2C0%2C1%2C0.4%2C1%2C1v3C16%2C4.6%2C15.6%2C5%2C15%2C5z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M1%2C5C0.4%2C5%2C0%2C4.6%2C0%2C4V1c0-0.6%2C0.4-1%2C1-1h3c0.6%2C0%2C1%2C0.4%2C1%2C1S4.6%2C2%2C4%2C2H2v2C2%2C4.6%2C1.6%2C5%2C1%2C5z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.jp-state-full-screen .player-ctrl._full-screen:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M5%2C15v-3c0-0.6-0.4-1-1-1H1c-0.6%2C0-1%2C0.4-1%2C1s0.4%2C1%2C1%2C1h2v2c0%2C0.6%2C0.4%2C1%2C1%2C1C4.6%2C16%2C5%2C15.6%2C5%2C15z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M11%2C12v3c0%2C0.6%2C0.4%2C1%2C1%2C1c0.6%2C0%2C1-0.4%2C1-1v-2h2c0.6%2C0%2C1-0.4%2C1-1s-0.4-1-1-1h-3C11.4%2C11%2C11%2C11.4%2C11%2C12z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M16%2C4c0-0.6-0.4-1-1-1h-2V1c0-0.6-0.4-1-1-1c-0.6%2C0-1%2C0.4-1%2C1v3c0%2C0.6%2C0.4%2C1%2C1%2C1h3C15.6%2C5%2C16%2C4.6%2C16%2C4z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M0%2C4c0%2C0.6%2C0.4%2C1%2C1%2C1h3c0.6%2C0%2C1-0.4%2C1-1V1c0-0.6-0.4-1-1-1C3.4%2C0%2C3%2C0.4%2C3%2C1v2H1C0.4%2C3%2C0%2C3.4%2C0%2C4z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
@media (max-width: 479px) {
  .player__panelTime {
    display: none;
  }
}
@media (max-width: 767px) {
  .player__panelWrap {
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .player__panel {
    margin-top: 7px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
  }
  .player._replay .player__panel,
  .player._firstStart .player__panel,
  .player.jp-state-playing .player__panel {
    -webkit-transform: translateY(0px) !important;
        -ms-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
  }
  .player__progress._mini {
    display: none !important;
  }
  .player__progress._lg {
    position: absolute;
    left: -10px;
    right: -10px;
    top: -30px;
    width: auto !important;
    overflow: hidden;
  }
  .player__progressBase:after {
    background-color: #fff;
  }
  .player__play {
    margin-top: -52px;
  }
  .player__time,
  .player__hoverTime {
    display: none;
  }
  .player.jp-video-full .player__progress._mini {
    display: block !important;
  }
  .player.jp-video-full .player__panel {
    position: absolute;
  }
}
.select {
  display: block;
  position: relative;
  border: 2px solid #b3b3b3;
  border-radius: 7px;
  height: 40px;
  font-size: 13px;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  outline: none;
}
.visuallyImpairedBody .select {
  border-color: #000;
  color: inherit;
}
.color-site-2 .select {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}
.fonts-x2 .select,
.fonts-x3 .select {
  font-size: 18px;
  padding-top: 13px;
  padding-bottom: 12px;
  height: 46px;
}
@media (max-width: 767px) {
  .navbar-aside__date-filter.is-not-empty {
    position: relative;
  }
  .navbar-aside__date-filter.is-not-empty .navbar-aside-link {
    margin-right: 30px;
  }
  .navbar-aside__date-filter.is-not-empty .navbar-aside-link-clear {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    height: 20px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 30px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.2);
}
.popover:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 3px;
  content: '';
  z-index: 102;
}
.popover-content {
  position: relative;
  z-index: 103;
}
.popover.top {
  margin-top: -12px;
}
.popover.right {
  margin-left: 12px;
}
.popover.bottom {
  margin-top: 12px;
}
.popover.left {
  margin-left: -12px;
}
.popover > .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  -webkit-filter: drop-shadow(0 0 5px rgba(0,0,0,0.15));
          filter: drop-shadow(0 0 5px rgba(0,0,0,0.15));
}
.popover > .arrow {
  border-width: 12px;
}
.popover.top > .arrow {
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -12px;
  margin-top: -12px;
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -12px;
  left: 50%;
  margin-left: -12px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -12px;
  margin-top: -12px;
  border-right-width: 0;
  border-left-color: #fff;
}
.popover.top-left {
  margin-top: -12px;
}
.popover.top-left .arrow {
  left: 50%;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: #fff;
  bottom: -12px;
  left: 10%;
}
.popover.top-right {
  margin-top: -12px;
}
.popover.top-right .arrow {
  left: 50%;
  margin-left: -20px;
  border-bottom-width: 0;
  border-top-color: #fff;
  bottom: -12px;
  left: 90%;
}
.popover.bottom-left {
  margin-top: 12px;
}
.popover.bottom-left .arrow {
  left: 50%;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #fff;
  top: -12px;
  left: 10%;
}
.popover.bottom-right {
  margin-top: 12px;
}
.popover.bottom-right .arrow {
  left: 50%;
  margin-left: -20px;
  border-top-width: 0;
  border-bottom-color: #fff;
  top: -12px;
  left: 90%;
}
.popoverFilterDaterange {
  width: 564px;
}
.popoverFilterDaterange__head {
  padding: 0 44px;
  margin-bottom: 30px;
}
.popoverFilterDaterange__headYear {
  float: right;
  width: 100px;
}
.popoverFilterDaterange__headInterval {
  width: 260px;
  float: left;
}
.popoverFilterDaterange__btns {
  padding: 0 44px;
  margin-top: 30px;
}
.popoverFilterDaterange__btns .easy-btn {
  vertical-align: top;
}
.popoverFilterDaterange-interval__inp {
  float: left;
  width: 110px;
}
.popoverFilterDaterange-interval__inpLabel {
  display: none;
}
.popoverFilterDaterange-interval__sep {
  float: left;
  margin: 15px 10px 0;
  width: 10px;
  height: 1px;
  background-color: #797979;
}
@media (max-width: 767px) {
  .popoverFilterDaterange {
    width: 320px;
  }
  .popoverFilterDaterange__head,
  .popoverFilterDaterange__btns {
    padding: 0;
  }
  .popoverFilterDaterange__headYear {
    display: none;
  }
  .popoverFilterDaterange__calendars {
    display: none;
  }
  .popoverFilterDaterange__head {
    margin-bottom: 0;
  }
  .popoverFilterDaterange__btns {
    padding-left: 30px;
    margin-top: 10px;
  }
  .popoverFilterDaterange-interval__inp {
    position: relative;
    margin-bottom: 15px;
    float: none;
    width: auto;
    padding-left: 30px;
  }
  .popoverFilterDaterange-interval__inpLabel {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 35px;
  }
  .popoverFilterDaterange-interval__sep {
    display: none;
  }
}
.popoverFilterMonth {
  width: 450px;
}
@media (max-width: 479px) {
  .popoverFilterMonth {
    width: 225px;
  }
  .popoverFilterMonth .selectMonth__yearTitle {
    margin-bottom: 18px;
  }
  .popoverFilterMonth .selectMonth:before {
    display: none;
  }
  .popoverFilterMonth .selectMonth__year {
    display: none;
  }
  .popoverFilterMonth .selectMonth__year:first-child {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.popoverRating.bottom .arrow {
  margin-left: 10px !important;
}
.navbar-aside__itemMonths {
  min-width: 160px;
  text-align: left;
}
.navbar-aside__date-filter {
  height: 100%;
}
.navbar-aside-link {
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.navbar-aside-link p1.generic {
  margin-bottom: 0;
}
.navbar-aside-link-clear {
  position: relative;
  top: 7px;
  margin-left: 6px;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: top;
}
.navbar-aside-link-clear:after,
.navbar-aside-link-clear:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -1px;
  border-radius: 1px;
  width: 2px;
  height: 14px;
  display: inline-block;
  background-color: #f28a8e;
  content: "";
}
.navbar-aside-link-clear:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navbar-aside-link-clear:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar-aside-link._var {
  padding-top: 0;
  padding-bottom: 4px;
  min-height: 32px;
  line-height: 32px;
}
.navbar-aside-link._var:hover {
  color: #007db6;
}
.navbar-aside-link__icon._passport,
.navbar-aside-link__icon._docStrong {
  padding-top: 5px;
  margin-right: 20px;
}
.navbar-aside-link__icon._date {
  margin-right: 2em;
  height: 2ch;
  width: 2ch;
}
.navbar-aside-link__icon._category {
  cursor: default;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-aside-link__icon._category svg {
  margin-right: 15px;
}
.navbar-aside-link__icon._doc {
  padding-top: 6px;
}
.navbar-aside-link__icon._print {
  padding-top: 6px;
}
.navbar-aside-link__icon._img {
  padding-top: 7px;
}
.navbar-aside-link__icon._video {
  padding-top: 7px;
}
.navbar-aside-link__icon._search {
  padding-top: 7px;
  padding-right: 1px;
}
.navbar-aside-link__icon._publication {
  padding-top: 5px;
}
.navbar-aside-link__icon._filter_months {
  padding-top: 6px;
}
.navbar-aside-link__icon._russia {
  padding-top: 6px;
  padding-right: 1px;
}
.navbar-aside-link__icon._list {
  padding-top: 6px;
}
.navbar-aside-link__icon > svg {
  position: relative;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.navbar-aside-link__txt {
  display: inline-block;
  line-height: normal;
}
.navbar-aside-link__formats {
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
}
.navbar-aside-link__format {
  display: inline-block;
  padding: 0 7px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .navbar-aside-link._var {
    padding: 8px 0 6px 32px;
    min-height: 0;
    line-height: 1.3;
  }
  .navbar-aside-link__icon._date {
    margin-right: 10px;
  }
  .navbar-aside-link__icon._world {
    margin-right: 5px;
    border-color: #666;
    -webkit-transform: scale(0.62) translateY(-76%);
        -ms-transform: scale(0.62) translateY(-76%);
            transform: scale(0.62) translateY(-76%);
  }
}
.navbar-tabs__item {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #8066c8;
  vertical-align: top;
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  border-right: 1px solid #8066c8;
}
.navbar-tabs__item:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.navbar-tabs__item:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-right: none;
}
.navbar-tabs__item._active,
.navbar-tabs__item:hover {
  z-index: 2;
  background-color: #8066c8;
  color: #fff;
  overflow: visible;
}
.navbar-tabs__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 0;
  height: 56px;
  text-transform: capitalize;
  box-sizing: border-box;
  text-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit !important;
}
@media (max-width: 769px) {
  .navbar-tabs__link {
    padding: 0 14px 0;
    height: 45px;
  }
  .navbar-tabs__link h3.generic-bold {
    font-size: 16px;
  }
}
.navbar-tabs__link.pageSurvey-poll-btn {
  height: 32px;
}
.visuallyImpairedBody .navbar-tabs__item {
  overflow: visible;
  color: inherit;
  border: none;
  background: none !important;
  margin-right: 45px;
  margin-bottom: 4px;
  font-weight: normal;
}
.visuallyImpairedBody .navbar-tabs__item._active {
  font-weight: 700;
}
.visuallyImpairedBody .navbar-tabs__link {
  padding: 0;
  font-size: 18px;
  height: auto;
  min-width: 0;
  font-weight: inherit;
}
.title-section,
.head-section__title {
  display: block;
  margin-bottom: 23px;
  font-size: 214.2858%;
  font-family: 'Microsoft Sans Serif';
  line-height: 1.3;
  font-weight: bold;
}
.title-section__btn,
.head-section__title__btn {
  font-size: 100%;
  color: #62cbc6;
  padding: 3.5px 10px 1.5px;
  border: 1px solid #62cbc6;
  border-radius: 3px;
  margin-left: 30px;
  transition: all 0.3s ease-out;
}
.title-section__btn:hover,
.head-section__title__btn:hover {
  color: #fff;
  background: #5f89b3;
}
.title-section._active,
.head-section__title._active {
  color: #007db6 !important;
}
.title-section__wrapper,
.head-section__title__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.title-section__wrapper .title-section,
.head-section__title__wrapper .title-section {
  margin-bottom: 4px;
}
.title-section--mb-0,
.head-section__title--mb-0 {
  margin-bottom: 0;
}
.sub-title {
  display: block;
  margin-bottom: 23px;
  font-size: 171.4286%;
  line-height: 1.3;
  font-weight: normal;
}
.head-section {
  position: relative;
}
.head-section__docs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.head-section__title {
  display: inline-block;
  margin-right: 27px;
  margin-bottom: 0;
  vertical-align: top;
}
.head-section._pageEvents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.head-section._pageEvents .head-section__aside {
  position: relative;
  top: 0;
  margin-top: 12px;
}
.head-section._pageEvents:after {
  content: none;
}
.head-section._pageNews {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1023px) {
  .head-section._pageEvents {
    display: block;
  }
}
@media (max-width: 767px) {
  .head-section._pageEventsAll .head-section__aside {
    margin-top: 0;
    display: table;
  }
}
@media (max-width: 767px) {
  .head-section._pageEventsAll .head-section__title {
    margin-bottom: 10px;
  }
}
@media (max-width: 1379px) {
  .head-section._pageEventsCalendar .head-section__tabs {
    display: block;
  }
}
@media (max-width: 767px) {
  .head-section._pageEventsCalendar .head-section__title {
    margin-bottom: 10px;
  }
}
.head-section._pageMedia {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .head-section._pageMedia .head-section__select {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1023px) {
  .head-section._pageMedia {
    margin-bottom: 35px;
  }
  .head-section._pageMedia .head-section__title {
    display: block;
    margin-bottom: 10px;
  }
  .head-section._pageMedia .head-section__aside {
    position: static;
    top: auto;
    float: right;
    margin-top: 0;
    text-align: left;
  }
}
.visuallyImpairedBody .head-section {
  margin-bottom: 50px;
}
.visuallyImpairedBody .head-section__tabs {
  display: block;
  margin-top: 10px;
}
.visuallyImpairedBody .head-section__aside {
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .title-section {
    font-size: 142.8572%;
    margin-bottom: 18px;
  }
  .sub-title {
    margin-bottom: 15px;
    font-size: 142.8572%;
  }
  .head-section {
    margin-bottom: 10px !important;
  }
  .head-section__title {
    font-size: 142.8572%;
    margin: 0;
  }
}
.tags {
  font-size: 0;
  line-height: 0;
}
.tags__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tags-link {
  text-transform: uppercase;
  color: rgba(128,102,200,0.7);
}
.tags-link:hover p2.generic {
  box-shadow: 0 1px 0 0 #8066c8;
}
.tags-link._more {
  position: relative;
  top: -2px;
  border-radius: 50%;
  border: 2px solid #d3d3d3;
  padding: 0;
  font-size: 12px;
  line-height: 11px;
  text-align: center;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}
.tags-link._action {
  color: #ef3340;
  border-color: #ef3340;
}
a:hover.tags-link._action {
  color: #b2252f;
  border-color: #b2252f;
}
.tags-link._region {
  margin-right: 10px;
  position: relative;
  padding-left: 20px;
  color: #00857d;
  fill: #00857d;
  border-color: #00857d;
}
a:hover.tags-link._region {
  color: #004c47;
  fill: #004c47;
  border-color: #004c47;
}
.tags-link__regionIcon {
  position: absolute;
  left: 0;
  top: -1px;
}
.tags-link._person {
  color: #8d00ce;
  border-color: #8d00ce;
}
a:hover.tags-link._person {
  color: #570080;
  border-color: #570080;
}
.tags-link._autor {
  color: #007db6;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: transparent !important;
}
a:hover.tags-link._autor {
  border-bottom: 1px #007db6 solid;
}
.tags-link__autorIcon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: #007db6;
  fill: #fff;
  margin-right: 12px;
}
.tags-link__autorIcon .i {
  margin: auto;
}
.tabs-component__tab {
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.tabs-component__tab._show {
  display: block;
}
.tabs-component__tab._visible {
  display: block;
  opacity: 1;
}
.tabs-section {
  margin-bottom: 40px;
}
.tabs-section__blocks {
  padding: 42px 40px 0 40px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #daef14;
}
.visuallyImpairedBody .tabs-section__blocks {
  box-shadow: none;
}
.visuallyImpairedBody .tabs-section__blocks {
  border-color: #000;
  background-color: transparent !important;
}
.color-site-2 .tabs-section__blocks {
  border-color: #fff;
}
.tabs-section__blocksContainer {
  margin-bottom: 37px;
}
.tabs-section__nav {
  position: relative;
  top: 1px;
  font-size: 0;
  line-height: 0;
}
.tabs-section__navItem {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  border-left: none;
}
.tabs-section__navItem:first-child {
  border-left: 1px solid #e6e6e6;
}
.visuallyImpairedBody .tabs-section__navItem {
  border-color: #000;
}
.color-site-2 .tabs-section__navItem {
  border-color: #fff;
}
.tabs-section__navLink {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  padding: 15px 37px 15px;
  height: 57px;
  font-size: 24px;
  line-height: 30px;
  background: #fff;
}
.color-site-2 .tabs-section__navLink {
  background-color: #000;
}
.color-site-3 .tabs-section__navLink {
  background-color: #9dd1ff;
}
.tabs-section__navLink:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
  content: "";
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #f5f5f5 100%);
}
.visuallyImpairedBody .tabs-section__navLink:after {
  display: none;
}
.tabs-section__navLink._active {
  z-index: 4;
  cursor: default;
  color: #007db6 !important;
}
.color-site-2 .tabs-section__navLink._active {
  color: #fff !important;
}
.tabs-section__navLink._active:after {
  display: none;
}
.tabs-section__blocks {
  position: relative;
  z-index: 3;
}
.tabs-section__item {
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.tabs-section__item._show {
  display: block;
}
.tabs-section__item._visible {
  display: block;
  opacity: 1;
}
@media (max-width: 1023px) {
  .tabs-section__navLink {
    height: 40px;
    padding: 6px 19px 0;
    font-size: 22px;
  }
  .tabs-section__navLink:after {
    height: 15px;
  }
}
@media (max-width: 767px) {
  .tabs-section__navLink {
    padding-top: 6px !important;
  }
  .tabs-section__blocks {
    padding: 15px 12px;
  }
  .tabs-section__blocksContainer {
    margin-bottom: 0;
  }
  .tabs-section__nav.slick-slider {
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 1px 10px rgba(0,0,0,0.07);
    background: #fff;
    position: relative;
  }
  .tabs-section__nav.slick-slider:before,
  .tabs-section__nav.slick-slider:after {
    top: 0;
    width: 15px;
    height: 100%;
    position: absolute;
    content: '';
  }
  .tabs-section__nav.slick-slider:before {
    background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%);
    left: 0;
    z-index: 1;
  }
  .tabs-section__nav.slick-slider:after {
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);
    right: 0;
  }
  .tabs-section__nav.slick-slider .tabs-section__navItem {
    border: none;
    text-align: center;
    position: relative;
  }
  .tabs-section__nav.slick-slider .tabs-section__navItem:before {
    top: 0;
    left: 0;
    background: #e6e6e6;
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
  }
  .tabs-section__nav.slick-slider .tabs-section__navItem:first-child {
    border-left: none;
  }
  .tabs-section__nav.slick-slider .tabs-section__navItem:first-child:before {
    content: none;
  }
  .tabs-section__nav.slick-slider .tabs-section__navLink {
    font-size: 10px;
    text-transform: uppercase;
    background: transparent;
  }
  .tabs-section__nav.slick-slider .tabs-section__navLink:after {
    content: none;
  }
}
.stat-bar {
  margin-bottom: 36px;
  position: relative;
}
.stat-bar__title,
.stat-bar__percent {
  margin-bottom: 9px;
  font-size: 107.1429%;
}
.stat-bar__title {
  margin-right: 47px;
}
.stat-bar__percent {
  position: absolute;
  right: 5px;
  bottom: 10px;
  font-weight: 700;
  color: #007db6;
}
.stat-bar__line {
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  height: 10px;
  background-color: #f8f8f8;
}
.stat-bar__lineValue {
  position: relative;
  top: -1px;
  left: -1px;
  height: 10px;
  background: #007db6;
}
.stats-column {
  padding-bottom: 10px;
}
.stats-column__title {
  margin-bottom: 25px;
  font-size: 107.1429%;
}
.stats-column__container {
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
.stats-column__items {
  padding-top: 26px;
  padding-bottom: 45px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
}
.stats-column__item {
  position: relative;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  border-bottom: 1px solid #b3b3b3;
  padding-right: 15px;
  max-width: 64px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 240px;
}
.stats-column__item:last-child {
  padding-right: 0;
}
.stats-column__year {
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  font-size: 11px;
  color: #808080;
  font-weight: 700;
  text-align: center;
}
.stats-column__percent {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  padding: 0 10px;
  font-size: 17px;
  color: #000;
  font-weight: normal;
}
.stats-column__percent._in {
  position: static;
  top: auto;
  width: auto;
  margin: 0 0 -10px;
  padding: 6px 10px 0;
  font-size: 17px;
  font-weight: normal;
  color: #fff;
}
.stats-column__val {
  position: relative;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.stats-column__valTxt {
  padding: 9px 10px 0;
}
.stats-column__item:nth-child(1) .stats-column__val {
  height: 239px;
  background-color: #87d4e3;
}
.stats-column__item:nth-child(2) .stats-column__val {
  height: 231px;
  background-color: #55bed3;
}
.stats-column__item:nth-child(3) .stats-column__val {
  height: 223px;
  background-color: #45aec5;
}
.stats-column__item:nth-child(4) .stats-column__val {
  height: 215px;
  background-color: #47a0b2;
}
.stats-column__item:nth-child(5) .stats-column__val {
  height: 200px;
  background-color: #249bb4;
}
.stats-column__item:nth-child(6) .stats-column__val {
  height: 192px;
  background-color: #2c8699;
}
.stats-column__item:nth-child(7) .stats-column__val {
  height: 186px;
  background-color: #0e6071;
}
.stats-column__valTop {
  position: relative;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.stats-column__valBottom {
  position: relative;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.stats-column__valTitle {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 20px;
  margin-top: -9px;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  font-weight: normal;
}
.stats-column__item:nth-child(1) .stats-column__valBottom {
  height: 24.3%;
  background-color: #2575d9;
}
.stats-column__item:nth-child(2) .stats-column__valBottom {
  height: 24%;
  background-color: #205da9;
}
.stats-column__item:nth-child(3) .stats-column__valBottom {
  height: 24.3%;
  background-color: #144b8f;
}
.stats-column__item:nth-child(4) .stats-column__valBottom {
  height: 24.4%;
  background-color: #bf4000;
}
.stats-column_var2 .stats-column__items {
  max-width: 427px;
}
.stats-column_var2 .stats-column__item {
  max-width: 100px;
}
@media (max-width: 1279px) {
  .stats-column_var2 .stats-column__items {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .stats-column__items {
    width: 100%;
    max-width: none !important;
    margin-right: 0;
    max-width: none;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .stats-column__item {
    max-width: none;
    width: 100px;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .stats-column_var2 .stats-column__item:last-child {
    margin-right: 130px;
  }
}
.stat-column__title {
  font-size: 107.1429%;
}
.stat-column__container {
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
.stat-column__container:after,
.stat-column__container:before {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  content: "";
  background-color: #b3b3b3;
}
.stat-column__container:before {
  background-color: #e6e6e6;
  bottom: 29px;
}
.stat-column__list {
  margin: 0 -5px;
}
.stat-column__item {
  position: relative;
  box-sizing: border-box;
  position: relative;
  height: 320px;
  display: inline-block;
  vertical-align: top;
  width: 16.67%;
  padding: 0 5px;
  white-space: normal;
  font-size: 14px;
  line-height: 1.43;
}
.stat-column__item:after {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 100%;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  height: 60px;
  overflow: hidden;
  display: block;
  content: "";
  background-color: #f8f8f8;
}
.stat-column__year {
  position: absolute;
  left: 50%;
  bottom: -83px;
  font-size: 11px;
  color: #808080;
  margin-left: -25px;
  width: 50px;
  font-weight: 700;
  text-align: center;
}
.stat-column__values {
  display: block;
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
}
.stat-column__values._topLine {
  z-index: 2;
}
.stat-column__values._topLine:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 300%;
  content: "";
  background-color: #b3b3b3;
}
.stat-column__item._last:after {
  display: none;
}
.stat-column__item._last .stat-column__values:after {
  background-color: #b3b3b3;
}
.stat-column__value {
  display: block;
  overflow: hidden;
  padding-top: 7px;
  background-color: rgba(0,125,182,0.7);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.stat-column__value._total {
  background-color: #fffdf7 !important;
  color: #333;
  font-weight: normal;
}
.stat-column__value:nth-child(1) {
  background-color: #ffbe4c;
}
.stat-column__value:nth-child(2) {
  background-color: #ffb533;
}
.stat-column__value:nth-child(3) {
  background-color: #ffac19;
}
.stat-column__value:nth-child(4) {
  background-color: #ffa300;
}
.stat-column__value:nth-child(5) {
  background-color: #cc7e00;
}
.stat-column2__title {
  font-size: 107.1429%;
}
.stat-column2__container {
  position: relative;
  margin-right: 60px;
  padding-bottom: 95px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
.stat-column2__container:after {
  position: absolute;
  bottom: 95px;
  left: 0;
  right: -60px;
  height: 1px;
  overflow: hidden;
  display: block;
  content: "";
  background-color: #b3b3b3;
}
.stat-column2__list {
  margin: 0 -5px;
}
.stat-column2__item {
  position: relative;
  box-sizing: border-box;
  position: relative;
  height: 320px;
  display: inline-block;
  vertical-align: top;
  width: 16.67%;
  margin-top: 11px;
  padding: 0 5px;
  white-space: normal;
  font-size: 14px;
  line-height: 1.43;
}
.stat-column2__item:after {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 100%;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  height: 28px;
  overflow: hidden;
  display: block;
  content: "";
  background-color: #f8f8f8;
}
.stat-column2__prof {
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
}
.stat-column2__profTxt {
  margin-left: 5px;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  text-transform: uppercase;
  height: 24px;
  background-color: #fbf5f2;
  color: #808080;
  font-weight: 700;
}
.stat-column2__period {
  position: absolute;
  right: -41px;
  bottom: 62px;
}
.stat-column2__periodItem {
  font-size: 11px;
  line-height: normal;
  margin-bottom: 13px;
  font-weight: 700;
  color: #808080;
}
.stat-column2__periodItem:first-child {
  color: #007db6;
}
.stat-column2__itemFooter {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: -65px;
  height: 30px;
  font-size: 11px;
  line-height: 32px;
  color: #808080;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.stat-column2__itemFooter._bg {
  background-color: #fff9ee;
}
.stat-column2__itemTitle {
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
}
.stat-column2__value {
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  padding-top: 5px;
  display: block;
  overflow: hidden;
  background-color: #ffa300;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .stat-column__value,
  .stat-column2__value {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .stat-column__title {
    margin-bottom: 20px;
  }
  .stat-column__container {
    padding-bottom: 0;
  }
  .stat-column__container:after,
  .stat-column__container:before {
    display: none;
  }
  .stat-column__list {
    margin-left: 38px;
    margin-right: 0;
    border-left: 1px solid #b3b3b3;
  }
  .stat-column__item {
    margin-bottom: 10px;
    height: 70px !important;
    display: block;
    width: auto;
    padding: 0;
  }
  .stat-column__item:after {
    display: none;
  }
  .stat-column__values {
    position: relative;
    right: auto;
    left: auto;
    white-space: nowrap;
  }
  .stat-column__values._topLine:after {
    left: auto;
    right: 0;
    width: 1px;
    height: 150px;
  }
  .stat-column__value {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 70px !important;
    padding: 24px 0 0 3px;
    text-align: center;
  }
  .stat-column__value._total {
    display: block;
    font-size: 14px;
    line-height: 70px !important;
    padding-top: 0;
    text-align: center;
  }
  .stat-column__year {
    bottom: auto;
    left: -50px;
    top: 27px;
    margin-left: 0;
  }
  .stat-column2 {
    position: relative;
  }
  .stat-column2:after {
    position: absolute;
    left: -12px;
    right: -12px;
    bottom: 20px;
    overflow: hidden;
    border-top: 1px solid #007db6;
    border-bottom: 1px solid #007db6;
    height: 321px;
    content: "";
    background-color: #fff9ee;
  }
  .stat-column2__title {
    margin-bottom: 20px;
  }
  .stat-column2__container {
    position: relative;
    z-index: 2;
    margin-right: 0;
    padding-bottom: 0;
  }
  .stat-column2__container:after {
    display: none;
  }
  .stat-column2__list {
    padding-bottom: 20px;
    border-left: 1px solid #b3b3b3;
    margin: 0 0 0 31px;
  }
  .stat-column2__item {
    z-index: 10;
    margin-bottom: 3px;
    height: 100px;
    display: block;
    width: auto;
    margin-top: 0;
    padding: 20px 25px 0 0;
  }
  .stat-column2__item._mb {
    margin-bottom: 37px;
  }
  .stat-column2__item:after {
    position: absolute;
    left: -44px;
    right: auto;
    top: 20px;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    height: 68px;
    width: 43px;
    overflow: hidden;
    display: block;
    content: "";
    background-color: #f8f8f8;
  }
  .stat-column2__itemFooter {
    position: absolute;
    left: 10px;
    top: -12px;
    right: auto;
    bottom: auto;
    height: auto;
    font-size: 11px;
    line-height: 33px;
    color: #808080;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
  }
  .stat-column2__itemFooter._bg {
    background-color: transparent;
  }
  .stat-column2__period {
    bottom: 0;
    left: -4px;
    right: auto;
    white-space: nowrap;
  }
  .stat-column2__periodItem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .stat-column2__periodItem:first-child {
    left: 45px;
  }
  .stat-column2__periodItem:last-child {
    left: -45px;
  }
  .stat-column2__value {
    position: relative;
    left: auto;
    right: auto;
    padding-top: 26px;
    height: 70px !important;
    overflow: visible;
  }
  .stat-column2__valueTxt {
    position: absolute;
    right: -50px;
    width: 45px;
    text-align: left;
    color: #007db6;
    top: 26px;
  }
  .stat-column2__prof {
    left: 37px;
    bottom: 347px;
    text-align: left;
    color: #007db6;
  }
  .stat-column2__profTxt {
    text-align: left;
    background-color: transparent;
    color: #007db6;
  }
}
.b-header-menu {
  position: relative;
  top: 0;
  height: 60px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.3s;
  text-align: left;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-header-menu__drop {
  position: absolute;
  top: 100%;
  left: 20px;
  display: inline-block;
}
.b-header-menu__item {
  position: relative;
  z-index: 3;
  margin: 0 8px;
  height: 28px;
  padding: 16px 0;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 1;
}
.b-header-menu__item:after {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0;
  z-index: 105;
  overflow: hidden;
  height: 0;
  content: "";
  background-color: #61cac5;
  transition: height 0.3s;
}
.b-header-menu__item._hover:after {
  height: 8px !important;
}
.b-header-menu__item._drop {
  padding-bottom: 16px;
}
.b-header-menu__item._drop:after {
  bottom: 0px;
}
.b-header-menu__item._drop .b-header-menu__itemLink {
  cursor: default;
}
.b-header-menu__item._drop._hover:after {
  height: 8px !important;
}
.b-header-menu__itemLink {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 5px;
  height: 28px;
  line-height: 28px;
  font-size: 15px;
  color: #555;
  font-family: 'Microsoft Sans Serif';
  box-sizing: border-box;
  color: #007db6 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.b-header-menu__itemLink._active {
  color: #42a6a1 !important;
}
.b-header-menu__itemArrow {
  width: 8px;
  height: 15px;
  stroke: #42a6a1;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  float: right;
  margin-right: 13px;
  margin-top: 7px;
  display: none;
}
.b-header-menu__itemBackBtn {
  display: none;
}
.b-header-menu-sub {
  position: absolute;
  left: 5px;
  top: 100%;
  overflow: hidden;
  background-color: #fff;
  min-width: 100%;
  transition: height 0.3s;
  box-sizing: border-box;
  min-width: 230px;
  text-align: left;
  height: 0;
  box-shadow: 0 1px 10px rgba(0,0,0,0.2);
  font-size: 14px;
  visibility: hidden;
}
.b-header-menu-sub._radio {
  left: auto;
  right: 5px;
}
.b-header-menu-sub__containerTitle {
  display: block;
  margin: 15px 0 5px 10px;
}
.b-header-menu-sub._visible {
  visibility: visible;
}
.b-header-menu-sub__container {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px 23px;
  min-height: 50px;
  box-sizing: border-box;
}
.b-header-menu-sub__container._column {
  padding: 0 7px;
  font-size: 0;
  line-height: 0;
}
.b-header-menu-sub__column {
  display: inline-block;
  vertical-align: top;
  padding: 16px;
  min-height: 20px;
  min-width: 10px;
  font-size: 14px;
  line-height: 1.3;
}
.b-header-menu-sub__item {
  padding: 4px 0;
  font-size: 107.1429%;
  line-height: 1.3;
}
.b-header-menu-sub__link {
  padding: 2px 0 3px;
  display: block;
  color: #61cac5 !important;
}
.b-header-menu-sub__link:hover {
  color: #42a6a1 !important;
}
.b-header-menu-sub__about {
  margin-left: 16px;
  padding-left: 23px;
  border-left: 1px solid #f2f1ed;
}
.b-header-menu-sub__about {
  font-size: 13px !important;
  line-height: 1.3 !important;
}
.b-header-menu-sub__aboutItem {
  margin-bottom: 16px;
}
.b-header-menu-sub__aboutItem a {
  color: #61cac5;
}
.b-header-menu-sub__aboutItem a:hover {
  color: #42a6a1;
}
.b-header-menu-sub__aboutItem:first-child {
  padding-top: 9px;
}
.b-header-menu-sub__aboutItem:last-child {
  margin-bottom: 0;
}
.b-header-menu__item:last-of-type .b-header-menu-sub {
  left: auto;
  right: 5px;
}
@media only screen and (min-width: 1380px) {
  .b-header-menu__itemLink {
    font-size: 18px;
  }
}
@media (max-width: 1379px) {
  .b-header-menu__item {
    margin-left: 6px;
    margin-right: 6px;
  }
}
.b-header._hiddenMenu .b-header-menu {
  opacity: 0;
  top: -60px;
  transition: opacity 0.3s, top 0s ease 0.3s;
}
@media (max-width: 1023px) {
  .b-header-menu {
    text-align: right;
  }
  .b-header-menu__item {
    font-size: 15px;
    padding: 10px 0 !important;
  }
  .b-header-menu__itemLink {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .b-header-menu {
    display: none;
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
    overflow-y: auto;
    height: calc(100% - 46px);
    background: rgba(0,0,0,0.12);
    border-top: 1px solid #e6e6e6;
  }
  .b-header-menu__item {
    background: #f7f7f7;
    display: block;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 !important;
    margin: 0;
    max-height: 50px;
    overflow: hidden;
    height: auto;
  }
  .b-header-menu__item:after {
    content: none;
  }
  .b-header-menu__item._hover {
    max-height: none;
  }
  .b-header-menu__item._hover .b-header-menu-sub {
    margin-top: 10px;
    margin-bottom: -10px;
    width: auto !important;
    height: auto !important;
  }
  .b-header-menu__item._hover .b-header-menu-sub._radio {
    padding: 0 10px;
  }
  .b-header-menu__item._hover .b-header-menu__itemArrow {
    display: none;
  }
  .b-header-menu__item._hover .b-header-menu__itemBackBtn {
    display: block;
    stroke: #42a6a1;
    stroke-width: 4px;
    width: 25px;
    height: 25px;
    fill: none;
    float: left;
    margin-left: 15px;
    margin-right: 10px;
  }
  .b-header-menu__itemLink {
    display: block;
    padding: 0 13px;
  }
  .b-header-menu__itemArrow {
    display: block;
  }
  .b-header-menu._childExpanded .b-header-menu__item:not(._hover) {
    max-height: 0;
    padding: 0 !important;
    border-width: 0px;
  }
  .b-header-menu .b-header-menu-sub {
    position: static;
    box-shadow: none;
    background: none;
    transition: none;
    margin-top: 0;
    margin-bottom: 0;
    width: 0;
    height: 0;
  }
  .b-header-menu .b-header-menu-sub__container {
    position: static;
    display: block;
    padding: 0;
  }
  .b-header-menu .b-header-menu-sub__container._column {
    padding: 0;
    display: block;
  }
  .b-header-menu .b-header-menu-sub__column {
    padding: 0;
    display: block;
    width: 100%;
  }
  .b-header-menu .b-header-menu-sub__item {
    background: #f7f7f7;
    display: block;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    padding: 10px 0;
  }
  .b-header-menu .b-header-menu-sub__link {
    display: block;
    padding: 0 13px;
    color: #007db6;
    line-height: 28px;
  }
  .b-header-menu .b-header-menu-sub__item {
    display: block;
    width: 100%;
  }
  .b-header-menu._expanded {
    display: block;
  }
  .b-header-menu._expanded + .b-header-search {
    display: block;
  }
}
.header__logo__svg {
  width: 173px;
  height: 60px;
}
@media (max-width: 1279px) {
  .header__logo__svg {
    height: 48px;
    max-width: 150px;
  }
}
@media (max-width: 500px) {
  .header__logo__svg {
    margin-left: -10px;
  }
}
.b-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2300;
  right: 0;
  background-color: rgba(254,254,254,0.95);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.ipad .b-header {
  position: absolute;
}
.b-header__hamburger {
  float: right;
  fill: #007db6;
  width: 50px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  vertical-align: middle;
  display: none;
  cursor: pointer;
}
.b-header__hamburger .icon {
  width: 20px;
  height: 15px;
  margin-right: 0;
}
.b-header__hamburger._active {
  border-left: 1px solid #e6e6e6;
  background: #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: -1px;
}
.b-header__hamburger._loadingInitial {
  opacity: 0;
}
.b-header__hamburger._loadingCompleted {
  transition: opacity 350ms linear;
  opacity: 1;
}
.b-header__wrap {
  position: relative;
  padding-left: 193px;
  padding-right: 193px;
  height: 60px;
  box-sizing: border-box;
}
.b-header__logo {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 60px;
  display: inline-block;
  color: #61cac5;
  -webkit-transform: translateZ(0);
}
.b-header__logo:hover {
  color: #42a6a1;
}
.b-header__logo:hover:before {
  background: #42a6a1;
}
.b-header__logoText {
  position: relative;
  top: 0;
  display: inline-block;
  height: 60px;
  font-size: 23px;
  line-height: 57px;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.b-header__logoSmall {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2044%2044%22%20enable-background%3D%22new%200%200%2044%2044%22%20xml%3Aspace%3D%22preserve%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20fill%3D%22%23ffa300%22%20d%3D%22M22.9%2C16.2l0%2C0.7h0c-0.1%2C1.3-0.7%2C2.3-1.6%2C3c-1.3%2C1-3%2C1-4%2C1h-3.2V25c0%2C2.2%2C2.2%2C4.1%2C4%2C5.4%0A%09%09%09c1.6%2C1.1%2C3.3%2C2%2C3.9%2C2.2c0.8-0.4%2C3.5-1.7%2C5.5-3.5c1.1-1%2C2.2-2.2%2C2.4-3.9v-12h-2.8c-1.2%2C0-2.5%2C0-3.3%2C0.6%0A%09%09%09C23.5%2C14.2%2C22.9%2C14.9%2C22.9%2C16.2z%20M22%2C0C9.9%2C0%2C0%2C9.9%2C0%2C22c0%2C12.1%2C9.9%2C22%2C22%2C22c12.1%2C0%2C22-9.9%2C22-22C44%2C9.9%2C34.1%2C0%2C22%2C0z%20M31.7%2C25.2%0A%09%09%09c0%2C0.7-0.1%2C1.2-0.1%2C1.2c-1%2C4.7-8.9%2C8.1-9.3%2C8.2L22%2C34.7l-0.3-0.1c-0.4-0.2-9.1-4.1-9.4-9.3l0-13.7h4.9c1%2C0%2C2.7%2C0%2C4%2C1%0A%09%09%09c0.3%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.2-0.3%2C0.5-0.5%2C0.8-0.7c1.3-1%2C3-1%2C4-1h4.9L31.7%2C25.2z%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat scroll 0 0;
  -webkit-transform: translateY(-70px);
      -ms-transform: translateY(-70px);
          transform: translateY(-70px);
  transition: all 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.b-header__logo._small:before {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.b-header__logo._small .b-header__logoText {
  top: -40px;
}
.b-header__logo._small .b-header__logoSmall {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.b-header__other {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  overflow: hidden;
  height: 55px;
}
.b-header__otherLink,
.b-header__otherTitle {
  height: 55px;
  line-height: 60px;
}
.b-header__otherTitle {
  display: inline-block;
  font-size: 20px;
  margin-right: 30px;
}
.b-header__otherItem {
  margin-right: 50px;
  display: inline-block;
  vertical-align: top;
}
.b-header__otherBack {
  display: inline-block;
  margin-right: 10px;
  font-size: 22px;
  line-height: 55px;
  text-decoration: underline;
}
.b-header__otherBack:hover {
  text-decoration: none;
}
.b-header__otherLink {
  position: relative;
  border-left: 1px solid #000;
  font-size: 22px;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  text-align: center;
}
.b-header__otherLink:after {
  position: absolute;
  left: 2px;
  top: 2px;
  border: 3px solid #fff;
  width: 45px;
  height: 45px;
  content: "";
  display: none;
}
.b-header__otherLink._active:after {
  display: block;
}
.b-header__otherLink:last-child {
  border-right: 1px solid #000;
}
.b-header__otherLink._fs._active {
  background-color: #000;
  color: #fff;
}
.b-header__otherLink._x1 {
  font-size: 14px;
}
.b-header__otherLink._x2 {
  font-size: 22px;
}
.b-header__otherLink._x3 {
  font-size: 28px;
}
.b-header__otherLink._color {
  width: 65px;
}
.b-header__otherLink._color:after {
  width: 55px;
}
.b-header__otherLink._color1 {
  background-color: #fff;
  color: #000 !important;
}
.b-header__otherLink._color1:after {
  border-color: #000;
}
.b-header__otherLink._color2 {
  background-color: #000;
  color: #fff !important;
}
.b-header__otherLink._color3 {
  background-color: #9dd1ff;
}
@media (max-width: 1279px) {
  .b-header__otherTitle {
    display: none;
  }
}
.b-header-search {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 210px;
}
.b-header-search__trigger {
  width: 23px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.b-header-search__content {
  display: none;
  padding-top: 14px;
  position: relative;
}
.b-header-search__field {
  box-sizing: border-box;
}
.b-header-search__inp {
  box-sizing: border-box;
  background: #fefefe;
  box-shadow: none;
  outline: none;
  width: 100%;
  height: 32px;
  display: block;
  padding: 2px 10px 2px 34px;
  font-size: 13px;
  border: 2px solid #cbcbcb;
  border-radius: 16px;
  color: #007db6;
  -webkit-appearance: none;
  transition-property: background-color border-color;
  transition-duration: 0.4s;
}
.b-header-search__inp:focus {
  border-color: #a0a0a0;
}
.b-header-search__inp::-webkit-input-placeholder {
  opacity: 1;
  color: #333;
}
.b-header-search__inp:-ms-input-placeholder {
  opacity: 1;
  color: #333;
}
.b-header-search__inp::placeholder {
  opacity: 1;
  color: #333;
}
.b-header-search__btn {
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  width: 32px;
  height: 32px;
}
.b-header-search__btnIcon {
  position: absolute;
  left: 50%;
  top: 22px;
  width: 14px;
  height: 14px;
  line-height: 0;
  margin-left: -7px;
  opacity: 0.7;
  fill: #828282;
}
@media (max-width: 1379px) {
  .b-header-search {
    width: 188px;
  }
}
@media (max-width: 1279px) {
  .b-header__wrap {
    padding-right: 40px;
  }
  .b-header-search {
    top: 0;
  }
}
@media (max-width: 1023px) {
  .b-header-search {
    display: none;
  }
  .b-header__logo {
    height: 46px;
    width: auto;
  }
  .b-header__logoSmall {
    display: none;
  }
  .b-header__logoText {
    display: block;
    font-weight: normal;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    top: 0 !important;
  }
  .b-header__wrap {
    padding-left: 130px;
    padding-right: 0;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .b-header__hamburger {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transform: translateZ(0);
  }
  .b-header {
    background: #fff;
  }
  .b-header__wrap {
    height: 46px;
    margin-right: -15px;
    padding-left: 0;
  }
  .b-header__logo {
    position: relative;
    height: 46px;
    width: auto;
    top: 0;
    right: 0;
  }
  .b-header__logo:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 5px;
    width: 100%;
    background: #61cac5;
  }
  .b-header__logoSmall {
    left: 0;
    margin-left: 0;
    display: none;
  }
  .b-header__logoText {
    display: block;
    font-weight: normal;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    top: 0 !important;
  }
  .b-header-search {
    position: absolute;
    top: 0;
    left: 0;
    display: none !important;
    width: calc(100% - 100px);
    top: 0;
    left: 0px;
    background: #fff;
    height: 46px;
  }
  .b-header-search__field {
    opacity: 1;
    top: 0;
    padding-left: 0;
    margin-top: 8px;
  }
  .b-header-search__inp {
    height: 30px;
    border: 2px solid #eaeaea;
  }
  .b-header-search__btn {
    width: 42px;
    height: 45px;
  }
  .b-header-search__btnIcon {
    fill: #c1c1c1;
  }
  .b-header-search._open {
    width: calc(100% - 100px);
  }
  .b-header._hiddenMenu .b-header-menu {
    opacity: 1;
    top: 47px;
  }
}
.b-footer {
  background: #2e2f33;
  color: #999;
}
.b-footer__wrap {
  position: relative;
  padding-top: 57px;
  padding-bottom: 15px;
}
.b-footer__link {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.b-footer__link:hover {
  color: #fff;
  border-bottom-color: #007db6;
}
.b-footer__container {
  position: relative;
}
.b-footer-menu {
  font-size: 128.5715%;
  margin-bottom: 25px;
}
.b-footer-menu__item {
  margin-bottom: 10px;
  margin-right: 28px;
  float: left;
}
.b-footer-menu__item .b-footer__link {
  border-bottom-width: 2px;
}
.b-footer-socials {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-size: 0;
  line-height: 0;
  text-align: right;
}
.b-footer-socials__item {
  display: inline-block;
  fill: #fff;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 12px;
  margin-left: 11px;
  vertical-align: top;
  transition: background 0.3s;
}
.b-footer-socials__item_vk {
  padding-top: 15px;
  background: #54769a;
}
.b-footer-socials__item_vk:hover {
  background: #425d79;
}
.b-footer-socials__item_tel {
  padding-top: 12px;
  padding-right: 4px;
  background: #249bcd;
}
.b-footer-socials__item_tel:hover {
  background: #1c7aa2;
}
.b-footer-socials__item_tw {
  background: #55acee;
}
.b-footer-socials__item_tw:hover {
  background: #2795e9;
}
.b-footer-socials__item_fb {
  background: #44619d;
}
.b-footer-socials__item_fb:hover {
  background: #354b79;
}
.b-footer-socials__item_ig {
  padding-top: 10px;
  fill: #000;
  background: #fff;
}
.b-footer-socials__item_ig:hover {
  background: #ddd;
}
.b-footer-socials__item_yt {
  padding-top: 8px;
  background: #828282;
}
.b-footer-socials__item_yt:hover {
  background: #696969;
}
.b-footer-socials__item_rss {
  padding-top: 10px;
  padding-left: 3px;
  background: #007db6;
}
.b-footer-socials__item_rss:hover {
  background: #6bbcfa;
}
.b-footer-apps {
  position: absolute;
  bottom: 141px;
  right: 0;
  z-index: 2;
  text-align: right;
  color: #fff;
  white-space: nowrap;
}
.b-footer-apps__btns {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
.b-footer-apps__img {
  display: inline-block;
  width: 135px;
  margin-left: 5px;
}
.b-footer-apps__title {
  display: inline-block;
  height: 40px;
  margin-right: 9px;
  margin-top: 2px;
  font-size: 92.8572%;
  line-height: 1.538;
  vertical-align: top;
}
.b-footer-extra {
  clear: both;
  padding-top: 8px;
  font-size: 92.8572%;
  margin-bottom: 31px;
}
.b-footer-extra__item {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 5px 0 1px 31px;
  border: none;
}
.b-footer-extra__itemLink {
  border-bottom: 1px solid transparent;
}
.b-footer-extra__item:hover .b-footer-extra__itemLink {
  border-bottom-color: #007db6;
}
.b-footer-extra__icon {
  position: absolute;
  left: 0;
  top: 1px;
  overflow: hidden;
  border: 2px solid #fff;
  padding-top: 4px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  color: #fff;
  fill: #fff;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.b-footer-extra__icon_world {
  padding-top: 2px;
}
.b-footer-extra__icon_spec {
  padding-top: 6px;
}
.b-footer-copy {
  line-height: 1.53;
  font-size: 92.8572%;
  margin-bottom: 42px;
}
.b-footer__phone {
  color: #f4a601;
}
.b-footer-info {
  padding-bottom: 10px;
  font-size: 92.8572%;
}
.b-footer-info__link {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.b-footer-info__link._metrika {
  position: relative;
  top: 1px;
}
.b-footer-dev {
  line-height: 1.53;
  font-size: 92.8572%;
}
.b-footer-dev__ver {
  float: left;
}
.b-footer-dev__verTitle {
  margin-right: 10px;
  display: inline-block;
}
.b-footer-dev__dvhb {
  float: right;
}
.b-footer-orphus {
  color: #000;
  background: #eff0f8;
  border: 1px solid #c5d1e0;
  border-radius: 10px;
  width: 150px;
  font-size: 13px;
}
.b-footer-orphus__content {
  padding: 15px;
}
.b-footer-orphus__title {
  margin-bottom: 5px;
  font-weight: bold;
}
.b-footer-orphus__text {
  margin-bottom: 5px;
  font-size: 11px;
}
.b-footer-orphus__row_keys {
  font-weight: bold;
  color: #2f80ed;
}
.b-footer-orphus__key {
  padding: 2px 8px;
  background-color: #fff;
  border-radius: 5px;
}
.b-footer-orphus__plus {
  padding: 0 5px;
}
@media (max-width: 1279px) {
  .b-footer-apps {
    bottom: 144px;
    white-space: normal;
  }
  .b-footer-apps__title {
    display: block;
    margin-right: 0;
    margin-top: 0;
    height: auto;
    margin-bottom: 5px;
  }
  .b-footer-apps__title br {
    display: none;
  }
}
@media (max-width: 1023px) {
  .b-footer__wrap {
    padding-bottom: 45px;
  }
  .b-footer-menu {
    margin-bottom: 27px;
    font-size: 107.1429%;
  }
  .b-footer-menu__item {
    margin-bottom: 5px;
  }
  .b-footer-socials {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    margin-bottom: 40px;
  }
  .b-footer-socials__item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .b-footer-apps {
    margin-bottom: 40px;
    position: static;
    bottom: auto;
    right: auto;
    text-align: center;
  }
  .b-footer-apps__img {
    float: none;
  }
  .b-footer-apps__title {
    display: block;
    margin: 0 0 10px;
    height: auto;
  }
  .b-footer-apps__title br {
    display: none;
  }
  .b-footer-extra {
    padding-top: 0;
  }
  .b-footer-copy {
    margin-bottom: 43px;
  }
  .b-footer-info__link._metrika {
    display: block;
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .b-footer .constrain {
    padding-left: 12px;
    padding-right: 12px;
  }
  .b-footer__wrap {
    padding-top: 30px;
    padding-bottom: 37px;
  }
  .b-footer-menu {
    margin-bottom: 9px;
    font-size: 100%;
  }
  .b-footer-menu__item {
    float: none;
    display: block;
    margin-right: 0;
    margin-bottom: 17px;
  }
  .b-footer-socials {
    margin: 0 auto 22px;
    max-width: 250px;
  }
  .b-footer-socials:after {
    width: 100%;
    content: '';
    display: inline-block;
  }
  .b-footer-socials__item {
    margin: 0 6px 8px;
  }
  .b-footer-apps {
    margin-bottom: 19px;
  }
  .b-footer-apps__title {
    font-size: 71.4286%;
  }
  .b-footer-copy {
    margin-top: 15px;
    margin-bottom: 29px;
    font-size: 71.4286%;
  }
  .b-footer-info {
    padding-bottom: 0;
    float: none;
    width: auto;
    max-width: 320px;
    font-size: 71.4286%;
    text-align: justify;
  }
  .b-footer-info:after {
    display: inline-block;
    width: 100%;
    height: 1px;
    content: "";
  }
  .b-footer-info__link {
    margin: 0;
  }
  .b-footer-dev {
    font-size: 71.4286%;
  }
  .b-footer-dev__ver {
    display: none;
  }
  .b-footer-dev__dvhb {
    float: none;
  }
  .b-footer-extra {
    margin-bottom: 25px;
    margin-top: -17px;
    font-size: 71.4286%;
  }
  .b-footer-extra__icon {
    top: -1px;
  }
  .b-footer-extra__item {
    margin-top: 17px;
  }
}
.b-rightMenu {
  position: absolute;
  top: 400px;
  right: 20px;
  bottom: 0;
  z-index: 1999;
  width: 44px;
}
.b-rightMenu > div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.ipad .b-rightMenu {
  position: absolute;
}
.b-rightMenu-special {
  position: -webkit-sticky;
  position: sticky;
  border-radius: 50%;
  background: #62cbc6;
  width: 44px;
  height: 44px;
  margin-top: 10px;
  cursor: pointer;
  right: 16px;
  top: 150px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-rightMenu-special__icon {
  width: 30px;
  height: 30px;
  background: url("/img/eye.png") no-repeat scroll 0 0;
  background-size: contain;
  background-position: center;
}
.b-rightMenu-burgerHelp {
  position: absolute;
  top: 62px;
  right: 100px;
  padding: 14px 20px;
  font-size: 107.1429%;
  line-height: 1.33;
  font-weight: 500;
  color: #fff;
  background-color: #2e2f33;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: right 0.3s, opacity 0.3s;
  display: none;
  opacity: 0;
}
.b-rightMenu-burgerHelp._show {
  display: block;
}
.b-rightMenu-burgerHelp._visible {
  right: 77px;
  opacity: 1;
}
.b-rightMenu-burgerHelp:after {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: -1px;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #2e2f33;
  border-bottom: 10px solid transparent;
  content: "";
}
.b-rightMenu-burger {
  position: -webkit-sticky;
  position: sticky;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  right: 16px;
  top: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.b-rightMenu-burger__icon {
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: 3;
  color: #fff;
  fill: #fff;
  width: 26px;
  height: 26px;
}
.b-rightMenu-burger:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #62cbc6;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: background 0.3s;
}
.b-rightMenu-burger:hover:before {
  opacity: 0.8;
}
.b-rightMenu-burger__line {
  position: absolute;
  width: 20px;
  border-bottom: 2px solid #fff;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
}
.b-rightMenu-burger__line:before,
.b-rightMenu-burger__line:after {
  position: absolute;
  width: 20px;
  border-bottom: 2px solid #fff;
  top: -6px;
  left: 0;
  content: '';
}
.b-rightMenu-burger__line:after {
  top: 6px;
}
.b-rightMenu-burger._show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.chooseRegion-container {
  position: fixed !important;
}
.b-rightMenu-block {
  position: fixed;
  right: 0;
  background: #fff;
  top: 80px;
  bottom: 0;
  box-shadow: 0 1px 10px rgba(0,0,0,0.2);
  width: 0;
  overflow: scroll;
  transition: width 0.3s cubic-bezier(0.5, 0.13, 0.94, 0.23), left 0.3s cubic-bezier(0.5, 0.13, 0.94, 0.23);
  transition-timing-function: cubic-bezier(0.67, 0.19, 0.17, 0.97);
}
.b-rightMenu-block .iScrollLoneScrollbar {
  opacity: 0;
  transition: opacity 0s;
}
.b-rightMenu-block._expanded {
  width: 285px;
  transition-timing-function: ease-in-out;
}
.b-rightMenu-block._expanded .iScrollLoneScrollbar {
  transition-duration: 0.3s;
  opacity: 1;
  transition-delay: 0.3s;
}
.b-rightMenu-block__header {
  background: #daef14;
  font-size: 214.2858%;
  color: #414041;
  padding: 13px 12px 13px 20px;
  line-height: 24px;
  box-sizing: border-box;
  width: 285px;
  height: 50px;
}
.b-rightMenu-block__close {
  fill: #414041;
  float: right;
  cursor: pointer;
}
.b-rightMenu-block__scroll {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 285px;
  overflow: hidden;
}
.b-rightMenu-block__scrollWrap {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding-bottom: 20px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.b-rightMenu-block__list {
  border-bottom: 1px solid #e6e6e6;
  padding: 24px 20px 16px 22px;
  box-sizing: border-box;
  width: 285px;
}
.b-rightMenu-block__listItem {
  font-size: 92.8572%;
}
.b-rightMenu-block__listItem_header {
  font-size: 78.5715%;
  font-weight: bold;
  color: #666;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.b-rightMenu-block__listItem + .b-rightMenu-block__listItem {
  padding-top: 10px;
}
.b-rightMenu-block__listItem a {
  fill: #daef14;
}
.b-rightMenu-block__listItem a:hover {
  fill: #daef14;
}
.b-rightMenu-block__listItem a:hover p1.generic {
  color: rgba(128,102,200,0.8);
}
.b-rightMenu-block__listItem__close {
  display: none;
}
.b-rightMenu-block__listItem._active {
  font-weight: 500;
}
.b-rightMenu-block__listItem._active a {
  color: #8066c8;
}
.b-rightMenu-block__listItemIconWrapper {
  margin-left: 5px;
}
.b-rightMenu-block__listOther {
  display: inline-block;
  position: relative;
  padding-left: 17px;
}
.b-rightMenu-block__listOther .icon {
  position: absolute;
  left: 0;
  top: 4px;
}
@media (max-width: 767px) {
  .b-rightMenu {
    z-index: 3000;
    top: 46px;
    width: auto;
    left: 0;
    position: static;
  }
  .b-rightMenu > div {
    position: static;
    width: auto;
    height: auto;
  }
  .b-rightMenu .icon {
    margin-top: -7px;
  }
  .b-rightMenu .navbar-aside._inMobile {
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }
  .b-rightMenu-burger {
    position: fixed;
    top: 0;
    right: 50px;
    fill: #007db6;
    width: 50px;
    text-align: center;
    height: 47px;
    line-height: 46px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 0;
    visibility: hidden;
    transition: none;
    z-index: 3000;
    border: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: opacity 0.3s;
  }
  .b-rightMenu-burger:before {
    content: none;
  }
  .b-rightMenu-burger__icon {
    fill: #007db6;
    width: 21px;
    height: 21px;
    left: 14px;
    top: 13px;
  }
  .b-rightMenu-burger._active {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background: #f7f7f7;
    border-radius: 0;
    border-bottom: 1px solid #f7f7f7;
  }
  .b-rightMenu-burger._active .b-rightMenu-burger__icon {
    display: none;
  }
  .b-rightMenu-burger._active:after,
  .b-rightMenu-burger._active:before {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 1px;
    margin: -10px 0 0 -1px;
    width: 3px;
    height: 20px;
    display: block;
    content: "";
    background-color: #007db6;
  }
  .b-rightMenu-burger._active:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .b-rightMenu-burger._active:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .b-rightMenu-burger._show {
    visibility: visible;
    opacity: 1;
  }
  .b-rightMenu-burgerHelp {
    display: none !important;
  }
  .b-rightMenu-block {
    background: #f7f7f7;
    z-index: 30;
    top: 80px;
    right: auto;
    left: 100%;
    width: 100%;
  }
  .b-rightMenu-block._expanded {
    left: 0;
    width: 100%;
  }
  .b-rightMenu-block__header {
    width: auto;
    padding-left: 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  .b-rightMenu-block__scroll {
    width: 100%;
  }
  .b-rightMenu-block__scrollWrap {
    padding-bottom: 0;
  }
  .b-rightMenu-block__list {
    width: auto;
    padding: 0;
  }
  .b-rightMenu-block__listItem._active {
    font-weight: normal;
  }
  .b-rightMenu-block__list + .b-rightMenu-block__list .b-rightMenu-block__listItem._active {
    background: #fff;
    position: relative;
  }
  .b-rightMenu-block__list + .b-rightMenu-block__list .b-rightMenu-block__listItem._active:before {
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    top: 0;
    bottom: 0;
    background: #007db6;
  }
  .b-rightMenu-block__listOther .icon {
    margin-top: -2px;
  }
  .b-rightMenu-block__listItem {
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    padding: 15px 15px 11px !important;
    font-size: 107.1429%;
    overflow: hidden;
    min-width: 250px;
  }
  .b-rightMenu-block__listItem_header {
    background: #fff;
  }
  .b-rightMenu-block__listItem a {
    color: #007db6;
  }
  .b-rightMenu-block__listItemIconWrapper {
    margin-bottom: -5px;
    float: right;
  }
  .b-rightMenu-block__listItem__close {
    display: block;
    margin-bottom: -5px;
    float: right;
    position: relative;
  }
  .b-rightMenu-block__listItem__closeLink {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 5px;
    box-sizing: border-box;
    line-height: 28px;
    padding-left: 5px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #007db6;
    fill: #007db6;
    stroke: #007db6;
    opacity: 1;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 20px;
    height: 20px;
  }
  .b-rightMenu-block__listItem__closeLink:hover {
    opacity: 0.7;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .b-rightMenu-block__listItem__closeIcon {
    position: absolute;
    top: 1px;
    left: 4px;
    fill: #007db6;
    stroke: #007db6;
    max-width: 10px;
  }
}
@media (max-width: 1040px) and (min-width: 1024px) {
  .b-rightMenu-burger {
    right: 6px;
  }
}
.b-page {
  padding-top: 80px;
}
.b-page.pageFront {
  padding-top: 60px;
}
.b-page._hide {
  opacity: 0;
  -webkit-transform: translateY(500px);
      -ms-transform: translateY(500px);
          transform: translateY(500px);
  transition: all 0.3s ease-in-out;
}
.b-page_withPaddingBottom {
  padding-bottom: 0;
}
.b-page__title {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 500;
}
.b-page.js-webkit-render-enhacement .constrain {
  -webkit-transform: translateZ(0);
}
@media (max-width: 1279px) {
  .b-page.pageFront {
    padding-top: 47px;
  }
}
@media (max-width: 767px) {
  .b-page_withPaddingBottom {
    padding-bottom: 0;
  }
  .b-page.pageFront {
    padding-top: 46px;
  }
}
.b-card-list {
  margin-bottom: 20px;
  margin: 0 -10px;
  font-size: 0;
  line-height: 0;
}
.b-card-list__col {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.43;
}
.b-card-list._maxWidth .b-card-list__col {
  width: 100%;
}
.b-card-list._maxWidth .b-card-list__wrap {
  margin: 0 auto;
  max-width: 1024px;
}
.b-card-list._maxWidth._twoCol .b-card-list__wrap {
  max-width: none;
}
.b-card-list._maxWidth._twoCol .b-card-list__col {
  width: 50%;
}
.b-card {
  color: #fff;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  height: 64px;
  border-bottom: 4px solid #00857d;
  font-size: 15px;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  box-shadow: 0 1px 10px rgba(0,0,0,0.07);
  white-space: nowrap;
  overflow: hidden;
}
.b-card._show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.b-card__header {
  display: block;
  font-size: 24px;
  height: 64px;
  padding: 0 80px 0 22px;
  line-height: 64px;
  color: #007db6;
  fill: #007db6;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.b-card__header .icon {
  vertical-align: top;
  margin-top: 23px;
}
a.b-card__header:hover {
  color: #00857d;
  fill: #00857d;
}
.b-card__closeWrapper {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #efefef;
  width: 64px;
  height: 60px;
  z-index: 2;
  background-color: #fff;
}
.b-card__close {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  line-height: 28px;
  padding-left: 5px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #00857d;
  fill: #00857d;
  stroke: #00857d;
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.b-card__close:hover {
  opacity: 0.7;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.b-card__closeIcon {
  position: absolute;
  left: 6px;
  top: 6px;
}
.b-card_direction {
  border-color: #929292;
}
.b-card_direction .b-card__close {
  border-color: #929292;
  fill: #929292;
  color: #929292;
  stroke: #929292;
}
.b-card_direction a.b-card__header:hover {
  color: #007db6;
  fill: #007db6;
}
.b-card_person {
  border-color: #8d00ce;
}
.b-card_person .b-card__close {
  border-color: #8d00ce;
  fill: #8d00ce;
  color: #8d00ce;
  stroke: #8d00ce;
}
.b-card_person a.b-card__header:hover {
  color: #8d00ce;
  fill: #8d00ce;
}
.b-card_action {
  border-color: #ef3340;
}
.b-card_action .b-card__close {
  border-color: #ef3340;
  fill: #ef3340;
  color: #ef3340;
  stroke: #ef3340;
}
.b-card_action a.b-card__header:hover {
  color: #ef3340;
  fill: #ef3340;
}
@media (max-width: 1279px) {
  .b-card-list__col {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .b-card {
    height: 40px;
    border-bottom-width: 3px;
    margin-bottom: 16px;
  }
  .b-card__header {
    font-size: 14px;
    height: 37px;
    line-height: 40px;
    padding-left: 12px;
  }
  .b-card__header .icon {
    display: none;
  }
  .b-card__closeWrapper {
    height: 37px;
    width: 40px;
  }
  .b-card__close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 11px;
    border-width: 1px;
  }
  .b-card__closeIcon {
    max-width: 10px;
    top: 1px;
    left: 4px;
    max-width: 10px;
  }
}
.b-linkAll {
  position: relative;
  text-align: center;
  overflow: hidden;
  min-height: 44px;
  margin-bottom: 20px;
}
.b-linkAll:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  height: 4px;
  width: 100%;
  background-color: #e1e1e1;
  content: "";
}
.b-linkAll__btn {
  display: inline-block;
  padding: 0 25px;
  position: relative;
  background-color: #f8f8f8;
}
.b-linkAll__btn .btn {
  background-color: #f8f8f8;
}
.b-linkAll__btn .btn:hover {
  background-color: #007db6;
}
.b-linkAll._white .b-linkAll__btn {
  background-color: #fff;
}
.b-linkAll._white .b-linkAll__btn .btn {
  background-color: #fff;
}
.b-linkAll__right {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f8f8f8;
  min-height: 44px;
  padding-left: 12px;
}
.b-linkAll__more {
  display: inline-block;
  padding: 6px 3px;
  margin-top: 8px;
  font-size: 78.5715%;
  font-weight: 700;
  text-transform: uppercase;
}
.b-linkAll._var {
  text-align: left;
}
.b-linkAll._var .b-linkAll__btn {
  padding-left: 0;
}
.b-linkAll_empty {
  min-height: 22px;
}
.b-linkAll_empty:before {
  top: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  .b-linkAll {
    min-height: 30px;
  }
  .b-linkAll__btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .b-linkAll:before {
    top: 15px;
    height: 2px;
    margin-top: -1px;
  }
  .b-linkAll__right {
    position: static;
    min-height: 0;
    padding-left: 0;
  }
}
.b-pageGap {
  text-align: center;
  font-size: 0;
  margin: 50px 0 46px;
}
.b-pageGap__img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .b-pageGap {
    margin: 30px 0;
    overflow: hidden;
  }
  .b-pageGap__link {
    display: block;
    margin: 0 -40px;
  }
}
.b-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: #4297e0;
  background: linear-gradient(135deg, #ffb93d 0%, #feb027 50%, #ffa300 100%);
  text-align: center;
  color: #fff;
}
.b-preloader__content {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.b-preloader__header {
  padding-bottom: 4px;
  border-bottom: 16px solid #fff;
  font-size: 52px;
  font-weight: 400;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.b-preloader__percent {
  font-size: 64px;
  text-shadow: 0px 1px 20px rgba(0,0,0,0.25);
  margin: 0 auto 14px;
  width: 214px;
  height: 214px;
  text-align: center;
  line-height: 227px;
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.b-preloader__percentCircle {
  width: 214px;
  height: 214px;
  position: absolute;
  left: 0;
  top: 0;
}
.b-preloader._hide {
  opacity: 0;
  transition: all 0.3s ease-in-out 0.3s;
}
.b-preloader._hide .b-preloader__header {
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
}
.b-preloader._hide .b-preloader__percent {
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
  opacity: 0;
}
#preloaderStroke {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.05));
          filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.05));
}
.b-splash {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 20px;
  min-height: 500px;
  z-index: 9999;
  max-height: 1500px;
  transition: all 0.5s ease-in;
}
.mobile .b-splash {
  display: none !important;
}
.b-splash__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.b-splash__content {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  vertical-align: middle;
}
.b-splash__header {
  font-size: 72px;
  text-transform: uppercase;
  font-weight: 500;
  margin: -50px auto 45px;
  width: 194px;
  height: 261px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20194%20261%22%20enable-background%3D%22new%200%200%20194%20261%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cg%3E%0A%09%09%09%09%3Cg%3E%0A%09%09%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M101.1%2C71.4l-0.2%2C2.9c-0.6%2C5.7-3%2C10.2-7.1%2C13.3c-5.7%2C4.3-13.1%2C4.3-17.5%2C4.3H62.4v18.3%0A%09%09%09%09%09%09c0%2C9.5%2C9.6%2C18.3%2C17.6%2C23.9c7.2%2C5.1%2C14.4%2C8.6%2C17.2%2C9.9c3.7-1.7%2C15.4-7.5%2C24.2-15.5c5.1-4.6%2C9.8-9.8%2C10.5-17v-53h-12.1%0A%09%09%09%09%09%09c-5.4%2C0-11%2C0.2-14.4%2C2.8C103.8%2C62.6%2C101.2%2C65.5%2C101.1%2C71.4z%22%2F%3E%0A%09%09%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M97%2C0C43.5%2C0%2C0%2C43.5%2C0%2C97c0%2C53.5%2C43.5%2C97%2C97%2C97c53.5%2C0%2C97-43.5%2C97-97C194%2C43.5%2C150.5%2C0%2C97%2C0z%0A%09%09%09%09%09%09%20M139.6%2C111c0%2C2.9-0.4%2C5.2-0.4%2C5.2c-4.3%2C20.6-39.4%2C35.7-40.9%2C36.3l-1.2%2C0.5l-1.2-0.5c-1.7-0.7-40-18-41.3-40.9l0-60.5h21.7%0A%09%09%09%09%09%09c4.4%2C0%2C11.8%2C0%2C17.5%2C4.3c1.3%2C0.9%2C2.4%2C2%2C3.3%2C3.2c1-1.2%2C2.1-2.3%2C3.4-3.3c5.7-4.3%2C13.1-4.3%2C17.5-4.3h21.7L139.6%2C111z%22%2F%3E%0A%09%09%09%09%3C%2Fg%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%0A%09%09%3Crect%20x%3D%2226.1%22%20y%3D%22252.9%22%20fill%3D%22%23FFFFFF%22%20width%3D%22143.1%22%20height%3D%228.1%22%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M26.2%2C241.6v-14.2h6.2c1.5%2C0%2C2.7%2C0.4%2C3.6%2C1.2c0.9%2C0.8%2C1.3%2C1.8%2C1.3%2C3.1c0%2C1.3-0.4%2C2.3-1.3%2C3.1%0A%09%09%09c-0.9%2C0.8-2.1%2C1.2-3.6%2C1.2h-3.3v5.6H26.2z%20M29.1%2C233.5h3.1c1.4%2C0%2C2.2-0.6%2C2.2-1.8c0-1.1-0.8-1.8-2.2-1.8h-3.1V233.5z%22%2F%3E%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M39.9%2C232.8c1.1-1%2C2.4-1.5%2C4-1.5c1.6%2C0%2C3%2C0.5%2C4%2C1.5c1.1%2C1%2C1.6%2C2.3%2C1.6%2C3.8c0%2C1.5-0.5%2C2.8-1.6%2C3.8%0A%09%09%09c-1.1%2C1-2.4%2C1.5-4%2C1.5c-1.6%2C0-3-0.5-4-1.5c-1.1-1-1.6-2.3-1.6-3.8C38.3%2C235.1%2C38.8%2C233.8%2C39.9%2C232.8z%20M43.9%2C239.4%0A%09%09%09c0.8%2C0%2C1.5-0.3%2C2-0.8c0.5-0.5%2C0.8-1.2%2C0.8-2c0-0.8-0.3-1.5-0.8-2c-0.5-0.5-1.2-0.8-2-0.8c-0.8%2C0-1.5%2C0.3-2%2C0.8%0A%09%09%09c-0.5%2C0.5-0.8%2C1.2-0.8%2C2c0%2C0.8%2C0.3%2C1.5%2C0.8%2C2C42.5%2C239.2%2C43.1%2C239.4%2C43.9%2C239.4z%22%2F%3E%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M53.1%2C240.5c-1.1-1-1.6-2.3-1.6-3.9c0-1.6%2C0.5-2.9%2C1.6-3.8c1.1-1%2C2.4-1.5%2C3.9-1.5c1.1%2C0%2C2.1%2C0.2%2C3%2C0.7v2.4%0A%09%09%09c-0.9-0.4-1.7-0.6-2.6-0.6c-0.9%2C0-1.6%2C0.3-2.3%2C0.8c-0.6%2C0.5-0.9%2C1.2-0.9%2C2c0%2C0.8%2C0.3%2C1.5%2C0.9%2C2c0.6%2C0.5%2C1.4%2C0.8%2C2.2%2C0.8%0A%09%09%09c1%2C0%2C1.9-0.2%2C2.7-0.7v2.4c-1%2C0.5-2%2C0.8-3.2%2C0.8C55.5%2C241.9%2C54.2%2C241.4%2C53.1%2C240.5z%22%2F%3E%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M63.2%2C241.6v-10.1H66l2.9%2C3.8l3-3.8h2.8v10.1H72v-6.2l-2.5%2C3.1h-1.1l-2.5-3.1v6.2H63.2z%22%2F%3E%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M78.8%2C232.8c1.1-1%2C2.4-1.5%2C4-1.5c1.6%2C0%2C3%2C0.5%2C4%2C1.5c1.1%2C1%2C1.6%2C2.3%2C1.6%2C3.8c0%2C1.5-0.5%2C2.8-1.6%2C3.8%0A%09%09%09c-1.1%2C1-2.4%2C1.5-4%2C1.5c-1.6%2C0-3-0.5-4-1.5c-1.1-1-1.6-2.3-1.6-3.8C77.2%2C235.1%2C77.8%2C233.8%2C78.8%2C232.8z%20M82.9%2C239.4%0A%09%09%09c0.8%2C0%2C1.5-0.3%2C2-0.8c0.5-0.5%2C0.8-1.2%2C0.8-2c0-0.8-0.3-1.5-0.8-2c-0.5-0.5-1.2-0.8-2-0.8c-0.8%2C0-1.5%2C0.3-2%2C0.8%0A%09%09%09c-0.5%2C0.5-0.8%2C1.2-0.8%2C2c0%2C0.8%2C0.3%2C1.5%2C0.8%2C2C81.4%2C239.2%2C82.1%2C239.4%2C82.9%2C239.4z%22%2F%3E%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M94.9%2C233.9l0%2C1.4c-0.1%2C1.4-0.1%2C2.3-0.5%2C3.5c-0.5%2C1.7-1.5%2C2.8-3.5%2C2.8c-0.5%2C0-0.9-0.1-1.1-0.2v-2.3%0A%09%09%09c0.2%2C0.1%2C0.4%2C0.1%2C0.6%2C0.1c0.7%2C0%2C1.1-0.4%2C1.3-1.3c0.2-1%2C0.3-1.8%2C0.3-3.5l0.1-3h8.7v10.1H98v-7.7H94.9z%22%2F%3E%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M105.1%2C232.8c1.1-1%2C2.4-1.5%2C4-1.5s3%2C0.5%2C4%2C1.5c1.1%2C1%2C1.6%2C2.3%2C1.6%2C3.8c0%2C1.5-0.5%2C2.8-1.6%2C3.8%0A%09%09%09c-1.1%2C1-2.4%2C1.5-4%2C1.5s-3-0.5-4-1.5c-1.1-1-1.6-2.3-1.6-3.8C103.5%2C235.1%2C104%2C233.8%2C105.1%2C232.8z%20M109.1%2C239.4c0.8%2C0%2C1.5-0.3%2C2-0.8%0A%09%09%09c0.5-0.5%2C0.8-1.2%2C0.8-2c0-0.8-0.3-1.5-0.8-2c-0.5-0.5-1.2-0.8-2-0.8c-0.8%2C0-1.5%2C0.3-2%2C0.8c-0.5%2C0.5-0.8%2C1.2-0.8%2C2%0A%09%09%09c0%2C0.8%2C0.3%2C1.5%2C0.8%2C2C107.6%2C239.2%2C108.3%2C239.4%2C109.1%2C239.4z%22%2F%3E%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M116.1%2C244.2v-5h1.3c0.8-1.2%2C1.2-3.1%2C1.2-5.8l0-2h8.5v7.7h1.7v5h-2.7v-2.6h-7.3v2.6H116.1z%20M124.4%2C239.3%0A%09%09%09v-5.3h-3.2c0%2C2.1-0.3%2C3.9-0.9%2C5.3H124.4z%22%2F%3E%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M132.3%2C240.5c-1.1-1-1.6-2.3-1.6-3.9c0-1.5%2C0.5-2.8%2C1.5-3.8c1-1%2C2.3-1.5%2C3.8-1.5c1.5%2C0%2C2.6%2C0.5%2C3.5%2C1.6%0A%09%09%09c0.9%2C1%2C1.3%2C2.3%2C1.3%2C3.8v0.8h-7.3c0.3%2C1.4%2C1.6%2C2.1%2C3.4%2C2.1c1.1%2C0%2C2.2-0.3%2C3.2-0.9v2.3c-0.9%2C0.7-2.2%2C1-3.9%2C1%0A%09%09%09C134.7%2C241.9%2C133.4%2C241.4%2C132.3%2C240.5z%20M138%2C235.5c-0.1-1.1-0.9-2-2.1-2c-1.3%2C0-2.2%2C0.8-2.3%2C2H138z%22%2F%3E%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M141.8%2C241.6l4.4-5.4l-3.9-4.7h3.2l3.1%2C3.8v-3.8h2.8v3.8l3.1-3.8h3.2l-3.9%2C4.7l4.4%2C5.4h-3.4l-3.3-4.3v4.3%0A%09%09%09h-2.8v-4.3l-3.4%2C4.3H141.8z%22%2F%3E%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M160.3%2C241.6v-10.1h2.9v3h2.4c2.5%2C0%2C4.2%2C1.4%2C4.2%2C3.6c0%2C1-0.3%2C1.9-1.1%2C2.6c-0.7%2C0.7-1.7%2C1-3%2C1H160.3z%0A%09%09%09%20M163.2%2C239.4h2c1.1%2C0%2C1.8-0.5%2C1.8-1.4c0-0.9-0.6-1.4-1.8-1.4h-2V239.4z%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat scroll center 0;
  background-size: 194px 261px;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.b-splash__scrollDown {
  position: absolute;
  width: 65px;
  padding-top: 80px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  left: 50%;
  bottom: 17px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2067%2067%22%20enable-background%3D%22new%200%200%2067%2067%22%20xml%3Aspace%3D%22preserve%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.5%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M33.5%2C1%0A%09C51.4%2C1%2C66%2C15.5%2C66%2C33.5C66%2C51.4%2C51.4%2C66%2C33.5%2C66S1%2C51.4%2C1%2C33.5C1%2C15.5%2C15.5%2C1%2C33.5%2C1z%22%2F%3E%0A%3Cg%3E%0A%09%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2251%2C26.4%2049.6%2C25%2033.5%2C41.1%2017.7%2C25.3%2016.3%2C26.7%2033.3%2C43.7%2034.2%2C42.8%2034.4%2C43%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat scroll 0 0;
  cursor: pointer;
  margin-left: -32px;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.b-splash .g-row {
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.b-splash .g-md-3 {
  font-size: 24px;
}
@media (max-width: 1279px) {
  .b-splash .g-md-3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .b-splash .g-md-3 {
    font-size: 15px;
  }
}
.b-splash._hidden {
  min-height: 0px;
  max-height: 0px;
}
.b-splash._show .b-splash__header,
.b-splash._show .b-splash__scrollDown,
.b-splash._show .g-row {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.b-personInfo {
  margin-bottom: 20px;
}
.b-personInfo__avatar {
  float: left;
  width: 200px;
  height: 200px;
}
.b-personInfo__avatarImg {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
.b-personInfo__text {
  margin-left: 229px;
  padding-top: 24px;
  overflow: hidden;
}
.b-personInfo__header {
  display: block;
  font-size: 128.5715%;
  font-weight: 500;
  margin-bottom: 10px;
}
.b-personInfo__descr {
  margin-bottom: 20px;
  font-size: 107.1429%;
  line-height: 1.33;
  color: #999;
}
.b-personInfo__block {
  margin-bottom: 20px;
}
.b-personInfo__subTitle {
  margin-bottom: 9px;
  display: block;
}
.b-personInfo__inline {
  margin: 0 -20px;
}
.b-personInfo__inlineItem {
  box-sizing: border-box;
  padding: 0 20px;
  width: 42%;
  display: inline-block;
  vertical-align: top;
}
.b-personInfo__phone {
  margin-bottom: 4px;
}
.b-personInfo__mail {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  fill: #949494;
}
.fonts-x2 .b-personInfo__mail {
  padding-left: 26px;
}
.fonts-x3 .b-personInfo__mail {
  padding-left: 26px;
}
.b-personInfo__mailIcon {
  position: absolute;
  left: 1px;
  top: 2px;
}
.fonts-x2 .b-personInfo__mailIcon {
  top: 8px;
}
.fonts-x3 .b-personInfo__mailIcon {
  top: 14px;
}
.visuallyImpairedBody .b-personInfo__mailIcon {
  color: #000;
  fill: #000;
}
.color-site-2 .b-personInfo__mailIcon {
  color: #fff;
  fill: #fff;
}
.fonts-x2 .b-personInfo__mailIcon {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.fonts-x3 .b-personInfo__mailIcon {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
.b-personInfo__mail:hover .b-personInfo__mailIcon {
  fill: #6bbcfa;
}
@media (max-width: 1023px) {
  .b-personInfo__avatar {
    float: none;
  }
  .b-personInfo__text {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .b-personInfo {
    margin-bottom: 30px;
  }
  .b-personInfo__avatar {
    float: none;
    margin: 0 auto 20px;
  }
  .b-personInfo__text {
    padding-top: 0;
    margin: 0;
  }
  .b-personInfo__header {
    font-size: 114.2858%;
    font-weight: normal;
  }
  .b-personInfo__descr {
    font-size: 100%;
  }
  .b-personInfo__inlineItem {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  .b-personInfo__inlineItem:last-child {
    margin-bottom: 0;
  }
}
.socialLinks__item svg {
  width: 32px;
  height: 32px;
  fill: #414041;
}
.action {
  margin-bottom: 50px;
  min-height: 20px;
}
.action__header {
  padding-top: 70px;
  margin-bottom: 70px;
  width: 100%;
  background-image: linear-gradient(90deg, #fff 30%, transparent 0%), linear-gradient(180deg, #8066c8 47%, transparent 0%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.action__header-col-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 56%;
}
.action__header-col-1-image {
  margin-bottom: 70px;
}
.action__header-col-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 32px;
}
.action__header-col-2-title {
  margin: 30px 0;
}
.action__header-col-2-title h1.sectionTitle {
  font-size: 46px;
  line-height: 56px;
  width: 12em;
}
.action__header-col-2-image {
  margin-right: 30px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.action__aside {
  padding: 19px 35px 25px 25px;
}
.action__head {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.action__head:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0,0,0,0.5);
}
.action__headTitle {
  margin-bottom: 25px;
}
.action__headWrap {
  position: relative;
  z-index: 2;
  height: 400px;
  padding: 35px 80px 40px 40px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .action__headWrap {
    height: 300px;
  }
}
.action__headSocial {
  position: absolute;
  left: 40px;
  bottom: 16px;
}
.action__subTitle {
  font-size: 171.4286%;
  margin-bottom: 15px;
}
.action__text {
  padding: 34px 41px 35px;
}
.action__text ul {
  margin-bottom: 35px;
}
.action__text .text-block {
  font-size: 114.2858%;
}
@media (max-width: 1023px) {
  .action__text .listColumn {
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
  }
}
.action__textMore {
  margin-top: 30px;
}
@media (max-width: 1280px) {
  .action__header {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 40px;
    background-image: linear-gradient(90deg, #eae9e5 0%, transparent 0%), linear-gradient(180deg, #8066c8 43%, transparent 0%);
  }
  .action__header-col-1 {
    width: 100%;
  }
  .action__header-col-1-image {
    margin-bottom: 20px;
    padding: 0 12px;
  }
  .action__header-col-2 {
    margin-left: 0;
  }
  .action__header-col-2-title {
    margin: 0;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-right: 20px;
  }
  .action__header-col-2-title h1.sectionTitle {
    font-size: 34px;
    line-height: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .action__header-col-2-image {
    display: none;
  }
  .action__headTitle {
    margin-bottom: 0;
  }
  .action__ul {
    margin-top: 0 !important;
  }
  .action__aside {
    padding: 34px 41px 30px;
  }
}
@media (max-width: 767px) {
  .action {
    margin-bottom: 10px;
  }
  .action__header-col-2-title h1.sectionTitle {
    font-size: 25px;
    line-height: 30px;
  }
  .action__headWrap {
    padding: 15px 12px;
    height: auto;
  }
  .action__head {
    background-image: none !important;
    color: #007db6;
  }
  .action__head:after {
    content: none;
  }
  .action__head p {
    display: none;
  }
  .action__text,
  .action__aside {
    padding: 15px 12px;
  }
  .action__headSocial {
    position: static;
  }
  .action__subTitle {
    font-size: 142.8572%;
  }
  .action__textMore {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.visuallyImpairedBody .action__head {
  margin-bottom: 30px;
  background: none !important;
  color: #000;
}
.visuallyImpairedBody .action__head:after {
  display: none;
}
.visuallyImpairedBody .action__headWrap {
  padding-bottom: 0;
  height: auto;
}
.visuallyImpairedBody .action__headSocial {
  position: relative;
  left: auto;
  bottom: auto;
}
.visuallyImpairedBody .action__text {
  padding-top: 0;
  bottom: auto;
}
.visuallyImpairedBody .action__aside {
  padding-top: 30px;
}
.color-site-2 .action__head {
  color: #fff;
}
.socialLinks {
  font-size: 0;
  line-height: 0;
}
.socialLinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.socialLinks__item {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: top;
  color: #fff;
  fill: #fff;
}
.socialLinks__item > a {
  position: relative;
  left: -2px;
  top: -2px;
  display: block;
  color: inherit;
  fill: inherit;
  padding-top: 5px;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  vertical-align: top;
}
.socialLinks__item:hover {
  opacity: 0.7;
}
a.socialLinks__item_vk {
  padding-top: 10px;
  padding-right: 1px;
}
.socialLinks__item_vk > a {
  padding-right: 1px;
  padding-top: 12px;
}
a.socialLinks__item_tw {
  padding-top: 7px;
}
.socialLinks__item_tw > a {
  padding-top: 9px;
}
a.socialLinks__item_fb {
  padding-top: 6px;
}
.socialLinks__item_fb > a {
  padding-top: 8px;
}
a.socialLinks__item_in {
  padding-top: 6px;
}
.socialLinks__item_in > a {
  padding-top: 8px;
}
a__item_yt {
  padding-top: 4px;
}
__item_yt > a {
  padding-top: 6px;
}
.socialLinks._color .socialLinks__item {
  border-color: transparent;
  transition: background-color 0.3s;
}
.socialLinks._color .socialLinks__item:hover {
  opacity: 1;
}
.socialLinks._color .socialLinks__item_vk {
  background-color: #54769a;
}
.socialLinks._color .socialLinks__item_vk:hover {
  background-color: #425d79;
}
.socialLinks._color .socialLinks__item_tw {
  background-color: #55acee;
}
.socialLinks._color .socialLinks__item_tw:hover {
  background-color: #2795e9;
}
.socialLinks._color .socialLinks__item_fb {
  background-color: #44619d;
}
.socialLinks._color .socialLinks__item_fb:hover {
  background-color: #354b79;
}
.socialLinks._color .socialLinks__item_in {
  background-color: #4a779d;
}
.socialLinks._color .socialLinks__item_in:hover {
  background-color: #3a5d7a;
}
.socialLinks._color .socialLinks__item_yt {
  background-color: #828282;
}
.socialLinks._color .socialLinks__item_yt:hover {
  background-color: #696969;
}
.socialBtns__title {
  display: block;
  margin-bottom: 15px;
  font-size: 21px;
  line-height: normal;
}
.socialBtns__item {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
  vertical-align: top;
}
.socialBtns__link {
  display: block;
  position: relative;
  border-radius: 22px;
  box-sizing: border-box;
  padding: 15px 23px 0 23px;
  height: 44px;
  font-size: 0;
  line-height: 0;
  color: #fff;
  fill: #fff;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}
.socialBtns__icon {
  position: relative;
  margin-right: 9px;
  vertical-align: top;
}
.socialBtns__link._vk {
  background-color: #54769a;
}
.socialBtns__link._vk:hover {
  background-color: #425d79;
}
.socialBtns__link._vk .socialBtns__icon {
  top: -1px;
}
.socialBtns__link._tw {
  background-color: #55acee;
}
.socialBtns__link._tw:hover {
  background-color: #2795e9;
}
.socialBtns__link._tw .socialBtns__icon {
  top: -3px;
}
.socialBtns__link._fb {
  background-color: #44619d;
}
.socialBtns__link._fb:hover {
  background-color: #354b79;
}
.socialBtns__link._fb .socialBtns__icon {
  top: -6px;
}
.socialBtns__text {
  display: inline-block;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  vertical-align: top;
}
.contactsList__item {
  margin-bottom: 24px;
  font-size: 107.1429%;
  line-height: 20px;
}
.contactsList__item:last-child {
  margin-bottom: 0;
}
.contactsList__itemImg {
  margin-bottom: 4px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
}
.contactsList__itemName {
  margin-bottom: 9px;
  font-weight: 700;
}
.contactsList__itemPost {
  font-size: 92.8572%;
  margin-bottom: 15px;
}
.contactsList__itemLine {
  margin-bottom: 8px;
}
.contactsList__itemLine:last-child {
  margin-bottom: 0;
}
.contactsList__item._inline {
  position: relative;
  padding-left: 80px;
  min-height: 64px;
  float: none !important;
  width: auto !important;
}
.contactsList__item._inline .contactsList__itemImg {
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .contactsList._pageAction {
    margin-top: -22px;
  }
  .contactsList._pageAction .contactsList__item {
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 0;
    margin-top: 22px;
    padding-right: 20px;
    float: left;
  }
  .contactsList._pageAction .contactsList__item:last-child {
    padding-right: 0;
  }
}
.visuallyImpairedBody .contactsList__item {
  line-height: normal;
}
.visuallyImpairedBody .contactsList__itemImg {
  display: none;
}
.programs {
  margin-bottom: 40px;
}
.programs__item {
  position: relative;
  padding: 24px;
  margin-bottom: 20px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #daef14;
}
.visuallyImpairedBody .programs__item {
  box-shadow: none;
}
.visuallyImpairedBody .programs__item {
  border-color: #000;
  background-color: transparent !important;
}
.color-site-2 .programs__item {
  border-color: #fff;
}
.visuallyImpairedBody .programs__item {
  box-shadow: none;
}
.programs__item:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 0;
  content: "";
  background-color: #8066c8;
  transition: height 0.3s;
}
.visuallyImpairedBody .programs__item:before {
  display: none !important;
}
.programs__item._noHover:before {
  display: none !important;
}
.programs__item:hover {
  background-color: #fff;
}
.no-mobile .programs__item:hover:before {
  height: 7px;
}
.programs__item:last-child {
  margin-bottom: 0;
}
.programs__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(255,255,255,0.01);
}
.programs__link:hover {
  color: #007db6;
}
.programs__itemImg {
  float: left;
  display: table-cell;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
.programs__itemText {
  display: table-cell;
  height: 64px;
  padding-left: 22px;
  width: 2000px;
  vertical-align: middle;
}
.programs__itemLink {
  font-size: 21px;
  line-height: 26px;
  color: #007db6;
}
@media (max-width: 767px) {
  .programs {
    margin-bottom: 30px;
    text-align: center;
  }
  .programs .title-section {
    text-align: left;
  }
  .programs__item {
    padding: 15px 12px;
    margin-bottom: 10px;
    text-align: left;
  }
  .programs__itemLink {
    font-size: 100%;
    line-height: normal;
  }
  .programs__itemText {
    padding-left: 15px;
  }
}
.visuallyImpairedBody .programs__itemImg {
  display: none;
}
.visuallyImpairedBody .programs__itemText {
  display: block;
  height: auto;
  padding-left: 0;
  width: auto;
  vertical-align: baseline;
}
.visuallyImpairedBody .programs__itemLink {
  font-size: 150%;
  line-height: 1.3;
}
.partners {
  margin: 0 -10px;
  font-size: 0;
  line-height: 0;
}
.partners__item {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  padding: 0 10px 0 100px;
  min-height: 64px;
  width: 33.33%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.37;
  vertical-align: top;
}
@media (max-width: 1279px) {
  .partners__item {
    width: 49.99%;
  }
}
@media (max-width: 1023px) {
  .partners__item {
    display: block;
    width: 100%;
  }
}
.partners__itemImg {
  position: absolute;
  left: 10px;
  width: 64px;
}
.partners__itemTitle {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
}
.partners__itemText {
  color: #007db6;
}
@media (max-width: 767px) {
  .partners__itemTitle {
    margin-bottom: 5px;
  }
  .partners__item {
    font-size: 14px;
    line-height: 20px;
  }
}
.visuallyImpairedBody .partners {
  margin-left: 0;
  margin-right: 0;
}
.visuallyImpairedBody .partners__item {
  width: auto;
  display: block;
  padding-left: 0;
  padding-right: 0;
  min-height: 0;
}
.visuallyImpairedBody .partners__itemTitle {
  color: inherit;
}
.visuallyImpairedBody .partners__itemImg {
  display: none;
}
.fonts-x2 .partners__itemTitle {
  font-size: 18px;
}
.fonts-x2 .partners__item {
  font-size: 22px;
}
.fonts-x3 .partners__itemTitle {
  font-size: 22px;
}
.fonts-x3 .partners__item {
  font-size: 26px;
}
.subSections {
  margin: -26px 0 22px;
}
@media (min-width: 1280px) {
  .subSections._maxWidth {
    margin-left: auto;
    margin-right: auto;
    max-width: 1014px;
  }
  .subSections._maxWidth .constrain {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.subSections__list {
  min-height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.subSections__item {
  display: none;
  margin-right: 9px;
  font-size: 15px;
}
.subSections__item._active {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.subSections__item:last-child {
  margin-right: 0;
}
.subSections__link {
  color: #414041;
}
.visuallyImpairedBody .subSections__link {
  font-weight: 400;
}
.color-site-2 .subSections__link._active {
  color: #fff;
}
@media (max-width: 767px) {
  .subSections {
    display: none;
  }
}
.blockInfo {
  width: 100%;
  padding: 32px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #daef14;
}
.visuallyImpairedBody .blockInfo {
  box-shadow: none;
}
.visuallyImpairedBody .blockInfo {
  border-color: #000;
  background-color: transparent !important;
}
.color-site-2 .blockInfo {
  border-color: #fff;
}
.blockInfo__textCol {
  float: left;
  box-sizing: border-box;
  width: 49.999%;
}
.blockInfo__textCol:first-child {
  padding-right: 40px;
}
.blockInfo__textCol:last-child {
  padding-left: 40px;
}
.blockInfo__footer {
  margin-top: 10px;
  position: relative;
  min-height: 44px;
}
.blockInfo__footer:after {
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background-color: #e1e1e1;
  content: "";
}
.blockInfo__footerCol {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 20px;
  float: left;
  vertical-align: top;
  background-color: #fff;
  min-height: 44px;
  box-sizing: border-box;
  margin-right: 30px;
}
.blockInfo__footerCol._note {
  padding-top: 12px;
  font-size: 100%;
}
.blockInfo__footerCol._right {
  margin-right: 0;
  padding-right: 0;
  float: right;
}
.blockInfo__footerCol:first-child {
  padding-left: 0;
}
.visuallyImpairedBody .blockInfo__footer:after {
  display: none;
}
.visuallyImpairedBody .blockInfo__footerCol {
  display: block;
  float: none;
  padding: 0;
  min-height: 0;
  background: none;
}
.visuallyImpairedBody .blockInfo__footerCol._note {
  margin-top: 15px;
}
.blockInfo_about .blockInfo__rowCol {
  position: relative;
  float: left;
  width: 70%;
  left: -28.6%;
}
.blockInfo_about .blockInfo__rowCol:first-child {
  left: 71.4%;
  text-align: center;
  width: 28.6%;
}
@media (max-width: 1023px) {
  .blockInfo_about .blockInfo__rowCol {
    left: auto !important;
    float: none !important;
    width: 100% !important;
    text-align: left !important;
  }
  .blockInfo_about .blockInfo__rowCol:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 1379px) {
  .blockInfo_about .blockInfo__footer:after {
    display: none;
  }
  .blockInfo_about .blockInfo__footerCol {
    display: block;
    padding-left: 0;
    padding-right: 0;
    background: none;
    min-height: 0;
    float: none !important;
  }
}
@media (max-width: 1279px) {
  .blockInfo__textCol {
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none;
    width: auto;
    float: none;
  }
}
@media (max-width: 1023px) {
  .blockInfo__footer:after {
    display: none;
  }
  .blockInfo__footerCol {
    display: block;
    padding-left: 0;
    padding-right: 0;
    background: none;
    min-height: 0;
    float: none !important;
  }
}
@media (max-width: 767px) {
  .blockInfo {
    padding: 15px 12px;
    margin-bottom: 30px;
  }
}
.activities-list {
  margin-bottom: 63px;
}
.activities-list .b-linkAll {
  margin-top: 20px;
}
.activities-list__item {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  opacity: 0;
}
.visuallyImpairedBody .activities-list__item {
  opacity: 1 !important;
  box-shadow: none !important;
  border-color: #000 !important;
  background: none !important;
}
.color-site-2 .activities-list__item {
  border-color: #fff !important;
}
.activities-list__item._show {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), border-color 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), box-shadow 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.activities-list__item._endAnimate {
  transition-delay: 0s !important;
  border-color: #e6e6e6;
}
.visuallyImpairedBody .activities-list__item._endAnimate {
  box-shadow: none;
}
.visuallyImpairedBody .activities-list__item._endAnimate {
  box-shadow: none;
}
.activities-list__item._endAnimate:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 0;
  content: "";
  background-color: #8066c8;
  transition: height 0.3s;
}
.visuallyImpairedBody .activities-list__item._endAnimate:before {
  display: none !important;
}
.activities-list__item._endAnimate._noHover:before {
  display: none !important;
}
.activities-list__item._endAnimate:hover {
  background-color: #fff;
}
.no-mobile .activities-list__item._endAnimate:hover:before {
  height: 7px;
}
.activities-list__item._show .activities-list__img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.visuallyImpairedBody .activities-list__item._show .activities-list__img {
  transition: none;
}
.activities-list__wrap {
  position: relative;
}
.activities-list__imgWrap {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
}
.visuallyImpairedBody .activities-list__imgWrap {
  display: none;
}
.activities-list__img {
  display: block;
  height: 254px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(80%);
      -ms-transform: translateY(80%);
          transform: translateY(80%);
}
.activities-list__link {
  display: block;
  padding: 15px 23px 18px;
  font-size: 128.5715%;
  line-height: 1.34;
  color: #007db6;
}
.visuallyImpairedBody .activities-list__link {
  color: inherit;
}
@media (max-width: 1379px) {
  .activities-list__img {
    height: 232px;
  }
}
@media (max-width: 1279px) {
  .activities-list__img {
    height: 283px;
  }
}
@media (max-width: 1023px) {
  .activities-list__img {
    height: 196px;
  }
}
@media (max-width: 767px) {
  .activities-list {
    margin-bottom: 30px;
  }
  .activities-list__item {
    margin-bottom: 10px;
  }
  .activities-list__link {
    font-size: 100%;
    padding: 15px 12px;
  }
  .activities-list .b-linkAll {
    margin-top: 10px;
  }
}
.blockContacts__section {
  margin-top: 27px;
}
.blockContacts__section._lines {
  margin-top: 0;
}
.blockContacts__section._first {
  margin-top: 0;
}
.blockContacts__title {
  display: block;
  margin-bottom: 5px;
  font-size: 107.1429%;
  font-weight: 500;
}
.blockContacts__directions {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  font-size: 78.5715%;
  line-height: 1.5;
  margin-right: 15px;
}
.blockContacts__directionsLink {
  color: #808080;
  fill: #808080;
  transition: color 0.3s, fill 0.3s;
  font-weight: bold;
  text-transform: uppercase;
}
a.blockContacts__directionsLink:hover {
  color: #007db6;
  fill: #007db6;
}
.blockContacts__item {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  margin-top: 4px;
  font-size: 107.1429%;
}
.blockContacts__item p {
  margin-bottom: 0;
}
.blockContacts__item p br {
  display: none;
}
.visuallyImpairedBody .blockContacts__item {
  color: #000 !important;
  fill: #000 !important;
}
.color-site-2 .blockContacts__item {
  color: #fff !important;
  fill: #fff !important;
}
.fonts-x2 .blockContacts__item,
.fonts-x3 .blockContacts__item {
  padding-left: 30px;
}
.blockContacts__item._addr {
  text-transform: uppercase;
  color: #808080;
  fill: #808080;
  font-weight: bold;
  font-size: 78.5715%;
  line-height: 1.5;
  transition: color 0.3s, fill 0.3s;
}
a.blockContacts__item._addr:hover {
  color: #007db6;
  fill: #007db6;
}
.blockContacts__item._addr .blockContacts__itemIcon {
  top: -3px;
}
.fonts-x2 .blockContacts__item._addr .blockContacts__itemIcon,
.fonts-x3 .blockContacts__item._addr .blockContacts__itemIcon {
  margin-top: 4px;
  margin-left: 4px;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.fonts-x3 .blockContacts__item._addr .blockContacts__itemIcon {
  margin-top: 7px;
}
.blockContacts__item._mail {
  fill: #808080;
}
.blockContacts__item._mail .blockContacts__itemIcon {
  top: 3px;
}
.fonts-x2 .blockContacts__item._mail .blockContacts__itemIcon,
.fonts-x3 .blockContacts__item._mail .blockContacts__itemIcon {
  margin-top: 8px;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.fonts-x3 .blockContacts__item._mail .blockContacts__itemIcon {
  margin-top: 13px;
}
.blockContacts__item._time {
  text-transform: uppercase;
  color: #808080;
  fill: #808080;
  font-weight: bold;
  font-size: 78.5715%;
  padding-top: 4px;
}
.blockContacts__item._time .blockContacts__itemIcon {
  top: 2px;
}
.fonts-x2 .blockContacts__item._time .blockContacts__itemIcon,
.fonts-x3 .blockContacts__item._time .blockContacts__itemIcon {
  margin-left: 4px;
  margin-top: 3px;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.fonts-x3 .blockContacts__item._time .blockContacts__itemIcon {
  margin-top: 8px;
}
.blockContacts__item._link {
  fill: #007db6;
}
.blockContacts__item._link:hover {
  fill: #6bbcfa;
}
.blockContacts__item._link .blockContacts__itemIcon {
  top: 7px;
  left: 1px;
}
.fonts-x2 .blockContacts__item._link .blockContacts__itemIcon,
.fonts-x3 .blockContacts__item._link .blockContacts__itemIcon {
  margin-left: 4px;
  margin-top: 7px;
  -webkit-transform: scale(1.7);
      -ms-transform: scale(1.7);
          transform: scale(1.7);
}
.fonts-x3 .blockContacts__item._link .blockContacts__itemIcon {
  margin-top: 12px;
}
.blockContacts__item._phone {
  padding-left: 0;
}
.blockContacts__itemIcon {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fonts-x2 .blockContacts__itemIcon {
  margin-left: 4px;
  margin-top: 9px;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.fonts-x3 .blockContacts__itemIcon {
  margin-left: 4px;
  margin-top: 14px;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
.blockContacts__inline {
  margin-top: 24px;
}
.blockContacts .socialLinks {
  padding-top: 5px;
}
@media (max-width: 767px) {
  .blockContacts__item._mail .blockContacts__itemIcon {
    max-width: 15px;
    top: 1px;
  }
  .blockContacts__item._link .blockContacts__itemIcon {
    top: 5px;
  }
  .blockContacts__section._lines {
    margin: 0;
  }
  .blockContacts__inline {
    margin: 20px 0 0;
    display: block;
  }
  .blockContacts__title {
    margin-bottom: 0;
  }
}
.cookies_message {
  width: 100%;
  background-color: rgba(0,0,0,0.75);
  position: fixed;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.cookies_message .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 928px;
  padding: 15px 25px;
  font-family: Arial;
  font-size: 13px;
  color: #fff;
}
.cookies_message .inner b {
  font-weight: bold;
}
.cookies_message .inner span {
  display: inline-block;
}
.cookies_message .inner span.cookies_text {
  width: 80%;
  line-height: 16px;
  cursor: default;
}
@media (max-width: 760px) {
  .cookies_message .inner span.cookies_text {
    width: 100%;
    font-size: 9px;
    line-height: 11px;
  }
}
.cookies_message .inner .button {
  padding: 10px 0;
  width: 18%;
  display: block;
  float: right;
}
@media (max-width: 760px) {
  .cookies_message .inner .button {
    width: 100%;
  }
}
.cookies_message .inner .button .cookies_button {
  display: inline-block;
  width: 130px;
  background-color: #8066c8;
  color: #fff;
  text-decoration: none;
  padding: 7px 0 6px 0;
  text-align: center;
  border-radius: 12px;
  font-weight: bold;
  font-size: 15px;
  vertical-align: baseline;
}
.gallery {
  position: relative;
}
.gallery img {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
  max-width: 100%;
}
.gallery-btn {
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fff !important;
  margin-left: 4px;
  width: 32px;
  height: 32px;
  background-color: #000;
  box-sizing: border-box;
  text-align: center;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.gallery-btn:after {
  position: relative;
  display: inline-block;
  top: 50%;
  content: "";
}
.gallery-btn._hidden {
  display: none;
}
.gallery-btn._replay:after {
  top: 6px;
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2018%2017%22%20enable-background%3D%22new%200%200%2018%2017%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M9.3%2C0c-2.8%2C0-5.4%2C1.3-7%2C3.4L2%2C2.7C1.8%2C2.2%2C1.2%2C1.9%2C0.7%2C2.1C0.2%2C2.2-0.1%2C2.8%2C0.1%2C3.3l1%2C3%0A%09%09C1.2%2C6.7%2C1.6%2C7%2C2.1%2C7c0.1%2C0%2C0.2%2C0%2C0.3-0.1l3.1-1C6%2C5.8%2C6.3%2C5.2%2C6.1%2C4.7C5.9%2C4.2%2C5.4%2C3.9%2C4.8%2C4.1L4.2%2C4.3C5.4%2C2.8%2C7.3%2C2%2C9.3%2C2%0A%09%09c3.7%2C0%2C6.7%2C2.9%2C6.7%2C6.5c0%2C3.6-3%2C6.5-6.7%2C6.5c-2.8%2C0-5.3-1.7-6.3-4.3L1%2C11.4C2.3%2C14.8%2C5.6%2C17%2C9.3%2C17c4.8%2C0%2C8.7-3.8%2C8.7-8.5%0A%09%09S14.1%2C0%2C9.3%2C0z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.gallery-btn._full-screen {
  margin-left: 10px;
}
.gallery-btn._full-screen:after {
  top: 6px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M15.6%2C0H12c-0.2%2C0-0.4%2C0.2-0.4%2C0.4v1c0%2C0.2%2C0.2%2C0.4%2C0.4%2C0.4h1l-2.9%2C2.9C10%2C4.8%2C10%2C4.8%2C10%2C4.9s0%2C0.2%2C0.1%2C0.3%0A%09%09l0.7%2C0.7C10.9%2C6%2C11%2C6%2C11.1%2C6c0.1%2C0%2C0.2%2C0%2C0.3-0.1L14.2%2C3v1c0%2C0.2%2C0.2%2C0.4%2C0.4%2C0.4h1C15.8%2C4.4%2C16%2C4.2%2C16%2C4V0.4C16%2C0.2%2C15.8%2C0%2C15.6%2C0%0A%09%09z%20M3%2C1.8h1c0.2%2C0%2C0.4-0.2%2C0.4-0.4v-1C4.3%2C0.2%2C4.2%2C0%2C4%2C0H0.4C0.2%2C0%2C0%2C0.2%2C0%2C0.4V4c0%2C0.2%2C0.2%2C0.4%2C0.4%2C0.4h1c0.2%2C0%2C0.4-0.2%2C0.4-0.4V3%0A%09%09l2.9%2C2.9C4.7%2C6%2C4.8%2C6%2C4.9%2C6s0.2%2C0%2C0.3-0.1l0.7-0.7C6%2C5.1%2C6%2C5%2C6%2C4.9s0-0.2-0.1-0.3L3%2C1.8z%20M5.2%2C10.1c-0.1-0.1-0.4-0.1-0.5%2C0L1.8%2C13%0A%09%09v-1c0-0.2-0.2-0.4-0.4-0.4h-1C0.2%2C11.6%2C0%2C11.8%2C0%2C12v3.6C0%2C15.8%2C0.2%2C16%2C0.4%2C16H4c0.2%2C0%2C0.4-0.2%2C0.4-0.4v-1c0-0.2-0.2-0.4-0.4-0.4H3%0A%09%09l2.9-2.9C6%2C11.2%2C6%2C11.2%2C6%2C11.1c0-0.1%2C0-0.2-0.1-0.3L5.2%2C10.1z%20M15.6%2C11.6h-1c-0.2%2C0-0.4%2C0.2-0.4%2C0.4v1l-2.9-2.9%0A%09%09c-0.1-0.1-0.4-0.1-0.5%2C0l-0.7%2C0.7C10%2C10.9%2C10%2C11%2C10%2C11.1s0%2C0.2%2C0.1%2C0.3l2.9%2C2.9h-1c-0.2%2C0-0.4%2C0.2-0.4%2C0.4v1c0%2C0.2%2C0.2%2C0.4%2C0.4%2C0.4%0A%09%09h3.6c0.2%2C0%2C0.4-0.2%2C0.4-0.4V12C16%2C11.8%2C15.8%2C11.6%2C15.6%2C11.6z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.gallery-btn._full-screen._on:after {
  top: 6px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M10.4%2C6H14c0.2%2C0%2C0.4-0.2%2C0.4-0.4v-1c0-0.2-0.2-0.4-0.4-0.4h-1l2.9-2.9C16%2C1.3%2C16%2C1.2%2C16%2C1.1%0A%09%09%09s0-0.2-0.1-0.3l-0.7-0.7C15.1%2C0%2C15%2C0%2C14.9%2C0c-0.1%2C0-0.2%2C0-0.3%2C0.1L11.8%2C3V2c0-0.2-0.2-0.4-0.4-0.4h-1C10.2%2C1.7%2C10%2C1.8%2C10%2C2v3.6%0A%09%09%09C10%2C5.9%2C10.2%2C6%2C10.4%2C6z%20M5.6%2C1.7h-1C4.4%2C1.7%2C4.2%2C1.8%2C4.2%2C2v1L1.4%2C0.1C1.3%2C0%2C1.2%2C0%2C1.1%2C0C1%2C0%2C0.9%2C0%2C0.8%2C0.1L0.1%2C0.8%0A%09%09%09C0%2C0.9%2C0%2C1%2C0%2C1.1s0%2C0.2%2C0.1%2C0.3L3%2C4.3H2c-0.2%2C0-0.4%2C0.2-0.4%2C0.4v1C1.7%2C5.9%2C1.8%2C6%2C2%2C6h3.6C5.8%2C6%2C6%2C5.9%2C6%2C5.7V2%0A%09%09%09C6%2C1.8%2C5.8%2C1.7%2C5.6%2C1.7z%20M5.6%2C10H2c-0.2%2C0-0.4%2C0.2-0.4%2C0.4v1c0%2C0.2%2C0.2%2C0.4%2C0.4%2C0.4h1l-2.9%2C2.9C0%2C14.7%2C0%2C14.8%2C0%2C14.9%0A%09%09%09c0%2C0.1%2C0%2C0.2%2C0.1%2C0.3l0.7%2C0.7C1%2C16%2C1.2%2C16%2C1.4%2C15.9L4.2%2C13v1c0%2C0.2%2C0.2%2C0.4%2C0.4%2C0.4h1C5.8%2C14.3%2C6%2C14.2%2C6%2C14v-3.6%0A%09%09%09C6%2C10.1%2C5.8%2C10%2C5.6%2C10z%20M13%2C11.7h1c0.2%2C0%2C0.4-0.2%2C0.4-0.4v-1c0-0.2-0.2-0.4-0.4-0.4h-3.6c-0.2%2C0-0.4%2C0.2-0.4%2C0.4V14%0A%09%09%09c0%2C0.2%2C0.2%2C0.4%2C0.4%2C0.4h1c0.2%2C0%2C0.4-0.2%2C0.4-0.4v-1l2.9%2C2.9c0.1%2C0.1%2C0.4%2C0.1%2C0.5%2C0l0.7-0.7C16%2C15.1%2C16%2C15%2C16%2C14.9%0A%09%09%09c0-0.1%2C0-0.2-0.1-0.3L13%2C11.7z%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.gallery-btn._prev:after {
  left: -1px;
  top: 6px;
  width: 9px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%209%2015%22%20enable-background%3D%22new%200%200%209%2015%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%229%2C1.4%207.6%2C0%200.7%2C6.7%200.9%2C6.9%200%2C7.8%207.2%2C15%208.7%2C13.5%202.7%2C7.6%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.gallery-btn._next:after {
  right: -1px;
  top: 6px;
  width: 9px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%209%2015%22%20enable-background%3D%22new%200%200%209%2015%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%229%2C7.1%201.7%2C0%200.3%2C1.4%206.3%2C7.4%200%2C13.6%201.4%2C15%208.2%2C8.3%208%2C8.1%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.gallery-middle {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  height: auto;
  transition: height 0.6s;
}
.gallery-middle__load {
  position: absolute;
  left: 0;
  top: 47%;
  width: 100%;
  text-align: center;
}
.gallery-middle__img {
  position: relative;
  z-index: 10;
  transition: opacity 0.6s;
  opacity: 0;
  -webkit-transform: translateZ(0);
}
.gallery-middle__img._absolute {
  position: absolute;
  left: 0;
  top: 0;
}
.gallery-middle__img._visible {
  opacity: 1;
}
.gallery-middle__nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  text-align: right;
}
.gallery-middle__navCtrl {
  display: inline-block;
}
.gallery-list {
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  width: 100%;
  min-height: 50px;
  white-space: nowrap;
}
.gallery-list .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 51px;
}
.gallery-list .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 15px;
}
.gallery-list__content {
  overflow: hidden;
}
.gallery-list__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  width: 120px;
}
.gallery-list__item:last-child {
  margin-right: 0;
}
.gallery-list__itemImg {
  position: relative;
  display: block;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery-list__itemImg:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0,125,182,0.5);
  content: "";
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-list__itemImg._active:after {
  opacity: 1;
}
.gallery-stats {
  position: relative;
  z-index: 10;
  top: 100px;
  height: 0;
  text-align: right;
  font-size: 0;
  line-height: 0;
}
.gallery-stats__wrap {
  float: right;
  width: 105px;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
}
.gallery-stats__current {
  color: #007db6;
}
.gallery-fullScreen {
  position: fixed;
  overflow: hidden;
  top: 60px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #fff;
  z-index: 100;
}
.gallery-fullScreen__imgWrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  text-align: center;
  cursor: pointer;
}
.gallery-fullScreen__imgWrap.change-next {
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  z-index: 15;
  -webkit-transform: translateX(130%);
      -ms-transform: translateX(130%);
          transform: translateX(130%);
  opacity: 1;
}
.gallery-fullScreen__imgWrap.change-prev {
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  z-index: 15;
  -webkit-transform: translateX(-130%);
      -ms-transform: translateX(-130%);
          transform: translateX(-130%);
  opacity: 1;
}
.gallery-fullScreen__imgWrap img {
  display: inline-block;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
}
.gallery-fullScreen__imgWrap._load {
  opacity: 1;
}
.gallery-fullScreen__load {
  position: absolute;
  left: 0;
  top: 47%;
  width: 100%;
  text-align: center;
}
.gallery-fullScreen__nav {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 15;
  font-size: 0;
  line-height: 0;
  text-align: right;
}
.gallery-fullScreen__nav ._next {
  margin-left: 4px;
}
.gallery-fullScreen__nav ._full-screen {
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .gallery-fullScreen__nav {
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .gallery-fullScreen {
    top: 0;
    z-index: 2301;
  }
  .gallery-fullScreen__nav .gallery-btn {
    display: none;
  }
  .gallery-fullScreen__nav ._full-screen {
    display: inline-block;
  }
}
.chooseRegion-map {
  margin-top: 35px;
  padding-bottom: 35px;
}
.chooseRegion-map__wrap {
  position: relative;
  max-width: 800px;
  height: 424px;
  margin: 0 auto;
}
.chooseRegion-map__map {
  position: relative;
  z-index: 5;
  height: 420px;
  width: 100%;
  overflow: hidden;
}
.chooseRegion-map._visibleDistrict .chooseRegion-map__map {
  visibility: hidden;
  z-index: -1;
}
.chooseRegion-map__mapWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -210px 0 0 -400px;
  width: 800px;
  height: 420px;
}
@media (max-width: 1023px) {
  .chooseRegion-map__mapWrap {
    left: 0;
    margin-left: 0;
  }
}
.chooseRegion-map__districts {
  position: absolute;
  left: -2px;
  right: -2px;
  top: 0;
  border: 2px solid #b3b3b3;
  height: 420px;
  overflow: hidden;
  box-sizing: border-box;
  visibility: hidden;
}
.chooseRegion-map__close {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 32px;
  z-index: 5;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  padding: 9px 0 5px 40px;
  box-sizing: border-box;
  fill: #6a6a6a;
}
.chooseRegion-map__closeIcon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  border: 2px solid #6a6a6a;
  width: 32px;
  height: 32px;
  padding: 7px;
  box-sizing: border-box;
}
.chooseRegion-map._visibleDistrict .chooseRegion-map__districts {
  visibility: visible;
  z-index: 5;
}
.chooseRegion-map__district {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -210px 0 0 -400px;
  width: 800px;
  height: 420px;
  background-color: #fff;
  visibility: hidden;
}
.chooseRegion-map__district._visible {
  z-index: 4;
  visibility: visible;
}
@media (max-width: 767px) {
  .chooseRegion-map__wrap {
    display: none;
  }
}
.chooseRegion-map .hover-polygon,
.chooseRegion-map .hover-polygon path,
.chooseRegion-map .hover-polygon polygon {
  fill: #ebebeb;
}
.chooseRegion-map .js-region,
.chooseRegion-map .js-region-title,
.chooseRegion-map .js-city-title {
  cursor: pointer;
  transition: fill 0.3s;
}
.chooseRegion-map .js-region path,
.chooseRegion-map .js-region-title path,
.chooseRegion-map .js-city-title path,
.chooseRegion-map .js-region polygon,
.chooseRegion-map .js-region-title polygon,
.chooseRegion-map .js-city-title polygon {
  transition: fill 0.3s;
}
.chooseRegion-map .js-city-title:hover circle {
  fill: #047db6;
}
.chooseRegion-map .district {
  cursor: pointer;
}
.chooseRegion-map .district__title {
  display: none;
}
.chooseRegion-map .district__path,
.chooseRegion-map .district__gr path,
.chooseRegion-map .district__gr polygon {
  transition: fill 0.3s;
}
.chooseRegion-map .district:hover .district__title {
  display: block;
}
.chooseRegion-map .district:hover .district__path,
.chooseRegion-map .district:hover .district__gr path,
.chooseRegion-map .district:hover .district__gr polygon {
  fill: #ebebeb;
}
.chooseRegion-lock-test {
  overflow: hidden;
}
.chooseRegion-lock {
  overflow: visible !important;
  width: auto;
}
.chooseRegion-lock body {
  overflow: hidden !important;
}
.chooseRegion-lock.mobile body {
  position: fixed;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.chooseRegion-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  z-index: 2250;
  background-color: rgba(0,0,0,0.6);
  display: none;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.chooseRegion-container .chooseRegion-map {
  padding-left: 20px;
  padding-right: 20px;
}
.chooseRegion-container .constrain {
  float: right;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .chooseRegion-container .constrain {
    width: 845px;
  }
}
.chooseRegion-container._show {
  display: block;
}
.chooseRegion-container._visible {
  opacity: 1;
}
.chooseRegion-container._visible .chooseRegion {
  right: 0;
}
.chooseRegion {
  position: relative;
  right: -2000px;
  margin-top: 80px;
  z-index: 2125;
  box-shadow: 0 1px 10px rgba(0,0,0,0.2);
  background-color: #fff;
  transition: right 0.6s;
}
.chooseRegion-head {
  position: relative;
  box-sizing: border-box;
  height: 50px;
  padding: 0 20px;
  background-color: #007db6;
  color: #fff;
  line-height: 50px;
  font-size: 22px;
}
.chooseRegion-head__close {
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -20px;
  box-sizing: border-box;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  padding-top: 8px;
  color: #fff;
  fill: #fff;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.chooseRegion-head__close__icon._mobile {
  display: none;
}
.chooseRegion-head__close__icon._desktop {
  display: inline-block;
}
.chooseRegion-head__mobileClose {
  display: none;
}
.chooseRegion-field {
  position: relative;
  z-index: 6;
  margin-bottom: 18px;
  padding: 24px 20px 0;
}
.chooseRegion-field__container {
  position: relative;
}
.chooseRegion-field__icon {
  position: absolute;
  left: 21px;
  top: 17px;
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  fill: #b3b3b3;
  color: #b3b3b3;
}
.chooseRegion-field__input {
  box-sizing: border-box;
  border-radius: 28px;
  width: 100%;
  height: 56px;
  padding: 15px 24px 14px 58px;
  border: 2px solid #b3b3b3;
  outline: none;
  background-color: #fff;
  font: 17px/1.3 'Microsoft Sans Serif';
  color: #007db6;
}
.chooseRegion-field._visible .chooseRegion-drop {
  display: block;
}
.chooseRegion-field._opened .chooseRegion-field__input {
  border-radius: 28px 28px 0 0;
}
.chooseRegion-drop {
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  display: none;
}
.chooseRegion-drop__list {
  border: 2px solid #b3b3b3;
  border-top: none;
  border-radius: 0 0 28px 28px;
  margin: 0;
  padding: 0 0 9px;
  background-color: #fff;
  position: relative;
  max-height: 191px;
}
.chooseRegion-drop__item {
  padding: 1px 0 1px;
}
.chooseRegion-drop__link {
  display: block;
  color: #333;
  font-size: 121.4286%;
  padding: 8px 58px 5px;
}
.chooseRegion-drop__link:hover {
  color: #007db6;
  background-color: #f5f5f5;
}
.chooseRegion-drop__link .w {
  font-weight: bold;
}
.chooseRegion-drop__notfound__icon {
  display: none;
}
.chooseRegion-drop__notfound:hover {
  color: #333;
  background: #fff;
}
.chooseRegion-drop .ps-container > .ps-scrollbar-y-rail {
  opacity: 1;
  width: 8px;
  border-radius: 4px;
}
.chooseRegion-drop .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 8px;
  border-radius: 4px;
  background: #ccc;
}
.chooseRegion-nav {
  font-size: 0;
  line-height: 0;
  margin-bottom: 50px;
}
.chooseRegion-container .chooseRegion-nav {
  padding-left: 20px;
  padding-right: 20px;
}
.chooseRegion-nav__item {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
.chooseRegion-nav__item:first-child .chooseRegion-nav__link {
  border-radius: 16px 0 0 16px;
}
.chooseRegion-nav__item:last-child .chooseRegion-nav__link {
  border-radius: 0 16px 16px 0;
}
.chooseRegion-nav__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  font-family: "Microsoft Sans Serif";
  padding: 0px 18px 0;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  min-width: 100px;
  color: #8066c8 !important;
  height: 55px;
}
.chooseRegion-nav__link._active {
  background-color: #daef14;
  color: #414041 !important;
}
.chooseRegion-list {
  margin-top: -15px;
  padding: 36px 0 30px;
  font-size: 0;
  line-height: 0;
}
.chooseRegion-list__column {
  display: inline-block;
  box-sizing: border-box;
  width: 24.999%;
  padding: 0 20px;
  line-height: 1.3;
  font-size: 14px;
  vertical-align: top;
  white-space: normal;
}
@media (max-width: 1023px) {
  .chooseRegion-list__column {
    width: 49.999%;
  }
}
.chooseRegion-list._fiveCol {
  margin-top: -27px;
}
.chooseRegion-list._fiveCol .chooseRegion-list__column {
  width: 25%;
}
@media (max-width: 1279px) {
  .chooseRegion-list._fiveCol .chooseRegion-list__column {
    width: 33.333%;
  }
}
@media (max-width: 1023px) {
  .chooseRegion-list._fiveCol .chooseRegion-list__column {
    width: 49.999%;
  }
}
.chooseRegion-list._fiveCol .chooseRegion-list__section {
  margin-top: 50px;
}
.chooseRegion-list__section {
  position: relative;
  margin-top: 50px;
  font-size: 92.8572%;
}
.chooseRegion-list__section:last-child {
  margin-bottom: 0;
}
.chooseRegion-list__title {
  position: absolute;
  top: -30px;
  font-family: "Microsoft Sans Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}
.chooseRegion-list__titleMobileSelect {
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  display: none;
  background: #eee;
  padding: 1px;
}
.chooseRegion-list__item {
  font-family: "Microsoft Sans Serif";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
}
.chooseRegion-list__link._active {
  font-weight: 700;
  color: #007db6;
}
.chooseRegion-list__link:hover {
  color: inherit;
}
@media (max-width: 767px) {
  .chooseRegion {
    margin-top: 46px;
    background: #f7f7f7;
    transition: none;
  }
  .chooseRegion-container {
    background: none;
    overflow: hidden;
  }
  .chooseRegion-container .constrain {
    float: none;
    height: 100%;
    overflow-y: scroll;
  }
  .chooseRegion-head {
    font-size: 128.5715%;
    color: #007db6;
    background: none;
    width: auto;
    padding-left: 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  .chooseRegion-head__close {
    position: static;
    float: left;
    margin-top: 3px;
    width: 35px;
  }
  .chooseRegion-head__close__icon._mobile {
    display: block;
    stroke: #007db6;
    stroke-width: 4px;
    width: 25px;
    height: 25px;
    fill: none;
    float: left;
    margin-left: 0;
    margin-right: 10px;
  }
  .chooseRegion-head__close__icon._desktop {
    display: none;
  }
  .chooseRegion-head__closeBtn {
    display: none;
  }
  .chooseRegion-head__mobileClose {
    display: block;
    stroke: #007db6;
    stroke-width: 4px;
    width: 25px;
    height: 25px;
    fill: none;
  }
  .chooseRegion-field {
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
  }
  .chooseRegion-field._focused {
    background: #fff;
  }
  .chooseRegion-field__input {
    border-radius: 0;
    border: none;
    height: 43px;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 42px;
    font-size: 13px;
  }
  .chooseRegion-field__icon {
    top: 10px;
    left: 15px;
  }
  .chooseRegion-field__icon svg {
    max-width: 17px;
    fill: #007db6;
  }
  .chooseRegion-nav {
    display: none;
  }
  .regions-list.ng-hide {
    display: block !important;
  }
  .chooseRegion-list {
    padding: 0;
    margin: 0;
  }
  .chooseRegion-list._fiveCol {
    margin-top: 0;
  }
  .chooseRegion-list__column {
    display: block;
    width: auto !important;
    padding: 0 15px;
  }
  .chooseRegion-list__section {
    padding: 0;
    margin: 0 !important;
  }
  .chooseRegion-list__title {
    background: #ededed;
    color: #999;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    margin: 0 -15px;
    padding: 0 15px;
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    padding: 5px 0;
  }
  .chooseRegion-list__titleMobileSelect {
    display: block;
  }
  .chooseRegion-list__item {
    line-height: 31px;
    margin-bottom: 0;
    display: none;
  }
  .chooseRegion-list__link {
    color: #007db6;
    font-size: 15px;
  }
  .chooseRegion-drop {
    top: 43px;
  }
  .chooseRegion-drop__list {
    border: 1px solid #ececec;
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: relative;
    max-height: 100px;
  }
  .chooseRegion-drop__item {
    padding: 0;
    border-bottom: 1px solid #ececec;
  }
  .chooseRegion-drop__item__region {
    font-weight: bold;
  }
  .chooseRegion-drop__link {
    display: block;
    color: #007db6;
    font-size: 100%;
    padding: 12px 15px;
  }
  .chooseRegion-drop__link:hover {
    color: #007db6 !important;
    background-color: inherit;
  }
  .chooseRegion-drop__link .w {
    color: #007db6;
  }
  .chooseRegion-drop__notfound__icon {
    position: absolute;
    left: 15px;
    top: 13px;
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .chooseRegion-drop__notfound__text {
    padding-left: 27px;
  }
}
.asideLinks {
  margin-bottom: 23px;
}
.asideLinks__section {
  margin-bottom: 35px;
}
.asideLinks__section:last-child {
  margin-bottom: 0;
}
.asideLinks__title {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Microsoft Sans Serif';
}
.asideLinks__item {
  margin-bottom: 6px;
}
.asideLinks__item:last-child {
  margin-bottom: 0;
}
.asideLinks__link {
  text-transform: uppercase;
  font-size: 78.5715%;
  font-weight: 700;
  vertical-align: middle;
}
.asideLinks__link._site .asideLinks__linkSvg {
  margin-top: -2px;
  color: #007db6;
  fill: #007db6;
}
.asideLinks__linkSvg {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  fill: #666;
  color: #666;
  vertical-align: middle;
  text-align: center;
}
.headerSinglePage {
  position: relative;
  background-color: #8066c8;
  min-height: 52px;
  width: 100%;
  line-height: 48px;
  vertical-align: middle;
}
.headerSinglePage:hover {
  opacity: 0.9;
}
.headerSinglePage__printLink {
  position: absolute;
  right: 15px;
  top: 13px;
  z-index: 2;
}
.headerSinglePage__link {
  position: relative;
  display: block;
  padding: 0 15px 0 40px;
  height: 52px;
  color: #daef14;
  fill: #daef14;
  font-size: 18px;
  line-height: 54px;
  text-decoration: none;
  vertical-align: middle;
  background-color: transparent;
  transition: background-color 0.3s;
}
.visuallyImpairedBody .headerSinglePage__link {
  background: none !important;
}
.headerSinglePage__link .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  margin: -6px 0 0;
  width: 18px;
  height: 14px;
}
.color-site-1 .headerSinglePage,
.color-site-3 .headerSinglePage {
  background-color: #000;
  color: #fff !important;
  fill: #fff !important;
}
.color-site-2 .headerSinglePage {
  background-color: #fff;
  color: #000 !important;
  fill: #000 !important;
}
.color-site-1 .headerSinglePage__link,
.color-site-3 .headerSinglePage__link {
  color: #fff;
  fill: #fff;
}
.color-site-1 .headerSinglePage__link:hover .icon,
.color-site-3 .headerSinglePage__link:hover .icon {
  fill: #fff !important;
}
.color-site-2 .headerSinglePage__link {
  color: #000 !important;
}
.color-site-2 .headerSinglePage__link:hover .icon {
  fill: #000 !important;
}
@media (max-width: 767px) {
  .headerSinglePage {
    min-height: 45px;
    line-height: 41px;
  }
  .headerSinglePage__link {
    padding-left: 32px;
  }
  .headerSinglePage__link .icon {
    left: 12px;
    max-width: 14px;
  }
}
.contentSinglePage {
  padding: 34px 40px 0 40px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #daef14;
}
.contentSinglePage__container {
  margin-bottom: 40px;
}
.visuallyImpairedBody .contentSinglePage {
  box-shadow: none;
}
.visuallyImpairedBody .contentSinglePage {
  border-color: #000;
  background-color: transparent !important;
}
.color-site-2 .contentSinglePage {
  border-color: #fff;
}
.contentSinglePage__section {
  margin-bottom: 40px;
}
.participant__list {
  padding: 0 20px;
  font-size: 0;
  line-height: 0;
}
.participant__item {
  box-sizing: border-box;
  display: inline-block;
  width: 20%;
  margin-bottom: 30px;
  padding: 0 10px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
}
.participant__avatar {
  width: 160px;
  height: 160px;
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0;
  line-height: 0;
  width: 160px;
  height: 160px;
}
.participant__avatar ._noAvatar {
  border-radius: 50%;
  background-color: #dfdfdf;
}
.participant__avatarImg {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
.participant__name {
  margin-bottom: 7px;
  font-size: 150%;
  line-height: 1.24;
}
.participant__position {
  font-size: 100%;
}
@media (max-width: 1279px) {
  .participant__item {
    width: 33%;
  }
}
@media (max-width: 1023px) {
  .participant__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .participant__item {
    width: 100%;
  }
}
.visuallyImpairedBody .participant__list {
  padding-left: 0;
  padding-right: 0;
}
.visuallyImpairedBody .participant__item {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: left;
}
.visuallyImpairedBody .participant__avatar {
  display: none;
}
.fonts-x2 .participant__item {
  font-size: 18px;
}
.fonts-x3 .participant__item {
  font-size: 22px;
}
.cardDate {
  position: relative;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  width: 160px;
  height: 160px;
  color: #808080;
}
.cardDate__head {
  border-bottom: 5px solid #70b6d7;
  height: 54px;
}
.cardDate._weekends .cardDate__head {
  border-bottom-color: #e77e82;
}
.cardDate__year {
  position: absolute;
  left: 6px;
  top: 3px;
  font-size: 11px;
}
.cardDate__month {
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.cardDate__number {
  height: 99px;
  line-height: 96px;
  font-size: 38px;
  text-align: center;
  font-weight: 300;
}
.cardDate__numberMonth {
  display: none;
}
.cardDate._smalll {
  height: 100px;
}
.cardDate._smalll .cardDate__head {
  height: 32px;
}
.cardDate._smalll .cardDate__month {
  line-height: 36px;
}
.cardDate._smalll .cardDate__number {
  height: 61px;
  font-size: 32px;
  line-height: 62px;
}
@media (max-width: 767px) {
  .cardDate {
    padding: 10px 12px;
    margin: 0 -12px 10px;
    border: none;
    width: auto;
    height: auto;
    border-bottom: 3px solid #70b6d7;
    background-color: #fcfcfc;
  }
  .cardDate._smalll {
    height: auto;
  }
  .cardDate._weekends {
    border-bottom-color: #e77e82;
  }
  .cardDate__head {
    position: absolute;
    right: 12px;
    top: 12px;
    border: none;
    height: auto !important;
    display: block;
  }
  .cardDate__number {
    height: auto !important;
    line-height: normal !important;
    font-size: 19px !important;
    text-align: left;
  }
  .cardDate__numberMonth {
    display: inline;
    text-transform: uppercase;
  }
  .cardDate__numberDay {
    display: none;
  }
  .cardDate__year {
    position: static;
    left: auto;
    top: auto;
    margin-left: 3px;
    display: inline;
    font-size: 8px !important;
    line-height: normal !important;
    font-weight: 700;
  }
  .cardDate__year:before {
    display: none !important;
  }
  .cardDate__month {
    display: none !important;
  }
  .visuallyImpairedBody .cardDate__year {
    font-size: 18px !important;
  }
  .visuallyImpairedBody .cardDate__head {
    top: 8px;
  }
}
.visuallyImpairedBody .cardDate {
  border-color: #000;
  color: inherit;
}
.visuallyImpairedBody .cardDate__year {
  font-size: 18px;
}
.visuallyImpairedBody .cardDate__head {
  border-bottom-color: #000 !important;
  text-align: center;
}
.visuallyImpairedBody .cardDate__year,
.visuallyImpairedBody .cardDate__month {
  line-height: 60px;
}
.visuallyImpairedBody .cardDate__year {
  display: inline-block;
  position: relative;
  left: auto;
  top: auto;
}
.visuallyImpairedBody .cardDate__year:before {
  content: ", ";
}
.visuallyImpairedBody .cardDate__month {
  display: inline-block;
}
.color-site-2 .cardDate {
  border-color: #fff;
}
.color-site-2 .cardDate__head {
  border-bottom-color: #fff !important;
}
.calendarEvents {
  min-height: 370px;
}
.calendarEvents__head {
  position: relative;
  padding: 0 78px;
  min-height: 32px;
  margin-bottom: 20px;
}
.calendarEvents__headTitle {
  font-size: 24px;
}
.calendarEvents__prev,
.calendarEvents__next {
  position: absolute;
  display: block;
  top: 2px;
  border-radius: 50%;
  border: 2px solid #007db6;
  padding: 6px 0;
  fill: #007db6;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  transition: background-color 0.3s, fill 0.3s;
  box-sizing: border-box;
}
.calendarEvents__prev:hover,
.calendarEvents__next:hover {
  background-color: #007db6;
  fill: #fff;
}
.calendarEvents__prev.ng-hide,
.calendarEvents__next.ng-hide {
  transition: none;
}
.calendarEvents__prev {
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.calendarEvents__next {
  right: 0;
}
.calendarEventsBlock {
  position: relative;
  padding-top: 40px;
  padding-bottom: 8px;
}
.calendarEventsBlock__line {
  position: relative;
  z-index: 20;
  height: 28px;
  margin-top: 8px;
}
.calendarEventsBlock__head {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
.calendarEventsBlock__headNum {
  border: 1px solid #e6e6e6;
  border-left: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  background-color: #fff;
}
.calendarEventsBlock__headItem {
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: 42px;
  font-size: 11px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  border-left: 1px solid #e6e6e6;
}
.calendarEventsBlock__headItem:after {
  position: absolute;
  left: -1px;
  top: 45px;
  height: 500px;
  border-left: 1px dashed #e6e6e6;
  box-sizing: border-box;
  width: 1px;
  content: "";
  display: block;
}
.calendarEventsBlock__headItem:last-child:before {
  position: absolute;
  right: 0;
  top: 45px;
  height: 500px;
  border-right: 1px dashed #e6e6e6;
  box-sizing: border-box;
  width: 1px;
  content: "";
  display: block;
}
.calendarEventsBlock__item {
  position: absolute;
  top: 0;
  height: 28px;
}
.calendarEventsBlock__event {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 28px;
  line-height: 24px;
  padding: 0 6px;
  border-radius: 3px;
  border: 2px solid #ddd;
  white-space: nowrap;
  background-color: #f8f8f8;
  cursor: pointer;
  text-decoration: none !important;
  transition: background-color 0.3s, color 0.3s;
}
.calendarEventsBlock__event:hover {
  color: #fff;
}
.calendarEventsBlock__event._regional {
  border-color: #00857d;
}
.calendarEventsBlock__event._regional:hover {
  background-color: #00857d;
}
.calendarEventsBlock__event._international {
  border-color: #ef3340;
}
.calendarEventsBlock__event._international:hover {
  background-color: #ef3340;
}
.calendarEventsBlock__event._federal {
  border-color: #5e8ab4;
}
.calendarEventsBlock__event._federal:hover {
  background-color: #5e8ab4;
}
@media (max-width: 1279px) {
  .calendarEventsBlockWrap {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .calendarEventsBlock {
    width: 1220px;
  }
}
.selectMonth {
  position: relative;
}
.selectMonth:before {
  position: absolute;
  left: 50%;
  top: 30px;
  bottom: -7px;
  display: block;
  content: "";
  width: 1px;
  background-color: #f2f2f2;
}
.selectMonth__year {
  position: relative;
  float: left;
  width: 49.999%;
  box-sizing: border-box;
}
.selectMonth__year:first-child {
  padding-right: 35px;
}
.selectMonth__year:last-child {
  padding-left: 35px;
}
.selectMonth__yearTitle {
  display: block;
  margin-bottom: 27px;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
}
.selectMonth__months {
  margin-left: -30px;
  white-space: nowrap;
}
.selectMonth__monthsHalf {
  display: inline-block;
  vertical-align: top;
  width: 65px;
  margin-left: 30px;
}
.selectMonth__monthsItem {
  color: #999;
}
.selectMonth__monthsLink {
  position: relative;
  display: inline-block;
  padding: 5px 23px 5px 0;
  font-size: 13px;
  line-height: 1;
  vertical-align: top;
  line-height: 20px;
  text-transform: capitalize;
}
a.selectMonth__monthsLink:hover .selectMonth__monthsCount {
  background-color: #007db6;
  color: #fff;
}
.selectMonth__monthsCount {
  position: absolute;
  right: 0;
  top: 5px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #007db6;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  padding-top: 1px;
  font-size: 78.5715%;
  line-height: 14px;
  text-align: center;
  vertical-align: top;
}
.popoverFilterType {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: left;
  min-width: 160px;
}
.selectType {
  position: relative;
}
.selectType__item {
  position: relative;
  box-sizing: border-box;
}
.selectType__itemTitle {
  display: block;
  font-size: 11px;
}
.selectType__itemLink {
  position: relative;
  display: block;
  padding: 5px 0;
  font-size: 13px;
  line-height: 1;
  vertical-align: top;
  line-height: 20px;
  text-transform: capitalize;
}
.fonts-x2 .selectType__itemLink,
.fonts-x3 .selectType__itemLink {
  font-size: 18px;
}
.pagination {
  margin-left: -13px;
}
.pagination__item {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  font-size: 78.5715%;
  text-transform: uppercase;
  font-weight: bold;
}
.pagination__item.disabled {
  display: none;
}
.pagination__item.active .pagination__link {
  color: #6bbcfa;
}
.pagination__link {
  display: block;
  padding: 0 13px;
  fill: #007db6;
}
.pagination__link:hover {
  fill: #6bbcfa;
}
.pagination__itemArrow,
.pagination__linkTtitle {
  display: none;
}
@media (max-width: 767px) {
  .pagination {
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    margin-left: -12px;
    margin-right: -12px;
    text-align: center;
  }
  .pagination__item {
    display: none;
  }
  .pagination__item.active .pagination__link {
    color: #007db6;
  }
  .pagination__item.active,
  .pagination__item._prev,
  .pagination__item._next {
    display: inline-block;
  }
  .pagination__item.active.disabled,
  .pagination__item._prev.disabled,
  .pagination__item._next.disabled {
    opacity: 0;
    visibility: hidden;
  }
  .pagination__item.active .pagination__linkTtitle {
    display: inline;
    text-transform: uppercase;
  }
  .pagination__item._prev {
    float: left;
  }
  .pagination__item._next {
    float: right;
  }
  .pagination__item._prev .pagination__link,
  .pagination__item._next .pagination__link {
    position: relative;
    height: 16px;
    width: 74px;
    padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
  }
  .pagination__itemArrow {
    position: relative;
    top: 2px;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.quoteText {
  position: relative;
  padding-left: 31px;
  font-size: 171.4286%;
  line-height: 1.33;
  font-weight: 300;
  font-style: italic;
}
.quoteText__before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 29px;
  vertical-align: top;
}
.quoteText__before:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 18px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2028%2021%22%20enable-background%3D%22new%200%200%2028%2021%22%20xml%3Aspace%3D%22preserve%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%3Cpath%20fill%3D%22%238d00ce%22%20d%3D%22M11.5%2C3.3C7.8%2C5.1%2C6%2C7.2%2C6%2C9.7c1.6%2C0.2%2C2.9%2C0.8%2C3.9%2C1.9c1%2C1.1%2C1.5%2C2.4%2C1.5%2C3.8c0%2C1.5-0.5%2C2.9-1.5%2C3.9%0A%09c-1%2C1.1-2.3%2C1.6-3.8%2C1.6c-1.7%2C0-3.1-0.7-4.3-2.1c-1.2-1.4-1.8-3.1-1.8-5C0%2C8%2C3.3%2C3.3%2C9.8%2C0L11.5%2C3.3z%20M28%2C3.3%0A%09c-3.7%2C1.8-5.5%2C4-5.5%2C6.4c1.6%2C0.2%2C2.9%2C0.8%2C3.9%2C1.9c1%2C1.1%2C1.5%2C2.4%2C1.5%2C3.8c0%2C1.5-0.5%2C2.9-1.5%2C3.9c-1%2C1.1-2.2%2C1.6-3.7%2C1.6%0A%09c-1.7%2C0-3.1-0.7-4.4-2.1c-1.2-1.4-1.8-3.1-1.8-5C16.5%2C8%2C19.7%2C3.3%2C26.3%2C0L28%2C3.3z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 0 0;
  background-size: contain;
  right: 4px;
  top: 0px;
}
.quoteText__after {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 0;
  height: 18px;
  background: #f00;
}
.quoteText__after:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 18px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2028%2021%22%20enable-background%3D%22new%200%200%2028%2021%22%20xml%3Aspace%3D%22preserve%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%3Cpath%20fill%3D%22%238d00ce%22%20d%3D%22M5.5%2C11.3c-1.6-0.2-2.9-0.8-3.9-1.9C0.6%2C8.2%2C0.1%2C7%2C0.1%2C5.5c0-1.5%2C0.5-2.9%2C1.5-3.9C2.6%2C0.5%2C3.8%2C0%2C5.3%2C0%0A%09C7%2C0%2C8.5%2C0.7%2C9.7%2C2.1c1.2%2C1.4%2C1.8%2C3.1%2C1.8%2C5c0%2C5.9-3.3%2C10.5-9.8%2C13.9L0%2C17.7C3.7%2C15.9%2C5.5%2C13.7%2C5.5%2C11.3z%20M22%2C11.3%0A%09c-1.6-0.2-2.8-0.8-3.9-1.9c-1-1.1-1.5-2.4-1.5-3.8c0-1.5%2C0.5-2.9%2C1.5-3.9c1-1.1%2C2.2-1.6%2C3.7-1.6c1.7%2C0%2C3.1%2C0.7%2C4.4%2C2.1%0A%09c1.2%2C1.4%2C1.8%2C3.1%2C1.8%2C5c0%2C5.9-3.3%2C10.5-9.8%2C13.9l-1.8-3.3C20.1%2C15.9%2C22%2C13.7%2C22%2C11.3z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 0 0;
  background-size: contain;
  left: -26px;
}
@media (max-width: 1023px) {
  .quoteText__after:before {
    left: -23px;
  }
}
@media (max-width: 767px) {
  .quoteText {
    padding-left: 20px;
    font-size: 128.5715%;
    line-height: 1.35;
  }
  .quoteText__before:before,
  .quoteText__after:before {
    width: 15px;
    height: 12px;
  }
  .quoteText__before:before {
    top: 2px;
    right: 13px;
  }
  .quoteText__after:before {
    top: 5px;
    left: -18px;
  }
}
.visuallyImpairedBody .quoteText {
  padding-left: 0;
}
.visuallyImpairedBody .quoteText__before,
.visuallyImpairedBody .quoteText__after,
.visuallyImpairedBody .quoteText__nbsp {
  display: none;
}
.blockquote {
  margin-bottom: 23px;
  margin-left: 20px;
  padding: 0;
  font-size: 87.5%;
  font-family: 'Microsoft Sans Serif';
  font-style: normal;
  border: none !important;
}
.blockquote__link {
  display: block;
  text-decoration: none;
  border-bottom: none !important;
  border-left: 4px solid #e6e6e6 !important;
  padding-left: 16px;
  overflow: hidden;
  transition: border-left-color 0.3s;
}
.blockquote__link:hover {
  border-left-color: #007db6 !important;
}
.blockquote__title {
  display: block;
  font-family: 'Microsoft Sans Serif';
  font-size: 128.5715%;
  line-height: 1.33;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
}
.blockquote__title:last-child {
  padding: 8px 0 8px 16px;
  margin-left: -16px;
  margin-bottom: 0;
  margin-top: 0;
}
.blockquote__title:hover .blockquote__titleLink {
  border-bottom-color: #007db6;
}
.blockquote__titleLink {
  border-bottom: 2px solid transparent;
  color: #007db6;
}
.visuallyImpairedBody .blockquote__titleLink {
  border-bottom-color: #000 !important;
}
.color-site-2 .blockquote__titleLink {
  border-bottom-color: #fff !important;
}
.blockquote__text {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.43;
}
@media (max-width: 767px) {
  .blockquote {
    margin-bottom: 13px;
  }
  .blockquote__title {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .blockquote__title:last-child {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .blockquote__text {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.rssWin {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 242px;
  z-index: 200;
  padding: 25px 36px 15px 29px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #daef14;
  font-size: 92.8572%;
}
.visuallyImpairedBody .rssWin {
  box-shadow: none;
}
.visuallyImpairedBody .rssWin {
  border-color: #000;
  background-color: transparent !important;
}
.color-site-2 .rssWin {
  border-color: #fff;
}
.rssWin._mobile {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
}
.rssWin__arrow {
  position: absolute;
  bottom: -11px;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 11px solid #fff;
}
.rssWin__item {
  margin-bottom: 12px;
}
.hashTags {
  margin: 23px 0;
  margin-left: -7px;
}
.hashTags__item {
  margin-left: 7px;
  display: inline-block;
}
.calendarEvents {
  min-height: 370px;
}
.calendarEvents__head {
  position: relative;
  padding: 0 78px;
  min-height: 32px;
  margin-bottom: 20px;
}
.calendarEvents__headTitle {
  font-size: 24px;
}
.calendarEvents__prev,
.calendarEvents__next {
  position: absolute;
  display: block;
  top: 2px;
  border-radius: 50%;
  border: 2px solid #007db6;
  padding: 6px 0;
  fill: #007db6;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  transition: background-color 0.3s, fill 0.3s;
  box-sizing: border-box;
}
.calendarEvents__prev:hover,
.calendarEvents__next:hover {
  background-color: #007db6;
  fill: #fff;
}
.calendarEvents__prev.ng-hide,
.calendarEvents__next.ng-hide {
  transition: none;
}
.calendarEvents__prev {
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.calendarEvents__next {
  right: 0;
}
.calendarEventsBlock {
  position: relative;
  padding-top: 40px;
  padding-bottom: 8px;
}
.calendarEventsBlock__line {
  position: relative;
  z-index: 20;
  height: 28px;
  margin-top: 8px;
}
.calendarEventsBlock__head {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
.calendarEventsBlock__headNum {
  border: 1px solid #e6e6e6;
  border-left: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  background-color: #fff;
}
.calendarEventsBlock__headItem {
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: 42px;
  font-size: 11px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  border-left: 1px solid #e6e6e6;
}
.calendarEventsBlock__headItem:after {
  position: absolute;
  left: -1px;
  top: 45px;
  height: 500px;
  border-left: 1px dashed #e6e6e6;
  box-sizing: border-box;
  width: 1px;
  content: "";
  display: block;
}
.calendarEventsBlock__headItem:last-child:before {
  position: absolute;
  right: 0;
  top: 45px;
  height: 500px;
  border-right: 1px dashed #e6e6e6;
  box-sizing: border-box;
  width: 1px;
  content: "";
  display: block;
}
.calendarEventsBlock__item {
  position: absolute;
  top: 0;
  height: 28px;
}
.calendarEventsBlock__event {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 28px;
  line-height: 24px;
  padding: 0 6px;
  border-radius: 3px;
  border: 2px solid #ddd;
  white-space: nowrap;
  background-color: #f8f8f8;
  cursor: pointer;
  text-decoration: none !important;
  transition: background-color 0.3s, color 0.3s;
}
.calendarEventsBlock__event:hover {
  color: #fff;
}
.calendarEventsBlock__event._regional {
  border-color: #00857d;
}
.calendarEventsBlock__event._regional:hover {
  background-color: #00857d;
}
.calendarEventsBlock__event._international {
  border-color: #ef3340;
}
.calendarEventsBlock__event._international:hover {
  background-color: #ef3340;
}
.calendarEventsBlock__event._federal {
  border-color: #5e8ab4;
}
.calendarEventsBlock__event._federal:hover {
  background-color: #5e8ab4;
}
@media (max-width: 1279px) {
  .calendarEventsBlockWrap {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .calendarEventsBlock {
    width: 1220px;
  }
}
.ratingTotal {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  fill: #fff;
  text-decoration: none !important;
  color: inherit !important;
  transitino: fill 0.3s;
}
.ratingTotal:hover,
.ratingTotal._active {
  fill: #007db6;
}
.ratingTotal__val {
  font-size: 15px;
  font-weight: normal;
  margin-right: 2px;
}
.ratingTotal__star {
  position: relative;
}
.ratingTotal__starIcon {
  width: 17px;
  height: 17px;
}
.ratingPopup {
  color: #808080;
}
.ratingPopup__title {
  margin-bottom: 6px;
  font-size: 78.5715%;
  text-transform: uppercase;
  font-weight: 700;
}
.ratingPopup__stats {
  margin-top: 15px;
  font-size: 78.5715%;
}
.ratingPopup__stars {
  margin-left: -1px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
.ratingPopup__star {
  padding-right: 8px;
  display: inline-block;
  fill: #fff;
  transitino: fill 0.3s;
}
.ratingPopup__star._full {
  fill: #007db6;
}
.ratingPopup__star:last-child {
  margin-right: 0;
}
.ratingPopup__starIcon {
  width: 17px;
  height: 17px;
}
.popover-content .ratingPopup {
  margin: -13px -11px -11px;
}
@media (max-width: 767px) {
  .ratingTotal__val {
    font-size: 12px;
  }
  .ratingTotal__star {
    top: -2px;
  }
}
.banner {
  margin: 50px 0 46px;
}
.banner__container {
  display: block;
  box-sizing: border-box;
  padding: 0 10px;
  height: 200px;
  background-position: center center;
  background-size: auto 200px;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1.3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner__title {
  margin-top: -5px;
  font-weight: 500;
  font-size: 36px;
}
.banner__text {
  margin-top: 23px;
  font-size: 22px;
}
@media (max-width: 1023px) {
  .banner .constrain {
    padding: 0;
    width: auto;
  }
  .banner__container {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .banner {
    margin: 30px 0;
  }
}
@media (max-width: 600px) {
  .banner__container {
    height: 100px;
    background-size: auto 100px;
  }
  .banner__title {
    margin-top: -2px;
    font-weight: 500;
    font-size: 18px;
  }
  .banner__text {
    margin-top: 6px;
    font-size: 12px;
  }
}
.bannerTop {
  margin: 0 0 46px;
}
.bannerTop__container {
  display: block;
  box-sizing: border-box;
  padding: 0 0px;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1.3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .bannerTop .constrain {
    padding: 0;
    width: auto;
  }
  .bannerTop__container {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .bannerTop {
    margin: 15px 0;
  }
}
@media (max-width: 600px) {
  .bannerTop__container {
    background-size: auto 100px;
  }
}
.typoReport {
  position: fixed;
  left: 0;
  right: 0;
  top: 30vh;
  margin: auto;
  z-index: 1000;
  width: 50%;
  min-width: 270px;
  height: auto;
  background: #eff0f8;
  border: 1px solid #c5d1e0;
  box-sizing: border-box;
  box-shadow: 9px 15px 25px rgba(0,0,0,0.11);
  border-radius: 10px;
}
.typoReport__close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #ff2f2f;
}
.typoReport__cross {
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.631592%200.539474L8.36843%208.27632%22%20stroke%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M8.36844%200.539474L0.631597%208.27632%22%20stroke%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 0 0;
  background-size: contain;
}
.typoReport__content {
  padding: 30px;
}
.typoReport__title {
  font-family: 'Microsoft Sans Serif';
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.typoReport__subtitle {
  font-family: 'Microsoft Sans Serif';
  font-weight: bold;
  font-size: 16px;
}
.typoReport__text {
  font-family: 'Microsoft Sans Serif';
  font-size: 15px;
  margin-bottom: 15px;
}
.typoReport__text_small {
  font-family: 'Microsoft Sans Serif';
  font-size: 13px;
  margin-bottom: 15px;
}
.typoReport__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.typoReport__row_button {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.typoReport__input {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  padding: 10px 15px;
  margin-right: 20px;
  font-size: 15px;
  font-family: 'Microsoft Sans Serif';
}
.typoReport__input:focus {
  outline-color: #c5d1e0;
}
.typoReport__button {
  padding: 10px 20px;
  background-color: #2f80ed;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
}
.typoReport__button:focus {
  outline-color: #c5d1e0;
}
.typoReport__typo {
  color: #f00;
}
.typoReport__captcha {
  margin: 5px 0;
}
.typoReport__captcha_field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.typoReport__captcha_input {
  width: auto;
}
.typoReport__captcha_img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  width: auto;
}
@media (max-width: 767px) {
  .typoReport {
    width: 75%;
  }
}
@media (max-width: 479px) {
  .typoReport {
    top: 20vh;
    width: 90%;
  }
  .typoReport__content {
    padding: 15px;
  }
  .typoReport__row {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .typoReport__input {
    margin-right: 0;
    margin-bottom: 10px;
    width: auto;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.subscription {
  position: fixed;
  left: 0;
  right: 0;
  top: 30vh;
  margin: auto;
  z-index: 1000;
  width: 65%;
  min-width: 270px;
  height: auto;
  background: #eff0f8;
  border: 1px solid #c5d1e0;
  box-sizing: border-box;
  box-shadow: 9px 15px 25px rgba(0,0,0,0.11);
  border-radius: 10px;
}
.subscription__close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #8066c8;
}
.subscription__cross {
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.631592%200.539474L8.36843%208.27632%22%20stroke%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M8.36844%200.539474L0.631597%208.27632%22%20stroke%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 0 0;
  background-size: contain;
}
.subscription__content {
  padding: 30px;
}
.subscription__title {
  margin-bottom: 10px;
}
.subscription__text {
  margin-bottom: 15px;
}
.subscription__text_small {
  margin-bottom: 15px;
}
.subscription__buttons {
  margin-top: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.subscription__input {
  width: calc(100% - 30px);
  background-color: #fff;
  border-radius: 5px;
  border: none;
  padding: 10px 15px;
}
.subscription__input:focus {
  outline-color: #007db6;
}
.subscription__button {
  margin-left: 15px;
}
.subscription__captcha {
  margin: 5px 0;
}
.subscription__captcha_field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.subscription__captcha_input {
  width: auto;
}
.subscription__captcha_img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  width: auto;
}
.subscription__form-agree {
  margin-top: 10px;
}
.subscription__form-agree_text {
  margin-right: 5px;
}
.subscription__form-refuse {
  margin-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.subscription__help-text {
  text-align: right;
  font-size: 13px;
}
@media (max-width: 767px) {
  .subscription {
    width: 90%;
  }
}
@media (max-width: 479px) {
  .subscription {
    top: 20vh;
  }
  .subscription__content {
    padding: 13px;
  }
  .subscription__buttons {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .subscription__button {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .subscription__form-agree {
    font-size: 12px;
  }
  .subscription__text {
    font-size: 13px;
  }
  .subscription__help-text {
    text-align: center;
    font-size: 12px;
  }
}
.sectionNav {
  position: fixed;
  left: 0;
  bottom: -1px;
  right: 0;
  z-index: 1000;
  height: 40px;
  background-color: rgba(255,255,255,0.9);
}
.ipad .sectionNav {
  display: none;
}
.sectionNav__list {
  position: relative;
  height: 40px;
}
.sectionNav__list:after {
  position: absolute;
  top: 10px;
  left: -32px;
  width: 15px;
  height: 23px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2015%2023%22%20enable-background%3D%22new%200%200%2015%2023%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23b2b2b2%22%20d%3D%22M1.6%2C8.3l5.9-6l5.9%2C6c0.2%2C0.2%2C0.4%2C0.3%2C0.7%2C0.3c0.2%2C0%2C0.5-0.1%2C0.7-0.3c0.4-0.4%2C0.4-1%2C0-1.4L8.2%2C0.3%0A%09%09c-0.4-0.4-1-0.4-1.3%2C0L0.3%2C7c-0.4%2C0.4-0.4%2C1%2C0%2C1.4C0.6%2C8.7%2C1.2%2C8.7%2C1.6%2C8.3z%20M13.4%2C14.7l-5.9%2C6l-5.9-6c-0.4-0.4-1-0.4-1.3%2C0%0A%09%09c-0.4%2C0.4-0.4%2C1%2C0%2C1.4l6.6%2C6.7C7%2C22.9%2C7.3%2C23%2C7.5%2C23c0.2%2C0%2C0.5-0.1%2C0.7-0.3l6.6-6.7c0.4-0.4%2C0.4-1%2C0-1.4%0A%09%09C14.4%2C14.3%2C13.8%2C14.3%2C13.4%2C14.7z%20M8.4%2C5.7c0-0.5-0.4-1-0.9-1c-0.5%2C0-0.9%2C0.4-0.9%2C1v1c0%2C0.5%2C0.4%2C1%2C0.9%2C1c0.5%2C0%2C0.9-0.4%2C0.9-1V5.7z%0A%09%09%20M8.4%2C10.5c0-0.5-0.4-1-0.9-1c-0.5%2C0-0.9%2C0.4-0.9%2C1v1c0%2C0.5%2C0.4%2C1%2C0.9%2C1c0.5%2C0%2C0.9-0.4%2C0.9-1V10.5z%20M7.5%2C14.4c-0.5%2C0-0.9%2C0.4-0.9%2C1%0A%09%09v1c0%2C0.5%2C0.4%2C1%2C0.9%2C1c0.5%2C0%2C0.9-0.4%2C0.9-1v-1C8.4%2C14.8%2C8%2C14.4%2C7.5%2C14.4z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  content: "";
}
.sectionNav__item {
  position: relative;
  float: left;
  margin-right: 28px;
  display: inline-block;
}
.sectionNav__item:last-child {
  margin-right: 0;
}
.sectionNav__link {
  position: relative;
  display: inline-block;
  padding-top: 12px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  color: #007db6;
}
.sectionNav__link:hover {
  color: inherit;
}
.sectionNav__link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #007db6;
  opacity: 0;
  content: "";
}
.sectionNav__link._active {
  transition: none;
}
.sectionNav__link._active:after {
  opacity: 1;
}
@media (max-width: 1023px) {
  .sectionNav__item {
    margin-right: 20px;
  }
  .sectionNav__link {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .sectionNav {
    display: none;
  }
}
.b-newsItem-list {
  padding-bottom: 70px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.b-newsItem {
  position: relative;
  opacity: 0;
}
.b-newsItem__main {
  font-size: 24px;
}
.fonts-x2 .b-newsItem__main {
  font-size: 36px;
}
.fonts-x3 .b-newsItem__main {
  font-size: 48px;
}
.b-newsItem__secondary {
  font-size: 16px;
}
.fonts-x2 .b-newsItem__secondary {
  font-size: 24px;
}
.fonts-x3 .b-newsItem__secondary {
  font-size: 32px;
}
.b-newsItem_small {
  min-height: 384px !important;
}
.b-newsItem_small:hover .b-newsItem__wrap {
  background: #62cbc6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.b-newsItem_small:hover .b-newsItem__date {
  top: 33px;
  display: block;
}
.b-newsItem_small:hover .b-newsItem__imgWrap {
  opacity: 0;
  position: absolute;
}
.b-newsItem_small:hover .b-newsItem__descr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 93px;
}
.b-newsItem_small:hover .b-newsItem__header {
  font-weight: 700;
}
.b-newsItem_small:hover .b-newsItem__tag {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 23px;
  color: #fff;
  font-size: 14px;
  font-family: 'Microsoft Sans Serif';
}
.b-newsItem._show {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.b-newsItem._show .b-newsItem__play,
.b-newsItem._show .b-newsItem__gallery {
  opacity: 1;
}
.b-newsItem._show .b-newsItem__img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.7s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.7s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: opacity 0.7s cubic-bezier(0.62, 0.28, 0.23, 0.99), transform 0.7s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: opacity 0.7s cubic-bezier(0.62, 0.28, 0.23, 0.99), transform 0.7s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.7s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.b-newsItem._endAnimate {
  transition-delay: 0s !important;
}
.visuallyImpairedBody .b-newsItem._endAnimate {
  box-shadow: none;
}
.b-newsItem._endAnimate:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 0;
  content: "";
  background-color: #8066c8;
  transition: height 0.3s;
}
.visuallyImpairedBody .b-newsItem._endAnimate:before {
  display: none !important;
}
.b-newsItem._endAnimate._noHover:before {
  display: none !important;
}
.b-newsItem._endAnimate:hover {
  background-color: #fff;
}
.no-mobile .b-newsItem._endAnimate:hover:before {
  height: 7px;
}
.b-newsItem__wrap {
  min-height: 384px;
}
.b-newsItem__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background-color: rgba(255,255,255,0.01);
}
.b-newsItem__imgWrap {
  display: block;
  position: relative;
  z-index: 6;
  overflow: hidden;
  padding-top: 56.25%;
  background-color: #f8f8f8;
}
.b-newsItem._endAnimate .b-newsItem__imgWrap {
  background-color: #fff;
}
.b-newsItem__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
.b-newsItem__sliderList {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  min-height: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
.b-newsItem__sliderPrev,
.b-newsItem__sliderNext {
  position: absolute;
  top: 50%;
  z-index: 20;
  margin-top: -22px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: rgba(255,255,255,0.5);
  transition: background 0.3s;
  fill: #007db6;
  font-size: 0;
  line-height: 0;
}
.b-newsItem__sliderPrev:hover,
.b-newsItem__sliderNext:hover {
  background-color: #fff;
}
.b-newsItem__sliderNext {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.b-newsItem__sliderArrow {
  position: absolute;
  left: 12px;
  top: 10px;
  width: 15px;
  height: 25px;
}
.b-newsItem__sliderPages {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.b-newsItem__sliderPages .slick-dots {
  position: relative;
  top: -22px;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-newsItem__sliderPages li {
  margin: 0 4px;
  display: inline-block;
}
.b-newsItem__sliderPages button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  padding: 0;
  box-shadow: none;
  outline: none;
  background: #898989;
  text-indent: -900px;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
}
.b-newsItem__sliderPages .slick-active button {
  background-color: #007db6;
}
.b-newsItem__sliderPrev {
  left: 20px;
}
.b-newsItem__sliderNext {
  right: 20px;
}
.b-newsItem__sliderItem {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.b-newsItem__sliderImg {
  width: 100%;
  min-height: 100%;
}
.b-newsItem__sliderLink {
  display: block;
  font-size: 0;
  line-height: 0;
}
.b-newsItem {
  transition: all 0.3s ease-out;
  border: 0;
}
.b-newsItem:before {
  display: none !important;
}
.b-newsItem__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(80%);
      -ms-transform: translateY(80%);
          transform: translateY(80%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
div.b-newsItem__img,
span.b-newsItem__img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  visibility: hidden;
}
.b-newsItem:hover .b-newsItem__img {
  opacity: 0.9;
}
.b-newsItem__gallery {
  opacity: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-top: 18px;
  width: 64px;
  height: 64px;
  color: #fff;
  fill: #fff;
  background-color: rgba(0,0,0,0.7);
  transition: opacity 0.3s;
  transition-delay: 0.8s;
  font-size: 107.1429%;
  font-weight: 700;
  text-align: center;
}
.b-newsItem__galleryIcon {
  position: relative;
  top: 5px;
  margin-right: 4px;
}
.b-newsItem__play {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  border-radius: 50%;
  margin: calc(-55px / 2) 0 0 calc(-55px / 2);
  width: 50px;
  height: 50px;
  background-color: #fff;
  transition: opacity 0.3s;
  transition-delay: 0.8s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.b-newsItem__play:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -7px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 14px solid #414041;
  border-bottom: 10px solid transparent;
  content: "";
}
.b-newsItem:hover .b-newsItem__gallery {
  background-color: #000;
}
.b-newsItem:hover .b-newsItem__play {
  background-color: #007db6;
}
.b-newsItem__headerCategory {
  display: none;
}
.b-newsItem__descr {
  position: relative;
  padding: 22px 22px 16px;
  box-sizing: border-box;
  z-index: 6;
}
.b-newsItem__date,
.b-newsItem__label {
  display: inline-block;
  text-transform: uppercase;
  font-size: 78.5715%;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 19px;
}
.b-newsItem__label {
  position: relative;
  padding-left: 18px;
  color: #00857d;
  fill: #00857d;
  display: none !important;
}
a.b-newsItem__label {
  z-index: 10;
}
a.b-newsItem__label:hover {
  color: #004c47;
  fill: #004c47;
}
.b-newsItem__label .icon {
  margin: 0;
  position: absolute;
  top: -2px;
  left: 0px;
}
.b-newsItem__label._country {
  color: #ef3340;
  fill: #ef3340;
  display: none;
}
a.b-newsItem__label._country:hover {
  color: #de1120;
  fill: #de1120;
}
.b-newsItem__date {
  margin-right: 14px;
  color: #808080;
  font-family: 'Microsoft Sans Serif';
  width: 140px;
  height: 30px;
  position: absolute;
  z-index: 7;
  text-align: center;
  line-height: 30px;
  top: -50px;
  background: #fff;
  color: #000;
  font-weight: 400;
  display: none;
}
.b-newsItem__date .icon {
  display: none;
}
.b-newsItem__header {
  display: block;
  font-size: 114.2858%;
  line-height: 23px;
  font-family: 'Microsoft Sans Serif';
  color: inherit;
}
.b-newsItem__header:hover {
  color: inherit;
  text-decoration: underline;
}
.b-newsItem__tag {
  display: none;
}
.b-newsItem__headerChannel {
  font-size: 78.5715%;
  font-weight: bold;
  color: #007db6;
  text-transform: uppercase;
}
.b-newsItem__text {
  font-size: 92.8572%;
  line-height: 1.54;
  margin-top: 10px;
  font-family: 'Microsoft Sans Serif';
  font-weight: 300;
}
.b-newsItem__textPreview {
  font-size: 114.2858%;
  line-height: 1.5;
  margin-top: 7px;
  max-width: 66%;
}
.b-newsItem_big .b-newsItem__imgWrap {
  padding-top: 33.334%;
}
.b-newsItem_big .b-newsItem__header {
  font-size: 171.4286%;
  max-width: 900px;
}
.b-newsItem_big .b-newsItem__descr {
  padding-bottom: 19px;
}
.b-newsItem_big,
.b-newsItem_big .b-newsItem__wrap {
  min-height: 0 !important;
}
.b-newsItem_big .b-newsItem__date {
  width: auto;
  position: static;
}
.b-newsItem_big:hover {
  opacity: 0.8;
}
@media (max-width: 1279px) {
  .b-newsItem__textPreview {
    max-width: none;
  }
  .b-newsItem_small .b-newsItem__header {
    font-size: 128.5715%;
  }
}
@media (max-width: 1023px) {
  .b-newsItem_small .b-newsItem__wrap {
    min-height: 292px;
  }
}
@media (max-width: 767px) {
  .b-newsItem-list {
    margin-bottom: 10px;
  }
  .b-newsItem {
    min-height: 0 !important;
    margin-bottom: 10px;
  }
  .b-newsItem__sliderPrev,
  .b-newsItem__sliderNext {
    display: none !important;
  }
  .b-newsItem__wrap,
  .b-newsItem__date,
  .b-newsItem__label {
    font-size: 57.1429%;
    margin-bottom: 10px;
  }
  .b-newsItem__wrap .icon,
  .b-newsItem__date .icon,
  .b-newsItem__label .icon {
    max-height: 11px;
  }
  .b-newsItem_big .b-newsItem__descr,
  .b-newsItem_small .b-newsItem__descr,
  .b-newsItem__descr {
    padding: 15px 13px;
  }
  .b-newsItem_small .b-newsItem__header,
  .b-newsItem_big .b-newsItem__header,
  .b-newsItem__header {
    font-size: 100%;
  }
  .b-newsItem_big .b-newsItem__imgWrap {
    padding-top: 56.25%;
  }
  .b-newsItem__textPreview {
    font-size: 85.7143%;
  }
}
.visuallyImpairedBody .b-newsItem__date {
  display: none;
}
@media (max-width: 767px) {
  .b-newsItem__header,
  .b-newsItem_big .b-newsItem__header {
    font-size: 214.2858%;
  }
  .b-newsItem_small .b-newsItem__header {
    font-size: 214.2858%;
  }
  .b-newsItem__textPreview {
    font-size: 171.4286%;
    margin-top: 20px;
  }
  .b-newsItem__date {
    font-size: 128.5715%;
  }
}
.b-reviewItem-list {
  padding-bottom: 70px;
  margin-left: 0;
  margin-right: 0;
}
.b-reviewItem {
  cursor: pointer;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.visuallyImpairedBody .b-reviewItem {
  box-shadow: none;
}
.b-reviewItem:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 0;
  content: "";
  background-color: #8066c8;
  transition: height 0.3s;
}
.visuallyImpairedBody .b-reviewItem:before {
  display: none !important;
}
.b-reviewItem._noHover:before {
  display: none !important;
}
.b-reviewItem:hover {
  background-color: #fff;
}
.no-mobile .b-reviewItem:hover:before {
  height: 7px;
}
.b-reviewItem__wrapper {
  width: 33.33%;
}
.b-reviewItem__wrap {
  padding: 28px 25px 28px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b-reviewItem__date {
  font-size: 78.5715%;
  text-transform: uppercase;
  color: #808080;
  font-weight: bold;
  margin-bottom: 10px;
  display: none;
}
.b-reviewItem__header {
  font-size: 100%;
  line-height: 20px;
  color: #555;
  font-family: 'Microsoft Sans Serif';
  text-align: left;
  padding: 0 10px;
  margin-bottom: 23px;
}
.b-reviewItem__text {
  font-size: 142.8572%;
  font-weight: 500;
  font-style: italic;
  text-align: left;
  line-height: 29px;
  font-family: 'Microsoft Sans Serif';
  margin-bottom: 20px;
  min-height: 128px;
  position: relative;
  padding-left: 36px;
}
.b-reviewItem__textQuoteBefore {
  position: relative;
  position: absolute;
  display: inline-block;
  left: 0;
  width: 29px;
  vertical-align: top;
}
.b-reviewItem__textQuoteBefore:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 18px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M5.16434%207.57706C5.63231%207.84468%206%208.22939%206.26741%208.73118C6.56824%209.19952%206.71866%209.73477%206.71866%2010.3369C6.71866%2011.374%206.36769%2012.2437%205.66574%2012.9462C4.99721%2013.6487%204.17827%2014%203.20891%2014C2.30641%2014%201.5376%2013.6989%200.902507%2013.0968C0.300836%2012.4946%200%2011.7252%200%2010.7885C0%2010.2867%200.0835651%209.8184%200.250696%209.38351C0.417827%208.91517%200.718663%208.2963%201.1532%207.52688L5.3649%200H8.52368L5.16434%207.57706ZM14.6407%207.57706C15.1086%207.84468%2015.4763%208.22939%2015.7437%208.73118C16.0446%209.19952%2016.195%209.73477%2016.195%2010.3369C16.195%2011.374%2015.844%2012.2437%2015.1421%2012.9462C14.4735%2013.6487%2013.6546%2014%2012.6852%2014C11.7827%2014%2011.0139%2013.6989%2010.3788%2013.0968C9.77716%2012.4946%209.47632%2011.7252%209.47632%2010.7885C9.47632%2010.2867%209.55989%209.8184%209.72702%209.38351C9.89415%208.91517%2010.195%208.2963%2010.6295%207.52688L14.8412%200H18L14.6407%207.57706Z%22%20fill%3D%22%23F4A601%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 0 0;
  background-size: contain;
  right: 4px;
  top: 6px;
}
.b-reviewItem__textQuoteAfter {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 0;
  height: 18px;
  background: #f00;
}
.b-reviewItem__textQuoteAfter:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 18px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.8357%206.42294C12.3677%206.15532%2012%205.77061%2011.7326%205.26882C11.4318%204.80048%2011.2813%204.26523%2011.2813%203.66308C11.2813%202.62604%2011.6323%201.75627%2012.3343%201.05376C13.0028%200.351255%2013.8217%203.65276e-07%2014.7911%202.80532e-07C15.6936%202.01632e-07%2016.4624%200.301076%2017.0975%200.903227C17.6992%201.50538%2018%202.27479%2018%203.21147C18%203.71326%2017.9164%204.1816%2017.7493%204.61649C17.5822%205.08483%2017.2813%205.7037%2016.8468%206.47312L12.6351%2014L9.47632%2014L12.8357%206.42294ZM3.35933%206.42294C2.89136%206.15532%202.52368%205.77061%202.25627%205.26882C1.95543%204.80048%201.80501%204.26523%201.80501%203.66308C1.80501%202.62605%202.15599%201.75627%202.85794%201.05376C3.52646%200.351256%204.3454%201.19372e-06%205.31476%201.10898e-06C6.21727%201.03008e-06%206.98607%200.301077%207.62117%200.903228C8.22284%201.50538%208.52368%202.27479%208.52368%203.21147C8.52368%203.71326%208.44011%204.1816%208.27298%204.61649C8.10585%205.08483%207.80501%205.7037%207.37047%206.47312L3.15878%2014L0%2014L3.35933%206.42294Z%22%20fill%3D%22%23F4A601%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 0 0;
  background-size: contain;
  left: -8px;
  bottom: -1px;
}
.b-reviewItem__autor {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-reviewItem__autor + a {
  position: absolute;
}
.b-reviewItem__img {
  width: 87px;
  height: 87px;
  border-radius: 50%;
  margin-bottom: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  margin-right: 30px;
}
.b-reviewItem__img._show {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all 0.4s cubic-bezier(0.25, 0.57, 0.52, 1.42);
}
.b-reviewItem__name {
  font-weight: bold;
}
.color-site-2 .b-reviewItem__header {
  color: #fff;
}
.color-site-3 .b-reviewItem__header {
  color: #000;
}
@media (max-width: 1023px) {
  .b-reviewItem__text {
    font-size: 128.5715%;
  }
  .b-reviewItem__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .b-reviewItem__textQuoteAfter:before {
    left: -23px;
  }
}
@media (max-width: 767px) {
  .b-reviewItem-list {
    margin-bottom: 10px;
  }
  .b-reviewItem {
    min-height: auto !important;
    margin-bottom: 10px;
    box-shadow: none;
  }
  .b-reviewItem__wrapper {
    max-width: calc(100vw - 30px);
  }
  .b-reviewItem__wrapper+.b-reviewItem__wrapper {
    margin-left: 30px;
  }
  .b-reviewItem__wrap {
    padding-top: 15px;
    padding-bottom: 1px;
    min-height: auto !important;
  }
  .b-reviewItem__textQuoteBefore:before,
  .b-reviewItem__textQuoteAfter:before {
    width: 15px;
    height: 12px;
  }
  .b-reviewItem__textQuoteBefore:before {
    top: -2px;
  }
  .b-reviewItem__textQuoteAfter:before {
    left: -14px;
  }
  .b-reviewItem__date,
  .b-reviewItem__header {
    display: none;
  }
  .b-reviewItem__text {
    font-size: 100%;
    min-height: 0 !important;
    margin-bottom: 20px;
  }
  .b-reviewItem__autor {
    bottom: 12px;
  }
  .b-reviewItem__img {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
  }
  .b-reviewItem__name {
    font-size: 100%;
  }
}
.banner-events {
  background: #000;
  background-position: top -200px center;
  position: relative;
  background-repeat: no-repeat;
  padding: 60px 0;
}
.banner-events:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(55,55,55,0.72), rgba(55,55,55,0.72)), url("2018-6-29_10-42-55_NZ");
  position: absolute;
  left: 0;
  top: 0;
}
.banner-events__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.banner-events__header {
  color: #fff;
  font-family: 'Microsoft Sans Serif';
  font-size: 50px;
  font-weight: 700;
}
.banner-events__header-link {
  color: #62cbc6;
  transition: all 0.3s ease-out;
}
.banner-events__btn {
  background: #62cbc6;
  color: #fff;
  border-radius: 3px;
  padding: 10.5px 40px;
  transition: all 0.3s ease-out;
}
.banner-events__btn:hover {
  color: #fff;
  opacity: 0.8;
}
.color-site-2 .banner-events {
  border-bottom: 1px solid #fff;
}
.color-site-2 .banner-events__header {
  color: #fff;
}
@media (max-width: 1023px) {
  .banner-events__wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-events__header {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner-events__header {
    font-size: 20px;
    line-height: 1.4;
  }
}
.stream {
  position: absolute;
  right: 82px;
  top: 0;
  width: 232px;
  height: 100%;
}
.stream__content {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 10;
  background: #fff;
  padding: 10px 14px;
  border-radius: 3px;
  box-shadow: 0px 4px 25px rgba(0,0,0,0.25);
}
.stream__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 15px;
  font-family: 'Microsoft Sans Serif';
  margin-bottom: 10px;
}
.stream__header:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0A%3Cpath%20d%3D%22M27.9878%207.5018C23.8464%200.328673%2014.6737%20-2.12917%207.50114%202.01299C0.328012%206.15381%20-2.12993%2015.3261%202.01223%2022.4989C6.15306%2029.6721%2015.3254%2032.1303%2022.4981%2027.9885C29.6713%2023.8463%2032.1304%2014.6745%2027.9878%207.5018ZM20.9987%2025.3901C15.2611%2028.7039%207.92248%2026.7375%204.60963%2020.9987C1.29602%2015.261%203.26308%207.92257%209.00091%204.61039C14.7389%201.29678%2022.0771%203.26297%2025.3902%209.00157C28.7033%2014.7401%2026.7368%2022.077%2020.9987%2025.3901ZM20.3989%2014.3909L12.5458%209.81082C11.8301%209.39302%2011.2529%209.72705%2011.2569%2010.5548L11.2971%2019.6459C11.3008%2020.4735%2011.8851%2020.8104%2012.6028%2020.3959L20.3959%2015.8965C21.1128%2015.4827%2021.1144%2014.8088%2020.3989%2014.3909Z%22%20fill%3D%22%23F4A601%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.stream__btn {
  background: #62cbc6;
  width: 100%;
  height: 27px;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 3px;
  transition: all 0.3s ease-out;
}
.stream__btn:hover {
  color: #fff;
  opacity: 0.8;
}
.stream__close {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  right: 6px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%227%22%20height%3D%227%22%20viewBox%3D%220%200%207%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.64645%203.35355L0%206L0.707107%206.70711L3.35355%204.06066L6%206.70711L6.70711%206L4.06066%203.35355L6.70711%200.707107L6%200L3.35355%202.64645L0.707107%201.54541e-08L1.57408e-07%200.707107L2.64645%203.35355Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .stream {
    right: 10px;
  }
}
.banner-socials {
  background: linear-gradient(80.12deg, #32b9b3 35.98%, #7ed5cc 48.76%, #d7f1e8 85.59%);
  padding: 60px 0;
}
.banner-socials__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner-socials__header {
  font-size: 40px;
  color: #f2f2f2;
  font-family: 'Microsoft Sans Serif';
  margin-bottom: 0;
  line-height: 49px;
  margin-right: 20px;
  font-weight: 400;
}
.fonts-x2 .banner-socials__header {
  font-size: 45px;
}
.fonts-x3 .banner-socials__header {
  font-size: 50px;
}
.banner-socials__content {
  position: static;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner-socials__content .b-footer-socials__item {
  width: 60px;
  height: 60px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
}
.color-site-2 .banner-socials__header {
  color: #fff;
}
@media (max-width: 1279px) {
  .banner-socials__wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-socials__header {
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner-socials__header {
    font-size: 20px;
    line-height: 1.4;
  }
  .banner-socials__content {
    max-width: none;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner-socials .b-footer-socials__item {
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.b-actionItem-list {
  margin-bottom: 20px;
}
.b-actionItem-list + .b-actionItem-list {
  margin-top: 40px;
}
.b-actionItem-list._mb {
  margin-bottom: 10px;
}
.b-actionItem-list__head {
  position: relative;
}
.b-actionItem-list__head .navbar-aside {
  position: absolute;
  right: 0;
  top: 3px;
}
.b-actionItem {
  position: relative;
  margin-bottom: 40px;
  min-height: 0 !important;
}
.b-actionItem._marginBottom {
  margin-bottom: 20px;
}
.b-actionItem__wrap {
  padding: 0 23px 16px;
  min-height: 270px;
}
.b-actionItem__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(255,255,255,0.01);
}
.b-actionItem__head {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 2;
  margin-top: -5px;
  margin-bottom: 22px;
  width: 100%;
  padding-left: 23px;
  padding-right: 23px;
  box-sizing: border-box;
}
.b-actionItem__headTask,
.b-actionItem__headStatus {
  margin-bottom: 5px;
  color: #007db6;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 78.5715%;
}
@media (max-width: 479px) {
  .b-actionItem__headTask,
  .b-actionItem__headStatus {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .b-actionItem__headTask,
  .b-actionItem__headStatus {
    display: block;
  }
}
.b-actionItem__headTask {
  color: #808080;
}
.b-actionItem__headTask._promoting {
  color: #a6a6a6;
}
.b-actionItem__headStatus {
  position: absolute;
  right: 23px;
  top: 0;
  z-index: 2;
}
@media (max-width: 479px) {
  .b-actionItem__headStatus {
    right: auto !important;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .b-actionItem__headStatus {
    right: auto !important;
    position: relative;
  }
}
.b-actionItem__headStatus._regional {
  color: #00857d;
}
.b-actionItem__headStatus._international {
  color: #ef3340;
}
.b-actionItem__headStatus._federal {
  color: #5e8ab4;
}
.b-actionItem__imgWrapper {
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  margin: 0 -23px 22px;
  font-size: 0;
  line-height: 0;
}
.b-actionItem__img {
  max-width: 100%;
  max-height: 100%;
}
.b-actionItem__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}
.b-actionItem__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.b-actionItem__date span {
  color: #f4a601;
}
.b-actionItem__date,
.b-actionItem__place,
.b-actionItem__status {
  display: inline-block;
  font-weight: bold;
  color: #808080;
  fill: #808080;
  margin-right: 15px;
  font-size: 100%;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Microsoft Sans Serif';
  font-weight: 400;
  color: #000;
}
.b-actionItem__date .icon,
.b-actionItem__place .icon,
.b-actionItem__status .icon {
  display: none;
}
.b-actionItem__status._regional {
  color: #00857d;
}
.b-actionItem__status._international {
  color: #ef3340;
}
.b-actionItem__status._federal {
  color: #5e8ab4;
}
.b-actionItem__header {
  display: block;
  font-size: 114.2858%;
  padding-top: 7px;
  line-height: 23px;
  font-weight: bold;
  color: #007db6;
  color: #000;
}
.b-actionItem__header:hover {
  color: #007db6;
}
.b-actionItem__otherLink {
  display: inline-block;
  margin-top: 9px;
  margin-right: 20px;
  font-size: 78.5715%;
  font-weight: 700;
  text-transform: uppercase;
}
.b-actionItem__text {
  margin: 11px 0 0;
  font-size: 100%;
  font-size: 14px;
  line-height: 1.43;
  font-family: 'Microsoft Sans Serif';
  font-weight: 300;
}
.b-actionItem_big {
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #daef14;
}
.visuallyImpairedBody .b-actionItem_big {
  box-shadow: none;
}
.visuallyImpairedBody .b-actionItem_big {
  border-color: #000;
  background-color: transparent !important;
}
.color-site-2 .b-actionItem_big {
  border-color: #fff;
}
.b-actionItem_big:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 0;
  content: "";
  background-color: #8066c8;
  transition: height 0.3s;
}
.visuallyImpairedBody .b-actionItem_big:before {
  display: none !important;
}
.b-actionItem_big._noHover:before {
  display: none !important;
}
.b-actionItem_big:hover {
  background-color: #fff;
}
.no-mobile .b-actionItem_big:hover:before {
  height: 7px;
}
.b-actionItem_big._mini {
  min-height: 0 !important;
}
.b-actionItem_big._mini .b-actionItem__wrap {
  padding-bottom: 25px;
  min-height: 0;
}
.b-actionItem_small {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.b-actionItem_small .b-actionItem__date,
.b-actionItem_small .b-actionItem__place {
  color: #a6a6a6;
  fill: #a6a6a6;
  margin-bottom: 5px;
}
.b-actionItem_small .b-actionItem__header {
  font-size: 128.5715%;
  padding-top: 0;
  line-height: 1.33;
  margin-bottom: 0;
  font-weight: normal;
}
.b-actionItem_small .b-actionItem__headerLink {
  color: #007db6;
  border-bottom: 2px solid transparent;
  color: #007db6;
}
.b-actionItem_small .b-actionItem__headerLink:hover {
  color: #007db6;
  border-bottom-color: #007db6;
}
.visuallyImpairedBody .b-actionItem_small .b-actionItem__headerLink {
  border-bottom-color: #000;
}
.visuallyImpairedBody .b-actionItem_small .b-actionItem__headerLink:hover {
  border-bottom-color: transparent;
}
.color-site-2 .b-actionItem_small .b-actionItem__headerLink {
  border-bottom-color: #fff;
}
.b-actionItem__sourceEmpty {
  height: 30px;
}
.b-actionItem__source {
  position: absolute;
  left: 0;
  bottom: 19px;
  width: 100%;
  font-size: 78.5715%;
  text-transform: uppercase;
  font-weight: 700;
}
.b-actionItem__sourceLink {
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: block;
  margin: 0 23px;
  white-space: nowrap;
  color: #007db6;
}
.b-actionItem__sourceLink:hover {
  color: #6bbcfa;
}
.b-actionItem__sourceLink:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  content: '';
  width: 20px;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);
}
.b-actionItem_big._image:before {
  z-index: 3;
}
.b-actionItem_big._image .b-actionItem__wrap {
  min-height: 280px;
}
.b-actionItem_big._image .b-actionItem__head {
  z-index: 2;
}
.b-actionItem_big._image .b-actionItem_headTask {
  color: #fff;
}
.b-actionItem_big._image .b-actionItem__footer {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 23px;
  right: 23px;
}
.b-actionItem_big._image .b-actionItem__date,
.b-actionItem_big._image .b-actionItem__place {
  color: #ccc;
  fill: #ccc;
}
.b-actionItem_big._image .b-actionItem__header {
  color: #fff;
  font-size: 171.4286%;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .b-actionItem_big._image .b-actionItem__header {
    font-size: 128.5715%;
  }
}
.b-actionItem_big._image .b-actionItem__blackBg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.b-actionItem_big._image .b-actionItem__blackBg:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  display: block;
  z-index: 2;
  content: "";
  background-color: rgba(0,0,0,0.6);
}
.b-actionItem_popover {
  margin: 0;
  max-width: 350px;
}
@media (max-width: 1279px) {
  .b-actionItem_big._image .b-actionItem__wrap {
    min-height: 400px;
  }
}
@media (max-width: 1023px) {
  .b-actionItem__header {
    font-size: 128.5715%;
    font-size: 18px;
    padding-bottom: 15px;
  }
  .b-actionItem__wrap {
    min-height: 0;
  }
  .b-actionItem_big._image .b-actionItem__wrap {
    min-height: 326px;
  }
}
@media (max-width: 767px) {
  .b-actionItem-list {
    margin-bottom: 10px;
  }
  .b-actionItem-list._mb {
    margin-bottom: 0;
  }
  .b-actionItem-list__head .navbar-aside {
    position: relative;
    right: auto;
    top: auto;
  }
  .b-actionItem {
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.07);
    padding: 0 13px 15px;
    margin-bottom: 10px;
    min-height: 0 !important;
/*&__img
            display block
            margin 0 auto*/
  }
  .b-actionItem_small {
    padding-top: 13px;
  }
  .b-actionItem._marginBottom {
    margin-bottom: 10px;
  }
  .b-actionItem__wrap {
    padding: 0;
    min-height: 0 !important;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .b-actionItem__head {
    top: 18px;
    padding-left: 13px;
    padding-right: 13px;
  }
  .b-actionItem__headStatus {
    right: 13px;
  }
  .b-actionItem__date {
    font-size: 57.1429%;
    font-size: 14px;
  }
  .b-actionItem__date .icon {
    max-height: 13px;
  }
  .b-actionItem__place {
    font-size: 57.1429%;
    text-overflow: ellipsis;
  }
  .b-actionItem__place .icon {
    max-height: 15px;
  }
  .b-actionItem_small .b-actionItem__header,
  .b-actionItem_big .b-actionItem__header {
    font-size: 100%;
    font-size: 18px;
    padding-top: 0;
  }
  .b-actionItem__text {
    display: none;
  }
  .b-actionItem__imgWrapper {
    margin-left: -13px;
    margin-right: -13px;
  }
  .b-actionItem__img {
    position: static;
  }
  .b-actionItem__source {
    position: static;
  }
  .b-actionItem__sourceEmpty {
    display: none;
  }
  .b-actionItem__sourceLink {
    margin: 0;
  }
  .b-actionItem_big._image .b-actionItem__wrap {
    min-height: 0 !important;
  }
  .b-actionItem_big._image .b-actionItem__blackBg {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    margin-left: -13px;
    margin-right: -13px;
    padding-top: 58.387%;
    border-bottom: 1px solid #e6e6e6;
  }
  .b-actionItem_big._image .b-actionItem__blackBg:after {
    display: none;
  }
  .b-actionItem_big._image .b-actionItem__footer {
    padding-top: 15px;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .b-actionItem_big._image .b-actionItem__date,
  .b-actionItem_big._image .b-actionItem__place {
    fill: #808080;
    color: #808080;
  }
  .b-actionItem_big._image .b-actionItem__header {
    color: #007db6;
    font-size: 100%;
  }
}
.visuallyImpairedBody .b-actionItem {
  background-color: transparent !important;
}
.visuallyImpairedBody .b-actionItem:before {
  display: none !important;
}
.visuallyImpairedBody .b-actionItem_small {
  margin-bottom: 40px;
}
.visuallyImpairedBody .b-actionItem__wrap {
  padding-top: 16px;
  min-height: 0 !important;
}
.visuallyImpairedBody .b-actionItem__date,
.visuallyImpairedBody .b-actionItem__place {
  color: inherit !important;
  fill: #007db6 !important;
}
.visuallyImpairedBody .b-actionItem_big {
  border: 1px solid #000 !important;
  box-shadow: none !important;
  transition: none;
  min-height: 0 !important;
}
.visuallyImpairedBody .b-actionItem_big._image {
  background: none !important;
}
.visuallyImpairedBody .b-actionItem__imgWrapper {
  display: none;
}
.visuallyImpairedBody .b-actionItem__head {
  position: relative;
  left: 0;
  top: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.visuallyImpairedBody .b-actionItem__headStatus {
  right: 0;
}
.visuallyImpairedBody .b-actionItem__header,
.visuallyImpairedBody .b-actionItem__headTask,
.visuallyImpairedBody .b-actionItem__headStatus {
  color: inherit !important;
}
.visuallyImpairedBody .b-actionItem_big._image .b-actionItem__blackBg {
  display: none;
}
.visuallyImpairedBody .b-actionItem_big._image .b-actionItem__header {
  margin-top: 0;
  font-size: 128.5715%;
}
.visuallyImpairedBody .b-actionItem_big._image .b-actionItem__wrap {
  min-height: 0 !important;
}
.visuallyImpairedBody .b-actionItem_big._image .b-actionItem__footer {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}
.color-site-2 .b-actionItem__date,
.color-site-2 .b-actionItem__place {
  fill: #fff !important;
}
.color-site-2 .b-actionItem_big {
  border-color: #fff !important;
}
.b-successHistoryItem-list {
  margin-bottom: 80px;
  text-align: center;
}
.b-successHistoryItem {
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}
.b-successHistoryItem__img {
  width: 174px;
  height: 174px;
  margin: 0 auto 34px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.b-successHistoryItem__img:hover {
  opacity: 0.8;
}
.b-successHistoryItem__name {
  font-weight: bold;
  font-size: 142.8572%;
  margin-bottom: 8px;
  font-family: 'Microsoft Sans Serif';
  line-height: 24px;
  font-weight: 400;
}
.b-successHistoryItem__nameLink,
.b-successHistoryItem__textLink {
  border-bottom: 2px solid transparent;
  color: #007db6;
}
.b-successHistoryItem__nameLink:hover,
.b-successHistoryItem__textLink:hover {
  color: #007db6;
  border-bottom-color: #007db6;
}
.visuallyImpairedBody .b-successHistoryItem__nameLink,
.visuallyImpairedBody .b-successHistoryItem__textLink {
  border-bottom-color: #000;
}
.visuallyImpairedBody .b-successHistoryItem__nameLink:hover,
.visuallyImpairedBody .b-successHistoryItem__textLink:hover {
  border-bottom-color: transparent;
}
.color-site-2 .b-successHistoryItem__nameLink,
.color-site-2 .b-successHistoryItem__textLink {
  border-bottom-color: #fff;
}
.b-successHistoryItem__text {
  display: block;
  font-size: 100%;
  color: #555;
  line-height: 1.34;
  margin-top: 18px;
  color: #007db6;
}
@media (max-width: 767px) {
  .b-successHistoryItem-list {
    margin-bottom: 10px;
  }
  .b-successHistoryItem {
    background: #fff;
    padding: 15px 0;
    margin-bottom: 10px;
  }
  .b-successHistoryItem__text {
    font-size: 100%;
    padding: 0 10px;
  }
  .b-successHistoryItem__name {
    font-size: 71.4286%;
  }
  .b-successHistoryItem__img {
    width: 140px;
    height: 140px;
    margin-bottom: 10px;
  }
}
.visuallyImpairedBody .b-successHistoryItem {
  margin-bottom: 40px;
  text-align: left;
}
.visuallyImpairedBody .b-successHistoryItem__name {
  line-height: 1.3;
  padding-right: 20px;
}
.visuallyImpairedBody .b-successHistoryItem__nameLink,
.visuallyImpairedBody .b-successHistoryItem__textLink {
  color: inherit;
}
.visuallyImpairedBody .b-successHistoryItem__img {
  display: none;
}
.visuallyImpairedBody .b-successHistoryItem__text {
  color: inherit !important;
}
.visuallyImpairedBody .b-successHistoryItem__text br {
  display: none;
}
.fonts-x3 .b-successHistoryItem__name {
  font-size: 30px;
}
.fonts-x3 .b-successHistoryItem__text {
  font-size: 24px;
}
.b-twitter {
  margin-top: 55px;
  background: #e6e6e6;
  padding-top: 44px;
  padding-bottom: 20px;
}
.b-twitter__header {
  margin: 0 0 45px -40px;
}
.b-twitter__header .title-section {
  margin-bottom: 0;
  margin-left: 40px;
  display: inline-block;
}
.b-twitter__headerSn {
  position: relative;
  fill: #007db6;
}
.b-twitter__headerSn .i {
  position: absolute;
  top: 8px;
  right: -8px;
}
.b-twitter__headerSn:hover .i {
  fill: #6bbcfa;
}
.b-twitter-item-list {
  margin-top: 28px;
  margin-bottom: 20px;
}
.b-twitter-item {
  margin-bottom: 29px;
}
.b-twitter-item__img {
  position: relative;
  top: -3px;
  float: left;
  width: 63px;
  height: 63px;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  margin-right: 19px;
  margin-top: 5px;
}
.b-twitter-item__descr {
  overflow: hidden;
}
.b-twitter-item__name {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 128.5715%;
  color: #007db6;
}
.b-twitter-item__name a {
  color: inherit;
  border-bottom: 2px solid transparent;
  color: #007db6;
}
.b-twitter-item__name a:hover {
  color: #007db6;
  border-bottom-color: #007db6;
}
.visuallyImpairedBody .b-twitter-item__name a {
  border-bottom-color: #000;
}
.visuallyImpairedBody .b-twitter-item__name a:hover {
  border-bottom-color: transparent;
}
.color-site-2 .b-twitter-item__name a {
  border-bottom-color: #fff;
}
.b-twitter-item__text {
  font-size: 100%;
  font-weight: 300;
  line-height: 1.43;
  font-family: 'Microsoft Sans Serif';
}
.b-twitter-item__text a {
  text-decoration: underline;
  text-underline-position: under;
  color: #8066c8;
}
.b-twitter-item__text a:hover {
  color: #8066c8;
  border-bottom-color: #414041;
}
.visuallyImpairedBody .b-twitter-item__text a {
  border-bottom-color: #000;
}
.visuallyImpairedBody .b-twitter-item__text a:hover {
  border-bottom-color: transparent;
}
.color-site-2 .b-twitter-item__text a {
  border-bottom-color: #fff;
}
@media (max-width: 1023px) {
  .b-twitter-item__img {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .b-twitter {
    padding-bottom: 1px;
    padding-top: 20px;
    margin-top: 30px;
  }
  .b-twitter__header {
    margin: 0 0 20px;
  }
  .b-twitter__header .title-section {
    margin: 0;
    font-size: 16px;
    margin-right: 20px;
  }
  .b-twitter__header .title-section:first-child {
    margin-right: 10px;
  }
  .b-twitter-item {
    margin-bottom: 10px;
  }
  .b-twitter-item__text {
    font-size: 85.7143%;
  }
  .b-twitter-item__name {
    font-size: 100%;
    margin-bottom: 3px;
  }
  .b-twitter-item-list {
    margin-top: 0;
  }
}
* {
  --pos-banner-fluid-24__button-width: 230px;
}
#js-show-iframe-wrapper {
  background: var(--pos-banner-fluid-24__decor-bg-url) no-repeat, #3e96f8 !important;
  background-size: cover !important;
  min-width: unset !important;
}
.pos-banner-fluid.bf-24 {
  height: 100%;
  padding: 30px;
  background: url("https://pos.gosuslugi.ru/bin/banner-fluid/24/banner-fluid-bg-24-1.svg") var(--pos-banner-fluid-24__bg-url-position) no-repeat !important;
  background-size: 25% !important;
  min-height: unset !important;
}
@media (max-width: 1540px) {
  .pos-banner-fluid.bf-24 {
    padding: 20px;
    background-size: 120px !important;
    background-position: calc(100% - 10px) bottom !important;
  }
}
@media (max-width: 769px) {
  .pos-banner-fluid.bf-24 {
    padding: 2px;
    padding-bottom: 15px;
    background-size: 25% !important;
  }
}
@media (max-width: 480px) {
  .pos-banner-fluid.bf-24 {
    padding-bottom: 10px !important;
  }
}
.bf-24__text-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  justify-self: center;
  height: 100%;
  margin: unset !important;
}
@media (max-width: 1540px) {
  .bf-24__text {
    font-size: 15px !important;
  }
}
.bf-24__logo-wrap {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  justify-self: flex-start;
}
.bf-24__body {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  justify-self: flex-start !important;
  height: 100% !important;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .bf-24__body {
    margin-bottom: 20px;
  }
}
.bf-24__container {
  padding: 0 !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100% !important;
  background: unset !important;
}
.bf-24__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pos-banner-btn_2 {
  width: var(--pos-banner-fluid-24__button-width);
  height: 70px;
  font-size: 15px !important;
  line-height: 100% !important;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width: 1540px) {
  .pos-banner-btn_2 {
    height: 42px !important;
    width: 170px !important;
    font-size: 10px !important;
  }
}
@media (max-width: 769px) {
  .bf-24__logo {
    width: 85px !important;
  }
}
@media (max-width: 769px) {
  .bf-24__slogan {
    font-size: 10px !important;
  }
}
.b-front-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 275px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-front-flex .b-front__block {
  background-size: cover;
  width: 33.33%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-front-flex .b-front__block:nth-child(1) {
  background: url("/img/pageFront/front-left.svg") no-repeat top center;
  background-size: cover;
}
@media (min-width: 2400px) {
  .b-front-flex .b-front__block:nth-child(1) {
    background: url("/img/pageFront/front-left.svg") no-repeat top center, #2a4d8b;
    background-size: contain;
  }
}
.b-front-flex .b-front__block:nth-child(2) {
  background: url("/img/pageFront/front-center.svg") no-repeat top center;
  background-size: cover;
}
@media (min-width: 2400px) {
  .b-front-flex .b-front__block:nth-child(2) {
    background: url("/img/pageFront/front-center.svg") no-repeat top center, linear-gradient(130deg, #fdb85a 8.6vw, transparent 0), linear-gradient(-45deg, #fdb85a 8.6vw, #fd954d 200px);
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  .b-front-flex {
    height: 130px;
  }
}
@media only screen and (max-width: 480px) {
  .b-front-flex {
    height: 210px;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .b-front-flex .b-front__block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
  }
  .b-front-flex .b-front__block:nth-child(1) {
    background: url("/img/pageFront/front-line-first.svg") no-repeat top center;
    background-size: cover;
  }
  .b-front-flex .b-front__block:nth-child(2) {
    background: url("/img/pageFront/front-line-middle.svg") no-repeat top center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1540px) {
  .b-front {
    padding: 380px 0 65px;
  }
  .b-front-flex {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .b-front {
    position: relative;
    background-size: 180%;
    padding: 400px 0 0 0;
  }
  .b-front:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .b-front__wrapper {
    position: relative;
    z-index: 1;
  }
  .b-front__header {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .b-front__btn {
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
  }
}
.competition {
  background: #a2dedc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
}
.competition__wrapper {
  padding-top: 60px;
}
.competition__btns-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 30px;
  width: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.competition__btn {
  width: 100%;
  max-width: 370px;
  border-radius: 250px;
  height: 67px;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 20px;
  line-height: 27px;
  color: #555;
  font-weight: 700;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  transition: all 0.3s ease-out;
}
.competition__btn:hover {
  color: #555;
  opacity: 0.8;
}
.competition__btn+.competition__btn {
  margin-left: 30px;
}
.competition__btn--big {
  background: #f4a601;
  border: 0;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
  font-size: 25px;
  color: #fff;
  margin-top: 35px;
}
.competition__btn--big:hover {
  color: #fff;
  opacity: 0.8;
}
.competition__tab-btn--active {
  background: #f4a601;
  border: 0;
}
.competition__btn-comment {
  font-size: 15px;
  line-height: 20px;
  color: #555;
  font-weight: 400;
}
.competition__section {
  display: none;
}
.competition__section--active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.competition__header {
  font-size: 30px;
  font-weight: 700;
  color: #555;
  text-align: center;
  margin-bottom: 25px;
}
.competition__header-dscr {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  color: #555;
  text-align: center;
  max-width: 840px;
}
.competition__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}
.competition__logo+.competition__logo {
  margin-left: 30px;
}
.competition__logo img {
  max-width: 200px;
}
@media (max-width: 1023px) {
  .competition {
    padding: 0 20px 20px;
  }
  .competition__btns-wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .competition__btn {
    max-width: 320px;
  }
  .competition__btn+.competition__btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .competition__footer {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .competition__logo+.competition__logo {
    margin-left: 0;
    margin-top: 20px;
  }
}
.chamomile {
  padding: 250px;
  position: relative;
}
.chamomile__center {
  border-radius: 50%;
  width: 370px;
  height: 370px;
  background: #fff url("/img/chamomile-center.png") no-repeat center;
  background-size: contain;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.chamomile__center-arrow {
  background: url("/img/chamomile-arrow.svg") no-repeat center;
  background-size: contain;
  width: 38px;
  height: 8px;
  position: absolute;
}
.chamomile__center-arrow:nth-child(1) {
  -webkit-transform: translate(-212px, 0);
      -ms-transform: translate(-212px, 0);
          transform: translate(-212px, 0);
}
.chamomile__center-arrow:nth-child(2) {
  -webkit-transform: translate(-150px, 145px) rotate(-45deg);
      -ms-transform: translate(-150px, 145px) rotate(-45deg);
          transform: translate(-150px, 145px) rotate(-45deg);
}
.chamomile__center-arrow:nth-child(3) {
  -webkit-transform: translate(-30px, 205px) rotate(-80deg);
      -ms-transform: translate(-30px, 205px) rotate(-80deg);
          transform: translate(-30px, 205px) rotate(-80deg);
}
.chamomile__center-arrow:nth-child(4) {
  -webkit-transform: translate(105px, 180px) rotate(-130deg);
      -ms-transform: translate(105px, 180px) rotate(-130deg);
          transform: translate(105px, 180px) rotate(-130deg);
}
.chamomile__center-arrow:nth-child(5) {
  -webkit-transform: translate(195px, 70px) rotate(-160deg);
      -ms-transform: translate(195px, 70px) rotate(-160deg);
          transform: translate(195px, 70px) rotate(-160deg);
}
.chamomile__center-arrow:nth-child(6) {
  -webkit-transform: translate(193px, -70px) rotate(-210deg);
      -ms-transform: translate(193px, -70px) rotate(-210deg);
          transform: translate(193px, -70px) rotate(-210deg);
}
.chamomile__center-arrow:nth-child(7) {
  -webkit-transform: translate(100px, -180px) rotate(-235deg);
      -ms-transform: translate(100px, -180px) rotate(-235deg);
          transform: translate(100px, -180px) rotate(-235deg);
}
.chamomile__center-arrow:nth-child(8) {
  -webkit-transform: translate(-40px, -205px) rotate(-285deg);
      -ms-transform: translate(-40px, -205px) rotate(-285deg);
          transform: translate(-40px, -205px) rotate(-285deg);
}
.chamomile__center-arrow:nth-child(9) {
  -webkit-transform: translate(-170px, -120px) rotate(-320deg);
      -ms-transform: translate(-170px, -120px) rotate(-320deg);
          transform: translate(-170px, -120px) rotate(-320deg);
}
.chamomile__sections {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.chamomile__item {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box;
  position: absolute;
  transition: all 0.3s ease-out;
}
.chamomile__item:hover {
  z-index: 1;
}
.chamomile__item:hover .chamomile__item-header {
  color: #62cbc6;
}
.chamomile__item:hover .chamomile__item-list {
  opacity: 1;
  z-index: 1;
}
.chamomile__item:nth-child(1) {
  left: 40px;
  top: 360px;
}
.chamomile__item:nth-child(2) {
  left: 130px;
  top: 565px;
}
.chamomile__item:nth-child(3) {
  left: 315px;
  top: 660px;
}
.chamomile__item:nth-child(4) {
  left: 520px;
  top: 620px;
}
.chamomile__item:nth-child(5) {
  left: 650px;
  top: 450px;
}
.chamomile__item:nth-child(6) {
  left: 640px;
  top: 250px;
}
.chamomile__item:nth-child(7) {
  left: 500px;
  top: 85px;
}
.chamomile__item:nth-child(8) {
  left: 290px;
  top: 50px;
}
.chamomile__item:nth-child(9) {
  left: 110px;
  top: 170px;
}
.chamomile__item-content {
  text-align: center;
}
.chamomile__item-header {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #555;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease-out;
  width: 100%;
  max-width: 156px;
  padding: 0 5px;
  box-sizing: border-box;
}
.chamomile__item-header--sm {
  font-size: 12px;
}
.chamomile__item-list {
  background: #5f89b3;
  border-radius: 10px;
  padding: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: left;
  margin-top: 10px;
  width: 360px;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.chamomile__activity {
  font-size: 13px;
  line-height: 19px;
  color: #fff;
  font-weight: 700;
}
.chamomile__activity+.chamomile__activity {
  margin-top: 5px;
}
.chamomile--twelve {
  margin-top: 50px;
}
.chamomile--twelve .chamomile__center-arrow:nth-child(1) {
  -webkit-transform: translate(-232px, 0);
      -ms-transform: translate(-232px, 0);
          transform: translate(-232px, 0);
}
.chamomile--twelve .chamomile__center-arrow:nth-child(2) {
  -webkit-transform: translate(-205px, 105px) rotate(-30deg);
      -ms-transform: translate(-205px, 105px) rotate(-30deg);
          transform: translate(-205px, 105px) rotate(-30deg);
}
.chamomile--twelve .chamomile__center-arrow:nth-child(3) {
  -webkit-transform: translate(-135px, 200px) rotate(-50deg);
      -ms-transform: translate(-135px, 200px) rotate(-50deg);
          transform: translate(-135px, 200px) rotate(-50deg);
}
.chamomile--twelve .chamomile__center-arrow:nth-child(4) {
  -webkit-transform: translate(-25px, 225px) rotate(-85deg);
      -ms-transform: translate(-25px, 225px) rotate(-85deg);
          transform: translate(-25px, 225px) rotate(-85deg);
}
.chamomile--twelve .chamomile__center-arrow:nth-child(5) {
  -webkit-transform: translate(90px, 210px) rotate(-120deg);
      -ms-transform: translate(90px, 210px) rotate(-120deg);
          transform: translate(90px, 210px) rotate(-120deg);
}
.chamomile--twelve .chamomile__center-arrow:nth-child(6) {
  -webkit-transform: translate(195px, 125px) rotate(-140deg);
      -ms-transform: translate(195px, 125px) rotate(-140deg);
          transform: translate(195px, 125px) rotate(-140deg);
}
.chamomile--twelve .chamomile__center-arrow:nth-child(7) {
  -webkit-transform: translate(225px, 10px) rotate(-165deg);
      -ms-transform: translate(225px, 10px) rotate(-165deg);
          transform: translate(225px, 10px) rotate(-165deg);
}
.chamomile--twelve .chamomile__center-arrow:nth-child(8) {
  -webkit-transform: translate(200px, -110px) rotate(-210deg);
      -ms-transform: translate(200px, -110px) rotate(-210deg);
          transform: translate(200px, -110px) rotate(-210deg);
}
.chamomile--twelve .chamomile__center-arrow:nth-child(9) {
  -webkit-transform: translate(125px, -195px) rotate(-235deg);
      -ms-transform: translate(125px, -195px) rotate(-235deg);
          transform: translate(125px, -195px) rotate(-235deg);
}
.chamomile--twelve .chamomile__center-arrow:nth-child(10) {
  -webkit-transform: translate(10px, -230px) rotate(-270deg);
      -ms-transform: translate(10px, -230px) rotate(-270deg);
          transform: translate(10px, -230px) rotate(-270deg);
}
.chamomile--twelve .chamomile__center-arrow:nth-child(11) {
  -webkit-transform: translate(-110px, -200px) rotate(-310deg);
      -ms-transform: translate(-110px, -200px) rotate(-310deg);
          transform: translate(-110px, -200px) rotate(-310deg);
}
.chamomile--twelve .chamomile__center-arrow:nth-child(12) {
  -webkit-transform: translate(-205px, -110px) rotate(-330deg);
      -ms-transform: translate(-205px, -110px) rotate(-330deg);
          transform: translate(-205px, -110px) rotate(-330deg);
}
.chamomile--twelve .chamomile__item:nth-child(1) {
  left: 0px;
  top: 350px;
}
.chamomile--twelve .chamomile__item:nth-child(2) {
  left: 30px;
  top: 520px;
}
.chamomile--twelve .chamomile__item:nth-child(3) {
  left: 140px;
  top: 660px;
}
.chamomile--twelve .chamomile__item:nth-child(4) {
  left: 320px;
  top: 700px;
}
.chamomile--twelve .chamomile__item:nth-child(5) {
  left: 500px;
  top: 680px;
}
.chamomile--twelve .chamomile__item:nth-child(6) {
  left: 650px;
  top: 570px;
}
.chamomile--twelve .chamomile__item:nth-child(7) {
  left: 700px;
  top: 390px;
}
.chamomile--twelve .chamomile__item:nth-child(8) {
  left: 670px;
  top: 210px;
}
.chamomile--twelve .chamomile__item:nth-child(9) {
  left: 550px;
  top: 60px;
}
.chamomile--twelve .chamomile__item:nth-child(10) {
  left: 370px;
  top: 0px;
}
.chamomile--twelve .chamomile__item:nth-child(11) {
  left: 180px;
  top: 60px;
}
.chamomile--twelve .chamomile__item:nth-child(12) {
  left: 40px;
  top: 185px;
}
@media (max-width: 1023px) {
  .chamomile {
    padding: 0;
    margin-top: 20px;
  }
  .chamomile__center {
    width: 300px;
    height: 300px;
    margin: 0 auto 20px;
  }
  .chamomile__center-arrow {
    display: none;
  }
  .chamomile__sections {
    position: static;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .chamomile__item {
    position: static;
    margin: 0 10px 10px;
    width: 150px;
    height: 150px;
  }
  .chamomile__item-list {
    width: 300px;
  }
}
.pageNews__date {
  margin-bottom: 40px;
  font-size: 11px;
  color: #b2b2b2;
  text-transform: uppercase;
  font-weight: 700;
}
.pageNews__dateDay {
  color: #808080;
}
.pageNews__dateIcon {
  color: #808080;
  fill: #808080;
}
.pageNews-date {
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
  text-transform: uppercase;
  font-weight: 700;
}
.pageNews-date .bold {
  color: #808080;
}
.pageNews-date__value {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pageNews-date__value p1.generic {
  margin-right: 10px;
}
.pageNews-date__value:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -2px;
  background: rgba(65,64,65,0.702);
  height: 4px;
  width: 3000px;
}
.pageNews-date__icon {
  display: inline-block;
  left: 0;
  top: 1px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .pageNews-date__value {
    padding-top: 5px;
    padding-bottom: 2px;
  }
  .pageNews-date__value:after {
    height: 2px;
    margin-top: -1px;
  }
  .pageNews-date__icon {
    max-width: 15px;
  }
}
.pageNews-list-item {
  cursor: pointer;
  margin-bottom: 20px;
  padding: 20px 32px;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pageNews-list-item.rutube {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pageNews-list-item__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
}
.pageNews-list-item__img {
  background: #f5f5f5;
  object-fit: cover;
  width: 230px;
}
.pageNews-list-item__container {
  width: calc(100% - 250px);
}
.pageNews-list-item__title {
  margin-bottom: 15px;
}
.pageNews-list_whiteBg .pageNews-list-item {
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.pageNews-list_whiteBg .pageNews-list-item:before {
  display: none !important;
}
.pageNews-list_whiteBg .pageNews-list-item__container {
  position: relative;
  max-width: 740px;
}
.pageNews-list_whiteBg .pageNews-list-item__place {
  position: relative;
  top: -4px;
  right: auto;
  display: inline-block;
  margin-bottom: 14px;
  border-radius: 16px;
}
.pageNews-list_whiteBg .pageNews-list-item__text,
.pageNews-list_whiteBg .pageNews-list-item__tags,
.pageNews-list_whiteBg .pageNews-list-item__title {
  max-width: 600px;
}
.pageNews-list_whiteBg .pageNews-list-item__title {
  margin-right: 0 !important;
}
.pageNews-list_whiteBg .pageNews-list-item._noImg .pageNews-list_whiteBg .pageNews-list-item__text,
.pageNews-list_whiteBg .pageNews-list-item._noImg .pageNews-list_whiteBg .pageNews-list-item__tags,
.pageNews-list_whiteBg .pageNews-list-item._noImg .pageNews-list_whiteBg .pageNews-list-item__title {
  max-width: 950px;
}
.pageNews-list_faqWhiteBg .pageNews-list-item {
  margin-bottom: 11px;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.pageNews-list_faqWhiteBg .pageNews-list-item:before {
  display: none !important;
}
.pageNews-list_faqWhiteBg .pageNews-list-item__container {
  position: relative;
  margin-left: 0;
  max-width: 950px;
}
.pageNews-list_faqWhiteBg .pageNews-list-separator {
  margin-bottom: 15px;
}
.pageNews-list-item_faq {
  padding: 21px 30px 17px 33px;
}
.pageNews-list-item_faq .pageNews-list-item__container {
  margin-left: 0;
}
@media (max-width: 767px) {
  .pageNews-list-item {
    padding: 10px 12px;
    margin-bottom: 10px;
  }
  .pageNews-list-item__img,
  .pageNews-list-item__place,
  .pageNews-list-item__text,
  .pageNews-list-item__tags {
    display: none !important;
  }
  .pageNews-list-item__container {
    width: 100%;
  }
  .pageNews-list-item__review {
    font-size: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .pageNews-list-item__review-title {
    margin-bottom: 20px;
  }
  .pageNews-list-item__reviewQuoteBefore:before,
  .pageNews-list-item__reviewQuoteAfter:before {
    width: 15px;
    height: 12px;
  }
  .pageNews-list-item__reviewQuoteBefore {
    position: relative;
  }
  .pageNews-list-item__reviewQuoteBefore:before {
    top: -2px;
  }
  .pageNews-list-item__reviewQuoteAfter:before {
    left: -14px;
  }
  .pageNews-list-item .tags-link__autorIcon {
    display: none;
  }
  .pageNews-list-item .tags-link._autor {
    padding: 0;
  }
  .pageNews-list-item .tags__inline {
    margin: 0;
  }
  .pageNews-list-item .tags__item {
    display: block;
  }
  .pageNews-list-item_review {
    text-align: center;
  }
  .pageNews-list-item_review .pageNews-list-item__img {
    display: block;
    float: none;
    margin: 0 auto;
    border-radius: 50%;
    max-width: 100px;
  }
  .pageNews-list-item_review .pageNews-list-item__place,
  .pageNews-list-item_review .pageNews-list-item__text,
  .pageNews-list-item_review .pageNews-list-item__tags {
    display: block;
  }
  .pageNews-list-item .cardDate {
    float: none;
    position: relative;
    margin-top: -10px;
  }
}
.pageNews-list-more {
  position: relative;
  min-height: 44px;
  text-align: center;
}
.pageNews-list-more:after {
  position: absolute;
  bottom: 50%;
  left: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: -2px;
  height: 4px;
  background-color: #e1e1e1;
  content: "";
}
.visuallyImpairedBody .pageNews-list-more:after {
  display: none;
}
.pageNews-list-more__left,
.pageNews-list-more__right,
.pageNews-list-more__center {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #f8f8f8;
}
.tabs-section .pageNews-list-more__left,
.tabs-section .pageNews-list-more__right,
.tabs-section .pageNews-list-more__center {
  background-color: #fff;
}
.visuallyImpairedBody .pageNews-list-more__left,
.visuallyImpairedBody .pageNews-list-more__right,
.visuallyImpairedBody .pageNews-list-more__center {
  background: none;
}
.pageNews-list-more__left {
  float: left;
  padding-right: 20px;
}
.pageNews-list-more__right {
  float: right;
  padding-left: 20px;
}
.pageNews-list-more__center {
  padding: 0 20px;
}
.pageNews-list-more__subscribe {
  display: inline-block;
  padding: 6px 3px;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}
.pageNews-list_whiteBg .pageNews-list-more__left,
.pageNews-list_whiteBg .pageNews-list-more__right,
.pageNews-list_whiteBg .pageNews-list-more__center {
  background-color: #fff;
}
.visuallyImpairedBody .pageNews-list_whiteBg .pageNews-list-more__left,
.visuallyImpairedBody .pageNews-list_whiteBg .pageNews-list-more__right,
.visuallyImpairedBody .pageNews-list_whiteBg .pageNews-list-more__center {
  background: none;
}
@media (max-width: 767px) {
  .pageNews-list-more {
    min-height: 30px;
    margin-bottom: 30px;
  }
  .pageNews-list-more:after {
    margin-top: -1px;
    height: 2px;
  }
  .pageNews-list-more__left {
    float: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pageNews-list-more__right {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-left: 0;
  }
  .pageNews-list-more__subscribe {
    font-size: 71.4286%;
  }
}
.visuallyImpairedBody .pageNews-list-more:after {
  display: none;
}
.visuallyImpairedBody .pageNews-list-more__left,
.visuallyImpairedBody .pageNews-list-more__right {
  background: none;
}
.visuallyImpairedBody .pageNews-list-more__subscribe {
  font-size: 18px;
  margin-top: 4px;
}
@media (max-width: 1023px) {
  .visuallyImpairedBody .pageNews-list-more__left,
  .visuallyImpairedBody .pageNews-list-more__right {
    display: block;
    float: none;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
}
.visuallyImpairedBody .pageNews-list-more__subscribe {
  padding-left: 0;
}
.pageNews-list .pageNews-date {
  padding-top: 15px;
}
.pageNews-list .pageNews-date._first {
  padding-top: 0 !important;
}
.pageNews-list .pageNews-date {
  margin-bottom: 37px;
}
.pageNews-list_whiteBg,
.pageNews-list_faqWhiteBg {
  max-width: none;
}
.pageNews-list_margin {
  margin: 0;
}
.pageNews-list__date {
  position: relative;
  overflow: hidden;
  margin-bottom: 37px;
}
.pageNews-list__dateValue {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.pageNews-list__dateValue:after {
  position: absolute;
  left: 100%;
  top: 50%;
  overflow: hidden;
  margin-left: 18px;
  margin-top: -1px;
  height: 2px;
  width: 2000px;
  background-color: #e1e1e1;
  content: "";
}
.pageNews-list__wrap {
  margin-top: 30px;
}
.pageNews-list_faqWhiteBg .pageNews-list__wrap {
  margin-bottom: 0;
}
.pageNews-list__empty {
  font-size: 121.4286%;
}
.pageNews-list__empty_link {
  margin-left: 5px;
}
.pageNews-list._publication .pageNews-list-separator {
  margin-bottom: 25px;
}
.pageNews-list._publication .pageNews-date {
  padding-top: 26px;
}
.pageNews-list._publication .pageNews-list__wrap {
  margin-bottom: 26px;
}
.pageNews-list-separator {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  height: 1px;
  background: url("/img/border_dashed_horizontal.png") repeat center center;
}
.pageNews-list-footer {
  margin-top: 38px;
}
.pageNews-list-footer__title {
  margin-bottom: 12px;
  font-size: 150%;
}
@media (max-width: 767px) {
  .pageNews-list-separator {
    margin-bottom: 14px;
  }
  .pageNews-list .pageNews-date {
    margin-bottom: 14px;
  }
  .pageNews-list-footer {
    font-size: 10px;
  }
}
.pageNews-person {
  margin-bottom: 21px;
}
.pageNews-single__header + .pageNews-person {
  margin-top: 26px;
}
.pageNews-person__avatar {
  float: left;
  border-radius: 50%;
  width: 96px;
  height: 96px;
}
.pageNews-person__info {
  height: 96px;
  margin-left: 114px;
  line-height: 89px;
}
.pageNews-person__infoWrap {
  display: inline-block;
  line-height: 1.43;
  vertical-align: middle;
}
.pageNews-person__name {
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 107.1429%;
}
.pageNews-person__post {
  font-size: 100%;
  font-weight: 300;
  font-family: 'Microsoft Sans Serif';
}
.visuallyImpairedBody .pageNews-person__avatar {
  display: none;
}
.visuallyImpairedBody .pageNews-person__info {
  margin-left: 0;
  padding-top: 0;
}
@media (max-width: 767px) {
  .pageNews-person {
    margin-bottom: 20px;
    text-align: center;
  }
  .pageNews-single__header + .pageNews-person {
    margin-top: 0;
  }
  .pageNews-person__avatar {
    float: none;
    margin: 0 auto;
  }
  .pageNews-person__info {
    padding-top: 0;
    margin-left: 0;
  }
}
.pageNews-date__value p1.generic {
  margin-bottom: 0;
}
.pageNews-related {
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}
.pageNews-related._marginBottom {
  margin-bottom: 0;
}
.pageNews-related .sub-title {
  margin-bottom: 17px;
  font-size: 171.4286%;
}
.pageNews-related__item {
  position: relative;
  clear: both;
  margin-left: -40px;
  margin-right: -40px;
  border-top: 1px solid transparent;
  padding: 15px 40px 14px;
  transition: border-top 0.3s;
}
.pageNews-related__item:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 0;
  content: "";
  background-color: #007db6;
  transition: height 0.3s;
}
.no-mobile .pageNews-related__item:hover {
  border-top-color: #e6e6e6;
  transition-delay: 0.1s;
}
.no-mobile .pageNews-related__item:hover:before {
  height: 4px;
}
.pageNews-related__item .pageNews-date {
  margin-bottom: 15px;
}
.pageNews-related__item .pageNews-date__value:after {
  display: none;
}
.pageNews-related__item .cardDate {
  float: left;
}
.pageNews-related__itemLink {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(255,255,255,0.01);
}
.pageNews-related__itemAvatar {
  float: left;
  border: 1px solid #e6e6e6;
  width: 158px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.07);
}
.pageNews-related__itemInfo {
  padding-top: 9px;
  margin-left: 188px;
  max-width: 740px;
}
.pageNews-related__itemTitle {
  font-size: 150%;
  line-height: 1.24;
}
@media (max-width: 767px) {
  .pageNews-related {
    margin-bottom: 30px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .pageNews-related__item {
    padding-left: 0;
    padding: 0;
    margin: 0 0 15px;
    border-top: none !important;
  }
  .pageNews-related__item:before {
    display: none !important;
  }
  .pageNews-related__item .pageNews-date {
    margin-bottom: 10px;
  }
  .pageNews-related__item .cardDate {
    border-top: 1px solid #e6e6e6;
    margin-bottom: 15px;
    float: none;
  }
  .pageNews-related__itemAvatar {
    display: none;
  }
  .pageNews-related__itemInfo {
    padding: 0;
    margin-left: 0;
  }
  .pageNews-related__itemTitle {
    font-size: 100%;
  }
  .visuallyImpairedBody .pageNews-related__item .cardDate {
    height: auto !important;
  }
}
.visuallyImpairedBody .pageNews-related__item {
  border-top: none;
}
.visuallyImpairedBody .pageNews-related__item:before {
  display: none !important;
}
.visuallyImpairedBody .pageNews-related__item .cardDate {
  float: none;
  margin-bottom: 15px;
  max-width: 400px;
  width: auto;
  height: 140px;
}
.visuallyImpairedBody .pageNews-related__item .cardDate__head {
  height: 52px;
}
.visuallyImpairedBody .pageNews-related__item .cardDate__month {
  line-height: 60px;
}
.visuallyImpairedBody .pageNews-related__item .cardDate__number {
  height: 79px;
  line-height: 76px;
  font-size: 38px;
}
.visuallyImpairedBody .pageNews-related__itemInfo {
  margin-left: 0;
  max-width: none;
}
.visuallyImpairedBody .pageNews-related__itemAvatar {
  display: none;
}
.pageNews-review__news {
  padding: 29px 40px 30px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fcfcfc;
}
.pageNews-review__newsTitle {
  margin-bottom: 12px;
  font-size: 171.4286%;
  line-height: 1.34;
}
.pageNews-review__newsText {
  margin-bottom: 9px;
  font-size: 114.2858%;
  line-height: 1.625;
  font-family: 'Microsoft Sans Serif';
  font-weight: 300;
}
.pageNews-review__newsLink {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  margin-top: 4px;
  font-size: 78.5715%;
  text-transform: uppercase;
  font-weight: 700;
  fill: #007db6;
}
a.pageNews-review__newsLink:hover {
  fill: #6bbcfa;
}
.pageNews-review__newsLinkIcon {
  position: absolute;
  top: 3px;
  left: 1px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fonts-x2 .pageNews-review__newsLinkIcon,
.fonts-x3 .pageNews-review__newsLinkIcon {
  margin-left: 4px;
  margin-top: 3px;
  -webkit-transform: scale(1.7);
      -ms-transform: scale(1.7);
          transform: scale(1.7);
}
.fonts-x3 .pageNews-review__newsLinkIcon {
  margin-top: 8px;
}
.pageNews-review__content {
  padding: 34px 40px 30px;
}
.pageNews-review .pageNews-date {
  margin-bottom: 37px;
}
.pageNews-review .pageNews-date .pageNews-date__value:after {
  display: none;
}
.pageNews-review__avatar {
  float: left;
  margin-bottom: 50px;
  width: 96px;
  text-align: center;
}
.pageNews-review__avatarImg {
  display: block;
  margin-bottom: 28px;
  border-radius: 50%;
  width: 96px;
  height: 96px;
}
.pageNews-review__avatarName {
  display: block;
  font-size: 78.5715%;
  line-height: 1.46;
  text-transform: uppercase;
  font-weight: 700;
  color: #8d00ce;
}
a.pageNews-review__avatarName:hover {
  color: #570080;
}
.pageNews-review__avatarName._nohover {
  cursor: default;
}
.pageNews-review__text {
  margin-bottom: 65px;
  margin-left: 121px;
}
.pageNews-review__textShort {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .pageNews-review {
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.07);
  }
  .pageNews-review .pageNews-date {
    margin-bottom: 20px;
  }
  .pageNews-review__news {
    padding: 12px;
  }
  .pageNews-review__newsText {
    font-size: 85.7143%;
  }
  .pageNews-review__newsTitle {
    font-size: 100%;
  }
  .pageNews-review__content {
    padding: 12px 12px 25px;
  }
  .pageNews-review__avatar {
    float: none;
    margin-bottom: 5px;
  }
  .pageNews-review__avatarImg {
    margin-bottom: 20px;
  }
  .pageNews-review__text {
    margin-bottom: 30px;
    margin-left: 0;
  }
  .pageNews-review__textShort {
    margin-bottom: 20px;
  }
}
.visuallyImpairedBody .pageNews-review__news {
  background-color: transparent;
  border-bottom: 1px solid #000;
}
.visuallyImpairedBody .pageNews-review__text {
  margin-left: 0;
}
.visuallyImpairedBody .pageNews-review__avatar {
  margin-bottom: 10px;
  float: none;
  width: auto;
  text-align: left;
}
.visuallyImpairedBody .pageNews-review__avatarImg {
  display: none;
}
.visuallyImpairedBody .pageNews-review__avatarName {
  display: inline-block;
  color: #000;
}
.visuallyImpairedBody .pageNews-review__avatarName:after {
  content: ":";
}
.visuallyImpairedBody .pageNews-review__newsLink {
  color: #000 !important;
  fill: #000 !important;
}
.fonts-x2 .pageNews-review__newsLink,
.fonts-x3 .pageNews-review__newsLink {
  padding-left: 30px;
}
.fonts-x2 .pageNews-review__newsLinkIcon,
.fonts-x3 .pageNews-review__newsLinkIcon {
  margin-left: 4px;
  margin-top: 3px;
  -webkit-transform: scale(1.7);
      -ms-transform: scale(1.7);
          transform: scale(1.7);
}
.fonts-x3 .pageNews-review__newsLinkIcon {
  margin-top: 8px;
}
.color-site-2 .pageNews-review__news {
  border-bottom-color: #fff;
}
.color-site-2 .pageNews-review__avatarName {
  color: #fff;
}
.color-site-2 .pageNews-review__newsLink {
  color: #fff !important;
  fill: #fff !important;
}
.pageNews-single__person {
  position: relative;
  z-index: 10;
  padding: 32px 40px 9px;
  background-color: #f8f8f8;
  clear: both;
}
.pageNews-single__personTitle {
  display: block;
  margin-bottom: 22px;
  font-size: 171.4286%;
  font-weight: normal;
}
.pageNews-single__personCols {
  margin-left: -40px;
}
.pageNews-single__personCol {
  margin-left: 40px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  box-sizing: border-box;
  max-width: 250px;
}
@media (max-width: 1023px) {
  .pageNews-single__personCol {
    margin-bottom: 40px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none;
    width: 100%;
  }
}
.pageNews-single__personItem {
  display: block;
  position: relative;
  padding: 12px 0 0 84px;
  box-sizing: border-box;
  min-height: 70px;
}
.pageNews-single__personAvatar {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 64px;
  height: 64px;
}
.pageNews-single__personName {
  display: block;
  font-size: 100%;
  line-height: 1.43;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pageNews-single__person {
    padding: 12px;
  }
  .pageNews-single__personCol {
    margin-bottom: 20px;
  }
}
.visuallyImpairedBody .pageNews-single__personCols {
  margin-left: 0;
}
.visuallyImpairedBody .pageNews-single__personCol {
  margin-bottom: 20px;
  margin-left: 0;
  display: block;
  max-width: none;
}
.visuallyImpairedBody .pageNews-single__personAvatar {
  display: none;
}
.visuallyImpairedBody .pageNews-single__personItem {
  padding-left: 0;
  padding-top: 0;
  min-height: 0;
}
.pageNews-single__photos {
  margin-bottom: 24px;
  max-width: 600px;
}
.pageNews-single__photos img {
  max-width: 100%;
}
.pageNews-single__photosList {
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
.pageNews-single__photosItem {
  width: 100%;
  display: inline-block;
}
.pageNews-single__photos .slick-prev,
.pageNews-single__photos .slick-next {
  position: absolute;
  bottom: 7px;
  z-index: 1010;
  display: block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  text-indent: -99999px;
  background-color: #000;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
}
.pageNews-single__photos .slick-prev:after,
.pageNews-single__photos .slick-next:after {
  position: absolute;
  left: 8px;
  top: 7px;
  display: block;
  width: 9px;
  height: 15px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%209%2015%22%20enable-background%3D%22new%200%200%209%2015%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20points%3D%229%2C1.4%207.6%2C0%200.7%2C6.7%200.9%2C6.9%200%2C7.8%207.2%2C15%208.7%2C13.5%20%0A%09%09%092.7%2C7.6%20%09%09%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat scroll 0 0;
  content: "";
}
.pageNews-single__photos .slick-next {
  right: 7px;
}
.pageNews-single__photos .slick-next:after {
  left: auto;
  right: 8px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%209%2015%22%20enable-background%3D%22new%200%200%209%2015%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20points%3D%229%2C7.1%201.7%2C0%200.3%2C1.4%206.3%2C7.4%200%2C13.6%201.4%2C15%208.2%2C8.3%20%0A%09%09%098%2C8.1%20%09%09%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.pageNews-single__photos .slick-prev {
  right: 44px;
}
.pageNews-single__photos._full {
  max-width: none;
}
.pageNews-single__photos._full img {
  max-width: none;
  width: 100%;
}
.pageNews-single__review {
  position: relative;
  z-index: 10;
  padding: 38px 40px 6px;
  background-color: #e6e6e6;
  clear: both;
}
.pageNews-single__reviewTitle {
  display: block;
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: normal;
}
.pageNews-single__reviewTitleIcon {
  display: none;
}
.pageNews-single__reviewCol {
  float: left;
  width: 49.999%;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.pageNews-single__reviewCol:nth-child(odd) {
  padding-left: 30px;
}
.pageNews-single__reviewCol:nth-child(even) {
  clear: both;
  padding-right: 30px;
}
@media (max-width: 1023px) {
  .pageNews-single__reviewCol {
    margin-bottom: 40px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none;
    width: 100%;
  }
}
.pageNews-single__reviewItem {
  position: relative;
  padding-left: 76px;
  box-sizing: border-box;
  cursor: pointer;
}
.pageNews-single__reviewLink {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(255,255,255,0.01);
}
.pageNews-single__reviewAvatar {
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 3;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  opacity: 1;
  transition: opacity 0.3s;
}
.pageNews-single__reviewAvatar:hover {
  opacity: 0.8;
}
.pageNews-single__reviewText {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-weight: 300;
}
.pageNews-single__reviewText:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  left: 1px;
  top: -5px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2028%2021%22%20enable-background%3D%22new%200%200%2028%2021%22%20xml%3Aspace%3D%22preserve%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%3Cpath%20fill%3D%22%238d00ce%22%20d%3D%22M11.5%2C3.3C7.8%2C5.1%2C6%2C7.2%2C6%2C9.7c1.6%2C0.2%2C2.9%2C0.8%2C3.9%2C1.9c1%2C1.1%2C1.5%2C2.4%2C1.5%2C3.8c0%2C1.5-0.5%2C2.9-1.5%2C3.9%0A%09c-1%2C1.1-2.3%2C1.6-3.8%2C1.6c-1.7%2C0-3.1-0.7-4.3-2.1c-1.2-1.4-1.8-3.1-1.8-5C0%2C8%2C3.3%2C3.3%2C9.8%2C0L11.5%2C3.3z%20M28%2C3.3%0A%09c-3.7%2C1.8-5.5%2C4-5.5%2C6.4c1.6%2C0.2%2C2.9%2C0.8%2C3.9%2C1.9c1%2C1.1%2C1.5%2C2.4%2C1.5%2C3.8c0%2C1.5-0.5%2C2.9-1.5%2C3.9c-1%2C1.1-2.2%2C1.6-3.7%2C1.6%0A%09c-1.7%2C0-3.1-0.7-4.4-2.1c-1.2-1.4-1.8-3.1-1.8-5C16.5%2C8%2C19.7%2C3.3%2C26.3%2C0L28%2C3.3z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 0 0;
}
.color-site-1 .pageNews-single__reviewText:before,
.color-site-3 .pageNews-single__reviewText:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2028%2021%22%20enable-background%3D%22new%200%200%2028%2021%22%20xml%3Aspace%3D%22preserve%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M11.5%2C3.3C7.8%2C5.1%2C6%2C7.2%2C6%2C9.7c1.6%2C0.2%2C2.9%2C0.8%2C3.9%2C1.9c1%2C1.1%2C1.5%2C2.4%2C1.5%2C3.8c0%2C1.5-0.5%2C2.9-1.5%2C3.9%0A%09c-1%2C1.1-2.3%2C1.6-3.8%2C1.6c-1.7%2C0-3.1-0.7-4.3-2.1c-1.2-1.4-1.8-3.1-1.8-5C0%2C8%2C3.3%2C3.3%2C9.8%2C0L11.5%2C3.3z%20M28%2C3.3%0A%09c-3.7%2C1.8-5.5%2C4-5.5%2C6.4c1.6%2C0.2%2C2.9%2C0.8%2C3.9%2C1.9c1%2C1.1%2C1.5%2C2.4%2C1.5%2C3.8c0%2C1.5-0.5%2C2.9-1.5%2C3.9c-1%2C1.1-2.2%2C1.6-3.7%2C1.6%0A%09c-1.7%2C0-3.1-0.7-4.4-2.1c-1.2-1.4-1.8-3.1-1.8-5C16.5%2C8%2C19.7%2C3.3%2C26.3%2C0L28%2C3.3z%22%2F%3E%0A%3C%2Fsvg%3E");
}
.color-site-2 .pageNews-single__reviewText:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2028%2021%22%20enable-background%3D%22new%200%200%2028%2021%22%20xml%3Aspace%3D%22preserve%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M11.5%2C3.3C7.8%2C5.1%2C6%2C7.2%2C6%2C9.7c1.6%2C0.2%2C2.9%2C0.8%2C3.9%2C1.9c1%2C1.1%2C1.5%2C2.4%2C1.5%2C3.8c0%2C1.5-0.5%2C2.9-1.5%2C3.9%0A%09c-1%2C1.1-2.3%2C1.6-3.8%2C1.6c-1.7%2C0-3.1-0.7-4.3-2.1c-1.2-1.4-1.8-3.1-1.8-5C0%2C8%2C3.3%2C3.3%2C9.8%2C0L11.5%2C3.3z%20M28%2C3.3%0A%09c-3.7%2C1.8-5.5%2C4-5.5%2C6.4c1.6%2C0.2%2C2.9%2C0.8%2C3.9%2C1.9c1%2C1.1%2C1.5%2C2.4%2C1.5%2C3.8c0%2C1.5-0.5%2C2.9-1.5%2C3.9c-1%2C1.1-2.2%2C1.6-3.7%2C1.6%0A%09c-1.7%2C0-3.1-0.7-4.4-2.1c-1.2-1.4-1.8-3.1-1.8-5C16.5%2C8%2C19.7%2C3.3%2C26.3%2C0L28%2C3.3z%22%2F%3E%0A%3C%2Fsvg%3E");
}
.pageNews-single__reviewAfter {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: bottom;
}
.pageNews-single__reviewAfter:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  left: 6px;
  bottom: -5px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2028%2021%22%20enable-background%3D%22new%200%200%2028%2021%22%20xml%3Aspace%3D%22preserve%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%3Cpath%20fill%3D%22%238d00ce%22%20d%3D%22M5.5%2C11.3c-1.6-0.2-2.9-0.8-3.9-1.9C0.6%2C8.2%2C0.1%2C7%2C0.1%2C5.5c0-1.5%2C0.5-2.9%2C1.5-3.9C2.6%2C0.5%2C3.8%2C0%2C5.3%2C0%0A%09C7%2C0%2C8.5%2C0.7%2C9.7%2C2.1c1.2%2C1.4%2C1.8%2C3.1%2C1.8%2C5c0%2C5.9-3.3%2C10.5-9.8%2C13.9L0%2C17.7C3.7%2C15.9%2C5.5%2C13.7%2C5.5%2C11.3z%20M22%2C11.3%0A%09c-1.6-0.2-2.8-0.8-3.9-1.9c-1-1.1-1.5-2.4-1.5-3.8c0-1.5%2C0.5-2.9%2C1.5-3.9c1-1.1%2C2.2-1.6%2C3.7-1.6c1.7%2C0%2C3.1%2C0.7%2C4.4%2C2.1%0A%09c1.2%2C1.4%2C1.8%2C3.1%2C1.8%2C5c0%2C5.9-3.3%2C10.5-9.8%2C13.9l-1.8-3.3C20.1%2C15.9%2C22%2C13.7%2C22%2C11.3z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 0 0;
}
.pageNews-single__reviewName {
  display: block;
  margin-top: 11px;
  margin-left: 25px;
  font-size: 15px;
  font-weight: 700;
}
.pageNews-single__reviewNameLink {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid transparent;
  color: #007db6;
}
.pageNews-single__reviewNameLink:hover {
  color: #007db6;
  border-bottom-color: #007db6;
}
.visuallyImpairedBody .pageNews-single__reviewNameLink {
  border-bottom-color: #000;
}
.visuallyImpairedBody .pageNews-single__reviewNameLink:hover {
  border-bottom-color: transparent;
}
.color-site-2 .pageNews-single__reviewNameLink {
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .pageNews-single {
    margin-bottom: 0 !important;
  }
  .pageNews-single__reviewAvatar {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 10px;
    display: block;
  }
  .pageNews-single__review {
    margin-bottom: 10px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.07);
    padding: 20px 12px 5px;
    text-align: center;
  }
  .pageNews-single__reviewItem {
    padding-left: 0;
  }
  .pageNews-single__reviewText {
    font-size: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .pageNews-single__reviewText:before {
    position: static;
    width: 10px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
  }
  .pageNews-single__reviewName {
    font-size: 100%;
    font-weight: 500;
    margin: 0;
  }
  .pageNews-single__reviewAfter:after {
    width: 10px;
  }
  .pageNews-single__reviewTitle {
    color: #8d00ce;
    font-size: 9px;
    text-transform: uppercase;
    text-align: left;
  }
  .pageNews-single__reviewTitleIcon {
    fill: #8d00ce;
    display: block;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
    margin-top: -2px;
  }
}
.pageNews-single-tags__item {
  margin-bottom: 8px;
}
.pageNews-single-tags__link {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8066c8;
}
.pageNews-single-tags__link:hover {
  box-shadow: 0 1px 0 0 #8066c8;
}
.pageNews-single-tags__link._action {
  color: #ef3340;
}
.pageNews-single-tags__link._action:hover {
  color: #b2252f;
}
.pageNews-single-tags__regionIcon {
  position: absolute;
  left: 0;
  top: -2px;
}
.pageNews-single-tags__link._region {
  position: relative;
  padding-left: 18px;
  color: #8066c8;
  fill: #8066c8;
}
.pageNews-single-tags__link._region:hover {
  box-shadow: 0 1px 0 0 #8066c8;
}
.pageNews-single-tags__link._country {
  position: relative;
  padding-left: 18px;
  color: #ef3340;
  fill: #ef3340;
}
.pageNews-single-tags__link._country:hover {
  color: #de1120;
  fill: #de1120;
}
.pageNews-single-tags__link._person {
  color: #8d00ce;
}
.pageNews-single-tags__link._person:hover {
  color: #570080;
  fill: #570080;
}
.pageNews-single-tags__personIcon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  fill: #fff;
  background-color: #8d00ce;
}
.pageNews-single-tags__personIcon .i {
  position: absolute;
  top: 7px;
  left: 8px;
}
.pageNews-single {
  margin-bottom: 40px;
}
.visuallyImpairedBody .pageNews-single {
  box-shadow: none;
}
.pageNews-single .layoutColumn {
  box-shadow: none !important;
}
.pageNews-single__top {
  position: relative;
  background-color: #8066c8;
  min-height: 52px;
  width: 100%;
  line-height: 48px;
  vertical-align: middle;
}
.pageNews-single__top:hover {
  opacity: 0.9;
}
.pageNews-single__topLink {
  position: relative;
  display: block;
  padding: 0 15px 0 40px;
  height: 52px;
  color: #daef14;
  fill: #daef14;
  font-size: 18px;
  line-height: 54px;
  text-decoration: none;
  vertical-align: middle;
  background-color: transparent;
  transition: background-color 0.3s;
}
.visuallyImpairedBody .pageNews-single__topLink {
  background: none !important;
}
.pageNews-single__topLink .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  margin: -6px 0 0;
  width: 18px;
  height: 14px;
}
.pageNews-single__content {
  padding: 20px 40px 20px 20px;
}
.pageNews-single__content h2.sectionTitle {
  margin-bottom: 20px;
}
.pageNews-single__date {
  margin-bottom: 20px;
  color: #414041;
}
.pageNews-single__date .pageNews-date__value:after {
  display: none;
}
.pageNews-single__preview {
  margin-bottom: 20px;
  position: relative;
}
.pageNews-single__preview .cardDate {
  position: absolute;
  right: 0;
  top: 4px;
}
.pageNews-single__previewFakeDate {
  float: right;
  margin: 0 0 10px 20px;
  width: 160px;
  height: 160px;
}
.pageNews-single__previewTitle {
  margin-bottom: 32px;
  font-size: 200%;
  line-height: 1.14;
}
.pageNews-single__previewTitle + .cardDate {
  margin-bottom: 25px;
}
.pageNews-single__previewPlace {
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
  font-size: 78.5715%;
  font-weight: 900;
  text-transform: uppercase;
  color: #949494;
}
.fonts-x2 .pageNews-single__previewPlace,
.fonts-x3 .pageNews-single__previewPlace {
  padding-left: 30px;
}
.pageNews-single__previewPlace .icon {
  position: absolute;
  left: 1px;
  top: -3px;
  fill: #949494;
  margin: 0;
}
.fonts-x2 .pageNews-single__previewPlace .icon,
.fonts-x3 .pageNews-single__previewPlace .icon {
  margin-top: 4px;
  margin-left: 4px;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.fonts-x3 .pageNews-single__previewPlace .icon {
  margin-top: 7px;
}
.pageNews-single__previewLink {
  position: relative;
  display: inline-block;
  margin-bottom: 9px;
  padding-left: 22px;
  font-size: 78.5715%;
  font-weight: 900;
  text-transform: uppercase;
}
.fonts-x2 .pageNews-single__previewLink,
.fonts-x3 .pageNews-single__previewLink {
  padding-left: 30px;
}
.pageNews-single__previewLink .icon {
  position: absolute;
  left: 1px;
  top: 4px;
  fill: #007db6;
  margin: 0;
}
.fonts-x2 .pageNews-single__previewLink .icon,
.fonts-x3 .pageNews-single__previewLink .icon {
  margin-left: 4px;
  margin-top: 3px;
  -webkit-transform: scale(1.7);
      -ms-transform: scale(1.7);
          transform: scale(1.7);
}
.fonts-x3 .pageNews-single__previewLink .icon {
  margin-top: 7px;
}
.pageNews-single__previewLink:hover .icon {
  fill: #6bbcfa;
}
.pageNews-single__previewLink:hover {
  color: #6bbcfa;
}
.pageNews-single__header {
  margin-bottom: 24px;
}
.pageNews-single__headerTitle {
  margin-bottom: 25px;
  font-size: 171.4286%;
  line-height: 1.34;
}
.pageNews-single__text {
  margin-bottom: 23px;
}
.pageNews-single__text h3,
.pageNews-single__text h3.generic-bold {
  margin: 20px 0;
}
.pageNews-single__footer {
  margin-bottom: 23px;
}
.pageNews-single._project .pageNews-single__text {
  margin-bottom: 35px;
}
.pageNews-single._project .asideLinks {
  margin-bottom: 15px;
}
.pageNews-single__footer {
  margin-top: 30px;
}
.pageNews-single__footerTitle {
  display: block;
  margin-bottom: 15px;
  font-size: 21px;
}
.pageNews-single__otherNews {
  position: relative;
  padding-bottom: 40px;
  z-index: 10;
  padding-top: 40px;
  background-color: #fff;
}
.pageNews-single__otherNews._borderTop {
  padding-top: 48px;
}
.pageNews-single__otherNews._borderTop:before {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
  border-top: 1px dashed #ccc;
  height: 1px;
  overflow: hidden;
  display: block;
  content: "";
}
.pageNews-single__otherNews .pageNews-related:last-child {
  margin-bottom: 0;
}
.pageNews-single-aside {
  padding: 33px 25px 10px;
}
.pageNews-single-aside__section {
  margin-bottom: 40px;
  box-sizing: border-box;
}
.pageNews-single-aside__title {
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 1279px) {
  .pageNews-single-aside {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pageNews-single-aside__section {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .pageNews-single-aside__section._inline-md {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .pageNews-single__navbar .navbar-aside__item {
    display: block;
  }
}
.pageNews-single-next {
  position: relative;
  padding: 28px 40px 20px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #daef14;
}
.visuallyImpairedBody .pageNews-single-next {
  box-shadow: none;
}
.visuallyImpairedBody .pageNews-single-next {
  border-color: #000;
  background-color: transparent !important;
}
.color-site-2 .pageNews-single-next {
  border-color: #fff;
}
.pageNews-single-next:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 0;
  content: "";
  background-color: #8066c8;
  transition: height 0.3s;
}
.visuallyImpairedBody .pageNews-single-next:before {
  display: none !important;
}
.pageNews-single-next._noHover:before {
  display: none !important;
}
.pageNews-single-next:hover {
  background-color: #fff;
}
.no-mobile .pageNews-single-next:hover:before {
  height: 7px;
}
.pageNews-single-next__wrapLink {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(255,255,255,0.01);
  cursor: pointer;
}
.pageNews-single-next__title {
  display: block;
  margin-bottom: 8px;
  font-size: 78.5715%;
  color: #808080;
  text-transform: uppercase;
  font-weight: 700;
}
.pageNews-single-next__link {
  display: block;
  font-size: 128.5715%;
  max-width: 900px;
  color: #333;
}
@media (max-width: 1279px) {
  .pageNews-single__otherNews {
    padding-top: 40px;
  }
  .pageNews-single__otherNews._borderTop {
    padding-top: 0;
  }
  .pageNews-single__otherNews:before {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pageNews-single {
    box-shadow: none;
    background: none;
  }
  .pageNews-single__date {
    margin-bottom: 10px !important;
  }
  .pageNews-single__preview {
    padding-right: 0;
    min-height: 0;
    margin-bottom: 22px;
  }
  .pageNews-single__preview .cardDate {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 22px;
    margin-top: 10px;
    border-top: 1px solid #e6e6e6;
  }
  .pageNews-single__previewFakeDate {
    display: none;
  }
  .pageNews-single__previewTitle {
    margin-bottom: 20px;
    font-size: 128.5715%;
  }
  .pageNews-single__top {
    min-height: 45px;
    line-height: 41px;
  }
  .pageNews-single__topLink {
    padding-left: 32px;
  }
  .pageNews-single__topLink .icon {
    left: 12px;
    max-width: 14px;
  }
  .pageNews-single__content {
    padding: 25px 12px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.07);
  }
  .pageNews-single__headerTitle {
    font-size: 100%;
  }
  .pageNews-single__photos {
    margin-left: -12px;
    margin-right: -12px;
  }
  .pageNews-single__footerTitle {
    font-size: 100%;
  }
  .pageNews-single__footer {
    margin-bottom: 0;
  }
  .pageNews-single .layoutColumn {
    background: none;
  }
  .pageNews-single br + br {
    display: none;
  }
  .pageNews-single .socialBtns {
    text-align: justify;
    margin-bottom: -2.5em;
  }
  .pageNews-single .socialBtns:after {
    width: 100%;
    content: '';
    display: inline-block;
  }
  .pageNews-single .socialBtns__item {
    margin: 0;
  }
  .pageNews-single .socialBtns__link {
    height: 25px;
    border-radius: 12px;
    padding: 8px 10px 0;
  }
  .pageNews-single .socialBtns__link._tw .socialBtns__icon,
  .pageNews-single .socialBtns__link._fb .socialBtns__icon {
    top: -1px;
  }
  .pageNews-single .socialBtns__text {
    font-size: 10px;
  }
  .pageNews-single .socialBtns__icon {
    max-width: 14px;
    max-height: 12px;
    margin-right: 3px;
  }
  .pageNews-single__otherNews {
    padding: 12px 0 5px !important;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.07);
    margin-bottom: 10px;
  }
  .pageNews-single__otherNews:before {
    display: none;
  }
  .pageNews-single-aside {
    background: #fff;
    border-top: none;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.07);
    padding: 20px 12px 5px;
    margin-bottom: 10px;
  }
  .pageNews-single-aside__title {
    font-size: 100%;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .pageNews-single-aside__section {
    margin-bottom: 15px;
  }
  .pageNews-single-tags__item {
    margin-bottom: 3px;
  }
  .pageNews-single-tags__link {
    font-size: 71.4286%;
  }
  .pageNews-single-next {
    padding: 20px 12px 15px;
  }
  .pageNews-single-next__title {
    font-size: 57.1429%;
  }
  .pageNews-single-next__link {
    font-size: 100%;
  }
}
.pageDoc__content {
  padding: 40px;
}
.pageDoc-item {
  margin-bottom: 40px;
  border: none;
}
.pageDoc-item__content {
  padding: 40px 85px 10px 40px;
}
.pageDoc-item__aside {
  padding: 40px 40px 10px;
}
.pageDoc-item__gerb {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pageDoc-item__gerbImg {
  margin-right: 26px;
  height: 100%;
}
.pageDoc-item__gerbText {
  display: block;
}
.pageDoc-item__header {
  margin-bottom: 50px;
}
.pageDoc-item__headerTitle {
  display: block;
  padding-top: 14px;
  margin-bottom: 0;
  font-size: 24px;
}
.pageDoc-item__headerNote {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  color: #999;
}
.pageDoc-item__text {
  margin-bottom: 23px;
}
.pageDoc-item__note {
  display: block;
  color: #999;
}
.pageDoc-item__footer {
  margin-top: 40px;
  padding-top: 30px;
  margin-left: 60.1%;
  background: url("/img/border_dashed_horizontal.png") repeat-x 0 0;
  font-style: italic;
  color: #007db6;
}
@media (max-width: 1279px) {
  .pageDoc-item__footer {
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .pageDoc-item__navbar .navbar-aside__item {
    display: block;
  }
}
@media (max-width: 767px) {
  .pageDoc-item__gerbImg {
    display: none;
  }
  .pageDoc-item__content {
    padding: 15px 12px;
  }
  .pageDoc-item__gerbText {
    padding-top: 0;
  }
  .pageDoc-item__headerTitle {
    padding-top: 0;
    font-size: 114.2858%;
    margin-bottom: 10px;
  }
  .pageDoc-item__headerTitle br {
    display: none;
  }
  .pageDoc-item__header {
    margin-bottom: 20px;
  }
  .pageDoc-item__aside {
    padding: 15px 12px;
  }
}
.pageRequisites__content {
  padding: 40px;
}
.pageRequisites-item {
  margin-bottom: 55px;
}
.pageRequisites-item__content {
  padding: 40px 40px 10px 40px;
}
.pageRequisites-item__aside {
  padding: 40px 40px 10px;
}
.pageRequisites-item__header {
  margin-bottom: 25px;
}
.pageRequisites-item__headerTitle {
  display: block;
  margin-bottom: 0;
  font-size: 171.4286%;
}
.pageRequisites-item__headerNote {
  display: block;
  font-size: 135.7143%;
  color: #999;
}
.visuallyImpairedBody .pageRequisites-item__headerNote {
  color: inherit;
}
.pageRequisites-item__text {
  margin-bottom: 23px;
}
.pageRequisites-item__note {
  display: block;
  color: #999;
}
.pageRequisites-item__footer {
  margin-top: 40px;
  padding-top: 30px;
  margin-left: 60.1%;
  background: url("/img/border_dashed_horizontal.png") repeat-x 0 0;
  font-style: italic;
  color: #007db6;
}
.pageRequisites-table {
  width: 100%;
  line-height: normal;
}
@media (max-width: 1279px) {
  .pageRequisites-item__footer {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .pageRequisites-item {
    margin-bottom: 40px;
  }
  .pageRequisites-item__content {
    padding: 12px;
  }
  .pageRequisites-item__aside {
    padding: 12px 12px 0;
  }
  .pageRequisites-item__header {
    margin-bottom: 15px;
    font-size: 10px;
  }
  .pageRequisites-table {
    font-size: 12px;
  }
  .pageRequisites-table td,
  .pageRequisites-table th {
    padding: 5px !important;
  }
  .pageRequisites-table__th {
    min-width: 0;
    white-space: normal;
  }
}
@media (min-width: 1280px) {
  .pageRequisites-item__navbar .navbar-aside__item {
    display: block;
  }
}
.pageLeadership._detail {
  margin-bottom: 40px;
  padding: 34px 40px 0 40px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #daef14;
}
.visuallyImpairedBody .pageLeadership._detail {
  box-shadow: none;
}
.visuallyImpairedBody .pageLeadership._detail {
  border-color: #000;
  background-color: transparent !important;
}
.color-site-2 .pageLeadership._detail {
  border-color: #fff;
}
.pageLeadership__title {
  margin-bottom: 35px;
}
.pageLeadership-top {
  position: relative;
  margin-bottom: 85px;
  min-height: 184px;
}
.pageLeadership._detail .pageLeadership-top {
  margin-bottom: 45px;
}
.pageLeadership-top__avatar {
  float: left;
  margin-right: 51px;
  width: 184px;
  height: 184px;
}
.pageLeadership-top__avatarImg,
.pageLeadership-other__avatarImg {
  border-radius: 50%;
  width: 184px;
  height: 184px;
}
.pageLeadership-top__info {
  margin-left: 235px;
  padding-top: 19px;
}
.pageLeadership-top__name {
  display: block;
  margin-bottom: 15px;
  font-size: 157.1429%;
  line-height: 1.36;
  font-weight: 700;
  colot: #007db6;
}
.pageLeadership-top__desc {
  margin-bottom: 28px;
  font-size: 114.2858%;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .pageLeadership-top__desc {
    display: none;
  }
  .pageLeadership._detail .pageLeadership-top__desc {
    display: block;
    clear: both;
  }
  .pageLeadership._detail .pageLeadership-top__info {
    padding-left: 0;
    margin-left: 0;
    float: none;
    clear: both;
  }
}
.pageLeadership-other__item {
  margin-bottom: 25px;
  text-align: center;
  margin-right: 120px;
  display: inline-block;
  vertical-align: top;
}
.pageLeadership-other__item:last-child {
  margin-right: 0;
}
.pageLeadership-other__avatar {
  margin-bottom: 25px;
}
.pageLeadership-other__name {
  font-size: 135.7143%;
  font-weight: 700;
  color: #007db6;
}
.pageLeadership-other__info {
  padding-top: 66px;
  clear: both;
  font-size: 114.2858%;
  line-height: 1.75;
}
@media (max-width: 1379px) {
  .visuallyImpairedBody .pageLeadership-other__item {
    display: block;
    width: 400px;
  }
}
@media (max-width: 1023px) {
  .pageLeadership-other__item {
    margin-right: 0;
    min-height: 184px;
    position: relative;
    padding-left: 235px;
    text-align: left;
  }
  .visuallyImpairedBody .pageLeadership-other__item {
    margin-bottom: 30px;
    padding-left: 0;
    width: auto;
  }
  .pageLeadership-other__avatar {
    position: absolute;
    left: 0;
    top: 0;
  }
  .visuallyImpairedBody .pageLeadership-other__avatar {
    position: relative;
  }
  .pageLeadership-other__name {
    padding-top: 60px;
    font-size: 157.1429%;
    line-height: 1.36;
  }
  .visuallyImpairedBody .pageLeadership-other__name {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .pageLeadership {
    font-size: 11px;
  }
  .pageLeadership._detail {
    margin-bottom: 20px;
    padding: 15px 12px;
  }
  .pageLeadership._detail .pageLeadership-top {
    margin-bottom: 20px;
  }
  .pageLeadership-top {
    margin-bottom: 40px;
  }
  .pageLeadership-top__avatar {
    float: none;
    margin: 0 auto 20px;
    float: none;
  }
  .pageLeadership-top__info {
    padding-top: 0;
    margin: 0;
  }
  .pageLeadership-top__name {
    text-align: center;
  }
  .pageLeadership-life__section {
    font-size: 12px;
    margin-bottom: 20px !important;
  }
  .pageLeadership-other {
    margin-bottom: 20px;
  }
  .pageLeadership-other__avatar {
    float: none;
    margin: 0 auto 20px;
    position: static;
  }
  .pageLeadership-other__avatarImg {
    display: block;
    margin: 0 auto;
  }
  .pageLeadership-other__item {
    padding: 0;
    margin: 0 0 20px;
    display: block;
  }
  .pageLeadership-other__name {
    padding: 0;
    text-align: center;
  }
  .pageLeadership-other__name br {
    display: none;
  }
  .pageLeadership-other__info {
    padding-top: 0;
  }
}
.pageLeadership-life .g-row {
  margin-left: -25px;
  margin-right: -25px;
}
.pageLeadership-life .g-md-6 {
  padding-left: 25px;
  padding-right: 25px;
}
.pageLeadership-life__section {
  margin-bottom: 40px;
}
.pageLeadership-life__title {
  margin-bottom: 9px;
  font-size: 171.4286%;
  font-weight: 400;
}
.pageLeadership-life__date {
  display: block;
  margin-top: 20px;
  margin-bottom: 6px;
  font-size: 78.5715%;
  font-weight: 700;
  color: #808080;
  text-transform: uppercase;
}
.visuallyImpairedBody .pageLeadership-life__date {
  color: inherit;
}
.pageLeadership-life__text {
  font-family: 'Microsoft Sans Serif';
  font-weight: 300;
}
.pageLeadership-life__text p {
  margin-bottom: 20px;
}
.pageActivities__item {
  position: relative;
  display: block;
  background-color: #8066c8;
  margin-bottom: 20px;
  border-radius: 20px;
}
.pageActivities__item h2,
.pageActivities__item p5 {
  color: #fff;
}
.pageActivities__item svg {
  position: absolute;
  top: 12px;
  right: 5px;
  fill: #fff;
  stroke: #fff;
  stroke-width: 5px;
  width: 40px;
  height: 20px;
}
.pageActivities__item:hover {
  background-color: #daef14;
}
.pageActivities__item:hover h2,
.pageActivities__item:hover p5 {
  color: #414041 !important;
}
.pageActivities__item:hover svg {
  fill: #414041;
  stroke: #414041;
}
.pageActivities__item:hover .pageActivities__itemTitle {
  color: #414041;
}
.pageActivities__itemWrap {
  display: block;
  padding: 20px 60px 20px 20px;
}
.pageActivities__itemTitle {
  display: block;
  margin-bottom: 11px;
}
@media (max-width: 1280px) {
  .pageActivities__itemTitle h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}
.pageActivities__itemText {
  display: block;
  font-family: 'Microsoft Sans Serif';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.pageActivities__itemText p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .pageActivities__item {
    margin-bottom: 10px;
  }
  .pageActivities__item svg {
    top: 10px;
    right: 0;
  }
  .pageActivities__itemWrap {
    padding: 10px 12px;
  }
  .pageActivities__itemTitle {
    margin-bottom: 0;
    width: 93%;
  }
  .pageActivities__itemTitle h2.sectionTitle {
    font-size: 18px;
    line-height: 26px;
  }
  .pageActivities__itemText {
    display: none;
  }
}
.visuallyImpairedBody .pageActivities__item,
.visuallyImpairedBody .pageActivities__itemWrap {
  min-height: 0 !important;
}
.pageHistory-item {
  margin-bottom: 20px;
  padding: 18px 24px 0;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #daef14;
}
.visuallyImpairedBody .pageHistory-item {
  box-shadow: none;
}
.visuallyImpairedBody .pageHistory-item {
  border-color: #000;
  background-color: transparent !important;
}
.color-site-2 .pageHistory-item {
  border-color: #fff;
}
.pageHistory-item__container {
  margin-bottom: 23px;
}
.pageHistory-item__title {
  font-size: 150%;
}
.pageHistory-item__text-block {
  font-size: 100%;
}
.pageHistory-item__text-block li {
  margin-bottom: 10px;
}
.pageFeedback__text-block {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pageFeedback__text-block ul {
  list-style-position: inside;
  margin: 0;
  list-style-type: none;
}
.pageFeedback__text-block ul li {
  font-family: "Microsoft Sans Serif";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: auto;
  position: relative;
  padding-bottom: 10px;
  padding-left: 48px;
}
.pageFeedback__text-block ul li:before {
  background: #047db6;
  content: "";
  float: left;
  position: absolute;
  top: 1ch;
  left: 0;
  height: 2px;
  width: 24px;
}
.pageFeedback__text-block._mini {
  max-width: 700px;
}
.pageFeedback__text-block._marginBottom {
  margin-bottom: 0;
}
.visuallyImpairedBody .pageFeedback__text-block {
  max-width: none !important;
}
@media (max-width: 1279px) {
  .pageFeedback__text-block {
    max-width: none;
  }
}
.pageFeedback__line {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 35px;
  width: 100%;
  height: 1px;
  background: url("/img/border_dashed_horizontal.png") repeat-x;
}
.visuallyImpairedBody .pageFeedback__line {
  border-bottom: 1px solid #000;
  background: none;
}
.color-site-2 .pageFeedback__line {
  border-color: #fff;
}
.pageFeedback__tabs {
  margin-bottom: 40px;
}
.pageFeedback__footer {
  position: relative;
  overflow: hidden;
}
.pageFeedback__footer:after {
  display: block;
  position: absolute;
  top: 14px;
  width: 100%;
  height: 4px;
  background-color: #e8e7e7;
  content: "";
}
.visuallyImpairedBody .pageFeedback__footer:after {
  display: none;
}
.pageFeedback__footer-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .pageFeedback__footer-item {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pageFeedback__footer-item .button_details {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin-bottom: 10px;
  }
}
.pageFeedback__footerNote {
  padding-top: 6px;
  font-size: 100%;
}
.pageFeedback__footerBtn {
  border-color: #007db6;
  color: #007db6;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 16px;
  border-width: 2px;
  border-style: solid;
  padding: 8px 13px 4px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.pageFeedback__table p {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .pageFeedback__table {
    font-size: 14px;
  }
  .pageFeedback__footerItem {
    margin-top: 10px;
    padding-left: 0;
    clear: both;
  }
  .pageFeedback__footerItem:first-child {
    margin-top: 0;
  }
}
.pageFeedback-form {
  width: 100%;
}
.pageFeedback-form__text-label {
  margin-bottom: 15px;
  font-size: 100%;
}
.pageFeedback-form__msg {
  margin-bottom: 5px;
}
.pageFeedback-form__msg + .form-error {
  margin-bottom: 18px;
}
.pageFeedback-form__msg textarea {
  height: 100px;
}
.fonts-x2 .pageFeedback-form__msg textarea,
.fonts-x3 .pageFeedback-form__msg textarea {
  height: 320px;
}
.pageFeedback-form__msgNote {
  position: absolute;
  right: 18px;
  bottom: 10px;
  padding: 5px;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  color: #b2b2b2;
  background-color: #fff;
}
.visuallyImpairedBody .pageFeedback-form__msgNote {
  background: none;
  color: inherit;
}
.fonts-x2 .pageFeedback-form__msgNote,
.fonts-x3 .pageFeedback-form__msgNote {
  font-size: 14px;
}
@media (max-width: 1279px) {
  .pageFeedback-form {
    max-width: none;
  }
}
.pageFeedback-links {
  margin: 30px 0;
}
.pageFeedback-links__item {
  float: left;
  position: relative;
  margin-right: 34px;
  display: inline-block;
}
.pageFeedback-links__item:last-child {
  margin-right: 0 !important;
}
.pageFeedback-links ._active {
  color: #8066c8 !important;
}
.visuallyImpairedBody .pageFeedback-links ._active {
  color: inherit !important;
}
@media (max-width: 1023px) {
  .pageFeedback-links__item {
    margin-right: 20px;
  }
  .pageFeedback-links .sub-title {
    font-size: 18px;
  }
}
.pageFeedback-done__title {
  display: block;
  margin-bottom: 27px;
  font-size: 24px;
}
.pageFeedback-done__text {
  margin-bottom: 33px;
  max-width: 880px;
}
.pageFeedback-done__line {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 35px;
  width: 100%;
  height: 1px;
  background: url("/img/border_dashed_horizontal.png") repeat-x;
}
@media (max-width: 1023px) {
  .pageFeedback__tableName {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .pageFeedback__text-block {
    margin-bottom: 0;
  }
  .pageFeedback__table {
    font-size: 100%;
  }
  .pageFeedback__tableName {
    width: auto;
  }
  .pageFeedback__table th {
    display: none;
  }
  .pageFeedback__table td {
    display: block;
    position: relative;
    padding: 8px 0 8px 40% !important;
    border-bottom: 1px solid #e3e3e3;
  }
  .pageFeedback__table td:before {
    position: absolute;
    top: 8px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .pageFeedback__table td:nth-of-type(1):before {
    content: "ФИО";
  }
  .pageFeedback__table td:nth-of-type(2):before {
    content: "Должность";
  }
  .pageFeedback__table td:nth-of-type(3):before {
    content: "Дни приема";
  }
  .pageFeedback__table td:nth-of-type(4):before {
    content: "Записаться";
  }
}
.pageSitemap {
  width: 100%;
}
.pageSitemap-section {
  margin-bottom: 20px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #daef14;
}
.visuallyImpairedBody .pageSitemap-section {
  box-shadow: none;
}
.visuallyImpairedBody .pageSitemap-section {
  border-color: #000;
  background-color: transparent !important;
}
.color-site-2 .pageSitemap-section {
  border-color: #fff;
}
.pageSitemap-section__wrap {
  padding: 19px 24px 16px;
}
.pageSitemap-section__title {
  display: block;
  font-size: 150%;
}
.pageSitemap-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  font-size: 92.8572%;
}
.pageSitemap-list:first-child {
  margin-top: 0;
}
.pageSitemap-list__link {
  display: block;
  padding: 5px 0;
}
.pageSitemap-list__item._mergin {
  margin: 10px 0;
}
.pageSitemap-list .pageSitemap-list {
  margin: 0 0 0 15px;
}
.pageSitemap-list__linkRegion {
  position: relative;
  display: inline-block;
}
.pageSitemap-list__linkLine {
  position: absolute;
  left: 100%;
  top: 7px;
  margin-left: 15px;
  height: 1px;
  border-bottom: 1px dashed #ccc;
  width: 200px;
  display: block;
}
@media (max-width: 1279px) {
  .pageSitemap-list__linkLine {
    width: 300px;
  }
  .pageSitemap-list__linkLine:after {
    position: absolute;
    right: -1px;
    top: 1px;
    overflow: hidden;
    border-right: 1px dashed #ccc;
    width: 1px;
    height: 500px;
    display: block;
    content: "";
  }
}
.pageSitemap-regions {
  position: relative;
  z-index: 2;
  padding: 14px 19px 19px;
  border: 1px dashed #ccc;
  background-color: #fff;
}
@media (max-width: 1279px) {
  .pageSitemap-regions {
    margin-top: 20px;
  }
}
.pageSitemap-regions__section {
  margin-bottom: 30px;
}
.pageSitemap-regions__section:last-child {
  margin-bottom: 0;
}
.pageSitemap-regions__item {
  margin-bottom: 8px;
}
.pageSitemap-regions__item:last-child {
  margin-bottom: 0;
}
.visuallyImpairedBody .pageSitemap-list .pageSitemap-list {
  margin-left: 30px;
}
.visuallyImpairedBody .pageSitemap-list__linkLine {
  display: none;
}
.visuallyImpairedBody .pageSitemap-list__link {
  text-decoration: underline;
}
.visuallyImpairedBody .pageSitemap-list__link:hover {
  text-decoration: none !important;
}
.visuallyImpairedBody .pageSitemap-regions-wrap {
  margin-left: 0 !important;
}
.visuallyImpairedBody .pageSitemap-regions__item a {
  text-decoration: underline;
}
.visuallyImpairedBody .pageSitemap-regions__item a:hover {
  text-decoration: none !important;
}
.pageOldbrowser {
  background: #f8f8f8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  text-align: center;
  overflow: auto;
  font-size: 16px;
}
.pageOldbrowser__container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  margin-top: -300px;
  width: 700px;
}
.pageOldbrowser._virus .pageOldbrowser__container {
  margin-top: -190px;
}
.pageOldbrowser__img {
  margin-bottom: 63px;
}
.pageOldbrowser__p {
  margin-bottom: 22px;
}
.pageOldbrowser__list {
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 0;
  line-height: 0;
}
.pageOldbrowser__listItem {
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 850px) {
  .pageOldbrowser {
    font-size: 14px;
  }
  .pageOldbrowser__container {
    margin-left: -250px;
    width: 500px;
  }
}
@media (max-width: 630px) {
  .pageOldbrowser__container {
    margin-left: -150px;
    width: 300px;
  }
  .pageOldbrowser__list {
    display: none;
  }
}
@media (max-height: 550px), (max-width: 850px) {
  .pageOldbrowser__container {
    margin-top: -165px;
  }
  .pageOldbrowser__img {
    margin-bottom: 30px;
    width: 102px !important;
  }
  .pageOldbrowser__p {
    margin-bottom: 15px;
  }
  .pageOldbrowser__list {
    margin-bottom: 10px;
  }
  .pageOldbrowser__listItem {
    width: 70px;
  }
}
@media (max-height: 550px) {
  .pageOldbrowser {
    font-size: 14px;
  }
  .pageOldbrowser__container {
    margin-top: -141px;
  }
  .pageOldbrowser__img {
    margin-bottom: 15px;
  }
  .pageOldbrowser__p {
    margin-bottom: 10px;
  }
  .pageOldbrowser__list {
    margin-bottom: 0;
  }
}
@media (max-height: 350px) {
  .pageOldbrowser__container {
    margin-top: -116px;
  }
  .pageOldbrowser__img {
    margin-bottom: 10px;
    width: 54px !important;
  }
}
.pageAction-line {
  margin-bottom: 30px;
  height: 1px;
  background: url("/img/border_dashed_horizontal.png") repeat-x;
}
.pageAction-section {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .pageAction-section {
    margin-bottom: 10px;
  }
}
.pageAction-desc {
  margin-bottom: 20px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #daef14;
}
.visuallyImpairedBody .pageAction-desc {
  box-shadow: none;
}
.visuallyImpairedBody .pageAction-desc {
  border-color: #000;
  background-color: transparent !important;
}
.color-site-2 .pageAction-desc {
  border-color: #fff;
}
@media (max-width: 767px) {
  .pageAction-desc {
    margin-bottom: 10px;
  }
}
.pageAction-desc__header {
  position: relative;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.pageAction-desc__header:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: block;
  content: "";
  background-color: rgba(0,0,0,0.5);
}
.pageAction-desc__headerContainer {
  position: relative;
  padding: 37px;
  height: 400px;
  z-index: 2;
  box-sizing: border-box;
}
.pageAction-desc__headerTitle {
  font-size: 257.1429%;
  margin-bottom: 20px;
}
.pageAction-desc__headerText {
  font-size: 114.2858%;
}
.pageAction-desc__social {
  position: absolute;
  left: 37px;
  bottom: 16px;
}
.pageAction-desc__socialTitle {
  margin: 7px 10px 0 0;
  display: inline-block;
  font-size: 16px;
  line-height: normal;
}
.pageAction-desc__text {
  padding: 27px 37px 0;
}
.pageAction-desc__text .text-block {
  max-width: 770px;
  margin-bottom: 25px;
}
.pageAction-desc__textLg {
  padding-top: 4px;
  margin-bottom: 30px;
  font-size: 171.4286%;
}
@media (max-width: 767px) {
  .pageAction-desc__headerContainer {
    padding: 15px;
  }
  .pageAction-desc__headerTitle {
    font-size: 142.8572%;
  }
  .pageAction-desc__headerText {
    font-size: 85.7143%;
  }
  .pageAction-desc__social {
    left: 15px;
  }
  .pageAction-desc__socialTitle {
    font-size: 12px;
    display: block;
    margin: 0 0 6px;
  }
  .pageAction-desc__text {
    padding: 12px 12px 0;
  }
  .pageAction-desc__text .text-block {
    margin-bottom: 15px;
  }
  .pageAction-desc__textLg {
    margin-bottom: 15px;
    font-size: 128.5715%;
  }
}
.pageAction-program {
  margin-bottom: 30px;
}
.pageAction-program__section {
  margin-bottom: 26px;
}
.pageAction-program__date {
  margin-bottom: 9px;
  font-size: 78.5715%;
  text-transform: uppercase;
  color: #808080;
  font-weight: 700;
}
.pageAction-program__item {
  position: relative;
  padding-left: 38px;
  margin-bottom: 6px;
  font-size: 114.2858%;
}
.pageAction-program__itemTime {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  color: #808080;
  font-weight: 700;
  font-size: 78.5715%;
}
.pageAction-terms {
  margin-bottom: 30px;
}
.pageAction-termsContent {
  font-size: 114.2858%;
}
.visuallyImpairedBody .pageAction-desc__header {
  margin-bottom: 30px;
  background: none !important;
  color: #000;
}
.visuallyImpairedBody .pageAction-desc__header:after {
  display: none;
}
.visuallyImpairedBody .pageAction-desc__headerContainer {
  padding-bottom: 0;
  height: auto;
}
.visuallyImpairedBody .pageAction-desc__social {
  position: relative;
  left: auto;
  bottom: auto;
}
.visuallyImpairedBody .pageAction-desc__socialTitle {
  display: none;
}
.visuallyImpairedBody .pageAction-desc__text {
  padding-top: 0;
}
.visuallyImpairedBody .pageAction-desc__text .text-block {
  max-width: none;
}
.visuallyImpairedBody .pageAction-program__date,
.visuallyImpairedBody .pageAction-program__itemTime {
  color: inherit;
}
.fonts-x2 .pageAction-program__item {
  padding-left: 60px;
}
.fonts-x2 .pageAction-program__itemTime {
  top: 6px;
}
.fonts-x3 .pageAction-program__item {
  padding-left: 73px;
}
.fonts-x3 .pageAction-program__itemTime {
  top: 7px;
}
.color-site-2 .pageAction-desc__header {
  color: #fff;
}
.pageAction-card {
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #daef14;
  margin-bottom: 20px;
  height: 121px;
  padding: 18px 21px 0 88px;
  box-sizing: border-box;
}
.visuallyImpairedBody .pageAction-card {
  box-shadow: none;
}
.visuallyImpairedBody .pageAction-card {
  border-color: #000;
  background-color: transparent !important;
}
.color-site-2 .pageAction-card {
  border-color: #fff;
}
@media (max-width: 767px) {
  .pageAction-card {
    margin-bottom: 10px;
  }
}
.pageAction-card__icon {
  position: absolute;
  left: 15px;
  top: 17px;
  width: 60px;
  text-align: center;
  fill: #007db6;
  font-size: 0;
  line-height: 0;
}
.pageAction-card__icon._top {
  top: 21px;
}
.pageAction-card__title {
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 500;
}
.pageAction-card__value {
  color: #808080;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}
.pageAction-card_map {
  padding-left: 50%;
}
.pageAction-card_map .pageAction-card__title,
.pageAction-card_map .pageAction-card__value {
  padding-left: 10px;
}
.pageAction-card_map .pageAction-card__mapWrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  padding-right: 10px;
  height: 119px;
  box-sizing: border-box;
}
.pageAction-card_map .pageAction-card__map {
  height: 119px;
}
@media (max-width: 767px) {
  .pageAction-card_map {
    padding-left: 35%;
  }
  .pageAction-card_map .pageAction-card__mapWrap {
    width: 35%;
  }
}
@media (max-width: 479px) {
  .pageAction-card_map {
    padding: 0 0 18px;
    height: auto;
  }
  .pageAction-card_map .pageAction-card {
    height: auto;
  }
  .pageAction-card_map .pageAction-card__mapWrap {
    position: relative;
    width: 100%;
    margin-bottom: 18px;
    padding-right: 0;
  }
  .pageAction-card_map .pageAction-card__title,
  .pageAction-card_map .pageAction-card__value {
    padding-left: 21px;
    padding-right: 21px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .pageAction-card__value br {
    display: none;
  }
}
.visuallyImpairedBody .pageAction-card {
  height: auto;
}
.visuallyImpairedBody .pageAction-card__icon {
  fill: #000;
}
.visuallyImpairedBody .pageAction-card__value {
  margin-bottom: 20px;
  color: inherit;
}
.visuallyImpairedBody .pageAction-card_map .pageAction-card__mapWrap,
.visuallyImpairedBody .pageAction-card_map .pageAction-card__map {
  height: 100%;
}
.color-site-2 .pageAction-card__icon {
  fill: #fff;
}
.fonts-x2 .pageAction-card__title,
.fonts-x3 .pageAction-card__title {
  font-size: 25px;
}
.fonts-x2 .pageAction-card__value,
.fonts-x3 .pageAction-card__value {
  font-size: 18px;
}
.pageAction-organizers {
  margin-bottom: 30px;
}
.pageAction-organizers__section {
  margin-bottom: 15px;
}
.pageAction-organizers__column {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  width: 350px;
}
@media (max-width: 1023px) {
  .pageAction-organizers__column {
    display: block;
    margin-right: 0;
    width: auto;
  }
}
.pageAction-organizers__title {
  margin-bottom: 12px;
  font-size: 150%;
}
.pageAction-organizers__addr,
.pageAction-organizers__phone,
.pageAction-organizers__link {
  position: relative;
  display: inline-block;
  margin-bottom: 9px;
  padding-left: 22px;
  font-size: 78.5715%;
  color: #919191;
  font-weight: 900;
  text-transform: uppercase;
}
.pageAction-organizers__link {
  color: #007db6;
  fill: #007db6;
}
.pageAction-organizers__link:hover {
  color: #6bbcfa;
  fill: #6bbcfa;
}
.pageAction-organizers__link._nolink {
  color: #919191;
  fill: #919191;
}
.pageAction-organizers__addrIcon {
  position: absolute;
  left: 0;
  top: -5px;
  fill: #919191;
}
.pageAction-organizers__linkIcon {
  position: absolute;
  left: 2px;
  top: 3px;
}
.pageAction-organizers__linkIcon._mail {
  left: 0;
  top: 0;
  fill: #919191;
}
._addr svg,
._time svg,
._mail svg,
._link svg {
  margin-right: 12px;
}
._addr span h5.generic,
._time span h5.generic,
._mail span h5.generic,
._link span h5.generic {
  display: inline;
}
.visuallyImpairedBody .pageAction-organizers__column {
  display: block;
  width: auto;
}
.visuallyImpairedBody .pageAction-organizers__addr,
.visuallyImpairedBody .pageAction-organizers__link,
.visuallyImpairedBody .pageAction-organizers__phone {
  color: #000 !important;
  fill: #000 !important;
}
.visuallyImpairedBody .pageAction-organizers__linkIcon,
.visuallyImpairedBody .pageAction-organizers__addrIcon {
  fill: #000 !important;
}
.fonts-x2 .pageAction-organizers__addr,
.fonts-x3 .pageAction-organizers__addr,
.fonts-x2 .pageAction-organizers__phone,
.fonts-x3 .pageAction-organizers__phone,
.fonts-x2 .pageAction-organizers__link,
.fonts-x3 .pageAction-organizers__link {
  padding-left: 30px;
}
.fonts-x2 .pageAction-organizers__addrIcon,
.fonts-x3 .pageAction-organizers__addrIcon {
  margin-top: 4px;
  margin-left: 4px;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.fonts-x2 .pageAction-organizers__linkIcon,
.fonts-x3 .pageAction-organizers__linkIcon {
  margin-left: 4px;
  margin-top: 3px;
  -webkit-transform: scale(1.7);
      -ms-transform: scale(1.7);
          transform: scale(1.7);
}
.fonts-x2 .pageAction-organizers__linkIcon._mail,
.fonts-x3 .pageAction-organizers__linkIcon._mail {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.fonts-x3 .pageAction-organizers__addrIcon {
  margin-top: 7px;
}
.fonts-x3 .pageAction-organizers__linkIcon {
  margin-top: 7px;
}
.fonts-x3 .pageAction-organizers__linkIcon._mail {
  margin-top: 8px;
}
.color-site-2 .pageAction-organizers__addr,
.color-site-2 .pageAction-organizers__link,
.color-site-2 .pageAction-organizers__phone {
  color: #fff !important;
  fill: #fff !important;
}
.color-site-2 .pageAction-organizers__linkIcon,
.color-site-2 .pageAction-organizers__addrIcon {
  fill: #fff !important;
}
.pageActionCards {
  margin-bottom: 30px;
}
.pageActionCards .b-actionItem_big {
  margin-bottom: 20px;
}
.pageActionList .b-linkAll {
  margin-top: 38px;
}
.pageActionList-item {
  margin-bottom: 25px;
  padding-bottom: 21px;
  background: url("/img/border_dashed_horizontal.png") repeat-x center bottom;
}
.pageActionList-item__date,
.pageActionList-item__place,
.pageActionList-item__status {
  display: inline-block;
  text-transform: uppercase;
  font-size: 78.5715%;
  font-weight: 700;
  color: #808080;
  fill: #808080;
  margin-right: 14px;
  margin-bottom: 12px;
}
.pageActionList-item__status {
  margin-left: 6px;
}
.pageActionList-item__status._regional {
  color: #00857d;
}
.pageActionList-item__status._international {
  color: #ef3340;
}
.pageActionList-item__status._federal {
  color: #5e8ab4;
}
.pageActionList-item__link {
  display: inline-block;
  font-size: 150%;
  color: #007db6;
}
.pageActionList-item__footer {
  margin-top: 11px;
}
.pageActionList-item__tag {
  display: inline-block;
  vertical-align: top;
  color: #666;
  font-size: 78.5715%;
  margin-right: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
.visuallyImpairedBody .pageActionList-item__date,
.visuallyImpairedBody .pageActionList-item__place,
.visuallyImpairedBody .pageActionList-item__status {
  color: #000;
  fill: #000;
}
.visuallyImpairedBody .pageActionList-item__tag {
  color: inherit;
}
.color-site-2 .pageActionList-item__date,
.color-site-2 .pageActionList-item__place,
.color-site-2 .pageActionList-item__status {
  color: #fff;
  fill: #fff;
}
.pageStats {
  padding: 32px;
  padding-bottom: 0;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #daef14;
}
.pageStats__title {
  margin-bottom: 35px;
  max-width: 850px;
}
.pageStats__container {
  margin-bottom: 40px;
}
.visuallyImpairedBody .pageStats {
  box-shadow: none;
}
.visuallyImpairedBody .pageStats {
  border-color: #000;
  background-color: transparent !important;
}
.color-site-2 .pageStats {
  border-color: #fff;
}
.pageStats-line {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 30px;
  height: 1px;
  background: url("/img/border_dashed_horizontal.png") repeat-x center center;
}
.pageStats-filter {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pageStats-filter__year,
.pageStats-filter__month {
  margin-right: 12px;
}
.pageStats-filter__year {
  width: 100px;
}
.pageStats-filter__month {
  width: 140px;
}
.pageStats-filter__btn {
  min-width: 111px;
}
.pageStats-filter__btn a.button_details.__hover {
  height: 32px;
}
.pageStats-filter__btn .btn {
  display: block;
}
.pageStats-data {
  margin-bottom: 40px;
}
.pageStats-data__item {
  float: left;
  margin-bottom: 20px;
  width: 190px;
}
.pageStats-data__number {
  display: block;
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
}
.pageStats-data__title {
  font-size: 15px;
  font-weight: 500;
}
.pageStats-data__note {
  clear: both;
  margin: 13px 0 0 -11px;
  display: inline-block;
  border-radius: 8px;
  padding: 17px 29px 15px;
  font-size: 100%;
  font-family: 'Microsoft Sans Serif';
  background-color: #f6f6f6;
  font-weight: 300;
}
.pageStats-main__title {
  margin-bottom: 30px;
  font-size: 150%;
}
.pageStats-main__column {
  box-sizing: border-box;
  max-width: 48%;
}
.pageStats-main__column._left {
  padding-right: 45px;
}
.pageStats-main__column._right {
  padding-left: 45px;
}
@media (max-width: 1279px) {
  .pageStats-main__column {
    max-width: 528px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none;
  }
}
@media (max-width: 1279px) {
  .pageStats-main__column {
    max-width: none;
  }
}
.pageStats-category {
  margin-bottom: 20px;
  font-family: 'Microsoft Sans Serif';
  font-size: 100%;
  font-weight: 300;
}
.pageStats-category td,
.pageStats-category th {
  border: none;
  padding: 0 0 10px;
  font-weight: normal;
}
.pageStats-category th {
  text-align: left;
  padding-right: 25px;
}
.pageStats-category td {
  text-align: right;
}
.pageStats-source {
  padding-top: 8px;
  margin-bottom: 20px;
  max-width: 528px;
  font-size: 100%;
  font-family: 'Microsoft Sans Serif';
  font-weight: 300;
}
@media (max-width: 1023px) {
  .pageStats-source {
    width: 100%;
    max-width: none;
  }
}
.pageStats-source ._color-1 {
  background-color: #fffbd3;
}
.pageStats-source ._color-2 {
  background-color: #d3faff;
}
.pageStats-source ._color-3 {
  background-color: #ffd3e3;
}
.pageStats-source ._color-4 {
  background-color: #d3dbff;
}
.pageStats-source ._color-5 {
  background-color: #d5bce5;
}
.pageStats-source ._color-6 {
  background-color: #ccf7dd;
}
.pageStats-source__graph {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
.pageStats-source__graphItem {
  display: inline-block;
  vertical-align: top;
  height: 58px;
}
.pageStats-source__legend {
  position: relative;
  margin-bottom: 11px;
  padding-left: 21px;
}
.pageStats-source__legend .marker {
  position: absolute;
  left: 0;
  top: -2px;
  display: block;
  width: 8px;
  height: 22px;
}
.pageStats-links {
  margin-bottom: 20px;
}
.pageStats-pages {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pageStats-pages__item {
  margin-right: 13px;
}
@media (max-width: 1379px) {
  .pageStats-main {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .pageStats {
    padding: 15px 12px 0;
    font-size: 11px;
  }
  .pageStats__title {
    margin-bottom: 15px;
  }
  .pageStats__container {
    margin-bottom: 0;
  }
  .pageStats-line {
    margin-bottom: 20px;
  }
  .pageStats-filter {
    margin-bottom: 20px;
    text-align: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pageStats-filter__year,
  .pageStats-filter__month {
    margin-bottom: 20px;
    text-align: left;
    display: inline-block;
    float: none;
  }
  .pageStats-filter__month {
    margin-right: 0;
  }
  .pageStats-filter__btn {
    float: none;
    clear: both;
    max-width: 100px;
    margin: 0 auto;
  }
  .pageStats-data {
    margin-bottom: 20px;
  }
  .pageStats-data__item {
    width: 50%;
    text-align: center;
  }
  .pageStats-data__title {
    font-size: 107.1429%;
  }
  .pageStats-data__note {
    display: block;
    margin: 0;
    font-size: 128.5715%;
    padding: 10px;
  }
  .pageStats-main {
    margin-bottom: 10px;
  }
  .pageStats-main__title {
    margin-bottom: 15px;
  }
  .pageStats-source {
    padding-top: 0;
  }
  .pageStats-category {
    font-size: 114.2858%;
    width: 100%;
  }
  .pageStats-category tr:nth-child(2n) {
    background: #f8f8f8;
  }
  .pageStats-category td,
  .pageStats-category th {
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #e3e3e3 !important;
  }
  .pageStats-pages {
    display: block;
  }
  .pageStats-pages__item {
    margin-bottom: 15px;
    float: none;
    margin-right: 0;
    text-align: center;
  }
}
.visuallyImpairedBody .pageStats-line {
  border-bottom-color: #000;
}
.visuallyImpairedBody .pageStats-data__title {
  font-size: 18px;
}
.visuallyImpairedBody .pageStats-data__note {
  border: 2px solid #000;
  color: inherit;
  background-color: transparent;
}
.visuallyImpairedBody .pageStats-main__column {
  padding-left: 0 !important;
  float: none;
  width: auto;
  max-width: 700px;
}
.color-site-2 .pageStats-line {
  border-bottom-color: #fff;
}
.color-site-2 .pageStats-data__note {
  border-color: #fff;
}
.fonts-x2 .pageStats-source__legend .marker {
  top: 3px;
}
.fonts-x3 .pageStats-source__legend .marker {
  top: 11px;
}
.pageStatistic-world {
  margin-bottom: 40px;
  position: relative;
}
.pageStatistic-world__title {
  margin-bottom: 20px;
  font-size: 128.5715%;
}
.pageStatistic-world__map {
  position: relative;
  min-height: 100px;
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 10px;
}
.pageStatistic-world__map:after,
.pageStatistic-world__map:before {
  position: absolute;
  display: block;
  content: "";
  height: 5px;
  width: 100%;
}
.pageStatistic-world__map:before {
  top: 0;
  background: linear-gradient(to bottom, #f0f0f0 2%, #fff 100%);
}
.pageStatistic-world__map:after {
  bottom: 0;
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
}
.pageStatistic-world__menu {
  margin-bottom: 25px;
  font-size: 0;
  line-height: 0;
}
.pageStatistic-world__menuItem {
  margin-right: 30px;
  display: inline-block;
  font-size: 11px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 700;
}
.pageStatistic-world__menuItem._active {
  color: #333;
}
.pageStatistic-world__mapItem {
  text-align: center;
}
.pageStatistic-world__mapItem {
  position: relative;
  padding-bottom: 25px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.pageStatistic-world__mapItem._show {
  display: block;
}
.pageStatistic-world__mapItem._visible {
  display: block;
  opacity: 1;
}
.pageStatistic-world-leg {
  font-size: 0;
  line-height: 0;
  text-align: center;
  padding: 0 12px;
}
.pageStatistic-world-leg__item {
  display: inline-block;
  font-size: 11px;
  width: 130px;
  margin-right: 1px;
  line-height: normal;
  vertical-align: top;
}
.pageStatistic-world-leg__itemLine {
  width: 100%;
  height: 6px;
  margin-bottom: 12px;
  background-color: #ffa300;
}
.pageStatistic-world-leg__itemTitle {
  text-transform: uppercase;
  color: #808080;
  font-weight: 700;
}
.pageStatistic-world-leg._var-3 .pageStatistic-world-leg__item {
  width: 60px;
}
.pageStatistic-world-leg._var-3 .pageStatistic-world-leg__item:last-child {
  width: 90px;
}
@media (max-width: 1279px) {
  .pageStatistic-world-leg._var-3 .pageStatistic-world-leg__item {
    width: 40px;
  }
  .pageStatistic-world-leg._var-3 .pageStatistic-world-leg__item:last-child {
    width: 90px;
  }
}
@media (max-width: 1023px) {
  .pageStatistic-world-leg._var-1 .pageStatistic-world-leg__item,
  .pageStatistic-world-leg._var-2 .pageStatistic-world-leg__item {
    width: 110px;
  }
  .pageStatistic-world-leg._var-1 .pageStatistic-world-leg__itemTitle,
  .pageStatistic-world-leg._var-2 .pageStatistic-world-leg__itemTitle {
    padding: 0 5px;
  }
  .pageStatistic-world__mapItem {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .pageStatistic-world-leg__item {
    margin-bottom: 15px;
    width: auto !important;
  }
  .pageStatistic-world-leg__itemLine {
    margin-bottom: 5px;
  }
  .pageStatistic-world-leg__itemTitle {
    padding: 0 5px;
    font-size: 8px;
  }
  .pageStatistic-world {
    margin-bottom: 20px;
  }
  .pageStatistic-world__map {
    margin-left: -12px;
    margin-right: -12px;
  }
  .pageStatistic-world__mapItem {
    padding-bottom: 0;
  }
  .pageStatistic-world__menu {
    margin: 0 -5px 10px;
  }
  .pageStatistic-world__menuItem {
    margin-right: 0;
    padding: 0 5px;
    background-clip: border-box;
    font-size: 8px;
    width: 33%;
    box-sizing: border-box;
    vertical-align: top;
  }
  .pageStatistic-world__menuItem br {
    display: none;
  }
}
.pageStatistic__doc-links li {
  margin-bottom: 16px;
}
.pageStatistic__columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
@media (max-width: 1280px) {
  .pageStatistic__columns {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pageStatistic__column {
  float: left;
  width: 544px;
  margin-right: 30px;
}
.pageStatistic__column .stat-bar {
  margin-right: 60px;
}
.pageStatistic__column .stat-column {
  margin-right: 60px;
}
.pageStatistic__column._right {
  float: right;
}
.pageStatistic__sub-title {
  margin-bottom: 25px;
  font-size: 107.1429%;
  color: #808080;
}
.pageStatistic__columns + .pageStatistic__border {
  margin-top: -5px;
}
.pageStatistic__border {
  margin-bottom: 35px;
  height: 1px;
  border-bottom: 1px dashed #ccc;
}
.pageStatistic-dash {
  width: 32px;
  height: 11px;
  margin-right: 10px;
}
.pageStatistic-dash.color1 {
  background-color: #007db6;
}
.pageStatistic-dash.color2 {
  background-color: #7ec0e1;
}
.pageStatistic-dash.color3 {
  background-color: #144b8f;
}
.pageStatistic-dash.color4 {
  background-color: #70a1b0;
}
.pageStatistic-pie-1 {
  margin-bottom: 20px;
}
.pageStatistic-pie-1__title {
  margin-bottom: 34px;
  font-size: 107.1429%;
}
.pageStatistic-pie-1__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.pageStatistic-pie-1__img {
  width: 300px;
  height: 300px;
}
.pageStatistic-pie-1__percent {
  position: absolute;
  left: 223px;
  top: 50%;
  width: 58px;
  text-align: center;
  margin-top: -12px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  z-index: 3;
}
.pageStatistic-pie-1__quantity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pageStatistic-pie-1__quantity-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
}
.pageStatistic-pie-1__quantity-title-dashed {
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageStatistic-pie-2 {
  margin-bottom: 20px;
}
.pageStatistic-pie-2__title {
  margin-bottom: 27px;
  font-size: 107.1429%;
}
.pageStatistic-pie-2__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.pageStatistic-pie-2__img {
  width: 350px;
  height: 350px;
}
.pageStatistic-pie-2__percent {
  position: absolute;
  left: 223px;
  width: 58px;
  z-index: 3;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.pageStatistic-pie-2__percent._val-1 {
  top: 20%;
  left: 60%;
}
.pageStatistic-pie-2__percent._val-2 {
  top: 58%;
  left: 72%;
}
.pageStatistic-pie-2__percent._val-3 {
  top: 72%;
  left: 22%;
}
.pageStatistic-pie-2__percent._val-4 {
  top: 24%;
  left: 17%;
}
.pageStatistic-pie-2__quantity {
  font-size: 18px;
  white-space: nowrap;
}
.pageStatistic-pie-2__quantity._val-1 {
  top: 10%;
  left: 88%;
}
.pageStatistic-pie-2__quantity._val-2 {
  top: 60%;
  left: 101%;
}
.pageStatistic-pie-2__quantity._val-3 {
  top: 82%;
  right: 90%;
}
.pageStatistic-pie-2__quantity._val-4 {
  top: 11%;
  right: 89%;
}
.pageStatistic-links__section {
  margin-bottom: 30px;
}
.pageStatistic-links p {
  margin-bottom: 5px;
}
.pageStatistic-links__title {
  margin-bottom: 15px;
  display: block;
  font-size: 150%;
}
.pageStatistic-links .text-block {
  font-size: 100%;
}
.pageStatistic-tabs {
  margin-bottom: 35px;
  font-family: 'Microsoft Sans Serif';
}
.pageStatistic-tabs__tab {
  margin-bottom: 18px;
}
.pageStatistic-tabs__ctrl {
  font-size: 16px;
}
.pageStatistic-tabs__ctrlLink {
  text-decoration: underline;
  text-underline-position: under;
  color: #8066c8;
}
.pageStatistic-tabs__ctrlLink:hover {
  color: #8066c8;
  border-bottom-color: #414041;
}
.visuallyImpairedBody .pageStatistic-tabs__ctrlLink {
  border-bottom-color: #000;
}
.visuallyImpairedBody .pageStatistic-tabs__ctrlLink:hover {
  border-bottom-color: transparent;
}
.color-site-2 .pageStatistic-tabs__ctrlLink {
  border-bottom-color: #fff;
}
.pageStatistic-tabs__ctrlArrow {
  position: relative;
  top: 9px;
  left: 5px;
  width: 11px;
  height: 7px;
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2215%22%20height%3D%2211%22%20viewBox%3D%220%200%2015%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2.97181%200L7.78309%206.69643L11.7857%200H15L7.78295%2010.7143L0%200H2.97181Z%22%20fill%3D%22%238066c8%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center center;
  vertical-align: top;
}
.pageStatistic-tabs__tab._open .pageStatistic-tabs__ctrlArrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pageStatistic-tabs__text {
  display: none;
  margin-top: 18px;
}
.pageStatistic-tabs__tab._open .pageStatistic-tabs__text {
  display: block;
}
.pageStatistic-tabs__columns {
  margin: 0 -40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.pageStatistic-tabs__column {
  margin-bottom: 10px;
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  padding: 0 40px;
}
@media (max-width: 1379px) {
  .pageStatistic__column {
    width: 500px;
  }
  .pageStatistic__column .stat-bar,
  .pageStatistic__column .stat-column {
    margin-right: 0;
  }
}
@media (max-width: 1279px) {
  .pageStatistic__column {
    width: 100%;
    margin-bottom: 0;
  }
  .pageStatistic__column .stat-column__item {
    height: 180px;
  }
  .pageStatistic-tabs__columns {
    margin: 0;
    display: block;
  }
  .pageStatistic-tabs__column {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pageStatistic-pie-1 {
    margin-bottom: 40px;
  }
  .pageStatistic-pie-1__container {
    width: 264px;
    height: auto;
  }
  .pageStatistic-pie-1__img {
    width: 264px;
    height: 264px;
  }
  .pageStatistic-pie-1__percent {
    left: 207px;
    top: 121px;
    margin-top: 0;
  }
  .pageStatistic-pie-1__quantity {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pageStatistic-pie-1__quantity-title {
    margin-top: 20px;
  }
  .pageStatistic-pie-1__quantity-title:nth-child(1) {
    margin-top: 0;
  }
  .pageStatistic-pie-2 {
    margin-bottom: 40px;
  }
  .pageStatistic-pie-2__title {
    margin-bottom: 20px;
  }
  .pageStatistic-pie-2__container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .pageStatistic-pie-2__quantity._val-2 {
    width: 40px;
  }
}
@media (max-width: 479px) {
  .pageStatistic-pie-2__img,
  .pageStatistic-pie-2__container {
    width: 160px;
    height: 160px;
  }
  .pageStatistic-pie-2__percent {
    font-size: 12px;
    margin-left: -14px;
  }
  .pageStatistic-pie-2__quantity {
    font-size: 11px;
  }
}
.pageTech-browsers {
  margin-bottom: 76px;
  overflow-x: scroll;
}
.pageTech-browsers .pageTech__title._sm {
  margin-bottom: 35px;
}
.pageTech-browsers__table {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  font-size: 13px;
}
.pageTech-browsers td,
.pageTech-browsers th {
  padding: 15px 0 14px;
  border-top: 1px solid #e6e6e6;
  border-left: none;
  border-right: none;
  border-bottom: none;
  vertical-align: middle;
}
.pageTech-browsers__head {
  border-top: none !important;
  padding-top: 16px !important;
  font-size: 11px;
  text-transform: uppercase;
  color: #808080;
  font-weight: 700 !important;
  background: url("/img/border_dashed_horizontal.png") repeat-x top center;
}
.pageTech-browsers__th {
  background: url("/img/border_dashed_horizontal.png") repeat-x top center;
  border-top: none !important;
  padding-top: 12px !important;
  padding-bottom: 10px !important;
  text-align: center;
  color: #808080;
  font-weight: 500;
  background-color: #f8f8f8;
}
.pageTech-browsers__thValue {
  display: inline-block;
  padding: 5px 10px 4px;
}
.pageTech-browsers__title {
  width: 18.42%;
  padding-left: 20px;
  padding-right: 0;
}
.pageTech-browsers__ver {
  width: 16.32%;
  text-align: center;
  font-size: 14px;
}
.pageTech-browsers__ver._bg {
  background-color: #f2f2f2;
}
.pageTech-browsers__name {
  padding-left: 20px;
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .pageTech-browsers__table {
    font-size: 12px;
  }
  .pageTech-browsers__ver {
    font-size: 12px;
  }
}
.pageTech-devices {
  margin-bottom: 15px;
}
.pageTech-devices h3.generic-bold {
  margin-bottom: 20px;
}
.pageTech-devices__row {
  margin: 0 -35px;
  font-size: 0;
  line-height: 0;
}
.pageTech-devices__cell {
  box-sizing: border-box;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding: 0 35px;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
}
.pageTech-devices__cell._width {
  width: 66.5%;
}
@media (max-width: 1279px) {
  .pageTech-devices__row {
    margin: 0 -15px;
  }
  .pageTech-devices__cell {
    padding: 0 15px;
  }
}
.pageTech-devices__icon {
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 22px;
  border-radius: 50%;
  border: 2px solid #007db6;
  width: 112px;
  height: 112px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.pageTech-devices__iconSvg {
  position: relative;
  top: 21px;
  fill: #007db6;
}
.pageTech-devices__iconSvg._desktop {
  top: 30px;
}
.pageTech-devices__text {
  margin-bottom: 23px;
  text-align: left;
}
.pageTech-devices__text p {
  margin-bottom: 0;
}
.pageTech-devices__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.pageTech-devices__listItem {
  position: relative;
  padding-left: 18px;
  margin-top: 10px;
}
.pageTech-devices__listItem:after {
  position: absolute;
  left: 3px;
  top: 9px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  content: "";
  background-color: #808080;
}
@media (max-width: 1023px) {
  .pageTech-devices._main .pageTech-devices__row {
    margin-left: 0;
    margin-right: 0;
  }
  .pageTech-devices._main .pageTech-devices__cell {
    position: relative;
    padding: 0;
    width: 100%;
  }
  .pageTech-devices._main .pageTech-devices__icon {
    margin-bottom: 0;
    float: left;
  }
  .pageTech-devices._main .pageTech-devices__text {
    margin-left: 150px;
    min-height: 112px;
    line-height: 112px;
    vertical-align: middle;
  }
  .pageTech-devices._main .pageTech-devices__textWrap {
    display: inline-block;
    line-height: 1.4;
    vertical-align: middle;
  }
}
@media (max-width: 1279px) {
  .pageTech-devices._os .pageTech-devices__cell {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .pageTech-devices._os .pageTech-devices__cell {
    width: 100%;
  }
}
.visuallyImpairedBody .pageTech-devices__row {
  font-size: inherit;
  line-height: inherit;
}
.visuallyImpairedBody .pageTech-devices__cell {
  display: block;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
}
.visuallyImpairedBody .pageTech-devices__icon {
  display: none;
}
.fonts-x2 .pageTech-browsers__table,
.fonts-x3 .pageTech-browsers__table {
  font-size: 18px;
}
.pageTech {
  padding: 32px;
  padding-bottom: 0;
  margin-top: 40px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #daef14;
}
.visuallyImpairedBody .pageTech {
  box-shadow: none;
}
.visuallyImpairedBody .pageTech {
  border-color: #000;
  background-color: transparent !important;
}
.color-site-2 .pageTech {
  border-color: #fff;
}
.pageTech__container {
  margin-bottom: 40px;
}
.pageTech__container h3.generic-bold {
  margin-bottom: 20px;
}
.pageTech__text {
  margin-bottom: 35px;
  max-width: 1200px;
}
.pageTech__text._marginBottom {
  margin-bottom: 56px;
}
.pageTech-legend__item {
  margin-bottom: 18px;
  position: relative;
  padding-left: 49px;
  font-size: 16px;
}
.visuallyImpairedBody .pageTech-legend__item {
  font-size: 18px;
}
.pageTech-legend__marker {
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  border: 1px solid #e6e6e6;
  width: 29px;
  height: 18px;
}
.visuallyImpairedBody .pageTech-legend__marker {
  top: 2px;
}
.pageTech-legend__marker._bg {
  background-color: #f2f2f2;
}
.pageTech-legend__marker._not:after {
  position: absolute;
  left: 9px;
  top: 9px;
  width: 11px;
  height: 1px;
  content: "";
  background-color: #333;
}
.pagePressKit {
  padding: 34px 40px 0 40px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #daef14;
}
.visuallyImpairedBody .pagePressKit {
  box-shadow: none;
}
.visuallyImpairedBody .pagePressKit {
  border-color: #000;
  background-color: transparent !important;
}
.color-site-2 .pagePressKit {
  border-color: #fff;
}
.pagePressKit__container {
  width: 100%;
  margin-bottom: 70px;
}
@media (max-width: 1280px) {
  .pagePressKit__container {
    margin-bottom: 30px;
  }
}
.pagePressKit__title {
  margin-bottom: 30px;
}
.pagePressKit__docs {
  margin-bottom: 50px;
}
.pagePressKit-presentation {
  height: 530px;
}
@media (max-width: 950px) {
  .pagePressKit-presentation {
    height: 300px;
  }
}
.pagePressKit-doc {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 30px 15px;
}
@media (max-width: 767px) {
  .pagePressKit-doc {
    margin: 30px 0;
  }
}
.pagePressKit-doc__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pagePressKit-doc__file {
  margin-top: 18px;
  text-transform: uppercase;
}
.pagePressKit-doc__icon {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .pagePressKit-doc__icon {
    display: none;
  }
}
.pagePressKit-logo {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 70px;
}
@media (max-width: 1280px) {
  .pagePressKit-logo {
    margin-bottom: 30px;
  }
}
.pagePressKit-logo__item {
  box-sizing: border-box;
  display: inline-block;
  width: 256px;
  height: 200px;
  vertical-align: top;
  text-align: center;
  line-height: normal;
  margin-bottom: 30px;
  margin-right: 2%;
}
.pagePressKit-logo__item:hover {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.pagePressKit-logo__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #fff;
}
.pagePressKit-logo__link,
.pagePressKit-logo__linkSep {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.pagePressKit-logo__linkSep {
  margin: 0 7px;
  color: #cdcdcd;
}
@media (max-width: 1279px) {
  .pagePressKit-logo__item {
    width: 23%;
  }
}
@media (max-width: 1023px) {
  .pagePressKit-logo__item {
    width: 48%;
  }
}
.pagePressKit-leaders {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.pagePressKit-leaders__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .pagePressKit-leaders__info {
    margin-right: 15px;
  }
}
.pagePressKit-leaders__item {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 500px;
}
.pagePressKit-leaders__item:nth-child(2n+1) {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pagePressKit-leaders__item:nth-child(2n+1) .pagePressKit-leaders__frame {
  right: unset;
  left: 0;
}
.pagePressKit-leaders__item:nth-child(2n+1) .pagePressKit-leaders__photo {
  background: linear-gradient(90deg, #eae9e5 20%, #70a1b0 0);
}
.pagePressKit-leaders__item:nth-child(2n+1) .pagePressKit-leaders__info {
  margin-left: 0;
  margin-right: 50px;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pagePressKit-leaders__item:nth-child(2n+1) .pagePressKit-leaders__name h2 {
  text-align: right;
}
.pagePressKit-leaders__link {
  display: block;
  color: #007db6 !important;
}
.pagePressKit-leaders__frame {
  height: 90%;
  width: 50%;
  position: absolute;
  top: 5%;
  right: 0;
  border: 5px solid #414041;
  box-sizing: border-box;
  z-index: 0;
}
.pagePressKit-leaders__photo {
  position: relative;
  margin-bottom: 12px;
  width: 450px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(90deg, #70a1b0 80%, #eae9e5 0);
}
.pagePressKit-leaders__photo img {
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  object-fit: cover;
  z-index: 2;
}
.pagePressKit-leaders__name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pagePressKit-leaders__file {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .pagePressKit-leaders__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pagePressKit {
    padding: 10px 12px 0;
  }
  .pagePressKit__title {
    margin-bottom: 15px;
  }
  .pagePressKit-doc {
    padding-left: 0;
    padding-top: 0;
  }
  .pagePressKit-doc__icon {
    display: none;
  }
  .pagePressKit-doc__text {
    font-size: 12px;
  }
  .pagePressKit-logo {
    margin-bottom: 20px;
  }
  .pagePressKit-logo__item {
    width: 100%;
  }
  .pagePressKit-leaders__item {
    margin-bottom: 30px;
    width: 100%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .pagePressKit-leaders__item:nth-child(2n+1) {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pagePressKit-leaders__item:nth-child(2n+1) .pagePressKit-leaders__info {
    margin: 0;
  }
  .pagePressKit-leaders__item:nth-child(2n+1) .pagePressKit-leaders__post h5.generic {
    text-align: right;
  }
  .pagePressKit-leaders__photo {
    width: unset;
    height: 100%;
    padding: 50px 0;
  }
  .pagePressKit-leaders__photo img {
    width: calc(100% - 70px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .pagePressKit-leaders__name {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .pagePressKit-leaders__post {
    font-size: 14px;
  }
  .pagePressKit-leaders__photo {
    margin-bottom: 4px;
  }
  .pagePressKit-leaders__info {
    margin: 0;
  }
}
.pageData-detail__content {
  padding: 32px 40px 10px 40px;
}
.pageData-detail__aside {
  padding: 35px 40px 10px 20px;
}
.pageData-detail__aside .navbar-aside {
  margin-bottom: 0;
}
.pageData-detail__title {
  display: block;
  margin-bottom: 30px;
  font-size: 171.4286%;
}
.pageData-detail__stats {
  margin-bottom: 35px;
}
.pageData-detail__statsItem {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.pageData-detail__table {
  width: 100%;
  font-size: 14px;
}
.pageData-detail__th {
  width: 210px;
  padding-right: 8px;
  text-align: right;
}
.pageData-detail-table {
  margin-bottom: 23px;
  font-size: 100%;
}
.pageData-detail-table__tr {
  display: table-row;
}
.pageData-detail-table__th {
  font-weight: 700;
}
.pageData-detail-table__th,
.pageData-detail-table__td {
  padding: 20px 8px 22px;
  display: table-cell;
}
.pageData-detail-table__th:first-child,
.pageData-detail-table__td:first-child {
  padding-left: 16px;
}
.pageData-detail-table__th:last-child,
.pageData-detail-table__td:last-child {
  padding-right: 16px;
}
.pageData-detail-table__td {
  word-break: break-word;
}
.pageData-detail-table__tr:nth-child(odd) .pageData-detail-table__th,
.pageData-detail-table__tr:nth-child(odd) .pageData-detail-table__td {
  background-color: #f8f8f8;
}
.color-site-2 .pageData-detail-table__tr:nth-child(odd) .pageData-detail-table__th,
.color-site-2 .pageData-detail-table__tr:nth-child(odd) .pageData-detail-table__td {
  border-bottom: 1px solid #fff;
  background: none;
}
.color-site-3 .pageData-detail-table__tr:nth-child(odd) .pageData-detail-table__th,
.color-site-3 .pageData-detail-table__tr:nth-child(odd) .pageData-detail-table__td {
  border-bottom: 1px solid #000;
  background: none;
}
@media (max-width: 767px) {
  .pageData-detail-table {
    font-size: 12px;
  }
  .pageData-detail-table__tr {
    display: block;
    padding: 12px;
  }
  .pageData-detail-table__tr:nth-child(odd) {
    background-color: #f8f8f8;
  }
  .pageData-detail-table__th,
  .pageData-detail-table__td {
    padding: 0 !important;
    display: block;
    background: none;
  }
  .pageData-detail-table__th {
    margin-bottom: 10px;
  }
  .pageData-detail__content {
    padding: 12px 12px 0 12px;
  }
  .pageData-detail__aside {
    border-top: none;
    padding: 10px 12px 10px;
  }
  .pageData-detail__title {
    margin-bottom: 15px;
  }
  .pageData-detail__stats {
    margin-bottom: 15px;
  }
  .pageData-detail__table {
    font-size: 12px;
  }
  .pageData-detail__th {
    width: auto;
  }
}
.pageData-info {
  margin-top: 40px;
  padding: 32px 40px 10px 40px;
  width: 100%;
}
.pageData-info__title {
  display: block;
  margin-bottom: 21px;
  font-size: 171.4286%;
}
.pageData-info .pagination {
  margin-bottom: 23px;
}
.pageData-info__table {
  margin-bottom: 37px;
  width: 100%;
  border: none;
}
.pageData-info__table th,
.pageData-info__table td {
  padding-right: 20px;
  padding-left: 20px;
  border: none;
  background-color: transparent;
}
.pageData-info__tableTitle {
  border: none;
  font-weight: 700;
  color: #808080;
  text-transform: uppercase;
  font-size: 78.5715%;
  padding-top: 0 !important;
  padding-bottom: 15px !important;
  white-space: nowrap;
}
.pageData-info__tableVal {
  font-size: 100%;
  padding-top: 14px;
  padding-bottom: 13px;
}
.pageData-info__tableVal._date {
  white-space: nowrap;
}
.pageData-info__tableArrow {
  padding: 0 !important;
  width: 20px;
}
.pageData-info__tableArrow + .pageData-info__tableVal,
.pageData-info__tableArrow + .pageData-info__tableTitle {
  padding-left: 0 !important;
}
.pageData-info__tableVal,
.pageData-info__tableArrow,
.pageData-info__tableTitle,
.pageData-info__tableDetail {
  border-bottom: 1px solid #ccc !important;
}
.pageData-info__tableOpen {
  position: relative;
  top: 10px;
  display: inline-block;
  padding: 5px 7px 5px 5px !important;
  width: 8px;
  height: 16px;
  text-align: center;
}
.pageData-info__tableOpen:after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid #808080;
  border-bottom: 6px solid transparent;
  display: inline-block;
  content: "";
}
.pageData-info__tableDetailTr {
  display: none;
}
.pageData-info__tableItem._open .pageData-info__tableDetailTr {
  display: table-row;
}
.pageData-info__tableItem._open .pageData-info__tableOpen:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pageData-info__tableItem._open .pageData-info__tableArrow,
.pageData-info__tableItem._open .pageData-info__tableVal {
  border-color: transparent !important;
}
.pageData-info__tableDetail {
  padding: 0 20px !important;
}
.pageData-info-detail {
  border-top: 1px dashed #ccc;
  padding-top: 10px;
}
.pageData-info-detail__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -20px;
}
.pageData-info-detail__flexItem {
  margin-bottom: 16px;
  margin-right: 20px;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}
.pageData-info-detail__flexItem._forMobile {
  display: none;
}
.pageData-info-detail__item {
  margin-bottom: 16px;
}
.pageData-info-detail__item._forMobile {
  display: none;
}
.pageData-info-detail__title {
  margin-bottom: 2px;
  display: block;
  font-size: 78.5715%;
  color: #808080;
  text-transform: uppercase;
  font-weight: 700;
}
.pageData-info-detail__val {
  font-size: 100%;
  line-height: 1.43;
}
.pageData-info-detail__val p,
.pageData-info-detail__val ul {
  margin-bottom: 10px;
}
@media (max-width: 1279px) {
  .pageData-info__tableVal {
    display: none;
  }
  .pageData-info__tableVal._main {
    display: table-cell;
  }
  .pageData-info__tableHead {
    display: none;
  }
  .pageData-info-detail__item._forMobile,
  .pageData-info-detail__flexItem._forMobile {
    display: block;
  }
}
@media (max-width: 1023px) {
  .pageData-info-detail__flex {
    display: block;
    margin-right: 0;
  }
  .pageData-info-detail__flexItem {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .pageData-info {
    margin-top: 10px;
    font-size: 12px;
    padding: 12px 12px 0 12px;
  }
  .pageData-info .pagination {
    border-top: none;
    margin-bottom: 16px;
  }
  .pageData-info__title {
    margin-bottom: 15px;
  }
  .pageData-info__table {
    margin-bottom: 15px;
  }
  .pageData-info__tableOpen:after {
    top: 9px;
    border-top: 4px solid transparent;
    border-left: 6px solid #808080;
    border-bottom: 4px solid transparent;
  }
}
.visuallyImpairedBody .pageData__text {
  max-width: none;
}
.pageData__text._sm {
  font-size: 14px;
}
.pageData-table {
  margin-top: 45px;
  border: none;
  width: 100%;
  margin-bottom: 0;
}
.pageData-table td,
.pageData-table th {
  border: none;
}
.pageData-table__th {
  padding: 0 20px 10px 0;
  width: 10px;
  border-bottom: 1px dashed #ccc !important;
}
.pageData-table__th:last-child {
  padding-right: 0;
}
.pageData-table__th_title {
  width: 100%;
}
.pageData-table__td {
  padding: 30px 20px 0 0;
}
.pageData-table__td:last-child {
  padding-right: 0;
}
.pageData-table__sort {
  position: relative;
  display: inline-block;
  padding: 8px 8px 8px 24px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #808080 !important;
  fill: #808080;
  white-space: nowrap;
}
.pageData-table__sort:hover,
.pageData-table__sort._active {
  fill: #007db6;
}
.pageData-table__sortIcon {
  position: absolute;
  left: 0;
  top: 10px;
}
.pageData-table__value {
  display: block;
  padding-top: 2px;
  font-size: 107.1429%;
  font-weight: normal;
}
.pageData-table__value._center {
  text-align: center;
  padding-left: 24px;
  padding-right: 8px;
}
.pageData-table__number {
  display: block;
  font-size: 128.5715%;
  line-height: 1.333;
  font-weight: 400;
  text-align: center;
}
.pageData-table__info {
  position: relative;
}
.mobile .pageData-table__info {
  padding-bottom: 0;
}
.pageData-table__infoLink {
  display: block;
  text-decoration: none;
  color: #007db6 !important;
}
.pageData-table__info:hover .pageData-table__docs {
  display: block;
}
.pageData-table__title {
  display: block;
  font-size: 128.5715%;
  line-height: 1.333;
  font-weight: 400;
}
.pageData-table__text {
  display: block;
  margin-top: 10px;
  font-family: 'Microsoft Sans Serif';
  font-weight: 300;
}
.pageData-table__docs {
  margin-top: 11px;
  z-index: 4;
}
.mobile .pageData-table__docs {
  position: relative;
  margin-top: 10px;
  display: block;
}
.pageData-table__doc {
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  fill: #007db6;
}
.pageData-table__doc:hover {
  fill: #6bbcfa;
}
.pageData-table__doc .icon {
  position: absolute;
  left: 0;
  top: 4px;
  margin-right: 0;
}
@media (max-width: 1279px) {
  .pageData-table-wrap {
    margin-bottom: -20px;
    padding-bottom: 20px;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .pageData-table-wrap .pageData-table {
    width: 1000px;
  }
}
@media (max-width: 767px) {
  .pageData-table-wrap {
    margin-bottom: -5px;
    padding-bottom: 5px;
  }
  .pageData-table {
    margin-top: 30px;
    font-size: 12px;
  }
}
.pageContacts-choose {
  margin-bottom: 33px;
  background: url("/img/border_dashed_horizontal.png") repeat-x center bottom;
}
.pageContacts-choose .chooseRegion-nav {
  text-align: left;
}
.pageContacts-choose .chooseRegion-map__wrap {
  margin-left: 0;
  margin-right: 0;
}
.pageContacts-choose .chooseRegion-list {
  padding-bottom: 24px;
}
.pageContacts-choose__field {
  max-width: 500px;
  margin-bottom: 30px;
  position: relative;
}
.pageContacts-choose__fieldLabel {
  margin-bottom: 15px;
  display: block;
  font-family: "Microsoft Sans Serif";
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  font-size: 128.5715%;
  text-transform: uppercase;
}
.pageContacts-choose__fieldWrap {
  position: relative;
}
.pageContacts-choose__head {
  margin-bottom: 35px;
}
.pageContacts-choose__headLink {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  margin-right: 18px;
}
.pageContacts-choose__headClose {
  position: relative;
  top: 5px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #007db6;
  padding-top: 6px;
  width: 32px;
  height: 32px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  fill: #007db6;
}
.pageContacts-choose__headClose:hover {
  borcer-color: #6bbcfa;
  fill: #6bbcfa;
}
.pageContacts-choose__fieldDrop {
  position: absolute;
  z-index: 20;
  top: 100%;
  width: 100%;
  padding: 0;
  border: 2px solid #b3b3b3;
  border-top: none;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  box-sizing: border-box;
  display: none;
}
.pageContacts-choose__fieldDrop .ps-container > .ps-scrollbar-y-rail {
  opacity: 1;
  width: 8px;
  border-radius: 4px;
}
.pageContacts-choose__fieldDrop .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 8px;
  border-radius: 4px;
  background: #ccc;
}
.pageContacts-choose__fieldDropList {
  position: relative;
  max-height: 141px;
}
.pageContacts-choose__field .inp {
  padding-left: 12px;
  padding-right: 12px;
}
.pageContacts-choose__field._open .inp {
  border-radius: 5px 5px 0 0;
}
.pageContacts-choose__field._open .pageContacts-choose__fieldDrop {
  display: block;
}
.pageContacts-choose__fieldResult {
  padding: 4px 12px;
  display: block;
  color: #333;
}
.pageContacts-choose__fieldResult .w {
  font-weight: 700;
}
.pageContacts-choose__fieldResult:hover,
.pageContacts-choose__fieldResult._active {
  color: #007db6;
  background-color: #f5f5f5;
}
.visuallyImpairedBody .pageContacts-choose__fieldDrop {
  border-color: #000;
}
.color-site-2 .pageContacts-choose__fieldDrop {
  background-color: #000;
  border-color: #fff;
}
.color-site-3 .pageContacts-choose__fieldDrop {
  background-color: #9dd1ff;
}
.pageContacts-other .sectionTitle {
  margin-bottom: 50px;
}
.visuallyImpairedBody .pageContacts-other {
  max-width: none;
}
.pageContacts-other__section {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pageContacts-other__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pageContacts-other__item {
  color: #414041;
  fill: #414041;
  text-transform: uppercase;
  margin-right: 32px;
}
.visuallyImpairedBody .pageContacts-other__item {
  color: inherit;
  fill: inherit;
}
.pageContacts-other__item._inline {
  display: inline-block;
  margin-right: 17px;
  vertical-align: top;
}
.pageContacts-other__itemLink {
  position: relative;
  padding-left: 21px;
}
.fonts-x2 .pageContacts-other__itemLink {
  padding-left: 26px;
}
.fonts-x3 .pageContacts-other__itemLink {
  padding-left: 26px;
}
.pageContacts-other__itemAddr {
  display: inline-block;
  margin-right: 15px;
}
.pageContacts-other__icon {
  position: absolute;
  left: 1px;
  top: -3px;
}
.fonts-x2 .pageContacts-other__icon {
  top: 1px;
}
.fonts-x3 .pageContacts-other__icon {
  top: 4px;
}
.visuallyImpairedBody .pageContacts-other__icon {
  color: #414041;
  fill: #414041;
}
.color-site-2 .pageContacts-other__icon {
  color: #fff;
  fill: #fff;
}
.fonts-x2 .pageContacts-other__icon {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.fonts-x3 .pageContacts-other__icon {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
.pageContacts-other__icon._time {
  fill: #8066c8;
  left: 0;
  top: -1px;
}
.fonts-x2 .pageContacts-other__icon._time {
  top: 1px;
}
.fonts-x3 .pageContacts-other__icon._time {
  top: 6px;
}
.pageContacts-other__icon._mail {
  top: -1px;
  fill: #8066c8;
}
.fonts-x2 .pageContacts-other__icon._mail {
  top: 3px;
}
.fonts-x3 .pageContacts-other__icon._mail {
  top: 6px;
}
.pageContacts-other__icon._link {
  left: 2px;
  top: 2px;
  fill: #8066c8;
}
.visuallyImpairedBody .pageContacts-other__icon._link {
  color: #414041;
  fill: #414041;
}
.color-site-2 .pageContacts-other__icon._link {
  color: #fff;
  fill: #fff;
}
.fonts-x2 .pageContacts-other__icon._link {
  top: 7px;
}
.fonts-x3 .pageContacts-other__icon._link {
  top: 10px;
}
.pageContacts-other__itemLink:hover .pageContacts-other__icon._link {
  fill: #6bbcfa;
}
.pageContacts-otherAddr {
  margin-bottom: 35px;
  padding-bottom: 20px;
}
.pageContacts-otherAddr__title {
  margin-bottom: 10px;
  font-size: 107.1429%;
  font-weight: 500;
}
.pageContacts-otherAddr__value {
  margin-bottom: 29px;
  text-transform: uppercase;
  font-size: 78.5715%;
  color: #949494;
  font-weight: 700;
}
.visuallyImpairedBody .pageContacts-otherAddr__value {
  color: inherit;
}
.pageContacts-otherAddr__footer {
  margin: 27px 0 20px;
}
.pageContacts-region {
  margin-bottom: 43px;
}
.pageContacts-region__main {
  margin-bottom: 33px;
  font-size: 114.2858%;
}
.pageContacts-region__mainTitle {
  display: inline-block;
  margin-right: 18px;
}
@media (max-width: 767px) {
  .pageContacts-region__mainTitle {
    margin-bottom: 0;
  }
}
.pageContacts-region__mainLink {
  display: inline-block;
  margin-top: 10px;
}
.pageContacts-region__mainText {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .pageContacts-region__mainText {
    margin-top: 15px;
  }
}
.pageContacts-region__phones {
  margin-bottom: 70px;
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.pageContacts-region__phone {
  margin-right: 50px;
  display: block;
}
.pageContacts-region__phone:nth-child(2) {
  margin-right: 0;
}
.pageContacts-region__phoneTitle {
  margin-bottom: 7px;
  display: block;
  font-weight: 500;
}
.pageContacts-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: linear-gradient(180deg, transparent 45%, #8066c8 0);
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}
@media (max-width: 1280px) {
  .pageContacts-section {
    background: linear-gradient(180deg, transparent 65%, #8066c8 0);
  }
}
.pageContacts-section__img {
  width: 50%;
  padding: 40px 0 40px 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .pageContacts-section__img {
    display: none;
  }
}
.pageContacts-section__text {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  width: 50%;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .pageContacts-section__text {
    padding: 40px 40px 40px 40px;
    margin-bottom: 40px;
    background-color: #fff;
  }
  .pageContacts-section__text img {
    display: none;
  }
}
.pageContacts-section__text .dash {
  margin-bottom: 40px;
  width: 100px;
  height: 2px;
  background-color: #414041;
}
@media (max-width: 1280px) {
  .pageContacts-section__text .dash {
    margin-bottom: 20px;
  }
}
.pageContacts-section__text img {
  position: absolute;
  bottom: -40px;
  right: 0;
}
@media (max-width: 1280px) {
  .pageContacts-section__text img {
    height: 40%;
  }
}
@media (max-width: 1279px) {
  .pageContacts-tabs .tabs-section__navLink {
    font-size: 24px;
    padding-top: 17px;
  }
}
@media (max-width: 1023px) {
  .pageContacts-tabs .tabs-section__navLink {
    font-size: 18px;
    padding-top: 6px;
  }
}
.pageContacts-table {
  margin-bottom: 34px;
  display: table;
  width: 100%;
}
.pageContacts-table__row {
  display: table-row;
  width: 100%;
  border-bottom: 1px solid #000;
}
.pageContacts-table__row._odd {
  background-color: #f8f8f8;
}
.visuallyImpairedBody .pageContacts-table__row._odd {
  background: none;
}
.pageContacts-table__name,
.pageContacts-table__info {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 22px 28px 19px;
  font-family: 'Microsoft Sans Serif';
  font-weight: 300;
}
.pageContacts-table__name {
  width: 52%;
  font-size: 128.5715%;
}
.pageContacts-table__name._lg {
  padding-left: 0;
  font-size: 28px;
  font-family: 'Microsoft Sans Serif';
}
.pageContacts-table__info {
  width: 48%;
  font-size: 107.1429%;
  line-height: 1.333;
}
.pageContacts-table._var {
  margin-bottom: 50px;
}
.pageContacts-table._var .pageContacts-table__name,
.pageContacts-table._var .pageContacts-table__info {
  height: 102px;
  background: url("/img/border_dashed_horizontal.png") repeat-x center bottom, url("/img/border_dashed_horizontal.png") repeat-x center top;
}
@media (max-width: 1023px) {
  .pageContacts-table {
    display: block;
    margin-bottom: 30px;
  }
  .pageContacts-table__row,
  .pageContacts-table__name,
  .pageContacts-table__info {
    display: block;
    width: auto;
  }
  .pageContacts-table__row {
    padding: 22px 28px 19px;
  }
  .pageContacts-table__name,
  .pageContacts-table__info {
    padding: 0;
  }
  .pageContacts-table__info {
    margin-top: 10px;
  }
  .pageContacts-table._var {
    margin-bottom: 50px;
  }
  .pageContacts-table._var .pageContacts-table__row {
    padding: 18px 0 22px;
    background: url("/img/border_dashed_horizontal.png") repeat-x center bottom, url("/img/border_dashed_horizontal.png") repeat-x center top;
  }
  .pageContacts-table._var .pageContacts-table__name,
  .pageContacts-table._var .pageContacts-table__info {
    background: none;
    height: auto;
  }
}
.pageContacts-map {
  margin-bottom: 35px;
  padding-bottom: 24px;
  background: url("/img/border_dashed_horizontal.png") repeat-x center bottom;
}
.pageContacts-map__logoPrint {
  width: 100%;
  margin-bottom: 50px;
  max-width: 800px;
  display: none;
}
.pageContacts-map__mapPrint {
  display: none;
}
.pageContacts-map .ymaps-2-1-31-controls__toolbar_left {
  display: none;
}
.pageContacts-map .ymaps-2-1-31-zoom {
  top: -30px;
}
.pageContacts-map__title {
  margin-top: 20px;
  font-size: 114.2858%;
}
.pageContacts-map__printLink {
  position: absolute;
  right: 0;
  top: -5px;
  width: 32px;
  height: 32px;
  display: block;
  padding: 0;
}
.mobile .pageContacts-map__printLink {
  display: none;
}
@media (max-width: 767px) {
  .pageContacts-map__printLink {
    display: none;
  }
}
.pageContacts-map__printLink:hover .navbar-aside-link__icon {
  border-color: #8066c8;
  color: #8066c8;
  fill: #8066c8;
}
.pageContacts-map__img {
  max-width: 800px;
  margin-bottom: 28px;
}
.visuallyImpairedBody .pageContacts-map__img {
  display: none;
}
.pageContacts-map__ymap {
  float: left;
  width: 52%;
  height: 410px;
}
.pageContacts-map__info {
  position: relative;
  float: right;
  padding-left: 30px;
  width: 47.999%;
  box-sizing: border-box;
}
.pageContacts-map__tag {
  position: relative;
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 15px;
  padding: 3px 0 3px 22px;
  color: #8066c8;
  fill: #8066c8;
  font-size: 78.5715%;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: top;
}
.visuallyImpairedBody .pageContacts-map__tag {
  color: #000;
  fill: #000;
}
.color-site-2 .pageContacts-map__tag {
  color: #fff;
  fill: #fff;
}
.pageContacts-map__tag .icon {
  position: absolute;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.fonts-x2 .pageContacts-map__tag .icon {
  margin-top: 1px;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.fonts-x3 .pageContacts-map__tag .icon {
  margin-top: 6px;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
a.pageContacts-map__tag._addr {
  transition: color 0.3s, fill 0.3s;
}
a.pageContacts-map__tag._addr:hover {
  color: #007db6;
  fill: #007db6;
}
.pageContacts-map__tag._addr .icon {
  top: 3px;
}
.pageContacts-map__tag._link {
  fill: #007db6;
  color: #007db6;
  margin-left: 15px;
}
.pageContacts-map__tag._link:hover {
  fill: #6bbcfa;
  color: #6bbcfa;
}
.visuallyImpairedBody .pageContacts-map__tag._link {
  color: inherit !important;
  fill: inherit !important;
}
.color-site-2 .pageContacts-map__tag._link {
  color: #fff !important;
  fill: #fff !important;
}
.pageContacts-map__tag._link .icon {
  top: 9px;
}
.pageContacts-map__tag._time .icon {
  top: 4px;
}
.pageContacts-map__tag._phone .icon {
  top: 5px;
  margin-left: 2px;
}
.pageContacts-map__tag._print {
  box-sizing: border-box;
  padding: 0 3px;
  height: 21px;
  fill: #8066c8;
  color: #8066c8;
}
.mobile .pageContacts-map__tag._print {
  display: none;
}
@media (max-width: 767px) {
  .pageContacts-map__tag._print {
    display: none;
  }
}
.visuallyImpairedBody .pageContacts-map__tag._print {
  color: inherit !important;
  fill: inherit !important;
}
.fonts-x2 .pageContacts-map__tag._print {
  margin-top: 5px;
}
.fonts-x3 .pageContacts-map__tag._print {
  margin-top: 1px;
}
.fonts-x2 .pageContacts-map__tag._print {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.fonts-x3 .pageContacts-map__tag._print {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
.pageContacts-map__tag._print:hover {
  fill: #daef14;
  color: #daef14;
}
.pageContacts-map__tag._mark {
  padding-left: 18px;
}
.visuallyImpairedBody .pageContacts-map__tag._mark {
  display: none;
}
.pageContacts-map__tagMark {
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.pageContacts-map__tagMark._red {
  background: #ed1c24;
}
.pageContacts-map__tagMark._green {
  background: #00af64;
}
.pageContacts-map__tagMark._gray {
  background: #919191;
}
.pageContacts-map__tagMark._orange {
  background: #ff922d;
}
.pageContacts-map__tagMark._brown {
  background: #7e5547;
}
.pageContacts-map__tagMark._blue {
  background: #1174b8;
}
.pageContacts-map__tagMark._salad {
  background: #bdcf39;
}
.pageContacts-map__desc {
  margin-top: 20px;
  font-family: 'Microsoft Sans Serif';
  margin-bottom: 20px;
}
@media (max-width: 1279px) {
  .pageContacts-map__ymap,
  .pageContacts-map__info {
    float: none;
    width: auto;
    padding: 0;
  }
  .pageContacts-map__ymap {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .pageContacts-map__ymap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .pageContacts-map__ymap {
    margin-bottom: 20px;
  }
}
.pageContacts-map._detail {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.pageContacts-map._detail .sub-title {
  margin-right: 42px;
  margin-bottom: 5px;
  font-size: 128.5715%;
}
.pageContacts-map._detail .pageContacts-map__title {
  margin-bottom: 28px;
  font-size: 100%;
}
.pageContacts-map._detail .pageContacts-map__desc .sub-title {
  margin-bottom: 10px !important;
}
.pageContacts-map._detail .pageContacts-map__desc p {
  margin-bottom: 13px;
}
.pageContacts-map._detail .pageContacts-map__desc p:last-child {
  margin-bottom: 0;
}
@media print {
  .pageContacts-map {
    max-width: 1013px;
  }
  .pageContacts-map__printLink {
    display: none;
  }
  .pageContacts-map__title {
    margin-right: 0;
  }
  .pageContacts-map__logoPrint,
  .pageContacts-map__mapPrint {
    display: block;
  }
  .pageContacts-map__mapPrint {
    height: 600px;
  }
  .pageContacts-map__ymap,
  .pageContacts-map__info {
    float: none;
    width: 100% !important;
    padding: 0;
  }
  .pageContacts-map__ymap {
    margin-bottom: 50px;
    height: 800px;
    display: none;
  }
  .pageContacts-map__info {
    margin-bottom: 50px;
    font-size: 22px;
  }
  .pageContacts-map__tag {
    color: #333;
    fill: #333;
    padding-left: 35px;
  }
  .pageContacts-map__tag._mark {
    padding-left: 35px;
  }
  .pageContacts-map__tag .icon {
    left: 8px;
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
    margin-top: 1px;
  }
  .pageContacts-map__tagMark {
    top: -1px;
    background: none !important;
  }
  .pageContacts-map__tagMark:after {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 32px;
    background-color: #000;
    color: #fff;
    content: 'M';
    text-align: center;
  }
}
.pageVacancy-list {
  width: 100%;
}
.pageVacancy-list h1.sectionTitle {
  margin-bottom: 20px;
}
.pageVacancy-list__line {
  position: relative;
  overflow: hidden;
  height: 1px;
  background: url("/img/border_dashed_horizontal.png") repeat-x 0 bottom;
  margin-bottom: 43px;
}
.pageVacancy-list__item {
  margin-bottom: 8px;
  cursor: pointer;
}
.pageVacancy-list__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageVacancy-list__link h5.generic {
  margin: 0;
  color: #414041;
}
.color-site-2 .pageVacancy-list__link {
  border-bottom-color: #fff;
}
.pageVacancy-list__link:hover h5.generic {
  color: #8066c8;
  fill: #8066c8;
}
.pageVacancy-list__link:hover .pageVacancy-list__arrow {
  left: 0;
  opacity: 1;
}
.pageVacancy-list__arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  transition: left 0.3s, opacity 0.3s;
}
.mobile .pageVacancy-list__arrow {
  display: none;
}
.visuallyImpairedBody .pageVacancy-list__arrow {
  display: none;
}
@media (max-width: 767px) {
  .pageVacancy-list__line {
    margin-bottom: 20px;
  }
  .pageVacancy-list__item {
    font-size: 100%;
  }
  .pageVacancy-list__arrow {
    display: none;
  }
}
.pageVacancy-single {
  margin-bottom: 40px;
}
.pageVacancy-single__date {
  margin-bottom: 30px;
}
.pageVacancy-single__date .bold {
  color: #808080;
}
.visuallyImpairedBody .pageVacancy-single__date .bold {
  color: inherit;
}
.pageVacancy-single__date .pageNews-date__value:after {
  display: none;
}
.pageVacancy-single__title {
  margin-bottom: 20px;
  font-size: 150%;
}
.pageVacancy-single__text {
  margin-bottom: 20px;
}
.pageVacancy-single__text h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 25px;
  text-align: left;
}
@media (max-width: 1280px) {
  .pageVacancy-single__text h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .pageVacancy-single__text h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.pageVacancy-single__text ul {
  margin-bottom: 25px;
  font-size: 87.5%;
}
.pageVacancy-single__text li {
  margin-bottom: 11px;
  font-family: "Microsoft Sans Serif";
}
.pageVacancy-single__text li a {
  text-decoration: underline #8066c8;
}
.pageVacancy-single__text li a:hover {
  color: #8066c8;
}
.pageVacancy-single__text p a {
  text-decoration: underline #8066c8;
}
.pageVacancy-single__text p a:hover {
  color: #8066c8;
}
.pageVacancy-single__text .title {
  margin-bottom: 10px;
}
.pageVacancy-single__ul {
  list-style: none;
}
.pageVacancy-single__ul li {
  position: relative;
}
.pageVacancy-single__ul li:before {
  position: absolute;
  left: -15px;
  top: 9px;
  display: inline-block;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: #808080;
  content: "";
}
.fonts-x2 .pageVacancy-single__ul li:before {
  width: 5px;
  height: 5px;
  top: 14px;
}
.fonts-x3 .pageVacancy-single__ul li:before {
  left: -18px;
  width: 6px;
  height: 6px;
  top: 18px;
}
.pageVacancy-single__contact {
  position: relative;
  line-height: 1.7;
  padding-left: 84px;
  min-height: 72px;
  font-size: 107.1429%;
}
.visuallyImpairedBody .pageVacancy-single__contact {
  padding-left: 0;
}
.pageVacancy-single__contactAvatar {
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
}
.visuallyImpairedBody .pageVacancy-single__contactAvatar {
  display: none;
}
.pageVacancy-single__contactName {
  padding-top: 3px;
  margin-bottom: 4px;
  font-weight: 500;
}
.pageVacancy-single__contactMail {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  color: #8066c8 !important;
  border-bottom: none !important;
}
.pageVacancy-single__contactMail:hover {
  color: #6bbcfa !important;
}
.visuallyImpairedBody .pageVacancy-single__contactMail {
  padding-left: 0;
}
.pageVacancy-single__contactMail .icon {
  position: absolute;
  left: 1px;
  top: 8px;
  fill: #949494;
  color: #949494;
}
.visuallyImpairedBody .pageVacancy-single__contactMail .icon {
  display: none;
}
@media (max-width: 767px) {
  .pageVacancy-single {
    margin-bottom: 0px;
  }
  .pageVacancy-single__contactMail {
    padding-left: 20px;
  }
  .pageVacancy-single__contactMail .icon {
    top: 6px;
    max-width: 15px;
  }
}
.pageVacancy-doc {
  position: relative;
  margin-bottom: 36px;
  padding-left: 92px;
  padding-top: 6px;
}
.visuallyImpairedBody .pageVacancy-doc {
  padding-left: 0;
}
.pageVacancy-doc__icon {
  position: absolute;
  left: 16px;
  top: 8px;
}
.visuallyImpairedBody .pageVacancy-doc__icon {
  display: none;
}
.pageVacancy-doc__text {
  font-family: 'Microsoft Sans Serif';
  font-size: 100%;
  margin-bottom: 10px;
  max-width: 730px;
  font-weight: 300;
}
.visuallyImpairedBody .pageVacancy-doc__text {
  max-width: none;
}
.pageVacancy-doc__text p {
  margin-bottom: 10px;
}
.pageVacancy-doc__file {
  font-size: 78.5715%;
  font-weight: 700;
  text-transform: uppercase;
  color: #898989;
}
.visuallyImpairedBody .pageVacancy-doc__file {
  color: inherit;
}
@media (max-width: 767px) {
  .pageVacancy-doc {
    padding-left: 70px;
    margin-bottom: 20px;
  }
  .pageVacancy-doc__icon {
    left: 0;
  }
  .pageVacancy-doc__text {
    font-size: 85.7143%;
  }
}
@media (max-width: 479px) {
  .pageVacancy-doc {
    padding-left: 0;
  }
  .pageVacancy-doc__icon {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    margin: 0 10px 0 0;
    width: 33px !important;
    height: 43px !important;
  }
}
.pageDocList {
  min-height: 630px;
}
@media (max-width: 1279px) {
  .pageDocList {
    min-height: 0;
  }
}
.pageDocList .head-section {
  margin-bottom: 50px;
  margin-top: -3px;
}
@media (max-width: 1279px) {
  .pageDocList .head-section {
    margin-bottom: 30px;
  }
}
.pageDocList .layoutPart__aside {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  .pageDocList .head-section__aside {
    margin-top: 20px;
    position: relative;
    top: 0;
    text-align: left;
  }
}
.pageDocList__field {
  margin-bottom: 50px;
  max-width: 570px;
  position: relative;
}
.pageDocList__field.opendata {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
}
.pageDocList__field .inp {
  font-size: 16px;
}
.pageDocList .b-linkAll {
  margin-top: 40px;
}
.pageDocList-notFound {
  padding-bottom: 50px;
}
.visuallyImpairedBody .pageDocList:before {
  display: none !important;
}
.visuallyImpairedBody .pageDocList .layoutPart__content {
  width: 100%;
  float: none;
}
.pageDocList-table {
  display: table;
  width: 100%;
}
.pageDocList-table + .b-linkAll {
  margin-top: 40px;
}
.pageDocList-table__tr {
  display: table-row;
}
.pageDocList-table__tr._first .pageDocList-table__td {
  padding-top: 30px;
}
.pageDocList-table__td {
  display: table-cell;
}
.pageDocList-table__td._head {
  padding-bottom: 8px;
  padding-top: 0;
  border-bottom: 2px solid #8066c8;
}
.pageDocList-table__td._type {
  padding-right: 32px;
}
.pageDocList-table__td._date {
  padding-left: 50px;
  width: 175px;
  line-height: 1.7;
}
.pageDocList-table__td._date .bold {
  font-weight: 500;
}
.pageDocList-table__tr._firstTr .pageDocList-table__td {
  padding-top: 55px;
}
.pageDocList-table__sort {
  position: relative;
  display: inline-block;
  padding: 8px 8px 8px 24px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #8066c8 !important;
  fill: #8066c8;
  white-space: nowrap;
}
.pageDocList-table__sort._padding {
  padding-left: 0;
}
.pageDocList-table__sort:hover,
.pageDocList-table__sort._active {
  fill: #007db6;
}
.pageDocList-table__sortIcon {
  position: absolute;
  left: 0;
  top: 10px;
}
.pageDocList-table__info {
  position: relative;
  padding-bottom: 40px;
}
.pageDocList-table__info:hover .pageDocList-table__docs {
  display: block;
}
.pageDocList-table__text {
  display: block;
  font-family: 'Microsoft Sans Serif';
  font-weight: 300;
  font-size: 114.2858%;
  color: #8066c8 !important;
}
.pageDocList-table__docs {
  margin-top: -40px;
  top: 100%;
  left: 0;
  position: absolute;
  z-index: 4;
  display: none;
}
.pageDocList-table__doc {
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  fill: #007db6;
}
.pageDocList-table__doc:hover {
  fill: #047db6;
}
.pageDocList-table__doc .icon {
  position: absolute;
  left: 0;
  top: 4px;
  margin-right: 0;
}
.pageDocList-table__type {
  position: relative;
  display: block;
  padding-left: 26px;
  text-transform: uppercase;
  color: #414041;
}
.pageDocList-table__type._law {
  fill: #12857c;
}
.pageDocList-table__type._report {
  fill: #608bb2;
}
.pageDocList-table__type._provision {
  fill: #004976;
}
.pageDocList-table__type._order {
  fill: #be531c;
}
.pageDocList-table__type._info {
  fill: #ffa300;
}
.pageDocList-table__type._blank {
  fill: #93272c;
}
.pageDocList-table__typeIcon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (max-width: 1023px) {
  .pageDocList-table {
    display: block;
  }
  .pageDocList-table__tr,
  .pageDocList-table__td {
    display: block;
    padding: 0 !important;
  }
  .pageDocList-table__tr {
    margin-bottom: 50px;
  }
  .pageDocList-table__td._date {
    margin-top: 10px;
  }
  .pageDocList-table__td._head {
    background: none;
    display: inline-block;
  }
  .pageDocList-table__td._head._info {
    display: none;
  }
  .pageDocList-table__type {
    margin-bottom: 10px;
  }
  .pageDocList-table__info {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .pageDocList-table__docs {
    margin-top: 10px;
    position: relative;
    top: auto;
    left: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .pageDocList__field {
    margin-bottom: 35px;
  }
  .pageDocList-table__tr {
    margin-bottom: 35px;
  }
  .pageDocList-table__text {
    font-size: 100%;
  }
}
.visuallyImpairedBody .pageDocList__field .inp {
  font-size: 18px;
}
.visuallyImpairedBody .pageDocList-table {
  display: block;
}
.visuallyImpairedBody .pageDocList-table__tr,
.visuallyImpairedBody .pageDocList-table__td {
  display: block;
}
.visuallyImpairedBody .pageDocList-table__tr {
  margin-bottom: 35px;
}
.visuallyImpairedBody .pageDocList-table__tr._sortTr {
  display: none;
}
.visuallyImpairedBody .pageDocList-table__tr._firstTr .pageDocList-table__td {
  padding-top: 0;
}
.visuallyImpairedBody .pageDocList-table__td {
  padding-top: 0;
}
.visuallyImpairedBody .pageDocList-table__td._type {
  width: auto;
  padding-right: 0;
}
.visuallyImpairedBody .pageDocList-table__td._date {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.visuallyImpairedBody .pageDocList-table__info {
  padding-bottom: 0;
}
.visuallyImpairedBody .pageDocList-table__docs {
  position: relative;
  display: block;
  margin-top: 0;
  top: auto;
}
.visuallyImpairedBody .pageDocList-table__doc .icon {
  fill: #000;
}
.visuallyImpairedBody .pageDocList-table__type {
  color: inherit;
  fill: #000;
}
.visuallyImpairedBody .pageDocList-table__td._type {
  margin-bottom: 10px;
}
.visuallyImpairedBody .pageDocList-table__td._date {
  margin-top: 10px;
}
.visuallyImpairedBody .pageDocList-table__tr._sortTr {
  margin-bottom: 30px;
  display: none;
}
.visuallyImpairedBody .pageDocList-table__tr._sortTr .pageDocList-table__td {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  line-height: normal !important;
  background: none !important;
}
.visuallyImpairedBody .pageDocList-table__tr._sortTr .pageDocList-table__td._info {
  display: none;
}
.color-site-2 .pageDocList-table__type {
  fill: #fff;
}
.color-site-2 .pageDocList-table__text {
  color: #fff !important;
}
.color-site-2 .pageDocList-table__doc .icon {
  fill: #fff;
}
.fonts-x2 .pageDocList-table__doc,
.fonts-x3 .pageDocList-table__doc {
  font-size: 16px;
}
.fonts-x2 .pageDocList-table__doc .icon,
.fonts-x3 .pageDocList-table__doc .icon {
  top: 8px;
}
.pageStructure {
  margin-bottom: 40px;
}
.pageStructure-head {
  margin-bottom: 32px;
  background: url("/img/border_dashed_horizontal.png") repeat-x bottom center;
}
.pageStructure-head__aside {
  float: left;
  margin: 7px 0 37px 2px;
  padding: 0 15px;
  width: 125px;
  box-sizing: border-box;
}
.pageStructure-head__aside img {
  max-width: 100%;
}
.pageStructure-head__container {
  margin-bottom: 37px;
  margin-left: 165px;
}
.pageStructure-head._noAside .pageStructure-head__container {
  margin-left: 0;
}
.pageStructure-head._noAside .pageStructure-head__aside {
  display: none;
}
.pageStructure-head__title {
  display: block;
  margin-bottom: 15px;
  line-height: 1.33;
  font-size: 171.4286%;
  font-weight: normal;
  max-width: 700px;
}
.pageStructure-head__subTitle {
  margin-bottom: 16px;
  font-size: 128.5715%;
  font-weight: normal;
  max-width: 700px;
}
.pageStructure-head__statsWrap {
  margin-top: -13px;
}
.pageStructure-head__stats {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 13px;
  margin-right: 26px;
  padding: 3px 0 3px 45px;
  font-size: 128.5715%;
  font-weight: 500;
  vertical-align: top;
  color: #414041;
}
.pageStructure-head__stats span h5.generic {
  display: inline;
}
.pageStructure-head__statsIcon {
  position: absolute;
  left: -1px;
  top: 0px;
}
.pageStructure-head__statsPie {
  position: absolute;
  left: 1px;
  top: -2px;
  background: #7ec0e1;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-radius: 50%;
}
.pageStructure-lead {
  margin-bottom: 37px;
  padding-bottom: 5px;
  background: url("/img/border_dashed_horizontal.png") repeat-x bottom center;
}
.pageStructure-lead_borderNone {
  background: none;
}
.pageStructure-lead__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.pageStructure-lead__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  cursor: pointer;
  width: 100%;
}
.pageStructure-lead__itemInfo._noAvatar {
  margin-left: 0;
}
.pageStructure-lead__avatar {
  display: block;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  margin-right: 24px;
}
.pageStructure-lead__name {
  max-width: 170px;
  margin-bottom: 8px;
  font-size: 107.1429%;
  font-weight: 500;
}
a.pageStructure-lead__nameLink {
  border-bottom: 2px solid transparent;
  color: #007db6;
}
a.pageStructure-lead__nameLink:hover {
  color: #007db6;
  border-bottom-color: #007db6;
}
.visuallyImpairedBody a.pageStructure-lead__nameLink {
  border-bottom-color: #000;
}
.visuallyImpairedBody a.pageStructure-lead__nameLink:hover {
  border-bottom-color: transparent;
}
.color-site-2 a.pageStructure-lead__nameLink {
  border-bottom-color: #fff;
}
.pageStructure-lead__post {
  font-size: 92.8572%;
}
@media (max-width: 1023px) {
  .pageStructure-lead__item {
    float: none;
  }
}
.pageStructure-lead_var {
  padding-bottom: 0;
  margin-bottom: 17px;
}
.pageStructure-lead_var .pageStructure-lead__list {
  margin-left: -10px !important;
  margin-right: -10px !important;
  font-size: 0;
  line-height: 0;
}
.pageStructure-lead_var .pageStructure-lead__item {
  box-sizing: border-box;
  float: none;
  display: inline-block;
  margin-left: 0 !important;
  margin-bottom: 24px;
  max-width: none;
  width: 33% !important;
  padding: 0 10px !important;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.43;
}
@media (max-width: 1279px) {
  .pageStructure-lead_var .pageStructure-lead__item {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .pageStructure-lead_var .pageStructure-lead__item {
    display: block;
    width: 100% !important;
    font-size: 11px;
  }
}
.pageStructure-contacts {
  margin-bottom: 35px;
}
.pageStructure-contacts._marginBottom {
  margin-bottom: 0;
}
.pageStructure-contacts__mainTitle {
  display: block;
  margin-bottom: 30px;
  line-height: 1.33;
  font-size: 171.4286%;
  font-weight: normal;
  max-width: 750px;
}
.pageStructure-contacts__aside {
  float: left;
  width: 278px;
}
.pageStructure-contacts__content {
  margin-left: 305px;
  overflow: hidden;
}
.pageStructure-contacts__sectionTitle {
  margin-bottom: 14px;
  font-size: 128.5715%;
  font-weight: normal;
}
.pageStructure-contacts__name {
  font-size: 107.1429%;
}
a.pageStructure-contacts__name {
  font-weight: 500;
}
.pageStructure-contacts__list {
  margin-left: -60px;
}
.pageStructure-contacts__item {
  display: inline-block;
  margin-left: 60px;
  vertical-align: top;
  margin-top: 30px;
}
.pageStructure-contacts__title {
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 107.1429%;
}
@media (max-width: 1279px) {
  .pageStructure-contacts__aside {
    margin-bottom: 40px;
  }
  .pageStructure-contacts__aside,
  .pageStructure-contacts__content {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.pageStructure-other .b-linkAll {
  margin-bottom: 0;
}
.pageStructure-other__container {
  position: relative;
  margin-top: 40px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.pageStructure-other__container._show {
  display: block;
}
.pageStructure-other__container._visible {
  display: block;
  opacity: 1;
}
.pageStructure-tabs {
  margin-bottom: 50px;
}
@media (max-width: 1279px) {
  .pageStructure-tabs .tabs-section__navLink {
    font-size: 22px;
    padding: 16px 20px 0;
    height: 54px;
  }
}
@media (max-width: 1023px) {
  .pageStructure-tabs .tabs-section__navLink {
    font-size: 16px;
    padding: 11px 12px 0;
    height: 39px;
  }
}
@media (max-width: 767px) {
  .pageStructure {
    font-size: 11px;
  }
  .pageStructure-head__aside {
    float: none;
    margin: 0 auto 20px;
  }
  .pageStructure-head__container {
    margin-left: 0;
  }
  .pageStructure-lead {
    text-align: center;
  }
  .pageStructure-lead__list {
    margin-left: 0;
  }
  .pageStructure-lead__item {
    margin: 0 auto 20px;
    float: none;
    max-width: 300px;
  }
  .pageStructure-lead__name {
    margin-bottom: 3px;
    max-width: none;
  }
  .pageStructure-lead__avatar {
    float: none;
    margin: 0 auto 5px;
  }
  .pageStructure-lead__itemInfo {
    margin-left: 0;
  }
  .pageStructure-contacts__aside {
    margin-bottom: 20px;
  }
}
.pageStructureFederal .layoutColumn__content {
  padding: 37px 40px 40px;
}
.pageStructureFederal-monitoring__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 16px;
}
.pageStructureFederal-monitoring__logo {
  max-height: 75%;
}
.pageStructureFederal-monitoring__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(20% - 10px);
  margin-right: 10px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  overflow: hidden;
}
.pageStructureFederal-monitoring__item p1.generic {
  margin-top: 10px;
}
.pageStructureFederal-head {
  position: relative;
  padding-left: 165px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}
.pageStructureFederal-head.projectOfficeOne {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 22px;
  padding-left: unset;
}
.pageStructureFederal-head.projectOfficeOne h2.sectionTitle {
  margin-bottom: 12px;
}
.visuallyImpairedBody .pageStructureFederal-head {
  padding-left: 0;
  border-bottom-color: #000;
}
.color-site-2 .pageStructureFederal-head {
  border-bottom-color: #fff;
}
.pageStructureFederal-head__title {
  margin-bottom: 11px;
  font-size: 171.4286%;
}
.pageStructureFederal-head__desc {
  font-size: 128.5715%;
  line-height: 1.56;
}
.pageStructureFederal-head__logo {
  position: absolute;
  left: 15px;
  top: 0;
  text-align: center;
}
.pageStructureFederal-head__logo.projectOfficeOne {
  width: 50%;
  min-width: 320px;
  position: unset;
  top: unset;
  left: unset;
}
.visuallyImpairedBody .pageStructureFederal-head__logo {
  display: none;
}
.pageStructureFederal-head__logoImg {
  max-width: 95px;
  max-height: 95px;
}
.pageStructureFederal-lead {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px dashed #ccc;
}
.visuallyImpairedBody .pageStructureFederal-lead {
  border-bottom-color: #000;
}
.color-site-2 .pageStructureFederal-lead {
  border-bottom-color: #fff;
}
.pageStructureFederal-lead__avatar {
  height: 100%;
  width: auto;
  border-radius: 50%;
  margin-right: 32px;
}
.pageStructureFederal-lead__info._noAvatar {
  margin-left: 0;
}
.pageStructureFederal-lead__name {
  display: inline-block;
  font-size: 107.1429%;
  margin-bottom: 10px;
  line-height: 1.34;
  font-weight: 500;
}
a.pageStructureFederal-lead__nameLink {
  border-bottom: 2px solid transparent;
  color: #007db6;
}
a.pageStructureFederal-lead__nameLink:hover {
  color: #007db6;
  border-bottom-color: #007db6;
}
.visuallyImpairedBody a.pageStructureFederal-lead__nameLink {
  border-bottom-color: #000;
}
.visuallyImpairedBody a.pageStructureFederal-lead__nameLink:hover {
  border-bottom-color: transparent;
}
.color-site-2 a.pageStructureFederal-lead__nameLink {
  border-bottom-color: #fff;
}
.pageStructureFederal-lead__pos {
  display: block;
}
.pageStructureFederal-contacts {
  padding-bottom: 34px;
  margin-bottom: 46px;
  border-bottom: 1px dashed #ccc;
}
.visuallyImpairedBody .pageStructureFederal-contacts {
  border-bottom-color: #000;
}
.color-site-2 .pageStructureFederal-contacts {
  border-bottom-color: #fff;
}
.pageStructureFederal-contacts__title {
  margin-bottom: 14px;
  font-size: 128.5715%;
}
.pageStructureFederal-tasks {
  position: relative;
  max-width: 830px;
}
.pageStructureFederal-tasks__title {
  margin-bottom: 12px;
  font-size: 128.5715%;
}
.pageStructureFederal-tasks__content {
  font-size: 100%;
  font-family: 'Microsoft Sans Serif';
  font-weight: 300;
  line-height: 1.57;
}
.pageStructureFederal-tasks__content ol {
  list-style: none;
  counter-reset: item;
  margin: 0;
  padding-left: 0;
}
.pageStructureFederal-tasks__content ol li {
  margin-top: 9px;
  position: relative;
  padding-left: 42px;
}
.pageStructureFederal-tasks__content ol li:before {
  position: absolute;
  left: 10px;
  content: counter(item) '.';
  counter-increment: item;
}
@media (max-width: 767px) {
  .pageStructureFederal {
    font-size: 11px;
  }
  .pageStructureFederal .layoutColumn__content {
    padding: 25px 12px;
    background-color: #fff;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.07);
    margin-bottom: 10px;
  }
  .layoutColumn.pageStructureFederal {
    border: none;
    box-shadow: none;
    background: none;
  }
  .pageStructureFederal-head {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .pageStructureFederal-head__logo {
    position: static;
    margin: 0 auto;
  }
  .pageStructureFederal-contacts {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .pageStructureFederal-lead {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .pageStructureFederal-tasks__content ol li {
    padding-left: 25px;
  }
}
.pageStructureIndex-lead {
  margin-bottom: 11px;
}
.pageStructureIndex-lead__columns {
  margin-left: -87px;
}
.pageStructureIndex-lead__column {
  margin-bottom: 20px;
  margin-left: 87px;
  float: left;
}
.pageStructureIndex-lead__title {
  display: block;
  font-size: 114.2858%;
  margin-bottom: 7px;
  font-weight: normal;
  font-size: 107.1429%;
}
.pageStructureIndex-lead__item {
  margin-top: 3px;
}
.pageStructureIndex-lead__itemLink {
  display: inline;
  font-weight: 500;
  font-size: 107.1429%;
  border-bottom: 2px solid transparent;
  color: #007db6;
}
.pageStructureIndex-lead__itemLink:hover {
  color: #007db6;
  border-bottom-color: #007db6;
}
.visuallyImpairedBody .pageStructureIndex-lead__itemLink {
  border-bottom-color: #000;
}
.visuallyImpairedBody .pageStructureIndex-lead__itemLink:hover {
  border-bottom-color: transparent;
}
.color-site-2 .pageStructureIndex-lead__itemLink {
  border-bottom-color: #fff;
}
.pageStructureIndex-department {
  margin-bottom: 31px;
}
.pageStructureIndex-department .sub-title {
  margin-bottom: 17px;
}
.pageStructureIndex-department__title {
  margin-bottom: 8px;
  font-size: 114.2858%;
  font-weight: normal;
}
.pageStructureIndex-department__item {
  margin-bottom: 8px;
  font-family: 'Microsoft Sans Serif';
  font-weight: 300;
}
.pageStructureIndex-department__contacts {
  margin-top: 12px;
  font-size: 100%;
}
.pageStructureIndex-federal {
  margin-bottom: 37px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #ccc;
}
.pageStructureIndex-federal__item {
  position: relative;
  box-sizing: border-box;
}
.pageStructureIndex-federal__logo {
  float: left;
  display: block;
  max-width: 80px;
}
.pageStructureIndex-federal__logoImg {
  display: inline-block;
  max-width: 100%;
}
.pageStructureIndex-federal__wrap {
  margin: 0 0 0 105px;
}
.pageStructureIndex-federal__title {
  display: inline;
  font-size: 107.1429%;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  color: #007db6;
}
.pageStructureIndex-federal__title:hover {
  color: #007db6;
  border-bottom-color: #007db6;
}
.visuallyImpairedBody .pageStructureIndex-federal__title {
  border-bottom-color: #000;
}
.visuallyImpairedBody .pageStructureIndex-federal__title:hover {
  border-bottom-color: transparent;
}
.color-site-2 .pageStructureIndex-federal__title {
  border-bottom-color: #fff;
}
.pageStructureIndex-federal__desc {
  font-size: 92.8572%;
  line-height: 1.23;
  padding-right: 30px;
  margin-top: 9px;
}
@media (max-width: 1279px) {
  .pageStructureIndex-federal {
    padding-bottom: 20px;
  }
  .pageStructureIndex-federal__wrap {
    padding-top: 10px;
  }
  .pageStructureIndex-federal__item {
    margin-bottom: 20px;
  }
}
.pageStructureIndex-regional .chooseRegion-list {
  padding-bottom: 0;
}
.pageStructureIndex-regional .pageContacts-choose {
  background: none;
  margin-bottom: 0;
}
.pageStructureIndex-regional__head {
  margin-bottom: 30px;
}
.pageStructureIndex-regional__head .sub-title {
  margin-bottom: 0;
}
.pageStructureIndex-regional__headTitle {
  font-size: 150%;
}
.pageStructureIndex-other {
  margin-bottom: 30px;
}
.pageStructureIndex-other_borderBottom {
  padding-bottom: 11px;
  background: url("/img/border_dashed_horizontal.png") repeat-x bottom center;
}
.pageStructureIndex-other .sub-title {
  margin-bottom: 18px;
}
.pageStructureIndex-other__item,
.pageStructureIndex-other__contacts {
  margin-bottom: 26px;
}
.pageStructureIndex-other__contacts {
  margin-top: -10px;
  font-family: "Microsoft Sans Serif";
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 25px;
}
.pageStructureIndex-other__itemTitle {
  font-family: "Microsoft Sans Serif";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 25px;
  text-align: left;
  margin-bottom: 5px;
}
.pageStructureIndex-other__itemLink {
  margin-bottom: 4px;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}
.pageStructureIndex-other__itemLinkA {
  text-decoration: underline;
  text-underline-position: under;
  color: #8066c8;
  cursor: pointer;
}
.pageStructureIndex-other__itemLinkA:hover {
  color: #8066c8;
  border-bottom-color: #414041;
}
.visuallyImpairedBody .pageStructureIndex-other__itemLinkA {
  border-bottom-color: #000;
}
.visuallyImpairedBody .pageStructureIndex-other__itemLinkA:hover {
  border-bottom-color: transparent;
}
.color-site-2 .pageStructureIndex-other__itemLinkA {
  border-bottom-color: #fff;
}
.pageStructureIndex-other__itemLinkA._active {
  border-bottom-color: transparent;
}
.pageStructureIndex-popup {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
  margin-left: -40px;
  margin-right: -40px;
  padding: 24px 40px 0;
  border-top: 2px solid #daef14;
  border-bottom: 2px solid #daef14;
  display: none;
}
.pageStructureIndex-popup._show {
  display: block;
}
.pageStructureIndex-popup .sub-title {
  margin-bottom: 26px;
  margin-right: 50px;
}
.pageStructureIndex-popup__container {
  margin-bottom: 22px;
}
.pageStructureIndex-popup__close {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 40px;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  line-height: 28px;
  padding-left: 5px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #b3b3b3;
  fill: #b3b3b3;
  stroke: #b3b3b3;
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.pageStructureIndex-popup__close:hover {
  opacity: 0.7;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pageStructureIndex-popup__closeIcon {
  position: absolute;
  left: 6px;
  top: 6px;
}
.pageStructureIndex-popup__doc {
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  fill: #007db6;
}
.pageStructureIndex-popup__doc:hover {
  fill: #6bbcfa;
}
.pageStructureIndex-popup__doc .icon {
  position: absolute;
  left: 0;
  top: 4px;
  margin-right: 0;
}
.pageStructureIndex-popup__footer {
  margin-top: -18px;
}
@media (max-width: 767px) {
  .pageStructureIndex-popup {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .pageStructureIndex-popup__close {
    right: 12px;
  }
}
@media (max-width: 767px) {
  .pageStructureIndex {
    font-size: 11px;
  }
  .pageStructureIndex .g-md-4 {
    font-size: 13px;
  }
  .pageStructureIndex-federal__logo {
    float: none;
    margin: 0 auto 10px;
  }
  .pageStructureIndex-federal__wrap {
    margin: 0;
    padding: 0;
  }
  .pageStructureIndex-federal__wrap {
    text-align: center;
  }
  .pageStructureIndex-federal__desc {
    padding: 0;
    margin: 0;
  }
  .pageStructureIndex-department__list._hidden {
    display: none;
  }
  .pageStructureIndex-department__showList {
    margin-bottom: 10px;
  }
  .pageStructureIndex-department__showListLink {
    border-bottom: 1px dotted #007db6;
  }
  .pageStructureIndex-department__showListLink:hover {
    border-bottom-color: transparent;
  }
}
.visuallyImpairedBody .pageStructureIndex-federal {
  padding-bottom: 20px;
}
.visuallyImpairedBody .pageStructureIndex-federal__item {
  margin-bottom: 20px;
}
.visuallyImpairedBody .pageStructureIndex-federal__logo {
  display: none;
}
.visuallyImpairedBody .pageStructureIndex-federal__wrap {
  margin-left: 0;
}
.pageStories-list .b-linkAll {
  margin-top: 20px;
}
.pageStories-list-item {
  margin-bottom: 20px;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #daef14;
}
.visuallyImpairedBody .pageStories-list-item {
  min-height: 0 !important;
}
.visuallyImpairedBody .pageStories-list-item {
  box-shadow: none;
}
.visuallyImpairedBody .pageStories-list-item {
  border-color: #000;
  background-color: transparent !important;
}
.color-site-2 .pageStories-list-item {
  border-color: #fff;
}
.visuallyImpairedBody .pageStories-list-item {
  box-shadow: none;
}
.pageStories-list-item:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 0;
  content: "";
  background-color: #8066c8;
  transition: height 0.3s;
}
.visuallyImpairedBody .pageStories-list-item:before {
  display: none !important;
}
.pageStories-list-item._noHover:before {
  display: none !important;
}
.pageStories-list-item:hover {
  background-color: #fff;
}
.no-mobile .pageStories-list-item:hover:before {
  height: 7px;
}
.pageStories-list-item__wrap {
  padding: 24px 24px 17px;
}
.pageStories-list-item__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(255,255,255,0.01);
}
.pageStories-list-item__date,
.pageStories-list-item__place {
  display: inline-block;
  text-transform: uppercase;
  font-size: 78.5715%;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 9px;
  vertical-align: top;
}
.pageStories-list-item__place {
  position: relative;
  padding-left: 18px;
  color: #00857d;
  fill: #00857d;
  vertical-align: top;
}
a.pageStories-list-item__place {
  z-index: 10;
}
a.pageStories-list-item__place:hover {
  color: #004c47;
  fill: #004c47;
}
.pageStories-list-item__placeIcon {
  margin: 0;
  position: absolute;
  top: -2px;
  left: 0px;
}
.pageStories-list-item__img {
  display: block;
  margin: 0 auto 26px;
  border-radius: 50%;
  background-size: cover;
  width: 160px;
  height: 160px;
}
.visuallyImpairedBody .pageStories-list-item__img {
  display: none;
}
.pageStories-list-item__date {
  margin-right: 14px;
  margin-bottom: 10px;
  color: #808080;
  fill: #808080;
}
.visuallyImpairedBody .pageStories-list-item__date {
  color: #000;
  fill: #000;
}
.color-site-2 .pageStories-list-item__date {
  color: #fff;
  fill: #fff;
}
.pageStories-list-item__name {
  display: block;
  margin-bottom: 8px;
  font-size: 107.1429%;
  font-weight: 500;
  color: #007db6;
}
.visuallyImpairedBody .pageStories-list-item__name {
  color: #000;
}
.color-site-2 .pageStories-list-item__name {
  color: #fff;
}
.pageStories-list-item__title {
  font-size: 128.5715%;
  line-height: 1.34;
}
@media (max-width: 767px) {
  .pageStories-list-item {
    margin-bottom: 10px;
  }
  .pageStories-list-item__wrap {
    padding: 15px 13px;
  }
  .pageStories-list-item__date,
  .pageStories-list-item__place {
    font-size: 57.1429%;
    margin-bottom: 10px;
  }
  .pageStories-list-item__date .icon,
  .pageStories-list-item__place .icon {
    max-height: 11px;
  }
  .pageStories-list-item__title {
    font-size: 100%;
  }
  .pageStories-list .b-linkAll {
    margin-top: 10px;
  }
}
.pagePressContacts {
  width: 100%;
}
.pagePressContacts__desc {
  margin-bottom: 40px;
}
.pagePressContacts__descText {
  float: left;
  width: 60%;
}
.visuallyImpairedBody .pagePressContacts__descText {
  width: auto;
  float: none;
}
.pagePressContacts__descLink {
  float: right;
  text-align: right;
  font-size: 16px;
}
@media (max-width: 1279px) {
  .pagePressContacts__descText,
  .pagePressContacts__descLink {
    float: none;
    width: 100%;
    text-align: left;
  }
}
.pageSearch-list .pageNews-date {
  margin-bottom: 11px;
  margin-top: 18px;
}
.pageSearch-list .pagination {
  margin-top: 20px;
}
.pageSearch-list__more {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.pageSearch-list__item {
  position: relative;
  margin: 0 -40px 4px;
  padding: 17px 40px 15px;
  border-top: 1px solid transparent;
  transition: border 0.3s, box-shadow 0.3s;
}
.pageSearch-list__item:hover {
  border-top-color: #e6e6e6;
  box-shadow: 0 -1px 10px rgba(0,0,0,0.07);
}
.pageSearch-list__item:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 0;
  content: "";
  background-color: #8066c8;
  transition: height 0.3s;
}
.visuallyImpairedBody .pageSearch-list__item:before {
  display: none !important;
}
.pageSearch-list__item._noHover:before {
  display: none !important;
}
.pageSearch-list__item:hover {
  background-color: #fff;
}
.no-mobile .pageSearch-list__item:hover:before {
  height: 4px;
}
.pageSearch-list__item em {
  font-weight: 700 !important;
  text-decoration: none;
  font-style: normal;
}
.pageSearch-list__wrapLink {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(255,255,255,0.01);
}
.pageSearch-list__category {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #808080;
  font-weight: 700;
  font-size: 78.5715%;
}
.pageSearch-list__categoryDate {
  color: #a6a6a6;
}
.pageSearch-list__title {
  font-size: 128.5715%;
}
.pageSearch-list__text {
  margin-bottom: 6px;
  font-family: 'Microsoft Sans Serif';
  font-weight: 300;
  font-size: 100%;
  line-height: 1.86;
}
.pageSearch-list__link {
  position: relative;
  z-index: 5;
  text-decoration: underline;
  text-underline-position: under;
  color: #8066c8;
  word-wrap: break-word;
}
.pageSearch-list__link:hover {
  color: #8066c8;
  border-bottom-color: #414041;
}
.visuallyImpairedBody .pageSearch-list__link {
  border-bottom-color: #000;
}
.visuallyImpairedBody .pageSearch-list__link:hover {
  border-bottom-color: transparent;
}
.color-site-2 .pageSearch-list__link {
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .pageSearch-list .pageNews-date {
    margin-bottom: 10px;
  }
  .pageSearch-list__category {
    margin-bottom: 5px;
    font-size: 71.4286%;
  }
  .pageSearch-list__item {
    margin-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: -12px;
    margin-right: -12px;
  }
  .pageSearch-list__title {
    font-size: 114.2858%;
  }
  .pageSearch-list__text {
    font-size: 85.7143%;
  }
}
.pageSearch {
  min-height: 540px;
}
.pageSearch._empty {
  min-height: 0;
}
.pageSearch._empty:before {
  display: none;
}
@media (max-width: 1279px) {
  .pageSearch {
    min-height: 0;
  }
}
.pageSearch .head-section {
  margin-bottom: 30px;
  margin-top: -3px;
}
.pageSearch .layoutPart__aside {
  padding-left: 20px;
  padding-right: 20px;
}
.pageSearch__field {
  margin-bottom: 50px;
  max-width: 570px;
}
.pageSearch__field .inp {
  font-size: 16px;
}
.pageSearch .b-linkAll {
  margin-top: 40px;
}
.pageSearch-empty {
  margin: 40px 0 60px;
}
@media (max-width: 767px) {
  .pageSearch-empty {
    margin: 10px 0;
  }
}
.visuallyImpairedBody .pageSearch:before {
  display: none !important;
}
.visuallyImpairedBody .pageSearch .layoutPart__content {
  width: 100%;
  float: none;
}
.pageSearch-field {
  position: relative;
}
.pageSearch-field__item {
  float: left;
  width: 66%;
}
.pageSearch-field__btn {
  margin-left: 20px;
  position: relative;
  top: 4px;
  float: left;
}
.pageSearch-field__btn .easy-btn {
  padding-left: 25px;
  padding-right: 25px;
}
.mobile .pageSearch-field__item {
  width: auto;
  min-width: 560px;
}
.mobile .pageSearch-field__btn {
  display: none;
}
@media (max-width: 767px) {
  .pageSearch-field {
    padding-bottom: 10px;
  }
  .pageSearch-field__item {
    float: none;
    min-width: 560px;
    width: auto;
  }
  .pageSearch-field__btn {
    display: none;
  }
}
.pageSearch-sort {
  margin-bottom: 35px;
  border-bottom: 1px dashed #ccc;
}
.pageSearch-sort__item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
  margin-right: 30px;
}
.pageSearch-sort__link {
  position: relative;
  display: inline-block;
  padding: 8px 8px 8px 24px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #808080 !important;
  fill: #808080;
  white-space: nowrap;
}
.pageSearch-sort__link._padding {
  padding-left: 0;
}
.pageSearch-sort__link:hover,
.pageSearch-sort__link._active {
  fill: #8066c8;
}
.pageSearch-sort__linkIcon {
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 767px) {
  .pageSearch-sort {
    margin-bottom: 20px;
  }
  .pageSearch-sort__link {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 10px;
  }
  .pageSearch-sort__linkIcon {
    top: 4px;
  }
}
.pageSurvey {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.pageSurvey__list {
  position: relative;
  margin-bottom: 25px;
}
.pageSurvey__list:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  content: "";
}
.pageSurvey__footer {
  padding-left: 23px;
}
.pageSurvey-item {
  border-bottom: 1px solid #e6e6e6;
  margin-left: -40px;
  margin-right: -40px;
  padding: 19px 40px 24px;
}
.pageSurvey-item:first-child {
  padding-top: 0;
}
.pageSurvey-item._error:first-child {
  padding-top: 19px;
}
.pageSurvey-item:last-child {
  border-bottom: none;
}
.pageSurvey-item._error {
  background-color: #fdeaec;
}
.pageSurvey-item__btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pageSurvey-item__btnsItem {
  margin-right: 10px;
}
.pageSurvey-item__btnsItem .easy-btn {
  padding-left: 19px;
  padding-right: 19px;
  min-width: 32px;
  color: #8066c8;
}
.pageSurvey-item__btnsItem .easy-btn:hover {
  color: #fff;
}
.pageSurvey-item__btnsItem .easy-btn._active {
  background-color: #007db6;
  color: #fff;
}
.pageSurvey-item__btnsItem._num .easy-btn {
  padding-left: 0;
  padding-right: 0;
}
.pageSurvey-item__textarea {
  max-width: 870px;
}
.pageSurvey-item__textarea textarea {
  height: 250px;
}
@media (max-width: 1023px) {
  .pageSurvey-item__textarea textarea {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .pageSurvey__list {
    margin-bottom: 15px;
  }
  .pageSurvey__footer {
    padding-left: 15px;
  }
  .pageSurvey-item {
    padding: 12px 12px 15px;
    margin-left: -12px;
    margin-right: -12px;
  }
  .pageSurvey-item._error:first-child {
    padding-top: 12px;
  }
  .pageSurvey-item__title {
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 71.4286%;
  }
  .pageSurvey-item__field {
    padding-left: 15px;
  }
  .pageSurvey-item__btns {
    margin-left: -10px;
  }
  .pageSurvey-item__btnsItem {
    margin-left: 10px;
  }
  .pageSurvey-item__textarea textarea {
    height: 100px;
  }
}
.pagePerson {
  width: 100%;
  margin-bottom: 40px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #daef14;
}
.visuallyImpairedBody .pagePerson {
  box-shadow: none;
}
.visuallyImpairedBody .pagePerson {
  border-color: #000;
  background-color: transparent !important;
}
.color-site-2 .pagePerson {
  border-color: #fff;
}
.pagePerson .layoutPart._column {
  margin-bottom: 0;
}
.pagePerson__content {
  padding: 40px;
}
.pagePerson__text {
  max-width: 660px;
  font-size: 128.5715%;
  line-height: 28px;
  margin-bottom: 20px;
}
.pagePerson__subTitle {
  margin-bottom: 8px;
  display: block;
  font-size: 171.4286%;
}
.pagePerson-oldWork + .pagePerson__subTitle {
  margin-top: 30px;
}
@media (min-width: 1280px) {
  .pagePerson .layoutPart._column .layoutPart__content {
    width: 74%;
  }
  .pagePerson .layoutPart._column .layoutPart__aside {
    width: 25.999%;
    padding-left: 24px;
  }
  .pagePerson .layoutPart._column:before {
    right: 25.999%;
    background: none;
    border-right: 1px dashed #ccc;
  }
}
.pagePerson-oldWork {
  max-width: 660px;
  margin-bottom: 20px;
}
.pagePerson-oldWork__date {
  color: rgba(102,102,102,0.7);
  fill: rgba(102,102,102,0.7);
  font-size: 78.5715%;
  line-height: 19px;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.pagePerson-oldWork__date .icon {
  margin-top: -5px;
}
.pagePerson-oldWork__year {
  font-size: 78.5715%;
  line-height: 19px;
  margin-bottom: 3px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(102,102,102,0.7);
}
.pagePerson-oldWork__text {
  font-family: 'Microsoft Sans Serif';
  font-size: 100%;
  font-weight: 300;
}
@media (max-width: 767px) {
  .pagePerson__content {
    padding: 15px 12px;
  }
  .pagePerson__text {
    font-size: 114.2858%;
    line-height: 24px;
  }
  .pagePerson__subTitle {
    font-size: 157.1429%;
  }
}
.pageMediaTab__head {
  margin-bottom: 25px;
}
.pageMediaTab .pageNews-list-more {
  margin-top: 30px;
}
.pageMediaTab-item {
  border-bottom: 1px dashed #ccc;
  padding: 20px 0 19px;
}
.pageMediaTab-item._first {
  border-top: 1px dashed #ccc;
}
.pageMediaTab-item__info {
  margin-left: 184px;
  padding-top: 6px;
}
.pageMediaTab-item__preview {
  position: relative;
  float: left;
  width: 160px;
}
.pageMediaTab-item__previewImg {
  display: block;
}
.pageMediaTab-item__date,
.pageMediaTab-item__label {
  display: inline-block;
  text-transform: uppercase;
  font-size: 78.5715%;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 19px;
}
.pageMediaTab-item__label {
  position: relative;
  padding-left: 18px;
  color: #00857d;
  fill: #00857d;
}
a.pageMediaTab-item__label {
  z-index: 10;
}
a.pageMediaTab-item__label:hover {
  color: #004c47;
  fill: #004c47;
}
.pageMediaTab-item__label .icon {
  margin: 0;
  position: absolute;
  top: -2px;
  left: 0px;
}
.pageMediaTab-item__label._country {
  color: #ef3340;
  fill: #ef3340;
}
a.pageMediaTab-item__label._country:hover {
  color: #de1120;
  fill: #de1120;
}
.pageMediaTab-item__date {
  margin-right: 14px;
  color: #808080;
  fill: #808080;
}
.pageMediaTab-item__title {
  font-size: 128.5715%;
  line-height: 1.33;
  color: #007db6;
}
.pageMediaTab-item__titleCategory {
  font-weight: 500;
  color: #808080;
  display: none;
}
.pageMediaTab-item__gallery {
  box-sizing: border-box;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding-top: 18px;
  width: 64px;
  height: 64px;
  color: #fff;
  fill: #fff;
  background-color: rgba(0,0,0,0.7);
  transition: opacity 0.3s;
  transition-delay: 0.8s;
  font-size: 107.1429%;
  font-weight: 700;
  text-align: center;
}
.pageMediaTab-item__galleryIcon {
  position: relative;
  top: 5px;
  margin-right: 4px;
}
.pageMediaTab-item__play {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255,255,255,0.67);
  transition: opacity 0.3s;
  transition-delay: 0.8s;
}
.pageMediaTab-item__play:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -8px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-left: 18px solid #666;
  border-bottom: 11px solid transparent;
  content: "";
}
.pageMediaTab-item__preview:hover .pageMediaTab-item__gallery {
  background-color: #000;
}
.pageMediaTab-item__preview:hover .pageMediaTab-item__play {
  background-color: rgba(255,255,255,0.8);
}
@media (max-width: 767px) {
  .pageMediaTab .pageNews-list-more {
    margin-top: 15px;
  }
  .pageMediaTab-item {
    padding: 7px 0 10px;
  }
  .pageMediaTab-item__date,
  .pageMediaTab-item__label {
    font-size: 57.1429%;
    margin-bottom: 10px;
  }
  .pageMediaTab-item__date .icon,
  .pageMediaTab-item__label .icon {
    max-height: 11px;
  }
  .pageMediaTab-item__title {
    font-size: 100%;
  }
  .pageMediaTab-item__titleCategory {
    margin-right: 5px;
    display: block;
  }
  .pageMediaTab-item__preview {
    display: none;
  }
  .pageMediaTab-item__info {
    margin-left: 0;
  }
}
.visuallyImpairedBody .pageMediaTab-item__preview {
  display: none;
}
.visuallyImpairedBody .pageMediaTab-item__info {
  margin-left: 0;
}
.visuallyImpairedBody .pageMediaTab-item__date {
  color: inherit !important;
  fill: inherit !important;
  margin-bottom: 0.8em !important;
}
.visuallyImpairedBody .pageMediaTab-item__label {
  position: relative;
  height: auto;
  left: auto;
  top: auto;
  background: none;
  margin-bottom: 17px;
  padding-left: 18px;
  padding-top: 0;
  color: inherit !important;
  fill: inherit !important;
  background: none !important;
}
.color-site-2 .visuallyImpairedBody .pageMediaTab-item__label {
  fill: #fff !important;
}
.visuallyImpairedBody .pageMediaTab-item__label .icon {
  left: 0;
  top: -3px;
}
.visuallyImpairedBody .pageMediaTab-item__titleCategory {
  display: block;
  color: inherit;
}
.fonts-x2 .pageMediaTab-item__date .icon {
  position: relative;
  top: -1px;
  width: 20px !important;
  height: 20px !important;
}
.fonts-x2 .pageMediaTab-item__label {
  padding-left: 25px;
}
.fonts-x2 .pageMediaTab-item__label .icon {
  top: -5px;
  width: 20px !important;
  height: 22px !important;
}
.fonts-x3 .pageMediaTab-item__date .icon {
  position: relative;
  top: -1px;
  width: 20px !important;
  height: 20px !important;
}
.fonts-x3 .pageMediaTab-item__label {
  padding-left: 25px;
}
.fonts-x3 .pageMediaTab-item__label .icon {
  left: 0;
  top: -1px;
  width: 20px !important;
  height: 22px !important;
}
.pageStreem-object {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 56.25%;
  height: 0;
}
.pageStreem-object iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 479px) {
  ._pageAnnounces .head-section__aside {
    background: none;
    box-shadow: none;
  }
  ._pageAnnounces .navbar-aside__item {
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.07);
    display: table;
    width: 100%;
    background: #fff;
    padding: 0;
    border: none;
  }
  ._pageAnnounces .navbar-aside__item > div {
    display: table-cell;
    height: 45px;
    vertical-align: middle;
    border-left: 1px solid #e6e6e6;
    padding: 0 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  ._pageAnnounces .navbar-aside__itemMonths {
    text-align: center;
  }
}
.pageCouncil__content {
  padding: 32px 40px 0 40px;
}
.pageCouncil__aside {
  padding: 40px 40px 10px;
}
.pageCouncil__container {
  margin-bottom: 40px;
}
.pageCouncil__text {
  margin-bottom: 34px;
}
.pageCouncil__subTitle {
  font-size: 171.4286%;
  margin-bottom: 20px;
}
.pageCouncil__feedbackLink {
  font-size: 107.1429%;
  margin-top: 20px;
  font-weight: 700;
}
.pageCouncil-table {
  display: table;
  width: 100%;
}
.pageCouncil-table__tr {
  box-sizing: border-box;
  position: relative;
  padding: 33px 30px 30px 145px;
  min-height: 145px;
}
.pageCouncil-table__tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.pageCouncil-table__tr._noAvatar {
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 0;
}
.pageCouncil-table__avatar {
  position: absolute;
  left: 30px;
  top: 24px;
  border-radius: 50%;
  width: 96px;
  height: 96px;
}
.pageCouncil-table__name,
.pageCouncil-table__desc {
  display: block;
}
.pageCouncil-table__head {
  cursor: pointer;
}
.pageCouncil-table__desc {
  font-family: 'Microsoft Sans Serif';
}
.pageCouncil-table__name {
  margin-bottom: 8px;
  font-size: 107.1429%;
  line-height: 1.33;
  font-weight: 500;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .pageCouncil .title-section {
    margin-bottom: 10px;
  }
  .pageCouncil__subTitle {
    font-size: 114.2858%;
    margin-bottom: 10px;
  }
  .pageCouncil__content {
    padding: 12px 12px 0 12px;
  }
  .pageCouncil__container {
    margin-bottom: 0;
  }
  .pageCouncil__text {
    margin-bottom: 20px;
  }
  .pageCouncil-table {
    margin-left: -12px;
    margin-right: -12px;
    font-size: 71.4286%;
    width: auto;
  }
  .pageCouncil-table__avatar {
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
  }
  .pageCouncil-table__head {
    margin-bottom: 2px;
    padding-top: 4px;
    position: relative;
    padding-left: 68px;
    min-height: 48px;
  }
  .pageCouncil-table__tr {
    min-height: 0;
    padding: 12px !important;
  }
  .pageCouncil-table__tr._noAvatar .pageCouncil-table__head {
    padding: 0;
    min-height: 0;
  }
}
.pageFaq {
  position: relative;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pageFaq__wrapper {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pageFaq__aside {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  margin-left: 20px;
}
@media (max-width: 1280px) {
  .pageFaq__aside {
    margin-left: 0;
  }
}
.pageFaq__aside .categoryAside {
  position: relative;
  right: auto;
  top: auto;
  width: auto;
}
.pageFaq__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  border-right: 2px solid #e0e0e0;
  padding-right: 33px;
}
.pageFaq__content .head-section {
  margin-bottom: 45px;
}
.pageFaq__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 128px;
  margin-top: 80px;
}
.pageFaq__footer-text {
  text-align: left;
  padding: 23px 32px;
  width: 60%;
}
.pageFaq__footer-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 132px;
  margin-left: 30px;
}
.pageFaq__footer-icons svg {
  width: 100%;
  height: 100%;
  margin-right: 12px;
}
.pageFaq__footer-frame {
  position: absolute;
  left: -16px;
  bottom: 16px;
  width: 65%;
  height: inherit;
  border: 1px solid #000;
}
.pageFaq__container {
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #8066c8;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.categoryAside__item {
  margin-bottom: 10px;
}
.pageFaqItem {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.pageFaqItem__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  fill: #b3b3b3;
}
.pageFaqItem__close:hover {
  border-color: #848484;
  fill: #848484;
}
.pageFaqItem__closeSvg {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 16px;
  height: 16px;
  fill: #000;
  stroke: #000;
}
.pageFaqItem._open,
.pageFaqItem__title {
  margin-right: 50px;
  margin-bottom: 10px;
  display: block;
  color: inherit;
  font-size: 128.5715%;
}
.pageFaqItem__text {
  width: 90%;
}
@media (max-width: 1279px) {
  .pageFaq__wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pageFaq__aside {
    width: 100%;
    margin-bottom: 50px;
  }
  .pageFaq__aside .categoryAside {
    margin-left: 0;
  }
  .pageFaq__content {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .pageFaq__container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pageFaq__footer {
    height: 200px;
  }
  .pageFaq__footer-text {
    width: calc(100% - 50px);
    padding: 10px 32px;
  }
  .pageFaq__footer-text p6.generic {
    font-size: 16px;
  }
  .pageFaq__footer-icons {
    margin-bottom: 12px;
    margin-left: 0;
  }
  .pageFaq__footer-frame {
    width: 100%;
  }
  .pageFaq__content {
    padding: 15px 12px;
  }
  .pageFaq__list {
    font-size: 12px;
    margin: 0 -12px 20px;
  }
  .pageFaq .pageFaqItem {
    padding-left: 12px;
    padding-right: 12px;
  }
  .pageFaq .pageFaqItem._open {
    padding-top: 13px;
    padding-bottom: 7px;
  }
  .pageFaq .pageFaqItem__close {
    top: 15px;
    right: 12px;
  }
}
.pageReward__sec-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}
.pageReward__sec-1__col-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageReward__sec-1__col-1 .pageReward__text-container {
  padding-left: 64px;
  width: 100%;
}
.pageReward__sec-1__col-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
  padding-top: 80px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageReward__sec-1__col-2 .pageReward__list-container {
  padding-right: 64px;
}
.pageReward__col-2__dash {
  width: 60px;
  height: 4px;
  background: #414041;
  margin-bottom: 30px;
}
.pageReward__sec-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  margin-bottom: 70px;
  background-image: linear-gradient(90deg, transparent 83%, #8066c8 0%);
}
.pageReward__sec-2__row-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}
.pageReward__sec-2__row-bot {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 80%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageReward__sec-2__col-1 {
  padding-left: 64px;
  padding-top: 64px;
  width: 51%;
}
.pageReward__sec-2__col-1-bot {
  width: 50%;
}
.pageReward__sec-2__col-2 {
  width: 40%;
}
.pageReward__sec-2__col-2-bot {
  width: 46%;
}
.pageReward__sec-3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 64px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-bottom: 70px;
}
.pageReward__sec-4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 70px;
}
.pageReward__sec-4__row-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 110px;
}
.pageReward__sec-4__row-bot {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageReward__sec-4__col-1 {
  width: 48%;
  padding-left: 64px;
  box-sizing: border-box;
  padding-top: 40px;
}
.pageReward__sec-4__col-1-bot {
  padding-left: 64px;
  padding-top: 70px;
  box-sizing: border-box;
  width: 48%;
  background-image: linear-gradient(180deg, #8066c8 60%, transparent 0%);
}
.pageReward__sec-4__col-1-bot h4.generic {
  padding-right: 64px;
}
.pageReward__sec-4__col-2 {
  width: 48%;
  padding-right: 64px;
  box-sizing: border-box;
}
.pageReward__sec-4__col-2-bot {
  width: 48%;
  padding-right: 64px;
  box-sizing: border-box;
}
.pageReward__text-container-white {
  width: 100%;
  position: relative;
  z-index: 1;
}
.pageReward__text-container-white .text-container-layer {
  padding: 30px;
  background: #fff;
  z-index: 1;
}
.pageReward__text-container-white__background {
  position: absolute;
  width: inherit;
  height: 80%;
  z-index: -1;
  background: rgba(65,64,65,0.702);
  bottom: -40px;
  left: 40px;
}
.pageReward__sec-5 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding-top: 20px;
  padding-right: 64px;
  box-sizing: border-box;
  background-image: linear-gradient(180deg, transparent 70%, #fff 0%), linear-gradient(-90deg, transparent calc(52% + 88px), #8066c8 0%);
}
.pageReward__sec-5-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-left: 64px;
  padding-top: 50px;
  background-image: linear-gradient(-90deg, #fff calc(52% + 64px + 60px), transparent 0%);
}
.pageReward__sec-5__col-2 {
  width: calc(52% + 64px);
  padding-bottom: 50px;
  padding-right: 10px;
}
.pageReward__img-1 {
  width: 100%;
  padding: 0 40px 40px 0;
  margin-bottom: 30px;
  background-image: linear-gradient(180deg, #fff 40px, transparent 0%), linear-gradient(90deg, #fff 128px, #8066c8 0%);
}
.pageReward__img-2 {
  width: 100%;
  padding: 0 0 0 0;
  object-fit: cover;
}
.pageReward__img-3 {
  box-shadow: 30px 30px 0px rgba(65,64,65,0.702);
}
.pageReward__img-5 {
  box-shadow: -40px -40px 0 #8066c8;
}
.pageReward__img-6,
.pageReward__img-7 {
  margin-bottom: 50px;
}
.pageReward__img-8 {
  box-shadow: -40px 40px 0 rgba(65,64,65,0.702);
}
@media (max-width: 768px) {
  .pageReward__sec-1 {
    display: block;
    margin-bottom: 40px;
  }
  .pageReward__sec-1__col-1 {
    width: 100%;
  }
  .pageReward__sec-1__col-1 .pageReward__text-container {
    padding: 0 !important;
  }
  .pageReward__sec-1__col-1 .pageReward__list-container {
    padding: 0 !important;
    margin-bottom: 40px;
  }
  .pageReward__sec-1__col-2 {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 20px;
    width: 100%;
  }
  .pageReward__sec-1__col-2 .pageReward__text-container {
    padding: 0 !important;
  }
  .pageReward__sec-1__col-2 .pageReward__list-container {
    padding: 0 !important;
    margin-top: 20px;
  }
  .pageReward__sec-2 {
    background-image: none;
    margin-bottom: 40px;
  }
  .pageReward__sec-2__col-1 {
    width: 100%;
    padding: 0;
  }
  .pageReward__sec-2__col-2 {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pageReward__sec-2__row-top {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .pageReward__sec-2__row-bot {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .pageReward__sec-2__col-1-bot {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pageReward__sec-2__col-2-bot {
    width: 100%;
    padding: 0;
  }
  .pageReward__sec-3 {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .pageReward__sec-4 {
    margin-bottom: 40px;
  }
  .pageReward__sec-4__row-top {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 70px;
  }
  .pageReward__sec-4__row-bot {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pageReward__sec-4__col-1 {
    width: 100%;
  }
  .pageReward__sec-4__col-2 {
    width: 100%;
    padding-right: 0;
  }
  .pageReward__sec-4__col-1-bot {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-top: 30px;
    padding-right: 20px;
  }
  .pageReward__sec-4__col-1-bot h4.generic {
    padding-right: 0;
  }
  .pageReward__sec-4__col-2-bot {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pageReward__sec-5 {
    padding: 0;
    background: none;
  }
  .pageReward__sec-5__col-1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: linear-gradient(180deg, transparent 70%, #fff 0%), linear-gradient(-90deg, transparent 0%, #8066c8 0%);
  }
  .pageReward__sec-5__col-2 {
    background-color: #fff;
    width: 100%;
    padding-top: 20px;
  }
  .pageReward__sec-5__col-2 ul,
  .pageReward__sec-5__col-2 h4,
  .pageReward__sec-5__col-2 h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pageReward__sec-5__col-2 li h4 {
    padding: 0;
  }
  .pageReward__sec-5-container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
    padding: 0;
  }
  .pageReward__img-6,
  .pageReward__img-7 {
    margin-bottom: 20px;
  }
}
.qr-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #eae9e5;
}
.qr-sec {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 0 60px;
  width: 910px;
}
@media (max-width: 768px) {
  .qr-sec {
    padding: 60px 0 60px;
  }
}
.qr-title {
  width: 100%;
  font-family: Geometria;
  font-weight: 600;
  font-size: 34px;
  text-align: center;
}
@media (max-width: 768px) {
  .qr-title {
    font-size: 18px;
  }
}
.qr-subtitle {
  width: 100%;
  font-family: Geometria;
  font-weight: 500;
  font-size: 30px;
  color: #83bbda;
  text-align: center;
}
@media (max-width: 768px) {
  .qr-subtitle {
    font-size: 16px;
  }
}
.container-3-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 15px;
}
.socialNetwork-card {
  cursor: pointer;
  margin-top: 15px;
  width: 32%;
  background-color: #fff;
  border-radius: 5px;
  max-height: 300px;
}
@media (max-width: 768px) {
  .socialNetwork-card {
    width: 49%;
  }
  .socialNetwork-card:last-child {
    width: 100%;
  }
}
.socialNetwork-card a {
  color: #333;
}
.socialNetwork-card a:hover {
  color: #83bbda;
}
.socialNetwork-card a:hover svg.large_arrow {
  display: block;
}
.socialNetwork-card__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.socialNetwork-card__row:first-child {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 15px 0 15px;
  height: 40px;
}
.socialNetwork-card__row:nth-child(2n) {
  height: 210px;
  position: relative;
}
.socialNetwork-card__row p {
  font-family: Geometria;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 768px) {
  .socialNetwork-card__row p {
    font-size: 14px;
  }
}
.socialNetwork-card__row svg:not(.large_arrow) {
  fill: #83bbda;
  width: 40px;
  min-width: 40px;
  height: 100%;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .socialNetwork-card__row svg:not(.large_arrow) {
    width: 30px;
    min-width: 30px;
  }
}
.socialNetwork-card__row img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}
.large_arrow {
  position: absolute;
  display: none;
  float: right;
  height: 15px;
  width: 30px;
  right: 5px;
  bottom: 5px;
}
.pageError {
  padding-bottom: 160px;
  font-size: 16px;
  width: 100%;
}
.pageError__logo {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  height: 60px;
  display: inline-block;
  color: #007db6;
  -webkit-transform: translateZ(0);
}
.pageError__logo:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 8px;
  width: 100%;
  background: #007db6;
  transition: all 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.pageError__logoText {
  position: relative;
  top: 0;
  display: inline-block;
  height: 60px;
  font-size: 35px;
  line-height: 57px;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.pageError._middle {
  position: absolute;
  top: 20%;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pageError__line {
  height: 1px;
  margin: 35px 0;
  font-size: 0;
  line-height: 0;
  background: url("/img/border_dashed_horizontal.png") repeat-x center center;
}
.pageError__link {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.pageError__link:after {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  display: block;
  border-bottom: 1px dashed #007db6;
  content: "";
}
.pageError__link:hover:after {
  display: none;
}
.visuallyImpairedBody .pageError a,
.visuallyImpairedBody .pageError__link {
  text-decoration: underline;
}
.visuallyImpairedBody .pageError a:hover,
.visuallyImpairedBody .pageError__link:hover {
  text-decoration: none;
}
.visuallyImpairedBody .pageError__link:after {
  display: none;
}
html {
  overflow: scroll;
  overflow-x: hidden;
  width: 100%;
  background-color: #fff;
}
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  background-color: #e8e8e8;
}
::-webkit-scrollbar-thumb {
  background: #8066c8;
}
body {
  background-color: #fff;
}
.itemArrow {
  display: none;
  width: 15px;
  height: 20px;
  stroke: #70a1b0;
  padding-left: 10px;
  position: absolute;
  right: 50px;
}
.itemBackBtn {
  display: none;
  fill: #70a1b0;
  width: 20px;
  height: 20px;
  padding-right: 10px;
}
li {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  font-family: "Microsoft Sans Serif";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
p5 {
  font-family: "Microsoft Sans Serif";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #414041;
}
p5._bold {
  font-weight: 600;
}
p5._blue {
  color: #144b8f;
  text-decoration: underline;
  text-underline-position: under;
}
p1 {
  font-family: "Microsoft Sans Serif";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
}
@media (max-width: 1024px) {
  p1 {
    font-size: 20px;
    line-height: 133%;
  }
}
@media (max-width: 768px) {
  p1 {
    font-size: 18px;
    line-height: 128%;
  }
}
.p2 {
  font-family: "Microsoft Sans Serif";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #414041;
}
@media (max-width: 1024px) {
  .p2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p2 {
    font-size: 12px;
  }
}
h3 {
  margin: 0;
  font-family: "Microsoft Sans Serif";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 768px) {
  h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
h3.__center {
  text-align: center;
  margin-bottom: 12px;
}
h1 {
  font-family: "Microsoft Sans Serif";
  font-size: 76px;
  font-style: normal;
  font-weight: 900;
  line-height: 96px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
h4 {
  text-align: left;
  margin: 0;
  font-family: "Microsoft Sans Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
}
@media (max-width: 1180px) {
  h4 {
    font-size: 20px;
  }
}
h2 {
  margin: 0;
  font-family: "Microsoft Sans Serif";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 32px;
  color: #414041;
}
@media (max-width: 1600px) {
  h2 {
    font-size: 45px;
    line-height: 56px;
  }
}
@media (max-width: 1440px) {
  h2 {
    font-size: 42px;
    line-height: 56px;
  }
}
@media (max-width: 1280px) {
  h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
h2.subtitle {
  font-family: "Microsoft Sans Serif";
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
  margin-right: 50px;
  width: calc(100% - 50px);
}
@media (max-width: 1280px) {
  h2.subtitle {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  h2.subtitle {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
ul {
  padding: 0;
}
body {
  margin: 0;
  width: 100vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.padding-zero {
  padding: 0;
}
.header {
  height: 80px;
  background: #8066c8;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 2000;
}
.header__gear {
  background-color: rgba(196,196,196,0.3);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
  cursor: pointer;
}
@media (max-width: 450px) {
  .header__gear {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.header__gear svg {
  fill: #fff;
}
@media (max-width: 950px) {
  .header {
    background: #fff;
  }
}
.header.__dark {
  background: #8066c8 80%;
}
.header.__dark .nav__links {
  color: #fff;
}
.header.__dark .nav__links .nav__link._hover {
  background: #8066c8 50%;
  color: #fff;
}
.header.__dark .sub_nav_container {
  background: #8066c8 90%;
  color: #fff;
}
.header.__dark .sub_nav .sub_links .sub_link {
  color: #fff;
}
.header.__dark .frames {
  background: url("/img/glasses_white.svg") no-repeat;
}
@media (max-width: 450px) {
  .header.__dark .frames {
    background: url("/img/glasses_white.svg") no-repeat center;
    background-size: contain;
    width: 45px;
  }
}
.header.__dark .lang__set {
  color: #fff;
}
.header.__dark .header__hamburger__wrapper._active {
  background: #8066c8;
}
.header.__dark .header__logo__svg {
  fill: #daef14;
}
.header.__dark .header__hamburger,
.header.__dark .mag_glass,
.header.__dark .search_input_container svg,
.header.__dark .itemArrow,
.header.__dark .itemBackBtn {
  fill: #fff;
}
.container_main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  max-height: 1080px;
  width: 100vw;
  max-width: 1920px;
  background-size: cover;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-bottom: 50px;
}
.container_main.__wider {
  max-width: none;
  min-height: 480px;
  height: 66vh;
  max-height: 700px;
}
.container_main .ribbons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: calc(80px + 32px);
  position: absolute;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.container_main .ribbon-gov {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 400px;
  min-width: 200px;
  min-height: 90px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .container_main .ribbon-gov {
    width: 142px;
    height: 51px;
    min-width: 142px;
    min-height: 40px;
  }
}
.container_main .ribbon-gov svg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.container_main .ribbon-gov a {
  height: 100%;
}
.container_main .ribbon-gov a.img__offset {
  height: 85%;
  width: auto;
  position: absolute;
}
.container_main .ribbon-gov img {
  height: 100%;
}
.social-media-icons {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  position: absolute;
  z-index: 1;
  right: 10vw;
  top: 120px;
}
.social-media-icons svg {
  width: 40px;
  height: 40px;
  margin-top: 32px;
  fill: #daef14;
}
@media (max-width: 1536px) {
  .social-media-icons svg {
    height: 36px;
    width: 36px;
  }
}
@media (max-width: 768px) {
  .social-media-icons svg {
    height: 32px;
    width: 32px;
    margin-top: 12px;
  }
}
@media (max-height: 900px) {
  .social-media-icons svg {
    margin-top: 12px;
  }
}
@media (max-width: 1024px) and (max-height: 567px) {
  .social-media-icons svg {
    width: 32px;
    height: 32px;
  }
}
.main_content {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .main_content {
    margin-bottom: 30px;
  }
}
.main_content.contacts-tab {
  display: none;
}
.main_content._visible {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.main_content._breadcrumbs {
  background-color: rgba(255,255,255,0.4);
}
@media (min-width: 1281px) {
  .main_content .wrapper__.__wider {
    max-width: none;
    width: 100%;
    padding-right: 150px;
  }
}
.wrapper__ {
  width: 1120px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper__ h1.sectionTitle,
.wrapper__ h2.sectionTitle {
  margin-bottom: 30px;
}
.wrapper__.contact-constrain {
  max-width: 1270px;
}
@media (max-width: 1440px) {
  .wrapper__.contact-constrain {
    width: 1220px;
  }
}
@media (max-width: 1280px) {
  .wrapper__.contact-constrain {
    width: 850px;
  }
}
@media (max-width: 850px) {
  .wrapper__.contact-constrain {
    width: calc(100vw - 9%);
  }
}
.wrapper__.pageFaq__wrapper {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1280px) {
  .wrapper__.pageFaq__wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrapper__.pageReward__wrapper {
  width: 1250px;
}
@media (max-width: 1440px) {
  .wrapper__.pageReward__wrapper {
    width: 1220px;
  }
}
@media (max-width: 1280px) {
  .wrapper__.pageReward__wrapper {
    width: 928px;
  }
}
@media (max-width: 850px) {
  .wrapper__.pageReward__wrapper {
    width: calc(100vw - 9%);
  }
}
.wrapper__.start {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100vw - 60px);
}
@media (max-width: 1440px) {
  .wrapper__ {
    width: 1100px;
  }
}
@media (max-width: 1280px) {
  .wrapper__ {
    width: 800px;
  }
}
@media (max-width: 850px) {
  .wrapper__ {
    width: calc(100vw - 14%);
  }
}
.container__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.header__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav {
  height: 100%;
  width: 100%;
  padding: 0 15px 0 62px;
  box-sizing: border-box;
  opacity: 1;
  display: block;
  transition: height 0.3s ease-out;
}
.header__nav._hiddenMenu {
  display: none;
  opacity: 0;
}
@media (max-width: 1280px) {
  .header__nav {
    padding: 0 15px 0 36px;
  }
}
@media (max-width: 950px) {
  .header__nav {
    display: none;
    padding: 0 15px;
    box-sizing: unset;
  }
  .header__nav._expanded {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 130px;
    left: -16px;
    display: block;
  }
}
@media (max-width: 950px) {
  .search_wrapper {
    position: fixed;
    top: 80px;
    left: 0;
    height: 50px;
    display: none;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background: rgba(128,102,200,0.95);
  }
  .search_wrapper._opened {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .search_wrapper .search {
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 95%;
    margin: auto;
    max-width: unset;
    box-sizing: border-box;
  }
  .search_wrapper .search .search_input_container {
    width: 100%;
    display: block;
  }
  .search_wrapper .search .search_input_container .search_input {
    width: 100%;
    max-width: unset;
    height: 100%;
  }
}
.nav__links {
  white-space: nowrap;
  margin: 0;
  color: #242424;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: inherit;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
  font-size: 18px;
}
@media (max-width: 950px) {
  .nav__links {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #8066c8;
  }
  .nav__links .nav__link {
    padding: 10px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    height: 30px;
    min-height: 30px;
    width: 100%;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__logo__svg {
  cursor: pointer;
  fill: #70a1b0;
}
.__colored {
  fill: #047db6;
}
.nav__link {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-wrap: none;
  padding: 0 10px;
}
.nav__link h4 {
  font-size: 16px;
}
@media (max-width: 1280px) {
  .nav__link h4 {
    font-size: 12px;
  }
}
@media (max-width: 950px) {
  .nav__link .itemArrow {
    display: block;
  }
  .nav__link h4 {
    font-size: 14px;
  }
  .nav__link._hidden {
    display: none;
  }
}
.nav__link._hover {
  background-color: #fff;
  color: #70a1b0;
}
.nav__link._hover .sub_nav_container {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.nav__link._hover .sub_nav_container .sub_nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: height;
}
@media (max-width: 950px) {
  .nav__link._hover._hidden {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav__link._hover .itemArrow {
    display: none;
  }
  .nav__link._hover .itemBackBtn {
    display: block;
  }
  .nav__link._hover .sub_nav_container {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    z-index: 1;
  }
  .nav__link._hover .sub_nav_container .sub_nav {
    display: block;
    width: 100%;
    padding: 0;
  }
  .nav__link._hover .sub_nav_container .sub_nav .sub_links {
    display: block;
  }
}
.header__settings-search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  justify-self: right;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1440px) {
  .header__settings-search {
    margin: 0;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 950px) {
  .header__settings-search {
    position: absolute;
    right: 12px;
  }
}
.lang__set {
  background-color: rgba(196,196,196,0.3);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #7ec0e1;
  cursor: pointer;
  padding: 4px;
  margin-right: 16px;
}
@media (max-width: 450px) {
  .lang__set {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
}
.lang__set h4 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.search {
  margin-right: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 48px;
  height: 38px;
  border-color: transparent;
  background-color: rgba(196,196,196,0.3);
  -webkit-flex: 0;
      -ms-flex: 0;
          flex: 0;
  max-width: 250px;
  padding: 0 12px;
}
@media (max-width: 950px) {
  .search {
    background-color: rgba(65,64,65,0.9);
  }
}
.search._open {
  width: 200px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search .mag_glass {
  display: block;
  margin: auto 0 6px 0;
  cursor: pointer;
}
.search .search_input {
  cursor: text;
  border-color: transparent;
  border: none;
  background: none;
  padding: 0;
  color: #242424;
  width: 0;
  max-width: 200px;
}
.search .search_input:focus {
  padding: 1px 2px;
  margin-left: 5px;
  width: 90%;
  outline: none;
  border: none;
  color: #fff;
}
.search_input_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 0;
}
.search_input_container svg {
  fill: #242424;
}
.search_input_container._shown {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
}
@media (max-width: 1280px) {
  .search_input_container {
    display: none;
  }
}
.frames {
  background: url("/img/glasses.svg") no-repeat;
  background-size: cover;
  width: 68px;
  height: 24px;
}
.frames__footer {
  background: url("/img/glasses_black.svg") no-repeat;
  background-size: contain;
  width: 68px;
  height: 24px;
  margin-right: 10px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}
.breaking_news {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  padding-bottom: 50px;
}
.breaking_news svg {
  fill: #8066c8;
}
.breaking_news_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
}
@media (max-width: 1180px) {
  .breaking_news_container {
    width: 100%;
  }
}
.breaking_news_container span {
  height: 81px;
  width: 50px;
}
.breaking_news_container h4 {
  margin: 0;
  margin-left: 2vw;
  max-width: 440px;
  color: #000;
}
.breaking_news_container h4 a {
  text-decoration: none;
  color: #000;
}
.title {
  width: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.title.lefty {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.title_underline {
  height: 10px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.title_underline span {
  background-color: #000;
  width: 80px;
  height: 3px;
  margin: 0 3px;
}
.news_items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
  padding: 0 0 0 0;
  width: 100%;
}
@media (max-width: 768px) {
  .news_items {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.333%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .card {
    width: calc(100%);
  }
}
.card.card__hover {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card.card__hover:hover {
  background-color: #daef14;
}
.card.card__hover:hover .text-part .paragraph:after {
  box-shadow: 0 -12px 30px 20px #daef14;
}
.card.card__hover:hover .button_details {
  background-color: #8066c8;
  color: #fff;
  border: #8066c8 1px solid;
}
.card.card__news {
  width: 32%;
  margin-right: 2%;
  max-height: 800px;
}
.card.card__news:nth-child(3n) {
  margin-right: 0;
}
.card.card__news.org {
  width: 24%;
  margin-right: 1.3333%;
}
@media (max-width: 1280px) {
  .card.card__news.org {
    width: 49%;
    margin-right: 2%;
  }
}
@media (max-width: 768px) {
  .card.card__news.org {
    width: 100%;
    margin-right: 0;
  }
}
.card.card__news.org:last-child {
  margin-right: 0;
}
@media (max-width: 1280px) {
  .card.card__news {
    width: 49%;
  }
  .card.card__news:nth-child(3n) {
    margin-right: 2%;
  }
  .card.card__news:nth-child(2n) {
    margin-right: 0;
  }
  .card.card__news p {
    margin-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .card.card__news {
    width: calc(100%);
  }
}
.card.card__news.show {
  opacity: 1;
}
.card.card__news.struct {
  margin-right: 2%;
}
.card.card__news.struct svg {
  fill: #8066c8;
}
.card.card__news.struct img {
  height: 248px;
}
.card.card__news.struct .text-part .paragraph:after {
  box-shadow: none;
}
.card.card__news.struct:nth-child(3n+1) {
  margin-right: 0;
}
@media (max-width: 1280px) {
  .card.card__news.struct {
    width: 49%;
  }
  .card.card__news.struct:first-child {
    max-height: 300px;
  }
  .card.card__news.struct:first-child .text-part {
    padding: 2%;
  }
  .card.card__news.struct:first-child img {
    width: 100%;
  }
  .card.card__news.struct:first-child h3 {
    line-height: 30px;
    font-size: 30px;
  }
  .card.card__news.struct:nth-child(3n+1) {
    margin-right: 2%;
  }
  .card.card__news.struct:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .card.card__news.struct {
    width: 49%;
  }
  .card.card__news.struct:first-child {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 800px;
  }
}
@media (max-width: 500px) {
  .card.card__news.struct {
    width: 100%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card.card__news.struct.no-first-child {
  margin-right: 2%;
}
.card.card__news.struct.no-first-child:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1280px) {
  .card.card__news.struct.no-first-child {
    width: 49%;
    margin-right: 2%;
  }
  .card.card__news.struct.no-first-child:first-child {
    max-height: 800px;
  }
  .card.card__news.struct.no-first-child:nth-child(2n) {
    margin-right: 0;
  }
  .card.card__news.struct.no-first-child:nth-child(3n) {
    margin-right: 2%;
  }
}
@media (max-width: 500px) {
  .card.card__news.struct.no-first-child {
    width: 100%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 800px;
  }
  .card.card__news.struct.no-first-child img {
    height: 248px;
    width: auto;
  }
}
.card.card__news.no-blur .text-part .paragraph:after {
  box-shadow: none;
}
.card.card__news.first-child:first-child {
  width: 100%;
  margin-right: 0;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-height: 400px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card.card__news.first-child:first-child h3 {
  font-family: "Microsoft Sans Serif";
  font-style: normal;
  font-weight: 900;
  font-size: 35px;
  line-height: 50px;
}
@media (max-width: 768px) {
  .card.card__news.first-child:first-child h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.card.card__news.first-child:first-child img {
  height: 100%;
  max-width: 66%;
  width: 100%;
}
@media (max-width: 768px) {
  .card.card__news.first-child:first-child img {
    width: 49%;
  }
}
@media (max-width: 500px) {
  .card.card__news.first-child:first-child img {
    max-width: 100%;
  }
}
.card.card__news.first-child:first-child .text-part {
  max-width: 31%;
  padding: 20px 20px 20px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .card.card__news.first-child:first-child .text-part {
    max-width: 42%;
  }
}
@media (max-width: 500px) {
  .card.card__news.first-child:first-child .text-part {
    max-width: 100%;
    box-sizing: unset;
    padding: 5%;
  }
}
@media (max-width: 500px) {
  .card.card__news.first-child:first-child {
    width: 100%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 800px;
  }
  .card.card__news.first-child:first-child img {
    height: 248px;
    width: auto;
  }
}
.card.card__success-story {
  padding-top: 20px;
  max-height: 750px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 50px;
}
.card.card__general {
  margin-top: 30px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.card.card__general.__about {
  width: 100%;
  margin: 0;
  background-color: #fff;
  padding: 70px 0px 50px 30px;
}
.card.card__general.__about p1 {
  margin-bottom: 20px;
}
.card.card__general.__about h1 {
  text-align: left;
  font-size: 66px;
  line-height: 83px;
}
@media (max-width: 1280px) {
  .card.card__general.__about {
    padding: 30px 0px 30px 30px;
  }
  .card.card__general.__about p1 {
    font-size: 14px;
  }
  .card.card__general.__about h1 {
    margin-bottom: 30px;
    font-size: 44px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .card.card__general.__about p1 {
    font-size: 12px;
  }
  .card.card__general.__about h1 {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 34px;
  }
}
.card.card__general.__council {
  width: 66.666%;
  padding: 50px 0 50px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .card.card__general.__council {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .card.card__general.__reverse {
    top: 20px;
    left: -20px;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    height: auto;
  }
}
.card.card__shadow {
  margin: 0 30px 0 0;
  max-height: 590px;
  position: relative;
}
.card.card__shadow.__wide {
  width: 40%;
}
@media (max-width: 1280px) {
  .card.card__shadow.__wide {
    max-width: 43%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .card.card__shadow.__wide {
    width: calc(100% - 30px);
    max-width: 400px;
    margin: 0;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
}
@media (max-width: 768px) {
  .card.card__shadow {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    width: calc(100% - 30px);
    max-width: 400px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: -20px;
    left: -20px;
  }
}
.card.card__shadow img {
  width: 100%;
}
.img__news {
  max-height: 320px;
  width: 100%;
}
@media (max-width: 1440px) {
  .img__news {
    max-height: 200px;
  }
}
@media (max-width: 1280px) {
  .img__news {
    max-height: 270px;
  }
}
@media (max-width: 768px) {
  .img__news {
    max-height: 400px;
  }
}
.img__success-story {
  height: 100%;
  width: 100%;
  max-width: 200px;
  max-height: 200px;
  padding: 5% 0 5% 0;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  .img__success-story {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.img__general {
  box-shadow: -30px -30px 0px #daef14;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .img__general {
    margin: 0;
  }
}
.img__about {
  position: absolute;
  top: 60px;
}
@media (max-width: 1280px) {
  .img__about {
    max-width: 95%;
  }
}
.img__about-offset {
  position: absolute;
  right: -30px;
  top: 100px;
}
@media (max-width: 1280px) {
  .img__about-offset {
    max-width: 80%;
    right: 10px;
  }
}
.img__about-offset-bot {
  position: absolute;
  right: 30px;
  bottom: 0;
}
@media (max-width: 1280px) {
  .img__about-offset-bot {
    max-width: 80%;
    top: 300px;
    bottom: unset;
  }
}
.longside__general {
  height: 100%;
  width: 100%;
}
.longside__general.no-margin {
  margin: 0;
}
@media (max-width: 768px) {
  .longside__general {
    max-width: calc(100% - 30px);
    margin-bottom: 56px;
  }
}
@media (max-width: 768px) {
  .longside__general.__narrow {
    max-width: calc(100% - 30px);
  }
  .longside__general.__narrow.no-margin {
    margin-bottom: 0;
  }
}
.longside__general__about {
  height: unset;
}
@media (max-width: 768px) {
  .longside__general__about {
    display: none;
  }
}
.longside__general.__council {
  max-width: 64%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .longside__general.__council {
    max-width: 100%;
  }
}
.title-svg {
  fill: #14171a;
  width: 67%;
}
@media (max-width: 500px) {
  .title-svg {
    width: 90%;
    margin-bottom: -50px;
  }
}
.text-part {
  height: border-box;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.text-part.text-part__about.__right {
  padding-right: 120px;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .text-part.text-part__about.__right {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.text-part.text-part__about.__left {
  padding-left: 60px;
}
.text-part.text-part__about p1 {
  margin-bottom: 20px;
}
.text-part.text-part__about p1 a {
  text-decoration: underline #414041;
}
.text-part.text-part__about h1 {
  margin-bottom: 20px;
  text-align: left;
  font-size: 66px;
  line-height: 83px;
}
@media (max-width: 1280px) {
  .text-part.text-part__about p1 {
    font-size: 14px;
  }
  .text-part.text-part__about h1 {
    margin-bottom: 30px;
    font-size: 44px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .text-part.text-part__about.__left {
    padding: 0;
  }
  .text-part.text-part__about p1 {
    font-size: 12px;
  }
  .text-part.text-part__about h1 {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 34px;
  }
}
.text-part.text-part__about .title {
  padding: 0;
}
.text-part.text-part__news {
  padding: 5%;
}
.text-part.text-part__news .paragraph {
  position: relative;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
  overflow: hidden;
  max-height: 300px;
  height: 100%;
  margin-bottom: 16px;
}
.text-part.text-part__news .paragraph:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -25px;
  box-shadow: 0 -12px 30px 20px #fff;
}
.text-part.text-part__news .paragraph p {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-part.text-part__news .paragraph h3 {
  padding-bottom: 12px;
}
.text-part.text-part__general {
  background-color: #fff;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.text-part.text-part__ais {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.text-part.text-part__ais h2.sectionTitle,
.text-part.text-part__ais h4 {
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .text-part.text-part__ais h2.sectionTitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .text-part.text-part__ais h2.sectionTitle {
    font-size: 26px;
  }
  .text-part.text-part__ais h2.sectionTitle,
  .text-part.text-part__ais h4 {
    margin-bottom: 1.6rem;
  }
}
.text-part.text-part__success-story {
  padding: 0 10% 50px;
  -webkit-align-items: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.text-part.text-part__success-story p {
  text-align: center;
  position: relative;
  max-height: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .text-part.text-part__success-story p {
    font-size: 20px;
    line-height: 24px;
  }
}
.background {
  position: absolute;
  height: 70%;
  width: 50%;
  background-color: #daef14;
  top: 6%;
  right: -12%;
  z-index: 0;
}
@media (max-width: 1280px) {
  .background {
    top: 10%;
  }
}
@media (max-width: 768px) {
  .background {
    display: none;
  }
}
.background.__offset {
  height: 80%;
  width: 100%;
  top: 40px;
  z-index: -1;
  right: 0;
}
@media (max-width: 1280px) {
  .background.__offset {
    height: 70%;
  }
}
.background.__council {
  background-color: #7ec0e1;
  width: 33%;
  top: 0;
  left: calc(-63%);
}
@media (max-width: 1280px) {
  .background.__council {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .background.__council {
    right: -40%;
    left: unset;
  }
}
.background.__about {
  height: 85%;
  width: calc(100% + 30px);
  left: -30px;
  top: 30px;
  z-index: -1;
  background-color: #daef14;
}
.button_details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding: 0 20px;
  text-align: center;
  height: 50px;
  background-color: #daef14;
  color: #414041;
  border: #daef14 1px solid;
  border-radius: 20px;
  cursor: pointer;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media (max-width: 768px) {
  .button_details.button-narrow h3.generic-bold {
    font-size: 14px;
  }
}
@media (max-width: 950px) {
  .button_details.long-text h3.generic {
    font-size: 13px;
    font-weight: 300;
  }
}
.button_details.align-start {
  -webkit-align-self: start;
      -ms-flex-item-align: start;
              -ms-grid-row-align: start;
          align-self: start;
}
@media (max-width: 768px) {
  .button_details {
    height: 35px;
    padding: 0 10px;
  }
  .button_details h4 {
    font-size: 12px;
  }
}
.button_details:hover {
  background-color: #8066c8;
  color: #fff;
  border: #8066c8 1px solid;
}
.button_details.__offset {
  position: absolute;
  bottom: -25px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}
.button_details.__hover {
  background-color: #8066c8;
  color: #fff;
  border: #8066c8 1px solid;
}
.button_details.__hover:hover {
  opacity: 0.9;
}
.button_details.__hover.__footer {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .button_details.__hover.__footer {
    height: auto;
    border: none;
    background-color: #fff;
    color: #8066c8;
    width: auto;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.button_details.__adaptive {
  padding: 0 16px;
  margin-right: 1em;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .button_details.__adaptive {
    padding: 0 8px;
  }
  .button_details.__adaptive a h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.r-section {
  padding: 7% 0 5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.r-section__wrapper {
  width: 100%;
  max-width: unset;
}
@media (max-width: 768px) {
  .r-section__wrapper {
    width: calc(100vw - 14%);
  }
}
.r-section._page-main {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1360px;
  margin-right: 12.5%;
}
.r-section._page-main._contacts {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 12.5%;
  margin-right: 0;
}
.r-section._page-main._contacts .card__shadow {
  margin: 0 32px 0 0;
}
@media (max-width: 1536px) {
  .r-section._page-main._contacts {
    margin-left: 5%;
    margin-right: 0;
  }
}
@media (max-width: 1440px) {
  .r-section._page-main._contacts {
    margin-left: 7%;
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .r-section._page-main._contacts {
    margin-left: 16%;
    margin-right: 0;
  }
}
@media (max-width: 1180px) {
  .r-section._page-main._contacts {
    margin-left: 9%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .r-section._page-main._contacts {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: 0;
  }
  .r-section._page-main._contacts .card {
    margin-right: 0;
    top: unset;
    left: unset;
    width: 100%;
  }
  .r-section._page-main._contacts .card__shadow {
    margin: 0;
  }
}
.r-section._page-main .card__shadow {
  width: 500px;
  margin: 0 0 0 62px;
}
@media (max-width: 1536px) {
  .r-section._page-main {
    max-width: 1200px;
    margin-right: 5%;
  }
  .r-section._page-main .card {
    width: 400px;
  }
}
@media (max-width: 1440px) {
  .r-section._page-main {
    margin-right: 7%;
  }
}
@media (max-width: 1280px) {
  .r-section._page-main {
    max-width: 1000px;
    margin-right: 16%;
  }
  .r-section._page-main .card {
    width: 350px;
  }
}
@media (max-width: 1180px) {
  .r-section._page-main {
    max-width: 900px;
    margin-right: 9%;
  }
}
@media (max-width: 768px) {
  .r-section._page-main {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    margin-right: 0;
  }
  .r-section._page-main .card {
    margin-top: 20px;
    width: 100%;
  }
  .r-section._page-main .card__shadow {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .r-section {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}
.r-section.r-section__reverse {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .r-section.r-section__reverse {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.r-section .image_part {
  height: 100%;
  width: 100%;
  max-width: 55%;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background: url("/img/banner_mid.jpg") center no-repeat;
  background-size: contain;
}
.r-section .card_part {
  max-width: 400px;
  max-height: 400px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  padding: 10px 0;
}
.r-section .card_part.card_part__reverse {
  margin: 0 80px 0 0;
}
.r-section .text {
  position: relative;
  background-color: #fff;
  padding: 10% 15%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.r-section._pad {
  padding: 0 0 5%;
  width: 70%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.r-section._pad:nth-child(2n+1) {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
@media (max-width: 768px) {
  .r-section._pad {
    width: 100%;
  }
}
.contact_container {
white-space
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0 0 0;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact_container svg {
  fill: #8066c8;
}
.contact_container h4 {
  margin: 0;
}
@media (max-width: 1180px) {
  .contact_container h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .contact_container h4 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contact_container h4 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .contact_container p {
    font-size: 16px;
  }
}
.icon_container {
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .icon_container {
    padding-right: 16px;
  }
}
.metro-containe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 0 0;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.metro-containe .metro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.metro-containe .metro:nth-child(1) {
  margin-right: 10px;
}
.metro-containe .metro span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 10px;
}
.metro-containe .metro span.__blue {
  background-color: #047db6;
}
.metro-containe .metro span.__green {
  background-color: #98bc7b;
}
.days_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.days_container .days {
  padding-bottom: 10px;
}
.days_container .days p {
  margin: 0;
}
.email {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.email p {
  margin: 0;
}
.success_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 0 0 50px 0;
}
.story_card {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 32%;
  margin-bottom: calc(25px + 10px);
  height: border-box;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .story_card {
    width: calc(100vw - 30px);
  }
}
.story_card .text {
  padding-bottom: 10px;
}
.story_card .text p,
.story_card .text h3 {
  text-align: center;
  padding: 0 5%;
}
.story_card .details {
  background-color: #fff;
  color: #047db6;
  border: #fff 1px solid;
}
.story_card:hover {
  background-color: #fff;
}
.story_card:hover .details {
  background-color: #047db6;
  color: #fff;
  border: #047db6 1px solid;
}
.story_card img {
  max-width: 88%;
  max-height: 88%;
  padding: 10% 10%;
  border-radius: 50%;
}
.footer {
  padding-top: 30px;
  padding-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
@media (max-width: 768px) {
  .footer {
    margin: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.footer__section {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__section div {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .footer__section div {
    margin-bottom: 0;
  }
}
.footer__section div div {
  margin-bottom: 0;
}
.footer__section a:hover h4,
.footer__section a:hover .p2 {
  color: #8066c8;
}
@media (max-width: 1440px) {
  .footer__section .button_details {
    height: 40px;
  }
  .footer__section .button_details h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .footer__section .p2 {
    padding-bottom: 10px;
  }
}
.additional_func {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 768px) {
  .additional_func {
    padding-bottom: 16px;
  }
  .additional_func a {
    width: 100%;
    padding: 0;
  }
}
.additional_func a {
  padding-right: 16px;
}
.special_func {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.map {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  padding-bottom: 10px;
}
.map svg {
  margin-right: 10px;
}
.agency {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .agency .button_details {
    margin-bottom: 16px;
  }
}
.resistance {
  color: #414041;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  width: 70%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.resistance h4 {
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .resistance {
    width: 100%;
  }
  .resistance h4 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .resistance {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 40%;
    padding-bottom: 16px;
  }
  .resistance h4 {
    font-size: 14px;
  }
}
.info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.info ul {
  padding-left: 0;
  margin-bottom: 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.info ul li {
  margin-right: 40px;
  margin-top: 10px;
}
.info .p2 {
  white-space: nowrap;
  padding-bottom: 0;
}
.sub_nav_container {
  box-shadow: 0px 2px 4px #2e2f33;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  overflow: hidden;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}
@media (max-width: 950px) {
  .sub_nav_container {
    overflow: unset;
    max-height: 100vh;
    width: 100%;
  }
}
.sub_nav_container._visible {
  visibility: visible;
}
.sub_nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 0 16px 30px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  min-width: 250px;
  display: none;
}
.sub_nav a:hover h4 {
  color: #daef14;
}
.sub_nav h4 {
  font-size: 16px;
  line-height: 22px;
}
.sub_nav._visible {
  visibility: visible;
}
@media (max-width: 950px) {
  .sub_nav._visible {
    width: 100%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.sub_nav .sub_links {
  display: inline-block;
  padding-right: 30px;
}
.sub_nav .sub_links .sub_link {
  display: block;
  color: #242424;
  text-wrap: none;
  padding: 5px 0;
}
@media (max-width: 950px) {
  .sub_nav .sub_links .sub_link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    border-top: 1px solid rgba(255,255,255,0.5);
    padding-left: 16px;
  }
  .sub_nav .sub_links .sub_link h4 {
    font-size: 16px;
  }
}
.header__hamburger {
  fill: #70a1b0;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 46px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  cursor: pointer;
  margin-left: 16px;
}
.header__hamburger__wrapper {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  display: none;
}
@media (max-width: 950px) {
  .header__hamburger__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header__hamburger__wrapper._active {
    background: #fff;
    margin-bottom: -1px;
  }
}
.header__hamburger .icon {
  width: 100%;
  height: 100%;
  margin-right: 0;
}
.header__hamburger._loadingInitial {
  opacity: 0;
}
.header__hamburger._loadingCompleted {
  transition: opacity 350ms linear;
  opacity: 1;
}
@media (max-width: 950px) {
  .header__hamburger {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.img_constrain {
  object-fit: contain;
  width: 780px;
}
@media (max-width: 768px) {
  .img_constrain {
    width: calc(100vw - 14%);
  }
}
.r-section-middle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  max-width: 1920px;
  margin-bottom: 50px;
  background: linear-gradient(90deg, #daef14 35%, #fff 0);
}
.r-section-middle.r-section-middle__reverse {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: linear-gradient(90deg, #fff 65%, #daef14 0);
}
@media (max-width: 768px) {
  .r-section-middle.r-section-middle__reverse {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: linear-gradient(180deg, transparent 61vw, #fff 0), linear-gradient(90deg, #fff 55%, #daef14 0);
  }
  .r-section-middle.r-section-middle__reverse.no-pic {
    background-image: none;
  }
}
@media (max-width: 768px) {
  .r-section-middle {
    background-image: linear-gradient(180deg, transparent 61vw, #fff 0), linear-gradient(90deg, #daef14 55%, #fff 0);
  }
}
.__blue {
  color: #8066c8;
}
.contact_top {
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 24px;
  padding: 10px 10px 0 10px;
}
.contact_top img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  margin-right: 24px;
  margin-bottom: 8px;
  background: #c4c4c4;
}
.contact_bot {
  padding: 0 10px 10px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact_bot p1 {
  text-align: center;
  color: #8066c8;
}
.contact_cred {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact_cred span:first-child {
  margin-bottom: 8px;
}
.contact-container {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-container:hover {
  background-color: #e1e1de;
}
p1 {
  font-family: "Microsoft Sans Serif";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
}
h3 {
  font-family: "Microsoft Sans Serif";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
}
.contacts-slider__wrapper {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-slider__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 0 0 50px 0;
}
.contacts-slider__card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-height: 750px;
  width: 33.333%;
  margin-bottom: 20px;
  padding-top: 20px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contacts-slider__card {
    width: calc(100%);
  }
}
.contacts-slider__card:hover {
  background-color: #fff;
}
.contacts-slider__card__text-part {
  padding: 0 5% 50px;
  -webkit-align-items: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contacts-slider__card__text-part p {
  margin: 2px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 768px) {
  .contacts-slider__card__text-part p {
    font-size: 20px;
    line-height: 24px;
  }
}
.slider-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
}
.slider-wrapper__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 10px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}
.slider-wrapper__nav .btn {
  width: 50px;
  height: 50px;
  background: #fff;
  opacity: 0.5;
}
.slider-span {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 8px;
  background: #fff;
  opacity: 0.5;
}
.slider-span._active {
  opacity: 1;
}
.slider-images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.slider-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 100%;
  width: 100%;
}
.slider-image img {
  width: 100%;
  object-fit: cover;
}
p3 {
  font-family: "Microsoft Sans Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 30px;
}
@media (max-width: 1536px) {
  p3 {
    line-height: 31px;
  }
}
@media (max-width: 1180px) {
  p3 {
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 768px) {
  p3 {
    font-size: 16px;
    line-height: 20px;
  }
}
ul {
  list-style-position: inside;
  margin: 0;
  list-style-type: none;
}
ul.hyphen.__normal ul li,
ul.hyphen ul.__normal ul li {
  font-weight: 400;
  font-size: 16px;
}
ul.hyphen li,
ul.hyphen ul li {
  font-family: "Microsoft Sans Serif";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: auto;
  position: relative;
  padding-bottom: 10px;
  padding-left: 48px;
}
@media (max-width: 1280px) {
  ul.hyphen li,
  ul.hyphen ul li {
    line-height: 18px;
    font-size: 16px;
  }
}
ul.hyphen li:before,
ul.hyphen ul li:before {
  box-shadow: 0 0 0 1px #8066c8;
  content: "";
  float: left;
  position: absolute;
  top: 1.5ch;
  left: 0;
  height: 0;
  width: 24px;
}
ul.hyphen.__short li,
ul.hyphen ul.__short li {
  padding-left: 1ch;
}
ul.hyphen.__short li:before,
ul.hyphen ul.__short li:before {
  width: 0.5ch;
}
ul.disc li {
  cursor: auto;
  position: relative;
  margin-bottom: 10px;
  padding-left: 32px;
}
ul.disc li:before {
  background: #8066c8;
  content: "";
  float: left;
  position: absolute;
  top: 1ch;
  left: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
ul.disc ol li {
  padding-left: 0;
}
ul.disc ol li:before {
  display: none;
}
p1.generic ul {
  list-style-position: inside;
  margin: 0;
  list-style-type: none;
}
p1.generic ul li {
  cursor: auto;
  position: relative;
  margin-bottom: 10px;
  padding-left: 32px;
}
p1.generic ul li:before {
  background: #8066c8;
  content: "";
  float: left;
  position: absolute;
  top: 1ch;
  left: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.buttons_nav {
  margin-bottom: 50px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .buttons_nav {
    display: none;
  }
}
.title-list {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 50px 0;
  width: 60%;
}
@media (max-width: 768px) {
  .title-list {
    width: 100%;
  }
}
.title-list__title {
  text-transform: uppercase;
  padding-bottom: 20px;
}
.svg-end {
  stroke: #8066c8;
  stroke-width: 5;
  stroke-linecap: round;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.cards-grant {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
  width: 100%;
}
.cards-grant__wrapper {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 2%;
}
@media (max-width: 1280px) {
  .cards-grant__wrapper {
    width: 49%;
  }
}
@media (max-width: 500px) {
  .cards-grant__wrapper {
    width: calc(100vw - 30px);
  }
}
.cards-grant__item {
  cursor: pointer;
  border-radius: 10px;
  color: #fff;
  background-color: #8066c8;
  height: 120px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cards-grant__item:hover {
  color: #414041;
  background-color: #daef14;
}
@media (max-width: 1280px) {
  .cards-grant__item:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.cards-grant__item:hover svg {
  stroke: #414041;
}
.cards-grant__item__title {
  margin: 0;
  padding: 10px 0px 10px 10px;
  font-family: "Microsoft Sans Serif";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1280px) {
  .cards-grant__item__title {
    font-size: 16px;
    line-height: 18px;
  }
}
.cards-grant__item svg {
  stroke: #fff;
  stroke-width: 5;
  margin: 0 10px 10px 0;
}
h1 {
  font-family: "Microsoft Sans Serif";
  font-style: normal;
}
h1.pageTitle {
  font-size: 66px;
  font-weight: 900;
  line-height: 83px;
  text-align: center;
}
@media (max-width: 1280px) {
  h1.pageTitle {
    font-size: 56px;
    line-height: 66px;
  }
}
@media (max-width: 768px) {
  h1.pageTitle {
    font-size: 26px;
    line-height: 32px;
  }
}
h1.sectionTitle {
  font-size: 66px;
  font-weight: 900;
  line-height: 83px;
  text-align: center;
}
@media (max-width: 1280px) {
  h1.sectionTitle {
    font-size: 56px;
    line-height: 66px;
  }
}
@media (max-width: 768px) {
  h1.sectionTitle {
    font-size: 36px;
    line-height: 44px;
  }
}
h2 {
  font-style: normal;
  font-family: "Microsoft Sans Serif";
}
h2.sectionTitle {
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  text-align: left;
}
@media (max-width: 1280px) {
  h2.sectionTitle {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  h2.sectionTitle {
    font-size: 26px;
    line-height: 32px;
  }
}
h3 {
  font-family: "Microsoft Sans Serif";
}
h3.generic.career_link {
  font-size: 30px;
  margin-top: 15px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  h3.generic.career_link {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  h3.generic.career_link {
    font-size: 20px;
  }
}
h3.generic-bold,
h3.generic-bold p {
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 25px;
  text-align: left;
}
h3.generic-bold._sm,
h3.generic-bold p._sm {
  font-size: 16px;
}
h3.generic-bold._lg,
h3.generic-bold p._lg,
h3.generic-bold p,
h3.generic-bold p p {
  font-size: 30px;
  line-height: 35px;
}
@media (max-width: 1280px) {
  h3.generic-bold._lg,
  h3.generic-bold p._lg,
  h3.generic-bold p,
  h3.generic-bold p p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  h3.generic-bold._lg,
  h3.generic-bold p._lg,
  h3.generic-bold p,
  h3.generic-bold p p {
    font-size: 16px;
    line-height: 20px;
  }
}
h5 {
  font-family: "Microsoft Sans Serif";
  color: #414041;
}
h5.generic {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
@media (max-width: 768px) {
  h5.generic {
    font-size: 16px;
    line-height: 22px;
  }
}
h4 {
  font-family: "Microsoft Sans Serif";
}
h4.generic {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  text-align: left;
  color: #414041;
}
@media (max-width: 768px) {
  h4.generic {
    font-size: 16px;
    line-height: 20px;
  }
}
h6 {
  font-family: "Microsoft Sans Serif";
}
h6.generic {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
}
h7 {
  font-family: "Microsoft Sans Serif";
}
h7.generic {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
}
@media (max-width: 1280px) {
  h7.generic {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  h7.generic {
    font-size: 16px;
    line-height: 20px;
  }
}
p6 {
  font-family: "Microsoft Sans Serif";
}
p6.generic {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}
@media (max-width: 1280px) {
  p6.generic {
    font-size: 16px;
    line-height: 20px;
  }
}
p6.c-white {
  color: #fff;
}
p6.c-blue {
  color: #8066c8;
}
p6.m-zero {
  margin: 0;
}
p2 {
  font-family: "Microsoft Sans Serif";
  font-style: normal;
}
p2.generic {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
p2.list {
  font-family: "Microsoft Sans Serif";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #8066c8;
  margin-bottom: 1ch;
}
p2 a {
  color: #8066c8;
}
p2 a:hover {
  text-decoration: underline #8066c8;
}
p1 {
  font-family: "Microsoft Sans Serif";
  font-style: normal;
}
p1.generic,
p1.generic p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media (max-width: 1280px) {
  p1.generic,
  p1.generic p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  p1.generic,
  p1.generic p {
    font-size: 12px;
    line-height: 20px;
  }
}
p1.strong-text {
  font-weight: 500;
}
p3 {
  font-family: "Microsoft Sans Serif";
}
p3.generic {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
p4 {
  font-family: "Microsoft Sans Serif";
}
p4.generic {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
p4.agreement {
  font-family: "Microsoft Sans Serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #8066c8;
}
p5 {
  font-family: "Microsoft Sans Serif";
}
p5.generic {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}
.eventsList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.eventsList__item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 85px;
  cursor: pointer;
}
@media (max-width: 850px) {
  .eventsList__item {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 120px;
  }
}
.eventsList__item:nth-of-type(even) {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 850px) {
  .eventsList__item:nth-of-type(even) {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.eventsList__item:nth-of-type(even) .imageBlock {
  margin-right: 80px;
  margin-left: 0;
}
@media (max-width: 850px) {
  .eventsList__item:nth-of-type(even) .imageBlock {
    margin-right: 0;
  }
}
.eventsList__item:nth-of-type(even) .dateBlock {
  right: -60px;
  left: unset;
}
@media (max-width: 850px) {
  .eventsList__item:nth-of-type(even) .dateBlock {
    right: -15px;
  }
}
@media (max-width: 850px) {
  .eventsList__item:nth-last-child(1) .eventsList__item {
    margin-bottom: 0;
  }
}
.textPart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.textPart__title {
  font-family: "Microsoft Sans Serif";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  text-align: left;
  margin-bottom: 30px;
}
.textPart__description {
  margin-bottom: 20px;
}
.imageBlock {
  position: relative;
  margin-left: 100px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 850px) {
  .imageBlock {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    margin-left: 0;
  }
}
.imageBlock img {
  width: auto;
  height: auto;
  max-width: unset;
}
@media (max-width: 850px) {
  .imageBlock img {
    width: 100%;
  }
}
.dateBlock {
  position: absolute;
  top: -72px;
  width: 130px;
  padding: 0 24px;
  background-color: #8066c8;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 30px;
  left: -60px;
}
@media (max-width: 850px) {
  .dateBlock {
    padding-top: 30px;
    left: -15px;
  }
}
.dateBlock .date-day {
  font-family: "Microsoft Sans Serif";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.dateBlock .date-month {
  font-family: "Microsoft Sans Serif";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  text-align: left;
}
.dateBlock .date-year {
  font-family: "Microsoft Sans Serif";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
.civil-service__order__section-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(70px + 24px);
}
.civil-service__order__section-1 .col-1 {
  width: 48%;
}
.civil-service__order__section-1 .col-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 40%;
}
.civil-service__order__section-1 .col-2:before {
  content: "";
  background-color: #8066c8;
  width: 160px;
  height: calc(100% + 16px);
  position: absolute;
  left: -96px;
  top: -8px;
  z-index: 0;
}
.civil-service__order__section-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: calc(70px + 32px);
}
.civil-service__order__section-2 .col-1 {
  box-sizing: border-box;
  padding-top: 24px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.civil-service__order__section-2 .col-1:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 54px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
.civil-service__order__section-2 .col-1:after {
  content: "";
  position: absolute;
  background-color: #8066c8;
  width: calc(100% + 56px);
  height: 65%;
  top: -32px;
  left: -56px;
  z-index: 0;
}
.civil-service__order__section-2 .col-2 {
  background: #fff;
  padding: 60px 10px 30px 32px;
}
.civil-service__order__section-3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 70px;
}
.civil-service__order__section-4 {
  display: block;
  margin-bottom: 50px;
  width: 100%;
}
.civil-service__order__section-5 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 70px;
}
.civil-service__order__section-6 {
  margin-bottom: 130px;
}
.civil-service__order__section-6 h2.sectionTitle {
  margin-bottom: 50px;
}
.civil-service__order__section-7 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(50px + 32px);
}
.civil-service__order__section-7 .col-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 50%;
}
.civil-service__order__section-7 .col-1:before {
  content: "";
  position: absolute;
  width: 256px;
  height: calc(100% + 96px + 48px);
  top: -48px;
  right: -7%;
  background-color: #8066c8;
  z-index: 0;
}
.civil-service__order__section-7 .col-2 {
  background-color: #fff;
  width: 48%;
  padding: 50px 0;
  margin-top: 15px;
}
.civil-service__order__section-7 .col-2-content {
  padding: 0 32px;
}
.civil-service__order__section-7 .col-2-content h2.sectionTitle {
  margin-bottom: 28px;
}
.civil-service__order__section-8 {
  margin-bottom: 70px;
}
.civil-service__order__section-8 h2.sectionTitle {
  margin-bottom: 50px;
}
.civil-service__order__section-9 {
  width: 100%;
}
.civil-service__order__section-9 h2.sectionTitle {
  margin-bottom: 50px;
}
.civil-service__order__blue-box {
  background-color: rgba(128,102,200,0.7);
  padding: 45px 0 45px 36px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.civil-service__order__blue-box h2.sectionTitle {
  width: 11em;
}
.civil-service__img-1 {
  justify-self: flex-end;
  box-shadow: 0 48px 0 -24px rgba(65,64,65,0.702);
  z-index: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.civil-service__img-2 {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 1;
  box-shadow: -32px 32px 0 0 rgba(65,64,65,0.702);
}
.civil-service__img-3 {
  z-index: 1;
  object-fit: contain;
  box-shadow: -32px 32px 0 0 #8066c8;
}
.civil-service__order-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.civil-service__order-row:first-of-type {
  color: #8066c8 !important;
  margin-top: 50px;
}
.civil-service__order-col {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.civil-service__order-col:last-child {
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.civil-service__ul-title {
  font-family: "Microsoft Sans Serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  text-align: left;
}
.civil-service__contest__text {
  margin-bottom: 40px;
}
.civil-service__contest__text h2.sectionTitle {
  margin-bottom: 40px;
}
.civil-service__contest__section-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
  padding-top: 56px;
}
.civil-service__contest__section-1 .col-1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.civil-service__contest__section-1 .col-1.before:before {
  content: "";
  position: absolute;
  width: calc(100% - 32px);
  left: -64px;
  top: -56px;
  background-color: #8066c8;
  height: calc(100% + 32px + 56px);
  z-index: 0;
}
.civil-service__contest__section-1 .col-2 {
  width: 48%;
  z-index: 1;
  box-sizing: border-box;
  padding-right: 96px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.civil-service__contest__section-1 .col-2 .black-frame {
  margin-top: 80px;
  border: 5px solid #414041;
  box-sizing: border-box;
  padding: 40px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: -96px;
}
.civil-service__contest__section-1 .col-2 .black-frame__text {
  max-width: 65%;
}
.civil-service__contest__section-1 .col-2 .blue-box {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 26px 0 0px -13px #8066c8, -26px 0 0px -13px #8066c8;
}
.civil-service__contest__section-1 .col-2 .blue-box__text {
  padding: 30px 48px;
  margin: 8px 0;
  background-color: #8066c8;
}
.civil-service__contest__section-1 .col-2 .blue-box__text-container {
  border: 5px solid #8066c8;
}
.civil-service__contest__section-1 .col-2 .black-box {
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 26px 0 0px -13px #414041, -26px 0 0px -13px #414041;
}
.civil-service__contest__section-1 .col-2 .black-box__text {
  padding: 20px 32px;
  margin: 8px 0;
  background-color: #414041;
}
.civil-service__contest__section-1 .col-2 .black-box__text-container {
  border: 5px solid #8066c8;
}
.civil-service__contest__section-2 {
  display: block;
  margin-bottom: 40px;
}
.civil-service__contest__section-2 h2.sectionTitle {
  margin-bottom: 30px;
}
.civil-service__contest__section-2 .cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.civil-service__contest__section-2 .cols .col-1 {
  width: 48%;
}
.civil-service__contest__section-2 .cols .col-2 {
  width: 48%;
}
.civil-service__contest__section-3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.civil-service__contest__section-3 .col-1 {
  width: 58%;
}
.civil-service__contest__section-3 .col-1 h2.sectionTitle {
  margin-bottom: 30px;
}
.civil-service__contest__section-3 .col-2 {
  width: 38%;
  padding-top: 32px;
  padding-right: 64px;
  padding-bottom: calc(64px + 5px);
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.civil-service__contest__section-4 {
  margin-bottom: 40px;
}
.civil-service__contest__section-4 h2.sectionTitle {
  margin-bottom: 30px;
}
.civil-service__contest__section-4 h4.generic {
  margin-bottom: 20px;
  color: #8066c8;
}
.civil-service__contest__section-4 h6.generic {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.civil-service__contest__section-5 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 37px;
  margin-bottom: 40px;
}
.civil-service__contest__section-5 .col-1 {
  width: 48%;
}
.civil-service__contest__section-5 .col-2 {
  width: 48%;
}
.civil-service__contest__section-5 .col-2 h4.generic {
  margin-bottom: 20px;
}
.civil-service__contest__section-6 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 120px;
}
.civil-service__contest__section-6 .col-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.civil-service__contest__section-6 .col-1 .text-block h3.generic-bold {
  margin-bottom: 20px;
}
.civil-service__contest__section-6 .col-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -8em;
}
.civil-service__contest__section-6 .col-2 .text-block {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.civil-service__contest__section-6 .col-2 .text-block h2.sectionTitle {
  margin-bottom: 20px;
}
.civil-service__contest__section-7 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.civil-service__contest__section-7 .col-1 {
  width: 48%;
  margin-left: -96px;
}
.civil-service__contest__section-7 .col-2 {
  width: 48%;
}
.civil-service__contest__section-7 .col-2 h2.sectionTitle {
  margin-bottom: 20px;
}
.civil-service__contest__section-7 .col-2 ul.disc > li {
  margin-bottom: 20px;
}
.civil-service__contest__section-8 {
  width: 100%;
  margin-bottom: 40px;
}
.civil-service__contest__section-8 h2.sectionTitle {
  margin-bottom: 30px;
}
.civil-service__contest__section-9 {
  margin-bottom: 20px;
}
.civil-service__contest__section-9 h3.generic {
  margin-bottom: 20px;
}
.civil-service__contest__section-10 {
  margin-bottom: 40px;
}
.civil-service__contest__img-1 {
  z-index: 1;
  box-shadow: 0 0 0 0 #8066c8;
}
.civil-service__contest__img-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  box-shadow: 96px 32px 0 32px #8066c8;
}
.civil-service__contest__img-2:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 32px + 32px);
  border: 5px solid #000;
  top: -32px;
  left: 32px;
  box-sizing: border-box;
  z-index: 0;
}
.civil-service__contest__img-2 img {
  z-index: 1;
}
.civil-service__contest__img-3 {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.civil-service__contest__img-3 img {
  max-width: none;
  z-index: 1;
}
.civil-service__contest__img-3:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 5px solid #000;
  left: -32px;
  top: 32px;
  z-index: 0;
}
.civil-service__contest__img-4 {
  width: 100%;
  height: 100%;
  box-shadow: 32px -32px 0 0 #8066c8;
}
.civil-service__contest__img-5 {
  margin-right: 126px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.civil-service__contest__img-5 img {
  max-width: none;
  z-index: 1;
}
.civil-service__contest__img-5:after {
  padding: 0 32px;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 5px solid #414041;
  top: 32px;
  left: -32px;
  z-index: 0;
}
.civil-service__contest__img-6 {
  margin-left: 126px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.civil-service__contest__img-6 img {
  max-width: none;
}
.civil-service__contest__img-6:after {
  padding: 0 32px;
  content: "";
  width: 100%;
  height: 100%;
  border: 5px solid #414041;
  position: absolute;
  top: 32px;
  left: -32px;
}
.civil-service__contest__img-7 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  box-shadow: 96px 32px 0 32px #8066c8;
}
.civil-service__contest__img-7:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 32px + 32px);
  border: 5px solid #000;
  top: -32px;
  left: 32px;
  box-sizing: border-box;
  z-index: 0;
}
.civil-service__contest__img-7 img {
  z-index: 1;
}
.civil-service__contact {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 769px) {
  .civil-service__contact {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .civil-service__contact .col-1 {
    margin-bottom: 20px;
  }
}
.civil-service__contact .col-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.civil-service__contact .col-1 .contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.civil-service__contact .col-1 .contact_name {
  margin-bottom: 8px;
}
.civil-service__contact .col-1 .contact_cred {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.civil-service__contact .col-1 .contact_pic {
  margin-right: 24px;
}
.civil-service__contact .col-1 .contact_pic img {
  border-radius: 50%;
  height: 72px;
  width: 72px;
  max-width: none;
}
.civil-service__contact .col-1 .info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.civil-service__contact .col-1 .info .email a p1.generic {
  color: #8066c8;
}
.civil-service__contact .col-1 .info .tel {
  margin-bottom: 8px;
}
.civil-service__contact .col-1 .info .tel a p1.generic {
  color: #8066c8;
}
.civil-service__contact .col-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.civil-service__contact .col-2 svg {
  fill: #414041;
  width: 32px;
  height: 32px;
  margin-left: 12px;
}
.civil-service__contact .col-2 h6.generic {
  margin-right: 12px;
}
.civil-service__intern {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.civil-service__intern__block {
  width: 100%;
  margin-bottom: 12px;
}
.civil-service__intern__block h4.generic {
  margin-bottom: 12px;
}
.civil-service__intern_img-1 {
  width: 100%;
}
.civil-service__intern .col-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 56%;
}
.civil-service__intern .col-1 .row-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.civil-service__intern .col-1 .row-1 h1 {
  text-align: left;
  z-index: 1;
}
.civil-service__intern .col-1 .row-1:before {
  content: '';
  position: absolute;
  left: -12px;
  top: -12px;
  z-index: 0;
  background: #8066c8;
  width: 35%;
  height: 100%;
}
.civil-service__intern .col-1 .row-2 {
  width: 100%;
}
.civil-service__intern .col-2 {
  width: 37%;
}
.civil-service__intern .col-2 img {
  box-shadow: -36px -36px 0 0 #8066c8;
}
ul.hyphen.__short {
  margin-bottom: 20px;
}
ul.hyphen.__short a:hover,
ul.hyphen.__short a:focus {
  color: #8066c8;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .civil-service__order__section-1 {
    margin-bottom: calc(50px + 24px);
  }
  .civil-service__order__section-1 .col-2:before {
    left: -72px;
  }
  .civil-service__order__section-2 {
    margin-bottom: calc(30px + 32px);
  }
  .civil-service__order__section-3,
  .civil-service__order__section-5,
  .civil-service__order__section-8 {
    margin-bottom: 50px;
  }
  .civil-service__order__section-6 {
    margin-bottom: 90px;
  }
  .civil-service__order__section-7 {
    margin-bottom: 30px;
  }
  .civil-service__contest__section-1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .civil-service__contest__section-1 .col-1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .civil-service__contest__section-1 .col-2 {
    padding-right: 0;
  }
  .civil-service__contest__section-1 .col-2 .black-frame {
    margin-top: 70px;
    padding: 20px 0;
  }
  .civil-service__contest__section-1 .col-2 .blue-box__text {
    padding: 20px 30px;
  }
  .civil-service__contest__section-1 .col-2 .black-box__text {
    padding: 10px 20px;
  }
  .civil-service__contest__section-3 .col-1 {
    width: 55%;
  }
  .civil-service__contest__section-3 .col-2 {
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .civil-service__contest__section-5 {
    padding-bottom: 0;
  }
  .civil-service__contest__section-6 {
    width: 100%;
  }
  .civil-service__contest__section-6 .col-2 {
    margin-top: -4em;
  }
  .civil-service__contest__section-7 {
    margin-bottom: 0;
  }
  .civil-service__contest__section-7 .col-1 {
    width: 44%;
    margin-left: -64px;
  }
  .civil-service__contest__section-7 .col-2 ul.disc > li {
    margin-bottom: 10px;
  }
  .civil-service__contest__img-2 {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    box-shadow: 70px 20px 0 20px #8066c8;
  }
  .civil-service__contest__img-2:after {
    top: -20px;
    left: 20px;
    height: calc(100% + 20px + 20px);
    box-sizing: border-box;
  }
  .civil-service__contest__img-3 {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .civil-service__contest__img-3:after {
    box-sizing: border-box;
  }
  .civil-service__contest__img-3 img {
    max-width: 100%;
  }
  .civil-service__contest__img-7 {
    box-shadow: 80px 20px 0 20px #8066c8;
  }
}
@media (max-width: 768px) {
  ul.hyphen.__short {
    margin-bottom: 10px;
  }
  .civil-service__intern {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .civil-service__intern .col-1 {
    width: 100%;
    margin-bottom: 64px;
  }
  .civil-service__intern .col-1 .row-1 {
    width: 56%;
  }
  .civil-service__intern .col-1 .row-1:before {
    width: 70%;
  }
  .civil-service__intern .col-2 {
    width: 100%;
  }
  .civil-service__intern .col-2 img {
    box-shadow: -12px -12px 0 0 #8066c8;
  }
  .civil-service__order__blue-box {
    padding: 26px 0 26px 10px;
  }
  .civil-service__order-row {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .civil-service__order__section-1 {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .civil-service__order__section-1 .col-2 {
    margin-bottom: 40px;
    width: 100%;
  }
  .civil-service__order__section-1 .col-1 {
    width: 100%;
  }
  .civil-service__order__section-2 {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .civil-service__order__section-2 .col-2 {
    margin-top: -24px;
    margin-bottom: 0;
  }
  .civil-service__order__section-2 .col-1 {
    width: 90%;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    padding: 0;
  }
  .civil-service__order__section-2 .col-1:before {
    content: none;
  }
  .civil-service__order__section-2 .col-1:after {
    width: 100%;
    left: -16px;
  }
  .civil-service__order__section-7 {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .civil-service__order__section-7 .col-2 {
    width: 100%;
    padding-top: 40px;
  }
  .civil-service__order__section-7 .col-1 {
    width: 100%;
  }
  .civil-service__order__section-7 .col-1:before {
    height: calc(100% + 44px);
    top: -22px;
  }
  .civil-service__order__section-8 {
    margin-bottom: 30px;
  }
  .civil-service__order__section-8 h2.sectionTitle {
    margin-bottom: 30px;
  }
  .civil-service__order__section-9 h2.sectionTitle {
    margin-bottom: 30px;
  }
  .civil-service__contest__text {
    margin-bottom: 20px;
  }
  .civil-service__contest__text h2.sectionTitle {
    margin-bottom: 20px;
  }
  .civil-service__contest__section-1 {
    display: block;
    margin-bottom: 40px;
  }
  .civil-service__contest__section-1.no-pad {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .civil-service__contest__section-1.no-pad .col-1 {
    margin-bottom: 20px;
  }
  .civil-service__contest__section-1 .col-1.before:before {
    top: -30px;
    height: calc(100% + 32px + 30px);
  }
  .civil-service__contest__section-1 .col-2 {
    margin-right: 0;
    width: 100%;
    padding-right: 0;
  }
  .civil-service__contest__section-1 .col-2 .black-frame {
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .civil-service__contest__section-1 .col-2 .black-frame__text {
    max-width: none;
    padding: 0 20px;
  }
  .civil-service__contest__section-2 h4.generic {
    margin-bottom: 20px;
  }
  .civil-service__contest__section-2 .cols {
    display: block;
  }
  .civil-service__contest__section-2 .cols .col-1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .civil-service__contest__section-2 .cols .col-2 {
    width: 100%;
  }
  .civil-service__contest__section-3 {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .civil-service__contest__section-3 .col-1 {
    width: 100%;
  }
  .civil-service__contest__section-3 .col-1 h2.sectionTitle {
    margin-bottom: 30px;
  }
  .civil-service__contest__section-3 .col-2 {
    width: calc(100% - 40px);
    padding-bottom: 40px;
    padding-right: 40px;
  }
  .civil-service__contest__img-2:after {
    top: -20px;
    left: 20px;
    height: calc(100% + 20px + 20px);
  }
  .civil-service__contest__img-3:after {
    left: -20px;
    top: 20px;
    box-sizing: border-box;
  }
  .civil-service__contest__img-3 img {
    max-width: 100%;
  }
  .civil-service__contest__section-4 {
    margin-bottom: 20px;
  }
  .civil-service__contest__section-5 {
    display: block;
    margin-top: 0;
    padding-bottom: 0;
  }
  .civil-service__contest__section-5 .col-1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 40px;
  }
  .civil-service__contest__section-5 .col-2 {
    width: 100%;
  }
  .civil-service__contest__section-6 {
    margin-bottom: 50px;
  }
  .civil-service__contest__section-6 .col-1 {
    display: block;
    margin-bottom: 20px;
  }
  .civil-service__contest__section-6 .col-1 .text-block h3.generic-bold {
    margin-bottom: 10px;
  }
  .civil-service__contest__section-6 .col-2 {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0;
  }
  .civil-service__contest__section-7 {
    display: block;
  }
  .civil-service__contest__section-7 .col-1 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
  }
  .civil-service__contest__section-7 .col-2 {
    width: 100%;
  }
  .civil-service__contest__section-8 {
    margin-bottom: 20px;
  }
  .civil-service__contest__section-8 h2.sectionTitle {
    margin-bottom: 20px;
  }
  .civil-service__contest__img-5 {
    margin-right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 30px;
  }
  .civil-service__contest__img-5:after {
    top: 20px;
    left: -13px;
    padding: 0 10px;
  }
  .civil-service__contest__img-5 img {
    max-width: 100%;
  }
  .civil-service__contest__img-6 {
    margin-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 30px;
  }
  .civil-service__contest__img-6:after {
    top: 10px;
    left: -13px;
    padding: 0 10px;
  }
  .civil-service__contest__img-6 img {
    max-width: 100%;
  }
}
.project-office__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
}
.project-office__header .col-1 {
  width: 48%;
}
.project-office__header .col-1 .text-block {
  -webkit-transform: translate(96px, -50%);
      -ms-transform: translate(96px, -50%);
          transform: translate(96px, -50%);
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.project-office__header .col-1 .text-block__content {
  z-index: 1;
  background-color: #fff;
  padding: 70px 40px;
}
.project-office__header .col-1 .text-block__content h2.sectionTitle {
  margin-bottom: 30px;
}
.project-office__header .col-1 .text-block:before {
  content: "";
  background-color: #70a1b0;
  height: 30%;
  width: 70%;
  position: absolute;
  z-index: 0;
  left: -32px;
  bottom: -46px;
}
.project-office__header .col-2 {
  width: 48%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: linear-gradient(to bottom, #7ec0e1 80%, transparent 0);
}
.project-office__pic-1 {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.project-office__pic-2 {
  height: auto;
  width: 100%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  position: absolute;
  -webkit-transform: translateX(-2em);
      -ms-transform: translateX(-2em);
          transform: translateX(-2em);
  z-index: 0;
}
@media (max-width: 1280px) {
  .project-office__header {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: -80px;
  }
  .project-office__header .col-1,
  .project-office__header .col-2 {
    width: 100%;
  }
  .project-office__header .col-1 .text-block,
  .project-office__header .col-2 .text-block {
    -webkit-transform: translate(32px, -50%);
        -ms-transform: translate(32px, -50%);
            transform: translate(32px, -50%);
    width: calc(100% - 32px);
  }
  .project-office__header .col-2 {
    display: none;
  }
  .project-office__pic-2 {
    position: unset;
  }
}
.page-navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.page-navigation__bubble {
  cursor: pointer;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  margin: 0 5px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
}
.page-navigation__bubble.__active {
  border-color: #8066c8;
}
.page-navigation__bubble:hover {
  background-color: #8066c8;
  color: #fff;
}
.page-navigation__tripple-dots {
  color: #333;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  margin: 0 5px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
}
.page-navigation__tripple-dots:hover {
  background-color: #8066c8;
  color: #fff;
}
.interSection {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}
.interSection__left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  margin-right: 32px;
  padding-top: 32px;
  box-sizing: border-box;
  position: relative;
}
.interSection__left:before {
  width: 64px;
  height: 2px;
  background: #8066c8;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.interSection__right {
  display: block;
  position: relative;
  width: 56%;
  height: 100%;
}
.interSection__image-1 {
  display: block;
}
.interSection__image-2 {
  z-index: 1;
  box-shadow: -32px 32px 0 0 rgba(65,64,65,0.702);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.interSection__section-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
.interSection__section-2__left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: calc(40% + 96px);
  padding-top: 32px;
  padding-bottom: 80px;
}
.interSection__section-2__left:after {
  content: "";
  position: absolute;
  background-color: #70a1b0;
  width: 256px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
}
.interSection__section-2__right {
  padding: 32px 0;
  width: 51%;
}
.interSection__section-2__content {
  background: #fff;
  padding: 70px;
}
.interSection__section-2__content h3.generic-bold {
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .interSection__section-2 {
    display: block;
  }
  .interSection__section-2__right {
    width: 100%;
    padding: 0;
  }
  .interSection__section-2__left {
    width: 100%;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interSection__section-2__content {
    padding: 30px;
  }
  .interSection__image-2 {
    margin: auto;
  }
}
.visbile-print,
.visbile-ib-print {
  display: none !important;
}
@media print {
  body {
    background: #fff !important;
    min-width: 1000px;
  }
  .b-header,
  .subSections,
  .b-footer,
  .headerSinglePage {
    display: none !important;
  }
  .b-page {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .layoutPart {
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
  }
  .layoutPart__container {
    margin-bottom: 0;
  }
  .constrain {
    margin-left: 0;
    margin-right: 0;
    background-color: #000;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .hidden-print {
    display: none !important;
  }
  .visbile-print {
    display: block !important;
  }
  .visbile-ib-print {
    display: inline-block !important;
  }
}
