@font-face {
  font-family: "HelveticaNeueCyr-Bold";
  src: url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr-Light";
  src: url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.woff2") format("woff2"), url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr-Black";
  src: url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.woff2") format("woff2"), url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr-Medium";
  src: url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.woff2") format("woff2"), url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr-Roman";
  src: url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Palatino";
  src: url("fonts/HelveticaNeueCyr/PalatinoLinotype-Bold.woff2") format("woff2"), url("fonts/HelveticaNeueCyr/PalatinoLinotype-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.mobile-hide {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
}

.fa-phone {
  transform: scale(-1, 1);
}

body {
  color: #515151;
}

a img {
  border: none;
}

header, nav, section, article, aside, footer, video, figure {
  display: block;
}

h2.title {
  text-transform: uppercase;
  font-family: HelveticaNeueCyr-Bold;
  letter-spacing: 0.029em;
  padding-top: 45px;
  margin-bottom: 4px;
  color: #515151;
}

h4.title {
  text-transform: uppercase;
  font-family: HelveticaNeueCyr-Bold;
  letter-spacing: 0.029em;
  padding-top: 45px;
  margin-bottom: 40px;
  color: #515151;
}

.hr-title {
  border: none;
  height: 3px;
  background-color: #8a8a8a;
  margin-top: 0;
  width: 100%;
  margin-bottom: 72px;
}

.global-search {
  height: 0;
  text-align: right;
}
.global-search #search_button {
  z-index: 10;
  position: absolute;
  line-height: 37px;
  margin-left: 11px;
  cursor: pointer;
}
.global-search #search_button i {
  color: #c1c1c0;
}
.global-search input {
  margin-top: 4px;
  width: 256px;
  border: 1px solid #2d2d2d;
  border-radius: 10px;
  padding-left: 36px;
  font-family: HelveticaNeueCyr-Light;
  height: 29px;
  font-size: 18px;
  padding-top: 7px;
}
.global-search input:focus {
  outline: none;
}

.header {
  max-width: 1560px;
  margin: 0 auto;
  padding: 25px 0 35px;
}
.header .header-logo img {
  width: 205px;
}

.menu-desktop .menu-desktop-item {
  font-family: HelveticaNeueCyr-Light;
  height: 17px;
}
.menu-desktop .menu-desktop-item a {
  color: #2d2d2d;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
}
.menu-desktop .menu-desktop-item a.active {
  font-family: HelveticaNeueCyr-Medium;
  color: #924e8c;
}
.menu-desktop .menu-desktop-item .active-dot {
  color: #924e8c;
  font-size: 8px;
  position: absolute;
  margin-top: -18px;
  text-align: center;
}

.phone {
  height: 25px;
  color: #924e8c;
}
.phone a {
  text-decoration: none;
}
.phone .fa-phone {
  font-size: 1.3em;
  padding-left: 11px;
  color: #924e8c;
}
.phone span {
  font-family: HelveticaNeueCyr-Medium;
  font-size: 1.58em;
  color: #924e8c;
}

.container-fuck {
  max-width: 1430px;
  margin: 0 auto;
}

.container-fuck-30 {
  max-width: 1460px;
  margin: 0 auto;
}

.breadcrumbs {
  margin-top: -50px;
  height: 98px;
}
.breadcrumbs p a {
  text-decoration: none;
  border-bottom: 1px solid #924e8c;
  color: #515151;
}
.breadcrumbs p span {
  font-size: 0.8em;
  padding: 0 13px;
}

