@charset "UTF-8";

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  top: 0;
}

.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  bottom: 0;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

/*!
 * Bootstrap Grid v4.0.0-beta.3 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
:after,
:before {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1,
.col-auto {
  -webkit-box-flex: 0;
}

.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-2,
.col-3 {
  -webkit-box-flex: 0;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-4,
.col-5 {
  -webkit-box-flex: 0;
}

.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-6,
.col-7 {
  -webkit-box-flex: 0;
}

.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-8,
.col-9 {
  -webkit-box-flex: 0;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-10,
.col-11 {
  -webkit-box-flex: 0;
}

.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

:root {
  --default__color: #2196f3;
  --default__link-color: #2196f3;
  --default__dark-color: #1565c0;
  --default__underline-color: #b2dbfb;
}

:root.is-portal__irkutsk {
  --default__color: #4caf50;
  --default__link-color: #4caf50;
  --default__dark-color: #2e7d32;
  --default__underline-color: #c1e3c2;
}

:root.is-portal__irkutsk .portal__logotype-image {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNzcgNTYuNjUiPjx0aXRsZT5VbnRpdGxlZC0xPC90aXRsZT48cGF0aCBkPSJNMjc2LjQ4LDQ2LjE2VjMxLjQ3SDI1OS44OVY0Ni4xNmgxNi41OVptLTYyLjM1LDBWMTFoMTIuNDlWMjUuMzhMMjM4LDEyLjc5VjExSDI1MC41VjQ2LjE2SDIzOHYtMTRMMjI2LjYyLDQ0LjU2djEuNkgyMTQuMTNabS02LjM5LTI1Ljc4VjEwLjg5SDE3MC4zNnY5LjQ5aDExLjA5VjQ2LjE2aDE1LjI5VjIwLjM4aDExWk0xMjcuNiw0Ni4xNlYxMWgxMi40OVYyNS4zOGwxMS4zOS0xMi41OVYxMUgxNjRWNDYuMTZIMTUxLjQ4di0xNEwxNDAuMDksNDQuNTZ2MS42SDEyNy42Wm0tNy4wOS0xLjZWMzYuMjdjLTAuNS4zLTEsLjUtMS42LDAuOGE1Ljg2LDUuODYsMCwwLDEtMiwuNiwxMS43MywxMS43MywwLDAsMS0yLjkuMywxMy41NywxMy41NywwLDAsMS0yLjktLjMsNS44MSw1LjgxLDAsMCwxLTIuNS0xLjIsNiw2LDAsMCwxLTEuOC0yLjMsOS43NCw5Ljc0LDAsMCwxLS43LTMuN3YtMi45YzAtMi44LjYtNC44LDEuOS02LjJhNy4zOSw3LjM5LDAsMCwxLDUuNy0yLjEsMTAuNjcsMTAuNjcsMCwwLDEsMi41LjMsOS4xNyw5LjE3LDAsMCwxLDIuMy45LDguNjIsOC42MiwwLDAsMSwxLjksMS4xVjEyLjI5YTE4Ljg5LDE4Ljg5LDAsMCwwLTQuOS0xLjcsMjkuNzYsMjkuNzYsMCwwLDAtNi4yOS0uNSwyMi4zNywyMi4zNywwLDAsMC04LDEuMywxNi4xOCwxNi4xOCwwLDAsMC02LjEsMy42LDE1LjMzLDE1LjMzLDAsMCwwLTMuOSw1LjUsMTcuNDYsMTcuNDYsMCwwLDAtMS4zLDd2Mi42YTE4LjI2LDE4LjI2LDAsMCwwLDEuNCw3LjI5LDE0LDE0LDAsMCwwLDQsNS4zLDE2Ljg4LDE2Ljg4LDAsMCwwLDYuMSwzLjIsMjcuNzEsMjcuNzEsMCwwLDAsNy43OSwxLjEsMzIuMjgsMzIuMjgsMCwwLDAsNC42LS4zLDMxLjQxLDMxLjQxLDAsMCwwLDMuOC0uOCwyMS40MiwyMS40MiwwLDAsMCwyLjktMS4zaDBaTTgzLjczLDMwLjI4di00LjFhMjMuNjYsMjMuNjYsMCwwLDAtLjgtNi4xLDE1LjE2LDE1LjE2LDAsMCwwLTIuNS01LjEsMTEuNDUsMTEuNDUsMCwwLDAtNC4zLTMuNSwxNC41NCwxNC41NCwwLDAsMC02LjItMS4zLDE1LjI3LDE1LjI3LDAsMCwwLTMuOC40LDExLjc4LDExLjc4LDAsMCwwLTMsLjksMTQuOTQsMTQuOTQsMCwwLDAtMi4yLDEuMSw1LDUsMCwwLDAtMS4zLDEuMXYtMi44SDQ1LjE2VjU2LjU2SDU5Ljg1VjQ1LjM2YTMuOTQsMy45NCwwLDAsMCwxLjUuNCwxNS4xNCwxNS4xNCwwLDAsMCwyLjMuMiwxOS4yNSwxOS4yNSwwLDAsMCwyLjQuMWgxLjlhMTcuODgsMTcuODgsMCwwLDAsOC41OS0xLjksMTIuNDcsMTIuNDcsMCwwLDAsNS41LTUuNCwxOS4xNiwxOS4xNiwwLDAsMCwxLjctOC40OWgwWk0wLDQ2LjE2VjExSDEyLjQ5VjI1LjM4TDIzLjg4LDEyLjc5VjExSDM2LjM3VjQ2LjE2SDIzLjg4di0xNEwxMi40OSw0NC41NnYxLjZIMFoiIGZpbGw9IiM0MjQyNDMiLz48cGF0aCBkPSJNMzc3LDEwLjg5SDM2MC44MWwtNi41OSwxOC44OEwzNDgsMTAuODlIMzI5bDE0LjM5LDM0LjU3TDMzOSw1Ni42NWgyMC4wOEwzNzcsMTAuODloMFpNMjc5LDBIMjU3LjZsMi44LDI1LjQ4SDI3NkwyNzksMGgwWm00OC41NiwzMC4zOHYtNC4xYTI2LjI3LDI2LjI3LDAsMCwwLS40LTQuOSwxNi4zMiwxNi4zMiwwLDAsMC0xLjUtNC40LDEzLjExLDEzLjExLDAsMCwwLTIuNy0zLjUsMTMuMTksMTMuMTksMCwwLDAtNC4yLTIuNCwyMC4zNiwyMC4zNiwwLDAsMC0xMC44OS0uMywxMiwxMiwwLDAsMC0zLjQsMS40LDEwLDEwLDAsMCwwLTEuOCwxLjZsLTAuMS0yLjlIMjg1LjE3VjU2LjU2aDE3LjU5di0xMWE3LjQ2LDcuNDYsMCwwLDAsMS4xLjJjMC41LDAuMSwxLjEuMSwxLjgsMC4yczEuMywwLjEsMiwuMSwxLjMsMC4xLDEuOS4xSDMxMWEyMC42MiwyMC42MiwwLDAsMCw5LTEuOCwxMi40MiwxMi40MiwwLDAsMCw1LjctNS40LDE3LjYyLDE3LjYyLDAsMCwwLDEuOS04LjU5aDBaIiBmaWxsPSIjNGNhZjUwIi8+PC9zdmc+");
}

:root.is-portal__irkutsk .menu-panel__page-menu .page-menu__logo {
  min-width: 227px;
}

:root.is-portal__irkutsk .menu-panel__page-menu .menu-panel__menu-list {
  padding-left: 35px;
}

.svg-icons {
  display: inline-block;
}

.svg-icons.x-small {
  width: 16px;
  height: 16px;
}

.svg-icons.small {
  width: 22px;
  height: 22px;
}

.svg-icons.medium {
  width: 48px;
  height: 48px;
}

.svg-icons.large {
  width: 64px;
  height: 64px;
}

.menu-panel__main-menu,
.menu-panel__page-menu,
.menu-panel__sitemap-menu {
  position: relative;
  z-index: 1080;
}

#menu-panel__shadowbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  background-color: rgba(33, 33, 33, 0);
  visibility: hidden;
  transition: visibility 0s 0.5s, background-color 0.5s;
}

.menu-panel__menu-list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.menu-panel__menu-item,
.menu-panel__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-panel__menu-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  box-sizing: border-box;
  padding: 0 7px 0 15px;
  cursor: pointer;
}

.menu-panel__menu-item a {
  max-width: 200px;
  white-space: nowrap;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.menu-panel__menu-item a:visited {
  color: var(--default__color);
}

.menu-panel__menu-item a:hover {
  color: #f44336 !important;
}

.menu-panel__menu-item.important,
.menu-panel__menu-item.menu-panel__menu-item-important {
  background-color: #f44336;
}

.menu-panel__menu-item.important a,
.menu-panel__menu-item.important a:hover,
.menu-panel__menu-item.menu-panel__menu-item-important a,
.menu-panel__menu-item.menu-panel__menu-item-important a:hover {
  color: #fff !important;
}

.menu-panel__main-menu .menu-panel__menu-item a:visited {
  color: #757575;
}

.menu-panel__sitemap-menu .menu-panel__submenu-list {
  padding-top: 9px;
  color: #616161;
}

.menu-panel__menu-item-wrapped {
  display: none !important;
}

.menu-panel__main-menu {
  position: relative;
  display: none;
  overflow: hidden;
  background-color: #eceff1;
  box-sizing: border-box;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu-panel__main-menu .menu-panel__menu-list {
  max-height: 40px;
  padding-left: 275px;
}

.menu-panel__main-menu .menu-panel__menu-item {
  max-width: 140px;
}

.menu-panel__main-menu a {
  padding: 12.5px 0;
  max-width: 130px;
  font-size: 13px;
  line-height: 13px;
  color: #757575;
}

#menu-panel__toggle-sitemap-desktop {
  padding: 12.5px 7px;
  font-size: 13px;
  color: #757575;
  text-decoration: none;
  cursor: pointer;
  display: none;
}

#menu-panel__toggle-sitemap-desktop:hover {
  color: #f44336 !important;
}

.menu-panel__page-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #cfd8dc;
  height: 70px;
}

.menu-panel__page-menu .menu-panel__menu-list {
  display: none;
  width: 100%;
  max-height: 28px;
  margin-top: 6px;
  padding-left: 85px;
}

.menu-panel__page-menu .menu-panel__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  max-width: 170px;
  height: 28px;
  padding: 0 7px;
}

.menu-panel__page-menu .menu-panel__menu-item a {
  color: var(--default__color);
}

.menu-panel__page-menu .menu-panel__menu-item.menu-panel__menu-item-active,
.menu-panel__page-menu .menu-panel__menu-item.selected {
  background-color: var(--default__color);
}

.menu-panel__page-menu .menu-panel__menu-item.menu-panel__menu-item-active a,
.menu-panel__page-menu .menu-panel__menu-item.menu-panel__menu-item-active a:hover,
.menu-panel__page-menu .menu-panel__menu-item.selected a,
.menu-panel__page-menu .menu-panel__menu-item.selected a:hover {
  color: #fff !important;
}

.menu-panel__page-menu #menu-panel__toggle-sitemap-desktop {
  position: relative;
  left: 0;
  padding: 0;
  margin-top: 3px;
  width: 50px;
  text-align: center;
  font-size: unset;
  color: var(--default__color);
}

.menu-panel__page-menu .menu-panel__menu-item-wrapped {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.menu-panel__page-menu .menu-panel__menu-item-wrapped:not(:nth-child(n+8)) {
  visibility: visible !important;
}

#menu-panel__toggle-sitemap-mobile {
  cursor: pointer;
  margin: 0 15px;
  display: block;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.menu-panel__search-panel {
  position: absolute;
  z-index: 1079;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
  visibility: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 0 10px;
  background: #fff linear-gradient(180deg, rgba(236, 239, 241, 0.6) 0, #fff 50px) 0 0;
  height: 70px;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.menu-panel__search-panel .chitaru__search-params .checkbox__box:after {
  position: relative !important;
}

.menu-panel__profile-menu {
  max-width: 200px;
  position: absolute;
  right: 10px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-panel__profile-menu .menu-panel__menu-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
}

.menu-panel__profile-menu .menu-panel__menu-item {
  border: 1px solid #cfd8dc;
  width: 100%;
  padding: 7px;
  border-top: unset;
}

.menu-panel__profile-menu a {
  width: 100%;
  height: 100%;
  color: var(--default__color);
}

.menu-panel {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1080;
  top: 0;
  transition: top 0.3s;
  min-width: 260px;
}

.menu-panel.menu-panel-one-line {
  top: 0;
}

.menu-panel .popup-search {
  position: absolute;
  width: 100%;
  left: 0 !important;
}

.menu-panel__sitemap-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  position: absolute;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  width: 100%;
  overflow-y: auto;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
  background-color: #fff;
}

.menu-panel__sitemap-menu .menu-panel__menu-list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: none;
}

.menu-panel__sitemap-menu .menu-panel__menu-list:not(.menu-panel__menu-list-submenu) :not(.menu-panel__menu-item-page-menu).menu-panel__menu-item-submenu :not(.menu-panel__menu-item-profile) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.menu-panel__sitemap-menu .menu-panel__menu-list:not(.menu-panel__menu-list-submenu) :not(.menu-panel__menu-item-page-menu).menu-panel__menu-item-submenu .menu-panel__menu-item.menu-panel__menu-item-tittle {
  display: none !important;
}

.menu-panel__sitemap-menu .menu-panel__menu-list-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform 0.25s linear 0.25s;
  transition: transform 0.25s linear 0.25s;
  transition: transform 0.25s linear 0.25s, -webkit-transform 0.25s linear 0.25s;
}

.menu-panel__sitemap-menu .menu-panel__menu-list-inactive {
  display: none;
}

.menu-panel__sitemap-menu .menu-panel__menu-list-submenu {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}

.menu-panel__sitemap-menu .menu-panel__menu-list-submenu .menu-panel__menu-item:not(#menu-panel__menu-item-back-button):after,
.menu-panel__sitemap-menu .menu-panel__menu-list-submenu .menu-panel__menu-item:not(#menu-panel__menu-item-back-button):before {
  content: unset;
}

.menu-panel__sitemap-menu .menu-panel__menu-list-submenu .menu-panel__menu-item:not(#menu-panel__menu-item-back-button) a,
.menu-panel__sitemap-menu .menu-panel__menu-list-submenu .menu-panel__menu-item:not(.menu-panel__gray-link) span {
  color: #2196f3 !important;
}

.menu-panel__sitemap-menu #menu-panel__menu-item-back-button span {
  padding-left: 25px;
}

.menu-panel__sitemap-menu #menu-panel__menu-item-back-button:after,
.menu-panel__sitemap-menu #menu-panel__menu-item-back-button:before {
  right: 0;
  left: 5px;
}

.menu-panel__sitemap-menu #menu-panel__menu-item-back-button:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.menu-panel__sitemap-menu #menu-panel__menu-item-back-button:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.menu-panel__sitemap-menu .menu-panel__menu-item-submenu {
  padding: 0 15px;
  min-width: 120px;
  max-width: 200px;
  margin: 15px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-panel__sitemap-menu .menu-panel__menu-item-submenu:nth-child(n+8) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.menu-panel__sitemap-menu .menu-panel__menu-item-submenu a {
  max-width: 170px;
}

.main-menu__container,
.menu-panel__sitemap-menu .menu-panel__menu-item:nth-child(n+8) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu__container {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-height: 40px;
  position: relative;
}

.page-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  overflow: hidden;
}

.page-menu__logo {
  height: 34px;
  min-width: 177px;
  margin-left: 15px;
}

.page-menu__logo.page-menu__logo_with-counter {
  min-width: 150px !important;
  margin-top: 2px;
}

.page-menu__tool-bar {
  display: none;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 3px 10px 0 auto;
  width: 100px;
  min-width: 100px;
}

.page-menu__tool-bar.page-menu__user-logined {
  width: 75px;
  min-width: 75px;
}

.page-menu__tool-bar.page-menu__tool-bar-hidden {
  display: none;
}

.menu-panel-one-line .page-menu__tool-bar {
  width: 140px;
  min-width: 140px;
}

.menu-panel-one-line .page-menu__tool-bar.page-menu__user-logined {
  width: 110px;
  min-width: 110px;
}

.menu-panel__tool-bar__icon-search {
  cursor: pointer;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4IDE4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzlFOUU5RTt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTYuOCwxNS40bC0zLjItMy4yQzE0LjUsMTEsMTUsOS42LDE1LDhjMC0zLjktMy4xLTctNy03QzQuMSwxLDEsNC4xLDEsOGMwLDMuOSwzLjEsNyw3LDdjMS42LDAsMy0wLjUsNC4yLTEuNGwzLjIsMy4yYzAuMywwLjMsMC45LDAuMywxLjMtMC4xQzE3LjEsMTYuMywxNy4yLDE1LjcsMTYuOCwxNS40eiBNOCwxM2MtMi44LDAtNS0yLjItNS01YzAtMi44LDIuMi01LDUtNXM1LDIuMiw1LDVDMTMsMTAuOCwxMC44LDEzLDgsMTN6Ii8+PC9zdmc+);
  background-size: contain;
  background-repeat: no-repeat;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: block;
}

.menu-panel__tool-bar__profile-portrait {
  margin-top: -3px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  border-radius: 50%;
  padding: 6px 0 0 9px;
  background-color: #bdbdbd;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-panel__tool-bar__profile-portrait.avatar-ufo {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAAAAACpleexAAABhElEQVQ4y43V207CQBAGYN//Ybr1gJadViBqTKxiPJQYSYiKRJGWdBUo29r+XtAL7E6BuWq6X5rNZObvnrVj7THvnBt7OzwbjIYagSS5CQp/ilXlqX52ayF9Yb3yvuDhpUal+iw8z2HUBQPtb9NhdmhCh/kgcM/AjIMTEzZSDioTHiQcjE0oFAenTHsmO97ReuXgBwMfOPjCQK8wnT5n4PEP5lEYKg0A2U8UhqpQjX0D3iZJyyHX9egq1m3pea7rNCeLT1GFE7SCXwDIX4XtrwbpvYlCVqFCKyrnUDbLwdQEtKswRrs8nvt3o/LJQ+FV4QsKUgDwSwvQAgC0TJAcVOFphtQlIpJTYElERFIBPbM9bQXky6TchzRJMkB3uZ0JzIZ/ssvV2xUGm2ZiHd6b8J2FXRO+sfDChE8s3A+rbin57DmK/ru0U5dmzdG6m3dqYy94XGvR2LFEHRzA78Tl9R6EJWrhELi2robfs/HdycZoHgO4tSzb3hb2EVZy619hlSq8/AO5DgaqU/32mQAAAABJRU5ErkJggg==") no-repeat;
  background-size: contain;
}

.menu-panel__tool-bar__profile-portrait:hover {
  -webkit-filter: opacity(0.7);
  filter: opacity(0.7);
}

.menu-panel__tool-bar__login-button {
  position: relative !important;
  display: none;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 63px;
  width: 63px;
}

.menu-panel__menu-item-wrapped {
  visibility: hidden;
}

.toggle-sitemap-menu-button__bar-bottom,
.toggle-sitemap-menu-button__bar-middle,
.toggle-sitemap-menu-button__bar-top {
  width: 35px;
  height: 5px;
  background-color: #757575;
  margin: 6px 0;
  transition: 0.4s;
}

.menu-panel__submenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}

.menu-panel__submenu-list .menu-panel__menu-item {
  padding: 5px 0;
  font-size: 15px;
}

.menu-panel__submenu-list .menu-panel__menu-item:nth-child(n+9) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.menu-panel__submenu-list .menu-panel__menu-item:first-child {
  margin-top: 10px;
}

.menu-panel__submenu-list .menu-panel__menu-item a {
  max-width: 170px;
  color: #616161;
}

.menu-panel__menu-item-submenu:not(.menu-panel__menu-item-page-menu) .menu-panel__menu-item:not(.menu-panel__menu-item-tittle) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.menu-panel__sitemap-menu-mobile-opened .menu-panel__menu-list.menu-panel__menu-list-mobile:not(.menu-panel__menu-list-submenu) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}

.menu-panel__sitemap-menu-mobile-opened .menu-panel__menu-list.menu-panel__menu-list-mobile.menu-panel__menu-list-submenu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform 0.25s linear 0.25s;
  transition: transform 0.25s linear 0.25s;
  transition: transform 0.25s linear 0.25s, -webkit-transform 0.25s linear 0.25s;
}

.menu-panel__menu-list-no-animated {
  transition: none !important;
}

.page-menu__scroll-progress {
  position: absolute;
  width: 0;
  height: 3px;
  background-color: var(--default__color);
  bottom: -1px;
  z-index: 1080;
  left: 0;
}

body {
  display: block;
  overflow-y: auto;
}

.menu-panel__scroll-locked {
  overflow-y: hidden;
}

.menu-panel__scroll-locked #menu-panel__shadowbox {
  overflow-y: scroll;
}

.menu-panel__show-hidden-main-menu .menu-panel {
  top: 0 !important;
}

.menu-panel__profile-menu-opened .menu-panel__profile-menu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  z-index: 1000;
}

.menu-panel__search-panel-opened .menu-panel__tool-bar__icon-search {
  opacity: 0.5;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  width: 16px !important;
  height: 16px !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBvbHlnb24gZmlsbD0iIzIxMjEyMSIgcG9pbnRzPSIxNCwwLjcgMTMuMywwIDcsNi4yOTkgMC43LDAgMCwwLjcgNi4zLDcgMCwxMy4yOTkgMC43LDE0IDcsNy43IDEzLjMsMTQgMTQsMTMuMjk5IDcuNyw3Ii8+PC9zdmc+) !important;
  background-size: cover;
}

.menu-panel__search-panel-opened .menu-panel__search-panel {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: visibility 0s, -webkit-transform 0.5s;
  transition: visibility 0s, transform 0.5s;
  transition: visibility 0s, transform 0.5s, -webkit-transform 0.5s;
}

.menu-panel__search-panel-opened .menu-panel__search-panel .chitaru__search-params .checkbox__box:after {
  position: absolute !important;
}

.menu-panel__search-panel-opened #menu-panel__shadowbox {
  visibility: visible;
  background-color: rgba(33, 33, 33, 0.8);
  transition: visibility 0s, background-color 0.5s;
}

.menu-panel__sitemap-menu-opened .menu-panel {
  top: 0;
}

.menu-panel__sitemap-menu-opened #menu-panel__shadowbox {
  visibility: visible;
  background-color: rgba(33, 33, 33, 0.8);
  transition: visibility 0s, background-color 0.5s;
}

.menu-panel__sitemap-menu-opened.mobile #menu-panel__shadowbox {
  background-color: #fff;
}

.menu-panel__sitemap-menu-opened #menu-panel__toggle-sitemap-mobile {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.menu-panel__sitemap-menu-opened #menu-panel__toggle-sitemap-mobile .toggle-sitemap-menu-button__bar-top {
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}

.menu-panel__sitemap-menu-opened #menu-panel__toggle-sitemap-mobile .toggle-sitemap-menu-button__bar-middle {
  opacity: 0;
}

.menu-panel__sitemap-menu-opened #menu-panel__toggle-sitemap-mobile .toggle-sitemap-menu-button__bar-bottom {
  -webkit-transform: rotate(45deg) translate(-8px, -9px);
  transform: rotate(45deg) translate(-8px, -9px);
}

.menu-panel__sitemap-menu-opened .menu-panel__sitemap-menu {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.menu-panel__profile-menu-opened #menu-panel__shadowbox {
  visibility: visible;
  background-color: rgba(33, 33, 33, 0.8);
  transition: visibility 0s, background-color 0.5s;
}

.chitaru__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chitaru__search-form:not(.menu-panel__search-panel) {
  position: relative;
}

.chitaru__search-form:not(.menu-panel__search-panel) .popup-search {
  left: 0;
  width: calc(100% - 98px);
}

.chitaru__search-form .chitaru__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.chitaru__search-form .popup-search {
  overflow: hidden;
  overflow-y: auto;
  max-height: 300px;
}

.chitaru__search-form .popup-search__result {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
}

.chitaru__search-form .search__result__item {
  position: relative;
  padding: 0 10px 10px;
  margin-bottom: 10px;
}

.chitaru__search-form .search__result__item a {
  font-size: 13px;
  line-height: 18px;
  color: #212121;
  text-decoration: none;
}

.chitaru__search-form .search__result__item a:hover {
  color: #f44336;
  text-decoration: underline;
  -webkit-text-decoration-color: #fccbc7;
  text-decoration-color: #fccbc7;
}

.chitaru__search-form .search__result__item time {
  text-decoration: none;
  color: var(--default__color);
  font-size: 11px;
  line-height: 18px;
}

.chitaru__search-form .search__result__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}

.chitaru__search-form .search__result__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.chitaru__search-form .search__result__item:last-child:before {
  content: none;
}

.chitaru__search-form .search__content {
  padding: 20px;
}

.is-portal__irkutsk .chitaru__search-form:not(.menu-panel__search-panel) {
  padding-top: 20px;
}

.is-portal__irkutsk .chitaru__catalog-search-col .chitaru__search-form:not(.menu-panel__search-panel) {
  padding-top: 0;
}

.chitaru__search__col-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 10px;
}

.chitaru__search__col-buttons :not(:first-child) {
  margin-left: 10px;
}

.chitaru__search-params {
  margin-top: 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.chitaru__search__col-input {
  width: 100%;
}

.chitaru__search-input {
  padding-right: 32px !important;
}

.wonder__beacon {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  min-width: auto !important;
  min-height: auto !important;
  margin: 0 !important;
}

.chitaru__wonder-not-loaded {
  display: none;
  height: 0 !important;
}

.chitaru__wonder {
  position: relative;
  line-height: 1px;
  cursor: pointer;
}

.chitaru__wonder .wonder {
  width: 100%;
  height: auto;
}

.chitaru__wonder > iframe {
  position: absolute;
  border: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.chitaru__wonder > a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

body.no-banners .chitaru__wonder {
  display: none;
}

body.advert__show-zones .chitaru__wonder > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  background-color: #ff6f00 !important;
}

body.advert__show-zones .chitaru__wonder-cover > a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

body.advert__show-zones .main-content__container {
  outline: 1px solid #fff;
}

.chitaru__wonder__call-back {
  display: block;
  font-size: 15px;
  margin: 20px 0;
  line-height: 20px;
  text-align: left;
}

.chitaru__wonder__call-back p {
  margin-top: 0;
}

.chitaru__wonder__call-back a {
  vertical-align: middle;
  text-decoration: none;
}

.chitaru__wonder__call-back a:not(.button) {
  color: var(--default__color);
}

.chitaru__wonder-cover {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.chitaru__wonder-cover,
.chitaru__wonder-cover > a {
  background-position: top;
}

.chitaru__wonder-2100-1050 {
  z-index: 1;
}

.chitaru__wonder-2100-1050 a {
  position: relative;
  z-index: 1;
}

.chitaru__wonder-1920-250,
.chitaru__wonder-1920-400 {
  position: relative;
  width: 100%;
}

.chitaru__wonder-1920-250 > a,
.chitaru__wonder-1920-400 > a {
  position: absolute;
  left: 0;
  top: 0;
  background-position: 50% 0;
  background-size: cover;
}

.chitaru__wonder-1920-400 {
  display: none;
  border-top: 4px solid #e0e0e0;
}

.chitaru__wonder-1920-250 {
  height: 150px;
}

.chitaru__wonder-970-120 {
  position: relative;
  width: 100%;
  min-height: 90px;
  max-height: 300px;
  margin: 0;
  text-align: center;
}

.chitaru__wonder-970-120 img,
.chitaru__wonder-970-120 > iframe {
  width: 100%;
  max-height: 120px;
  margin: 0 auto;
  max-width: 970px;
}

.chitaru__wonder-970-120 > iframe {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.chitaru__wonder-650-120 {
  clear: both;
  padding: 18px 0;
}

.chitaru__wonder-650-120 a {
  position: relative;
  background: transparent 50% 50% no-repeat;
  background-size: contain;
}

.chitaru__wonder-650-120 iframe.chitaru__wonder-rtb {
  margin: 5px 0 0;
}

.chitaru__wonder-650-120:after {
  display: block;
  clear: both;
  content: "";
}

.article__opinions .chitaru__wonder-650-120 {
  position: static;
  height: 150px;
}

.article__opinions .chitaru__wonder-650-120 .chitaru__yad {
  position: absolute;
  left: 0;
  right: 0;
}

.chitaru__wonder-240-400 {
  display: none;
  width: 100%;
  max-height: 400px;
  height: 400px;
  text-align: left;
  margin-bottom: 18px;
}

.chitaru__wonder-240-400 .wonder,
.chitaru__wonder-240-400 img,
.chitaru__wonder-240-400 > iframe {
  width: 100%;
  width: 240px;
  height: 400px;
  margin: 0 auto;
}

.chitaru__wonder-240-400 > div {
  max-height: 400px;
}

.chitaru__wonder-240-400 a {
  position: relative;
}

.chitaru__wonder-240-400 > a {
  height: 400px;
}

.chitaru__wonder-240-400.is-yad {
  height: auto;
}

.chitaru__wonder-240-400:after {
  display: block;
  clear: both;
  content: "";
}

.chitaru__left-column .chitaru__wonder-240-400 {
  box-sizing: content-box;
  padding-top: 9px;
  margin-left: -15px;
}

.chitaru__wonder-240-56 {
  height: 56px;
  margin-bottom: 9px;
  display: none;
}

.chitaru__wonder-240-56 img {
  max-width: 240px;
}

.chitaru__wonder-70-48 {
  width: 70px;
  height: 48px;
}

.chitaru__wonder-300-500 {
  width: 100%;
  max-height: 500px;
}

.chitaru__wonder-300-500 a {
  position: relative;
  left: 0;
  top: 0;
}

.chitaru__wonder-300-500 img {
  max-height: 500px;
}

.chitaru__wonder-300-500 iframe {
  position: relative;
  width: 300px !important;
  height: 500px !important;
  overflow: hidden;
  border: 0;
}

.chitaru__wonder-300-500 iframe body {
  padding: 0 !important;
  margin: 0 !important;
}

body.is-portal-main .chitaru__wonder-300-500 {
  margin-top: 30px;
}

.chitaru__wonder-300-250 {
  clear: left;
  min-width: 280px;
  min-height: 230px;
  max-height: 350px;
  width: 100%;
  margin-bottom: 18px;
}

.chitaru__wonder-300-250 .chitaru__yad > a,
.chitaru__wonder-300-250 > a {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 250px;
}

.chitaru__wonder-300-250 img,
.chitaru__wonder-300-250 > iframe {
  position: relative;
  min-width: 280px;
  width: 100%;
  height: 250px;
  margin: 0 !important;
  border: 0;
}

.chitaru__wonder-300-250 iframe {
  border: 0;
}

.chitaru__wonder-300-250 .chitaru__yad {
  position: relative;
  margin-left: -15px;
  margin-right: -30px;
  text-align: center;
}

.chitaru__wonder-300-250 .chitaru__yad > a {
  position: absolute;
  left: 0;
  right: 0;
}

.chitaru__wonder-300-250 .chitaru__yad .yap-rtb__wrapper {
  margin: 0 auto !important;
}

.chitaru__wonder-300-250 .chitaru__yad > iframe {
  height: 250px;
}

.chitaru__wonder-300-250 .chitaru__yad + .wonder__beacon + .iframe-padding,
.chitaru__wonder-300-250 .is-yad .iframe-padding {
  display: none;
}

.chitaru__wonder-300-250:not(.is-yad) {
  height: 250px;
}

.chitaru__left-column .chitaru__wonder-300-250 .chitaru__yad,
.chitaru__news-column .chitaru__wonder-300-250 .chitaru__yad {
  margin-left: 0;
  margin-right: 0;
}

.chitaru__left-column .chitaru__wonder-300-250 .chitaru__yad > a,
.chitaru__news-column .chitaru__wonder-300-250 .chitaru__yad > a {
  left: -15px;
  right: -15px;
}

.article__opinions .chitaru__wonder-300-250 {
  position: static;
  height: 250px;
}

.article__opinions .chitaru__wonder-300-250.is-yad {
  height: auto;
}

.article__opinions .chitaru__wonder-300-250 .chitaru__yad {
  position: relative;
  left: -10px;
  right: 0;
}

.article__opinions .opinions__opinion-answer .chitaru__wonder-300-250 .chitaru__yad,
.article__opinions .opinions__opinion-answer .opinions__opinion-answer .chitaru__wonder-300-250 .chitaru__yad {
  left: -15px;
}

.chitaru__wonder-1-1 {
  width: 1px;
  height: 1px;
  margin-bottom: 0;
  display: block;
}

.chitaru__wonder-1-1 img {
  max-width: 1px;
  max-height: 1px;
  border: none;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #e0e0e0;
}

body.is-white-bg,
body.no-body-bg {
  background-color: #fff;
}

body > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.container {
  max-width: 1400px;
}

.is-no-limits {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.is-no-limits .container {
  max-width: none;
  padding: 0;
}

.is-no-limits .row {
  margin: 0;
}

.chitaru__news-column {
  position: relative;
  padding: 15px 0 0 15px;
}

.chitaru__news-column .chitaru__subcaption {
  margin-top: 15px;
  margin-left: -30px;
}

.chitaru__news-column #left_column > .chitaru__container {
  padding-right: 15px;
}

.chitaru__menu-column {
  position: relative;
  padding: 15px 0 0 15px;
}

.chitaru__rubrics-list .chitaru__subcaption {
  margin-top: 0;
}

.chitaru__article-column .article-column__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.chitaru__article-column .col {
  padding-left: 15px;
  padding-right: 15px;
}

.chitaru__article-column .col-1,
.chitaru__article-column .col-1xs,
.chitaru__article-column .col-2,
.chitaru__article-column .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.chitaru__article-column .col-1-half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.article-column__grid .col,
.article-column__grid .col-2,
.article-column__grid .col-3 {
  padding-left: 15px;
  padding-right: 15px;
}

.chitaru__big-column {
  max-width: 100%;
  padding: 0;
  background-color: #fff;
}

.main-content__row {
  margin-left: 0;
  margin-right: 0;
}

.chitaru__tilda-column {
  max-width: 100%;
  padding: 0;
  background-color: #fff;
}

.chitaru__tilda-column .chitaru__article-body {
  max-width: 700px;
  margin: 0 auto;
}

.main-content {
  position: relative;
}

.chitaru__sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  transition: top 0.3s;
}

.menu-panel__show-hidden-main-menu .chitaru__sticky-top {
  top: 70px;
}

.chitaru__col-slider {
  display: none;
  z-index: 999;
  padding: 5px 0;
  text-align: center;
  background-color: #ffd740;
}

body.is-news-slider .button__text:before {
  content: attr(data-col-news);
}

body.is-news-slider.is-1920-250-hidden .chitaru__col-slider {
  background-color: rgba(255, 215, 64, 0.7);
}

body.is-news-slider.is-show-articles .button__text:before {
  content: attr(data-col-articles);
}

body.is-news-slider.mobile .is-show-articles .chitaru__news-column,
body.is-news-slider.mobile:not(.is-show-articles) .chitaru__article-column {
  display: none;
}

.chitaru__rightcolumn-list li,
.chitaru__rightcolumn-list ul {
  list-style-type: none;
}

.chitaru__rightcolumn-list ul {
  margin: 18px 0;
  padding: 0;
}

.chitaru__rightcolumn-list figure {
  display: block;
  float: left;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
  border-radius: 50%;
  background-size: cover;
}

.chitaru__rightcolumn-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-size: 16px;
  line-height: 18px;
  padding: 0 0 9px;
  margin: 0 0 9px;
  border-bottom: 1px solid #e0e0e0;
}

.chitaru__rightcolumn-list li a {
  color: #616161;
  text-decoration: none;
}

.chitaru__rightcolumn-list li a:hover {
  color: #f44336;
  text-decoration: underline;
  -webkit-text-decoration-color: #fccbc7;
  text-decoration-color: #fccbc7;
}

.chitaru__rightcolumn-list li:last-child {
  border-bottom: none;
}

.chitaru__rightcolumn-list li.shuffle-item {
  display: none;
}

.chitaru__rightcolumn-list li:after {
  display: block;
  clear: both;
  content: "";
}

.chitaru__rightcolumn-list.large-size li {
  font-size: 20px;
  line-height: 27px;
}

.chitaru__rightcolumn-list.link-blue li a {
  color: var(--default__color);
}

.chitaru__rightcolumn-list.link-blue li a:hover {
  color: #f44336;
  text-decoration: underline;
  -webkit-text-decoration-color: #fccbc7;
  text-decoration-color: #fccbc7;
}

.chitaru__rightcolumn-list.link-blue li time {
  color: #757575;
}

.chitaru__rightcolumn-list .number__string {
  white-space: nowrap;
  font-weight: 400;
  color: #212121;
}

.chitaru__rightcolumn-list:after {
  display: block;
  clear: both;
  content: "";
}

.afisha__info-block {
  display: inline-block;
  width: 24px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  border-radius: 2px;
  margin-right: 5px;
}

.afisha-age {
  border: 1px solid #9e9e9e;
  color: #9e9e9e;
}

.imdb-rate,
.kinopoisk-rate {
  line-height: 16px;
}

.kinopoisk-rate {
  color: #fff;
  background-color: #ff9800;
}

.imdb-rate {
  color: #424242;
  background-color: #ffeb3b;
}

.chitaru__news-item__single-title {
  font-size: 14px;
  line-height: 18px;
  color: #424242;
  display: block;
  position: relative;
  padding: 9px 0 18px;
  margin: 0;
}

.chitaru__news-item__single-title a {
  text-decoration: none;
  color: #616161;
}

.chitaru__news-item__single-title a:hover {
  color: #f44336;
  text-decoration: underline;
  -webkit-text-decoration-color: #fccbc7;
  text-decoration-color: #fccbc7;
}

.chitaru__news-item__single-title a:hover b {
  color: #f44336;
}

.chitaru__news-item__single-title time {
  font-size: 13px;
  color: #424242;
  white-space: nowrap;
}

.chitaru__news-item__single-title .module__comments-space {
  font-size: 13px;
  line-height: 18px;
}

.news__has-video__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 18px;
  vertical-align: bottom;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxwYXRoIGQ9Ik03Ljk4OTg1MTExLDYuNTY1NzQ4MjQgQzcuOTg5ODUxMTEsNi41NjU3NDgyNCAxMy41LDYgMjQsNiBDMzQuNSw2IDQwLjAyMTcwMTUsNi41NjY0NzQ5NCA0MC4wMjE3MDE1LDYuNTY2NDc0OTQgQzQzLjMyMzQyNDYsNi44MDU5MDQyMiA0Ni40OTk1MjUzLDkuNjMzMDAxMzggNDcuMDMyMjIxNiwxMi45MDIyODQ5IEM0Ny4wMzIyMjE2LDEyLjkwMjI4NDkgNDgsMTYuNSA0OCwyNCBDNDgsMzEuNSA0Ny4wMjkyOTMxLDM1LjExNzM0NiA0Ny4wMjkyOTMxLDM1LjExNzM0NiBDNDYuNDYwODMwMiwzOC4zNjYyNDYxIDQzLjMzMDA4ODYsNDEuMjAyMzY0OSA0MC4wMTYwNTc5LDQxLjQyMzM2NTIgQzQwLjAxNjA1NzksNDEuNDIzMzY1MiAzNCw0MiAyNCw0MiBDMTQsNDIgNy45NzIyOTk5OCw0MS40MjI2NDA2IDcuOTcyMjk5OTgsNDEuNDIyNjQwNiBDNC42NzM4ODk3OCw0MS4xODkyMjI2IDEuNTAwNDc0NjYsMzguMzY2OTk4NiAwLjk2Nzc3ODM5NiwzNS4wOTc3MTUxIEMwLjk2Nzc3ODM5NiwzNS4wOTc3MTUxIDAsMzEuNSAwLDI0IEMwLDE2LjUgMC45NzA3MDY4NSwxMi44ODI2NTQgMC45NzA3MDY4NSwxMi44ODI2NTQgQzEuNTM5MTY5NzYsOS42MzM3NTM4OSA0LjY4MDEyMjY4LDYuNzkwMzY3MjMgNy45ODk4NTExMSw2LjU2NTc0ODI0IFogTTQuNDUxMDc4NywxNi4xNTEzNDMxIEM0LjE3MDYxMTI0LDE4LjI3OTk5ODkgNCwyMC44OTMwODA2IDQsMjQgQzQsMjcuMTA3MDk2MiA0LjE3MDA4NTU3LDI5LjcxNjU1OTQgNC40NDk2MzgzNywzMS44MzkwMjI5IEM0LjYwODEwNiwzMy4wNDIxNjUgNC45MTU3MTQxMSwzNC40NTQ0Mzk0IDQuOTE1NzE0MTEsMzQuNDU0NDM5NCBDNS4xNDUxOTk2MSwzNS44NjI4NDY0IDYuNzc1Mzg4OTEsMzcuMzI3OTM1NiA4LjM1MzY5MTg3LDM3LjQ0MDg2NDYgQzguNTE1MDIyNTQsMzcuNDU2MzE3NSAxMS4yNjk1NjkxLDM3LjY1NTIzNjIgMTIuNDQ1Mjg1MSwzNy43MTY3OTEyIEMxNS44MjM0MjYsMzcuODkzNjU1MSAxOS42OTY1NTgyLDM4IDI0LDM4IEMyOC4zMDM0NzYxLDM4IDMyLjE3NDQzNTcsMzcuODkzNzg5MyAzNS41NDg5MzU1LDM3LjcxNzE1MTQgQzM2LjcyMzM0MTcsMzcuNjU1Njc3MiAzOS40NzM1MDQ3LDM3LjQ1NzAzNjQgMzkuNjM0NDA5OSwzNy40NDE2MTM4IEM0MS4yMTM3NjA3LDM3LjMzNDYxMDcgNDIuODM2NDUxMSwzNS44NzIxODAzIDQzLjA4OTE1MTgsMzQuNDI3OTM2IEM0My4wODkxNTE4LDM0LjQyNzkzNiA0My4zODk4MTM3LDMzLjA1NjIzMTIgNDMuNTQ4OTIxMywzMS44NDg2NTY5IEM0My44MjkzODg4LDI5LjcyMDAwMTEgNDQsMjcuMTA2OTE5NCA0NCwyNCBDNDQsMjAuODkyOTAzOCA0My44Mjk5MTQ0LDE4LjI4MzQ0MDYgNDMuNTUwMzYxNiwxNi4xNjA5NzcxIEM0My4zOTE4OTQsMTQuOTU3ODM1IDQzLjA4NDI4NTksMTMuNTQ1NTYwNiA0My4wODQyODU5LDEzLjU0NTU2MDYgQzQyLjg1NDUwMjUsMTIuMTM1MzI1NCA0MS4yMTg1MzgxLDEwLjY2Mzc2ODggMzkuNzMyMzk1NCwxMC41NTU5OTkgQzM5LjQ3MzI5MjMsMTAuNTMxMjA3OSAzNi44ODI3NjA3LDEwLjMzNzkwNDcgMzUuNzM4Mjg0MywxMC4yNzc3MTc3IEMzMi40NDE2MjQ2LDEwLjEwNDM0OSAyOC41MjMyMTM1LDEwIDI0LDEwIEMxOS40NzY3NTI0LDEwIDE1LjU2MDQ5MzcsMTAuMTA0MjE0NSAxMi4yNjc0NDc5LDEwLjI3NzM1NjYgQzExLjEyNDI3NzIsMTAuMzM3NDYyNCA4LjI2MDY5MzI3LDEwLjU1NjU2ODMgOC4yNjA2OTMyNywxMC41NTY1NjgzIEM2Ljc5Njc3Mzg4LDEwLjY1NTkxOSA1LjE2MzQyMjg0LDEyLjEyODU0MDEgNC45MTA4NDgyLDEzLjU3MjA2NCBDNC45MTA4NDgyLDEzLjU3MjA2NCA0LjYxMDE4NjI4LDE0Ljk0Mzc2ODggNC40NTEwNzg3LDE2LjE1MTM0MzEgWiBNMTkuMDE0Mjk0NywxOS4zMTY5OTUxIEMxOS4wMTY5ODQ1LDE4LjIwNzE3ODkgMTkuODA2MzEwMywxNy43NDU4MTYxIDIwLjc2MzYwNjYsMTguMjc4ODg1NSBMMjkuMjcxNTQ5NywyMy4wMTY1MjQ2IEMzMC4yMzQ5NzgxLDIzLjU1MzAwODcgMzAuMjI2NzExNCwyNC40MzAyODg4IDI5LjI2NjgxOTMsMjQuOTY4Mjg3IEwyMC43MzU4MDUyLDI5Ljc0OTczMDYgQzE5Ljc2OTc2NDIsMzAuMjkxMTc1MSAxOC45ODg4MTgzLDI5LjgyODU2NTEgMTguOTkxNTAzNiwyOC43MjA2MDI2IEwxOS4wMTQyOTQ3LDE5LjMxNjk5NTEgWiIgZmlsbD0iI0ZGNTcyMiI+PC9wYXRoPgo8L3N2Zz4=");
}

.news__has-video__container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(236, 239, 241, 0.6);
}

.news__has-video__container .news__has-video__icon {
  width: 32px;
  height: 32px;
}

body.show-advert-news .ti__fixed {
  background-color: #bbdefb;
}

body.show-advert-news .ti__advert {
  background-color: #c8e6c9;
}

.chitaru__rightcolumn-list .chitaru__news-item__single-title {
  display: block;
}

.chitaru__right-column {
  display: none;
  position: relative;
  max-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
}

.chitaru__right-column .content-container {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 110px - 10px);
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.chitaru__right-column .content-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: visibility 0s, opacity 0.2s, top 0.3s;
}

.chitaru__right-column .content-container.fadeInFromBottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: a 0.3s;
  animation: a 0.3s;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes a {
  0% {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.chitaru__right-column .content-container.fadeOutToTop {
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px);
  -webkit-animation: b 0.3s;
  animation: b 0.3s;
}

@-webkit-keyframes b {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}

@keyframes b {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}

.chitaru__right-column .content-container.fadeInFromTop {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: c 0.3s;
  animation: c 0.3s;
}

@-webkit-keyframes c {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes c {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.chitaru__right-column .content-container.fadeOutToBottom {
  -webkit-transform: translateY(100vh);
  transform: translateY(100vh);
  -webkit-animation: d 0.3s;
  animation: d 0.3s;
}

@-webkit-keyframes d {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
}

@keyframes d {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
}

.chitaru__right-column .content-container.active {
  top: 70px;
  max-height: calc(100vh - 70px - 40px);
}

body.menu-panel__show-hidden-main-menu .chitaru__right-column .content-container.active {
  top: 110px;
  max-height: calc(100vh - 110px - 40px);
}

body.menu-panel__is-not-exists .chitaru__right-column .content-container.active {
  top: 0;
  max-height: calc(100vh - 40px);
}

.chitaru__footer {
  position: relative;
  padding: 15px;
  border-top: 3px solid #424242;
  background-color: #e0e0e0;
  z-index: 1002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-osx-font-smoothing: grayscale;
}

.footer__address {
  position: relative;
  padding: 15px;
  border-top: 1px solid #757575;
}

.footer__group-rules .footer__group-list li a {
  display: inline-block;
  color: var(--default__color);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--default__underline-color);
  text-decoration-color: var(--default__underline-color);
}

.menu-panel__sitemap-menu .chitaru__footer,
.menu-panel__sitemap-menu .footer__address {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1400px;
  margin: 0 auto;
}

.footer__group {
  width: 100%;
  margin-bottom: 10px;
}

.footer__group-title {
  margin-bottom: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(66, 66, 66, 0.5);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.footer__group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 0 0 -10px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 16px;
}

.footer__group-list li {
  position: relative;
  padding: 0 9px;
  color: #424242;
}

.footer__group-list li a {
  display: block;
  color: #424242;
  padding: 5px 0;
  text-decoration: none;
}

.footer__group-list li a:hover {
  color: #f44336;
  text-decoration: underline;
  -webkit-text-decoration-color: #fccbc7;
  text-decoration-color: #fccbc7;
}

.footer__group-list li a.inline {
  display: inline;
}

.footer__group-list.plain-text li {
  padding: 5px 9px;
}

.footer__group-list.plain-text li a {
  padding: 0;
}

.footer__group-list .laquo {
  margin-left: -7px;
}

.group-list__icon {
  display: none;
  position: absolute;
  top: 5px;
  left: -18px;
  width: 16px;
  height: 16px;
  fill: rgba(66, 66, 66, 0.5);
}

.footer__group-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.footer__group-form .newsletter-subscription__subscribe {
  display: block;
  width: 130px;
}

.footer__group-form .controls__theme.button__size-m,
.footer__group-form .controls__theme.input__size-m {
  font-size: 14px;
}

.footer__group-form .newsletter-subscription__email {
  margin: 0 0 0 -10px;
}

.input {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
}

.input.input__size-l {
  font-size: 15px;
  line-height: 18px;
}

.input.input__size-xl {
  font-size: 18px;
  line-height: 38px;
}

.input:before {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  content: "";
  background: #fff;
}

.input_box {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input__control,
.textarea__control {
  font: inherit;
  line-height: inherit;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}

.input__control {
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-appearance: none;
}

.input__size-m .input__control {
  height: 28px;
  padding: 0 10px;
}

.input__size-l .input__control {
  height: 32px;
  padding: 0 10px;
}

.input__size-xl .input__control {
  height: 38px;
  padding: 0 10px;
}

.input__size-m .input__clear,
.input__size-s .input__clear {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PHBhdGggZD0iTTEwIC43TDkuMyAwIDUgNC4zLjcgMCAwIC43IDQuMyA1IDAgOS4zbC43LjdMNSA1LjcgOS4zIDEwbC43LS43TDUuNyA1eiIvPjwvc3ZnPg==");
  background-position: 7px 50%;
}

.input__size-l .input__clear,
.input__size-xl .input__clear {
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZD0iTTE0IC43bC0uNy0uN0w3IDYuMy43IDAgMCAuNyA2LjMgNyAwIDEzLjNsLjcuN0w3IDcuN2w2LjMgNi4zLjctLjdMNy43IDd6Ii8+PC9zdmc+");
  background-position: 9px 50%;
}

.button {
  display: inline-block;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  border: 0;
  outline: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.button,
.switch {
  position: relative;
}

.switch {
  padding-left: 52px;
  padding-top: 0;
  cursor: pointer;
  line-height: 20px;
  box-sizing: border-box;
}

.switch:after,
.switch:before {
  display: block;
  position: absolute;
  content: " ";
}

.switch:before {
  left: 5px;
  top: 2px;
  width: 34px;
  height: 14px;
  border-radius: 6px;
  transition: background-color 0.3s ease 0s;
}

.switch:after {
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  transition: left 0.3s ease 0s, background-color 0.3s ease 0s;
}

.switch.checked:after {
  left: 24px;
}

.alert__line {
  font-size: 15px;
  line-height: 50px;
  padding: 0 15px;
  margin: 0 0 20px;
  text-align: center;
}

.alert__line a {
  color: inherit !important;
  text-decoration: underline;
}

.alert__line .for-desktop {
  display: none;
}

.alert__line .for-mobile {
  display: inline;
}

.alert__line.mobile-version a {
  text-decoration: none;
}

.alert__line.mobile-version .for-desktop {
  display: inline;
}

.alert__line.mobile-version .for-mobile {
  display: none;
}

.alert__line.multiline {
  font-size: 15px;
  line-height: 20px;
  padding: 15px;
}

.icon {
  display: inline-block;
  text-align: center;
  background: 50% no-repeat;
}

.icon-favorites svg {
  margin: 2px;
}

.controls__theme.textarea {
  border: 1px solid #bdbdbd;
}

.controls__theme.textarea__focused {
  border: 1px solid #ffc107;
  outline: 1px solid #ffc107;
}

.controls__theme.textarea__disabled {
  background: #ebebeb;
}

.controls__theme.textarea__disabled.textarea__control {
  color: #999;
}

.controls__theme.input {
  background: #bdbdbd;
}

.controls__theme.input__focused {
  z-index: 1;
  box-shadow: 0 0 0 1px #ffc107, inset 0 0 0 1px #ffc107;
}

.controls__theme .input__clear {
  position: absolute;
  top: 0;
  right: 0;
  cursor: text;
  transition: opacity 0.1s ease-out;
  opacity: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.controls__theme.input__size-xl .input__clear {
  top: 3px;
}

.controls__theme .input__clear_visible {
  opacity: 0.3;
}

.controls__theme .input__clear_visible:hover {
  cursor: pointer;
  opacity: 1;
}

.controls__theme.checkbox {
  position: relative;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  color: #000;
}

.controls__theme.checkbox .checkbox__box {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  background: #bdbdbd;
}

.controls__theme.checkbox .checkbox__box:after {
  position: absolute;
  top: -5px;
  left: 2px;
  content: "";
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M13.5.5l-8%2012L1.7%208l-1%201.6L5.6%2015l9.1-13.4z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.05s ease-out, visibility 0s linear 0.05s, -webkit-transform 0.05s ease-out;
  transition: transform 0.05s ease-out, opacity 0.05s ease-out, visibility 0s linear 0.05s;
  transition: transform 0.05s ease-out, opacity 0.05s ease-out, visibility 0s linear 0.05s, -webkit-transform 0.05s ease-out;
}

.controls__theme.checkbox .checkbox__control {
  position: absolute;
  z-index: -1;
  margin: 0;
  opacity: 0;
}

.controls__theme.checkbox.checkbox__size-m {
  font-size: 13px;
}

.controls__theme.checkbox.checkbox__size-m .checkbox__box {
  line-height: 14px;
  top: 2px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.controls__theme.checkbox.checkbox__size-m .checkbox__box:before {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  content: "";
  border-radius: 2px;
  background: #fff;
}

.controls__theme.checkbox.checkbox__size-m .checkbox__box:after {
  width: 15px;
  height: 15px;
}

.controls__theme.checkbox.checkbox-checked .checkbox__box {
  background: #ffab00;
}

.controls__theme.checkbox.checkbox-checked .checkbox__box:before {
  background: #ffd740;
}

.controls__theme.checkbox.checkbox-checked .checkbox__box:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0s;
}

.controls__theme.button {
  color: #000;
  background: #bdbdbd;
  border-radius: 3px;
  text-decoration: none;
}

.controls__theme.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.controls__theme.button .button__text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.controls__theme.button .icon {
  position: relative;
}

.controls__theme.button .module__comments {
  padding-left: 24px;
}

.controls__theme.button .svg-icons {
  left: 0;
  fill: #212121;
}

.controls__theme.button:before {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  content: "";
  border-radius: 2px;
  background: #fff;
}

.controls__theme.button:hover {
  cursor: pointer;
  background: #9e9e9e;
  color: #000;
  text-decoration: none;
}

.controls__theme.button:hover .svg-icons {
  left: 0;
}

.controls__theme.button:hover .svg-icons g,
.controls__theme.button:hover .svg-icons path {
  fill: #000;
}

.controls__theme.button.button-selected {
  color: #000;
  background: #ffab00;
}

.controls__theme.button.button-selected:before {
  background: #ffd740;
}

.controls__theme.button.button-selected:hover {
  background: #ff8f00;
}

.controls__theme.button.button-selected:hover:before {
  background: #ffc400;
}

.controls__theme.button.button-disabled {
  color: #757575;
  background: #bdbdbd;
}

.controls__theme.button.button-disabled:before,
.controls__theme.button.button-disabled:hover,
.controls__theme.button.button-disabled:hover:before {
  background: #bdbdbd;
}

.controls__theme.button.button-checked {
  background: #ffab00;
  box-shadow: 0 1px 0 1px #ffab00;
}

.controls__theme.button.button-checked:hover {
  box-shadow: 0 1px 0 1px #ff8f00;
  background: #ff8f00;
}

.controls__theme.button.button-checked:before {
  background: #ffd740;
}

.controls__theme.button.button-checked:hover:before {
  background: #ffc400;
}

.controls__theme.button.button__size-s {
  font-size: 13px;
  line-height: 24px;
}

.controls__theme.button.button__size-s .icon,
.controls__theme.button.button__size-s .icon svg {
  width: 24px;
}

.controls__theme.button.button__size-s .button__text {
  margin: 0 10px;
}

.controls__theme.button.button__size-m {
  font-size: 13px;
  line-height: 28px;
}

.controls__theme.button.button__size-m .icon,
.controls__theme.button.button__size-m .icon svg {
  width: 28px;
}

.controls__theme.button.button__size-m .button__text {
  margin: 0 13px;
}

.controls__theme.button.button__size-l {
  font-size: 15px;
  line-height: 32px;
}

.controls__theme.button.button__size-l .icon,
.controls__theme.button.button__size-l .icon svg {
  width: 32px;
}

.controls__theme.button.button__size-l .button__text {
  margin: 0 15px;
}

.controls__theme.button.button__size-xl {
  font-size: 18px;
  line-height: 38px;
}

.controls__theme.button.button__size-xl .icon {
  width: 38px;
}

.controls__theme.button.button__size-xl .button__text {
  margin: 0 18px;
}

.controls__theme.switch {
  color: #757575;
  font-size: 13px;
}

.controls__theme.switch:before {
  background-color: #757575;
}

.controls__theme.switch:after {
  background-color: #fff;
}

.controls__theme.radio-group {
  display: inline-block;
}

.controls__theme.radio-group__size-m {
  line-height: 24px;
}

.controls__theme.radio-group__size-l {
  line-height: 30px;
}

.controls__theme.radio-group__type-button {
  display: inline-block;
  white-space: nowrap;
}

.controls__theme.radio__type-button {
  display: inline-block;
}

.controls__theme.chitaru-modal {
  display: none;
  visibility: hidden;
  left: -9000px;
  top: -9000px;
  margin: -9999px 0 0 -9999px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(33, 33, 33, 0.1), 0 10px 20px -5px rgba(33, 33, 33, 0.4);
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-name: e;
  animation-name: e;
}

.controls__theme.chitaru-modal.modal-popup__container_visible {
  display: block;
  visibility: visible;
  margin: 0;
  -webkit-animation-name: f;
  animation-name: f;
}

.controls__theme .chitaru-modal,
.controls__theme.cr_weather_places {
  display: none;
}

.controls__theme.popup__js-inited {
  display: block;
}

.controls__theme.alert__line.green-code {
  background-color: #8bc34a;
  color: #fff;
}

.controls__theme.alert__line.green-code a {
  -webkit-text-decoration-color: #dcedc8;
  text-decoration-color: #dcedc8;
}

.controls__theme.alert__line.yellow-code {
  background-color: #ff8f00;
  color: #fff;
}

.controls__theme.alert__line.yellow-code a {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.controls__theme.alert__line.red-code {
  background-color: #ff5722;
  color: #fff;
}

.controls__theme.alert__line.red-code a {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.controls__theme.alert__line.blue-code {
  background-color: #03a9f4;
  color: #fff;
}

.controls__theme.alert__line.blue-code a {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.radio__type-button .button {
  border-radius: 0;
}

.radio__type-button .button:before {
  left: 0;
  border-radius: 0;
}

.radio__type-button:first-child .button {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.radio__type-button:first-child .button:before {
  left: 1px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.radio__type-button:last-child .button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.radio__type-button:last-child .button:before {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.radio.radio__type-button .radio__control {
  position: absolute;
  visibility: hidden;
}

@-webkit-keyframes e {
  0% {
    visibility: visible;
    margin: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  99% {
    margin: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    visibility: hidden;
    margin: -9999px 0 0 -9999px;
    opacity: 0;
  }
}

@keyframes e {
  0% {
    visibility: visible;
    margin: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  99% {
    margin: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    visibility: hidden;
    margin: -9999px 0 0 -9999px;
    opacity: 0;
  }
}

@-webkit-keyframes f {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes f {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.control-group .button.controls__theme {
  border-radius: 0;
}

.control-group .button.controls__theme:before {
  right: 0;
  border-radius: 0;
}

.control-group > .button.controls__theme:first-child,
.control-group > :first-child .button.controls__theme {
  border-radius: 3px 0 0 3px;
}

.control-group > .button.controls__theme:first-child:before,
.control-group > :first-child .button.controls__theme:first-child:before {
  border-radius: 2px 0 0 2px;
}

.control-group > .button.controls__theme:last-child,
.control-group > :last-child .button.controls__theme {
  border-radius: 0 3px 3px 0;
}

.control-group > .button.controls__theme:last-child:before,
.control-group > :last-child .button.controls__theme:before {
  border-radius: 0 2px 2px 0;
  right: 1px;
}

.popup__content {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
}

.popup__buttons {
  text-align: center;
}

.popup-calendar {
  width: 250px;
  min-width: 200px;
}

.calendar-month__title {
  font-weight: 700;
  color: #212121;
  padding: 0 16px;
  font-size: 15px;
  line-height: 44px;
  background: #eee;
}

.calendar-month__title span {
  margin-left: 10px;
  font-weight: 400;
  font-size: 13px;
  color: #757575;
}

.calendar-month__title.is-edit span {
  display: none;
}

.calendar__content.is-edit .calendar-month__title {
  border: 2px solid #ffc107;
  padding: 0 14px;
  line-height: 40px;
  background: #fff;
}

.calendar__content.is-edit .calendar-month__title span,
.calendar__content.is-edit .calendar__arrows {
  display: none;
}

.calendar-month__dates {
  position: relative;
  clear: left;
  margin: -1% 0 0 -1.2857%;
  list-style: none;
  padding: 0 9px 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.calendar-month__dates:after {
  display: block;
  clear: both;
  content: "";
}

.calendar-month__dates li {
  float: none;
  display: inline-block;
  box-sizing: border-box;
  line-height: 27px;
}

.calendar-month__date {
  position: relative;
  width: 13%;
  margin: 1% 0 0 1.2857%;
  color: #212121;
  border-radius: 2px;
  font-size: 13px;
  z-index: 2;
  cursor: pointer;
  text-align: center;
}

.calendar-month__date.calendar-month__date_weekend {
  color: #f44336;
}

.calendar-month__date.calendar-month__date_inactive {
  color: #bdbdbd;
}

.calendar-month__date.calendar-month__date_today {
  font-weight: 700;
  background-color: #eee;
}

.calendar-month__date.calendar-month__date_selected {
  background-color: #ffd740;
}

.calendar-month__date.calendar-month__date_selected:hover {
  background-color: #ffc400;
}

.calendar-month__weekdays {
  padding: 9px 9px 0;
  margin: 0 0 0 -1.2857%;
  list-style: none;
}

.calendar-caption__current-date {
  font-size: 15px;
  line-height: 28px;
  color: #757575;
  margin-left: 10px;
  cursor: pointer;
}

.calendar-caption__current-date:hover {
  color: #f44336;
  text-decoration: underline;
  -webkit-text-decoration-color: #fccbc7;
  text-decoration-color: #fccbc7;
}

.calendar-month__weekday {
  float: left;
  width: 13%;
  color: #212121;
  margin: 0 0 0 1.2857%;
  font-size: 11px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
}

.calendar-month__weekday.calendar-month__weekday-weekend {
  color: #f44336;
}

.calendar-month__day-holder_pos-2 {
  width: 14.2858%;
}

.calendar-month__day-holder_pos-3 {
  width: 28.5715%;
}

.calendar-month__day-holder_pos-4 {
  width: 42.8571%;
}

.calendar-month__day-holder_pos-5 {
  width: 57.1429%;
}

.calendar-month__day-holder_pos-6 {
  width: 71.4286%;
}

.calendar-month__day-holder_pos-7 {
  width: 85.7143%;
}

.calendar-month__day-holder {
  margin: 1% 0 0;
}

.calendar__arrows {
  position: absolute;
  top: 10px;
  right: 17px;
}

.calendar__arrow {
  display: inline-block;
  width: 25px;
  height: 22px;
  vertical-align: top;
  border: 1px solid #bdbdbd;
  background: 50% 50% no-repeat #fff;
  cursor: pointer;
}

.calendar__arrow.calendar__arrow_hidden {
  border-color: #bdbdbd;
  background-color: transparent;
}

.calendar__arrow_direction-left {
  border-right: none;
  border-radius: 2px 0 0 2px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='10' viewBox='0 0 6 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5l5 5 1-1-4-4 4-4-1-1-5 5z' fill='%23757575' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.calendar__arrow_direction-left.calendar__arrow_hidden {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='10' viewBox='0 0 6 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5l5 5 1-1-4-4 4-4-1-1-5 5z' fill='%23bdbdbd' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.calendar__arrow_direction-right {
  border-radius: 0 2px 2px 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='10' viewBox='0 0 6 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5l-5 5-1-1 4-4-4-4 1-1 5 5z' fill='%23757575' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.calendar__arrow_direction-right.calendar__arrow_hidden {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='10' viewBox='0 0 6 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5l-5 5-1-1 4-4-4-4 1-1 5 5z' fill='%23bdbdbd' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.weather-caption__popup {
  width: 700px;
}

.portal__logotype-image {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTAwIiBoZWlnaHQ9Ijk2IiB2aWV3Qm94PSIwIDAgMzk1IDc2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzOTUgNzYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KIDxnPg0KICA8cGF0aCBmaWxsPSIjMjEyMTIxIiBkPSJNMjYwIDYybDAgLTIwIC0yMiAwIDAgMjAgMjIgMHptLTI2MCAtNDdsMCAxNWMwLDMgMCw1IDEsNyAxLDIgMiw0IDQsNSAyLDEgMywyIDYsMiAyLDEgNCwxIDcsMWw5IDAgMCAxNyAyMCAwIDAgLTQ3IC0yMCAwIDAgMjAgLTMgMGMwLDAgLTEsMCAtMSwwIC0xLC0xIC0xLC0yIC0yLC0yIDAsLTEgMCwtMyAwLC00bDAgLTE0IC0yMSAwem0yMjYgNDdsMCAtMjdjMCwtMyAwLC03IC0xLC05IC0xLC0zIC0yLC01IC00LC03IC0xLC0yIC00LC0zIC02LC00IC0zLC0xIC03LC0xIC0xMCwtMSAtMywwIC01LDAgLTgsMCAtMiwwIC00LDEgLTYsMSAtMiwwIC00LDEgLTYsMSAtMSwxIC0yLDEgLTMsMmwwIDExYzEsLTEgMiwtMSAzLC0xIDEsLTEgMywtMSA0LC0yIDIsMCAzLDAgNSwwIDIsLTEgMywtMSA0LC0xIDIsMCAzLDAgNCwxIDEsMCAyLDAgMywxIDAsMSAxLDIgMSwzbDAgMmMtMSwwIC0yLC0xIC0zLC0xIC0xLDAgLTIsMCAtNCwtMSAtMSwwIC0zLDAgLTUsMCAtMywwIC01LDAgLTcsMSAtMiwxIC00LDIgLTYsNCAtMSwxIC0yLDMgLTMsNSAwLDEgLTEsMyAtMSw1bDAgM2MwLDMgMSw1IDEsNyAxLDEgMiwzIDQsNCAxLDEgMywyIDUsMiAxLDEgMywxIDYsMSAyLDAgMywwIDUsMCAyLC0xIDMsLTEgNCwtMiAxLC0xIDIsLTIgMywtMyAxLDAgMSwtMSAxLC0ybDEgNyAxOSAwem0tNTYgLTM1bDAgLTEyIC01MCAwIDAgMTIgMTUgMCAwIDM1IDIwIDAgMCAtMzUgMTUgMHptLTEwNyAzNWwwIC00NyAxNyAwIDAgMTkgMTUgLTE3IDAgLTIgMTcgMCAwIDQ3IC0xNyAwIDAgLTE5IC0xNSAxNyAwIDIgLTE3IDB6Ii8+DQogIDxwYXRoIGZpbGw9IiMwM2E5ZjQiIGQ9Ik0zOTUgMTVsLTIyIDAgLTkgMjUgLTggLTI1IC0yNiAwIDIwIDQ2IC02IDE1IDI3IDAgMjQgLTYxem0tMTMxIC0xNWwtMjkgMCA0IDM0IDIxIDAgNCAtMzR6bTY1IDQxbDAgLTZjMCwtMiAtMSwtNCAtMSwtNiAwLC0yIC0xLC00IC0yLC02IC0xLC0yIC0yLC00IC00LC01IC0xLC0xIC0zLC0yIC01LC0zIC0yLC0xIC01LC0xIC04LC0xIC0zLDAgLTUsMCAtNywxIC0yLDAgLTMsMSAtNCwxIC0yLDEgLTIsMiAtMywzbDAgLTQgLTIzIDAgMCA2MSAyMyAwIDAgLTE1YzEsMCAxLDAgMiwwIDEsMCAxLDAgMiwwIDEsMSAyLDEgMywxIDEsMCAyLDAgMywwIDAsMCAxLDAgMSwwIDUsMCA5LC0xIDEyLC0zIDQsLTEgNiwtNCA4LC03IDIsLTMgMywtNyAzLC0xMXoiLz4NCiA8L2c+DQo8L3N2Zz4NCg==") no-repeat;
  background-size: 100%;
}

.chitaru__age-limit {
  display: inline-block;
  padding: 5px 8px;
  font-size: 15px;
  font-weight: 700;
  background-color: #f44336;
  color: #fff;
}

.shuffle-items .shuffle-item {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

.share-link__item {
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
  color: #fff;
  overflow: hidden;
  position: relative;
  font-size: 13px;
  line-height: 34px;
}

.share-link__item .share-link__item-icon {
  background-size: auto;
}

.share-link__item.counter-visible .share-link__item-text {
  display: inline-block;
}

.share-link__item.vk {
  background-color: #48729e;
}

.share-link__item.vk .share-link__item-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjc4NSAxNi4yNDFzLjI4OC0uMDMyLjQzNi0uMTk0Yy4xMzYtLjE0OC4xMzItLjQyNy4xMzItLjQyN3MtLjAyLTEuMzA0LjU3Ni0xLjQ5NmMuNTg4LS4xOSAxLjM0MSAxLjI2IDIuMTQgMS44MTguNjA1LjQyMiAxLjA2NC4zMyAxLjA2NC4zM2wyLjEzNy0uMDNzMS4xMTctLjA3MS41ODctLjk2NGMtLjA0My0uMDczLS4zMDgtLjY2MS0xLjU4OC0xLjg3LTEuMzQtMS4yNjQtMS4xNi0xLjA1OS40NTMtMy4yNDYuOTgzLTEuMzMyIDEuMzc2LTIuMTQ1IDEuMjUzLTIuNDkzLS4xMTctLjMzMi0uODQtLjI0NC0uODQtLjI0NGwtMi40MDYuMDE1cy0uMTc4LS4wMjUtLjMxLjA1NmMtLjEzLjA3OS0uMjEyLjI2Mi0uMjEyLjI2MnMtLjM4MiAxLjAzLS44OSAxLjkwN2MtMS4wNyAxLjg1LTEuNDk5IDEuOTQ4LTEuNjc0IDEuODMyLS40MDctLjI2Ny0uMzA1LTEuMDc1LS4zMDUtMS42NDggMC0xLjc5My4yNjctMi41NC0uNTIxLTIuNzMzLS4yNjItLjA2NS0uNDU0LS4xMDctMS4xMjMtLjExNC0uODU4LS4wMDktMS41ODUuMDAzLTEuOTk2LjIwOC0uMjc0LjEzNi0uNDg1LjQ0LS4zNTYuNDU3LjE1OS4wMjIuNTE5LjA5OS43MS4zNjMuMjQ2LjM0MS4yMzcgMS4xMDcuMjM3IDEuMTA3cy4xNDIgMi4xMS0uMzMgMi4zNzFjLS4zMjUuMTgtLjc3LS4xODctMS43MjUtMS44NjUtLjQ4OS0uODU5LS44NTktMS44MS0uODU5LTEuODFzLS4wNy0uMTc2LS4xOTgtLjI3MmMtLjE1NC0uMTE1LS4zNy0uMTUxLS4zNy0uMTUxbC0yLjI4Ni4wMTVzLS4zNDMuMDEtLjQ2OS4xNjFDMy45NCA3LjcyMSA0LjA0MyA4IDQuMDQzIDhzMS43OSA0LjI1OCAzLjgxNyA2LjQwM2MxLjg1OCAxLjk2NyAzLjk2OCAxLjgzOCAzLjk2OCAxLjgzOGguOTU3eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}

.share-link__item.facebook {
  background-color: #3b5998;
}

.share-link__item.facebook .share-link__item-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjQyMyAyMHYtNy4yOThoMi40NjRsLjM2OS0yLjg0NWgtMi44MzJWOC4wNDJjMC0uODI0LjIzLTEuMzg1IDEuNDE3LTEuMzg1aDEuNTE1VjQuMTExQTIwLjI1NSAyMC4yNTUgMCAwIDAgMTQuMTQ4IDRjLTIuMTgzIDAtMy42NzggMS4zMjYtMy42NzggMy43NnYyLjA5N0g4djIuODQ1aDIuNDdWMjBoMi45NTN6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4K);
}

.share-link__item.odnoklassniki {
  background-color: #eb722e;
}

.share-link__item.odnoklassniki .share-link__item-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTEuNjc0IDYuNTM2YTEuNjkgMS42OSAwIDAgMC0xLjY4OCAxLjY4OGMwIC45My43NTcgMS42ODcgMS42ODggMS42ODdhMS42OSAxLjY5IDAgMCAwIDEuNjg4LTEuNjg3IDEuNjkgMS42OSAwIDAgMC0xLjY4OC0xLjY4OHptMCA1Ljc2M2E0LjA4IDQuMDggMCAwIDEtNC4wNzYtNC4wNzUgNC4wOCA0LjA4IDAgMCAxIDQuMDc2LTQuMDc3IDQuMDggNC4wOCAwIDAgMSA0LjA3NyA0LjA3NyA0LjA4IDQuMDggMCAwIDEtNC4wNzcgNC4wNzV6TTEwLjAyNSAxNS42MjRhNy42MzMgNy42MzMgMCAwIDEtMi4zNjctLjk4IDEuMTk0IDEuMTk0IDAgMCAxIDEuMjcyLTIuMDIyIDUuMTc1IDUuMTc1IDAgMCAwIDUuNDg5IDAgMS4xOTQgMS4xOTQgMCAxIDEgMS4yNzIgMi4wMjIgNy42NDcgNy42NDcgMCAwIDEtMi4zNjcuOThsMi4yNzkgMi4yOGExLjE5NCAxLjE5NCAwIDAgMS0xLjY5IDEuNjg4bC0yLjIzOC0yLjI0LTIuMjQgMi4yNGExLjE5MyAxLjE5MyAwIDEgMS0xLjY4OS0xLjY4OWwyLjI3OS0yLjI3OSIvPjwvZz48L3N2Zz4=);
}

.share-link__item.twitter {
  background-color: #00aced;
}

.share-link__item.twitter .share-link__item-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDcuNTM5YTYuNTYgNi41NiAwIDAgMS0xLjg4NS41MTcgMy4yOTQgMy4yOTQgMCAwIDAgMS40NDMtMS44MTYgNi41NzUgNi41NzUgMCAwIDEtMi4wODUuNzk2IDMuMjgzIDMuMjgzIDAgMCAwLTUuNTkzIDIuOTk0QTkuMzIgOS4zMiAwIDAgMSA1LjExNCA2LjZhMy4yOCAzLjI4IDAgMCAwIDEuMDE2IDQuMzgyIDMuMjc0IDMuMjc0IDAgMCAxLTEuNDg3LS40MXYuMDQxYTMuMjg1IDMuMjg1IDAgMCAwIDIuNjMzIDMuMjE4IDMuMzA1IDMuMzA1IDAgMCAxLTEuNDgyLjA1NiAzLjI4NiAzLjI4NiAwIDAgMCAzLjA2NiAyLjI4QTYuNTg1IDYuNTg1IDAgMCAxIDQgMTcuNTI0IDkuMjkxIDkuMjkxIDAgMCAwIDkuMDMyIDE5YzYuMDM4IDAgOS4zNC01IDkuMzQtOS4zMzcgMC0uMTQzLS4wMDQtLjI4NS0uMDEtLjQyNUE2LjY3MiA2LjY3MiAwIDAgMCAyMCA3LjUzOHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
}

.share-link__item-icon {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  line-height: normal;
  background-size: 24px 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.share-link__item-text {
  position: relative;
  display: none;
  line-height: 34px;
  padding: 0 8px;
}

.share-link__item-text:before {
  margin-left: -8px;
  content: "";
  position: absolute;
  width: 1px;
  top: 2px;
  bottom: 2px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEX///+nxBvIAAAAAXRSTlMz/za5cAAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=") 0 0 repeat-y;
}

.chitaru__social-icons {
  display: none;
}

.chitaru__newsletter-subscription-button,
.social-icons__item {
  display: block;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  border-radius: 22px;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  margin-bottom: 10px;
}

.chitaru__newsletter-subscription-button .svg-icons,
.social-icons__item .svg-icons {
  margin-top: 10px;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  fill: #fff;
}

.social-icons__item {
  position: relative;
  background-color: var(--default__color);
}

.social-icons__item i {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.social-icons__write-us {
  margin-top: 20px;
}

.social-icons__move-up i {
  top: 13px;
  width: 25px;
  height: 15px;
  margin-left: 11px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDIxIDEzLjczIj48cG9seWdvbiBwb2ludHM9IjEwLjUxIDAgMjEgMTAuNDkgMTcuOSAxMy42IDEwLjY0IDYuMzQgMy4yNCAxMy43MyAwIDEwLjQ5IDEwLjUgMCAxMC41IDAuMDEgMTAuNTEgMCIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+");
}

.chitaru__newsletter-subscription-button {
  position: fixed;
  background-color: #f44336;
  right: 10px;
  bottom: 20px;
  z-index: 1005;
}

body.menu-panel__show-hidden-main-menu:not(.menu-panel__search-panel-opened) .chitaru__social-icons {
  opacity: 1;
  visibility: visible;
  bottom: 74px;
}

body.menu-panel__show-hidden-main-menu:not(.menu-panel__search-panel-opened) .chitaru__social-icons__is-NY-2020 {
  bottom: 128px;
}

body.is-subscribed .chitaru__newsletter-subscription-button {
  background-color: #757575;
}

.module__comments {
  position: relative;
  font-size: 13px;
  line-height: 18px;
  color: #9e9e9e;
  white-space: nowrap;
  cursor: pointer;
}

.module__comments span {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 10px;
  line-height: 18px;
  vertical-align: baseline;
}

.module__comments .svg-icons {
  position: absolute;
  left: -2px;
  top: -7px;
  fill: #9e9e9e;
}

.module__comments-space {
  margin-right: 6px;
}

.chitaru__age-class {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  padding: 8px;
  background-color: #f44336;
  color: #fff;
  vertical-align: top;
}

.chitaru__age-class:after {
  display: block;
  clear: both;
  content: "";
}

.hidden {
  display: none;
}

.is-partial-width {
  width: 50%;
}

.align-left {
  float: left;
  margin-right: 15px;
}

.align-right {
  float: right;
  margin-left: 15px;
}

.align-center {
  margin: 0 auto;
}

.chitaru__rubrics-list {
  width: 100%;
  margin: 0;
  padding-right: 30px;
}

.chitaru__rubrics-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.chitaru__rubrics-list li {
  list-style-type: none;
  margin: 0;
  padding: 14px 0 15px;
  font-size: 16px;
  line-height: 18px;
  border-top: 1px solid #e0e0e0;
}

.chitaru__rubrics-list li:first-child {
  border-top: none;
  padding-top: 15px;
}

.chitaru__rubrics-list li a {
  color: #424242;
  text-decoration: none;
}

.chitaru__rubrics-list li a:hover {
  color: #f44336;
}

.chitaru__rubrics-list li.important {
  background-color: #f44336;
  padding-left: 15px;
}

.chitaru__rubrics-list li.important a {
  color: #fff;
}

.chitaru__rubrics-list li.selected {
  font-weight: 700;
  padding-left: 15px;
}

.chitaru__rubrics-list li.selected.with-bg {
  margin-left: -30px;
  padding-left: 30px;
  background-color: var(--default__color);
  color: #fff;
  font-weight: 400;
}

.chitaru__rubrics-list li.selected.with-bg a,
.chitaru__rubrics-list li.selected.with-bg a:hover {
  color: #fff;
  text-decoration: none;
}

.chitaru__rubrics-list li.selected.with-bg + li {
  border-top: none;
}

.chitaru__rubrics-list .chitaru__subcaption {
  margin-left: -30px;
}

.chitaru__subcaption {
  position: relative;
  background-color: var(--default__color);
  width: 70%;
  max-width: 220px;
}

.chitaru__subcaption > a,
.chitaru__subcaption > span {
  white-space: nowrap;
  text-transform: uppercase;
}

.chitaru__subcaption span {
  float: left;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  padding: 8px 30px;
}

.chitaru__subcaption span a {
  color: #fff;
  text-decoration: none;
}

.chitaru__subcaption a {
  color: var(--default__color);
  text-decoration: none;
}

.chitaru__subcaption:after {
  display: block;
  clear: both;
  content: "";
}

.chitaru__caption-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  padding: 18px 30px;
}

.chitaru__caption-line .chitaru__caption {
  width: auto;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.chitaru__caption-line .chitaru__caption.chitaru__caption-wrapped {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.chitaru__caption-line .chitaru__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  padding: 0;
  margin-right: auto;
  margin-left: 0;
}

.chitaru__caption-line .chitaru__caption ~ .chitaru__breadcrumbs {
  margin-left: auto;
  margin-right: 0;
  padding: 0 0 0 15px;
}

.chitaru__caption-line .chitaru__wonder-300-250 .chitaru__yad {
  margin-left: -30px;
  margin-right: -30px;
}

.chitaru__caption {
  position: relative;
  padding: 0;
  font-size: 32px;
  line-height: 36px;
  color: #212121;
  word-wrap: none;
  text-overflow: ellipsis;
}

.chitaru__tab-item,
.chitaru__tab-item__info {
  float: left;
  display: inline-block;
  font-size: inherit;
}

.chitaru__tabs {
  background-color: #f5f5f5;
}

.chitaru__tabs .chitaru__tab-item {
  color: var(--default__color);
  background-color: #f5f5f5;
  cursor: pointer;
}

.chitaru__tabs .chitaru__tab-item:hover {
  color: #f44336;
}

.chitaru__tabs .chitaru__tab-item.selected {
  color: inherit;
  background-color: #fff;
  cursor: default;
}

.chitaru__tabs .chitaru__tab-item.selected:hover {
  color: inherit;
}

.chitaru__tabs.article__sub-caption {
  padding: 0;
}

.chitaru__tabs.article__sub-caption .chitaru__tab-item {
  padding: 14px;
}

.chitaru__tabs.article__sub-caption .chitaru__tab-item .article__sub-caption {
  display: none;
}

.chitaru__tabs.article__sub-caption .chitaru__tab-item__info {
  padding: 14px 14px 14px 0;
}

.chitaru__tab-content {
  display: none;
}

.chitaru__tab-content.selected {
  display: block;
}

.chitaru__tab-content .article__sub-caption {
  display: none;
}

.page-group {
  margin: 0 5px;
}

.page-group .controls__theme.button:first-child,
.page-group .controls__theme.button:first-child:before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-group .controls__theme.button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page-group .controls__theme.button:last-child:before {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.page-group .controls__theme.button ~ .button {
  border-radius: 0;
}

.page-group .controls__theme.button ~ .button:before {
  left: 0;
  border-radius: 0;
}

.page-group .controls__theme.button ~ .button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page-group .controls__theme.button ~ .button:last-child:before {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.chitaru__pages {
  -webkit-box-orient: horizontal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.chitaru__pages,
.popup-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}

.popup-message-container {
  position: fixed;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9999;
  width: 100%;
  max-width: unset;
  top: 0;
  right: 0;
  border-radius: 0;
}

.popup-message-container__popup-message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0;
  border: 1px solid #616161;
  color: #212121;
  background-color: #e0e0e0;
  margin-bottom: 7px;
  min-width: 180px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  line-break: strict;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-transform: translateX(1000px) scaleY(0);
  transform: translateX(1000px) scaleY(0);
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.popup-message-container__popup-message.show {
  -webkit-transform: translateX(0) scaleY(1);
  transform: translateX(0) scaleY(1);
}

.popup-message-container__top-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 18px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 9px 18px;
  background-color: rgba(33, 33, 33, 0.6);
}

.popup-message-container__progress-bar {
  height: 3px;
  background: #484848;
  position: absolute;
  left: 0;
  top: 35px;
  transition: width 5s linear;
  width: 0;
}

.popup-message-container__close {
  position: absolute;
  right: 9px;
  top: 9px;
  border: none;
  background: transparent;
  padding: 0;
  width: 17px;
  height: 17px;
  cursor: pointer;
  opacity: 0.7;
  outline: none;
}

.popup-message-container__close:hover {
  opacity: 1;
}

.popup-message-container__close:active {
  opacity: 0.9;
}

.popup-message-container__close .svg-icons {
  width: 17px;
  height: 17px;
  fill: #fff;
}

.popup-message-container__message-container {
  padding: 9px 18px;
}

.popup-message-container__message {
  font-size: 13px;
  line-height: 18px;
  position: relative;
  overflow: hidden;
  max-height: 90px;
  word-break: break-word;
}

.popup-message-container__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 25px);
  overflow: hidden;
  color: #fff;
}

.popup-message-container__popup-message-success {
  background: #c5e1a5;
  border-color: #4f792b;
}

.popup-message-container__popup-message-success .popup-message-container__top-bar {
  background: #689f38;
}

.popup-message-container__popup-message-success .popup-message-container__progress-bar {
  background: #4f792b;
}

.popup-message-container__popup-message-error {
  background: #ff8a65;
  border-color: #aa3510;
}

.popup-message-container__popup-message-error .popup-message-container__top-bar {
  background: #d84315;
}

.popup-message-container__popup-message-error .popup-message-container__progress-bar {
  background: #aa3510;
}

.popup-message-container__popup-message-warning {
  background: #ffe082;
  border-color: #cc8000;
}

.popup-message-container__popup-message-warning .popup-message-container__top-bar {
  background: #ffa000;
}

.popup-message-container__popup-message-warning .popup-message-container__progress-bar {
  background: #cc8000;
}

.chitaru__autoload {
  margin: 30px 0;
  text-align: center;
}

.chitaru__autoload:after {
  display: block;
  clear: both;
  content: "";
}

.chitaru__autoload svg {
  display: none;
  width: 48px;
  height: 48px;
  margin: 0 auto;
}

.chitaru__autoload.is-loading svg {
  display: block;
  stroke: var(--default__color);
}

.chitaru__autoload.is-loading .button {
  display: none;
}

.chitau__message {
  padding: 0 20px;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.message__header {
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 27px;
  color: #424242;
}

.message__additional {
  margin-top: 10px;
}

.message__additional,
.message__reasons-list {
  font-size: 16px;
  line-height: 20px;
  color: #424242;
}

.message__reasons-list {
  list-style-type: none;
  margin: 0;
  padding-left: 30px;
}

.message__reasons-list.message__reasons-list_unmarked {
  padding-left: 0;
}

.message__reasons-list.message__reasons-list_unmarked .message__reason-item {
  margin-top: 5px;
  text-indent: 20px;
}

.message__reasons-list.message__reasons-list_unmarked .message__reason-item:before {
  content: none;
}

.message__reason-item {
  position: relative;
}

.message__reason-item:before {
  content: "—";
  position: relative;
  left: -10px;
}

.message__reason-item-link {
  color: #2196f3;
  -webkit-text-decoration-color: #b2dbfb;
  text-decoration-color: #b2dbfb;
}

.message__reason-item-link:hover {
  color: #f44336;
  -webkit-text-decoration-color: #fccbc7;
  text-decoration-color: #fccbc7;
}

.message__reason-item-important {
  font-weight: 600;
}

.article__message {
  clear: left;
  max-width: 700px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.message-record__avatar {
  display: none;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #9e9e9e;
  background-size: contain;
}

.message-record__avatar.avatar-ufo {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAAAAACpleexAAABhElEQVQ4y43V207CQBAGYN//Ybr1gJadViBqTKxiPJQYSYiKRJGWdBUo29r+XtAL7E6BuWq6X5rNZObvnrVj7THvnBt7OzwbjIYagSS5CQp/ilXlqX52ayF9Yb3yvuDhpUal+iw8z2HUBQPtb9NhdmhCh/kgcM/AjIMTEzZSDioTHiQcjE0oFAenTHsmO97ReuXgBwMfOPjCQK8wnT5n4PEP5lEYKg0A2U8UhqpQjX0D3iZJyyHX9egq1m3pea7rNCeLT1GFE7SCXwDIX4XtrwbpvYlCVqFCKyrnUDbLwdQEtKswRrs8nvt3o/LJQ+FV4QsKUgDwSwvQAgC0TJAcVOFphtQlIpJTYElERFIBPbM9bQXky6TchzRJMkB3uZ0JzIZ/ssvV2xUGm2ZiHd6b8J2FXRO+sfDChE8s3A+rbin57DmK/ru0U5dmzdG6m3dqYy94XGvR2LFEHRzA78Tl9R6EJWrhELi2robfs/HdycZoHgO4tSzb3hb2EVZy619hlSq8/AO5DgaqU/32mQAAAABJRU5ErkJggg==");
}

.message-record__body {
  margin-left: 0;
}

.message__message-answer,
.message__message-reply-form {
  margin-left: 20px;
}

.message__message-record {
  margin-top: 28px;
  clear: left;
}

.message__message-reply-form .message__message-record {
  margin-top: 14px;
}

.message-record__header,
.message-record__text {
  line-height: 26px;
}

.message-record__header {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.message-record__header .bullet,
.message-record__header time {
  font-size: 13px;
  color: var(--default__color);
}

.message-record__header > b {
  color: var(--default__color);
}

.message-record__header .bullet,
.message-record__header .icon__message-answer {
  padding: 0 7px;
}

.message-record__header .answer-to {
  color: #616161;
}

.icon__message-answer svg {
  width: 14px;
  height: 9.5px;
}

.icon__message-answer svg .a {
  fill: #9e9e9e;
}

.message-record__gallery {
  clear: left;
  margin-left: -5px;
}

.message-record__gallery .picture {
  float: left;
  clear: none;
  padding: 5px;
  margin: 0;
  width: 100px;
  height: 75px;
}

.message-record__gallery .picture img {
  border-radius: 2px;
}

.message-record__gallery:after {
  display: block;
  clear: both;
  content: "";
}

.message-record__links,
.message-record__links li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.message-record__links {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 26px;
  padding-top: 5px;
}

.message-record__links li {
  float: left;
  line-height: 26px;
  color: #616161;
}

.message-record__links li.bullet {
  padding: 0 7px;
  color: #9e9e9e;
}

.message-record__links li.message-record__links-number {
  padding-right: 5px;
}

.message-record__links .message-record__txt-link {
  cursor: pointer;
}

.message-record__links .message-record__txt-link:before {
  content: "•";
  color: #9e9e9e;
  padding: 0 7px;
  line-height: 26px;
}

.message-record__links .message-record__txt-link:first-child:before {
  content: "";
  padding: 0;
}

.message-record__links .message-record__reply-hidden {
  display: none;
}

.message-record__links .control-group .controls__theme.button.button__size-s {
  vertical-align: top;
  font-size: 15px;
}

.message-record__links a {
  color: #616161;
  -webkit-text-decoration-color: #c7c7c7;
  text-decoration-color: #c7c7c7;
}

.message-record__links a:hover {
  color: #f44336;
  -webkit-text-decoration-color: #fccbc7;
  text-decoration-color: #fccbc7;
}

.message-record__links:after {
  display: block;
  clear: both;
  content: "";
}

.message-record__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.message-record__share > a {
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-color: #c7c7c7;
  text-decoration-color: #c7c7c7;
}

.message-record__share .article__links-line__share {
  position: static;
  display: none;
  padding: 0 5px;
}

.message-record__share:hover .article__links-line__share {
  display: inline-block;
}

.message-record__share .share-link__item {
  line-height: 24px;
  margin: 2px 0 0 5px;
}

.message-record__share .share-link__item-icon {
  width: 24px;
  height: 24px;
}

.message-record__vote-icon {
  line-height: 26px;
  padding: 0 3px;
  width: 12px;
  height: 8px;
  cursor: pointer;
}

.message-record__vote-icon .a {
  fill: #9e9e9e;
}

.message-record__vote-icon:hover .a {
  fill: #f44336;
}

.message-record__text {
  color: #212121;
}

.message-record__text p {
  margin: 0;
}

.message-record__text a {
  color: #2196f3;
  -webkit-text-decoration-color: #b2dbfb;
  text-decoration-color: #b2dbfb;
}

.message-record__text a:hover {
  color: #f44336;
  -webkit-text-decoration-color: #fccbc7;
  text-decoration-color: #fccbc7;
}

.message-record__show-minused {
  display: none;
}

.message__message-record.message-minused .message-record__show-minused {
  display: block;
}

.message-record__header-status,
.message-record__moderation {
  display: none;
}

.message-record__header-status {
  color: #fff;
  background-color: #ff9800;
  margin-left: 10px;
  padding: 0 10px;
}

.message-record__header-status.header-status__rejected {
  background-color: #f44336;
}

.message-moderate .message-record__moderation,
.message-moderate .moderation__bullet {
  display: block;
}

.message-moderate .message-record__header-status {
  display: inline;
}

.text-advert {
  margin: 28px 0;
}

.text-advert__marker {
  position: relative;
  top: -1px;
  float: left;
  font-size: 10px;
  width: 73px;
  height: 17px;
  line-height: 16px;
  padding-left: 5px;
  margin-right: 5px;
}

.text-advert__marker:after {
  content: "";
  position: absolute;
  right: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 8px 6px;
}

.text-advert__content {
  font-size: 11px;
  line-height: 14px;
  color: #000;
  max-width: 620px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-advert__content a {
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  margin: 0 5px;
  color: #2196f3;
  -webkit-text-decoration-color: #b2dbfb;
  text-decoration-color: #b2dbfb;
}

.text-advert__content a:hover {
  color: #f44336;
  -webkit-text-decoration-color: #fccbc7;
  text-decoration-color: #fccbc7;
}

.text-advert__yandex-direct {
  margin: 28px 0 0;
}

.message-record__form-body {
  position: relative;
  border: 2px solid #bdbdbd;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.message-record__form-body:hover {
  border-color: #9e9e9e;
}

.message-record__form-body:after {
  display: block;
  clear: both;
  content: "";
}

.message-record__media,
.message-record__textarea {
  padding: 6px 10px 8px;
  box-sizing: border-box;
}

.message-record__code,
.message-record__contacts,
.message-record__form-name {
  box-sizing: border-box;
}

.message-record__code input,
.message-record__contacts input,
.message-record__form-name input {
  height: 100%;
  box-sizing: border-box;
  padding: 6px 10px 8px;
  width: 100%;
  outline: none;
  border: none;
}

.message-record__textarea {
  display: block;
  width: 100%;
  height: auto;
  min-height: 44px;
  max-height: 350px;
  margin: 0;
  color: #212121;
  background: #fff;
  cursor: text;
  resize: none;
  border: 0;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  transition: all 0.15s ease-in-out;
  overflow-y: scroll;
  overflow: auto;
}

.message-record__textarea:focus {
  outline: none;
}

.message-record__textarea-label {
  position: absolute;
  top: 7px;
  left: 10px;
  right: 9px;
  color: #9e9e9e;
  font-size: 18px;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: text;
}

.message-record__code,
.message-record__contacts,
.message-record__form-name,
.message-record__media {
  float: left;
  display: inline-block;
  display: none;
  width: 100%;
  height: 37px;
  border-top: 2px solid #bdbdbd;
  border-left: none;
  background-color: #f5f5f5;
}

.message-record__code.focused,
.message-record__contacts.focused,
.message-record__form-name.focused,
.message-record__media.focused {
  border-color: #ffab00;
  background-color: #fec;
}

.bg-capcha {
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
}

.bg-capcha.bg-align-right {
  background-position: 100% 50%;
}

.message-record__media .message-record__media__preview-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: content-box;
}

.message-record__media:after {
  display: block;
  clear: both;
  content: "";
}

.message-record__attachment {
  font-size: 15px;
  color: #9e9e9e;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.message-record__attachment > span {
  margin-left: 10px;
}

.message-record__attachment svg {
  width: 28px;
  height: 21px;
  vertical-align: middle;
  fill: #9e9e9e !important;
}

.message-record__attachment svg .a {
  fill: #9e9e9e;
}

.message-record__media-wrapper {
  position: relative;
  float: left;
  width: 100%;
  height: 21px;
  overflow: hidden;
}

.message-record__media-wrapper label {
  cursor: pointer;
}

.media-wrapper__files {
  display: none !important;
}

.message-record__code input,
.message-record__contacts input,
.message-record__form-name input,
.message-record__media input {
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 15px;
  line-height: 18px;
}

.message-record__code input::-webkit-input-placeholder,
.message-record__contacts input::-webkit-input-placeholder,
.message-record__form-name input::-webkit-input-placeholder,
.message-record__media input::-webkit-input-placeholder {
  color: #616161;
}

.message-record__code input:-ms-input-placeholder,
.message-record__code input::-ms-input-placeholder,
.message-record__contacts input:-ms-input-placeholder,
.message-record__contacts input::-ms-input-placeholder,
.message-record__form-name input:-ms-input-placeholder,
.message-record__form-name input::-ms-input-placeholder,
.message-record__media input:-ms-input-placeholder,
.message-record__media input::-ms-input-placeholder {
  color: #616161;
}

.message-record__code input::placeholder,
.message-record__contacts input::placeholder,
.message-record__form-name input::placeholder,
.message-record__media input::placeholder {
  color: #616161;
}

.message-record__code.is-error,
.message-record__contacts.is-error,
.message-record__form-name.is-error,
.message-record__media.is-error {
  border-top-color: #f44336;
  background-color: #ffebee;
}

.message-record__code.is-error input::-webkit-input-placeholder,
.message-record__contacts.is-error input::-webkit-input-placeholder,
.message-record__form-name.is-error input::-webkit-input-placeholder,
.message-record__media.is-error input::-webkit-input-placeholder {
  color: #f44336;
}

.message-record__code.is-error input:-ms-input-placeholder,
.message-record__code.is-error input::-ms-input-placeholder,
.message-record__contacts.is-error input:-ms-input-placeholder,
.message-record__contacts.is-error input::-ms-input-placeholder,
.message-record__form-name.is-error input:-ms-input-placeholder,
.message-record__form-name.is-error input::-ms-input-placeholder,
.message-record__media.is-error input:-ms-input-placeholder,
.message-record__media.is-error input::-ms-input-placeholder {
  color: #f44336;
}

.message-record__code.is-error input::placeholder,
.message-record__contacts.is-error input::placeholder,
.message-record__form-name.is-error input::placeholder,
.message-record__media.is-error input::placeholder {
  color: #f44336;
}

.message-record__body.is-error {
  border-top: 2px solid #f44336;
}

.message-record__body.is-error .message-record__textarea {
  background-color: #ffebee;
}

.message-record__code input {
  background-size: 50px;
  width: 98%;
}

.message-record__contacts {
  display: none;
}

.form__drag-and-drop {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 215, 64, 0.8);
  text-align: center;
  z-index: 5;
}

.form__drag-and-drop h2 {
  position: relative;
  top: 50%;
  margin: -12px 0 0;
  font-size: 18px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #212121;
  text-align: center;
}

.message-record__form-answer {
  display: none;
  position: relative;
  margin-top: 13px;
  padding-right: 100px;
  margin-left: 0;
  height: 32px;
}

.message-record__form-answer .controls__theme.checkbox {
  color: #616161;
}

.message-record__form-answer label {
  display: inline-block;
  padding-right: 20px;
  margin-top: 7px;
}

.message-record__form-answer label i {
  font-style: normal;
}

.message-record__form-answer-btn {
  position: absolute;
  right: 0;
}

.form__progress {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0deg, 0%, 100%, 0.9);
  z-index: 4;
}

.form__progress__indicator {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 6px;
  margin-top: -3px;
  background-color: #bdbdbd;
  overflow: hidden;
}

.form__progress__indicator-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 6px;
  background-color: #ffab00;
  -webkit-animation: g 1s ease-out infinite;
  animation: g 1s ease-out infinite;
}

@-webkit-keyframes g {
  0% {
    left: 0;
    width: 0;
  }

  50% {
    left: 0;
    width: 100%;
  }

  to {
    left: 100%;
    width: 0;
  }
}

@keyframes g {
  0% {
    left: 0;
    width: 0;
  }

  50% {
    left: 0;
    width: 100%;
  }

  to {
    left: 100%;
    width: 0;
  }
}

.form__results {
  display: block;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 50%;
  width: 100%;
  height: 6px;
  margin-top: -1px;
  background-color: #8bc34a;
  z-index: 4;
  text-align: center;
  transition: top 0.4s 0s, height 0.4s 0s, opacity 0.2s 0s;
}

.form__results:after {
  background: #658f39;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  transition: none;
}

.form__results__caption {
  display: block;
  position: relative;
  top: 50%;
  margin: 0 auto;
  min-width: 60%;
  max-width: 80%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.3s 0.3s;
}

.form__results__caption:after {
  display: block;
  clear: both;
  content: "";
}

.form__results__caption h2,
.form__results__caption h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin: 0;
}

.form__results__caption h2 {
  font-size: 18px;
  padding-top: 15px;
  margin-bottom: 8px;
}

.form__results__caption h3 {
  font-size: 15px;
}

.media-preview__file {
  display: block;
  float: left;
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #a4a4a4;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  margin: 0 3px 2px;
}

.media-preview__file:hover {
  border-color: #ff8f00;
  box-shadow: 0 0 5px rgba(255, 196, 0, 0.2);
}

.images-preview__upload {
  border-color: #ffab00;
  box-shadow: 0 0 5px rgba(255, 215, 64, 0.5);
}

.images-preview__uploaded,
.images-preview__uploaded:hover {
  border-color: #8bc34a;
  box-shadow: 0 0 5px rgba(139, 195, 74, 0.2);
}

.images-preview__preview {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.images-preview__preview canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.images-preview__progress {
  bottom: 2px;
  width: 100%;
  background-color: #bdbdbd;
  margin: 0;
}

.images-preview__bar,
.images-preview__progress {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
}

.images-preview__bar {
  top: 0;
  width: 0;
  background-color: #ffab00;
}

.media-preview__abort {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  background-color: #bdbdbd;
  border-radius: 0 0 0 0.25em;
  cursor: pointer;
}

.media-preview__abort:hover {
  background-color: #ffab00;
}

.media-preview__abort:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.media-preview__abort:after,
.media-preview__abort:before {
  position: absolute;
  left: 10px;
  top: 3px;
  content: "";
  height: 13px;
  width: 1.5px;
  background-color: #fff;
}

.media-preview__abort:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.media-preview__abort:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.message__form-record .alert__line {
  display: block;
  height: 0;
  visibility: hidden;
  margin: 0;
  position: relative;
}

.message__form-record .alert__line:after {
  background: #c32f00;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  transition: none;
}

.message__form-record.expanded .message-record__textarea {
  min-height: 73px;
}

.message__form-record.expanded .message-record__code,
.message__form-record.expanded .message-record__contacts,
.message__form-record.expanded .message-record__form-answer,
.message__form-record.expanded .message-record__form-name,
.message__form-record.expanded .message-record__media {
  display: block;
}

.message__form-record.expanded.placed-media .message-record__media {
  height: auto;
}

.message__form-record.focused .message-record__form-body {
  border-color: #ffab00;
}

.message__form-record.focused .message-record__form-body:hover {
  border-color: #ff8f00;
}

.message__form-record.dnd-over .form__drag-and-drop {
  display: block;
}

.message__form-record .message-record__avatar {
  margin-top: 3px;
}

.message__form-record.is-logined .message-record__code,
.message__form-record.is-logined .message-record__contacts {
  display: none;
}

.message__form-record.is-logined.placed-media .message-record__media,
.message__form-record.is-logined.placed-media .message-record__name {
  height: 70px;
}

.message__form-record.placed-media .message-record__attachment span {
  display: none;
}

.message__form-record.placed-media .message-record__media-wrapper {
  width: 32px;
}

.message__form-record.save-process .form__progress {
  display: block;
}

.message__form-record.save-process .message-record__form-answer {
  display: none;
}

.message__form-record.save-result .form__results {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  top: 0;
  height: 100%;
}

.message__form-record.save-result .form__results:after {
  width: 100%;
  transition: width 5s linear;
}

.message__form-record.save-result .form__results__caption {
  opacity: 1;
}

.message__form-record.save-result .message-record__form-answer {
  display: none;
}

.message__form-record.form-error .alert__line {
  height: auto;
  visibility: visible;
}

.message__form-record.form-error .alert__line:after {
  width: 100%;
  transition: width 5s linear;
}

.message__rules-container .message__rules-container__row-line {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.message__rules-container .message__rules-container__row-line:not(:first-child) {
  margin-top: 25px;
}

.message__rules-container .message__rules-container__svg-icon {
  width: 80px;
  height: 80px;
  background: no-repeat 0 0;
  margin: 0 20px;
}

.message__rules-container .message__rules-container__svg-icon.message__rules-container__svg-icon__feedback {
  background-image: url(//s.zbp.ru/v4/form/bubbles.svg);
}

.message__rules-container .message__rules-container__svg-icon.message__rules-container__svg-icon__rules {
  background-image: url(//s.zbp.ru/v4/form/hat.svg);
}

.message__rules-container .message__rules-container__text-container {
  width: 100%;
  margin: 15px 10px 0;
}

.message__rules-container .message__rules-container__text-container p {
  margin: 0;
  color: #757575;
  text-align: justify;
  text-indent: 20px;
}

.message__rules-container .message__rules-container__text-container p:not(:first-child) {
  margin-top: 10px;
}

.message__tab-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  margin: 20px;
}

.message__tab-link__list .message__tab-link__item {
  padding: 5px 20px;
  margin: 0 10px;
  font-size: 18px;
  color: #757575;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.4s ease;
  border-bottom: 3px solid transparent;
}

.message__tab-link__list .message__tab-link__item:hover {
  border-color: #757575;
}

.message__tab-link__list .message__tab-link__item.message__tab-link__item-active {
  color: var(--default__color);
  border-color: var(--default__color);
}

.message__tabs-content > div {
  display: none;
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-animation: h 0.3s ease 1 forwards;
  animation: h 0.3s ease 1 forwards;
}

.message__tabs-content > div.message__tabs-content__tab-active {
  display: block;
}

@-webkit-keyframes h {
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes h {
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.message-record__gallery {
  margin: 10px 0;
}

.message-record__gallery figure {
  position: relative;
  margin: 5px 5px 5px 0;
  width: 100px;
}

.message__message-container .chitaru__pages {
  margin-top: 25px;
}

.images-preview__preview__video {
  background-image: url('data:image/svg+xml;utf8,<svg width="50" height="50" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"><path stroke="null" d="m44.02146,22.17373l-8.08347,5.38899c0,-1.63557 -0.74368,-3.0825 -1.89425,-4.0714c2.73894,-1.65037 4.58874,-4.62375 4.58874,-8.05382c0,-5.20851 -4.22228,-9.43072 -9.43072,-9.43072c-5.20844,0 -9.43072,4.22228 -9.43072,9.43072c0,2.64194 1.09259,5.02387 2.84404,6.73623l-4.94173,0c1.29068,-1.43213 2.09769,-3.30884 2.09769,-5.38899c0,-4.46476 -3.61872,-8.08347 -8.08347,-8.08347s-8.08347,3.61872 -8.08347,8.08347c0,2.43582 1.10069,4.59409 2.80495,6.07609c-1.66383,0.91746 -2.80495,2.66751 -2.80495,4.70187l0,10.77797c0,2.97606 2.41293,5.38899 5.38899,5.38899l21.55594,0c2.97606,0 5.38899,-2.41293 5.38899,-5.38899l8.08347,5.38899c1.4887,0 2.69449,-1.20579 2.69449,-2.69449l0,-16.16696c0,-1.4887 -1.20579,-2.69449 -2.69449,-2.69449l-0.00002,0.00001zm-32.33391,0c-2.97606,0 -5.38899,-2.41293 -5.38899,-5.38899s2.41293,-5.38899 5.38899,-5.38899s5.38899,2.41293 5.38899,5.38899s-2.41293,5.38899 -5.38899,5.38899zm17.51421,0.01479c-3.72917,0 -6.75103,-3.02325 -6.75103,-6.75103c0,-3.72917 3.02325,-6.75103 6.75103,-6.75103s6.75103,3.02185 6.75103,6.75103s-3.02191,6.75103 -6.75103,6.75103z" id="svg_2"/></svg>');
}

.images-preview__preview__any-type {
  background-image: url('data:image/svg+xml;utf8,<svg width="50" height="50" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"><text stroke="#000000" transform="matrix(0.7737327218055725,0,0,0.7737327218055725,7.555205835960805,6.21527929790318) " xml:space="preserve" text-anchor="middle" font-family="serif" font-size="24" id="svg_1" y="29.26856" x="22.35246" stroke-width="0" fill="#000000">Файл</text></svg>');
}

.callback__popup {
  position: fixed !important;
  z-index: 2000;
}

.callback__popup-content {
  padding: 20px;
  min-width: 300px;
  max-width: 540px;
}

.callback__popup-content ._grid {
  display: grid;
  grid-gap: 0 10px;
  grid-template-columns: 1fr 1fr;
}

.callback__popup-content ._grid ._item .input {
  width: 100%;
}

.callback__popup-content p {
  font-size: 15px;
  line-height: 20px;
  margin: 10px 0;
}

.callback__popup-content p small {
  font-size: 11px;
  color: #9e9e9e;
}

.callback__popup-content .callback__is-weekend {
  display: none;
}

.callback__popup-content .callback__is-weekend.visible {
  display: block;
}

.callback__popup-content .callback__is-weekend.visible span {
  display: inline;
}

.callback__popup-content .input-error {
  background-color: #ffebee;
  box-shadow: 0 0 0 1px #f44336, inset 0 0 0 1px #f44336;
}

.callback__popup-content .error-field {
  color: #f44336;
}

.callback__title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}

.callback__button-line {
  text-align: center;
}

.chitaru__page-shadow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1800;
  background-color: rgba(33, 33, 33, 0.8);
  cursor: pointer;
  display: none;
}

.chitaru__page-shadow .chitaru__page-loader {
  display: none;
}

.is-show-shadow .chitaru__page-shadow {
  display: block;
}

.is-show__preloader {
  overflow-y: hidden;
}

.is-show__preloader .chitaru__page-shadow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.is-show__preloader .chitaru__page-loader {
  width: 128px;
  height: 128px;
  stroke: #64b5f6;
  display: block;
}

.newsletter-subscription__title {
  font-size: 16px;
  line-height: 18px;
  color: #212121;
  text-align: center;
  display: inline-block;
}

.newsletter-subscription__email {
  margin: 15px 0 0;
  width: 100%;
}

.newsletter-subscription__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

.newsletter-subscription__reject {
  margin-right: 15px;
}

.newsletter-subscription__error {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  margin: 5px 0 0;
  color: #f44336;
}

.newsletter-subscription__error_hidden {
  display: none;
}

.modal-popup__container {
  display: none;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -1000;
  margin-left: 0;
  margin-top: 0;
  z-index: 810;
}

.modal-popup__container .modal-popup__close-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-search.chitaru-modal,
body.is-show-shadow .modal-popup__container {
  z-index: 1810;
}

.modal-popup__container_visible {
  display: block;
}

.modal-popup__container_afisha-error,
.modal-popup__container_masha {
  box-shadow: 0 0 0 1px rgba(33, 33, 33, 0.1), 0 10px 20px -5px rgba(33, 33, 33, 0.4);
  outline: 1px solid rgba(0, 0, 0, 0.05);
}

#text_selected-popup.modal-popup__container_visible,
.popup.popup-search.controls__theme.modal-popup__container_visible {
  display: block;
}

.popup-search.popup-search-inner {
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  top: 40px;
  max-height: 300px;
}

.popup-search.popup-search-inner .popup-search__result {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
}

.popup-search.popup-search-inner .search__result__item {
  position: relative;
  padding: 0 10px 10px;
  margin-bottom: 10px;
}

.popup-search.popup-search-inner .search__result__item a {
  font-size: 13px;
  line-height: 18px;
  color: #212121;
  text-decoration: none;
}

.popup-search.popup-search-inner .search__result__item a:hover {
  color: #f44336;
  text-decoration: underline;
  -webkit-text-decoration-color: #fccbc7;
  text-decoration-color: #fccbc7;
}

.popup-search.popup-search-inner .search__result__item time {
  text-decoration: none;
  color: var(--default__color);
  font-size: 11px;
  line-height: 18px;
}

.popup-search.popup-search-inner .search__result__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}

.popup-search.popup-search-inner .search__result__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.popup-search.popup-search-inner .search__result__item:last-child:before {
  content: none;
}

.popup-search.popup-search-inner .search__content {
  padding: 20px;
}

.menu-panel__search-panel .popup-search.popup-search-inner {
  top: 65px;
}

.modal-popup__container .callback__popup-call.controls__theme,
.modal-popup__container .chitaru__calendar.controls__theme,
.modal-popup__container .chitaru__callback-get-to-recommended.controls__theme,
.modal-popup__container .chitaru__reference-popup.controls__theme {
  display: none;
  visibility: hidden;
  left: -9000px;
  top: -9000px;
  margin: -9999px 0 0 -9999px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(33, 33, 33, 0.1), 0 10px 20px -5px rgba(33, 33, 33, 0.4);
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-name: e;
  animation-name: e;
}

.catalog-card__modal.chitaru-modal {
  display: none;
}

.modal-popup__container_visible .callback__popup-call.controls__theme,
.modal-popup__container_visible .chitaru__calendar.controls__theme,
.modal-popup__container_visible .chitaru__callback-get-to-recommended.controls__theme,
.modal-popup__container_visible .chitaru__reference-popup.controls__theme {
  display: block;
  visibility: visible;
  margin: 0;
  position: relative !important;
  box-shadow: none;
  left: 0;
  top: 0;
  -webkit-animation-name: f;
  animation-name: f;
}

.modal-popup__container_visible .catalog-card__modal.chitaru-modal {
  display: block;
}

.modal-popup__container_visible.get-to-recommended {
  box-shadow: 0 0 0 1px rgba(33, 33, 33, 0.1), 0 10px 20px -5px rgba(33, 33, 33, 0.4);
  outline: 1px solid rgba(0, 0, 0, 0.05);
}

.catalog-card__modal {
  height: 100%;
  overflow: hidden;
}

.catalog-card__modal .catalog-card__modal-content {
  height: 100%;
}

.catalog-card__modal .catalog-card__modal-content .catalog-card__modal-body {
  height: calc(100% - 80px);
  overflow-y: scroll;
}

.modal-popup__container .weather-places__content {
  height: auto;
}

.chitaru__weather .chitaru__weather-currency {
  margin: 6px -10px 0;
}

.chitaru__weather .chitaru__weather-currency:after {
  border-bottom: none;
}

.chitaru__weather-currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-bottom: 9px;
}

.chitaru__weather-currency:after {
  position: absolute;
  content: "";
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #e0e0e0;
}

.chitaru__weather-currency .weather-item {
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  line-height: 36px;
  cursor: pointer;
  padding-bottom: 9px;
}

.chitaru__weather-currency .weather-item small {
  font-size: 13px;
  color: #9e9e9e !important;
  white-space: nowrap;
}

.chitaru__weather-currency .weather-item.weather > a:first-child {
  display: block;
  width: 48px;
  height: 48px;
}

.chitaru__weather-currency .weather-item.currency > a:first-child {
  display: block;
  width: 70px;
  height: 48px;
}

.chitaru__weather-currency .weather-item.currency > a:first-child .chitaru__wonder {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.chitaru__weather-currency .weather-item.virus {
  position: relative;
}

.chitaru__weather-currency .weather-item.virus .weather-item__title a {
  color: #ff5722;
}

.chitaru__weather-currency .weather-item.virus .weather-item__title sup {
  font-size: 11px;
}

.chitaru__weather-currency .weather-item__caption {
  display: block;
  position: absolute;
  top: 0;
  background-color: #ff5722;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  padding: 1px 2px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.chitaru__weather-currency .weather-item__title {
  font-size: 20px;
}

.chitaru__weather-currency .weather-item__title a {
  color: inherit;
  text-decoration: none;
  padding-right: 5px;
}

.chitaru__weather-currency .weather .svg-icons {
  fill: #607d8b;
}

.chitaru__weather-currency .weather .weather-item__title {
  color: #607d8b;
}

.chitaru__weather-currency .weather.is-water .svg-icons {
  fill: #4fc3f7 !important;
}

.chitaru__weather-currency .weather.is-water .weather-item__title {
  color: #4fc3f7 !important;
}

.chitaru__weather-currency .weather.is-hot .svg-icons {
  fill: #ff5722;
}

.chitaru__weather-currency .weather.is-hot .weather-item__title {
  color: #ff5722;
}

.chitaru__weather-currency .weather.is-warm .svg-icons {
  fill: #ff9800;
}

.chitaru__weather-currency .weather.is-warm .weather-item__title {
  color: #ff9800;
}

.chitaru__weather-currency .weather.is-upzero .svg-icons {
  fill: #ffc107;
}

.chitaru__weather-currency .weather.is-upzero .weather-item__title {
  color: #ffc107;
}

.chitaru__weather-currency .weather.is-downzero .svg-icons {
  fill: #00b0ff;
}

.chitaru__weather-currency .weather.is-downzero .weather-item__title {
  color: #00b0ff;
}

.chitaru__weather-currency .weather.is-cold .svg-icons {
  fill: #2196f3;
}

.chitaru__weather-currency .weather.is-cold .weather-item__title {
  color: #2196f3;
}

.chitaru__weather-currency .currency .svg-icons {
  fill: #febf06;
}

.chitaru__weather-currency .currency-item {
  padding-left: 9px;
  font-size: 20px;
  text-decoration: none;
  color: #424242;
}

.chitaru__weather-currency .currency-item.down {
  color: #ff5722;
}

.chitaru__weather-currency .currency-item.up {
  color: #8bc34a;
}

.chitaru__weather-currency .currency-item small {
  font-size: 13px;
  padding-right: 2px;
}

.is-show__cover .chitaru__weather-currency:after {
  left: 10px;
  right: 10px;
}

.is-show__cover .chitaru__weather-currency .weather-item {
  padding-left: 10px;
  padding-right: 10px;
}

.chitaru__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding-top: 15px;
  font-size: 13px;
  line-height: 18px;
  color: #9e9e9e;
  list-style-type: none;
}

.chitaru__breadcrumbs li:before {
  position: absolute;
  display: block;
  content: "";
  top: 1px;
  left: 6px;
  width: 7px;
  height: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3cHgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA3IDE0Ij48cGF0aCBkPSJNMTAuMDggMEw1LjUgNC4zNi45MSAwIDAgLjg2bDUuNSA1LjI1TDExIC44NnoiIGZpbGw9IiNiZGJkYmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsIDEyKSByb3RhdGUoLTkwKSI+PC9wYXRoPjwvc3ZnPg==") no-repeat 50% 50%;
}

.chitaru__breadcrumbs a {
  cursor: pointer;
  color: #9e9e9e;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.chitaru__breadcrumbs a:hover {
  color: #f44336;
  -webkit-text-decoration-color: #fccbc7;
  text-decoration-color: #fccbc7;
}

.chitaru__breadcrumbs li:first-child {
  padding: 0;
}

.chitaru__breadcrumbs li:first-child a {
  font-size: 18px;
  line-height: 18px;
}

.chitaru__breadcrumbs li:first-child a:hover .svg-icons {
  fill: #f44336;
}

.chitaru__breadcrumbs li:first-child a span {
  display: none;
}

.chitaru__breadcrumbs li:first-child:before {
  display: none;
  padding-left: none;
}

.chitaru__breadcrumbs .svg-icons {
  fill: #9e9e9e;
  width: 16px;
  height: 16px;
}

.chitaru__breadcrumbs li {
  position: relative;
  padding-left: 18px;
  color: #9e9e9e;
}

.visit-card__news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding: 9px 0 18px;
  margin: 0;
}

.visit-card__news-item time {
  font-size: 13px;
  color: var(--default__color);
  white-space: nowrap;
  padding-left: 10px;
}

.visit-card__news-item figure {
  position: relative;
  min-width: 180px;
  height: 90px;
  background: #757575 no-repeat 50% 50%;
  background-size: cover;
  margin: 0 18px 18px 0;
}

.visit-card__news-item .news-item__figure {
  width: 180px;
  height: 108px;
  margin-right: 18px;
}

.visit-card__news-item .news-item__figure figure {
  width: 100%;
}

.visit-card__news-item .news-item__anons {
  display: none;
}

.news-item__title {
  position: relative;
  font-size: 20px;
  line-height: 27px;
}

.news-item__title a {
  color: #424242;
  text-decoration: none;
}

.news-item__title a:hover {
  color: #f44336;
  text-decoration: underline;
  -webkit-text-decoration-color: #fccbc7;
  text-decoration-color: #fccbc7;
}

.news-item__anons {
  font-size: 14px;
  line-height: 18px;
  color: #757575;
}

.chitaru__list-back {
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.chitaru__list-back:before {
  content: "« ";
  font-size: 16px;
  line-height: 18px;
}

.tilda__goods-recs {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
  padding: 0 !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tilda__goods-recs:after {
  display: block;
  clear: both;
  content: "";
}

.tilda__goods-rubrics {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
  padding: 0 !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tilda__goods-rubrics:after {
  display: block;
  clear: both;
  content: "";
}

.tilda__goods-rubrics .tilda__goods-item {
  width: 50%;
}

.tilda__goods-rubrics .tilda__goods-item sup {
  margin-left: 5px;
  color: #616161;
}

.tilda__goods-item {
  display: inline-block;
  width: 33.33334%;
  list-style-type: none;
  box-sizing: border-box;
  padding: 0 15px 15px;
  cursor: pointer;
}

.tilda__goods-item figure {
  display: block;
  width: 100%;
  margin: 0;
}

.tilda__goods-item figcaption {
  margin: 10px 0;
  font-size: 125%;
  text-align: center;
  line-height: 1.2em;
  word-wrap: anywhere;
}

.tilda__goods-item a {
  color: #2196f3;
  text-decoration: underline;
  -webkit-text-decoration-color: #b2dbfb;
  text-decoration-color: #b2dbfb;
}

.tilda__goods-item a:hover {
  color: #f44336;
  -webkit-text-decoration-color: #fccbc7;
  text-decoration-color: #fccbc7;
}

.goods-record__image {
  display: block;
  width: 100%;
  height: 180px;
  background: no-repeat 50% 50%;
}

.tilda__goods-item__details {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.tilda__goods-item__details h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 20px;
}

.tilda__goods-item__details h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
}

.tilda__goods-item__details h5 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #666;
  margin: 0 0 10px;
}

.tilda__goods-item__details h6 {
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  margin: 10px 0;
  color: #666;
}

.tilda__goods-item__details p {
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
}

.tilda__goods-item__details:after {
  display: block;
  clear: both;
  content: "";
}

.tilda__goods-item__details-gallery {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 20px 0 0;
  margin: 0 0 20px;
}

.tilda__goods-item__details-gallery:after {
  display: block;
  clear: both;
  content: "";
}

.tilda__goods-item__details-gallery figure {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style-type: none;
  box-sizing: border-box;
  padding: 5px;
  width: 33.3334%;
}

.tilda__goods-item__details-gallery figure img {
  width: 100%;
  height: auto;
}

.tilda__goods-item__details-gallery figure:first-child {
  float: none;
  display: block;
  width: 100%;
}

.tilda__goods-table {
  font-family: Arial, Helvetica, sans-serif;
  margin: 15px;
}

.tilda__goods-table thead {
  background-color: #eee;
}

.tilda__goods-table thead td {
  padding: 8px 15px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400 !important;
  text-align: left;
}

.tilda__goods-table thead td.selected {
  background-color: #e0e0e0;
}

.tilda__goods-table tbody td {
  padding: 8px 15px;
  border-left: 0;
  border-right: 0;
  text-align: left;
}

.tilda__goods-table tbody td.picture {
  width: 120px;
  padding-left: 0;
  padding-right: 0;
}

.tilda__goods-table tbody td.cost {
  width: 120px;
  font-size: 16px;
  line-height: 27px;
  white-space: nowrap;
}

.tilda__goods-table tbody td:first-child {
  border-left: 1px solid #ddd;
}

.tilda__goods-table tbody td:last-child {
  border-right: 1px solid #ddd;
}

.tilda__goods-table tbody tr.level-1 td:first-child {
  padding-left: 30px;
}

.tilda__goods-table tbody tr.level-1 td:first-child.picture {
  padding-left: 15px;
}

.tilda__goods-table tbody tr.level-2 td:first-child {
  padding-left: 45px;
}

.tilda__goods-table tbody tr.level-2 td:first-child.picture {
  padding-left: 30px;
}

.tilda__goods-table tbody tr.level-2 td.cost {
  line-height: 18px;
}

.tilda__goods-table tbody tr.level-2 td .tilda__goods-table__caption {
  font-size: 16px;
  line-height: 18px;
}

.tilda__goods-table tbody tr td.selected {
  background-color: #eee;
}

.tilda__goods-table tbody tr.selected,
.tilda__goods-table tbody tr.selected td.selected {
  background-color: #ffecb3;
}

.tilda__goods-table p {
  font-size: 14px;
  line-height: 18px;
  color: #757575;
  padding-top: 18px;
  margin: 0;
}

.tilda__goods-table td.picture img {
  width: 100%;
  height: auto;
  vertical-align: text-top;
}

.tilda__goods-table__caption {
  font-size: 20px;
  line-height: 27px;
}

[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:after,
[class*=hint--]:before {
  position: absolute;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  transition: 0.3s ease;
  transition-delay: 0ms;
}

[class*=hint--]:hover:after,
[class*=hint--]:hover:before {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
}

[class*=hint--]:before {
  content: "";
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 13px;
  white-space: nowrap;
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:after,
[aria-label=""]:before,
[data-hint=""]:after,
[data-hint=""]:before {
  display: none !important;
}

.hint--top-left:before,
.hint--top-right:before,
.hint--top:before {
  border-top-color: #383838;
}

.hint--bottom-left:before,
.hint--bottom-right:before,
.hint--bottom:before {
  border-bottom-color: #383838;
}

.hint--left:before {
  border-left-color: #383838;
}

.hint--right:before {
  border-right-color: #383838;
}

.hint--top:before {
  margin-bottom: -11px;
}

.hint--top:after,
.hint--top:before {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 6px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:before {
  margin-top: -11px;
}

.hint--bottom:after,
.hint--bottom:before {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 6px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  margin-left: -11px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:after,
.hint--right:before {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:after,
.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:after,
.hint--left:before {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:after,
.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--top-left:before {
  margin-bottom: -11px;
}

.hint--top-left:after,
.hint--top-left:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 6px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 12px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:before {
  margin-bottom: -11px;
}

.hint--top-right:after,
.hint--top-right:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 6px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-left: -12px;
}

.hint--top-right:hover:after,
.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--bottom-left:before {
  margin-top: -11px;
}

.hint--bottom-left:after,
.hint--bottom-left:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 6px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 12px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:before {
  margin-top: -11px;
}

.hint--bottom-right:after,
.hint--bottom-right:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 6px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-left: -12px;
}

.hint--bottom-right:hover:after,
.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--large:after,
.hint--medium:after,
.hint--small:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}

.hint--small:after {
  width: 80px;
}

.hint--medium:after {
  width: 150px;
}

.hint--large:after {
  width: 300px;
}

[class*=hint--]:after {
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0 #592726;
}

.hint--error.hint--top-left:before,
.hint--error.hint--top-right:before,
.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before,
.hint--error.hint--bottom-right:before,
.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0 #6c5328;
}

.hint--warning.hint--top-left:before,
.hint--warning.hint--top-right:before,
.hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before,
.hint--warning.hint--bottom-right:before,
.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d;
}

.hint--info.hint--top-left:before,
.hint--info.hint--top-right:before,
.hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before,
.hint--info.hint--bottom-right:before,
.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0 #1a321a;
}

.hint--success.hint--top-left:before,
.hint--success.hint--top-right:before,
.hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom-left:before,
.hint--success.hint--bottom-right:before,
.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

.hint--always:after,
.hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:after,
.hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:after,
.hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--left:after,
.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--right:after,
.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:after,
.hint--no-animate:before {
  transition-duration: 0ms;
}

.hint--bounce:after,
.hint--bounce:before {
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.hint--no-shadow:after,
.hint--no-shadow:before {
  text-shadow: none;
  box-shadow: none;
}

.chitaru__article-body {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 15px 0;
  background-color: #fff;
}

.chitaru__article-body h1 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  margin: 14px 0 28px;
  text-align: center;
}

.chitaru__article-body h1 a {
  color: var(--default__link-color);
  text-decoration: none;
}

.chitaru__article-body h1 a:hover {
  color: #f44336;
}

.chitaru__article-body .row-line {
  padding-bottom: 10px;
}

.article__text-description {
  margin: 0 0 28px;
  font-size: 13px;
  color: #9e9e9e;
  text-align: center;
}

.article__text-description.no-margin {
  margin-bottom: 0;
}

.article__text-description h6 {
  display: inline;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  text-transform: uppercase;
}

.article__text-description h6 a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #9e9e9e;
  padding: 3px 4px 2px;
  margin: 0 5px;
}

.article__text-description h6 a:hover {
  background-color: #f44336;
  color: #fff !important;
  box-shadow: 0 0 0 2px #f44336;
}

.article__is-advert {
  display: block;
  float: left;
  margin-bottom: 20px;
  height: 30px;
  padding: 10px 15px 9px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--default__color);
}

.article__is-advert:before {
  content: attr(data-adv);
}

.article__is-advert.is-italic {
  background-color: transparent;
  color: #757575;
  font-style: italic;
  padding-left: 0;
  padding-right: 0;
}

.article__text-author__bottom {
  position: relative;
  clear: left;
}

.article__text-author__bottom .article__text-author {
  display: none;
}

.article__is-news .article__text-author {
  display: none;
  text-align: right;
}

.article__is-news .article__text-author__bottom .article__text-author {
  text-align: left;
  clear: left;
  display: block;
}

.article__is-news .article__text-author__bottom .article__text-author time {
  display: block;
}

.article-body__text,
.article__info-block {
  padding: 0;
}

.article-body__text .text-wrapper,
.article__info-block .text-wrapper {
  margin: 0 auto;
  max-width: 700px;
  text-align: left;
}

.article-body__text .text-wrapper:after,
.article__info-block .text-wrapper:after {
  display: block;
  clear: both;
  content: "";
}

.article-body__text .text-wrapper .photo-gallery-container:first-child {
  margin-top: 0;
}

.article__info-block .text-wrapper {
  padding: 0 30px;
}

.article-body__text {
  font-family: Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 18px;
  color: #212121;
  line-height: 28px;
  letter-spacing: -0.003em;
  text-align: center;
}

.article-body__text .article__back,
.article-body__text .article__reference,
.article-body__text h3,
.article-body__text h4 {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -0.02em;
}

.article-body__text h3 {
  clear: both;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #757575;
  margin: 28px 0;
}

.article-body__text h4 {
  position: relative;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  color: #424242;
  margin: 0 0 28px;
}

.article-body__text h5 {
  clear: both;
  padding-left: 10px;
  font-style: italic;
  font-weight: 400;
  color: #757575;
  text-indent: 0;
}

.article-body__text h5 p {
  text-indent: 0;
}

.article-body__text .article__reference + h3 {
  clear: left;
}

.article-body__text p {
  text-indent: 1.5em;
}

.article-body__text center,
.article-body__text p {
  display: block;
  margin: 0 0 28px;
}

.article-body__text .zero-indent,
.article-body__text center > *,
.article-body__text p > * {
  text-indent: 0;
}

.article-body__text .text-wrapper > img {
  width: 100%;
  height: auto;
  padding: 0 0 28px;
}

.article-body__text .hint--bottom,
.article-body__text .hint--top {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  -webkit-text-decoration-style: wavy;
  text-decoration-style: wavy;
  -webkit-text-decoration-color: var(--default__color);
  text-decoration-color: var(--default__color);
  cursor: default;
}

.article-body__text .chitaru__wonder-300-250 .chitaru__yad {
  margin-left: -20px;
  margin-right: -20px;
}

.zero-indent .article-body__text p {
  text-indent: 0;
}

.article__back {
  clear: both;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 28px;
  color: #757575;
  padding: 28px 0;
  text-indent: 0;
}

.article__back:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  text-indent: 0;
  content: "";
  background-color: #e0e0e0;
}

.article__back:after {
  position: absolute;
  display: block;
  top: -7px;
  left: 50%;
  width: 44px;
  font-family: Arial;
  font-size: 12px;
  line-height: 1rem;
  letter-spacing: 1em;
  margin-left: -30px;
  padding: 0 10px;
  content: "♦♦♦";
  text-align: center;
  text-indent: 0;
  white-space: nowrap;
  color: #e0e0e0;
  background-color: #fff;
}

.article__back p {
  position: relative;
  padding-left: 20px;
  text-indent: 0;
}

.article__back p:before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #e0e0e0;
  border-radius: 3px;
  content: "";
}

.article__divider {
  content: "";
  position: relative;
  padding-bottom: 28px;
  margin: 0 0 42px;
}

.article__divider:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--default__color);
}

.article__divider:after {
  content: attr(data-text);
  bottom: -15px;
  width: 33px;
  height: 33px;
  font-family: Arial, Helvetica;
  font-size: 15px;
  line-height: 29px;
  color: var(--default__color);
  border-radius: 50%;
  border: 2px solid var(--default__color);
  margin: 12px 0 0 -15px;
}

.article__divider.is-dots:after,
.article__divider:after {
  position: absolute;
  display: block;
  left: 50%;
  text-align: center;
  text-indent: 0;
  white-space: nowrap;
  background-color: #fff;
}

.article__divider.is-dots:after {
  bottom: -7px;
  width: 64px;
  height: auto;
  font-family: Arial;
  font-size: 12px;
  line-height: 1rem;
  letter-spacing: 1em;
  margin-left: -30px;
  padding: 0 10px;
  content: "♦♦♦";
  color: #e0e0e0;
  border: none;
}

.article__reference {
  clear: both;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 28px 30px;
  margin: 0 0 26px;
  color: #757575;
  border-bottom: 1px solid #e6e6e6;
}

.article__reference img {
  float: left;
  width: 120px;
  height: 120px;
  margin: 0 10px 0 0;
}

.article__reference:after {
  display: block;
  clear: both;
  content: "";
}

.article__reference > p {
  margin-bottom: 0;
}

.article__reference.reference-lyric p {
  text-indent: 0;
}

.article-body__text a,
.article__links-line__link a,
.article__text-description a,
.readmore__item a,
.reference-popup__content a {
  color: #2196f3;
  -webkit-text-decoration-color: #b2dbfb;
  text-decoration-color: #b2dbfb;
}

.article-body__text a:hover,
.article__links-line__link a:hover,
.article__text-description a:hover,
.readmore__item a:hover,
.reference-popup__content a:hover {
  color: #f44336;
  -webkit-text-decoration-color: #fccbc7;
  text-decoration-color: #fccbc7;
}

.article__links-line__link a,
.readmore__item a {
  color: var(--default__color);
  -webkit-text-decoration-color: var(--default__underline-color);
  text-decoration-color: var(--default__underline-color);
}

.article__subcaption,
.article__text-author {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 28px;
  color: #2196f3;
  text-align: center;
  text-transform: uppercase;
}

.article__subcaption a,
.article__text-author a {
  color: var(--default__color);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--default__underline-color);
  text-decoration-color: var(--default__underline-color);
}

.article__subcaption a:hover,
.article__text-author a:hover {
  color: #f44336;
  -webkit-text-decoration-color: #fccbc7;
  text-decoration-color: #fccbc7;
}

.article__text__source-link {
  color: #9e9e9e;
}

.article__text__source-link a {
  color: #9e9e9e;
  text-decoration: underline;
  -webkit-text-decoration-color: #ebebeb;
  text-decoration-color: #ebebeb;
}

.article__text__source-link a:hover {
  color: #f44336;
  -webkit-text-decoration-color: #fccbc7;
  text-decoration-color: #fccbc7;
}

.article__text-author {
  position: relative;
  margin: 0 auto 28px;
  max-width: 700px;
}

.article__text-author time {
  color: #9e9e9e;
}

.article__text-sub-authors {
  margin: 0;
  padding: 0;
}

.article__text-sub-authors li {
  padding: 0;
  list-style-type: none;
}

.article__text-sub-authors li span {
  color: #9e9e9e;
}

.article__links-line__link .module__comments .svg-icons,
.readmore__item .module__comments .svg-icons {
  top: -5px;
}

.article__sub-caption {
  position: relative;
  padding: 14px 0;
  border-top: 3px solid #212121;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 28px;
}

.article__sub-caption.no-borders {
  border: none;
}

.article__sub-caption h6 {
  font-size: 13px;
  color: #212121;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.article__sub-caption h6 a {
  text-decoration: none;
  color: #212121;
}

.article__sub-caption h6 a:hover {
  color: #f44336;
}

.article__sub-caption h6 small {
  color: #757575;
  display: block;
}

.article__sub-caption:after {
  display: block;
  clear: both;
  content: "";
}

.article__sub-caption__right {
  position: relative;
  width: 100%;
  text-align: right;
  padding: 8px 0;
  background-color: #fff;
  font-size: 15px;
}

.article__info-block {
  clear: left;
  margin-bottom: 42px;
}

.article__info-block:after {
  display: block;
  clear: both;
  content: "";
}

.article__unordered-list {
  margin-top: 0;
  margin-bottom: 28px;
  padding-left: 1.5em;
}

.article__unordered-list .article__unordered-list,
.article__unordered-list ul {
  margin-bottom: 14px;
}

.article__unordered-list li {
  list-style-type: none;
  padding-bottom: 5px;
  position: relative;
}

.article__unordered-list li:before {
  content: "—";
  margin-left: -22px;
  padding-right: 6px;
}

.is-constituency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.is-constituency li {
  font-size: 12px;
  color: #616161;
  min-width: 20%;
  padding: 0 10px 14px 0;
  list-style-type: "№";
}

.is-constituency li:before {
  content: none;
}

.is-constituency li a {
  font-size: 20px;
  padding: 3px 5px;
}

.is-constituency.no-number li {
  list-style-type: disc;
}

.table_tag th > p {
  margin: 0;
}

.alert-for-law {
  position: -webkit-sticky;
  position: sticky;
  bottom: 1px;
  padding-bottom: 18%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  opacity: 0.9;
  margin: 0 auto;
  max-width: 700px;
  padding-bottom: 20%;
}

.alert-for-information {
  color: #9e9e9e;
  font-style: italic;
}

.alert-for-information a {
  color: #757575;
  -webkit-text-decoration-color: #c2c2c2;
  text-decoration-color: #c2c2c2;
}

.article__title-photo {
  margin-left: -30px;
  margin-right: -30px;
}

.main-content__row .article__title-photo {
  margin-left: -15px;
  margin-right: -15px;
}

.chitaru__reference-popup {
  position: fixed;
  width: 90%;
}

.reference-popup__content {
  line-height: 28px;
  color: #212121;
  padding: 28px 15px;
}

.reference-popup__content .reference-text {
  position: relative;
  min-height: 200px;
}

.reference-popup__content .reference-text p:first-child {
  display: inline;
}

.reference-popup__content .reference-text.need-scroll {
  overflow: hidden;
  overflow-y: scroll;
  max-height: 400px;
}

.reference-popup__content img {
  float: left;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 15px 20px 0;
}

.reference-popup__content .reference__more {
  display: none;
}

.reference-popup__content .hidden {
  display: inline;
}

.reference-popup__content .popup__buttons {
  padding-top: 28px;
}

.reference-popup__content .button-selected {
  position: absolute;
  bottom: 10px;
}

.article-body__text iframe {
  width: 100%;
  max-width: 650px;
  text-indent: 0;
  margin: 0 auto 28px;
}

.article-body__text iframe[src*="youtu.be"],
.article-body__text iframe[src*="youtube.com"] {
  min-height: 400px;
}

.article__text-tags {
  margin: 0 0 28px;
  text-align: left;
  color: #9e9e9e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 28px;
}

.article__text-tags a {
  color: #9e9e9e;
  padding: 5px 7px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  margin-right: 5px;
  background-color: #eee;
}

.article__text-tags a:hover {
  color: #f44336;
  text-decoration: underline;
  -webkit-text-decoration-color: #fccbc7;
  text-decoration-color: #fccbc7;
}

.article__text-tags:after {
  display: block;
  clear: both;
  content: "";
}

.article__links-line {
  position: relative;
  box-sizing: border-box;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  margin: 0;
  padding: 0 10px;
}

.article__links-line:after {
  display: block;
  clear: both;
  content: "";
}

.article__links-line .button {
  margin-top: -2px;
}

.article__links-line__link {
  font-size: 15px;
  line-height: 28px;
  margin: 0 5px;
  text-align: center;
}

.article__links-line__link:after {
  display: block;
  clear: both;
  content: "";
}

.article__links-line__link:hover .links-line__icons .a {
  fill: #f44336;
}

.article__links-line__link:hover .button-selected .links-line__icons .a {
  fill: #212121;
}

.article__links-line__link .controls__theme.button .module__comments {
  padding-left: 0;
}

.article__links-line__share {
  position: static;
  text-align: center;
  padding: 10px 0;
  clear: left;
}

.article__links-line__share .share-link__item {
  margin-left: 4px;
}

.links-line__icons {
  float: left;
  display: none;
  width: 27px;
  height: 28px;
  vertical-align: middle;
}

.links-line__icon-opinions {
  margin-right: 5px;
  margin-top: 4px;
  height: 20px;
}

.links-line__icon-subscribe {
  width: 22px;
  height: 17px;
  margin-right: 5px;
  margin-top: 7px;
}

.links-line__icon-favorites {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-top: 4px;
}

.button .links-line__icon-opinions {
  margin-top: 6px;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 2500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.pswp__bg,
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img,
.pswp__item {
  position: absolute;
  left: 0;
  top: 0;
}

.pswp__img {
  width: auto;
  height: auto;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  background-position: -88px 0;
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 2600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 2620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
  color: #000;
  text-decoration: none;
}

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #44619d;
  color: #fff;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #44619d;
}

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}

a.pswp__share--download:hover {
  background: #ddd;
}

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}

.pswp__caption__center {
  text-align: left;
  font-size: 14px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: i 0.5s linear infinite;
  animation: i 0.5s linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: j 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: j 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@-webkit-keyframes i {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes i {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes j {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes j {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 2550;
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__button__vote,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.chitaru__photoswiper-gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}

.chitaru__photoswiper-gallery img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
}

.chitaru__photoswiper-gallery figure {
  position: relative;
  margin: 5px 5px 5px 0;
  width: 300px;
  max-height: 600px;
  border: 1px solid #e0e0e0;
}

.chitaru__photoswiper-gallery figure:hover .chitaru__photoswiper-gallery__caption {
  opacity: 1;
}

.chitaru__photoswiper-gallery figure a {
  overflow: hidden;
}

.chitaru__photoswiper-gallery .chitaru__photoswiper-gallery__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(33, 33, 33, 0.7);
  color: #fff;
  padding: 7px;
  text-align: right;
  font-size: 14px;
  transition: opacity 0.2s;
  opacity: 0;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}

.photo-gallery-single a,
.photo-gallery-swiper a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
}

.photo-gallery-swiper a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-gallery-swiper img {
  height: 100%;
  width: 1000px;
  max-width: 100%;
}

.photo-gallery-swiper img.lazyload-complited {
  height: auto;
  width: auto;
}

.photo-aspect-ratio {
  display: block;
  width: 100%;
}

.photo-gallery-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin: 28px 0;
}

.photo-gallery-container.align-left {
  margin: 0 15px 28px 0;
}

.photo-gallery-container.align-right {
  margin: 0 0 28px 15px;
}

.photo-gallery-container .share-description {
  display: none;
}

.photo-gallery-container figure:hover .photo-number {
  background-color: rgba(33, 33, 33, 0.6);
  opacity: 1;
}

.photo-gallery-container figure:hover .photo-gallery-container__button {
  opacity: 0.75 !important;
}

.photo-gallery-container .photo-number {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 28px;
  height: 28px;
  z-index: 2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(33, 33, 33, 0.3);
  color: #fff;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: opacity 0.2s;
  opacity: 0;
  cursor: pointer;
}

.photo-gallery-container .photo-gallery-single figure,
.photo-gallery-container .photo-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.photo-gallery-container .photo-gallery-single figure {
  margin: unset;
  width: 100%;
  max-height: unset;
  height: unset;
}

.photo-gallery-container .photo-gallery-swiper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.photo-gallery-container .photo-gallery-swiper.photo-gallery-swiper__stop-transition {
  transition: none;
}

.photo-gallery-container .photo-gallery-swiper figure {
  margin: unset;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.photo-gallery-container .photo-gallery-container__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.photo-gallery-container .photo-gallery-container__navigation .photo-gallery-container__bullet-button {
  width: 16px;
  height: 16px;
  margin: 10px 10px 0 0;
  border-radius: 100%;
  background: #a1a1a1;
  border: 1px solid #878787;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.photo-gallery-container .photo-gallery-container__navigation .photo-gallery-container__bullet-button:hover {
  background: #878787;
}

.photo-gallery-container .photo-gallery-container__navigation .photo-gallery-container__bullet-button.photo-gallery-container__bullet-button-selected {
  border: 1px solid #212121;
  background: #212121;
  width: 18px;
  height: 18px;
}

.photo-gallery-container .photo-gallery-container__navigation .photo-gallery-container__bullet-button.photo-gallery-container__bullet-button-selected:hover {
  background: #212121;
}

.photo-gallery-container:hover .photo-gallery-container__button {
  opacity: 0.75;
}

.photo-gallery-container:hover .photo-gallery-container__photo-compare-divider {
  opacity: 1;
}

.photo-gallery-container__button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  padding: 0;
  float: right;
  transition: opacity 0.2s;
  box-shadow: none;
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
  opacity: 0;
}

.photo-gallery-container__button:hover {
  opacity: 1;
  outline: none;
}

.photo-gallery-container__button:active {
  outline: none;
  opacity: 0.9;
}

.photo-gallery-container__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.photo-gallery-container__button .svg-icons {
  position: relative;
  width: 25px;
  height: 25px;
  fill: #fff;
}

.photo-gallery-container__button_arrow-right {
  right: 0;
}

.photo-gallery-container__button_arrow-right .svg-icons {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-right: -9px;
  position: absolute;
  top: calc(50% - 13.5px);
  left: calc(50% - 13.5px);
}

.photo-gallery-container__button_arrow-left {
  left: 0;
}

.photo-gallery-container__button_arrow-left .svg-icons {
  margin-left: -9px;
  position: absolute;
  top: calc(50% - 13.5px);
  left: calc(50% - 9px);
}

.photo-gallery-container__button_arrow-left:before,
.photo-gallery-container__button_arrow-right:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.photo-gallery-container__button-arrow-show .photo-gallery-container__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.photo-gallery-container__show-photo-data .chitaru__photoswiper-gallery .chitaru__photoswiper-gallery__caption {
  opacity: 1;
}

.photo-gallery-container__show-photo-data .chitaru__photoswiper-gallery .photo-number {
  background-color: rgba(33, 33, 33, 0.6);
  opacity: 1;
}

.photo-gallery-container__show-photo-data .photo-gallery-container__button {
  opacity: 0.75 !important;
}

.photo-gallery-container__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.photo-gallery-container__block figure {
  margin: 0;
}

.photo-gallery-container__block figure:first-child {
  margin-left: 0 !important;
}

.photo-gallery-container__block figure:last-child {
  margin-right: 0 !important;
}

.photo-gallery-container__block:not(:first-child) {
  margin-top: 5px;
}

.photo-gallery-container__block a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.photo-gallery__block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.photo-gallery__block-list:first-child {
  margin: -3px;
}

.photo-gallery__block-list figure {
  margin: 3px;
}

.photo-gallery__block-list figure a {
  position: absolute;
  vertical-align: bottom;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.photo-gallery__block-list figure a img {
  -o-object-fit: cover;
  object-fit: cover;
}

.photo-gallery__show-photo-number .photo-number {
  opacity: 0.9;
}

.chitaru__photoswiper-gallery:not(.opinion-record__gallery):not(.expert__questions-expert-gallery) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.photo-gallery-container__button_hidden {
  display: none !important;
}

.photo-gallery-container__cant-swipe-left {
  -webkit-animation: k 0.3s linear;
  animation: k 0.3s linear;
}

.photo-gallery-container__cant-swipe-right {
  -webkit-animation: l 0.3s linear;
  animation: l 0.3s linear;
}

@-webkit-keyframes k {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes k {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes l {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes l {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.photo-gallery-compare figure {
  position: absolute;
  left: 0;
  top: 0;
}

.photo-gallery-compare figure a {
  z-index: 0;
}

.photo-gallery-compare figure:first-of-type a {
  height: 100%;
  width: 50%;
  z-index: 1;
  margin: 0;
}

.photo-gallery-compare figure:first-of-type img {
  position: absolute;
  left: 0;
  max-width: unset;
}

.photo-gallery-compare figure:first-of-type .chitaru__photoswiper-gallery__caption {
  left: 0;
  right: unset;
}

.photo-gallery-compare figure .chitaru__photoswiper-gallery__caption {
  min-width: 60px;
  text-align: center;
}

.photo-gallery-container.photo-compare-divider__controller_on-drag .chitaru__photoswiper-gallery__caption,
.photo-gallery-container.photo-compare-divider__controller_on-drag .photo-gallery-container__photo-compare-divider,
.photo-gallery-container:hover .photo-gallery-compare .chitaru__photoswiper-gallery__caption,
.photo-gallery-container:hover .photo-gallery-compare .photo-gallery-container__photo-compare-divider {
  opacity: 1;
}

.photo-gallery-container__photo-compare-divider {
  position: absolute;
  z-index: 5;
  cursor: move;
  height: 100%;
  width: 2px;
  background-color: var(--default__color);
  left: 50%;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  transition: opacity 0.2s linear;
}

.photo-compare-divider__controller {
  position: absolute;
  top: calc(50% - 20px);
  left: -18.5px;
  width: 40px;
  height: 40px;
}

.photo-compare-divider__controller:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  background-color: var(--default__color);
  border-radius: 100%;
}

.photo-compare-divider__controller:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 60%;
  background-color: #e4e4e4;
  left: calc(50% - 1.5px);
  top: 20%;
  z-index: 1;
}

.photo-compare-divider__controller .svg-icons {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0;
  fill: #e4e4e4;
  z-index: 1;
}

.photo-compare-divider__controller .svg-icons:last-child {
  right: 1px;
  left: unset;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

body.mobile .photo-compare-divider__controller {
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: -38.5px;
}

body.mobile .photo-compare-divider__controller:after {
  top: 20px;
  left: 20px;
}

body.mobile .photo-compare-divider__controller:before {
  top: 35%;
  height: 30%;
}

body.mobile .photo-compare-divider__controller .svg-icons {
  left: 20px;
}

body.mobile .photo-compare-divider__controller .svg-icons:last-child {
  right: 22px;
  left: unset;
}

.pswp a.pswp__share--vk:hover {
  background: #4a76a8;
  color: #fff;
}

.pswp a.pswp__share--ok:hover {
  background: #ee8208;
  color: #fff;
}

.pswp .pswp__button--arrow--left,
.pswp .pswp__button--arrow--right,
.pswp .pswp__button--close,
.pswp .pswp__button--fs,
.pswp .pswp__button--share,
.pswp .pswp__button--show-all,
.pswp .pswp__button--zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pswp .pswp__button--arrow--left .svg-icons,
.pswp .pswp__button--arrow--right .svg-icons,
.pswp .pswp__button--close .svg-icons,
.pswp .pswp__button--fs .svg-icons,
.pswp .pswp__button--share .svg-icons,
.pswp .pswp__button--show-all .svg-icons,
.pswp .pswp__button--zoom .svg-icons {
  position: relative;
  width: 25px;
  height: 25px;
  fill: #fff;
}

.pswp .pswp__button--arrow--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pswp .pswp__button--arrow--right .svg-icons {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-right: 9px;
}

.pswp .pswp__button--arrow--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pswp .pswp__button--arrow--left .svg-icons {
  margin-left: 9px;
}

.pswp .pswp__ui--one-slide .pswp__button--arrow--left,
.pswp .pswp__ui--one-slide .pswp__button--arrow--right {
  display: none;
}

.pswp .svg__show-all {
  display: block;
}

.pswp .svg__show-one {
  display: none;
}

.pswp .pswp__show-all__activated .svg__show-one {
  display: block;
}

.pswp .pswp__show-all__activated .svg__show-all,
.pswp .pswp__show-all__disabled {
  display: none;
}

.pswp .pswp__button__vote {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  background: #ffd740;
  color: #212121;
  width: auto;
  padding: 0 15px;
  font-size: 14px;
  outline: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 23%;
}

.pswp .pswp__button__vote.pswp__button__vote-allowed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pswp .pswp__button__vote span:first-child {
  border-right: 1px solid;
  padding-right: 10px;
  margin-right: 10px;
}

.pswp .pswp__vote-counter svg {
  height: 35px;
  width: 35px;
}

.pswp .pswp__caption {
  max-width: 77%;
  cursor: default;
  left: unset;
  right: 0;
  width: unset;
  min-height: unset;
}

.pswp .pswp__caption:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.tilda-news__content {
  max-width: 960px;
  padding: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.zero-indent .article-body__text p {
  font-size: inherit !important;
}

body {
  font-family: "Roboto", sans-serif;
  background: url(/images/bg.png) #e9edeb;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-size: 95%;
  color: #424242;
  background-color: #333;
}

.grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
}

.bg_page {
  background: rgb(255, 255, 255);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.bx-wrapper ul {
  padding: 0;
  margin: 0 0 0px 0px;
}

.bx-wrapper li {
  padding: 0px 0;
  margin: 0;
}

.bx-wrapper {
  position: relative;
  margin: 0 0 30px;
  padding: 0;
}

.bx-wrapper .bx-prev {
  background: none;
}

.bx-wrapper .bx-next {
  background: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
  background: none;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  background: none;
}

.bx-wrapper .bx-pager {
  padding-top: 0px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: center;
  width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 16px;
  height: 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #cfd8dc;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #42b978;
}

.logo {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.logo img {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  z-index: 999;
}

.slide p,
.slide [type=checkbox] {
  display: none;
  font-size: 90%;
}

label {
  font-size: 90%;
  margin-left: 10px;
  color: #42b978;
  text-decoration: underline;
}

.slide [type=checkbox]:checked ~ p {
  display: block;
}

h6 {
  font-size: 100%;
  margin: 10px;
  line-height: 1;
  font-weight: 400;
}

h3 {
  font-size: 270%;
}

b {
  color: #f24942;
  font-size: 105%;
}

strong {
  color: #424242;
  font-size: 105%;
}

p {
  text-align: justify;
}

a {
  color: #42b978;
}

a:hover {
  color: #00838f;
}

.logo small {
  font-size: 170%;
}

h4 {
  font-size: 170%;
  margin: 5px;
}

.mar {
  padding: 10px 35px;
}

.cr_pattern_body {
  background: none;
  margin: 0px;
  padding: 10px 30px;
  margin-bottom: 10px;
}

h5 {
  font-size: 130%;
  margin: 8px;
}

.bor_rig {
  border-left: dotted 1px #c5fbde;
  padding-left: 30px;
  padding-top: 20px;
}

.menu {
  border: none;
  margin: 0px;
  margin-top: -10px;
  padding: 6px;
  z-index: 600;
  box-shadow: none;
  background: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.menu li a {
  text-transform: uppercase;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-weight: 700;
  color: #b8f5d4;
  text-shadow: none;
  background: none;
  margin: 0px 10px 0px 10px;
  padding: 10px 0px;
  text-decoration: none;
  font-size: 105%;
  text-align: center;
  border-bottom: 5px solid #b8f5d4;
}

.menu li.current > a,
.menu li.current > a:hover,
.menu li.current.hover > a {
  color: #757575;
  cursor: default;
  text-decoration: none;
  text-shadow: none;
  background: #fff;
  border-bottom: 5px solid #f24942;
}

.menu li a:hover,
.menu li.hover > a {
  color: #bdbdbd;
  background: none;
  text-shadow: none;
  border-bottom: 5px solid #42b978;
}

.menu ul li {
  font-size: 90%;
}

.menu ul li a {
  padding: 10px;
  border-bottom: none;
  text-align: left;
  border-left: 5px solid #b8f5d4;
  margin: 10px;
}

.menu ul li a:hover,
.menu ul li.hover > a {
  border-bottom: none;
  border-left: 5px solid #42b978;
  color: #bdbdbd;
}

.menu ul li.current > a,
.menu ul li.current > a:hover,
.menu ul li.current.hover > a {
  border-bottom: none;
  border-left: 5px solid #f24942;
  color: #757575;
}

.menu ul {
  background: #fff;
  padding: 3px;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  min-width: 190px;
  max-width: 190%;
}

button.large,
a.btn.large,
a.button.large {
  font-size: 160%;
  padding: 10px 40px;
  font-weight: 700;
  margin: 10px;
  color: #f24942;
  background: rgba(255, 255, 255, 0.5);
  border: solid 2px #f24942;
  text-shadow: none;
  text-transform: uppercase;
}

button:hover.large,
a:hover.btn.large,
a:hover.button.large {
  color: #fff;
  background: #f24942;
  border: solid 2px #f24942;
  text-shadow: none;
}

hr {
  border-top: 1px dotted #42b978;
  margin: 10px 0px;
}

.wote {
  color: #e0e0e0;
}

.ram {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 5px #fff;
  box-shadow: 0 0 5px #ccc;
  margin-bottom: 10px;
}

.gallery a {
  display: inline-block;
  position: relative;
  border: 4px solid #fff;
  background: #fff;
  padding: 0px;
  margin: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
}

th,
td {
  border-right: 1px dotted #e5e5e5;
}

table {
  border-bottom: 1px dotted #ddd;
}

button,
a.btn,
a.btn:visited,
a.button,
a.button:visited,
input[type=submit],
input[type=reset],
input[type=button] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
}

.card_form input {
  margin: 5px 5px;
  font-family: "Roboto", sans-serif;
  width: 95%;
}

.card_form textarea {
  margin: 5px;
  font-family: "Roboto", sans-serif;
  height: 100px;
  width: 95%;
}

input,
textarea,
keygen,
select,
button {
  font-size: 100%;
}

input[type=file] {
  -moz-box-shadow: inset 0 0 6px #ccc;
  -webkit-box-shadow: inset 0 1px 6px #ccc;
  box-shadow: inset 0 1px 6px #ccc;
  color: #999;
  text-indent: -10px;
  padding: 10px;
  padding-left: 20px;
  margin: 10px 5px 10px 5px;
  border: 1px solid #ccc;
}

ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}

ul.icons li [class^=fa-],
ul.icons li [class*=" fa-"] {
  width: 0.75em;
}

li [class^=fa-],
.nav li [class^=fa-],
li [class*=" fa-"],
.nav li [class*=" fa-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 30px;
}

.size {
  font-size: 110%;
}

[class^=fa-],
[class*=" fa-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  margin-top: 0;
}

h1 {
  font-size: 1.5em;
  margin: 20px;
}

.cr_news_cpt {
  background: none;
  color: #42b978;
  font-weight: 700;
  text-align: center;
}

.cr_mixed {
  font-family: "Roboto", sans-serif;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  margin: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
}

.slayd {
  min-height: 400px;
  margin: 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.slayd1 {
  background: url(/images/sl1.jpg) #b8f5d4;
  background-repeat: no-repeat;
  background-position: left top;
}

.slayd2 {
  background: url(/images/sl2.jpg) #b8f5d4;
  background-repeat: no-repeat;
  background-position: left top;
}

.slayd3 {
  background: url(/images/sl3.jpg) #b8f5d4;
  background-repeat: no-repeat;
  background-position: left top;
}

.slayd4 {
  background: url(/images/sl4.jpg) #b8f5d4;
  background-repeat: no-repeat;
  background-position: left top;
}

.slayd5 {
  background: url(/images/sl5.jpg) #b8f5d4;
  background-repeat: no-repeat;
  background-position: left top;
}

.vis {
  min-height: 250px;
}

.vis2 {
  padding: 0px 20px;
  padding-top: 100px;
}

.vis3 {
  min-height: 500px;
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  height: 400px;
}

ul.slider1 {
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

.bx-wrapper ul {
  padding: 0;
  margin: 0 0 0px 0px;
}

.bx-wrapper li {
  padding: 0px 0;
  margin: 0;
}

.logo-img {
  width: 100%;
}

@media (min-width: 350px) {
  .visit-card__news-item figure {
    display: block;
  }
}

@media (min-width: 450px) {
  .popup-message-container {
    top: 15px;
    right: 15px;
    max-width: 300px;
  }

  .popup-message-container__popup-message {
    border-radius: 3px;
    box-shadow: 0 5px 8px -7px rgba(0, 0, 0, 0.2), 0 12px 15px 3px rgba(0, 0, 0, 0.14);
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .chitaru__search-form.menu-panel__search-panel {
    padding-top: 0;
  }

  .chitaru__wonder-970-120 a {
    position: relative;
  }

  body.is-show__cover .chitaru__wonder-970-120 {
    width: calc(100% - 25px);
    margin-right: 25px;
    max-width: 960px;
    position: relative;
    overflow: hidden;
  }

  .chitaru__wonder-650-120 {
    margin: 18px 10px;
    padding: 0;
    min-height: 90px;
  }

  .chitaru__wonder-650-120 > a {
    height: 120px;
  }

  .chitaru__wonder-650-120 > iframe {
    max-width: 650px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .chitaru__wonder-650-120 iframe + .wonder__beacon + div {
    height: 120px;
    padding: 0 !important;
  }

  .projects-list .chitaru__wonder-650-120 {
    width: 100%;
    margin: 0;
    padding: 15px;
    height: 150px;
  }

  .projects-list .chitaru__wonder-650-120 a {
    background-color: #424242;
  }

  .chitaru__wonder-240-400 {
    display: block;
  }

  .chitaru__wonder-240-56 {
    display: block;
  }

  .chitaru__wonder-300-250 {
    display: none;
  }

  .chitaru__article-column .col-1xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .chitaru__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    height: 320px;
  }

  .footer__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .footer__address .footer__group {
    width: 33.3333%;
    margin-left: 0;
  }

  .footer__address.show-copyrights .footer__group {
    width: 25%;
  }

  .footer__group-rules ul {
    padding-right: 30px;
  }

  .footer__group {
    width: 50%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .footer__group.with-form {
    margin-bottom: 18px;
  }

  .footer__group-list {
    display: block;
    margin-left: 0;
  }

  .footer__group-list li {
    padding: 0;
  }

  .footer__group-list.plain-text li,
  .footer__group-list li a {
    padding: 5px 0;
  }

  .footer__group-list.plain-text li a {
    padding: 0;
  }

  .group-list__icon {
    display: block;
  }

  .chitaru__social-icons {
    display: block;
    visibility: hidden;
    position: fixed;
    bottom: -30px;
    right: 10px;
    opacity: 0;
    z-index: 1005;
    transition: bottom 0.3s, opacity 0.3s;
  }

  .visit-card__news-item figure {
    height: 108px;
  }

  .visit-card__news-item .news-item__anons {
    display: block;
  }

  .article-body__text h5 {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .menu-panel__main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #menu-panel__toggle-sitemap-desktop {
    display: block;
  }

  .menu-panel__page-menu .menu-panel__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-panel__page-menu .menu-panel__menu-item:nth-child(n+8) {
    display: none;
  }

  #menu-panel__toggle-sitemap-mobile {
    display: none;
  }

  .menu-panel__search-panel {
    height: 90px;
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
    transition: visibility 0s 0.5s, -webkit-transform 0.5s;
    transition: visibility 0s 0.5s, transform 0.5s;
    transition: visibility 0s 0.5s, transform 0.5s, -webkit-transform 0.5s;
    padding: 0 30px;
  }

  .menu-panel {
    top: -40px;
  }

  .menu-panel .menu-panel__menu-list .menu-panel__menu-item:nth-child(n+8) {
    display: none;
  }

  .menu-panel__sitemap-menu {
    max-height: calc(100vh - 110px);
    background-image: linear-gradient(0, rgba(236, 239, 241, 0.6) 10%, #fff 50%, rgba(236, 239, 241, 0.6) 90%);
  }

  .menu-panel__sitemap-menu .menu-panel__menu-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .menu-panel__sitemap-menu .menu-panel__menu-list.menu-panel__menu-list-mobile {
    display: none !important;
  }

  .menu-panel__sitemap-menu .menu-panel__menu-item-tittle {
    font-size: 18px;
    color: var(--default__color);
  }

  .menu-panel__sitemap-menu .menu-panel__menu-item-submenu.menu-panel__menu-item-profile {
    display: none !important;
  }

  .page-menu__container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .page-menu__tool-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-panel__tool-bar__login-button,
  .menu-panel__tool-bar__profile-portrait {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.5px;
  }

  .menu-panel__submenu-list .menu-panel__menu-item.menu-panel__menu-item-tittle {
    display: none !important;
  }

  .menu-panel__menu-item-page-menu.hidden {
    display: none;
  }

  .menu-panel__menu-item-page-menu .menu-panel__menu-item:not(.menu-panel__menu-item-hidden):not(.menu-panel__menu-item-tittle) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .menu-panel__menu-item-page-menu .menu-panel__menu-item.menu-panel__menu-item-hidden,
  .menu-panel__menu-item-page-menu .menu-panel__menu-item.menu-panel__menu-item-tittle {
    display: none !important;
  }

  .menu-panel__sitemap-menu-mobile-opened {
    display: none !important;
  }

  .menu-panel__sitemap-menu-opened .menu-panel__sitemap-menu .menu-panel__menu-list:not(.menu-panel__menu-list-mobile) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  body.advert__show-zones.is-show__cover .chitaru__wonder-1920-250,
  body.advert__show-zones.is-show__cover .chitaru__wonder-1920-400 {
    display: block;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fff;
  }

  .is-show__cover {
    padding-top: 250px;
  }

  .is-show__cover .chitaru__wonder-cover {
    display: block;
  }

  .is-show__cover .main-content {
    max-width: 1300px;
    position: relative;
    z-index: 5;
  }

  .is-show__cover .chitaru__wonder-1920-250,
  .is-show__cover .chitaru__wonder-1920-400 {
    display: none;
  }

  .is-show__cover .main-content__container {
    background-color: #fff;
  }

  .is-show__cover .chitaru__right-column {
    max-width: 315px;
  }

  .is-show__cover .chitaru__right-column .content-container {
    padding: 30px 15px 30px 0;
  }

  .is-show__cover .chitaru__right-column .chitaru__rightcolumn-list {
    margin-right: 20px;
  }

  .is-show__cover .chitaru__news-column {
    max-width: 275px;
    padding-left: 20px;
  }

  .is-show__cover .chitaru__news-column .chitaru__subcaption {
    margin-left: -20px;
  }

  .is-show__cover .chitaru__article-column .col,
  .is-show__cover .chitaru__article-column .col-2,
  .is-show__cover .chitaru__article-column .col-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .chitaru__wonder-1920-400 {
    display: block;
    height: 300px;
  }

  .chitaru__wonder-1920-250 {
    height: 200px;
  }

  .chitaru__news-column {
    max-width: 285px;
    padding-left: 30px;
  }

  .chitaru__menu-column {
    max-width: 285px;
    padding-left: 30px;
  }

  .chitaru__article-column .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .chitaru__article-column .col-2,
  .chitaru__article-column .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .chitaru__left-column {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    top: 0;
    transition: top 0.3s;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 10px;
    max-height: calc(100vh - 70px - 40px);
  }

  .chitaru__left-column.size-big {
    top: 110px;
    max-height: calc(100vh - 110px - 40px);
  }

  .chitaru__left-column.size-small {
    top: 70px;
    max-height: calc(100vh - 70px - 40px);
  }

  .chitaru__left-column.size-without-menu {
    max-height: calc(100vh - 40px);
  }

  .chitaru__big-column {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .is-show-mobile {
    display: none !important;
  }

  .is-show-desktop {
    display: block !important;
  }

  span.is-show-desktop {
    display: inline !important;
  }

  .show-for-mobile {
    display: none;
  }

  .page-group {
    margin: 0 15px;
  }

  .message-record__avatar {
    display: block;
  }

  .message-record__body {
    margin-left: 50px;
  }

  .message__message-answer,
  .message__message-reply-form {
    margin-left: 30px;
  }

  .message-record__code,
  .message-record__contacts,
  .message-record__form-name,
  .message-record__media {
    width: 50%;
  }

  .message-record__form-name,
  .message-record__media {
    border-right: 2px solid #bdbdbd;
  }

  .message-record__form-answer {
    margin-left: 50px;
  }

  .message__form-record.is-logined .message-record__media {
    border-left: none;
    border-right: none;
  }

  .message__rules-container .message__rules-container__row-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .message__rules-container .message__rules-container__text-container {
    width: calc(100% - 140px);
    margin-top: 0;
  }

  .chitaru__article-body h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .article__is-news .article__text-author__bottom .article__text-author {
    clear: none;
    text-align: right;
  }

  .article__is-news .article__is-advert {
    position: absolute;
    left: 0;
  }

  .article__info-block {
    padding: 0 0 30px;
  }

  .article-body__text h3 {
    color: #424242;
    font-size: 28px;
    line-height: 1.15;
  }

  .article-body__text h5 {
    padding-left: 40px;
  }

  .article__back p {
    padding-left: 70px;
  }

  .article__back p:before {
    left: 45px;
  }

  .article__reference {
    float: right;
    width: 35%;
    margin: 1px -5% 27px 20px;
    padding: 0 0 28px;
    border-top: none;
  }

  .article__reference img {
    display: block;
    float: none;
    border-radius: 50%;
    margin: 0 0 20px;
  }

  .article__reference:after {
    position: absolute;
    display: block;
    bottom: -7px;
    left: 50%;
    width: 64px;
    height: auto;
    font-family: Arial;
    font-size: 12px;
    line-height: 1rem;
    letter-spacing: 1em;
    margin-left: -30px;
    padding: 0 10px;
    content: "♦♦♦";
    text-align: center;
    text-indent: 0;
    white-space: nowrap;
    color: #e0e0e0;
    background-color: #fff;
    border: none;
  }

  .article__reference.reference-lyric {
    font-size: 13px;
    font-style: italic;
  }

  .article__sub-caption h6 {
    font-size: 15px;
  }

  .article__unordered-list li {
    padding-bottom: 9px;
  }

  .is-constituency li {
    min-width: 10%;
    padding-right: 30px;
  }

  .is-constituency li a {
    font-size: 18px;
    padding: 0 2px;
  }

  .alert-for-law {
    padding-bottom: 18%;
  }

  .chitaru__reference-popup {
    width: 60%;
  }

  .article__links-line {
    padding-top: 12px;
    height: 56px;
  }

  .article__links-line__link {
    float: left;
    display: inline-block;
    text-align: left;
  }

  .article__links-line__share {
    position: absolute;
    top: 0;
    right: 20px;
  }

  .article__links-line__share .share-link__item {
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .chitaru__wonder-1920-400 {
    height: 400px;
  }

  .chitaru__wonder-1920-250 {
    height: 250px;
  }

  .chitaru__wonder-1920-250 > a {
    background-size: auto;
    background-attachment: fixed;
  }

  .chitaru__article-column .col-1,
  .chitaru__article-column .col-1xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .chitaru__article-column .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .chitaru__article-column .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .chitaru__article-column .col-last {
    display: none;
  }

  .footer__group {
    width: 190px;
    margin-left: 10px;
  }

  .footer__group:first-child {
    margin-left: 0;
  }

  .footer__group.small-group {
    width: 120px;
  }

  .footer__group.middle-group {
    width: auto;
    min-width: 190px;
    max-width: 240px;
  }

  .footer__group.big-group {
    width: auto;
    min-width: 250px;
    max-width: 500px;
  }

  .article__text-description h6 {
    font-size: 11px;
  }

  .article-body__text h5 {
    padding-left: 70px;
  }

  .links-line__icons {
    display: inline-block;
  }

  .article__links-line__link {
    margin: 0 10px;
  }

  .photo-gallery-container .photo-gallery-container__navigation .photo-gallery-container__bullet-button {
    width: 11px;
    height: 11px;
    background: none;
  }

  .photo-gallery-container .photo-gallery-container__navigation .photo-gallery-container__bullet-button.photo-gallery-container__bullet-button-selected {
    width: 13px;
    height: 13px;
  }
}

@media (min-width: 1150px) {
  .chitaru__search-form {
    max-height: 400px;
  }

  .chitaru__search-form .popup-search {
    max-height: 400px;
  }

  .chitaru__search-form .popup-search__result {
    padding: 20px 0;
  }

  .chitaru__search-form .search__result__item {
    padding: 0 15px 15px;
    margin-bottom: 15px;
  }

  .chitaru__search-form .search__result__item a {
    font-size: 15px;
    line-height: 20px;
  }

  .popup-search.popup-search-inner {
    max-height: 400px;
  }

  .popup-search.popup-search-inner .popup-search__result {
    padding: 20px 0;
  }

  .popup-search.popup-search-inner .search__result__item {
    padding: 0 15px 15px;
    margin-bottom: 15px;
  }

  .popup-search.popup-search-inner .search__result__item a {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .chitaru__right-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__group.middle-group {
    min-width: 240px;
  }

  .footer__group.big-group {
    min-width: 360px;
  }
}

@media (min-width: 1300px) {
  .is-show__cover .container,
  .is-show__cover.is-no-limits .container,
  .is-show__cover .menu-panel {
    max-width: 1300px;
  }

  .is-show__cover .menu-panel {
    margin-left: auto;
    margin-right: auto;
  }

  .chitaru__right-column {
    max-width: 360px;
  }
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@media (max-width: 991.9px) {
  .chitaru__news-column {
    display: none;
  }

  .chitaru__menu-column {
    display: block;
    width: 100%;
  }

  .hide-for-mobile {
    display: none;
  }

  .is-show-preloader .chitaru__page-loader {
    width: 64px;
    height: 64px;
  }

  .chitaru__weather-currency {
    padding-top: 9px;
  }

  .chitaru__weather-currency .weather-item {
    padding-left: 0;
    padding-bottom: 0;
  }

  .chitaru__weather-currency .weather-item.virus {
    width: 50%;
    padding-left: 5px;
  }

  .chitaru__weather-currency .weather-item.weather {
    width: 50%;
  }

  .chitaru__weather-currency .weather-item.currency {
    width: 100%;
    padding-left: 5px;
  }

  .article-body__text iframe[src*="youtu.be"],
  .article-body__text iframe[src*="youtube.com"] {
    height: 220px;
    min-height: 220px;
  }
}

@media (max-width: 767.9px) {
  .menu-panel.menu-panel__search-show-result .menu-panel__search-panel {
    height: calc(100% - 70px);
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    padding-top: 9px;
  }

  .menu-panel.menu-panel__search-show-result .popup-search {
    position: relative;
    left: 0 !important;
    top: 45px !important;
    width: calc(100% + 20px);
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    max-height: calc(100% - 32px);
  }

  .menu-panel.menu-panel__search-show-result .menu-panel__sitemap-menu-mobile-opened {
    display: none !important;
  }

  .menu-panel__sitemap-menu .menu-panel__menu-item {
    font-size: 16px;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #cfd8dc;
    cursor: pointer;
    padding-right: 30px;
  }

  .menu-panel__sitemap-menu .menu-panel__menu-item:not(.menu-panel__menu-item-login-button):after,
  .menu-panel__sitemap-menu .menu-panel__menu-item:not(.menu-panel__menu-item-login-button):before {
    display: inline-block;
    height: 2px;
    width: 10px;
    box-sizing: border-box;
    content: "";
    position: absolute;
    margin-top: -1px;
    background-color: #cfd8dc;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    right: 20px;
  }

  .menu-panel__sitemap-menu .menu-panel__menu-item:before {
    -webkit-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-panel__sitemap-menu .menu-panel__menu-item:after {
    -webkit-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-panel__sitemap-menu .menu-panel__menu-item a,
  .menu-panel__sitemap-menu .menu-panel__menu-item span {
    padding: 11px 0;
    color: #414141;
    min-width: 100%;
    white-space: nowrap;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }

  .menu-panel__sitemap-menu .menu-panel__menu-item a:hover,
  .menu-panel__sitemap-menu .menu-panel__menu-item span:hover {
    color: #9e9e9e !important;
  }

  .menu-panel__sitemap-menu .menu-panel__menu-item:hover {
    background: #eceff1;
  }

  .menu-panel__sitemap-menu .menu-panel__menu-item:hover a,
  .menu-panel__sitemap-menu .menu-panel__menu-item:hover span {
    color: #616161 !important;
  }

  .menu-panel__sitemap-menu .menu-panel__menu-item.menu-panel__menu-item-login-button a {
    color: #2196f3 !important;
  }

  .menu-panel__sitemap-menu .menu-panel__menu-item__sub-title {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    background-color: #eceff1;
  }

  .menu-panel__sitemap-menu .menu-panel__menu-item__sub-title span {
    color: #212121 !important;
    cursor: default;
  }

  .page-menu__container {
    padding-left: 0;
    padding-right: 0;
  }

  .page-menu__tool-bar.page-menu__user-logined {
    position: absolute;
    display: block;
    right: 50px;
    width: 40px;
    min-width: 40px;
  }

  .page-menu__tool-bar.page-menu__user-logined > .menu-panel__tool-bar__icon-search,
  .page-menu__tool-bar.page-menu__user-logined > .menu-panel__tool-bar__login-button {
    display: none;
  }

  .menu-panel__tool-bar__icon-search {
    display: none;
  }

  .menu-panel__sitemap-menu-opened {
    overflow: hidden;
  }

  .menu-panel__sitemap-menu-opened .menu-panel {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
  }

  .menu-panel__sitemap-menu-opened .menu-panel__search-panel {
    position: relative;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-bottom: 1px solid #cfd8dc;
    background: #fff;
  }

  .menu-panel__sitemap-menu-opened .menu-panel__search-panel .chitaru__search-params .checkbox__box:after {
    position: absolute !important;
  }

  .menu-panel__sitemap-menu-opened .menu-panel__sitemap-menu {
    overflow-y: scroll;
    height: calc(100% - 140px);
  }

  body.advert__show-zones .main-content {
    background-color: #fff;
  }

  .chitaru__wonder-1920-250 {
    display: none;
  }

  .is-1920-250-hidden .chitaru__wonder-1920-250 {
    visibility: hidden;
  }

  .is-1920-250-hidden .main-content {
    background-color: transparent;
  }

  body.is-news-slider .chitaru__article-column,
  body.is-news-slider .chitaru__center-column,
  body.is-news-slider .chitaru__news-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  body.is-news-slider .container {
    padding-left: 0;
    padding-right: 0;
  }

  body.is-news-slider .chitaru__news-column {
    display: block;
    background-color: #fff;
    z-index: 2;
  }

  body.is-news-slider .chitaru__article-column {
    z-index: 1;
  }

  body.is-news-slider.shadow-on-top .chitaru__article-column {
    z-index: unset;
  }

  body.is-news-slider .chitaru__article-column {
    padding: 18px 15px;
  }

  body.is-news-slider .chitaru__article-column .article-column__grid {
    padding: 9px 0 18px;
  }

  body.is-news-slider .chitaru__article-column .article-column__grid .chitaru__news-item {
    padding-bottom: 0;
  }

  body.is-news-slider .chitaru__article-column .chitaru__news-item {
    padding: 9px 0 18px;
  }

  body.is-news-slider .chitaru__article-column .chitaru__container {
    padding: 0 15px;
  }

  body.is-news-slider .chitaru__news-column .chitaru__subcaption {
    margin-left: -15px;
  }

  body.is-news-slider .main-content__container {
    position: relative;
    overflow: hidden;
  }

  body.is-news-slider .main-content__container > .row {
    margin-left: 0;
    margin-right: 0;
  }

  body.is-news-slider .main-content__row {
    position: relative;
    width: 200%;
    left: 0;
    transition: left 0.3s;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body.is-news-slider .chitaru__col-slider {
    display: block;
  }

  body.is-show-articles .main-content__row {
    left: -100%;
  }

  body:not(.is-news-slider) .main-content__row {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .is-show-mobile {
    display: block !important;
  }

  span.is-show-mobile {
    display: inline !important;
  }

  .is-show-desktop {
    display: none !important;
  }

  .chitaru__news-item__single-title {
    font-size: 20px;
    line-height: 27px;
  }

  .chitaru__news-item__single-title a {
    color: #424242;
  }

  .chitaru__news-item__single-title time {
    color: var(--default__color);
  }

  .chitaru__rubrics-list {
    margin-top: 0;
    padding: 0 15px;
  }

  .chitaru__subcaption span {
    padding-left: 15px;
  }

  .chitaru__caption-line {
    padding-bottom: 0;
  }

  .chitaru__tabs.article__sub-caption .chitaru__tab-item {
    padding: 14px 7px;
  }

  .chitaru__article-body {
    padding: 15px 5px 30px;
  }

  .chitaru__article-body.second-body {
    padding-top: 0;
    margin-bottom: -20px;
  }

  body.is-news-slider .chitaru__article-body {
    padding-top: 0;
  }

  body.is-news-slider .chitaru__article-body h1 {
    margin-top: 0;
  }

  .article__info-block {
    margin-right: -20px;
    margin-left: -20px;
  }

  .main-content__row .article__title-photo {
    margin-left: -30px;
    margin-right: -30px;
  }

  .article__links-line {
    margin-right: -20px;
    margin-left: -20px;
  }

  .pswp__top-bar {
    opacity: 1 !important;
  }
}

@media (max-width: 576px) {
  .chitaru__wonder-970-120 {
    display: none;
  }

  .chitaru__wonder-970-120:after {
    display: block;
    clear: both;
    content: "";
  }
}

@media (max-width: 575px) {
  .chitaru__search-form:not(.menu-panel__search-panel) .popup-search {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 1200px) {
  .chitaru__wonder-650-120 {
    overflow: hidden;
  }

  .chitaru__wonder-650-120 > iframe {
    width: 630px;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .chitaru__footer {
    height: 625px;
  }

  .chitaru__footer .small-group {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .chitaru__footer .small-group h3,
  .chitaru__footer .small-group ul {
    margin-left: 15px;
  }
}

@media (max-height: 720px) {
  .chitaru__wonder__call-back {
    text-align: right;
  }

  .chitaru__right-column .chitaru__wonder-300-500 a {
    text-align: right;
  }

  .chitaru__right-column .chitaru__wonder-300-500 iframe,
  .chitaru__right-column .chitaru__wonder-300-500 img {
    width: auto;
    max-height: calc(100vh - 110px - 60px - 47px);
  }

  .chitaru__right-column .chitaru__wonder-300-500.is-adriver iframe,
  .chitaru__right-column .chitaru__wonder-300-500.is-adriver img {
    width: 300px;
    height: 500px;
  }

  .chitaru__right-column .chitaru__wonder-300-500.is-adriver .chitaru__yad {
    position: relative;
    width: 300px;
    height: 500px;
    overflow: hidden;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 1.1dppx), (min-resolution: 105dpi) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