footer {
  background-color: #2d2d2d;
}
footer .footer {
  color: white;
  padding: 60px 15px 30px;
  max-width: 1560px;
  margin: 0 auto;
}
footer .footer .footer-logo img {
  width: 205px;
}
footer .footer .address {
  padding-top: 18px;
  padding-left: 94px;
}
footer .footer .address p {
  line-height: 1.37em;
  letter-spacing: 0.01em;
}
footer .footer .footer-menu {
  padding-left: 86px;
}
footer .footer .footer-menu .menu-desktop-footer {
  padding-top: 17px;
}
footer .footer .footer-menu .menu-desktop-footer .menu-desktop-footer-item {
  padding: 0 12px;
  font-size: 1.05em;
}
footer .footer .footer-menu .menu-desktop-footer .menu-desktop-footer-item a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
footer .footer .footer-menu .menu-desktop-footer .menu-desktop-footer-item a:hover {
  text-decoration: underline;
}
footer .footer .footer-social {
  padding-top: 11px;
  text-align: right;
}
footer .footer .footer-social .in {
  padding-right: 17px;
}
footer .footer .copy {
  padding-top: 20px;
  padding-left: 51px;
}
footer .footer .copy p {
  letter-spacing: 0.03em;
}
footer .footer .politic {
  padding-top: 20px;
  padding-left: 116px;
}
footer .footer .politic a {
  color: white;
  text-decoration: none;
  letter-spacing: 0.015em;
}
footer .footer .politic a:hover {
  text-decoration: underline;
}
footer .footer .footer-hr {
  border: none;
  height: 2px;
  background-color: #464646;
  margin-left: 36px;
  margin-top: 58px;
}
footer .footer .author a {
  padding-top: 20px;
  padding-left: 53px;
  letter-spacing: 0.04em;
  color: white;
}
footer .footer .author a span {
  text-transform: uppercase;
}

#info {
  background-color: #924e8c;
  max-width: 320px;
  display: none;
  position: absolute;
  top: 120px;
  right: 15px;
  z-index: 100;
  padding: 20px;
  color: white;
}

.where-contacts {
  padding-bottom: 128px;
}
.where-contacts .where__title .title {
  padding-top: 53px;
}
.where-contacts .where__title .hr-title {
  margin-bottom: 72px;
}
.where-contacts #map {
  height: 670px;
}
.where-contacts .outlets .outlets__header {
  background-color: #924e8c;
  color: white;
  padding: 8px 0 0 30px;
}
.where-contacts .outlets .outlets__header p.name {
  font-size: 1.6em;
  font-family: HelveticaNeueCyr-Medium;
  line-height: 1.3em;
}
.where-contacts .outlets .outlets__header p.address {
  line-height: 1;
}
.where-contacts .outlets .outlets__body {
  padding-right: 110px;
  background-color: white;
}
.where-contacts .outlets .outlets__body .outlets__body_item-title {
  padding-top: 70px;
  font-family: HelveticaNeueCyr-Medium;
}
.where-contacts .outlets .outlets__body .outlets__body_item-phone,
.where-contacts .outlets .outlets__body .outlets__body_item-fax,
.where-contacts .outlets .outlets__body .outlets__body_item-email {
  margin-bottom: 0;
}

#visible_system_desc p img, #visible_block_question p img {
  transition: 200ms;
}
#visible_system_desc p img.up, #visible_block_question p img.up {
  transform: rotateX(180deg);
}

#mobile-menu {
  position: absolute;
  z-index: 15;
  left: 0;
  background-color: white;
  padding: 30px 15px 15px;
}

#tablet-menu {
  position: absolute;
  z-index: 15;
  left: 0;
  background-color: white;
  padding: 30px 37px 15px 15px;
}

@media screen and (max-width: 1799px) {
  .objects .bottom-slider .owl-nav {
    right: 18%;
  }

  .close-slider {
    width: calc(100% - 18% - 17px);
  }
}
@media screen and (max-width: 1599px) {
  #wh {
    padding: 0 11px;
  }

  .header .header-logo img {
    width: 170px;
  }

  .menu-desktop .menu-desktop-item a {
    font-size: 0.98em;
  }

  .phone span {
    font-size: 1.48em;
  }

  .global-search input {
    margin-top: 0;
    width: 236px;
  }

  .global-search #search_button {
    line-height: 30px;
  }

  .container-fuck-30 {
    max-width: 1320px;
  }

  h2.title {
    font-size: 1.94em;
    letter-spacing: 0.029em;
  }

  .slider-description {
    font-size: 1.8em;
  }

  .container-fuck {
    max-width: calc(1320px - 25px);
  }

  .form .form__submit .form__submit_agree label {
    margin-top: 2px;
    font-size: 0.9em;
  }

  footer .footer .footer-menu {
    padding-left: 15px;
    max-width: 41.666667%;
  }

  footer .footer .footer-social {
    text-align: center;
  }

  .objects .bottom-slider .owl-nav {
    right: 15%;
  }

  .close-slider {
    width: calc(100% - 15% - 17px);
  }
}
@media screen and (max-width: 1449px) {
  #wh {
    padding: 0 11px;
  }

  .header .header-logo img {
    width: 160px;
  }

  .menu-desktop .menu-desktop-item a {
    font-size: 0.85em;
  }

  .phone {
    height: 19px;
  }

  .phone .fa-phone {
    font-size: 1.1em;
  }

  .phone span {
    font-size: 1.2em;
  }

  .global-search input {
    margin-top: 0;
    width: 236px;
  }

  .global-search #search_button {
    line-height: 30px;
  }

  .container-fuck-30 {
    max-width: 1143px;
  }

  .usage .usage-text {
    font-size: 0.8em;
  }

  .vantage .vantage__item .vantage__item_image span {
    font-size: 5em;
  }

  .vantage .vantage__item .vantage__item_image img {
    width: 108px;
    margin-top: -8px;
  }

  .vantage .vantage__item .vantage__item_title p {
    font-size: 0.9em;
  }

  .vantage .vantage__item .vantage__item_desc p {
    font-size: 0.9em;
  }

  .system .system__layers {
    padding: 34px 0px 62px;
  }

  .system .system__layers img {
    width: 1145px;
  }

  .catalog .catalog__item .catalog__item_image .catalog__item_image-name {
    font-size: 1.15em;
  }

  .objects .bottom-slider .owl-nav {
    right: 8%;
  }

  .close-slider {
    width: calc(100% - 8% - 17px);
  }

  h2.title {
    font-size: 1.7em;
    letter-spacing: 0.029em;
  }

  .slider-description {
    font-size: 1.5em;
    padding: 15px 40px;
  }

  .container-fuck {
    max-width: calc(1150px - 35px);
  }

  .form .form__submit .form__submit_agree label {
    margin-top: -4px;
    font-size: 0.9em;
  }

  footer .footer .address {
    padding-left: 32px;
    font-size: 0.9em;
  }

  footer .footer .politic {
    padding-left: 44px;
    font-size: 0.9em;
  }

  footer .footer .footer-menu {
    padding-left: 15px;
    max-width: 41.666667%;
  }

  footer .footer .footer-menu .menu-desktop-footer .menu-desktop-footer-item {
    font-size: 0.9em;
  }

  footer .footer .footer-social {
    text-align: center;
  }

  footer .footer .footer-logo img {
    width: 179px;
    padding-left: 5px;
  }

  footer .footer .copy {
    font-size: 0.89em;
  }
}
@media screen and (max-width: 1199px) {
  .container-tablet {
    max-width: 90%;
    margin: 0 auto;
  }

  .catalog, .where {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .main--page .catalog, .main--page .where {
    margin-top: 0;
    margin-bottom: 0;
  }

  .header {
    padding: 30px 0 5px;
  }

  .desktop-hide-tablet {
    display: none;
  }

  .mobile-hide-tablet {
    display: unset !important;
  }

  .menu-desktop {
    flex-direction: column;
    display: none !important;
  }

  .header .header-logo {
    text-align: center !important;
  }
  .header .header-logo img {
    width: 80%;
  }

  .phone {
    text-align: right;
    height: 25px;
  }
  .phone .fa-phone {
    font-size: 1.5em;
  }

  .system .system__layers img {
    width: 100%;
  }

  .top-slider .owl-item img {
    width: 135%;
  }

  .slider-description {
    margin-left: 0;
    margin-top: -35px;
    text-transform: uppercase;
    font-size: 1em;
    padding: 10px;
  }

  span {
    text-transform: uppercase;
  }

  .global-search {
    margin-top: 30px;
  }
  .global-search input {
    width: 100%;
  }

  h2.title {
    font-size: 1.4em;
    padding-top: 20px;
  }

  .hr-title {
    margin-bottom: 1.5rem;
    height: 2px;
  }

  .usage-mobile {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .usage-mobile .usage-mobile-item {
    text-align: center;
    min-width: unset;
  }
  .usage-mobile .usage-mobile-item .usage-mobile-image {
    text-align: center;
    width: 115px;
    margin: 0 auto;
  }
  .usage-mobile .usage-mobile-item .usage-mobile-text {
    font-family: HelveticaNeueCyr-Bold;
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
    text-transform: uppercase;
  }

  .vantage .hr-title {
    margin-bottom: 17px;
  }
  .vantage .vantage-mobile .vantage__item {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .vantage .vantage-mobile .vantage__item_image {
    padding-left: 0;
    display: flex;
    align-items: center;
  }
  .vantage .vantage-mobile .vantage__item_image img {
    width: 80px;
    margin-top: 0;
    padding-left: 5px;
  }
  .vantage .vantage-mobile .vantage__item_image span {
    font-size: 42px;
  }
  .vantage .vantage-mobile .vantage__item_title {
    padding: 20px 0 0 0;
    align-items: baseline !important;
  }
  .vantage .vantage-mobile .vantage__item_title p {
    font-size: 0.95em;
  }
  .vantage .vantage-mobile .vantage__item_desc {
    display: none;
  }

  .system .system__tabs .system__tabs_item p {
    font-size: 1.3em;
    text-transform: unset;
    line-height: 1.1em;
    letter-spacing: 0.001em;
  }
  .system .system__tabs .system__tabs_item p#beta {
    text-align: right;
  }
  .system .system__tabs .system__tabs_item p span {
    font-size: 1.1em;
  }
  .system .system__layers {
    text-align: center;
  }
  .system .system__layers img {
    width: 80%;
  }

  .catalog {
    padding-bottom: 0;
  }
  .catalog .catalog__item:nth-child(even) {
    padding-left: 7px !important;
  }
  .catalog .catalog__item:nth-child(odd) {
    padding-right: 7px !important;
  }
  .catalog .catalog__item .catalog__item_image {
    height: 170px;
  }
  .catalog .catalog__item .catalog__item_image .catalog__item_image-name {
    font-size: 1.2em;
    text-align: center;
  }
  .catalog .catalog__section a .catalog__section_title {
    text-align: center;
  }
  .catalog .catalog__section_link {
    padding-bottom: 40px;
  }
  .catalog .catalog__detail .catalog__detail_description h3 {
    font-size: 1.25em;
  }
  .catalog .catalog__detail .catalog__detail_description p {
    font-size: 1.2em;
  }
  .catalog .catalog__detail .catalog__detail_properties h3 {
    font-size: 1.25em;
  }
  .catalog .catalog__detail .catalog__detail_properties_row {
    background-color: #fff;
  }
  .catalog .catalog__detail .catalog__detail_properties_row .name {
    margin-bottom: 5px;
    background-color: #c9c9c9;
    padding: 15px;
    font-size: 1.2em;
    font-weight: 400;
  }
  .catalog .catalog__detail .catalog__detail_properties_row .desc {
    background-color: #e4e4e4;
    padding: 15px;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.3;
  }
  .catalog .catalog__detail_image {
    text-align: center;
  }
  .catalog .catalog__detail_image img {
    width: 90%;
  }

  .objects {
    margin-bottom: 0;
  }
  .objects__icon {
    margin-top: 27px;
  }
  .objects__icon_section {
    margin-bottom: 40px;
    cursor: pointer;
  }
  .objects__icon_section .icon img {
    width: 100%;
  }
  .objects__icon_section.objects__icon--mobile {
    flex-flow: nowrap;
    overflow: scroll;
  }
  .objects__icon_section.objects__icon--mobile .objects__icon_section {
    min-width: 140px;
    max-width: 140px;
  }
  .objects__icon_section.objects__icon--mobile .objects__icon_section .icon img {
    width: 80px;
  }
  .objects__icon_section.objects__icon--mobile .objects__icon_section .name {
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
  }
  .objects__icon_section:nth-child(1) {
    text-align: center;
  }
  .objects__icon_section:nth-child(2) {
    text-align: center;
  }
  .objects__icon_section:nth-child(3) {
    text-align: center;
  }
  .objects__icon_section:nth-child(4) {
    text-align: center;
  }
  .objects__icon_section a {
    color: #515151;
  }
  .objects__icon_section a:hover {
    color: #515151;
    text-decoration: none;
  }
  .objects__icon_section a.active {
    color: #924e8c;
  }
  .objects__icon_section a .name {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 7px;
    line-height: 1;
  }
  .objects__slider {
    margin-top: 10px;
  }
  .objects__slider a:hover {
    text-decoration: none;
  }
  .objects__slider .small-slider {
    margin-bottom: 20px;
  }
  .objects__slider .small-slider img {
    cursor: pointer;
  }
  .objects__slider .small-slider .slick-dots {
    bottom: 10px;
    text-align: right;
    width: calc(100% - 10px);
    right: 10px;
  }
  .objects__slider .name {
    font-weight: bold;
    letter-spacing: 0.03rem;
    color: #333333;
  }

  .bx-pagination {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .outlets .outlets__header {
    padding: 20px;
  }
  .outlets .outlets__header p.selected {
    font-size: 1em;
  }
  .outlets .outlets__header p.choice {
    margin-bottom: 2px;
  }
  .outlets .outlets__body {
    max-height: calc(638px - 144px);
    overflow: auto;
    padding: 0px 30px 12px 0px;
    min-height: 257px;
  }
  .outlets .outlets__body .outlets__body_item {
    padding: 10px;
  }

  .outlets .outlets__body .scrollbar-track-y {
    right: 5px;
    top: 10px;
  }

  #map {
    height: 586px;
  }

  .where {
    padding-bottom: 0;
  }

  .form {
    width: calc(110% + 8px);
    margin-left: calc(-5% - 4px);
    padding: 25px 0;
  }
  .form form {
    width: 70%;
    margin: 0 auto;
  }
  .form .form__title {
    text-align: center;
  }
  .form .form__title .title {
    padding-top: 20px;
    text-align: center;
  }
  .form .form__message textarea {
    width: 100%;
  }
  .form .form__submit .form__submit_button {
    width: 184px;
    margin-left: calc(100% - 184px);
  }
  .form .form__submit .form__submit_agree {
    padding: 0;
    padding-top: 20px;
  }
  .form .form__submit .form__submit_agree .row {
    justify-content: flex-end;
  }
  .form .form__submit .form__submit_agree .col {
    padding-left: 0 !important;
  }

  footer .footer {
    padding: 25px 15px 0;
  }
  footer .footer .footer-hr {
    margin: 10px 0 20px 0;
  }

  .breadcrumbs {
    margin-top: 0;
    height: unset;
    margin-bottom: 20px;
  }

  .docs {
    margin-bottom: 45px;
  }
  .docs__parent-section {
    margin-bottom: 15px;
    height: 175px;
  }
  .docs__parent-section_name {
    font-size: 20px;
    padding: 0 10%;
    text-align: center;
  }
  .docs .child-section__name {
    line-height: 20px;
    font-size: 15px;
  }
  .docs .child-section__icon img {
    width: 80px;
  }
  .docs .child-section__description {
    display: none;
  }
  .docs .child-section__item {
    margin-top: 20px;
    margin-bottom: 0;
  }
  #wh {
    padding: 0;
  }

  .documents .link {
    display: none;
  }

  #region .region_body_list {
    column-count: 1;
  }

  h4.title {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
  }

  .response__row {
    padding: 10px;
    align-items: center;
  }
  .response__row .response__name {
    max-width: 86%;
    line-height: 21px;
    font-size: 18px;
    font-weight: 500;
  }

  .response__text {
    margin-left: 0;
    border-left: none;
  }

  .global-search input {
    border-color: #c1c1c1;
  }

  .years {
    margin-bottom: 40px;
  }

  .container-news {
    width: 100%;
  }

  .news-detail .news-detail__name {
    margin-bottom: 0;
  }
  .news-detail .news-detail__name h4 {
    font-size: 1.3em;
  }

  .news-detail__slider {
    margin-bottom: 35px;
  }

  .news-detail__text {
    margin-bottom: 30px;
    font-size: 1.2em;
  }

  .where-contacts {
    padding-bottom: 30px;
  }
  .where-contacts #map {
    height: 586px;
  }
  .where-contacts .outlets .outlets__header {
    padding: 15px;
  }
  .where-contacts .outlets .outlets__header p.name {
    font-size: 1.2em;
  }
  .where-contacts .outlets .outlets__body {
    max-height: calc(569px - 144px);
    overflow: auto;
    padding: 12px;
    min-height: 257px;
  }
  .where-contacts .outlets .outlets__body .outlets__body_item-title {
    padding-top: 10px;
  }
  .where-contacts .where__title .title {
    padding-top: 30px;
  }
  .where-contacts .where__title .hr-title {
    margin-bottom: 20px;
  }

  .documents {
    align-items: baseline;
  }

  .slider-main {
    margin-top: 20px;
  }

  .news-detail__slider .owl-nav {
    width: 90%;
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .catalog__section_link {
    display: none;
  }

  .catalog__section_description {
    padding-bottom: 30px;
  }

  .container-tablet {
    max-width: calc(100% + 30px);
    margin: 0 auto;
  }

  .catalog, .where {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .main--page .catalog, .main--page .where {
    margin-top: 0;
    margin-bottom: 0;
  }

  .header {
    padding: 30px 0 5px;
  }

  body {
    display: unset;
  }

  .desktop-hide {
    display: none;
  }

  .mobile-hide {
    display: unset !important;
  }

  .menu-desktop {
    flex-direction: column;
    display: none !important;
  }

  .header .header-logo {
    text-align: center !important;
  }
  .header .header-logo img {
    width: 80%;
  }

  .phone {
    text-align: right;
    height: 25px;
  }
  .phone .fa-phone {
    font-size: 1.5em;
  }

  .system .system__layers img {
    width: 100%;
  }

  .top-slider .owl-item img {
    width: 135%;
  }

  .slider-description {
    text-transform: unset;
    font-size: 1.1em;
    padding: 10px;
  }

  span {
    text-transform: uppercase;
  }

  .global-search {
    margin-top: 30px;
  }
  .global-search input {
    width: 100%;
  }

  h2.title {
    font-size: 1.4em;
    padding-top: 0px;
  }

  .hr-title {
    margin-bottom: 1rem;
    height: 2px;
  }

  .usage {
    padding-bottom: 10px;
  }
  .usage .usage-mobile.nowrap {
    flex-flow: nowrap;
    width: calc(100% + 30px);
  }

  .vantage .hr-title {
    margin-bottom: 17px;
  }
  .vantage .vantage-mobile {
    flex-flow: nowrap;
    width: calc(100% + 30px);
    overflow: scroll;
  }
  .vantage .vantage-mobile .vantage__item {
    min-width: 151px;
    padding-right: 0;
    margin-bottom: 0;
  }
  .vantage .vantage-mobile .vantage__item_image {
    padding-left: 0;
    display: flex;
    align-items: center;
  }
  .vantage .vantage-mobile .vantage__item_image img {
    width: 80px;
    margin-top: 0;
    padding-left: 5px;
  }
  .vantage .vantage-mobile .vantage__item_image span {
    font-size: 42px;
  }
  .vantage .vantage-mobile .vantage__item_title {
    padding: 0;
  }
  .vantage .vantage-mobile .vantage__item_title p {
    font-size: 0.8em;
    text-transform: unset;
  }
  .vantage .vantage-mobile .vantage__item_desc {
    display: none;
  }

  .system .system__tabs .system__tabs_item p {
    font-size: 1.3em;
    text-transform: unset;
    line-height: 1.1em;
    letter-spacing: 0.001em;
  }
  .system .system__tabs .system__tabs_item p#beta {
    text-align: left;
  }
  .system .system__tabs .system__tabs_item p span {
    font-size: 1.1em;
  }
  .system .system__layers {
    text-align: center;
  }
  .system .system__layers img {
    width: 80%;
  }

  .catalog {
    padding-bottom: 0;
  }
  .catalog .catalog__item:nth-child(even) {
    padding-left: 7px !important;
  }
  .catalog .catalog__item:nth-child(odd) {
    padding-right: 7px !important;
  }
  .catalog .catalog__item .catalog__item_image {
    height: 100px;
  }
  .catalog .catalog__item .catalog__item_image .catalog__item_image-name {
    font-size: 0.9em;
    text-align: center;
  }
  .catalog .catalog__section a .catalog__section_title {
    text-align: center;
  }
  .catalog .catalog__section_link {
    padding-bottom: 40px;
  }
  .catalog .catalog__detail .catalog__detail_print {
    display: none;
  }
  .catalog .catalog__detail .catalog__detail_description h3 {
    font-size: 1.25em;
  }
  .catalog .catalog__detail .catalog__detail_description p {
    font-size: 1.2em;
  }
  .catalog .catalog__detail .catalog__detail_properties h3 {
    font-size: 1.25em;
  }
  .catalog .catalog__detail .catalog__detail_properties_row {
    background-color: #fff;
  }
  .catalog .catalog__detail .catalog__detail_properties_row .name {
    margin-bottom: 5px;
    background-color: #c9c9c9;
    padding: 15px;
    font-size: 1.2em;
    font-weight: 400;
  }
  .catalog .catalog__detail .catalog__detail_properties_row .desc {
    background-color: #e4e4e4;
    padding: 15px;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.3;
  }
  .catalog .catalog__detail_image {
    text-align: center;
  }
  .catalog .catalog__detail_image img {
    width: 90%;
  }

  .objects {
    margin-bottom: 0;
  }
  .objects__icon {
    margin-top: 27px;
  }
  .objects__icon.objects__icon--mobile {
    flex-flow: nowrap;
    overflow: scroll;
  }
  .objects__icon.objects__icon--mobile .objects__icon_section {
    min-width: 140px;
    max-width: 140px;
  }
  .objects__icon.objects__icon--mobile .objects__icon_section .icon img {
    width: 80px;
  }
  .objects__icon.objects__icon--mobile .objects__icon_section .name {
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
  }
  .objects__icon_section {
    margin-bottom: 40px;
    cursor: pointer;
  }
  .objects__icon_section .icon img {
    width: 100%;
  }
  .objects__icon_section:nth-child(1) {
    text-align: center;
  }
  .objects__icon_section:nth-child(2) {
    text-align: center;
  }
  .objects__icon_section:nth-child(3) {
    text-align: center;
  }
  .objects__icon_section:nth-child(4) {
    text-align: center;
  }
  .objects__icon_section a {
    color: #515151;
  }
  .objects__icon_section a:hover {
    color: #515151;
    text-decoration: none;
  }
  .objects__icon_section a.active {
    color: #924e8c;
  }
  .objects__icon_section a .name {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 20px;
    line-height: 1;
  }
  .objects__slider {
    margin-top: 10px;
  }
  .objects__slider a:hover {
    text-decoration: none;
  }
  .objects__slider .small-slider {
    margin-bottom: 20px;
  }
  .objects__slider .small-slider img {
    cursor: pointer;
  }
  .objects__slider .small-slider .slick-dots {
    bottom: 10px;
    text-align: right;
    width: calc(100% - 10px);
    right: 10px;
  }
  .objects__slider .name {
    font-weight: bold;
    letter-spacing: 0.03rem;
    color: #333333;
  }

  .bx-pagination {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .outlets .outlets__header {
    padding: 10px;
  }
  .outlets .outlets__header p.selected {
    font-size: 1em;
  }
  .outlets .outlets__header p.choice {
    margin-bottom: 2px;
  }
  .outlets .outlets__body {
    max-height: calc(400px - 144px);
    overflow: auto;
    padding: 12px 60px 12px 12px;
    min-height: 257px;
  }

  #map {
    height: 250px;
  }

  .where {
    padding-bottom: 0;
  }

  .form {
    width: unset;
    margin-left: unset;
    padding-bottom: 0;
  }
  .form form {
    width: 100%;
  }
  .form .form__title {
    text-align: center;
  }
  .form .form__title .title {
    padding-top: 20px;
    text-align: center;
  }
  .form .form__message textarea {
    width: 100%;
  }
  .form .form__submit .form__submit_button {
    width: 184px;
    margin-left: calc(100% - 184px);
  }
  .form .form__submit .form__submit_agree {
    padding: 0;
    padding-top: 20px;
  }
  .form .form__submit .form__submit_agree .col {
    padding-left: 0 !important;
  }

  footer .footer {
    padding: 25px 15px 0;
  }
  footer .footer .footer-logo img {
    width: 82%;
  }
  footer .footer .address {
    padding-left: 10px;
    padding-top: 0;
  }
  footer .footer .address p {
    font-size: 0.8em;
  }
  footer .footer .politic {
    padding-top: 0px;
    padding-left: 10px;
    font-size: 0.8em;
  }
  footer .footer .footer-hr {
    margin-left: unset;
    margin-bottom: 5px;
    margin-top: 16px;
  }
  footer .footer .author a {
    padding-left: 15px;
    font-size: 12px;
  }

  .breadcrumbs {
    margin-top: 0;
    height: unset;
    margin-bottom: 20px;
  }

  .docs {
    margin-bottom: 45px;
  }
  .docs__parent-section {
    margin-bottom: 15px;
    height: 130px;
  }
  .docs__parent-section_name {
    font-size: 20px;
    padding: 0 10%;
    text-align: center;
  }
  .docs .child-section__name {
    line-height: 20px;
    font-size: 15px;
  }
  .docs .child-section__icon img {
    width: 80px;
  }
  .docs .child-section__description {
    display: none;
  }
  .docs .child-section__item {
    margin-top: 20px;
    margin-bottom: 0;
  }
  #wh {
    padding: 0;
  }

  .documents .link {
    display: none;
  }

  #region .region_body_list {
    column-count: 1;
  }

  h4.title {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
  }

  .response__row {
    padding: 10px;
    align-items: center;
  }
  .response__row .response__name {
    max-width: 86%;
    line-height: 21px;
    font-size: 18px;
    font-weight: 500;
  }

  .response__text {
    margin-left: 0;
    border-left: none;
  }

  .global-search input {
    border-color: #c1c1c1;
  }

  .years {
    margin-bottom: 40px;
  }

  .container-news {
    width: 100%;
  }

  .news-detail .news-detail__name {
    margin-bottom: 0;
  }
  .news-detail .news-detail__name h4 {
    font-size: 1.3em;
  }

  .news-detail__slider {
    margin-bottom: 35px;
  }

  .news-detail__text {
    margin-bottom: 30px;
    font-size: 1.2em;
  }

  .where-contacts {
    padding-bottom: 30px;
  }
  .where-contacts #map {
    height: 235px;
  }
  .where-contacts .outlets .outlets__header {
    padding: 15px;
  }
  .where-contacts .outlets .outlets__header p.name {
    font-size: 1.2em;
  }
  .where-contacts .outlets .outlets__body {
    max-height: calc(700px - 144px);
    overflow: auto;
    padding: 12px 60px 12px 12px;
    min-height: 257px;
  }
  .where-contacts .outlets .outlets__body .outlets__body_item-title {
    padding-top: 10px;
  }
  .where-contacts .where__title .title {
    padding-top: 30px;
  }
  .where-contacts .where__title .hr-title {
    margin-bottom: 20px;
  }

  .documents {
    align-items: baseline;
  }

  .usage-mobile {
    justify-content: unset;
    display: flex;
    width: 100%;
    overflow: scroll;
  }
  .usage-mobile .usage-mobile-item {
    text-align: center;
    min-width: 113px;
  }
  .usage-mobile .usage-mobile-item .usage-mobile-image {
    text-align: center;
    width: 80px;
    margin: 0 auto;
  }
  .usage-mobile .usage-mobile-item .usage-mobile-text {
    font-family: HelveticaNeueCyr-Bold;
    text-align: center;
    font-size: 14px;
    text-transform: lowercase;
  }

  .catalog .catalog__item .catalog__item_image:after {
    height: calc(100% - 17px);
    width: calc(100% - 23px);
  }

  .icon-image:after {
    height: calc(100% - 52px);
  }
}

/*# sourceMappingURL=template_styles.css.map */
